@font-face {
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../assets/fonts/InriaSerif-Regular.ttf') format('woff2');
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../assets/fonts/RobotoSlab-Regular.ttf') format('woff2');
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url('../assets/fonts/RobotoSlab-Medium.ttf') format('woff2');
}

@font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('../assets/fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf') format('woff2');
}

:root {
    --navHeight: 7.5rem;
    --marginLeftLg: 4.7rem;
    --marginLeftSm: 2.5rem;
}

html {
    scroll-behavior: smooth;
    background-color: #e0eaec;
}

html, body {
    max-width: 90rem;
    margin: 0 auto;
    color: #245C7E;
}

a {
    cursor: pointer;
}

nav {
    height: var(--navHeight);
}

nav,
footer {
    background-color: rgb(36, 92, 126);
    font-family: "Roboto Flex", sans-serif;
}

.footer-container {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    /*height: 12.8125rem;*/
}

nav .active-page,
footer .active-page {
    text-decoration: underline;
    color: white;
}

nav .nav-menu-wrapper ul,
footer .nav-menu-wrapper ul {
    display: flex;
    align-items: center;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: transform 0.25s ease;
    will-change: transform;
    padding-left: 4rem;
}

@media (max-width: 480px) {
    .navbar {
        padding-left: 1.4rem;
    }
}

.navbar.nav_hidden {
    transform: translateY(-100%) !important;
}

footer {
    display: flex;
    align-items: center;
    height: 12.8125rem;
}

footer .footer-container {
    width: 100%;
    display: flex;
    color: #FFFFFF;
    justify-content: space-between;
    align-items: center;
}

footer .footer-container a {
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
}

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

.nav-color {
    color: rgb(255, 255, 255);
}

h1, h2, h3, h4, h5 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 3.4375rem;
}

p {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.875rem;
}

p strong {
    font-weight: 500;
}

.text-container {
    display: flex;
    flex-direction: column;
    max-width: 52.125rem;
    margin-left: 4.7rem;
    gap: 1rem;
    padding-top: 3.5rem;
}

.text-container div {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.parallax-section {
    position: relative;
    overflow: hidden; /* keeps child inside */
    height: 100%;
}

#hero {
    position: relative;
    padding: 0;
    margin: 0;
    height: 920px;
    width: 100%;
    color: rgb(255, 255, 255);
}

#hero .smiling-woman-img,
#hero .smiling-woman-mobile-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    left: 0;
}

#hero .smiling-woman-mobile-img {
    display: none;
}

#hero h1 {
    position: relative;
    font-family: "Roboto Slab", sans-serif;
    font-size: 4.375rem;
    line-height: 4rem;
    max-width: 28.125rem;
    margin-top: 218px;
    margin-bottom: 21px;
    margin-left: var(--marginLeftLg);
    z-index: 2;
}

#hero h3 {
    position: relative;
    font-family: "Roboto Flex", sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    max-width: 28.125rem;
    margin-left: var(--marginLeftLg);
    z-index: 3;
}

#hero .watch-button {
    position: relative;
    border-radius: 3.125rem;
    width: 16.8125rem;
    height: 3.625rem;
    background-color: #00ACE9;
    margin-top: 23px;
    margin-left: var(--marginLeftLg);
    font-family: "Roboto Flex", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    z-index: 2;
}

#hero .dotted-img {
    position: absolute;
    bottom: 1rem;
    left: 9.5rem;
    z-index: 1;
}

#intro, #solution {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #D0CCAD;
}

#intro .circles-1,
#intro .circles-2, #solution .circles-1,
#solution .circles-2 {
    margin: 0 auto;
}

#intro .text-container, #solution .text-container {
    padding-bottom: 3.5rem;
}

#goals .man-and-woman-mobile {
    display: none;
}

#solution {
    background-color: #D0D0D0;
}

#belief h4, #belief p {
    font-size: 1.375rem;
}

#belief .belief-list-container {
    width: 90rem;
    display: flex;
    flex-direction: row;
    padding-left: 2rem;
    gap: 10rem;
}

#belief .belief-list-container .belief-list-column-wrapper {
    max-width: 34.375rem;
}

#belief .belief-list-container .belief-list-column-wrapper .belief-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#belief .text-container {
    padding-bottom: 3.5rem;
}

