#landing {
    min-height: 100vh;
    background-image: linear-gradient(86.59deg, #000000 6.45%, rgba(147, 146, 146, 0.447958) 85.63%, rgba(7, 7, 7, 0.279669) 109.77%, rgba(217, 217, 217, 0) 149.89%), url("../img/adressen.png");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#main {
    display: block;
}

.main {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    width: 90%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    box-sizing: border-box;
}

.magridpart {
    text-align: center;
}

.magridpart > a > h1 {
    background-color: #26B1FF;
    color: white;
}

#hochschulen {
    text-align: center;
}

#content {
    flex-direction: column;
}

#content > section {
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
}

.section > h1 {
    margin-left: 0;
    font-size: 8rem;
}

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

.gridchild4 {
    text-align: center;
    margin-left: 2%;
    margin-top: 2%;
}

.gridchild4 > h1 {
    font-size: 2rem;
    background-color: #26B1FF;
    color: white;
    display: inline-block;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 1%;
}

.gridparent2 {
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.gridchild2 {
    text-align: center;
}

.gridchild2 > a, #hochschulen > a {
    font-size: 4rem;
    background-color: #26B1FF;
    color: white;
    display: block;
    margin-left: 5%;
    margin-bottom: 5%;
    width: 90%;
}

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

h1.title1, h1.title2, h1.title3 {
    position: relative;
    font-family: Oswald, sans-serif;
    font-weight: 450;
    color: white;
    width: fit-content;
    text-align: left;
}

h1.title1 {
    margin-left: 5%;
    text-shadow: 0 1vw rgba(104, 104, 104, 0.76);
    font-size: clamp(5rem, 12vw, 10rem);
}

h1.title2 {
    font-size: clamp(2.5rem, 6vw, 5rem);
}

h1.title3 {
    font-size: clamp(2.5rem, 6vw, 5rem);
}