/*** FONT ***/
@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Thin.ttf') format('truetype');
	font-weight: 100;
	/* 300 für Thin */
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	/* 300 für Light */
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	/* 400 für Regular */
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../assets/fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: 900;
	/* 900 für Black */
	font-style: normal;
}

/*** TYPO **/
.br {
	display: block
}

/*** BTN ***/
.btn {
	border: 1px solid #785e44;
	border-radius: 1rem;
	padding: 1.25rem 2.25rem;
	font-size: 1.25em;
	font-weight: 400;
	text-transform: none;
	color: #785e44;
	background: none;
}

.btn:hover {
	background: #785e44;
	color: #fff;
}

@media(max-width:600px){
	.btn{
		padding: 1.25rem;
		font-size: 1em;
		width: 100%;
	}	
}

/*** LOGO ***/
#mainNav .navbar-brand {
	margin: 0;
	padding: 0;
}

#mainNav .navbar-brand img {
	max-width: 100px;
	max-height: 100px;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

/*** NAVIGATION ***/
#mainNav{
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

#mainNav .navbar-nav .nav-item {
	margin-right: 10px;
}

#mainNav .navbar-nav .nav-item:last-child {
	margin-right: 10px;
}

#mainNav .navbar-nav .nav-item .nav-link {
	color: inherit;
	font-weight: 400;
	padding: 2px 15px 1px 15px;
}

#mainNav .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 15px;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
	background: #484c32;
	color: #fff !important;
	border-radius: 5px;
}

#mainNav .navbar-nav .nav-item .nav-link:hover{
	background: #484c32;
	color: #fff !important;
	border-radius: 5px;
}

#mainNav.navbar-shrink{
	padding-top: .5rem!important;
	padding-bottom: .5rem!important;
	-webkit-transition: all 0.3s ease;                  
	-moz-transition: all 0.3s ease;                 
	-o-transition: all 0.3s ease;   
	-ms-transition: all 0.3s ease;          
	transition: all 0.3s ease;
}

#mainNav.navbar-shrink .navbar-brand img{
	max-width: 50px;
	max-height: 50px;
}

@media(max-width:991px){
	.navbar > .container{
		max-width: 100%;
	}
	
	#mainNav .navbar-nav .nav-item .nav-link{
		font-size: 1.25rem;
		margin-bottom: .75rem;
	}
	
	.navbar-collapse{
		padding: 3rem 0;
	}
	
	.navbar-toggler{
		border-color: #785e43;
		border-width: 2px;
	}
	
	.navbar-toggler-icon{
		
	}
}

/*** FEATURES ICONS ***/
ul.features {
	font-weight: 400;
	line-height: 2.5;
	padding-left: 0;
}

ul.features li {
	display: inline;
}

ul.features li:after {
	content: "•";
	display: inline;
	padding: 0 10px 0 25px;
}

ul.features li:last-child:after {
	display: none;
}

