.content {
    flex: none;
    background-color: #f8f8f8;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar {
    background-color: transparent;
    /* Průhledné pozadí */
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 10;
    transition: 0.3s;
}

.navbar:hover {
    background-color: #c62538 !important;
    /* Barva při najetí myší */
    transition: 0.3s;
}

.landing {
    margin-top: -20px;
    padding-top: 100px;
    width: 100%;
    height: 900px;
    background: hsla(49, 100%, 48%, 1);
    background: linear-gradient(135deg, hsla(49, 100%, 48%, 1) 0%, hsla(0, 0%, 0%, 1) 80%);
    background: -moz-linear-gradient(135deg, hsla(49, 100%, 48%, 1) 0%, hsla(0, 0%, 0%, 1) 80%);
    background: -webkit-linear-gradient(135deg, hsla(49, 100%, 48%, 1) 0%, hsla(0, 0%, 0%, 1) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#F5C900", endColorstr="#000000", GradientType=1);
    display: flex;
    flex-direction: row;
    z-index: 5;
    /* Zajišťuje, že landing je pod navbar */
}

.leftLanding {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rightLanding {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.landingTeamText {
    padding-top: 80px;
    padding-left: 60px;
}

.landingTeamNums {
    display: flex;
    flex: 1;
    height: max-content;
    flex-direction: row;
}

.landingTeamNums div {
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
    padding-top: 200px;
    padding-left: 50px;
}

.landingTeamNums div h2 {
    color: #f8f8f8;
    font-family: Staatliches, Arial;
    font-size: 90px;
}

.landingTeamNums div p {
    color: #f8f8f8;
    font-family: Poppins, Arial;
    font-size: 30px;
}

.landingTeamText h1 {
    color: #f8f8f8;
    font-family: Staatliches, Arial;
    font-size: 130px;
}

.rightLanding {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightLanding img {
    width: 600px;
    height: 600px;
    margin-top: -100px;
    user-select: none;
    filter: drop-shadow(0px 0px 60px rgb(24, 20, 12));
}

.matches {
    height: 500px;
    background-color: #1a1a1a;
}

.matchesHeader {
    display: flex;
    flex-direction: row;
    padding: 30px;
    padding-bottom: 0px;
    padding-left: 60px;
}

.matchesHeader img:nth-of-type(1) {
    filter: invert(1);
    width: 45px;
    margin-top: -15px;
    margin-left: 10px;
    user-select: none;
}

.matchesHeader h2 {
    color: #f8f8f8;
    font-family: Staatliches, Arial;
    font-size: 50px;
}

.matches_cards {
    display: flex;
    width: 100%;
    flex: 1;
    min-height: 350px;
}

.slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    -ms-overflow-style: none;
    /* Skryje scrollbar v IE a Edge */
    scrollbar-width: none;
    /* Skryje scrollbar ve Firefox */
}

.slider::-webkit-scrollbar {
    display: none;
    /* Skryje scrollbar v prohlížečích založených na WebKit (Chrome, Safari) */
}

.slider-inner {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    width: 3450px;
    /* podle poctu zapasu !! na kazdy 690px !!tzn 3 = 2070px ! a pokud mame 2 a min tak pouzij 100%*/
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    pointer-events: none;
}

.slide-img {
    height: 100%;
    text-align: center;
    padding: 20px;
}

.stadion_img {
    width: 100%;
    border-radius: 0px 0px 0px 200px;
    height: 500px;
}

.stadion {
    height: 500px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.stadion_left {
    width: 60%;
    padding: 100px;
    padding-top: 50px;
}

.stadion_left h2 {
    color: #000000;
    font-family: Staatliches, Arial;
    font-size: 60px;
    padding-bottom: 20px;
}

.stadion_left p {
    color: #000000;
    font-family: Poppins, Arial;
    font-size: 25px;
    line-height: 1.6;
    font-weight: normal;

}

.stadion_right {
    width: 40%;
    height: 500px;
    background-color: #FFED0050;
    border-radius: 0px 0px 0px 200px;
}

.dres_header h2 {
    color: #000000;
    font-family: Staatliches, Arial;
    font-size: 60px;
}

.dres {
    height: auto;
    padding-top: 20px;
    padding-left: 100px;
    padding-bottom: 100px;
}

.dres_left,
.dres_right {
    width: auto;
    flex: 1;
    height: 800px;
}

.dres_middle {
    width: 35%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 20px 20px rgb(24, 20, 12));
}

.dres_row {
    display: flex;
    flex-direction: row;
    margin-left: -100px;
}

#dres1,
#dres2 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 420px;
    user-select: none;
}

#dres1:hover,
#dres2:hover {
    z-index: 1000;
}

#dres1 {
    z-index: 1;
}

