/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/static/iov24/fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/static/iov24/fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/iov24/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/static/iov24/fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/static/iov24/fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/static/iov24/fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/static/iov24/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/static/iov24/fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/static/iov24/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/static/iov24/fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/static/iov24/fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/static/iov24/fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

#fahrplanauskunft-info {
  padding: 10px;
  background-color: #ffbf00;
}

.table-fahrplan {
  width: auto;
}


* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #fff;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}


h1, h2, h3, h4, h5 {
  hyphens: auto;
}

:root {
  --abstand_content: 90px;
  --design_yellow: #ffbf00;
}

.wrap {
  max-width: calc(1200px + var(--abstand_content) + var(--abstand_content));
  margin: 0 auto;
  padding: 0 var(--abstand_content);
}

#mobile-header {
  display: none;
}

#head-content {
  padding: 20px 0;
}

#head-content-top {
  display: flex;
  justify-content: space-between;
}

#head-left {
  flex: 0 0 163px;
}

#head-left img {
  display: block;
  width: 100%;
}

#head-buttons {
  display: flex;
  gap: 55px;
  position: relative;
  padding-top: 11px;
}

#head-buttons a:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#head-buttons a:nth-child(3) {
  position: absolute;
  right: -200px;
  top: 16px;
  font-size: 1.4rem;
}

#head-content-bottom {
  padding-top: 16px;
}

#head-content-bottom nav {
  font-weight: 500;
  font-size: 1.1rem;
}

#head-content-bottom .nav-link {
  color: #000;
}

#startbild {
  max-width: 2000px;
  margin: 0 auto;
}

#startbild img {
  display: block;
  width: 100%;
}


#start-tabs {
  position: relative;
  margin-top: -75px;
}

#start-tabs .tab-pane {
  background-color: var(--design_yellow);
  color: #000;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}



.nav-tabs {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  display: grid;
  font-weight: 600;
  border-bottom: 0;
}

.nav-tabs .nav-link {
  background-color: #000;
  color: #fff;
  width: 100%;
}

.tab-padding {
  padding: 25px;
}

#verbindungen-content {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}





#start-inhalt {
  padding-top: 55px;
  padding-bottom: 35px;
  display: flex;
  gap: 30px;
}

#seitentitel h1 {
  margin-bottom: 0;
}
#seitentitel-linie {
  margin: 24px 0;
  height: 1px;
  width: 38px;
  background-color: var(--design_yellow);
}

#inhalt-right {
  padding-top: 39px;
  flex: 0 0 47%;
}
#inhalt-right img {
  display: block;
  width: 100%;
}




#boxen-container {
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 30px;
}
#boxen-headline h2 {
  margin-bottom: 0;
  text-align: center;
}
#boxen-headline-linie {
  background-color: var(--design_yellow);
  height: 1px;
  width: 60px;
  margin: 25px auto;
}

#boxen {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 58px;
  grid-row-gap: 58px;
}

.box:nth-child(2) .infobox, .box:nth-child(3) .infobox {
  margin: 0 auto;
}

.box:nth-child(4) .infobox {
  margin-left: auto;
}

.infobox {
  background-color: #fff;
  width: 100%;
}
.box .infobox {
  height: 100%;
  max-width: 260px;
}
.infobox-image a {
  position: relative;
  display: block;
}
.infobox-image img {
  display: block;
  width: 100%;
}
.infobox-content {
  padding: 20px;
}
.infobox-headline h3 {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.infobox-button {
  padding-top: 1rem;
}



footer {
  padding-top: 50px;
}

#footer {
  background-color: #525252;
  color: #fff;
  padding: 45px 0;
}

#footer-headline {
  text-transform: uppercase;
  padding-bottom: 1rem;
}

#footer-headline h4 {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 0;
}

#footer-flex {
  display: flex;
  justify-content: space-between;
}

#footer-navigation {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-transform: uppercase;
}


#footer a, #footer a:hover, #footer a:active, #footer a:visited {
  color: #fff;
}




.imgleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.imgright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.clear {
  clear: both;
}
.absatz-buttons {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.bildgala {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.bildgala img {
  display: block;
  width: 100%;
}


.img-container, .img-container a {
  position: relative;
  display: block;
}
.img-icon {
	position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #000;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid #fff;
}
.img-icon svg {
  color: #fff;
}

.inh-abs-titel {
  padding-bottom: 0.5rem;
}

.bildgala + .absatz-buttons {
  padding-top: 2rem;
}
.inh-abs-text + .bildgala {
  padding-top: 1rem;
}
.inh-abs-text + .absatz-buttons {
  padding-top: 0.5rem;
}
.content-element + .content-element {
  margin-top: 3rem;
}

#fahrplaene-content {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
#fahrplaene-content a {
  display: block;
  padding: 10px;
}
#stoerungen-content {
  /* background-color: #fff; */
}

