/* =============================
   Designsystem (Global Tokens)
============================= */
:root {
  /* Farben */
  --alm-color-brand: #d63c3c;
  --alm-color-brand-dark: #a62828;
  --alm-color-accent: #3cd66f;
  --alm-color-accent-closed: #ff5b5b;
  --alm-color-text: #1d1d1d;
  --alm-color-text-weak: #475569;
  --alm-color-bg-dark: #0b1220;
  --alm-color-bg-wood: #3f2c1f;
  --alm-color-card: #ffffff;
  --alm-color-light: #ffffff;

  /* Transparenzen & Glas-Effekte */
  --alm-frost-light: rgba(255,255,255,.66);
  --alm-frost-transparent: rgba(255,255,255,.33);
  --alm-frost-strong: rgba(255,255,255,.92);
  --alm-frost-dark: rgba(0,0,0,.45);
  --alm-blur-sm: blur(6px);
  --alm-blur-md: blur(12px);

  /* Schatten */
  --alm-shadow-sm: 0 2px 6px rgba(0,0,0,.3);
  --alm-shadow-md: 0 6px 18px rgba(0,0,0,.4);
  --alm-shadow-lg: 0 12px 28px rgba(0,0,0,.5);

  /* Radius */
  --alm-radius-sm: 8px;
  --alm-radius: 16px;
  --alm-radius-lg: 24px;
  --alm-radius-round: 9999px;

  /* Abstände */
  --alm-space-xs: 4px;
  --alm-space-sm: 8px;
  --alm-space-md: 16px;
  --alm-space-lg: 28px;
  --alm-space-xl: 48px;

  /* Container & Breakpoints */
  --alm-container: min(1200px, 92vw);
  --alm-bp-sm: 480px;
  --alm-bp-md: 768px;
  --alm-bp-lg: 1024px;

  --wp--style--gallery-gap-default: 1.5rem; /* Standard-Abstand */
  --gallery-block--gutter-size: 1.5rem;
  --wp--style--block-gap: 1.5rem;

}


/* nunito-sans-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: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/nunito-sans-v19-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* nunito-sans-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: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito-sans-v19-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* nunito-sans-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: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* nunito-sans-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: 'Nunito Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/nunito-sans-v19-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* nunito-sans-700 - 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: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* nunito-sans-900 - 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: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/nunito-sans-v19-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


h2, h3 {
  /*font-family: 'Playpen Sans', serif!important;
  
  margin-top: 40px;*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'metronic-slab';
}

.h6, h6 {
  font-size: 1rem;
  font-weight: bold;
}

/* =============================
   Reset & Base
============================= */
*,*::before,*::after { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: 'Nunito Sans', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
  color: var(--alm-color-text);
  background: linear-gradient(180deg, #0b1220 0%, #1b2a42 40%, #203049 100%);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: color(srgb 0.6865 0.2045 0.2042);
  font-weight: bold;}
.alm-container { width: var(--alm-container); margin-inline: auto; }

/* =============================
   Header
============================= */
.alm-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(to right, #5a3c23, #4a2e17);
  border-bottom: 4px solid var(--alm-color-brand);
  box-shadow: var(--alm-shadow-md);
}
.alm-topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: .75rem var(--alm-space-md); gap: 1rem;
}
.alm-brand { display: flex; align-items: center; gap: .75rem; }
.alm-brand img {
  width: 38px; height: 38px; border-radius: 50%;
  object-fit: cover; border: 2px solid rgba(255,255,255,.6);
}
.alm-brand .title { color: #fff; font-weight: 800; letter-spacing: .3px; }
.alm-brand .subtitle { color: #facc15; font-size: .8rem; font-style: italic; }
.alm-social { display: flex; align-items: center; gap: .5rem; }
.alm-icon-btn {
  width: 36px; height: 36px; border-radius: var(--alm-radius-sm);
  display: grid; place-items: center;
  background: rgba(255,255,255,.08); color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  transition: all .25s ease;
}
.alm-icon-btn:hover { background: rgba(255,255,255,.2); }
.alm-rent-btn {
  background: var(--alm-color-brand); color: #fff; font-weight: 700;
  padding: .6rem .9rem; border-radius: var(--alm-radius-sm); border: none;
  box-shadow: 0 6px 14px rgba(214,60,60,.35); transition: all .25s ease;
}
.alm-rent-btn:hover { background: var(--alm-color-brand-dark); transform: translateY(-2px); }

/* =============================
   Hero
============================= */
.alm-hero {
  position: relative; isolation: isolate; color: #fff;z-index: 99;     margin-top: -70px;
  padding-top: 70px;
  background-image: url('/wp-content/themes/herzl-alm-theme/assets/img/hero1a.jpg');
  background-size: cover;
}
.alm-hero::after {
  content:""; position:absolute; inset:0;
  /*background: linear-gradient(rgba(11, 18, 32, 0.3), rgba(11, 18, 32, 0.5) 61.34%, rgba(31, 11, 11, 0.74));*/
  background: linear-gradient(rgba(11, 18, 31, 0.11), rgba(11, 18, 31, 0.39) 61.34%, rgba(31, 11, 11, 0.49));
  z-index: -1;
}
.alm-hero-inner {
  padding: clamp(64px, 9vw, 120px) var(--alm-space-md) clamp(40px, 6.5vw, 80px);
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 24px);
  min-height: 60vh;
  text-align: center;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  padding-top: 0;
}
.alm-hero-logo {
  width: min(48vh);
}

.alm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  animation: heroSlider 24s infinite;
  z-index: -1;
  transition: background-image 1s ease-in-out;
}

