/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       local('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       local('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       local('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style:bold;
  font-weight: 400;
  src: local('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       local('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       local('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       local('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       local('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       local('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       local('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       local('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('../fonts/playfair-display-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       local('../fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       local('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       local('../fonts/playfair-display-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       local('../fonts/playfair-display-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       local('../fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}


html,body{
	margin: 0px;
	width: 100%;
	color: rgba(0,71,138,1);
  font-size: 1em;
font-family: 'Roboto Condensed', sans-serif;

background: rgba(255,255,255,1);
line-height: 1.3em;

}

*{box-sizing:border-box;}


p{
	margin-bottom:10px;
	margin-top:10px;
	
}
a {
	text-decoration:none;
	color:rgba(0,71,138,1);

	}
	
.wrapper_max{
	width:100%;
	max-width:2500px;
	margin-left:auto;
	margin-right:auto;
	}

h1{
	font-size:2.5em;
font-weight:normal;
margin:0px;
padding:0;
 font-family: 'Playfair Display';
line-height: normal;
	}
	

	
h2{
line-height: normal;
	font-size: 1.5em;
		margin:0;
		padding:0;
font-weight:300;
 font-family: 'Playfair Display';
	}	
h3{font-weight:300;
	font-size: 1.1em;
	margin:0px; 
	padding:0px;
	line-height: normal;}	
	
	.bestellbutton{
		position: absolute;
		z-index:999999;
		top:80px;
		right:35px;
		width:180px;
		transform: rotate(10deg);}
		
		.bestellbutton_2{
			position: relative;
		z-index:9999999999999999;
		
		width:120px;
			}
			
			.box_links{
				display:inline-block;
				margin:15px;
				padding:15px;
				  background: rgba(0,71,138,0.05);
				  color:#666;
				  	
			text-align:center;
			
				  -o-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
			}
			
					.box_links:hover{
			
				  background: rgba(0,71,138,0.08);
	
			}
				  
				  		
			.box_termine_www{color:#666;
			width:100%;
			text-align:center;
			font-size:0.8em;}
				  
				  .box_links_titel h3{
					  font-size:1.2em;
					  width:100%;
			text-align:center;rgba(116,162,14,1);}
	
	.sub{
		margin-top:100px;}
		
		.box_video{
			width:45%;
			margin:4px;}
			
			.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
		
	
	.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

	.icon_kontakt{
		vertical-align:middle;
		margin-bottom:4px;
			}
		
		
	.slider{
		position:relative;
		  -o-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
		height:80vh;
		width:100%;
		overflow:hidden;
		margin-top:65px;}
		
		.box_slider_line{
				width:10%;
				margin-left:auto;
				margin-right:auto;
				height:3px;
				background: rgba(255,255,255,1);
				margin-bottom:9px;}
			
					
			.box_slider{
			position:relative;
			z-index:10;
			width:100%;
			height:100%;
			
			}
			
				.box_slider_text{
					  font-family: 'Playfair Display';
					
			position: absolute;
			z-index:30;
			bottom:20%;
			right:0px;
			text-align:right;
			color: rgba(255,255,255,1);
			font-size:2.5em;
				-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;
					 background:rgba(116,162,14,0.8);
					 display: inline-block;
					 padding:20px;
		
			}
			
			.box_slider_text h1{
			
			width:100%;
			text-align:center;
			color: rgba(255,255,255,1);
			font-size:1.8em;
		
			padding:10px;
			margin-bottom:8px;
			
		
			}
			
			
			.slick-active .box_slider_text {
		  opacity:1;
  animation: cssAnimation 1s 1 ease-out forwards;
}
			
			@keyframes cssAnimation {
				
								
  from {
  opacity:0;
	transform: scale(0.0);
	
  }
  to {
   opacity:1;
transform: scale(1);

  }
}
	
			
			.box_slider_img{
				display:block;
			position:relative;
			z-index:20;
			width:100%;
			height:80vh;
		
			
		
			}
			
			.box_stationen{
				width:95%;
				margin-left:auto;
				margin-right:auto;
				padding:10px;
			background: rgba(0,71,138,0.1);
				border:1px solid rgba(0,102,204,0);
				display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-wrap:wrap;
	margin:10px;}
			
			
			.box_stationen_left{
				width:35%;
				
				padding:20px;
				display:block;
	}
	
	.box_stationen_right{
				width:65%;
				
				padding:20px;
				display:block;
}

			.box_stationen_left_2{
				width:65%;
				text-align:right;
				padding:20px;
				display:block;
	}
	
	.box_stationen_right_2{
				width:35%;
				
				padding:20px;
				display:block;
}
			
			
	.kontaktlinks{
					width:100%;
					margin-top:15px;}	
					
	.box_open_4{
		color:#FFF;
		padding:20px;
		display:inline-block;
		margin-top:15px;
		margin-bottom:15px;
		background:rgba(116,162,14,1);
		line-height:1.6em;}	
		
		.monate_ausgabe{
			width:100%;
			padding-bottom:10px;
			border-bottom: 1px solid rgba(255,255,255,1);
			font-size:1.2em;
			margin-bottom:10px;}
		
		.box_100{
			width:100%;
			height:auto;}		
			
.wrapper_rezepte{
	width:85%;
	padding:20px;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;}
	
	.wrapper_rezepte_2{
		border-top: 1px solid rgba(204,204,204,1);
	width:95%;
	padding:20px;
	display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;}
	
	.termine_icons{width:100%;
	padding:5px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;}
	
	.box_rezepte{
		position:relative;
		z-index:10;
		background:rgba(0,71,138,0.05);
	width:22%;
	padding:20px;
	margin:10px;
	display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-wrap:wrap;
	 -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;}
	
		.box_rezepte:hover{
		background:rgba(0,71,138,0.1);
	}
	
	
	.box_rezepte_sub{
		position:relative;
		z-index:10;
		background:rgba(0,71,138,0.05);
	width:31%;
	padding:20px;
	margin:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	 -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;}
	
		.box_rezepte_sub:hover{
		background:rgba(0,71,138,0.1);
	}
	
		.status_gruen{
						display: inline-block;
						color:rgba(116,162,14,1);
						text-align:center;
						padding:8px;
						
					background: rgba(204,204,204,0.1);
					
						font-size:0.9em;
						font-weight:bold;}
						
						
							.status_rot{
						display: inline-block;
						color:#C00;
						text-align:center;
						padding:8px;
						background: rgba(204,204,204,0.1);
		
						font-size:0.9em;
						font-weight:bold;}	
	
	
	
	
		.box_rezepte_img{
	width:100%;
	display:block;
	}
	
		.box_rezepte_text{
			text-align:center;
			margin:10px;
	width:100%;
	}
	
	
	
			.box_rezepte_text p{
				padding:0;
	
			margin:0;
	width:100%;
	}
	
	.box_rezepte_text_titel{
		width:100%;
		height:60px;
		font-size:1em;}
	
	.box_rezepte_text_titel_2{
		width:100%;
		
		font-size:1em;
		margin:5px;}
		
		.box_rezepte_text_titel_2 h2{
		width:100%;
		
		font-size:1.2em;}
		
			.box_rezepte_text_titel h2{
	
		font-size:1.1em;
		font-weight:bold}
				
		
		.box_rezepte_text_ausgabe{
		width:100%;
		
		font-size:0.9em;}
	
		
	
	.button_more{
		display:inline-block;
	padding:9px;
	background:rgba(0,71,138,1);
	color:rgba(255,255,255,1);
	font-size:1.1em;
		 -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;
	}	
	
	.button_more:hover{
	background:rgba(116,162,14,1);



	}	
	
	.wrapper_thema{
		width:100%;
		display:flex;
	align-items:center;
	justify-content: center;
	flex-wrap:wrap;
		}
	
	.box_thema{
		width:100%;
		display:flex;
	align-items:center;
	justify-content: center;
	flex-wrap:wrap;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
padding:50px;
	position:relative;
	z-index:10;
		}
		
		.box_thema_img{
		width:100%;
		display:block;
	padding:100px;
	overflow:hidden;
	position:relative;
	z-index:20;
	text-align:left;
		}
	
		.box_thema_text{
		width:55%;
		display:block;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background:rgba(116,162,14,1);
	text-align:center;
	position: relative;
		z-index:30;
	padding:20px;
	color:#FFF;
	

		}
	
	
	.newsslider {
		width:80%;}
	
	.box_news{
		width:85%;
		display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background: rgba(245,245,245,1);
	padding:20px;
		}
		
		.box_news_left{
		width:50%;
		
	

		}
		
		
		.box_news_right{
			padding:20px;
			background:rgba(255,255,255,0.8);
		width:50%;
	

		}
	
	.box_link{
		margin-top:15px;
		width:auto;
		padding:20px;
		border:1px solid rgba(255,255,255,1);
		font-size:1em;}
		
		.box_link h2{
			font-size:2em;}	
		
	.wrapper_startbild{
	width:100%;
	height:80vh;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	background:url(bilder/bg_1_2500.jpg);
	background-size:cover;

	}	
		.wrapper_startbild_sub{
	width:100%;
	height:50vh;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;

	}	
	
			.wrapper_content_sub{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;

	}
	.wrapper_content{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;

	}
	.box_80_sub{
		margin-top:25px;
			
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
		}	
	
	#kb {
    width:100%;
    height:100%;
    position:relative;
}


.zoom {
    transform: scale(1.2);
}

.bg_image{
	position:relative;
	z-index:100;
	width:100%;
	height:100vh;
	overflow:hidden;}
	
	.bg_image img{

	width:120%;

	}
	

	
	.starticons{
		position:absolute;
		width:100%;
		display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	z-index:200;
		}
		
		
	.starticons h1{
		font-size:3.8em;
		line-height: normal;
		opacity:0.5;
		text-transform:uppercase;
		}
		
		.iconsx{
				display: inline-block;
			text-align:center;
			font-size:1.4em;
			margin:10px;
			
				font-family: 'Roboto Condensed', serif;
	
	 filter: blur(0px);
  -webkit-filter: blur(0px);}
  
  
  	.iconsx:hover > a > img {
		transform:scale(0.9);
	
	}
	
	
	
			
				.iconsx >a > img{
					width:220px;
					
					-webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;}
			
			
			
	.icon_button{
		width:120px;
		margin:10px;
		transform: scale(1);
  	
					-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
		}	
	
		.icon_button:hover{
	
	transform: scale(1.1);
  	
		}	
		
		.wrapper_starttext{
			background: rgba(0,71,138,1) url(bilder/bg_blau.jpg);
			background-size:contain;
	width:100%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	padding:45px;
	margin-top:0px;


}

		.wrapper_starttext_content{
	width:90%;
display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	color:#FFF;


}


.social_img{
	margin-top:0px;
	width:auto;
	height:22px;
}

.box_left{
		width:60%;
		text-align:right;
			padding:20px;
			color:#FFF;
			border-right: 2px solid rgba(255,255,255,1);
	

		}
		
			.box_right_start{
		text-align:center;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-wrap:wrap;
			
	
		width:40%;
		padding:20px;
		font-size:1em;
			}
		
				
	.box_right{
		text-align:center;
				position:relative;
	
		width:40%;
		padding:20px;
		font-size:1em;
			}
			
			.box_right h2{
		
	color:#FFF;
		width:100%;
		margin-bottom:20px;
		font-size:1.4em;
			}
		
	
.wrapper_termine{
	width:100%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	margin-top:45px;
	margin-bottom:45px;


}

.wrapper_aktuelles{
	width:100%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	padding-top:45px;
	padding-bottom:45px;
	background:rgba(116,162,14,1) url(bilder/bg_gruen.jpg);
	background-size:cover;

}

.wrapper_termine_content{
	width:90%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;



}

.wrapper_termine_sub{
	position:relative;
	width:95%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	padding-top:105px;
	margin-bottom:45px;

}

.wrapper_kontakt_sub{
	position:relative;
	width:85%;
	display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	padding-top:105px;
	margin-bottom:45px;

}		

	.slider_termine{

		width:100%;
		overflow:hidden;}


	
.wrapper_cards{
	width:85%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:25px;

}	

.box_cards{width:47%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	background:rgba(94,61,66,0.1);
	margin:15px;
	padding:10px;
	-webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.box_cards_text{
	text-align: center;
	width:85%;
	background:#FFF;
	margin-right:auto;
	margin-left:auto;
	margin-top:-80px;
	padding:20px;
	color:#333}
	
	.box_cards_text h1{
		font-size:2.2em;
		color:rgba(116,162,14,1);}

.box_termine{
	width:30%;
	display:block;
	align-items:flex-start;
	justify-content: flex-start;
	flex-wrap:wrap;
	background: rgba(255,255,255,0.9);
	padding:25px;
	margin:4px;
	-webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in;
	border: 2px solid rgba(116,162,14,0.4);

}

.box_termine:hover{

border: 2px solid rgba(116,162,14,0.6);
	

}

.box_kinder{width:100%;
	display:block;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
	padding:15px;
	text-align:center;
	border-top: 1px solid rgba(255,255,255,0.6);
}
	
	
	
.box_kinder_left{width:15%;
	display:block;
	align-items: center;
	justify-content: flex-start;
	flex-wrap:wrap;
	padding:15px;}
	
	.box_kinder_right{width:85%;
	display:block;
	align-items: center;
	justify-content: flex-start;
	flex-wrap:wrap;}

.box_termine_img{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	
	
					-webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in;

}



.box_termine_datum{
	text-align:center;
	width:100%;
	color:rgba(116,162,14,1);
	padding:8px;
	word-wrap: break-word;
}	


.box_termine_platz{
	text-align:center;
	width:100%;
	padding:8px;
	word-wrap: break-word;
	font-size:1.1em;
	font-weight:bold;
}	


.box_termine_datum h3{

	font-size:1.8em;
	word-wrap: break-word;
}	



.box_termine_linie{
	display:block;
	height:1px;
	width:100%;
	background:rgba(116,162,14,1);

}

.box_termine_anfrage{
	display: inline-block;
	background: rgba(116,162,14,1);
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:10px;



}

.box_termine_datum h3{
	text-align:center;
	width:100%;
	color:rgba(116,162,14,1);
	font-size:1.3em;
}

.box_termine_text{
	text-align:center;
	width:100%;
	color:rgba(0,71,138,1);
	font-size:1.0em;
		padding:8px;
			word-wrap: break-word;
}
	
	
	.box_termine_text h2{
		text-align:center;
	width:100%;
	color:rgba(0,71,138,1);
	font-size:1.3em;
	font-weight:bold;
}
	.wrapper_produkte_content{
		padding:20px;
		border-left:4px solid rgba(255,255,255,1);
		text-align:left;
		color:#FFF;
		}
		
		.img_25{
		
			position:relative;
			z-index:10;
			width:22%;
			margin:4px;
			overflow:hidden;}
			
			
				
			
			.gal_img{
					display:block;
				filter: grayscale(100%);
				-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 02s ease-in;
    transition: all 0.2s ease-in;}
			
		
				.img_25:hover > a> img{
				filter: grayscale(0%);
			}
			
		
	.wrapper_produkte_content h1{
	line-height: normal;
		color:#FFF;
		}
		
		.wrapper_produkte_content h2{
	
		color:#FFF;
		}
	
	.wrapper_ueber_mich{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	padding:50px;}	
	
	
	.wrapper_ueber_mich_content{
	width:90%;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
		}	
	
	
	.wrapper_Produkte{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	background:rgb(147, 12, 54);
	}	
	
	.wrapper_produkte_content{
	width:100%;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
		}	
	
		.wrapper_Geschaeft{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;

	padding:0;}	
	
		.wrapper_Geschaeft_content{
	width:80%;
	display:flex;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
		}	
			.box_left_kontakt{
		width:40%;
		text-align:center;
			padding:20px;
			background:url(bilder/logo_trans.png)  no-repeat ;
			background-size: contain;
		display: flex;
		align-items:center;
		justify-content:center;
		
		border-right: 1px solid rgba(153,153,153,1);
		
		}
		
		
		
			.box_right_kontakt{
		width:50%;
		order:2;
			padding:20px;
			
		
		}
		
		
		.box_left_artikel{
		width:50%;
		text-align:center;
			padding:10px;
		
			background-size: contain;
		display: block;
		align-items: flex-start;
		justify-content:center;
		
		}
		
		
		
			.box_right_artikel{
				display:flex;
				align-items:center;
				flex-wrap:wrap;
		width:50%;
		order:2;
			padding:0px;
			margin-left:-30px;

			
		
		}
		
			.box_right_artikel_2{
				display:block;
				text-align:left;
				
		width:50%;
		order:2;
			padding:0px;
			margin-left:-120px;

			
		
		}
		
		
	
				.box_left:hover{
	
	opacity:1;
		
		}.wrapper_thumbs{
			display:flex;
				align-items:center;
				flex-wrap:wrap;
		width:100%;
		}	
	
		
	.thumbs{
		width:18%;
		margin:3px;}	
	
			.box_right_artikel > div{
		
		width:100%;
		padding-left:40px;
		padding-bottom:40px;
		padding-top:40px;
			background:rgba(255,255,255,0.9);
			
		
		}
		.box_right_artikel_2 > div{
		
		width:100%;
		padding-left:40px;
		padding-bottom:40px;
		padding-top:40px;
			background:rgba(255,255,255,0.9);
			
		
		}
	
	.wrapper_quicklinks	{
		width:85%;
		margin-left:auto;
		margin-right:auto;
		display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	padding:20px;
		}
		
		
	.box_quicklinks	{
		width:130px;
		margin:15px;
					 -o-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	opacity:0.9;
		
		}
		
			.box_quicklinks:hover	{

	opacity:1;
		
		}
		
		
		.box_80_sub_2{
			position:relative;
		margin-top:0px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	padding:25px;
		}
	

			
			.box_right_titel{
					border-bottom:2px solid rgba(255,255,255,1);
			margin-left:-150px;
				padding:20px;
				text-transform:uppercase;
				margin-bottom:15px;
					z-index:300;
					position:relative;
					word-wrap: break-word;}
					
					.box_right_titel h1{
						font-size:4.4em;}
						
						.box_right_titel h3{
						font-size:1.5em;
						margin-left:130px;}
						
						.box_right_titel_2 h3{
						font-size:1.5em;
						margin-right:130px;}
						
							.box_right_titel_2 h1{
						font-size:4.4em;}
				
				.box_right_titel_2{
					border-bottom:2px solid rgba(255,255,255,1);
				margin-right:-150px;
				z-index:300;
				padding:20px;
				text-transform:uppercase;
				margin-bottom:15px;
				position:relative;
				}
				
					.box_right > p > a{
						font-weight: 800;
						margin-top:10px;
				}
			
			
			.box_right_2 > p > a{
						font-weight: 800;
						margin-top:10px;
				}
			
			
		.box_left_2{
		width:55%;
		text-align:center;
			padding:10px;
			z-index:100;
						position:relative;
						 -o-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	opacity:0.4;

		
		}
		
		
			.box_left_2:hover{
	
	opacity:1;
		
		}
		
		
		
	.box_right_2{
		text-align:right;
					position:relative;

		width:45%;
		padding:25px;
	font-size:0.8em;
			z-index:300;
			
			}	
			
	.footer{
	height:auto;
	width:100%;
	box-sizing: border-box;
	z-index:900;
	background:  rgba(0,71,138,1);

	
	}
	
	.footer_social{
				width:100%; display:flex; margin-bottom:14px;
				justify-content: flex-start; align-items:center;
				}
	

.wrapper_footer{
	display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-wrap:wrap;
	width:80%;

		padding:10px;
		margin-left:auto;
	margin-right:auto;
	color:#fff;
		}
	

	.footerbox_1{
		width:100%;
color: #fff;
padding:20px;
		font-size:1.0em;
		text-align:center;
		display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-wrap:wrap;}
		
		.footerbox_1 > div{
		
padding:8px;
		
		border-right: 1px dotted rgba(255,255,255,0.8);
		text-align:center;}
		
		.footerbox_1 > div:last-child{
border-right: 1px dotted rgba(255,255,255,0.0);
}
		
		
			.footerbox_1 img{
			
				vertical-align:central;
				margin-bottom:-4px;}
		
		.footerbox_2{
		width:60%;
color: #fff;
padding:0px;
		font-size:1.0em;
		border-right: 1px dotted rgba(255,255,255,0.2);}
		
		
	.footerbox_3{
		width:20%;
color: #fff;
padding:30px;
		font-size:1.0em;
		display:block;
		
		}	
				
	.footerbox_3 h3{
		font-weight:bold;

		font-size:1.2em;
		
		
		}	
		.line{
			width:70%;
			height:1px;
			display:block;
			background:rgba(255,255,255,1);
			margin-bottom:10px;
			margin-top:5px;}
		
		
		
		
			.footerbox img{
		margin-right:6px;
		
	
		}
		
		.footerbox_1 a{
		
		color: #fff;
		}
		.footerbox_3 a{
		
		color: #fff;
		}		
		

	
/* Forms */

.button{
	margin-bottom:15px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;}

.box_form{
	width:100%;
	background: #EEE;
	padding:15px;}

.form_box{
	width:100%;
	margin-right:auto;
	margin-top:8px;
}

.form_box_x{
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	width:100%;
	padding:14px;
	background:rgba(204,204,204,0.2);
	margin-top:10px;
	margin-bottom:10px;
	
	}


	
	.form_1{
		width:100%;
		display:flex;
		justify-content:flex-start;
		align-items:center;
		flex-wrap:wrap;}
	
.form_box_50{
	width:47%;
}
	
	.form_box_titel{

	padding:4px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	margin-left:5px;
	margin-right:5px;
	}
	


		form {
		}
		
			form label {
				display: block;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="date"],
			form input[type="password"],
			form select,
			form textarea {
	display: block;
	width: 100%;
	padding: 0.6em;
	background: none;
	border: solid 2px rgba(185,186,187,0.25);
	color: #000;
	border-radius: 0.5em;
	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;
	margin-right: 13px;
	background-color: #fff;

	

			}

				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: #ec6707;
	text-align: left;

				}

			form input[type="text"],
			form input[type="password"],
			form select {
				line-height: 1em;
			
			}
				
			form textarea {
				min-height: 6em;	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: 10px;
	text-align:center;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 0px;
	border-radius: 5px;
	background-color:rgba(116,162,14,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
}

input[type=submit]:hover {

	background:   rgba(0,71,138,1);
}
	color: rgba(255,255,255,1);
}

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){



}


@media screen and (max-width : 900px){
	.slider{
		margin-top:65px;
		position:relative;
		  -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -kthtml-transition: all 02s ease-in;
    transition: all 0.2s ease-in;
		height:25vh;
		overflow:hidden;
		width:100%;}
		
		
		.box_left{
		width:100%;
		text-align:center;
			padding:10px;
		
		}
		
	.box_right{
		text-align:left;
		border-left:0px solid rgb(147, 12, 54);
		width:100%;
	
		padding:10px;

			
			
			}
			
				.box_left_2{
		width:100%;
		text-align:left;
			padding:10px;
			border-right:0px solid rgb(147, 12, 54);
		
		}
		
	.box_right_2{
		width:100%;
		padding:10px;
	
			
			}
			
			
			
	.footer{
	height:auto;
	width:100%;
	box-sizing: border-box;
	z-index:900;
	
		background-size:cover;
	
	}
	
	.footer_social{
				width:100%; display:flex; margin-bottom:14px;
				justify-content: flex-start; align-items:center;
				}
	

.wrapper_footer{
	display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-wrap:wrap;
	width:100%;

		padding:10px;
		margin-left:auto;
	margin-right:auto;
	color:#fff;
		}
	

	.footerbox_1{
		width:100%;
color: #fff;
padding:10px;
		font-size:1.0em;
		border-right: 1px dotted rgba(255,255,255,0.0);
		text-align:center;}
		
			.footerbox_1 img{
			
				vertical-align:central;
				margin-bottom:-4px;}
		
		.footerbox_2{
		width:100%;
color: #fff;
padding:0px;
		font-size:1.0em;
		border-right: 1px dotted rgba(255,255,255,0.0);}
		
		
	.footerbox_3{
		width:100%;
color: #fff;
padding:10px;
		font-size:1.0em;
		display:block;
		text-align:center;
		}	
				
	.footerbox_3 h3{
		font-weight:bold;

		font-size:1.2em;
		
		
		}	
		.line{
			width:100%;
			height:1px;
			display:block;
			background:rgba(255,255,255,1);
			margin-bottom:5px;
			margin-top:5px;}
		
	
		.wrapper_Geschaeft_content{
	width:95%;
	display:flex;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
		}	
	

	.wrapper_ueber_mich{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	padding:10px;}	
	
	
	.wrapper_ueber_mich_content{
	width:100%;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
		}	
		
		.img_25{
		
			position:relative;
			z-index:10;
			width:47%;
			margin:4px;
			overflow:hidden;}
			
			
				.box_left_2{
		width:100%;
		text-align:left;
			padding:10px;
		
		}
		
	.box_right_2{
		text-align:left;
		border-right:none;
		width:100%;
		padding:15px;
order: 1;
			
			
			}	
			
			

.box_termine{
	width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	background: rgba(255,255,255,0.9);
	padding:15px;
	margin:4px;
	

}

.box_termine:hover{

	background: rgba(255,255,255,1);
	

}

.box_termine_img{
	width:0%;
	margin-left:auto;
	margin-right:auto;
	
	
}



.box_termine_datum{
	text-align:center;
	width:100%;
	color:rgba(116,162,14,1);
	padding:8px;
}	

.box_termine_datum h3{

	font-size:1.5em;
	
}	



.box_termine_linie{
	display:block;
	height:1px;
	width:100%;
	background:rgba(116,162,14,1);

}



.box_termine_datum h3{
	text-align:center;
	width:100%;
	color:rgba(116,162,14,1);
	font-size:1.2em;
}

.box_termine_text{
	text-align:center;
	width:100%;
	color:rgba(55,55,55,1);
	font-size:1.0em;
		padding:8px;
}
	
	
	.box_termine_text h2{
		text-align:center;
	width:100%;
	color:rgba(55,55,55,1);
	font-size:1.3em;
	font-weight:bold;
}	


	.box_right_titel{
					border-bottom:2px solid rgba(255,255,255,1);
			margin-left:0px;
				padding:0px;
				text-transform:uppercase;
				margin-bottom:15px;
					z-index:300;
					position:relative;
					font-size:1em;
							word-wrap: break-word;
							padding-bottom:10px;}
				
				.box_right_titel_2{
					border-bottom:2px solid rgba(255,255,255,1);
				margin-right:0px;
				z-index:300;
				padding:0px;
				text-transform:uppercase;
				margin-bottom:15px;
				position:relative;
				font-size:1em;
				word-wrap: break-word;
				padding-bottom:10px;
				}
				
				.kontaktlinks{
					width:100%;
					margin-top:15px;}
					
					
				.box_left_kontakt{
		width:100%;
		text-align:center;
			padding:10px;
				border-right:none;
			display: block;
		align-items: flex-start;
		justify-content: center;
			
		
		}
			.box_right_kontakt{
		width:100%;
		
			padding:10px;
			order:1;
			
		
		}
		
		.box_right_titel h1{
						font-size:2.0em;}
						
							.box_right_titel_2 h1{
						font-size:2.0em;}
						
							
	.bg_image img{

	width:100%;

	}
				
	.box_right_titel h3{
						font-size:1.2em;
						margin-left:00px;}
						
						.box_right_titel_2 h3{
						font-size:1.2em;
						margin-right:0px;}	
						
						.starticons{
	
		display:none;
	
		}
						
							
	.starticons h1{
		display:none;
		}
		
		.wrapper_startbild_sub{
	width:100%;
	height:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;

	}
	
		.wrapper_startbild{
	width:100%;
	height:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;

	}	
	
		
		.footerbox_1 > div{
			width:100%;
		
padding:4px;
		
		border-right: 1px dotted rgba(255,255,255,0);
		text-align:center;}
		
		.wrapper_cards{
	width:95%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;

}	

.box_cards{width:100%;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	background:rgba(94,61,66,0.1);
	margin:15px;
	padding:10px;
	-webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.box_cards_text{
	text-align: center;
	width:85%;
	background:#FFF;
	margin-right:auto;
	margin-left:auto;
	margin-top:-80px;
	padding:20px;
	color:#333;
		word-wrap: break-word;}
	
	.box_cards_text h1{
		font-size:1.7em;
		color:rgba(116,162,14,1);}
	
	
	.box_left{
		width:100%;
		text-align:center;
			padding:15px;
			color:#FFF;
			border-right: 2px solid rgba(255,255,255,0);
	

		}
		
				
	.box_right{
		text-align:center;
				position:relative;
	color:#FFF;
		width:100%;
		padding:15px;
		font-size:1em;
		

			
			
			}
		
	
.wrapper_termine{
	width:85%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	margin-top:45px;
	margin-bottom:45px;

}	

.wrapper_starttext{
		
	width:100%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	margin-top:0px;


}

.wrapper_starttext_content{
	width:100%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
}

.wrapper_starttext_content h2{
	font-size:1.2em;
}

.social_img{
	margin-top:10px;
	width:auto;
	height:50px;
}

.box_slider_text{
	display:none;
		
			}
			
h1{
	font-size:2.2em;
font-weight:normal;
margin:0px;
padding:0;
 font-family: 'Playfair Display';
line-height: normal;
	}	
	
	.wrapper_kontakt_sub{
	position:relative;
	width:95%;
	display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	padding-top:105px;
	margin-bottom:45px;

}		

		.box_left_artikel{
		width:100%;
		text-align:left;
			padding:10px;
		
			background-size: contain;
		display: block;
		align-items:center;
		justify-content:center;
		
		}
		
		
		
			.box_right_artikel{
				display:flex;
				align-items:left;
				flex-wrap:wrap;
		width:100%;
					padding:10px;
			margin-left:0px;
			background:rgba(255,255,255,0);
			
		
		}
		
		.wrapper_thumbs{
			display:flex;
				align-items:center;
				flex-wrap:wrap;
		width:100%;
		margin:3px;}	
	
		
	.thumbs{
		width:31%;
		margin:3px;}	
	
			.box_right_artikel > div{
		
		width:100%;
		padding:20px;
			background:rgba(255,255,255,0.7);
			
		
		}
	
	.wrapper_rezepte{
	width:95%;
	padding:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;}
	
	.box_rezepte{
		
	width:100%;
	padding:10px;
	margin:8px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;}
	
	
		.box_rezepte_img{
	width:100%;
	display:none;
	}
	
		.box_rezepte_text{
			text-align:center;
			margin:10px;
	width:100%;
	}
		
	.box_right_artikel_2{
				display:block;
				text-align:left;
				
		width:100%;
		order:2;
			padding:0px;
			margin-left:0px;

			
		
		}
		
			.box_right_artikel_2 > div{
		
		width:100%;
		padding-left:20px;
		padding-bottom:20px;
		padding-top:20px;
			background:rgba(255,255,255,0.9);
			
		
		}
		
		.newsslider {
		width:100%;}
	
	.box_news{
		width:90%;
		display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background: rgba(94,61,66,0.1);
	padding:10px;
		}
		
		.box_news_left{
		width:100%;
		
	

		}
		
		
		.box_news_right{
			padding:10px;
			background:rgba(255,255,255,0.8);
		width:100%;
	

		}
		
		
			.bestellbutton{
		position: absolute;
		z-index:9999999999999999;
		top:100px;
		right:10px;
		width:100px;}
		
		
		.wrapper_termine_sub{
	position:relative;
	width:100%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	padding-top:85px;
	margin-bottom:15px;

}

.wrapper_kontakt_sub{
	position:relative;
	width:100%;
	display:flex;
	align-items: stretch;
	justify-content:center;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	padding-top:55px;
	margin-bottom:15px;

}		
	
			.box_right_start{
		text-align:center;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-wrap:wrap;
			
	
		width:100%;
		padding:10px;
		font-size:1em;
			}
			
					
	.icon_button{
		width:100px;
		margin:5px;
		transform: scale(1);
  	
					-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
		}	
	
		.icon_button:hover{
	
	transform: scale(1.1);
  	
		}	
		
		
	.box_rezepte_text_titel{
		width:100%;
		height:auto;
		font-size:1em;
		margin-bottom:8px;}
		
			.box_rezepte_text_titel h2{
	
		font-size:1.1em;
		font-weight:bold}
		
		
	.box_rezepte_sub{
		position:relative;
		z-index:10;
		background:rgba(0,71,138,0.05);
	width:100%;
	padding:10px;
	margin:5px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	 -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;}
	
		.box_rezepte_sub:hover{
		background:rgba(0,71,138,0.1);
	}
	
	
			.box_stationen{
				width:95%;
				margin-left:auto;
				margin-right:auto;
				padding:10px;
			
				border:1px solid rgba(0,102,204,1);
				display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin:10px;}
			
			
			.box_stationen_left{
				width:100%;
				text-align:center;
				padding:10px;
				display:block;
				order: 2;
	}
	
	.box_stationen_right{
				width:100%;
					order: 1;
				padding:10px;
				display:block;
				text-align:center;
}

			.box_stationen_left_2{
				width:100%;
				text-align:center;
				padding:10px;
				display:block;
				
	}
	
	.box_stationen_right_2{
	text-align:center;
				width:100%;
				
				padding:10px;
				display:block;
}
		.box_video{
			width:95%;
			margin:0px;
			margin-right:auto;
			margin-left:auto;
			margin-bottom:5px;}	
			
	.wrapper_thema{
		width:100%;
		display:block;
	align-items:center;
	justify-content: center;
	flex-wrap:wrap;
		}
	
	.box_thema{
		width:100%;
		display:block;
	align-items:center;
	justify-content: center;
	flex-wrap:wrap;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
padding:20px;
	position:relative;
	z-index:10;
		}
		
		.box_thema_img{
		width:100%;
		display:block;
	padding:10px;
	overflow:hidden;
	position:relative;
	z-index:20;
	text-align:left;
		}
	
		.box_thema_text{
		width:70%;
		display:block;
	background-repeat:no-repeat;

	margin-left:auto;
	margin-right:auto;
	background:rgba(116,162,14,1);
	text-align:center;
	position: relative;
		z-index:30;
	padding:10px;
	color:#FFF;

		}
			
}



