<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') 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 */
}

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

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



html,body{
	margin: 0px;
	width: 100%;
		color:#fff;
  font-size: 1em;
 font-family: 'Lato', sans-serif;
background:#fff;

}
.box_downloads{
		text-align:center;
		width:30%;
		padding:8px;
	border: solid rgba(255,255,255,0.5);
		background: rgba(255,255,255,0.1);
		
		margin-bottom:4px;
		
		 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	}
		
		
			.box_downloads:hover{
	
		border: solid rgba(255,255,255,0.8);
		}
		
			
		.box_downloads_text{
			text-align:center;
		
			font-size:1.0em;
			padding:4px;
			width:100%;
			}
			
			.box_downloads_start{
				width:100%;
				margin-bottom:5px;
				align-items:center;
				display:flex;
				flex-wrap:wrap;
				justify-content:center;}
			
			.box_downloads_1{
		text-align:center;
		width:75%;
		padding:3px;
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		
		}
		.box_downloads_sup{
		text-align:center;
		width:45%;
		padding:3px;
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		
		}
		
		
				.box_downloads_text{
		text-align:center;
		width:100%;
		padding:10px;
		
		}
		
				.box_downloads_text h2{
					font-size:1.2em;
		
		}
		
		.button_downloads{
			display: inline-block;
			padding:10px;
			background: rgba(151,6,76,1);
			color:#FFF;
			font-size:1.0em;
			font-weight:bold;
			text-transform:uppercase;
			
			 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	
			
			}
			
			.button_downloads:hover{
		
			background: rgba(169,5,84,1);
			
			
			}
		
					.box_downloads_img{
						display:block;
		text-align:center;
		width:70%;
		padding:3px;
		margin-left:auto;
		margin-right:auto;
		border: 3px solid rgba(255,255,255,0.5);
		
		}
		
				.box_downloads_2{
		text-align:center;
		padding:15px;
		width:100%;
	
		font-size:1.7em;
		font-weight:bold;
		}
		
		
.wrapper_speisekarte{
	display:block;
	position:absolute;
	z-index:999999999999999;
	background:#FFF;
	width:200px;
	height:500px;
	top:15%;

  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; }		

.gal_foto{
	width:30%;
	margin:3px;}
	
	.box_80{
	width:100%;
	margin-left:auto;
	margin-right:auto;

	}	
	
	.box_33_x{
		width:31%;
				padding:10px;
				font-size:0.9em;
				border: 3px solid rgba(255,255,255,1);
				margin:3px;
			}
	
.box_33_kontakt{
		width:33%;
				padding:30px;
				font-size:0.9em;
				border-left: 3px solid rgba(204,204,204,1);
			}
	.box_spalten {
			
  width: 100%;
  column-count: 2;
  column-rule-color: #fff;
  column-rule-width: 1px;
  column-rule-style: dotted;
  padding:15px !important;
}

.s_kat{
		
			padding:10px;
		
			}
		
		.s_kat h1{
			width:100%;
			padding:8px;
			font-size:2.1em;
			color:#fe68b3;
			margin-bottom:0px;
			}
			
				.s_kat h1 img{
	
			margin-bottom:5px;
			margin-right:8px;
			}
			
			
	.box_speisen{
		width:100%;
		padding:5px;
		line-height:21px;
		margin-bottom:5px;}
		
		
	.s_titel{
		width:100%;
	
			font-weight:bold;}
			
				.s_linie{
					border-bottom: 1px dotted #fff;
					flex-grow: 2;
					height:20px !important;
					margin-left:5px;
					margin-right:5px;}
			
			
     .s_preis{font-size:1.1em;
			font-weight:bold;}
     .s_allergene{
		 margin-left: 5px;
		 font-size:0.6em;
			font-weight:normal;}
			
			
    .s_text{width:80%;
	 font-size:1em;
	
	}	
	
	.box_video{
		width:100%;
	 -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;
		margin-bottom:0px;}
		
		
	video {
 width: 100%;
  max-height: 100%;
   height:auto;
   overflow:hidden;
   margin-left:auto;
   margin-right:auto;
   background:#000;
   display:block;

}
	
	.carousel_1{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		padding:20px;}
		
			.box_carouselx{
				text-align:center;
		width:95%;
		margin-left:auto;
		margin-right:auto;
		background:#53012d url(bilder/bg_events.jpg);
		background-size:contain;
		padding:10px;
		cursor:pointer;}
		
		
	
				.box_carousel_datum{
				text-align:center;
				width:100%;
				font-size:1.6em;
				text-align:center;
				padding:10px;
	
		
		margin-left:auto;
		margin-right:auto;}
		
		.box_carousel_icon{
			width:100%;
			height:auto;
			margin-left:auto;
			margin-right:auto;
			overflow:hidden;
			transform: scale(1); 
	 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;	}


