
/* CSS Document */

html,body{
	margin: 0px;
	width: 100%;
	height:100vh;
	color: #666 ;
  font-size: 1.0em;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
background: rgba(255,248,233,1)


}

@font-face {
    font-family: Hagin Caps Medium;
    src: url(font/Hagin Caps Medium.otf);
}

.mobile{
	display:none;}
	
	
	.mobile_no{
	display:block;}

	video {
 width: 80%;
  max-height: 100%;
  

box-sizing: border-box;
padding: 8px;
margin: 8px;
border: 5px solid rgba(255,255,255,1);
background: rgba(255,255,255,0.4);
}



.wrapper_start_2022{
	position:relative;
	width:100%;
	height:100vh;
	background:url(bilder/bg_start_22.jpg) no-repeat center center ;
		 background-size: cover;
		 display:flex;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;}
	
	.wrapper_slider_22{
		}

.box_bg_start_22{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		display:flex;
		align-items: center;
		justify-content:center;
		flex-wrap:wrap;
		}

.box_start_22{
	width:24%;
	overflow:hidden;
	position:relative;
	z-index:1;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	flex-wrap:wrap;
	margin:10px;
}

.box_start_22_img{
	position:relative;
	width:100%;
	overflow:hidden;
		z-index:2;
		border:4px solid rgba(255,255,255,1);
}
.box_start_22_img img{
				filter: blur(0);
				-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -kthtml-transition: all 03s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.box_start_22:hover > a > .box_start_22_img > img{
	
	
	filter: blur(3px);}
	
	.p_slider_22{
	position: absolute;
    left: 0px;
	top:0px;
   
	width:218px;
	overflow:hidden;
		z-index:4;
		-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -kthtml-transition: all 03s ease-in-out;
    transition: all 0.3s ease-in-out;}
	
.p2_slider_22{
	position: absolute;
    right: 0px;
	top:50px;

	width:200px;
	overflow:hidden;
		z-index:4;
		-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -kthtml-transition: all 03s ease-in-out;
    transition: all 0.3s ease-in-out;}



	.box_start_22_logo{
	position: absolute;
	
    left: 50%;
	top:45%;
    transform: translate(-50%, 0);
	width:55%;
	overflow:hidden;
		z-index:4;
		-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -kthtml-transition: all 03s ease-in-out;
    transition: all 0.3s ease-in-out;
	
	
}

.box_start_22:hover > a > .box_start_22_logo{

width:65%;
	 
	 }

	.box_start_22_blume{
		 position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
	position:absolute;
	bottom:3px;
	width:50%;
	overflow:hidden;
		z-index:3;
}
	
.swing1 {
    animation: swing1 ease-in-out 1.7s infinite alternate;
    transform-origin: bottom;
    float:left;
 
}
.swing2 {
    animation: swing2 ease-in-out 2s infinite alternate;
    transform-origin: bottom;
    float:left;
 
}

.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 20px;  
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
/* nail */
.swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: -14px;left: 54%;
    z-index: 5;
 
  
}
 
