/* Core Sans N Light */
@font-face {
    font-family: 'Core Sans N';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('./CoreSansN/CoreSansN35Light.otf') format('opentype');
    font-display: swap;
}

/* Core Sans N Regular */
@font-face {
    font-family: 'Core Sans N';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('./CoreSansN/CoreSansN45Regular.otf') format('opentype');
    font-display: swap;
}

/* Core Sans N Regular */
@font-face {
    font-family: 'Core Sans N';
    font-style: normal;
    font-weight: 500;
    src: local(''),
    url('./CoreSansN/CoreSansN55Medium.otf') format('opentype');
    font-display: swap;
}

/* Core Sans N Bold  */
@font-face {
    font-family: 'Core Sans N';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('./CoreSansN/CoreSansN63ExBold.otf') format('opentype');
    font-display: swap;
}

/* Accessibility */

a:focus,
.btn:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 2px dotted #000000;
    outline-offset: 5px;
}

body {
    padding-top: 133px;
    font-family: 'Core Sans N';
    font-size: 0.97rem;
    font-weight: 300;
    line-height: 1.6; /* 160% */
}

h1, .h1 {
    color: rgba(13, 149, 169, 1);
    font-size: 290%;
    font-weight: 400;
    line-height: 1.1; /* 93.75% */
}

h2, .h2 {
    color: #424469;
    font-size: 190%;
    font-weight: 400;
    line-height: 1.2; /* 120% */
}

h2 p {
    color: #424469;
    font-size: 190% !important;
    font-weight: 400;
    line-height: 1.2; /* 120% */
}

h3 {
    color: #000;
    font-size: 140%;
    font-weight: 400;
    line-height: 1.45; /* 145.455% */
}

h4 {
    color: #000;
    font-size: 120%;
    font-weight: 400;
    line-height: 1.6; /* 160% */
}

h5 {
    color: #000;
    font-size: 110%;
    font-weight: 400;
    line-height: 1.6; /* 160% */
}

td,
p {
    color: #000;
    font-family: 'Core Sans N';
    font-size: 1.05rem;
    font-weight: 300;
}

.ce-bodytext p.smallText {
  font-size: 90%;
  line-height: 140%;
}

b, strong {
  font-weight: 500;
}

.hide {
  display: none;
}

@media (max-width: 767px) {
  

    h1, .h1 {
        font-size: 200%;
    }

    h2, .h2 {
        font-size: 150%;
        line-height: normal;
    }

    h3 {
        font-size: 110%;
    }

    h4 {
        font-size: 105;
    }
}

@media (max-width: 767px) {
    
    body,
    p {
        font-size: 0.92em;
    }
}

.text-link {
    color: #000;
    font-weight: 400;
    line-height: 1.778;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: rgba(13, 149, 169, 1);
    text-decoration-thickness: 8.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.mb-28 {
     margin-bottom: 28px;
 }
.mb-35 {
    margin-bottom: 35px;
}
.mb-87 {
    margin-bottom: 87px;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 1320px;
  }
}

/* Fluid Styled Content */
p.text-right {
  text-align: right;
}

.ce-column {
  margin-right: 20px;
}


/* Hero Section */
.hero-section {
    position: relative;
    color: white;
}

.hero-section .ce-bodytext li {
    color: white;
}

.hero-overlay {
    position: absolute;
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    background: rgba(13, 149, 169, 0.7);
    border-radius: 16px;
    right: 80px;
    top: 32%;
    width: 37%;
    z-index: 10;
}

#p972 .hero-overlay.sub-page {
  background: none;
  left: initial;
  right: 80px;
}

.hero-overlay .ce-bodytext p:last-child {
  margin-bottom: 0px;
}

.hero-overlay.sub-page {
  left: 80px;
  right: auto;
  top: auto;
  bottom: 80px;
  width: fit-content;
}

@media (max-width: 1024px) {
  
  .hero-overlay.sub-page {
    bottom: 0px;
  }
}

.hero-overlay > div {
  margin: 10px;
}

.hero-overlay h1,
.hero-overlay h2,
.hero-overlay h3 {
  color: #FFF;
}

.hero-overlay h1 {
    font-size: 260%;
    font-weight: 300;
    color: #FFF;
    line-height: 1.3;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.hero-overlay p {
    color: #FFF;
    font-size: 140%;
    font-weight: 400;
    line-height: 1.4;
}

/* Adjustments for Bootstrap Breakpoints */
@media (max-width: 1200px) {
  
    .hero-overlay h1 {
        font-size: 200% /* Reduce font size for medium screens */
    }
    .hero-overlay p {
        font-size: 110%;
    }
    
    
    .hero-overlay > div {
      width: calc(100% - 20px);
    }

}

@media (max-width: 992px) {
  
    .hero-overlay h1 {
        font-size: 180%; /* Further reduce font size for tablets */
        line-height: 1.2;
    }
    .hero-overlay p {
        font-size: 100%;
        line-height: 1.3;
    }
    
    .hero-overlay {
      right: 20px;
      transform: scale(0.8);
      padding: 0px;
    }
}

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 150%; /* Smaller font size for mobile devices */
    }
    .hero-overlay p {
        font-size: 100%;
    }
    .hero-overlay {
      margin-top: 40px;
    }
    .hero-overlay > div {
      margin: 20px 10px;
    }
}

@media (max-width: 576px) {
    .hero-overlay h1 {
        font-size: 135%; /* Adjust font size for extra small screens */
    }
    .hero-overlay p {
        font-size: 100%;
    }
    .hero-overlay {
      position: initial;
      width: calc(100% - 40px);
      left: auto;
      right: auto;
      z-index: 1;
    }

}

/* Hero Image Slideshow */

/* Slideshow Container vorbereiten */
#c2219 .ce-gallery {
    position: relative;
}