.img_hover{
		transform: scale(1); 
	 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;}

	.img_hover:hover{
				transform: scale(1.4);
				opacity:0.8; 
		}
		

		
		.box_carousel_text{
			
			padding:25px;
		}
			
					.box_carousel_linie{
						margin:2px;
						width:200px;
						height:auto;
						text-align:center;
						margin-left:auto;
			margin-right:auto;
						}
			
			
			
			
				.box_carousel_titel{padding:25px;
			font-family: 'Playfair Display', serif;
			}
		
	
	.box_80_sub{
	width:88%;
	margin-left:auto;
	margin-right:auto;
	padding:20px;

	}	
	
	.box_80_sub_text{
		width:100%;
		padding:20px;}

.wrapper_bg{
	background-size:contain;
			width:100%;
		height:auto;
		

  opacity:1;

		}
		
		.box_slider{
			display:block;
			position:relative;
			z-index:10;}
			
				.box_slider_text{
			display:block;
			position: absolute;
			z-index:40;
			bottom:30%;
			left:20%;}
			
				.box_slider_text_1{
					  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
			display:block;
			color:#FFF;
			font-size:4em;}
			
				.box_slider_text_2{
			display:block;
			color:#FFF;
			font-size:3em;
			text-transform:uppercase;
			margin-left:50px;
			margin-top:-10px;}
			
			
				.box_slider_img{
						
			display:block;
			width:100%;
			height:auto;}
		
		.box_slider_img img{
			display:block;
			width:100%;
			height:auto;}
		
		
		
				.wrapper_bg_mobile{
  display:none;

		}

	
		
		.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_events{
		width:100%;
		margin:2px;
		border: 3px solid rgba(255,255,255,0.3);
		padding:15px;
		cursor:pointer;
		background:#640231;
		}
	.box_events_img{
		width:40%;}
	.box_events_datum{
		color:#F39;
		font-size:1.4em;
		
		
		width:100%;}
	.box_events_text{
		padding:20px;
		text-align:left;
		width:60%;}
		.box_events_text h1{
		margin-bottom:5px;
	}
	.button_more{
		width:170px;
		text-align:center;
		margin-top:10px;
		margin-left:auto;
		margin-right:auto;
		color:#FFF;
		background:#a10257;
		-webkit-border-radius: 10px;
-moz-border-radius: 10px;
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;		
	}
		
		
			.button_more:hover{
	
		color:#fff;
		background:#830247;
	}
		
		
		
		
		
		

	
	
article{
	font-weight:normal;}

*{box-sizing:border-box;}

