/* Block-Darstellung für HTML5-Elemente im IE8 */ 
header, header2, header3,
footer {
   display: block;
}
/**********************************************/



 
body {
    background-color: #fff;
	margin: 0;
	padding: 0;
	font-family:'Skoda Pro';
	font-size: 100%;
	-ms-text-size-adjust: none;
	overflow-x: hidden;
	color: #000;
	
}

a {
outline: none !important;	
}

p a {
color: #4ba82e;
text-decoration:underline;
}

@font-face{
	font-family:'Skoda Pro';
	src:url('../fonts/SkodaPro-Regular.eot');
	src:url('../fonts/SkodaPro-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/SkodaPro-Regular.ttf') format('truetype');
	font-style:normal;
	font-weight:normal
}

@font-face{
	font-family:'Skoda Pro';
	src:url('../fonts/SkodaPro-Bold.eot');
	src:url('../fonts/SkodaPro-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/SkodaPro-Bold.ttf') format('truetype');
	font-style:normal;
	font-weight: bold;
}

@font-face {
    font-family: SkodaPro;
    src: url(../fonts/skodapro-extrabold-webfont.eot);
    src: url(../fonts/skodapro-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/skodapro-extrabold-webfont.woff2) format("woff2"), url(../fonts/skodapro-extrabold-webfont.woff) format("woff"), url(../fonts/skodapro-extrabold-webfont.ttf) format("truetype"), url(../fonts/skodapro-extrabold-webfont.svg#skoda_proextrabold) format("svg");
    font-weight: 700;
    font-style: normal
}

hr {
border-top: 1px solid #000;	
border-bottom: 0px solid #787878;	
border-left: 0px solid #787878;	
border-right: 0px solid #787878;
margin-left: 0px;	
margin-right: 0px;
margin-top: 40px;
}

.hr_historie {
border-top: 1px solid #000;	
border-bottom: 0px solid #787878;	
border-left: 0px solid #787878;	
border-right: 0px solid #787878;
margin-left: 2.50%;	
margin-left: 2.50%;	
margin-top: 0px;
width: 95%;	
}

.line_footer {
border-top: 1px solid #787878;	
border-bottom: 0px solid #787878;	
border-left: 0px solid #787878;	
border-right: 0px solid #787878;
margin-left: 0px;	
margin-right: 0px;
margin-top: 10px;
}
 
.wrapper {
    max-width: 1060px !important;    
    background-color: #fff;
    margin: 0px auto;	
	border: 0px solid red;
	font-size: 100%;
}

.wrapper_unterseiten {
    max-width: 1250px !important;    
    background-color: #fff;
    margin: 0px auto;	
	border: 0px solid red;
	font-size: 100%;
}


.header {
	max-width: 100% !important;
	height:auto;
	width: auto;		
	margin: 53px 0px 10px 0px;
	padding: 0px 0px 0px 0px;	
	border: 0px solid red;
	display:block;	
}

.header img {
	height: 100% !important;
	max-width: 100% !important;
	width: 100% !important;		
}

.content {
	max-width: 100% !important;
	height:auto !important;
	width: auto !important;		
	margin: 40px 10px 0px 10px;
	padding: 0px 0px 0px 0px;	
	display:block;
	border: 0px solid red;	
	font-family:'Skoda Pro';
	font-size: 100%;
}

.content img {
	height: auto;
	max-width: 100% !important;	
	outline: 1px solid white;
  	outline-offset: -4px;	
}

.content_1 {
	max-width: 100% !important;
	height:auto !important;
	width: auto !important;		
	margin: 30px 10px 0px 10px;
	padding: 5px 0px 5px 0px;	
	display:block;
	border: 0px solid red;	
	font-family:'Skoda Pro';
	font-size: 100%;
	background-color: #fff;
}

.content_1 p{	
	margin: 10px 0px 10px 0px;	
	font-family:'Skoda Pro';
	font-size: 85%;
	line-height: 170%;
	border: 0px solid red;
}

.content_2 {
	max-width: 100% !important;
	height:auto !important;
	width: auto !important;		
	margin: 40px 10px 0px 10px;
	padding: 5px 0px 5px 0px;	
	display:block;
	border: 0px solid red;	
	font-family:'Skoda Pro';
	font-size: 100%;
	color: #000;
	background-color: #fff;
	overflow:hidden;
}

.content_2 p{	
	margin: 10px 15px 10px 15px;	
	font-family:'Skoda Pro';
	font-size: 100%;
	border: 0px solid red;
	color: #000;
}

.col  {
     width: 32%;
    position: relative;
    float: left;		
	border:3px solid #fff;		
}

.col img {
    max-width: 100%;
    margin: 0px;
    display: block;
}

.desc {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(224,224,224);
    transition: 1s opacity;
}

.col:hover .desc {
   opacity: 1;   
}

video {
  width: 100%    !important;
  height: auto   !important;
}

#footer {
	max-width: 100% !important;
	height:auto;
	min-height: 180px;
	width: auto;		
	margin-top: 0px;
	left: 20%;
	background-color: #000;
	padding: 20px 20px 0px 20px;
	text-align:left;		
	display:block;
	color: #e6e6e6;
}

