/*InFlos: Formatgebung
erstellt 2005, überarbeitet 2022 und 2026 von Florian Neymeyer - gern kopieren :-)
www.InFlos.de */

* {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Verdana, Arial, sans-serif;
  font-size: 1em;
}

body {
  color: #000000;
  background-color: #E6F7FF;
}

h1 {
  color: #001a80;
  text-align: center;
  font-size: 2em;
  position: absolute;
  left: 12rem;
  top: 1rem;
  font-weight: 900;
}

h2 {
  color: #001a80;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.3em;
  font-size: 1.5em;
}

h3 {
  color: #001a80;
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  font-size: 1em;
}

h4 {
  color: #001a80;
  text-align: left;
  font-size: 1em;
  margin-top: 0.4em;
  margin-bottom: 0.3em;
}

ul {
  margin-top: 0.1em;
}

a {
  text-decoration: none;
}

a:link {
  color: #CC6600;
}

a:hover, a:visited:hover, a:focus-visible, a:visited:focus-visible {
  color: #E6F7FF;
  background-color: #CC6600;
}

a:visited {
  color: #001a80;
}

#infloslogo {
  position: absolute;
  top: 1em;
  left: 3em;
}

#navi,
#auswahl {
  position: absolute;
  top: 8em;
  width: 8em;
  line-height: 1.15;
  border: 1px solid #001a80;
  padding: 1em;
  background-color: #E6F7FF;
}

#navi a,
#auswahl a {
  display: block;
  padding: 0.15em 0.1em;
  margin-bottom: 0.2em;
}

#navi a:last-of-type,
#auswahl a:last-of-type {
  margin-bottom: 0;
}

#navi h4,
#auswahl h4 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 0.95em;
  font-weight: 600;
}

#navi h4:first-child,
#auswahl h4:first-child {
  margin-top: 0;
}

#navi {
  left: 1em;
}

#auswahl {
  right: 1em;
}

/* Auswahl falls viele Zeilen, z. B. bei Stationsspielen */
#auswahl.vielauswahl {
  line-height: 1.0;
}

#auswahl.vielauswahl a {
  padding: 0.08em 0.05em;
  margin-bottom: 0.08em;
}

#auswahl.vielauswahl h4 {
  margin-bottom: 0.1em;
  margin-top: 0.1em;
}

#bild {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 8em;
  height: 6em;
  border: 1px solid #001a80;
}

#inhalt {
  position: absolute;
  top: 8em;
  left: 12em;
  right: 12em;
  border: 1px dashed #001a80;
  padding: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

#inhaltshinweis {
  font-size: 0.8em;
  font-style: italic;
}

#links,
#rechts {
  padding: 0.1em;
  width: 10.5em;
  border: 1px dotted #001a80;
  margin-bottom: 0.5em;
}

#links {
  float: left;
  margin-right: 0.8em;
  text-align: left;
}

#text {
  padding: 0.1em;
  display: flow-root;
}

#copy {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.8em;
  z-index: 1;
  width: auto;
  background-color: transparent;
  padding: 0.5em;
  box-sizing: border-box;
}

/* Bilder */
#stationsbeschreibung img,
#illustration img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}


/* Breadcrumb Navigation */
.breadcrumb {
  padding: 6px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #001a80;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.breadcrumb-path {
  flex: 1;
  min-width: 0;
}

.breadcrumb-path ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-size: 12px;
  line-height: 1.5;
  align-items: center;
}

.breadcrumb-path li {
  display: inline;
}

.breadcrumb-path li:not(:last-child)::after {
  content: " > ";
  margin: 0 2px;
  color: #001a80;
}

.breadcrumb-path a {
  color: #001a80;
  text-decoration: none;
}

.breadcrumb-path a:hover {
  color: #E6F7FF;
  background-color: #CC6600;
}

.breadcrumb-path a:focus-visible {
  outline: 2px solid #001a80;
  outline-offset: 0;
}

.breadcrumb-path strong {
  color: #001a80;
  font-weight: bold;
}

.breadcrumb-lang {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12px;
}

.lang-link {
  color: #001a80;
  text-decoration: none;
}

