/*
Theme Name: muehle
Version: 1.0
Year: 2025
*/

/* table of contents

1. import fonts

2. global styles

3. typography

4. components

5.  layout

*/

/* =============
	import fonts
	============ */
	
/* marcellus-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/marcellus-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/marcellus-v14-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('./fonts/outfit-v15-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/outfit-v15-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/outfit-v15-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/outfit-v15-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/outfit-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/outfit-v15-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/outfit-v15-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./fonts/outfit-v15-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* */
/* CSS RESET */
/* */

*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}


html {
	hanging-punctuation: first last;
	color-scheme: dark light;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothiing: antialiased;		
}

html, body {
	background:#fff;
}

html, body {
	overflow-x: hidden; /* Prevents translateX(60px) on fly-in-right elements from causing horizontal scrollbar */
}

body {
	min-height: 100svh;
}

img,
picture,
svg,
video {
	display: block;
	max-width: 100%;
}

h1, h3, h4, h5, h6 {
	text-wrap:balance;
}

h2 {
	text-wrap:pretty;
}

p,
.p {
	max-width:180ch;
	text-wrap: pretty 
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

input, button, textarea, select {
  font: inherit;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

@media (prefers-reduced-motion: no-preference) {
	:has(:target) {
		scroll-behavior: smooth;
		scroll-padding-top: 3rem;
	}
}


/* */
/* GLOBAL STYLES */
/* */


:root {
	--medium-grey: #7a7a7a;
	--light-grey: rgb(241,241,241);
	--brand-green: rgb(124,185,50);
	--brand-darker-green: #679b27;
	--standard-black: #444444;	
}

body,html{
	margin:0;
	padding:0;
	font-family:'Outfit',sans-serif;
	font-weight:300;	
	font-size:20px;
	line-height:2;
	color:#393939;
	hyphens:none
}

@media (min-width: 576px) {
  .container { max-width: 560px; }  /* Standard: 540px */
}
@media (min-width: 768px) {
  .container { max-width: 750px; }  /* Standard: 720px */
}
@media (min-width: 992px) {
  .container { max-width: 990px; }  /* Standard: 960px */
}
@media (min-width: 1200px) {
  .container { max-width: 1170px; } /* Standard: 1140px */
}
@media (min-width: 1400px) {
  .container { max-width: 1540px; } /* Standard: 1320px */
}

.row>* {
	padding-right:7px;
	padding-left:7px;
}


h1, .h1 {
    /* display: inline-block; */ /* Entfernen! */
    background: linear-gradient(0deg, 
        rgba(207, 122, 34, 0) 0%, 
        rgba(207, 122, 34, 0) 20%, 
        rgba(207, 122, 34, 0.2) 20%, 
        rgba(207, 122, 34, 0.2) 40%, 
        rgba(207, 122, 34, 0) 40%, 
        rgba(207, 122, 34, 0) 70%, 
        rgba(207, 122, 34, 0) 100%);
    padding: 5px 4px;
    
    /* NEU: Box Decoration für mehrzeilige Texte */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    
    /* NEU: Display inline für besseres Umbrechen */
    display: inline;
}

h1,
.h1{
	font-family:"Marcellus", serif;
margin-bottom:1.75rem;
}

h2 {
    font-family: "Marcellus", serif;
    font-size: 2rem;
    font-weight: 400;
    background: linear-gradient(0deg,
        rgba(207, 122, 34, 0) 0%,
        rgba(207, 122, 34, 0) 20%,
        rgba(207, 122, 34, 0.2) 20%,
        rgba(207, 122, 34, 0.2) 40%,
        rgba(207, 122, 34, 0) 40%,
        rgba(207, 122, 34, 0) 70%,
        rgba(207, 122, 34, 0) 100%);
    padding: 5px 4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    margin-bottom: 1.75rem;
}

.lead {
    margin-bottom: 2rem;
}

p,
li {
	line-height:1.5;
	-webkit-font-smoothing:antialiased;
	text-size-adjust:100%;
	unicode-bidi:isolate;	

}

li {
	text-wrap:pretty;
}

p strong,
li strong{
	font-weight:500;
}


.mb-row {
	margin-bottom:14px;
}

.section {
	padding:60px 0;
}

.section-compact {
	padding:20px 0;
}

/* ===========
	components
	========== */
.ubermenu .ubermenu-nav {
	display:flex;
	justify-content:center;
	align-items:center;
	border-color:#f0f5fa!important;
font-family:'Marcellus',sans-serif!important;
}

.ubermenu-item-level-0 > .ubermenu-target > .ubermenu-target-title,
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    color: #fff!important;	
}
.ubermenu-item-level-0 > .ubermenu-target > .ubermenu-target-title {
	font-family:"Marcellus", sans-serif;
}
.ubermenu-item-level-0 .ubermenu-submenu .ubermenu-target-title,
.ubermenu-item-level-0 .ubermenu-submenu .ubermenu-sub-indicator {
    color: inherit;
}

.ubermenu .ubermenu-target-text {
	font-size:26px;
}

.ubermenu .ubermenu-colgroup .ubermenu-column,.ubermenu .ubermenu-custom-content-padded,.ubermenu .ubermenu-nonlink,.ubermenu .ubermenu-retractor,.ubermenu .ubermenu-submenu-padded,.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,.ubermenu .ubermenu-target,.ubermenu .ubermenu-widget,.ubermenu-responsive-toggle {
    padding: 30px 40px!important;
}
.ubermenu-nav {
    position: relative;
}

.ubermenu-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(240,245,250);
    opacity: 0;
    transition: opacity 0.2s ease; /* 0.1s Verzögerung beim Ausblenden */
    pointer-events: none;
    z-index: -1;
}

