﻿.ZadavaciFormular
{
    border: 1px solid #808080;
    padding: 5pt;
    background-color: White;    
}
.VybranaPolozka
{
    background-color: #E1E1E1;
    color: #333333;
}
.obrazekNahled
{
    border: 2px solid white;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}
.obrazekVelky
{
    background-color: Gray;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    margin-left: -300px;
    left: 50%;
    top: 50%;
    margin-top: -200px;
}

@media screen and (max-width: 1182px) {
    .navbar {
        display: flex !important;
        flex-direction: column !important;
    }

    a.navbar-brand {
        margin: 0 !important;
    }

    .navbar-collapse ul {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 1107px) {
    /*.navbar-collapse {
        flex-direction: column!important;
    }*/

    .navbar-collapse ul {
        margin-left: 0px !important;
    }
}


@media screen and (max-width: 942px) {
    .navbar-link a.nav-link {
        padding: 10px 15px !important;
    }
}

@media screen and (max-width: 992px) {
    /*.navbar-link a.nav-link {
        padding: 10px 15px !important;
    }*/
    .header-section h2 {
        font-size: 2rem !important;
    }

    #navigation a {
        padding: 10px 10px !important;
        font-size: 17px !important;
    }

    .carousel {
        height: 50vh !important;
    }
}

@media screen and (max-width: 768px) {
    /*.header-section, #ct100_pnHeader {
        background-position-y: -200px !important;
    }*/
}

@media screen and (max-width: 767px) {
    #navigation {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    div#column_l {
        border-right: none !important;
        border-bottom: 1px solid #0081B9 !important;
    }

    #navigation a {
    }

    div.ZadavaciFormula {
        width: 70% !important;
    }

    .carousel-inner h2 {
        font-size: 1.5rem !important;
    }

    #column_r, #column_l {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 729px) {
    div#column_l {
        border: none !important;
    }

    .col-md-9 {
        border: none !important;
    }
}

@media screen and (max-width: 726px) {
    #navigation a {
        padding: 10px 0px !important;
    }
}

@media screen and (max-width: 720px) {
    .carousel {
        height: 100% !important;
    }
}

@media screen and (max-width: 420px) {
    .header-section, #ct100_pnHeader {
        height: 35vh !important;
        /*background-position-y: -150px !important;*/
    }

        .header-section h2 {
            font-size: 2rem !important;
        }
}

/*@media screen and (max-width: 350px) {
    nav#navigation, .navbar {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;

    }
}*/

@media screen and (max-width: 320px) {
    /*.header-section, #ct100_pnHeader {
        background-position-y: -50px !important;
    }*/

    nav#navigation {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
        padding: 20px 10px!important;
    }
}

@media screen and (max-height: 500px) {
    .header-section {
        background-position-y: -50px !important;
        height: 60vh !important;
    }
}