.lang-link:hover {
  color: #E6F7FF;
  background-color: #CC6600;
}

.lang-link:focus-visible {
  outline: 2px solid #001a80;
  outline-offset: 0;
}

#hamburger-open,
#hamburger-close {
  display: none;
}

/* ===== CARD-GRID ERWEITERUNG für InFlos Startseite ===== */

.cards-section {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #001a80;
  position: relative;
  z-index: 1;
}

.cards-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.section-category-label {
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 0.5;
  margin-bottom: 0.5em;
  display: block;
  color: #999999;
}

.section-question-heading {
  font-size: 1.3em;
  font-weight: 700;
  color: #001a80;
  margin: 0 0 1em 0;
  line-height: 1.3;
}

.cards-grid {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fill, 140px);
  justify-content: start;
  margin-top: 1em;
  position: relative;
  z-index: 1;
}

.card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  aspect-ratio: 5 / 7;
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline-offset: 4px;
  position: relative;
  z-index: 1;
}

.card-link:hover {
  z-index: 10;
}

.card-link:focus-visible {
  outline: 2px solid #001a80;
  border-radius: 8px;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.card-link:hover .card {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 20px rgba(0, 26, 128, 0.15);
  border-color: #001a80;
}

.card-header {
  height: 3.4em;
  padding: 0.5em 0.8em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.15;
  color: #001a80;
  border-bottom: 2px solid #CCCCCC;
  background: #F7F7F7;
  transition: background-color 0.3s ease;
  hyphens: auto;
  word-wrap: break-word;
  flex-shrink: 0;
  min-height: 3.4em;
}

.card-link:hover .card-header {
  background-color: #E8F0FF;
}

.card-body {
  padding: 0.8em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-description {
  font-size: 0.85em;
  color: #555555;
  line-height: 1.4;
  margin: 0;
  hyphens: auto;
  -webkit-hyphens: auto;
}

/* Spezifische Card-Header-Farben */
.section-1 .card-header {
  border-bottom-color: #FFE066;
  background: #FFFBF0;
}

.section-1 .card-link:hover .card-header {
  background-color: #FFF9E6;
}

.section-2 .card-header {
  border-bottom-color: #D9A574;
  background: #FFF5E6;
}

.section-2 .card-link:hover .card-header {
  background-color: #FFF1D9;
}

.section-3 .card-header {
  border-bottom-color: #CC4444;
  background: #FFE6E6;
}

.section-3 .card-link:hover .card-header {
  background-color: #FFDAD9;
}

.section-4 .card-header {
  border-bottom-color: #7EB3D4;
  background: #E6F2FF;
}

.section-4 .card-link:hover .card-header {
  background-color: #D9E8FF;
}

/* Ende Cards Startseite */

/*Tool-Tip */
.tooltip-wrapper {
    position: relative;
    display: inline;
    white-space: nowrap;
}

.tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    margin-right: 2px;
    border-radius: 50%;
    background: #001a80;
    color: #E6F7FF;
    font-size: 11px;
    font-weight: 700;
    cursor: help;
    flex-shrink: 0;
    transition: all 150ms ease;
    border: 1px solid #001a80;
    vertical-align: middle;
    text-decoration: none;
}

.tooltip-wrapper:hover .tooltip-icon {
    background: #CC6600;
    border-color: #CC6600;
    transform: scale(1.1);
}

.tooltip-text {
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 12px;
    background: #001a80;
    color: #E6F7FF;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 6px;
    white-space: normal;
    width: 180px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 200ms ease, visibility 200ms ease;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 26, 128, 0.25);
    border: 1px solid #CC6600;
    font-weight: normal;
}

.tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #001a80;
}

.tooltip-wrapper:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/*Tool-Tip Ende*/




/* Photo-Caption PZ2 CSS */
.fill.left {
  float: left;
  margin: 5px 10px 0 0;
}

.fill.right {
  float: right;
  margin: 5px 0 5px 20px;
}

.PZoom a {
  position: absolute;
  cursor: default;
}

.PZoom.Link a {
  cursor: pointer;
}

.PZleft .PZoom a:hover,
.PZright .PZoom a:hover {
  border: none;
  background: transparent;
}

