body {
    display: flex;
    padding: 40px 40px 60px 40px;
    margin: 0;
    background: url("links/SRS_BG.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    transition: all .2s ease-in-out;
}

.overlay {
    background-color: black;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.3;
    z-index: -1;
    top: 0;
    left: 0;
}

.logo {
    width: 130px;
    height: min-content;
}

.more {
    display: inline-block;
    height: 40px;
}

.coming-soon {
    display: inline-block;
    height: 100%;
    position: relative;
    padding-left: 20px;
}

.main-text {
    max-width: 400px;
    padding:40px;
    background-color: white;
    position: absolute;
    bottom: 60px;
    right: 0;
    transition: all .2s ease-in-out;
    animation-name: reveal;
    animation-duration: 4s;
}

@media only screen and (max-width: 980px) {
    .main-text {
        width: 360px;
        bottom: 160px;
    }
}

@media only screen and (max-width: 520px) {
    .main-text {
        width: 220px;
        padding:40px;
        bottom: 120px;
    }

    body {
        padding: 30px;
    }

    .numbers-big {
        font-size: 100px;
        line-height: 80px;
        margin: 0;
    }

    .teaser-text h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .teaser-arrow img {
        width: 64px;
    }

    .more {
        display: inline-block;
        height: 25px;
    }

    .stroke{
        width: 140px!important;
    }

    .logo {
        width: 100px;
    }

}


.numbers {
    width: 100%;
    display: inline-block;
}

.numbers-big {
    float: left;
    left: -8px;
    position: relative;
}

.teaser-arrow {
    float: right;
}

.teaser-text {
    display: inline-block;
    padding-top: 20px;
    animation-name: textReveal;
    animation-duration: 4s;
    overflow: hidden;
    transition: height 5s ease-out;
}

.stroke{
    width: 300px;
    height: 100%;
    border: 0.5px white;
    border-style: hidden hidden solid solid;
    display: inline-block;
    transition: all .2s ease-in-out;
}

h1 {
    font-family: 'Kamerik205 8';
    font-weight: normal;
    font-style: normal;
    margin: 0;
    font-size: 140px;
    line-height: 120px;
    margin: 0;
}

h2 {
    font-family: 'Kamerik205 8';
    font-weight: normal;
    font-style: normal;
    font-size: 34px;
    line-height: 38px;
    margin: 0;
    padding-bottom: 10px;
}

.teaser-paragraph {
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

h4 {
    font-family: 'Kamerik205 8';
    font-weight: normal;
    font-style: normal;
    text-transform: lowercase;
    color: white;
    margin: 0;
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    width: 120px;
    position: absolute;
    bottom: -4px;
}

.teaser-arrow img {
    max-width: 84px;
}

.teaser-arrow {
    transition: all .2s ease-in-out;
}

.teaser-arrow:hover {
    transform: scale(1.1);
    
}