/*
    Theme Name: Steinbach Erlangen
    Author: ticktoo Systems GmbH (Pedro Stoehr)
    Author URI: https://ticktoo.com
    Template: bones
	   ___       ___
    /\  \___  /\  \
    \ \   __\_\_\  \
     \ \  \ /\____  \
      \ \__\\/___/\__\
       \/__/     \/__/
*/

/* ------------------------------------------------------------------------
// ANCHOR Imports
------------------------------------------------------------------------ */

@import url('vendor/fontawesome-pro-7.1.0-web/css/all.min.css');
@import url('../bones/vendor/bootstrap-5.3.8-dist/css/bootstrap.min.css');
@import url('assets/fonts/Bitter/Bitter.css');
@import url('assets/fonts/Thirsty/Thirsty.css');

/* ------------------------------------------------------------------------
// ANCHOR Vars
------------------------------------------------------------------------ */

:root {
  /* Fonts */
  --theme-font: 'Bitter', Helvetica, Arial, sans-serif;
  --theme-font-extra: 'Thirsty', Helvetica, Arial, sans-serif;
  --theme-root-size: 1rem;
  --h1: clamp(2.5rem, 4.6vw, 3.8rem);
  --h2: clamp(1.5rem, 3.0vw, 2.5rem);
   --h3-bigger: clamp(1.2rem, 2.3vw, 1.8rem);
  --h3: clamp(1.1rem, 2.3vw, 1.25rem);
  --h4: clamp(1rem, 1.8vw, 1.1rem);
  --h5: clamp(1rem, 1.4vw, 1rem);
  --h6: clamp(0.98rem, 1.1vw, 1.15rem);
  --subline: clamp(1.9rem, 3.5vw, 4.5rem);
  /* System */
  --theme-white: #ffffff;
  --theme-white-rgb: 255 255 255;
  --theme-black: #1d1d1b;
  --theme-black-rgb: 29 29 29;
  /* Colors */
  --theme-primary: #876b3e;
  --theme-primary-rgb: 135 107 62;
  --theme-primary-dark: color-mix(in srgb, rgb(var(--theme-primary-rgb)) 70%, black);
  --theme-secondary: #e40521;
  --theme-secondary-rgb: 228 5 33;
  --theme-secondary-dark: color-mix(in srgb, rgb(var(--theme-secondary-rgb)) 90%, black);
  --theme-add-1: #bd9b5f;
  --theme-add-1-rgb: 189 155 95;
  --theme-add-2: #dccbad;
  --theme-add-2-rgb: 220 203 173;
  --theme-brown: #3c1400;
  --theme-brown-rgb: 60 20 0;

  --theme-m0: #1d1d1d;
  --theme-m0-rgb: 29 29 29;
  --theme-m1: #f9f5d8;
  --theme-m1-rgb: 249 245 216;
  --theme-m2: #c0a74f;
  --theme-m2-rgb: 192 167 79;
  --theme-m3: #af171a;
  --theme-m3-rgb: 175 23 26;

  /* Utility */
  

  --theme-beige: #f1f1f1;  
  --theme-beige-rgb: 241,237,235;
  --theme-beige-mid: #f8f8f8;  
  --theme-beige-dark: #c1b6b2;
  --theme-beige-dark-rgb: 193 182 178;
  --theme-yellow: #ffcc00;
  --theme-border-radius: 10px;


	--theme-color-blue: 66,97,137;
	--theme-color-green: 118,184,55;
	--theme-color-gold: 196,147,65;
	--theme-color-beige: 187,170,138;
	--theme-color-beige-40: 228,221,208;
	--theme-color-beige-30: 234,229,220;
	--theme-color-beige-15: 245,242,238;
	--theme-transition: all .2s ease-in-out;
	--theme-color-gradient: linear-gradient(to right, rgb(255,255,255) 9%, rgb(228,221,208) 91%);

}

/* ------------------------------------------------------------------------
// ANCHOR A11Y
------------------------------------------------------------------------ */