.footer-menu {
  display: inline-flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  display: inline;
  position: relative;
}

.footer-menu li:not(:last-child)::after {
  content: "|";
  margin-left: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.footer-menu a:hover {
  opacity: 0.8;
}

/* 5 Bilder mit sanften Übergängen (je 20%) */
@keyframes heroSlider {
  0%, 19% {
    background-image: url('/wp-content/themes/herzl-alm-theme/assets/img/hero1a.jpg');
  }

  20%, 39% {
    background-image: url('/wp-content/themes/herzl-alm-theme/assets/img/schneekanone_web.jpg');
  }

  40%, 59% {
    background-image: url('/wp-content/themes/herzl-alm-theme/assets/img/hero2.jpg');
  }

  60%, 79% {
    background-image: url('/wp-content/themes/herzl-alm-theme/assets/img/hero3.jpg');
  }

  80%, 100% {
    background-image: url('/wp-content/themes/herzl-alm-theme/assets/img/hero4.jpg');
  }
}

.alm-hero h1 {
  font-weight:700;
  font-size: clamp(1.9rem, 4.5vw, 3.4rem);
  margin:0; letter-spacing:.4px;
  text-shadow: 0 8px 30px rgba(0,0,0,.55);
  top: -50px;
position: relative;
}
.alm-info-strip { display: grid; grid-template-columns: 1fr; gap: 2.6rem; margin-top: .5rem; }
.alm-pill {
  display: flex ;
      align-items: flex-start;
      backdrop-filter: var(--alm-blur-sm);
      -webkit-backdrop-filter: var(--alm-blur-sm);
      border-radius: var(--alm-radius);
      box-shadow: var(--alm-shadow-md);
      background: var(--alm-frost-light);
      border: 1px solid rgba(255, 255, 255, .25);
      color: var(--alm-color-text);
      padding: 0.95rem 1.15rem;
      flex-direction: column;
      font-size: 1.1em;
}
.alm-dot {     width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid white;}
.alm-dot.online { background: var(--alm-color-accent); }
.alm-dot.offline { background: var(--alm-color-accent-closed); }
.alm-cta-row { display:flex; gap:.6rem; flex-wrap:wrap; }
.alm-cta {
  background:#fff; color:#0b1220; border:none;
  padding:.75rem 1rem; border-radius: var(--alm-radius-sm);
  font-weight:700; display:flex; align-items:center; gap:.5rem;
  transition: all .25s ease;
}
.alm-cta:hover { background:#f1f5f9; transform: translateY(-2px); }
.alm-cta.secondary {
  background:transparent; color:#fff; border:1px solid rgba(255,255,255,.25);
}
.alm-cta.secondary:hover { background: rgba(255,255,255,.1); }


.wood1 {
  background-image: url('/wp-content/themes/herzl-alm-theme/assets/img/wood3.jpg');
  background-position: center;
  background-size: contain;
 /* background-attachment: fixed; */
  padding: clamp(50px, 7vw, 100px) var(--alm-space-md) clamp(40px, 6.5vw, 80px);
  color: var(--alm-color-light);
}

.gastro {
  background: linear-gradient(180deg, #0b1220 0%, #1b2a42 40%, #203049 100%);
  padding: clamp(64px, 9vw, 120px) var(--alm-space-md) clamp(40px, 6.5vw, 80px);
  color: white; 
}

section.events .tippframe{
  display: none;
}

.event-thumb.mb-4 {
  max-width: 430px;
margin-left: auto;
margin-right: auto;
}

.wood-sm {
  padding: clamp(64px, 5vw, 120px) var(--alm-space-md) clamp(40px, 6.5vw, 80px);
}

.block.dark.vermietung {
  padding: var(--alm-space-lg);
}

.alm-announce img, .alm-event-thumb img {
  border-radius: 7px;
  border: 1px solid #ffffff4a;
  /*aspect-ratio: 1.33;*/
}

.intro2 {
  padding: 20px;
}

.winter {
  background-image: url('/wp-content/themes/herzl-alm-theme/assets/img/hero1a.jpg');
  background-position: center;
  background-size: cover;
  padding: clamp(64px, 9vw, 120px) var(--alm-space-md) clamp(40px, 6.5vw, 80px);
}

.break {
  position: relative;
  overflow: hidden;
  height: 20px;
}

.break::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/themes/herzl-alm-theme/assets/img/karo-sq.jpg');
  background-position: center;
  background-size: 33px;
  background-repeat: repeat;
  background-attachment: fixed;
  transform: rotate(5deg);
  height: 210px;
  margin-top: -100px;
  box-shadow: -50px 50px 70px -22px rgba(0, 0, 0, 0.73) inset;
}

.break::after {
  content:""; position:absolute; inset:0;
  background: linear-gradient(rgba(0, 0, 0, 0.51), rgba(11, 18, 32, 0.5) 25.63%, rgba(5, 8, 14, 0) 69.75%, rgba(0, 0, 0, 0.23));
}


/*Schneeampgel drop */

.alm-pill {
  position: relative; /* wichtig, damit das Dropdown daran ausgerichtet wird */
}

.alm-pill.wetter {
  width: 100%;
  margin-top: 30px;
}

.pill3 {
  display: flex ;
      justify-content: center;
      align-items: center;
      gap: 0px;
}

.pill3 .fa-solid {
  font-size: 2.5em;
}

.alm-attr-toggle {
  cursor: pointer;
  margin-top: .3rem;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex
;
  align-items: center;
  gap: .3rem;
  border-top: 1px solid #444;
  width: 100%;
  position: relative;
  top: 7px;
  padding-top: 3px;
}




/* Dropdown-Liste */
.alm-attr-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  margin-top: .4rem;
  padding: 3px 0 0;
  z-index: 20;

  /* Hintergrund & Glas-Effekt */
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  background: rgb(228 228 228 / 96%);
  border-radius: var(--alm-radius-sm);
  box-shadow: var(--alm-shadow-md);

  /* Animation */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition:
    max-height 0.6s ease,
    opacity 0.4s ease,
    transform 0.4s ease;
  pointer-events: none; /* verhindert Klicks im geschlossenen Zustand */
}

.alm-attr-list.sidebar {
  position: static;
width: 100%;
background: none;
box-shadow: none;
backdrop-filter: none;
-webkit-backdrop-filter: none;
border: none;
}

.sidebar .alm-attr-item {
  width: 100%;
}

/* Wenn geöffnet */
.alm-pill.open .alm-attr-list {
  max-height: 800px; /* ausreichend groß für den Inhalt */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Pfeil-Animation */
.alm-attr-toggle .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.alm-pill.open .alm-attr-toggle .arrow {
  transform: rotate(90deg);
}

/* Items */
.alm-attr-item {
  display: flex
  ;
      align-items: center!important;
      gap: .6rem;
      font-size: 1rem;
      border-bottom: 1px solid #00000073;
      padding: 5px 10px;
}

.alm-attr-item.empty {
  opacity: 0;
}


.front .alm-attr-item {
  gap: .6rem;
  font-size: 1rem;
  padding: 3px 9px;
  background: var(--alm-frost-dark);
  align-items: flex-start;
  backdrop-filter: var(--alm-blur-sm);
  -webkit-backdrop-filter: var(--alm-blur-sm);
  border-radius: var(--alm-radius);
  border-radius: 29px;
  box-shadow: var(--alm-shadow-md);
  border: 1px solid rgba(255, 255, 255, .25);
  color: white;
  font-size: 1.1em;
  margin: 4px;

  transition: all 0.3s ease;
  overflow: hidden;
}

.alm-attr-item:last-child {
  margin-bottom: 0;
}

.alm-attr-item .alm-dot {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  align-content: center;
  color: white;
  text-align: center;
}

.alm-dot.online {
  background: #4caf50;
}

.alm-dot.offline {
  background: #f44336;
}

.alm-attr-hours {
  opacity: .8;
  font-size: .8rem;
  /*white-space: nowrap;*/
  margin-top: -3px;
}

.alm-attr-info {
  text-align: left;
}

.alm-attr-title {
  font-weight: bold;
}

.alm-attr-icon {
  display: flex
;
}

/* =============================
   Cards, Tiles, Events, Footer
   (Hier kannst du die gleiche Logik anwenden)
   -> Alle Klassen mit .alm- prefix
============================= */

/* Beispiel: */
.alm-card { ... }
.alm-tile { ... }
.alm-events { ... }
.alm-footer { ... }


.block {
  backdrop-filter: var(--alm-blur-sm); /* Weichzeichner-Effekt */
  -webkit-backdrop-filter: var(--alm-blur-sm); /* Safari */
  border-radius: var(--alm-radius);
  box-shadow: var(--alm-shadow-md);
  padding: var(--alm-space-xl);
  margin: var(--alm-space-lg) auto;
  font-size: 1.05rem;
  line-height: 1.6;
}

.block.halfpadding {padding-left: var(--alm-space-md);padding-right: var(--alm-space-md);}

.block.light {
 /* background: var(--alm-frost-light); /* halbtransparentes Weiß
  color: var(--alm-color-text);*/
  background: radial-gradient(#ffffffe6, #ffffffbf, #ffffff78);
  color: var(--alm-color-text);
  box-shadow: var(--alm-shadow-md), inset 0 0 59px #0000005c;
  
}

.block.dark {
  background: var(--alm-frost-dark); /* halbtransparentes Weiß */
  color: var(--alm-color-light);
}


/* Basis-Stile für alle Buttons */
.alm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: var(--alm-radius);
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.alm-btn.icon {
  padding-left: 10px;
}

.alm-btn.icon i{
  margin-right: 10px;
}

/* Ghost-Button (dein Glas-Style) */
.alm-btn-ghost {
  backdrop-filter: var(--alm-blur-sm);
  -webkit-backdrop-filter: var(--alm-blur-sm);
  background: var(--alm-frost-dark);
  color: #fff;
  box-shadow: var(--alm-shadow-md);
}
.alm-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35),
              0 0 12px rgba(35, 12, 12, 0.4);
}
.alm-btn-ghost::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: all 0.4s ease;
}
.alm-btn-ghost:hover::after { left: 100%; }

