.header {
    background-color: #0c3451;
    color: white;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg-video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg-video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('asset/background-web.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg-video {
        display: none;
    }
}

.text-over-img {
    position: absolute;
    top: 35%;
    left: 10%;
    z-index: 1;
}

.text-over-img h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 5vw;
    color: #f28705;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0.05em 0.05em 0.4em #333;
}

.language {
    position: absolute;
    top: 5%;
    right: 10%;
    background-color: white	;
    padding: 10px ;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 0.1;
}

.languagetext {
    color: white solid;
}

.language a {
    font-family: 'Oswald', sans-serif;
    color: white solid;
}

.text-over-img .subtitel {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #590202;
    font-size: 3vw;
}

#licht {
    height: 6rem;
    padding: 2rem;
}

.checkmark {
    list-style-image: url('assets/1139-checkmark4.svg');
}

/* lg */
@media (min-width: 1200px) {
    .sdgtab {
        width: calc(1140px/8);
    }
}

#portrait {
    background-image: url('assets/portrait-3-pl.jpg');
    height: 330px;
    background-attachment: scroll;
}

.table th,
.table td {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

/* Tabellen-Ausrichtung Spalte */
table.factsheet td:nth-child(2) {
    text-align: right;
}

table.funding td:nth-child(2) {
    text-align: right;
}
