


html,body{font-family: 'adobe-garamond-pro', sans-serif;font-weight:400;font-style:normal;background-color:#fff;overflow-x: hidden;}
a:link  {color: #2f2a26;}
a:visited  {color: #2f2a26;}
a:hover  {color: #ece4d8;}
a:focus  {color: #ece4d8;}


/* 
font-family: "adobe-garamond-pro", serif;
font-weight: 400; 600; 700
font-style: normal; italic;

font-family: "adventures-unlimited", sans-serif;
font-weight: 400;
font-style: normal;

*/ 


html{-webkit-font-smoothing:antialiased;}
img{-ms-interpolation-mode:bicubic;}

/* BOOTSTRAP TWEAK */
@media (min-width: 1200px) {
.container{width:970px;}
}


/* TEXT */


h1,
.h1
{font-family: 'adobe-garamond-pro', sans-serif;font-weight:400;font-style:normal;color: #996a4e;  font-size: 45px; line-height:55px;  }

@media (max-width: 900px) 
{h1,
.h1{font-size: 40px; line-height:44px;}
}

h2,
.h2
{font-family: 'adventures-unlimited', sans-serif; font-weight:400;font-style:normal;color: #2f2a26;  font-size: 50px; line-height:50px; }


h3,
.h3
{font-family: 'adobe-garamond-pro', sans-serif ;font-weight:400; color:#2f2a26; font-size:40px; line-height: 50px; }

h4,
.h4
{font-family: 'adventures-unlimited', sans-serif;font-weight:400;font-style:normal;color: #2f2a26;  font-size: 50px; line-height:55px;  }


#text-bild{
  position: absolute;
  bottom: 10%;
   left: 10%;
z-index: 10000; 
font-family: adobe-garamond-pro, sans-serif;font-weight:400;font-style:normal;font-size:20px; line-height: 20px; color: #ffffff; color:#ffffff; text-shadow: black 0.1em 0.1em 0.1em;
 } 

a.normal{
    position: relative;
    font-family: 'adobe-garamond-pro', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    line-height: 35px;
    color: #996a4e;
    text-decoration: none;
    transition: color 0.3s ease;
}

a.normal::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #996a4e;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.35s ease, background-color 0.3s ease;
}

a.normal:hover {
    color: #2f2a26;
}

a.normal:hover::after {
    background-color: #2f2a26;
    transform: scaleX(0);
}

a.navi {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding-bottom: 4px;
}

a.navi::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ece4d8;
    transform: translateX(-50%) scaleX(.3);
    transform-origin: center;
    transition: transform .45s ease;
}

a.navi:hover::after {
    transform: translateX(-50%) scaleX(1);
}

a.navi:hover {
    color: #ece4d8;
}

@media (max-width: 900px) 
{a.navi:link {font-size:18px;}
a.navi:visited {font-size:18px;}
a.navi:hover {font-size:18px;}
a.navi:active {font-size:18px;}
}


a.navi_anfrage:link {font-family: 'adobe-garamond-pro', sans-serif;font-weight:300;font-style:normal; font-size:18px; line-height:25px; color: #ffffff; text-decoration: none; border-bottom: 2px dotted #ffffff; letter-spacing: 1px;}
a.navi_anfrage:visited {font-family: 'adobe-garamond-pro', sans-serif;font-weight:300;font-style:normal; font-size:18px; line-height:25px; color: #ffffff; text-decoration: none; border-bottom: 2px dotted #ffffff; letter-spacing: 1px; }
a.navi_anfrage:hover {font-family: 'adobe-garamond-pro', sans-serif;font-weight:300;font-style:normal; font-size:18px; line-height:25px; color: #ecede9; text-decoration: none; border-bottom: 2px solid #ecede9; letter-spacing: 1px;}
a.navi_anfrage:active {font-family: 'adobe-garamond-pro', sans-serif;font-weight:300;font-style:normal; font-size:18px; line-height:25px; color: #ecede9; text-decoration: none; border-bottom: 2px solid #ecede9; letter-spacing: 1px;}

a.normal_footer {
    position: relative;
    font-family: 'adobe-garamond-pro', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #996a4e;
    text-decoration: none;
    transition: color 0.3s ease;
}

a.normal_footer::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #996a4e;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.35s ease, background-color 0.3s ease;
}

a.normal_footer:hover {
    color: #2f2a26;
}

a.normal_footer:hover::after {
    background-color: #2f2a26;
    transform: scaleX(0);
}

.beschreibung{background-color: #000000;   font-family: 'adobe-garamond-pro', sans-serif;font-weight:300;font-style:normal; color: #ffffff; 
 font-size: 23px; padding: 50px;}

.bild-verlauf {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.bild-verlauf::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    /* Braun-Gold Verlauf */
    background: linear-gradient(
        to top,
        rgba(61, 39, 24, 0.85) 0%,
        rgba(102, 72, 46, 0.55) 40%,
        rgba(165, 130, 90, 0.15) 100%
    );
}

.bild-verlauf img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* warmer Hochzeits-Look */
    filter:
        sepia(20%)
        saturate(110%)
        brightness(0.95)
        contrast(1.05);

    display: block;
}
/* Inhalt Elemente */

#contact-header{
padding-left: 50px;
padding-top: 50px;
 }
@media (max-width: 900px) 
{
 #contact-header{padding-left: 20px; padding-top: 20px;} 
}

.abstand{
  position: absolute;
  margin-top: -120px;
  margin-bottom: 100px;
 } 
@media (max-width: 768px) {
.abstand{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
 } 	 } 	
	

#signet{
  position: absolute;
	width: 300px;
  left: 50%;
  transform: translateX(-50%);
	bottom: 35%;
z-index: 10; 
font-family: 'adobe-garamond-pro', sans-serif; font-weight:300; color:#ffffff;  font-size: 50px; line-height:55px; color:#ffffff; text-decoration: underline;
	/* text-shadow: black 0.1em 0.1em 0.1em; */
 } 
  @media (max-width: 600px){
	#signet{  
width: 200px;
	 } }  
 

#berg{
  position: absolute;
	width: 100%;
z-index: 10; 
	bottom: 0px;
	right: 0px;
 } 


hr{
	  border: 1px solid;
	  color: #475949;
width: 120px;
	margin: 0px;
}

#logo {
    position: relative;
    top: 20px;
    width: 220px;
    transition: transform .4s ease, opacity .4s ease;
}

body.scrolled #logo {
    transform: translateY(-100px);
    opacity: 0;
}

@media (max-width: 900px) {
    #logo {
        width: 150px;
        top: 80px;
        left: 0;
    }
}

.button {
  display: inline-block;
  padding-top: 13px;
   padding-bottom: 13px;
   padding-left:20px;
   padding-right:20px;
	margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.0;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #996a4e;
  z-index:1000000;
  font-family: 'adobe-garamond-pro', sans-serif;font-weight:500;font-style:normal; color: #ffffff; 
 font-size: 18px;
    width: auto;
   border-radius: 300px;
	border: 2px solid #ffffff; margin: 6px; 
	
}
.button:hover,
.button:focus,
.button.focus {
  color: #996a4e;
  background-color: #ece4d8;
	border: 2px solid #ffffff; margin: 6px; 
  text-decoration: none;
  -webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;

}

.button_2 {
  display: inline-block;
  padding-top: 13px;
   padding-bottom: 13px;
   padding-left:20px;
   padding-right:20px;
	margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.0;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #000000;
  z-index:1000000;
  font-family: 'adobe-garamond-pro', sans-serif;font-weight:500;font-style:normal; color: #ffffff; 
 font-size: 18px;
    width: 190px;
   border-radius: 300px;
	border: 4px solid #ffffff; margin: 6px; 
	
}
.button_2:hover,
.button_2:focus,
.button_2.focus {
  color: #ffffff;
  background-color: #000000;
	border: 4px solid #ffffff; margin: 6px; 
  text-decoration: none;
  -webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;

}


#textimg{
margin-top: -156px; padding-left: 100px;
}