/* Alle Rows übereinander positionieren */
#c2219 .ce-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out; /* Überblendzeit */
}

/* Erster Row initial sichtbar */
#c2219 .ce-row:first-child {
    position: relative; /* Für Layout-Höhe */
}

/* Aktiver Slide */
#c2219 .ce-row.active {
    opacity: 1;
    z-index: 1;
}

/* Hero Overlay Scroll Arrow */

/* #arrowScroll */
#c4926 {
  position: sticky;
  bottom: 100px;
  opacity: 1;
  width: 100%;
  pointer-events: none;
  z-index: 10;
  height: 0px;
  overflow: visible;
  margin-top: -100px;
}

@media (max-width: 700px) {
    #c4926 {
    }
}

/* Smooth Transition für Opacity */
#arrowScroll {
  transition: opacity 0.3s ease-out;
}

/* Ausgeblendet State */
#arrowScroll.hidden {
  opacity: 0 !important;
  pointer-events: none;
}

#arrowScroll .inner {
  display: flex;
  justify-content: center;
}

#arrowScroll svg {
  width: 60px;
  height: 60px;
  pointer-events: all;
  cursor: pointer;
  animation: pulsate 2s ease-in-out infinite; /* Pulsations-Animation */
}

/* Pulsations-Animation */
@keyframes pulsate {
  0%, 100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px) scale(1.1); /* Leichtes Heben und Vergrößern */
    filter: blur(0px); /* Subtiler Blur am Höhepunkt */
  }
}

/* Hover: Animation pausieren */
#arrowScroll svg:hover {
  animation-play-state: paused;
  opacity: 1;
}

#Circle {
  display: none;
}

#BG-Circle {
    transition: fill 0.5s ease;
}

#arrowScroll svg:hover #BG-Circle {
  fill: #1c91c4;
}

/* Pfeil mit bounce-Animation */
#Pfeil {
  animation: bounce 1s ease-in-out infinite;
}

/* Auf/Ab-Bewegung */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px); /* Höhe anpassen nach Bedarf */
  }
}



/* Mission Section */
.mission-section {
    padding: 50px 20px;
    margin-top: 100px;
    margin-bottom: 80px;
}

.mission-section h2 {
    color: rgba(13, 149, 169, 1);
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 32px;
}

.mission-section p {
    display: inline-flex;
    color: #000;
    text-align: center;
    font-size: 190%;
    font-weight: 400;
    line-height: 1.4; /* 140% */
    max-width: 1130px;
}
@media (max-width: 768px) {
    .mission-section h2 {
        font-size: 120%; /* Smaller font size for tablets */
    }
    .mission-section p {
        font-size: 120%; /* Adjust font size for readability */
    }
    .mission-section {
        padding: 30px 10px;
        margin-bottom: 70px;
    }
}

@media (max-width: 576px) {
    .mission-section h2 {
        font-size: 100%; /* Extra small screens adjustments */
    }
    .mission-section p {
        font-size: 100%;
    }
    .mission-section {
        padding: 20px 10px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

/* citation css */
.quote {
    position: relative;
    max-width: 898px;
    margin: 120px auto 60px auto;
}

@media (max-width: 767px) {
    .quote {
        margin: 90px auto 40px auto;
    }
}

.quote .quote-text {
    color: #424469;
    font-size: 170%;
    font-weight: 400;
    line-height: 1.44; /* 144.444% */
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .quote .quote-text {
        font-size: 130%;
    }
}

.quote .quote-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: -64px;
    width: 48px; /* Width of the SVG */
    height: 40px; /* Height of the SVG */
    background-image: url('images/quote.svg'); /* Path to your SVG file */
    background-size: cover;
}
.quote .quote-sign {
    color: rgba(13, 149, 169, 1);
    font-size: 110%;
    font-weight: 400;
    line-height: 1.2; /* 120% */
}
.about-us-para {
    max-width: 898px;
    margin: 20px auto;
}
.article-para {
    max-width: 783px;

}
@media (min-width: 992px) {
    .article-para {
        margin-left: 345px;
    }
}

.btn-primary:focus {
    box-shadow: none;
}

/* Footer styles */
footer {
    background: #424469;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 90%;
}

footer p {
    color: #ffffff;
    font-size: 90%;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

footer p.contact {
  padding: 10px 0 40px 10px;
}

footer .btn-primary {
  border: 2px solid #fff;
  background: none;
  color:  #fff;
}

footer .footer-logo {
    margin-bottom: 2rem;
}

footer p span {
    font-weight: 700;
}

footer ul.footer-links {
    padding-left: 0px;
    margin-bottom: 0px;
}

footer .footer-links li {
    list-style-type: none;
    margin-bottom: 0.5rem;
}

footer .footer-links li:last-child {
    margin-bottom: 0rem;
}

footer .footer-links li a {
    color: #ffffff;
    font-weight: 400;
    line-height: 180%;
    text-decoration: none;
}

footer .footer-links li a:focus {
    outline: 2px dotted #ffffff;
    outline-offset: 5px;
}

footer .footer-links li a:hover {
    text-decoration: underline;
}

footer .social-links {
    padding-left: 0px;
}

footer .social-links li{
    list-style-type: none;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    footer .col-lg-3.col-md-6 {
        border-left: 1px solid #ffffff;
    }
    footer .col-lg-3.col-md-12 {
        border-left: 1px solid #ffffff;
    }

    footer .social-links {
        padding-left: 10px;
    }
    footer .footer-links {
        padding-left: 10px;
    }
}

/* frame-layout-8: Bild-Button mit Overlay-Link */
.frame-layout-8 .ce-bodytext p {
  margin-bottom: 20px;
}

.frame-layout-8 .ce-textpic {
    position: relative;
    display: inline-block; /* oder block, je nach Layout */
    overflow: hidden;
}

/* Bild füllt den Container */
/* Rounded corners + overflow auf dem äußersten Container */
.frame-layout-8 .ce-textpic {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px; /* Wert anpassen falls nötig */
}

/* NICHT overflow:hidden auf ce-gallery oder ce-outer setzen */
.frame-layout-8 .ce-gallery,
.frame-layout-8 .ce-outer,
.frame-layout-8 .ce-inner,
.frame-layout-8 .ce-row,
.frame-layout-8 .ce-column,
.frame-layout-8 figure {
    margin: 0;
    padding: 0;
    display: block;
}

.frame-layout-8 .ce-gallery img {
    transition: transform 0.4s ease;
}

.frame-layout-8 .ce-textpic:hover img {
    transform: scale(1.04);
}

.frame-layout-8 .ce-bodytext {
    position: absolute;
    inset: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
    transition: background 0.3s ease;
}

.frame-layout-8 .ce-textpic:hover .ce-bodytext {
    background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.85) 100%);
}

