/* General Style */ 
body {
	background:#DCDCDC;
	font-size:100%;
	margin:0em;
	padding:0em;
}

h1 {
	font-size:2.5em;
	line-height:3.8em;
	font-family:Verdana;
	font-weight:100;
	color:#1FB2F1;
	margin:0em;
}

h2 {
	font-size:1.5em;
	line-height:1.8em;
	font-family:Verdana;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1em;
	text-align:left;
}

h2-XMAS {
	font-size:1.5em;
	line-height:1.8em;
	font-family:Verdana;
	font-weight:100;
	color:red;
	margin:0em;
	padding:1em;
	text-align:left;
}

h2 li  {
	font-size:0.7em;
	line-height:0.8em;
	font-family:Verdana;
	font-weight:100;
	color:#2F2D2C;
	margin-left:1em;
	padding:0.25em;
	text-align:left;
}

p {
	line-height:1.25em;
	font-family:Verdana;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:1.25em;
	text-align:justify;
}

p a {
	color:#1FB2F1;	
}

ul {
	margin:0px;
	padding:0em;
}

li {
	list-style:none;
	font-family:Verdana;
	font-weight:100;
	color:#2F2D2C;
	line-height:1.25em;
	margin:0em;
	padding:0em;
	margin:0.313em 0em 0.313em 0em;
	
}

img {
	width:90%;
	height:auto;
	max-width:100%;
}

a {
	text-decoration: none;
}

/* On Top Bar */
#menubar {
	display:block;
	background:#FFFFFF;
} 
#menubar ul {
	display:block;
	width:2em;
	padding:0.9em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}
/* Header */ 
header {
	display:block;
	background:#FFF;
	text-align:center;
	height:9.5em;
}

header img{
	max-width:6%;
	min-width:4%;
}
/* Navigation */ 
nav {
	display:block;
	height:2.5em;
	background:#1FB2F1;
	text-align:center;
}

nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
	color:#FFF;
	font-size: 1.125em;
	line-height:2.5em;
	padding:0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}

nav ul li a:hover {
	background:#DBD9D8;
	border-bottom: 0.188em solid #FFF;
}
nav ul li a.active {
	border-bottom: 0.188em solid #FFF;
}
/* Content Area */ 
#main {
	display:block;
	width:96%;
	max-width:980px;
	margin:1.25em auto;
	padding:0em;
}

#main article {
	display:inline-block; 
	width:68.3%; 
	background:#FFFFFF;
	vertical-align: top;
	margin:0em;
	padding:0em;
	text-align:center;
}

#main article img {
	max-width:560px;
	box-shadow:0px 0px 10px -5px #4c4948;
	border-radius: 5px;
}

#main aside {
	display:inline-block;
	width:26.6%;
	margin-left:3%; 
	padding:0em;
	vertical-align:top;
}

#main aside section {
	margin-bottom:1.563em;
	background:#FFFFFF;
	border-bottom: 0.188em solid #1FB2F1;
}

#main article h2 {
	padding:1em 1.8em 1em 1.8em;
}

#main article h2a {
	font-size:1.5em;
	line-height:1.8em;
	font-family:Verdana;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:0em 0em 1em;
	text-align:left;
	/*padding:1em 1.8em 1em 1.8em;*/
}

#main article h2a li  {
	font-size:0.7em;
	line-height:0.8em;
	font-family:Verdana;
	font-weight:100;
	color:#2F2D2C;
	margin-left:3em;
	padding:0.25em;
	text-align:left;
}

#main .klappText textarea{
	font-family:Verdana;
	/*height:1.5em;*/
}

#main .klappText img{
	width:auto;
	height:auto;
	max-width:auto;
}


#main .klappText option{
	font-family:Verdana;
	
}

#main .klappText ul li{
	line-height:1em;
	
}

#main .klappText input[type=submit], .klappText input[type=reset]{
	font-family:Verdana;
	
}

#main .klappText input[type=checkbox] {
        /* Transparenz ermöglicht Ansteuerung über Tastatur (HTab) */
        opacity: 0;
}

#main .klappText label {        
        cursor: pointer;
        font-family: Verdana, Helvetica, sans-serif;
        /*font-size: 0.825em;*/
}
#main .klappText input[type=checkbox] + label:before {
        /*content: '◥ anzeigen';*/
		color: #1FB2F1;
		font-weight:100;
		content: '+ ';
}
#main .klappText input[type=checkbox]:checked + label:before {
        /*content: '◢ ausblenden';*/
		color: #1FB2F1;
		font-weight:100;
		content: '- ';
}
#main .klappText input[type=checkbox]:not(:checked) ~ div {
        display: none;
		opacity:0;
}
#main .klappText input[type=checkbox]:focus + label {
        /*  Markierung des fokussierten LABEL-Elements 
        background-color: #1FB2F1;
        color: white;*/
}

#main aside section ul {
	padding:0em 1.875em 1.25em 2.5em;
}

#main .back-to-top {
			position: fixed;
			bottom: 5em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background:#FFFFFF;
			font-family: Verdana;
			font-size: 1em;
			padding: 1em;
			display: none;
}

#main .back-to-top:hover {	
			background-color: rgba(255, 255, 255, 0.50);
}	

/* Footer */ 
footer {
	display:block;
	background:#1FB2F1;
	text-align:center;
	position:fixed;
    bottom:0px;
	width:100%;
}

footer ul {
	display:block;
	width:100%;
	max-width:980px;
	text-align:left;
	margin:0px auto;
}

footer ul li {
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#FFF;
	padding:0em 0.625em 0em 0.625em;
}
footer ul li a {
	color:#FFF;
}
/* Mobile Style */
@media screen and (max-width:850px) {
	#main aside{
		width:68.3%;
		display:block;
		margin:0.625em 0em 5em 0em;
	}	
}

@media screen and (max-width:1600px) {
	
	
	header{
		height:8em;
	}
}

@media screen and (max-width:1400px) {
	body {
		font-size:90%;
	}
	

}



@media screen and (max-width:600px) {
	 #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
	
	#main .back-to-top {
		bottom: 2em;
	}
	
	#main aside{
		width:100%;
		display:block;
		margin:0.625em 0em 5em 0em;
	}	
}
@media screen and (min-width:550px) {
	nav.nav {
		display:block !important;
	}	
}
@media screen and (max-width:550px) {
	body {
		font-size:86%;
	}
	
	h1{
		font-size: 150%;
	}
	
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
	
	
	
}

@media screen and (max-width:425px) {
	#main .back-to-top {
		bottom: 4em;
	}
}

@media screen and (max-width:416px) {
	
	h1{
		font-size: 100%;
	}

}
