html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.body-container {
    max-width: 1276px;
    height: 100%;
    margin: 0 auto;
}

.text-block {
    max-width: 800px;
    height: 100%;
    margin: 0 auto;
}

.addpadding {
    padding: 2em;
}

.smallpadding {
    padding: 1em;
}

.nopadding {
    padding: 0em;
}

.tightlines {
    line-height: 0.3;
}

.redtext {
    color: #fb2c17;
}

.whitetext {
    color: #ffffff;
}

.blacktext {
    color: #2a250d;
}

.lightredtext {
    color: rgba(251, 44, 23, 0.10);
}

.blackbg {
    background-color: #2a250d;
}

.whitebg {
    background-color: #ffffff;
}

.lightbrownbg {
    background-color: rgba(42, 67, 13, 0.15);
}

.lightredbg {
    background-color: rgba(251, 44, 23, 0.15);
}

h1,
.h1 {
    font-size: 5em;
    line-height: 1;
}

h2,
.h2 {
    font-size: 2em;
}

h3,
.h3 {
    font-size: 1.5em;
}

.hightlighttextregion {
    display: table;
}

.subtext {
    font-size: 3em;
    font-weight: 600;
    margin: 0;
    display: inline;
    background: -webkit-linear-gradient(left, #2a250d, rgba(251, 44, 23, 0.10), #2a250d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlightword {
    color: #fb2c17;
    font-weight: 700;
    display: inline;
    background: none;
    -webkit-text-fill-color: unset;
    text-shadow: 2px 2px 30px rgba(251, 44, 23, 0.75);
}

a {
    color: #fb2c17;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.non-sticky-header {
    transition: height 1s;
    transition-timing-function: ease-in-out;
    height: 13em;
}

.non-sticky-header .logo {
    width: 100%;
    max-width: 25em;
    height: 110px;
    transition: height 1s;
    transition-timing-function: ease-in-out;
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 7.5em;
    min-height: 90px;
    z-index: 1;
    transition: height 1s;
    transition-timing-function: ease;
    background-color: #ffffff;
    border-bottom: 1px solid #fb2c17;
}

.sticky-header .logo {
    height: 48px;
    transition: height 1s;
    transition-timing-function: ease-in-out;
    margin-top: -14px;
}


.main-with-sticky-header {
    padding-top: 6em;
    transition: height 1s;
    transition-timing-function: ease-in-out;
}

h4.link {
    display: inline;
    padding: 1em;
    text-transform: uppercase;
}

.illustration-region {
    display: inline-table;
}

.inline {
    display: table-cell;
    padding: 10px;
    margin: -10px;
}

.illustration {
    width: 100%;
    max-width: 1276px;
}

.languageselector {
    height: 32px;
}

@media only screen and (min-width: 1px) and (max-width: 525px) {
    .subtext {
        font-size: 3.7vw;
    }
}

@media only screen and (min-width: 526px) and (max-width: 703px) {
    .subtext {
        font-size: 3.6vw;
    }
}

@media only screen and (min-width: 704px) and (max-width: 1300px) {
    .subtext {
        font-size: 3.5vw;
    }
}


@media only screen and (min-width: 704px) and (max-width: 1000px) {

    body {
        font-size: 12px;
    }

    .non-sticky-header .logo {
        height: 100px;
        transition: height 1s;
        transition-timing-function: ease-in-out;
    }

    .non-sticky-header {
        transition: height 1s;
        transition-timing-function: ease-in-out;
        height: 15em;
    }

    .languageselector {
        height: 32px;
    }

}

@media only screen and (min-width: 401px) and (max-width: 703px) {

    body {
        font-size: 10px;
    }

    .non-sticky-header .logo {
        height: 80px;
        transition: height 1s;
        transition-timing-function: ease-in-out;
    }

    .non-sticky-header {
        transition: height 1s;
        transition-timing-function: ease-in-out;
        height: 15.5em;
    }

    .hightlighttextregion {
        margin-left: -28px;
    }

}

@media only screen and (min-width: 1px) and (max-width: 400px) {

    body {
        font-size: 8px;
    }

    .non-sticky-header .logo {
        height: 60px;
        transition: height 1s;
        transition-timing-function: ease-in-out;
    }

    .non-sticky-header {
        transition: height 1s;
        transition-timing-function: ease-in-out;
        height: 15.5em;
    }

    .hightlighttextregion {
        margin-left: -28px;
    }
}