:root {
  --velikost-textu: 20px;
  --velikost-textu-h1: 35px;
  --velikost-textu-h2: 22px;
  --velikost-textu-h3: 20px;
  --velikost-textu-ikona: 45px;
}


@font-face {
  font-family: 'Minya Nouvelle';
  src: url('fonts/Minya_Nouvelle_Rg.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Minya Nouvelle';
  src: url('fonts/Minya_Nouvelle_It.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Minya Nouvelle';
  src: url('fonts/Minya_Nouvelle_Bd.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Minya Nouvelle';
  src: url('fonts/Minya_Nouvelle_Bd_It.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}







*{
    box-sizing: border-box;
    font-family: 'Minya Nouvelle', serif;
    font-size: var(--velikost-textu);
    color: #000000;
}

a{
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
}

a:hover{
    color: #323232;
}

h1 {
  display: inline-block;
  font-size: var(--velikost-textu-h1);
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  display: inline-block;
  font-size: var(--velikost-textu-h2);
  font-weight: bold;
  text-transform: uppercase;
}

h3 {
  display: inline-block;
  font-size: var(--velikost-textu-h3);
  font-weight: bold;
}


img.logo{
    height: 150px;
    width:auto;
}

img.logo_felix{
    height: 70px;
    width:auto;
    float: right;
    margin-top: 40px;
}

.hlavni_obsah{
    max-width: 1200px;
    width:100%;
    padding: 10px;
    margin: 0 auto;
    box-sizing: border-box;
}



.box{
    width: 100%;
    min-height: 150px;
    border: 2px solid black;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.zelena_bg{
    background-color: #d4edda;
}

.zluta_bg{
    background-color: #fff3cd;
}

.modra_bg{
    background-color: #d1ecf1;
}

a.zpet{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #ff7777;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
    font-size: var(--velikost-textu);
}

span.ikona{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: black;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
    font-size: var(--velikost-textu-ikona);
}

span.ikona.cervena{
    color: #ff7777;
}
span.ikona.zelena{
    color: #62d762;
}
span.ikona.modra{
    color: #7dbcff;
}
span.ikona.zluta{
    color: #fefe88;
}
span.ikona.fialova{
    color: #cf9cff;
}
span.ikona.oranzova{
    color: #ffb347;
}
span.ikona.seda{
    color: #c0c0c0;
}
span.ikona.cerna{
    color: #000000;
}
span.ikona.ruzova{
    color: #ff99cc;
}
span.ikona.hneda{
    color: #b5651d;
}


.dodavatel{
    background-image: url('images/pruh_dodavatel.png');
    background-repeat: no-repeat;     /* nekopírovat */
    background-position: left center; /* vlevo a svisle na střed */
    background-size: 70px auto;            /* velikost obrázku beze změny */
    padding-left: 80px;
}

.dopravce{
    background-image: url('images/pruh_dopravce.png');
    background-repeat: no-repeat;     /* nekopírovat */
    background-position: left center; /* vlevo a svisle na střed */
    background-size: 70px auto;            /* velikost obrázku beze změny */
    padding-left: 80px;
}

.ridic{
    background-image: url('images/pruh_ridic.png');
    background-repeat: no-repeat;     /* nekopírovat */
    background-position: left center; /* vlevo a svisle na střed */
    background-size: 70px auto;            /* velikost obrázku beze změny */
    padding-left: 80px;
}

.manualy{
    background-image: url('images/pruh_manualy.jpg');
    background-repeat: no-repeat;     /* nekopírovat */
    background-position: left center; /* vlevo a svisle na střed */
    background-size: 70px auto;            /* velikost obrázku beze změny */
    padding-left: 80px;
}

.faq{
    background-image: url('images/pruh_faq.jpg');
    background-repeat: no-repeat;     /* nekopírovat */
    background-position: left center; /* vlevo a svisle na střed */
    background-size: 70px auto;            /* velikost obrázku beze změny */
    padding-left: 80px;
}


img.logo_float_box{
    width: 140px;
    height: auto;
    float: right;
    margin: 5px;
}

iframe.youtube{
    margin-left: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
}



.footer, .footer a{
    width:100%;
    font-size: var(--velikost-textu);
    text-align: center;
    font-weight: bold ;
    box-sizing: border-box;
}

.vytvoril, .vytvoril a{
    width:100%;
    font-size: 10px;
    text-align: center;
    box-sizing: border-box;
}

img.logo_frachtgo_mobile_app{
    height:90px;
    width:auto;
    float:left;
    margin-right: 20px;;
}
img.logo_appstore{
    height:60px;
    width:auto;
    display: inline-block;
    margin-right: 10px;
}
img.logo_appstore:hover{
    scale:1.05;
}


/* mobily */
@media screen and (max-width: 600px) {


    img.logo{
        height: 80px;
    }

    img.logo_felix{
        height: 40px;
    }

    img.logo_float_box{
        width: 80px;
    }

    iframe.youtube{
        margin-left: 0;
        margin-right: 0;
        width:100% !important;
    }

    img.logo_appstore{
        height:40px;
    }

    img.logo_frachtgo_mobile_app{
        height: 50px;
        float: right;
        margin-right: 0;
        margin-left: 20px;
    }




}