.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop,
.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop,
.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target{
	border:none!important;
}

/* Weißer Hintergrund einblenden wenn Submenu geöffnet ist */
.ubermenu-nav.ubermenu-submenu-open::before,
.ubermenu-nav:has(.ubermenu-item-level-0.ubermenu-active)::before {
    opacity: 1;
    transition: opacity 0.2s ease; /* Kein Delay beim Einblenden */
}
.ubermenu-nav.ubermenu-submenu-open .ubermenu-target-title,
.ubermenu-nav:has(.ubermenu-item-level-0.ubermenu-active) .ubermenu-target-title{
	color:#333!important;
}

 


.ubermenu .ubermenu-submenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-submenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-submenu .ubermenu-nonlink,.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu .ubermenu-submenu .ubermenu-target,
.ubermenu .ubermenu-submenu .ubermenu-widget {
    padding: 7px 15px!important;
}

.nav-offer {
	position:relative;
}

.nav-offer-overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	overflow:hidden;
}
.nav-offer-title {    
    padding: 7px 14px;
    font-weight: normal;
    font-size: 1.1rem;
    color: white;
    font-family: "Marcellus", serif;
    text-shadow: 2px 2px 2px #000000;
    hyphens: auto;
    background: #a96847a1;
	font-size:1.15rem;
}

.nav-offer-title {
	position: absolute;
    top: 25px;
    left: 25px;
}
.nav-offer-btn {
	position: absolute;
	bottom:15px;
left: 50%;
  transform: translateX(-50%);
    background-color: #fff;
    line-height: 1.4;
    font-style: italic;
    color: #3d4443;
    font-variant: small-caps;
	font-size: 1.15rem;
    text-decoration: none;
    border-bottom: 3px solid #a96847;
    padding: 0.3em 0.7em;	
    
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
	padding:10px 20px!important;
}

#menu-item-125 > .ubermenu-target, 
#menu-item-126 > .ubermenu-target {
	padding-top:32px!important;	
	text-transform:uppercase;
}