@media (max-width: 1490px) 
{
 #textimg{margin-top: 0px; padding-left: 0px;} 
}
	
/* Inhalt */

#inhalt{
font-family: 'adobe-garamond-pro', sans-serif;font-weight:400;font-style:normal; font-size:23px; line-height:35px; color: #2f2a26;
background-color: #ffffff;
padding-top:50px;
padding-bottom:50px;
}

#inhalt_bild{
font-family: 'adobe-garamond-pro', sans-serif;font-weight:400;font-style:normal; font-size:23px; line-height:35px; color: #2f2a26;
background-color: #ffffff;
padding-top:200px;
padding-bottom:50px;
}

#inhalt_2{
font-family: 'adobe-garamond-pro', sans-serif;font-weight:400;font-style:normal; font-size:20px; line-height:40px; color: #2f2a26;
background-color: #ecede9;
padding-top:50px;
padding-bottom:50px;
}

#inhalt_3{
font-family: 'adobe-garamond-pro', sans-serif;font-weight:400;font-style:normal; font-size:23px; line-height:35px; color: #2f2a26;
background-color: #ffffff;
padding-top:0px;
padding-bottom:0px;
}

#inhalt_4{
font-family: 'adobe-garamond-pro', sans-serif;font-weight:400;font-style:normal; font-size:20px; line-height:40px; color: #2f2a26;
background-color: #ecede9;
padding-top:30px;
padding-bottom:30px;
}