#about-us {
    display: flex;
    background-color: #C9E8FB;
    height: auto;
}

#about-us .about-us-text-container {
    max-width: 45.8125rem;
}

#about-us .profile-info-wrapper {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

#about-us .profile-info-wrapper .profile-info-container {
    display: flex;
    flex-direction: column;
    max-width: 26.9375rem;
    gap: 0.5rem;
    margin-left: 0.5rem;
}

#about-us .profile-info-wrapper .profile-info-container p {
    font-size: 0.875rem;
    margin: 0;
    line-height: 1rem;
}

#about-us .profile-info-wrapper h4 {
    font-size: 1.375rem;
    margin: 1rem 0 0;
    padding: 0;
}

#about-us .profile-info-wrapper h6 {
    font-family: "Roboto Flex", sans-serif;
    font-size: 0.875rem;
}

#contact-form {
    position: relative;
    background: url("../assets/bg-for-contact-form.png") center/cover no-repeat;
    z-index: 1;
}

#contact-form .text-container {
    color: rgb(255, 255, 255);
    max-width: 37.375rem;
    padding-top: 2.5rem;
}

#contact-form .wrapper {
    display: flex;
    align-items: center;
    gap: 8rem;
    margin-bottom: 2.5rem;
}

.form-wrapper-container {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 100%;
}

#contact-form .wrapper::before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

#contact-form .form-container {
    max-width: 35.5625rem;
    padding-top: 10rem;
}

#contact-form .form-container input {
    height: 3.3125rem;
}

#contact-form .form-container textarea {
    height: 11.4375rem;
    border-radius: 1.875rem;
    padding-top: 1rem;
}

#contact-form .form-container button {
    width: 11.1875rem;
    height: 3.3125rem;
    font-family: "Roboto Flex", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

#contact-form .form-container .form-control {
    width: 35.5625rem;
    font-size: 1.25rem;
    font-family: "Roboto Flex", sans-serif;
    padding-left: 1.5rem;
}

#contact-form .form-control::placeholder {
    color: #9D9D9C;
}

/* Accordion customizations */
/* Use custom chevron SVG placed on the left of the text */
.accordion {
    margin-top: 0;
}

.accordion-button::after {
    display: none;
}

.accordion-button {
    display: flex;
    align-items: center;
    color: #245C7E;
    background-color: transparent;
    width: 100%;
    padding: 0 4.7rem;
    box-shadow: none !important;
    border: 0;
    border-radius: 0;
}

.accordion-button span {
    font-family: "Roboto Slab", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
}

.accordion-button::before {
    content: url("../assets/chevron.svg");
    display: inline-block;
    margin-right: 1rem;
    padding-top: 0.2rem;
    transition: transform 0.2s ease;
    transform-origin: center center;
}

/* Rotate the chevron when expanded (Bootstrap toggles .collapsed) */
.accordion-button:not(.collapsed)::before {
    transform: rotate(90deg);
}

/* Clean accordion appearance */
.accordion-item {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.accordion-body {
    border-top: 0;
    border-radius: 0;
}

/* Unified open block look */
.accordion-item {
    overflow: hidden;
}

/* Remove borders and shadows that create a line between header and body */
.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
}

.accordion-item {
    border: 0;
}

.accordion-collapse {
    border: 0;
    border-radius: 0;
}

.accordion-collapse ul {
    padding: 0 7.7rem;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 500;
    font-size: 1.375rem;
    color: #245C7E;
}

.accordion-collapse .ul-about-us {
    font-weight: 300;
    max-width: 62.5rem;
    padding-right: 0;
    padding-bottom: 2rem;
}

.accordion-collapse .ul-about-us strong {
    font-weight: 500;
}

.accordion-collapse .ul-about-us-2 {
    max-width: 90rem;
    padding-bottom: 2rem;
}

/* When open, header blends with body and only top corners are rounded; ensure no line */
.accordion-button:not(.collapsed) {
    background: #FFFFFF; /* default white variant */
    box-shadow: none !important;
    color: #245C7E;
}

/* Yellow variant: header + body share same bg when open */
.accordion-button.bg-soft-yellow:not(.collapsed) {
    background: #FFF6C9;
}

.accordion-collapse .accordion-body.bg-soft-yellow {
    background: #FFF6C9;
}

