/*FONTY*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*______*/


/*NADPISY*/

.nadpis_A{
    position:relative;
    width: max-content;
    text-align: center;
    top: 140px;

    left: 50%;
    transform:translateX(-50%);

    font-family: 'Rubik', sans-serif;
    font-weight:bold;
    font-size:35px; 
    color:rgb(95, 105, 221);
}

.nadpis_B{
    position:relative;
    width: 100%;
    text-align: center;
    top: 120px;
    margin-top:90px;
    margin-bottom: 15px;

    font-family: 'Rubik', sans-serif;
    font-weight:bold;
    font-size:18px; 
    color:rgb(0, 0, 0);
}

/*_________*/

/*HLAVNÍ STRÁNKA*/

#pozadi_hl_stranky{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-image: url(index/grafika/pozadi.png);
    background-position: center center;
    background-repeat: no-repeat;    
    background-attachment: fixed;
    background-size: cover;
    background-color: #516bff;
    z-index: -1;
}

#hl_stranka_logo{
    position: absolute;
    width: 100%;
    height:400px;
    left: 0px;
    top: 60px;
    background-image: url(index/grafika/logo_hl.png);
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;    
    background-size:400px auto;
}

#text_uvod_container{
    position:relative;
    top:380px;
    left: 0px;
    width: 36%;
    font-family: 'Rubik', sans-serif;
    font-size:20px;
    font-weight: 100;
    color:white;
    margin-left: 32%;
    text-align: center;
    z-index: 200;
    width: max;
}

/*______________*/

/*HORNÍ LIŠTA*/

#logo_male{
    position:relative;
    left:0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width:100px;
    margin-left: 18%;
}

.horni_lista{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:70px;
    background-color: transparent;
}

.horni_lista a{
    color:white;
    text-decoration:none;
}   

.vyplnena{
    background-color: rgb(96, 107, 223);
}

.polozka_nav{
    position:relative;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size:15px; 
    color:white;  
    margin-right:40px;
    right: 18%;
    float: right;
    top: 50%;
    padding-bottom: 5px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.polozka_nav:hover{
    padding-bottom: 3px;
    border-bottom: 2px solid white;
}

.nepodtrhavat:hover{
    padding-bottom: 5px;
    border-bottom: 0px solid white;
}

.polozka_vybrana{
    border-bottom: 2px solid white;
}

.polozka_vybrana:hover{
    padding-bottom: 5px;
}

#ham_menu_tl{
    display: none;
    background-color:transparent;
    width:55px;
    height:50px;
    border:0px solid black;
    border-radius: 6px;

    position:relative;
    margin-right:40px;
    right: 18%;
    float: right;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#ham_menu_tl:hover{
    cursor: pointer;
}

#ham_menu_tl:checked{
    border: 0px solid black;
}

#ham_menu_tl img{
    width:100%;
    height:90%;
}

#ham_menu{
    display:none;
    position:absolute;
    width: 120px;
    left: 82%;
    margin-left: -35px;
    top: 20px;
    background-color: rgb(87, 96, 207);
    border-radius: 0px 10px 10px 10px;
    overflow: hidden;
    height:0px;
}

#ham_menu a{
    color:white;
    text-decoration:none;
}

.login{
    top:180px;
    left:20px;
}

