/* CSS Document 

Farbcode: a7173a

*/

*,html {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

img {
	border:none;
}

.monly {
	display:none;
}	

.clearer,
.clear {
	clear:both;
}

body {
	font-size:1em;
    font-family: 'PT Sans', sans-serif;
	font-weight:300;
	color:#3c3c3b;
	line-height:1.5em;
}

/* Inhaltsberete Default Breite */

.frame-default,
.page {
	width:75%;
	margin:0 auto;	
}

.two-cols-container .frame-default,
.three-cols-container .frame-default,
.four-cols-container .frame-default {
	width:100%;	
}

.top_wrap {
	position:fixed;
	top:0;
	width:100%;
	z-index:1001;
	height:125px;
	background:url(../Images/banner_wrap_bg.jpg) top center no-repeat;
	background-size: 100% auto;
}

	.top_inner {
		width:calc(100% - 200px);
		margin:0 auto;	
	}
		
	.logo {
		position:absolute;
		left:120px;
		top:10px;
		z-index:1;
	}
	
		.logo img {
			width:210px;
			height:210px;
		}
		
		.logo_v2 {
			display:none;	
		}
	
	.top_right {
		text-align:right;	
		padding-top:20px;
	}
		.top_right .mailtel,
		.top_right .tel,
		.top_right .lang_wrap {
			display: inline-block;
		}
		.buchen {
			right:5%;		
		}
				
	/* Scroll Settings */
	
	.scroll .logo {
		top:26px;	
	}
	
	/*.scroll .logo img {
		width:94px;
		height:94px;	
	}*/
	
		.scroll .logo_v1 {
			display:none;
		}
		
		.scroll .logo_v2 {
			display:inline-block;
			width:94px;
			height:94px;
		}
	
.banner_wrap,
.news-img-wrap,
.outer {
	position:relative;
	line-height:0;
	z-index:1;
	height: calc(100vh);
	overflow:hidden;
	padding-top:125px;
	background:url(../Images/banner_wrap_bg.jpg) top center no-repeat;
	background-size:cover;
}

	.nobanner .banner_wrap {
		display:none;	
	}

	.banner_wrap .banner-item {
		height: calc(100vh - 205px);
	}	

	.banner_wrap .banner-item img,
	.news-img-wrap img {
		bottom: -9999px;
		height: auto;
		left: -9999px;
		margin: auto;
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		right: -9999px;
		top: -9999px;
		width: auto;
	}	

main {
		
}

	.nobanner #main {
		margin-top:240px;
	}

.footer {
	
}

	.footer1_wrap {
		height:525px;
		background:url(../Images/footer1_wrap_bg.jpg) center center no-repeat;
		background-size:cover;
		display: flex;
		align-items: center;
		justify-content: center;	
	}
	
		.footer1_inner {
			color:#fff;
			width:100%;
		}	
		
			.footer_left {
				float:left;
				margin-right:40px;
				text-align:right;
				width:calc(50% - 40px);
			}
			
			.footer_right {
				margin-left:40px;
				float:left;
				width:calc(50% - 40px);
			}
			
				.sm_link {
					
				}
			
	.footer_partner {
		padding:40px 0;
		width:100%;
		background:#1b1b1b;
		text-align:center;
	}
	
		.slick-wrap-partner {
			width:600px;
			margin:0 auto;
		}
		
			/* the slides */
			.slick-wrap-partner .slick-slide {
				margin: 0 10px;
			}
			/* the parent */
			.slick-wrap-partner .slick-list {
				margin: 0 -10px;
			}

	.footer2_wrap {
		background:#1b1b1b;
		text-align:center;
		height:37px;
		line-height:37px;
		color:#969696;	
	}
	
	
.huettenbuch {
	padding:84px 0;
	background:url(../Images/huettenbuch_bg.jpg);
	color:#806441;
}

	.huettenbuch h2 {
		text-align:center;
		color:#806441;
		text-transform:uppercase;
		font-weight:700;
		background:url(../Images/huettenbuch_h2_bg.jpg) bottom center no-repeat;
		padding-bottom:20px;
		font-size:29px;
		margin-bottom:61px;
		letter-spacing:-0.05em;
	}
	
.holz {
	color:#fff;	
}


