
html,body{
	margin: 0px;
	width: 100%;
		color: rgba(255,255,255,1);
  font-size: 1em;
 font-family: 'Lato', sans-serif;
background:#000000 url(bilder/bg.jpg) fixed;
background-size:contain;

}

*{box-sizing:border-box;}

hr{
	 border: 1px dotted #fff;}

a {
	text-decoration:none;
		color: rgba(255,255,255,1);

		
		}
		
		.w_200{
		width:200px; margin:15px;}
		.w_100{
		width:100px; margin:15px;}
		
		.start_social{
			width:40px;
			margin:15px;
			 -webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
opacity:1;
			}
		
		#mobile_no{
					display:block;}

h1{
	font-size:2.9em;
font-family: 'Playfair Display', serif;
font-weight:normal;

color:#9b6874;

	margin:0;
		padding:0;
	
	}
	
	
h2{
font-family: 'Playfair Display', serif;
	font-size: 1.5em;
		margin:0;
		padding:0;
font-weight:normal;
color:#9b6874;
	}	
h3{

font-weight:normal;
	font-size: 1.2em;
	margin:0px;}	

div.clear { clear: both; }

.page_overlay{
			width:100%;
			height:100vh;
			z-index:99999999999;
			position: fixed; 
			top:0;
			left:0;
			background:rgba(0,0,0,0.9);
			opacity:0;
			display:none;
 -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.2)
			}
			
			.box_page_overlay_close{
				cursor:pointer;
				color:#000;
				font-size:1.7em;
				position:absolute;
				top:40px;
				right:40px;
				border: 2px solid rgba(255,255,255,1);
				background:#fff;
				padding:8px;
			
				}
				
				
				.box_page_overlay_text{
					text-align:center;
					color:#FFF;
					padding:40px;
					margin-top:12%;
					width:80%;}
					
						.box_page_overlay_text_2{
							margin-left:auto;
							margin-right:auto;
							margin-top:12%;
							width:80%;
					text-align:left;
					color:#FFF;
					padding:40px;
					border-left:2px solid rgba(255,255,255,1);
				max-height:100vh;
				overflow-y:auto;
					}
					
	.news_wrapper{
		display:flex;
		justify-content:center;
		flex-wrap:wrap;}		


		.box_80{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: flex-start;


	}	
	
	.box_podukt{
		text-align:center;
		width:48%;
		padding:15px;}
		
			.box_podukt_img{
				text-align:center;
		width:100%;
		padding:8px;}
		
		
			.box_podukt_text{
				text-align:center;
		width:100%;
		padding:8px;}
		
		.box_podukt_preis{
				text-align:center;
				font-weight:bold;
				font-size:1.3em;
		width:100%;
		padding:8px;}
		
		.box_podukt_button{
			width:100%;
		padding:8px;
			text-align:center;
		}
		
		
		
	