hr{
	 border: 1px dotted #fff;}

a {
	text-decoration:none;
		color: #fff;
		
		}
		
		
	.wrapper_zitat{
		width:90%;
		padding:40px;
		margin-left:auto;
		 margin-right:auto;
		 		position:relative;
		z-index:10;
		background:url(bilder/bg_red.jpg) fixed;
				background-size:cover;
				color:#FFF;
				text-align:center;
		
		}
		
		.wrapper_zitat a{

				color:#FFF;
		
		}
		
		.zitat{
			width:60%;
			margin-bottom:10px;
			padding-bottom:10px;
			border-bottom: 2px  solid rgba(255,255,255,0.8);
	font-size:2.0em;
	text-align:left;
	font-style:italic;
	opacity:0.8;

 font-family: 'Playfair Display', serif;
			
	}
	
	.tel_start{
	margin-top:10px;
	color: rgba(183,20,112,1);
	text-align:center;
		font-size:1.2em;
		color:#fff;}
		
			.tel_start img{
				vertical-align:central;
				margin-left:10px;}
		
		.tel_start a{
	color:#fff;
		}
		


h1{
	font-size:1.9em;

font-weight:normal;
margin:0px;
padding:0;
font-family: 'Playfair Display', serif;
line-height:38px;
	
	}
	
	.box_links{
		width:100%;
		margin-top:15px;
		}
		.box_links &gt; a{
			margin:5px;
		}
	
.ref_thumbs{
		width:19%;
		box-sizing:border-box;
		margin-right:5px;
		margin-bottom:5px;
		border:2px solid rgba(255,255,255,0.3);}
		
	.ref_thumbs:hover{

		border:4px solid rgba(255,255,255,0.6);}	
		
.box_referenzen_img_show{
	width:30%;
	box-sizing:border-box;
	margin-bottom:10px;
	margin-right:10px;
	float:left;
	border:4px solid rgba(255,255,255,0.3);
	}
	
	
		.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: 'Playfair Display', serif;
	font-size: 1.5em;
		margin:0;
		padding:0;
font-weight:normal;
	}	
h3{
font-family: 'Playfair Display', serif;
font-weight:normal;
	font-size: 1.2em;
	margin:0px;}	

div.clear { clear: both; }

iframe{
	min-height:50vh;
	border: 6px solid rgba(204,204,204,0.4);}

.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 &gt; .button_hover {
opacity:1;
 transform: scale(1);			}
			
			
	
	
.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{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-bottom:0;
	padding-top:0;
		
		}
		
		
				.wrapper_content_1_sub{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-bottom:0;
	padding-top:55vh;

		
		}
		
		
				.wrapper_content_2{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#6e0236 ;
		position:relative;
		min-height:350px;
	
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		align-items: center;
	
		}
		
		
		.box_text{
			width:50%;
			background:#6e0236 ;
			padding:25px;
			text-align:center;}
			
			.box_text_buttons{
			width:100%;
			margin-top:25px;
			text-align:center;
			}
			
			.box_text_buttons a{
				margin-right:15px;
			}
			
			.box_karte{
			width:50%;
			background:#ffff url(bilder/bg_wood_22.jpg) ;
			background-size:contain;
			padding:25px;}
		
		.wrapper_platzhalter{
			width:100%;
			height:30vh;
			position:relative;
			z-index:2;}
			
			
	
		
		
					.wrapper_content_sub{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background: #6e0236;
			background-size:cover;
		position:relative;
		padding:30px;
	
	
		}
		
		
						.wrapper_content_sub_speisen{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background: #6e0137 url(bilder/bg_wood_22.jpg) ;
			background-size:cover;
		position:relative;
		padding:30px;
	
	
		}
		
		
		.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{
								padding:60px;
		width:100%;
		min-height:250px;
		margin-left:auto;
		margin-right:auto;
		background:  url(bilder/bg_wood.jpg) no-repeat;
		background-size: cover;
	
		position:relative;
	

		}
	
		

		
					.wrapper_content_4{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#f2e9df;
		position:relative;
			background: #272c2e;
			background-size:cover;
			padding:45px;
			min-height:250px;
	
		}
		
					.wrapper_content_video{
						display:block;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#f2e9df;
		position:relative;
			background: #000   url(bilder/bg_video.jpg) fixed  ;
			background-size:cover;
			padding:0px;
	
		}
		
		
		.box_impressionen{
			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;
					cursor:pointer;
					overflow:hidden;
					margin:1px;
			}
			
			.box_impressionen_overlay{
				transform:scale(1);
				
				position:absolute;
				z-index:200;
					-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					transition: all 300ms ease-out;	
			width:100%;
			height:100%;
			
			opacity:0;}
			
			
			.box_impressionen:hover &gt; a .box_impressionen_overlay{
				transform:scale(0.5);
				opacity:0.9;}
				
				
				
				.box_impressionen_img{
					-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					transition: all 300ms ease-out;	
					 filter: grayscale(0%);
					
					
					}
					
					
					
			
				.box_impressionen:hover &gt; a &gt; img{
				 filter: grayscale(90%);
				 }
				
		
							.wrapper_content_5{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#ebe0d4;
		position:relative;
		
			padding:45px;
	
		}
		
		
		
		
		.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;
	
		
		}
		
	
		
	
			
				.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_all_sub{
							width:31%;
							margin:2px;}
						
	
	.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;
		flex-wrap:wrap;
		margin-left:10px;
		margin-right:10px;
		
		}	
		
			.box_news_text h2{
				margin-bottom:0px;
				color: rgba(111,120,130,1);
		
		}	
		
		
		.wrapper_icons_start{
			width:100%;
			display:flex;
		align-items: center;
		flex-wrap:wrap;
		justify-content:center;}
		
		.box_icons_start{
			display:block;
			text-align:center;
			width:28%;
			padding:15px;
	opacity:1;
cursor:pointer;
	-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;


			}
			
				.box_icons_start:hover{
			transform: scale(0.9);
	opacity:0.9;

			}
			
			
			
			
			
			
			.wrapper_content_box_4{
			width:100%;
	margin-left:auto;
	margin-right:auto;
	
	min-height:200px;
	font-size:1.2em;
		
		}
	


	.box_left{
		width:50%;
			padding:40px;
			text-align:right;
			border-right: 1px solid rgba(255,255,255,1);
			}
			
			.box_left h1{
				font-size:2.2em;
				margin-bottom:5px;}
				
					.box_left h2{
				font-size:1.8em;}
				
				
					.box_left h3{
				font-size:1.5em;}
		
		
		.box_right{
			
		width:50%;
			padding:40px;
			font-size:1em;
			}
		
		.box_left h1{

			font-size:2.5em;
			
			
			}
			
				.box_right_zitat{
			
		width:70%;
			padding:40px;
			font-size:1em;
			margin-left:auto;
			padding-top:50px;
			}
		
	
			
				.box_right h2{
		width:65%;
			font-size:1.3em;
			}
			
					.box_33x{
		width:33.33333%;		
		text-align:center;
		padding:15px;
		border-right: 1px solid rgba(255,255,255,0.6);
	
	
			}
			
					.box_33x:last-of-type{
		width:33.33333%;		
		text-align:center;
		padding:15px;
		border-right: 0px solid rgba(255,255,255,0.6);
	
	
			}	
			
			
			.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;}
					
		
			