.footer_inhalt {
margin: 0px auto;	
border: 0px solid red;
max-width: 1060px;
font-size: 100%;
}


#footer_links {
	max-width: 100% !important;
	height:auto;
	min-height: 180px;
	width: auto;		
	margin-top: 0px;
	left: 20%;
	background-color: #f0f0f0;
	padding: 20px 20px 0px 20px;
	text-align:left;		
	display:block;
	color: #000;
}

.footer_links_inhalt {
margin: 0px auto;	
border: 0px solid red;
max-width: 1060px;
font-size: 100%;
}


#footer_links a {
	margin: 0px 5px 0px 0px;
	color: #000;
	text-decoration:none;
}

#footer_links a:hover {
	margin: 0px 5px 0px 0px;
	color: #000;
	text-decoration:underline;
}

#footer_links a:visited {
	margin: 0px 5px 0px 0px;
	color: #000;
	text-decoration:none;
}


.container_footer_1 {
width: 30%;
height: auto;
border: 0px solid red;
float: left;
}

.container_footer_2 {
width: 35%;
height: auto;
border: 0px solid red;
float: left;
}

.container_footer_3 {
width: 35%;
height: auto;
border: 0px solid red;
float: left;
}


.sozial_btn {
border: 0px solid red;
float:right;

}

#footer a {
	margin: 0px 5px 0px 5px;
	color: #e6e6e6;
	text-decoration:none;
}

#footer a:hover {
	margin: 0px 5px 0px 5px;
	color: #e6e6e6;
	text-decoration:underline;
}

#footer a:visited {
	margin: 0px 5px 0px 5px;
	color: #fff;
	text-decoration:none;
}

h1 {
	max-width: 100% !important;
	width: auto;
	border: 0px solid #d8d8d8;
	margin: 80px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	
	font-family:'Skoda Pro';
	font-size: 250%;
	font-weight: bold;
	
}

.unterseiten {
    font-family:'SkodaPro';
	font-size: 220%;
	text-transform:uppercase;
}



.headline_weiss {
	max-width: 100% !important;
	width: auto;
	border: 0px solid #d8d8d8;
	margin: 5px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-family: Skoda Pro;
	font-family:'Skoda Pro';
	font-size: 180%;
	font-weight: normal;	
}

#sidebar {
	width: 280px !important;
	height: auto;		
	float: left;
	border: 0px solid red;
	position: absolute;
}

#sidebar img {
	max-width: 100% !important;
	width: auto;	
	
   
}
	.maps {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}

	.maps iframe {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 157%;	
}

	.maps_2 {
	position: relative;
	padding-bottom: 31%;
	height: 0;
	overflow: hidden;
}

	.maps_2 iframe {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 157%;	
}

