/* CSS Document 

Farbcode: a7173a

*/

*,html {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

img {
	border:none;
}

.clearer,
.clear {
	clear:both;
}

body {
	font-size:1.1em;
    font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#3c3c3b;
	line-height:1.6em;
	
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/* 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;
	padding:0 50px;
	background:#fff;
	border-bottom:2px solid #b39773;
	height:107px;

}

		.nobanner .top_wrap::after,
		.top_wrap.scroll::after {
			width:100%;
			content:'';
			position:absolute;
			top:107px;
			background:url("https://www.platzhirsch.tirol/fileadmin/layout/img/scroll_shadow.png") top center no-repeat;
			height:55px;
			z-index:0;
			opacity:0;
			visibility:hidden;
		}
		
		.nobanner .top_wrap::after {
			opacity:1;
			visibility:visible;
			top:80px;
		}

	.top1 {
		height:36px;
		line-height:36px;
		padding:0 50px;
		color:#828280;
		font-size:13px;
		font-weight:500;
	}
	
		.top1_left {
			float:left;
			text-align:left;
		}
		
			.mail {
				margin-left:20px;	
			}
		
		.top1_right {
			float:right;
			text-align:right;
		}
		
			.lang_wrap {
				
			}

	
	.top2 {

	}
	
	.logo {
		position:absolute;
		left:50%;
		margin-left:-61px;
		z-index:1;
		top:8px;
	}
	
		.logo_gr {
			visibility:visible;
			opacity:1;
		}
		
		.logo_scroll {
			position:absolute;
			left:50%;
			margin-left:-48px;
			z-index:1;
			top:16px;
			visibility:hidden;
			opacity:0;
		}

				
	/* Scroll Settings */
	
	.nobanner .top_wrap,
	.top_wrap.scroll {
		height:80px;
		
	}
	
		.top_wrap.scroll::after {
			opacity:1;
			visibility:visible;
			top:80px;
		}
	
		.nobanner .top1,
		.scroll .top1 {
			
		}
		
			.nobanner .logo_gr,
			.scroll .logo_gr {
				visibility:hidden;
				opacity:0;
			}
			
			.nobanner .logo_scroll,
			.scroll .logo_scroll{
				visibility:visible;
				opacity:1;
			}
			
		
	
.banner_wrap,
.news-img-wrap,
.outer {
	position:relative;
	line-height:0;
	z-index:1;
	height: calc(100vh - 220px);
	overflow:hidden;
}

	.nobanner .banner_wrap {
		display:none;	
	}
	
	.banner50 .banner_wrap,
	.banner50 .banner_wrap .banner-item {
		height: calc(50vh);
	}

	.banner_wrap .banner-item {
		height: calc(100vh - 220px);
	}	
	
	/* Startseite vollflächig */
	.page_1 .banner_wrap,
	.page_1 .news-img-wrap,
	.page_1 .outer,
	.page_1 .banner_wrap .banner-item  {
		height:100vh;
	}
	
	.page_1 .banner_items::after {
		content: '';
		background:#fff;
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 2px;
		height: 100%;
		transform: translateX(-50%);
		z-index: 9;
		animation: upDown 2s infinite;
	}
	
		@keyframes upDown {
		 0% {
		  opacity:0;
		  max-height:64px
		 }
		 40% {
		  opacity:1;
		  max-height:24px
		 }
		 80% {
		  opacity:0;
		  max-height:0
		 }
		 100% {
		  opacity:0;
		  max-height:0
		 }
		}

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

	.banner_wrap::after {
		background:url("https://www.platzhirsch.tirol/fileadmin/layout/img/banner_wrap_verlauf.png") top center repeat-x;
		content: "";
		display: block;
		height: 277px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1000;
	}
	
	.banner_wrap .slick-dots {
		bottom:auto;
		top:calc(90% - 20px);
		right:10px;
		width:20px;
		text-align:right;
	}

.allwrap {
	margin:0 50px;
}

#main {
}

.nobanner main {
	margin-top:120px;
}	

.h1_wrap {
	margin-top:30px;
	background:url("https://www.platzhirsch.tirol/fileadmin/layout/img/h1_wrap_bg.png") center top no-repeat;
	padding-top:87px;
}

	.h1_wrap .preh1 {
		text-align:center;
		text-transform:uppercase;
		font-weight:700;
		display:block;
		font-size:40px;		
		color:#3c2c1d;
		margin-bottom:10px;
	}

.footer {
	text-align:center;
}

	.footer1_wrap {
		background:#3c3c3b;
		color:#fff;
		padding:30px 0 60px 0;
	}
	
	.footer2_wrap {
		background:#57072b;
		color:#fff;
		/*height:105px;
		line-height:105px;*/
		line-height:2;
		padding:20px 0;
		text-transform:uppercase;
		font-size:13px;
	}
		.sm_link {
			margin-left:10px;
		}
		
	.footer3_wrap {
		height:50px;
		line-height:50px;	
		text-transform:uppercase;
		font-size:12px;
	}
		
		
.anf_buchen {
	position:fixed;
	right:0;
	top:calc(50% - 34px);
	z-index:10;
}


	
/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/


@media screen and (max-width: 1200px) {
	.footer2_wrap {
		line-height:1.5;
		height:auto;
		padding:40px 10px;
	}
	
	.frame-default, .page {
		width:85%;
	}
}

/* portrait */
@media screen and (max-width: 1023px) {
	
.donly {
	display:none;	
}
.frame-default,
.page {
	width:100%;
}



.page_1 .banner_wrap,
.page_1 .news-img-wrap,
.page_1 .outer,
.page_1 .banner_wrap .banner-item,
.banner_wrap,
.banner_wrap .banner-item {
	height:400px;	
}

.nobanner .top_wrap,
.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);
	padding:0;
	height:66px;
}

