/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* esteban-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Esteban';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/esteban-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/esteban-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/esteban-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/esteban-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/esteban-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/esteban-v15-latin-regular.svg#Esteban') format('svg'); /* Legacy iOS */
}





html,body {
	margin:0px;
	padding:0px;
	height:auto;
	background-color: gray;

}


#hintergrund_weiss {
	width: 980px;
	height: auto;
	background-color: white;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	box-shadow: 0px 5px 5px black;

}

#Logo {
	width: 180px;
	height: auto;
	padding-top: 30px;
	margin-left: 390px;
	margin-bottom: 30px;
}

#navigation {
	width:980px;
	height: 60px;
	background-color: black;
	float:left;
}

#drei_bilder {
	width: 800px;
	height: auto;
	margin-left: 90px;
	margin-top:45px;
	float: left;
}

#bild_links {
	width: 250px;
	height: auto;
	float: left;
	margin-left: 0px;
}

#bild_links img{
	width: 100%;
	height: auto;
}

#bild_mitte {
	width: 250px;
	height: auto;
	float: left;
	margin-left: 15px;
}

#bild_mitte img{
	width: 100%;
	height: auto;
}
	
#bild_rechts {
	width: 250px;
	height: auto;
	float: left;
	margin-left: 15px;
}

#bild_rechts img{
	width: 100%;
	height: auto;
}

#blauer_schriftzug {
	width: 800px;
	height:auto;
	margin-left: 90px;
	margin-bottom: 5px;
	float: left;
	font-family: 'Esteban', serif;
}

h2 {
	color: black;
	text-align:center;	
	font-size: 24px;
	font-weight: lighter;
	margin-top: 20px;
	margin-bottom: 15px;
}

#content {
	width: 980px;
	height: auto;
	background-color: black;
	float: left;
	font-size: 15px;
	line-height: 17px;
	margin-top: 30px;

}

#content a{
	color: white;
	text-decoration: underline;
}

#headline {
	width: 800px;
	height: auto;
	float: left;
	margin-left: 90px;
	margin-bottom: 10px;
	margin-top: 30px;
}

h1 {
	font-size: 25px;
	font-family: 'Esteban', serif;
	color: white;
	margin-bottom: 25px;
	line-height: 35px;

}

#text_links {
	width: 380px;
	height: auto;
	margin-left: 90px;
	float: left;
	color: white;
	margin-bottom: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	line-height: 17px;

}

#text_rechts {
	float: left;
	margin-left: 40px;
	width: 380px;
	height: auto;
	color: white;
	margin-bottom: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	line-height: 17px;

	
}

#text_einspaltig {
	width: 760px;
	height: auto;
	margin-left: 90px;
	float: left;
	color: white;
	margin-bottom: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	line-height: 19px;
	
}

#impressum_link {
	height: auto;
	width: 400px;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 90px;
	font-size: 14px;
}

#impressum a{
	color: red;
	font-family: 'Esteban', serif;
	text-decoration: none;
	color: black;
	font-weight: 100;
	
}

#impressum a:hover{
	cursor: url(../images/hufeisen.gif) 2 2, auto;
}
	
#facebook {
	height: 24px;
	width: 24px;
	margin-top: 7px;
	margin-right: 20px;
	float: right;
}



/* ----- MENU ----- */
#navigation {
    width: 980px;
    height: 60px;
    float: left;
}

#navigation .navigation {
    display: inline;
}

#navigation .navigation li {
    list-style: none;
}

#navigation .navigation li a {
    text-decoration: none;
    font-size: 22px;
    line-height: 60px;
    width: auto;
    color: white;
    display: block;
    float: left;
    font-family: 'Esteban', serif;
    margin-left: 106px;
    
}

#navigation .navigation li a:hover {
    color: red;
    cursor: url(../images/hufeisen.gif) 2 2, auto;
}

