:root{
  /* Colors close-ish to screenshot â€“ change later */
  --bg: #ffffff;
  --page: #ffffff;
  --ink: #0b1430;
  --ink2: #0E0F11;
  --ink3: #1E1F23;
  --muted: rgba(11,20,48,.70);
  --signal: #F6F92E;
  --signal2: #e7e7df;
  --navy: #17214b;
  --navy-2:#111a3c;
  --blue: #0a53b6;
  --amber: #d59a43;
  --amber2: #CF8518;
  --line: rgba(11,20,48,.16);
  --logorot: #bc1413;
  --wrap: 1500px;
  --radius: 0px;
--leftbg: #e7e7df;/* screenshot has sharp edges */
}
/* =========================
   ANSPRECHPARTNER FOTO
   ========================= */


.heroLinksWebYep .einsatzDatum{
  font-weight: 900 !important;
  color: #000;
}
.heroLinksWebYep .heroLinks li{
  border-bottom: 1px solid rgba(0,0,0,.18);
}

.heroLinksWebYep .heroLinks li:last-child{
  border-bottom: 0;
}

.contactCard__top{
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 48px;          /* vorher 18px ? jetzt +10 */
  align-items: start;
}

.contactCard__photo{
  width: 110px;
}

.contactCard__photo img,
.contactPhoto{
  width: 110px !important;
  height: 145px !important;
  object-fit: cover;
  display: block;
}

.contactCard__person{
  min-width: 0;
	padding-left: 40px;
}

.contactCard__role{
  font-size: 14px;
  font-weight: 900;
  color: rgba(11,20,48,.65);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 6px;
}

.contactCard__name{
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  color: var(--ink);
}

@media (max-width:760px){
  .contactCard__top{
    grid-template-columns: 90px 1fr;
    gap: 14px;
  }

  .contactCard__photo,
  .contactCard__photo img,
  .contactPhoto{
    width: 90px !important;
  }

  .contactCard__photo img,
  .contactPhoto{
    height: 120px !important;
  }
}
/* =========================
   TECHNIK ACCORDION
   ========================= */

/* =========================
   TECHNIK SLIDER / WEBYEP GALLERY
   ========================= */

.techSlider{
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

/* WebYep-Container */
.techSlider .WebYepGalleryContainer,
.techSlider .WebYepGalleryRow{
  width: 100%;
  height: 100%;
}

/* Alle Zellen erstmal ausblenden */
.techSlider .WebYepGalleryCell{
  display: none;
  width: 100% !important;
  height: 420px;
  margin: 0 !important;
  padding: 0 !important;
}

/* Nur aktive Zelle zeigen */
.techSlider .WebYepGalleryCell.is-active{
  display: block;
}

/* Bildbereich */
.techSlider .WebYepGalleryImage{
  width: 100%;
  height: 100%;
}

/* Link + Bild */
.techSlider .WebYepGalleryImage a,
.techSlider .WebYepGalleryImage img{
  width: 100%;
  height: 100%;
  display: block;
}

.techSlider .WebYepGalleryImage img{
  object-fit: cover;
}

/* WebYep-Editorbuttons nicht aufblasen */
.techSlider .WebYepGalleryAddButton img,
.techSlider .WebYepGalleryRemoveButton img,
.techSlider .WebYepGalleryUpButton img,
.techSlider .WebYepGalleryDownButton img,
.techSlider .WebYepGalleryEditButton img{
  width: 18px !important;
  height: auto !important;
}
.techSlider{
  position: relative;
}

/* Buttons */

.techSliderBtn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 42px;
  height: 42px;

  border: none;
  background: rgba(0,0,0,.65);
  color: #fff;

  font-size: 22px;
  font-weight: 700;
  cursor: pointer;

  z-index: 20;
}

.techSliderBtn:hover{
  background: rgba(0,0,0,.85);
}

.techSliderBtn--prev{
  left: 12px;
}

.techSliderBtn--next{
  right: 12px;
}
/* Mobile */
@media (max-width:900px){
  .techSlider{
    min-height: 260px;
  }

  .techSlider .WebYepGalleryCell{
    height: 260px;
  }
}

.dienstabendBar{
  padding: 28px 0;
}