.nobanner .top_wrap::after{
	top:66px;	
}

.top_wrap:hover .logo,
.nobanner .logo,
.nobanner .buchen,
.top_wrap:hover .buchen {
	background:none;	
}

.top1 {
	text-align:center;
	float:left;
	height:64px;
	line-height:64px;
	padding:0 10px 0 50px;
	font-size:1.1em;
}

	.mail {
		margin: 0 20px;	
	}

.logo {
	margin-left:-25px;
}

	.logo img {
		width:50px;
		height:auto;
	}
	
	
	.logo .logo_gr {
		display:block;
		visibility:visible;
		opacity:1;	
	}
	.logo .logo_scroll {
		display:none;	
	}
	
.nobanner main {
	margin-top:104px;
}

.h1_wrap {

}

.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: 767px) {

.allwrap {
	margin:0 0 34px 0;	
}

.frame-default, .page , .f3_right{
	width:96%;
	margin:0 2%;
}

.donly {
	display:none;	
}

.top_wrap {
	padding:0;	
	height:52px;
}

.top_wrap:hover .logo,
.nobanner .logo,
.nobanner .buchen,
.top_wrap:hover .buchen {
	background:none;	
}

.top1 {
	height:50px;
	line-height:50px;	
	padding:0 2%;
	display:inline-block;
	position:relative;
	z-index:1;
}

	.top1 a {
		display:inline-block;	
	}

	.top1_right {
		float:left;	
	}

.top1 sup {
		display:inline;	
	}

.top1 .page {
	width:auto;
	margin:0;
	float:left;
	width:calc(100% - 175px);	
	text-align:center;
	line-height:50px;
	height:50px;
}

.top1 span.mail {
	margin:0 10px;	
}


.top2 {
	position: absolute;
	top: 0;	
}

.logo {
	margin-left:-20px;
	top:5px;
}

	.logo img {
		width:auto;
		height:40px;
		margin-top:0px;	
	}
	
	.nobanner .logo_gr {
		display:inline-block;	
		visibility:visible;
		opacity:1;
	}
	
	.nobanner .logo_scroll{
		display:none;	
	}
	
	.nobanner .top_wrap::after {
		
	}
	
	.nobanner .top_wrap,
	.top_wrap {		
		padding:0;
		height:52px;
	}
	
	.nobanner .top_wrap::after{
		top:52px;	
	}
		
.buchen {

}

.page_1 .banner_wrap, .page_1 .news-img-wrap, .page_1 .outer, .page_1 .banner_wrap .banner-item,
.banner_wrap,
.banner_wrap .banner-item {
	height:300px;	
}
	
.banner_wrap {
	margin-top:50px;	
}

.nobanner main {
	margin-top:100px;	
}

.banner_wrap::after {
	display:none;	
}

.banner_wrap .slick-dots {
	top:calc(80% - 20px);	
}
.footer1_wrap {
	padding:15px 0 30px 0;	
}

.anf_buchen {
	top:auto;
	bottom:0;
	height:34px;
	text-align:center;
	width:100%;
}

	.buchen,
	.anfragen {
		width:50%;
		display:inline-block;
		float:left;
	}
	
	.buchen {
		
	}

}