body { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; margin: 0; padding: 0; }
li { list-style: none; }
ul, ol, li { margin: 0; padding: 0; }
/*.container {
  max-width: 900px;
  margin: 0 auto;
}*/



img { max-width: 100%; }
img:not(.tns-lazy-img), .lazyload img { height: auto; }
.autoWidth img { max-width: none; }
.autoHeight img { width: 100%; }
.img {
  font-size: 100px;
  font-weight: 100;
  color: #fff;
  text-align: center;
}

.visually-hidden {
  position: fixed;
  left: -10000px;
  opacity: 0;
}

/* nav */
.nav.active ul { left: 0; }
.nav.active .nav-toggle-handle { left: 17em; }
.nav.active .nav-toggle-handle:before { display: inline-block; }
.nav.active .nav-toggle-handle:after { display: none; }
.nav ul {
  position: fixed;
  top: 0;
  left: -17em;
  z-index: 100;
  width: 17em;
  height: 1000px;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
  transition: left 0.25s;
  overflow-y: auto;
}
.nav a {
  display: block;
  padding: 0.7em 1em;
  color: inherit;
  text-decoration: none;
}
.nav a:hover { background-color: #F3F3F3; }
.nav .active {
  color: #fff;
  background-color: #af23ff !important;
}
.nav-toggle-handle {
  position: fixed;
  transition: left 0.25s;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 10px;
  color: #fff;
  background-color: #af23ff;
  cursor: pointer;
}
.nav-toggle-handle:before { 
  display: none;
  padding-right: 5px;
  content: '◄'; 
  font-size: 0.8em;
}
.nav-toggle-handle:after { 
  padding-left: 5px;
  content: '►'; 
  font-size: 0.8em;
}


.img-1 { background-image: url("../images/slide_bg_steckerlfischfiasko.jpg");
	text-align:center;
    background-repeat: no-repeat;
	background-size: cover !important;
	background-position: 50% 50px !important;
	width:100%;
}

.img-2 { background-image: url("../images/slide_bg_paw_patrol_dinofilm.jpg");
	text-align:center;
    background-repeat: no-repeat;
	background-size: cover !important;
	background-position: 50% 50px !important;
	width:100%;
}

.img-3 { background-image: url("../images/slide_bg_schlaemmer_glueck.jpg");
	text-align:center;
    background-repeat: no-repeat;
	background-size: cover !important;
	background-position: 50% 50px !important;
	width:100%;
}







.customize-tools { position: relative; }
.thumbnails { 
  margin: 20px 0;
  text-align: center;
}
.thumbnails li {
  display: inline-block;
  cursor: pointer;
  border: 5px solid #fff;
}
.thumbnails .tns-nav-active {
  background: none;
  border-color: #000;
}
.thumbnails li { width: 50px; }
.thumbnails img { vertical-align: bottom; height: auto; max-height: 50px; }
.controls { text-align: center; }
.controls li {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
}
.controls li img { display: inline-block; vertical-align: middle; }
.controls .prev { left: 0; }
.controls .next { right: 0; }
.controls li:hover { background: #f2f2f2; }

.tns-controls { text-align: center; margin-bottom: 10px; }
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0;
    visibility: hidden
}
.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
    visibility: hidden
}
.tns-controls [disabled] { 
  color: #999999;
  background: #B3B3B3; 
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.tns-nav > .tns-nav-active { background: #999; }
.playbutton-wrapper { text-align: center; }
.playbutton-wrapper button { height: 34px; padding: 0 10px; font-size: 14px; background: #fff; border-radius: 3px; border: 1px solid  #ccc; cursor: pointer; }
.wrapper { padding: 0 5em; }
.suite-container .title, 
.suite-container .subtitle, 
.suite-container li { padding: 5px 10px; }
.suite-container li {
  font-size: 12px;
  line-height: 1.4;
  background: #f5f5f5;
}
.suite-container .title { font-size: 14px; font-weight: bold; background: #8acac6; text-transform: capitalize; }
.suite-container .subtitle { font-size: 13px; font-weight: bold; background: #dedede; text-transform: capitalize; }
.suite-container .fail { background: #FFADE2; }

[class*="vertical"] .img { padding: 30px 0; }
[class*="vertical"] .img:before { content: ''; display: inline-block; width: 1px; margin-right: -1px; height: 100%; vertical-align: middle; }
[class*="vertical"] .img a { display: inline-block; padding: 0; }
[class*="vertical"] .img-1 { height: 137px; }
[class*="vertical"] .img-2 { height: 122px; }
[class*="vertical"] .img-3 { height: 143px; }
[class*="vertical"] .img-4 { height: 325px; }
[class*="vertical"] .img-5 { height: 140px; }
[class*="vertical"] .img-6 { height: 119px; }
[class*="vertical"] .img-7 { height: 223px; }
[class*="vertical"] .img-8 { height: 164px; }
/*[class*="vertical"] p { display: none; }*/

/*.animation .img-1 { height: 137px; }
.animation .img-2 { height: 122px; }
.animation .img-3 { height: 143px; }
.animation .img-4 { height: 325px; }
.animation .img-5 { height: 140px; }
.animation .img-6 { height: 119px; }
.animation .img-7 { height: 223px; }
.animation .img-8 { height: 164px; }*/

/* reset prism */
pre[class*="language-"] { margin: 0; }

/* test results */
.test-results {
  line-height: 1.4;
  padding: 20px 10%;
  background-color: #f2f2f2;
}

/* go to */
.goto-controls {
  margin-bottom: 10px;
  text-align: center;
}
.goto-controls input,
.goto-controls .button {
  display: inline-block;
  font-size: 14px;
  height: 2.6em;
  line-height: 2.6;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.goto-controls input {
  border: 1px solid  #ccc;
}
.goto-controls .button {
  min-width: 4em;
  border: none;
  color: #fff;
  background-color: #333;
  cursor: pointer;
}

/* test results */
.test-results { line-height: 1.6; }
.test-results .title { font-weight: bold; text-transform: capitalize; }
.test-results .title:nth-child(n+2) { margin-top: 1em; }
.test-results [class*="item"] { margin-left: 1em; font-size: 0.9em; }
.test-results [class*="item"] { font-weight: 300; }
.test-results [class*="item"]:after { margin-left: 0.5em; }
.test-results .item-success { color: #0EB80E; }
.test-results .item-success:after { content: '✓'; }
.test-results .item-fail { color: #ED1E1E; }
.test-results .item-fail:after { content: '✗'; }
.test-results .item-comment { font-style: italic; color: #666; }
.test-results .item-notsure:after { content: '？'; }
.test-results .item-running:after { 
  display: inline-block;
  height: 16px;
  content: url('../images/pinwheel.svg'); 
  vertical-align: middle; 
}
.customize-tools [hidden] { display: none; }


/* https://daneden.github.io/animate.css/ */
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}


@media screen and (max-width : 479px) {
    .img a {font-weight: 800; font-size:46px;line-height:52px;}
}


/* ===== Bühne – CSS-Crossfade Slider (kein JS, kein tns) ===== */

#slide1 {
  height: 100vh !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0 !important;
  background-attachment: scroll !important;
}

/* Slider-Container: stapelt Slides übereinander */
.buehne-slider {
  position: relative;
  width: 100%;
  height: 100vh;
}

/* Jede Slide: absolut, volle Größe, Bild als Background */
.buehne-slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: buehne-crossfade 16s infinite;
}

.buehne-slide:nth-child(1) { animation-delay: 0s; }
.buehne-slide:nth-child(2) { animation-delay: -8s; }

/* Einzelne Slide: keine Animation, dauerhaft sichtbar */
.buehne-slide:only-child {
  animation: none;
  opacity: 1;
}

/* 2s fade-in, 6s sichtbar, 2s fade-out, 6s ausgeblendet */
@keyframes buehne-crossfade {
  0%    { opacity: 0; }
  12.5% { opacity: 1; }
  50%   { opacity: 1; }
  62.5% { opacity: 0; }
  100%  { opacity: 0; }
}

/* Titeltext: zentriert, responsive, Höhe wird NICHT durch Text bestimmt */
.buehne-slide a {
  display: block;
  padding: 0 8%;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(32px, 5.5vw, 90px);
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  text-shadow: 1px 3px 10px rgba(0,0,0,0.70);
  word-break: break-word;
  overflow-wrap: break-word;
}

/* Arrow-Button als Overlay unten mittig */
#slide1 > .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}

#slide1 .padding_slide1 {
  padding: 0 0 40px 0 !important;
  pointer-events: auto;
}

@media screen and (max-width: 479px) {
  /* Headline NUR bei markierten Slides auf Mobile ausblenden */
  .buehne-slide.no-headline-mobile a { display: none; }

  /* … (bestehende mobile Hintergrundbilder bleiben unverändert) */

  /* Mobile-Motive (Hochformat 750×1334px) – Dateinamen anpassen sobald Bilder vorliegen */
  .buehne-slide.img-1 { background-image: url("../images/slide_bg_steckerlfischfiasko_mobile.jpg"); }
  .buehne-slide.img-2 { background-image: url("../images/slide_bg_paw_patrol_dinofilm_mobile.jpg"); }
}
/* ============================================================================
   BAUSTELLEN-HINWEIS B1  (temporär – Bauende ca. Mitte November 2026)
   Zum Entfernen: diesen Block, #bauinfo-bar / #bauinfo-details im HTML
   und js/bauinfo.js löschen.
   ========================================================================== */

/* --- Fixiertes Hinweisband ganz oben, über Logo und Navigation -----------
   Die Navigation (.menu, z-index 9999) wird per JS um die Bandhöhe nach
   unten geschoben; beim Ausblenden wird das zurückgesetzt. -------------- */
.bauinfo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;            /* über .menu (9999) */
  background: #b72126;
  background: linear-gradient(180deg, #b72126 0%, #9c1c20 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.bauinfo-bar[hidden] { display: none; }

.bauinfo-inhalt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 52px 14px 20px;   /* symmetrisch: Zentrierung bleibt erhalten */
  position: relative;
  display: flex;
  align-items: center;       /* Boxen mittig – Label wirkt als Grafikelement */
  flex-wrap: wrap;
  gap: 8px 16px;
}

/* Datums-Label als typografischer Anker statt Symbol */
.bauinfo-datum {
  flex: 0 0 auto;
  display: inline-block;
  padding: 4px 9px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  font-size: 10.5px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

.bauinfo-text {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;                /* globale p-Regel setzt sonst 15px unten */
  color: #ffffff;
  font-size: 14.5px;
  line-height: 20px;
  font-weight: 400;          /* 300 wirkt auf Rot ausgewaschen */
  letter-spacing: 0.2px;
}

.bauinfo-bar .bauinfo-mehr {
  flex: 0 0 auto;
  display: inline-block;     /* kein Flex: sonst wird die Grundlinie ignoriert */
  color: #ffffff;
  font-size: 13.5px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}

/* Pfeil groesser als die Schrift, aber auf derselben Grundlinie.
   line-height 0 haelt den Zeilenkasten klein, der Versatz gleicht aus,
   dass "›" als Anführungszeichen-Glyph über der Grundlinie konstruiert ist. */
.bauinfo-bar .bauinfo-pfeil {
  display: inline-block;
  margin-left: 7px;
  font-size: 21.5px;         /* Tinte 10,1px – bleibt unter der Versalhöhe 10,33px */
  line-height: 0;
  font-weight: 400;
  vertical-align: baseline;
  position: relative;
  top: 1.28px;               /* "›" endet 1,28px über der Grundlinie, das gleicht aus */
}

.bauinfo-bar .bauinfo-mehr:hover {
  color: #ffffff;
  opacity: 0.75;
}

.bauinfo-schliessen {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: transparent;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.2s, background-color 0.2s;
}

.bauinfo-schliessen:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.15);
}

/* --- Detailsektion ------------------------------------------------------- */
#bauinfo-details {
  background: #f4f4f4;
  padding: 55px 0 60px 0;
}

#bauinfo-details h2 {
  margin: 0 0 22px 0;
  text-align: left;          /* globale h2-Regel zentriert sonst */
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #111111;
  font-weight: 700;
}

#bauinfo-details p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: 300;
  margin: 0 0 18px 0;
}

#bauinfo-details .bauinfo-lead {
  border-left: 4px solid #b72126;
  padding-left: 18px;
}

#bauinfo-details .bauinfo-zwischen {
  margin-bottom: 10px;
  color: #111111;
}