.dienstabendInner{
  background: var(--signal);
  padding: 18px 28px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.dienstabendLabel{
  font-weight: 900;
  font-size: 24px;
  color: #000;
}

.dienstabendRight{
  text-align: right;
}

.dienstabendDate{
  display: block;
  font-weight: 900;
  font-size: 24px;
  color: var(--logorot);
}

/* neue Zusatzzeile */
.dienstabendInfo{
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0,0,0,.18);

  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

/* falls WebYep wieder wilde p-Tags baut */
.dienstabendInfo p{
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

@media (max-width:760px){

  .dienstabendInner{
    flex-direction: column;
    align-items: flex-start;
  }

  .dienstabendRight{
    text-align: left;
  }

  .dienstabendLabel{
    font-size: 20px;
  }

  .dienstabendDate{
    font-size: 18px;
  }

}
/* =========================
   DUAL BOXES
   ========================= */
/* =========================
   WEBYEP GALLERY BUTTON FIX
   ========================= */
/* =========================
   HERO VIDEO
   ========================= */

.heroVideo{
  position: relative;
  height: 600px;          /* gleiche Höhe wie vorher Slider */
  overflow: hidden;
}

/* Video */
.heroVideo video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
  position: relative;
  z-index: 0;
}

/* dunkler Overlay für bessere Lesbarkeit */
.heroVideo::after{
  content:"";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  pointer-events: none;   /* blockiert keine Klicks */
  z-index: 1;
}

/* Mobile Höhe */
@media (max-width: 760px){
  .heroVideo{
    height: 320px;
  }
}

/* Video Button */
.heroVideoToggle{
  position: absolute;
  left: 20px;
  bottom: 20px;

  background: #000;
  color: #fff;
  border: none;

  padding: 10px 16px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .5px;

  cursor: pointer;
  z-index: 5;            /* über Overlay */
}

/* Hover */
.heroVideoToggle:hover{
  background: #222;
}

/* Mobile Button */
@media (max-width: 760px){
  .heroVideoToggle{
    left: 12px;
    bottom: 12px;
    padding: 8px 12px;
    font-size: 12px;
  }
}



.WebYepGalleryAddButton,
.WebYepGalleryRemoveButton,
.WebYepGalleryUpButton,
.WebYepGalleryDownButton,
.WebYepGalleryEnabledButton{
    width: 18px !important;
    height: auto !important;
}

/* zusätzlich: falls WebYep sie als IMG einbindet */
.WebYepGalleryAddButton img,
.WebYepGalleryRemoveButton img,
.WebYepGalleryUpButton img,
.WebYepGalleryEditButton img,
.WebYepGalleryDownButton img{
    width: 18px !important;
    height: auto !important;
}


.WebYepImageEditButton {
    width: 18px !important;
    height: 18px;
	}

.dualBoxes{
  padding: 48px 0 60px;
}

.dualBoxes__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.actionPage{
  padding: 48px 0 70px;
}

.actionIntro{
  margin-bottom: 28px;
}

.actionBreadcrumbs{
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 14px;
}

.actionSubline{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.actionHeadline{
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 900;
}

.actionBlock{
  background: #e7e7df;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 28px;
  padding: 28px;
  align-items: start;
}

.actionBlock__text{
  min-width: 0;
}

.actionBlock__text h2{
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
}

.actionBlock__copy{
  font-size: 17px;
  line-height: 1.55;
}

.actionBlock__copy *{
  max-width: 100%;
  overflow-wrap: break-word;
}

.actionBlock__gallery{
  min-width: 0;
}

.actionBlock__gallery img{
  max-width: 100%;
  height: auto;
}

@media (max-width: 900px){
  .actionBlock{
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .actionBlock__text h2{
    font-size: 26px;
  }
}











.ImpressumPage{
  padding: 48px 0 70px;
}

.ImpressumIntro{
  margin-bottom: 28px;
}

.ImpressumBreadcrumbs{
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 14px;
}

.ImpressumSubline{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ImpressumHeadline{
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 900;
}

.ImpressumBlock{
  background: #e7e7df;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 28px;
  padding: 28px;
  align-items: start;
}

.ImpressumBlock__text{
  min-width: 0;
}

.ImpressumBlock__text h2{
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
}

.ImpressumBlock__copy{
  font-size: 17px;
  line-height: 1.55;
}

.ImpressumBlock__copy *{
  max-width: 100%;
  overflow-wrap: break-word;
}

.ImpressumBlock__gallery{
  min-width: 0;
}

.ImpressumBlock__gallery img{
  max-width: 100%;
  height: auto;
}

@media (max-width: 900px){
  .ImpressumBlock{
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .ImpressumBlock__text h2{
    font-size: 26px;
  }
}










/* =========================
   REPORT SLIDER
   ========================= */

.reportSlider{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.reportSlide{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
  transition: opacity 3s ease; /* weiches Ein-/Ausblenden */
}

.reportSlide.is-active{
  opacity: 1;
  z-index: 1;
}

/* BOX BASIS */
.dualBox{
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

/* FARBEN */
.dualBox--beige{
  background: #e7e7df;
}

.dualBox--yellow{
  background: var(--signal2); /* dein Gelb */
}

/* BILD */
.dualBox__media{
  width: 100%;
}

.dualBox__media img,
.dualBoxImg{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* HEADLINE */
.dualBox__title{
  margin: 6px 0 4px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
}

/* TEXT */
.dualBox__text{
  font-size: 16px;
  line-height: 1.5;
}

.dualBox__text *{
  max-width: 100%; /* WebYep-Schutz */
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 900px){
  .dualBoxes__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dualBox{
    padding: 22px;
  }

  .dualBox__title{
    font-size: 24px;
  }
}
.WebYepGalleryImage{
  border: 0px solid #ffffff;
  border-radius: 0px;
  margin-left:0px;
  margin-top:0px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--page);
  color: var(--ink);
  line-height: 1.35;
}

a{ color: inherit; text-decoration:none; }
a:hover{ text-decoration: underline; }
.muted{ color: var(--muted); }

.wrap{
  max-width: var(--wrap);
  margin: 0 auto;
 padding: 0 18px;
}

/* Header */
.siteHeader{
  background: var(--page);
  position: sticky;
  top: 0;
  z-index: 20;
}
.siteHeader__inner{
  height: 64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.logo{
  display:flex;
  align-items:center;
  gap: 10px;
}
.logo__badge{
  width: 42px; height: 42px;
  background: #fff;
  border: 1px solid var(--line);
  display:grid;
  place-items:center;
  font-weight: 900;
  letter-spacing:.5px;
}
.logo__text{
  font-weight: 900;
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: .7px;
}

/* Mobile Logo skalieren (stabil im Flex) */
@media (max-width: 760px){
  .logo{
    width: 100%;
    justify-content: flex-start; /* oder center, wenn du willst */
  }

  .logo img{
    display: block;
    flex: 0 0 auto;
    width: 70%;
    max-width: 70%;
    height: auto;
  }
}



.headerActions{
  display:flex;
  align-items:center;
  gap: 10px;
}
.iconBtn{
  width: 38px; height: 38px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor:pointer;
}

.menuCloseRow{
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: flex-end; /* GANZ RECHTS */
}

.menuCloseBtn{
  border: none;
  background: transparent;
  font-weight: 900;
  letter-spacing: .6px;
  cursor: pointer;
  color: rgba(11,20,48,.85);
}

.menuCloseBtn:hover{
  text-decoration: underline;
}

.menuBtn{
  display:flex;
  align-items:center;
  gap: 8px;
  border: none;
  background: transparent;
  cursor:pointer;
  font-weight: 900;
  letter-spacing: .7px;
	font-size: 20px;
	color: #000;
}
.menuBtn__icon{ font-size: 20px; }

/* Menu Panel */
.menuPanel{
  display:none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.menuPanel .wrap{
  padding-left: 22px;
  padding-right: 22px;
}

.menuPanel.is-open{ display:block; }
.menuPanel__inner{
  padding: 18px 0 22px;
}
.menuCols{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.menuCol h3{
  margin:0 0 10px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .3px;
	text-transform: uppercase;
}
.menuCol a{
  display:block;
  padding: 6px 0;
  color: rgba(11,20,48,.85);
}
.menuMeta{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display:flex;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(11,20,48,.72);
  font-weight: 700;
  font-size: 15px;
}

@media (max-width: 760px){
  .menuPanel .wrap{
    padding-left: 22px;
    padding-right: 22px;
  }
}


/* HERO */
.hero{
  padding: 10px 0 0;
}

.hero__frame{
  position: relative;
  background: transparent;
}

/* ===== VIDEO statt Slider ===== */
.heroVideo{
  position: relative;
  height: 600px;
  overflow: hidden;
}

.heroVideo video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
}

/* optionaler dunkler Overlay */
.heroVideo::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
}

/* ===== Panel auf Desktop ===== */
.heroPanel{
  --hero-left: 285px;
  --hero-right: 365px;

  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(var(--hero-left) + var(--hero-right));
  display: grid;
  grid-template-columns: var(--hero-left) var(--hero-right);
  background: transparent;
  color: #21211D;
  overflow: hidden;
  opacity: 1;
}

.heroPanel__left{
  background: var(--signal);
  padding: 18px 18px 16px;
  position: relative;
  z-index: 2;
  transition: transform .7s ease;
}

.heroPanel__right{
  background: var(--signal2);
  padding: 10px 14px 8px;
  position: relative;
  z-index: 3;
}

/* nach 5 Sekunden: gelbes Panel unter das rechte schieben */
.heroPanel.is-collapsed .heroPanel__left{
  transform: translateX(calc(var(--hero-left) - 5px));
}

/* bei Mouseover / Tastaturfokus wieder rausfahren */
.heroPanel.is-collapsed:hover .heroPanel__left,
.heroPanel.is-collapsed:focus-within .heroPanel__left{
  transform: translateX(0);
  z-index: 4;
}

/* Überschrift rechts */
.heroPanel__title{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

/* =========================
   HERO PANEL MOBILE
   Gelbes Panel bleibt sichtbar
   ========================= */

@media (max-width: 760px){

  .heroPanel{
    display: block;
    position: static;
    width: 100%;
  }

  .heroPanel__left{
    position: relative !important;
    width: 100% !important;
    transform: none !important;
    transition: none !important;
    left: auto;
    bottom: auto;
  }

  .heroPanel__right{
    margin-left: 0 !important;
    width: 100%;
  }

  /* verhindert eingeklappten Zustand auf Mobile */
  .heroPanel.is-collapsed .heroPanel__left{
    transform: none !important;
  }

}

/* linke Hauptheadline */
.heroHeadline{
  margin: 0;
  font-size: 40px;
  line-height: 1.04;
  font-weight: 900;
}

.heroUnderline{
  width: 38px;
  height: 4px;
  background: var(--logorot);
  margin-top: 14px;
}

.heroIcons{
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: flex;
  gap: 10px;
  opacity: .8;
  font-size: 20px;
}

/* ===== WebYep-Navigation im rechten Kasten ===== */
.heroLinksWebYep{
  width: 95%;
}

.heroLinksWebYep ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.heroLinksWebYep li{
  margin: 0;
  padding: 0;
}

.heroLinksWebYep a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0,0,0,.12);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.15;
  text-decoration: none;
 color: #111;          /* richtig dunkel */
  position: relative;
}

/* Pfeil rechts */
.heroLinksWebYep a::after{
  content: "?";
  font-weight: 700;
  color: #000;
  transition: .15s ease;
}

/* aktiver Einsatz */
.heroLinksWebYep a.is-active{
  background: #f3e55a;
  font-weight: 700;
  padding-left: 8px;
  padding-right: 6px;
}

/* aktiver Pfeil rot */
.heroLinksWebYep a.is-active::after{
  color: var(--logorot);
  font-weight: 900;
}

/* falls altes heroLinks noch irgendwo gebraucht wird */
.heroLinks{
  list-style: none;
  padding: 0;
  margin: 0;
}

.heroLinks a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,.18);
  font-weight: 800;
  font-size: 15.5px;
}

.heroLinks a:hover{
  text-decoration: none;
  opacity: .95;
}

.arrow{
  opacity: .85;
}

.heroMore.is-hidden{
  display: none;
}

.textBtn{
  margin-top: 10px;
  border: none;
  background: transparent;
  color: rgba(33,33,29,.90);
  font-weight: 800;
  cursor: pointer;
}

/* ===== Startseite: nur 10 Einsätze ===== */
.is-home .heroLinksWebYep li:nth-child(n+11){
  display: none;
}

/* ===== Mobile Hero ===== */
@media (max-width: 760px){

  .heroVideo{
    height: 320px;
  }

  .heroPanel{
    position: static;
    width: 100%;
    margin-top: 0;
    grid-template-columns: 1fr;
    background: var(--signal2);
  }

  .heroPanel__left{
    padding: 18px;
  }

  .heroPanel__right{
    padding: 12px 18px 18px;
  }

  .heroHeadline{
    font-size: 36px;
  }

  .heroIcons{
    position: static;
    margin-top: 16px;
  }

  /* Mobile nur 4 Einsätze */
  .is-home .heroLinksWebYep li:nth-child(n+5){
    display: none;
  }

  .report{
    padding-top: 26px;
  }
}
/* REPORT Grundabstand */
.report{
  padding: 80px 0 40px;
}

/* Gesamtlayout: links Box + Abstand + rechts Box */
.report__layout{
  display: grid;
  grid-template-columns: 1.6fr 1.2fr;
  gap: 32px; /* Abstand zwischen den Boxen */
  align-items: stretch;
}

/* Gemeinsame Box-Basis */
.report__box{
  min-width: 0;
}

/* LINKE BOX: Hintergrund */
.report__box--left{
  background: #e7e7df;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 24px;
  align-items: start;
}

/* RECHTE BOX: bewusst ohne Hintergrund */
.report__box--right{
  display: flex;
  align-items: center;
}

/* TEXT */
.report__text{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* TITEL */
.report__titleBlock h2{
  margin: 0;
  font-weight: 900;
  font-size: 40px;
  color: #000;
}

.report__titleBlock span{
  display: block;
  margin-top: 6px;
  font-size: 20px;
  color: #000;
}

/* =========================
   BILDER (ohne Verzerrung)
   ========================= */

/* falls WebYep ein <a> um das Bild packt */
.report__image--portrait a,
.report__box--right a{
  display: inline-block;
  max-width: 100%;
}

/* Flyer links: kleiner halten */
.report__image--portrait{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.report__image--portrait img{
  width: auto;
  height: auto;
  max-width: 220px;   /* Flyer-GrÃ¶ÃŸe â€“ bei Bedarf 200/240 */
  max-height: 220px;  /* begrenzt die Box-HÃ¶he */
  display: block;
  object-fit: contain; /* wichtig: keine Verzerrung / kein Crop */
}

/* Kampagnenbild rechts: frei stehend, nicht verzerren */
.report__box--right img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;  /* wichtig: keine Verzerrung / kein Crop */
  /* optional: HÃ¶he begrenzen, damit es harmonisch bleibt */
  /* max-height: 420px; */
}

/* Mobile */
@media (max-width: 900px){
  .report__layout{
    grid-template-columns: 1fr;
  }

  .report__box--left{
    grid-template-columns: 1fr;
  }

  .report{
    padding-top: 30px;
  }

  /* Mobile: Flyer darf etwas grÃ¶ÃŸer, aber weiterhin ohne Verzerrung */
  .report__image--portrait img{
    max-width: 260px;
    max-height: none;
  }
}



.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  font-weight: 900;
  letter-spacing:.4px;
  font-size: 14px;
  border: 2px solid transparent;
}
.btn--amber{
  background: var(--amber);
  color: var(--ink);
}
.btn--small{ padding: 10px 14px; }
.miniLink{
  font-weight: 800;
  font-size: 15px;
  color: rgba(11,20,48,.85);
}
.miniLink--invert{ color: rgba(255,255,255,.85); }

/* CONTENT GRID */
.contentGrid{ padding: 18px 0 36px; }
.contentGrid__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}
.colLeft, .colRight{
  display:grid;
  gap: 18px;
}

.tile{
  background:#fff;
  border: 0;
}
.tile--dark{
  background: var(--logorot);
  color:#fff;
}
.tile--dark2{
  background: var(--navy);
  color:#fff;
}
.tile--amber{
  background: var(--signal2);
  color: var(--ink);
}
.tile--small{
  padding: 18px 18px 22px;
  position:relative;
  min-height: 120px;
}
.tile--big{
  background: #e7e7df;
}
.tileTag{
  margin:0 0 8px;
  font-weight: 900;
  letter-spacing:.4px;
  font-size: 14px;
}
.tile h3{
  margin:0;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.12;
}
.tileArrow{
  position:absolute;
  left: 18px;
  bottom: 16px;
  font-weight: 900;
  font-size: 20px;
}
.tileArrow--dark{ color: rgba(11,20,48,.9); }

.tile--big .tileImg{
  width:100%;
  height: 350px;
  object-fit: cover;
  display:block;
}
.tileBody{
  padding: 16px 18px 18px;
}

/* MEDIA TILE (News) */
.tile--media{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  padding: 18px;
  align-items: stretch;
}

/* Bild links */
.tile--media .tile__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Inhalt rechts */
.tile--media .tile__body{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Headline */
.tile--media .tile__title{
  margin: 6px 0 4px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

/* Text */
.tile--media .tile__text{
  font-size: 15px;
  line-height: 1.45;
  opacity: .9;
}

/* Button unten */
.tile--media .tile__action{
  margin-top: auto;
}

/* Amber Button (auf dunklem Grund gut lesbar) */
.btn--amber{
  background: var(--amber);
  color: var(--ink);
  border-radius: 0;
  padding: 12px 18px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .4px;
  display: inline-block;
  text-decoration: none;
}

.btn--logorot{
  background: var(--logorot);
  color: #fff;
  border-radius: 0;
  padding: 12px 18px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .4px;
  display: inline-block;
  text-decoration: none;
}
.btn--orange{
  background: #e04f26;
  color: #fff;
  border-radius: 0;
  padding: 12px 18px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .4px;
  display: inline-block;
  text-decoration: none;
}

.btn--amber:hover{
  opacity: .9;
  text-decoration: none;
}



/* DESKTOP: Datum | Bild | Text â€” Text direkt ans Bild */
.eventList > li.eventRow{
  display: grid !important;
  grid-template-columns: 130px 150px 1fr !important; /* HART */
  column-gap: 10px !important;
  align-items: center !important;
}

/* Explizite Reihenfolge */
.eventList > li.eventRow > .eventDate{ grid-column: 1; }
.eventList > li.eventRow > .eventMedia{ grid-column: 2; }
.eventList > li.eventRow > .eventBody{ grid-column: 3; }

/* Bildspalte wirklich klein halten (auch wenn WebYep innen 600px baut) */
.eventMedia{
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  overflow: hidden !important;
  justify-self: start !important;
}

/* Alles, was WebYep da reinpackt, darf NICHT breiter werden */
.eventMedia *{
  max-width: 100% !important;
}

/* Bild selbst */
.eventMedia img{
  width: 100% !important;
  height: auto !important;
  display: block !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Textblock ohne unnÃ¶tige EinrÃ¼ckung */
.eventBody{
  min-width: 0; /* verhindert â€žGrid-Ãœberlaufâ€œ */
}
.eventBody *{
  margin-top: 0;
}

/* MOBILE */
@media (max-width: 760px){
  .eventList > li.eventRow{
    grid-template-columns: 60px 1fr !important;
    grid-template-areas:
      "date body"
      "media media" !important;
    align-items: start !important;
  }
  .eventDate{ grid-area: date; }
  .eventBody{ grid-area: body; }
  .eventMedia{
    grid-area: media;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}



.tile--news{
  padding: 18px 18px 22px;
  position:relative;
  min-height: 190px;
}
.tile--news .date{
  margin: 10px 0 10px;
  opacity:.85;
  font-weight: 800;
  font-size: 14px;
}
.tileMeta{
  position:absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}

/* INFO-TILE (Jobs) */
.tile--info{
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Headline oben */
.tile--info .tile__title{
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
}

/* Bild + Text nebeneinander */
.tile--info .tile__content{
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 14px;
  align-items: start;
}

/* Bild */
.tile--info .tile__image img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Text */
.tile--info .tile__text{
  font-size: 15px;
  line-height: 1.45;
}

/* Button unten */
.tile--info .tile__action{
  margin-top: 6px;
}

/* Navy Button */
.btn--navy{
  background: var(--navy);
  color: #fff;
  border-radius: 0;
  padding: 12px 18px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .4px;
  display: inline-block;
  text-decoration: none;
}

.btn--navy:hover{
  opacity: .9;
  text-decoration: none;
}

/* Mobile: untereinander */
@media (max-width: 760px){
  .tile--info .tile__content{
    grid-template-columns: 1fr;
  }
}


.tile--jobs{
  position:relative;
  padding: 18px;
  min-height: 88px;
}
.tile--jobs h3{ font-size: 26px; }

/* EVENTS */
.events{
  padding: 10px 0 60px;
  background: var(--page);
}
.sectionKicker{
  margin: 0 0 6px;
  font-weight: 900;
  letter-spacing:.5px;
  font-size: 14px;
  color: rgba(11,20,48,.75);
}
.sectionTitle{
  margin:0;
  font-weight: 900;
  font-size: 32px;
}
.divider{
  height: 2px;
  background: rgba(11,20,48,.22);
  margin: 14px 0 16px;
}
.eventList{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 14px;
}
.eventRow{
  display:grid;
  grid-template-columns: 60px 1fr;
  gap: 14px;
  padding-bottom: 14px;
	padding-top: 14px;
  border-bottom: 1px solid rgba(11,20,48,.14);
}
.eventDate{
  text-align:left;
  font-weight: 900;
}
.eventDate .day{ font-size: 20px; display:block; }
.eventDate .mon{ font-size: 11px; letter-spacing:.8px; opacity:.8; }
.eventTitle{
  font-weight: 900;
}
.eventPlace{
  font-size: 15px;
}

@media (max-width: 760px){

  .eventList > li.eventRow{
    display: flex !important;
    flex-direction: column;
    gap: 10px;
  }

  .eventDate{
    font-size: 18px; /* optional etwas größer */
  }

  .eventMedia{
    width: 100% !important;
  }

  .eventBody{
    width: 100%;
  }

}

/* FOOTER */
.footer{
  background: var(--navy);
  color:#fff;
  padding: 42px 0 18px;
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.3fr 1fr .7fr;
  gap: 18px;
  align-items:start;
}
.footerKicker{
  margin:0 0 10px;
  font-weight: 900;
  letter-spacing:.6px;
  font-size: 14px;
  opacity:.8;
}
.footerText{
  margin:0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.footer a{
  display:block;
  margin: 8px 0;
  color: rgba(255,255,255,.85);
  font-weight: 700;
}
/* NUR Startseite: ab dem 15. Eintrag ausblenden */
/* NUR Startseite: ab dem 11. Eintrag ausblenden */
.is-home .heroLinksWebYep li:nth-child(n+11){
  display: none;
}

.heroPanel__title{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 760px){

  .is-home .heroLinksWebYep li:nth-child(n+5){
    display: none;
  }

}

.social{
  display:flex;
  gap: 10px;
  margin-top: 10px;
}
.social a{
  width: 30px; height: 30px;
  border: 1px solid rgba(255,255,255,.25);
  display:grid;
  place-items:center;
  margin:0;
}
.footerCol--right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
}
.footerLogoBox{
  width: 70px; height: 70px;
  border: 2px solid rgba(255,255,255,.35);
  display:grid;
  place-items:center;
  font-weight: 900;
  margin-top: 10px;
}
.footer__bottom{
  margin-top: 22px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.16);
  display:flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}
.footer__bottom a{
  display:inline;
  margin:0;
  color: rgba(255,255,255,.72);
  text-decoration: underline;
}

@media (max-width: 760px){

  .footer__grid{
    grid-template-columns: 1fr 1fr;   /* nur 2 Spalten */
    grid-template-areas:
      "text social"
      ".    logo";
    gap: 18px;
  }

  /* Zuordnung der Spalten */
  .footer__grid > .footerCol:first-child{
    grid-area: text;
  }

  .footer__grid > .footerCol:nth-child(2){
    grid-area: social;
  }

  .footerCol--right{
    grid-area: logo;
    align-items: flex-start;   /* nicht rechtsbÃ¼ndig auf Mobile */
  }

  /* optional: Logo etwas kleiner & linksbÃ¼ndig */
  .footerCol--right img{
    max-width: 160px;
    height: auto;
  }
}


.social{
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.socialIcon{
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.25);
}

.socialIcon svg{
  width: 18px;
  height: 18px;
  fill: #fff; /* NEGATIV WEISS */
}

.socialIcon:hover{
  opacity: .8;
}


/* RESPONSIVE */
@media (max-width: 980px){
  .menuCols{ grid-template-columns: 1fr 1fr; }
  .contentGrid__grid{ grid-template-columns: 1fr; }
}

/* Mobile hero behavior: image first, panel below */
@media (max-width: 760px){
  .heroSlider{ height: 320px; }
  .heroPanel{
    position: static;
    width: 100%;
    margin-top: 0;
    grid-template-columns: 1fr;
  }
  .heroPanel__left{ padding: 18px; }
  .heroHeadline{ font-size: 36px; }
  .heroIcons{ position: static; margin-top: 16px; }
  .heroPanel__right{ padding: 12px 18px 18px; }
  .report{ padding-top: 26px; }
}

/* =========================
   REPORT PROFILE (wie Screenshot)
   ========================= */

.report--profile{ padding: 48px 0 60px; }

.reportProfile{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: start;
}

/* DIE WICHTIGE BEIGE FLÃ„CHE */
.reportProfile::before{
  content:"";
  position:absolute;
  left: 0;
  top: 0;
  bottom: -40px;
  width: 82%;
  background: var(--leftbg);
  z-index: 0;
  pointer-events: none; /* <- WICHTIG */
}
@media (max-width: 900px){
  .reportProfile::before{
    width: calc(100% - 0px);
  }
}

@media (max-width: 900px){
  .reportProfile{
    grid-template-columns: 1fr;
  }
}




/* Inhalte darÃ¼ber */
.reportProfile__left,
.reportProfile__right{
  position: relative;
  z-index: 1;
}


/* LINKS */
.reportProfile__left{
  padding: 34px 34px 40px;
  min-width: 0;
}


.reportProfile__crumbs{
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 18px;
}

.reportProfile__kicker{
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.reportProfile__title{
  margin: 0 0 18px;
  font-size: clamp(44px, 3.8vw, 64px);
  line-height: 1.04;
  font-weight: 900;
}
.reportProfile{
  position: relative;
  isolation: isolate; /* verhindert z-index Seiteneffekte */
}


/* RichText nur im Content wrapper â€“ nicht global */
.reportProfile__bodyContent{
  font-size: 18px;
  line-height: 1.6;
  color: rgba(11,20,48,.88);
}
.reportProfile__bodyContent p{
  margin: 0 0 16px;
  font-size: inherit;
}
.reportProfile__bodyContent a{ text-decoration: underline; }

/* RECHTS */
.reportProfile__right{
  display: grid;
  gap: 18px;
  min-width: 0;
}

.reportProfile__media{
  margin: 0;
  background: #fff;
}
.reportProfile__media img,
.reportProfileImg{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;      /* wie Screenshot */
  object-position: center;
  aspect-ratio: 1 / 1;    /* falls du exakt quadratisch willst */
}

/* INFOBOX unter dem Bild */
.reportProfile__infoBox{
  background: var(--navy);
  color: #fff;
  padding: 26px 26px 28px;
}

.infoBox__block + .infoBox__block{
  margin-top: 28px;
}

.infoBox__head{
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.infoBox__head::after{
  content:"";
  display:block;
  width: 28px;
  height: 3px;
  background: #e30613; /* rot */
  margin-top: 8px;
}

.infoBox__text{
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
}
.infoBox__text p{
  margin: 0 0 10px;
}
.infoBox__text a{
  color: rgba(255,255,255,.92);
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 900px){
  .reportProfile{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .reportProfile__left{
    padding: 24px;
  }
  .reportProfile__media img,
  .reportProfileImg{
    aspect-ratio: auto; /* auf Mobile kein Zwang */
  }
}

/* =========================
   PROFILE GALLERY
   ========================= */

.profileGallery{
  padding: 40px 0 80px;
}

.profileGallery__inner{
  width: 100%;
}

.profileGallery__head{
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 22px;
}

/* ðŸ”’ Schutzbereich fÃ¼r WebYep */
.profileGallery__content{
  position: relative;
  z-index: 1;
}

/* WebYep Gallery stabil halten */
.profileGallery__content img{
  max-width: 100%;
  height: auto;
  display: block;
}

/* optional: etwas Luft zwischen Bildern */
.profileGallery__content .WebYepGalleryImage{
  margin: 6px;
}























/* =========================
   AKTION SECTION
   ========================= */

.aktion{
  padding: 60px 0 80px;
}

.aktionHeader{
  margin-bottom: 40px;
}

.aktionBreadcrumbs{
  font-size: 14px;
  color: var(--muted);
}

.aktionKicker{
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aktionTitle{
  margin: 0;
  font-size: 32px;
  font-weight: 900;
}

/* =========================
   LAYOUT
   ========================= */

.aktionItem{
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 40px;
  margin-bottom: 60px;
}

.aktionLeft{
  background: var(--leftbg);
  padding: 30px;
}

.aktionRight{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* =========================
   ?? GALERIE (HART FIX)
   ========================= */

.aktionGallery{
  font-size: 0; /* kill whitespace inline-block */
}

/* WICHTIG: wir stylen nur die Bilder direkt */
.aktionGallery img{
  width: calc(50% - 5px) !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 10px 10px 0 !important;
  height: auto !important;
  box-sizing: border-box !important;
}

/* jede 2. Spalte sauber ohne margin */
.aktionGallery img:nth-child(2n){
  margin-right: 0 !important;
}

/* falls WebYep Links drum legt */
.aktionGallery a{
  display: contents !important;
}

/* Mobile */
@media (max-width: 600px){
  .aktionItem{
    grid-template-columns: 1fr;
  }

  .aktionGallery img{
    width: 100% !important;
    margin-right: 0 !important;
  }
}
/* ACCESSIBILITY BASIC FIXES */

.heroHeadline__sub{
  display: block;
  margin-top: 22px;
}

/* Nicht opacity auf ganze Kästen, weil dadurch auch Text blasser wird */
.heroPanel{
  opacity: 1 !important;
}

.heroPanel__left{
  background: rgba(246,249,46,.94) !important;
}

/* Hero-Text besser lesbar */
.heroVideo::after{
  background: rgba(0,0,0,.42) !important;
}

/* Menü/Links dunkler und weniger matschig */
.heroPanel__title,
.heroLinksWebYep a,
.heroLinksWebYep a *,
.miniLink,
.sectionKicker,
.footer a{
  color: #000 !important;
}

/* Footer-Links bleiben weiß genug */
.footer a,
.footerText,
.footerKicker{
  color: #fff !important;
}

/* Orange Button barriereärmer */
.btn--orange{
  background: #E57D5E !important;
  color: #000 !important;
}

/* Roter Button ggf. dunkler */
.btn--logorot{
  background: #a80f0f !important;
  color: #fff !important;
}

.heroHeadline,
.heroHeadline__sub{
  color: #000;
}

.heroHeadline__sub{
  font-weight: 400;
}
/* =========================
   TECHNIK ACCORDION FINAL
   ========================= */

.accPanel__inner2.techPanel{
  background: var(--navy);
  padding: 32px;
}

.accPanel__inner2 .techPanel__grid{
  display: grid !important;
  grid-template-columns: 40% 60% !important;
  gap: 30px;
  align-items: stretch;
}

.accPanel__inner2 .techPanel__content{
  min-width: 0;
  color: #fff;
}

.accPanel__inner2 .techSlider{
  min-width: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

/* WebYep Gallery auf volle rechte Spalte bringen */
.accPanel__inner2 .techSlider__track,
.accPanel__inner2 .WebYepGalleryContainer,
.accPanel__inner2 .WebYepGalleryRow{
  width: 100%;
  height: 100%;
}

/* Wichtig: WebYep-Flex/Table-Kram neutralisieren */
.accPanel__inner2 .WebYepGalleryRow{
  display: block !important;
}

.accPanel__inner2 .WebYepGalleryCell{
  display: none;
  width: 100% !important;
  height: 420px;
  margin: 0 !important;
  padding: 0 !important;
}

.accPanel__inner2 .WebYepGalleryCell.is-active{
  display: block !important;
}

.accPanel__inner2 .WebYepGalleryImage,
.accPanel__inner2 .WebYepGalleryImage a,
.accPanel__inner2 .WebYepGalleryImage img{
  width: 100%;
  height: 100%;
  display: block;
}

.accPanel__inner2 .WebYepGalleryImage img{
  object-fit: cover;
}

@media (max-width:900px){
  .accPanel__inner2 .techPanel__grid{
    grid-template-columns: 1fr !important;
  }

  .accPanel__inner2 .techSlider,
  .accPanel__inner2 .WebYepGalleryCell{
    height: 260px;
    min-height: 260px;
  }
}
/* =========================
   WEBYEP EDIT MODE: Gallery editierbar halten
   ========================= */

/* Sobald WebYep-Editorbuttons vorhanden sind, alle Zellen sichtbar lassen */
.accPanel__inner2 .techSlider:has(.WebYepGalleryEditButton) .WebYepGalleryCell,
.accPanel__inner2 .techSlider:has(.WebYepGalleryAddButton) .WebYepGalleryCell,
.accPanel__inner2 .techSlider:has(.WebYepGalleryRemoveButton) .WebYepGalleryCell{
  display: inline-block !important;
  width: 265px !important;
  height: auto !important;
  margin: 0 8px 12px 0 !important;
}

/* Im Editiermodus Bilder normal anzeigen */
.accPanel__inner2 .techSlider:has(.WebYepGalleryEditButton) .WebYepGalleryImage,
.accPanel__inner2 .techSlider:has(.WebYepGalleryEditButton) .WebYepGalleryImage a,
.accPanel__inner2 .techSlider:has(.WebYepGalleryEditButton) .WebYepGalleryImage img{
  height: auto !important;
}

/* Editiermodus: Track darf wachsen */
.accPanel__inner2 .techSlider:has(.WebYepGalleryEditButton),
.accPanel__inner2 .techSlider:has(.WebYepGalleryAddButton){
  min-height: auto !important;
  height: auto !important;
  overflow: visible !important;
}