box_down_left

/* annie-use-your-telescope-regular - latin */
@font-face {
  font-family: 'Annie Use Your Telescope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/annie-use-your-telescope-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/annie-use-your-telescope-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/annie-use-your-telescope-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/annie-use-your-telescope-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/annie-use-your-telescope-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/annie-use-your-telescope-v18-latin-regular.svg#AnnieUseYourTelescope') format('svg'); /* Legacy iOS */
}
/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato-v23-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}



html,body{
	margin: 0px;
	padding:0px;
	width: 100%;
		color:#fff;
  font-size: 1em;
 font-family: 'Lato', sans-serif;
background:#719976;

}


video {
  width: 100%;
  max-height: 100%;
}
.wrapper_box_left_form{
	width:100%;
	text-align:left;
	display:block;
	justify-content:left;
	align-items: flex-start;
	flex-wrap:wrap;
	background:#edf4ee;}
	
.box_left_form{
	display:block;
	position:relative;
	
	justify-content:center;
	align-items: flex-start;
	flex-wrap:wrap;
	width:100%;
	padding:20px;
	color:#666;}
	
.box_right_form{
	width:40%;
	padding:20px;
	color:#666;}

.slider_thumbs{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	z-index: 9999;
	margin-top:10px;
	}
	
	.slider_thumbs div{
	width:100px;
	margin:3px;
	height:auto;
	cursor:pointer;
	border:1px solid rgba(255,255,255,0);
	
		 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		

	}
	
	
	 .box_package{
		 width:45%;
		 display:block;
		 margin:8px;
		 padding:18px;
		 background:rgba(255,255,255,0.1);}
 .box_package_img{ width:100%;
 margin-bottom:10px;}
  .box_package_titel{width:100%;
  margin-bottom:0px}
  
  .box_package_titel h2{font-size:1.8em}
  
    .box_package_titel h3{ font-family: 'Lato', sans-serif; font-size:1.2em}
  
 .box_package_text{
	 margin-top:10px;
	 width:100%;
 margin-bottom:5px;
 }
 
  .box_package_text li{list-style: square;
  margin-left:20px;
 
  }

.box_package_preis{width:100%;
padding-top:10px;
margin-bottom:5px;
font-weight:bold;
font-size:1.2em;}


.button_tickets{
	width:550px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;}




.box_package_button{
	
	width:170px;
		text-align:center;
		margin-top:20px;
		
		margin-right:auto;
		color:#FFF;
		background:rgba(59,59,59,1);
		-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 10px;
		padding:10px;
		cursor:pointer;
		
				 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		}



.box_package_button:hover{
	
	color:rgba(59,59,59,1);
		background:#FFF;
		}

	
		
	.slider_thumbs div:hover{

	border:1px solid rgba(255,255,255,0.7);
	
	}
	
	.button_mitte{
		width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;}
.more_tour{
	display:none;
	padding:10px;
	background:rgba(255,255,255,1);
	color:#719875;
	font-size:1.2em;
		 -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	}	
	
	.slider_thumbs_mobile{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	z-index: 9999;
	margin-top:10px;
	}
	
	.slider_thumbs_mobile div{
	width:100%;
	margin:3px;
	height:auto;
	cursor:pointer;
	border:1px solid rgba(255,255,255,0);
	
		 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		

	}
	
	
.banner{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;}

.grid img{
	max-width:300px;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
	}
	
	.logo_2021{
		width:100%;
		display:flex;
		justify-content:center;
		margin-top:-150px;
		margin-bottom:25px;
		z-index:50;
		position:relative;}
		
		
		
		.logo_2021_logo{
			position:relative;
			z-index:100;
			width:650px;}
			
			
				.slanettis{
					position: absolute;
		width:150px;
		display:block;
		justify-content:center;
		
		right:-30px;
		
	top:-40px;
		z-index:999999;}
			
			
	.box_80{
	width:85%;
	margin-left:auto;
	margin-right:auto;

	}
	.box_eins{
		color:#666;}
	
	.box_eins h1{
		 font-family: 'Lato', sans-serif;
	}
	
		.box_eins  h2{
		 font-family: 'Lato', sans-serif;
	}
	
	
		.box_eins  h3{
		 font-family: 'Lato', sans-serif;
	}
	.button_modal_close{
		text-align:center;
		width:100px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
		margin-top:15px;
		padding:8px;
		background:#666;
		color:#fff;
		font-size:1.3em;
		font-weight:900;}
		
		
	.box_karte{
		position:relative;
		width:80%;
		margin-left:auto;
		margin-right:auto;
		
		margin:15px;
		}
		
		
			.box_down{
		position: absolute;
	text-align:center;
		bottom:15px;
		margin-left:8px;
	

		color:#FFF;
		border:2px solid rgba(255,255,255,1);
		padding:10px;
		}
		
		.box_down_left{
			width:300px;
			margin: 10px;
			margin-left:auto;
			margin-right:auto;
			
			background:rgba(113,153,118,0.8);
			display:flex;
			align-items:center;
			justify-content:center;}
			
				.box_down_right{
					width:100%;
					padding:8px;
					background:rgba(113,153,118,0.8);
		
			margin: 10px;}
			
			.box_down_left a{
				color:#FFF;
				margin-left:15px;
		
			}
			
			.wrapper_programm_old{
				margin-left:auto;
				margin-right:auto;
				margin-top:20px;
				margin-bottom:20px;
				
				width:30%;
		text-align:center;
			display:flex;
			align-items:center;
			justify-content:center;
			flex-wrap:wrap;}
			
			
				.wrapper_programm{
		width:100%;
		text-align:center;
			display:flex;
			align-items:center;
			justify-content:center;
			flex-wrap:wrap;}
		
				
	.programm_left{
		width:30%;
		padding:15px;
			border-right:1px solid rgba(255,255,255,1);}	
		
	
	.programm_right{
		width:70%;
		padding:15px;}	
	
	

	video {
 width: 100%;
  max-height: 100%;
}
	
	
	.box_80_sub{
	width:78%;
	margin-left:auto;
	margin-right:auto;

	}	
	
	.box_partner{
		width:12%;
	
		padding:10px;
		margin:5px;
	
		background:rgba(255,255,255,1);}

.wrapper_bg{
	background:url(bilder/bg_start.jpg) no-repeat fixed;
	background-size:contain;
			width:100%;
		height:100%;
		position: fixed;
  background-size: cover;
  display:none;
  opacity:1;

		}
		
		
				.wrapper_bg_mobile{
  display:none;

		}
		
		.starticons{
			width:100%;
			padding:15px;
			margin-top:15px;
			}
			
			.starticons > div{
				width:100px;
				text-align:center;
				font-size:0.7em;
			}
			
			.starticons  img{
			width:80px;
			height:auto;
			margin:5px;
			}

	.zitat{
			width:100%;
			margin-left:auto;
	font-size:3.0em;
	text-align:center;

	color:#FFF;
font-family: 'Annie Use Your Telescope', cursive;
	
	}	
		
		.wrapper_bg_sub{
	background:url(bilder/bg_sub.jpg) no-repeat fixed;
	background-size:contain;
			width:100%;
		height:100%;
		position: fixed;
  background-size: cover;
		}
	
		.box_video{
		width:60%;
		border:4px solid rgba(255,255,255,0.8);
		cursor:pointer;
	 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		
		opacity:1;
		text-align:center;}
		
		
			.box_video:hover{


		opacity:0.9;}
	
	.button_more{
		width:170px;
		text-align:center;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		color:#FFF;
		background:#886d52;
		-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
		padding:10px;
		cursor:pointer;
		
				 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		
	}
		
		
			.button_more:hover{
	
		color:#886d52;
		background:#fff;
	}
		
		
			
	
ul, li { list-style: none;

margin:0;
padding:0; }

.faq{
	width:80%;
	margin-left:auto;
	margin-right:auto;}
	
	.faq li {

		 padding: 20px;
	margin:1px; }


.faq li.a {
	width:100%;

  background: #fff;
  display: none;
  color:#333;
}

.faq li.q {
	width:100%;

    background: rgba(95,129,99,1);
  font-weight: bold;
  font-size: 110%;
   color:#fff;
  border: 1px #ddd solid;
  cursor: pointer;
 
}
.rotate_1 {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(45deg);
-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}


.rotate {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}
	
		.wrapper_programm{
		width:100%;
		text-align:center;
			display:flex;
			align-items:center;
			justify-content:center;
			flex-wrap:wrap;}
		
				
	
	
article{
	font-weight:normal;}

*{box-sizing:border-box;}

hr{
	 border: 1px dotted #564433;}

a {
	text-decoration:none;
		color: #564433;
		
		}
		
	
h1{
	font-size:2.3em;

font-weight:normal;
margin:0px;
padding:0;
padding-top:25px;
font-family: 'Annie Use Your Telescope', cursive;
	
	}
	
	.box_links{
		width:100%;
		margin-top:15px;
		}
		.box_links > a{
			margin:5px;
		}
	

		.button_grey_show{
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	background:rgba(139,112,193,0.8);
	padding:8px;
	color: rgba(255,255,255,1);
	font-weight:700;
	letter-spacing:1px;
	width:90%;
	text-align:center;
	}	
	
			.button_grey_show:hover{

	background:rgba(139,112,193,1);
	
	}				
	
h2{
font-family: 'Annie Use Your Telescope', cursive;
	font-size: 1.5em;
		margin:0;
		padding:0;
font-weight:normal;
	}	
h3{
font-family: 'Annie Use Your Telescope', cursive;
font-weight:normal;
	font-size: 1.2em;
	margin:0px;}	

div.clear { clear: both; }

iframe{
	height:auto;
	border: 6px solid rgba(204,204,204,0.4);}
	
	.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.shortcut{
	width:50px;
	height:104px;
	position: fixed;
	top:80px;
	right:0px;
	z-index:800;}

.shortcut_box_tel{
	width:50px;
	height:50px;
	background: rgba(255,255,255,0.8) url(bilder/short_tel.png) center  center no-repeat ;
	
	opacity:0.8;
	margin-bottom:4px;}
	
	
	.shortcut_box_tel:hover{
	width:50px;
	height:50px;
	background: rgba(255,255,255,1) url(bilder/short_tel.png) center  center no-repeat ;
	
	opacity:0.8;
	margin-bottom:4px;}
	
	.shortcut_box_mail{
	width:50px;
	height:50px;
	background: rgba(255,255,255,0.8) url(bilder/short_mail.png) center  center no-repeat ;
	
	opacity:0.8;}

.wrapper_slider{
	margin-top:90px;
width:90%;
		margin-left:auto;
		margin-right:auto;
		border: 6px solid rgba(204,204,204,0.4);
		position:relative;
		z-index:10;
	}
	
	
.slider_1{height:50vh !important;
}
	
	.box_buttons_slider{
		position: absolute;
		top:20%;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
		
		z-index:888;}
		
		.box_buttons_slider_1{
			width:180px;
			height:180px;
			margin:30px;
			background: url(bilder/button_1.png) no-repeat;
			background-size:contain;
			text-align:center;
			display:flex;
			align-items:center;
			justify-content:center;
		hyphens: auto;
		color:#cd1719;
		position: relative;
		cursor:pointer;
			
			}
			
			
					.button_hover{
			width:180px;
			height:180px;
			position:absolute;
			z-index:999999999;
			background: url(bilder/button_red.png) no-repeat;
			background-size:contain;
			opacity:0;
		 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		
	 transform: scale(0.7);		
			}
		
			
			.box_buttons_slider_1 h1{
				font-size:1.1em;}



.box_buttons_slider_1:hover > .button_hover {
opacity:1;
 transform: scale(1);			}
			
			
	

	
	.partner_logos{
		width:18%;
		margin:10px;}
	
.form_box{
	width:48%;
	
	margin-right:auto;
}


	
	.form_box_titel{
	width:100%;
	color:rgba(111,120,130,1);
	padding:4px;
	
	}
	
	.slider_text{
		
		position: absolute;
		margin-left:20%;
		margin-top:250px;
		width:500px;
		border-left:10px solid  rgba(153,3,2,1);;
		padding:15px;
		font-size:2.0em;
	
		font-style:italic;
		color:#FFF;
		line-height:35px;
		z-index:100;
		}



	
	.wrapper_content{
		width:100%;
		
		position:relative;
		z-index:10;
		
		
		}
		
			.wrapper_content_1{
				padding:50px;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		background: #719976 url(bilder/bg.jpg) fixed;
		background-size:contain;
		height:auto;

		}
		
		
		.starttext{
			width:50%;
			margin-right:auto;
			font-size:1.1em;}
			
				.starttext_neu{
			width:90%;
			text-align:center;
			font-size:1.1em;}
		
				.wrapper_content_2{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#719976;
		position:relative;
		min-height:300px;
		padding:25px;
	
		}
		
		
					.wrapper_content_2_2023{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#719976;
		position:relative;
		min-height:300px;
		padding:25px;
		background:url(bg_slider.jpg) no-repeat;
		background-size:contain;
	
		}
		
		.wrapper_platzhalter{
			width:100%;
			height:30vh;
			position:relative;
			z-index:2;}
			
			
	
		
		
					.wrapper_content_sub{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background: rgba(242,233,223,0.8);
		position:relative;
		padding:20px;
	
	
		}
		
		.content_left{
			width:30%;
			padding:20px;
			text-align:right;
			border-right: 3px solid rgba(255,255,255,0.4);
			}
			
			.content_left img{
			width:100%;
		
		
			border: 3px solid rgba(255,255,255,0.6);
			}	
			
		.content_right{
			width:70%;
			padding:20px;}
			
			
			
							.wrapper_content_3{
	
		
		
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#719875 url(bilder/bg_content_3.jpg)  no-repeat;
		background-size:cover;
		position:relative;
		
			padding:145px;
		

		}
	
		

		
					.wrapper_content_4{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:url(bg_slider.jpg) no-repeat;
		background-size:cover;
		position:relative;
		
			padding:45px;
			
			
			
	
		}
		
							.wrapper_content_5{
	width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#719875 url(bilder/bg_content_5.jpg)  no-repeat;
		background-size:cover;
		position:relative;
		
			padding:145px;
		
	
			
				
	
		}
		
									.wrapper_content_6{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	
			padding:145px;
	
			background:#719875 url(bilder/bg_content_4.jpg)  no-repeat;
		background-size:cover;
		}

									.wrapper_content_7{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#FFF;
		background-size:cover;
	
		position:relative;
		padding:45px;
		min-height:200px;
	
		}
		
					.wrapper_content_8{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#719875 url(bilder/bg_content_8.jpg)  no-repeat;
		background-size:cover;
		position:relative;
		
			padding:145px;
	
		}
		
		.startlogo{
			width:210px;
			height:auto;
			margin-left:auto;
			}
		

	
	
	.wrapper_content_box_1{
			width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:55px;
	padding-bottom:100px;
	
		
		}
		
	
		.box_produkte{
				width:48%;
				height:auto;
			display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:strech ;
  	-webkit-justify-content: strech;
  	justify-content:left; 
	-ms-flex-pack:left;
  	flex-direction: row;
	flex-wrap:wrap;
	align-items:stretch;
	background:#fff url(bilder/bg_box_produkte.jpg);
	background-size:contain;
	margin-right:5px;
	margin-bottom:5px;
	position:relative;
	cursor:pointer;
}


		.box_produkte_sub{
				width:32%;
				height:auto;
			display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:strech ;
  	-webkit-justify-content: strech;
  	justify-content:left; 
	-ms-flex-pack:left;
  	flex-direction: row;
	flex-wrap:wrap;
	align-items:stretch;
	background:#fff;
	background-size:contain;
	margin-right:10px;
	margin-bottom:5px;
	position:relative;
	cursor:pointer;
	padding:15px;	
}
		

	.box_produkte_overlay{
  position: absolute;
  top: 0;
  bottom: 0;

  right: 0;
  height: 100%;
  width: 60%;
  opacity: 0;
	background:#604a8c url(bilder/bg_box_produkte_2.jpg) right center no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  
  -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		


}



	.box_produkte_overlay_sub{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
	background:#604a8c url(bilder/bg_box_produkte_2.jpg) right center no-repeat;
	background-size:cover;
  display:flex;
  align-items:center;
  justify-content:center;
  
  -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;



}
.box_produkte:hover  .box_produkte_overlay {
					opacity:1;
				}

	.box_produkte_sub:hover  .box_produkte_overlay_sub {
					opacity:0.95;
				}
	
	.box_overlay_icon{
	width: 50px;
	height:50px;
position:absolute;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		
top:5%;
opacity:0;	}

	.box_overlay_text{
	width: 160px;
	height:auto;
position:absolute;
text-align: center;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		
bottom:5%;
opacity:0;
color: rgba(255,255,255,0.8);	}
					
					
					
 .box_produkte:hover .box_overlay_icon {
top:35%;
opacity:1;}
 .box_produkte:hover .box_overlay_text{
bottom:30%;
opacity:1;}


 .box_produkte_sub:hover .box_overlay_icon {
top:40%;
opacity: 1 !important;}
 .box_produkte_sub:hover .box_overlay_text{
bottom:40%;
opacity: 1 !important;}
	

	.box_produkte_img{
		width:40%;
	
	
	}
	
	.box_produkte_img_sub{
		width:100%;
	
	
	}
	
		.box_produkte_text{
			padding:19px;
			text-align:left;
		width:60%;
	
	font-size:0.8em;
	color:#666;
	
display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:stretch ;
  	-webkit-justify-content: stretch;
  	justify-content:left; 
	-ms-flex-pack:left;
  	flex-direction: row;
	flex-wrap:wrap;
	align-items:center;
	flex-wrap:wrap;
		
			}
			
		.box_produkte_text h3{
				font-size:1.7em;
					
						color:#604a8c;
	}
	
	
			
		.produkte_line{
			position:relative;
			width:100%;
			height:1px;
			
			background:#604a8c;
			display:block;
			opacity:1;
			-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					transition: all 300ms ease-out;		
				
					margin-top:4px;
					margin-bottom:4px;
			
							}	
							
							
				.box_produkte:hover .box_produkte_text .produkte_line {
				
					opacity:0;
				}
	
			
	
			
				.flex_left_2{
	
		display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:center ;
  	-webkit-justify-content: center;
  	justify-content:left; 
	-ms-flex-pack:left;
  	flex-direction: row;
	
	align-items:center;
	}
	

			
		
		
			.wrapper_content_box_3{
				position:relative;
			width:100%;
	margin-left:auto;
	margin-right:auto;
	min-height:200px;
	font-size:1.0em;
	
	padding-bottom:20px;
	background: #FFF url(bilder/ausse.jpg) fixed;
				background-size:cover;
		
		}
		
			

	.box_news{
	width:27%;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	padding:10px;
	border:1px solid rgba(139,139,139,0.2);
background:rgba(139,139,139,0.1);
	-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					transition: all 300ms ease-out;		
		}	
		
		
	.box_news_show{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	border:1px solid rgba(139,139,139,0);
background:rgba(255,255,255,0);
	-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					transition: all 300ms ease-out;		
		}	
		
			.box_news:hover{
border:1px solid rgba(139,139,139,0.5);
background: rgba(255,255,255,0.3);
		}
		
		
		
	.box_news_img{
		width:100%;

	}	
	.box_news_text{
		text-align:center;
		width:100%;
		color: rgba(111,120,130,1);
			

		font-size:0.9em;
	padding:7px;
}


	.box_news_img_show{
		padding:8px;
		width:40%;

	}	
	.box_news_text_show{
				padding:8px;
		width:60%;
		color: rgba(111,120,130,1);
			

		font-size:0.9em;
	padding:7px;
}
	
	
	.box_news_text_titel{
			width:100%;
		border-left:4px solid rgba(139,112,193,1);
		padding-left:8px;
		height:80px;
		margin-top:-40px;
		position:relative;
		z-index:100;
		display:flex;
		align-items:flex-end;
		margin-left:10px;
		margin-right:10px;
		
		}	
		
			.box_news_text h2{
				margin-bottom:0px;
				color: rgba(111,120,130,1);
		
		}	
		
		
		
		
		.box_icons_start{
			text-align:center;
			
			width:32%;
			padding:15px;
	
opacity:1;
cursor:pointer;
			}
			
				.box_icons_start:hover{
			text-align:center;
			
			width:32%;
			padding:15px;
	
	scale:0.8;

			}
			
			
			
			
			
			
			.wrapper_content_box_4{
			width:100%;
	margin-left:auto;
	margin-right:auto;
	
	min-height:200px;
	font-size:1.2em;
		
		}
	


	.box_left{
		width:30%;
			padding:20px;
			text-align:right;
		
		
		}
		
		.box_left h1{

			font-size:2.5em;
			
			
			}
			
			
		
	.box_right{
			
		width:70%;
			padding:20px;
			font-size:1em;
			}
			
				.box_right h2{
		width:65%;
			font-size:1.3em;
			}
			
			
			.box_33{
		width:33.33333%;		
		text-align:center;
		background: rgba(255,255,255,0.1);
	
			}
			
				.box_33:hover{
	
		background: rgba(255,255,255,0.3);
	
			}
			
				
			.box_33_content{
		width:100%;
		padding:50px;		
		text-align:center;	
			}	
			
				.box_33_content h2{
					margin-bottom:8px;
					padding-bottom:8px;
					font-style:italic;
					border-bottom:2px solid rgba(255,255,255,0.6);
			}
			
			.box_33_img{
				width:120px;
				margin-left:auto;
				margin-right:auto;
				margin-bottom:15px;}
					
		.box_video_left{
			width:60%;
			}	
			.box_video_right{
			width:40%;
			}
			
.wrapper_kontakt{
	width:100%;}
	
		.box_left_kontakt{
		width:50%;
			padding:20px;
			text-align:right;
			border-right: 2px solid rgba(255,255,255,0.5);
		
		
		}
		
		
		.box_right_kontakt{
		width:50%;
			padding:20px;
		text-align:center;
		
		
		}
	

				.flex_space{
	width: 100%;
	height: auto;
	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:space-around ;
  	-webkit-justify-content: space-around;
  	justify-content:space-around; 
	-ms-flex-pack:space-around;
  	flex-direction: row;
	
	}


				.flex_stretch{

	height: auto;
	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:stretch;
	align-items:stretch;
  	-webkit-justify-content: space-between;
  	justify-content: space-between; 
	
  	flex-direction: row;
	
	}

 img{ vertical-align: middle;}

	
	
		.effect{
 -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -kthtml-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

		}
	
	
	.flex{
-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow:wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;

  
  }
	
.flex_left{
	
		display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:stretch ;
  	-webkit-justify-content: stretch;
  	justify-content:left; 
	-ms-flex-pack:left;
  	flex-direction: row;
	flex-wrap:wrap;
	align-items:stretch;
	}

	
	
			.flex_center{

	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:center ;
  	-webkit-justify-content: center;
  	justify-content:center; 
	-ms-flex-pack:center;
  	flex-direction: row;
flex-wrap:wrap;
	align-items:stretch;
	
	
	}
	
	
			.flex_center_2{

	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:center ;
  	-webkit-justify-content: center;
  	justify-content:center; 
	-ms-flex-pack:center;
  	flex-direction: row;

	align-items:flex-start;
	
	
	}
	
	
	
	
			.flex_right{

	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:right ;
  	-webkit-justify-content: right;
  	justify-content:right; 
	-ms-flex-pack:center;
  	flex-direction: row;
	flex-wrap:wrap;
	align-items:stretch;
	}
	
	
			.flex_strech{
	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:space-between ;
  	-webkit-justify-content: space-between;
  	justify-content:space-between; 
	-ms-flex-pack:space-between;
  	flex-direction: row;
	flex-wrap:wrap;
	flex-grow: 1;
	align-items:stretch;
	}
	

	
	
	
.footer{
	position:relative;
	height:auto;
	width:100%;
	box-sizing: border-box;
	z-index:900;
		background:#719976;
	
	}
	
	.share-buttons{
				
			
			}
		
		.share-buttons img{
			width:30px;
			height:auto;
			}
			
			.logo_kapf{
				border-top: 1px solid rgba(255,255,255,1);
				width:140px;
				padding-top:5px;
				margin-top:5px;}
	

.wrapper_footer{
	text-align:left;
	width:90%;
		box-sizing: border-box;
		padding:20px;
		margin-left:auto;
	margin-right:auto;
	border-top: 1px solid rgba(153,153,153,0.2);
		color: rgba(111,120,130,1);
		}
		
		.share-buttons img{
			width:30px;
			height:auto;
			}
			
			.logo_kapf{
				border-top: 1px solid rgba(255,255,255,1);
				width:140px;
				padding-top:5px;
				margin-top:5px;}
	

	.footerbox{
		text-align:center;
		width:31%;
		color: rgba(255,255,255,1);
padding:30px;
		
		font-size:1em;
	
		border-right: 1px dotted rgba(255,255,255,0.2);}
		
				.footerbox:last-child {
border: none;
}	
		
		
		
			.footer_item{
		margin:10px;
			color: rgba(255,255,255,1);
		}
		
			.footerbox img{
		margin-right:6px;
		
	
		}
		
		.footerbox a{
		
			color: rgba(255,255,255,1);
		}
		
		
		
	

		

		
		

	
/* Forms */






		form {
		}
		
			form label {
				display: block;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea {
	width: 100%;
	padding: 0.6em;
background: rgba(200,200,200,0.2);
	border: solid 1px rgba(200,200,200,0.5);
	color: rgba(111,120,130,1);
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	

			}

				form input[type="text"]:hover,
				form input[type="password"]:hover,
				form select:hover,
				form textarea:hover {
				}

				form input[type="text"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
	border-color: #999;

				}

			form input[type="text"],
			form input[type="password"],
			form select {
				line-height: 1em;
			
			}
				
			form textarea {
				min-height: 4em;	width: 100%;
				
			}

			form .formerize-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-webkit-input-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form :-moz-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-moz-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form :-ms-input-placeholder {
				color: rgba(0,0,0,0.70) !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}
			
input[type=submit] {
	padding: 5px 15px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #cd1719;
	color: #fff;
	font-weight: bold;
}



			
input[type=submit]:hover {
	padding: 5px 15px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #9f1113;
	color: #fff;
	font-weight: bold;
}


input[type=reset] {
	padding: 5px 15px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #F90;
	color: #fff;
	font-weight: bold;


}


select {
    border: 0 none;
    color:rgba(102,102,102,1);
    background: transparent;
    font-size: 0.9em;
    font-weight: bold;
    padding: 6px;
    width: auto;

	border: 1px solid rgba(102,102,102,1);
}




	


@media screen and (min-width : 1500px){

.wrapper_slider{
	width:100%;
	max-height:85vh;
	overflow:hidden;


	position:relative;
	z-index:1;}

}


@media screen and (max-width : 1000px){
	
	

.box_80{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
	padding:10px;
	min-height:100px;	
	}	
	
	
	
	.box_left{
		width:100%;
		text-align:center;
	
			padding:10px;	
		
		}
	.box_right{
		
		width:100%;
			border-right:none;	
			padding:10px;
			}
			
			
	.wrapper_slider{
	width:100%;
	height:100px;
	overflow:hidden;
margin-top:60px;
	height:auto;
	position:relative;
	z-index:1;}		
	
	.footerbox{
		width:100%;
color: #fff;
padding:5px;
		
		font-size:1.0em;
	
		border-right: none;}
		
	
	
.form_box{
	width:100%;
	
	margin-right:auto;
}

.wrapper_footer{
	text-align:left;
	width:100%;
		box-sizing: border-box;
		padding:30px;
		margin-left:auto;
	margin-right:auto;
	border-top: 1px solid rgba(153,153,153,0.2);
	color:#fff;
		}
		
		
		
		.box_downloads{
		text-align:center;
		width:100%;
		padding:8px;
		border: solid rgba(139,112,193,0.4);
		background: rgba(255,255,255,0.5);
		display:flex;
		align-items:center;
		margin-bottom:4px;}
		
		
			.box_downloads:hover{
	
		border: solid rgba(139,112,193,0.6);
		}
		
		
		
		.box_downloads_1{
			text-align:left;
			font-size:1.1em;
			width:100%;
			}
			
			.box_downloads_2{
		width:100%;text-align:right;
			}
			
			.box_downloads_2 img{
				
		width:80%;
		height:auto;
			}
			
			.start_box_left{
			width:100%;
			margin-left:auto;
			background: rgba(109,83,160,0);
			color:#604a8c;
				padding:25px;
				font-size:1.1em;
				text-align:center;}
		
		
			.start_box_right{
			width:100%;
			margin-left:auto;
			background: rgba(109,83,160,0);
			color:#604a8c;
			border-left:none;
				padding:25px;
				font-size:1.1em;}
				
				
						.box_kontakt_3{
	width:100%;
	padding:15px;}
	
	.kontakt_img{
			width:100%;
			margin-bottom:8px;}
			
				.kontakt_text{
					margin-left:10px;
			width:100%;}
			
				.partner_logos{
		width:80%;
		margin:10px;}
		
		
	
		
	
	.tel_start{
		
	margin-top:15px;
	color: rgba(183,20,112,1);
	text-align:center;
		font-size:1.0em;
		color:#fff;}
		
			
	.m_100{
		margin:8px;
		width:100% !important;}
		
	.box_buttons_slider{
		display:none;}	
		
		.slider_1{height:150px !important;
}	

.box_33_kontakt{
		width:100%;
				padding:10px;
				font-size:0.9em;
				border-left: 1px solid rgba(204,204,204,1);
			}
			
			
			.box_33{
		width:100%;		
		text-align:center;
		background: rgba(255,255,255,0.1);
	
			}
		.box_video{
		width:100%;
		border:4px solid rgba(255,255,255,0.8);
		cursor:pointer;
	 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		
		opacity:0.5;}
		
		
			.box_video:hover{


		opacity:0.9;}
	
	.box_muster{
		display:none;}	
		
		.box_left_kontakt{
		width:100%;
			padding:20px;
			text-align:right;
			border-right:none;
				border-bottom: 2px solid rgba(255,255,255,0.5);
			
		
		
		}
		
		
		.box_right_kontakt{
		width:100%;
			padding:10px;
		text-align:center;
		
		
		}
		
		.wrapper_content_3{
			padding:5px;

		}
	
		

		
					.wrapper_content_4{
	
			padding:5px;
	
		}
		
							.wrapper_content_5{
	
		
			padding:5px;
	
		}
	.box_carousel_linie{
						margin:2px;
						width:100px;
						height:auto;
						text-align:center;
						margin-left:auto;
			margin-right:auto;
						}
						
						
						.box_carouselx{
				text-align:center;
		width:100%;
		
		margin-left:auto;
		margin-right:auto;}
		
		.box_carousel_icon{
			width:30px;
			height:auto;
			margin-left:auto;
			margin-right:auto;}
		
		.box_carousel_text{
			
			padding:5px;
		}
			
				
			
			
			
			
				.box_carousel_titel{padding:15px;
				font-family: 'Prata', serif;	
			}
		
	
.slick-prev{
	display:none;}
	.slick-next{
	display:none;}
	
		.box_partner{
		width:23%;
		padding:5px;
		margin:5px;
		border-radius: 10px;
		background:rgba(255,255,255,1);}
		
		.content_left{
			width:100%;
			padding:10px;
			text-align:right;
			border-right: none;
			}
			
			.content_left img{
			width:100%;
		
		
			border: 3px solid rgba(255,255,255,0.6);
			}	
			
		.content_right{
			width:100%;
			padding:10px;}
			
			.box_80_sub{
	width:100%;
	margin-left:auto;
	margin-right:auto;

	}	
	
	
				.box_right_zitat{
			
		width:100%;
			padding:10px;
			font-size:1em;
			margin-left:auto;
			}
			
			
			
.wrapper_bg{

  display:none;
background:none;

		}
		
		.wrapper_bg_mobile{

			width:100%;
		height:auto;
		position: relative;

 display:block;
  margin-top:50px;
 

		}
	
		
		.wrapper_bg_sub{
			display:none;
		}
		
		
			.wrapper_content_1{
				padding-top:10px;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		background: #719976 url(bilder/bg.jpg) fixed;
		background-size:cover;
		height:auto;

		}
		
		
		
	
	.wrapper_platzhalter{
			width:100%;
			height:60px;
			position:relative;
			z-index:2;}
			
			.box_80{
	width:100%;
	margin-left:auto;
	margin-right:auto;

	}	
	.box_karte{
		position:relative;
		width:100%;
		margin-left:auto;
		margin-right:auto;
	
		margin:15px;
		}
		
		
			.box_down{
		position: absolute;
	text-align:left;
		bottom:15px;
		width:100%;
		margin-left:auto;
		}
		
		.box_down_left{
			width:100%;
			margin: 10px;
			margin-left:10px;}
				.box_down_right{
		
			margin: 10px;}
	

	.starttext{
			width:100%;
			margin-right:auto;
			font-size:1.1em;}
		
	.box_down{
		display:none;
		
		}
		.faq{
	width:100%;
	margin-left:auto;
	margin-right:auto;}		
	
								.wrapper_content_6{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		padding:10px;
		min-height:100px;
	
			background:#719875 url(bilder/bg_content_4.jpg)  no-repeat;
		background-size:cover;
		}

									.wrapper_content_7{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#FFF;
		background-size:cover;
	
		position:relative;
		padding:10px;
		min-height:100px;
	
		}
		
		
					.wrapper_content_8{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#719875 url(bilder/bg_content_8.jpg)  no-repeat;
		background-size:cover;
		position:relative;
		
			padding:45px;
	
		}
		
		.logo_2021{
		width:100%;
		display:flex;
		justify-content:center;
		margin-top:-100px;
		margin-bottom:15px;}
		
		
		
		.logo_2021_logo{
			position:relative;
			z-index:100;
			width:350px;}
			
			.slider_thumbs{
	width:100%;
	display:none;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	z-index: 9999;
	margin-top:0px;
	}
	
	.slider_thumbs div{
	width:100px;
	margin:3px;
	height:auto;
	cursor:pointer;
	border:1px solid rgba(255,255,255,0);
	
		 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		

	}
	
	.starticons > div{
				width:40%;
				text-align:center;
				font-size:0.7em;
			}
			
			
			.slider_thumbs_mobile{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	z-index: 9999;
	margin-top:10px;
	}
	
	.slider_thumbs_mobile div{
	width:100%;
	margin:3px;
	height:auto;
	cursor:pointer;
	border:1px solid rgba(255,255,255,0);
	
		 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		

	}
	
	.more_tour{
	display:inline-block;
	padding:10px;
	background:rgba(255,255,255,1);
	color:#719875;
	font-size:1.2em;
		 -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	}	
	
	
	
							.wrapper_content_3{		
	
			padding:45px;
		

		}
		
		
	.zitat{
			width:100%;
			margin-left:auto;
	font-size:1.4em;
	text-align:center;
	text-shadow: 2px 2px 2px #000000;
	color:#FFF;

	
	}	
	
	.slanettis{
					position: absolute;
		width:100px;
		display:block;
		justify-content:center;
		
		right:-30px;
		
	bottom:-40px;
		z-index:999999;}
		
		
		
		 .box_package{
		 width:100%;
		 display:block;
		 margin:8px;
		 padding:18px;
		 background:rgba(255,255,255,0.1);}
 .box_package_img{ width:100%;
 margin-bottom:10px;}
  .box_package_titel{width:100%;
  margin-bottom:0px}
  
  .box_package_titel h2{font-size:1.5em}
  
    .box_package_titel h3{ font-family: 'Lato', sans-serif; font-size:1.1em}
  
 .box_package_text{
	 margin-top:10px;
	 width:100%;
 margin-bottom:5px;
 font-size:0.9em
 }
 
  .box_package_text li{list-style: square;
  margin-left:20px;
 
  }

.box_package_preis{width:100%;
padding-top:10px;
margin-bottom:5px;
font-weight:bold;
font-size:1.1em;}

.wrapper_programm{
		width:100%;
		text-align:center;
			display:flex;
			align-items:center;
			justify-content:center;
			flex-wrap:wrap;}
		
				
	.programm_left{
		width:100%;
		padding:5px;}	
		
	
	.programm_right{
		width:100%;
		padding:5px;
				border-right:none;
}	
	
	.wrapper_programm_old{
				margin-left:auto;
				margin-right:auto;
				margin-top:10px;
				margin-bottom:10px;
				
				width:100%;
		text-align:center;
			display:flex;
			align-items:center;
			justify-content:center;
			flex-wrap:wrap;}
			
		.button_tickets{
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;}			
}



