* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: roboto;
  src: url("res/RobotoSlab.ttf");
}
#btn_scrolluj_nahoru {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  background-image: url("res/scrollup.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#btn_scrolluj_nahoru a {
  display: block;
  width: 100%;
  height: 100%;
}

#otevrena_galerie {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 30;
  overflow: hidden;
}
#otevrena_galerie .velka_fotka {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 31;
  transition: all 0.2s;
}
#otevrena_galerie .sipka_doleva {
  z-index: 32;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  color: white;
  font-weight: 600;
  font-size: 2rem;
  text-shadow: 0px 0px 10px white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
#otevrena_galerie .sipka_doprava {
  z-index: 32;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  color: white;
  font-weight: 600;
  font-size: 2rem;
  text-shadow: 0px 0px 10px white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
#otevrena_galerie .close_btn {
  z-index: 32;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: red;
  font-weight: 600;
  font-size: 2rem;
  text-shadow: 0px 0px 10px white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.btn_scrolluj_nahoru_neviditelne {
  display: none;
}

.kontainer_cele_stranky {
  position: relative;
  overflow-x: hidden;
}

.kontainer_headeru {
  max-width: 2500px;
}

.pozadi_headeru {
  width: 100%;
  height: 100vh;
  background-image: url("res/hlavni_header_obrazek.jpg");
  background-position: center;
  background-size: cover;
}