@keyframes swing2 {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

 
@keyframes swing1 {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

.x1{
	padding-top:15px;
	height:100px;
	 font-family: Hagin Caps Medium;
font-weight:500;
color:#768169;
	}
	
.x66{margin-top: 42px !important;
	

	}	
	
	.wrapper_slider{
		width:100%;
		height:100vh;
		position:relative;
		z-index:50;}
	
	.slider_22{
		width:100% !important;
		height:100vh;
		display:block;
		background-size:contain !important;}
		
		.logo_slider_22{
			position:absolute;
			z-index:100;
			width:450px;
			top:5%;
			left:5%;}
		
		.slick-slide {
  outline: none;
  background-size:cover;


}
.x1 a{
	 font-family: Hagin Caps Medium;
font-weight:500;	
	font-size: 2.4em;
	color:#768169;
	}
	
	.box_video{
	width:80%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
	box-sizing: border-box;
padding: 8px;
margin: 8px;
border: 5px solid rgba(255,255,255,1);
background: rgba(255,255,255,0.4);}	
	

video {
    max-width: 100%;
    height: auto;
}

.videobereich {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}	
.videoextern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
		
	
		.auswahl_start2{
		margin-top:50px;}
		
		.auswahl_start2 div{
		margin-top:30px;}	
		
			.auswahl_start2 div img{
				margin:5px;
		
	}
		
		
	
ul, li { list-style: none;

margin:0;
padding:0; }


	
	.faq li {

		 padding: 20px;
	margin:1px; }


.faq li.a {

  background: #fff;
  display: none;
  color:#333;
}

.faq li.q {

    background: rgba(204,204,204,0.1);
  font-weight: bold;
  font-size: 110%;
   color:#666;
  border: 1px #ddd solid;
  cursor: pointer;
 
}
.rotate_1 {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(45deg);
-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}


.rotate {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
}

	
	
.logo_kapfenberg{
	width:100px;
	height:auto;}

a {
	text-decoration:none;
	color:#666;}
	
		
strong{font-weight: 600
				}
hr{  border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
		

h1{
	font-size:1.9em;
font-family: 'Playfair Display', serif;
font-weight:normal;
margin:0px;
padding:0;
	}
h2{
font-family: 'Playfair Display', serif;
	font-size: 1.3em;
		margin:0;
		padding:0;
font-weight:normal;
	}	
h3{
	font-family: 'Playfair ', serif;
font-weight:normal;
	font-size: 1.2em;
	margin:0px;}	

div.clear { clear: both; }

.clear_abstand {
	margin-left:auto;
	margin-right:auto;
	width:90%;
	display:block;
box-sizing:border-box;
margin-top:15px;
margin-bottom:15px;

}

.box_res{
	text-align:center;
	width:100%;
	border: 1px solid rgba(102,102,102,1);
	padding:14px;}
	
	.box_left{
		text-align:left;
		width:50%;
		box-sizing:border-box;
		padding:20px;
		border-right: 1px dotted rgba(102,102,102,0.5);
		margin-bottom:15px;}
		
			.box_right{
		text-align:left;
		width:50%;
		box-sizing:border-box;
	
		margin-bottom:15px;
		padding:20px;}

.wrapper_bg_start{
	width:100%;
		 -webkit-transition: all 3.2s ease-in;
    -o-transition: all 3.2s ease-in;
    -moz-transition: all 3.2s ease-in;
    -ms-transition: all 3.2s ease-in;
    -kthtml-transition: all 3.2s ease-in;
    transition: all 3.2s ease-in;}
	
	


.wrapper_bg{
	position:fixed;
	width:100%;
	min-height:100vh;
	background:url(bilder/bg_muster.jpg) center top no-repeat fixed;
background-size:cover;
	background-attachment:fixed;
	opacity:0.0;
	
	 -webkit-transition: all 10.2s ease-in;
    -o-transition: all 10.2s ease-in;
    -moz-transition: all 10.2s ease-in;
    -ms-transition: all 10.2s ease-in;
    -kthtml-transition: all 10.2s ease-in;
    transition: all 10.2s ease-in;}
	
	
	.wrapper_bg_kapfenberg{
			position: fixed;
	width:100%;
	min-height:100vh;


	overflow: hidden;
	 -webkit-transition: all 4.2s ease-in;
    -o-transition: all 4.2s ease-in;
    -moz-transition: all 4.2s ease-in;
    -ms-transition: all 4.2s ease-in;
    -kthtml-transition: all 4.2s ease-in;
    transition: all 4.2s ease-in;

	z-index:-1;


	}
	

	
	
		.wrapper_bg_kapfenberg_gitarre{
	position:absolute;
	width:40%;
	margin-left:10%;

	background-attachment:fixed;
	opacity:0.0;
	top:300px;
	
	 -webkit-transition: all 6.2s ease-in;
    -o-transition: all 6.2s ease-in;
    -moz-transition: all 6.2s ease-in;
    -ms-transition: all 6.2s ease-in;
    -kthtml-transition: all 7.2s ease-in;
    transition: all 7.2s ease-in;
	
	
	 transform: scaleX(1);}
	
	
	

	
	
	.wrapper_max{
	width:100%;
	z-index:1;
	
	max-width:100%;
	overflow:hidden;
	
	

}
	
	
	
.wrapper_slider{
	width:100%;

overflow: hidden;
position: relative;

height:100vh;


	}	
	
	.img_slider{
		height:100vh !important;
		display:block;
		position:relative;
		z-index:1;
		background-size:cover !important;
	
		}
	
	.img_slider_credit{
		position:absolute;
		z-index:3;
		right: 10px;
		bottom: 10px;
		color:#FFF;
		font-size:0.9em;}
	
	.wrapper_slider_2{
overflow: hidden;
position: relative;
background:#fff;
max-height:85vh;
min-height:500px;


	}	
	
	.box_thumbs_start{
		width:22%;
		box-sizing:border-box;
		
		padding:4px;
		border: 1px solid rgba(204,204,204,0.4);
		margin:2px;
		}

	
	.slider_1{
		position:relative;
		z-index:1;
		}
	
.box_slider_start{
		box-sizing:border-box;
	width:80%;
	margin-right:auto;
	margin-left:auto;

	z-index:20;
	margin-top:4%;
	text-align:center;
	display:flex;
	justify-content:center;
	flex-wrap:wrap
			
	}	
	
	
	.box_slider_start_sub{
		box-sizing:border-box;
	width:80%;
	margin-right:auto;
	margin-left:auto;

	z-index:20;
	margin-top:3%;
	
	text-align:center;
			
	}
	.auswahl_start{
		margin-top:50px;}
		
		.auswahl_start div{
		margin-top:10px;}	
		
			.auswahl_start div img{
		width:65%;}	
		
	
.box_slider_start_logo{	
box-sizing:border-box;
	width:350px;
	padding:0px;
	margin-right:auto;
	margin-left:auto;
	padding-top:15px;
}


.box_slider_start_logo_sub{	
box-sizing:border-box;
	width:30%;
	padding:0px;
	margin-left:35px;


}

.start_text_auswahl_left{
	color: rgba(0,0,0,0.5);
	box-sizing:border-box;
	font-size:1.5em;
	width:auto;
font-family: 'Playfair Display', serif;
	padding:5px;
	
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	}
	
	.start_text_auswahl h2{

	font-size:1.5em;
	text-transform:uppercase;
	margin:0;
	padding:0;

	}
	
	.dreieck_left{
		
		width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 15px 30px 15px 0;
border-color: transparent #a1a6a5 transparent transparent;
margin:8px;
}
.dreieck_right{
width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 15px 0 15px 30px;
border-color: transparent transparent transparent #a1a6a5;
margin:8px;
box-sizing:border-box;}
	
	
	
	
	
	

.box_slider_start_text{
	color: rgba(0,0,0,0.5);
	box-sizing:border-box;
	font-size:1.7em;
	width:auto;
font-family: 'Playfair Display', serif;
	padding:5px;
	font-style:italic;
	
	margin-left:20%;
	text-align:center;
	}
	
	
.wrapper_box_1{
	box-sizing:border-box;
	width:100%;
	padding-bottom:25px;
	background: url(bilder/bg_muster_22.jpg) fixed;
	background-size:contain;

	}
	
	.box_icons{
		width:100%;
		text-align:center;
		box-sizing:border-box;
		padding:10px;}
		
			.box_icons_1{
		width:180px;
		text-align:center;
		box-sizing:border-box;
		padding:10px;}
		
			.box_icons_1 img{
		width:40%;
	}
		
		
		
	
	.content_center{
		text-align:center;
		font-size:1.2em;
		padding:0px;}
		
		
		.content_center_2{
			display:flex;
			flex-wrap:wrap;
			display: -webkit-flex;
			-webkit-justify-content: center;
			justify-content: center;
		text-align:center;
		font-size:1.2em;
		padding:0px;}
		
		.content_center_box_2{
		text-align:center;
		font-size:1.7em;
		color:#FFF;
		padding:80px;}
		
	
	.wrapper_box_2{
	box-sizing:border-box;
	width:100%;
	height:500px;
	background:#fefcef  url(bilder/bg_box_2.jpg) center center no-repeat fixed;
	background-size:contain;
		display:flex;
		align-items:center;
	}
	
		
	.wrapper_box_2_graz{
	box-sizing:border-box;
	width:100%;
	height:500px;
	background:#fefcef  url(bilder/bg_box_2_graz.jpg) center center no-repeat fixed;
	background-size:contain;
		display:flex;
		align-items:center;
	}
	
	
		.wrapper_box_6{
	box-sizing:border-box;
	width:100%;
	height:500px;
	background:#fefcef  url(bilder/bg_box_6.jpg) center center no-repeat fixed;
	background-size:contain;
	display:flex;
		align-items:center;}
	
	.zitat{
		
		position:relative;
		width:80%;
		margin-left:auto;
		margin-right:auto;
			box-sizing:border-box;
	font-size:2.5em;
	color:rgba(255,255,255,0.8);
	width:auto;
font-family: 'Playfair Display', serif;

padding-left:15px;}
	
		.wrapper_box_3{
	box-sizing:border-box;
	width:100%;
	min-height:400px;
		background:url(bilder/bg_muster_22_2.jpg) center top no-repeat fixed;
background-size:cover;
	z-index: -10;
	background-attachment:fixed;
	padding-top:20px;
	padding-bottom:30px;
	

	}	
	
		.wrapper_box_33{
	box-sizing:border-box;
	width:100%;
	min-height:400px;
		background:url(bilder/bg_muster_22.jpg) center top no-repeat fixed;
background-size:cover;
	z-index: -10;
	background-attachment:fixed;
	padding-top:20px;
	padding-bottom:30px;
	

	}	
	
			.wrapper_box_4{
	box-sizing:border-box;
	width:100%;
	min-height:200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:30px;
	border-bottom:1px dotted rgba(102,102,102,1);
	background:#fefcef;
	

	}	
	
	
	
				.wrapper_box_5{
	box-sizing:border-box;
	width:100%;
	min-height:200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:30px;
	border-bottom:1px dotted rgba(102,102,102,1);
	background:#fefcef;
	

	}	
	
		
				.wrapper_box_9{
	box-sizing:border-box;
	width:100%;
	min-height:200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:30px;
	border-bottom:1px dotted rgba(102,102,102,1);
	background:#f5f1d8;
	

	}
	
	
			
				.wrapper_box_10{
	box-sizing:border-box;
	width:100%;
	min-height:200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:30px;
	border-bottom:1px dotted rgba(102,102,102,1);
	background: url(bilder/bg_muster_22_3.jpg) fixed;
background-size: cover;
	

	}
	 
	.box_kontakt_left, .box_kontakt_right{
		width:48%;
		padding:25px;
		box-sizing:border-box;
		text-align:left;}
	
	
	.box_sponsoren{
		width:7%;
		max-width:150px;
		box-sizing:border-box;
		margin:10px;}
		
		.box_gall{
	width:31%;
		box-sizing:border-box;
		padding:8px;
		margin:8px;
		border: 5px solid rgba(255,255,255,1);
		background:rgba(255,255,255,0.4);}
		
		
			.box_gall:hover{
	width:31%;
		box-sizing:border-box;
		padding:8px;
		margin:8px;
		
		background:rgba(255,255,255,0.7);
		}
		
	
	.gal_titel{
		width:100%;
		box-sizing:border-box;
		font-size:1.0em;
		color:#666;
		padding:8px;
		height:100px;

font-family: 'Playfair Display', serif;
	
		}
		
			.gal_titel_2{
		width:100%;
		box-sizing:border-box;
		
		font-size:1.0em;
		margin:10px;

font-family: 'Playfair Display', serif;
	
		}
		
		
	.box_eins{
		width:100%;
		margin:5px;
		padding:10px;
		box-sizing:border-box;}	
		
			.box_eins_img{
		width:20%;
		margin-bottom:5px;
		padding:10px;
		box-sizing:border-box;}	
		
			.box_eins_text{
		width:80%;
		text-align:left;
		padding:10px;
		box-sizing:border-box;}	
		
			.box_eins_text h3{

		font-size:1.0em;
		margin-bottom:2px;

font-family: 'Playfair Display', serif;}	
		
		
		
		
		
		
			.gal_img{
		width:14%;
		box-sizing:border-box;
		padding:2px;
		margin:2px;
		}
	
	.box_programm{
		width:100%;
		box-sizing:border-box;
		
	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:center ;
  	-webkit-justify-content: strech;
  	justify-content:left; 
	-ms-flex-pack:left;
  	flex-direction: row;
	flex-wrap:wrap;
	align-items: flex-start;
	
	
	border: rgba(255,255,255,1) 5px solid;
	padding:5px;
	background:#fbf9e6;
	margin:5px;
		
		
		}
		
			.box_programm_xx{
		width:31%;
		box-sizing:border-box;
		
	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:center ;
  	-webkit-justify-content: strech;
  	justify-content:left; 
	-ms-flex-pack:left;
  	flex-direction: row;
	flex-wrap:wrap;
	align-items:center;
	
	
	border: rgba(255,255,255,1) 5px solid;
	padding:5px;
	background:#fbf9e6;
	margin:5px;
		
		
		}
		
		
		
		.box_programm:hover{

		background:#fcf9ea;

		
		
		}
	.box_datum{
		width:30%;
		box-sizing:border-box;
		color:#666666;
		line-height:30px;
		text-transform:uppercase;
		}
		
		.box_datum_xx{
		width:100%;
		box-sizing:border-box;
		color:#666666;
		line-height:30px;
		text-transform:uppercase;
		}
		
			.box_datum h2{
				font-size:1.7em;
	
		}
		
			.box_datum h3{
				font-size:1.0em;
	
		}
		
	.box_musik{width:70%;
		box-sizing:border-box;}
	
	
	.box_datum_band{
		margin-top:10px;
		font-weight:bold;
		width:100%;
		line-height:25px;}

		
		
		.box_kulinarik{
			width:100%;
		box-sizing:border-box;
		
			display:flex;

  	display:ms-flexbox;
  	-webkit-align-items:flex-start ;
  	-webkit-justify-content: strech;
  	justify-content:left; 
	-ms-flex-pack:left;
  	flex-direction: row;
	align-items: flex-start;
		}
		
		.box_group_img{
			width:50%;
			box-sizing:border-box;
			padding:5px;
			height:100%;
			}
		.box_group_text{
			text-align:center;
				width:50%;
			box-sizing:border-box;
			color:#666666;
			padding:5px;
			font-size:1.0em;
			font-weight:600;}
			
			
			.button_more{
				text-align:center;
				display: inline-block;
				width:100px;
				box-sizing:border-box;
				padding:4px;
				background:#beb4ab;
				color:#fcf9ea;
				margin-left:auto;
				margin-right:auto;
				margin-top:10px;
				margin-bottom:5px;}
				
				
					.button_more:hover{
			
				background:#666666;
			}
	
	.wrapper_80{
		box-sizing:border-box;
	width:80%;
	margin-right:auto;
	margin-left:auto;
	padding:25px;}
	
		.wrapper_90{
		box-sizing:border-box;
	width:90%;
	margin-right:auto;
	margin-left:auto;
	padding:25px;}
		
				
	.box_modal{
		background:rgba(255,255,255,1);
		width:100%;
		box-sizing:border-box;
		
		font-size:1em;
		}	
		
			
		
		.box_modal_img{
			width:300px;
			margin:8px;
			float:left;}
			
			.button_modal_close{
				box-sizing:border-box;
				height:35px;
				padding:4px;
				text-align:center;
				width:150px;
				
				box-sizing:border-box;
				margin-top:10px;
				margin-left:auto;
				margin-right:auto;
				
				background: url(bilder/close.png) center center no-repeat #ead06f;
				}
			
				.box_flex{
					width:32%;

	height: auto;
	display:flex;
	
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:flex-start;
  	-webkit-justify-content: space-around;
  	justify-content:space-around; 
	-ms-flex-pack:space-around;
  	flex-direction: row;
	align-items:flex-start;
	margin-bottom:10px;
	
	
	}
	
				.box_flex_2{
					width:32%;
	height: auto;
	display:flex;
	display: flexbox;
	display: -webkit-flex;
  	display:ms-flexbox;
  	-webkit-align-items:center;
  	-webkit-justify-content: space-around;
  	justify-content:space-around; 
	-ms-flex-pack:space-around;
  	flex-direction: row;
	align-items:center;
	border: 1px solid rgba(255,255,255,0.5);
	background: url(bilder_18/bggg.png) center center;
	background-size:contain;
	margin-bottom:10px;
	
	
	}
	
	

				.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;
	
	}



 p { margin-top: 0px; }
 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:strech ;
  	-webkit-justify-content: strech;
  	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;
	flex-wrap:wrap;
	align-items:center;
	
	
	}
	
	
	
	
			.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{
	height:auto;
	width:100%;
	box-sizing: border-box;
	z-index:900;
	background:#fff;
	z-index:10;
	padding:20px;
	

}

.wrapper_footer{
	width:80%;
	margin-left:auto;
	margin-right:auto;}



		
	.footerbox{
		

		margin:5px;
	
		
		}
		

	
/* Forms */

		form {
		}
		
			form label {
				display: block;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea {
	display: block;
	width: 45%;
	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;
	margin-bottom:5px;
	float:left;
	box-sizing:border-box;

			}

				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;
margin-bottom:5px;
				}

			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: #beb4ab;;
	color: #fff;
	font-weight: bold;
}

input[type=submit]:hover {

	background-color: #666666;
	
}

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.7em;
  padding: 0.6em;
    width: auto;

	border: 1px solid #950000;
}


	
	

