@font-face {
    font-family: "KoningDisplay-Bold";
    src: url("fonts/KoningDisplay-Bold.woff2") format("woff2"),
        url("KoningDisplay-Bold.woff") format("woff");
        url("KoningDisplay-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "KoningDisplay-Heavy";
    src: url("fonts/KoningDisplay-Heavy.woff2") format("woff2"),
         url("KoningDisplay-Heavy.woff") format("woff");
        url("KoningDisplay-Heavy.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "KoningDisplay-Regular";
    src: url("fonts/KoningDisplay-Regular.woff2") format("woff2"),
         url("KoningDisplay-Regular.woff") format("woff");
         url("KoningDisplay-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "KoningDisplay-ExtraBoldItalic";
    src: url("fonts/KoningDisplay-ExtraBoldItalic.woff2") format("woff2"),
         url("KoningDisplay-ExtraBoldItalic.woff") format("woff");
         url("KoningDisplay-ExtraBoldItalic.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}




body {
    font-family: "KoningDisplay-Regular", Verdana, sans-serif;
    font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -webkit-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -moz-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -ms-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    -o-font-feature-settings: "kern" 1 ,"liga" 1, "calt" 1, "locl" 1;
    /*font-family: 'Ubuntu', sans-serif;*/
    font-size: 18px;
    line-height: 27px;
    color: #424242;
    margin: 0;
    padding: 0;
    
}

.secondary-title {
    font-size: 18px;
    line-height: 22px;
    font-family: "KoningDisplay-ExtraBoldItalic", Verdana, sans-serif;
    margin-bottom: 0;
}

h1 {
    font-size: 62px;
    font-family: "KoningDisplay-Heavy", Verdana, sans-serif;
}

h3 {
    font-family: "KoningDisplay-Heavy", Verdana, sans-serif;
    font-size: 41px;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top: 0;
}

h4  {
    font-size: 38px;
    font-family: "KoningDisplay-Heavy", Verdana, sans-serif;
}

h5 {
    font-family: "KoningDisplay-Heavy", Verdana, sans-serif;
    margin: 0;
}

a {
    color: #424242;
}

strong {
    font-family: "KoningDisplay-Bold", Verdana, sans-serif;
}

ul {
    padding-left: 0;
    margin-top: 0;
}

.mb-6 {
    margin-bottom: 60px;
}

.mt-6 {
    margin-top: 60px;
}

.ml-6 {
    margin-left: 60px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.flex-center {
    display: flex;
    gap: 4px;
    font-size: 14px;
    align-items: center;

}

.weltraum-poster {
 max-width: 80vw;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: -30px;
 margin-top: -20px;
}

@media only screen and (max-width: 950px) {
    .weltraum-poster {
        max-width: 100%;
        margin-top: 0px;
    }
}

.centered-content {
    max-width: 550px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    overflow: hidden;
    position: relative;
}


.wheel {
    max-width: 500px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.wheel-arrow-container.abenteuer {
   margin-top: -8px;
}

.wheel-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 25px 0 25px;
    border-color: rgb(171,39,60) transparent transparent transparent;
    
}

.wheel-text {
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 30px);
    width: 100px;
    height: 100px;
    font-size: 16px;
    line-height: 18px;
    color: rgb(171,39,60);
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "KoningDisplay-Heavy", Verdana, sans-serif;
}

.header::before {
    content: "";
    display: block;
    background-color: rgb(171,39,60);
    color: white;
    width: calc(100% + 100px);
    position: absolute;
    top: 0;
    height: 300px;
    transform-origin: 50% 50%;
    transform: translateX(-26px) translateY(-131px) rotate(-3deg);
}

.header-inner {
    color: white;
    position: relative;
}

.results {
    background-color: rgb(171,39,60);
    transform: skewY(-3deg);
    padding: 10px 0;
}

.red-section {
    background-color: rgb(171,39,60);
    transform: skewY(-3deg);
    height: 100px;
}

.red-section.abenteuer {
    margin-top:-30px;
}

.img-fluid {
    width: 100%;
    max-width: 100%;
}

.games-list.first {
    padding-top: 150px;
}

#results-text {
    display: flex;
}

#results-text .show-more {
    display: none;
}

#results-text .game-toggle {
    display: block !important;
}

.results-inner {
    color: white;
    padding-top: 30px;
    line-height: 44px;
    transform: skewY(3deg)
}

#games {
    opacity: 0;
    transition: opacity 2s;
    height: 0px;
    position: relative;
    overflow: hidden;
}

.game-subtitle {
    font-size: 27px;
    font-family: "KoningDisplay-Heavy", Verdana, sans-serif;
    line-height: 36px;
}

.banner {
    background-color: rgb(171,39,60);
    transform: skewY(-3deg);
    color: white;
}

.banner-inner {
    transform: skewY(3deg);
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-padding {
    margin-left: 60px;
}

.teaser .game-subtitle {
    margin-bottom: 20px;
}

.show-more {
    cursor: pointer;
    text-decoration: underline;
    text-align: right;
    font-family: "KoningDisplay-Bold", Verdana, sans-serif;
    color: #5E5E5E;
    margin-top: 10px;
}

.game {
    margin-bottom: 60px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
}

.game:last-child {
    border-bottom: none;
}

.game.d-flex {
    display: flex;
}

.game-icon {
    margin-right: 10px;
}

.game-description h3 {
    margin-top: 16px;
}

.game-icon img {
    width: 50px;
    filter: grayscale(1);
}

.game-toggle {
    display: none;
}

.subgames > div:not(:last-child) {
    display: flex;
    margin-bottom: 60px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
}

.subgames > div:last-child {
    display: flex;
}

.table>:not(caption)>*>* {
    padding: 0.8rem 0.8rem;
}

.table  {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: -16px;
    margin-right: -16px;
}

.table.sports {
    margin-left: 0;
    margin-right: 0;
}

.table.sports td {
    vertical-align: top;
}

.table.sports>tbody>tr td:nth-child(2) {
    white-space: wrap;
}

.table thead {
    text-align: left;
}

.table>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
}

.table>tbody>tr td:nth-child(2) {
    white-space: nowrap;
}

th {
    font-family: "KoningDisplay-Bold", Verdana, sans-serif;
}


.footer-wrap {
    padding: 10px 0 90px 0;
    margin-bottom: -70px;
}

.footer a {
    color: white;
}

.hero {
    margin-bottom: -10px;
}

.map-icon {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 12q.825 0 1.413-.587T14 10t-.587-1.412T12 8t-1.412.588T10 10t.588 1.413T12 12m0 7.35q3.05-2.8 4.525-5.087T18 10.2q0-2.725-1.737-4.462T12 4T7.738 5.738T6 10.2q0 1.775 1.475 4.063T12 19.35M12 22q-4.025-3.425-6.012-6.362T4 10.2q0-3.75 2.413-5.975T12 2t5.588 2.225T20 10.2q0 2.5-1.987 5.438T12 22m0-12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    margin-left: -3px;
}

@media only screen and (max-width: 650px) {
    
    h1 {
        font-size: 41px;
    }

    h2, h3 {
        font-size: 32px;
    }

    .games-list.first {
        padding-top: 80px;
    }

    .results-inner {
        padding-top: 10px;
    }

    .centered-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .table-wrap {
        margin-left: -20px;
        margin-right: -20px;
    }

    .table {
        margin-left: 0px;
        margin-right: 0px;
    }

    #results-text {
        display: block;
    }

    .game {
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    .game.d-flex {
        display: block;
    }

    .game-icon img {
        width: 40px;
    }

    .subgames > div:not(:last-child) {
        display: block;
    }
    
    .subgames > div:last-child {
        display: block;
    }
    
    .table-wrap {
        overflow-x:auto;
    }

    .ml-6 {
        margin-left: 0;
    }

    .banner-padding {
        margin-left: 0;
    }

    .wheel {
        padding-bottom: 10px;
    }

    .results-inner h4 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 32px;
        line-height: 36px;
    }

    .header-inner h1 {
        margin: 20px 0;
    }

    .header::before {
        height: 250px
    }

    .wheel-arrow {
        border-width: 35px 25px 0 25px;
    }

}
