html {
	height:100%;
}
body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',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;
}

#bottom, #footer {
    color: #623317;
    font-size: 0.84em;
}

#bottom h4 {
    font-size: 1.2em;
}

#contact-info li {
    list-style-type: none;
}

.media > .pull-left {
    margin-right: 10px;
    margin-bottom: 6px;
}
.pull-left {
    float: left !important;
}

small {
    font-size: 90%;
}

.media, .media-body {
    overflow: hidden;
}

ul.arrow {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pull-right {
    float: right !important;
    padding-left:6px;
}

.pull-left {
    float: left !important;
}

.green1 {
	background-color:#B5BF37;
        color: #623317;

}

.green2 {
	background-color:#C9DB3C;
        color: #623317;
}

.wichtig_gelb {
	color:#F59313;
	font-weight:600;
	font-size:1.2em;
}

.wichtig_gruen {
	color:#91B428;
	font-weight:600;
	font-size:1.2em;
}

.headline {
	line-height:1.2em; 
        margin-bottom:20px;
        color: #623317;
}

.headline h1 {
    line-height: 1.2em;
    margin-bottom: -0.4em;
}

.content {
	background-color:#eee;
	box-shadow:5px 5px 5px #000;
	color:#34495e;
	margin-bottom:2em;
//	padding-bottom:2em;

}

.head {
	background-color:#F5BA4D;
	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:#ccc;
	font-size:70%;
}

.meta a:hover, .meta a:visited:hover {
	color:#fff;
}



.headc {
	text-align:center;
}

.headc img {
	margin-top:1em;
	margin-bottom:1em;
}

.headl p{
	text-align:center;
	font-size:200%;
	font-weight:bold;
	margin:50px 0 0 0;
	padding:0;
	color:#623317;
	line-height:30px;
	text-align:left;
}

.headr h2 {	
	color:#623317;
	border-bottom:1px solid #fff;
	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;
        margin-bottom: 6px;
}


.content h1, .content h2, .content h3 {
	font-weight:normal;
}

.content h3 {
	font-style:italic;
}

.content a:link, .content a:visited {
	color:#53571A;
}

.content a:hover {
	color:#7E8427;
}

@media screen and (max-width:800px) {
	.head div {
		width:100%;		
		padding:0;
		margin:0;
	}
	
	.head p, .head h1, .head h2 {
		text-align:center;
		font-size:1em;
		border:0;
		margin:0;
	}
	
	.head .fg2 img {
		height:50px;
		width:auto;
		margin:0;
		margin-bottom:10px;
	}
	
	.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;
	}
}
