#landing {
    min-height: 100vh;
    background-image: url("../img/partnerschaft.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.landing-text {
    margin-left: 5%;
    color: white;
    font-family: Oswald, sans-serif;
}

.landing-text .head {
    font-weight: 750;
    font-size: clamp(5rem, 10vw, 8rem);
    margin: 0;
    line-height: 1;
    font-family: Oswald;
}

.landing-text .sub {
    font-weight: 450;
    font-size: 5rem;
    line-height: 1.2;
    font-family: Oswald;
    margin-left: 10%;
    margin-top: 5%;
}

#main {
    display: block;
}

#main > h1 {
    font-weight: bold;
}

.more {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

section > p {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2%;
}