html {
	height:100%;
}
#main-nav {z-index:100}

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febf01+0,febf01+100 */
	background: #febf01; /* Old browsers */
	background: -moz-linear-gradient(top, #febf01 0%, #febf01 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #febf01 0%,#febf01 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #febf01 0%,#febf01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#febf01',GradientType=0 ); /* IE6-9 */
	height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat:no-repeat;
	font-family:Open Sans,sans-serif;
	background-attachment:fixed;
}

.content {
	background-color:#ffcc00;
	box-shadow:5px 5px 5px #000;
	color:#000;
	margin-bottom:2em;
	padding-bottom:2em;
	background: rgba(100,112,135,1);
	background: -moz-linear-gradient(top, #febf01 0%, #febf01 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #febf01), color-stop(100%, #febf01));
	background: -webkit-linear-gradient(top, #febf01 0%, #febf01 100%);
	background: -o-linear-gradient(top, #febf01 0%, #febf01 100%);
	background: -ms-linear-gradient(top, #febf01 0%, #febf01 100%);
	background: linear-gradient(to bottom, #febf01 0%, #febf01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#febf01', GradientType=0 );

}

.head {
	background-color:#ffcc00;
	box-shadow:5px 5px 5px #000;
}

.head .row {
	padding-top:0;
}

.meta {
	text-align:right;
	margin-top:0.2em;
	margin-bottom:0;
}

.meta a:link, .meta a:visited {	
	text-decoration:none;
	color: blue; /* alt: #ccc */
	font-size:70%;
}

.meta a:hover, .meta a:visited:hover {
	color:#fff;
}



.headc {
	text-align:center;
}

.headc img {
	margin-bottom:1em;
}

.headl h1 {
	font-weight:normal;
	margin:20px 0 0 0;
	padding:0;
	color:#000; /* alt #fff */
	/* border-bottom:1px solid #fff; Unterstrich nur auf Text */
        text-decoration:underline;
	line-height:30px;
	text-align:left;
}

.headr h2 {	
	color:#000; /* alt #fff */
	/* border-bottom:1px solid #fff; Unterstrich nur auf Text */
        text-decoration:underline;
	text-align:right;
	font-weight:normal;
	margin:20px 0 0 0;
	padding:0;
	line-height:30px;
}

.eyecatcher p {
	margin:0;
	padding:0;
}

.eyecatcher img {
	width:100%;
	height:auto !important;
}

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


.content h1, .content h2, .content h3 {
	font-weight:normal;
}

.content h3 {
	font-style:italic;
}

.content a:link, .content a:visited {
	color: blue; /* alt: #fff */
}


/*z-index problem, Korrektur von Chio */
.center .orow {z-index:1000;}
.center .sm {z-index:1010;}

@media screen and (max-width:800px) {
	.head div {
		width:100%;		
		padding:0;
		margin:0;
	}
	
	.head h1, .head h2 {
		text-align:center;
		font-size:1em;
		border:0;
		margin:0;
	}
	
	.head .fg2 img {
		height:50px;
		width:auto;
		margin:0;
	}
	
	.nav {
		font-size:75%;		
	}
	
	.meta {
		text-align:center;
		margin-bottom:2em !important;
		color:#666;
	}
		
}


@media screen and (max-width:600px) {
	.nav .fg6, .nav ul li {
		width:100%;
		border:0;
		margin:0.5em 0;
		padding:0;
	}
}