.alm-pill-main {
  display: flex
;
text-align: left;
  gap: 10px;
}

.pill3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: var(--alm-radius);
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;

  backdrop-filter: var(--alm-blur-sm);
  -webkit-backdrop-filter: var(--alm-blur-sm);
  background: var(--alm-frost-dark);
  color: #fff;
  box-shadow: var(--alm-shadow-md);
}

.pill3.fx:hover, .alm-attr-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35),
              0 0 12px rgba(61, 56, 56, 0.4);
}

.pill3.fx::after, .alm-attr-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: all 0.4s ease;
}

.pill3.fx:hover::after, .alm-attr-item:hover::after {
  left: 100%;
}

.alm-pill.pill3.starttext {
  text-align: left;
  align-items: baseline;
  padding: 50px;
}


/* Primary-Button */
.alm-btn-primary {
  background: var(--alm-color-brand);
  color: #fff;
  box-shadow: var(--alm-shadow-md);
}
.alm-btn-primary:hover {
  background: var(--alm-color-brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(31, 27, 27, 0.5);
}

/* Secondary-Button */
.alm-btn-secondary {
  background: #fff;
  color: var(--alm-color-text);
  border: 1px solid #ddd;
}
.alm-btn-secondary:hover {
  background: #f9fafb;
  transform: translateY(-2px);
}


figure {
  margin: 0 0 1rem!important;
  }

/**EVENTS**/

/* Events Group */
.alm-event-group {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 1rem;
  padding: 0.5rem var(--alm-space-md);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  align-items: start;
}

/* Gemeinsame Datumsbox */
.alm-event-date {
  background: rgba(255, 255, 255, 0.1);
 /* border: 1px solid rgba(255, 255, 255, 0.25);*/
  border-radius: var(--alm-radius-sm);
  padding: 0.3rem;
  text-align: center;
  color: #fff;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 11px;
}

.front-event .alm-event-date {
  display: none;
}

.alm-event-date .weekday {
  font-size: 0.8rem;
  opacity: 0.8;
}

.alm-event-date .day {
  font-size: 1.6rem;
  font-weight: 700;
  margin: -6px 0;
}

.alm-event-date .month {
  font-size: 0.85rem;
  text-transform: uppercase;
}

/* Events-Liste rechts */
.alm-event-list {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

/* Einzelnes Event */
.alm-event {
  display: grid;
  grid-template-columns: 80px 1fr 30px;
  gap: 0.75rem;
  text-decoration: none;
  color: #fff;
  transition: background 0.2s ease;
  padding: 0.8rem 1rem;
  border-radius: var(--alm-radius-sm);
}

.alm-event:hover {
  background: rgba(255, 255, 255, 0.05);
}

.alm-event-body {
  color: #fff;
}

.alm-event-title {
  margin: 0 0 .3rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.alm-event-meta {
  font-size: 0.9rem;
  opacity: 0.85;
  margin: 0 0 .4rem;
}

.alm-event-excerpt {
  font-size: 0.95rem;
  opacity: 0.9;
  margin: 0;
}

/* Pfeil rechts */
.alm-event-link {
  color: var(--alm-color-brand);
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.alm-event:hover .alm-event-link {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 768px) {
  .alm-event-group {
    grid-template-columns: 1fr;
  }
  .alm-event-date {
    margin-bottom: 0.8rem;
    min-width: auto;
  }
  .alm-event {
    grid-template-columns: 1fr;
  }
  .alm-event-link {
    display: none;
  }

  .alm-event-date {
    flex-direction: row;      /* in einer Reihe */
    gap: 0.4rem;              /* Abstand dazwischen */
    font-size: 1rem;          /* gleiche Schriftgröße für alle */
    padding: 0.3rem 0.6rem;   /* etwas kompakter */
  }
  .alm-event-date .day,
  .alm-event-date .month,
  .alm-event-date .weekday {
    font-size: 1rem;          /* angleichen */
    margin: 0;                /* Abstand zurücksetzen */
  }

  .alm-event-group {gap:  0;}
}


.alm-sonderevents {
  margin: 0 -0.5rem;
  gap: 20px;
}
.alm-sonderevent img {
  width: 100%;
  height: auto;
  border-radius: var(--alm-radius);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.alm-sonderevent:hover img {
  transform: scale(1.03);
  box-shadow: var(--alm-shadow-lg);
}


/*Modal*/

.modal-content.bg-dark.text-white {
  background-image: url(/wp-content/themes/herzl-alm-theme/assets/img/wood2.jpg);
  background-position: center;
  background-size: cover;
  border-radius: var(--alm-radius);
  box-shadow: var(--alm-shadow-md);
}

.modal-backdrop.show {
  background: rgb(24 25 30 / 74%);
  backdrop-filter: blur(3px) saturate(120%);
  -webkit-backdrop-filter: blur(3px) saturate(120%);
  opacity: 1;
}


/*NAVBAR*/

.navbar-dark {
  backdrop-filter: var(--alm-blur-sm);
  -webkit-backdrop-filter: var(--alm-blur-sm);
  background: var(--alm-frost-dark);
box-shadow: var(--alm-shadow-md);
padding: 0;
}

.btn100 {
  height: 53px;
  vertical-align: baseline;
  border: none;
  border-radius: 0px;
  color: white;
  opacity: 0.8;
  font-size: 1em;
  padding: 6px;
  display: flex;              /* Flexbox aktivieren */
  align-items: center;        /* vertikal zentrieren */
  justify-content: center; 
}

.btn100:hover {
  opacity: 1;
}

.navright span {
  border-left: 1px solid #ffffff7a;
}

.btn100 i {
  font-size: 1.3em;
}

a.vermietung.btn100 {
  background: var(--alm-color-brand);
  text-transform: uppercase;
  padding: 0px 20px;
}

.navright span {
  border-left: 1px solid white;
  display: flex;
  padding: 0px 15px;
}

.navbar .container-fluid {
  padding-right: 0;
}

ul#menu-main {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 0.75px;
  font-weight: 700;
}

nav.scrolled {
  background: rgb(0 0 0 / 84%);
}

#menu-item-74 a {
  background: url(/wp-content/themes/herzl-alm-theme/assets/img/herzl-alm-logo-red.png) center no-repeat;
  background-size: cover;
  color: transparent
}

.nav-link {
  color: #ffffffad;
  font-family: 'metronic-slab';
  font-weight: 600;
}

.nav-link:hover {
  color: #ffffff;
}

.navbar-nav .dropdown-menu {
  backdrop-filter: var(--alm-blur-md);
  -webkit-backdrop-filter: var(--alm-blur-md);
  background: #000000d4;
  box-shadow: var(--alm-shadow-md);
  color: white;
  border-radius: 0;

  padding: 10px 0px;
}

.navbar-nav .dropdown-menu a{
  color: #ffffffad;
  border-bottom: 1px solid #333;
  padding: 10px 15px;
  font-family: 'metronic-slab';
  text-transform: none;
}

.navbar-nav .dropdown-menu li a:hover{
  color: #ffffff;
  background: none!important;
}

.navbar-nav .dropdown-menu li a.active{
  color: #ffffff;
  background: var(--alm-color-brand)!important;
}

div#mainOffcanvas {
  backdrop-filter: var(--alm-blur-sm);
  -webkit-backdrop-filter: var(--alm-blur-sm);
  background: var(--alm-frost-dark);
  color: #fff;
  box-shadow: var(--alm-shadow-md);
}

img.logo-burger {
  width: 50%;
  margin: auto;
}

.mobile74 {display: none;}

.offcanvas .nav-link {
  font-size: 1.1em;
  letter-spacing: 0.75px;
  font-weight: 500;
  padding: 8px 15px;
  color: #ffffff;
}

.offcanvas li.nav-item {
  border-bottom: 1px solid #555;
  padding: 7px;
}

.offcanvas a.nav-link.active {
  background: #ffffff33;
  border-radius: 44px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f036;
}

.wp-block-table td, .wp-block-table th {
  border: 1px solid;
  padding: 0.25em .5em;
}

.buttonselector {
  padding: 20px 0px;
}

a.wp-block-button__link.wp-element-button {
  border-radius: 28px;
}

.page-id-22 .btn1 a, .page-id-117 .btn2 a, .page-id-119 .btn3 a {
  background: var(--alm-color-brand);
}
/* =============================
   Tiles / Cards
============================= */
.alm-tile {
  border-radius: var(--alm-radius);
  box-shadow: var(--alm-shadow-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
  color: #fff;
}

/* Hover Effekt */
.alm-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--alm-shadow-lg);
}

/* Varianten */
.alm-tile.dark {
  background: var(--alm-frost-dark); /* Glas-Effekt dunkel */
  backdrop-filter: var(--alm-blur-sm);
  -webkit-backdrop-filter: var(--alm-blur-sm);
  color: #fff;
}

.alm-tile.light {
  background: var(--alm-frost-light); /* Glas-Effekt hell */
  backdrop-filter: var(--alm-blur-sm);
  -webkit-backdrop-filter: var(--alm-blur-sm);
  color: var(--alm-color-text);
}

.alm-tile.transparent {
  box-shadow: none;
}

.alm-tile.transparent .alm-tile-media {
  border-radius: var(--alm-radius);
  overflow: hidden;
  box-shadow: var(--alm-shadow-md);
}

.alm-tile.transparent  .alm-tile-content {
  padding-left: 10px;
}

.alm-tile.transparent .alm-tile-content h3 {
  font-size: 2rem;
}


.alm-tile.transparent  .alm-tile-content .btn {
  font-size: 1em;
  background: var(--alm-color-brand);
  border: none;
  color: white;
}

/* Bild mit Aspect Ratio */
.alm-tile img.card-img-top {
  aspect-ratio: 1.4;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: var(--alm-radius);
  border-top-right-radius: var(--alm-radius);
}

/* Status Badge (oben links) */
.alm-tile-status {
  position: absolute;
  top: .6rem;
  left: .6rem;
  background: rgba(0,0,0,0.55);
  padding: .3rem .6rem;
  border-radius: var(--alm-radius-sm);
  font-size: .85rem;
  display: flex;
  align-items: center;
  gap: .4rem;
}

.alm-tile-status.closed {display: none;}

.alm-tile-status .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.dot.online  { background: var(--alm-color-accent); }
.dot.offline { background: var(--alm-color-accent-closed); }

/* Card Body / Content */
.alm-tile-content {
  padding: var(--alm-space-md);
  border-bottom-left-radius: var(--alm-radius);
  border-bottom-right-radius: var(--alm-radius);
}

.alm-tile.dark .alm-tile-content {
  background: var(--alm-frost-dark);
  color: #fff;
}

.alm-tile.light .alm-tile-content {
  background: var(--alm-frost-strong);
  color: var(--alm-color-text);
}

.alm-tile-content h3 {
  margin: 0 0 .5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.alm-tile-content p {
  font-size: 0.95rem;
  opacity: .9;
  margin: 0 0 1rem;
}

/* Optional Button in Card */
.alm-tile-content .btn {
  border-radius: var(--alm-radius-sm);
  padding: 5px 15px;
  font-size: 0.85em;
}


/* Container für die letzten beiden kleinen Tiles */
.half-tile-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Kleine Version der Tile */
.small-tile {
  background: var(--alm-frost-dark);
  backdrop-filter: var(--alm-blur-sm);
  -webkit-backdrop-filter: var(--alm-blur-sm);
  border-radius: var(--alm-radius);
  box-shadow: var(--alm-shadow-md);
  overflow: hidden;
  display: grid
  ;
      grid-template-columns: 3fr 4fr;
}

.small-tile img.card-img-top {
  height: 100%;
  border-top-right-radius: 0;
}

.hoursbox {border-radius: var(--alm-radius);
  padding: 22px 28px 11px;
  background: url('/wp-content/themes/herzl-alm-theme/assets/img/wood3.jpg');
  color: white;
  background-size: cover;
  background-position: bottom;
  margin: 20px 10px 40px;
  box-shadow: var(--alm-shadow-md), inset 0 0 59px #0000005c;
  text-shadow: 0px 0px 25px #000;
  background: rgba(0, 0, 0, 0.62);
}

.hoursbox h2, .hoursbox h3 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 5px;
}

.text-shadow {text-shadow: 1px 1px 6px #000;}


/* Responsiv: untereinander anzeigen */
@media (max-width: 991px) {
  .half-tile-group {
    flex-direction: column;
  }
}

.page-hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  z-index: 99;
  margin-top: -70px;
}

.page-hero img {
  width: 100%;
  height: 25vh;
  object-fit: cover;
  display: block;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 2rem;
}

.page-hero-overlay .page-title {
  color: #fff;
  font-size: 4vw;
  margin-top: 0;
  text-align: left;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 1);
}

