#banner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	cursor: default;
	height: 100vh;
	min-height: 24.5em;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 0 5%;
	background: #224e73 url(../../bilder/hero_img/fotolia_116283629.jpg) no-repeat center 50px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#banner > .inner {
	width: 100%;
	margin: 0 auto;
}
.inner h1 {
	font-size: 3.8em;
	margin-bottom: 0.4em;
}
.inner p {
	font-size: 1.9em;
	line-height: 1.4em;
	padding: 0 10%
}
.inner h1, .inner p {
	color: #ffffff;
	text-shadow: 1px 1px 7px rgba(107,44,0,.3);
}
.special h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0 0 0.4em 0;
}
.icos {
	display: block;
	width: auto;
	height: 100px;
	margin-bottom: 1.4em;
}
.icos img {
	width: auto;
	height: 100%;
}
.cta {
	display: block;
	width: 220px;
	margin: 3em auto 0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(107,44,0,.3);
	-moz-box-shadow: 0px 1px 5px 0px rgba(107,44,0,.3);
	box-shadow: 0px 1px 5px 0px rgba(107,44,0,.3);
}

@media screen and (max-width: 1024px) {
#banner {
	background: #fff url(../../bilder/hero_img/fotolia_116283629-m.jpg) no-repeat center 30px scroll;
	-webkit-background-size: auto 100vh;
	-moz-background-size: auto 100vh;
	-o-background-size: auto 100vh;
	background-size: auto 100vh;
}
.inner h1 {
	font-size: 2.6em;
	margin-bottom: 0.4em;
}
.inner p {
	font-size: 1.4em;
}
}

@media screen and (max-width: 800px) {
.inner h1 {
	font-size: 2.4em;
	margin-bottom: 0.3em;
}
.inner p {
	font-size: 1.1em;
}
.icos {
	height: 70px;
	margin-bottom: 0.6em;
}
}

@media screen and (max-width: 767px) {
#banner {
	background: #fff url(../../bilder/hero_img/fotolia_116283629-s.jpg) no-repeat center 50px scroll;
	-webkit-background-size: auto 100vh;
	-moz-background-size: auto 100vh;
	-o-background-size: auto 100vh;
	background-size: auto 100vh;
}
.inner h1 {
	font-size: 1.9em;
}
.inner p {
	margin-bottom: 0em;
}
.icos {
	height: 60px;
	margin-bottom: 0.5em;
}
.cta {
	margin: 1.5em auto 0;
}
}
@media screen and (max-width: 600px) {
.scroll {
	margin: 2em auto 0;
	max-width: 250px !important;
}
}
@media screen and (max-width: 320px) {
.inner h1 {
	font-size: 2em;
	margin: 0 0 0.5em;
}
.inner p {
	font-size: 1.2em;
	margin-bottom: 0.7em;
	line-height: 1.2em;
}
.icos {
	margin-bottom: 0.5em;
}
.scroll {
	margin: 2em auto 0;
	width: 250px !important;
}
}

article.special  h2 {
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 0 0 0.7em 0;
}
@media only screen and (max-width: 480px) {
h1 {
	font-size: 1.7em;
}	
article h2, article h3, article.special h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}
article.special h2 {
font-size: 1.7em;
margin: 0 0 0.7em 0;
}
}
@media only screen and (max-width: 320px) {
h1, article.special h2 {
	font-size: 1.7em;
}
h2.sub-header {
	font-size: 1.3em;
}
}