main.prac_mista{
    min-height: 70%;
}

/*nadpisy*/
main.prac_mista > h2{
    color: #8FAE23;
    transform: translateX(-10%);
    padding-top: 50px;
} 
main.prac_mista > h2::after{
    background-color: #DAE4B9;
}
main.prac_mista div > h2{
    color: #000; 
    transform: translateX(0%);
    padding-top: 50px;
    margin-top: -120px;
}
main.prac_mista div > h2::after{
    background-color: #878b8d;
}

/*mapa*/
.mapa{
    width: 850px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    background: url("../images/mapa-cr1.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    filter: hue-rotate(330deg);
}
.mapa > div{   
    position: absolute;
    z-index: 2000;
}
.mapa a{
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-size: 0.8em;
    text-align: center;
}
.mapa a img{
    z-index: 200;
    display: none;
    position: absolute;
    max-width: none!important;
}
.mapa a img.selected{
    display: block;
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
}
.mapa a:hover img{
    display: block;
}

/*kraje*/
#praha{
    height: 50px;
    width: 60px;
    top: 190px;
    left: 270px;
    z-index: 300;
}
#praha img{
    height: 44px;
    top: 0px;
    left: 2px;
    z-index: 300;
}
#moravskoslezsky{
    height: 239px;
    width: 105px;
    top: 191px;
    left: 692px;
    transform: rotate(127deg);
}
#moravskoslezsky img{
    height: 188px;
    top: 45px;
    left: -49px;
    transform: rotate(-127deg);   
}
#plzensky{
    height: 180px;
    width: 146px;
    top: 210px;
    left: 40px;
}
#plzensky img{
    height: 225px;
    top: -27px;
    left: -3px;    
}
#jihomoravsky{
    height: 160px;
    width: 110px;
    top: 350px;
    left: 500px;  
}
#jihomoravsky img{
    height: 199.5px;
    top: -25px;
    left: -96px;
}

/*form - seznam kraju*/
form.seznam-kraju{
    display: none;
}
form.seznam-kraju select{
    padding: 10px;
    border: 2px solid;
    border-radius: 15px;
    font-size: 18px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
form.seznam-kraju .button{
    height: 45px;
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    display: block;
}
  
/*vypis pozic*/
a.vypis-odkaz{
    display: block;
    padding: 10px;  
    text-decoration: none;
    color: #205c12;
    font-size: 18px;
    transition: 0.3s;
    font-weight: 700;
}
a.vypis-odkaz:last-child{
    margin-bottom: 80px;
}
a.vypis-odkaz:hover{
    text-decoration: underline;
    color: #205c12;
}

    

@media (max-width: 1200px){
    form.seznam-kraju{
        display: block;
    }
    .mapa{
        display: none;
    }
    
    /*nadpisy*/
    main.prac_mista > h2{
        transform: translateX(0%);
        margin-bottom: 50px;
    }
    main.prac_mista div > h2{
        margin-top: 0;
        margin-bottom: 50px;
    }
}
@media (max-width: 768px){
    main.prac_mista a.vypis-odkaz{
        font-size: 15px;
    }
}