.polozka_nav_ham{
    position:absolute;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size:15px; 
    color:white;  
    float: left;
    margin-top: 0px;
    padding:10px;
    z-index: 3;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*_____________*/

/*FOOTER*/

.footer_container{
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    height:60px;
    width:30%;
    margin-left:35%;
}

.footer_text{
    position:relative;
    top: 26px;
    margin-top:-15px;
    font-family: 'Rubik', sans-serif;
    font-size:16px;
    color:white;
    font-weight: 100;
}

.zvyraznene{
    font-weight: 700;
}

.footer_white{
    color: white;
}

.footer_black{
    color: black;
}

.cara_white{
    border-top: 3px solid white;
}

.cara_black{
    border-top: 3px solid black;
}

.footer_container_pod_daty{
    position: relative;
    top: 200px;
}

.pod_daty_niz{
    position: relative;
    top: 650px;
    margin-top: 80px;
}

/*________*/

/*CENÍK*/

.cenik_table{
    position: relative;
    position:relative;
    width: auto;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    
    font-size:18px; 
    top: 140px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-collapse:separate; 
    border-spacing: 20px 0px;
}

.cenik_info{
    font-weight:100;
    text-align: left;
}

.cenik_cena{
    font-weight:bold;
    color:rgb(95, 105, 221);
    text-align: right;
}

.studenti_info{
    position:relative;
    top: 250px;
    margin-top:-15px;
    font-family: 'Rubik', sans-serif;
    font-size:16px;
    color:rgb(95, 105, 221);
    text-align: center;
}

/*________*/

/*NÁŠ TÝM*/

.foto_tym{
    position:relative;
    width:200px;
    left:50%;
    margin-left:-100px;
    top:150px;
}

.nadpis_jmeno{
    margin-top:50px;
}

.info_tym{
    position:relative;
    width: 100%;
    text-align: center;
    top: 120px;
    margin-bottom:-15px;

    font-family: 'Rubik', sans-serif;
    font-weight:400;
    font-size:18px; 
    color:rgb(0, 0, 0);
}

.info_tym_data{
    font-weight:100;
    margin-bottom:30px;
}

/*__________*/

/*KONTAKTY*/

.info_kontakty{
    position:relative;
    width: 100%;
    text-align: center;
    top: 140px;

    font-family: 'Rubik', sans-serif;
    font-weight:100;
    font-size:18px; 
    color:rgb(0, 0, 0);
}

.info_kontakty a{
    text-decoration: none;
    color:black;
}

.mapouter{
    position:relative;
    text-align:center;
    left:50%;
    top:140px;
    margin-left:-144px;
    height:195px;
    width:288px;
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:195px;
    width:288px;
}

/*__________*/

/*ROZVRH / LEKCE*/

.rozvrh_table{
    position: relative;
    position:relative;
    width: auto;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    
    font-size:20px; 
    top: 150px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-collapse:separate; 
    border-spacing: 0px 0px;
    border-style: 0px black solid;
}

.rozvrh_table td{
    padding-bottom: 7px;
    padding-top: 7px;
}

.rozvrh_table_jmeno{
    font-weight: 500;
    padding-right: 20px;
    padding-left: 9px;
}

.rozvrh_table_datum{
    text-align:right;
    font-weight: 100;
}

.rozvrh_table_cas{
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 100;
}

.rozvrh_table_zobrazit{
    font-weight: 700;
    padding-right: 9px;
}

.rozvrh_table_zobrazit a{
    text-decoration: none;
    color:rgb(95, 105, 221);
}

.rozvrh_table_container{
    position:relative;
    top: 140px; 
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width:540px; 
    height:266px;
    overflow:auto; 
}

.filtr{
    background-color: transparent;
    position: relative;
    height: 40px;
    top:250px;
    width:550px;
    left:50%;
    margin-left:-275px;
    font-family: 'Rubik', sans-serif;
    font-size: 25px;
    color: black;
}

.strankovani_container{
    position: relative;
    top:250px;
    left:50%;
    transform: translateX(-50%);
    width:max-content;
}

.strankovani{
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    position: relative;
    margin-left: 10px;
    font-weight: 100;
}

.strankovani a{
    text-decoration: none;
    color: black;
}

/*______________*/

/*INFO O LEKCI*/

.info_o_lekci{
    position: relative;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    top: 120px;
    font-size:20px;
    left: 50%;
    margin-left: -200px;
    width: max-content;
    max-width: 500px;
    font-weight: 100;
}

.zvyraznene_B{
    font-weight: 400;
}

.zapsat_se{
    font-size: 22px; 
    width:150px !important; 
    left:50% !important;
    margin-left:-75px; 
    top:120px;
}

.odkaz_zpet{
    position:relative;
    color:black;
    text-decoration:none;
    font-family: 'Rubik', sans-serif;
    font-size:20px;
    left: 50%;
    width:50px;
    top:130px;
    margin-left: -25px;
}

.info_o_kurzu{
    font-family: 'Rubik', sans-serif;
    font-size:18px;
    text-align: center;
    position:relative; 
    top:130px;
}

/*_____________*/

/*FORMULÁŘE*/

.udaje_formular{
    position: relative;
    left: 0px;
    top: 150px;
    width: 100%;
    height: 300px;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
}

.form_tab{
    position: relative;
    top: 0px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.form_tab a{
    text-decoration: none;
    color: black;
}

.popisek{
    background-color: transparent;
    position: relative;
    left: 0px;
    height: 10px;
    top: 8px;
    color: rgb(29, 29, 26);
}

.input {
    position: relative;
    background-color: white;
    border: 2px solid rgb(218, 218, 218);
    border-radius: 20px;
    left: 0px;
    width: 200px;
    height: 30px;
    margin-top: 10px;
    font-family: 'Rubik', sans-serif;
    font-size:17px;
    font-weight: 100;
    color: black;
    text-align: center;
}

.input:focus {
    outline: none;
}

.tl_odeslat{
    position: relative;
    background-color: rgb(185, 185, 185);
    border: transparent;
    left: 0px;
    width: 100%;
    height: 38px;
    margin-top: 17px;
    color: white;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
}

.tl_odeslat:hover{
    cursor: pointer;
    background: rgb(69,76,172);
    background: 
    linear-gradient(306deg,
    rgba(69,76,172,1) 0%,
    rgba(148,130,255,1) 100%);
}

.tl_smazat:hover{
    background: rgb(255,0,129);
    background: 
    linear-gradient(128deg,
     rgba(255,0,129,1) 28%,
     rgba(255,0,0,1) 100%);
}

.pc_verze{
    display: block;
}

.mobilni_verze{
    display: none;
}

#info_pro_tel{
    position: absolute;
    right: 0px;
    top:0px;
    width: 80px;
    height: 25px;
}

#info_i{
    width: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.chybova_hlaska{
    top:350px;
}

/*__________*/

/*NASTAVENÍ ÚČTU*/

.ucet_table{
    position: relative;
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
    font-family: 'Rubik', sans-serif;
    font-size: 23px;
    font-weight: 100;
    border-collapse:separate; 
    border-spacing: 20px 10px;
}

.ucet_info{
    text-align: right;
}

.polozka_seznamu{
    position:relative; 
    left: 50%;
    margin-left: -80px;
    margin-top:10px;
    top: 120px;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 400;
    width: 230px;
}

.polozka_seznamu:hover{
    color:rgb(95, 105, 221);
}

.polozka_seznamu a{
    text-decoration: none;
    color: black;
}

.polozka_seznamu a:hover{
    color:rgb(95, 105, 221);
}

.nastaveni_tabulka_nastavit{
    width: 15px;
    margin-bottom: 2px;
}

/*______________*/

@media only screen and (max-width: 1180px){
    .polozka_nav{
        display: none;
    }

    #text_uvod_container{
        width: 60%;
        margin-left: 20%;
    }

    .footer_container{
        width:40%;
        margin-left:30%;
    }

    #ham_menu_tl{
        display: block;
    }

    #ham_menu{
        display: block;
    }
    
}