.slick-prev
{
	width:50px;
	height:50px;
	background: url(bilder/prev.png) center center no-repeat;

    position: absolute;
    top: 45%;
    display: block;
  
    padding: 0;

    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
  
}


.slick-next
{
	width:50px;
	height:50px;
	background: url(bilder/next.png) center center no-repeat;
  
    position: absolute;
    top: 45%;
	right:0px;
    display: block;

    padding: 0;

    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
  
}
	
	.g_start{
		width:auto;
		style="text-align:left;
		}
	

	
@media screen and (max-width : 1100px){


	
}




@media screen and (max-width : 850px){
	
		.g_start{
		width:70%;
		style="text-align:center;
		}
	
		.wrapper_bg_kapfenberg{
			position: absolute;
	width:100%;


	opacity:0.0;
	overflow: hidden;
	 -webkit-transition: all 4.2s ease-in;
    -o-transition: all 4.2s ease-in;
    -moz-transition: all 4.2s ease-in;
    -ms-transition: all 4.2s ease-in;
    -kthtml-transition: all 4.2s ease-in;
    transition: all 4.2s ease-in;
	


	}
	
	.box_slider_start_logo_sub{	
box-sizing:border-box;
	width:60%;
	padding:0px;
	margin-left:0px;


}
	
	
	.box_slider_start_logo{	
box-sizing:border-box;
	width:60%;
	
	padding:0px;
	margin-right:auto;
	margin-left:auto;
}


.box_slider_start_text{
	color: rgba(0,0,0,0.5);
	box-sizing:border-box;
	font-size:1.2em;
	width:auto;
font-family: 'Playfair Display', serif;
	padding:5px;
	font-style:italic;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	}
	
	.wrapper_slider{
	width:100%;

overflow: hidden;
position: relative;

height:auto;


	}	
	
		.wrapper_80{
		box-sizing:border-box;
	width:98%;
	margin-right:auto;
	margin-left:auto;
	padding:10px;}
	
		.box_thumbs_start{
		width:48%;
		box-sizing:border-box;
		
		padding:4px;
		border: 1px solid rgba(204,204,204,0.4);
		margin:2px;
		}
		
.wrapper_box_2{
	display:none;
	}
	
		
	.wrapper_box_2_graz{
		display:none;
	}
	
	
	h1{
		font-size:1.2em;}
		
		
		
		
	.box_datum{
		width:100%;
		box-sizing:border-box;
		color:#666666;
		line-height:30px;
		text-transform:uppercase;
		}
		
			.box_datum h2{
				font-size:1.7em;
	
		}
		
			.box_datum h3{
				font-size:1.0em;
	
		}
		
	.box_musik{width:100%;
		box-sizing:border-box;}
	
	
	

		
		
		.box_kulinarik{
			width:100%;
		box-sizing:border-box;
		
			display:flex;
	display: block;

  	display:ms-flexbox;
  	-webkit-align-items:center ;
  	-webkit-justify-content: strech;
  	justify-content:left; 
	-ms-flex-pack:left;
  	flex-direction: row;
	align-items: flex-start;
		}
		
		.box_group_img{
			width:100%;
			box-sizing:border-box;
			padding:5px;
			}
		.box_group_text{
			text-align:center;
				width:100%;
			box-sizing:border-box;
			color:#666666;
			padding:5px;
			font-size:1.0em;
			font-weight:600;}
			
	.box_gall{
	width:98%;
		}	
		
		.box_gall:hover{
	width:98%;
		
		}
		
			.box_kontakt_left, .box_kontakt_right{
		width:98%;
		padding:10px;
		box-sizing:border-box;
		text-align:center;}
	
	
	.box_sponsoren{
		width:48%;
		box-sizing:border-box;
		margin:4px;}
			
	.wrapper_box_1{
	box-sizing:border-box;
	width:100%;
	padding-bottom:9px;

	}
	
		.auswahl_start{
		margin-top:50px;}
	
	.auswahl_start div img{
		width:80%;}	
		
		
		
			.box_eins_img{
		width:100%;
		margin-bottom:5px;
		padding:10px;
		box-sizing:border-box;}	
		
			.box_eins_text{
		width:100%;
		text-align:left;
		padding:10px;
		box-sizing:border-box;}	
		
		.box_left{
		text-align:left;
		width:100%;
		box-sizing:border-box;
		padding:10px;
		border-right: 1px dotted rgba(102,102,102,0.5);
		margin-bottom:15px;}
		
			.box_right{
		text-align:left;
		width:100%;
		box-sizing:border-box;
	
		margin-bottom:15px;
		padding:25px;}
		
		form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea {
	
	width: 100%;
	

			}
		
			
			.wrapper_footer{
	width:90%;
	margin-left:auto;
	margin-right:auto;}
			
				.footerbox{
		
		width:100%;
	margin-left:auto;
	margin-right:auto;
		margin:5px;
		
		text-align:center;
		}
		
		
			.gal_img{
		width:48%;
		box-sizing:border-box;
		padding:2px;
		margin:2px;
		}
		
		
		.x1 a{
	 font-family: Hagin Caps Medium;
font-weight:500;	
	font-size: 1.8em;
	color:#768169;
	}
		
	
		.auswahl_start2{
		margin-top:50px;}
		
		.auswahl_start2 div{
		margin-top:10px;}	
		
			.auswahl_start2 div img{
				margin:5px;
		
	}
	.x1_2{
	margin-right:0px;
	}	
	
		video {
 width: 100%;
  max-height: 100%;
}

	.box_video{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;}	
	
	.x66{margin-top: 2px !important ;
	

	}	
	
	
	
	.wrapper_start_2022{
	position:relative;
	width:100%;
	height:100vh;
	background:url(bilder/bg_start_22.jpg) no-repeat center center ;
		 background-size: cover;
		 display:flex;
	align-items: center;
	justify-content:center;
	flex-wrap:wrap;}
	
	.box_start_22{
	width:60%;
	overflow:hidden;
	position:relative;
	z-index:1;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	flex-wrap:wrap;
	margin:10px;
}
		
		
		.logo_slider_22{
			position:absolute;
			z-index:1000;
			width:250px;
			top:5%;
			left:5%;}
			
				.wrapper_slider_22{
	}
		
		
.p_slider_22{
	position: absolute;
    left: 0px;
	bottom:0;
   
	width:140px;
	overflow:hidden;
		z-index:4;
		-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -kthtml-transition: all 03s ease-in-out;
    transition: all 0.3s ease-in-out;}
	
.p2_slider_22{
	display:none;}


	
	.img_slider{
		height:80vh !important;
		display:block;
		position:relative;
		z-index:1;
		background-size:cover !important;
		background-position:center center !important;
		}
		
		.mobile{
	display:block;}
	
	
	.mobile_no{
	display:none;}
	
	.zitat{
		
		position:relative;
		width:80%;
		margin-left:auto;
		margin-right:auto;
			box-sizing:border-box;
	font-size:1.5em;
	color:rgba(255,255,255,0.8);
	width:auto;
font-family: 'Playfair Display', serif;

padding-left:15px;}

.wrapper_box_6{
	display:none;}
	
		
}