#abstand{
padding-top: 120px;
}

@media (max-width: 990px) {
#abstand{
padding-top: 60px;
}}


#inhalt_modal{
font-family: meno-banner, serif;font-weight:400;font-style:normal; font-size:16px; line-height:25px; color: #5b514b;
padding-top:20px;
padding-bottom:20px;
}

#inhalt_footer{
font-family: 'adobe-garamond-pro', sans-serif;font-weight:300;font-style:normal; font-size:16px; line-height:25px; color: #996a4e;
padding-top:40px;
padding-bottom:0px;
	background-color: #ece4d8;
}
@media (max-width: 1290px) {
	
	#inhalt_footer{
		padding-bottom:20px;
	}}


/* Navigation */

#menue {
	position: relative;
    left: 100px;
	top: 45px;
}
@media (max-width: 900px) 
{
 #menue{top:24px;left: 50px;}
}

#anfrage-buchen{
position: relative;
    right: 100px;
	top: 45px;
	width: 100%;
 } 
@media (max-width: 900px) 
{
 #anfrage-buchen{top:24px;right: 50px;}
}

@media (max-width: 768px) {
  .mobile-hide {display: none; position: flex;
  }
}

#navigation2{
	position:fixed;
	width:100%;
	height:143px;
background-image: linear-gradient(to top, transparent, #666666 100%);
	font-family: 'adobe-garamond-pro', serif;font-weight:400;font-style:normal; font-size:18px; line-height: 30px; color: #FFFFFF;
	padding-top:0px;
	z-index: 1000;
}

@media (max-width: 900px) {
	
	#navigation2{
	height:85px;
	padding-top:0px;
	}
}

div#mobile-nav-row{
	display: none;
}

div#navigation-mobile2{
	display: none;
	position: fixed;
    z-index: 1000000;
    height: 100%;
    width: 100%;
    background-color: #ece4d8;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;

}

div#navigation-mobile2 div#navigation-mobile-content li.nav-item a{
    position: relative;
    text-decoration: none;
    color: #2f2a26 !important;
    opacity: 1;
}

div#navigation-mobile2 div#navigation-mobile-content li.nav-item a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 1px;
    background: #996a4e; /* Champagner/Gold */
    transition: width 0.35s ease;
}

div#navigation-mobile2 div#navigation-mobile-content li.nav-item a:hover,
div#navigation-mobile2 div#navigation-mobile-content li.nav-item a:focus{
    background: none !important;
    opacity: 1;
    color: #2f2a26 !important;
}

div#navigation-mobile2 div#navigation-mobile-content li.nav-item a:hover::after,
div#navigation-mobile2 div#navigation-mobile-content li.nav-item a:focus::after{
    width: 100%;
}


div#navigation-mobile2 ul#mobilenav li{
	list-style: none;
    padding: 5px;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: #2f2a26;
	font-size: 25px;
}

div#navigation-mobile-content{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 100px;
    overflow-y: auto;
	padding: 0px;
	font-size: 23px;
    line-height: 46px;
	color: #2f2a26 !important;
}
@media (max-width: 768px) {
div#navigation-mobile-content{
	padding: 25px;
}}

div#navigation-mobile2 div#navigation-mobile-content  li.nav-item  a {
    padding-top: 10px;
    padding-bottom: 4px;
    line-height: 40px;
    color: #2f2a26 !important;
	text-decoration: none;
}


div#navigation-mobile-content ul.submenu{
    font-size: 12px;
    line-height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}

div#navigation-mobile-content ul.submenu li{
border-bottom: 0px solid !important;
}
	
div#navigation-mobile-content ul.submenu li a{
	font-size: 20px;
	text-decoration: none;
	color: #2f2a26 !important;
	border-bottom: 0px solid !important;
}


div#navigation-mobile-content ul.submenu li a:hover,
div#navigation-mobile-content ul.submenu li a:focus{
	background: none !important;
	border-bottom: 0px solid !important;
}




ul#mobilenav{
	margin: 0px;
    padding: 0px;
}

