/* blank */ 

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	color: #606060;
	font-size: 1.125rem;
	font-family: 'Source Sans Pro', sans-serif;
}

a {
	color: #D60000;
	text-decoration: none;
}

a:hover {
	color: #ED0000;
}

h1 {
	font-weight: 300;
	color: #9D9D9D;
}

h2 {
	font-weight: 300;
}


#wrapper{
	width: 100%;
	max-width: 1500px;
	margin: 0px auto;
}

.content {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
}



header {
    border-bottom: 3px solid #91C652;
}


nav ul{
	list-style-type: none;
	width: 100%;
}

nav a {
	color: #707070;
	font-size: 1.2rem;
}



.inhalt {
	margin-top: 80px;
	margin-bottom: 80px;
}

p.summary {
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: 300;
	color: #808080;
}

.imgright img, .gallery img {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2%;
}

.gallery {
	height: 150px;
	overflow: hidden;
	margin-bottom: 2%;
}

footer {
	background: #91C652;
	height: auto;
	min-height: 350px;
	color: #fff;
	position: relative;
}

footer .halb{
	margin-top: 80px;
	margin-bottom: 80px;
}

footer a{
    color: #E3E3E3;
}

footer a:hover {
    color: #fff;
}

#cookiedingsbumsCloser {
    padding: 5px;
    color: #ffffff;
    background: #A10F27;
    margin-top: 5px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

/*Clearfix toolkit */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