@media (max-width: 800px) {
  .pozadi_headeru {
    height: 60vh;
  }
  .kontainer_cele_stranky {
    background-color: white;
  }
  .kontainer_hlavnich_info_ctvercu {
    position: relative;
    top: -4rem;
    white-space: normal;
  }
  .kontainer_hlavnich_info_ctvercu .ctverec_outer {
    margin: 10px auto;
    width: 250px;
    padding-top: 143px;
  }
  .kontainer_obsahu_stranky {
    top: -4 rem;
    padding: 0.3rem 0.3rem 0 0.3rem;
  }
  .ctverec_s_novinkou {
    height: calc(60vh - 12rem);
  }
}
@media (min-width: 801px) {
  .kontainer_cele_stranky {
    background-color: #F2F2F2;
  }
  .kontainer_hlavnich_info_ctvercu {
    position: absolute;
    top: 31.25rem;
  }
  .kontainer_hlavnich_info_ctvercu .ctverec_outer {
    width: 250px;
    padding-top: 142px;
    display: inline-block;
  }
  .kontainer_hlavnich_info_ctvercu .ctverec_outer:not(:last-child) {
    margin-right: 1%;
  }
  .kontainer_obsahu_stranky {
    padding: 1.4rem 1.4rem 0 1.4rem;
    -webkit-box-shadow: 0px 0px 10px grey;
            box-shadow: 0px 0px 10px grey;
    top: 0;
  }
  .ctverec_s_novinkou {
    height: 22rem;
  }
}
.kontainer_hlavnich_info_ctvercu {
  text-align: center;
  width: 100%;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.kontainer_hlavnich_info_ctvercu .ctverec_s_novinkou {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(calc(-100% - 0.45rem));
          transform: translateY(calc(-100% - 0.45rem));
}
.kontainer_hlavnich_info_ctvercu .ctverec_s_novinkou .ctverec_s_novinkou_inner {
  width: calc(100% - 0.8rem);
  max-width: 30rem;
  height: 100%;
  margin: 0 auto;
}
.kontainer_hlavnich_info_ctvercu .ctverec_s_novinkou .ctverec_s_novinkou_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer {
  position: relative;
  background-image: url("res/ctverce_pozadi_pro_div.png");
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner .obsah_info_ctverce {
  height: 70%;
  color: white;
  font-family: roboto;
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner .btn_zjistit_vice {
  display: block;
  text-decoration: none;
  width: 60%;
  padding: 5px 8px;
  margin: 0 auto;
  background-color: white;
  font-weight: 800;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_1 {
  background-color: rgba(255, 153, 0, 0.9098039216);
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_1 .btn_zjistit_vice {
  color: #ff9900;
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_2 {
  background-color: rgba(0, 159, 32, 0.9098039216);
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_2 .btn_zjistit_vice {
  color: #009f20;
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_3 {
  background-color: rgba(109, 32, 197, 0.9098039216);
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_3 .btn_zjistit_vice {
  color: #6d20c5;
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_4 {
  background-color: rgba(185, 167, 0, 0.9098039216);
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_4 .btn_zjistit_vice {
  color: #b9a700;
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_5 {
  background-color: rgba(187, 10, 10, 0.9098039216);
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_5 .btn_zjistit_vice {
  color: #bb0a0a;
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_6 {
  background-color: rgba(10, 72, 187, 0.9098039216);
}
.kontainer_hlavnich_info_ctvercu .ctverec_outer .ctverec_inner_6 .btn_zjistit_vice {
  color: #0a48bb;
}

.kontainer_obsahu_stranky {
  position: relative;
  font-size: 0.95rem;
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.text_1 {
  text-align: center;
  font-size: 15px;
  position: relative;
  top: 11px;
}

.text_2 {
  text-align: center;
  font-weight: 900;
  font-size: 45px;
}

.text_3 {
  padding-right: 10px;
  position: relative;
  bottom: 16px;
  text-align: right;
  font-weight: 500;
  font-size: 24px;
}

#text_4 {
  padding-top: 13px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

#text_dovolena {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 0.4rem;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

#text_5 {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}

#text_16 {
  padding-top: 15px;
}

#text_17 {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  top: -7px;
}

#text_18 {
  padding-top: 15px;
}

#text_19 {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  top: -7px;
}

#text_20 {
  padding-top: 10px;
  line-height: 16px;
}

#text_21 {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  top: 7px;
}

#text_22 {
  position: relative;
  line-height: 1.7rem;
  top: 0.6rem;
}

#text_23 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  top: 9px;
}

.ul_pulverbes {
  margin-left: 2rem;
}
.ul_pulverbes li {
  line-height: 1rem;
  margin-top: 1rem;
}

.prak_lak_program_blok {
  text-align: center;
}
.prak_lak_program_blok .nadpis_program {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-right: 0.5rem;
  width: calc(100px - 0.5rem);
}
.prak_lak_program_blok .nadpis_program p {
  font-weight: bold;
}
.prak_lak_program_blok .obsah_program {
  display: inline-block;
  vertical-align: top;
  padding-left: 0.5rem;
  width: calc(100% - 150px);
  border-left: 1px solid red;
  text-align: left;
  padding-top: 5px;
}
.prak_lak_program_blok .obsah_program p {
  line-height: 1rem;
}
.prak_lak_program_blok .obsah_program p:not(:last-child) {
  margin-bottom: 0.7rem;
}

.prak_lak_program_blok:not(:last-of-type) {
  margin-bottom: 19px;
}

#nadpis_varianty_praskoveho_lakovani {
  color: #ff0000;
  font-weight: bold;
  margin: 30px 0;
}

@media (max-width: 500px) {
  #div_s_logem {
    padding: 0;
    height: 4rem;
  }
  #div_s_logem::after {
    border-bottom: 4rem solid rgba(0, 0, 0, 0);
  }
}
@media (min-width: 501px) {
  #div_s_logem {
    padding: 0 15px;
    height: 5rem;
  }
  #div_s_logem::after {
    border-bottom: 5rem solid rgba(0, 0, 0, 0);
  }
}
#div_s_logem {
  position: relative;
  top: 1.5rem;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
}
#div_s_logem .logo {
  height: 100%;
}
#div_s_logem .logo img {
  height: 100%;
}

#div_s_logem::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0px;
  height: 0px;
  border-left: 10px solid rgba(255, 255, 255, 0.9);
}

