
<link href="https://fonts.googleapis.com/css?family=Dosis 400, 600, 800" rel="stylesheet">

@font-face{ 
	font-family: 'HVD Poster';
	src: url('../assets/fonts/hvd_poster-webfont.eot');
	src: url('hvd_poster-webfont.eot?#iefix') format('embedded-opentype'),
	     url('hvd_poster-webfont.woff') format('woff'),
	     url('hvd_poster-webfont.ttf') format('truetype'),
	     url('hvd_poster-webfont.svg#webfont') format('svg');
}

html {
  font-size: 62.5%; width: 100%; height: 100%; margin: 0; padding: 0;
}

body {
  background-color: #000; 
  height: 100%;
}

header, footer, section, body {
  width: 100%;
  font-family: 'Dosis', sans-serif;
}

h2 {
  font-family: Dosis;
  font-weight: 800;
  font-size: 3.6rem;
  font-size: 36px;
  line-height: 5rem;
  text-transform: uppercase;
}

/* ============================================= */
/* Inhalt WEB-VK                                 */
/* ============================================= */
/* =============================== */
/* Startseite */
/* =============================== */


#Startseite 

{ position: relative;
  height: 1200px; 
  background: url(../images/IMG_5283.jpeg); 
  background-size: auto; 
  background-position: center top; 
  background-repeat: no-repeat; 
  border-radius: 3em 3em 3em 3em;
}

#fb a {
  position: absolute;
  top: 920px;
  width: 300px;
  height: 50px;
  background-color: rgba(255, 0, 0, 0.0);
}
#mail a {
  position: absolute;
  top: 1130px;
  width: 140px;
  height: 40px;
  background-color: rgba(255, 0, 0, 0.0);
}

#dn_intro { display: flex;
  justify-content: center;  
}

#ds {}


.ds-text { width: 800px; margin: 0 auto; font-size: 16px; }
.ds-text h1 { font-size: 36px; color: #fff; margin: 50px 0 20px;}
.ds-text h2 { font-size: 18px; font-weight: 600; color: #fff; margin: 30px 0 5px;}
.ds-text p, li { font-size: 18px; line-height: 24px; color: #ddd; }


footer { background: #000; color: #fff; text-align: center; margin: 30px 0 30px;}
.footer-nav p, a { color: #fff; letter-spacing: 1px;}


