/* hellgrün: #ec7f20; */
/* dunkgrün: #00654b; */
/* pastgrün: #bed898; */
/* devider:	 #368a45; */


html, body {
	min-height: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #495252;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	-webkit-font-smoothing: antialiased;
}
header{
	position: relative;
	top: 0px;
	width: 100%;
	height: 380px;
	background-color: #ec7f20;
}
h1,h2,h3,h4,h5 {
	line-height: 1.3;
}
h2,h3 {
	font-size: 24px;
}
h1{
	color: #495252;
}
h2{
	color: #ec7f20;
}
h3{
	color:
}
button{
	background-color: #ec7f20;
    border: 0px;
    padding: 0 30px 0 30px;
}
ul {
    list-style: none;
    padding:0;
    margin:0;
}

li {
    padding-left: 1em;
    text-indent: -.7em;
		padding-bottom: 0.5em;
}
.adress {
	font-size: 16px;
}
.leistung li:before {
    content: "• ";
    color: #ec7f20;
}
a:link {
	text-decoration: underline;
}
.wrapper{
	min-height: 100%;
	position: relative;
}
#banner{
	position: relative;
	top: 0px;
	width: 100%;
	height: 78%;
	min-height: 185px;
	background-image: url(img/banner.jpg);
	background-color: #8e9498;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
    margin-bottom: 20px;
}
#subbanner{
	position: relative;
	top: 0px;
	width: 100%;
	height: 30%;
	min-height: 80px;
	background-color: #ec7f20;
	background-image: url(img/bildleiste.jpg);
	background-size: cover;
}
#logo{
	position: absolute;
	top: 20px;
	left: 40px;
}
.bannerlogo{
	height: 100%;
	background-image: url(img/logo.png);
	background-repeat:no-repeat;
 	background-position:0px 50%;
 	background-size: 60%;
 	cursor: pointer;
}
footer {
    clear:left;
    width: 100%;
    padding:10px;
    border-top: 3px solid #ec7f20;
		background: #fff;
}
.contmargin {
    margin-top: 124px;
    padding-bottom: 100px;
}

.spacer {
	margin: 20px 0;
}

.smalltext{
}

#seiteStart{
	display: block;
	opacity: 1;
}
#seiteKontakt{
	display: none;
	opacity: 0;
}
.ansprechpartner{
	max-width: 200px;
}

.adress li {
	display: block;
	list-style-type: none;
}

@media (min-width: 768px){
	.container {
	    width: 740px;
	}
	.bannerlogo{
	 	background-size: 80%;
	}
	hr{
		border-top: 2px solid #ec7f20;
	}

.adress li {
	display: inline-block;
}

.adress li:before {
    content: "• ";
    color: #ec7f20;
}

.adress li:first-child:before {
    content: "";
}

footer {
	bottom: 30px;
}
}

@media (min-width: 992px){
.container {
    width: 880px;
}
.bannerlogo{
 	background-size: 60%;
}
hr{
	border-top: 0px solid #ec7f20;
}
}

@media (min-width: 1400px){
.container {
    width: 1080px;
}
.bannerlogo{
 	background-size: 60%;
}
}

@media (max-width: 767px){
.container {
    max-width: 500px;
}
.bannerlogo{
 	background-size: 80%;
 	margin-left: 0px;
}
hr{
	border-top: 2px solid #ec7f20;
}
}