ul.features li:before {
	content: "";
	background-size: 100%;
	width: 60px;
	height: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

ul.features li.icon_personen:before {
	background-image: url("../assets/img/icons/icon_personen.jpg");
	width: 103px;
	top: 7px;
}

ul.features li.icon_bett:before {
	background-image: url("../assets/img/icons/icon_bett.jpg");
	width: 50px;
}

ul.features li.icon_kinderbett:before {
	background-image: url("../assets/img/icons/icon_kinderbett.jpg");
}

ul.features li.icon_ausblick:before {
	background-image: url("../assets/img/icons/icon_ausblick.jpg");
}

ul.features li.icon_dusche:before {
	background-image: url("../assets/img/icons/icon_dusche.jpg");
}

ul.features li.icon_wc:before {
	background-image: url("../assets/img/icons/icon_wc.jpg");
}

ul.features li.icon_tv:before {
	background-image: url("../assets/img/icons/icon_tv.jpg");
}

ul.features li.icon_wlan:before {
	background-image: url("../assets/img/icons/icon_wlan.jpg");
}

ul.features li.icon_parkplatz:before {
	background-image: url("../assets/img/icons/icon_parkplatz.jpg");
}

ul.features li.icon_fussbodenheizung:before {
	background-image: url("../assets/img/icons/icon_fussbodenheizung.jpg");
}

ul.features li.icon_moeblierung:before {
	background-image: url("../assets/img/icons/icon_moeblierung.jpg");
}

ul.features li.icon_tv:before {
	background-image: url("../assets/img/icons/icon_tv.jpg");
}

ul.features li.icon_kueche:before {
	background-image: url("../assets/img/icons/icon_kueche.jpg");
}

ul.features li.icon_kaffeemaschine:before {
	background-image: url("../assets/img/icons/icon_kaffeemaschine.jpg");
}

ul.features li.icon_stauraum:before {
	background-image: url("../assets/img/icons/icon_stauraum.jpg");
}

ul.features li.icon_winterausruestung:before {
	background-image: url("../assets/img/icons/icon_winterausruestung.jpg");
}

ul.features li.icon_skibus:before {
	background-image: url("../assets/img/icons/icon_skibus.jpg");
}

ul.features li.icon_skigebiet:before {
	background-image: url("../assets/img/icons/icon_skigebiet.jpg");
}

ul.features li.icon_handtuecher:before {
	background-image: url("../assets/img/icons/icon_handtuecher.jpg");
}

ul.features li.icon_fahrradabstellplaetze:before {
	background-image: url("../assets/img/icons/icon_fahrradabstellplaetze.jpg");
}

ul.features li.icon_wanderrouten:before {
	background-image: url("../assets/img/icons/icon_wanderrouten.jpg");
}

ul.features li.icon_schwimmbad:before {
	background-image: url("../assets/img/icons/icon_schwimmbad.jpg")
}

li.emailLink:hover {
	cursor: pointer;
}

@media(max-width:991px){
	ul.features{
		line-height: 1.5;
		font-size: 1.2rem;
	}
	
	ul.features li{
		display: inline-flex;
		width: 100%;
		align-items: center;
		margin-bottom: 25px;
	}
	
	ul.features li:before{
		top: auto;
		flex: 0 0 60px;
		margin-right: 15px;
	}
	
	ul.features li:after{
		display: none;
	}
}

/*** SECTIONS ***/
.page-section-s {
	padding: .75rem 0 8rem 0;
}

@media(max-width:991px){
	.page-section-s {
		padding: .75rem 0 2.5rem 0;
	}
}

/*** HERO-IMAGE ***/
.heroimg {
	height: 100vh;
	min-height: 40rem;
	position: relative;
	padding-top: 10rem;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover !important;
}

.heroimg.start {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../assets/img/placeholder_1.jpg");
}

.expose-3 .heroimg {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../assets/img/placeholder_1.jpg");
}

.heroimg .container {
	position: relative;
}

.heroimg .h1_title {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 4.5rem;
}

.heroimg .h1_title div {
	font-weight: 900;
	font-size: 1.5rem;
	letter-spacing: .05em;
	margin-bottom: 23px;
}

.heroimg h1,
.heroimg .h1 {
	font-size: 6rem !important;
	font-weight: 100;
	letter-spacing: -.04em;
	line-height: 1;
}


@media(max-width:991px){
	.heroimg .h1_title{
		bottom: auto;
		padding-bottom: 4.5rem;
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		width: 100%;
		padding: 0 1.5rem;
		hyphens: auto;
	}
	
	.heroimg .h1_title div{
		font-size: 1rem;
	}
	
	.heroimg h1, .heroimg .h1{
		font-size: 3rem !important;
	}
	
	.br{
		display: inline;
	}
}

/*** EXPOSE 1 ***/
.vermietung img.img-fluid {
	height: 630px;
	object-fit: cover;
	width: 100%;
}

.vermietung .vermietung-adresse .inner {
	padding-left: 6rem;
	padding-top: 120px;
	padding-right: 4rem;
}

.vermietung .vermietung-adresse h2 {
	color: #785e43;
	font-weight: 100;
	font-size: 3.5rem
}

.vermietung .vermietung-adresse a {
	color: inherit;
}

.vermietung .vermietung-adresse ul {
	font-size: 1.5rem;
	color: #785e43;
	list-style: none;
	padding-left: 0;
	margin-bottom: 6.75rem;
	font-weight: 400;
}

.vermietung .vermietung-adresse ul li {
	padding-bottom: 5px;
}

.vermietung .vermietung-adresse ul li:last-child {
	padding-bottom: 0;
}

.vermietung .vermietung-adresse .table.sommersaison td {
	border: 1px solid #5a5e45;
	font-weight: 400;
}

.vermietung .vermietung-adresse .table.wintersaison {
	border: 1px solid #5a5e45;
}

.vermietung .vermietung-adresse .table.wintersaison td {
	border-bottom: 1px solid #a09e8b;
	font-weight: 400;
}

.vermietung .vermietung-adresse .table.wintersaison tr:last-child td {
	border-bottom: 1px solid #5a5e45;
}

.vermietung .vermietung-details .inner {
	padding-left: 1rem;
	padding-right: 6rem;
	padding-top: 195px;
}

.vermietung .vermietung-details ul {
	list-style: none;
	padding-left: 0;
}

.vermietung .vermietung-details ul.checkin-costs {
	font-size: 1.5rem;
	font-weight: 300;
	border-bottom: 1px solid #5a5e45;
	padding-bottom: 3rem;
	margin-bottom: 2.5rem;
}

.vermietung .vermietung-details ul.checkin-costs li {
	padding-bottom: 5px;
}

.vermietung .vermietung-details ul.checkin-costs:last-child {
	padding-bottom: 0;
}

@media(max-width:991px){
	.vermietung img.img-fluid {
		height: auto;
	}
	
	.vermietung .vermietung-adresse .inner{
		padding-left: 1rem;
		padding-top: 2.5rem;
		padding-right: 1rem;
	}
	
	.vermietung .vermietung-adresse ul{
		margin-bottom: 2.5rem;
	}
	
	.vermietung .vermietung-adresse .table.wintersaison{
		margin-bottom: 4rem;
	}
	
	.vermietung .vermietung-details .inner{
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 2.5rem;
	}
}

@media(max-width:600px){
	.vermietung .vermietung-adresse h2{
		font-size: 2.75rem;
	}
	
	.vermietung .vermietung-adresse ul{
		font-size: 1.25rem;
	}
	
	.vermietung .vermietung-adresse .table.sommersaison td,
	.vermietung .vermietung-adresse .table.wintersaison td{
		font-size: .9rem;
	}
	
	.vermietung .vermietung-adresse .table.wintersaison td img{
		height: 14px!important;
	}
	
	.vermietung .vermietung-adresse .table.wintersaison tr:nth-child(2) td,
	.vermietung .vermietung-adresse .table.wintersaison tr:nth-child(3) td,
	.vermietung .vermietung-adresse .table.wintersaison tr:nth-child(4) td{
		white-space: nowrap;
	}
	
	.vermietung .vermietung-details ul.checkin-costs {
		font-size: 1.2rem;
		margin-bottom: 3.5rem;
	}
}

/*** EXPOSE 2 ***/
.expose-2 .details {
	padding-top: 8rem;
}

.expose-2 .details .col-lg-6:first-child {
	padding-right: 1.5rem;
}

.expose-2 .details .col-lg-6:nth-child(2) {
	padding-left: 1.5rem;
}

.expose-2 .details h2 {
	font-weight: 300;
	font-size: 2.75rem;
	line-height: 1.4;
	margin-bottom: 2.25rem;
}

.expose-2 .details h2 span.higlight-color {
	color: #8f8c74;
	display: block;
}

.expose-2 .details .col-lg-12 {
	padding-top: 12rem;
	padding-bottom: 4rem;
}

.expose-2 .features{
	text-align: center;
}

@media(max-width:991px){
	.expose-2 .col-lg-6:first-child{
		margin-bottom: .75rem;
	}
	
	.expose-2 .details{
		padding-top: 2.5rem;
	}
	
	.expose-2 .details .col-lg-6:first-child{
		padding-right: 0;
	}
	
	.expose-2 .col-lg-6:first-child{
		margin-bottom: .75rem;
	}
	
	.expose-2 .details .col-lg-12{
		padding-top: 6rem;
		padding-bottom: 2.5rem;
	}
	
	.expose-2 .features{
		text-align: left;
	}
}

@media(max-width:600px){
	.expose-2 .page-section-s{
		padding-bottom: .75rem
	}
	
	.expose-2 .details{
		padding-top: 0;
	}
	
	.expose-2 .details .col-lg-6:first-child{
		padding-right: .35rem;
	}
	
	.expose-2 .details .col-lg-6:nth-child(2){
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.expose-2 .details h2{
		font-size: 2rem;
	}
	
	.expose-2 .col-lg-6:first-child{
		margin-bottom: 2.5rem;
	}
}

/*** EXPOSE 3 ***/
.expose-3 .details .col-lg-12 {
	padding-top: 2rem;
}

.expose-3 .img-overlap {
	position: relative;
}

.expose-3 .img-overlap-small {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: -220px;
}

.expose-3 .img-overlap-small img {
	border: 12px solid #fff;
	width: 64%;
	display: block;
	margin: 0 auto;
	margin-bottom: 6rem;
}

.expose-3 .details h2 {
	font-weight: 300;
	font-size: 2.75rem;
	line-height: 1.4;
	margin-bottom: 4rem;
	text-align: center;
}

.expose-3 .details h2 span.higlight-color {
	color: #8f8c74;
	display: block;
}

.expose-3 .features {
	max-width: 980px;
	text-align: center;
	margin: 0 auto;
}

@media(max-width:991px){
	.expose-3 .sec-img .col-lg-4:first-child,
	.expose-3 .sec-img .col-lg-4:nth-child(2){
		margin-bottom: .75rem;
	}
	
	.expose-3 .details{
		padding-top: 6rem;
	}
	
	.expose-3 .features{
		text-align: left;
	}
}

@media(max-width:600px){
	.expose-3 .details h2{
		font-size: 2rem;
	}
	
	.expose-3 .img-overlap-small img{
		border: 5px solid #fff;
		width: 85%;
	}
}

/*** EXPOSE 4 ***/
.expose-4 .img-overlap {
	position: relative;
}

.expose-4 .img-overlap-small {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: -270px;
}

.expose-4 .img-overlap-small img {
	border: 12px solid #fff;
	width: 64%;
	display: block;
	margin: 0 auto;
	margin-bottom: 6rem;
}

.expose-4 h2 {
	font-weight: 300;
	font-size: 4rem;
	line-height: 1.4;
	margin-bottom: 2.25rem;
	padding-left: 18%;
}

.expose-4 h2 span {
	color: #8f8c74;
	display: block;
}

.expose-4 .features {
	text-align: center;
	margin: 0 auto;
	max-width: 65%;
	margin-top: 5rem;
}

.expose-4 .btn {
	margin: 0 auto;
	display: table;
	margin-top: 3rem;
}

@media(max-width:991px){
	.expose-4 .img-overlap-small img{
		margin-bottom: 2.5rem;	
	}
	
	.expose-4 h2{
		font-size: 2.5rem;
		margin-bottom: 5.5rem;
	}
	
	.expose-4 .features{
		text-align: left;
	}
}

@media(max-width:600px){
	.expose-4 .img-overlap-small{
		margin-top: -90px;
	}
	
	.expose-4 .img-overlap-small img{
		border: 5px solid #fff;
		width: 85%;
	}
	
	.expose-4 h2{
		padding: 0 1.75rem;
		hyphens: auto;
		font-size: 2rem;
	}
	
	.expose-4 .features{
		max-width: 100%;
	}
}

/*** FOOTER ***/
footer {
	text-align: center;
	padding-top: 8rem;
}

footer h2 {
	color: #785e44;
	font-size: 4rem;
	font-weight: 100;
	letter-spacing: -.04em;
	line-height: 1;
	margin-bottom: 4rem;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #785e44;
	font-weight: 400;
	padding-bottom: 8rem;
}

footer ul li {
	display: inline;
}

footer ul li:after {
	content: "|";
	padding-left: 15px;
	padding-right: 8px;
}

footer ul li:last-child:after {
	display: none;
}

@media(max-width:600px){
	footer{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
	footer h2{
		font-size: 2.5rem;
	}
	
	footer ul{
		text-align: left;
	}
	
	footer ul li{
		display: block;
		padding-bottom: 15px;
	}
	
	footer ul li:after{
		display: none;
	}
	
}