.hidden{display:none!important}
.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal}
.visually-hidden.focusable:focus,.visually-hidden.focusable:active{position:static!important;overflow:visible;clip:auto;width:auto;height:auto}
.invisible{visibility:hidden}
a:focus,input:focus,button:focus,select:focus,textarea:focus,[tabindex]:not([tabindex="-1"]):focus{outline:2px solid currentColor!important;outline-offset:2px}
[class^="icon-"],[class*=" icon-"],[class^="element-"],[class*=" element-"]{display:inline-block;width:1em;aspect-ratio:1 / 1;stroke-width:0;stroke:currentColor;fill:currentColor;line-height:1;margin:0;padding:0}
#skiptocontent a{position:absolute;top:-40px;left:0;z-index:100000;padding:6px;color:var(--theme-white);background:var(--theme-petrol);border-right:1px solid var(--theme-white);border-bottom:1px solid var(--theme-white);border-bottom-right-radius:8px;transition:top .5s ease-out}
#skiptocontent a:focus{top:0;outline-color:transparent;transition:top .05s ease-in}
@media (prefers-reduced-motion: reduce) {#skiptocontent a{transition-duration:.001ms!important}}


.big-choice label {
font-size: var(--h4)!important;
font-weight: bold!important;
}
.wpforms-container input:focus,
.wpforms-container button:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus,
.submenu-toggle:focus,
[tabindex]:not([tabindex="-1"]):focus {
  outline: none !important;
  outline-offset: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field-layout:not(:first-child) > .wpforms-field-label:not(.wpforms-label-hide)::before {
  border: 0;
}
div.wpforms-container .wpforms-form .wpforms-field-layout > .wpforms-field-label {
  padding-top: 0!important;
}

/* ------------------------------------------------------------------------
// ANCHOR Bootstrap
------------------------------------------------------------------------ */

.container{padding-inline:1.5rem}
.img-fluid{height:auto;width:100%;max-width:100%}
.offcanvas{z-index:8001}
.offcanvas-top{background:var(--theme-white) url(assets/img/Dirt_Grey.webp) repeat-y center top;background-size:100%;background-attachment:fixed;height:100vh!important;max-height:100%!important}
.offcanvas-body{background:transparent;color:rgb(var(--theme-color));margin:0;padding:180px 0 0!important;position:relative;width:100%}

/* ------------------------------------------------------------------------
// ANCHOR WordPress
------------------------------------------------------------------------ */

.wp-block-button__link{background-color:var(--theme-black);color:var(--theme-white);padding:.75rem 1rem;border-radius:6px;font-size:inherit;line-height:1;display:inline-flex;align-items:center;justify-content:center;margin-block:.5rem 1.5rem;transition:background-color .3s ease;text-decoration:none;font-weight:600}
.wp-block-button__link:hover{background-color:var(--theme-primary-hover)}
.wpforms-page-indicator-steps{display:none!important}
.wp-block-table,.wp-block-table table{width:100%;border-collapse:collapse;border-spacing:0;margin:0;padding:0}
.wp-block-table th,.wp-block-table td{border:none;padding:.5rem .75rem;text-align:left;vertical-align:top}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background:transparent!important}
.wp-block-table table.has-fixed-layout{table-layout:auto!important}
.wp-block-table thead{border:0}
.wp-element-caption{width:100%;max-width:680px;padding:0 2rem;padding-top:1rem;text-align:center;margin:0 auto}
.wp-element-caption.wide{max-width:800px}
.wp-block-image{padding:1.5rem 0}
.wp-block-image.size-large img,.wp-block-image.size-full img{border-radius:6px;display:block;height:auto;max-width:100%;width:1200px}

/* -- ADMIN BAR -- */

body.admin-bar .site-header{top:32px}
@media (max-width: 782px) {
  body.admin-bar .site-header{top:46px}
}

/* ------------------------------------------------------------------------
// SECTION Plugins
------------------------------------------------------------------------ */

/* !SECTION */

/* ------------------------------------------------------------------------
// SECTION Globals
------------------------------------------------------------------------ */

/* ANCHOR html, body */

body{
  background: var(--theme-add-2) url('assets/img/Dirt_Red.webp') repeat-y center top;
  background-size: 100%;
  background-attachment: fixed;
  color:var(--theme-black);
  font-family:var(--theme-font);
  font-size:var(--theme-root-size);
  line-height:1.5;
  overflow-x:hidden;
  scroll-behavior:smooth;
  text-rendering:optimizeLegibility;
}

h1{
  font-family: var(--theme-font-extra);
  font-size: var(--h1);
  text-align: center;
  color: var(--theme-m2);
  line-height:1.1;margin:0;padding:1rem 0 2rem 0;
}
h2{
  font-size: var(--h2);
  color: var(--theme-m3);
  margin:0;padding:.5rem 0 .75rem 0;
  font-weight: 600;
}
h3{
  font-size: var(--h3);
  margin:0;padding:.75rem 0;
}
h4{
  font-size: var(--h4);
}

a{color:var(--theme-m3);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
a:hover{color:rgb(var(--theme-black))}
p{margin-bottom:1.5rem}
p:last-child{margin-bottom:0}

.mpb{background:rgba(var(--theme-add-2-rgb) / 40%);padding:1rem 1.5rem;border-radius:var(--theme-border-radius)}
.mpb p{font-size:.9rem;margin-bottom:1rem}
.mpb h3{font-family:var(--theme-font-extra);font-size:var(--h3-bigger);color:var(--theme-m3);hyphens:auto;text-align:center;line-height:1.1;margin:0;padding:.5rem 0 1rem}
.mpb.red{background-color:rgba(var(--theme-m3-rgb) / 90%);color:var(--theme-m1)}
.mpb.red h3{color:var(--theme-m1)}
.mpb.brown{background:rgba(var(--theme-brown-rgb) / 80%);color:var(--theme-white)}
.mpb.brown h3{color:var(--theme-m2)}
.mpb.food{background:rgba(var(--theme-white-rgb) / 50%)}
.mpb.food h3{font-size:var(--h2)}




.img-rotate-cw {
  transform: rotate(-3deg);
  margin-bottom: 2rem;
  margin-top: -1rem;
}

/* ANCHOR Header */

.site-header{background-color:transparent;left:0;position:absolute;top:0;transition:all .2s ease-in-out;width:100%;z-index:9001;height:90px}
html > body .site-header{position:fixed}
.site-header .container{position:relative}
.site-header .brand{position:absolute;left:50%;transform:translateX(-50%);top:20px;transition:var(--theme-transition)}
.site-header .brand a{background:url(assets/img/logo.svg) no-repeat 0 0;display:block;text-indent:-9999px;transition:all .2s}
.site-header .brand a{background-size:144px 51px;height:51px;width:144px}
.site-header .brand a:focus{outline:0!important}
.site-header .menu-btn{position:absolute;left:1.5rem;transition:all .2s}
.site-header .action-btn{border:1px solid transparent;padding:.2rem 0 0;line-height:32px;text-align:center;text-decoration:none;color:var(--theme-add-2);text-transform:uppercase;letter-spacing:.1rem;font-size:1.2rem;font-weight:bold;display:none;margin-right:1rem}
.site-header .service{position:absolute;right:1.5rem;transition:all .2s;display:flex;align-items:center}
.site-header .service ul{list-style-type:none;margin:0;padding:0}
.site-header .service li{float:left}
.site-header .menu-btn,.site-header .service{top:24px}
.site-header .menu-btn{border:1px solid transparent;display:inline-block;padding:.2rem 0 0;line-height:32px;text-align:center;text-decoration:none;color:var(--theme-add-2);text-transform:uppercase;letter-spacing:.1rem;font-size:1.2rem;font-weight:bold}
.site-header .menu-btn .trigger{cursor:pointer}
.site-header .menu-btn em{font-style:normal;display:none;padding-left:.5rem}
.site-header.scrollhead,.heroless .site-header,.site-header.active,.site-header.scrollhead.active{background:var(--theme-m3) url(assets/img/Dirt_Red.webp) repeat-y center top;background-size:100%;background-attachment:fixed}
.heroless .site-header,.site-header.scrollhead,.site-header.active{height:90px}
.heroless .site-header .brand a,.site-header.scrollhead .brand a,.site-header.active .brand a{background-size:144px 51px;height:51px;width:144px}
.heroless .site-header .service,.heroless .site-header .menu-btn,.site-header.scrollhead .service,.site-header.scrollhead .menu-btn,.site-header.active .service,.site-header.active .menu-btn{top:28px}
.site-header .trigger .trigger-closed{display:block}
.site-header .trigger .trigger-open{display:none}
.site-header .trigger.open .trigger-closed{display:none}
.site-header .trigger.open .trigger-open{display:block}
.canvas-item a{color:rgb(var(--theme-black));text-decoration:none}
.canvas-item i{margin-right:6px}
.offcanvas .menu,.offcanvas .menu ul{list-style-type:none;margin:0;padding:0}
.offcanvas .menu li{color:var(--theme-m3);font-weight:bold;font-size:1.3rem;text-transform:uppercase;margin-bottom:1rem;letter-spacing:.15rem}
.offcanvas .menu li li{color:var(--theme-black);font-weight:500;font-size:.9rem;margin-bottom:.5rem;letter-spacing:.05rem}
.offcanvas .menu ul{margin-top:.5rem}
.canvas-item h3{color:rgb(var(--theme-color));font-weight:bold;font-size:1.3rem;text-transform:uppercase;margin:0 0 .7rem;padding:0;letter-spacing:.15rem}
.canvas-item p{line-height:2;text-transform:uppercase;font-weight:500;font-size:.9rem;margin-bottom:1rem;letter-spacing:.05rem}
.canvas-item h3,.offcanvas .menu li{margin-top:1.5rem}
.offcanvas .menu li li{margin-top:0}
.canvas-item.last{padding-bottom:2rem}
.site-header .icon-btn.last{margin-right:0}

.lang-en, .lang-de{
  background-size:35px 25px;
  border-radius: 4px;
  display:inline-block;
  height:25px;
  text-indent: -9999px;
  width:35px;
}

.lang-en{background:url(assets/img/icon_flag-en.svg) no-repeat center center}
.lang-de{background:url(assets/img/icon_flag-de.svg) no-repeat center center}

.btn-block{display:block}
.btn-big{background-color:var(--theme-m3);border-radius:var(--theme-border-radius);padding:.75rem 1.5rem;text-align:center;text-decoration:none;color:var(--theme-white);text-transform:uppercase;letter-spacing:.1rem;font-size:1.2rem;font-weight:bold}
.btn-big:hover {color:var(--theme-white)}
.btn-big:focus{outline:0}

/* ANCHOR Main */

main{background:var(--theme-white) url(assets/img/Dirt_Grey.webp) repeat-y center top;background-size:100%;background-attachment:fixed;padding-bottom:5rem}
.heroless main{padding-top:120px}
/* .home main{padding-bottom:0}*/

/* ANCHOR Footer */

.site-footer{color:var(--theme-white);font-size:.9rem;line-height:1.5;padding:2rem 0 1.5rem;text-align: center;}
.site-footer .footer-item{margin-bottom:1rem}
.site-footer strong{color:rgb(var(--theme-white-rgb) / 60%);letter-spacing:.1rem;text-transform:uppercase}
.site-footer ul{list-style-type:none;margin:0;padding:0}
.site-footer p{margin-bottom:.5rem}
.site-footer a{color:var(--theme-white);text-decoration:none}
.site-footer a:hover{text-decoration:underline}



/* ------------------------------------------------------------------------ */

  .block-columns{
    column-count: 1;
    column-gap: 0;
  }



.block-columns > p{
  break-inside: avoid;
  margin: 0 0 1rem;
}

/* Default (unter 992px): normales Flow-Layout, keine Spalten, keine Abstände */
.block-masonry{
  --gap-x: 32px;
  --gap-y: 32px;
  position: static;
}

.block-masonry .masonry-item{
  position: static;
  width: auto;
  transform: none;
  margin-bottom: 1.5rem;
}

/* Desktop (ab 992px): Masonry aktiv + Abstände */
@media (min-width: 992px){
  .block-masonry{
    --gap-x: 32px;   /* Abstand zwischen Spalten */
    --gap-y: 32px;   /* Abstand nach unten */
    position: relative;
  }

  .block-masonry .masonry-item{
    position: absolute;
    width: calc((100% - var(--gap-x)) / 2); /* 2 Spalten */
  }
}


/* !SECTION */


.text-white {
  color: var(--theme-white)
}
.font-normal {
  font-family: var(--theme-font);
}
.font-sm {
  font-size: .9rem;
  font-weight: 600;
}
.font-m {
  font-size: var(--h5);
}
.font-m-static {
  font-size: 1.5rem;
}
.font-l {
  font-size: var(--h3);
}
.font-l-static {
  font-size: 2.4rem;
}
.font-xl {
  font-size: var(--h2);
}
.text-block {
  display: block;
}

/* ------------------------------------------------------------------------
// SECTION Blocks
------------------------------------------------------------------------ */

/* ANCHOR Spacer */

.block-spacer{margin:clamp(2rem, 4vw, 4rem) 0}
.spacer--half{margin:clamp(1rem, 4vw, 2rem) 0}
.spacer--double{margin:clamp(2rem, 4vw, 6rem) 0}
.spacer-test { padding: 4rem 0}

section h1 {
  font-family: var(--theme-font-extra);
  font-size: var(--h1);
  text-align: center;
  color: var(--theme-add-1);
}

section h2 {
  font-size: var(--h3);
  
}

/* ANCHOR Hero */

.hero .gradBox{background:#000;background:linear-gradient(-130deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.1) 33%,rgba(0,0,0,0) 50%,rgba(0,0,0,.1) 67%,rgba(0,0,0,.5) 100%);background-attachment:fixed;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:1}
.hero{background:var(--theme-add-1) url(assets/img/Dirt_Gold.webp) no-repeat center top;background-size:cover;background-attachment:fixed;min-height:600px;overflow:hidden;position:relative;padding-top:8rem}
.hero .container,.heroSubline{position:relative;z-index:2}
.heroContainer{min-height:600px;display:flex;flex-direction:column;gap:0;padding:0}
.heroCol{display:flex;flex-direction:column;justify-content:center}
.heroCol--left{order:1;align-items:center;gap:1rem}
.heroCol--right{order:2;align-items:center;gap:1rem}
.heroCol--storks{order:3;align-items:flex-end;justify-content:center;margin-top:-3rem}
.heroStorks{height:min(360px,60vh);aspect-ratio:37 / 57;transform:translateY(2.5rem);padding-right:2rem}
.heroStorks svg{width:100%;height:100%;display:block}
.heroSubline{font-size:var(--subline);color:var(--theme-add-2);line-height:1.1;position:absolute;bottom:2rem;left:2rem;z-index:2}
.heroSubline span{display:block}
.heroBox{text-align:center;color:var(--theme-add-2);font-family:var(--theme-font-extra);position:static;transform:none;max-width:none;line-height:1.2;text-shadow:2px 2px 0 rgb(var(--theme-black-rgb) / 30%);margin:0 0 1rem}
.heroBox .boxTitle,.heroBox .boxLabel,.heroBox .boxContent{margin-bottom:.5rem}
.heroBox .boxLabel,.heroBox .boxExtra{font-size:var(--h5)}
.heroBox .boxContent{line-height:1.3}
.heroBox p{margin-bottom:0}
.heroBox a{text-decoration:none;color:currentColor;display:inline-block}
.heroBox--reservierung a{background-color:rgba(var(--theme-m3-rgb) / 80%);display:inline-block;padding:.5rem 1.5rem;border-radius:var(--theme-border-radius);color:var(--theme-white)}
.heroBox--intro .text-block{margin-bottom:.5rem}
.heroBox--intro{padding:0 1.5rem}

.heroBox--intro .boxTitle {
  color: var(--theme-m1);
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.heroBox--intro .boxContent {
  font-family: var(--theme-font);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .025em;
  font-size: .9rem;
}

.heroBox--beers .boxLabel {
  color: var(--theme-white);
  font-size: 1.2rem;
}
.heroBox--beers .boxTitle {
  color: var(--theme-m1);
  font-size: 2.3rem;
  font-weight: normal;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.heroBox--ausschank .boxLabel,
.heroBox--ausschank .boxExtra {
  color: var(--theme-white);
  font-size: 1.2rem;
}
.heroBox--ausschank .boxTitle {
  color: var(--theme-m1);
  font-size: 2rem;
}
.heroBox--gastwirtschaft .boxLabel {
  color: var(--theme-white);
  font-size: 1.2rem;
}
.heroBox--abholung .boxLabel,
.heroBox--abholung .boxExtra {
  color: var(--theme-white);
  font-size: 1.2rem;
}



/* ANCHOR Food & Drinks */

.foodExtras{font-size:.9rem;color:var(--theme-m2);text-align:center}
.foodItem{display:flex;flex-direction:column;gap:12px;border-top:1px solid rgba(var(--theme-black-rgb) / 10%);padding:.75rem 0}
.mpb .foodItem:first-of-type{border-top:0}
.foodItem--description{min-width:0}
.descTitle{font-weight:700;margin-bottom:6px}
.descTitle sup{color:rgba(var(--theme-black-rgb) / 50%);font-size:.6rem}
.descBody{line-height:1.35;font-size:.95rem}
.foodItem--pricing{display:flex;flex-direction:column;gap:6px}
.priceGroup{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.95rem}
.priceQty{white-space:nowrap;opacity:.9}
.pricePrice{white-space:nowrap;font-weight:700;text-align:right}

/* ANCHOR Zapforte */

.poi{display:flex;align-items:center;gap:8px;border-bottom:1px dashed var(--theme-add-2);padding:1rem 0}
.poi:last-of-type{border:0}
.poi__title{font-weight:700;flex:0 0 auto;color:var(--theme-m3)}
.poi__address{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}
.poi__pin{width:18px;height:18px;flex:0 0 18px;fill:currentColor}
.poi__link{margin-left:auto;text-align:right;flex:0 0 auto}
.poi{flex-direction:column;align-items:flex-start}
.poi__link{margin-left:0;text-align:left;width:100%}


/*! TILES ---- */

.tiles{margin-bottom:6rem}
.tile-item{position:relative;margin-bottom:2rem}
.tile-item h2{color:var(--theme-m3)}
.tile-item .item-text{background:rgba(var(--theme-add-2-rgb) / 40%);width:85%;padding:85px 43% 65px 90px;min-height:450px;border-radius:0 0 6px 6px;}
.tile-item .item-image{position:absolute;right:0;top:50%;z-index:10;width:50%;transform:translate(0,-50%)}
.tile-item.reverse .item-text{padding:85px 90px 65px 43%;margin-left:15%}
.tile-item .item-image.portrait{max-height:inherit}
.tile-item.reverse .item-image{right:auto;left:0}
.tile-item img {border-radius: 6px 6px 0 0;}
.tile-item a {color: var(--theme-m3)}

@media screen and (max-width: 991.98px){ /* SMALL + MEDIUM */ 

    .tile-item .item-text{padding:42.5px 23% 32.5px 45px;min-height:350px}
    .tile-item.reverse .item-text{padding:42.5px 45px 32.5px 23%}
    .tile-item .item-image{width:33%}
}
@media screen and (min-width: 576px) and (max-width: 991.98px){ /* MEDIUM ONLY */ }
@media screen and (max-width: 575.98px){ /* SMALL ONLY*/ 
    .tile-item .item-text{padding:30px 25px 20px;min-height:0!important;width:100%}
    .tile-item.reverse .item-text{padding:30px 25px 20px;margin:0}
    .tile-item .item-image{position:relative;right:0;top:0;left:0;width:100%;transform:translate(0,0)}
}


.group:after{content:".";clear:both;display:block;height:0;visibility:hidden}


.block-beer{background: url(assets/img/sbe_krug-gold.webp) no-repeat center center;background-size:110px 150px;display:block;height:150px;margin:3rem 0 0 0}


.pageHero{
  position: relative;
  min-height: clamp(420px, 70vh, 820px);
  overflow: hidden;
  color: #fff;
  background: center / cover no-repeat;
}

/* Hintergrundbild */
.pageHero--brewery{
  background-image: url('/wp-content/uploads/2026/01/Demo_Brewery.webp'); /* Pfad anpassen */
}

.pageHero--garden{
  background-image: url('/wp-content/uploads/2026/01/Demo_Garden.webp'); /* Pfad anpassen */
}

/* optional: dunkler Verlauf unten links für Lesbarkeit */
.pageHero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: radial-gradient(60% 60% at 0% 100%,
    rgba(0,0,0,.65) 0%,
    rgba(0,0,0,.25) 45%,
    rgba(0,0,0,0) 70%);
}

/* Content unten links */
.pageHero__content{
  position: absolute;
  left: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 4vw, 3rem);
  z-index: 1;
}

.pageHero__title{
  margin: 0 0 .75rem 0;
  font-size: var(--h2);
  font-weight: 600;
  text-transform: uppercase;
}

/* Pills */
.pageHero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.pillLink{
  display: inline-flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  background: var(--theme-white);
  border: 1.5px solid var(--theme-white);
  color:  var(--theme-primary);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  transition: all .3s ease-in-out;
}

.pillLink:hover{
  background: var(--theme-brown);
  border-color: var(--theme-brown);
  color: var(--theme-m1);
}

.footer-logo {
  fill: #FFF;margin-bottom: 1rem;
}

.pillLink.small {
  padding: .5rem 1rem;
  background: transparent;
  border: 1.5px solid var(--theme-add-2);
  color:  var(--theme-primary);
}
.pillLink.small:hover{
  background: var(--theme-primary);
  border-color: var(--theme-primary);
  color: var(--theme-white);
}




.mpb.brown .pillLink {
  text-align: center;
  margin-bottom: 1rem;
  display: block;
}

.mpb.brown .pillLink:hover{
  background: var(--theme-m2);
  border-color: var(--theme-m2);
  color: var(--theme-white);
}



.block-cam,
.heroBox--storks {
  border-radius: 16px;
  overflow: hidden;  
  background: var(--theme-white, #fff);

  aspect-ratio: 24 / 17;
  margin-bottom: 2rem;
}

.heroBox--storks {
  border: 2px solid var(--theme-add-2);
  position: relative;
  max-width: 320px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.block-cam {
  position: relative
}


.block-cam .netcam_live,
.heroBox--storks .netcam_live{
  margin: 0;
  width: 100%;
  height: 100%;
}


.block-cam .netcam_live > img,
.heroBox--storks .netcam_live > img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center; 

  transform: scale(1.2); 
  transform-origin: center;
}



/*
.block-cam,
.heroBox--storks {
  position: relative;
  aspect-ratio: 24 / 17; 
  border: 2px solid var(--theme-add-2, rgba(0,0,0,.15));
  border-radius: 16px;
  overflow: hidden;
  background: var(--theme-white, #fff);
}


.block-cam::before,
.heroBox--storks::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.06), rgba(0,0,0,.12), rgba(0,0,0,.06));
  background-size: 200% 100%;
  animation: camSkeleton 1.2s infinite;
}

@keyframes camSkeleton{
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}


.block-cam .netcam_live,
.heroBox--storks .netcam_live{
  margin: 0;
  position: absolute;
  inset: 0;
}


.block-cam .netcam_live > img,
.heroBox--storks .netcam_live > img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
  transform-origin: center;
}


.block-cam:has(.netcam_live > img),
.heroBox--storks:has(.netcam_live > img){
}
.block-cam:has(.netcam_live > img)::before,
.heroBox--storks:has(.netcam_live > img)::before {
  opacity: 0;
  transition: opacity .2s ease;
}
*/

.cam-live{
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  font-family: var(--theme-font);

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(0,0,0,.55);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: .05em;

  backdrop-filter: blur(3px);
}

/* blinkender Punkt */
.cam-live__dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff2d2d;
  box-shadow: 0 0 0 0 rgba(255,45,45,.9);
  animation: camPulse 1.1s infinite;
}

@keyframes camPulse{
  0%   { transform: scale(1);   box-shadow: 0 0 0 0 rgba(255,45,45,.85); }
  60%  { transform: scale(1.05);box-shadow: 0 0 0 10px rgba(255,45,45,0); }
  100% { transform: scale(1);   box-shadow: 0 0 0 0 rgba(255,45,45,0); }
}

/* optional: Respektiert "reduce motion" */
@media (prefers-reduced-motion: reduce){
.cam-live__dot{ animation: none; }
}

.block-img-grid img{
  border-radius: var(--theme-border-radius);
  margin-bottom:1.5rem}


/* !SECTION */


/* ------------------------------------------------------------------------
// SECTION Responsive, Baby!
------------------------------------------------------------------------ */

@media only screen and (max-width: 575px) {

  .hero .container {
padding-left:0;
padding-right:0;
max-width:100%;
  }

}

/* ANCHOR Small */

@media only screen and (min-width: 576px) {

  .tile-item .item-text,
.tile-item img {
  border-radius: 6px;
}

}

/* ANCHOR Medium */

@media only screen and (min-width: 768px) {

 .foodItem{
    flex-direction:row;
    align-items:flex-start;
    gap:24px;
  }

  .foodItem--description{
    flex:1 1 auto;
  }

  .foodItem--pricing{
    flex:0 0 auto;
    gap:8px;
    min-width:180px;
  }
  .priceGroup{
    justify-content:flex-end;
  }
  .priceQty{
    width:clamp(260px, 8vw, 300px);
    text-align:right;
  }
  .pricePrice{
    width:clamp(60px, 10vw, 80px);
    text-align:right;
  }

}

/* ANCHOR Large */

@media only screen and (min-width: 992px) {


.poi{flex-direction:row;align-items:center}
.poi__link{margin-left:auto;text-align:right;width:auto}


.offcanvas-body{padding-top:200px!important}
.site-header .brand a{background-size:274px 97px;height:97px;width:274px}
.site-header{height:140px}
.site-header .action-btn{display:inline-block}
.site-header .menu-btn,.site-header .service{top:50px}
.site-header .menu-btn em{display:inline-block}
.container.sbe{max-width:calc(100% - 4rem)}

.block-columns{
  column-count: 2;
  column-gap: 4rem;
}


.heroless main {
  padding-top: 160px;
}


.tile-item .item-text,
.tile-item img {
  border-radius: 6px;
}


  section .container,
  .offcanvas-body .container {
    max-width: 1100px;

  }

  
.hero{padding-top:2rem;}
.hero .container{max-width:1600px}
.heroContainer{flex-direction:row;align-items:stretch;padding-top:7rem}
.heroCol--left{order:1;flex:1 1 0;gap:clamp(1rem,2vw,2rem);}
.heroCol--storks{order:2;flex:0 0 min(38vh,460px);display:flex;align-items:center;justify-content:center}
.heroCol--right{order:3;flex:1 1 0;gap:clamp(1rem,2vw,2rem)}
.heroCol--left,.heroCol--right{min-width:0}
.heroStorks{height:clamp(360px,70vh,640px);transform:translateY(2.25rem);padding-right:0;margin-top:0}
.heroBox{align-self:auto;margin-bottom:0;}
.heroBox--align-left{align-self:flex-start}
.heroBox--align-center{align-self:center}
.heroBox--align-right{align-self:flex-end}
.heroBox--reservierung{transform:rotate(-3deg);margin-bottom:1rem;}
.heroBox--ausschank{transform:rotate(3deg);margin-bottom:1rem}
.heroBox--gastwirtschaft{transform:rotate(-2deg);margin-left:1.5rem}
.heroBox--abholung{transform:rotate(3deg)}
.heroBox--beers{margin-bottom:10rem;transform:rotate(-3deg)}
.heroBox--intro{margin-bottom:1rem;}
.heroSubline{left:3rem}
.heroBox--storks{margin-left: -3rem;}
}

/* ANCHOR Extra large */

@media only screen and (min-width: 1200px) {

.container{max-width:1300px}
.heroCol--storks{flex-basis:min(46vh,620px)}
.heroStorks{height:clamp(520px,85vh,820px);transform:translateY(2rem)}


}

/* ANCHOR Beyond */

@media only screen and (min-width: 1400px) {

  .heroCol--storks{flex-basis:min(52vh,720px)}
  .heroStorks{height:clamp(620px,90vh,960px);transform:translateY(2.5rem)}
}

/* !SECTION */


/*! END OF LINE */