#content {
  padding-top: 20px;
  padding-bottom: 60px;
}


#content-flex {
  display: flex;
  gap: 8%;
}
#content-main {
  flex-grow: 1;
}
#content-aside {
  flex: 0 0 257px;
}

#content-aside .infobox {
  border: 1px solid #e3e3e3;
}

.infobox + .infobox {
  margin-top: 60px;
}

.popover-body p:last-child {
  margin-bottom: 0;
}

#map-content {
  font-size: 14pt;
}


/* Consent Banner */
#consent-banner { position: fixed; bottom: 0; left: 0; width: 100%; background-color: rgb(82 82 82); z-index: 5000; color: #fff; }
#consent-banner, #consent-banner * { box-sizing: border-box; }
#consent-banner-center { max-width: 1000px; padding: 10px; display: flex; gap: 35px; margin: 0 auto; }
#consent-banner-left { flex-grow: 1; }
#consent-banner-right { flex: 0 0 175px; }

#content-banner-buttons { display: flex; flex-direction: column; gap: 8px; }
.consent-banner-button > button { width: 100%; }

#consent-banner-text { padding-bottom: 10px; }
#consent-banner-links { display: flex; gap: 20px; }
#consent-banner-links a, #consent-banner-links a:hover { font-weight: bold; color: #fff; }

#consent-banner-checkboxen { display: flex; gap: 30px; padding-top: 10px; flex-wrap: wrap; }

.cb-btn { background-color: #3c2353; color: #fff; border: 1px solid #d3d3d3; border-radius: 3px; padding: 6px; cursor: pointer; }
.form-check { display: flex; gap: 5px; }


.consent-banner-unblock-info { background-color: #F1F1F1; text-align: center; padding: 15px; }
.consent-banner-unblock-info-text p { padding-bottom: 0; margin-bottom: 0; }
.consent-banner-unblock-info-link { padding-top: 10px; }
.consent-banner-unblock-info-button { padding-top: 15px; }


@media screen and (max-width: 1024px){
  #consent-banner-center { flex-direction: column; gap: 15px; }
  #consent-banner-left { flex: 0 0 100%; }
  #consent-banner-right { flex: 0 0 auto; }
  #content-banner-buttons { flex-direction: row; justify-content: center; }
  .consent-banner-button { flex: 0 0 175px; }
}
@media screen and (max-width: 768px){
  #content-banner-buttons { flex-direction: column; gap: 12px; }
  .consent-banner-button { flex: 0 0 auto; }
}
@media screen and (max-width: 450px){
  #content-banner-buttons { flex-direction: column; gap: 10px; }
  .consent-banner-button { flex: 0 0 auto; }
}
/* Consent Banner */

.cookie-informationen { display: table; box-sizing: border-box; padding-bottom: 25px; }
.cookie-informationen * { box-sizing: border-box; }
.cookie-row { display: table-row; }
.cookie-info-name { display: table-cell; vertical-align: top; white-space: nowrap; padding: 0 0 5px 0; font-weight: bold; font-style: italic; }
.cookie-info-text { display: table-cell; vertical-align: top; padding: 0 0 5px 10px; }
.cookie-info-text p:last-child { margin-bottom: 0; }

.iframe-daten-info { text-align: center; background-color: rgb(0 0 0 / 15%); padding: 4% 2%; }




.nowrap {
  white-space: nowrap;
}


.marker-content {
  font-size: 14pt;
}

.marker-content h2 {
  font-size: 16pt;
}


#standorte {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}



#gallery {
  max-width: 2000px;
  margin: 0 auto;
  height: 482px;
}

.gallery-container {
  position: relative;
  width: 100%;
  max-width: 2000px;
  height: 482px;
  overflow: hidden;
}

.galleryslides {
  position: absolute;
  width: 100%;
  height: 100%;
}
.galleryslide {
  position: absolute;
  width: 100%;
  max-width: 2000px;
  height: 482px;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.galleryslide.active {
  opacity: 1;
}
.controls {
  display: grid;
  gap: 15px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  grid-template-columns: 40px 40px 40px;
}




.intra-daten-table { width: 100%; border-spacing: 1px; }
.intra-daten-table td { vertical-align: top; padding: 5px; }
.intra-daten-table thead th { font-weight: bold; background-color: #d3d3d3; padding: 5px; text-align: left; }
.intra-daten-table tbody tr:nth-child(odd) td { background-color: #f1f1f1; }
.intra-daten-aktiv { width: 60px; text-align: center; }
.intra-daten-edit { width: 60px; text-align: center; }
.intra-daten-delete { width: 60px; text-align: center; }


.intranet-daten-edit { width: 100%; max-width: 900px; border-spacing: 1px; }
.intranet-daten-edit td { vertical-align: middle; padding: 5px; }
.intranet-daten-edit input[type=text], select { box-sizing: border-box; padding: 5px; width: 100%; border: 1px solid #d3d3d3; border-radius: 3px; font-size: 13pt; line-height: 13pt; }
.intranet-daten-edit input[type=text]:focus, .intranet-daten-edit select:focus { border-color: #808080; }
.intranet-daten-edit label { padding-bottom: 0; }

#dipla-desktop                      { display: block; }
#dipla-mobile                       { display: none; }
.mobile-info-button {
  padding-top: 15px;
}
.mobile-info-button a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffbf00;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#fahrplan-mobile {
  display: none;
}


@media screen and (max-width: 1700px){
  #head-buttons a:nth-child(3) {
    position: static;
  }
}


@media screen and (max-width: 1300px){
  :root {
    --abstand_content: 15px;
  }
  #header {
    display: none;
  }
  #mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 500;
  }
  #mobile-header-logo img {
    display: block;
    height: 50px;
  }
  #mobile-header-navigation a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28pt;
    height: 50px;
    width: 50px;
  }
  #boxen {
    grid-template-columns: repeat(2, 1fr);
  }
  .box .infobox {
    margin: 0 auto;
  }
  #footer-copyright {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1200px){
  #verbindungen-content {
    flex-wrap: wrap;
    gap: 30px;
  }
  #verbindungen-content > *:nth-child(1){
    flex: 0 0 calc(50% - 25px - 30px);
  }
  #verbindungen-content > *:nth-child(2){
    flex: 0 0 50px;
    text-align: center;
  }
  #verbindungen-content > *:nth-child(3){
    flex: 0 0 calc(50% - 25px - 30px);
  }
  #verbindungen-content > *:nth-child(4){
    flex: 0 0 calc(50% - 47.5px - 30px);
  }
  #verbindungen-content > *:nth-child(5){
    flex: 0 0 calc(50% - 47.5px - 30px);
  }
  #verbindungen-content > *:nth-child(6){
    flex: 0 0 95px;
  }
  #content-flex {
    flex-direction: column;
    gap: 60px;
  }
  #content-aside {
    flex: 0 0 auto;
  }
  #content-aside aside {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  #content-aside .infobox {
    max-width: 260px;
    margin: 0 auto;
  }
  .infobox + .infobox {
    margin-top: 0;
  }
  #fahrplan-desktop {
    display: none;
  }
  #fahrplan-mobile {
    display: block;
  }
}