.rslides {
  position: absolute;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


.quadrat_unten {
	height: 15%;
    width: 27%;   
    padding-left:0%;
	margin-left: 16.5%;	
    padding-bottom: 20%;
	margin-top: 24%;
    overflow: hidden;
	background-color: transparent;
	color: #fff;
}

.quadrat_oben {
	height: 3%;
    width: 12%;   
    padding-left:0%;
	margin-left: 24%;	
    padding-bottom: 5%;
	margin-top: -44% !important;
    overflow: hidden;
	background-color: transparent;
	color: #fff;
}

.quadrat_links {
	height: 10%;
    width: 18%;   
    padding-left:0%;
	margin-left: 0%;	
    padding-bottom: 22%;
	margin-top: -2% !important;
    overflow: hidden;
	background-color: transparent;
	color: #fff;
}

.quadrat_rechts {
	height: 50%;
    width: 45%;   
    padding-left:0%;
	margin-left: 55%;	
    padding-bottom: 200%;
	margin-top: -100% !important;
    overflow: hidden;
	background-color: transparent;
	color: #fff;
}

.abschluss {
margin-bottom: 10px !important;
}

.abschluss_landing {
margin-bottom: 80px !important;
}

.div_drittel {
    width:19%;
    float:left;
	font-size: 85%;
	border: 0px solid red;
}


/*Formular*/

   select {
	   background-image: url("../img/vf_ok.png");
    background-position: right;
    background-repeat: no-repeat;
	font-family: Skoda Pro;
	color: #000;
	width: 100% !important;
	font-size: 85%;
	padding: 13px 8px 13px 8px;
	border: 1px solid #000 !important;
   /*background: transparent;
   width: 100%;
   padding: 8px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   font-size: 90%;   
   color: #000;
   -webkit-appearance: none;
   border: 2px solid #e6e6e6;*/
   }


	.anmeldeform_login {
	margin: 0px 0px 0px 0px;
	width: 97%;
	font-size: 100%;
	border: 0px solid red;
}
	
	

	.anmeldeform_login input[type=password]{
	background-image: url("../img/vf_ok.png");
    background-position: right;
    background-repeat: no-repeat;
	font-family: Skoda Pro;
	color: #000;
	width: 100% !important;
	font-size: 100%;
	padding: 13px 8px 13px 8px;
	border: 1px solid #000 !important;
}

	.anmeldeform_login input:invalid {
    background-image: url("../img/vf_invalid.png");
    background-position: right;
    background-repeat: no-repeat;
    border: 2px solid #e6e6e6;
}




input[type=checkbox] { 
  display: none !important;
  cursor: pointer;
}
input[type=checkbox]:not([disabled]) + label {
  cursor: pointer;
}
input[type=checkbox] + label:before {
  position: relative!important;
  padding: 3px 6px 2px 6px;
  font-family: 'Arial' !important;
  font-style: normal;
  font-weight: bold;
  content: "X";
  color: transparent;
  border: 1px solid #000;
  width: 50px !important;
 
  
}
input[type=checkbox]:checked + label:before {
  content: "X";
  color: #000;
}






	textarea {
	background-image: url("../img/vf_ok.png");
    background-position: right top;
    background-repeat: no-repeat;
  	font-family: Skoda Pro;
	color: #000;
	font-size: 100%;
	width: 100%;
	height: 131px;
	padding: 13px 8px 3px 8px;
	border: 1px solid #000 !important;
}

	textarea:invalid {
	background-image: url("../img/vf_invalid.png");
    background-position: right top;
    background-repeat: no-repeat;
  	font-family: Skoda Pro;
	color: #000;
	font-size: 100%;
	width: 100%;
	padding: 13px 8px 3px 8px;
	border: 2px solid #e6e6e6;
}




	input[type=submit]{
	font-family: Skoda Pro;
	background-color: #4ba82e !important;
	color: #fff !important;
	font-size: 100%;
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #4ba82e !important;
	font-weight: bold !important;
	text-decoration: none;
}

	input[type=submit]:hover{
	font-family: Skoda Pro;
	background-color: #377220 !important;
	color: #fff !important;
	font-size: 100%;
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #377220 !important;
	font-weight: bold !important;
	text-decoration: none;
}

	input[type=button]{
	font-family: Skoda Pro;
	background-color: #fff;
	color: #000;
	font-size: 100%;
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #000;
	font-weight: normal !important;
}

	input[type=button]:hover{
	font-family: Skoda Pro;
	background-color: #000;
	color: #fff;
	font-size: 100%;
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #000;
	font-weight: normal !important;
}

	.btn_green {
	font-family: Skoda Pro;
	background-color: #4ba82e !important;
	color: #fff !important;
	font-size: 100%;
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #4ba82e !important;
	font-weight: bold !important;
	text-decoration: none;
	
}

	.btn_green:hover{
	font-family: Skoda Pro;
	background-color: #377220 !important;
	color: #fff !important;
	font-size: 100%;
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #377220 !important;
	font-weight: bold !important;
	text-decoration: none;
}

	.btn_slider_1{
	font-family: Skoda Pro;
	background-color: #4ba82e !important;
	color: #fff !important;
	font-size: 70% !important;
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #4ba82e !important;
	
	
}

	.btn_slider_1:hover{
	font-family: Skoda Pro;
	background-color: #377220 !important;
	color: #fff !important;
	font-size: 100%;
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #377220 !important;
	font-weight: normal !important;
}



.btn_slider_2{
	font-family: Skoda Pro;
	background-color: #E30613 !important;
	color: #fff !important;
	font-size: 80%;
	padding: 15px 30px 15px 30px !important;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #E30613 !important;
	font-weight: normal !important;
	
}

	.btn_slider_2:hover{
	font-family: Skoda Pro;
	background-color: #000 !important;
	color: #fff !important;
	font-size: 80%;
	padding: 10px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #000 !important;
	font-weight: normal !important;
	
}

	

	#container_tabs {
	padding: 15px 10px 10px 10px !important;
	border: 0px solid red;
	}
	
	#tab_inhalt {
	border: 1px solid #d8d8d8;
	width: 100%;
	margin-top: -1px;
	background-color:#fff;
	color: #000;	
	}

	.tab {
	background-color: #e7e7e7;
	height: auto;
	width: 30%;
	font-weight: bold;
	padding: 10px 0px 8px 10px;
	float: left;
	margin-right: 3px;
	cursor: pointer;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	border-bottom: 0px solid #d8d8d8;
	word-break: break-all;	
}

	.aktiv {
	background-color: #fff;
	height: auto;
	width: 30%;
	font-weight: bold;
	padding: 10px 0px 8px 10px;
	float: left;
	margin-right: 3px;
	cursor: pointer;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	border-bottom: 0px solid #d8d8d8;		
}