#menu-item-125 > .ubermenu-target > .ubermenu-target-text, 
#menu-item-126 > .ubermenu-target >  .ubermenu-target-text {
	text-decoration:underline;
}

/* ==========
	layout
	========= */
@media (min-width:1280px) {
	.container {
		
	}
}

/* Hero-Section: Container für Carousel, Overlay und Content */
.hero {
    position: relative;
    top: -150px;
    left: 0;
    right: 0;
    height: calc(100vh + 70px); /* = 100vh + |top| - nav-height = 100vh + 150 - 80 */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -90px;
}

.hero-subpage {
    position: relative;
    top: -150px;
    left: 0;
    right: 0;
    height: 50vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -150px;
}

/* Carousel: Full-Width und Full-Height */
.carousel {
    width: 100% !important;
}

/* KORREKTUR: Komma vor schließender Klammer entfernt */
.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item,
.hero-subpage .carousel,
.hero-subpage .carousel-inner,
.hero-subpage .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Carousel-Bilder: Cover-Modus - WICHTIG: position absolute hinzugefügt */
.hero .carousel-item img,
.hero-subpage .carousel-item img {
    position: absolute; /* NEU: Verhindert, dass das Bild den Container "aufbläht" */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; /* Entfernt mögliche inline-spacing */
}

/* Schwarzer Overlay-Verlauf über dem Carousel */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0.6) 0%, rgba(33, 33, 33, 0.05) 25%);
    z-index: 1;
    pointer-events: none;
}
/* Content: Text und Buttons über allem */
.hero-content {
    position: relative;
    text-align: center;
    color: white;
    z-index: 2; /* Oberste Ebene */
    max-width: 900px;
    padding: 2rem;
    animation: fadeInUp 1s ease;
}

/* Fade-In Animation für Content */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Typografie: Hero-Title */
.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

/* Typografie: Hero-Subtitle */
.hero-subtitle {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    margin-bottom: 2.5rem;
    opacity: 0.95;
    line-height: 1.5;
}

.btn-hero-primary {
    background: #00747A;  /* Deutlich dunkler als Logo-Grau */
    color: #fff;
border:none;
}
.btn-hero-primary:hover {
    background: #C3DECF;  /* Logo-Grün im Hover */
    color: #00747A;
}
.btn-hero-secondary {
    background: #fff;
    color: #00747A;    
border:none;
}
.btn-hero-secondary:hover {
    background: #C3DECF;
    color: #00747A;
}




/* Carousel Controls */
.hero .carousel-control-prev,
.hero .carousel-control-next {
    z-index: 3;
}