/* Blue variant */
.accordion-button.bg-soft-blue:not(.collapsed) {
    background: #CFEAFC;
}

.accordion-collapse .accordion-body.bg-soft-blue {
    background: #CFEAFC;
}

/* White variant body already white; ensure matching */
.accordion-collapse .accordion-body.bg-white {
    background: #FFFFFF;
}

/* Soft background helpers used in design */
.bg-soft-yellow {
    background: #FFF6C9;
}

.bg-soft-blue {
    background: #CFEAFC;
}

/*Video modal*/
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: -1px;
}

/* Prevent background scroll when modal is open */
body.modal-open {
    overflow: hidden;
}

/* Base modal layer covers the viewport, stays above the page */
.video-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none; /* hidden by default */
}

/* When open: center dialog in viewport */
.video-modal.is-open {
    display: grid; /* grid is an easy way to center */
    place-items: center; /* centers dialog horizontally and vertically */
}

/* Dimmed background */
.video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(1px);
    z-index: 1;
}

/* Centered dialog box */
.video-modal__dialog {
    position: relative;
    z-index: 2; /* above backdrop */
    width: min(90vw, 960px); /* responsive width, cap at desktop size */
    max-height: 90vh; /* never taller than viewport */
    background: #000; /* black background behind video for letterboxing */
    border-radius: 12px;
    overflow: hidden; /* clip video corners to radius */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* Player area: keep a nice 16:9 box that fits in viewport */
.video-modal__player {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000; /* solid background while video loads */
}

/* Make the <video> scale responsively inside */
.video-modal__player > video,
.video-modal__player > iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; /* show entire frame without cropping */
    background: #000;
}

/* Highly visible, accessible close button */
.video-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3; /* above video */
    width: 40px;
    height: 40px;
    display: inline-flex; /* stable inline metrics */
    align-items: center;
    justify-content: center; /* center the glyph */
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px; /* slightly smaller for optical centering */
    line-height: 40px; /* match height for vertical centering */
    color: #fff;
    background: rgba(0, 0, 0, 0.7); /* strong contrast over video */
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px; /* circular button */
    cursor: pointer;
    transition: background 0.15s ease, transform 0.05s ease;
}

/* Nudge the glyph for optical centering (cross often sits low) */
.video-modal__close > span, .video-modal__close::first-line { /* keep selector harmless if no span */
    position: relative;
    top: -1px;
}

.video-modal__close:hover {
    background: rgba(0, 0, 0, 0.85);
}

.video-modal__close:active {
    transform: scale(0.98);
}

.video-modal__close:focus-visible {
    outline: 2px solid #00bcd4; /* accessible focus ring */
    outline-offset: 2px;
}

#impressum,
#datenschutz {
    margin: 0 5rem 5rem;
}

#impressum span,
#datenschutz span {
    color: #04F01F;
}

#impressum h1,
#datenschutz h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 5rem;
}

#impressum h5,
#datenschutz h5 {
    font-size: 1.375rem;
    font-family: "Roboto Flex", sans-serif;
}

#impressum .infotext-container,
#datenschutz .infotext-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 59.75rem;
}

#datenschutz li {
    list-style: none;
    font-size: 1.375rem;
    font-weight: 300;
    font-family: "Roboto Flex", sans-serif;
}

#datenschutz {

    .withdrawal {
        border: 1px solid #245C7E;
        padding: 1rem;
    }

    .version {
        span {
            display: flex;
            justify-content: flex-end;
            font-size: 0.875rem;
            font-weight: 300;
            font-family: "Roboto Flex", sans-serif;
            color: #245C7E !important;
        }
    }
}

.privacy-policy {
    li {
        list-style: disc !important;
    }
}