.frame-layout-8 .ce-bodytext a {
    display: block;
    width: 100%;
    padding: 0.3rem 1.25rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.frame-layout-8 .ce-bodytext a:hover {
    border-bottom: 2px solid #2090A5;
}


.frame-layout-8 .ce-bodytext a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.frame-layout-8 .ce-bodytext a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px; /* Balken-Dicke anpassen */
    width: 0;
    background: rgb(45, 184, 204);
    transition: width 0.4s ease;
}

.frame-layout-8 .ce-textpic:hover .ce-bodytext a::before {
    width: 100%;
}

/* Text-img Teaser left and right */

.frame-layout-9 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.frame-layout-9 .row {
  align-items: center;
}

.frame-layout-9 img {
    border-radius: 16px;
}

.frame-layout-9 h2 {
    color: #000;
    font-size: 210%;
    font-weight: 300;
    font-family: 'Core Sans N';
    line-height: 48px;
}


@media (max-width: 767px) {
    .frame-layout-9 h2 {
        font-size:150%;
        line-height: normal;
    }
}

.frame-layout-9 .text-inner.text-inner {
    padding: 30px;
}

@media (min-width: 1200px) {
    .frame-layout-9.img-right .text-inner {
        max-width: 300px;
        margin: 70px 70px 20px auto;
        padding: 0;
    }
    .frame-layout-9.img-left .text-inner {
        max-width: 353px;
        margin: 50px auto 20px 66px;
        padding: 0;
    }
}

.frame-layout-9 .btn-primary {
    color: rgba(13, 149, 169, 1);
    font-size: 100%;
    font-weight: 400;
    line-height: normal;
    background-color: #fff;
    padding: 12px 16px;
    border: 2px solid rgba(13, 149, 169, 1);
    border-radius: 8px;
    margin-top: 2.625rem;
}

.frame-layout-9 .btn-primary:hover,
.frame-layout-9 .btn-primary:focus,
.frame-layout-9 .btn-primary:active.btn-primary:hover.btn-primary:focus.btn-primary:active {
    color: #ffffff;
    background-color: rgba(13, 149, 169, 1);
}

@media (max-width: 576px) {
   .frame-layout-9 .btn-primary {
       margin-top: 20px;
   }

}

/* ============================================================
   frame-layout-14 — Responsive jQuery Slider
   Farben: Accent #0d95a9 | Heading #424469
   Struktur: .frame-layout-14 > .col (x n) sind die Slides
   ============================================================ */

/* --- Viewport: versteckt überstehende Slides --- */
.itm-slider-viewport {
  overflow: hidden;
  width: 100%;
}

/* --- Track: flex-row ohne Umbruch --- */
.itm-slider-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  padding: 10px 3px 0 0;
}

/* --- Slide-Karte (.col) ---
   flex-basis/min-width/max-width werden per JS gesetzt,
   um Bootstrap's eigenes flex-basis zu überschreiben.        */
