


/* FONTS */

@font-face {
    font-family: 'Arial';
    src: url('../fonts/ArialMT.eot');
    src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT.ttf') format('truetype'),
        url('../fonts/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe Print';
    src: url('../fonts/SegoePrint.eot');
    src: url('../fonts/SegoePrint.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoePrint.woff2') format('woff2'),
        url('../fonts/SegoePrint.woff') format('woff'),
        url('../fonts/SegoePrint.ttf') format('truetype'),
        url('../fonts/SegoePrint.svg#SegoePrint') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}









/* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
	font-family: 'Arial', Arial, Helvetica, sans-serif;
	
	font-size: 100%;
	scroll-behavior: smooth;
}

body{
    background-color: #1C3D40;
	
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration: none;
	margin: 0;
  	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
  width: 100%;
  display: block;
  image-rendering: pixelated;
}


/* BASE STYLES */


:root{
    --dark:#1C3D40;
    --middle: #1E585E;
    --light:#216D74;
    --gold:#C1BA82;
    --grey:#A8A8A8;
	--text: #C8C8C8;
}


h1{
    font-family: 'Segoe Print', Arial, Helvetica, sans-serif;
	color: var(--gold);
	font-weight: 500;
	font-size: 2.8125rem;
}


p{
	font-family: 'Arial', Arial, Helvetica, sans-serif;
	color: var(--text);
	font-size: 1.4375rem;
}

/* Scroll Spy */
.navigation li a.active {
	color:  var(--gold);
	
  }


  .scroll-margin {
    scroll-margin-top: 80px;
}

.scroll-margin_2 {
    scroll-margin-top: 160px;
}



/* NAV */

.nav-wrapper{
    background-image: url('../img/nav_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 2px solid var(--grey);
}


header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background: black;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	
	z-index: 1000000;
}
/* NAVIGATION */
.navbar {
	max-width: 1640px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 4fr 1fr;
	grid-template-columns: 1fr 4fr 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	        align-content: center;
	height: 80px;
	overflow: hidden;
	padding: 0 1rem;
	/* gap: 50px;
	*/
}
.logo{
	width: 100%;
	max-width: 144px;
    justify-self: start;
}



.kontakt_icon{
	justify-self: end;
	z-index: 100000000000000;
}


.kontakt_icon img{

    max-width: 25px;

}



.navbar ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-grid-column-align: end;
	justify-self: center;
}
.navbar ul li a{
	font-family: 'Segoe Print', Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	letter-spacing: 1px;
	color: #fff;
	margin: 0px 10px;
	/* padding: 0.5rem 0rem 0.2rem 0rem;
	*/
	padding-bottom: 0.2rem;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.navbar ul li a:hover{
	color: var(--gold);
}



  /* Scroll Spy ENDE----> */

li a.imp_dat{
	display: none;
}
/* MOBILE MENU & ANIMATION */
.menu-toggle .bar{
	width: 25px;
	height: 3px;
	background-color: var(--gold);
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-toggle {
	-ms-grid-column-align: end;
	justify-self: end;
	margin-right: 15px;
	top: 30%;
	display: none;
	z-index: 10000
}
.menu-toggle:hover{
	cursor: pointer;
}
#mobile-menu.is-active .bar:nth-child(2){
	opacity: 0;
}
#mobile-menu.is-active .bar:nth-child(1){
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
	background-color: var(--gold);
}
#mobile-menu.is-active .bar:nth-child(3){
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
	background-color: var(--gold);
}
/* SOCIAL ICONS */
.social_mob{
	display: none;
}
.instagram{
	width: 18px;
	height: 18px;
	content: url('../img/insta_icon_mob.svg');
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.instagram:hover{
	width: 18px;
	height: 18px;
	content: url('../img/insta_icon_mob_mo.svg');
}
.facebook{
	width: 18px;
	height: 18px;
	content: url('../img/face_icon_mob.svg');
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.facebook:hover{
	width: 18px;
	height: 18px;
	content: url('../img/face_icon_mob_mo.svg');
}
.tel{
	width: 18px;
	height: 18px;
	content: url('../img/tel_icon_mob.svg');
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tel:hover{
	width: 18px;
	height: 18px;
	content: url('../img/tel_icon_mob_mo.svg');
}
/* NAV END --> */

/* HEADER BILD */
.hero_header{
	position: relative;
}


.mob{
	display: none;
}
/* HEADER BILD ENDE ---> */



/* WILLKOMMEN */

#willkommen{
	padding:  2rem;
	text-align: center;
	display: flex;
	flex-direction: column;
}

#willkommen p{
	max-width: 1342px;
	margin: 65px auto 85px auto;
	margin-top: 40px;
}






/* ÜBER UNS */


#ueberuns{
	position: relative;
	background-color: var(--middle);
}

.ueberuns_container{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0 2rem;
	flex-wrap: wrap;

}

.ueberuns_info{
	/* width: 100%; */
	max-width: 670px;
}

.ueberuns_info h1{
	margin-bottom: 41px;
}

.ueberuns_container img{
	max-width: 680px;
}


/* ÜBER UNS ENDE--->*/

/* UNTERKUNfT */

#unterkunft{
	background-image: url('../img/unterkunft_bg.png');
	background-repeat: no-repeat;
	background-position: right center;

}

.unterkunft_container{
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 2rem;
}

.unterkunft_container h1{
	margin: 75px 0;
}

.unterkunft_text{
	max-width: 1240px;
	/* text-align: left !important; */
	margin: 0 0 75px 0 !important;
}


