@font-face {
font-family: 'Kievit-regular';
src: url('fonts/KievitOT-Regular.otf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'FFKievitWebProMedium';
src: url('fonts/3906D2_0_0.woff');
font-weight: normal;
font-style: normal;
}


/* Basic Structure */

html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body {
    font-family: 'Kievit-regular', sans-serif;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

#wrapper {
	position: relative;
	width: 1240px;
	height: auto;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
}

#header img {
	position: relative;
	display: block;
	width: 8.88%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#banner, #banner2 {
	position: relative;
	width: 100%;
	height: auto;
}

#banner img, #banner2 img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

#claim {
	position: relative;
	display: block;
	width: 100%;
	background-color: #fcba00;
	text-align: center;
	padding: 58px 0 58px 0;
	font-size: 24px;
}

h1 {
	font-size: 60px;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 28px;
	line-height: 1.3em;
	font-weight: bold;
	color: #fcba00;
	text-transform: uppercase;
}

.headline {
	display: block;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: bold;
	color: #fcba00;
	margin: auto 0 0.3em 0;
	text-transform: uppercase;
}

#content {
	position: relative;
	width: 87%;
	min-height: 200px;
	margin: 0 auto;
}

#content p {
	width: 40%;
	float: left;
	padding: 9% 9% 9% 7%;
	font-size: 1.2em;
	line-height: 1.4em;
}

#content.datenschutz p {
	width: 84%;
	float: left;
	padding: 0 9% 0 7%;
	margin-bottom: 1em;
}

#content.datenschutz p:first-child {
	padding: 9% 9% 0 7%;
}

#content strong {
	font-weight: bold;
}

#content img#stoerer {
	position: relative;
	float: left;
	width: 22%;
	padding: 6% 0 6% 13%;
}

#logoblock {
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px 0 86px 0;
}

#logoblock img {
	float: left;
	width: 20%;
	padding: 2.5%;
	height: auto;
}

#footer {
	position: relative;
	margin: 80px auto 120px auto;
	width: 100%;
}

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}

a:hover {
	border-bottom: 0;
}


#footer .col {
	position: relative;
	float: left;
	width: 38%;
	padding: 0 0 0 7%;
	font-size: 1.2em;
	line-height: 1.4em;
}

#footer .col.col2 {
	padding: 0 17% 0 0;
}

#footer .col.col2 .content {
	float: right;
}

#footer .col.col2 .legal {
	display: none;
}

@media all and (min-width: 68px) and (max-width: 767px) {

#wrapper {
	width: 100%;
}

#header img {
	width: 12%;
}

#claim {
	width: 70%;
	padding: 32px 15% 32px 15%;
	font-size: 14px;
}

h1 {
	font-size: 30px;
	line-height: 1.1em;
}

h2 {
	font-size: 18px;
}

#content p {
	float: none;
	width: 90%;
	padding: 9% 5% 9% 5%;
	font-size: 1em;
	line-height: 1.4em;
}

#content.datenschutz p {
	width: 90%;
	float: left;
	padding: 0 5% 0 5%;
	margin-bottom: 1em;
}

#content.datenschutz p:first-child {
	padding: 9% 5% 0 5%;
}

#content img#stoerer {
	float: none;
	width: 50%;
	padding: 4% 25% 4% 25%;
}

#logoblock {
	width: 70%;
	margin: 30px auto 86px auto;
}

#logoblock img {
	float: none;
	width: 90%;
	padding: 0 5%;´0 5%;
}

#footer {
	margin: 32px auto 80px auto;
}

#footer .col {
	float: none;
	width: 90%;
	padding: 0 5% 48px 5%;
	font-size: 1em;
}

#footer .col.col2 {
	padding: 0 5% 0 5%;
}

#footer .col.col1 .legal {
	display: none;
}

#footer .col.col2 .content {
	float: none;
}

#footer .col.col2 .legal {
	display: block;
}

}

@media all and (min-width: 768px) and (max-width: 1340px) {

#wrapper {
	width: 90%;
}

}