/* Scroll-down mouse indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0.75;
    transition: opacity 0.3s;
}
.scroll-indicator:hover { opacity: 1; }
.scroll-indicator__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
@keyframes scroll-bob {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(6px); }
    100% { transform: translateY(0); }
}
.scroll-indicator__mouse {
    width: 28px;
    height: 46px;
    border: 2.5px solid #fff;
    border-radius: 14px;
    position: relative;
    animation: scroll-bob 2.6s ease-in-out 0.35s infinite; /* verzögert – wird von Chevrons gezogen */
}
.scroll-indicator__wheel {
    width: 4px;
    height: 7px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-wheel 2.6s ease-in-out infinite;
}
@keyframes scroll-wheel {
    0%   { opacity: 1; transform: translateX(-50%) translateY(0); }
    60%  { opacity: 0; transform: translateX(-50%) translateY(14px); }
    100% { opacity: 0; transform: translateX(-50%) translateY(0); }
}
.scroll-indicator__chevrons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    animation: scroll-bob 2.6s ease-in-out 0s infinite; /* führt – zieht Maus mit */
}
.scroll-indicator__chevrons span {
    display: block;
    width: 11px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.scroll-indicator__chevrons span:nth-child(1) {
    animation: chevron-fade 2.6s ease-in-out infinite 0s;
}
.scroll-indicator__chevrons span:nth-child(2) {
    animation: chevron-fade 2.6s ease-in-out infinite 0.2s;
}
@keyframes chevron-fade {
    0%   { opacity: 0.3; }
    50%  { opacity: 1; }
    100% { opacity: 0.3; }
}



/* =====================
   Footer
   ==================== */
.site-footer {
    background: #fff;
    padding: 50px 0 30px;
    border-top: 1px solid #e8e0db;
}

.site-footer h3 {
    color: #be8365;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.site-footer a {
    color: #555;
    text-decoration: none;
}

.site-footer .social-icons a {
    color: #be8365;
    font-size: 1.8rem;
}


/* Container für alle Buttons */
.slide-button-group {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

/* Einzelner Button - kein position:fixed mehr nötig! */
.slide-button a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    background: #8b9c8b;
    color: #fff;
    text-decoration: none;
    border-radius: 8px 0 0 8px;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    gap: 6px;
    /* Sicherstellen dass kein padding/margin das Zentrieren stört */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.slide-button a i {
    font-size: 37px;
    line-height: 1;
    display: block; /* verhindert ungewollten inline-Abstand */
}

.slide-button a span {
    font-size: 13px;
    font-weight: 400;       /* normal statt bold */
    white-space: nowrap;
    letter-spacing: 1px;    /* etwas mehr Spacing wirkt feiner */
    line-height: 1;
    display: block;
}

#btn-phone a {
    background: #8B1A1A;
}

.slide-button:hover a {
    transform: translateY(-3px);
    box-shadow: -4px 6px 14px rgba(0, 0, 0, 0.25);
}
/* ===== INDIVIDUELLE POSITIONEN ===== */
#btn-phone {
    top: 50%;
    transform: translateY(calc(-50%));
}

#btn-contact {
    top: 50%;
    transform: translateY(-50%);
}

#btn-directions {
    top: 50%;
    transform: translateY(calc(-50%));
}

/* Barrierefreiheit */
.slide-button a:focus {
    outline: 3px solid #00a0a8;
    outline-offset: 2px;
}

/* Bottom-Bar auf Mobilgeräten */
@media (max-width: 767.98px) {
  .slide-button-group {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    flex-direction: row;
    gap: 0;
    z-index: 1050;
  }

  #btn-phone,
  #btn-contact,
  #btn-directions {
    top: auto;
    transform: none;
    flex: 1;
  }

  .slide-button a {
    width: 100%;
    height: 50px;
    flex-direction: row;
    border-radius: 0;
    gap: 8px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  }

  .slide-button a i {
    font-size: 20px;
  }

  .slide-button a span {
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  .slide-button:hover a {
    transform: none;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  }

  body {
    padding-bottom: 50px;
    font-size: 17px;
  }

  /* Sektionsabstände verkleinern */
  .section {
    padding: 20px 0;
  }
  .section-compact {
    padding: 10px 0;
  }

  /* Überschriften verkleinern */
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2rem;
  }

  /* Lead-Text verkleinern */
  .lead {
    font-size: 1rem;
  }

  /* Buttons: Abstand nach unten */
  .btn-dunkelrot,
  .btn-hero-primary,
  .btn-hero-secondary,
  .btn-brand-tan,
  .btn {
    margin-bottom: 1rem;
  }

  /* Angebote: Preis über Button auf Mobil */
  .angebote .d-flex.align-items-center {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start !important;
  }
  .angebote .d-flex.align-items-center .ms-auto {
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
  }
}

/* Bootstrap Button überschreiben */
.btn-dunkelrot {
    background-color: #8b1a1a !important; /* Dunkelrot */
    border: none !important;
    color: #fff !important;
    padding: 15px 30px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
	border-radius:0;
}

/* Pfeil rechts */
.btn-dunkelrot::after {
    content: "⟶";
    margin-left: 15px;
    font-size: 20px;
    transition: margin-left 0.3s ease;
}

