@font-face {
    font-family: Roboto-Regular;
    src: url(fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: Aquifier;
    src: url(fonts/aquifer/Aquifer.ttf);
}

@font-face {
    font-family: Homemade-Regular;
    src: url(fonts/HomemadeApple/HomemadeApple-Regular.ttf);
}

body {
    hyphens: auto;
    font-family: Roboto-Light, sans-serif;
    background-color: #e6e6e6;
}

.site {
    background-color: white;
    max-width: 1280px;
    margin: 0 auto;
}

.site-inner {
    align-content: center;
}

a {
    text-decoration: inherit;
    color: inherit;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 10px;
}

.header {
    position: relative;
    z-index: 2;
    box-shadow: 0px 5px 20px -15px #111;
}

.header-nav--item-active {
    text-decoration: underline;
    text-underline-offset: 10px;
}

.header-nav {
    font-size: 14pt;
    text-transform: uppercase;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top:0;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top:0;
}

.header-nav--item {
    color: #b6998f;
    padding: 20px;
    flex-grow: 1;
    text-align: center;
}

.header-nav--item.icon {
    display: none;
}

.color-scheme--light {
    color: black;
}

.color-scheme--dark {
    color: white;
    background-color: #b6998f;
}

.color-scheme--black {
    background-color: black;
    color: #b6998f;
}

.footer {
    padding: 80px 50px 50px 50px;
}

.footer-nav {
    display: flex;
}

.footer-nav--item {
    padding: 10px;
    flex-grow: 1;
    text-align: center;
}

.stage {
    color: white;
    background-color: #b6998f;
    text-align: center;
}

.stage-headline {
    font-family: Aquifier, sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.stage-subline {
    font-family: Roboto-Light, sans-serif;
    font-size: 16pt;
    text-transform: uppercase;
    margin-top: 0px;
}

.stage-content {
    padding: 50px;
    padding-bottom: 100px;
}

.logo-main {
    height: 342px;
    width: 374px;
}

.site-inner {
    text-align: center;
}

article {
    padding: 100px 0;
    margin:0 auto;
    width: 70%;
}

.article-head {
    margin-bottom: 50px;
}

.article-headline {
    text-transform: uppercase;
    font-size:20pt;
    margin-bottom: 10px;
}

.article-subheadline{
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Homemade-Regular, serif;
    font-size: 12pt;
}

.article-text {
    text-align: justify;
}

.article-separator {
    height: 0px;
    width: 5%;
    border: 1px solid #b6998f;
    margin: 0px auto;
}

.color-scheme--dark .article-separator {
    border-color: white;
}

.color-scheme--dark .article-headline {
    color: black;
}

.color-scheme--black .article-separator {
    border-color: #b6998f;
}

.color-scheme--light h2 {
    color: #b6998f;
}

.teaser-area {
    padding-bottom: 100px;
}

.teaser-two-column {
    display: flex;
    margin-bottom: 100px;
}

.teaser-column--reverse {
    flex-direction: row-reverse;
}

.teaser-area:last-child {
    padding-bottom: 0px;
}

.teaser-column-text {
    padding: 0px 100px;
    text-align: left;
    width:68%;
    padding: 0px 50px 0px 50px;
}

.teaser-single-column {
    max-width: 70%;
    margin: 0 auto;
    position: relative;
    padding-bottom:100px;
}

.image {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.text-align-right {
    text-align: right;
}

.icon-small {
    max-width: 20px;
    max-height: 20px;
    fill:white;
}


.text-color--black {
    color: black;
}

.text-color--primary {
    color: #b6998f;
}

.text-color--light {
    color: white;
}

.eyecatcher {

    position: absolute;
    top: 25%;
    left: -21.4%;

    font-family: Homemade-Regular, sans-serif;
    font-size: min(2.7vw,30px);
    line-height: 1.6;
    color: #b6998f;
    padding: 30px 15px;
    background-color: black;
    opacity: 70%;
    width: 50%;
    text-align: left;
    padding-left: 10%;
}

.divided-text {
    background-color: black;
    height: 1px;
    margin-top: 45px;
}

.contact-data {
    color: black;
}

.grid {
    display:grid;
    grid-template-columns: auto 200px auto;
    grid-template-areas:
        ". header ."
        "sep contact sep2";
}

@media only screen and (max-width: 1081px) {

    .header-nav {
        flex-wrap: wrap;
    }

    .header-nav > a:not(:first-child) {
        display:none;
    }

    .header-nav.expanded > a {
        display:block;
    }

    .header-nav--item {
        display:block;
        width:100%;
        font-size:3em;
    }

    .header-nav--item.icon {
        display:block;
        text-align: left;
    }

/* For mobile phones: */
    .teaser-single-column {
        max-width: 100%;
    }

    .teaser-column-text {
        width:100%;
    }

    .article {
        max-width: 90%;
        width: 90%;
    }

    .footer-nav--item {
        font-size: 3em;
    }

    .footer-nav--item > a > .icon-small {
        max-width: 1em;
        max-height: 1em;
    }

    .teaser-two-column {
        flex-wrap: wrap;
    }

    .teaser-column--reverse {
        flex-direction: row;
    }

    .eyecatcher{
        left:0px;
    }
}