.sidebar-col .widget {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  margin-bottom: 1rem;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
}
.sidebar-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.alm-grid {
  display: grid;
  grid-template-columns: 2fr 1fr; /* 2/3 – 1/3 Aufteilung */
  gap: 2rem;
  align-items: start;
}

.content-col {
  min-width: 0;
}

.sidebar-col {
  align-self: start;
}

.btn-close {background-color: white;}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-left: 20px;
  opacity: 0.7;
}

.footer-nav li {
  margin-bottom: 5px;
}

/* Optional: Stil für Widgets in der Sidebar */
.sidebar-col .widget {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  margin-bottom: 1rem;
}

/* Grid: 1–3 Spalten je nach Bildanzahl */
.page-gallery {
  display: grid;
  gap: .75rem;
  margin-bottom: 1.25rem; /* etwas Abstand zum Text */
}
.page-gallery.cols-1 { grid-template-columns: 1fr; }
.page-gallery.cols-2 { grid-template-columns: repeat(2, 1fr); }
.page-gallery.cols-3 { grid-template-columns: repeat(3, 1fr); }

/* Einheitliche Höhe über aspect-ratio */
.pg-item {
  position: relative;
  aspect-ratio: 16 / 9;   /* einheitliche Höhe; bei Bedarf anpassen */
  overflow: hidden;
}

