/* ////// HOME ////// */

.gamecenter-home {
    position: absolute;
    bottom: 2em;
    padding: 40px 0 35px;
    width: 90%;
    max-width: 88em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    overflow: hidden;
}

.gamecenter-home .swiper-slide .game {
    background: var(--white);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 10%);
    width: 100%;
    min-width: 32em;
    padding: 1.2em;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;

    transform: translateX(-50%);
    margin-left: 50%;
}

.gamecenter-home .swiper-slide {
    opacity: 0;
}

.gamecenter-home .swiper-slide.swiper-slide-active .game {
    min-width: 32em;
}

.gamecenter-home .swiper-slide.home.home_fullinfo.swiper-slide-active .game {
    min-width: 37em;
}

.gamecenter-home .swiper-slide.swiper-slide-active.livegame .game {
        border: solid 1px var(--red);
        -webkit-box-shadow: 0px 0px 12px 0px rgba(255,0,21,0.5);
        -moz-box-shadow: 0px 0px 12px 0px rgba(255,0,21,0.5);
        box-shadow: 0px 0px 12px 0px rgba(255,0,21,0.5);
}

.gamecenter-home .swiper-slide.home.home_fullinfo.swiper-slide-active .game {
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 1em;
    max-width: 100%;
}

.gamecenter-home .swiper-slide {
    opacity: 0;
}

.gamecenter-home .swiper-slide.swiper-slide-active, .gamecenter-home .swiper-slide.swiper-slide-next, .gamecenter-home .swiper-slide.swiper-slide-prev {
    opacity: 1;
}

.gamecenter-home .swiper-slide.away.swiper-slide-active .game, .gamecenter-home .swiper-slide.home.home_raw.swiper-slide-active .game {
    display: grid;
    grid-template-columns: 1fr;
}

.game-left {
    position: relative;
    display: grid;
    align-items: center;
}

.game-right {
    justify-content: center;
    align-items: flex-start;
    display: none;
    opacity: 0;
    transition: all ease 0.3s;
}

.gamecenter-home .swiper-slide.swiper-slide-active .game-right {
    display: grid;
    opacity: 1;
    grid-template-rows: 7.5em 4em;
}

.gamecenter-home .swiper-container a.button-filled.gamecenter {
    display: none;
}

.gamecenter-home .swiper-slide.swiper-slide-active a.button-filled.gamecenter, .gamecenter-home .swiper-slide.home.home_fullinfo.swiper-slide-active a.button-filled.gamecenter {
    display: table;
}

a.button-filled.gamecenter.mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 6;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 7px clamp(28px, 2vw, 35px) 7px 10px;
}

.gamecenter-home .swiper-container {
    overflow: visible;
    display: flex;
    align-items:center;
    justify-content:center;
    margin: 0 auto;
}

/*
.gamecenter-home .swiper-slide.home.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    left: 0;
    transform: scale(1) translateX(0);
}

.gamecenter-home .swiper-slide:nth-child(1).away.swiper-slide-active {
    margin-left: -5.5em;
}

.gamecenter-home .swiper-slide.away.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    left: 0;
}

.gamecenter-home .swiper-slide:nth-child(1).away.swiper-slide-active {
    margin-left: -1.5em;
}

.gamecenter-home .swiper-slide {
    opacity: 0;
    transform: scale(0.5);
    transition: all ease 0.3s;
    transform-origin: center center;
    overflow: visible;
}

.gamecenter-home .swiper-slide.swiper-slide-prev, .gamecenter-home .swiper-slide.swiper-slide-next {
    opacity: 1;
    transform-origin: center center;
}

.gamecenter-home .swiper-slide.swiper-slide-prev {
    transform: scale(0.85) translate(30%,0);
}

.gamecenter-home .swiper-slide.swiper-slide-next {
    transform: scale(0.85) translate(-30%,0);
}
*/

.game-border-vertically {
    position: absolute;
    width: 1px;
    height: calc(100% + 1em);
    background: var(--midlight-gray);
    top: -0.5em;
    left: -0.5em;
}

.game-border-horizontally {
    position: absolute;
    width: calc(100% + 1em);
    height: 1px;
    background: var(--midlight-gray);
    bottom: 6em;
    right: -0.5em;
}

.ranking-home {
    position: relative;
    width: 100%;
    z-index: 2;
}

tbody tr.strich {
    border-bottom: 1px solid var(--red);
}

tbody tr.strich:nth-child(7) {
    border-bottom: 1px solid var(--red);
}

.ranking tbody tr:nth-child(12) {
    border-bottom: 2px solid var(--red);
}

.ranking-home tbody tr:nth-child(13) {
    border-bottom: 2px solid var(--red);
}

.ranking-home img.clublogo {
    width: 20px;
    height: auto;
    min-height: 0;
    top: auto;
    position: relative;
    transform: none;
}

.ranking-home table, .ranking-home .scorer-stats table {
    font-size: min(max(0.8rem, 1vw), 1rem);
    text-align: center;
}

.ranking-home th, .ranking-home .scorer-stats th {
    font-family: var(--bold-font);
    color: var(--border-color);
    text-transform: uppercase;
    text-align: left;
    padding: 0;
}