/* Small screens: reduce dialog padding and ensure it fits */
@media (max-width: 480px) {
    html, body, nav, footer {
        max-width: 30rem;
    }

    html, body {
        margin: 0 auto;
    }

    /*Ensure Bootstrap collapses remain hidden on mobile unless toggled*/
    .collapse:not(.show) {
        display: flex;
    }

    /*.nav-menu-wrapper {*/
    /*    display: flex;*/
    /*    align-self: baseline;*/
    /*}*/
    .navbar .container-fluid {
        flex-wrap: nowrap;
        padding-left: 0;
    }

    .navbar .container-fluid .navbar-nav {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    /* Prevent headings from creating a collapsed top margin that looks like a gap */
    .parallax-section .text-container > h1:first-child,
    .parallax-section .text-container > h2:first-child {
        margin-top: 0;
    }

    .parallax-section {
        padding-top: 0.01px;
    }

    .text-container {
        max-width: 56rem;
        margin-left: 2.5rem;
        padding-top: 1rem;
    }

    .text-container h1 {
        font-size: 3.125rem;
        line-height: 3.125rem;
    }

    .text-container p {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

    #hero {
        max-height: 42rem;
    }

    #hero h1 {
        font-size: 3.125rem;
        line-height: 3.3125rem;
        max-width: 20rem;
        margin-top: 208px;
        margin-left: var(--marginLeftSm);
    }

    #hero h3 {
        font-size: 1.59rem;
        line-height: 1.591rem;
        margin-left: var(--marginLeftSm);
        margin-right: 1.5rem;
    }

    #hero .dotted-img {
        width: 22.15875rem;
        height: 29.77rem;
        left: 0;
        top: 3.6rem;
    }

    #hero .watch-button {
        width: 13.04rem;
        height: 2.8125rem;
        font-size: 1.16rem;
        border: none;
        margin-left: var(--marginLeftSm);
    }

    #hero .smiling-woman-mobile-img {
        display: block;
    }

    #intro,
    #solution {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #intro .text-container,
    #solution .text-container {
        margin-left: 0;
        padding: 0 2.5rem;
    }

    #intro .circles-1 {
        width: 15.625rem;
        height: 15.625rem;
        margin: 0 auto 3.5rem;
    }

    #intro .text-container {
        margin-top: 2rem;
    }

    #goals .collapse:not(.show) {
        display: none;
    }

    #goals .man-and-woman-desktop {
        display: none;
    }

    #goals .man-and-woman-mobile {
        width: 100%;
        display: block;
    }

    #goals .text-container {
        margin-top: 2rem;
        padding: 0 2.5rem;
        margin-left: 0;
    }

    #solution {
        position: relative;
        height: 66.188rem;
    }

    #solution .circles-2 {
        width: 15.625rem;
        height: 17.125rem;
        margin: 0 auto 3.5rem;
    }

    #solution .text-container {
        margin-top: 2rem;
    }

    #belief {
        height: auto;
    }

    #belief h4 {
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    #belief p {
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin-bottom: 0;
    }

    #belief .belief-list-container {
        flex-direction: column;
        gap: 1rem;
        width: 21.875rem;
        padding-left: 0;
        margin-top: 2rem;
    }

    #belief .text-container {
        margin-left: 0;
        padding: 0 2.5rem;
        align-items: center;
    }

    #about-us {
        height: auto;
        margin-top: 1rem;
    }

    #about-us .about-us-text-container {
        margin-top: 1rem;
        margin-left: 0;
        padding: 0 2.5rem;
    }

    #about-us .profile-info-wrapper {
        margin-left: 0;
        padding-top: 0;
        margin-top: 0;
    }

    #about-us .profile-info-wrapper img {
        width: 9.375rem;
        height: 9.375rem;
        align-self: center;
    }

    #about-us .profile-info-wrapper .profile-info-container {
        max-width: 21.875rem;
        text-align: center;
        margin: 0 auto;
    }

    .about-us-container-mobile {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #aboutUsAccordion .collapse:not(.show) {
        display: none;
    }

    #contact-form {
        height: 100%;
    }

    #contact-form .wrapper {
        flex-direction: column;
        gap: 1rem;
        padding-bottom: 2.5rem;
    }

    #contact-form .wrapper .text-container {
        max-width: 100%;
        margin-left: 0;
        padding: 1.5rem 1.5rem 0;
    }

    #contact-form .wrapper .form-container {
        max-width: 100%;
        padding: 0 1.5rem;
    }

    #contact-form .wrapper .form-container input, #contact-form .wrapper .form-container textarea {
        max-width: 100%;
    }

    .accordion-body {
        padding-right: 0;
    }

    .accordion-body ul {
        width: 21.875rem;
    }

    .accordion-button {
        padding-left: 2.5rem;
    }

    .accordion-button span {
        font-size: 2.188rem;
    }

    .accordion-collapse ul {
        padding: 0 2.5rem;
    }

    .accordion-collapse ul li {
        font-size: 1.25rem;
    }

    footer {
        /*height: 17.313rem;*/
        background-size: contain;
    }

    /*footer .footer-container {*/
    /*    flex-direction: column;*/
    /*    align-items: flex-start; !* logo aligns to top-left *!*/
    /*    gap: 6rem;*/
    /*    padding-top: 0;*/
    /*}*/
    .footer-padding-mobile {
        padding-left: 1rem !important;
    }

    /*footer .footer-container > .d-flex {*/
    /*    align-self: end;*/
    /*}*/
    /* On small screens, place the dialog near the top so it's immediately visible over the hero */
    .video-modal.is-open {
        place-items: start; /* align to top-left of viewport */
        align-content: start;
    }

    .video-modal__dialog {
        width: 94vw;
        border-radius: 10px;
        margin-top: 20rem; /* nudge down a bit from the very top for better UX */
        margin-left: 0.8rem;
        max-height: 86vh; /* account for top margin so it still fits */
    }

    .video-modal__close {
        top: 6px;
        right: 6px;
        width: 36px;
        height: 36px;
        font-size: 22px;
        line-height: 20px;
        padding-top: 0;
        padding-bottom: 0.2rem;
    }

    #impressum,
    #datenschutz {
        padding: 0 2rem 1rem;
        margin: 0 auto;
        width: 100%;

        h1 {
            font-size: 2rem;
        }

        ul {
            padding-left: 1rem;
        }
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    html, body, nav, footer {
        max-width: 47.938rem;
    }

    html, body {
        margin: 0 auto;
    }

    /*Ensure Bootstrap collapses remain hidden on mobile unless toggled*/
    .collapse:not(.show) {
        display: flex;
    }

    /*.nav-menu-wrapper {*/
    /*    display: flex;*/
    /*    align-self: baseline;*/
    /*}*/
    .navbar .container-fluid {
        flex-wrap: nowrap;
        padding-left: 0;
    }

    .navbar .container-fluid .navbar-nav {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    /* Prevent headings from creating a collapsed top margin that looks like a gap */
    .parallax-section .text-container > h1:first-child,
    .parallax-section .text-container > h2:first-child {
        margin-top: 0;
    }

    .parallax-section {
        padding-top: 0.01px;
    }

    .text-container {
        max-width: 56rem;
        margin-left: 2.5rem;
        padding-top: 1rem;
    }

    .text-container h1 {
        font-size: 3.125rem;
        line-height: 3.125rem;
    }

    .text-container p {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

    #hero {
        max-height: 50rem;
    }

    #hero h1 {
        font-size: 3.125rem;
        line-height: 3.3125rem;
        max-width: 20rem;
        margin-top: 208px;
        margin-left: var(--marginLeftSm);
    }

    #hero h3 {
        font-size: 1.59rem;
        line-height: 1.591rem;
        margin-left: var(--marginLeftSm);
        margin-right: 1.5rem;
    }

    #hero .dotted-img {
        width: 80%;
        height: 80%;
        left: 0;
        top: 3.6rem;
    }

    #hero .watch-button {
        width: 13.04rem;
        height: 2.8125rem;
        font-size: 1.16rem;
        border: none;
        margin-left: var(--marginLeftSm);
    }

    #hero .smiling-woman-mobile-img {
        display: block;
        box-sizing: content-box;
    }

    #intro,
    #solution {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #intro .text-container,
    #solution .text-container {
        margin-left: 0;
        padding: 0 2.5rem;
    }

    #intro .circles-1 {
        width: 15.625rem;
        height: 15.625rem;
        margin: 0 auto 3.5rem;
    }

    #intro .text-container {
        margin-top: 2rem;
    }

    #goals .collapse:not(.show) {
        display: none;
    }

    #goals .man-and-woman-desktop {
        display: none;
    }

    #goals .man-and-woman-mobile {
        width: 100%;
        display: block;
    }

    #goals .text-container {
        padding: 0 2.5rem;
        margin-top: 2rem;
        margin-left: 0;
    }

    #solution {
        position: relative;
    }

    #solution .circles-2 {
        width: 15.625rem;
        height: 17.125rem;
        margin: 0 auto 3.5rem;
    }

    #solution .text-container {
        margin-top: 2rem;
    }

    #belief {
        margin-bottom: 1rem;
    }

    #belief h4 {
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    #belief p {
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin-bottom: 0;
    }

    #belief .belief-list-container {
        flex-direction: column;
        gap: 1rem;
        width: 21.875rem;
        padding-left: 0;
        margin-top: 2rem;
    }

    #belief .text-container {
        margin-left: 0;
        padding: 0 2.5rem;
        align-items: center;
    }

    #belief .text-container h1 {
        align-self: flex-start;
    }

    #about-us {
        align-items: center;
    }

    #about-us .about-us-text-container {
        margin-top: 2rem;
        margin-left: 0;
        padding: 0 2.5rem;
    }

    #about-us .profile-info-wrapper {
        margin-left: 0;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 1rem;
    }

    #about-us .profile-info-wrapper img {
        width: 9.375rem;
        height: 9.375rem;
        align-self: center;
    }

    #about-us .profile-info-wrapper .profile-info-container {
        max-width: 21.875rem;
        text-align: center;
        margin: 0 auto;
    }

    .about-us-container-mobile {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #aboutUsAccordion .collapse:not(.show) {
        display: none;
    }

    #contact-form .wrapper {
        flex-direction: column;
        max-width: 100%;
        gap: 1rem;
    }

    #contact-form .wrapper .text-container {
        max-width: 100%;
        margin-left: 0;
        padding: 2.5rem 2.5rem 0;
    }

    #contact-form .wrapper .form-container {
        max-width: 100%;
        margin-left: 0;
        padding: 0 2.5rem;
    }

    #contact-form .wrapper .form-container input, #contact-form .wrapper .form-container textarea {
        max-width: 100%;
    }

    .accordion-body {
        padding-right: 0;
    }

    .accordion-body ul {
        /*width: 21.875rem;*/
    }

    .accordion-body.bg-white,
    .accordion-body.bg-soft-blue,
    .accordion-body.bg-soft-yellow {
        padding: 0 2.5rem 1rem;
    }

    .accordion-button {
        padding-left: 2.5rem;
    }

    .accordion-button span {
        font-size: 2.188rem;
    }

    .accordion-collapse ul {
        padding: 0 2.5rem;
    }

    .accordion-collapse ul li {
        font-size: 1.25rem;
    }

    footer {
        /*height: 17.313rem;*/
        background-size: contain;
    }

    /*footer .footer-container {*/
    /*    flex-direction: column;*/
    /*    align-items: flex-start; !* logo aligns to top-left *!*/
    /*    gap: 6rem;*/
    /*    padding-top: 0;*/
    /*}*/
    .footer-padding-mobile {
        padding-left: 1rem !important;
    }

    /*footer .footer-container > .d-flex {*/
    /*    align-self: end;*/
    /*}*/
    /* On small screens, place the dialog near the top so it's immediately visible over the hero */
    .video-modal.is-open {
        place-items: start; /* align to top-left of viewport */
        align-content: start;
    }

    .video-modal__dialog {
        width: 94vw;
        border-radius: 10px;
        margin-top: 20rem; /* nudge down a bit from the very top for better UX */
        margin-left: 0.8rem;
        max-height: 86vh; /* account for top margin so it still fits */
    }

    .video-modal__close {
        top: 6px;
        right: 6px;
        width: 36px;
        height: 36px;
        font-size: 22px;
        line-height: 20px;
        padding-top: 0;
        padding-bottom: 0.2rem;
    }

    #impressum,
    #datenschutz {
        padding: 0 2rem 1rem;
        margin: 0 auto;
        width: 100%;

        h1 {
            font-size: 2rem;
        }

        ul {
            padding-left: 1rem;
        }
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    html, body, nav, footer {
        max-width: 64rem;
    }

    html, body {
        height: 100%;
    }

    .navbar .container-fluid {
        flex-wrap: nowrap;
        padding-left: 0;
    }

    .navbar .container-fluid .navbar-nav {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .collapse:not(.show) {
        display: flex;
    }

    #hero .dotted-img {
        width: 80%;
        height: 80%;
        left: 0;
        top: 3.6rem;
    }

    #intro,
    #solution {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.5rem;

        .text-container {
            margin-left: 0;
            padding: 2.5rem;
        }

        .circles-1 {
            margin: 0 auto 3.5rem;
        }
    }

    .text-container {
        max-width: 100%;
    }

    #goals {

        .collapse:not(.show) {
            display: none;
        }
    }

    #goals .text-container {
        margin-left: 0;
        padding: 0 2.5rem;
        margin-top: 2rem;
    }

    #goals .man-and-woman-desktop {
        display: none;
    }

    #goals .man-and-woman-mobile {
        width: 100%;
        display: block;
    }

    #solution {
        position: relative;
    }

    #solution .circles-2 {
        width: 15.625rem;
        height: 17.125rem;
        margin: 0 auto 3.5rem;
    }

    #solution .text-container {
        margin-top: 2rem;
    }

    #belief {
        margin-bottom: 1rem;
    }

    #belief h4 {
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    #belief p {
        font-size: 1.375rem;
        line-height: 1.875rem;
        margin-bottom: 0;
    }

    #belief .belief-list-container {
        flex-direction: column;
        gap: 1rem;
        width: 21.875rem;
        padding-left: 0;
        margin-top: 2rem;
    }

    #belief .text-container {
        margin: 0 auto;
        padding: 0 2.5rem;
        align-items: center;
    }

    #belief .text-container h1 {
        align-self: flex-start;
    }

    #about-us {
        align-items: center;
    }

    #about-us .about-us-text-container {
        margin-top: 1rem;
        margin-left: 0;
        padding: 0 2.5rem;
        max-width: 100%;
    }

    #about-us .profile-info-wrapper {
        margin-left: 0;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 1rem;
    }

    #about-us .profile-info-wrapper img {
        width: 9.375rem;
        height: 9.375rem;
        align-self: center;
    }

    #about-us .profile-info-wrapper .profile-info-container {
        max-width: 21.875rem;
        text-align: center;
        margin: 0 auto;
    }

    .about-us-container-mobile {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #aboutUsAccordion .collapse:not(.show) {
        display: none;
    }

    .success-message {
        display: none;
    }

    #contact-form {
        position: relative;
        align-items: center;
    }

    #contact-form .wrapper {
        flex-direction: column;
        gap: 1rem;
    }

    #contact-form .wrapper .text-container {
        max-width: 100%;
        margin-left: 0;
        padding: 2.5rem 2.5rem 0;
    }

    #contact-form .wrapper .form-container {
        max-width: 100%;
        margin-left: 0;
        padding: 0 2.5rem;
    }

    #contact-form .wrapper .form-container input, #contact-form .wrapper .form-container textarea {
        max-width: 100%;
    }

    .accordion-body {
        padding-right: 0;
    }

    .accordion-body.bg-white,
    .accordion-body.bg-soft-blue,
    .accordion-body.bg-soft-yellow {
        padding: 0 2.5rem 1rem;
    }

    .accordion-button {
        padding-left: 2.5rem;
    }

    .accordion-collapse ul {
        padding: 0 2.5rem;
    }

    .accordion-collapse ul li {
        font-size: 1.25rem;
    }

    footer {
        min-height: 17.313rem;
    }

    .footer-padding-mobile {
        padding-left: 1rem !important;
        padding-bottom: 0;
    }

    .video-modal.is-open {
        place-items: start; /* align to top-left of viewport */
        align-content: start;
    }

    .video-modal__dialog {
        width: 94vw;
        border-radius: 10px;
        margin-top: 20rem; /* nudge down a bit from the very top for better UX */
        margin-left: 0.8rem;
        max-height: 86vh; /* account for top margin so it still fits */
    }

    .video-modal__close {
        top: 6px;
        right: 6px;
        width: 36px;
        height: 36px;
        font-size: 22px;
        line-height: 20px;
        padding-top: 0;
        padding-bottom: 0.2rem;
    }

    #impressum,
    #datenschutz {
        padding: 0 2rem 1rem;
        margin: 0 auto;
        width: 100%;

        h1 {
            font-size: 2rem;
        }

        ul {
            padding-left: 1rem;
        }
    }
}

