/*
 * Content auf Startseite
 *
 *************************************************************************/

.gda-teaser__image img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    object-fit: cover;
}

.gda-content {    
    background-position: 0 calc(var(--padding__main) * -2);
    background-repeat: no-repeat;
}
@media screen and (min-width: 1500px) {
    .gda-content {    
        background-image: url("/_assets/img/schirmherrschaft/bg_header_schirmherrschaft.svg");
    }
}
@media screen and (max-width: 1499.9px) {
    .gda-content {    
        background-image: url("/_assets/img/schirmherrschaft/bg_header_schirmherrschaft_mobile.svg");
    }
}

.gda-subpage__header .gda-Header__image {
    max-width: 500px;
    width: 30%;
    
}

.gda-schirmherr {
    position: relative;
    left: -50%;
    text-align: center;
    margin: 0 0 3em;
}

.gda-schirmherr h1 {
    text-decoration: none;
    font-size: 2em;
}

.gda-box.quote {
    background-image: url("/_assets/img/schirmherrschaft/quote.png");
    background-repeat: no-repeat;
    background-position: 10px -10px;
    background-size: 160px;
    padding-top: 7em;
}

.gda-video--section {
    margin-bottom: 9em;
}

.gda-container--video {
    padding: 0;
    line-height: 0.1px;
    position: relative;
    max-width: 1000px;    
}
.gda--video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
 
.gda--video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gda-box--shadow::after {
    top: var(--_padding) !important;
    left: calc(var(--_padding) * -1) !important;
    right: var(--_padding) !important;
    bottom: var(--_padding--bottom) !important;
}

.one_column,
.two_columns {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    column-gap: 3rem;
}

.two_columns {
    column-count: 2;
}

@media screen and (max-width: 1400px) {
    .one_column,
    .two_columns {
        column-count: 1;
        text-align: left;
        padding-bottom: 1em;
    }
    .gda-subpage__header .gda-box__wrapper {
        width: 45%;
    }
}


@media screen and (min-width: 960px) {
    .gda-subpage__header .gda-box__wrapper {
        width: 50%;
        min-width: 350px;
    }
    .gda-subpage__header-image {
        margin: 0;
    }
}

@media screen and (max-width: 960px) {
    .gda-schirmherr {
        position: absolute;
        left: 20%;
        width: 60%;
        top: 1em;
    }
    .gda-subpage__header .gda-box__wrapper {
        width: 100%;
    }
    .gda-box {
        padding: calc(var(--padding__main) * 2.5);
    }  
    .gda-box.quote {
        width: 100%;
    }
    .gda-video--section {
        margin-bottom: 5em;
    }

}
@media screen and (max-width: 640px) {
    .gda-schirmherr {
        position: relative;
        left: auto;
        right: 0;
        width: 100%;
        margin: -7em 0 3em;
    }
    .gda-content {    
        background-image: none;
    }
}

