/* CSS Document by TonkBerlin.de */

body {
	color:#dedfe0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	margin:0;
	background-color: #029abd;
	background-image: url(../images/hintergrund_gk.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

b, strong {
	font-weight:700;
} 

img {
	border:0 none;
	margin:0px 0 5px 0;
	width: 100%;
	height: auto;
}

.iframe_wrap {
	position: relative;
	width: 100%;
	height: 0;
	float: left;

	padding-bottom: 56%;
}

iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0 none;
}

img,
img a,
img a:hover {
	border:0 none;
}

a {
	color:#fbe66c;
	font-weight:bold;
	text-decoration:none;
	transition:0.3s;
}

a:hover {
	color:#e6ebee;
	transition:0.3s;
}

h1 {
	font-family: 'Vollkorn', serif;
	color:#fbe66c;
	font-size:39px;
	line-height:50px;
	font-weight:800;
	width:100%;
	margin:0;
	float:left;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 0 0 5px #222;
}

h6 {
	font-family: 'Vollkorn', serif;
	color:#fefdfb;
	font-size:39px;
	line-height:50px;
	font-weight:800;
	width:100%;
	margin:0;
	float:left;
	text-align:center;
	text-transform:uppercase;
	text-shadow: 0 0 5px #222;
}

span.small {
	font-size:14px;
	line-height:20px;
	width: 100%;
	float: left;
    margin: 0 0 20px 0;
	color: #000;
	text-shadow: none;
}

span.red {
	color:#fbe66c;
}
span.white {
	color: #fbe66c;
}

h2 {
	font-family: 'Vollkorn', serif;
	color:#f5eec2;
	font-size:28px;
	line-height:40px;
	font-weight:700;
	margin:0 0 15px 0;
	letter-spacing:0.5px;
	text-transform:uppercase;
	text-align: left;
	text-shadow: 0 0 5px #222;
}

h3 {
	font-family: 'Vollkorn', serif;
	color:#fbe66c;
	font-size:20px;
	line-height:28px;
	font-weight:700;
	margin:0 0 30px 0;
	text-transform:uppercase;
}

a h3 {
	text-decoration:none;
}

a h3:hover {
	color:#f1f3e3;
}

#more-info h3,
#gewinn-more h3 {
	padding:35px 0;
	margin:0;
}

h4 {
	font-family: 'Vollkorn', serif;
	color:#fbe66c;
	font-size:40px;
	line-height:40px;
	font-weight:400;
	margin:0 10px 5px 0;
}

h5 {
	font-family: 'Vollkorn', serif;
	color:#fbe66c;
	font-size:26px;
	line-height:30px;
	font-weight:700;
	margin:0 10px 5px 0;
	text-transform:uppercase;
}

p {
	margin:0 0 15px 0;
}

hr {
	height: 1px;
	width: 100%;
	border: 0 none;
	background-color: #4fafba;
	margin: 0;
	float:left;
}

small {
	font-size:11px;
	line-height:11px;
}

input {
	float:left;
}

p input {
	margin: 7px 10px 0 0;
}

input#name,
input#vorname,
input#strasse,
input#geburt,
#six_letters_code {
	color:#141f0e;
	width:90%;
	padding:17px 5%;
	background:#fff;
	margin:0 0 10px 0;
	font-family: Tahoma, sans-serif;
	font-size:16px;
}
input#plz,
input#ort,
input#email,
#captchaimg {
	color:#141f0e;
	padding:17px 5%;
	background:#fff;
	font-family: Tahoma, sans-serif;
	font-size:16px;
	margin:0 0 10px 0;
}

input#plz,
input#ort,
input#email,
#captchaimg {
	width: 39%;
	margin: 0 0 10px 0;
}

input#vorname {
	margin: 0 0 10px 0;
}
input#ort,
input#email {
	width: 50%;
}

input#plz {
	width:28%;
	margin:0 2% 10px 0;
}
#captchaimg {
	color:#141f0e;
	padding:17px 5%;
	background:#fff;
	font-family: Tahoma, sans-serif;
	font-size:16px;
	margin:0 0 10px 0;
}

.captcha {
	position: relative;
    float: left;
	width: 28%;
    height: 53px;
    margin: 0 2% 0 0;
    padding: 0 5%;
    background-color: #fff;
}

#captchaimg {
	margin:-20px 0 0 -60px;
	width: 120px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#captchaimg {
	float:left;
}

input#button {
	color:#fff;
	width:200px;
	padding:10px;
	margin:20px 0 0 0;
	background-color: #00AD05;
	border:0 none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-appearance:none;
}

input#button:hover {
	color:#fff;
	background-color:#EBDDAB;
	transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
}

input#six_letters_code {
	width:50%;
	margin:0;
}