.itm-slider-track > .col {
  box-sizing: border-box;
  padding: 28px 20px;
  background: #f8f9fb;
  border-radius: 8px;
  border: 1px solid #e8eaf0;
  text-align: center;
  flex-shrink: 0 !important; /* Bootstrap-Override */
  flex-grow: 0 !important;   /* Bootstrap-Override */
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.itm-slider-track > .col:hover {
  box-shadow: 0 6px 15px rgba(66, 68, 105, 0.12);
  transform: translateY(-3px);
}

.itm-slider-track > .col img {
  max-width: 120px;
  height: auto;
  margin-bottom: 16px;
}

.itm-slider-track > .col h2,
.itm-slider-track > .col h3 {
  font-size: 1.1rem;
  color: #424469;
  margin-bottom: 10px;
}

.itm-slider-track > .col p {
  font-size: 0.875rem;
  color: #5a5c6e;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- Navigation --- */
.itm-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.itm-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #0d95a9;
  background: transparent;
  color: #0d95a9;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
  padding: 0;
}

.itm-slider-btn:hover:not(:disabled) {
  background: #0d95a9;
  color: #fff;
}

.itm-slider-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

/* --- Dot-Pagination --- */
.itm-slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.itm-slider-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: #c8cad4;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}

.itm-slider-dot.active {
  background: #0d95a9;
  transform: scale(1.35);
}

/* Nav ausblenden wenn nur 1 Schritt */
.itm-slider-nav--hidden {
  display: none !important;
}



/* Image full width Teaser left and right */
[class*="frame-full-width-teaser"] {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
    max-width: 100% !important;
}

[class*="frame-full-width-teaser"] img {
    border-radius: 16px;
}

[class*="frame-full-width-teaser"] .ce-textpic {
    position: relative;
}

[class*="frame-full-width-teaser"] h2 {
    color: #fff;
    font-size:210%;
    font-weight: 300;
    line-height: 48px;
    margin-bottom: 40px;
}

[class*="frame-full-width-teaser"] .ce-bodytext {
    position: absolute;
    left: 40px;
    bottom: 40px;
    border-radius: 16px;
    background: rgba(153, 191, 0, 1);
    max-width: 460px;
    padding: 40px;
}

[class*="frame-full-width-teaser"].frame-full-width-teaser-right .ce-bodytext {
    position: absolute;
    left: initial;
    right: 40px;
    bottom: 40px;
    border-radius: 16px;
    background: rgba(38, 189, 255, 1);
    backdrop-filter: blur(22px);
    max-width: 460px;
    padding: 40px;
}

[class*="frame-full-width-teaser"] .btn-primary {
    color: #fff;
    font-size: 100%;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
    padding: 12px 16px;
    border: 2px solid #ffffff;
    border-radius: 8px;
}

[class*="frame-full-width-teaser"] .btn-primary:hover,
[class*="frame-full-width-teaser"] .btn-primary:focus,
[class*="frame-full-width-teaser"] .btn-primary:active {
    color: rgba(13, 149, 169, 1);
    background-color: #ffffff;
}

[class*="frame-full-width-teaser"] h2 {
  font-size: 180%;
}

@media (max-width: 991px) {
    [class*="frame-full-width-teaser"] h2 {
      font-size: 150%;
        line-height: normal;
        margin-bottom: 20px;
    }
    [class*="frame-full-width-teaser"] .ce-bodytext {
        left: 10px;
        bottom: 10px;
        max-width: 240px;
        padding: 10px;
    }

    [class*="frame-full-width-teaser"].frame-full-width-teaser-right .ce-bodytext {
        right: 10px;
        bottom: 10px;
        max-width: 240px;
        padding: 10px;
    }
    [class*="frame-full-width-teaser"] .btn-primary {
        font-size: 0.875rem;
    }
}


@media (max-width: 580px) {
    [class*="frame-full-width-teaser"] .ce-bodytext {
        position: relative;
        margin-top: -70px;
        transform: scale(0.8);
    }
}

/*Teaser Box*/
.teaser-box {
    max-width: 1049px;
    margin: 44px auto 64px auto;
    border-radius: 16px;
    background: #f5f5f5;
    padding: 50px 75px;
}

.teaser-box.about-us-para {
  max-width: 898px;
  margin: 20px auto;
}

.grid-container .teaser-box {
  margin: 0px;
  height: 100%;
  padding: 40px 25px;
}

.grid-container .teaser-box .btn-primary {
  margin-bottom: 0px;
}

.flexBox .col .teaser-box {
  margin: 0 0 10px 0;
  padding: 0px;
  display: flex;
  align-items: center;
}

.flexBox .col .teaser-box > div {
  padding: 20px 10px;
}

.teaser-box.teal {
  background: rgba(153, 215, 241, 0.5);
}

.teaser-box.pink {
  background: rgba(198, 136, 197, 0.4);
}

.teaser-box.aqua {
  background: rgba(45, 184, 204, 0.4);
}


@media (max-width: 767px) {
    .teaser-box {
        padding: 30px 20px;
        margin: 35px auto;
    }
}

.teaser-box h2 {
    color: #000;
    font-size:220%;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 40px;
}

.teaser-box p {
    color: #000;
    font-weight: 400;
    font-family: 'Core Sans N';
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .teaser-box p {
        font-size: 100%;
    }
}

.teaser-box .btn-primary {
    color: #ffffff;
    font-size: 100%;
    font-weight: 400;
    font-family: 'Core Sans N';
    line-height: normal;
    background-color: rgba(13, 149, 169, 1);
    padding: 12px 16px;
    border: 2px solid rgba(13, 149, 169, 1);
    border-radius: 8px;
    margin-bottom: 30px;
}

.teaser-box > div:last-child .btn-primary {
  margin-bottom: 0px;
}

.teaser-box .btn-primary:active {
    color: rgba(13, 149, 169, 1);
    background-color: #ffffff;
}

.teaser-box .btn-primary:hover,
.teaser-box .btn-primary:focus {
    color: rgba(13, 149, 169, 1);
    background-color: #ffffff;
    border-color: #ffffff;
}

/*Accordion*/

.accordion {
    max-width: 898px;
    margin: 0px auto;
}

.accordion .accordion-item {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-color: #C4C4C4;
}

.frame-type-accordion + .frame-type-accordion .accordion-item {
  border-top: none !important;
}

.accordion .frame-type-accordion {
  padding: 0 20px 0 35px;
}

.accordion .accordion-header {
    font-size: 140%;
}

.accordion .accordion .accordion-header {
    font-size: 110%;
}

.accordion h2 {
  margin: 0px;
}

.accordion .accordion-button:hover {
  background: rgba(13, 149, 169, 0.2);
}

.accordion .accordion-button:not(.collapsed) {
  background: rgba(13, 149, 169, 0.1);
}

.accordion .accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-header button {
    color: #000;
    font-size: 120%;
    font-weight: 400;
    line-height: 32px;
    padding: 16px 8px 16px 64px;
}

.accordion .accordion-header .accordion-button:after {
    background-image: url("./images/accordion-plus.svg");
    width: 40px;
    height: 40px;
    background-size: 40px;
    position: absolute;
    left: 8px;
}

.accordion .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("./images/accordion-minus.svg");
}

.accordion .accordion-header button:before {
    background-image: url("./images/accordion-plus.svg");
    width: 40px;
    height: 40px;
    background-size: 40px;
}

.accordion-item .frame,
.accordion-item .ce-textpic {
  width: 100%;
}