.ticket_bild {
float:right;
margin: 0px 0px 0px 40px !important;
width: 85%;
height: auto;	
clear: both;
}

.abstand_ticket_bild {
margin: 35px 0px 0px 0px !important;	
}

.gewinn {
	width: 25%;
	height: auto;
	float: left;
}

.abstand_neu {
	clear:both;
	height: 50px;
}

.geteilt {
width: 50%;
float:left;	
font-size: 120%;

}

.geteilt_2 {
width: 50%;
float:right;
font-size: 120%;

}

.beschriftung {
width: 30%;
float:left;
padding: 7px 0px 0px 0px;
margin: 5px 0px 5px 0px;

}

.formfeld {
width: 55%;
float:left;
margin: 5px 0px 5px 0px;
}


input[type=text]{
	background-image: url("../img/vf_ok.png");
    background-position: right;
    background-repeat: no-repeat;
	font-family: Skoda Pro;
	color: #000;
	width: 100% !important;
	font-size: 100%;
	padding: 13px 8px 13px 8px;
	border: 1px solid #000 !important;
}

input[type=email]{
	background-image: url("../img/vf_ok.png");
    background-position: right;
    background-repeat: no-repeat;
	font-family: Skoda Pro;
	color: #000;
	width: 100% !important;
	font-size: 100%;
	padding: 13px 8px 13px 8px;
	border: 1px solid #000 !important;
}

.feature_container {
width: 48.00%;
min-height: 100px;
border: 0px solid red;	
margin: 20px 0px 20px 0px;
float: right;
font-size: 85%;
line-height: 170%;
}

.feature_container_abstand_links {
width: 48.00%;
min-height: 100px;
border: 0px solid red;	
margin: 20px 0px 20px 0px;
float: left;
font-size: 85%;
line-height: 170%;

}


.feature_container_headline {    
width: auto;
border: 0px solid #d8d8d8;
margin: 15px 0px 0px 5px;
padding: 0px 0px 0px 0px;
color: #000;
font-family: Skoda Pro;	
font-size: 170%;
font-weight: normal;	
}

.zwischenheadline_unterseiten {    
width: auto;
border: 0px solid #d8d8d8;
margin: 15px 0px 15px 0px;
padding: 0px 0px 0px 0px;
color: #000;
font-family: Skoda Pro;	
font-size: 150%;
font-weight: normal;	
}

.tabelle_buchen {
border-top: 0px solid #4BA82E;
border-bottom: 0px solid #000;
width: 100% !important;
}

.tabelle_buchen td {
border-bottom: 1px solid #000;
padding: 15px 0px 15px 0px !important;

}

.ende {
border-bottom: 1px solid #000 !important;
}

.ende_2 {
border-bottom: 0px solid #4BA82E !important;
}

ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 15px;
}

li {
margin: 0px 0px 0px 0px;
list-style:square;
color: #808080;
}

li p {

color: #000;
}

.preise_desktop {
display: block;	

}

.preise_mobil {
display: none;	
}

.preise_beschreibung {
width: 700px;
}

.buchen_desktop {
display: block;		
}

.buchen_mobil {
display: none;		
}


.cluster_content_1 {
border: 0px solid red;
width: 95.80%;
height: auto;
margin: 0px 0px 0px 10px !important;

}

.cluster_content_2 {
border: 0px solid red;
width: 31.30%;
height: auto;
margin: 10px 0px 0px 10px !important;
float: left;
}

.cluster_content_3 {
border: 0px solid red;
width: 31.00%;
height: auto;
margin: 10px 0px 0px 10px !important;
float: left;
}

.cluster_content_4 {
border: 0px solid red;
width: 31.60%;
height: auto;
margin: 10px 0px 0px 10px !important;
float: left;
}

.cluster_content_5 {
border: 0px solid red;
width: 95.80%;
height: auto;
margin: 10px 0px 0px 10px !important;

}


.cluster_1 {
width: 66.00%;
height: auto;
float: left;
}

.cluster_2 {
width: 33.00%;
height: auto;
float: right;
}

.cluster_3 {
width: 100.00%;
height: auto;
float: left;
}