/* Hover-Effekt */
.btn-dunkelrot:hover {
    background-color: #6b1414 !important; /* Noch dunkler beim Hover */
    color: #fff !important;
}

.btn-dunkelrot:hover::after {
    margin-left: 25px; /* Pfeil bewegt sich nach rechts */
}

/* Focus State */
.btn-dunkelrot:focus,
.btn-dunkelrot:active {
    background-color: #8b1a1a !important;
    color: #fff !important;
    box-shadow: none !important;
}
.angebote-slider-wrapper {
  overflow: hidden;
  position: relative;
  /* Kompensiert den negativen margin der Bootstrap .row */
  /* BS5: --bs-gutter-x ist standardmäßig 1.5rem = 24px, also je 12px pro Seite */
  /*margin-left: 0;
  margin-right: 0;*/
}

.angebote-slider {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.angebote-gruppe {
  min-width: 100%;
  flex-shrink: 0;
  /* Wichtig: margin bleibt wie von Bootstrap gesetzt (nicht überschreiben) */
  box-sizing: border-box;
}

/* Damit die cols keinen overflow erzeugen */
.angebote-gruppe > [class*="col-"] {
  overflow: hidden;
}

/* Mobile: stacked layout, no slider */
@media (max-width: 767.98px) {
    .angebote-slider-wrapper { overflow: visible; }
    .angebote-slider { flex-direction: column; transform: none !important; }
    .angebote-gruppe { min-width: auto; margin-bottom: 1rem; }
    .angebote-nav { display: none !important; }
    .angebote .col-12 { margin-bottom: 1.5rem; }
    .angebote .col-12:last-child { margin-bottom: 0; }
}

/* Small mobile: prevent overflow on narrow screens */
@media (max-width: 575.98px) {
    .angebote .col-12 { padding-left: 12px; padding-right: 12px; }
    .angebote .col-12 img { width: 100%; height: auto; }
    .angebote .col-12 .d-flex { flex-wrap: wrap; gap: 0.5rem; }
    .angebote .col-12 .d-flex .mb-0.ms-auto {
        font-size: 1.4rem !important;
        margin-left: 0 !important;
    }
    .angebote .col-12 h2 { font-size: 1.2rem; }
    .angebote .col-12 .list { padding-left: 1.2rem; font-size: 0.9rem; }
    .angebote .col-12 .btn { width: 100%; text-align: center; }
}

/* Spesiekarte Accordion */
  .speisekarte-item {
                display: flex;
                justify-content: space-between;
                align-items: baseline;
                gap: 1rem;
                padding: 0.6rem 0;
                border-bottom: 1px dotted #ddd;
            }
            .speisekarte-item:last-child { border-bottom: none; }
            .speisekarte-name { font-weight: 500; min-width: 220px; }
            .speisekarte-desc { flex: 1; color: #666; font-size: 0.875rem; }
            .speisekarte-price { white-space: nowrap; font-weight: 500; color: #be8365; }
/* No heading underline in accordions */
.accordion h2 {
    background: none;
    padding: 0;
    display: revert;
    margin-bottom: 0;
}

.accordion-button {
    background-color: #f5ede8;
}
.accordion-button:not(.collapsed) {
    background-color: #be8365;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.speisekarte-item:hover {
    background-color: #f5ede8;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}
.zusatz {
    color: #999;
    font-size: 0.7em;
}

/* =====================
   Content page sections
   ==================== */

/* Alternate grey background section */
.section-alt {
    background-color: var(--light-grey);
}

/* Intro block with max-width constraint */
.intro-text {
    max-width: 800px;
    margin: 0;
}

.intro-text .subtitle {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--medium-grey);
    margin-bottom: 0.75rem;
}

/* Content images in two-column layouts */
.content-img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Room gallery: main image + 2 small images, height-matched */
.zimmer-galerie {
    display: flex;
}
.zimmer-galerie > .col-md-8 {
    display: flex;
}
.zimmer-galerie > .col-md-8 > a {
    flex: 1;
}
.zimmer-galerie > .col-md-8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bs-border-radius);
}
.zimmer-galerie > .col-md-4 > .row {
    height: 100%;
}
.zimmer-galerie > .col-md-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bs-border-radius);
}