.accordion-button .ce-intext.ce-right .ce-gallery, .accordion-button .ce-intext.ce-left .ce-gallery, .accordion-button .ce-above .ce-gallery
.accordion-button img {
  margin: 0px !important;
}

.accordion-button img {
  padding: 2px 0;
  max-height: 47px;
}

.accordion-button .ce-textpic {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.accordion-button .ce-textpic img {
  width: auto;
}

/****************************************/
/* Flexbox */
/****************************************/

.flexBox {
  max-width: 898px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  gap: 20px; /* Adds 10px margin between columns */
}

.flexBox > .col {
  flex: 1; /* Equal width */
  padding: 0px;
}

.flexBox .col > div {
  flex: 1; /* Equal width */
  padding: 0px;
}

@media (max-width: 520px) {
  .flexBox {
    display: block;
  } 
  
  .flexBox .col {
    margin-bottom: 10px;
  }
}

/*Powermail*/
/* Form Fields */
input, textarea {
  border-radius: 8px;
  border: 1px solid #999;
}

.powermail_legend,
.powermail_form > h3 {
    display: none;
}

.powermail_field textarea,
.powermail_field input:not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
}

.tx-powermail .layout1 .col-md-6 {
  width: 100% !important;
}

select {
  max-width: 100%;
  width: 100%;
  
  /* Abgerundete Ecken */
  border-radius: 8px;
  
  /* Schwarzer Rahmen */
  border: 1px solid #888;
  
  /* Empfohlenes zusätzliches Styling */
  padding: 3px 8px;
  
  /* Safari-spezifische Fixes */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  /* Hintergrund für Pfeil */
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M0 0l6 8 6-8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}

/* Fokus-Status */
select:focus {
  outline: 2px solid #888;
  outline-offset: 2px;
}

/*Main Nav*/

.navbar {
    padding: 50px 20px 10px 20px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}

.navbar > .container {
  padding: 0px;
}

@media (min-width: 1200px) {
  .navbar > .container {
    max-width: fit-content;
  }
}

@media (min-width: 1400px) {
  .navbar > .container {
    /*max-width: 1320px;*/
  }
}

@media (max-width: 1200px) {
  .navbar > .container {
    font-size: 90%;
  }
}

@media (max-width: 1100px) {
  .navbar > .container {
    font-size: 85%;
  }
}

.navbar-brand {
    min-width: 100px;
}

.navbar .navbar-nav {
    margin-top: 15px;
}

.navbar .top-buttons {
    position: absolute;
    top: 0;
    right: 40px;

}

.navbar .top-buttons .inner {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.navbar .top-buttons a {
    color: rgba(66, 68, 105, 1);
    text-align: center;
    font-family: "Core Sans N";
    font-size: 110%;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
    margin-right: 24px;
    text-decoration: none;
    align-self: center;
}

.navbar .top-buttons a:hover {
    text-decoration:underline;
}

.navbar .navbar-nav .nav-item {
    margin-right: 10px;
}

.navbar .navbar-nav .nav-item.dropdown {
    margin-right: 0px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: rgba(66, 68, 105, 1);
    font-family: "Core Sans N";
    font-size: 125%;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 100% */
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: rgba(13, 149, 169, 1);
}

.navbar .navbar-nav .nav-item .nav-link:focus-visible {
    box-shadow: none;
    outline: 2px dotted #000000;
    outline-offset: 5px;
}

.navbar .navbar-toggler:focus-visible,
.navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: 2px dotted #000000;
    outline-offset: 5px;
}

.navbar .navbar-nav .nav-item .dropdown-toggle:after {
    content: url("./images/navbar-arrow-down-black.svg");
    border: none !important;
    margin-left: 0;
    vertical-align: inherit;
    padding-bottom: 2px;
    display: inline !important;
    white-space: nowrap;
}

.navbar .navbar-nav .nav-item .dropdown-toggle:hover:after {
    content: url("./images/navbar-arrow-down-green.svg");
}

.navbar .navbar-nav .nav-item .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.navbar .navbar-nav .nav-item .dropdown-toggle {
  white-space: initial;
}

.navbar .top-buttons .bg-turquoie {
    margin-right: 0;
}

.dropdown-menu {
  max-height: 800px;
  overflow-y: auto;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    top: 65px;
    padding: 0;
    max-width: 400px;
    min-width: 350px;
}

.navbar .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px solid #E9E9E9;
    background: #FFF;
}

.navbar .navbar-nav .nav-item .dropdown-menu li:last-of-type {
    border-radius: 10px;
    border-bottom: 0;
}

.navbar .navbar-nav .nav-item .dropdown-menu li:last-of-type a {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: rgba(66, 68, 105, 1);
    font-family: "Core Sans N";
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    padding: 12px 16px;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar .navbar-nav .nav-item .dropdown-menu li a:focus {
    color: rgba(13, 149, 169, 1);
    background-color: #ffffff;
}

.navbar .navbar-nav .nav-item .dropdown-menu .third-level {
    position: static;
    border: none;
    margin-left: 20px;
}

.navbar .navbar-nav .nav-item .dropdown-menu .third-level {
    position: static;
    border: none;
    margin-left: 20px;
}

.dropdown-item {
    white-space: initial;
}

@media (max-height: 1000px) and (min-width: 991px) {
  .dropdown-menu {
    max-height: 620px;
    overflow-y: auto;
  }
}

@media (max-height: 800px) and (min-width: 991px) {
  .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
  }
}