@media screen and (max-width: 1100px){
  #start-inhalt {
    flex-direction: column;
  }
  #inhalt-right {
    flex: 0 0 100%;
    padding-top: 0;
  }
}

@media screen and (max-width: 1000px){
  #footer-flex {
    flex-wrap: wrap;
    gap: 50px;
  }
  #footer-flex > div:nth-child(3){
    flex: 0 0 100%;
  }
  #footer-copyright {
    padding-top: 50px;
  }
  #verbindungen-content {
    justify-content: center;
  }
  #verbindungen-content > *:nth-child(1), #verbindungen-content > *:nth-child(3), #verbindungen-content > *:nth-child(4), #verbindungen-content > *:nth-child(5){
    flex: 0 0 100%;
  }
  #verbindungen-content .d-flex label {
    flex: 0 0 60px;
  }
  #start-tabs {
    margin-top: 0;
    padding-top: 30px;
  }
  .bildgala {
    grid-template-columns: repeat(3, 1fr);
  }
  #gallery, .gallery-container, .galleryslide {
    height: 260px;
  }
}

@media screen and (max-width: 765px){
  #footer-flex {
    flex-direction: column;
  }
  #boxen {
    grid-template-columns: repeat(1, 1fr);
  }
  .box .infobox {
    max-width: 100%;
  }
  .nav-tabs {
    grid-template-columns: repeat(1, 1fr);
  }
  .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .bildgala {
    grid-template-columns: repeat(2, 1fr);
  }
  .imgleft, .imgright {
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
  }
  #content-aside aside {
    grid-template-columns: 1fr;
    grid-column-gap: 58px;
    grid-row-gap: 58px;
  }
  #content-aside .infobox {
    max-width: 100%;
  }
  #gallery, .gallery-container, .galleryslide {
    height: 185px;
  }
  #dipla-desktop                     { display: none; }
  #dipla-mobile                      { display: block; }
}


#designbody { background: none; background-color: #fff !important; color: #000; font-size: 10pt; font-weight: 400; font-family: Arial, Sans-serif; }
#designbody ul, ol { padding-left: 21px; }
#designbody p { padding-bottom: 1rem; }
.mceContentBody { padding-top: 0!important; }