.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{

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;}

	
	
		.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:#53012d ;
	
	}
	.open{
		width:80%;
		margin-left:auto;
		margin-right:auto;}
	
	.share-buttons{
		padding:5px;
		border-bottom: 1px dotted rgba(255,255,255,0.7);
		margin-bottom:10px;
				
			
			}
		
		.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;
		
		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:32%;
		color: rgba(255,255,255,1);
padding:30px;
		
		font-size:0.9em;
	
		}
		
				.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_content_1{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-bottom:0;
	padding-top:85vh;
		
		}
		
					.wrapper_content_1_sub{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-bottom:0;
	padding-top:65vh;
		
		}

.wrapper_slider{
	width:100%;
	max-height:85vh;
	overflow:hidden;


	position:relative;
	z-index:1;}

}

@media screen and (max-width : 1000px){

.wrapper_content_1{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-bottom:0;
	padding-top:45vh;
		
		}
			.wrapper_content_sub{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background: #6e0137 url(bilder/bg_pink.jpg) ;
			background-size:cover;
		position:relative;
		padding:5px;
	
	
		}
		.box_80_sub{
			width:100%;}
		}
		
		
		@media screen and (max-width : 900px){
			
			.wrapper_content_1{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-bottom:0;
	padding-top:35vh;
		
		}
					.wrapper_content_1_sub{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-bottom:0;
	padding-top:15vh;
		
		}
						
			
			}


