header .maxwidth {
	position: relative;
	margin-top: 55px !important;
}

header.no_subnav { margin-bottom: 50px; }

#logo {
	background: url(//tramino.s3.amazonaws.com/s/chalet-f/685606/logo.png) top left no-repeat;
	height: 149px;
	width: 118px;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	cursor: pointer;
}


header .booking_badge {
	position: absolute;
	top: -30px;
	right: 20px;
	display: block;
	width: 115px;
	height: 115px;
	background: url(//tramino.s3.amazonaws.com/s/chalet-f/685607/booking.png) top left no-repeat;
}

header .hideway_badge {
	position: absolute;
	top: -20px;
	right: 20px;
	display: block;
	width: 115px;
	height: 115px;
	background: url(https://tramino.s3.amazonaws.com/s/chalet-f/809697/logo-homepage.png) top left no-repeat;
}

header .bb_badge {
	position: absolute;
	top: -20px;
	left: 70px;
	display: block;
	width: 100px;
	height: 100px;
	background: url(https://storage.tramino.net/chalet-f/1500334/freie-bergfahrt-hoernerdoerfer-2025.png) top left no-repeat;
}


header.intranet .topnav .element1 { visibility: hidden; }
header.intranet .booking_badge { display: none; }header .topnav {
	padding: 60px 0 0 0;
	margin: 0 0 20px 160px;
}

header .topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

header .topnav:after {
	display: block;
	content: "";
	clear: left;
}

header .topnav .element {
	float: left;
}

header .topnav .element1 {
	text-align: right;
	margin: 0 230px 0 0;
}


header .topnav a {
	display: inline-block;
	margin: 0 0 0 15px;
	color: #7d6855;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

header .topnav a:hover { text-decoration: underline; }
header .topnav .element2 a { margin: 0 15px 0 0; }nav { margin: 0 0 0 160px; }

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav ul:after {
	display: block;
	content: "";
	clear: left;
}

nav ul li {
	margin: 0 25px 0 0;
	padding: 0;
	float: left;
}

nav ul li.nav_3 { margin: 0 230px 0 0; }

nav ul li a {
	color: #919486;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

nav ul li a:hover { border-bottom: 1px solid #7b6855; }header .subnav {
	margin-top: 50px;
	background-color: #898c7e;
	border-bottom: 2px solid #FFF;
}

header .subnav .slogan {
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	padding: 6px 20px 3px 20px;
	text-align: center;
	text-transform: uppercase;
}

header .subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}


header .subnav ul li {
	margin: 3px 25px 3px 0;
	padding: 0;
	display: inline-block;
}

header .subnav ul li.last {margin-right: 0;}

header .subnav ul li a {

	color: #FFF;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

header .subnav ul li a:hover { text-decoration: underline; }#nav_icon_wrapper {
	position: absolute;
	top: 25px;
	right: 0px;
	z-index: 10;
}

#nav_icon {
	position: relative;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
}

#nav_icon .nav_line {
	position: absolute;
	left: 5px;
	width: 30px;
	height: 3px;
	background-color: #919486;
}

#nav_icon .nav_line1 {
	top: 16px;
	-webkit-transition: all 1s 0.2s ease, top 0.2s 0.4s linear, -webkit-transform 0.4s ease;
	transition: all 1s 0.2s ease, top 0.2s 0.4s linear, transform 0.4s ease;
}

#nav_icon .nav_line2 {
	top: 24px;
	-webkit-transition: opacity 0.4s 0.4s ease;
	transition: opacity 0.4s 0.4s ease;
}

#nav_icon .nav_line3 {
	top: 32px;
	-webkit-transition: all 1s 0.2s ease, top 0.2s 0.4s linear, -webkit-transform 0.4s ease;
	transition: all 1s 0.2s ease, top 0.2s 0.4s linear, transform 0.4s ease;
}

/* Clicked */