#dres2 {
    margin-top: 200px;
    margin-left: 230px;
    z-index: 10;
}

.dres_right {
    align-items: left;
    padding-top: 380px;
}

.dres_right h3,
.dres_left h3 {
    display: inline-block;
    color: #252525;
    background-color: rgb(235, 235, 235);
    font-family: Staatliches, Arial;
    font-size: 60px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 10px rgb(24, 20, 12));
    flex: 0;
}

.dres_right p,
.dres_left p {
    display: inline;
    color: #252525;
    background-color: rgb(235, 235, 235);
    font-family: Staatliches, Arial;
    font-size: 30px;
    padding: 5px;
    padding-left: 20px;
    line-height: 2.0;
    filter: drop-shadow(0px 0px 10px rgb(24, 20, 12));
    flex: 0;
}

.dres_left {
    text-align: right;
    padding-top: 180px;
}

.dres_left_responzive {
    display: none;
}

.dres_mobile_responzive {
    display: none;
}

.sestava {
    border: 1px solid #000000;
    min-height: 750px;
    background-color: #252525;
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}

.sestava_left {
    width: 40%;
    height: 700px;
}

.sestava_right {
    width: 60%;
    height: 700px;
}

.sestava_header {
    display: flex;
    flex-direction: column;
    padding: 30px;
    padding-bottom: 0px;
    padding-left: 60px;
}


.sestava_header img:nth-of-type(1) {
    width: 60px;
    margin-top: -10px;
    margin-left: 10px;
    user-select: none;
}

.sestava_header h2 {
    color: #f8f8f8;
    font-family: Staatliches, Arial;
    font-size: 50px;
}

.sestava_header p {
    color: #b1b1b1;
    font-family: Poppins, Arial;
    font-size: 15px;
}

.sestava_selektor {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    margin-top: 90px;
}

.sestava_selektor div {
    display: flex;
    align-items: center;
    /* Tmavě žlutá */
    width: 100%;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease-in-out;
}

/* Skryje radio button */
.sestava_selektor input {
    position: absolute;
    opacity: 0;
}

/* Když je radio button vybrán, změní se barva divu */
.sestava_selektor input:checked+label {
    background-color: #c49900;
    /* Světlejší žlutá */
}

/* Styl pro label, aby vyplnil celý div */
.sestava_selektor label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-family: Poppins, Arial;
    font-size: 30px;
    color: #f8f8f8;
}

/* Hover efekt pro lepší UX */
.sestava_selektor div:hover {
    background-color: #A07E00;
}

.sestava_content {
    display: flex;
    justify-content: center;
}

