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

#gamecenter-home {
    position: absolute;
    float: left;
    width: 27vw;
    min-width: 18em;
    max-width: 35em;
    width: clamp(18em, 27vw, 35em);
    z-index: 2;
    bottom: 3em;
    right: 4em;
}

#gamecenter-home-new {
    position: absolute;
    bottom: 2em;
    padding: 10px 0 30px;
    width: 75%;
    max-width: 80em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    overflow: hidden;
}

#gamecenter-home-new .swiper-slide .game {
    background: var(--white);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 5%);
    padding: 10px 20px;
    width: calc(100% - 40px);
    height: calc(13em - 20px);
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    /*max-width: 28em;*/
    min-width: 17em;
}

#gamecenter-home-new .swiper-slide.swiper-slide-active.livegame {
        border: solid 1px var(--red);
        border-radius: 10px;
        -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-new .swiper-slide.home.home_fullinfo.swiper-slide-active .game {
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 2em;
    max-width: 100%;
}

#gamecenter-home-new .swiper-slide.away.swiper-slide-active .game, #gamecenter-home-new .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-new .swiper-slide.swiper-slide-active .game-right {
    display: grid;
    opacity: 1;
    grid-template-rows: 7.5em 4em;
}

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

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

a.button-filled.gamecenter.mobile {
    display: none;
    margin-left: 50%;
    transform: translate(-50%, 15px);;
    font-size: 0.8rem;
}

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

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

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

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

#gamecenter-home-new .swiper-container {
    overflow: visible;
}

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

#gamecenter-home-new .swiper-slide.swiper-slide-prev, #gamecenter-home-new .swiper-slide.swiper-slide-next {
    opacity: 1;
    transform: scale(0.85);
    transform-origin: center center;
    left: 0;
}

#gamecenter-home-new .swiper-slide.swiper-slide-next {
    margin-left: -8em;
}

#gamecenter-home-new .swiper-slide.swiper-slide-prev {
    margin-left: 7em;
}

#gamecenter-home.mobile {
    display: none;
}

.game-border-vertically {
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--midlight-gray);
    top: 0;
    right: calc(33% - 1.5em);
}

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

#ranking-home {
    position: relative;
    float: right;
    width: 27vw;
    min-width: 18em;
    max-width: 35em;
    width: clamp(18em, 27vw, 35em);
    margin-top: 4.4vw;
    margin-top: clamp(3em, 4.4vw, 4.4em);
    z-index: 2;
    right: 4em;
}

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

tr.strich:nth-child(10) {
    border-bottom: 2px solid var(--red);
}

#ranking-home tr.strich, #ranking-home-new tr.strich {
    border-bottom: 1px solid var(--red);
}

#ranking-home tr.strich:nth-child(11), #ranking-home-new tr.strich:nth-child(11) {
    border-bottom: solid 2px var(--red);
}

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

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

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

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

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

#ranking-home th:first-child, #ranking-home .scorer-stats th:first-child, #ranking-home-new th:first-child, #ranking-home-new .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, #ranking-home-new th:last-child, #ranking-home-new .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, #ranking-home-new tr:last-child td:first-child, #ranking-home-new .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, #ranking-home-new tr:last-child td:last-child, #ranking-home-new .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), #ranking-home-new tr:nth-child(odd), #ranking-home-new .scorer-stats tr:nth-child(odd) {
    background: rgba(240,240,240,0.5);
}

#ranking-home tr.is-ambri, #ranking-home-new tr.is-ambri {
    background: rgb(70,105,170);
    background: -moz-linear-gradient(top, rgba(70,105,170,1) 0%, rgba(55,80,130,1) 100%);
    background: -webkit-linear-gradient(top, rgba(70,105,170,1) 0%,rgba(55,80,130,1) 100%);
    background: linear-gradient(to bottom, rgba(70,105,170,1) 0%,rgba(55,80,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4669aa', endColorstr='#375082',GradientType=0 );
    color: var(--white);
}

#ranking-home tr td:first-child, #ranking-home .scorer-stats tr td:first-child, #ranking-home-new tr td:first-child, #ranking-home-new .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), #ranking-home-new tr td:nth-child(11n+2), #ranking-home-new .scorer-stats tr td:nth-child(11n+2) {
    padding-right: 10px;
}
 
#ranking-home .ranking-home td {
    padding: 0.2vw 0;
}

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