/* =====================
   Highlight cards (3-up)
   ==================== */
.highlight-cards {
    margin-top: 2.5rem;
}

.highlight-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.highlight-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.highlight-card-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #5C6B2D;
    color: #fff;
}

.highlight-card-body h3 {
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #fff;
}

.highlight-card-body p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    flex: 1;
}

.highlight-card-body a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-size: 0.95rem;
    margin-top: 0.75rem;
    display: inline-block;
    transition: opacity 0.2s ease;
}

.highlight-card-body a:hover {
    color: #fff;
    opacity: 0.8;
}

/* Mobile spacing for stacked cards */
@media (max-width: 991px) {
    .highlight-cards .col-lg-4,
    .highlight-cards .col-lg-3 {
        margin-bottom: 1.5rem;
    }

    .content-img {
        margin-bottom: 2rem;
    }
}

/* ====================
   Fly-in animations
   Only active when JS adds .fly-in-ready to body
   ==================== */
/* Hidden state: no transition (instant hide) */
.fly-in-ready .fly-in-left,
.fly-in-ready .fly-in-right,
.fly-in-ready .fly-in-up {
    opacity: 0;
}

.fly-in-ready .fly-in-left {
    transform: translateX(-60px);
}

.fly-in-ready .fly-in-right {
    transform: translateX(60px);
}

.fly-in-ready .fly-in-up {
    transform: translateY(40px);
}

/* Visible state: transition only on reveal */
.fly-in-left.is-visible,
.fly-in-right.is-visible,
.fly-in-up.is-visible {
    opacity: 1 !important;
    transform: translate(0) !important;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .fly-in-ready .fly-in-left,
    .fly-in-ready .fly-in-right,
    .fly-in-ready .fly-in-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* =====================
   Wissenswertes A-Z page
   ==================== */

/* Topic index list (3-column navigation) */
.az-index-list {
    columns: 3;
    column-gap: 2rem;
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}
.az-index-list li {
    break-inside: avoid;
    padding: 0.4rem 0;
    border-bottom: 1px dotted #ddd;
}
.az-index-list a {
    color: var(--standard-black);
    text-decoration: none;
    transition: color 0.2s ease;
}
.az-index-list a:hover {
    color: var(--nav-brand);
}

/* Letter group container */
.az-group {
    margin-bottom: 2rem;
    scroll-margin-top: 100px;
}

/* Decorative letter heading */
.az-letter {
    font-family: 'Marcellus', serif;
    font-size: 2.5rem;
    color: var(--nav-brand);
    opacity: 0.3;
    margin-bottom: 0.5rem;
    padding-left: 4px;
}

/* Individual topic card */
.az-topic {
    background: #fff;
    border-left: 4px solid var(--nav-brand);
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    scroll-margin-top: 100px;
}
.az-topic h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
    color: var(--standard-black);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: none;
    padding: 0;
}
.az-topic h3 i {
    color: var(--nav-brand);
    font-size: 1rem;
    width: 1.5rem;
    text-align: center;
}
.az-topic ul {
    padding-left: 1.5rem;
    margin-bottom: 0;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .az-index-list { columns: 1; }
    .az-topic { padding: 1rem 1.25rem; }
    .az-letter { font-size: 2rem; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .az-index-list { columns: 2; }
}

/* =====================
   Startseite: Section-Highlight (Tan-Balken mit Icon-Links)
   ==================== */
.section-highlight {
    background: var(--nav-brand);
    color: #fff;
    padding: 30px 0;
    margin: 60px 0 0 0;
    text-align: center;
    min-height: 20vh;
}

/* Klickbares Icon-Item als Block-Link */
.highlight-item-link {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0.75rem;
    border-radius: 4px;
    transition: background 0.2s ease;
}
.highlight-item-link:hover,
.highlight-item-link:focus {
    background: rgba(255, 255, 255, 0.15);
    color: inherit;
}
.highlight-item-link i {
    font-size: 2rem;
    font-weight: 300;
    display: block;
}
.highlight-item-link h6 {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-weight: 400;
}
.highlight-item-link p {
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 0;
}

/* =====================
   Startseite: Karten-Sektion (Imagevideo, Wetter, Bewertungen)
   ==================== */

/* Warmes Off-White als Sektionshintergrund */
.section-cream {
    padding: 40px 0;
    background: #f9f5f2;
}

/* Weiße Karte */
.info-card {
    height: 100%;
    padding: 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}

/* Karten-Überschrift in Brand-Farbe */
.info-card-title {
    color: var(--nav-brand);
    font-size: 1.3rem;
    font-weight: 400;
}

/* Kein heading-underline für info-card-title */
.info-card .info-card-title {
    background: none;
    padding: 0;
}

/* Review-Badges (Startseite Bewertungskarte) */
.review-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--light-grey);
    transition: 0.3s;
    text-align: center;
}

