@font-face { font-family: 'titilliumweb-light';
             src: url('TitilliumWeb-Light.ttf') format('truetype'); }

/* allgemeiner Style */
body {
	background-color:#2a2a2a;
	background-image:url(a_logo_hintergrund.jpg);
	font-size:100%;
	margin:0em;
	padding:0em;
}

h1 {
	font-size:2.5em;
	line-height:1em;
	margin: 20px 0px 0px 20px;
	font-family:TitilliumWeb-Light,tahoma;
	font-weight:100;
	color:black;

	text-align:left;
}

.artikel_1{
	background-image:url(a_hintergrund_artikel_1.jpg);
}

h2 {
	font-size:1.563em;
	line-height:1.8em;
	font-family:TitilliumWeb-Light,tahoma;
	font-weight:normal;
	color:#FFFFFF;
	margin:0em;
	padding:20px 20px 0px 20px;
	text-align:left;
}

p {
	font-size:1.0em;
	line-height:1.5em;
	font-family:TitilliumWeb-Light,tahoma;
	font-weight:normal;
	color:#FFFFFF;
	margin:0em;
	padding:20px 20px 20px 20px;
	text-align:left;
}

a {
	text-decoration: none;
}


.section_menuknopf{
	display:none;
	width:100%;
	height:auto;
	max-width:1000px;
	margin:0em auto;
}



header {
	line-height:0; /* wichtiger fix von http://www.webbude.com/74-0-unerklaerlicher-abstand-unter-einem-bild.html line-height:0; */
	width:100%;
	height:auto;
	max-width:1000px;
	margin:0em auto;
}

header img{
	width:100%;
}

.bilder_slider{
	border:0px solid blue;
	border-top:3px solid white;
	width:100%;
	height:200px;
	max-width:1000px;
	margin:0px auto;
}

.slider_tabelle{
	width:100%;
	max-width:1000px;
	position:absolute;
	margin:80px 0em 0em 0em;
	border-collapse:collapse;
	border-spacing:0;
}

.slider_tabelle td{
	margin:0px;
	border: 0px solid;
}

.bilder_slider_pfeil_links{
	margin:0em 0em 0em 2em;
	display:inline-block;
	height:25px;width:71px;
	background-image:url(a_slider_pfeil_links.png);
	transition: all 0.3s;
}
.bilder_slider_pfeil_links:hover{
	background-image:url(a_slider_pfeil_links_hover.png);
}

.bilder_slider_pfeil_rechts{
	margin:0em 2em 0em 0em;
	display:inline-block; /* Ohne inlineblock nimmt der div den text-align:right-Befehl nicht an (Der steht im html Bereich) */
	height:25px;width:71px;
	background-image:url(a_slider_pfeil_rechts.png);
	transition: all 0.3s;
}
.bilder_slider_pfeil_rechts:hover{
	background-image:url(a_slider_pfeil_rechts_hover.png);
}

nav {
	width:100%;
	max-width:1000px;
	margin:-60px auto 0px auto;
	overflow:hidden;
	background:none;
	height:60px;
	text-align:center;
	transition:all 1s;
}

nav ul {
	display:block;
	padding:0px; /* wenn dieser Padding nicht da ist, verschiebt sich ul 2cm nach rechts */
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
	font-family:titilliumweb-light,tahoma;
	color:white;
	font-size: 1.2em;
	border-radius:15px;
	padding:0.2em 0.9em 0.2em 0.9em;
	transition:background 0.2s;
}

nav ul li a:hover {
	background-color:rgba(0,0,0,0.3)
}


section.mantel_fuer_artikel_und_aside{
	overflow: hidden; /* wenn dieser overflow:hidden nicht da ist, ist die Höhe des Bereichs unlogisch unsinnig, was ein Problem für background ist */
	width:100%;
	height:auto;
	max-width:1000px;
	margin:0em auto 0em auto;
	background-image:url(a_hintergrund2.jpg);
	background-repeat:repeat-y;
}

article{
	display:inline-block;
	width:60%;
	margin:0px;
}

aside{
	float:right;
	width:38.5%;
	display:inline-block;
}



aside section{
	margin: 0px 0px 1em 0px;
}

aside section:last-child;{
	margin: 0px 0px 0px 0px;
}

footer {
	line-height:0; /* wichtiger fix von http://www.webbude.com/74-0-unerklaerlicher-abstand-unter-einem-bild.html line-height:0; */
	width:100%;
	max-width:1000px;
	margin:0em auto 0em auto;
	max-height:190px;
	overflow:hidden;
}

footer img{
	width:100%;
}

.footer_absoluter_rahmen{ /* Ohne diesen div würde die Tabelle nicht automatisch mittig gesetzt werden können. */
	position: absolute;
	max-width:1000px;
	width:100%;
}
.footer_tabelle{
	margin:3em auto 0em auto;
	border-collapse:collapse;
	border-spacing:0;
}

.footer_tabelle img{
	width:auto;
}

.footer_tabelle td{
	margin:0px;
	padding:10px 20px 10px 20px;
	text-align:center;
}

.footer_tabelle p{
	font-size:1.0em;
	color:#71c9eb;
	margin:0px;
	padding:0px;
	}
	
@media screen and (max-width:600px) {
	article, aside {
		width:100%;
		display:block;
	}
	
	article, aside section{
		margin:0em 0em 1em 0em;
	}
	
	aside section::last-child{
		margin:0em 0em 0em 0em;
	}
	

	body{
		font-size:80%;
	}
	.section_menuknopf{
		display:block;
		position:absolute;
	}
	nav {
		margin:0em 0em 0em 0em;
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.7em 0em 0.7em 0em;
	}
	
	.bilder_slider{
		display:none;
	}

	footer {
		height:auto;
	}
	
	.footer_tabelle{
		margin:1em auto 0em auto;
	}
	.footer_tabelle td{
		padding:0px 10px 0px 10px;
	}
	.footer_tabelle img{
	width:70px;
	}

}