#bauinfo-details .bauinfo-liste {
  margin: 0 0 22px 0;
  padding: 0;
  list-style: none;
}

#bauinfo-details .bauinfo-liste li {
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 11px 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: 300;
}

#bauinfo-details .bauinfo-liste li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b72126;
}

#bauinfo-details .bauinfo-liste strong { font-weight: 600; color: #111111; }

#bauinfo-details .bauinfo-quelle {
  font-size: 14px;
  line-height: 23px;
  color: #666666;
  margin-bottom: 0;
}

/* Externer Link klar als solcher gekennzeichnet */
#bauinfo-details .bauinfo-extern {
  white-space: nowrap;
}

#bauinfo-details .bauinfo-extern-icon {
  width: 11px;
  height: 11px;
  margin-left: 5px;
  vertical-align: baseline;
  position: relative;
  top: 1px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#bauinfo-details a {
  color: #b72126;
  font-weight: 600;
  text-decoration: none;
}

#bauinfo-details a:hover { text-decoration: underline; }

/* --- Mobil --------------------------------------------------------------- */
@media screen and (max-width: 766px) {
  .bauinfo-inhalt {
    padding: 12px 46px 13px 15px;
    gap: 7px 12px;
    align-items: flex-start;
    flex-direction: column;
  }
  .bauinfo-datum { font-size: 10px; letter-spacing: 1.2px; padding: 4px 9px 3px 9px; }
  .bauinfo-text  { font-size: 14px; line-height: 21px; }
  .bauinfo-bar .bauinfo-mehr { font-size: 13.5px; }
  .bauinfo-schliessen { top: 7px; right: 7px; transform: none; }

  #bauinfo-details { padding: 40px 0 45px 0; }
  #bauinfo-details h2 { font-size: 20px; line-height: 26px; }
  #bauinfo-details p,
  #bauinfo-details .bauinfo-liste li { font-size: 15px; line-height: 24px; }
}