@media (max-width: 770px) {
  .lista_menu_pc {
    display: none;
  }
  .lista_menu_mobile {
    display: block;
  }
}
@media (min-width: 771px) {
  .lista_menu_pc {
    display: block;
  }
  .lista_menu_mobile {
    display: none;
  }
}
.lista_menu_pc {
  position: absolute;
  top: 1.5rem;
  right: 0;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.lista_menu_pc ul {
  list-style-type: none;
}
.lista_menu_pc ul li {
  float: left;
  line-height: 2rem;
  cursor: pointer;
  position: relative;
}
.lista_menu_pc ul li a {
  padding: 0 0.5rem;
  font-size: 0.95rem;
  text-decoration: none;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
}
.lista_menu_pc ul li:hover::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #f4980d;
  -webkit-animation: menu_hover 0.32s forwards;
          animation: menu_hover 0.32s forwards;
}
.lista_menu_pc ul li:hover a {
  color: #f4980d;
}

@-webkit-keyframes menu_hover {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes menu_hover {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.lista_menu_pc::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 0px;
  height: 0px;
  border-right: 10px solid rgba(255, 255, 255, 0.9);
  border-bottom: 2rem solid transparent;
}

.lista_menu_mobile {
  position: absolute;
  top: 1.5rem;
  right: 0;
  height: 3rem;
  width: 3rem;
  background-color: rgba(255, 255, 255, 0.9);
}

.hamburger {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: 57%;
}
.hamburger div:nth-child(1) {
  width: 100%;
  height: 18%;
  background-color: black;
}
.hamburger div:nth-child(2) {
  width: 100%;
  height: 18%;
  background-color: black;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger div:nth-child(3) {
  width: 100%;
  height: 18%;
  background-color: black;
  position: absolute;
  top: 82%;
}

.menu_pro_telefony {
  position: fixed;
  left: 100%;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-color: #f4980d;
  z-index: 10;
}
.menu_pro_telefony .menu_pro_telefony_inner {
  position: relative;
}
.menu_pro_telefony .menu_pro_telefony_inner .close_btn {
  font-size: 50px;
  font-weight: 900;
  color: white;
  position: absolute;
  top: 1rem;
  right: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.menu_pro_telefony .menu_pro_telefony_inner ul {
  list-style-type: none;
  padding-top: 5.5rem;
}
.menu_pro_telefony .menu_pro_telefony_inner ul li {
  position: relative;
  left: 20px;
  opacity: 0;
  margin: 0.8rem 0 0.8rem 3rem;
}
.menu_pro_telefony .menu_pro_telefony_inner ul li a {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.2rem;
}

.zobrazene_menu_pro_telefon {
  left: 0%;
  opacity: 1;
  -webkit-animation: prijed_menu_pro_telefon 0.3s forwards;
          animation: prijed_menu_pro_telefon 0.3s forwards;
}

@-webkit-keyframes prijed_menu_pro_telefon {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

@keyframes prijed_menu_pro_telefon {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
.zobrazene_menu_pro_telefon .menu_pro_telefony_inner ul li {
  -webkit-animation: prijed_polozku_v_mobilnim_menu 0.2s forwards;
          animation: prijed_polozku_v_mobilnim_menu 0.2s forwards;
}
.zobrazene_menu_pro_telefon .menu_pro_telefony_inner ul li:nth-child(1) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.zobrazene_menu_pro_telefon .menu_pro_telefony_inner ul li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.zobrazene_menu_pro_telefon .menu_pro_telefony_inner ul li:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.zobrazene_menu_pro_telefon .menu_pro_telefony_inner ul li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.zobrazene_menu_pro_telefon .menu_pro_telefony_inner ul li:nth-child(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

@-webkit-keyframes prijed_polozku_v_mobilnim_menu {
  from {
    left: 20px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

@keyframes prijed_polozku_v_mobilnim_menu {
  from {
    left: 20px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
h1 {
  font-weight: 900;
  font-size: 1.25rem;
  text-align: center;
  padding: 1.5rem 0;
}

#text_6 {
  line-height: 1.7rem;
}

.konteiner_sluzeb .blok_se_sluzbou {
  position: relative;
  padding: 5rem 0;
}
.konteiner_sluzeb .blok_se_sluzbou .nadpis {
  display: inline-block;
  vertical-align: top;
  height: 100px;
}
.konteiner_sluzeb .blok_se_sluzbou .nadpis .ikona {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  min-height: 6.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.konteiner_sluzeb .blok_se_sluzbou .nadpis .text_nadpisu {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  min-height: 6.5rem;
}
.konteiner_sluzeb .blok_se_sluzbou .nadpis .text_nadpisu span {
  display: block;
  padding-top: 1.4rem;
  padding-left: 1rem;
  font-family: roboto;
  font-weight: bold;
  font-size: 1.22rem;
}
.konteiner_sluzeb .blok_se_sluzbou .obsah {
  display: inline-block;
  vertical-align: top;
  line-height: 1.7rem;
}
.konteiner_sluzeb .blok_se_sluzbou .obsah .cervene_varovani {
  background-color: #ffc8c8;
  border-radius: 10px;
  color: red;
  border: 2px solid red;
  padding: 0.7rem;
  margin-top: 1.5rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.konteiner_sluzeb .blok_se_sluzbou:not(:last-child)::after {
  content: "";
  width: 85%;
  height: 3px;
  background-color: grey;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
}

@media (max-width: 950px) {
  .konteiner_sluzeb .blok_se_sluzbou .nadpis {
    width: 100%;
  }
  .konteiner_sluzeb .blok_se_sluzbou .obsah {
    padding-top: 1.5rem;
    width: 100%;
  }
}
@media (min-width: 951px) {
  .konteiner_sluzeb .blok_se_sluzbou .nadpis {
    width: 40%;
  }
  .konteiner_sluzeb .blok_se_sluzbou .obsah {
    width: 60%;
  }
}
.text_7 {
  font-family: roboto;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.text_8 {
  font-style: italic;
}

.text_9 {
  text-align: center;
  padding: 0.6rem 0;
}

@media (max-width: 950px) {
  .text_8 {
    text-align: center;
  }
  .text_10 {
    text-align: center;
  }
  .blok_se_sluzbou .obsah p {
    text-align: center;
  }
  .tabulka_zinkovaci_vana {
    margin: 0 auto;
  }
  .info_div_jen_sedy {
    text-align: center;
  }
  .prak_lak_program_blok .obsah_program p {
    text-align: left;
  }
}
@media (min-width: 951px) {
  .text_8 {
    text-align: left;
  }
  .text_10 {
    text-align: center;
  }
}
.tabulka_zinkovaci_vana {
  display: table;
  border-spacing: 0;
  border-radius: 0.7rem;
  border: 1px solid #707070;
}
.tabulka_zinkovaci_vana .table_row {
  display: table-row;
}
.tabulka_zinkovaci_vana .table_row .table_cell {
  display: table-cell;
  width: 50%;
  text-align: center;
  padding: 0 0.7rem;
  border: 1px solid #707070;
}

.obla_tabulka .table_row:first-child .table_cell:first-child {
  border-top-left-radius: 0.6rem;
}
.obla_tabulka .table_row:first-child .table_cell:last-child {
  border-top-right-radius: 0.6rem;
}
.obla_tabulka .table_row:last-child .table_cell:first-child {
  border-bottom-left-radius: 0.6rem;
}
.obla_tabulka .table_row:last-child .table_cell:last-child {
  border-bottom-right-radius: 0.6rem;
}

.text_11 {
  font-size: 1.05rem;
  font-weight: bold;
}

.text_12 {
  padding: 1.3rem 0;
}

.male_radkovani {
  line-height: 1.1rem;
}

.info_div_jen_sedy .info_ikona {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.3rem;
  border-radius: 50%;
  color: #7D7D7D;
  border: 1px solid #7D7D7D;
  font-weight: bold;
}
.info_div_jen_sedy .info_text {
  display: inline-block;
  color: #7D7D7D;
  max-width: calc(100% - 7rem);
  vertical-align: middle;
  padding-left: 0.5rem;
  line-height: 1.1rem;
  text-align: left;
}

.info_div_cerveny {
  max-width: 47rem;
  margin: 0 auto;
  border-radius: 0.9rem;
  border: 3px solid #FF0101;
  background-color: #FFC8C8;
  color: #FF0000;
}
.info_div_cerveny .info_div_cerveny_ikona {
  display: inline-block;
  vertical-align: top;
  width: 3.5rem;
  height: 3.5rem;
}
.info_div_cerveny .info_div_cerveny_ikona div {
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Times New Roman", Times, serif;
  line-height: 2rem;
  text-align: center;
  font-style: italic;
  font-size: 1.3rem;
  border-radius: 50%;
  border: 1px solid #FF0000;
  font-weight: bold;
}
.info_div_cerveny .info_div_cerveny_text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 3.5rem);
  text-align: left;
  font-weight: bold;
  padding: 1rem 0;
  font-size: 1.2rem;
}

.konteiner_cenik {
  position: relative;
  z-index: 3;
}
.konteiner_cenik .pozadi_ceniku {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  z-index: 2;
  background-image: url("res/slzickovyplech.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.konteiner_cenik .pozadi_ceniku div {
  background-color: rgba(255, 140, 0, 0.9098039216);
  width: 100%;
  height: 100%;
}
.konteiner_cenik .obsah_cenik {
  position: relative;
  z-index: 3;
  color: #1b1b1b;
}
.konteiner_cenik .obsah_cenik h1 {
  color: white;
}
.konteiner_cenik .obsah_cenik p {
  text-align: center;
}
.konteiner_cenik .obsah_cenik .text_13 {
  padding-bottom: 1.8rem;
}
.konteiner_cenik .obsah_cenik .text_14 {
  padding: 1rem;
}
.konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku {
  text-align: center;
}
.konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_cenik {
  background-color: white;
  border-radius: 0.7rem;
  display: inline-block;
  color: #ff8c00;
  vertical-align: top;
}
.konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_cenik .radka_nadpis {
  text-align: center;
}
.konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_cenik .radka_nadpis p:first-child {
  font-weight: 700;
  padding-top: 0.5rem;
  font-size: 1.1rem;
}
.konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_cenik .radka_nadpis p:nth-child(2) {
  line-height: 1rem;
  font-size: 0.8rem;
  padding: 0 1rem;
  height: 2rem;
  position: relative;
  top: -0.1rem;
}
.konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_cenik .radka:not(.radka_nadpis) {
  width: 100%;
}
.konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_cenik .radka:not(.radka_nadpis) div {
  display: inline-block;
  width: calc(50% - 0.8rem);
  vertical-align: top;
  padding: 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_cenik .radka:not(:last-of-type) {
  border-bottom: 1px solid #ff8c00;
}

#text_15 {
  padding-bottom: 0.7rem;
}

@media (max-width: 460px) {
  .konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_cenik {
    width: 95%;
  }
  .konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_lehke {
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 461px) and (max-width: 700px) {
  .konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_cenik {
    width: 60%;
  }
  .konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_lehke {
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 701px) {
  .konteiner_cenik .obsah_cenik .konteiner_tabulek_ceniku .tabulka_cenik {
    width: 40%;
  }
}
.konteiner_zarovek_cenik {
  max-width: 400px;
  margin: 0 auto;
}
.konteiner_zarovek_cenik .polozka_v_konteineru_zarovek_cenik {
  margin: 0.5rem 0;
}
.konteiner_zarovek_cenik .polozka_v_konteineru_zarovek_cenik .ikona_zarovky {
  display: inline-block;
  vertical-align: middle;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("res/idea_grey.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.konteiner_zarovek_cenik .polozka_v_konteineru_zarovek_cenik .text_zarovka_cenik {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.8rem);
}

#galerie_nadpis {
  margin: 2rem 0;
}

.konteiner_galerie {
  margin: 0 auto;
  text-align: center;
}
.konteiner_galerie .ikona_fotky {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}
.konteiner_galerie .ikona_fotky img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.konteiner_galerie .ikona_fotky .hover_element_foto {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
}
@media (hover: hover) {
  .konteiner_galerie .ikona_fotky .hover_element_foto:hover {
    opacity: 1;
  }
}
.konteiner_galerie .ikona_fotky .hover_element_foto::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("res/lupa.png");
  background-position: center;
  background-size: 25%;
  background-repeat: no-repeat;
}
.konteiner_galerie .land img {
  height: 100%;
  width: auto;
}
.konteiner_galerie .port img {
  height: auto;
  width: 100%;
}

@media (max-width: 680px) {
  .konteiner_galerie {
    width: 97%;
  }
}
@media (min-width: 681px) {
  .konteiner_galerie {
    width: 70%;
  }
}
#nadpis_ke_stazeni {
  margin: 2rem 0;
}

.konteiner_tlacitek_ke_stazeni {
  text-align: center;
}
@media (hover: hover) {
  .konteiner_tlacitek_ke_stazeni .tlacitko_ke_stazeni:hover {
    background-color: lightgrey;
  }
  .konteiner_tlacitek_ke_stazeni .tlacitko_ke_stazeni:hover .ikona_pdf {
    background-size: 85%;
  }
}
.konteiner_tlacitek_ke_stazeni .tlacitko_ke_stazeni {
  display: inline-block;
  height: 4rem;
  background-color: #F5F5F5;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0px 0px 10px #b3b3b3;
          box-shadow: 0px 0px 10px #b3b3b3;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.konteiner_tlacitek_ke_stazeni .tlacitko_ke_stazeni .ikona_pdf {
  height: 4rem;
  width: 4rem;
  display: inline-block;
  vertical-align: middle;
  background-image: url("res/pdf_icon.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 80%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.konteiner_tlacitek_ke_stazeni .tlacitko_ke_stazeni .text_stazeni {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4rem);
}

@media (max-width: 400px) {
  .konteiner_tlacitek_ke_stazeni .tlacitko_ke_stazeni {
    width: 95%;
    margin-bottom: 0.7rem;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  .konteiner_tlacitek_ke_stazeni .tlacitko_ke_stazeni {
    width: 65%;
    margin-bottom: 0.7rem;
  }
}
@media (min-width: 501px) and (max-width: 580px) {
  .konteiner_tlacitek_ke_stazeni .tlacitko_ke_stazeni {
    width: 45%;
    margin-right: 0.7rem;
    margin-bottom: 0.7rem;
  }
}
@media (min-width: 581px) {
  .konteiner_tlacitek_ke_stazeni .tlacitko_ke_stazeni {
    width: 40%;
    margin-right: 0.7rem;
    margin-bottom: 0.7rem;
  }
}
#kontakty_nadpis {
  margin: 2rem 0;
}

.konteiner_telefon_a_mail {
  text-align: center;
}
.konteiner_telefon_a_mail .polozka_tel_a_mail {
  display: inline-block;
  vertical-align: middle;
}
.konteiner_telefon_a_mail .polozka_tel_a_mail .ikona_tel_a_mail {
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.konteiner_telefon_a_mail .polozka_tel_a_mail .telefon {
  background-image: url("res/phone_icon.png");
}
.konteiner_telefon_a_mail .polozka_tel_a_mail .mail {
  background-image: url("res/email_icon.png");
}
.konteiner_telefon_a_mail .polozka_tel_a_mail .text_tel_a_mail {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.5rem);
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.1rem;
  font-weight: 900;
  color: #C90000;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .konteiner_telefon_a_mail .polozka_tel_a_mail {
    width: 85%;
  }
  .konteiner_telefon_a_mail .polozka_tel_a_mail:first-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  .konteiner_telefon_a_mail .polozka_tel_a_mail {
    width: 40%;
  }
}
@media (min-width: 851px) {
  .konteiner_telefon_a_mail .polozka_tel_a_mail {
    width: 28%;
  }
}
.kontainer_oteviraci_doba {
  background-image: url("res/provozni_doba_kruh.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2rem auto;
}
.kontainer_oteviraci_doba .oteviraci_doba_text {
  position: relative;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
  color: #C90000;
}
.kontainer_oteviraci_doba .oteviraci_doba_text .den {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  width: 15%;
  text-align: left;
}
.kontainer_oteviraci_doba .oteviraci_doba_text .hodiny {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  width: 85%;
  text-align: right;
}

@media (max-width: 700px) {
  .kontainer_oteviraci_doba {
    width: 280px;
    height: 280px;
  }
  .kontainer_oteviraci_doba .oteviraci_doba_text {
    width: 140px;
    height: 168px;
    line-height: 24px;
  }
}
@media (min-width: 701px) {
  .kontainer_oteviraci_doba {
    width: 450px;
    height: 450px;
  }
  .kontainer_oteviraci_doba .oteviraci_doba_text {
    width: 225px;
    height: 270px;
    line-height: 38px;
    font-size: 1.15rem;
  }
}
.konteiner_s_mapou_a_textem {
  text-align: center;
  margin: 3rem 0;
}
.konteiner_s_mapou_a_textem .text {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5rem;
}
.konteiner_s_mapou_a_textem .text .tucne {
  font-weight: bold;
}
.konteiner_s_mapou_a_textem .mapa {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.konteiner_s_mapou_a_textem .mapa iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 700px) {
  .konteiner_s_mapou_a_textem .text {
    width: 95%;
    text-align: left;
    padding: 0 1.1rem;
  }
  .konteiner_s_mapou_a_textem .mapa {
    width: 95%;
    padding-top: 65%;
  }
}
@media (min-width: 701px) {
  .konteiner_s_mapou_a_textem .text {
    width: calc(50% - 0.5rem);
    text-align: right;
    padding-right: 0.5rem;
  }
  .konteiner_s_mapou_a_textem .mapa {
    width: calc(50% - 0.5rem);
    padding-top: 35%;
    padding-left: 0.5rem;
  }
}
.vizitka_u_zapati {
  text-align: center;
  margin: 4rem 0;
}
.vizitka_u_zapati .logo_container {
  display: inline-block;
  vertical-align: top;
  width: 5.2rem;
  height: 5.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.vizitka_u_zapati .logo_user {
  background-image: url("res/user_icon.png");
}
.vizitka_u_zapati .logo_pin {
  background-image: url("res/place_pin.png");
}
.vizitka_u_zapati .text_vizitky {
  max-width: calc(100% - 5.2rem);
  display: inline-block;
  vertical-align: middle;
}
.vizitka_u_zapati .text_vizitky p {
  text-align: left;
  padding-left: 1rem;
}
.vizitka_u_zapati .text_vizitky p .center_map {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 450px) {
  .vizitka_u_zapati .text_vizitky {
    width: 98%;
  }
  .vizitka_u_zapati .text_vizitky p {
    padding-left: 0;
  }
}
.footer {
  width: 100%;
  background-color: #535353;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.footer a:not(.weby_hruby_odkaz) {
  display: block;
  color: white;
  font-size: 1.05rem;
  padding: 0.7rem 0;
  text-decoration: underline;
  text-align: center;
}
.footer .copyright {
  text-align: center;
  font-size: 0.95rem;
  color: white;
  padding: 1.2rem 0;
}
.footer .weby_hruby_odkaz {
  display: block;
}
.footer .weby_hruby_odkaz .logo_webyhruby {
  background-image: url("res/webyhruby_logo.png");
  height: 5rem;
  width: 10rem;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.element_s_dovolenou {
  background-color: rgba(255, 0, 0, 0.7);
  border: 2px solid red;
  max-width: 300px;
  border-radius: 3px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: sans-serif;
}

.element_s_dovolenou_2 {
  font-family: sans-serif;
  max-width: 50rem;
  background-color: rgba(255, 0, 0, 0.8);
  border: 0.1rem solid red;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  position: absolute;
  top: 450px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  padding: 0.4rem 0.6rem;
  border-radius: 0.4rem;
}
@media (max-width: 650px) {
  .element_s_dovolenou_2 {
    width: calc(100% - 2.2rem);
  }
}
@media (min-width: 651px) {
  .element_s_dovolenou_2 {
    width: 600px;
  }
}

@media (min-width: 951px) {
  .blok_se_sluzbou#praskove_lakovani_sekce .obsah {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 3rem;
  }
  .blok_se_sluzbou#praskove_lakovani_sekce .text_with_shading_icon .text_with_shading_icon_inner {
    padding-right: 3rem;
  }
}
.blok_se_sluzbou#praskove_lakovani_sekce .tucny_CAP_text {
  font-weight: 900;
  font-size: 0.85rem;
  line-height: 0.95rem;
}
.blok_se_sluzbou#praskove_lakovani_sekce .header_list_prask_aplikace {
  margin-top: 2.5rem;
}
.blok_se_sluzbou#praskove_lakovani_sekce ul.list_prask_aplikace {
  padding-left: 2rem;
}
.blok_se_sluzbou#praskove_lakovani_sekce ul.list_prask_aplikace li {
  padding-left: 1rem;
}
.blok_se_sluzbou#praskove_lakovani_sekce .text_with_shading_icon {
  margin: 1rem 0;
}
.blok_se_sluzbou#praskove_lakovani_sekce .text_with_shading_icon .text_with_shading_icon_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem 0.1rem #d0d0d0;
          box-shadow: 0.1rem 0.1rem 0.2rem 0.1rem #d0d0d0;
  background-color: rgb(235, 235, 235);
  position: relative;
}
.blok_se_sluzbou#praskove_lakovani_sekce .text_with_shading_icon .text_with_shading_icon_inner img.icon {
  width: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.blok_se_sluzbou#praskove_lakovani_sekce .text_with_shading_icon .text_with_shading_icon_inner .text {
  position: relative;
  width: calc(100% - 5rem);
  margin-left: 1rem;
  padding: 0.6rem 0;
  font-size: 0.95rem;
  line-height: 1.2rem;
}
.blok_se_sluzbou#praskove_lakovani_sekce .text_with_shading_icon .text_with_shading_icon_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3.3rem;
  width: 0.8rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 235, 235, 0)), to(rgb(235, 235, 235)));
  background: linear-gradient(to right, rgba(235, 235, 235, 0), rgb(235, 235, 235));
}
.blok_se_sluzbou#praskove_lakovani_sekce .tabulka_s_praskovacimi_boxy {
  max-width: 24rem;
  -webkit-box-shadow: 1px 1px 4px 2px #d1d1d1;
          box-shadow: 1px 1px 4px 2px #d1d1d1;
  margin: 1.5rem 0 0 0;
  border-radius: 0.4rem;
  background-color: rgb(235, 235, 235);
}
@media (max-width: 950px) {
  .blok_se_sluzbou#praskove_lakovani_sekce .tabulka_s_praskovacimi_boxy {
    margin: 2rem auto 0 auto;
  }
}
@media (min-width: 951px) {
  .blok_se_sluzbou#praskove_lakovani_sekce .tabulka_s_praskovacimi_boxy {
    margin: 2rem 0 0 0;
  }
}
.blok_se_sluzbou#praskove_lakovani_sekce .tabulka_s_praskovacimi_boxy .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.blok_se_sluzbou#praskove_lakovani_sekce .tabulka_s_praskovacimi_boxy .row:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 1rem;
  width: calc(100% - 2rem);
  bottom: 0;
  height: 2px;
  height: 1px;
  background-color: #c5c5c5;
}
.blok_se_sluzbou#praskove_lakovani_sekce .tabulka_s_praskovacimi_boxy .row .cell {
  font-size: 0.8rem;
  padding: 0.5rem 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0.95rem;
}
.blok_se_sluzbou#praskove_lakovani_sekce .tabulka_s_praskovacimi_boxy .row .cell:nth-of-type(1) {
  width: 4rem;
}
.blok_se_sluzbou#praskove_lakovani_sekce .tabulka_s_praskovacimi_boxy .row .cell:nth-of-type(2) {
  width: calc(50% - 2rem);
}
.blok_se_sluzbou#praskove_lakovani_sekce .tabulka_s_praskovacimi_boxy .row .cell:nth-of-type(3) {
  width: calc(50% - 2rem);
}/*# sourceMappingURL=style.css.map */