html, body{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #009ee0;
}

h1,h2,h3,h4,h5, h6, p, a, li, address{
	font-family: Helvetica, Verdana;
	letter-spacing:0.5px;
	line-height: 150%;
}

h1{
	font-size:2.5em;
	margin: 0;
}

h2{
	font-size:2em;
}

h3{
	font-size:1.5em;
	margin: 0;
}

h4{
	font-size:1.5em;
	margin:0;
	font-weight: regular;
}

p, a, adress, li{
	font-size:1em;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

.rouxblau,
h3,
.vorteilsektion h4,
.fazitbox-mailto{
	color: #009ee0;
}

.container{
	background-color: #fff;
	max-width: 70%;
	margin: 0 auto;
	min-width:
}

.container section{
	margin: 0 50px;
}

.logo{
	margin: 40px 0px 40px 40px;
	max-width: 33%;
}

.header-claim-image{
	width:100%;
}

header,
section{
	display:block;
	padding-bottom: 40px;
}


ul {
    list-style-image: url('../img/plus.png');
	margin:0;
	padding-left: 18px;
}

ul li{
	margin-bottom: 10px;
}

.vorteilsektion{
	border-bottom:3px solid #e5e5e5;
	display: block;
	margin-bottom:40px;
}

.vorteilsektion img{
	display: block;
	float: left;
}


.vorteilsektion-text-rechts{
	background-color: #e5e5e5;
	display: table-cell;
	min-height: 100%;
	padding: 20px;
}

.vorteilsektion-text-rechts a{
	color: #000;
	font-weight:bold;
}


.fazitbox_links{
	padding-right:5%;
	float: left;
	width:45%;
}
.fazitbox_rechts{
	float: right;
	width:42%;
	padding-left:8%;
}


.ganzeinfach{
	text-align:center;
	display: block;
	margin:0 auto 40px auto;
}


footer{
	padding: 40px 40px;
	background-color: #333;
	color:#fff;
	text-align: center;
}

footer p,
footer address{
	font-size:0.8em;
}

footer a{
	color:#fff;
	text-decoration:underline;
	text-decoration-style: dotted;
   -moz-text-decoration-style: dotted;
   -webkit-text-decoration-style: dotted;
   -o-text-decoration-style: dotted;
   -ms-text-decoration-style: dotted;
   
}



.footerspalte_links{
	float: left;
	text-align:right;
	vertical-align: top;
	display:block;
	width:47%;
}
.footerspalte_rechts{
	float: right;
	text-align:left;
	vertical-align: top;
	display:block;
	width:47%;
}


.footerspalte_rechts p:nth-of-type(1){
	margin-top:0px;
}

.copyrighttext{
	font-size:10px;
	margin-top:40px;
}

.vorteilsektion:after,
.fazit:after,
.footerspaltensektion:after{
    content: "";
    clear: both;
    display: table;
}



@media only screen and (max-width: 1170px) {
    .container {
        max-width:75%;
    }
	.container section{
		margin: 0 40px;
	}
}


@media only screen and (max-width: 990px) {
    .container {
        max-width:85%;
    }
	.container section{
		margin: 0 30px;
	}
	h3, h4{
		font-size:1.3em;
	}
}

@media only screen and (max-width: 640px) {
    .container {
        max-width:90%;
    }
	.container section{
		margin: 0 20px;
	}
	h3, h4{
		font-size:1.25em;
	}
	.vorteilsektion{
		background-color:#f6f6f6;
	}
	.vorteilsektion img{
		display: block;
		float: none;
		width:50%;
		margin: 0 auto;
	}

}

@media only screen and (max-width: 540px) {
    .container {
        max-width:92%;
    }

}