#ranking-home .scorer-stats td, #ranking-home-new .scorer-stats td {
    padding: 0.4vw 0;
}

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

#ranking-home-new .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: -2vw;
    left: clamp(-60px, -2vw, -25px);
}

.guestteam img.clublogo {
    right: -2vw;
    right: clamp(-60px, -2vw, -25px);
}


#gamecenter-home img.clublogo {
    height: 4vw;
    min-height: 50px;
    max-height: 90px;
    height: clamp(50px, 4vw, 90px);
}

#gamecenter-home-new img.clublogo {
    height: 3vw;
    min-height: 50px;
    max-height: 60px;
    height: clamp(50px, 3vw, 60px);
}

#gamecenter-home .hometeam, #gamecenter-home-new .hometeam {
    width: calc(45% - 50px);
    margin-right: 5%;
}

#gamecenter-home .guestteam, #gamecenter-home-new .guestteam {
    width: calc(45% - 50px);
    margin-left: 5%;
}

#gamecenter-home .hometeam img.clublogo, #gamecenter-home-new .hometeam img.clublogo {
    left: -2vw;
    left: clamp(-25px, -2vw, -40px);
}

#gamecenter-home .guestteam img.clublogo, #gamecenter-home-new .guestteam img.clublogo {
    right: -2vw;
    right: clamp(-25px, -2vw, -40px);
}


.versus {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    padding: 0 10%;
    margin: 2em 0 2.5em;
}


#gamecenter-home-new .versus {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    padding: 0 10%;
    margin: 1em 0 2.5em;
}

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

#gamecenter-home-new .hometeam {
    position: relative;
    display: block;
    float: left;
    width: calc(45% - 50px);
    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;
    max-width: 18px;
    width: clamp(5px, 3vw, 18px);
    height: 100%;
    right: -3vw;
    right: clamp(-18px, -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(45% - 50px);
    min-height: 1.6em;
    min-height: clamp(1.6em, 2vw, 4em);
    margin-left: 5%;
    padding: 5px 25px;
    background: var(--light-gray);
    border-radius: 0 20px 20px 0;
}

#gamecenter-home-new .guestteam {
    position: relative;
    display: block;
    float: right;
    width: calc(45% - 50px);
    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;
    max-width: 18px;
    width: clamp(5px, 3vw, 18px);
    height: 100%;
    left: -3vw;
    left: clamp(-18px, -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);
    margin-bottom: 0;
}


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

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

#gamecenter-home-new .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;
}


#gamecenter-home .swiper-button-prev.swiper-button-disabled, #gamecenter-home .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}


.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: min(max(0.6rem, 0.75vw), 0.75rem);
    letter-spacing: 0.3px;
    margin: 5px;
    padding: 7px 35px 7px 10px;
}

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

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

#gamecenter-home .game a.button, #ranking-home a.button {
    padding: 7px 20px;
    /*left: 50%;
    transform: translate(-50%, 0);*/
}

.game a.button:before, #ranking-home a.button:before {
    display: none;
}

.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: 13px;
    transform: translate(0, -50%);
    width: 16px;
    height: 13px;
    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: 16px;
    transform: translate(0, -50%);
    width: 16px;
    height: 13px;
    background-image: url(../images/icons/icon-statistics.svg);
    background-size: contain;
    background-repeat: no-repeat;
}



  
  /* GAME RECAP BUTTON */

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

  
/* MATCHBLATT BUTTON */

a.button.matchblatt:after {
    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:after {
    filter: invert(1);
}

a.button.matchblatt:before {
    display: none;
}

.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;
}

.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,
#gamecenter-home-new .gamearena, #gamecenter-home-new .gamedate, #gamecenter-home-new .gametime, #gamecenter-home-new .gamegenre, #gamecenter-home-new .game-status, #gamecenter-home-new .game-status p {
    font-size: 0.9rem;
}

.periodresult {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0px);
    font-size: 0.8rem;
}

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

#gamecenter-home .swiper-button-prev {
    left: 10px;
    top: 1.5em;
}

#gamecenter-home-new .swiper-button-prev {
    left: 50px;
    top: 50%;
}

#gamecenter-home .swiper-button-next {
    right: 10px;
    top: 1.5em;
}

#gamecenter-home-new .swiper-button-next {
    right: 50px;
    top: 50%;
}


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