.PZleft .PZoom {
  float: left;
  margin: 0;
  position: relative;
}

.PZleft .t100 {
  right: 115px;
}

.PZleft .t150 {
  right: 165px;
}

.PZleft .t200 {
  right: 215px;
}

.PZleft .t250 {
  right: 265px;
}

.PZleft .t300 {
  right: 315px;
}

.PZleft .t350 {
  right: 365px;
}

.t100 img {
  width: 100px;
}

.t147 img {
  width: 147px;
}

.t150 img {
  width: 150px;
}

.t200 img {
  width: 200px;
}

.t250 img {
  width: 250px;
}

.t300 img {
  width: 300px;
}

.t350 img {
  width: 350px;
}

.PZoom.noBrdr img {
  border: none;
}

.w100 a:hover,
.w100 a:hover img {
  width: 100px;
}

.w150 a:hover,
.w150 a:hover img {
  width: 150px;
}

.w200 a:hover,
.w200 a:hover img {
  width: 200px;
}

.w250 a:hover,
.w250 a:hover img {
  width: 250px;
}

.w300 a:hover,
.w300 a:hover img {
  width: 300px;
}

.w330 a:hover,
.w330 a:hover img {
  width: 330px;
}

.w350 a:hover,
.w350 a:hover img {
  width: 350px;
}

.w400 a:hover,
.w400 a:hover img {
  width: 400px;
}

.w450 a:hover,
.w450 a:hover img {
  width: 450px;
}

.w500 a:hover,
.w500 a:hover img {
  width: 500px;
}

.w550 a:hover,
.w550 a:hover img {
  width: 550px;
}

.w600 a:hover,
.w600 a:hover img {
  width: 600px;
}

.w650 a:hover,
.w650 a:hover img {
  width: 650px;
}

.w700 a:hover,
.w700 a:hover img {
  width: 700px;
}

.w709 a:hover,
.w709 a:hover img {
  width: 709px;
}

.PZoom img {
  margin-bottom: -3px;
}

.PZoom a:hover img {
  margin-bottom: -3px;
}

.PZoom .PZcap {
  display: none;
}

.PZoom a:hover .PZcap {
  display: block;
  background: #001a80;
  border: 1px solid #001a80;
  font-size: 9px;
  line-height: 12px;
  color: #E6F7FF;
  margin-right: -2px;
}

.PZoom a:hover .PZpad {
  display: block;
  padding: 3px 5px 5px 5px;
}

.PZoom.noCap a:hover .PZcap {
  display: none;
}

/* ZoomOpen Positions */
/* Left */
.PZleft .PZoom a:hover {
  left: 1px;
  top: 1px;
}

/* Right */
.PZright .t100 a:hover {
  right: -107px;
  top: 1px;
}

.PZright .t150 a:hover {
  right: -157px;
  top: 1px;
}

.PZright .t200 a:hover {
  right: -207px;
  top: 1px;
}

.PZright .t250 a:hover {
  right: -257px;
  top: 1px;
}

.PZright .t300 a:hover {
  right: -307px;
  top: 1px;
}

.PZright .PZoom {
  float: right;
  margin: 5px 0 5px 10px;
  position: relative;
  left: 16px;
  top: -3px;
}

/* z-index Layering für oben rechts Bilder - auf dem Element mit position: relative! */
.PZ1.PZright .PZoom { z-index: 30; }
.PZ2.PZright .PZoom { z-index: 20; }
.PZ3.PZright .PZoom { z-index: 10; }

/* End Photo-Caption Zoom CSS */

/* MOBILE: @media (max-width: 768px) — komplette, bereinigte Version */
@media (max-width: 768px) {

  h1 {
    position: static;
    font-size: 1.2em;
    text-align: center;
    margin: 0.5em 0;
    color: #001a80;
  }

  #infloslogo {
    position: static !important;
    text-align: center;
    margin-bottom: 0.5em;
  }

  #inhalt {
    position: static !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    border: 1px dashed #001a80 !important;
    padding: 1em !important;
    padding-bottom: 1em !important;
    margin-bottom: 3.5em !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    box-sizing: border-box;
  }

  #copy {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    padding: 0.5em !important;
    background-color: #E6F7FF !important;
    border-top: 2px solid #001a80 !important;
    font-size: 0.8em;
    z-index: 1000 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  #hamburger-open,
  #hamburger-close,
  #hamburger {
    display: inline-block !important;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 9999;
    background: #CC6600;
    color: #E6F7FF;
    padding: 0.45rem 0.8rem;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  }

  #hamburger-open {
    display: inline-block !important;
  }

  #hamburger-close {
    display: none !important;
  }