.cluster_4 {
width: 100.00%;
height: auto;
float: left;
margin-top: 10px;
}

.cluster_5 {
width: 100.00%;
height: auto;
float: left;
margin-top: 0px;
}

.cluster_6 {
width: 100.00%;
height: auto;
float: left;
}

.cluster_7 {
width: 100.00%;
height: auto;
float: left;
margin-top: 10px;
}

.cluster_8 {
width: 66.00%;
height: auto;
float: left;
}

.cluster_9 {
width: 33.00%;
height: auto;
float: right;
}

figure {
    display: block;
    margin: 0px 0px 0px 0px !important;
	
}

.hover11 figure img {
	opacity: 1;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	
}
.hover11 figure:hover img {
	opacity: .7;
}


.clusterung_desk {
display: block;	
}

.clusterung_mobil {
display: none;	
}

.text_fotoalbum {
width: 45%;
float: left;	
}

.login {
width: 40%;
border: 5px solid #F0F0F0;
float: right;	
padding: 0px 20px 20px 20px;
margin: 0px 13px 0px 0px;
}

.login h1 {
margin: 15px 0px 0px 0px;
font-size: 200%;
}

.kontakt_links {
width: 46%;
border: 0px solid red;	
float: left;

}

.kontakt_rechts {
width: 46%;
border: 0px solid red;	
float: right;
}

.footer_left {
float: left;
margin-right: 5px;	
}

.footer_right {
float: right;
margin-right: 5px;	
}

.cc_container .cc_btn {
background-color: #4aa82e !important; /* Farbe des Buttons */
color: #fff !important; /* Textfarbe des Buttons */
text-decoration: none !important;
font-family:'Skoda Pro'  !important;
}
 
.cc_container {
background: #161616 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fff !important; /* Schriftfarbe des gesamten Bereichs */
font-family:'Skoda Pro'  !important;
}
 
.cc_container a {
color: #fff !important; /* Textlink-Farbe "Mehr Infos" */
text-decoration: underline !important;
font-family:'Skoda Pro'  !important;
}

#carousel_trainingsseiten {
	max-width: 100% !important;
	height:auto;
	min-height: auto;
	width: auto;		
	margin-top: 0px;
	margin-bottom: 0px;
	left: 20%;
	background-color: #f0f0f0;
	padding: 50px 20px 50px 20px;
	text-align:left;		
	display:block;
	color: #000;
}

.header_volle_breite {
border: 0px solid red;
}

.historie_desk {
display: block;	
}

.historie_mobil {
display:none;	
}

.historie_height {
height:195px !important;
}

@media screen and (max-width: 65em) {
	


.preise_beschreibung {
width: 700px !important;

}

.feature_container {
width: 47.00%;
min-height: 100px;
border: 0px solid red;	
margin: 20px 10px 20px 0px !important;
float: right !important;
}

.feature_container_abstand_links {
width: 47.00%;
min-height: 100px;
border: 0px solid red;	
margin: 20px 20px 20px 10px !important;
float: left !important;
margin-left: 0px
}

.feature_container_headline {    
width: auto;
border: 0px solid #d8d8d8;
margin: 15px 0px 0px 5px;
padding: 0px 0px 0px 0px;
color: #000;
font-family: Skoda Pro;	
font-size: 150%;
font-weight: normal;	
}

.zwischenheadline_unterseiten {    
width: auto;
border: 0px solid #d8d8d8;
margin: 15px 0px 30px 0px;
padding: 0px 0px 0px 0px;
color: #000;
font-family: Skoda Pro;	
font-size: 150%;
font-weight: normal;	
}

	
}

@media screen and (max-width: 65em) {

.clusterung_desk {
display: none;	
}

.clusterung_mobil {
display: block;	
}

.cluster_1 {
width: 32.00%;
height: auto;
float: left;
}

.cluster_2 {
width: 32.00%;
height: auto;
float: left;
margin-top: 0px;
margin-left: 10px;
}

.cluster_3 {
width: 32.00%;
height: auto;
float: left;
margin-top: 0px;
margin-left: 10px;
}

.cluster_4 {
width: 32.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 0px;
}

.cluster_5 {
width: 32.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 10px;
}

.cluster_6 {
width: 32.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 10px;
}

.cluster_7 {
width: 32.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 0px;
}

.cluster_8 {
width: 32.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 10px;
}

.cluster_9 {
width: 32.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 10px;
}



}


@media screen and (max-width: 53em) {
	


.preise_beschreibung {
width: 580px !important;

}



}



