body, html {
    height: 100%;
    overflow-x: hidden;
}

.mainwrapper {
    display: block;
    align-items: center;
    height: 100%;
    background-image: url(../images/bg_brotgenuss.jpg);
    min-height: 100%;
    background-position: center;
    background-size: cover;
    padding-top: 8%;
}

.text {
    text-align: center;
    width: 60%;
    padding: 2% 20%;
}

.text {
    text-align: center;
    width: 90%;
    padding: 2% 5%;
}

img.logo {
    margin-left: 50%;
    transform: translate(-50%, 0);
}

p, a {
    font-family: "montserrat";
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    font-family: "pacifico";
    font-size: 2rem;
}

strong {
    font-weight: 800;
}

@media screen and (max-width: 900px) {
h1 {
    font-size: 1.5rem;
}

img.logo {
    width: 250px;
}
}