#navi,
#auswahl {
    display: none !important;
    position: static !important;
    background-color: #E6F7FF !important;
    z-index: 998;
    border: 1px solid #001a80 !important;
    padding: 1rem !important;
    overflow: visible !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
    box-sizing: border-box;
    line-height: 1.3 !important;
}

  #navi a,
  #auswahl a {
    display: block !important;
    padding: 0.15em 0.1em !important;
    margin-bottom: 0.2em !important;
  }

  #navi a:last-of-type,
  #auswahl a:last-of-type {
    margin-bottom: 0 !important;
  }

  #navi h4,
  #auswahl h4 {
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
    font-size: 0.95em !important;
    font-weight: 600 !important;
  }

  #navi h4:first-child,
  #auswahl h4:first-child {
    margin-top: 0 !important;
  }

/* Auswahl falls viele Zeilen, z. B. bei Stationsspielen */
 #auswahl.vielauswahl {
    line-height: 1.03 !important;
  }

  #auswahl.vielauswahl a {
    padding: 0.1em 0.05em !important;
    margin-bottom: 0.1em !important;
  }

  #auswahl.vielauswahl h4 {
    margin-bottom: 0.1em !important;
    margin-top: 0.2em !important;
  }

  #menu:target ~ #navi,
  #menu:target ~ #auswahl,
  #menu-toggle:checked ~ #navi,
  #menu-toggle:checked ~ #auswahl {
    display: block !important;
    position: static !important;
    z-index: 998;
  }

  #menu:target ~ #hamburger-open,
  #menu-toggle:checked ~ #hamburger-open {
    display: none !important;
  }

  #menu:target ~ #hamburger-close,
  #menu-toggle:checked ~ #hamburger-close {
    display: inline-block !important;
  }

  #text img,
  #inhalt img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    clear: both !important;
    margin: 0.5em 0 !important;
  }

  #links,
  #rechts {
    width: 100% !important;
    margin: 0 auto 0.5em !important;
    float: none !important;
    clear: both !important;
    display: block !important;
  }

  #text {
    clear: both !important;
    overflow: visible !important;
    padding: 0.1em !important;
    display: block !important;
    width: 100% !important;
  }