@media only screen and (max-width: 720px){
    #text_uvod_container{
        width: 90%;
        margin-left: 5%;
    }

    .footer_container{
        width:100%;
        margin-left:0px;
    }

    .rozvrh_table{
        font-size:17px; 
    }

    .info_o_lekci{
        max-width: 400px;
    }

    .rozvrh_table_container{
        width: 470px;
    }
}

@media only screen and (max-width: 490px){
    #ham_menu_tl{
        right: 18%;
        margin-right: 0px;
    }

    .footer_container{
        position: relative;
        top: 400px;
    }

    .pod_daty_niz{
        top: 650px !important;
    }

    #hl_stranka_logo{
        position: absolute;
        width: 90%;
        left: 5%;
        background-size:contain;
    }

    #ham_menu{
        margin-left: -85px;
        top: 70px;
        z-index: 3;
        border-radius: 0px 0px 10px 10px;
    }

    .cenik_table{
        font-size:15px;
    }

    .rozvrh_table{
        font-size:9px;
    }

    .info_o_lekci{
        max-width: 300px;
        margin-left: -150px;
    }

    .nadpis_A{
        width: 300px;
    }

    .pc_verze{
        display: none;
    }
    
    .mobilni_verze{
        display: block;
    }

    .rozvrh_table_container{
        width: 300px;
    }

    .ucet_table{
        font-size: 15px;
    }

    .polozka_seznamu{
    transform: translateX(-25%);
    }

    .filtr{
        margin-left: -130px !important;
    }

    .chybova_hlaska{
        top:650px;
    }
}

@media only screen and (max-height: 850px){
    .footer_container{
        position: relative;
        top: 400px;
    }
}