/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Teko:wght@600;700&display=swap');


/*General Style*/
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    color: #000;
    background-color: #c6d1c3;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    overflow-x: hidden;
    padding: 0 10%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #878F84;
    font-family: industry, sans-serif;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 800;
    line-height: 1.2em;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

p {
    margin-bottom: 25px;
}

ul {
    margin: 0 0 25px 0;
    padding-left: 20px;
    list-style: square outside none;
}

ol {
    padding-left: 20px;
    margin-bottom: 25px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0;
}

address {
    margin: 0 0 15px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

table {
    width: 100%;
    margin-bottom: 25px;
}

table th {
    font-weight: 600;
    color: #D3E3ED;
}

table td,
table th {
    border-top: 1px solid #989898;
    padding: 11px 10px;
}

dl {
    margin-bottom: 25px;
}

dl dt {
    font-weight: 600;
}

b,
strong {
    font-weight: bold;
}

pre {
    color: #D3E3ED;
    border: 1px solid #989898;
    font-size: 18px;
    padding: 25px;
    border-radius: 5px;
}

kbd {
    font-size: 100%;
    background-color: #D3E3ED;
    border-radius: 5px;
}

.container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.hero {
    text-align: center;
    padding: 70px 0 10px;
}

.logo {
    display: inline-block;
    margin-bottom: 60px;
}

.logo img {
    max-height: 230px;
}

.hero_title {
    text-transform: uppercase;
    font-size: 100px;
    line-height: 1em;
    margin-bottom: 55px;
}

.main_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.6em;
    font-size: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_nav a {
    padding: 13px 50px 31px;
    border: 2px solid #000;
    margin: 15px;
}

.main_nav a:hover {
    color: #fff;
    background-color: #000;
}

.section {
    padding-top: 160px;
}

.section_title {
    font-size: 95px;
    margin-bottom: 30px;
}

.logotyp p {
    margin: 0 0 70px 0;
    line-height: 1.3em;
    font-size: 40px;
}

.logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo_one {
    max-height: 340px;
}

.logo_two {
    max-height: 145px;
    margin-left: 100px;
}

.typsnitt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.typsnitt_left {
    width: 60%;
    padding-right: 30px;
}

.typsnitt h2 {
    color: #000;
    font-size: 55px;
    margin-bottom: 10px;
}

.typsnitt h3 {
    color: #000;
    font-size: 45px;
    line-height: 1.2em;
    margin: 0;
}

.typsnitt p {
    margin: 40px 0 0;
    font-size: 45px;
    line-height: 1.4em;
}

.box_wrap {
    position: relative;
}

.box input {
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
}

.boxes {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 20px;
}

.box {
    padding-top: 100%;
    position: relative;
    margin-bottom: 22px;
    font-size: 50px;
    line-height: 1.6em;
    color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
}

.box span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box_text {
    font-size: 30px;
    line-height: 1.3em;
}

.icons {
    display: -ms-grid;
    display: grid;
    grid-gap: 47px;
    -ms-grid-columns: 1fr 47px 1fr 47px 1fr 47px 1fr 47px 1fr 47px 1fr 47px 1fr;
    grid-template-columns: repeat(7, 1fr);
    padding-top: 20px;
    padding-bottom: 160px;
}

.copied {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    text-align: center;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}



@media screen and (max-width: 1280px) {
    .logotyp p br {
        display: none;
    }

    .logo_two {
        margin-left: 60px;
    }

    .logo img {
        max-height: 200px;
    }

    .logo {
        margin-bottom: 50px;
    }

    .hero_title {
        font-size: 80px;
        margin-bottom: 40px;
    }

    .main_nav a {
        padding: 5px 30px 15px;
        margin: 10px;
    }

    .main_nav,
    .logotyp p {
        font-size: 24px;
    }

    .section_title {
        font-size: 75px;
        margin-bottom: 20px;
    }

    .typsnitt h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .typsnitt h3 {
        font-size: 38px;
    }

    .box {
        font-size: 30px;
    }

    .box_text {
        font-size: 20px;
    }

    .typsnitt p {
        margin: 30px 0 0;
        font-size: 32px;
    }

    .hero {
        text-align: center;
        padding: 60px 0 0px;
    }

    .section {
        padding-top: 120px;
    }


}

@media screen and (max-width: 991px) {
    .boxes {
        grid-gap: 30px;
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }

    .typsnitt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .typsnitt p {
        margin: 20px 0 30px;
    }

    .typsnitt p br {
        display: none;
    }

    .typsnitt_left {
        width: 100%;
        padding-right: 0px;
    }

    .icons {
        grid-gap: 35px;
    }

    .logo_two {
        margin-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .boxes {
        grid-gap: 20px;
    }

    .box_text {
        font-size: 18px;
    }

    .icons {
        grid-gap: 30px;
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(6, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .hero_title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .hero {
        padding: 30px 0 0px;
    }

    .logo {
        margin-bottom: 20px;
    }

    .logo img {
        max-height: 140px;
    }

    .hero_title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .main_nav,
    .logotyp p {
        font-size: 18px;
    }

    .main_nav a {
        padding: 0px 20px 9px;
        margin: 5px;
        border-width: 1px;
    }

    .section_title {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .logotyp p {
        margin-bottom: 30px;
    }

    .section {
        padding-top: 80px;
    }

    .typsnitt h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .typsnitt h3 {
        font-size: 22px;
    }

    .typsnitt p {
        margin: 15px 0 20px;
        font-size: 18px;
    }

    .box {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .icons {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(5, 1fr);
        padding-bottom: 90px;
        padding-top: 10px;
    }

    .logo_two {
        margin-left: 20px;
    }

    .box_text {
        font-size: 18px;
    }

    .boxes {
        grid-gap: 15px;
        padding-top: 10px;
    }

    .typsnitt h3 {
        font-size: 18px;
        line-height: 1.3em;
    }

    .main_nav {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media screen and (max-width: 480px) {
    .boxes {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .icons {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(4, 1fr);
    }

    .section_title {
        font-size: 36px;
    }

    .hero_title {
        font-size: 36px;
    }
}

@media screen and (max-width: 340px) {}

.earnie {
    font-family: ff-ernestine-pro, serif;
    font-weight: 400;
    font-style: normal;
}

.mini {
    font-size: 15px !important;
}