@media (min-width: 992px)  {
    .navbar .top-buttons .bg-turquoie {
        border-radius: 0px 0px 16px 16px;
        background: rgba(13, 149, 169, 1);
        padding: 16px 24px;
        color: #ffffff;
        line-height: 18px;
    }
    .navbar .top-buttons .bg-teal {
        border-radius: 0px 0px 16px 16px;
        background: rgba(153, 215, 241, 1);
        padding: 16px 24px;
        color: #000;
        line-height: 18px;
    }
    .navbar .top-buttons .bg-aqua {
        border-radius: 0px 0px 16px 16px;
        background: rgba(45, 184, 204, 1);
        padding: 16px 24px;
        color: #fff;
        line-height: 18px;
        margin-right: 10px;
    }
    
    .navbar {
        padding: 40px 20px 20px 20px;
    }
    .navbar .search-icon-mobile {
        display: none;
    }

}

@media (min-width: 992px) and (max-width: 1280px) {
    .navbar-nav > li:last-child .dropdown-menu,
    .navbar-nav > li:nth-last-child(2) .dropdown-menu {
      right: 0;
      left: auto; /* Align the menu to the right edge */
    }
}

@media (min-width: 992px) and (max-width: 1110px) {
    .navbar-nav > li:nth-last-child(3) .dropdown-menu {
      right: 0;
      left: auto; /* Align the menu to the right edge */
    }
}


@media (max-width: 991px) {
    .navbar {
        max-height: 100%;
        overflow: scroll;
    }
    
    .navbar .top-buttons {
        width: 100%;
        background-color: rgba(13, 149, 169, 1);
        padding: 10px;
        right: 0;
    }
    .navbar .top-buttons .inner {
        text-align: right;
        display: block;
    }

    .navbar .top-buttons a {
        color: #ffffff;
        font-size: 100%;
        margin-right: 15px;
        font-size: 95%;
    }

    .navbar .top-buttons .search-icon {
        display: none;
    }
    .navbar .dropdown-menu {
        border: none;
    }
    .navbar .search-icon-mobile {
        margin-left: auto;
        margin-right: 24px;
    }
    .navbar .search-icon-mobile img{
        width: 24px;
        height: 24px;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 12px 16px;
        border-bottom: 1px solid #E9E9E9;
        background: #FFF;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu li {
        border-bottom: none;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu {
        padding: 15px 15px;
    }
    .navbar .navbar-nav .nav-item .dropdown-menu .third-level {
        padding-bottom: 0;
        padding-top: 0;
    }
}

/* Management */
#p710 main.container > h1 + div.grid-container + div.grid-container {
  margin-top: 87px;
}

#p710 .container.my-5 {
  display: flex;
  flex-wrap: wrap;
}

#p710 .container.my-5 h1 {
  width: 100%;
}

#p710 .container.my-5 > div {
  width: 50%;
}


@media (max-width: 920px) {
  #p710 main.container > h1 + div.grid-container + div.grid-container {
    margin-top: 60px;
  }
}

@media (max-width: 620px) {
  #p710 main.container > h1 + div.grid-container + div.grid-container {
    margin-top: 20px;
  }
}

@media (max-width: 740px) {
    .grid-container .ce-right .ce-gallery,
    .grid-container .ce-left .ce-gallery {
      float: none;
    }
}

@media (max-width: 560px) {
    .ce-right .ce-gallery,
    .ce-left .ce-gallery {
      float: none;
    }
}

@media (max-width: 480px) {
    #p710 .container.my-5 {
      display: block;
    }
    
    #p710 .container.my-5 > div {
      width: 100%;
    }
    
    #p710 main.container > h1 + div.grid-container + div.grid-container {
      margin-top: 0px;
    }
}

/*Press Releases*/

.press-releases-inner {
    max-width: 898px;
    margin: 80px auto;
}

@media (max-width: 767px) {
    #p49 .press-releases-inner  {
        margin: 30px auto;
    }
}

.press-releases-header {
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.press-releases-header span {
    width: 130px;
    align-self: center;
    margin-right: 19px;
    font-family: "Core Sans N";
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #30414E;
}

.press-releases-header select {
    width: auto;
    min-width: 150px;
    color: rgba(13, 149, 169, 1);
    font-family: "Core Sans N";
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 2px solid rgba(13, 149, 169, 1);
    border-radius: 8px;
    padding: 12px 16px;
}

.press-releases-header select:focus {
    box-shadow: none;
    outline: 2px dotted #000000;
    outline-offset: 5px;
}

#p51 .news-list-view,
#p49 .news-list-view {
    border-bottom: 1px solid #C4C4C4;
}

#p51 .news-list-view .row,
#p49 .news-list-view .row {
    margin-top: 40px;
    margin-bottom: 40px;
}

#p51 .news-list-view h2,
#p49 .news-list-view h2 {
    color: #000;
    font-family: "Core Sans N";
    font-size: 120%;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 145.455% */
}

.news-list-view.flex {
  display: flex;
  gap: 30px;
}

.news-list-view.flex > div {
  flex: 1;
}

.news-list-view.flex.noImage .news-img-wrap {
  display: none;
}

.news-list-view .news-img-wrap img {
  border-radius: 16px;
}

/*News*/
.news h3 a {
   border-bottom: 0px solid #000;
}

.news h3 a:hover {
   border-bottom: 2px solid #000;
}

.news-list-view a {
   text-decoration: none;
   color: #000;
}

.news-text-wrap {
  /*max-width: 898px;*/
  margin: 20px auto 20px auto;
}

.container .news-single .article .news-img-wrap {
  float: none;
  display: block;
  margin: 40px auto 10px auto;
  /*max-width: 898px;*/
  width: 100%;
}

.container .news-single .article .news-img-wrap img {
  max-width: 50%;
}

.container .news .article .news-img-wrap a {
  float: none;
  border: 0px solid #000;
}

.container .news-single .article .news-img-wrap img {
  border-radius: 15px;
}



#p51 .news-list-view .article,
#p49 .news-list-view .article {
  display: none;
}

