﻿* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}







/*footer{
    color: #FFFFFF;
    background-color: #212121;
    padding: 15px 10px;
    
}

.kontaktfooter {
    text-align: center;
    font-size: 42px;
}

.textf {
    font-size: 16px;
}

.nazev {
    font-weight: 800;
}

.doba {
}

.horomapa {
    float: right;*/ /* Umístění napravo */
    /*margin-left: 20px;*/ /* Přidává mezeru mezi textem a mapou */
    /*margin-top: -370px;
}

.jincemapa {
    float: right;*/ /* Umístění napravo */
    /*margin-left: 20px;*/ /* Přidává mezeru mezi textem a mapou */
    /*margin-top: -80px;
}


@media (max-width: 850px) {
    .horomapa, .jincemapa {
        float: none;
        display: block;
        margin: 10px auto;*/ /* Zarovnání na střed pro menší obrazovky */
    /*}
}


.autonavf {
    margin: 20px 20px 20px 0px;
    padding: 7px;
    text-decoration: none;
    border: 2px solid orange;
    border-radius: 10px;
    background-color: orange;
    font-size: 20px;
    font-weight: 600;
    color: white;
    display: inline-block;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    width: 60px;
    transition: width 0.5s ease;
}

    .autonavf:hover {
        color: orange;
        background-color: white;
        width: 320px;
    }

.car {
    font-size: 30px;
    position: relative;
    top: -5px;
}*/


































footer {
    color: #FFFFFF;
    background-color: #212121;
    padding: 15px 10px;
    margin-bottom: 100px;
    
}

.kontaktfooter {
    text-align: center;
    font-size: 50px;
}

.nazev {
    font-weight: 800;
    font-size: 35px
}


.textf {
    font-size: 18px;
    margin-left:15px;
}

.doba {
    line-height:1.3;
}

.mapabox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 35vw;
    margin-left: 20px;
    float: right;
}



.horomapa {
    float: right;  /*Umístění napravo*/ 
    margin-left: 20px;  /*Přidává mezeru mezi textem a mapou */
    margin-top: -400px;
}

.velmaph {
/*    width: 35vw;
    height: 23vw;*/
    width: 400px;
    height: 400px;
}

.jincemapa {
    float: right;  /*Umístění napravo*/ 
    margin-left: 20px;  /*Přidává mezeru mezi textem a mapou*/ 
    margin-top: -400px;
}

.autonavf {
    float: right;
    margin: 20px 20px 20px 0px;
    padding: 7px;
    text-decoration: none;
    border: 2px solid orange;
    border-radius: 10px;
    background-color: orange;
    font-size: 20px;
    font-weight: 600;
    color: white;
    display: inline-block;
    align-items: center;
    width: 255px;
/*        overflow: hidden;
    white-space: nowrap;
    width: 60px;
    transition: width 0.5s ease;*/
}




.car {
    font-size: 30px;
    position: relative;
    top: -5px;
}



@media (max-width: 1186px) {

/*    .mapabox {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 35vw;
        margin-left: 20px;
        float: left;
    }*/


    .horomapa, .jincemapa {
        float: none;
        display: block;
        margin: 10px auto;  /*Zarovnání na střed pro menší obrazovky */
    }

    .velmaph {
        width: 400px;
        height: 360px;
    }

    .autonavf {
        float: left;
        margin: 20px 20px 20px 0px;
        padding: 7px;
        text-decoration: none;
        border: 2px solid orange;
        border-radius: 10px;
        background-color: orange;
        font-size: 20px;
        font-weight: 600;
        color: white;
        display: inline-block;
        align-items: center;
        width: 255px;
/*            overflow: hidden;
    white-space: nowrap;
    width: 60px;
    transition: width 0.5s ease;*/
    }

    .mapabox {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        width: 300px;
        margin-left: 10px;
        float: none;
    }
}








@media (max-width: 800px) {
    .horomapa, .jincemapa {
        float: none;
        display: block;
        margin-top:0px;
        margin: 10px auto; /*Zarovnání na střed pro menší obrazovky */
    }

    .velmaph {
        width: 55vw;
        height: 360px;
    }

    footer {
        color: #FFFFFF;
        background-color: #212121;
        padding: 15px 10px;
    }


    .kontaktfooter {
        text-align: center;
        font-size: 24px;
    }

    .nazev {
        font-weight: 800;
        font-size: 14px
    }


    .textf {
        font-size: 12px;
    }





    .doba {
    }

    .autonavf {
        margin: 10px 20px 10px 0px;
        padding: 7px;
        text-decoration: none;
        border: 2px solid orange;
        border-radius: 10px;
        background-color: orange;
        font-size: 20px;
        font-weight: 600;
        color: white;
        display: block;
        align-items: center;
        overflow: hidden;
        white-space: nowrap;
        width: 320px;
        overflow: hidden;
        white-space: nowrap;
        width: 60px;
        transition: width 0.5s ease;
    }



    .car {
        font-size: 30px;
        position: static;
        top: -5px;
    }

    .mapabox {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        width: 300px;
        margin-left: 10px;
        float: none;
    }
}




.autonavf:hover {
    
    background-color: white;
    color:orange;
    
}