.thumbs_start{
	width:22%;
	margin:4px;}
	
	.img_grey{
		filter: grayscale(100%);
					 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	}
		
			.img_grey:hover{
		filter: grayscale(10%);}
	
	
	.box_100{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:25px;

	}	
	
		.box_90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:25px;

	}	

	.logo_fb{
		position: absolute;
		z-index:5;
		width:30px;
		height:30px;
		margin-left:auto;
		margin-right:auto;
		margin-top:-35px;
		background:url(bilder/fb_logo.png) no-repeat;
		background-size:contain;
		margin-bottom:8px;
		}
		
	
		
	video {
 width: 80%;
  max-height: 100%;
   height:auto;
   overflow:hidden;
   margin-left:auto;
   margin-right:auto;
   background:#000;

}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	.responsive-video {
		width:100%;
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}
		

	.button_more{
		width:100px;;
		text-align:center;
	
		color:#fff;
		background:rgba(112,113,116,0.8);
		margin-top:10px;
		-webkit-border-radius: 10px;
-moz-border-radius: 3px;
border-radius: 3px;
		padding:5px;
		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{
			background:rgba(112,113,116,1);
	
		
	}
	
	.carousel_aktuelles{
		display:flex;
		justify-content:center;
		align-items:center;
		width:100%;
		margin-left:auto;
		margin-right:auto;}

	.box_events_start{
		text-align:center;
		width:33.333333%;
		padding:35px;
		display:block;
		height:300px;
		background: rgba(204,204,204,0.1);}	
		
		.box_events_start_datum{
				text-align:center;
				width:100%;
				font-size:1.5em;
				border-bottom:1px solid rgba(153,153,153,0.5);
				padding:8px;
				}
				
				.box_events_start_titel{
					display:flex;
					align-items:center;
					justify-content:center;
					padding:8px;
						font-size:1.1em;
						height:100px;
					text-align:center;
				width:100%;}
		
		.box_events_start_text{
				font-size:1em;
			width:100%;}
			
		.box_events_start_more{
			width:80px;
				 -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:15px;
			text-align:center;
			background: rgba(112,113,116,0.7);
			color:#FFF;
			border-radius:2px;
			padding:7px;
			margin-right:auto;
			margin-left:auto;
			}
			
				.box_events_start_more:hover{
		
			background: rgba(112,113,116,0.9);
		
			}
			
			
		.box_50{
				border-left: 4px solid rgba(255,255,255,1);
				width:50%;
				padding:25px;}	
		

	.box_img_navi{
		width:80%;
		position:relative;
		 margin-left:auto;
		 margin-right:auto;
		 height:400px;
		 background:#999;
		 z-index:5;
		 
		 }
		 
		.box_img_navi_links{
			margin:30px;
			left: 0;
			right: 0;
			bottom:10px;
			position:absolute;
			z-index:10;
			background:#FFF;
			height:50px;
			display:flex;
			align-items:center;
			padding:30px;
			color:#333;
			} 
			
			.line_kat{
				
				font-size:2em;
				margin-left:30px;
				}
			
				 
		.box_img_navi_links a{
			
			margin-left:20px;
			color:#333;
			}

	
		.thumbs{
		width:33.3333%;
		box-sizing:border-box;
		padding:1px;
		
	
		}
		
		.box_termine{
			width:33%;
			padding:25px;
			border: 1px solid rgba(153,153,153,0.3);
			
			display:flex;
			align-items:center;
			justify-content:flex-start;
			flex-wrap:wrap;
			margin-bottom:10px;
			background: rgba(51,51,51,0.5);
			
				 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	}
			
			
				
		.box_termine_img{
			width:10%;
			}
	.box_termine_titel{
		text-align:center;
		padding:8px;
			width:100%;
			}
			.box_termine_datum{
				text-align:center;
				padding:8px;
			width:100%;
			color:#fff;
			font-size:1.1em;
			border-bottom:1px solid rgba(255,255,255,0.4);
			}
			
			.box_termine_mehr{
				padding:8px;
				width:10%;
				cursor:pointer;}
				
				
				.button_termine_open{
					margin-top:10px;
					cursor:pointer;
					width:70px;
					text-align:center;
					padding:6px;
					background: #063;
					color:#FFF;
					display:block;}
					
						.button_termine_close{
					margin-top:10px;
					cursor:pointer;
					width:70px;
					text-align:center;;
					padding:6px;
					background: #900;
					color:#FFF;
					display:none;}
				
			.box_termine_show{
				text-align:left;
				margin-top:10px;
				display: none;
				width:100%;
						}
				
			.button_modal_close{
				background:rgba(50,50,50,1);
				padding:10px;
				color:#FFF;
				display: inline-block;
				margin-left:auto;
				margin-right:auto;
				margin-top:20px;
				margin-bottom:20px;
				-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		

				
				}
				
						.button_modal_close:hover{
				background:rgba(30,30,30,1);
				

				
				}
				
				.box_news_modal{
	width:100%;
	box-sizing: border-box;
	padding:15px;
	cursor:pointer;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-wrap:wrap;}
	
	.box_news_modal_left{
	width:30%;
	box-sizing: border-box;
	padding:10px;
	}
	
		.box_news_modal_right{
			text-align:left;
	width:70%;
	box-sizing: border-box;
	padding:10px;
	color:#333;
	}

				
						.button_modal_close{
				background:rgba(50,50,50,1);
				color:#FFF;
				display: inline-block;
				margin-left:auto;
				margin-right:auto;
				margin-top:20px;
				-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{
			width:48%;
			padding:25px;
			border: 1px solid rgba(153,153,153,0.3);
			
			display:flex;
			align-items:center;
			justify-content:flex-start;
			flex-wrap:wrap;
			margin-bottom:10px;
			background: rgba(51,51,51,0.5);
			
				 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	}
						

.form_box{
	width:100%;
	
	margin-right:auto;
}


	.form_box_titel{
	width:100%;

	padding:4px;
	
	}


		

			.wrapper_max{
				position: relative;
					width:100%;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;	
			z-index:10;
		}
		
		
				.wrapper_content_1{
				position: relative;
					width:100%;
					height:100vh;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
		z-index:1;
		background:url(bilder/howdy.png)  no-repeat center center fixed;
		 background-size:contain;
	
		
		 -webkit-transition: all 600ms ease-out;
-moz-transition: all 600ms ease-out;
-o-transition: all 600ms ease-out;
transition: all 600ms ease-out;
		
	
	
		}
		
	
		
					.wrapper_content_sub{
						padding-top:120px;
				position: relative;
					width:100%;
					min-height:100vh;
		
		margin-left:auto;
		margin-right:auto;
		z-index:1;
		
	
	
		}
		
			.slider_1{
				position:relative;
				z-index:5;
				width:100%;
				height:100%;
						-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	
				}
				
					
		.wrapper_start_right{
			position:absolute;
			width:60%;
			margin-left:auto;
			height:100vh;
			background-size:cover;
			position:relative;
			z-index:10;
			
			}
			
			.wrapper_content_social{
					display:flex;
					align-items:center;
					justify-content:center;
				position: relative;
					width:100%;
					min-height:50px;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
	
		padding:0px;
	
	
		}
		
		.booking{
			width:220px;
			height:auto;
			margin-left:auto;
			margin-right:auto;
			margin-top:30px;}
		
				.wrapper_content_2{
					display:flex;
					align-items:center;
					justify-content:center;
				position: relative;
					width:100%;
					min-height:50px;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
	
		padding:40px;
	
	
		}
		
		
		.box_cd{
			width:400px;
			margin-left:auto;
			margin-right:auto;}
			
			.buy_now{
				margin-left:auto;
			margin-right:auto;
				width:140px;;
		text-align:center;
		color:#fff;
		background:#9b6874;
		margin-top:10px;
		-webkit-border-radius: 10px;
-moz-border-radius: 3px;
border-radius: 3px;
		padding:5px;
		cursor:pointer;
		font-size:1.3em;
				 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;		
				}
				
							.buy_now:hover{
				
		color:#9b6874;
		background:#fff;
		
				}
		
		.wrapper_img{
			display:flex;
					align-items:center;
					justify-content:center;
				position: relative;
					width:100%;
					height:50vh;
					margin:15px;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
		padding:25px;
		background:url(bilder/bg_top.jpg) fixed;
		background-size:cover;}
		.wrapper_content_3{
					display:flex;
					align-items:center;
					justify-content:center;
				position: relative;
					width:100%;
					margin:15px;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
		padding:25px;
	

	
		}
		
			
		.wrapper_content_4{
					display:flex;
					align-items:center;
					justify-content:center;
				position: relative;
					width:70%;
					margin:15px;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
		padding:15px;
	

	
		}
		
		
			.wrapper_content_5{
					display:flex;
					align-items:center;
					justify-content:center;
				position: relative;
					width:100%;
					min-height:50vh;
					margin:15px;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
		padding:15px;
		background:url(bilder/bg_bottom.jpg);
		background-size:cover;
	

	
		}
		
		.box_lines{
			position:relative;
			width:300px;
			height:300px;
			border:8px solid rgba(255,255,255,1);
			background-size:contain;
			z-index:5;
			}
			
				.box_lines_2{
					padding:15px;
			position:relative;
			width:600px;
			height:300px;
			z-index:5;
			}
			
				
		
		.starttext{
			width:40%;
			padding:25px;
			text-align:right;}
			
				.starttext_left{
					display:flex;
					justify-content:flex-end;
					flex-wrap: wrap;
			width:60%;
			padding:25px;
			text-align:right;}
			
				.starttext_right{
					display:flex;
					justify-content:flex-start;
					flex-wrap: wrap;
			width:40%;
			padding:25px;
			text-align:left;}
			
			.referenzen_thumb{
				width:220px;
				height:220px !important;
				position:relative;
				z-index:10;
				margin:10px;
				overflow:hidden;
					-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	}


.referenzen_thumb_img{
				width:100%;
				height:100%;
				position: absolute;
					z-index:15;				
					-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	}

.referenzen_thumb_overlay{
				width:100%;
				height:100%;
	position: absolute;
				z-index:20;
				background: #999;
				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;	}

.referenzen_thumb:hover .referenzen_thumb_overlay{
	opacity:0.8;}
		
	.referenzen_thumb_titel{
		display:flex;
		align-items: flex-end;
		padding-bottom:10px;
		justify-content:center;
		color:#FFF;
		width:100%;
				height:100%;
	position: absolute;
				z-index:30;
				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;
text-align:center;}

.referenzen_thumb:hover .referenzen_thumb_titel{
	opacity:0.8;
	padding-bottom:70px;}
	
	
.referenzen_thumb_titel a{
	font-size:1.1em;
	color:#FFF;}
	
	.referenzen_thumb_link{
		display:flex;
		align-items: flex-start;
		padding-top:10px;
		justify-content:center;
		color:#FFF;
		width:100%;
				height:100%;
	position: absolute;
				z-index:30;
				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;
text-align:center;
transform:scale(0.4);}

.referenzen_thumb:hover .referenzen_thumb_link{
	transform:scale(0.9);
	opacity:0.8;
	padding-top:70px;}
			
				.wrapper_start_left{
			width:60%;
			margin-right:auto;
			position:relative;
			z-index:10;
			
			}
			
			
			
			.logo_start{
				margin-left:auto;
				margin-right:auto;
				padding-top:450px;
				position: relative;
				z-index:999999;
				-webkit-transition: all 600ms ease-out;
-moz-transition: all 600ms ease-out;
-o-transition: all 600ms ease-out;
transition: all 600ms ease-out;
text-align:center;
opacity:1;
				
				width:300px;
				height:auto;
			}
		
		

		.wrapper_content{
			position:relative;
		width:100%;
		
		background: rgba(255,255,255,0.95);
		margin-top:100vh;
	
		}
		
		.box_ref{
			width:32%;
			justify-content:center;
			align-items:center;
			padding:25px;
			margin:5px;
			text-align:center;
			background: rgba(204,204,204,0.2);
				-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
			}
			
					.box_ref:hover{
		
			background: rgba(204,204,204,0.5);
			}
			
			.box_kat{
				width:100%;
				padding:25px;
				font-family: 'Playfair Display', serif;
				font-size:1.1em;
				display:flex;
				align-items:center;
				flex-wrap:wrap;
				}
				
					.box_kat a{
						
				
				padding:10px;
				}
				
					
			
				.box_ref_left{
			width:50%;
			display:flex;
			justify-content:center;
			align-items:center;
		
			}
			
					.box_ref_right{
			width:50%;
			display:flex;
			justify-content:center;
			align-items:center;
			padding:25px;
			}
			
			.box_ref_titel{
				margin-bottom:10px;
				width:100%;
				margin-top:10px;
				border-bottom:1px dotted rgba(204,204,204,0.9);
				padding:10px;}
				
					.box_ref_text{
				width:100%;
				font-size:0.8em;
				opacity:0.6;
				}
				
						.box_ref_text_2{
				width:100%;
				font-size:1em;
			
				}
		
		.wrapper_blog{
			width:80%;
			margin-left:auto;
			margin-right:auto;
			padding:15px;
			position:relative;
			z-index:5;
			}
		
		
		.box_thumbs{
			widows:100%;
			display:flex;
			justify-content: flex-start;
			align-items: center;
			flex-wrap:wrap;
			margin-top:10px;}
			
				.box_thumbs_img{
					width:20%;
					margin-right:5px;
			}
			
			.box_back{
				width:200px;
				padding:8px;
				margin-top:15px;
				margin-left:auto;
				margin-right:auto;
				background: rgba(51,51,51,0.5);
				font-size:1.1em;
				color:#FFF;
				text-align:center;}
				
					.box_back:hover{
			
				background: rgba(51,51,51,0.8);
			}
		
			.wrapper_blog_img{
			width:100%;
			height:400px;
			overflow:hidden;
			}
			.wrapper_blog_text{
				position:relative;
				z-index:10;
			width:90%;
			margin-left:auto;
			margin-right:auto;
			background:rgba(255,255,255,1);
			margin-top:-150px;
			padding:40px;
			}
			
			.wrapper_blog_text_headline{
				width:100%;
				text-align:left;
				font-size:1.1em;
				margin-bottom:35px;}
			
				.wrapper_blog_thumbs{
			width:100%;
			margin-left:auto;
			margin-right:auto;
			background:rgba(255,255,255,1);
			margin-top:10px;
			
			}
			
			.row {
				width:100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33.33333%;
  max-width: 32%;
  padding:4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.back{
	width:100%;
	text-align:center;
	font-size:1.3em;
	padding:25px;}

		
.wrapper_content_start{
	position:relative;
	z-index:10;
	width:100%;
	min-height:350px;
	background:#FFF;}
	
	.wrapper_content_sup{
	position:relative;
	z-index:10;
	width:100%;
	min-height:550px;
	background:#FFF;
	padding-top:140px;}
	
		.wrapper_content_sup_2{
	position:relative;
	z-index:10;
	width:100%;
	min-height:350px;
	background:#FFF;
	}
			
			
			.box_news_start{
				margin:3px;
				width:31%;
				height:300px;
				padding:15px;
				position:relative;
				-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	
overflow:hidden;
cursor:pointer;

				}
				
				
				
				.box_news_start_titel{
					position: absolute;
					z-index:20;
					text-align:center;
					right: 0;
					left: 0;
					margin: auto;
						opacity:1;
					color:#FFF;
					font-family: 'Anton', sans-serif;
				
					bottom:20%;
					-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_start_titel h2{
					font-size:1.7em;}	
					
					.box_news_start_linie{
						height:1px;
						background:#FFF;
						width:80%;
						position: absolute;
					z-index:20;
					right: 0;
					left: 0;
					margin: auto;
						opacity:0.2;
					bottom:19%;
					-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_start_more{
					width:70px;
					padding:10px;
					position: absolute;
					text-align:center;
					z-index:30;
					opacity:0;
					bottom:10%;
					left: 0;
					right: 0;
					margin: auto;
					background:#fff;
					color: rgba(42,46,51,1)
					border-radius:1px;
					-webkit-transition: all 400ms ease-out;
-moz-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;	}
				
				.box_news_start_img{
					position:relative;
					z-index:10;
					width:100%;
				overflow:hidden;
				background:  rgba(42,46,51,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_start_img img{
					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;
				transform:scale(1);}	
				
				


	.box_news_start:hover  .box_news_start_img img{
		opacity:0.7;
transform:scale(1.1);
 filter: blur(4px);
  -webkit-filter: blur(2px);

		}
				
			.box_news_start:hover  .box_news_start_more{
	opacity:1;
					bottom:14%;
		}		
		
			.box_news_start:hover  .box_news_start_titel{
	bottom:30%;
opacity:0.9;
		}	
		
			.box_news_start:hover  .box_news_start_linie{
	width:40%;
opacity:0.7;
		}
			
			
				.startlinks{
					margin-top:5%;
					text-align:center;
		margin-right:auto;
		padding:10px;
		display:flex;
		align-items:center;
		justify-content:center;
			}
	
	
				.startlinks_box{
					width:220px;
					margin:5px;
					text-align:center;
					padding:10px;
					background:rgba(255,255,255,0.3);
					border: 3px solid rgba(255,255,255,0.5);
					color:#333;
					padding:10px;
			}
			
				
	

	.box_left{
		width:50%;
			padding:20px;
			text-align:right;
			font-size:1.1em;
			}
			
			
		
		.box_right{
			
		width:50%;
			padding:20px;
			font-size:1em;
			}
			
			
			.box_left_sub{
		width:30%;
			padding:20px;
			text-align:right;
			font-size:1.1em;
			}
			
			
		
		.box_right_sub{
			
		width:70%;
			padding:20px;
			font-size:1em;
			}
			
			
			.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{

display: flex;
display: flexbox;
display: -webkit-flex;
display: ms-flexbox;
-webkit-align-items: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-ms-flex-pack: center;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
	
	
	}

 img{ vertical-align: middle;}

	
	
	.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{
				width:100%;

	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;

	
	
	}
	
	
	
	
			.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: rgba(0,0,0,1);
	
	}
	
	
	.share-buttons{
		padding:5px;
		border-bottom: 1px dotted rgba(255,255,255,0.7);
		margin-bottom:10px;
				
			
			}
		
		.share-buttons img{
			width:30px;
			height:auto;
			}
			
			

.wrapper_footer{
	text-align:center;
	width:100%;
		box-sizing: border-box;
		margin-left:auto;
	margin-right:auto;
	border-top: 1px solid rgba(153,153,153,0.2);
	
		padding:25px;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-wrap:wrap;
		}
		
		.wrapper_footer > div{
	text-align:center;
	padding-left:10px;
	padding-right:10px;

	border-right: 1px solid rgba(153,153,153,0.2);
	
	
		}
		
		
		
		
		.share-buttons img{
			width:30px;
			height:auto;
			}
			
			
	.box_sponsoren{
		width:80%;
		margin-left:auto;
		margin-right:auto;
		padding:15px;
		}
		
		
			.box_sponsoren_img{
		width:20%;
		padding:15px;
		opacity:0.7;
		}
		
		
				.box_sponsoren_img:hover{
	
		opacity:1;
		}

	
		
				.wrapper_footer:last-child {
border: none;
}	
		
		
	

		

		
		

	
/* Forms */


.form_start{
	width:40%;
	margin-left:auto;
	margin-right:auto;}



		form {
		}
		
			form label {
				display: block;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
		
			form select,
			form textarea {
	width: 100%;
	padding: 5px;
	margin:2px;
background: rgba(255,255,255,1);
	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;
		-webkit-border-radius: 3px;
	border-radius: 3px;

			}

				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;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 3px;
	background-color:#093;
	color: #fff ;
	font-size:1.2em;
	
}

input[type=date] {
	padding: 5px ;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius:3px;
	border-radius: 3px;
	margin-left:3px;
	margin-bottom:4px;
	
}
input[type=time] {
	padding: 5px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left:3px;
	
}
			
input[type=submit]:hover {
	
}


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 (max-width : 1280px){

	.wrapper_start_right{
			position:absolute;
			width:80%;
			margin-left:auto;
			height:100vh;
			background:url(bilder/bg_white.png);
			background-size:cover;
			position:relative;
			z-index:10;
			
			}
			
	
		}
		
		
	



	@media screen and (max-width : 1100px){
			
		.box_news_start{
				width:90%;
					height:auto;
				margin-left:auto;
				margin-right:auto;
				padding:7px;
				

				}	
				
				.footerbox{
		text-align:left;
		width:100%;
		color:  rgba(42,46,51,1);
padding:30px;
		font-size:1em;
	
		}
		
			.box_news_start_titel h2{
					font-size:1.3em;}	
					
				.box_news_start:hover  .box_news_start_titel{
	bottom:37%;
opacity:0.7;
		}	
		
		.slider_1{
				width:100%;
				height:300px !important;
						-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	
				}
				
				 .column {
    flex: 100%;
    max-width: 100%;
  }
  
  
		
				.wrapper_content_1{
				position: relative;
					width:100%;
					height:90vh;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
		z-index:1;
		background:url(bilder/howdy.png)  no-repeat top center fixed;
		 background-size:contain;
	
	
	
		}
		
		
			
				
					
		.wrapper_start_right{
			position:relative;
			width:100%;
			margin-left:auto;
			height:auto;
			background: none;
			
			z-index:10;
			
			}
			
			.starttext{
			width:100%;
			padding:25px;
			text-align:center;}
			
				.starttext_right{
					justify-content:center;
					
			width:100%;
			padding:15px;
			text-align:center}
			
			.referenzen_thumb{
				width:300px;
				height:300px;
				margin:10px;
					-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	}
		
	
	.wrapper_content_2{
					display:block;
					align-items:center;
					justify-content:center;
				position: relative;
					width:100%;
					min-height:100px;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
		margin-top:00px;

		padding:10px;
	
	
		}	
		
		
		
		.wrapper_content_3{
					display:block;
					align-items:center;
					justify-content:center;
				position: relative;
					width:100%;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;

	
		padding:11px;
	
	
		}
		
		.box_lines{
			position:relative;
			width:90%;
			height:auto;
			border:8px solid rgba(255,255,255,1);
			background-size:contain;
			padding:0px;
			z-index:5;
			margin-left:auto;
			margin-right:auto;
			}
			
				.box_lines_2{
					padding:15px;
			position:relative;
			width:100%;
			height:300px;
			z-index:5;
			text-align:center;
			}
			
			
.wrapper_footer{
	text-align:center;
	width:100%;
		box-sizing: border-box;
		margin-left:auto;
	margin-right:auto;
	border-top: 1px solid rgba(153,153,153,0.2);
		color: rgba(255,255,255,1);
		padding:8px;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-wrap:wrap;
		}
		
		.wrapper_footer > div{
			width:100%;
	text-align:center;
	padding-left:10px;
	padding-right:10px;

	border-right: 1px solid rgba(153,153,153,0.2);
	
	
		}
		
		
	.box_left{
		width:100%;
			padding:20px;
			text-align:right;
			font-size:1.1em;
			}
			
			
		
		.box_right{
			
		width:100%;
			padding:20px;
			font-size:1em;
			text-align:center;
			}
			
			
		.box_80{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	

	}
	
	
					.wrapper_content_sub{
						padding-top:50px;
				position: relative;
					width:100%;
					min-height:100vh;
		
		margin-left:auto;
		margin-right:auto;
		z-index:1;
		
	
	
		}
		
		
			.box_left_sub{
		width:100%;
			padding:10px;
			text-align:right;
			font-size:1.1em;
			}
			
			
		
		.box_right_sub{
			
		width:100%;
			padding:10px;
			font-size:1em;
			}
			
			.box_ref{
			width:80%;
			justify-content:center;
			align-items:center;
			padding:10px;
			margin:5px;
			text-align:center;
			background: rgba(204,204,204,0.2);
			margin-left:auto;
			margin-right:auto;
			}
			
			
			
			.box_termine{
			width:90%;
			padding:25px;
			border: 1px solid rgba(153,153,153,0.3);
			display:flex;
			align-items:center;
			justify-content:flex-start;
			flex-wrap:wrap;
			margin-bottom:10px;
			margin-left:auto;
			margin-right:auto;
			
				 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	}
			
			
				
		.box_termine_img{
			width:100%;
			}
	.box_termine_titel{
		padding:8px;
			width:100%;
			}
			.box_termine_datum{
				padding:8px;
			width:100%;
			}
			
			.box_termine_mehr{
				padding:8px;
				width:100%;
				cursor:pointer;}
				
				
				.button_termine_open{
					margin-top:10px;
					cursor:pointer;
					width:70px;
					text-align:center;
					padding:6px;
					background: #063;
					color:#FFF;
					display:block;}
					
						.button_termine_close{
					margin-top:10px;
					cursor:pointer;
					width:70px;
					text-align:center;;
					padding:6px;
					background: #900;
					color:#FFF;
					display:none;}
				
			.box_termine_show{
				text-align:left;
				margin-top:10px;
				display: none;
				width:100%;
						}
						
						.button_more{
							margin-top:20px;
		width:180px;;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	
	
	}
	
	.box_kat{
				width:100%;
				padding:25px;
				font-family: 'Playfair Display', serif;
				font-size:1.1em;
				display:flex;
				align-items:center;
				flex-wrap:wrap;
				
				}
	
		.box_kat > div{
				width:100%;
				text-align:center;
				
				}
				
				#mobile_no{
					display:none;}
				.thumbs_start{
	width:45%;
	margin:4px;}	
	
		.wrapper_content_4{
					display:flex;
					align-items:center;
					justify-content:center;
				position: relative;
					width:100%;
					margin:8px;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
		padding:15px;
	

	
		}
		
		.buy_now{
			margin-left:auto;
		margin-right:auto;	
				}
				
				.box_podukt{
		text-align:center;
		width:100%;
		padding:15px;}
				
		.logo_start{
				margin-left:auto;
				margin-right:auto;
				padding-top:350px;
				position: relative;
				z-index:999999;
			
				
				width:280px;
				height:auto;
			}
				.box_news_modal_left{
	width:100%;
	box-sizing: border-box;
	padding:10px;
	}
	
		.box_news_modal_right{
			text-align:left;
	width:100%;
	box-sizing: border-box;
	padding:10px;
	color:#333;
	}
	
	.wrapper_content_5{
					display:flex;
					align-items:center;
					justify-content:center;
				position: relative;
					width:100%;
					min-height:20vh;
					margin:15px;
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
		padding:15px;
		background:url(bilder/bg_bottom.jpg);
		background-size:cover;
	

	
		}
		
		.box_news{
			width:100%;
			padding:10px;
			border: 1px solid rgba(153,153,153,0.3);
			
			display:flex;
			align-items:center;
			justify-content:flex-start;
			flex-wrap:wrap;
			margin-bottom:10px;
			background: rgba(51,51,51,0.5);
			
				 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	}


.w_200{
		width:100px; margin:10px;}
		.w_100{
		width:50px; margin:10px;}
	
			}