@media screen and (max-width : 800px){
	
	
	.box_33x:last-of-type{
		width:100%;		
		text-align:center;
		padding:10px;
		border-right: 0px solid rgba(255,255,255,0);
	
	
			}	
		
		.box_impressionen{
			position: relative;
			width:100%;
		
				-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					transition: all 300ms ease-out;
					cursor:pointer;
					overflow:hidden;
			}

.box_80{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
	padding:5px;
	min-height:100px;	
	}	
	
	
	
	.box_left{
		width:100%;
		text-align:center;
		border-right:none;
			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:30px;
		
		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;
	
		margin-left:auto;
	margin-right:auto;
	border-top: 1px solid rgba(153,153,153,0.2);
	color:#fff;
		}
		
		
		
		
			
			.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;}
		
		.zitat{
			width:100%;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:10px;
			border-bottom: 1px  dotted rgba(255,255,255,0.5);
	font-size:1.6em;
	text-align:center;
	font-style:italic;
	color:#FFF;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;}	
	
		
	
	.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%;
		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;}
		video {
 width: 100%;
  max-height: 100%;
   height:auto;
   overflow:hidden;
   margin-left:auto;
   margin-right:auto;
   background:#000;

}
		
		
			.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_all_sub{
							width:100%;
							margin:2px;}
						
						
					.box_carouselx{
				text-align:center;
		width:95%;
		margin-left:auto;
		margin-right:auto;
		background:#53012d;
		background-size:contain;
		padding:10px;
		cursor:pointer;}
		
		.box_carousel_icon{
			width:100%;
			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:45%;
		padding:10px;
		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;
	padding:5px;

	}	
	
	
				.box_right_zitat{
			
		width:100%;
			padding:10px;
			font-size:1em;
			margin-left:auto;
			}
			
			
			

		.wrapper_bg{
	background-size:contain;
			width:100%;
		height:100%;
		position: relative;
  opacity:1;
  margin-top:50px;

		}
		
		.wrapper_bg_sub{
			display:none;
		}
		.wrapper_content_1{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-bottom:0;
	padding-top:25vh;
		
		}

			
			
			.box_icons_start{
			text-align:center;
			width:33%;
			padding:5px;
	opacity:1;
cursor:pointer;
	-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;


			}
				.carousel_1{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		padding:5px;}
		
			.box_spalten {
			
  width: 100%;
  column-count: 1;
  column-rule-color: #0E4744;
  column-rule-width: 1px;
  column-rule-style: dotted;
}

					.wrapper_content_sub{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background: #6e0137 url(bilder/bg_pink.jpg) ;
			background-size:cover;
		position:relative;
		padding:5px;
	
	
		}
		
					
    .s_text{width:100%;
	 font-size:1em;
	
	}
	
	.box_events{
		width:100%;
		margin:2px;
		border: 3px solid rgba(255,255,255,0.3);
		padding:15px;
		cursor:pointer;
		background:#640231;
		}
	.box_events_img{
		width:100%;}
	.box_events_datum{
		color:#F39;
		font-size:1.4em;
		
		
		width:100%;}
	.box_events_text{
		padding:20px;
		text-align:left;
		width:100%;}
		.box_events_text h1{
		margin-bottom:5px;
	}
	
	.wrapper_content_video{
						display:block;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:#f2e9df;
		position:relative;
			background: #000   url(bilder/bg_video.jpg) fixed  ;
			background-size:cover;
			padding:0px;
	
		}
		
			.box_33_x{
		width:100%;
				padding:5px;
				font-size:0.9em;
				border: 1px solid rgba(255,255,255,1);
			}
			
					.box_33x{
		width:100%;		
		text-align:center;
		border-right: 0none;
	
	
			}
			
			.box_downloads{
		text-align:center;
		width:100%;
		padding:8px;
	border: solid rgba(255,255,255,0.5);
		background: rgba(255,255,255,0.1);
		
		margin-bottom:4px;
		
		 -webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;	}

.box_downloads_img{
				
		width:100%;
	
		background-size:cover !important;
	
			}
			
			
			.box_text{
			width:100%;
			background:#6e0236 ;
			padding:15px;
			text-align:center;}
			
			.box_text_buttons{
			width:100%;
			margin-top:25px;
			text-align:center;
			}
			
			.box_text_buttons a{
				margin-right:15px;
			}
			
			.box_karte{
			width:100%;
			background:#ffff url(bilder/bg_wood_22.jpg) ;
			background-size:contain;
			padding:15px;}
			
			
			.box_slider_text{
			display:block;
			position: absolute;
			z-index:40;
			bottom:20%;
			left:10%;}
			
				.box_slider_text_1{
					  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
			display:block;
			color:#FFF;
			font-size:1.9em;}
			
				.box_slider_text_2{
			display:block;
			color:#FFF;
			font-size:1.2em;
			text-transform:uppercase;
			margin-left:50px;
			margin-top:-10px;}
		
			
}

	@media screen and (max-width : 600px){
			
			.wrapper_content_1{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-bottom:0;
	padding-top:20vh;
		
		}
		
					.wrapper_content_1_sub{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		
		position:relative;
		padding-bottom:0;
	padding-top:20vh;
		
		}
		
		.gal_foto{
	width:100%;
	margin:3px;}
			
			}

</pre></body></html>