html, body {
    color: #344149;
    background-color: #F6B237;
    font-family: 'EB Garamond', serif;
    margin: 0;
    padding: 0;
    letter-spacing: 0.02em;
}

::selection {
    background: #7CCFF1;
}

.anchor {
    display: block;
    margin-top: -80px;
    padding-top: 80px;
}

h1 {
    font-weight: bold;
    font-size: 19pt;
    text-align: left;
    text-transform: uppercase;
}

h2 {
    font-size: 19pt;
    font-weight: normal;
}

p {
    white-space: pre-line;
    font-size: 18px;
}

header {
    position: fixed;
    background-color: #e1dacb;
    width: 100%;
    top: 0;
    left: 0;
    height: 80px;
}

a {
    text-decoration: none;
    color: #344149;
}

a.decorated {
    text-decoration: underline;
    color: blue;
}

#homeblock {
    min-height: 56vh;
}

#homeblock>.content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-img {
    height: 50vh;
}

#navigation {
    position: absolute;
    right: 15px;
    top: 0;
    height: 80px;
    line-height: 80px;
}

#navigation>a {
    color: #2f4954;
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 15px;
}

#subtitle {
    padding-left: 22px;
}

#content {
    margin-top: 80px; /* header */
}

.content {
    padding: 20px 50px;
    max-width: 900px;
    margin: auto;
}

#anfahrtsbeschreibung {
    width: 100%;
    max-height: 0;
    opacity: 0;
    transition: max-height .5s, opacity .5s;
}

#anfahrtsbeschreibung.open {
    max-height: 5000px;
    opacity: 1;
}

@media screen and (max-width: 750px) {
    #homeblock>.content {
        display: block;
    }
    .content {
        padding: 20px 5%;
    }
    #long-home {
        display: none;
    }

    #short-home {
        display: inline-block;
    }
}

#nametitle {
    position: absolute;
    color: #2f4954;
    line-height: 80px;
    height: 80px;
    margin-left: 10vw;
    font-size: 19pt;
}

#nameinnametitle {
    font-size: 24pt;
}

#home-img {
    float: left;
    height: 50vh;
}

.block1 {
    background-color: #f4a410;
}

#kontaktform {
    width: 100%;
    height: 1200px;
}

#legalfooter {
    text-align: center;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    width: 100%;
}

#copyright {
    white-space: nowrap;
}

.mobileOnly {
    display: none;
}

@media screen and (max-width: 1024px) {
    .desktopOnly {
        display: none;
    }
    .mobileOnly {
        display: initial;
    }
    #navigation {
        display: none;
    }
    #nametitle {
        display: inline-block;
    }
    #home-img {
        float: none;
    }
    #home-text {
        margin-left: 0;
    }
    #subtitle {
        font-size: 1em;
    }
    #titleWrapper {
        line-height: 20px;
        padding-top: 20px;
    }
}

#home-text {
    margin-left: 15px;
}