/*Tool-Tipp - Mobile Anpassung*/
@media (max-width: 768px) {
    .tooltip-wrapper {
        position: relative;
        display: inline;
        white-space: nowrap;
    }

    .tooltip-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        margin-left: 4px;
        margin-right: 2px;
        border-radius: 50%;
        background: #001a80;
        color: #E6F7FF;
        font-size: 12px;
        font-weight: 700;
        cursor: help;
        flex-shrink: 0;
        transition: all 150ms ease;
        border: 1px solid #001a80;
        vertical-align: middle;
        text-decoration: none;
    }

    .tooltip-wrapper:hover .tooltip-icon,
    .tooltip-icon:focus {
        background: #CC6600;
        border-color: #CC6600;
        transform: scale(1.1);
        outline: none;
    }

    .tooltip-text {
        position: absolute;
        bottom: auto;
        left: auto;
        right: -170px;
        top: 50%;
        transform: translateY(-50%);
        padding: 10px 12px;
        background: #001a80;
        color: #E6F7FF;
        font-size: 13px;
        line-height: 1.4;
        border-radius: 6px;
        white-space: normal;
        width: 150px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 200ms ease, visibility 200ms ease;
        z-index: 100;
        box-shadow: 0 4px 12px rgba(0, 26, 128, 0.25);
        border: 1px solid #CC6600;
        font-weight: normal;
    }

    .tooltip-text::after {
        content: '';
        position: absolute;
        top: 50%;
        left: auto;
        right: 100%;
        transform: translateY(-50%);
        border: 6px solid transparent;
        border-right-color: #001a80;
    }

    /* Hover zeigt Tooltip */
    .tooltip-wrapper:hover .tooltip-text {
        opacity: 1;
        visibility: visible;
    }

    /* :focus-within: Tooltip bleibt offen solange der Wrapper Focus hat */
    .tooltip-wrapper:focus-within .tooltip-text {
        opacity: 1;
        visibility: visible;
    }
}
/*Ende Tool-Tipp mobil*/





  .t100 img, .t147 img, .t150 img, .t200 img, .t250 img, .t300 img, .t350 img {
    max-width: 100% !important;
    width: 100% !important;
  }

  .w100 a:hover img, .w150 a:hover img, .w200 a:hover img, .w250 a:hover img,
  .w300 a:hover img, .w330 a:hover img, .w350 a:hover img, .w400 a:hover img,
  .w450 a:hover img, .w500 a:hover img, .w550 a:hover img, .w600 a:hover img,
  .w650 a:hover img, .w700 a:hover img, .w709 a:hover img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .PZoom,
  .PZ,
  .PZleft .PZoom,
  .PZright .PZoom {
    display: block !important;
    float: none !important;
    clear: both !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0.5em 0 !important;
    position: static !important;
  }

  .PZoom img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
  }

  .PZoom a,
  .PZoom a:hover,
  .PZ .PZoom a {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    cursor: pointer !important;
  }

  #inhalt > #text,
  #inhalt > #links,
  #inhalt > #rechts {
    order: 1 !important;
  }

  #inhalt .fill,
  #inhalt .fill.left,
  #inhalt .fill.right,
  #inhalt .PZ,
  #inhalt .PZleft,
  #inhalt .PZright,
  .PZ.PZright,
  .PZ.PZleft,
  #bild,
  .fill.left,
  .fill.right,
  .PZoom,
  .PZ .PZoom,
  .PZright .PZoom,
  .PZleft .PZoom {
    order: 2 !important;
    position: static !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0.5em 0 !important;
    clear: both !important;
  }

  .fill.left,
  .fill.right {
    display: block !important;
    height: auto !important;
    width: 100% !important;
    margin: 0.5em 0 !important;
    padding: 0 !important;
  }

  .PZ {
    display: block !important;
    float: none !important;
    clear: both !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0.5em 0 !important;
  }

  .PZ p {
    display: block !important;
    float: none !important;
    clear: both !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0.5em 0 !important;
    padding: 0 !important;
  }

  .PZoom .PZcap {
    display: block !important;
    position: static !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0.35rem 0 0 0 !important;
    padding: 0.4rem 0.6rem !important;
    box-sizing: border-box !important;
    line-height: 1.25 !important;
    background: #001a80 !important;
    color: #E6F7FF !important;
    border: 1px solid #001a80 !important;
    border-radius: 4px !important;
    font-size: 0.95em !important;
  }

  .PZoom .PZpad {
    display: block !important;
    position: static !important;
    padding: 0 !important;
    background: transparent !important;
    color: inherit !important;
  }

  .PZoom .PZcap,
  .PZoom .PZpad {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .PZoom a:hover .PZcap,
  .PZoom a:focus .PZcap,
  .PZoom a:active .PZcap,
  .PZoom a:hover .PZpad,
  .PZoom a:focus .PZpad,
  .PZoom a:active .PZpad {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .PZoom.noCap .PZcap,
  .PZoom.noCap a:hover .PZcap,
  .PZoom.noCap a:focus .PZcap {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .PZ.PZ1 .PZcap,
  .PZ.PZ2 .PZcap {
    margin-bottom: 2rem !important;
  }

  .PZ.PZ1 .PZoom,
  .PZ.PZ2 .PZoom {
    margin-bottom: 1.5rem !important;
  }

  html {
    scroll-behavior: smooth;
  }

  #menu {
    scroll-margin-top: 4rem;
  }
}

@media (min-width: 1200px) {
  #zweibilderunten {
    grid-template-columns: 709px 1fr;
  }
}