@media screen and (max-width: 50em) {
	
.div_drittel {
    width:30%;
    float:left;
	font-size: 85%;
	border: 0px solid red;
	margin-left: 15px;
}
	
.abschluss_landing {
margin-bottom: 10px !important;
border: 0px solid red;
}
	
.text_fotoalbum {
width: 96%;
float: left;	
}

.login {
width: 87%;
border: 5px solid #F0F0F0;
float: left;	
padding: 0px 20px 20px 20px;
margin: 30px 13px 0px 13px;
}
	
.zwischenheadline_unterseiten {    
width: auto;
border: 0px solid #d8d8d8;
margin: 15px 0px 30px 15px !important;
padding: 0px 0px 0px 0px;
color: #000;
font-family: Skoda Pro;	
font-size: 150%;
font-weight: normal;	
}
	
.buchen_desktop {
display: none;		
}

.buchen_mobil {
display: block;		
}

.preise_desktop {
display: none;
}

.preise_mobil{
display: block;
}

select {
   background: transparent;
   width: 100%;
   padding: 8px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   font-size: 90%;   
   color: #000;
   -webkit-appearance: none;
   border: 2px solid #e6e6e6;
   }

.content_1 p{	
	margin: 10px 15px 10px 15px;	
	font-family:'Skoda Pro';
	font-size: 90%;
	border: 0px solid red !important;
}

.content_2 p{	
	margin: 10px 15px 10px 15px;	
	font-family:'Skoda Pro';
	font-size: 90%;
	border: 0px solid red;
}

.col  {
    width: 32%;
    position: relative;
    float: left;		
	border:3px solid #fff;		
}

#footer {
	font-size: 90%;
}

#footer_links {
	font-size: 90%;
}

.ausgabe_tab tr td {
font-size: 95% !important;
}

h1 {
	max-width: 100% !important;
	width: auto;
	border: 0px solid #d8d8d8;
	margin: 5px 0px 30px 13px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-family: Skoda Pro;
	font-family:'Skoda Pro';
	font-size: 170%;
	font-weight: bold;	
	
}





}

@media screen and (max-width: 50em) {
	
hr {
border-top: 1px solid #000;	
border-bottom: 0px solid #787878;	
border-left: 0px solid #787878;	
border-right: 0px solid #787878;
margin-left: 15px;	
margin-right: 15px;
margin-top: 40px;
}

.preise_desktop {
	margin: 0px 0px 0px 15px;
}
	

	
ul {
margin: 0px 0px 0px 15px;
}
	
.container_footer_1 {
width: 100%;
height: auto;
border: 0px solid red;
float: left;
}

.container_footer_2 {
width: 100%;
height: auto;
border: 0px solid red;
float: left;
}

.container_footer_3 {
width: 100%;
height: auto;
border: 0px solid red;
float: left;
}
	
.geteilt {
width: 100%;
float:left;	
margin-left: 20px;
font-size: 90%;

}

.geteilt_2 {
width: 100%;
float:left;
margin-left: 20px;
font-size: 90%;
	
}

.beschriftung {
width: 30%;
float:left;
padding: 7px 0px 0px 0px;
margin: 5px 0px 5px 0px;
}

.formfeld {
width: 55%;
float:left;
margin: 5px 0px 5px 0px;
font-size: 90%;

}	
	
	.abstand_neu {
	clear:both;
	height: 20px;
}

select {
   background: transparent;
   width: 100%;
   padding: 8px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   font-size: 90%;   
   color: #000;
   -webkit-appearance: none;
   border: 2px solid #e6e6e6;
   }

.content_1 p{	
	margin: 10px 15px 10px 15px;	
	font-family:'Skoda Pro';
	font-size: 90%;
	border: 0px solid red;
}

.content_2 p{	
	margin: 10px 15px 10px 15px;	
	font-family:'Skoda Pro';
	font-size: 90%;
	border: 0px solid red;
}

.col  {
    width: 32%;
    position: relative;
    float: left;		
	border:3px solid #fff;		
}

#footer {
	font-size: 90%;
}

#footer_links {
	font-size: 90%;
}

.ausgabe_tab tr td {
font-size: 95% !important;
}

h1 {
	max-width: 100% !important;
	width: auto;
	border: 0px solid #d8d8d8;
	margin: 5px 0px 30px 13px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-family: Skoda Pro;
	font-family:'Skoda Pro';
	font-size: 170%;
	font-weight: bold;	
	
}

.tabelle_buchen {
margin-left:13px;
width: 96.50% !important;
}

.tabelle_buchen  td{

width: 25.00% !important;
}

.btn_green {
	font-family: Skoda Pro;
	background-color: #4ba82e !important;
	color: #fff !important;
	font-size: 100%;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #4ba82e !important;
	font-weight: bold !important;
	text-decoration: none;
}

