@font-face {
    font-family: "Inter bold";
    src: url("/css/fonts/Inter-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Inter medium";
    src: url("/css/fonts/Inter-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Inter regular";
    src: url("/css/fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Rois bold";
    src: url("/css/fonts/Rois-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Rois medium";
    src: url("/css/fonts/Rois-Medium.ttf") format("truetype");
}



* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter regular", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--dark-grey);
    overflow-y: scroll;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

strong {
    font-family: "Inter bold", sans-serif;
}

a {
    text-decoration: underline;
    color: var(--dark-grey);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: "Rois bold", sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
}

h1,
.h1 {
    font-size: calc(20px + (45 - 20) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
}
h1 span{
    text-transform: none;
}
h2,
.h2 {
    font-size: calc(18px + (35 - 18) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
}

h3,
.h3 {
    font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
}

.h3 {
    text-transform: none;
}

h4,
.h4 {
    font-size: calc(20px + (36 - 20) * (100vw - 320px) / (1920 - 320));
}

h5,
.h5 {
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-family: "Rois medium", sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
}

:root {
    --primary-blue: #006B7D;
    --primary-red: #a6192e;
    --green: #89E872;
    --dark-grey: #141414;
    --light-grey: #efefef;
    --grey: #8b8986;
    --white: #ffffff;
    --warm-white: #f2efea;
    --orange: #FF7731;
    --beige: #E6E6D7;
    --petrol: #006B7D;
    --blau: #276EF1;
    --spacing-xxs: 4px;
    --spacing-xs: 8px;
    --spacing-s: 16px;
    --spacing-m: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 40px;
    --spacing-xxl-2: 80px;
    --spacing-xxl-3: 128px;
}

.bg-blue {
    background-color: var(--primary-blue);
}

.bg-blau {
    background-color: var(--blau);
}

.bg-black {
    background-color: var(--dark-grey);
}

.bg-green {
    background: url(/img/also-race-bg-green.webp) no-repeat bottom center;
    background-size: cover;
}

.bg-petrol {
    background-color: var(--petrol);
}
.bg-beige {
    background-color: var(--beige);
}
.bg-green-simple {
    background-color: var(--green);
}

.contentwrapper {
    z-index: 5;
}

.logo-inline {
    max-width: 252px;
    padding: 15% 0;
}

.schmaler {
    width: 70%;
}

.textwhite {
    color: var(--warm-white);
}

.textblue {
    color: var(--primary-blue);
}

.bg-blue {
    background-color: var(--primary-blue);
}

.bg-red {
    background-color: var(--primary-red);
}

.textred {
    color: var(--primary-red);
}

.textbold {
    font-weight: 700;
}

a:focus,
a:active,
button:focus,
button:active {
    outline: none;
}

.navbar-dark .navbar-toggler {
    border: 0px;
}

.navbar {
    height: 95px;
    background-color: #ffffff;
    z-index: 20;
}

.nav-padding {
    padding-top: 95px;
}

.shadow-sm {
    position: relative;
    z-index: 1;
}

.nav-link {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.nav-link svg {
    margin-top: -2px;
}


.show .navbar-nav {
    position: relative;
}

.nav-item {
    text-align: center;
}

a.nav-link {
    color: var(--dark-grey);
    text-decoration: none;
}

a.nav-link:hover {
    color: var(--primary-blue);
}

.nav-link.active {
    color: var(--dark-grey) !important;
    font-family: "Inter bold", sans-serif;
}

.outline-head {
    position: absolute;
    width: 100%;
    right: 80px;
    z-index: 5;
}

.intro {
    font-size: 22px;
}

.infotext {
    font-size: 16px;
}

/**Header**/

.bg-lager {
    background: transparent url(/img/hp-bg-maintheme.jpg) no-repeat center;
}

.logoleiste img {
    max-height: 45px;
    max-width: 100%;
    display: inline-block;
}

.hp-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    z-index: 2;
}

/** LOGIN **/

#hp-bg {
    background: transparent url(/img/also-bg-login.webp) no-repeat left top;
    background-size: cover;
    min-height: calc(100vh - 95px);
}



.hp {
    z-index: 999;
    left: 35%;
    bottom: 0;
    width: 35%;
}

.form-control::placeholder {
    color: #707070;
    opacity: 0.5;
}

.form-control {
    display: block;
    width: 100%;
    color: #707070;
    height: auto;
    padding: 0;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: solid 1px var(--blau);
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: .0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #707070;
    ;
    background-color: transparent;
    border-bottom: solid 1px var(--blau);
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: .0px;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}

.form-check {
    padding-left: 0px;
}
.error-message{
    list-style-type: none;
    color: red;
    background-color: rgba(255, 0, 0, 0.041);
    padding:10px;
    border: dotted 1px red;
    margin-top:10px;
}
.btn-primary,
a.btn-primary {
    border-radius: 20px;
    color: white;
    box-shadow: none;
    background-color: var(--blau);
    border: 2px solid white;
    text-transform: uppercase;
    text-decoration: none;
}
.btn-primary.dark,
a.btn-primary.dark {
    border-radius: 20px;
    color: white;
    box-shadow: none;
    background-color: transparent !important;
    border: 2px solid white;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-secondary,
a.btn-secondary {
    border-radius: 20px;
    color: var(--dark-grey);
    box-shadow: none;
    background-color: transparent;
    border: 2px solid var(--dark-grey);
    text-transform: uppercase;
    text-decoration: none;
}

.btn-secondary:hover,
a.btn-secondary:hover {
    border-radius: 20px;
    color: var(--dark-grey);
    box-shadow: none;
    background-color: transparent;
    border: 2px solid var(--dark-grey);
    text-transform: uppercase;
    text-decoration: none;
}

.btn-primary:hover {
    color: white;
    background-color: var(--blau);
    border-color: white;
}

.form-group a {
    color: var(--dark-grey);
    font-weight: bold;
    text-decoration: underline;

}

.btn-red {
    background-color: var(--primary-red);
}

.btn-primary.btn-red:hover {
    background-color: #bf1d35 !important;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: var(--green);
    border-color: transparent;
    box-shadow: none;
}

.btn-primary.btn-red.focus,
.btn-primary.btn-red:focus {
    color: #fff;
    background-color: #bf1d35 !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 0 rgba(38, 143, 255, .5) !important;
}


/** Landingpage **/
#hp-bg.bg-2 {
    background: transparent url(/img/also-bg-content-hero.webp) no-repeat center top;
    background-size: cover;
    min-height: calc(100vh - 95px);
}
.products {
    background: transparent url(/img/hp-print-products-racing.webp) center right no-repeat;
    background-size: 50% auto;
    min-height: 444px;
}

.bg-outergrid {
    width: 250%;
    /* Breite größer als 100% für Überlappung */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 100%;
}

.bg-booster{
    background: linear-gradient(to bottom left, var(--blau), var(--green));
}
.x-hidden {
    overflow-x: hidden;
}

.besen {
    position: absolute;
    right: 0;
    top: 20%;
    width: 58%;
    height: auto;
}

.card-text {
    font-size: 12px;
}

.card-header {
    min-height: 146px;
}


.incentive {
    margin-bottom: -150px;
}
.ueberlappend{
    margin-top: -11rem;
    padding-top: 11rem;
}

.booster {
    min-height: 180px;
    background-color: rgba(22, 22, 21, 0.45);
}

.bg-dark-grey {
    background-color: var(--dark-grey);
}

.bg-light-grey {
    background-color: var(--light-grey);
}

.prices {
    position: relative;
}

.prices::after {
    content: '';
    width: 66.6666666666%;
    position: absolute;
    height: 3rem;
    background-color: var(--primary-red);
    bottom: 0;
}

.first {
    border-bottom: 3rem solid var(--primary-blue);
    z-index: 5;
    background: var(--dark-grey) url(/img/ersterPreis.jpg) center right no-repeat;
    background-size: cover;
}

.first::before {
    content: '';
    background-image: linear-gradient(to right, var(--dark-grey), var(--dark-grey) 100%);
    opacity: 0.8;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.second {
    background: var(--dark-grey) url(/img/zweiterPreis.jpg) center center no-repeat;
    background-size: cover;
}

.second::before {
    content: '';
    background-image: linear-gradient(to right, var(--dark-grey), var(--dark-grey) 100%);
    opacity: 0.8;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 01;
}

.third {
    z-index: 5;
    background: var(--dark-grey) url(/img/dritterPreis.jpg) center left no-repeat;
    background-size: cover;
    margin-top: 6rem;
}

.third::before {
    content: '';
    background-image: linear-gradient(to right, var(--dark-grey), var(--dark-grey) 100%);
    opacity: 0.8;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.highindex {
    z-index: 7;
    position: relative;
}

.infokasten h1 {
    text-transform: none;
    -webkit-text-stroke: 2px var(--dark-grey);
    font-size: 110px;
}

.cta-starten {
    background: transparent url(/img/cta-bg@3x.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.cta-starten::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: var(--dark-grey);
    opacity: .6;
    z-index: 0;
}

#highspeed{
    background: transparent url(/img/highspeed-praemien.webp) no-repeat center;
    background-size: cover;
    position: relative;
}
/** Ranking **/

.bg-divided {
    background: var(--beige) url(/img/bg-ranking.webp) no-repeat center 450px;
    padding-bottom: 20vh !important;
    background-size: contain;
    min-height: calc(440px + (100vw * (994 / 1990)));
}

#ranking,
#boost {
    overflow: hidden;
    position: relative;
}

#ranking::after {
    content: '';
    width: 50%;
    height: 100% !important;
    position: absolute;
    background: #efefef url(/img/ranking.jpg) no-repeat center;
    background-size: cover;
    top: 0;
    overflow: hidden;
}

#boost::after {
    content: '';
    width: 50%;
    height: 100% !important;
    position: absolute;
    background: #000000 url(/img/boost-product.jpg) no-repeat top left;
    background-size: contain;
    top: 0;
    overflow: hidden;
}

#ranking::before,
#boost::before {
    content: '';
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    height: 339px;
    background-color: var(--dark-grey);
}

.your-rang {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 150px;
}

.rangtext {
    background-color: rgba(239, 239, 239, 0.9);
}

.missingup {
    background: transparent url(/img/ranking-up.svg) center left no-repeat;
    background-size: 24px 15px;
    padding: 0 0 0 35px;
}

.missingdown {
    background: transparent url(/img/ranking-down.svg) center left no-repeat;
    background-size: 24px 15px;
    padding: 0 0 0 35px;
}

.race {
    background: #efefef url(/img/race-bg.png) no-repeat center top;
    background-size: cover;
}

.race-content {
    background-color: rgba(22, 22, 21, 0.8);
    margin-top: 200px;
}

.race-beam {
    display: block;
    width: calc(100% - 3rem);
    height: 32px;
    background-color: var(--beige);
    bottom: 55px;
    position: absolute;
    z-index: -1;
    padding-right: 20px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.race-beam .beam-step {
    display: inline-block;
    width: 1px;
    height: 130%;
    background-color: #707070;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.own .race-beam .beam-step {
    background-color: #ffffff;
}

.race-beam::after {
    content: '';
    width: 120px;
    height: 120px;
    background: transparent url(/img/hp-ziel.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: -20px;
}

.race-beam::before {
    content: '';
    width: 2px;
    background-color: #707070;
    height: 101px;
    position: absolute;
    bottom: 0px;
}
.race-beam hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: -60px;
    width: 94%;
}

.place-circle {
    width: 38px;
    height: 38px;
    font-size: 19px;
    line-height: 1.4;
    background-color: var(--primary-blue);
    border-radius: 100px;
    position: absolute;
    top: -23px;
    left: -19px;
    z-index: 10;
    font-family: "Rois medium", sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
}

.place-circle p {
    padding-top: 6px;
}

.car {
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    transition: margin 2s ease-in-out;
    margin-left: -50px;
}

.car img {
    width: 100px;
    margin-bottom: 8px;
}

.car span {
    font-size: 15px;
}

.own .race-beam {
    background-color: var(--blau);
}

.own .points span {
    color: var(--dark-grey) !important;
}

.own .place-circle {
    background-color: var(--blau);
}
.own .place-circle p{
    color: white!important;
}

.points {
    /*min-width:150px;*/
    text-align: right;
    padding-left: 15px;
}

.own .race-beam::before {
    background-color: #707070;
}

.ranking-bottom {
    background: url(/img/ranking-bottom.jpg) no-repeat center bottom;
    background-size: 100% auto;
    background-color: rgba(239, 239, 239, 0.9);
}

.umsatzziel h3{
    font-family: "Rois bold", sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-transform: none;
}
.umsatz{        
    background-color: rgba(255,0,0,0.44);
    position: absolute;
    top:0px;
    width:100%;
    height:50px;
    z-index: 0;
}
.umsatzziel::after{
    content: '';
    width: 90px;
    height: 100px;
    background: url(/img/locked.png) no-repeat top center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 22px;
    right: -7px;
}
.umsatzziel.erreicht::after{
    content: '';
    width: 90px;
    height: 100px;
    background: url(/img/unlocked.png) no-repeat top center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 22px;
    right: -7px;
}
.umsatzziel.erreicht .umsatz{        
    background-color: #89E872;
    position: absolute;
    top:0px;
    width:100%;
    height:50px;
    z-index: 0;
    left: 0 !important;
}
.umsatzziel.erreicht .ziel{
    display:none !important;
}
.umsatzziel.erreicht .prozent{
    max-width:100% !important;
    flex: 0 0 100% !important;
}

.petrol-margin{
    background: linear-gradient(to bottom, transparent 150px, var(--petrol) 150px);
}
/** Table Ranking **/

.table {
    border: 0px;
    color: var(--dark-grey);
}

.table-dark {
    background-color: #DEDEDE;
}

.table td,
.table th {
    vertical-align: middle;
}

.table th {
    background-color: var(--white);
    border-top: 0px;
    width: 25%;
    text-align: center;
}

.table h4 {
    margin: 0px;
}

.table td {
    border-top: 0px;
    color: var(--dark-grey);
}

.table-dark.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(255, 255, 255, 0);
}

.table-dark.table-striped tbody tr:nth-of-type(2n+2) {
    background-color: #F4F4F4;
}

.table tr.table-rang td {
    background-color: var(--blau);
    color: white;
}

.table tr.table-rang th {
    color: white;
    background: var(--blau) url(/img/triangle.svg) no-repeat center left;
}


/** Table Aktuelle Platzierung**/

.table-borderless {
    width: 100%;
}

.table-borderless td,
.table-borderless th {
    background-color: transparent;
    font-weight: 400;
}

.table-borderless th {
    text-align: left;
    width: 75%;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 0px;
}

.table-borderless th p,
.table-borderless td p {
    margin-bottom: 0px;
    padding-bottom: 0;
}

.table-borderless td {
    width: 25%;
}


/** Promotion **/

.promo {
    background-color: var(--dark-grey);
    position: relative;
}

.promo:after {
    content: '';
    width: 50%;
    height: 100%;
    background: var(--dark-grey) url(/img/promo.jpg) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
}

.boostproducts {
    background-color: var(--white);
    border-left: 5px solid #efefef;
    border-right: 5px solid #efefef;
    border-top: 10px solid #efefef;
}

.boostproducts p {
    font-size: 16px;
}

.boostproducts img {
    max-height: 138px;
}

.margin {
    border-left: 10px solid #efefef;
    border-right: 10px solid #efefef;
}

.promo-three-img img {
    min-height: 100%;
}


/** Footer **/

footer {
    background-color: var(--dark-grey);
}

footer a {
    color: var(--white);
    text-decoration: none;
}

footer a:hover {
    color: var(--warm-white);
    text-decoration: none;
}

@media (min-width: 1200px) {
    .boosttext {
        font-size: 22px;
    }

    .table-borderless {
        width: 70%;
        margin-left: auto;
    }

    .H1-Outline {
        font-size: 130px;
    }

    .H3-bright,
    .H3-dark {
        font-size: 48px;
    }

    .H4-bright,
    .H4-dark {
        font-size: 24px;
    }
}

@media (min-width: 1080px) {
    .ranking-bottom {
        background-position: right 0px bottom -5vw;
    }
    .bg-divided {
        background: var(--beige) url(/img/bg-ranking.webp) no-repeat center 500px;
        padding-bottom: 20vh !important;
        background-size: contain;
        min-height: calc(440px + (100vw * (994 / 1990)));
    }
}

@media (max-width: 1200px) {
    .boosttext {
        font-size: 18px;
    }

    .H3-bright,
    .H3-dark {
        font-size: 25px !important;
    }

    .H4-dark,
    .H4-bright {
        font-size: 24px;
    }

}

@media (max-width: 1050px) {
    .navbar-brand img {
        height: 40px;
    }
}
@media (max-width: 992px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        margin-bottom: 15px;
        flex: 1;
        flex-basis: 30%;
    }

    .boosttext {
        font-size: 16px;
    }

    .navbar {
        padding: 0;
    }

    .navbar-brand {
        min-height: 55px;
    }

    .navbar-collapse {
        background-color: white;
        padding: 20px 0;
    }

    span.hideit {
        display: none;
    }

    .points {
        min-width: 5px;
        padding-left: 0;
    }

    .navbar {
        padding: 20px 0;
        z-index: 10;
        height: auto;
    }

    .navbar-brand {
        height: auto;
        text-align: right;
        margin-right: 0;
        padding-top: 10px;
    }
    .bg-divided {
        background: var(--beige) url(/img/bg-ranking.webp) no-repeat center 550px;
        padding-bottom: 20vh !important;
        background-size: contain;
        min-height: calc(440px + (100vw * (994 / 1990)));
    }
}


@media (max-width: 767px) {
    .bg-divided {
        background-color: beige;
        background-image: none;
        min-height: 50px;
    }
    .logoleiste img {
        max-height: calc(28px + (45 - 28) * (100vw - 320px) / (1920 - 320));
    }

    #hp-bg .bg-white {
        background-color: rgba(255, 255, 255, 0.85) !important;
    }
    #hp-bg .bg-white.logoleiste {
        background-color: rgba(255, 255, 255, 1) !important;
    }

    .form-control::placeholder {
        opacity: 1;
    }

    .hp-img {
        right: 0;
    }

    #hp-bg {
        padding-bottom: 100px !important;
        min-height: 100px;
        background-image: url(../img/hp-gradient-mobile.webp);
        background-position: center center;
    }
    #hp-bg.bg-2 {
        padding-bottom: 100px !important;
        min-height: 100px;
        background-image: url(../img/hp-gradient-mobile-2.webp);
        background-position: bottom center;
    }

    #index #hp-bg {
        padding-bottom: 200px !important;
        min-height: calc(100vh - 95px);
    }
    .incentive {
        margin-bottom: 0px;
    }

    .bg-outergrid {
        right: 0;
        transform: none;
        width: 100%;
    }

    .boosttext {
        font-size: 16px;
    }

    .small {
        font-size: 70%;
    }

    .car img {
        display: none;
    }

    .place-circle {
        position: relative;
        top: -3px;
        left: auto;
        margin: 0;
        bottom: auto;
        right: auto;
        transform: translate(0);
    }

    .own .place-circle {
        border: 1px solid var(--dark-grey);
    }
    .beam-step {
        z-index: 1;
        height: 100% !important;
        opacity: 0.6;
        position: relative;
    }


    .outline-head {
        position: relative !important;
        justify-content: center !important;
        right: auto !important;
        z-index: 0 !important;
    }

    .outline-head h1 {
        text-align: center !important;
    }

    .H1-Outline {
        text-align: center;
    }

    #login::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--dark-grey);
        opacity: .8;
        z-index: -1;
    }

    .intro {
        font-weight: normal;
    }


    .nav-link {
        padding-right: 0px !important;
        text-decoration: none;
    }

    .nav-item {
        margin: 0 !important;
        padding: 0 !important;
    }

    .products {
        background-position: top center;
        padding-top: 55vw !important;
        background-size: contain;
    }

    footer .col-12 {
        text-align: center;
    }

    .prices {
        justify-content: end;
    }

    .first {
        border-bottom: 0px;
        border-left: 9vw solid var(--primary-blue);
    }

    .second::after {
        content: '';
        position: absolute;
        width: 9vw;
        height: 100%;
        left: 0;
        top: 0;
        background-color: var(--primary-red);
        z-index: 10;
    }

    .first .blueborder {
        position: absolute;
        background: var(--primary-blue);
        width: 9vw;
        top: 0;
        height: 100%;
        left: 0;
    }

    .first::after {
        content: '';
        position: absolute;
        width: 9vw;
        height: 100%;
        left: -9vw;
        top: 0;
        background-color: var(--primary-red);
        z-index: 10;
    }

    .third {
        margin: 0 !important;
    }

    .first,
    .second,
    .third {
        padding: 18vw !important;
    }

    .cta-starten::after {
        width: 100%;
    }

    #ranking::after,
    #boost::after {
        width: 100%;
        left: 0;
        height: 310px !important;
    }

    #ranking::before,
    #boost::before {
        width: 100%;
        left: 0;
        height: 310px !important;
        z-index: 2;
        opacity: 0.6;
    }

    .promo::after {
        content: none !important;
    }


    .H1-Outline {
        text-align: center;
    }

    .your-rang {
        margin-top: 0px;
        background-color: #efefef;
    }

    .race-beam {
        bottom: 20px;
    }

    .race-beam::before {
        height: 100%;
    }

    .race-beam::after {
        width: 70px;
        height: 70px;
        top: -20px;
        right: 0px;
    }

}



@media (max-width:576px) {

    .table-borderless th,
    .table-borderless td {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .table-borderless th {
        padding-bottom: 0;
    }

    .table-borderless td {
        padding-top: 0;
    }

    .table-borderless td {
        text-align: right;
    }

    .missingdown,
    .missingup {
        background-image: none;
        padding: 0;
    }

    .navbar {
        height: auto;
        background-color: white !important;
    }

    .navbar-brand img {
        height: 28px;
    }
    .navbar-brand {
        text-align: center !important;
    }

    .navbar-toggler{
        padding-left: 0px;
    }
    .card-deck .card {
        margin-bottom: 15px;
        flex: 1;
        flex-basis: fit-content;
    }
}

@media (min-width: 1920px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }


    h4 {
        font-size: 32px;
    }

    h5 {
        font-size: 28px;
    }
}