#p51 .news-list-view .article.open,
#p49 .news-list-view .article.open {
  display: flex;
}

#p51 .news-list-view .article .listCat,
#p49 .news-list-view .article .listCat {
  display: none;
}

.news .footer {
  border-top: 0px solid #fff;
  margin-top: 85px;
}

#p92 .news {
    margin: 10px auto;
}

.news-img-caption {
  font-size: 80%;
}

@media (max-width: 767px) {
    .news-list-view.flex {
      flex-wrap: wrap;
    }
    
    .news-list-view.flex > div {
      flex: initial;
    }
}

.news-list-view.flex span {
    color: rgba(13, 149, 169, 1);
    font-family: "Core Sans N";
    font-size: 110%;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.news-list-view.flex  .news h3 {
    margin-top: 8px;
    margin-bottom: 24px;
}

.news-list-view.flex  .news p {
    color: #000;
    font-size: 110%;
    font-weight: 300;
    font-family: 'Core Sans N';
    line-height: 32px;
    margin-bottom: 24px;
}

.news-list-view.flex img {
    margin-bottom: 15px;
}

.news-list-view.flex .news .read-more {
    color: #000;
    font-family: "Core Sans N";
    font-size: 120%;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    border-bottom: 2px solid rgba(13, 149, 169, 1);
    margin-right: 6px;
}

@media (max-width: 580px) {
    .news-inner > ul,
    .news-inner > p {
       display: none;
    }
}

/***************************************/
/* news slider */
/***************************************/

:root {
  --swiper-theme-color: rgba(13, 149, 169, 1) !important;
}

main .swiper-button-next, main .swiper-button-prev {
  top: var(--swiper-navigation-top-offset,20%);
}

main a.slider-link {
  border-bottom: 0px solid #fff;
}

main a.slider-link:hover {
  border-bottom: 0px solid #fff;
}

.swiper-slide .card {
  border: 0px;
}

.swiper-slide figure {
  border-radius: 16px;
}

.swiper-slide .news-list-date {
  color: rgba(13, 149, 169, 1);
}

.swiper-slide .card-body > p {
  display: none;
}

/***************************************/
/* Customer */
/***************************************/

.form-row {
  display: flex;
  justify-content: space-between;
  max-width: 551px;
}

.form-row > .form-group {
  width: 47%;
}

.form-row.city  > .form-group:first-child {
  width: 70%;
}

.form-row.city  > .form-group:last-child {
  width: 25%;
}

.form-row > .form-group input {
}

.success { color: rgba(13, 149, 169, 1); }
.error { color: #aa0000; }
.info-box { background-color: #f5f5f5; padding: 20px; border-left: 4px solid #424469; margin: 20px 0; }

/***************************************/
/* Customer Popup Download Portal */
/***************************************/

#c4535 {
  background: rgba(198, 136, 197, 0.1);
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 1.5s ease;
}

#c4535.show {
  opacity: 1;
  max-height: 2000px;
  overflow: visible;
  transition: all 1.5s ease;
}

.pinkText {
  background: rgba(198, 136, 197, 1);
}

/*********** Events **************/
.hero-overlay .frame-type-felogin_login {
  display: none;
  font-size: 90%;
}

.hero-overlay .frame-type-felogin_login.active {
  display: block;
  text-align: left;
  max-width: 400px;
}


/*********** List Styles **************/

.ce-bodytext ul.arrow > li {
  list-style: none;
  text-indent: -22px;
}

.ce-bodytext ul.arrow ul li {
  font-size: 100% !important;
  text-indent: 0px;
}

.ce-bodytext .arrow > li:before {
  content:"❯";
  font-size: "130%";
  color: rgba(13, 149, 169, 1);
  padding-right: 10px;
}

@media print {
  .navbar-toggler,
  .search-icon-mobile,
  .navbar-nav,
  #navbarNav,
  .top-buttons,
  footer {
    display: none;
  }
  
  .navbar {
    box-shadow: none;
    padding: 20px;
  }
}

/*********** Season greetings / Weihnachtskarte **************/

#p745 {
  background: #0A014F;
}

#p745 .container.my-5 {
  position: relative;
}

#p745 main.container > h1 + div.frame-type-textmedia {
  margin-top: 0px;
}

#p745 h1 {
  color: #fff;
  text-align: center;
}

#p745 p {
  color: #fff;
  margin-bottom: 0px !important;
}
.unmute-btn {
    position: absolute;
    margin-top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background: rgba(0,0,0,0.3);
    color: white;
    border: 2px solid white;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
}

.unmute-btn:hover {
    background: rgba(0,0,0,0.9);
}



//************** Events menu *************//

/* Level-3-Liste "auflösen" → Items erscheinen direkt in der Dropdown */
.events-submenu {
    display: contents;
}

/* Trennlinie zwischen Jahren (nicht vor dem ersten) */
.event-year-group + .event-year-group > .dropdown-header {
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    margin-top: .25rem;
    padding-top: .75rem;
}

//************** Event Slider *************//

.events-all {
  width: 100%;
  padding: 0 0px;
  min-height: 1px;
  -moz-box-sizing: border-box;
}

.events-scroll {
  overflow: hidden;
  width: 100%;
}

.events-scroll-inner {
  -webkit-transition: margin-left 400ms ease-in-out;
  -moz-transition: margin-left 400ms ease-in-out;
  -ms-transition: margin-left 400ms ease-in-out;
  -o-transition: margin-left 400ms ease-in-out;
  transition: margin-left 400ms ease-in-out;
  display: flex;
}

.events-pager {
  position: absolute;
  top: -3em;
  right: 20px;
  font-size: 80%;
}

.events-list-container  .arrow-left,
.events-list-container  .arrow-right {
  width: 28px;
  position: absolute;
  top: 0;
  height: auto;
  z-index: 50;
}