.wp-lightbox-overlay .scrim {
  background-color: rgba(0, 0, 0, 0.77)!important;
  }

.wp-block-image figure, .pg-item {box-shadow: 1px 28px 30px -20px rgba(50, 50, 93, 0.25), rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  overflow: hidden;
  border-radius: 12px;
}

.pg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* füllt den Rahmen, ohne zu verzerren */
  display: block;
}

hr {
  opacity: 0.5;
  margin: 40px 25%;
}

#pillmain.front .alm-pill-main {
  border-bottom: 2px solid #ffffff9e !important;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 1.7em;
  margin: 0 10px 10px;
  text-shadow: 1px 2px 8px #000000c2;
}

.alm-weather {
  display: flex ;
      align-items: center;
      justify-content: space-evenly;
      gap: 1.2rem;
      font-weight: 600;
      
    flex-wrap: nowrap;
}

.alm-weather-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 60px;
}

.alm-weather-item .temp {
  font-size: 1rem;
  margin-top: 0.15rem;
}

.alm-weather-item .time {
  font-size: 0.8rem;
  opacity: 0.7;
  margin-top: 0.1rem;
}

.alm-weather i {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.alm-weather-box {
  width: 100%;
}
.alm-weather-item i.fa-solid {
  font-size: 1em!important;
}

.alm-weather-item.now i.fa-solid {
  font-size: 2em!important;
}

.alm-infobar {
  background: #111;
  color: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0;
  border-top: 1px solid #ffffff7d;
}

.alm-infobar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.alm-infobar-item {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.alm-infobar-item img {
  height: 114px;
  object-fit: cover;
  border-radius: var(--alm-radius-sm);
  box-shadow: var(--alm-shadow-sm);
}

.alm-infobar-logo img {
  height: 100px;
}

a.alm-infobar-item {
  padding: 20px 30px;
  color: white;
  background: #1b2a427a;
  border: solid #ffffff7d;
  border-width: 0px 1px;
  max-width: 45%;

  font-weight: normal;  
}

/* Responsive: auf kleineren Screens 1–2 Spalten */
@media (max-width: 900px) {
  .page-gallery.cols-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .page-gallery.cols-2,
  .page-gallery.cols-3 { grid-template-columns: 1fr; }
}


/* =============================
   Responsive Anpassungen
============================= */
@media (min-width:720px){
  .alm-info-strip{grid-template-columns:2.3fr 2fr}
  .alm-tiles{grid-template-columns:repeat(3,1fr)}
  .inner-lift {    display: grid  ;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
      width: 100%;}
}
@media (min-width:980px){
  .alm-tiles{grid-template-columns:repeat(4,1fr)}
}



@media (min-width:1200px) {.h2, h2 {font-size: 2.15rem;
  font-weight: 600;}}


/* Smartphones im Hochformat bis ~600px Breite */
@media screen and (max-width: 720px) and (orientation: portrait) {


  .footer-menu {
    flex-direction: column;
}

.navright span {
  padding: 0px 5px;
}

.navbar-toggler {
  border: var(--bs-border-width) solid white!important;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
  --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e)!important;
}

.alm-infobar .container {
    flex-direction: column;
    padding: 0;
    gap: 0;
}

.alm-weather {
  padding: 22px 0px;
}

.alm-hero-logo {
  width: auto;
}

.alm-hero-inner {
  min-height: 60vh;
  justify-content: space-evenly;
  padding-top: 50px;
}

.alm-pill.starttext {
  padding: 24px;
  margin-left: -30px;
  margin-right: -30px;
  border-radius: 0;
}

.footer-nav li a {
  color: white;
}

a.alm-infobar-item {
  border-width: 1px 0px;
}
a.alm-infobar-item {
  max-width: 100%;
}

/*  #pillmain {position: fixed;

    z-index: 99;
    left: 0;
    right: 0;
    border-radius: 0;  
    background: rgba(255, 255, 255, 0.91);
    display: grid;
grid-template-columns: 2fr 2fr;
grid-template-rows: auto 3fr;
gap: 1rem;
padding-bottom: env(safe-area-inset-bottom);
  bottom: 0;
  left: 0;
  right: 0;
  will-change: transform;
  transform: translateZ(0);
    }*/

    .pill-date {    grid-column-start: 1;
      grid-column-end: none;}
      .alm-info-strip {    grid-template-columns: 1fr;}

      .alm-weather-item.intro {
        display: none;
    }

    .page-hero-overlay .page-title {font-size: 8vw;}

.alm-attr-list {position: static;
  width: 100%;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  border: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 gleich breite Spalten */
  grid-column: 1 / -1;
}
}

/* Mobile Ansicht */
@media (max-width: 900px) {
  .alm-grid {
    grid-template-columns: 1fr;
  }
  .sidebar-col {
    margin-top: 2rem;
  }

  .page-id-10 .block{
    padding: 0;
  }

  .alm-attr-toggle {border: none;}

  .alm-attr-item {
    padding: 5px 0px;
  }
}

.front-event .alm-event-group {
border: none!important;
padding: 0px!important;
grid-template-columns: 1fr;
}

.salach_lift_open span.hint {display: none;}
.salach_lift_closed .front-event {display: none;}

.salach_lift_closed .alm-event-thumb, .salach_lift_closed .alm-event-title {
  opacity: 0.3;
}

.salach_lift_closed .alm-event-group p {color: #696969;}


span.hint {
  display: block;
  margin-top: 7px;
  text-transform: uppercase;
  color: white;
}

footer {
  color: white;
  padding: 40px;
}

footer a{
  color: white;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {flex-grow: unset!important;}
/*.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: auto!important;
  } */