.btn_green:hover{
	font-family: Skoda Pro;
	background-color: #377220 !important;
	color: #fff !important;
	font-size: 100%;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #377220 !important;
	font-weight: bold !important;
	text-decoration: none;
}

.headline_weiss {
	max-width: 100% !important;
	width: auto;
	border: 0px solid #d8d8d8;
	margin: 5px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-family: Skoda Pro;
	font-family:'Skoda Pro';
	font-size: 170%;
	font-weight: normal;	
}



.abstand_ticket_bild {
margin: 30px 0px 0px 0px !important;
border: 1px solid white !important;	
}

}

@media screen and (max-width: 45em) {
	
.historie_desk {
display: none !important;	
}

.historie_mobil {
display:block !important;	
}
	
.unterseiten {
    font-family:'SkodaPro';
	font-size: 150%;
	text-transform:uppercase;
}

.feature_container {
width: 97%;
min-height: 100px;
border: 0px solid red;	
margin: 20px 1.50% 20px 1.50% !important;
float: left !important;
}

.feature_container_abstand_links {
width: 97%;
min-height: 100px;
border: 0px solid red;	
margin: 20px 1.50% 20px 1.50% !important;
float: left !important;

}

.feature_container_headline {    
width: auto;
border: 0px solid #d8d8d8;
margin: 15px 0px 0px 5px;
padding: 0px 0px 0px 0px;
color: #000;
font-family: Skoda Pro;	
font-size: 150%;
font-weight: normal;	

}

.zwischenheadline_unterseiten {    
width: auto;
border: 0px solid #d8d8d8;
margin: 15px 0px 30px 0px;
padding: 0px 0px 0px 0px;
color: #000;
font-family: Skoda Pro;	
font-size: 150%;
font-weight: normal;	
}

}


@media screen and (max-width: 40em) {
	
.div_drittel {
    width:100%;
    float:left;
	font-size: 85%;
	border: 0px solid red;
	margin-left: 15px;
	margin-top: 10px;
}

	
.login {
width: 86%;
border: 5px solid #F0F0F0;
float: left;	
padding: 0px 20px 20px 20px;
margin: 30px 13px 0px 13px;
}
	
	
.abstand_ticket_bild {
margin: 0px 0px 0px 0px !important;
border: 0px solid white !important;	
}


select {
   background: transparent;
   width: 100%;
   padding: 8px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   font-size: 85%;   
   color: #000;
   -webkit-appearance: none;
   border: 2px solid #e6e6e6;
   }

.content_1 p{	
	margin: 10px 15px 10px 15px;	
	font-family:'Skoda Pro';
	font-size: 85%;
	border: 0px solid red !important;
}

.content_2 p{	
	margin: 10px 15px 10px 15px;	
	font-family:'Skoda Pro';
	font-size: 85%;
	border: 0px solid red;
}

.col  {
    width: 32%;
    position: relative;
    float: left;		
	border:3px solid #fff;
			
}

#footer {
	font-size: 85%;
}

#footer_links {
	font-size: 85%;
}


.ausgabe_tab tr td {
font-size: 90% !important;
}

h1 {
	max-width: 100% !important;
	width: auto;
	border: 0px solid #d8d8d8;
	margin: 5px 0px 30px 13px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-family: Skoda Pro;
	font-family:'Skoda Pro';
	font-size: 145%;
	font-weight: bold;	
}

.headline_weiss {
	max-width: 100% !important;
	width: auto;
	border: 0px solid #d8d8d8;
	margin: 5px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-family: Skoda Pro;
	font-family:'Skoda Pro';
	font-size: 145%;
	font-weight: normal;	
}



}

@media screen and (max-width: 38em) {
	
.footer_left {
float: left;
width: 100%;
margin-right: 5px;	
}

.footer_right {
float: left;
margin-right: 5px;
margin-top: 10px;	
}

}

@media screen and (max-width: 35em) {



	
	
.cluster_1 {
width: 100.00%;
height: auto;
float: left;
}

.cluster_2 {
width: 100.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 0px;

}

.cluster_3 {
width: 100.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 0px;
}

.cluster_4 {
width: 100.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 0px;
}

.cluster_5 {
width: 100.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 0px;
}

.cluster_6 {
width: 100.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 0px;
}

.cluster_7 {
width: 100.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 0px;
}

.cluster_8 {
width: 100.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 0px;
}

.cluster_9 {
width: 100.00%;
height: auto;
float: left;
margin-top: 10px;
margin-left: 0px;
}

.ticket_bild {
float:left;
margin: 0px 0px 25px 0px !important;
width: 80%;
height: auto;	
clear: both;
border: 0px solid red;
}

.abstand_ticket_bild {
margin: 0px 0px 0px 0px !important;	
border: 0px solid red !important;
}

}

