@font-face {
    font-family: 'OpsKappla';
    src: url('../assets/font/opskappla/OPSKappla-Regular.eot') format('eot'),
        url('../assets/font/opskappla/OPSKappla-Regular.woff2') format('woff2'),
        url('../assets/font/opskappla/OPSKappla-Regular.woff') format('woff');
}

@font-face {
    font-family: 'OpsRest';
    src: url('../assets/font/opsrest/OPSRestructionalText-Cranked.eot') format('eot'),
        url('../assets/font/opsrest/OPSRestructionalText-Cranked.woff2') format('woff2'),
        url('../assets/font/opsrest/OPSRestructionalText-Cranked.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


::selection {
    color: #ee4000;
}

::-webkit-scrollbar {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100vw;
    height: auto;
    cursor: default;
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    min-height: 100vh;
}

#archive {
    display: none;
}

.comingsoon {
    user-select: none;
    pointer-events: none;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    /*    transform: rotate(-20deg);*/
    /*    background: yellow;*/
}

.notice {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 80%;
    /*    background: red;*/
}

.notice a {
    font-size: 15vw;
}

.fadescroll {
    display: none;
}

.indent {
    width: calc(100% - 3vw);
    padding: 0 0 0 3vw;
}

h1 {
    display: inline-block;
    font-family: 'OpsKappla';
    font-weight: 300;
    font-size: 20vw;
    line-height: 18vw;
    word-spacing: -2rem;
    color: #ee4000;
    text-transform: uppercase;
    max-width: 95%;
    margin: 2vh 0 0 0;
    padding: 0 0 50px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    hyphens: none;
}

h2 {
    display: inline-block;
    font-family: 'OpsRest';
    font-weight: 300;
    font-size: 8vw;
    line-height: 8.5vw;
    letter-spacing: 5px;
    color: #101010;
    max-width: 90%;
    margin: 0;
    padding: 0 0 50px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    hyphens: none;
}

h2 a {
    display: inline-block;
    font-family: 'OpsRest';
    font-weight: 300;
    font-size: 8vw;
    line-height: 8.5vw;
    letter-spacing: 5px;
    color: #101010;
    max-width: 90%;
    margin: 0;
    padding: 0 0 50px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    hyphens: none;
    text-decoration: none;
}


h2 a:hover {
    color: #ee4000;
}

h3 {
    z-index: -1;
    position: fixed;
    top: 0;
    display: inline-block;
    font-family: 'OpsKappla';
    font-weight: 300;
    font-size: 12vw;
    line-height: 10vw;
    color: #ee4000;
    text-transform: uppercase;
    max-width: 95%;
    margin: 0;
    padding: 0 0 50px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    hyphens: none;
}

a {
    display: inline-block;
    font-family: 'OpsRest';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #ee4000;
    max-width: 95%;
    margin: 0;
    padding: 0 0 50px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    hyphens: auto;
}

p {
    font-family: 'OpsRest';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    word-spacing: 3px;
    column-count: 1;
    color: #101010;
    max-width: 90%;
    margin: 0;
    padding: 0;
    hyphens: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.credit {
    display: inline-block;
    font-family: 'OpsRest';
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
    color: darkgrey;
}


ul {
    width: 90vw;
    margin: 0 0 0 0;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul li {
    font-family: 'OpsRest';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    word-spacing: 3px;
    column-count: 1;
    color: #101010;
    padding: 10px 0 10px 0;
}

ul li a {
    font-family: 'OpsRest';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    word-spacing: 3px;
    column-count: 1;
    color: #101010;
    max-width: 90%;
    margin: 0;
    padding: 0;
    hyphens: auto;
}

ul img {
    max-width: 90vw;
}

.borderbottom {
    border-bottom: 1.5px solid black;
}

.soft {
    color: darkgrey;
}

.versal {
    text-transform: uppercase;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.berwerbenbutton {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 120px;
    height: 120px;
    background: #ee4000;
    border-radius: 50%;
    text-align: center;
}

.berwerbenbutton a {
    font-family: 'OpsRest';
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    word-spacing: 3px;
    column-count: 1;
    color: #101010;
    max-width: 90%;
    margin: 0;
    padding: 0;
    hyphens: auto;
    text-decoration: none;
}

.berwerbenbutton2 {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 160px;
    right: 25px;
    width: 120px;
    height: 120px;
    background: #ee4000;
    border-radius: 50%;
    text-align: center;
    -webkit-animation: rotating 6s linear infinite;
    -moz-animation: rotating 6s linear infinite;
    -ms-animation: rotating 6s linear infinite;
    -o-animation: rotating 6s linear infinite;
    animation: rotating 6s linear infinite;    
}

.berwerbenbutton2 a {
    font-family: 'OpsRest';
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    word-spacing: 3px;
    column-count: 1;
    color: #101010;
    max-width: 90%;
    margin: 0;
    padding: 0;
    hyphens: auto;
    text-decoration: none;
}

.chapter a {
    text-decoration: none;
    font-family: 'OpsRest';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    word-spacing: 3px;
    color: #ee4000;
    padding: 0;
    margin: 0;
}

.content {
    width: calc(100vw - 4vw);
    margin: 0 0 0 2vw;
}

.breakline {
    height: 50px;
    border-bottom: 3px solid black;
    margin: 0 0 60px 0;
}

.threecolumn {
    display: flex;
    flex-wrap: wrap;
}

.supportlogo {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 50px 0;
}

.supportlogo img {
    height: auto;
    width: 80%;
}

.gallery {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 10vh 0 5vh 0;
}

.gallery img {
    width: 90%;
}

#abbinder {
    width: calc(100% - 4vw);
    min-height: 100vh;
    padding: 0 0 0 4vw;
    background: #ee4000;
    margin: 5vh 0 0 0;
}

#abbinder h1 {
    color: white;
    hyphens: auto;
}

.footer {
    padding: 0 0 5vh 0;
}

.footer a {
    font-family: 'OpsRest';
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 2px;
    word-spacing: 3px;
    column-count: 1;
    color: black;
    max-width: 90%;
    margin: 0;
    padding: 0;
    hyphens: auto;
    text-decoration: none;
}

@media only screen and (min-width: 800px) {

    h1 {
        font-size: 11vw;
        line-height: 10vw;
        word-spacing: -3rem;
    }

    h2 {
        font-size: 3.5vw;
        line-height: 3.7vw;
    }

    h2 a {
        font-size: 3.5vw;
        line-height: 3.7vw;
    }

    h3 {
        position: absolute;
        font-size: 12vw;
        line-height: 10vw;
    }

    a {
        font-size: 22px;
        line-height: 32px;
    }

    .chapter a {
        text-decoration: none;
        font-family: 'OpsRest';
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 2px;
        word-spacing: 3px;
        color: #ee4000;
        padding: 0;
        margin: 0;
    }

    p {
        font-size: 22px;
        line-height: 32px;
        column-count: 2;
        column-gap: 50px;
        hyphens: none;
    }

    ul li {
        font-size: 22px;
        line-height: 32px;
    }

    ul li a {
        font-size: 22px;
        line-height: 32px;
        text-decoration: none;
    }

    ul img {
        max-width: 300px;
    }

    .comingsoon {
        display: flex;
    }

    #archive {
        display: block;
        position: fixed;
        top: 0;
        left: 2vw;
        height: 100vh;
        width: 150px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #archive img {
        height: 100%;
    }


    .gallery img {
        width: 50%;
    }

    .indent {
        width: calc(100% - 15vw);
        padding: 0 0 0 15vw;
    }

    #abbinder {
        width: calc(100% - 16vw);
        padding: 5vh 0 0 16vw;
        margin: 100px 0 0 0;
    }

    .supportlogo {
        width: calc(100% / 4);
        margin: 0;
    }

    .berwerbenbutton {
        display: flex;
        width: 140px;
        height: 140px;
        bottom: 30px;
        left: 50px;
    }

    .berwerbenbutton2 {
        display: flex;
        width: 140px;
        height: 140px;
        bottom: 190px;
        left: 50px;
    }

    ul {
        width: 100%;
    }

    ul li {
        font-size: 22px;
        line-height: 32px;
    }

    ul li a {
        font-size: 22px;
        line-height: 32px;
    }

}