.review-badge:last-child {
    border-bottom: none;
}

.review-badge:hover {
    transform: translateY(-2px);
}

.review-badge__icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.review-badge__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
}

.review-badge__stars {
    color: #ffc107;
    font-size: 0.85rem;
}

.review-badge__score {
    font-size: 0.8rem;
    color: var(--medium-grey);
}

/* Bewertungs-Zitat */
.quote-highlight {
    color: var(--nav-brand);
    font-size: 1rem;
    font-style: italic;
    border-left: none;
    position: relative;
    padding: 0 1.5rem;
}
.quote-highlight .quote-mark {
    font-size: 2rem;
    line-height: 0;
    vertical-align: -0.5rem;
    color: var(--nav-brand);
    opacity: 0.5;
}

/* Bewertungs-Button (Brand-Tan-Farbe) */
.btn-brand-tan {
    background: var(--nav-brand);
    color: #fff;
    border-radius: 4px;
    font-size: 0.85rem;
}
.btn-brand-tan:hover,
.btn-brand-tan:focus {
    background: #a86d52;
    color: #fff;
}

/* =====================
   Google Maps – responsive embed
   ==================== */
.map-responsive {
    aspect-ratio: 4 / 3;
}
@media (min-width: 768px) {
    .map-responsive {
        aspect-ratio: 32 / 9;
    }
}
.map-responsive iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ==========================================================================
   Portrait-Orientation: Hero-Section Anpassungen
   Reduziert Höhe und verbessert Bildausschnitt auf Hochformat-Displays
   ========================================================================== */

/* --- Tier 1: Alle Portrait-Displays (Tablets, Phones, etc.) --- */
@media (orientation: portrait) {
    .hero {
        height: calc(75vh + 70px);
    }
    .hero-subpage {
        height: 40vh;
    }
    .hero .carousel-item img {
        object-position: center 40%;
    }
    .hero-subpage .carousel-item img {
        object-position: center 35%;
    }
}

/* --- Tier 2: Schmale Portrait-Displays (Phones) --- */
@media (orientation: portrait) and (max-width: 767.98px) {
    .hero {
        height: calc(60vh + 70px);
    }
    .hero-subpage {
        height: 35vh;
    }
    .scroll-indicator {
        bottom: 1rem;
    }
}

/* --- Tier 3: Extrem schmale Displays (Fold-Phones, < 360px) --- */
@media (orientation: portrait) and (max-width: 359.98px) {
    .hero {
        height: calc(50vh + 70px);
    }
    .hero-subpage {
        height: 30vh;
    }
}