@media screen and (max-width: 30em) {

	

	
.kontakt_links {
width: 100%;
border: 0px solid red;	
float: left;

}

.kontakt_rechts {
width: 100%;
border: 0px solid red;	
float: left;
}
	
.login {
width: 82%;
border: 5px solid #F0F0F0;
float: left;	
padding: 0px 20px 20px 20px;
margin: 30px 13px 0px 13px;
}
	
.cluster_content_1 {
border: 0px solid red;
width: 93.80%;
height: auto;
margin: 0px 0px 0px 10px !important;

}

.unterseiten {
    font-family:'SkodaPro';
	font-size: 125%;
	text-transform:uppercase;
}

	
.geteilt {
width: 100%;
float:left;	
margin-left: 20px;
font-size: 90%;

}

.geteilt_2 {
width: 100%;
float:left;
margin-left: 20px;
font-size: 90%;
	
}

.beschriftung {
width: 100%;
float:left;
padding: 7px 0px 0px 0px;
margin: 5px 0px 5px 0px;
}

.formfeld {
width: 80%;
float:left;
margin: 5px 0px 5px 0px;
font-size: 90%;

}	
	
.gewinn {
	width: 50%;
	height: auto;
	float: left;
}

select {
   background: transparent;
   width: 100%;
   padding: 8px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   font-size: 85%;   
   color: #000;
   -webkit-appearance: none;
   border: 2px solid #e6e6e6;
   }

.content_1 p{	
	margin: 10px 15px 10px 15px;	
	font-family:'Skoda Pro';
	font-size: 80%;
	border: 0px solid red;
}

.content_2 p{	
	margin: 10px 15px 10px 15px;	
	font-family:'Skoda Pro';
	font-size: 80%;
	border: 0px solid red;
}

.col  {
    width: 48%;
    position: relative;
    float: left;		
	border:3px solid #fff;		
}

#footer {
	font-size: 80%;
}

#footer_links {
	font-size: 80%;
}

.ausgabe_tab tr td {
font-size: 85% !important;
}

h1 {
	max-width: 100% !important;
	width: auto;
	border: 0px solid #d8d8d8;
	margin: 5px 0px 30px 13px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-family: Skoda Pro;
	font-family:'Skoda Pro';
	font-size: 125%;
	font-weight: bold;	
}

.headline_weiss {
	max-width: 100% !important;
	width: auto;
	border: 0px solid #d8d8d8;
	margin: 5px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-family: Skoda Pro;
	font-family:'Skoda Pro';
	font-size: 125%;
	font-weight: normal;	
}



}

@media screen and (max-width: 20em) {
	

.login {
width: 72%;
border: 5px solid #F0F0F0;
float: left;	
padding: 0px 20px 20px 20px;
margin: 30px 13px 0px 13px;
}
	

	
input[type=button]{
	font-family: Skoda Pro;
	background-color: #fff;
	color: #000;
	font-size: 80%;
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #000;
	font-weight: normal !important;
}

	input[type=button]:hover{
	font-family: Skoda Pro;
	background-color: #000;
	color: #fff;
	font-size: 80%;
	padding: 15px 20px 15px 20px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #000;
	font-weight: normal !important;
}	
	

select {
   background: transparent;
   width: 100%;
   padding: 8px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   font-size: 90%;   
   color: #000;
   -webkit-appearance: none;
   border: 2px solid #e6e6e6;
   }
.content_1 p{	
	margin: 10px 15px 10px 15px;	
	font-family:'Skoda Pro';
	font-size: 75%;
	border: 0px solid red;
}

.content_2 p{	
	margin: 10px 15px 10px 15px;	
	font-family:'Skoda Pro';
	font-size: 75%;
	border: 0px solid red;
}

.col  {
    width: 46.50%;
    position: relative;
    float: left;		
	border:3px solid #fff;		
}

#footer {
	font-size: 75%;
}

#footer_links {
	font-size: 75%;
}

.ausgabe_tab tr td {
font-size: 80% !important;
}

h1 {
	max-width: 100% !important;
	width: auto;
	border: 0px solid #d8d8d8;
	margin: 5px 0px 30px 13px;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-family: Skoda Pro;
	font-family:'Skoda Pro';
	font-size: 120%;
	font-weight: bold;	
}

.unterseiten {
    font-family:'SkodaPro';
	font-size: 120%;
	text-transform:uppercase;
}

.headline_weiss {
	max-width: 100% !important;
	width: auto;
	border: 0px solid #d8d8d8;
	margin: 5px 0px 0px 13px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-family: Skoda Pro;
	font-family:'Skoda Pro';
	font-size: 120%;
	font-weight: normal;	
}



}







