*, *:before, *:after { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

body {
	background: #fff;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	color: #353b42;
	font-size: 100%;
}

.wrapper, footer {
	width: 80%;
	max-width: 1180px;
	margin: 0 auto;
}

.clear {
	clear: all;
}

header {
	background: #f23f54;
	color: #fff;
	min-height: 100px;
}

#logo { 
	width: 240px;
	padding-top: 18px;
}

header h1 {
	font-weight: 700;
	font-size: 1.5em;
	display: inline-block;
	padding: 18px 0 24px;
}

input[type=text], input[type=email], input[type=telefon], textarea  {
	background: #fff;
	border: 1px solid #999999;
	color: #333;
	font-size: 1em;
	margin: 6px 0;
	font-weight: 300;
	width: 50%;
	height: 36px;
	padding: 10px 12px;
}

textarea  {
	height: 90px;
}

input[type=text]:focus, input[type=email]:focus, input[type=telefon]:focus, textarea:focus {
	outline: none;
	color: #f23f54;
}

input[type=radio] {
	margin-right: 6px;
}

.anrede { margin: 6px 0; }

input[type=submit], input[type=reset]  {
	background: #f23f54;
	border: none;
	font-size: 1em;
	padding: 14px 18px 16px;
	margin: 30px 6px 30px 0;
	color: #ffffff;
	font-weight: 300;
}

input[type=submit]:hover, input[type=reset]:hover {
	background-color: #f9495e;
	color: #ffffff;
}

input[type=reset]  {
	background: #fff;
	color: #f23f54;
}

#banner {
	background: #f4f7f9;
	/*min-height: 360px;*/
}

#banner .introduction {
	padding-bottom: 60px;
}

#banner h2 {
	font-size: 3.6em;
	font-weight: 300;
	color: #f23f54;
	padding: 60px 0 18px;
}

#banner p {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 300;
	margin-bottom: 20px;
}

#banner a.download {
	display: inline-block;
	background: #f23f54 no-repeat center left;
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	padding: 14px 18px 20px;
	line-height: 1;
	margin: 12px 0 0 0;
}

#banner a.download:hover {
	background-color: #f9495e;
}

#banner a.download:active {
	background-color: #ea3d51;
}

#banner a.download span {
	font-size: 0.7em;
}

#feature-section {
	min-height: 500px;
	padding: 100px 0 120px;
}

#feature-section h3 {
	color: #f23f54;
	font-weight: 300;
	font-size: 1.8em;
	padding: 0 0 20px;
}

#feature-section p, #feature-section ul{
	margin-bottom: 20px;
	font-size: 1.1em;
	line-height: 1.5;
}

#feature-section ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#feature-section ul li {
	margin-bottom: 20px;
}

#feature-section .description {
	width: 100%;
}

#feature-section .image {
	width: 30%;
	margin: 0 3% 3% 0;
}

#feature-section .image img {
	width: 100%;
	height: auto;
	border-radius: 200px; 
	overflow: hidden;
	display: block;
}

.feature-left { background: #fff;}
.feature-left .wrapper section.image{ float: left;}
.feature-right {	background: #f4f7f9;}
.feature-right .wrapper section.image{ float: right;}
#feature-section.feature-right .image { 	margin: 0 0 3% 3%;}

a.wide-button {
	background: #f23f54;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 0;
	width: 100%;
	margin: 70px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: 400;
}

a.wide-button:hover {
	background: #f9495e;
}

a.wide-button:active {
	background: #ea3d51;
}

footer .copyright {
	display: block;
	text-align: center;
	margin: 40px auto;
}

a, footer a { color: #353b42;}
a:hover, footer a:hover { color: #f23f54;}

footer a, footer a:hover { text-decoration: none; }

footer .copyright strong {
	color: #f23f54;
}


@media handheld, only screen and (max-width: 1023px) {

body { font-size: 90%;}

}

@media handheld, only screen and (max-width: 767px) {

body { font-size: 80%;}
.wrapper, footer { width: 90%;}
header h1 { font-size: 1.25em;}
#banner h2 { font-size: 2.5em;}
.feature-left .wrapper section.image{ float: none;}
.feature-right .wrapper section.image{ float: none;}
#feature-section {
    min-height: 1px;
    padding: 60px 0 60px;
}
#feature-section .image, #feature-section.feature-right .image {
    margin: 0 auto 8%;
    width: 50%;
}
input[type="text"], input[type="email"], input[type="telefon"], textarea {
    width: 100%;
}
#feature-section p, #feature-section ul, #banner p { font-size: 1em;}
#feature-section p br { display: none;}	
}

@media handheld, only screen and (max-width: 420px) {

.wrapper, footer { width: 90%;}
header h1 { font-size: 1em;}

	
}