@import url(//comet.tramino.net/fonts/css?family=Dosis:500|Ubuntu);

.section {
	height: 1100px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-color: #ddd;
	border: 0px solid #f00;
}


.section.first { background-position: 50% -330px; }

.content {
	position: absolute;
	-off-opacity: 0.8;
	height: 600px;
	bottom: 0px;
	width: 100%;
	color: #000;
	background-color: #fff;
	border: 0px solid #00f;
}

.content .inner {
	margin: 0px auto;
	max-width: 1210px;
	height: 600px;
}

.info { background-color: #fff; display: inline-block;}

.section.first .slogan {
	width: 1200px;
	margin: 0px auto 0px auto;
	padding-top: 150px;
	text-align: right;
	font-family: Dosis;
	font-weight: 600;
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}

.section.first .slogan.extratext {
	padding-top: 120px;
}

.section.first .slogan strong { font-weight: 600; font-size: 100px; line-height: 140px; }

.extratext {
	width: 1200px;
	margin: 30px auto 0px auto;
	text-align: right;
	font-family: Dosis; font-weight: 600; font-size: 30px; color: #fff;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}


.section.first .header_elements {
	width: 1200px;
	position: relative;
	margin: 0px auto 0px auto;
}

#stoerer2014 {
	position: absolute;
	top: 15px;
	right: 110px;
}

.kwt_stoerer {
	position: absolute;
	top: 70px;
	left: 110px;
	width: 260px;
	background-color: rgba(114, 184, 58, 0.9);
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
	padding: 7px 15px;
}

#error {
	display:inline-block;
	margin: 0px auto;
}

#error h1 {
	color: #FF3C00;
}

#error .error_info {
	font-family: Ubuntu;
	color: #666;
	font-size: 18px;
	line-height: 24px;
}/* Kleiner Bildschirm & iPad quer  */
@media all and (min-width: 1000px) and (max-width: 1250px) {

}

/* Kleiner Bildschirm & iPad hoch  */
@media all and (min-width: 768px) and (max-width: 999px) {

	#webcaminclude { display: none; }
	#stoerer2014 { display: none; }

	.section {
		background-image: none;
		height: 600px;
	}


	.TraminoVorlage_1 .section.first {
		height: 1100px;
		background-image: url(//tramino.s3.amazonaws.com/s/das-hoechste/116257/1270x1000.jpg);
	}

	.section.first .slogan { width: 720px; }
	.section.first .slogan strong { font-size: 75px; line-height: 80px; }
	.kwt_stoerer { display: none; }

}

/* iPhone & Mobile */
@media all and (max-width: 767px) {

	#webcaminclude { display: none; }

	.section {
		background-image: none;
		height: 600px;
	}

	.TraminoVorlage_1 .section.first {
		height: 1100px;
		background-image: url(//tramino.s3.amazonaws.com/s/das-hoechste/116257/1270x1000.jpg);
	}


	#stoerer2014 { display: none; }
	.kwt_stoerer { display: none; }


	.section.first .slogan {
		width: 90%;
		font-size: 25px;
		line-height: 30px;

	}
	.section.first .slogan strong { font-size: 38px; line-height: 40px; }



	.content .inner {
		width: 90%;
		overflow: hidden;
	}


	.info { width: 310px; }
	.links .offer .text { font-size: 12px; }
	.links .offer .price, .links .offer .price strong { font-size: 20px; }


}