.ranking-home .scorer-stats {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ranking-home th {
    height: 2vw;
    min-height: 1em;
    max-height: 2em;
    height: clamp(1.6em, 2vw, 2em);
    background: var(--midlight-gray);
}

.ranking-home th:first-child, .ranking-home .scorer-stats th:first-child {
    width: 35px;
    text-align: center;
    border-radius: 8px 0 0 0;
}

.ranking-home th:last-child, .ranking-home .scorer-stats th:last-child {
    border-radius: 0 8px 0 0;
}

.ranking-home tr:last-child td:first-child, .ranking-home .scorer-stats tr:last-child td:first-child {
    border-radius: 0px 0px 0px 8px;
}

.ranking-home tr:last-child td:last-child, .ranking-home .scorer-stats tr:last-child td:last-child {
    border-radius: 0px 0px 8px 0;
}


.ranking-home tr:nth-child(odd), .ranking-home .scorer-stats tr:nth-child(odd) {
    background: rgba(240,240,240,0.5);
}

.ranking-home tr td:first-child, .ranking-home .scorer-stats tr td:first-child {
    padding-left: 5px;
}

.ranking-home tr td:nth-child(11n+2), .ranking-home .scorer-stats tr td:nth-child(11n+2) {
    padding-right: 10px;
}
 
.ranking-home td {
    text-align: left;
    padding: 0.2vw 0;
}

.ranking-home td {
    padding: 0.1vw 0;
}

.ranking-home .scorer-stats td {
    padding: 0.4vw 0;
    text-align: left;
}

.ranking-home tr {
    font-size: min(max(0.8rem, 0.9vw), 0.9rem);
    line-height: 1;
}

.ranking-home .scorer-stats tr {
    font-size: min(max(0.9rem, 1vw), 1rem);
    line-height: 1.5;
}

#ranking p {
    margin: 0;
}

img.clublogo {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    height: 6vw;
    min-height: 50px;
    max-height: 120px;
    height: clamp(50px, 6vw, 120px);
}

.blog img.clublogo {
    width: auto;
}

.hometeam img.clublogo {
    left: 0;
    transform: translate(-50%, -50%);
}

.guestteam img.clublogo {
    right: 0;
    transform: translate(50%, -50%);
}

.gamecenter-home img.clublogo {
    height: 100%;
    width: clamp(40px, 3vw, 60px);
    object-fit: contain;
}

.matchsponsor img {
    max-width: 24em;
}

.versus {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-width: 22rem;
    padding: 0 10%;
    margin: 2em 0 2.5em;
}


.gamecenter-home .versus {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0 10%;
    margin: 1em 0 2.3em;
}

.hometeam {
    position: relative;
    display: block;
    float: left;
    width: calc(50% - 35px);
    min-height: 2vw;
    min-height: clamp(2em, 2vw, 4em);
    padding: 5px 25px;
    background: var(--light-gray);
    border-radius: 20px 0 0 20px;
}

.gamecenter-home .hometeam {
    position: relative;
    display: block;
    float: left;
    width: 45%;
    min-height: 1.5vw;
    min-height: clamp(0.8em, 1.5vw, 2em);
    margin-right: 5%;
    padding: 5px 25px;
    background: var(--light-gray);
    border-radius: 20px 0 0 20px;
}