.events-list-container  .arrow-left a,
.events-list-container  .arrow-right a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border-bottom: 0px;
}

.events-list-container  .arrow-left img,
.events-list-container  .arrow-right img {
  width: 100%;
}

.events-list-container  .arrow-right img {
  rotate: 180deg;
}

.events-list-container  .arrow-left a:hover,
.events-list-container  .arrow-right a:hover {
  color: #600021;
}

.events-list-container  .arrow-left,
.events-list-container  .arrow-left .arrow {
  top: 10px;
  left: 0px;
}

.events-list-container  .arrow-right,
.events-list-container  .arrow-right .arrow {
  top: 10px;
  right: 0;
}

.events-list-container  .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  opacity: 1;
  cursor: pointer;
  z-index: 10;
}

.events-list-container  .arrow:hover {
  opacity: 0.5;
}

.events-item {
  -moz-box-sizing: border-box;
  padding: 0 30px 0px 30px;
  float: left;
  border-right: 0px solid #ccc;
}

.events-item:nth-child(1) {
  padding: 0 20px 0px 10px;
}

.events-item:nth-child(4) {
  padding: 0 20px 0px 10px;
}

.events-item:nth-child(7) {
  padding: 0 20px 0px 10px;
}

.events-item:nth-child(3n+3) {
  border-right: 0px solid #ccc;
  padding: 0 10px 0px 30px;
}

.events-item .news-text span {
  font-weight: bolder;
}

.event-date {
  color: rgba(13, 149, 169, 1);
  font-size: 90%;
}

.event-image {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.event-image img {
  max-width: 70% !important;
  max-height: 80px;
}

@media (max-width: 1030px) {
  .events-item {
  padding: 0 10px 0px 10px;
  }
  
  .events-item:nth-child(1) {
  padding: 0 10px 0px 0px;
  }
  
  .events-item:nth-child(4n+4) {
  padding: 0 0px 0px 10px;
  }
}

@media (max-width: 820px) {
  .events-item {
  padding: 0 5px 0px 5px;
  }
  
  .events-item:nth-child(1) {
  padding: 0 5px 0px 0px;
  }
  
  .events-item:nth-child(4n+4) {
  padding: 0 0px 0px 5px;
  }
}

@media (max-width: 620px) {
  
  .events-item:nth-child(2n+2) {
  padding: 0 0px 0px 5px;
  border-right: 0px solid #ccc;
  }
}

.news-list-custom {
  text-align: center;
  margin-bottom: 24px;
}

.news-list-custom .container {
  display: grid;
  grid-template-columns: 100px auto;
  column-gap: 20px;
  max-width: 898px;
  width: 100%;
  text-align: left;
}

.news-list-custom .container .text p {
  margin-bottom: 0px;
}

.news-list-custom .date {
  border-radius: 15px;
  height: 100px;
  position: relative;
}

.news-list-custom .date.y26,
.news-list-custom .date.y28,
.news-list-custom .date.y30 {
  background: #a9d600;
}

.news-list-custom .date.y25,
.news-list-custom .date.y27,
.news-list-custom .date.y29 {
  background: rgba(45, 184, 204, 1);
}

.news-list-custom .date .year {
  position: absolute;
  bottom: 0px;
  left: -5px;
  color: #fff;
  font-size: 70px;
  z-index: 0;
  line-height: 50px;
  opacity: 0.4;
}

.news-list-custom .date .days {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100%;
  font-weight: 500;
  font-size: 120%;
  opacity: 1;
  color: #000;
  padding-top: 10px;
  opacity: 0.7;
}


.news-list-custom .date .moreLineheight {
  line-height: 150%;
}

.news-list-custom .date .hLine {
  display: block;
  background: #fff;
  height: 2px;
  position: absolute;
  top: 15px;
  z-index: 1;
  width: 100%;
}

.news-list-custom .date .rings {
  position: absolute;
  top: -4px;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}

.news-list-custom .date .rings .line {
  height: 12px;
  width: 4px;
  display: block;
  background: #729100;
  margin: 0 10px;
  border-radius: 2px;
}

/************** newsletter subscription *****************/
.nl-register-wrap { max-width: 480px; }

/* Keep honeypot fields in the DOM but move them off-screen visually */
.nl-hp {
  position: absolute;
  left:   -9999px;
  top:    -9999px;
  width:  1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}


.nl-form .nl-field          { margin-bottom: 1rem; }
.nl-form label              { display: block; margin-bottom: .3rem; font-weight: 600; }
.nl-form input[type="email"]{ width: 100%; padding: .6rem .8rem; box-sizing: border-box; }
.nl-privacy label           { font-weight: normal; gap: .5rem;  }
.nl-required                { color: #c00; }

.nl-btn {
  background: #003366; color: #fff; border: none; padding: .7rem 1.8rem;
  border-radius: 4px; font-size: 1rem; cursor: pointer;
}
.nl-btn:hover { background: #004499; }

/* Status messages */
.nl-message          { padding: 1rem 1.2rem; border-radius: 4px; margin-bottom: 1rem; }
.nl-message p        { margin: 0; }
.nl-success          { 
  background: rgba(153, 215, 241, 0.2); 
}
.nl-error            { background: #f8d7da; border: 1px solid #f5c6cb; color: #721c24; }
.nl-info { 
  background: rgba(153, 215, 241, 0.2); 
}


/* ── Our History Timeline ──────────────────────────────────── */
/* Content-Bereich: subtile linke Trennlinie */
#c5101 .col-md-9,
#c5104 .col-md-9,
#c5105 .col-md-9 {
  border-left: 3px solid rgba(66, 68, 105, 0.12);
  padding-left: 1.5rem;
}