@charset "UTF-8";
html, html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
body {
    margin-left: auto;
    margin-right: auto;
    background: #e6f4f8;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
footer {
    padding: 1.25rem 1.875rem;
    background-color: #9ec0bf;
}
h1 {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 4rem;
}
h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 2rem;
}
h3 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 7.5rem;
}
h4 {
    font-size: 2rem;
    font-weight: 200;
    margin-bottom: 2rem;
}
p {
    font-weight: 400;
    color: #5a5c5b;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-botton: 2rem;
}
.white {
    color: white;
}
.row {
    margin-bottom: 2rem;
}
.zentriert {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 2rem;
    margin: auto;
}
.style-nav ul {
    list-style-type: none;
}
.style-nav ul li a {
    text-decoration: none;
    color: #226ecc;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 1em;
}
.style-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100px;
}
.navbar-sticky-top {
    background: #174E75;
    padding: 8px;
}
.navbar-sticky-top ul {
    list-style-type: none;
}
.navbar-sticky-top ul li a {
    text-decoration: none;
    text-align: center;
    display: block;
    color: white;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
}
.navbar-top {
    padding-bottom: .5em;
}
.navbar-icon {
    width: 25px;
    margin-right: 0.3em;
}
.slider {
    color: white;
    text-align: center;
}
.info-box-weiss h2 {
    color: #174E75;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 1.5rem;
    text-align: left;
}
.info-box-turquoise {
    background-color: #9ec0bf;
    padding: 1.8rem 1.25rem 3.75rem;
    text-align: center;
    height: 100%;
}
.info-box-blau {
    background-color: #174E75;
    padding: 1.8rem 1.25rem 3.75rem;
    text-align: center;
}
.footer-text {
    font-size: .85rem;
    margin-bottom: 2rem;
}
.title.is-4 {
    font-size: 1.5rem;
}
.gallery-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery {
    display: flex;
    overflow: hidden;
    width: 80%;
}
.gallery-item {
    position: relative;
    margin: 5px;
    flex: 0 0 25%; /* Show 4 images per row */
    cursor: pointer;
    overflow: hidden;
    width: 200px;
    height: 200px; /* Set a fixed height to make the images square */
}
.gallery-item img {
    object-fit: cover;
    transition: transform 0.3s ease; /* Smooth zoom effect */
    object-position: center; /* Center the image */
}
.gallery-item:hover img {
    transform: scale(1.2); /* Zoom in on hover */
}
.gallery-item:hover .zoom-icon {
    opacity: 1;
}
.modal-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
}
.modal-content img {
    max-width: 100%;
    height: auto;
}
.modal-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2rem;
    color: white;
    z-index: 1051;
}
.accordion-modal .modal-content {
      background-color: rgba(23, 78, 117, 0.5); /* Durchscheinendes Blau */
      color: white;
    }
.modal-body p.modal-text {
      color: white;
      font-weight: 300; /* Schlanker Text */
      text-align: justify; /* Blocksatz */
    hyphens: auto; /* Automatische Silbentrennung */
    }

.modal-body li{
    text-transform: none;
    font-size: 1rem;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 1050;
}
.arrow-left {
    left: 10px;
}
.arrow-right {
    right: 10px;
}
.icon_weiss {
    height: 3rem;
    margin-bottom: 2rem;
}
.text-white {
    color: white;
}
.text-white a {
    text-decoration: none;
    color: white;
}
.text-white a:visited {
    color: white;
}
.text-white a:hover {
    color: white;
}
.google-map {
    padding-bottom: 50%;
    Position: relativ;
}
.google-map iframe {
    height: 100%;
    width: 100%;
}
/* Styling für die Liste im Akkordeon */
.accordion-list {
    list-style-type: disc; /* Punkt als Listensymbol */
    padding-left: 2rem; /* Abstand des Listensymbols vom linken Rand */
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left; /* Linksbündiger Text */
}
.accordion-list li {
    margin-bottom: 1rem; /* Abstand zwischen den Listeneinträgen */
}
/* Eckige Buttons für das Akkordeon */
.accordion-button {
    border-radius: 0 !important; /* Eckige Ecken */
    padding: 10px 15px; /* Padding für die Buttons */
    display: flex; /* Flexbox-Layout */
    justify-content: space-between; /* Platz zwischen Text und Symbol */
    width: 100%;
    text-align: left; /* Linksbündiger Text */
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border: 1px solid #ccc;
}
.accordion-button.collapsed {
    background-color: rgba(255, 255, 255, 0.7) !important;
}
/* Transparenz für die Akkordeon-Karten */
.card {
    background-color: rgba(255, 255, 255, 0.7) !important; /* Hintergrundfarbe mit Transparenz */
}
.card-header {
    background-color: #f8f9fa;
    cursor: pointer;
}
.card-header h5 {
    margin: 0;
}
.collapse.show .card-body {
    background-color: #e9ecef;
}

section {
    padding: 5vw;
    margin-bottom: 2vw;
    background-color: #f9f9f9;
    -webkit-border-radius: 8px; /* Safari */
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Safari */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
section h2 {
    font-size: 24px;            /* Schriftgröße der Überschrift */
    color: #333;                /* Textfarbe der Überschrift */
    margin-bottom: 10px;        /* Abstand unter der Überschrift */
}

section p {
    font-size: 16px;            /* Schriftgröße des Absatzes */
    line-height: 1.6;           /* Zeilenhöhe für besseren Lesefluss */
    color: #666;                /* Textfarbe der Absätze */
}

section ul {
    padding-left: 20px;         /* Abstand der Liste zum linken Rand */
}

section ul li {
    margin-bottom: 10px;        /* Abstand zwischen den Listenelementen */
    font-size: 16px;            /* Schriftgröße der Listenelemente */
}
#srt-introduction {
    padding: 5vw;
}

#srt-benefits {
    padding: 5vw;
}

/* Stile für die Navigation, die in der mobilen Ansicht ausgeblendet werden soll */
@media (max-width: 768px) {
    .navbar-sticky-top {
        display: none;
    }
    .info-box-weiss {
        padding: 1.5rem;
    }
}
/*Tablet View*/
@media (min-width: 768px) {
    .style-nav ul li {
        display: inline-block;
    }
    .style-nav ul {
        text-align: center;
    }
    .navbar-sticky-top ul {
        display: flex;
        justify-content: space-around;
    }
    .navbar-sticky-top ul li:not(:first-child) {
        padding-top: 2em; /* Füge 2em oberen Innenabstand für alle li-Elemente außer dem ersten hinzu */
    }
    .info-box-weiss {
        text-align: justify;
        padding: 1.5rem 10rem 1.5rem 10rem;
    }
    h1 {
        font-size: 2.5rem;
        margin-bottom: 5.5rem;
    }
    h2 {
        margin-bottom: 1rem;
    }
    .col {
        float: left;
        padding: 0px 7px 14px;
        flex-basis: auto !important
    }
    .column {
        flex: 1 1 48%; /* Approximately 2 columns for tablet */
    }
}
/*Desktop View*/
@media (min-width: 1024px) {
    .style-nav {
        float: right;
    }
    .column {
        flex: 1 1 22%; /* Approximately 4 columns for desktop */
    }
}
.white {}