.unterkunft_fotos{
	width: 100%;
	max-width: 1640px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
	row-gap: 35px;
}

.unterkunft_fotos img{
	max-width: 337px;
	transition: transform 0.3s ease;
}

.unterkunft_fotos img:hover{
	cursor: pointer;
	transform: scale(1.3);
}

.unterkunft_container p{
	text-align: center;
	margin: 75px 0;
}


.preise{
	max-width: 1240px;
	margin:0 0 95px 0 !important;
}

.h1_preise{
	font-size: 1.5375rem !important;
	margin: 0 !important;
	margin-bottom: 20px !important;
}




/* UNTERKUNFT ENDE---> */

/* LINE */

.line{
	padding: 0 2rem;
}


.line div{
	height: 2px;
	width: 100%;
	max-width: 1200px;
	background-color: var(--grey);
	margin: 0 auto;	
}

/* LINE ENDE---> */

/* BUCHEN */



#buchen{
	position: relative;
	background-image: url('../img/buchen_bg.png');
	background-repeat: no-repeat;

}

#buchen>h1{
	text-align: center;
	margin: 75px 0;
}

.buchen_container{
	display: flex;
	justify-content: space-around;
	max-width: 1364px;
	flex-wrap: wrap;
	row-gap: 35px;
	margin: 0 auto;
	padding: 0 2rem;
	align-items: center;

	
}

.buchen_logo img{
	max-width: 260px;
}

.buchen_info p{
	margin-bottom: 50px ;
}

.buchen_info span{
	font-weight: 800;
	letter-spacing: 1.5px;
}

.buchen_info a{
	color: var(--text);
	transition: color 0.3s ease;
}

.buchen_info a:hover{
	color: var(--gold);
}


.cta{
	margin-top: 165px;
	text-align: center;
	padding: 0 2rem;

	
}

.trees{
	/* position: absolute;
	bottom: -200px; */
	
	/* transform: translateY(-80px); */
	z-index: -1000;
}


.form{
	width: 100%;
	max-width: 540px;
	min-height: 400px;

}

/* BUCHEN ENDE---> */


/* LAGE */

#lage{
	background-color: var(--middle);
	position: relative;

}

.maps_r{
	position: absolute;
	max-width: 512px;
	right: 0;
}


.lage_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 2rem;
}

.lage_container>h1{
	margin: 75px 0;
	text-align: center;
}


iframe.maps{
	max-width: 1080px;
	max-height: 450px;
	margin: 0 auto;
	display: flex;
	border-radius: 25px;
	border: 4px solid var(--dark);
}

a.maps_a {
	color: white ;
	transition: color 0.3s ease;
}

a.maps_a:hover{
	color: var(--gold);
}

.lage_container p{
	width: 100%;
	max-width: 1340px;
	text-align: center;
	margin: 130px 0;
}


.lage_icons{


	width: 100%;
	max-width: 790px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 25px;
	row-gap: 35px;
	margin-bottom: 120px;
	z-index: 1000000000;


}

.lage_icons img{
	width: 100%;
	min-width: 86px;
	max-height: 70px;
}

.lage_icons div{
	transition: transform 0.3s ease;
	z-index: 1000000000;
}

.lage_icons div:hover{
	cursor: pointer;
	transform: scale(1.1);
}

.lage_icons p{
	margin: 0;
	margin-top: 20px;
	font-size: 17px;
}


.maps_l{
	position: absolute;
	max-width: 492px;
	left: 0;
	bottom: 200px;
	z-index: 1 !important;
	pointer-events: none;
}

/* LAGE ENDE---> */

/* FOOTER */

footer{
	background-color: var(--dark);
	height: 90px;
	padding: 0 2rem;
}

.footer_container{
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	
    justify-content: center;

}

.footer_container a, .footer_container{
	font-size: 18px;
	color: var(--text);
	transition: color 0.3s ease;
}

.footer_container a:hover{
	color: var(--gold);
}

.footer_container p{
	font-size: 16px;
	margin-top: 10px;
}

/* FOOTER ENDE----> */


/* IMPRESSUM */

.impressum{
	max-width: 1460px;
	margin: 0 auto;
	padding: 2rem;
	}
	
	.impressum h1{
		margin-top: 3rem;
		margin-bottom: 117px;
		text-align: center;
	}
	
	.impressum p{
	  -webkit-hyphens: auto;
		  -ms-hyphens: auto;
			  hyphens: auto;
		text-align: justify;
	}
	
	.impressum span{
		/* font-weight: bold; */
		color: var(--gold);
	}
	
	.impressum a{
		color: var(--text);
		-webkit-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	
	.impressum a:hover{
		color: var(--gold);
	}

	/* IMPRESSUM ENDE ---> */


	/* DATENSCHUTZ */

.datenschutz{
	max-width: 1460px;
	margin: 0 auto;
	padding: 2rem;
	}
	
	.datenschutz h1{
		margin-top: 3rem;
		margin-bottom: 117px;
		text-align: center;
	}
	
	.datenschutz p{
	  -webkit-hyphens: auto;
		  -ms-hyphens: auto;
			  hyphens: auto;
		text-align: justify;
	}
	
	.datenschutz span{
		/* font-weight: bold; */
		color: var(--gold);
	}
	
	.datenschutz a{
		color: var(--text);
		-webkit-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	
	.datenschutz a:hover{
		color: var(--gold);
	}


	/* DATENSCHUTZ ENDE---> */