ul#mobilenav li{
	list-style: none;
	padding: 5px;
    cursor: pointer;
	border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #8c8c5e;
}

ul#mobilenav li ul li{
	list-style: none;
	padding: 5px;
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
	cursor: pointer;
}

ul#mobilenav .noborder{
	 border-bottom-width: 0px !important;
}

div#navigation-mobile-content li.nav-item  a{
	text-decoration: none;
	color: white !important;
	font-size: 35px;
	font-weight: 500;
}

div#navigation-mobile-content li.mainnav a:hover,
div#navigation-mobile-content li.mainnav a:focus{
	background: none !important;
	border-bottom: 1px solid;
	color: white !important;
	opacity: 0.5;
}

div#navigation-mobile-content  ul.dropdown-menu li  a{
	border-bottom: 0px !important;
}

i.fa-concierge-bell,
i.fa-calendar-alt{
	margin-right: 5px;
}



@media(max-width: 900px) {
	button#navigation-mobile-burger{
		top: 22px !important;
	}
	
	
	div#mobile-nav-row{
		display: block;
		background: #373635;
		height: 51px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #fefefe2b;
	}

	
	div#mobile-nav-row a#nav-anfrage{
		left: 165px;
		color: white;
		width: 190px;
		display: block;
		top: 10px;
		position: fixed;
		text-decoration: none;
		
	}
	
	
	div#mobile-nav-row a#nav-buchen{
		left: 330px;
		color: white;
		width: 190px;
		display: block;
		top: 10px;
		position: fixed;
		text-decoration: none;
		
	}
	
	div#navigation-mobile{
		top: 51px;
		width: 500px;
}
}

@media(max-width: 500px) {
	div#navigation-mobile{
		width: 100%;
	}
	
	div#mobile-nav-row a#nav-anfrage{
		left: 125px;
		color: white;
		width: 190px;
		display: block;
		top: 10px;
		position: fixed;
		text-decoration: none;
		font-size: 16px;
	}
	
	
	div#mobile-nav-row a#nav-buchen{
		left: 255px !important;
		color: white;
		width: 190px;
		display: block;
		top: 10px;
		position: fixed;
		text-decoration: none;
		font-size: 16px;
	}
	
	div#navigation-mobile2 ul#mobilenav li{
		font-size: 22px;
	}
	
}

	
span.navigation-mobile-close{
	display: inline;
    position: fixed;
	top: 15px;
    right: 0px;
    width: 50px;
    height: 50px;
   
    color: white;
	cursor: pointer;
	text-decoration: none !important;
}

span.navigation-mobile-close{
	text-decoration: none  !important;
}

span.navigation-mobile-close a.close1 {
	width: 35px;
	height: 35px;
	opacity: 0.5;
	display: block;
	text-decoration: none !important;
	color: #96795e;
}

div#navigation-mobile-content   span.navigation-mobile-close a:hover {
  opacity: 1;
  text-decoration: none !important;
  color: #96795e;
  border: 0px;
}

span.navigation-mobile-close a.close1:before, a.close1:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
  text-decoration: none !important;
}
.close1:before {
  transform: rotate(45deg);
}
.close1:after {
  transform: rotate(-45deg);
}


/* Bilder */

	.rowgallery {
width: 100%;
max-width: 100%;
min-width: 0;
margin: 0 auto;
overflow: hidden;
}

.gallery {
float: left;
min-height: 1px;
}

.rowgallery .gallery {
width: 100%;
}
img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}

.full-height {
  height: 100vh;            /* gesamte Bildschirmhöhe */
}

.image-container {
  display: flex;
  flex-direction: column;   /* Bilder untereinander */
  height: 100%;
}

.image-container img {
  flex: 1;                  /* beide gleich groß */
  width: 100%;              /* volle Breite */
  object-fit: cover;        /* Bild füllt Bereich ohne Verzerrung */
}


@media (max-width: 768px) {
.full-height {display: none;
}}	
	
.zoom {
    position: relative;
    overflow: hidden;
}

/* Braun-Gold Verlauf */
.zoom::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
        to top,
        rgba(61, 39, 24, 0.85) 0%,
        rgba(102, 72, 46, 0.55) 40%,
        rgba(165, 130, 90, 0.15) 100%
    );
}

.zoom img {
    display: block;
    width: 100%;
    max-width: 100%;

    filter:
        sepia(20%)
        saturate(110%)
        brightness(0.95)
        contrast(1.05);

    transition: transform 0.3s ease;
}

.zoom:hover img {
    transform: scale(1.1);
}
span.filter{
	cursor: pointer;
}