@media (min-width: 1025px) and (max-width: 1367px) {
    #hero .dotted-img {
        width: 80%;
        height: 80%;
        left: 0;
        top: 3.6rem;
    }

    #intro,
    #solution {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.5rem;

        .text-container {
            margin-left: 0;
            padding: 2.5rem;
        }

        .circles-1 {
            margin: 0 auto 3.5rem;
        }
    }

    .text-container {
        max-width: 100%;
    }

    #goals .text-container {
        margin-left: 0;
        padding: 0 2.5rem;
        margin-top: 2rem;
    }

    #goals .man-and-woman-desktop {
        width: 100%;
        display: block;
    }

    #goals .man-and-woman-mobile {
        display: none;
    }

    #solution {
        position: relative;
    }

    #solution .circles-2 {
        width: 15.625rem;
        height: 17.125rem;
        margin: 0 auto 3.5rem;
    }

    #solution .text-container {
        margin-top: 2rem;
    }

    #belief {
        margin-bottom: 1rem;
    }

    #belief h4 {
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    #belief p {
        font-size: 1.375rem;
        line-height: 1.875rem;
        margin-bottom: 0;
    }

    #belief .belief-list-container {
        flex-direction: column;
        gap: 1rem;
        width: 21.875rem;
        padding-left: 0;
        margin-top: 2rem;
    }

    #belief .text-container {
        margin: 0 auto;
        padding: 0 2.5rem;
        align-items: center;
    }

    #belief .text-container h1 {
        align-self: flex-start;
    }

    #about-us {
        align-items: center;
    }

    #about-us .about-us-text-container {
        margin-top: 1rem;
        margin-left: 0;
        padding: 0 2.5rem;
        max-width: 100%;
    }

    #about-us .profile-info-wrapper {
        margin-left: 0;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 1rem;
    }

    #about-us .profile-info-wrapper img {
        width: 9.375rem;
        height: 9.375rem;
        align-self: center;
    }

    #about-us .profile-info-wrapper .profile-info-container {
        max-width: 21.875rem;
        text-align: center;
        margin: 0 auto;
    }

    .about-us-container-mobile {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #aboutUsAccordion .collapse:not(.show) {
        display: none;
    }

    #contact-form {
        align-items: center;
    }

    #contact-form .wrapper {
        flex-direction: column;
        gap: 1rem;
    }

    #contact-form .wrapper .text-container {
        max-width: 100%;
        margin-left: 0;
        padding: 2.5rem 2.5rem 0;
    }

    #contact-form .wrapper .form-container {
        max-width: 100%;
        margin-left: 0;
        padding: 0 2.5rem;
    }

    #contact-form .wrapper .form-container input, #contact-form .wrapper .form-container textarea {
        max-width: 100%;
    }

    .accordion-body {
        padding-right: 0;
    }

    .accordion-body.bg-white,
    .accordion-body.bg-soft-blue,
    .accordion-body.bg-soft-yellow {
        padding: 0 2.5rem 1rem;
    }

    .accordion-button {
        padding-left: 2.5rem;
    }

    .accordion-collapse ul {
        padding: 0 2.5rem;
    }

    .accordion-collapse ul li {
        font-size: 1.25rem;
    }

    footer {
        /*height: 17.313rem;*/
        background-size: contain;
    }

    /*footer .footer-container {*/
    /*    flex-direction: column;*/
    /*    align-items: flex-start; !* logo aligns to top-left *!*/
    /*    gap: 6rem;*/
    /*    padding-top: 0;*/
    /*}*/
    .footer-padding-mobile {
        padding-left: 1rem !important;
    }

    /*footer .footer-container > .d-flex {*/
    /*    align-self: end;*/
    /*}*/
    /* On small screens, place the dialog near the top so it's immediately visible over the hero */
    .video-modal.is-open {
        place-items: start; /* align to top-left of viewport */
        align-content: start;
    }

    .video-modal__dialog {
        width: 94vw;
        border-radius: 10px;
        margin-top: 20rem; /* nudge down a bit from the very top for better UX */
        margin-left: 0.8rem;
        max-height: 86vh; /* account for top margin so it still fits */
    }

    .video-modal__close {
        top: 6px;
        right: 6px;
        width: 36px;
        height: 36px;
        font-size: 22px;
        line-height: 20px;
        padding-top: 0;
        padding-bottom: 0.2rem;
    }
}

/*# sourceMappingURL=style.css.map */