.hokejSestavaBack {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

.utocnik1 {
    top: 10%;
    left: 0;
}

.sestava_content {
    display: flex;
    justify-content: center;
    position: relative;
    /* Aby se hráči umisťovali relativně k tomuto kontejneru */
}

.hokejSestavaContainer {
    position: relative;
    /* Umožní absolutní umístění hráčů */
    display: inline-block;
}

.hokejSestavaBack {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    height: 700px;
    display: block;
}

.players {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.player {
    width: 160px;
    height: 160px;
    position: absolute;
    border-radius: 15px;
}

/* Nastavení pozic hráčů */
.utocnik1 {
    top: 10%;
    left: 20%;
    transform: translateX(-50%);
}

.utocnik2 {
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.utocnik3 {
    top: 10%;
    left: 80%;
    transform: translateX(-50%);
}

.obrance1 {
    top: 40%;
    left: 30%;
    transform: translateX(-50%);
}

.obrance2 {
    top: 40%;
    left: 70%;
    transform: translateX(-50%);
}

.golman {
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

/* mapa styly */

.mapHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.mapHeader h2 {
    color: #141414;
    font-family: Staatliches, Arial;
    font-size: 50px;
}

.world-map {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0em;
    position: relative;
    user-select: none;
    margin-bottom: 50px;
}

.pin {
    position: absolute;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    transform: translate(-50%, -100%);
    /* Správné centrování */
    transition: 0.2s;
    text-align: center;
}

.pin:hover {
    transform: scale(1.3) translate(-100%, -250%);
    transform-origin: bottom center;
    transition: 0.2s;
    z-index: 1000;
}

.teamPin {
    width: 60px;
    /* Nastavení velikosti obrázku */
    height: auto;
    transform-origin: bottom center;
}

.pin::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.pin span {
    position: absolute;
    top: -40px;
    /* Posun nad obrázek */
    left: 50%;
    /* Umístění na střed */
    transform: translateX(-20%);
    /* Vycentrování textu */

    text-align: center;
    background-color: #ffffff;
    border-radius: 3em;
    padding: 0.3em 0.6em;
    font-size: 0.9em;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    filter: drop-shadow(0px 0px 10px rgb(24, 20, 12));
    white-space: nowrap;
    font-family: Staatliches, Arial;
    /* Zabraňuje zalomení textu */
}



.pin:hover span {
    opacity: 1;
    visibility: visible;
}


.sparta {
    top: 30%;
    left: 33%;
    z-index: 21;
}

.trinec {
    left: 94%;
    top: 48%;
}

.vary {
    left: 11%;
    top: 22%;
}

.pardubice {
    left: 52%;
    top: 31%;
    z-index: 21;
}

.hradec {
    left: 54%;
    top: 24%;
}

.kladno {
    top: 27%;
    left: 27%;
}

.liberec {
    top: 6%;
    left: 44%;
}

.brno {
    left: 66%;
    top: 65%;
}

.budejovice {
    left: 32%;
    top: 70%;
}

.olomouc {
    left: 75%;
    top: 50%;
}

.litvinov {
    left: 23%;
    top: 11%;
}

.vitkovice {
    left: 89%;
    top: 42%;
}

.vitkovice span,
.trinec span,
.olomouc span {
    transform: translateX(-50%);
}

.boleslav {
    top: 21%;
    left: 41%;
}

.plzen {
    left: 18%;
    top: 42%;
}

/* responzivita sekce1*/
@media screen and (max-width: 1800px) {
    .landingTeamNums div p {
        font-size: 22px;
    }

    .landingTeamText h1 {
        font-size: 110px;
    }
}

@media screen and (max-width: 1430px) {
    .landingTeamNums div p {
        font-size: 18px;
    }

    .landingTeamText h1 {
        font-size: 100px;
    }

    .landingTeamNums div h2 {
        font-size: 70px;
    }

    .rightLanding img {
        width: 400px;
        height: 400px;
    }

}

@media screen and (max-width: 1300px) {
    .landing {
        flex-direction: column-reverse;
    }

    .rightLanding img {
        width: 300px;
        height: 300px;
    }

    .rightLanding {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        margin: 0px;
        width: 100%;
        height: 400px;
        margin-top: 100px;
    }

    .leftLanding {
        width: 100%;
    }

    .landingTeamText {
        padding-top: 0px;
        padding-left: 0px;
        text-align: center;
    }

    .landingTeamNums div {
        padding-top: 60px;
        padding-left: 0px;
        width: 50%;
    }

    .landingTeamText h1 {
        font-size: 120px;
    }

    .landingTeamNums div p {
        font-size: 28px;
    }
}

@media screen and (max-width: 930px) {
    .landingTeamText h1 {
        font-size: 100px;
    }

    .landingTeamNums div h2 {
        font-size: 60px;
    }

    .landingTeamNums div p {
        font-size: 24px;
    }

    .landingTeamNums div {
        padding-top: 80px;
        padding-left: 0px;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .landingTeamText h1 {
        font-size: 80px;
    }
}

@media screen and (max-width: 550px) {
    .landingTeamText h1 {
        font-size: 60px;
    }

    .landing {
        height: 750px;
    }
}

@media screen and (max-width: 440px) {
    .landingTeamText h1 {
        font-size: 40px;
    }

    .landingTeamNums div h2 {
        font-size: 50px;
    }

    .landingTeamNums div p {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    .landingTeamNums {
        flex-direction: column;
    }

    .landing {
        height: 900px;
    }
}

/* responzivita sekce2*/

@media screen and (max-width: 900px) {
    .matches {
        height: 400px;
    }

    .slide-img img {
        height: 250px;
        width: auto;
    }

    .slide-img {
        padding: 10px;
    }

    .slider-inner {
        width: 2810px;
    }
}

@media screen and (max-width: 690px) {
    .matches {
        height: 350px;
    }

    .slide-img img {
        height: 200px;
        width: auto;
    }

    .slide-img {
        padding: 10px;
    }

    .slider-inner {
        width: 2070px;
    }

    .matchesHeader h2 {
        font-size: 40px;
    }

    .matchesHeader {
        justify-content: center;
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {
    .matchesHeader h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 450px) {
    .matchesHeader h2 {
        font-size: 30px;
    }

    .slide-img img {
        height: auto;
        width: 100%;
    }

    .matches {
        height: 590px;
        /* Ponecháme původní výšku */
        position: relative;
        /* Potřebné pro fade efekt */
    }

    .slider-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        left: 0px;
        /* Resetování pozice */
    }

    .matchesHeader img:nth-of-type(1) {
        display: none;
    }

    .slider {
        overflow-y: auto;
        /* Povolení vertikálního scrollování */
        overflow-x: hidden;
        /* Zakázání horizontálního scrollování */
        height: 490px;
        /* Ponecháme původní výšku */
    }

    /* Přidání fade efektu na konec obsahu (na div .matches) */
    .matches::after {
        display: block;
        content: "";
        position: sticky;
        transform: translateY(-80%);
        height: 80px;
        /* Výška fade efektu */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
        pointer-events: none;
        /* Zajistí, že fade efekt nebude blokovat interakci */
    }
}

@media screen and (max-width: 390px) {
    .matchesHeader h2 {
        font-size: 25px;
        margin-bottom: 0px;
    }
}

/* responzivita sekce3*/
@media screen and (max-width: 1400px) {
    .stadion_left h2 {
        font-size: 50px;
    }

    .stadion_left p {
        font-size: 20px;
    }

    .stadion_left {
        padding-right: 60px;
    }
}

@media screen and (max-width: 1300px) {
    .stadion {
        flex-direction: column;
        height: auto;
    }

    .stadion_left {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .stadion_left {
        padding-left: 10%;
        padding-right: 10%;
    }

    .stadion_right {
        display: flex;
        width: 100%;
        height: 500px;
        border-radius: 0px;
        justify-content: center;
        background-color: #00000000;
    }

    .stadion_img {
        border-radius: 20px;
        width: 800px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    }
}

@media screen and (max-width: 850px) {
    .stadion_left h2 {
        font-size: 40px;
    }

    .stadion_left p {
        font-size: 18px;
    }

    .stadion_img {
        border-radius: 20px;
        width: 80%;
        height: 400px;
    }

    .stadion_right {
        height: 400px;
    }
}

@media screen and (max-width: 550px) {
    .stadion_left h2 {
        font-size: 40px;
    }

    .stadion_left p {
        font-size: 18px;
    }

    .stadion_img {
        border-radius: 0px;
        width: 100%;
        height: 300px;
    }

    .stadion_right {
        height: 300px;
    }
}

/* responzivita sekce4*/

@media screen and (max-width: 1700px) {
    .dres_left h3 {
        font-size: 50px;
    }

    .dres_right h3 {
        font-size: 50px;
    }

    .dres_left p {
        font-size: 20px;
    }

    .dres_right p {
        font-size: 20px;
    }

    .dres_right {
        margin-left: 100px;
    }
}

@media screen and (max-width: 1450px) {
    .dres_right {
        margin-left: 0px;
        width: 40%;
        padding-top: 100px;
    }

    .dres_header h2 {
        text-align: center;
        margin-bottom: 40px;
    }

    .dres_header {
        width: 100%;
        margin-left: -50px;
    }

    .dres_middle {
        width: 50%;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
    }

    #dres1 {
        position: relative;
        display: block;
        height: 400px;
        width: auto;
        margin-right: -50px;
    }

    #dres2 {
        position: relative;
        display: block;
        margin: 0px;
        padding: 0px;
        height: 500px;
        width: auto;
        margin-right: -50px;
    }

    .dres_left {
        display: none;
    }

    .dres_left_responzive {
        display: block;
        text-align: left;
        padding-top: 0px;
        height: 200px;
    }

    .dres_right div:nth-of-type(2) {
        margin-top: 200px;
    }

    .dres_left h3 {
        font-size: 60px;
    }

    .dres_right h3 {
        font-size: 60px;
    }

    .dres_left p {
        font-size: 35px;
    }

    .dres_right p {
        font-size: 35px;
    }

}

@media screen and (max-width: 1200px) {
    .dres_left h3 {
        font-size: 40px;
    }

    .dres_right h3 {
        font-size: 40px;
    }

    .dres_left p {
        font-size: 28px;
    }

    .dres_right p {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .dres_header h2 {
        font-size: 45px;
    }

    .dres_row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dres {
        height: 1200px
    }

    .dres_middle {
        z-index: 32;
    }

    .dres_right {
        z-index: 1;
    }

    .dres_right div:nth-of-type(2) {
        margin-top: 200px;
    }

    .dres_right p {
        font-size: 20px;
    }
}

@media screen and (max-width: 720px) {
    .dres_right p {
        font-size: 18px;
    }
}

@media screen and (max-width: 650px) {
    .dres_row {
        flex-direction: column;
    }

    .dres_middle {
        width: 70%;
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        filter: drop-shadow(0px 20px 20px rgb(24, 20, 12));
    }

    #dres1,
    #dres2 {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: auto;
        user-select: none;
    }

    #dres2 {
        margin-top: 150px;
        margin-left: 100px;
        z-index: 10;
    }

    .dres_left_responzive {
        display: none;
    }

    .dres_right div:nth-of-type(2) {
        display: none;
    }

    .dres_mobile_responzive {
        display: block;
        text-align: center;
        padding-top: 0px;
        height: 200px;
    }

    .dres_right {
        padding: 0;
        width: 80%;
    }

    .dres {
        height: 1000px;
    }

    .dres_header h2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .dres_right h3 {
        font-size: 32px;
    }

    .dres_middle {
        height: 500px;
    }

    .dres {
        height: 900px;
    }

    #dres2 {
        margin-top: 100px;
        margin-left: 80px;
    }
}

@media screen and (max-width: 390px) {
    .dres_middle {
        height: 400px;
    }

    .dres_header h2 {
        font-size: 35px;
    }

    .dres_right h3 {
        font-size: 28px;
    }

    .dres {
        height: 800px;
    }

    .dres_right {
        width: 100%;
    }
}

/* responzivita sekce5*/

@media screen and (max-width: 1440px) {
    .sestava_header h2 {
        font-size: 40px;
    }

    .sestava_header p {
        font-size: 12px;
    }

    .sestava_selektor label {
        font-size: 25px;
    }

    .sestava_selektor {
        max-width: 500px;
    }
}

@media screen and (max-width: 1240px) {
    .sestava_header h2 {
        font-size: 30px;
    }

    .sestava_selektor {
        max-width: 400px;
    }
}

@media screen and (max-width: 1200px) {
    .sestava {
        flex-direction: column;
    }

    .sestava_right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
    }

    .sestava_selektor {
        margin: 0;
        display: flex;
        flex-direction: row;
        max-width: 69%;
        justify-content: center;
        align-items: center;
        flex: 1;
        margin: auto;
    }

    .sestava_left {
        width: 100%;
        text-align: center;
        height: auto;
    }
}

@media screen and (max-width: 800px) {
    .hokejSestavaContainer {
        width: 100%;
    }

    .hokejSestavaBack {
        width: 100%;
        height: auto;
    }

    .player {
        width: 21%;
        height: 24%;
        min-width: 100px;
        min-height: 100px;
    }
}

@media screen and (max-width: 800px) {
    .sestava_header h2 {
        font-size: 20px;
    }

    .sestava_header p {
        font-size: 10px;
    }

    .sestava_selektor label {
        font-size: 15px;
    }

    .sestava {
        min-height: auto;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 440px) {
    .sestava_header h2 {
        font-size: 20px;
    }

    .sestava_header p {
        font-size: 10px;
    }

    .sestava_selektor label {
        font-size: 15px;
        padding: 10px;
    }
}

@media screen and (max-width: 400px) {
    .player {
        min-width: 80px;
        min-height: 80px;
    }
}

@media screen and (max-width: 350px) {
    .sestava_selektor label {
        font-size: 14px;
        padding: 6px;
    }
}

/* responzivita sekce6*/

@media screen and (max-width: 950px) {
    .teamPin {
        width: 55px;
        height: auto;
    }
}

@media screen and (max-width: 850px) {
    .teamPin {
        width: 50px;
        height: auto;
    }

    .trinec span {
        transform: translateX(-70%);
    }

    .vitkovice span {
        transform: translateX(-58%);
    }

    .vary span {
        transform: translateX(0%);
    }
}

@media screen and (max-width: 750px) {
    .teamPin {
        width: 45px;
        height: auto;
    }
}

@media screen and (max-width: 650px) {
    .teamPin {
        width: 40px;
        height: auto;
    }
}

@media screen and (max-width: 550px) {
    .teamPin {
        width: 35px;
        height: auto;
    }

    .pin:hover {
        transform: scale(1.3) translate(-50%, -150%);
    }

    @media screen and (max-width: 450px) {
        .teamPin {
            width: 30px;
            height: auto;
        }

        .mapHeader h2 {
            font-size: 35px;
        }
    }
}

@media screen and (max-width: 350px) {
    .teamPin {
        width: 25px;
        height: auto;
    }
}

@media screen and (max-width: 440px) {
    .sestava_header h2 {
        font-size: 20px;
    }

    .sestava_header p {
        font-size: 10px;
    }

    .sestava_selektor label {
        font-size: 15px;
        padding: 10px;
    }

    .sestava_selektor {
        max-width: 95%;
    }
}