﻿
    body {
    margin: 0;
    padding: 0;
    background-color: #ff5324;
    font-family: "Kanit", serif;
    font-size:16px;
    }
    .podklad {
    background: rgba(253, 253, 253, 1) /* Green background with 30% opacity */
    }
    .podklad_2 {
    width: 100%;
    position: absolute;
    top: 300px;
    z-index: -1;
    }
    @media (orientation: portrait) {
    .podklad_2 {
    width: 100%;
    position: absolute;
    top: 95%;
    z-index: -1;
    }
    }
    hr.cervena_teckovana {
    border-top: 1px dashed #ff5324;
    width: 100%;
    }
    hr.sekce_zelena {
    border: 1px solid #ff5324;
    /*border-radius: 3px;*/
    width: 80%;
    }
    .uvodni_soubory {
    display: block;
    position: relative;
    top:  -20px;
    left: 0px;
    }
    @media (orientation: portrait) {
    .uvodni_soubory {
    display: none;
    }
    }
    .mapa_od_guglika {
    display: block;
    }
    @media (orientation: portrait) {
    .mapa_od_guglika {
    display: none;
    }
    }
    .mapa_od_guglika_dlouha {
    display: none;
    }
    @media (orientation: portrait) {
    .mapa_od_guglika_dlouha {
    display: block;
    }
    }
    .uvodni_obrazek {
    content: none;
    }
    @media (orientation: portrait) {
    .uvodni_obrazek {
    content: url('../obrazky_hlavicka/hlavicka_mobil_20251104.jpg');
    position: relative;
    top:  -20px;
    left: 0px;
    width: 100%; /* 100% šířka obrazovky */
    margin: 0; /* Reset margin */
    padding: 0; /* Reset padding */
    }
    }
    .ikona {
    width: 15%;
    }
    .foto_v_textu {
    width: 25%;
    }
    .button1 {
    background-color: #fdfdfd; /* barva pozadí stránek */
    border: 2px solid #381A0A;
    border-radius: 8px;
    color: #381A0A;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Kanit", serif;
    font-size:0.8vw
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    }
    .button1:hover {
    background-color: #381A0A;
    color: #fdfdfd;
    }
    p {
    font-family: "Kanit", serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    color: #000000;
    font-size:1.1vw
    text-indent: 10px;
    margin-left: 5px;
    }
    @media (orientation: portrait) {
    p {
    text-align: left;
    }
    }
    a {
    color: #ff5324;
    }
    .amarante-regular {
    font-family: "Kanit", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size:2.1vw
    }
    h1 {
    font-family: "Kanit", serif;
    font-weight: 700;
    font-style: normal;
    color: #ff5324;
    font-size:2.2vw;
    letter-spacing: .1vw;
    }
    h2 {
    font-family: "Kanit", serif;
    font-weight: 400;
    font-style: normal;
    color: #ff5324;
    font-size:2.0vw;
    letter-spacing: .1vw;
    }
    h3 {
    font-family: "Kanit", serif;
    font-weight: 400;
    font-style: normal;
    color: #ff5324;
    font-size:1.9vw;
    letter-spacing: .1vw;
    }
    td {
    vertical-align: top;
    font-size:1.8vw;
    }
    /*tr:hover { background-color: #e4dccc; }*/
    .table_hlavicka {
    margin-top: 0;
    padding-left: 0;
    }
    .obrazek:hover {
    transition: all .3s linear;
    transition-delay: 3s;
    }
    /* Styly pro tlačítko nahoru */
    .scroll-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    }
    .scroll-button img {
    width: 70px; /* Šířka obrázku */
    height: 70px; /* Výška obrázku */
    border-radius: 50%; /* Zaoblené rohy */
    background-color: #fdfdfd; /* Barva pozadí */
    padding: 2px; /* Odsazení okolo obrázku */
    opacity: 0.3;
    /*transition: background-color 0.9s;*/ /* Plynulá změna barvy při najetí myší */
    }
    .scroll-button:hover img {
    background-color: #fdfdfd; /* Barva pozadí při najetí myší */
    opacity: 0.9;
    }
    .pizza_start {
    width: 90%;
    }
    .tabulka_bikocom {
    width: 85%;
    }
    .overlay {
    height: 100%; /*50px použít při použití pouze na PC verzi*/
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.75);
    overflow-x: hidden;
    transition: 0.95s;
    }
    .overlay-content {
    position: relative;
    color: #000000;
    top: 15vh;
    /*top: 170px;*/
    left: 5px;
    width: 100%;
    text-align: left;
    /*margin-top: 30px;*/
    }
    .overlay a {
    padding: 1px;
    text-decoration: none;
    font-family: "Kanit", serif;
    font-weight: 700;
    font-style: normal;
    font-size:4.5vw;
    color: #000000;
    display: block;
    transition: 0.9s;
    }
    .overlay a:hover, .overlay a:focus {
    color: #b10503;
    background-color: #fdfdfd;
    text-decoration: none;
    }
    .overlay .closebtn {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 12.7vw;
    }
    @media screen and (max-height: 450px) {
    .overlay a {
    font-size: 8.7vw;
    }
    .overlay .closebtn {
    font-size: 8.7vw;
    top: 0;
    left: 10px;
    }
    }
    .paticka {
    position: relative;
    bottom: 0px;
    width: 100%;
    }
    .zavoz {
    display: block;
    }
    @media (orientation: portrait) {
    .zavoz {
    display: none;
    }
    }
    .zavoz_mobil {
    display: none;
    }
    @media (orientation: portrait) {
    .zavoz_mobil {
    display: block;
    }
    }

    .ovladaci_prvky {
    display: none;
    }
    @media (orientation: portrait) {
    .ovladaci_prvky {
    content: '<a href="#o_nas">Od&nbsp;nás&nbsp;u&nbsp;vás&nbsp;</a><small><small>&nbsp;</small></small><a href="#catering">Catering&nbsp;</a><small><small>&nbsp;</small></small><a href="#rychly_formular">Online<br />objednávka&nbsp;</a><small><small>&nbsp;</small></small><a href="#aktualni_katalog">Co&nbsp;umíme&nbsp;</a><small><small>&nbsp;</small></small><a href="#kontakty">Kontakty&nbsp;</a><small><small>&nbsp;</small></small>';
    }
    }

    .hambac {
    display: none; /* Skryjeme menu na větších zařízeních */
    }
    @media (orientation: portrait) {
    .hambac {
    display: block; /* Zobrazíme menu na mobilních zařízeních */
    position: fixed;
    top: 20px;
    left: 45px;
    font-size:5.7vw;
    color: #fdfdfd;
    text-shadow: 0px 3px #381A0A;
    opacity: .8;
    z-index: 25;
    }
    }
    @media (orientation: portrait) {
    .button1 {
     font-size:3.6vw;
     }
    .amarante-regular {
    font-size:5.4vw;
    }
    p {
    font-size:5.4vw;
    }
    h1 {
    font-size:6.6vw;
    }
    h2 { font-size:6.0vw;
    }
    h3 { font-size:5.7vw;
    }
    .scroll-button {
    bottom: 15px; right: 5px;
    }
    .scroll-button img {
    width: 60px; height: 70px;
    }
    /*.scroll-button img { width: 20vh; }*/
     td {
     font-size:5.4vw;
     }
    .ikona {
    width: 45%;
    }
    .foto_v_textu {
    width: 100%;
    }
    .pizza_start {
    width: 100%;
    }
    .tabulka_bikocom {
    width: 96%;
    }
    }
    .topleft {
    position: absolute;
    top:  5px;
    left: 0px;
    }
    .lista {
    font-size: 1.5vw;
    color: #000000;
    text-align: right;
    font-family: "Kanit", serif;
    font-weight: 700;
    }
    .pauza {
    font-size: 1.5vw;
    color: #000000;
    text-align: right;
    font-family: "Kanit", serif;
    font-weight: 100;
    }
    .lista a {
    color: #000000;
    }
    .lista a:hover {
    color: #fdfdfd;
    }
    .siroka_lista {
    font-size: 6vh;
    color: #ffffff;
    text-align: left;
    font-family: "Kanit", serif;
    letter-spacing: .2vw;
    font-weight: 700;
    }
    .siroka_lista_2 {
    font-size: 2vw;
    color: #ffffff;
    text-align: left;
    font-family: "Kanit", serif;
    letter-spacing: .2vw;
    font-weight: 700;
    }
    .text_form {
       font-size: 1.6vw;
       color: #000000;
       text-align: left;
       vertical-align: bottom;
       font-family: 'Kanit', sans-serif;
       font-weight: 200;
                 }

       .captcha {
       font-size: 1.6vw;
       color: #000000;
       text-align: center;
       vertical-align: bottom;
       font-family: 'Kanit', sans-serif;
       font-weight: 400;
                 }
      input[type="radio"] {
	  appearance: none;
	  width: 2vw;
	  height: 2vw;
	  border: 2px solid #000000;
      background: #fdfdfd;
	  border-radius: 50%;
	  background-clip: content-box;
	  padding: 3px;
                          }

      input[type="checkbox"] {
	  width: 2vw;
	  height: 2vw;
	  border: 2px solid #000000;
      background: #fdfdfd;
	  border-radius: 8px;
	  background-clip: content-box;
	  padding: 3px;
                          }

      @media (orientation: portrait){
      .captcha {
       font-size: 24px;
       color: #000000;
       text-align: center;
       vertical-align: bottom;
       font-family: 'Kanit', sans-serif;
       font-weight: 400;
                 }
      input[type="radio"] {
	  appearance: none;
	  width: 32px;
	  height: 32px;
	  border: 2px solid #000000;
      background: #fdfdfd;
	  border-radius: 50%;
	  background-clip: content-box;
	  padding: 3px;
                          }
      input[type="checkbox"] {
	  width: 32px;
	  height: 32px;
	  border: 2px solid #000000;
      background: #fdfdfd;
	  border-radius: 8px;
	  background-clip: content-box;
	  padding: 3px;
                          }
                          }

      input[type="radio"]:checked {
	  background-color: #000000;
                                  }

      input[type=text], select{
      width: 100%;
      padding: 12px;
      border: 1px solid #000000;
      border-radius: 8px;
      resize: vertical;
      background: #fdfdfd;
      color: #000000;
      font-size: 1vw;
      text-align: left;
      font-family: "Kanit", sherif;
      font-weight: 400;
                 }

      @media (orientation: portrait) {
      input[type=text], select{
      font-size: 16px;
                 }
      }

      textarea {
      width: 100%;
      height: 150px;
      padding: 12px;
      box-sizing: border-box;
      border: 1px solid #000000;
      border-radius: 8px;
      background-color: #fdfdfd;
      color: #000000;
      font-size: 1vw;
      text-align: left;
      font-family: "Kanit", sherif;
      font-weight: 400;
      resize: both;
      }

      @media (orientation: portrait) {
      textarea {
      font-size: 16px;
                 }
      }

      /*input[type=submit] {
      width: 50%;
      background-color: #ff5324;
      color: #fdfdfd;
      padding: 12px;
      border: 1px solid #000000;
      border-radius: 8px;
      cursor: pointer;
      float: left;
      line-height: 1.3vw;
      vertical-align: bottom;
      font-size: 1.6vw;
      font-family: "Kanit", sherif;
      font-weight: 700;
                        }

      @media (orientation: portrait) {
      input[type=submit] {
      width: 50%;
      background-color: #ff5324;
      color: #fdfdfd;
      padding: 12px;
      border: 1px solid #000000;
      border-radius: 8px;
      cursor: pointer;
      float: left;
      line-height: 1.3vw;
      vertical-align: bottom;
      font-size: 24px;
      font-family: "Kanit", sherif;
      font-weight: 700;
                        }
      }

      input[type=button] {
      width: 10%;
      background-color: #ff5324;
      color: #fdfdfd;
      padding: 12px;
      border: 1px solid #000000;
      border-radius: 8px;
      cursor: pointer;
      float: left;
      line-height: 1.3vw;
      vertical-align: bottom;
      font-size: 1.6vw;
      font-family: "Kanit", sherif;
      font-weight: 700;
                        }
      .pravy input[type=submit] {
      width: 50%;
      background-color: #ff5324;
      color: #fdfdfd;
      padding: 12px;
      border: 1px solid #000000;
      border-radius: 8px;
      cursor: pointer;
      float: right;
      line-height: 1.3vw;
      vertical-align: bottom;
      font-size: 1.6vw;
      font-family: "Kanit", sherif;
      font-weight: 700;
                        }

      input[type=submit]:hover {
      background-color: orange;
      color: black;
                               }

       input[type=button]:hover {
      background-color: orange;
      color: black;
                               }*/

      input[type=button], input[type=submit], input[type=reset] {
      background-color: #000000;
      border: none;
      color: #fdfdfd;
      padding: 16px 32px;
      text-decoration: none;
      margin: 4px 2px;
      cursor: pointer;
      font-weight: 700;
      border: 1px solid #ff5324;
      border-radius: 8px;
      }

      ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      font-family: "Kanit", serif;
      font-weight: 200;
      font-style: normal;
      text-align: left;
      color: #363a45;
      font-size:1.1vw
      text-indent: 10px;
      margin-left: 5px;
      opacity: 1; /* Firefox */
                    }

      :-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-family: "Kanit", serif;
      font-weight: 200;
      font-style: normal;
      text-align: left;
      color: #363a45;
      font-size:1.1vw
      text-indent: 10px;
      margin-left: 5px;
      }

      ::-ms-input-placeholder { /* Microsoft Edge */
      font-family: "Kanit", serif;
      font-weight: 200;
      font-style: normal;
      text-align: left;
      color: #363a45;
      font-size:1.1vw
      text-indent: 10px;
      margin-left: 5px;
      }

      @media (orientation: portrait) {
      ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      font-size:16px; /* Firefox */
                    }

      :-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size:16px;
      }

      ::-ms-input-placeholder { /* Microsoft Edge */
      font-size:16px;
      }
      }