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

#main {
    display: block;
}

#more {
    display: block;
    background-color: #F8F5F5;
}

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

.maupper {
    text-align: center;
}

.malower {
    padding: 5%;
}

.mogridpart {
    text-align: center;
    aspect-ratio: 16 / 9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

h1.title1 {
    top: 11rem;
    text-shadow: 0 1vw rgba(35, 139, 197, 0.76);
    font-size: clamp(5rem, 12vw, 10rem);

}

h1.title2 {
    top: 28rem;
    left: -45%;
    font-size: clamp(2.5rem, 6vw, 5rem);
}