#gamecenter-home .calendar-home .buttons, #gamecenter-home-new .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)!important; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(70,105,170,1) 0%, rgba(55,80,130,1) 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(70,105,170,1) 0%,rgba(55,80,130,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(70,105,170,1) 0%,rgba(55,80,130,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4669aa', endColorstr='#375082',GradientType=0 )!important; /* IE6-9 */
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 */

}

.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 */


}

.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;
}

thead tr th:nth-child(4) {
    text-align: center;
}
/* 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 );
    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(--bold-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);
}

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

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




/* ///// 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: 90%;
    padding: 5%;
}

.games-list-container:nth-child(2) { 
    display: none; 
}

.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-new .matchsponsor {
    display: grid;
    justify-content: center;
}

#gamecenter-home-new .matchsponsor a {
    display: flex;
    justify-content: center;
}

#gamecenter-home-new .matchsponsor img {
    width: 80%;
    height: auto;
    max-height: 4em;
}

.gamescore {
    font-size: min(max(1.6rem, 2.8vw), 4.8rem);
    line-height: 1;
    font-family: "hcap-bold";
}

.games-list img.clublogo {
    position: relative;
    top: auto;
    transform: none;
    width: auto;
    height: 3vw;
    min-height: 30px;
    max-height: 40px;
    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: calc(100% - 4em);
    padding: 1em 2em;
    margin-bottom: 1em;
}



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



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

section.game-section {
    position: relative;
    width: 100%;
    float: left;
    margin-top: clamp(2em, 5vw, 5em);
}

.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%;
}

.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 {
    width: 37px;
    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: 44%;
    margin-right: 2%;
    text-align: right;
    background: var(--white);
    padding: 2%;
    border-radius: 10px;
}

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

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;
    float: left;
    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;
    float: right;
    position: relative;
    vertical-align: baseline;
}

td.player-position {
    white-space: nowrap;
    vertical-align: baseline;
    padding-right: 1rem!important;
}

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

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

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

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


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

.game-stats {
    position: relative;
    float: none;
    width: 70%;
    margin: 0 auto;
}

.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: #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); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(70,104,169,1) 0%, rgba(31,45,75,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(70,104,169,1) 0%,rgba(31,45,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(70,104,169,1) 0%,rgba(31,45,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4668a9', endColorstr='#1f2d4b',GradientType=1 ); /* IE6-9 */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.progress.right {
    left: 0;
    border-left: 1px solid #dadada;
    background: rgb(31,45,75); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(31,45,75,1) 0%, rgba(70,104,169,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(31,45,75,1) 0%,rgba(70,104,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(31,45,75,1) 0%,rgba(70,104,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2d4b', endColorstr='#4668a9',GradientType=1 ); /* IE6-9 */
    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: calc(100% - 20px);
    float: left;
    margin-top: 10px;
    background: white;
    padding: 20px 10px;
    border-radius: 10px;
}

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: 41vw;
    min-height: 8em;
    max-height: 56em;
    height: clamp(8em, 41vw, 56em);
}





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

#gamecenter-home .game.calendar img.clublogo {
    height: 1.6vw;
    min-height: 1em;
    max-height: 1.6em;
    height: clamp(1em, 1.6vw, 1.6em);
    position: relative;
    top: 0;
    transform: none;
}

#gamecenter-home .game.calendar .hometeam:after, #gamecenter-home .game.calendar .guestteam:after {
    display: none;
}

#gamecenter-home .game.calendar .hometeam img.clublogo {
    left: auto;
}

#gamecenter-home .game.calendar .guestteam img.clublogo {
    right: auto;
}

#gamecenter-home .game.calendar .guestteam, #gamecenter-home .game.calendar .hometeam {
    display: grid;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background: none;
    border-radius: 0;
}

#gamecenter-home .game.calendar p {
    font-size: min(max(0.6rem, 0.75vw), 0.75rem);
}

.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 ///// */

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 2px var(--midlight-gray);
    border-radius: 22px;
    padding: 5em 5% 5%;
    margin-top: 2em;
}

.statistiche-brenno-border img.statistiche-brenno {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 0;
    background: #fff;
    padding: 2em 2em;
}

.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;
  }

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