#nav_icon.clicked .nav_line1 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:23px;
	-webkit-transition: all 0.8s 0.2s ease, top 0.2s linear;
	transition: all 0.8s 0.2s ease, top 0.2s linear;
}

#nav_icon.clicked .nav_line2 {
	opacity:0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#nav_icon.clicked .nav_line3 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top:23px;
	-webkit-transition: all 0.8s 0.2s ease, top 0.2s linear;
	transition: all 0.8s 0.2s ease, top 0.2s linear;
}@media all and (min-width: 768px) and (max-width: 999px) {


	header .maxwidth {
		margin-top: 25px !important;
	}

	#logo {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 95px;
		height: 120px;
		background-size: cover;
		transform: translate(0, 0);
	}

	header .booking_badge {
		width: 100px;
		height: 100px;
		background-size: cover;
		top: -40px;
	}
	header .bb_badge {
		width: 60px;
		height: 60px;
		background-size: cover;
		left: auto;
		right: 100px;
		top: -15px;
	}

	header .hideway_badge {
		width: 85px;
		height: 85px;
		background-size: contain;
		left: auto;
		right: 0px;
		top: -15px;
	}

	header .topnav {
		padding-top: 40px;
		margin-left: 130px;
		margin-bottom: 10px;
	}

	header .topnav .element1 {
		text-align: left;
		margin: 0 20px 0 0;
	}

	header .topnav a { font-size: 11px; }
	header .topnav a.elm1 { margin-left: 0px; }

	nav { margin-left: 130px; }
	nav ul li { margin-right: 20px; }
	nav ul li.nav_3 {
		margin: 0px 20px 0px 0px;
	}
	nav ul li a { font-size: 17px; }

	header .subnav ul li a { font-size: 16px; }


}

@media all and (min-width: 568px) and (max-width: 767px) {
	#nav_icon { display: block; }
	header .maxwidth {
		min-height: 130px;
		margin-top: 10px !important;
	}

	#logo {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 79px;
		height: 100px;
		background-size: cover;
		transform: translate(0, 0);
	}

	header .booking_badge {
		width: 100px;
		height: 100px;
		background-size: cover;
		top: -40px;
	}
	header .bb_badge {
		width: 40px;
		height: 40px;
		background-size: cover;
		left: auto;
		right: 160px;
		top: 0px;
	}

	header .hideway_badge {
		width: 65px;
		height: 65px;
		background-size: contain;
		left: auto;
		right: 80px;
		top: 0px;
	}


	header .wrapper {
		padding-top: 90px;
		display: none;
	}


	header .topnav {
		padding-top: 40px;
		margin-left: 20px;
		margin-bottom: 10px;
	}

	header .topnav .element1 {
		text-align: left;
		margin: 0 20px 0 0;
	}

	header .topnav a { display: block; margin: 0 0 5px 0; }

	nav { margin-left: 20px; }

	nav ul li { float: none; margin: 0 0 7px 0; }

	header .subnav { margin-top: 0px; display: none; }
	header .subnav ul li { display: block; margin: 0; padding: 5px 0; }
}

@media all and (max-width: 567px) {

	#nav_icon { display: block; }
	header .maxwidth {
		min-height: 130px;
		margin-top: 10px !important;
	}

	#logo {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 79px;
		height: 100px;
		background-size: cover;
		transform: translate(0, 0);
	}

	header .booking_badge,
	header .bb_badge,
	header .hideway_badge {
		display: none;
	}

	header .wrapper {
		padding-top: 90px;
		display: none;
	}


	header .topnav {
		padding-top: 40px;
		margin-left: 20px;
		margin-bottom: 10px;
	}

	header .topnav .element1 {
		text-align: left;
		margin: 0 20px 0 0;
	}

	header .topnav a { display: block; margin: 0 0 5px 0; }

	nav { margin-left: 20px; }

	nav ul li { float: none; margin: 0 0 7px 0; }

	header .subnav { margin-top: 0px; display: none; }
	header .subnav ul li { display: block; margin: 0; padding: 5px 0; }

}

