html {
	height: 100.3%; font-size: 63.5%;
}
* {
	margin: 0px; padding: 0px;
}
div.clear {
	margin: 0px; padding: 0px; height: 0px; clear: left; font-size: 0px;
}
body {
	height: 100%;
	color: rgb(48, 48, 48);
	font-family: "Open Sans", sans-serif;
	font-size: 1.4em;
	background-color: rgb(223,223,223);
}
p {
	color: rgb(48, 48, 48); margin-top: 15px; font-size: 1.2em;
}
a {
	color: rgb(48, 48, 48); padding:  0 3px 0 3px; 
}
.abstand {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D0E2E6;
}

a:hover{background-color: #C93; 
}
h1 {
	text-align: left;
	color: #004566;
	font-size: 2.3em;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C93;		
}
h2 {
	text-align: left; color: rgb(71, 71, 71); font-size: 1.7em; font-weight: normal; margin-top: 35px; margin-bottom: 0px;
}
h3 {
	color: rgb(79, 138, 146); font-size: 1.3em; margin-bottom: 10px;margin-top: 10px;
}
h4 {
	margin: 15px 0px 15px; font-size: 1.1em;
}

ul {
	list-style-type: none;
}
ul li {
	margin-bottom: 15px;
}
ul li a {
	color: rgb(255, 255, 255); font-size: 1.2em; text-decoration: none;
}
.wrapper {
	width: 70%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
	background-color: rgb(255, 255, 255);
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F0F0F0;
	border-left-color: #F0F0F0;
}
.header {
	margin-right: auto;
	margin-left: auto;
	height: 116px; padding-left: 5%; padding-top: 35px;
}

.logo {width: 222px; height: 80px; background-image:url(../images/Logo_fertig.jpg); float: left;}
		
.top {width:100%; height: 20px; background-color: #C93; float: right;}

.topmenu {
	height: 36px;
	font-size: 1.3em;
	margin-top: 30px;
	margin-right: 5%;
	float: right;
	position: relative;
	z-index: 6;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #004566;
	
}
.topmenu a {
	padding: 5px 8px 6px; height: 26px; color: rgb(48, 48, 48); text-decoration: none; margin-right: 5px; margin-left: 5px; float: left;
}
.topmenu a:hover {
	transition:0.5s ease-in; color: rgb(255, 255, 255); background-color: rgb(82,125,121); -webkit-transition: all 0.5s ease-in 0s; -moz-transition: all 0.5s ease-in 0s; -o-transition: all 0.5s ease-in 0s;
}
#active {
	color: rgb(255, 255, 255);
	background-color: rgb(30,66,83);
}
.content {
	width: 90%; height: auto; padding-top: 0px; padding-right: 5%; padding-left: 5%; padding-bottom: 30px;
	 background-color: rgb(255, 255, 255);
}

.footer {
	height: 80px;
	text-align: center;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DFDFDF;
}
.bottom ul {
	float: left; margin-top: 0px; height: 36px;
	font-size: 1.3em; margin-right: 5%;
}

.bottom ul li {float: left; padding: 0px 15px 6px 0;}
.bottom a {font-size: 1em;  padding: 5px 8px 5px; height: 26px; color: rgb(48, 48, 48); text-decoration: none; margin-right: 5px; margin-left: 5px; float: left;}
.bottom a:hover {color: rgb(255, 255, 255); background-color: rgb(82,125,121);}

.slideshow {
	width:100%; margin-bottom: 40px; float: left;
}
.bottom {
	height: 36px;
	width: 95%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1E4253;
	background-color: #F0F0F0;
	padding-left: 5%;	
}
.pic {
	width:100%; margin-bottom: 36px; float: left;
}
.map {
	position: relative; width:100%; margin-bottom: 36px; float: left; overflow: hidden; height: 0; padding-bottom: 46%;
}
.map iframe { position: absolute; top: 0; width: 100%;  height: 100%; left: 0;
} 
#partfirst {width: 24%; height: auto; padding:0; margin:0;}
#partsec {width: 26%; height: auto; padding:0; margin:0;}
#partthr {width: 25%; height: auto; padding:0; margin:0;}
#partlast {width: 23%; height: auto; padding:0; margin:0;}
.pic img{
	width:100%; 
}
.pic a {background-color: none; padding: 0;}
.grid {
	width: 28%;
	text-align: left;
	padding-right: 8%;
	float: left;
	
}
.grid_last {
	width: 28%; text-align: left; float: left;
}
.grid img {
	width: 100%; height: auto;
}
.grid_last img {
	width: 100%; height: auto;
}

.text {
	width: 100%;
	text-align: left;
}

label.open-menu-label {
	color: #1E4253;
	display: none;
	background-color: #fff;
	background-position: bottom;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	font-size: 16px;
	float: right;
	margin-right: 6%;
}
input#open-menu {display: none;}
@media only screen and (max-width:1800px)
{
.wrapper {
	width: 80%; min-width: 1300px; 
}

}

@media only screen and (max-width:1400px)
{
.wrapper {
	width: 90%; min-width: 1100px;} 
.topmenu {font-size: 1.1em;}

}

@media screen and (max-width:630px) {
.wrapper {
	width: 100%; min-width: 300px;}
	
h1 {font-size: 1.8em;}
.grid {
	width: 100%; padding-right: 0;
}
.grid_last {
	width: 100%; padding-right: 0;
}
.topmenu {display: none; float: left;}
.topmenu a {
	width: 60%;
	margin-left: 5%;
	background-color: #fff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D0E2E6;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D0E2E6;
	border-left-color: #D0E2E6;
}
.slideshow {display: none;}
#partlast, #partfirst, #partsec, #partthr{width: 48%; margin-left: auto; margin-right: auto; }
label.open-menu-label {display: block;}

input[type=checkbox]:checked ~ .topmenu {
    display: block;
}
.header {height: 50px;padding-top: 15px;}
.logo {
	background-image: url(../images/Logo_small.jpg);
	background-repeat: no-repeat;
}
.top {height: 12px;}
}