.gametab-content.current {
    display: block;
    visibility: visible;
    border: 0px solid;
    padding: 0;
  }



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


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

    #gamecenter-home-new {
        width: 85%;
    }
    
}


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

    .versus {
        margin: 1.5em 0 2.5em;
    }
    
}
    



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

    #gamecenter-home-new .swiper-slide.home.home_fullinfo.swiper-slide-active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
        left: 0;
        width: calc(36em + 20px) !important;
        margin-left: -12em;
        margin-right: -4em !important;
    }

    #gamecenter-home-new .swiper-slide.away.swiper-slide-active, #gamecenter-home-new .swiper-slide.home.home_raw.swiper-slide-active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
        left: 0;
        margin-left: 4em;
        width: calc(28em + 20px) !important;
        margin-left: -8.5em;
    }

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

}



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

    #gamecenter-home-new {
        width: 1600px;
    }

    #gamecenter-home-new .swiper-slide.home.home_fullinfo.swiper-slide-active {
        width: calc(34em + 20px) !important;
        margin-left: -11em;
        margin-right: -3em !important;
    }

    #gamecenter-home-new .swiper-slide.away.swiper-slide-active, #gamecenter-home-new .swiper-slide.home.home_raw.swiper-slide-active {
        width: calc(28em + 20px) !important;
        margin-left: -8.5em;
    }

    #gamecenter-home-new .swiper-slide.swiper-slide-next {
        margin-left: -8em;
    }

}


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

    #gamecenter-home-new {
        width: 1200px;
    }

    #gamecenter-home-new .swiper-slide.home.home_fullinfo.swiper-slide-active {
        margin-left: -11.5em;
    }

    #gamecenter-home-new .swiper-slide.away.swiper-slide-active, #gamecenter-home-new .swiper-slide.home.home_raw.swiper-slide-active {
        width: calc(27em + 20px) !important;
        margin-left: -7.5em;
    }

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

    #gamecenter-home-new .swiper-slide.swiper-slide-prev {
        margin-left: 5.5em;
    }

    #gamecenter-home-new .swiper-slide.swiper-slide-next {
        margin-left: -7em;
    }

    #gamecenter-home-new .matchsponsor img {
        max-height: 3em;
        max-width: 6em;
    }

    #gamecenter-home .game a.button {
        padding: 6px 10px;
        letter-spacing: 0px;
    }

    #gamecenter-home .game a.button-filled {
        padding: 7px 35px 7px 10px;
    }
    
    #gamecenter-home .button-filled.gamecenter:before {
    right: 13px;
    width: 13px;
    height: 12px;
    }
    
    #ranking-home .ranking-home td {
        padding: 0.1vw 0;
    }

    #ranking-home .scorer-stats td {
        padding: 6px 0;
    }
    
    }
    
    
    @media screen and (max-width : 1300px)  {
    
    .versus {
        margin: 1em 0 3em;
    }
    
    }

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

        #gamecenter-home-new .swiper-slide.home.home_fullinfo.swiper-slide-active {
            width: calc(32.5em + 20px) !important;
            margin-left: -12em;
        }

        #gamecenter-home-new .swiper-slide.away.swiper-slide-active, #gamecenter-home-new .swiper-slide.home.home_raw.swiper-slide-active {
            margin-left: -9.2em;
        }

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

        #gamecenter-home-new {
            width: 1000px;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-prev {
            margin-left: 5.5em;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-next {
            margin-left: -10em;
        }
        
    }
    
    
    @media screen and (max-width : 1100px)  {


        #gamecenter-home-new {
            width: 1000px;
        }

        #gamecenter-home-new .swiper-slide.home.home_fullinfo.swiper-slide-active {
            margin-left: -12.5em;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-prev {
            margin-left: 6em;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-next {
            margin-left: -10em;
        }
    
        .periodresult {
            bottom: -24px;
            font-size: 0.8rem;
        }

        .goals {
            font-size: 0.8rem;
        }
        
        .versus {
            margin: 1em 0 2.5em;
        }
    
    }


    @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-new {
            width: 900px;
        }

        #gamecenter-home-new .swiper-slide.home.home_fullinfo.swiper-slide-active {
            width: calc(30.5em + 20px) !important;
            margin-left: -11.5em;
        }

        #gamecenter-home-new .swiper-slide.away.swiper-slide-active, #gamecenter-home-new .swiper-slide.home.home_raw.swiper-slide-active {
            width: calc(25em + 20px) !important;
            margin-left: -9em;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-prev {
            margin-left: 5.3em;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-next {
            margin-left: -10em;
        }
    
        .periodresult {
            font-size: 0.8rem;
        }

        .goals {
            font-size: 0.8rem;
        }
        
        .versus {
            margin: 1em 0 2.5em;
        }

        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-new {
        width: 860px;
    }

    #gamecenter-home-new .swiper-slide.home.home_fullinfo.swiper-slide-active {
        margin-left: -11.3em;
    }

    #gamecenter-home-new .swiper-slide.away.swiper-slide-active, #gamecenter-home-new .swiper-slide.home.home_raw.swiper-slide-active {
        width: calc(25em + 20px) !important;
        margin-left: -9em;
    }

    #gamecenter-home-new .swiper-slide.swiper-slide-prev {
        margin-left: 4.5em;
    }

    #gamecenter-home-new .swiper-slide.swiper-slide-next {
        margin-left: -10em;
    }

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

    #gamecenter-home img.clublogo {
        height: 12vw;
        min-height: 50px;
        max-height: 120px;
        height: clamp(50px, 12vw, 120px);
    }

    #gamecenter-home .gamescore {
        font-size: min(max(1.4rem, 5.6vw), 3.8rem);
    }

    #gamecenter-home .game.calendar p {
        font-size: 0.8rem;
    }

    .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-list .gamedetail {
        width: calc(100% - 2em);
        padding: 1em;
    }

    .games-list {
        width: 90%;
        padding: 5%;
    }

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

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

    .games-list .gamedetail img.clublogo {
        height: 7vw;
        min-height: 35px;
        max-height: 60px;
        height: clamp(35px, 7vw, 60px);
    }

    .games-list .gamedetail .gamescore-mobile {
        font-size: min(max(1.6rem, 2.8vw), 2.8rem);
        line-height: 1;
        white-space: nowrap;
    }

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

    #gamecenter-home .game.calendar img.clublogo {
        height: 3.8vw;
        min-height: 1.5em;
        max-height: 3.8em;
        height: clamp(1.5em, 3.8vw, 3.8em);
    }

    .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;
    }
    
    }



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

        #gamecenter-home-new {
            width: 670px;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-prev {
            margin-left: 1em;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-next {
            margin-left: -11.6em;
        }

        #gamecenter-home-new .swiper-slide.away.swiper-slide-active, #gamecenter-home-new .swiper-slide.home.home_raw.swiper-slide-active {
            width: calc(24em + 20px) !important;
            margin-left: -6em;
        }

        #gamecenter-home-new .swiper-slide.home.home_fullinfo.swiper-slide-active {
            width: calc(30em + 20px) !important;
            margin-left: -9.5em;
        }

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

        #gamecenter-home-new .matchsponsor img {
            max-height: 3em;
            max-width: 5em;
        }

        #gamecenter-home-new .swiper-button-prev {
            left: 0;
        }

        #gamecenter-home-new .swiper-button-next {
            right: 0px;
        }

        .game-border-vertically {
            right: calc(33% - 0.5em);
        }
        
        .game-border-horizontally {
            width: calc(33% - 0.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-new {
            width: 570px;
        }

        #gamecenter-home-new .swiper-slide.away.swiper-slide-active, #gamecenter-home-new .swiper-slide.home.home_raw.swiper-slide-active {
            width: calc(24em + 20px) !important;
            margin-left: -6.5em;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-prev {
            margin-left: 0em;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-next {
            margin-left: -13.5em;
        }

        #gamecenter-home-new .swiper-button-prev {
            left: -35px;
        }

        #gamecenter-home-new .swiper-button-next {
            right: -35px;
        }

        .game-border-vertically {
            right: calc(33% - 0.7em);
        }

        .game-border-horizontally {
            width: calc(33% - 0.7em);
        }

        #gamecenter-home-new .swiper-button-next {
            right: 5%;
            top: auto;
            bottom: -30px;
            filter: invert(1);
        }

        #gamecenter-home-new .swiper-button-prev {
            left: auto;
            top: auto;
            bottom: -30px;
            right: 5%;
            margin-right: 40px;
            filter: invert(1);
        }

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

        .games-list .gamedetail .gamescore-mobile {
            font-size: min(max(1.4rem, 2.8vw), 2.8rem);
        }

        .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-new {
            width: calc(100% - 2em);
            padding: 0 1em 25px;
            top: auto;
            visibility: visible;
        }


        /*
        #gamecenter-home-new .swiper-container {
            overflow: hidden;
            background: var(--white);
            border-radius: 10px;
            -webkit-box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 5%);
            -moz-box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.05);
            box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 5%);
        }
        */

        #gamecenter-home-new .swiper-slide.swiper-slide-prev, #gamecenter-home-new .swiper-slide.swiper-slide-next {
            opacity: 1;
            left: 0;
        }

        #gamecenter-home-new .swiper-slide {
            transform: none;
            left: 0;
            min-width: 0;
        }

        #gamecenter-home-new .swiper-slide .game {
            /*
            background: transparent;
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            */
            height: 100%;
            padding: 10px 10px 10px;
            width: calc(100% - 20px);
        }

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

        #gamecenter-home-new .swiper-slide.swiper-slide-prev {
            margin-left: 0;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-next {
            margin-left: 0;
        }

        #gamecenter-home-new .swiper-slide.away.swiper-slide-active, #gamecenter-home-new .swiper-slide.home.home_raw.swiper-slide-active {
            width: 100% !important;
            left: 0px;
            margin-left: 0;
        }

        #gamecenter-home-new .swiper-slide.home.home_fullinfo.swiper-slide-active {
            width: 100% !important;
            left: 0px;
            margin-left: 0;
            transform: none;
            margin-right: 10px !important;
        }

        #gamecenter-home-new .swiper-slide:nth-child(1).away.swiper-slide-active {
            margin-left: 0;
        }
        

        #gamecenter-home-new .swiper-button-next {
            left: auto;
            top: 35px;
            bottom: auto;
            right: 15px;
        }

        #gamecenter-home-new .swiper-button-prev {
            left: auto;
            top: 35px;
            bottom: auto;
            left: 15px;
        }

        .game-border-vertically {
            right: 9em;
        }

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

        #gamecenter-home-new .matchsponsor img {
            max-height: 50px;
        }

        #gamecenter-home-new .matchsponsor {
            margin-top: 20px;
        }

        #gamecenter-home-new .gametime, #gamecenter-home-new .periodresult, #gamecenter-home-new .game-status, #gamecenter-home-new .game-status p {
            font-size: 0.7rem;
        }

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

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

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

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


    }



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

        #gamecenter-home-new {
            width: calc(100% - 2em);
            padding: 0 1em 90px 1em;
            bottom: -118px;
            top: auto;
            overflow: hidden;
        }
        #gamecenter-home-new .swiper-slide.home.swiper-slide-active {
            height: 145px;
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-next {
            transform: scale(0.8) translateX(-50px);
        }

        #gamecenter-home-new .swiper-slide.swiper-slide-prev {
            transform: scale(0.8) translateX(50px);
        }

        #gamecenter-home-new .swiper-slide {
            transition: none;
        }

        #gamecenter-home-new .swiper-slide.away .game, #gamecenter-home-new .swiper-slide.home .game .game-right {
            background: var(--white);
            border-radius: 10px;
            -webkit-box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 5%);
            -moz-box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.05);
            box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 5%);
        }

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

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

        #gamecenter-home-new .swiper-slide.home {
            margin-bottom: -62px;
        }
        /* Neu */

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

        #gamecenter-home-new .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-new .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-new .swiper-slide.home .game-left {
            padding: 0;
            margin-top: 0;
        }

        .game-right {
            margin-top: 10px;
        }
        
        #gamecenter-home-new .swiper-slide.swiper-slide-active a.button-filled.gamecenter {
            display: none;
        }

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

        #gamecenter-home-new .versus {
            margin: 7px 0 33px;
        }

        .periodresult {
            bottom: -22px;
        }

        #gamecenter-home-new .game-status {
            bottom: -37px;
        }

        #gamecenter-home-new .matchsponsor {
            display: grid;
            grid-row: 1;
            grid-column: 1;
            margin-top: 0px;
        }

        #gamecenter-home-new 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-new .matchsponsor img {
            max-height: 3em;
            max-width: 6em;
        }

        #gamecenter-home-new .swiper-button-prev, #gamecenter-home-new .swiper-button-next {
            top: 35px;
        }

        a.button-filled.gamecenter.mobile {
            display: table;
        }

        .game-stats {
            width: 80%;
        }

        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-new .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-new .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);
        }
    
        }


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

        .no-mobile {
            display: none;
        }
    
        }