/* OVERRIDES */
#success {
	width:100%;
	float:left;
	margin:20px 0;	
}

.yes {
	width: 96%;
    text-align: center;
    float: left;
    padding: 2%;
    background-color: #fff;
    border-radius: 3px;
    color: green;	
}

.no {
	width: 96%;
    text-align: left;
    float: left;
    padding: 2%;
    background-color: #fff;
    border-radius: 3px;
    color: red;	
}
input#geburt {
	width:28%;
	margin: 0 2% 10px 0;
}
input {
	border: 0 none !important;
	outline: none;
}
#captchaimg {
	padding:0;
}
#captcha, .captcha {
	position:relative;
	float: left;
}

input#vorname,
input#ort {
	margin-right:0;
}
#reload_code {
	width:25px;
	height:25px;
	position:absolute;
	right:4%;
	top:14px;
	background-image:url(../images/refresh.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;	
}
#centerer {
	max-width:700px;
	width: 100%;
	margin:0 auto;
	position:relative;
}

#container {
	width:94%;
	text-align:left;
	float:left;
	padding: 100px 3% 20px 3%;
}

.whitener {
	width: 90%;
	padding: 0 5% 30px 5%;
	float: left;
	background-color: #6d6867;
	position: relative;
}

#logo {
	position: absolute;
    top: -100px;
    left: 0;
    width: 200px;
    margin: 0 0 0 -45px;
}

#balken {
	width: 100%;
	float: left;
	height: 10px;
	background-color: #686727;
}

img.half {
	width: 100%;
	height: auto;
	float: left;
}

img.chips {
	margin: 0;
}
img.freioel {
	width: 50%;
	height: auto;
	margin: 0 25%;
}

.half_small {
	width: 27.2%;
	float: left;
}

.splitter {
	width: 4%;
	float: left;
}

.half_big {
	width: 68.8%;
	float: left;
}
.half_left {
	width: 48%;
	margin: 0 4% 0 0;
	float: left;
}

.half_right {
	width: 48%;
	float: left;
}

/* CMS */

#uploads {
	color:#000;
	top:30px;
	left:30px;
	width:950px;
	padding:20px;
	margin:0 30px 0 0;
	float:left;
	background-color:#fff;
	position:absolute;
	opacity:.8;
}

#uploads a {
	text-decoration:underline;
}

.uploaded-image {
	width:180px;
	height:250px;
	float:left;
	margin:0 25px 0 0;
}

/* CLASSES */

.textaligncenter {
	text-align:center;
}

.textalignright {
	text-align:right;
}

.dropshadow {
	filter: drop-shadow(2px 4px 6px #222);
}

.alignright {
	float:right;
}

.uppercase {
	text-transform:uppercase;
}

.error {
	color:#F00;
	font-weight:normal;
	padding:5px;
	margin:10px 0;
	background-color:#fff;
	text-shadow:none;
}

.success {
	color:#000;
	background:#0f0;
	padding:5px 10px;
	text-shadow:none;
}

.clear {
	clear:both;
}

p.small {
	font-size:10px;
}

.justify {
	text-align:justify;
}

.blue {
	color:#2b3651;
}

.light {
	color:#849ca1;
	font-size:42px;
}

.red {
	color:#F8C92E;
}

.black {
	color:#000;
	margin-bottom:20px;
}

.flagred {
	color:#F66 !important;
	background-color:#FCC !important;
}

.flagred::-webkit-input-placeholder { /* WebKit browsers */
	color:#F66 !important;
}
.flagred:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#F66 !important;
   opacity:  1;
}
.flagred::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#F66 !important;
   opacity:  1;
}
.flagred:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#F66 !important;
}

#container.container-datenschutz {
	padding-top: 20px;
}

.pt30 {
	padding-top: 50px;
}

.mb20 {
	margin-bottom: 20px;
}

.nopb {
    padding-bottom: 0;
}

.hidemobile {
	display: block;
}

.showmobile {
	display: none;
}

@media only screen and (max-width:767px) {
	img.freioel {
		width: 70px;
		margin: 0 10px -14px 10px;
	}
	.half_small, .half_big, .half_left, .half_right {
		width: 100%;
		float: left;
		margin: 0;
	}
	img.chips {
		width: 50%;
		margin: 0 25% 30px 25%;
	}
	img.freioel {
		width: 30%;
		margin: 0 35%;
	}
	h1, h2, h3 {
		text-align: center;
	}
	.hidemobile {
		display: none;
	}

	.showmobile {
		display: block;
	}
}

@media only screen and (max-width:536px) {
	h1 {
		font-size: 28px;
		line-height: 40px;
	}
	span.small {
		font-size: 14px;
	}
	h2 {
		font-size: 20px;
		line-height: 28px;
	}
	#container {
	}

}
