body {
    font-family: 'Hedvig Letters Serif', serif !important;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
}

.switzer{
    font-family: 'Switzer', Arial, sans-serif !important; 
    font-size: smaller;
    line-height: 1.3rem;
}

h1 {
    color: #333;
}

p {
    color: #414651;
}

a{
    color: #D5D7DA !important;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.header {
    background: #35424a;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

.footer {
    background: #35424a;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.daspario-video-container {
    position: relative;
    width: 100vw;
    height: 70vh;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.daspario-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    opacity: 20%;
}

.daspario-video-small {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    filter: brightness(0.7);
}

.daspario-logo-container {
    position:absolute;
    top: 50%;
    bottom: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.daspario-logo {
    max-width: 380px;
    width: 40vw;
}

.daspario-bottom-logos {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 2;
    width: 96vw;           /* etwas Abstand zu den Rändern */
    max-width: 900px;
    padding: 0 2vw;        /* Abstand links/rechts */
    gap: min(4vw, 2rem);   /* Verhältniswert, max. 2rem */
    box-sizing: border-box;
}

.daspario-bottom-logos img {
    max-height: 40px;
    max-width: 100px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.08));
    flex: 1 1 0;
    margin: 0; /* Kein zusätzlicher Außenabstand */
}

.daspario-img-small{
    height: 1.5rem;
}

.daspario-img-medium {
    height: 2rem;
}

.daspario-img-large {
    height: 2.5rem;
}

.daspario-footer{
    background-color: #0A0D12;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 3rem;
    color: #D5D7DA;
    font-family: 'Switzer', Arial, sans-serif;
    margin-top: 5rem;
}

.daspario-logo-white{
    filter: invert(1) brightness(2);
    width: 20%
}

.daspario-logo-subtitle {
    margin-top: 1rem;
    font-size: 1rem;
}

.daspario-initiiert-von {
    font-size: .75rem;
}

.daspario-main-text {
    font-size: xx-large;
    margin-right: 30vw;
}

.daspario-main-subtext {
    margin-top: 1rem;
    margin-right: 48vw;
}

.daspario-flex-row {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 2rem;
}

@media (max-width: 600px) {
    .daspario-flex-row {
        flex-direction: column-reverse;
        gap: 1.2rem;
    }
    .daspario-logos-row {
        flex-direction: column;
        gap: 1.2rem;
        align-items: center;
    }
    .daspario-logos-row img:nth-child(2) {
        height: 3.25rem;
    }

    .daspario-logos-row img:nth-child(3){
        height: 5rem;
    }
}

.daspario-section-title {
    font-size: x-large;
    margin-top: 2rem;
}

.daspario-section-content {
    margin-top: 1rem;
    width: 80%;
}

.daspario-video-small-container {
    /* Optional: falls du noch weitere Styles brauchst */
}

.daspario-ueber-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    text-align: center;
}

.daspario-ueber-title {
    font-size: x-large;
    margin: 2rem 0 1rem 0;
}

.daspario-ueber-bg {
    background-color: #DBDBDB11;
}

.daspario-ueber-inner {
    margin-left: 20%;
    margin-right: 20%;
}

.daspario-logos-row {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 4rem;
    align-items: center;
}

.daspario-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}

.daspario-footer-logos {
    display: flex;
    gap: 1.5rem;
    align-items: start;
}

.daspario-footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: .65rem;
}

.daspario-footer-links {
    display: flex;
    gap: 1rem;
}

@media (max-width: 900px) {
    .daspario-bottom-logos {
        width: 98vw;
        max-width: 98vw;
        padding: 0 3vw;
        gap: min(3vw, 1.2rem);
    }
}

@media (max-width: 600px) {
    .daspario-bottom-logos {
        width: 100vw;
        max-width: 100vw;
        padding: 0 7vw;
        gap: min(2vw, 0.7rem);
    }
    .daspario-bottom-logos img {
        max-height: 28px;
        max-width: 70px;
    }
    .daspario-video-container {
        height: 55vh;
        min-height: 180px;
        max-height: 100vw;
        aspect-ratio: unset;
    }
    .daspario-main-text {
        font-size: 1.4rem;
        margin-right: 5vw;
        margin-left: 5vw;
    }
    .daspario-main-subtext {
        font-size: 1rem;
        margin-right: 5vw;
        margin-left: 5vw;
    }
    .daspario-video-small{
        height: 400px;
    }
    .daspario-footer-row {
        flex-direction: column;
        width: 75vw;
        margin: 0 auto 2rem auto;
        align-items: center;
        gap: 1.5rem;
    }
    .daspario-footer-logos {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        gap: 0;
        margin-top: 1rem;
    }
    .daspario-footer-logos img {
        flex: 1 1 0;
        max-width: 48%;
        margin: 0 0.5rem;
    }
    .daspario-logo-white{
        width: 75vw;
    }
}