/*Google Maps IFrame */
.frame-type-html > iframe{
	width: 100%;
	height: 500px;
}

/* Cookies */
.ccm-cookie-declaration{
	text-align:left;
}


@media screen and (max-width: 430px) {
	.frame-type-html > iframe{
		height: 300px;
	}
}
	
/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/


@media screen and (max-width: 1200px) {
	
	.top_inner {
		width:90%;	
	}
	
	.logo {
		left:5%;	
	}
	
}

@media screen and (max-width: 1100px) {
	
.logo img {
	width:180px;
	height:180px;	
}
	
}

@media screen and (max-width: 1024px) {
.donly {
	display:none;
}

.monly {
	display:inline-block;	
}
}

/* portrait */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) {
	
.donly {
	display:none;
}

.monly {
	display:inline-block;	
}
	
.frame-default,
.page {
	width:85%;
}

.banner_wrap {
	height:auto;
	padding-bottom:50px;
	padding-top:64px;
}

.banner_wrap .banner-item {
	height:300px;	
}

.top_wrap {		
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	height:64px;
}

.top_wrap:hover .logo,
.nobanner .logo,
.nobanner .buchen,
.top_wrap:hover .buchen {
	background:none;	
}

	.top_inner {
		width:100%;	
	}
	
		.logo {
			width:100px;
			left:1%;	
			top:5px;
		}
		
			.logo img {
				width:100px;
				height:100px;
			}
			
			.logo.active img {
				width:55px;
				height:55px;	
			}
		
		.top_right {
			padding-top:0;	
		}

.buchen {
	float:left;
	width:calc(100% - 240px);
	text-align:center;
	margin-left:120px;
	height:64px;
	line-height:64px;
}

.nobanner #main {
	margin-top:120px;
}

.h1_wrap {
	padding:30px 0 20px 0;
	margin-bottom:50px;	
}

.footer1_wrap {
	padding:60px 0;	
}

.f3_left {
	padding:115px 2%;	
}

}

/* landscape */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) {

.frame-default,
.page {
	width:85%;
}

}


@media screen and (max-width: 768px) {
.footer1_wrap {
	height:400px;
}
}

@media screen and (max-width: 767px) {

.monly {
	display:inline-block;	
}

.frame-default, .page , .f3_right,
.two-cols-container .frame-default, .three-cols-container .frame-default, .four-cols-container .frame-default,
.top_inner{
	width:96%;
	margin:0 2%;
}

.top_wrap .top_inner{
	width:100%;
	margin:0;	
}

.lang_trenn,
.donly {
	display:none;	
}

.top_wrap {
	height:50px;
	line-height:50px;
	background:#1c1c1c;	
}

	.top_right {
		padding-top:0;	
	}

	.logo {
		margin-top:0px;
		float:left;
		width:50px;
		height:50px;
		left:5px;
		top:0;
	}
	
		.logo img {
			width:auto;
			height:40px;
			margin-top:3px;	
		}
		
	.buchen {
		position:relative;
		float:left;
		right:auto;	
		text-align:center;
		padding-left:55px;
	}

	
.buchen {
	width:calc(100% - 200px);
	padding-left:0;
	margin-left:80px;
}

.banner_wrap {
	height:350px;
	padding:30px 0;	
	margin-top:50px;
}

.banner_wrap .banner-item {
	height:250px;
}
	
	
	.tr,
	.booklink {

	}
	
.banner_wrap {
	
}

.nobanner #main {
	margin-top:50px;	
}

.banner_wrap::after {
	display:none;	
}

.banner_wrap .slick-dots {
	top:calc(80% - 20px);	
}

.huettenbuch {
	padding:40px 0;
}

	.huettenbuch h2 {
		margin-bottom:20px;
	}

.footer1_wrap {
	height:auto;
	display:block;
	padding:30px 0;
}

.footer_left,
.footer_right {
	float:none;
	width:100%;	
	margin:0 0 20px 0;
	text-align:center;	
}

.footer_partner {
	padding:20px 0;
}

.slick-wrap-partner {
	width:80%;	
	margin:0 auto;
}


}

@media screen and (max-width: 359px) {
.buchen {
	width: calc(100% - 170px);
	margin-left: 56px;
}