.hometeam:after {
    content: "";
    position: absolute;
    width: 3vw;
    min-width: 5px;
    width: clamp(5px, 3vw, 22px);
    height: 100%;
    right: -3vw;
    right: clamp(-22px, -3vw, -5px);
    top: 0;
    background-image: url(../images/gamecenter-versus.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.guestteam {
    position: relative;
    display: block;
    float: right;
    width: calc(50% - 35px);
    min-height: 1.6em;
    min-height: clamp(2em, 2vw, 4em);
    padding: 5px 25px;
    background: var(--light-gray);
    border-radius: 0 20px 20px 0;
}

.gamecenter-home .guestteam {
    position: relative;
    display: block;
    float: right;
    width: 45%;
    min-height: 1.5vw;
    min-height: clamp(0.8em, 1.5vw, 2em);
    margin-left: 5%;
    padding: 5px 25px;
    background: var(--light-gray);
    border-radius: 0 20px 20px 0;
}

.guestteam:after {
    content: "";
    position: absolute;
    width: 3vw;
    min-width: 5px;
    width: clamp(5px, 3vw, 22px);
    height: 100%;
    left: -3vw;
    left: clamp(-22px, -3vw, -5px);
    top: 0;
    background-image: url(../images/gamecenter-versus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.game-status {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-family: var(--bold-font);
}


.gamecenter-home .game-status {
    position: absolute;
    bottom: -43px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.game-details {
    text-align: center;
    border-top: solid 1px var(--midlight-gray);
    margin-top: 2em;
}

.gamesponsor {
    max-width: 20em;
    text-align: center;
    margin: 1em 0;
}

.gamecenter-home .gamescore {
    font-size: min(max(1.2rem, 1.4vw), 2rem);
    line-height: 1;
    font-family: "hcap-bold";
}

.hometeam .gamescore {
    float: right;
}

.guestteam .gamescore {
    float: left;
}

.game a.button-filled, .game a.button, .ranking-home a.button, .ranking-home a.button-filled, .calendar-home a.button-filled, .calendar-home a.button {
    font-size: clamp(0.6rem, 0.75vw, 0.75rem);
    letter-spacing: 0.3px;
    margin: 5px;
    padding: 7px clamp(28px, 2vw, 35px) 7px 10px;
}

.game-buttons {
    display: grid;
    justify-content: center;
}

.game-buttons a.button-filled {
    margin: 2px;
}

.button-filled.statistics:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    background-image: url(../images/icons/icon-statistics.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.button-filled.gamecenter:before {
    content: "";
    position: absolute;
    top: 50%;
    right: clamp(8px, 0.7vw, 12px);
    width: clamp(12px, 1.2vw, 16px);
    height: clamp(10px, 0.9vw, 13px);
    transform: translate(0, -50%);
    background-image: url(../images/icons/icon-gamecenter.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.button-filled.stats:before {
    content: "";
    position: absolute;
    top: 50%;
    right: clamp(8px, 0.7vw, 12px);
    transform: translate(0, -50%);
    width: clamp(13px, 1.2vw, 17px);
    height: clamp(11px, 0.9vw, 14px);
    background-image: url(../images/icons/icon-statistics.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


/* X BUTTON */

a.button-filled.liveticker, .button-filled.liveticker {
    color: var(--border-color);
    background: transparent;
    transition: all ease .5s;
    padding: 8px clamp(25px, 2vw, 30px) 8px 10px;
    border: solid 1px var(--border-color);
    opacity: 0.3;
    pointer-events: none;
    }
    
    .swiper-slide.swiper-slide-active.livegame  a.button-filled.liveticker, .button-filled.liveticker {
        color: var(--white);
        background: #1D9BF0;
        transition: all ease .5s;
        border: solid 0px transparent;
        opacity: 1;
        pointer-events: visible;
    }
    
    .livegame a.button-filled.liveticker, .button-filled.liveticker {
        filter: none;
    }
    
    a.button-filled.liveticker:hover, .button-filled.liveticker:hover {
    transform: scale(1.05);
    }
    
    a.button-filled.liveticker:before, .button-filled.liveticker:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: clamp(5px, 1vw, 8px);
    width: clamp(13px, 1vw, 17px);
    height: clamp(11px, 1vw, 14px);
    background-image: url(/static/images/icons/icon-x.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .5s;
    }
    
    .swiper-slide.swiper-slide-active.livegame a.button-filled.liveticker:before {
    filter: invert(1) brightness(5);
    }



  
  /* GAME RECAP BUTTON */

  a.button.gamerecap:before, a.button-filled.gamerecap:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: clamp(8px, 0.7vw, 12px);
    width: clamp(13px, 1.2vw, 17px);
    height: clamp(10px, 0.9vw, 13px);
    background-image: url(../images/icons/icon-whistle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .5s;
}

a.button.matchblatt:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 12px;
    width: 15px;
    height: 17px;
    background-image: url(../images/icons/icon-matchblatt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease .5s;
}

a.button:hover:before {
    filter: invert(1);
}

.gamegenre {
    white-space: nowrap;
    font-family: var(--common-font);
    font-style: italic;
}

.gamedate, .gamedate p, .game-status, .game-status p {
    white-space: nowrap;
    font-family: var(--bold-font);
}

.game.calendar .gamedate p {
    white-space: nowrap;
}

.gamearena-logo {
    margin-top: 15px;
    margin-bottom: 5px;
}

.games-container {
    position: relative;
    max-height: 10vw;
    overflow-y: scroll;
}

.gamearena-logo {
    margin-top: 15px;
    margin-bottom: 5px;
}

.gamearena-logo img {
    width: clamp(14rem, 20vw, 20rem);
}

/* width */
.games-container::-webkit-scrollbar {
    width: 6px;
    margin-left: 10px;
  }
  
/* Track */
.games-container::-webkit-scrollbar-track {
background: var(--white);
}

/* Handle */
.games-container::-webkit-scrollbar-thumb {
background: #a3a8b0;
border-radius: 5px;
}

/* Handle on hover */
.games-container::-webkit-scrollbar-thumb:hover {
background: var(--border-color);
opacity: 1;
}

.gamedate p, .gamearena p, .gametime p, .game-status p {
    margin: 0;
}

.gamecenter-home .gamearena, .gamecenter-home .gamedate, .gamecenter-home .gametime, .gamecenter-home .gamegenre, .gamecenter-home .game-status, .gamecenter-home .game-status p {
    font-size: 0.9rem;
    text-align: center;
}

.periodresult {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 12px));
    font-size: 0.8rem;
    margin: 5px 0;
    text-align: center;
    display: flex;
    gap: 0.5rem;
}

.goals {
    font-size: 0.9rem;
    margin: 0 0 1em;
    text-align: center;
}

.gamecenter-home .swiper-button-prev {
    left: 12px;
    top: 50%;
    transform: translate(0, -50%);
}

.gamecenter-home .swiper-button-next {
    right: 12px;
    top: 50%;
    left: auto;
    transform: translate(0, -50%);
}


.gamecenter-home .buttons, .ranking-home .buttons {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
}

.gamecenter-home .calendar-home .buttons {
    margin: 1em 0 0;
}

.ranking-home .buttons {
    margin: 1.5em 0 0;
}



/* ///// TABELLE ///// */

.ranking, .scorer-stats, .keeper-stats, .ligascorer, .medical-report {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


.ranking img.clublogo, .ligascorer img.clublogo {
    width: 2vw;
    min-width: 1em;
    max-width: 2em;
    min-height: 0;
    width: clamp(1em, 2vw, 2em);
    height: auto;
}

tr.is-ambri {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4669aa+0,375082+100 */
background: rgb(70,105,170); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(70,105,170,1) 0%, rgba(55,80,130,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(70,105,170,1) 0%,rgba(55,80,130,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(70,105,170,1) 0%,rgba(55,80,130,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4669aa', endColorstr='#375082',GradientType=0 )!important; /* IE6-9 */
background: var(--dark-blue) !important;
color: var(--white);
}

.ranking tr.is-ambri.playout {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d77777+0,c9524e+100 */
background: rgb(215,119,119); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(215,119,119,1) 0%, rgba(201,82,78,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(215,119,119,1) 0%,rgba(201,82,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(215,119,119,1) 0%,rgba(201,82,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d77777', endColorstr='#c9524e',GradientType=0 ); /* IE6-9 */
background-color: var(--red);
color: var(--white);
}

.ranking tr.is-ambri.playoff {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6bba70+0,4eaa53+100 */
background: rgb(107,186,112); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(107,186,112,1) 0%, rgba(78,170,83,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(107,186,112,1) 0%,rgba(78,170,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(107,186,112,1) 0%,rgba(78,170,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#4eaa53',GradientType=0 ); /* IE6-9 */
background-color: #4b864f;
color: var(--white);
}

.ranking tr:nth-child(even) {
    background: rgba(0,0,0,0.03);
}

/* Tabelle Punkte */
.ranking td:nth-child(15n+5) {
    font-family: var(--semibold-font);
    background: rgba(0,0,0,0.05);
    text-align: center;
}

.ranking.playin td:nth-child(15n+5) {
    font-family: var(--common-font);
    background: transparent;
    text-align: left;
}

thead tr th:nth-child(4) {
    text-align: center;
}

.ranking.playin thead tr th:nth-child(4) {
    text-align: left;
}
/* Ende Tabelle Punkte */

.scorer-stats tbody tr:nth-child(even), .keeper-stats tbody tr:nth-child(even), .ligascorer tbody tr:nth-child(even), .medical-report tbody tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

.scorer-stats tbody tr:nth-child(odd), .keeper-stats tbody tr:nth-child(odd), .ligascorer tbody tr:nth-child(odd), .medical-report tbody tr:nth-child(odd) {
    background: rgba(230,230,230,0.4);
}


.scorer-stats tr th:nth-child(7), .keeper-stats tr th:nth-child(7), .ligascorer tr th:nth-child(10) {
    text-align: center;
}

.scorer-stats tr td:nth-child(7), .keeper-stats tr td:nth-child(7), .ligascorer tr td:nth-child(10) {
    /*background: rgb(55,80,130);
    background: -moz-linear-gradient(left, rgba(55,80,130,1) 0%, rgba(71,105,170,1) 100%);
    background: -webkit-linear-gradient(left, rgba(55,80,130,1) 0%,rgba(71,105,170,1) 100%);
    background: linear-gradient(to right, rgba(55,80,130,1) 0%,rgba(71,105,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325082', endColorstr='#4769aa',GradientType=1 );*/
    background-color: var(--dark-blue);
    color: white;
    text-align: center;
}

.ranking tr.playoff {
    background: rgba(180, 215, 170, 0.2);
}

.ranking tr.playoff:nth-child(even) {
    background: rgba(180, 215, 170, 0.4);
}

.ranking tr.pre-playoff {
    background: rgba(235, 200, 150, 0.2);
}

.ranking tr.pre-playoff:nth-child(even) {
    background: rgba(235, 200, 150, 0.4);
}

.ranking tr.playout {
    background: rgba(235, 150, 150, 0.2);
}

.ranking tr.playout:nth-child(even) {
    background: rgba(235, 150, 150, 0.4);
}

.ranking td, .scorer-stats td, .keeper-stats td, .ligascorer td, .medical-report td {
    padding: 1em 1vw;
    padding: 1em clamp(0.5em, 1vw, 1em);
}

.ranking th, .scorer-stats th, .keeper-stats th, .ligascorer th, .medical-report th {
    padding: 0.4em 1vw;
    font-family: var(--semibold-font);
}

.ranking thead tr, .scorer-stats thead tr, .keeper-stats thead tr, .ligascorer thead tr, .medical-report thead tr {
    color: var(--white);
    background: none repeat scroll 0 0 var(--border-color);
    text-align: left;
}

.ranking img.clublogo {
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 0;
}

.stato {
    width: 10px;
    height: 10px;
    margin-left: 50%;
}

.medical-report th {
    text-align: left!important;
}

span.bannerhinweis {
    font-size: 0.5em;
    color: var(--white);
    text-transform: uppercase;
    position: absolute;
    top: -12px;
}


/* ///// END HOME ////// */






/* ///// PLAYER STATS ///// */

.player-stats, .keeper-stats, .ligascorer {
    position: relative;
    float: left;
    width: 100%;
}

.ligascorer tr td:nth-child(12n+2) {
    min-width: 15px;
}




/* ///// RESULTS AND NEXT GAMES ///// */

/* GRID */

.gamedetail .grid.cols-12 {
    grid-template-columns: 3fr 3fr 1fr 1fr 1fr 3fr 1fr;
}

.games-list {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}


.games-list .portfolioFilter {
    width: 100%;
}

.game, .gamedetail {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.games .span12 {
    width: 100%;
}

.items-leading .game {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

.matchsponsor .srcbild img {
    width: 11vw;
    min-width: 8em;
    max-width: 13em;
    width: clamp(8em, 11vw, 13em);
    height: auto;
}

.gamecenter-home .matchsponsor {
    display: none;
    flex-wrap: wrap;
    position: absolute;
    left: 10px;
    top: -24px;
    background: var(--white);
    padding: 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0px -10px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -10px 10px 0px rgb(0 0 0 / 20%);
}

.gamecenter-home .swiper-slide-active .matchsponsor {
    display: flex;
}

.gamecenter-home .matchsponsor img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 4.2em;
    max-width: 11em;
    padding: clamp(0.3em, 0.5vw, 0.5em);
}

.gamescore {
    font-size: clamp(1em, 1.1vw, 1.1em);
    line-height: 1.2;
    font-family: "hcap-bold";
    white-space: nowrap;
}

.leading .gamescore {
    font-size: clamp(1.6em, 2.8vw, 4.8em);
}

.games-list img.clublogo {
    position: relative;
    top: auto;
    transform: none;
    width: auto;
    height: 3vw;
    min-height: 30px;
    height: clamp(30px, 3vw, 40px);
}

.games-list .hometeam {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    background: transparent;
    margin: 0;
    border-radius: 0;
}

.games-list .guestteam, .games-list .hometeam {
    background: transparent;
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
}

.games-list .guestteam:after, .games-list .hometeam:after {
    display: none;
}

.games-list .hometeam img.clublogo {
    left: auto;
}

.games-list .guestteam img.clublogo {
    right: auto;
}

.games-list .gamedetail {
    background: var(--white);
    width:  100%;
    padding: 1em 2em;
    margin-bottom: 1em;
}



/* ///// END RESULTS AND NEXT GAMES ///// */



/* ///// RECAP ///// */

.game-section h3 {
    text-align: center;
    margin-bottom: 1em;
}


/* ///// RESULTAT ///// */

.result {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}

span.game-date {
    text-transform: uppercase;
    font-family: 'hcap-bold';
}


/* ///// ZUSCHAUERZAHLEN ///// */

.zuschauerzahlen {
    position: relative;
    width: 50%;
    float: right;
}


/* ///// AUFSTELLUNG ///// */

.aufstellung {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 10px;
    border: solid 1px var(--midlight-gray);
    background: var(--white);
    padding: 1em;
}

.aufstellung-title {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 1em;
    font-family: 'hcap-bold';
    font-size: min(max(1rem, 1.25vw), 1.25rem);
}

.aufstellung-title span {
    position: relative;
    display: block;
    width: auto;
    float: left;
}

.aufstellung-left .aufstellung-title span {
    float: right;
}

.aufstellung img.clublogo {
    max-width: 55px;
    min-height: 0;
    height: auto;
}

.aufstellung-right img.clublogo {
    right: -50px;
    min-height: 0;
}

.aufstellung-left img.clublogo {
    left: -50px;
    min-height: 0;
}

.aufstellung-left {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 2%;
    text-align: right;
    background: var(--white);
    padding: 2%;
    border-radius: 10px;
    border: solid 1px var(--midlight-gray);
}

.aufstellung-right {
    position: relative;
    float: right;
    width: 48%;
    margin-left: 2%;
    background: var(--white);
    padding: 2%;
    border-radius: 10px;
    border: solid 1px var(--midlight-gray);
}

span.special-position {
    position: relative;
    background: var(--dark-blue);
    color: var(--white);
    font-family: 'hcap-bold';
    font-weight: bold;
    padding: 0px 7px 2px;
    border-radius: 5px;
}

td.table-line {
    position: relative;
    width: 100%;
    border-bottom: 2px solid var(--light-gray);
    height: 1em;
}

td.title {
    margin-top: 1em;
    float: left;
    width: 100%;
    font-family: 'hcap-bold';
    line-height: 3;
    text-transform: uppercase;
}

td.jersey {
    text-align: right;
    padding-right: 0.5rem;
    position: relative;
    vertical-align: baseline;
}

td.player-position {
    white-space: nowrap;
    vertical-align: baseline;
}

td.player-name {
    vertical-align: baseline;
}

.aufstellung-title img.clublogo {
    position: relative;
    float: left;
    right: 0;
    top: 16px;
    margin-right: 1em;
}

.aufstellung-left .aufstellung-title span {
    float: left;
}

.aufstellung-left .aufstellung-title img.clublogo {
    left: 0;
}


/* ///// GAME STATS ///// */

.game-stats {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 10px;
    border: solid 1px var(--midlight-gray);
    background: var(--white);
    padding: 1em 2em 3em;
}

.stats-entry {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 1em;
}

.stats-title {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'hcap-bold';
    font-size: min(max(0.9rem, 1.1vw), 1.1rem);
}

.stats-title p, .stats-title b {
    display: inline-block;
    margin: 0;
}

.stats-bar {
    position: relative;
    float: left;
    height: 1vw;
    min-height: 10px;
    max-height: 20px;
    height: clamp(10px, 1vw, 20px);
    width: 50%;
    background-color: var(--midlight-gray);
    /*
    background: #dadada;
    -webkit-box-shadow: inset -2px -2px 4px 3px rgba(114,114,114,0.15); 
    box-shadow: inset -2px -2px 4px 3px rgba(114,114,114,0.15);
    */
}

.stats-bar.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.stats-bar.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.progress {
    position: absolute;
    height: 100%;
    top: 0;
    background: var(--dark-blue);
}

.progress.left {
    right: 0;
    border-right: 1px solid #dadada;
    /*
    background: rgb(70,104,169); 
    background: -moz-linear-gradient(left,  rgba(70,104,169,1) 0%, rgba(31,45,75,1) 100%); 
    background: -webkit-linear-gradient(left,  rgba(70,104,169,1) 0%,rgba(31,45,75,1) 100%); 
    background: linear-gradient(to right,  rgba(70,104,169,1) 0%,rgba(31,45,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4668a9', endColorstr='#1f2d4b',GradientType=1 );
    */
    background-color: var(--dark-blue);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.progress.right {
    left: 0;
    border-left: 1px solid #dadada;
    /*
    background: rgb(31,45,75); 
    background: -moz-linear-gradient(left,  rgba(31,45,75,1) 0%, rgba(70,104,169,1) 100%); 
    background: -webkit-linear-gradient(left,  rgba(31,45,75,1) 0%,rgba(70,104,169,1) 100%);
    background: linear-gradient(to right,  rgba(31,45,75,1) 0%,rgba(70,104,169,1) 100%); /* W
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2d4b', endColorstr='#4668a9',GradientType=1 );
    */
    background-color: var(--dark-blue);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.value-home {
    position: relative;
    float: left;
    font-family: 'hcap-bold';
    font-size: min(max(1rem, 2vw), 1.5rem);
    margin-left: 1vw;
    margin-left: clamp(0.3em, 1vw, 1em);
    margin-bottom: 2px;
}

.value-away {
    position: relative;
    float: right;
    font-family: 'hcap-bold';
    font-size: min(max(1rem, 2vw), 1.5rem);
    margin-right: 1vw;
    margin-right: clamp(0.3em, 1vw, 1em);
    margin-bottom: 2px;
}


/* ///// TELEGRAMM ///// */

span.lastupdated {
    position: relative;
    float: left;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    font-size: 0.75rem;
    font-style: italic;
}

.telegramm-entry {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 10px;
    background: var(--white);
    padding: 20px 10px;
    border-radius: 10px;
    border: solid 1px var(--midlight-gray);
}

img.telegramm-icon {
    max-width: 25px;
}

.telegramm-title {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 2em;
    font-family: 'hcap-bold';
}

.telegramm-entry .grid .row-1-2 {
    line-height: 0;
}

.video-review {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: clamp(18em, 37vw, 37em);
}





/* ///// CALENDAR ///// */

.calendar-home h4 {
    font-size: min(max(0.9rem, 1.1vw), 1.1rem);
    text-align: center;
    margin: 0 0 2em;
}

.calendar-home p {
    text-align: center;
}

.game.calendar a.button {
    font-size: min(max(0.6rem, 0.75vw), 0.75rem);
    padding: 0.5vw 0.5vw;
    padding: clamp(3px, 0.5vw, 5px) clamp(5px, 0.5vw, 10px);
}

.calendar-row {
    border-bottom: solid 1px var(--light-gray);
}




/* ///// STATISTICHE DI BRENNO ///// */

.overview {
    position: relative;
    background: var(--white);
    border-radius: 10px;
}

img.statistiche-brenno {
    width: 15vw;
    min-width: 8em;
    max-width: 15em;
    width: clamp(8em, 15vw, 15em);
    margin-left: 50%;
    transform: translate(-50%, 0);
}

.statistiche-brenno-button {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.statistiche-brenno-button a.button {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.statistiche-brenno-button a.button:before {
    transform: translate(0,-50%) rotate(90deg);
}

.statistiche-brenno-border {
    border: solid 1px var(--midlight-gray);
    border-radius: 22px;
    padding: 1em;
    margin-top: 2em;
    background-color: var(--white);
}

.statistiche-brenno-border img.statistiche-brenno {
    position: relative;
    top: 0;
    left: 50%;
    margin-left: 0;
    padding: 1em;
}

.statistiche-brenno-border p {
    font-size: 0.9rem;
    line-height: 2;
    text-align: center;
    margin: 30px 0;
}

.statistiche-brenno-border h2 {
    text-align: center;
}





/* ///// GAME DETAIL TAB ///// */



section#section-tabs {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: clamp(5em, 7vw, 7em);
}


.gametab {
    display: none;
  }
  
  /*
  span#display-tab-control, ul.gametabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-left: 0 !important;
    background-color: #fcfdff;
    border-top: solid 1px var(--light-gray);
    justify-content: center;
    -webkit-box-shadow: inset 0px -10px 20px -15px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px -10px 20px -15px rgba(0,0,0,0.35);
    box-shadow: inset 0px -10px 20px -15px rgba(0,0,0,0.35);
}

ul.gametabs li.tab-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 13em;
    height: 4em;
    border: none;
    background: transparent;
    font-family: 'hcap';
    font-size: min(max(0.8rem, 1vw), 1rem);
    text-transform: uppercase;
    color: var(--border-color);
    border-right: solid 1px var(--dark-gray);
    white-space: nowrap;
    list-style-type: none;
    cursor: pointer;
}

ul.gametabs li.tab-link.current {
    background: var(--light-gray);
    -webkit-box-shadow: inset 0px 8px 15px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 8px 15px -2px rgba(0,0,0,0.1);
    box-shadow: inset 0px 8px 15px -2px rgba(0,0,0,0.1);
}

ul.gametabs li.tab-link:nth-child(1) {
    border-left: solid 1px var(--dark-gray);
}

.gametab-control {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
      */

      .gametabs-nav {
        overflow: hidden;
    }

    ul.gametabs {
    display: flex;
    list-style-type: none;
    margin: clamp(1em, 2vw, 2em) 0 clamp(2em, 4vw, 4em);
    padding: 0 0 20px;
    overflow: auto;
    justify-content: center;
}

.gametab-content {
    position: relative;
    float: left;
    width: 100%;
    display: none;
    visibility: hidden;
}

.gametab-content.current {
    display: block;
    visibility: visible;
    border: 0px solid;
    padding: 0;
  }
  
  ul.gametabs li {
    margin-right: clamp(1rem, 2vw, 2rem);
    text-decoration-line: underline;
    text-underline-offset: .5rem;
    text-transform: uppercase;
    font-family: 'hcap-bold';
    color: #728290;
    font-size: clamp(0.8rem, 1vw, 1rem);
    cursor: pointer;
    white-space: nowrap;
}

ul.gametabs li.current {
    color: var(--border-color);
}

ul.gametabs li:hover {
    color: var(--dark-blue);
}

.gametab-content h3 {
    text-align: center;
    margin-bottom: 1em;
} 


/* /////////////// RESPONSIVE /////////////// */


@media screen and (max-width : 1900px)  {

    .gamecenter-home {
        width: 90%;
    }
    
}
    



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


}




    @media screen and (max-width : 1400px)  {

    .ranking-home td {
        padding: 0.1vw 0;
    }

    .ranking-home .scorer-stats td {
        padding: 6px 0;
    }

    .hometeam, .guestteam {
        width: calc(50% - 25px);
    }

    .matchsponsor img {
        max-width: 15em;
    }
    
    }


    
    
    @media screen and (max-width : 1100px)  {

        .gamecenter-home .swiper-slide .game {
            min-width: 26em;
        }

        .gamecenter-home .swiper-slide.swiper-slide-active .game {
            min-width: 27em;
        }

        .gamecenter-home .swiper-button-next {
            right: 30px;
        }
        
        .gamecenter-home .swiper-button-prev {
            left: 30px;
        }

        .gamecenter-home .periodresult {
            font-size: 0.8rem;
        }

        .gamecenter-home .matchsponsor img {
            max-width: 8.5em;
            max-height: 4em;
        }

        .goals {
            font-size: 0.8rem;
        }
    
    }


    @media screen and (max-width : 1000px)  {


        .game a.button-filled, .game a.button, .ranking-home a.button, .ranking-home a.button-filled, .calendar-home a.button-filled, .calendar-home a.button {
            margin: 2px 3px;
        }
    
        .gamecenter-home .periodresult {
            font-size: 0.8rem;
        }

        .goals {
            font-size: 0.8rem;
        }

        /*
        ul.gametabs li.tab-link {
            width: 100%;
            flex: 1 33%;
            border-bottom: solid 1px var(--dark-gray);
        }

        ul.gametabs li.tab-link:nth-child(n+4) {
            border-bottom: solid 0px;
        }

        ul.gametabs li.tab-link:nth-child(3n+3) {
            border-right: solid 0px;
        }

        ul.gametabs li.tab-link:nth-child(1) {
            border-left: solid 0px;
        }
        */
    
    }
    
    
    @media screen and (max-width : 900px)  {


    .gamecenter-home {
        width: 100%;
    }

    .gamecenter-home .swiper-slide.home.swiper-slide-active .game {
        column-gap: 1em;
    }

    .grid.cols-7.center.calendar-row {
        grid-template-columns: 30% 10% 10% 2% 10% 10% 28%;
    }
    
    .items-leading img.clublogo {
        height: 12vw;
        min-height: 50px;
        max-height: 80px;
        height: clamp(50px, 12vw, 80px);
    }

    .items-leading .gamescore {
        font-size: min(max(1.4rem, 4.8vw), 2.8rem);
    }

    .items-leading .guestteam img.clublogo {
        right: -2vw;
        right: clamp(-20px, -2vw, -40px);
    }

    .items-leading .hometeam img.clublogo {
        left: -2vw;
        left: clamp(-20px, -2vw, -40px);
    }

    .games {
        display: flex;
        flex: 0 48%;
        padding: 1%;
    }

    .gamescore {
        font-size: clamp(1.5em, 3.5vw, 3.5em);
    }

    .leading .gamescore {
        font-size: clamp(1.4rem, 4.8vw, 2.8rem);
    }

    .gamedetail .grid.cols-m-7 {
        grid-template-columns: repeat(7, 1fr);
    }

    .games-list .gamedetail img.clublogo {
        height: clamp(50px, 10vw, 80px);
    }

    .gamescore-vs {
        font-size: clamp(1rem, 2vw, 2rem);
    }

    .games-list .gamedetail p {
        margin: 0;
        font-size: 0.8rem;
    }

    .calendar-home h4 {
        font-size: min(max(0.9rem, 2vw), 2rem);
    }

    .ranking, .scorer-stats, .keeper-stats, .ligascorer, .medical-report {
        -webkit-box-shadow: inset -25px 0px 15px -25px rgba(0,0,0,0.25); 
        box-shadow: inset -25px 0px 15px -25px rgba(0,0,0,0.25);
    }

    a.button.gamerecap:after {
        right: 10px;
    }

    img.clublogo {
        height: clamp(50px, 15vw, 80px);
    }

    .aufstellung {
        font-size: 0.9rem;
    }
    
    }



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

        .gamecenter-home {
            bottom: 0em;
            padding: 40px 0 10px;
        }

        .gamecenter-home .swiper-slide .game {
            -webkit-box-shadow: 0px -10px 10px 10px rgb(0 0 0 / 5%);
            -moz-box-shadow: 0px -10px 10px 10px rgba(0,0,0,0.05);
            box-shadow: 0px -10px 10px 10px rgb(0 0 0 / 5%);
        }
        
        .gamecenter-home .matchsponsor img {
            max-height: 4em;
            max-width: 8.5em;
        }

    .aufstellung-right, .aufstellung-left {
        float: left;
        width: 84%;
        margin-left: 0;
        margin: 0 0 4% 0;
        padding: 8%;
        text-align: left;
    }

    .aufstellung-left .aufstellung-title span {
        float: left;
    }

    .aufstellung-left img.clublogo {
        right: -50px;
        left: auto;
    }

}

    
    @media screen and (max-width : 700px)  {

        .gamecenter-home .swiper-container {
            width: 90%;
        }

        .gamecenter-home .swiper-slide.swiper-slide-active .game {
            min-width: 26em;
        }

        a.button-filled.gamecenter.mobile {
            display: none;
            transform: translate(-50%, calc(-50% - -17px));
        }

        .gamecenter-home .swiper-slide .game {
            padding: 1em 0.7em 0.7em;
        }

        .gamecenter-home .swiper-button-next {
            right: -15px;
        }

        .gamecenter-home .swiper-button-prev {
            left: -15px;
        }

        .gamecenter-home .matchsponsor img {
            max-width: 8em;
        }

        .games {
            flex: 0 98%;
            padding: 1%;
        }

        .items-leading img.clublogo {
            height: 15vw;
            min-height: 50px;
            max-height: 80px;
            height: clamp(50px, 15vw, 80px);
        }

    }




    @media screen and (max-width : 600px)  {

        .gamecenter-home .swiper-container {
            width: 100%;
        }

        .gamecenter-home .swiper-slide.swiper-slide-active .game {
            min-width: 26em;
        }

        .gamecenter-home .swiper-slide.swiper-slide-active .game-right {
            display: grid;
            opacity: 1;
            grid-template-rows: 6em 1fr;
            padding: 0;
        }

        .gamecenter-home .versus {
            padding: 0 2em;
        }

        .game-border-horizontally {
            width: 9em;
            display: none;
        }

        .gamecenter-home .matchsponsor {
            margin-top: 10px;
        }

        .gamecenter-home .gametime, .gamecenter-home .game-status, .gamecenter-home .game-status p {
            font-size: 0.8rem;
        }

        .gamecenter-home .periodresult {
            font-size: 0.7rem;
        }

        .gamecenter-home .swiper-button-next,
        .gamecenter-home .swiper-button-prev {
            display: none;
        }

        /*
        .gamecenter-home {
            width: 490px;
        }

        .gamecenter-home .swiper-slide.home.swiper-slide-active {
            width: calc(26em + 20px) !important;
            margin-left: 0em;
        }

        .gamecenter-home .swiper-slide.swiper-slide-prev {
            margin-right: -7.8em !important;
            margin-left: -0.5em;
        }

        .gamecenter-home .swiper-slide.swiper-slide-next {
            margin-left: -19em;
        }
        */


    }



    @media screen and (max-width : 500px)  {



        .gamecenter-home .swiper-slide.away .game, .gamecenter-home .swiper-slide.home .game .game-right {
            background: var(--white);
            border-radius: 10px;
        }

        /* Neu */
        .gamecenter-home .swiper-container {
            overflow: visible;
            background: transparent;
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        /*.gamecenter-home .swiper-slide.home .game-left, .gamecenter-home .swiper-slide.away .game {
            height: 162px;
        }
        */
        /* Neu */

        /*
        .gamecenter-home {
            top: 30em;
            bottom: auto;
        }
        */

        .gamecenter-home .swiper-slide.home.home_fullinfo.swiper-slide-active .game {
            column-gap: 0;
            grid-template-columns: 1fr;
            grid-template-rows: 2fr;
        }

        .game-border-horizontally {
            width: 100%;
            bottom: 5em;
            display: none;
        }

        .game-border-vertically {
            right: 50%;
            height: 5em;
            top: auto;
            bottom: 0;
            display: none;
        }

        .gamecenter-home .swiper-slide.swiper-slide-active .game {
            min-width: 22em;
            padding: 0.7em;
        }

        .gamecenter-home .swiper-slide.swiper-slide-active .game-right {
            grid-template-rows: auto;
            grid-template-columns: 1fr 1fr;
            height: 70px;
            align-items: center;
            position: absolute;
            bottom: -90px;
            left: 0;
            width: calc(100% - 20px);
            padding: 5px 10px;
        }

        .gamecenter-home .game-left {
            padding: 0;
            margin-top: 0;
        }

        .gamecenter-home .game-right {
            margin-top: 10px;
        }

        /*
        .gamecenter-home .swiper-slide.away.swiper-slide-active {
            min-height: 15em;
        }
        */

        .gamecenter-home .versus {
            margin: 7px 0 30px;
        }

        .gamecenter-home .game-status {
            bottom: -35px;
        }

        .gamecenter-home span.bannerhinweis {
            font-size: 0.5em;
            margin-left: 0;
            margin-bottom: 1px;
            width: 100%;
            grid-row: 2;
            text-align: center;
            white-space: nowrap;
        }
        
        .game-buttons {
            display: grid;
            justify-content: center;
            grid-row: 1;
            margin-bottom: 0;
            margin-top: 0;
        }
        
        .gamecenter-home .matchsponsor img {
            max-height: 3em;
            max-width: 6.5em;
        }

        .gamecenter-home .swiper-button-prev, .gamecenter-home .swiper-button-next {
            top: 0;
        }

        /*
        ul.gametabs li.tab-link {
            flex: 1 49%;
        }

        ul.gametabs li.tab-link:nth-child(2n+2) {
            border-right: solid 0px;
        }

        ul.gametabs li.tab-link:nth-child(n+4) {
            border-bottom: solid 1px var(--dark-gray);
        }

        ul.gametabs li.tab-link:nth-child(3) {
            border-right: solid 1px var(--dark-gray);
        }

        ul.gametabs li.tab-link:nth-child(n+5) {
            border-bottom: solid 0px;
        }

        ul.gametabs li.tab-link {
            height: 3.5em;
        }
        */

        .gamecenter-home .swiper-slide.swiper-slide-active.livegame {
            border: solid 0px var(--red);
            border-radius: 10px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .gamecenter-home .swiper-slide.swiper-slide-active.livegame .game {
            border: solid 1px var(--red);
            -webkit-box-shadow: 0px 0px 12px 0px rgba(255,0,21,0.5);
            -moz-box-shadow: 0px 0px 12px 0px rgba(255,0,21,0.5);
            box-shadow: 0px 0px 12px 0px rgba(255,0,21,0.5);
        }
        

    }



    @media screen and (max-width : 450px)  {
        
        .item-page .matchsponsor .srcbild img {
            margin-left: 50%;
            transform: translate(-50%, 0);
        }

        .guestteam, .hometeam {
            width: calc(50% - 15px);
        }

        .versus {
            min-width: 100%;
        }
    
    }

    @media screen and (max-width : 430px)  {

        .gamecenter-home .swiper-slide.swiper-slide-active .game {
            min-width: 21em;
        }

        .gamecenter-home .swiper-slide .game {
            padding: 0.2em 0.5em;
        }

        .gamecenter-home .matchsponsor img {
            max-height: 2.5em;
            max-width: 6em;
        }
    
    }


    @media screen and (max-width : 360px)  {

        .no-mobile {
            display: none;
        }
    
    }



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

    .gamecenter-home {
        bottom: 0;
    }

}
