*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(60, 60, 60);
}



.header{
    width: 100%;
    height: 650px;
    background-color: rgb(52, 52, 52);
}
.menuwrapper{
    width: 100%;
    z-index: 999;
    

    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.top{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: transparent;
    color: white;
}

.top .menu li{
    color: white;
}

.not-top{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;

    color: black;
    background-color: white;

    box-shadow: 0px -10px 30px black;

    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.not-top:hover{
    height: 80px;
}



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

.top .logo{
    width: 200px;
    height: 100%;
    margin-left: 50px;
    position: absolute;
    left: 0;
    top: 0;

    

     transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

    background-image: url(img/VirtuPRO_white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.not-top .logo{
    width: 200px;
    height: 100%;
    margin-left: 50px;
    position: absolute;
    left: 0;
    top: 0;

     transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

    background-image: url(img/VirtuPRO_black.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}


.menu{
    width: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    font-weight: 400;
}

.menu li{
    width: auto;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

li:hover{
    text-decoration: underline;
    text-decoration-color: #38B6FF;
}

/* LANGUAGE SELECTOR */

#lang{
    height: 100%;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

#lang #eng, #lang #cz{
    height: 25px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#mobilelang{
    height: 100%;
    width: 70px;
}

#mobilelang #eng, #mobilelang #cz{
    height: 30px;
    width: 45px;
    background-repeat: no-repeat;
    background-size: contain;
}

#eng{
    background-image: url(img/eng-nag.png);
}

#cz{
    background-image: url(img/cz-lang.png);
}


/* END - LANGUAGE SELECTOR */



.overlay{
    width: 100%;
    height: 650px;
    background-color: black;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}

.headertext{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    padding: 0 200px;
    padding-top: 150px;
    
    z-index: 50;
}

.headertext h1{
    width: 90%;
    font-size: 70px;
    color: white;
}

.modra{
    color: #38B6FF;
}

.section{
    width: 100%;
    min-height: 300px;
    height: auto;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section h2{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 50px;
}

.section h3{
    color: #38B6FF;
    text-align: center;
    font-size: 70px;
    margin-bottom: 20px;
}

.section p{
    margin-bottom: 20px;
    font-size: 18px;
}

.left{

    
    background-color: #38B6FF;
    padding: 20px;
    height: 400px;
}

.unikatni{
    background-color: lightgray;
}



.right{
 padding: 20px 0;
}

.left, .right{
    width: 40%;
    
    margin-bottom: 50px;
}

.full{
    width: 80%;
    height: auto;
}

.coumime{
    
}

.prubeh{
    
}

.prubeh ol{
    margin-left: 40px;
}

ol li{
    font-weight: bold;
    font-size: 20px;
}

ol li:hover{
    text-decoration: none;
}

.left li{
    margin-left: 40px;
}

.left ul li{
    text-decoration: none;
}

.left h3{
    text-align: left;
    font-size: 30px;
    margin-bottom: 20px;
    color: white;
}

.unikatni h3{
    color: #606060;
}

.rightimg{
    height: 400px;
    width: 40%;
    background-image: url(img/auto.jpg);
    background-repeat: no-repeat;
    background-position: contain;
    background-size: cover;
}


.cena{
    background-color: #e4e4e4;
}

.kontakt{
    background-color: #e4e4e4;
}

.footer{
    background-color: #38B6FF;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    color: white;
}

.footer span{
    color: white;
}

.menu a{
    text-decoration: none;
    color: inherit;
}

.kontakt .left{
    background-color: transparent;
}

.cena li{
    margin-left: 30px;
    text-decoration: none;
}



.kontakt .full p{
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.showcase{
    width: 100%;
    display: flex;
    height: 300px;
    justify-content: space-between;
    align-items: center;
}

.showcase img{
    width: 20%;
    height: auto;
}

.rightbottom{
    display: none;
}

.righttop{
    display: flex;
}

#nav-icon{
    display: none;
}

.mobilemenu{
    display: none;
}

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

    #lang{
        display: none;
    }

    .menu{
        display: none;
    }

    .headertext{
        padding: 0;
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
        
    }
    .headertext h1{
        font-size: 10vw;
    }

    .overlay{
        height: 650px;
    }

    .header{
        height: 650px;
    }

    .left, .right{
        width: 100%;
        height: auto;
    }

    .rightbottom{
        display: flex;
    }

    .righttop{
        display: none;
    }

    .rightimg{
        height: 400px;
        background-size: cover;
        background-position: inherit;
        background-position: right;
    }

    .showcase{
        flex-wrap: wrap;
        height: auto;
    }

    .showcase img {
        width: 40%;
    }

    .kontakt .full p{
        font-size: 20px;
    }

    

    .section{
        padding: 30px 0;
    }


    

    #nav-icon2{
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1111;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }

    /* Icon 2 */



    #nav-icon2 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }

    #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
    }

    #nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
    }

    #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
    }

    #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 12px;
    }

    #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 24px;
    }

    #nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }

    #nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

    #nav-icon2.open span:nth-child(1) {
    left: 4px;
    top: 10px;
    }

    #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 10px;
    }

    #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
    }

    #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
    }

    #nav-icon2.open span:nth-child(5) {
    left: 4px;
    top: 22px;
    }

    #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 22px;
    }

    .mobilemenu{
        display: block;
        top: 70px;
        left: -100%;
        background-color: white;
        width: 100%;
        height: calc(100vh - 80px);
        z-index: 888;
        padding-top: 20px;
        position: fixed;
        transition: all ease-in-out 0.5s;
    }

    .mobilemenu.active{
        left: 0;
    }

    .mobilemenu ul{
        width: 100%;
        list-style: none;
    }

    .mobilemenu li{
        padding: 15px 15px;
        font-size: 23px;
        border-bottom: #3D3D3D solid 1px;
        color: #3D3D3D;
        text-decoration: none;
    }

    .mobilemenu a{
        text-decoration: none;
    }

    /*
    .mobilemenu ul a:last-child li{
        background-color: #FF493E;
        color: white;
    }
    */

    #nav-icon2.m-top span{
        background: white;
    }

    #nav-icon2.m-top.open span{
        background: #3D3D3D;
    }

    #nav-icon2.m-top.open .top{
        background-color: white;
    }

    #nav-icon2.m-not-top span{
        background: #3D3D3D;
    }

    .topbg{
        background-color: white;
    }

    .topbg .logo{
    width: 200px;
    height: 100%;
    margin-left: 50px;
    position: absolute;
    left: 0;
    top: 0;

     transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

    background-image: url(img/VirtuPRO_black.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
}