:root {
  --indian-red: #eb5757;
  --black: #222;
  --white-smoke: #f9f9f9;
  --dim-grey: #525252;
  --red: #e53935;
  --koupaliste_seda: #eee;
  --modra: #47cee2;
  --blur_shadows_around_objects: 10px;
  --medium-sea-green: #20c788;
  --koupaliste_bila: #fdfdfd;
  --koupaliste_modra: #2abbd1;
  --koupaliste_zelena: #90b755;
  --koupaliste_ruzova: #e04a8a;
  --koupaliste_cervena: #eb5757;
  --koupaliste_seda: #4d4d4d;
  --teplota_vody: 23.8°C;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  font-size: 32px;
  font-weight: bold;
  /* line-height: 36px; */
  margin-bottom: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  margin-bottom: 25px;
}

img {
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
}

.video-js {
  border-radius: 5px; /* Adjust the radius as needed */
  overflow: hidden; /* Ensure child elements respect the border-radius */
  max-width: 100%; /* Ensure it does not overflow */
  max-height: 100%;
}

.video-js .vjs-poster {
  border-radius: 5px; /* Make sure the poster image has rounded corners */
  max-width: 100%;
  max-height: 100%;
}

.video-js .vjs-tech {
  border-radius: 5px; /* Ensure the video element itself has rounded corners */
  max-width: 100%;
  max-height: 100%;
}

.hlavni_sloupec {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
}

.hlavni_sloupec.footer_sloupec {
  margin-top: 20px;
  margin-bottom: 10px;
}

.hlavni_sloupec.karta_vlna {
  margin-top: 0;
  margin-bottom: 0;
}

.titulni_image {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/banners/index.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  display: block;
}

.titulni_image.baner_aktualne {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/00_banner_2.jpg');
}

.titulni_image.baner_kontakt {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/00_banner_kontakt.jpg');
}

.titulni_image.baner_cenik {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/banners/index.jpg');
}

.titulni_image.baner_fotogalerie {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/00_banner_1.jpg');
}

.titulni_image.baner_home {
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/00_banner.jpg');
}

.menu-wrapper {
  z-index: 900;
  margin-top: 0;
  margin-bottom: -15px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: #fff;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: -15px;
  bottom: 58px;
  left: 0;
}

.nav-link {
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0 10px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
  position: static;
}

.nav-link:hover {
  background-color: var(--black);
  background-image: none;
}

.nav-link.w--current {
  color: var(--black);
  padding: 0;
}

.nav-link.vlna1 {
  background-image: url('../images/Vlna_1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 105px;
  height: 55px;
}

.nav-link.vlna2 {
  background-image: url('../images/Vlna_2.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 104px;
  height: 55px;
}

.nav-link.vlna3 {
  background-image: url('../images/Vlna_3.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 104px;
  height: 55px;
}

.nav-link.vlna4 {
  background-image: url('../images/Vlna_4.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 104px;
  height: 55px;
}

.nav-link.vlna5 {
  background-image: url('../images/Vlna_5.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 105px;
  height: 55px;
}

.nav-link.vlna6 {
  background-image: url('../images/Vlna_6.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 104px;
  height: 55px;
}

.nav-link.vlna7 {
  background-image: url('../images/Vlna_7.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 105px;
  height: 55px;
}

.hero-wrapper {
  grid-column-gap: 0;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1600px;
  min-height: 242px;
  padding-left: 50px;
  display: flex;
}

.hero-heading {
  color: var(--white-smoke);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  line-height: 1;
}

.footer {
  background-color: #fdfdfd;
}

.footer-wrapper {
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
}

.footer_logo {
  background-color: #fdfdfd;
  border-radius: 5px;
  padding: 5px;
}

.social-footer-link {
  max-width: 30px;
  max-height: 35px;
  margin-left: 20px;
}

.social-footer-link:hover {
  opacity: .7;
}

.nav-menu {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.content-section {
  background-color: #eee;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-section.last_content_section {
  padding-bottom: 60px;
}

.h_blok {
  background-image: url('../images/Pozadí.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.radek_karty {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.karta_uzka {
  width: 22%;
}

.image {
  display: block;
}

.prekryv_tmavy {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.meet-the-owners-right {
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 8px;
  width: 70%;
  padding: 20px 40px 30px 230px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image_div {
  background-image: url('../images/01_skuzavka_a_chrlic_v_bazenu_pro_neplavce.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: 491px;
  margin-top: 0;
  margin-right: -26px;
  display: block;
  position: absolute;
  top: 18%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image_sauna {
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  right: auto;
}

.image_sauna_dobrak {
  height: 600px;
}

.image_sauna_tauferky {
  height: 450px;
}

.cart-nav-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.block-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cart-image-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

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

.brand.w--current {
  position: static;
}

.navbar_container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 15px auto;
  display: flex;
}

.h1_modra {
  color: #2abbd1;
  margin-top: 22px;
  margin-right: 15px;
  font-size: 44px;
  font-style: normal;
  line-height: 1.2;
}

.h1_modra.nadpis_vpravo {
  margin-right: 80px;
}

.heading-2 {
  color: #737476;
  text-align: justify;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.2;
}

.h2_blok {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.karta_nadpis {
  color: #2abbd1;
}

.karta_text {
  color: #737476;
  text-align: justify;
  font-size: 15px;
  font-weight: 700;
}

.karta_text.mapa_text2 {
  margin-bottom: 20px;
  padding-left: 30px;
}

.karta_text.mapa_text3 {
  margin-bottom: 5px;
  padding-left: 30px;
}

.nadpis_stranky_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.h2_modra {
  color: #2abbd1;
  width: 100%;
  margin-top: 0;
}

.h2_modra.text_mapa {
  margin-top: 15px;
  padding-left: 20px;
  font-size: 26px;
}

.h2_modra.cenik_nadpis {
  text-align: center;
  /* margin-bottom: 20px; */
  font-size: 18px;
  line-height: 1.2;
}

.h2_modra.permice_nadpis {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
}

.list {
  color: var(--modra);
  padding-left: 15px;
}

.list-item {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-size: 14px;
}

.radek_karty_siroke {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.sloupec_karty_siroke {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: repeat(auto-fill, 1fr);
  grid-template-columns: 1fr;
  justify-content: center;
  display: grid;
}

.karta_siroka {
  width: 80%;
}

.footer_konec {
  background-color: #fdfdfd;
  border-radius: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 5px;
  display: flex;
}

.footer_info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_kyticky {
  justify-content: center;
  align-items: center;
  align-self: center;
  display: flex;
  width: 100%;
  height: 17;
}

.lightbox-link {
  object-fit: cover;
  border-radius: 5px;
  margin: 0 0 10px;
  display: block;
  overflow: hidden;
}

.text-block-2 {
  text-align: center;
  background-color: #47cee2;
  border-radius: 5px 0 30px 5px;
  padding-left: 10px;
  padding-right: 30px;
}

.foto_karta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 40px;
  display: flex;
}

.foto_karta_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.grid_foto {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Always 3 equal columns */
  grid-template-rows: repeat(auto-fit, auto); /* Flexible rows */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-items: stretch;
  align-items: start;
  align-self: stretch;
  flex: 1;
  margin-top: -20px;
  margin-left: -40px;
  margin-right: -40px;
}

.banner_sloupec {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto auto;
  padding-top: 80px;
  display: flex;
}

.grid_uvod {
  box-shadow: 0 2px var(--blur_shadows_around_objects) 0 rgba(0, 0, 0, .2);
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 30px;
  display: grid;
}

.uvod_karta_x {
  border-top-left-radius: 54px;
  border-bottom-right-radius: 54px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 350px;
  height: 200px;
  margin: 40px;
  padding: 14px 41px;
  display: flex;
}

.uvod_karta_x_zavreno {
  background-color: var(--koupaliste_cervena)
}

.uvod_karta_x_otevreno {
  background-color: var(--koupaliste_zelena)
}

.uvod_karta_nadpis {
  color: #fff;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 700;
}

.uvod_karta_text {
  color: #fff;
  text-align: left;
  margin-left: 0;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.karta_pocasi_grid {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr;
  white-space: nowrap;
}

.uvod_karta_text_left {
  color: #fff;
  text-align: right;
  font-weight: 700;
}

.div-block-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.uvod_karta_text2 {
  color: #fff;
  margin-left: 7px;
  font-weight: 700;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.uvod_karta_base {
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  flex-flow: column;
  width: 350px;
  height: 200px;
  margin: 40px;
  padding: 14px 41px;
  display: flex;
}

.uvod_karta_base.uvod_karta_2_img {
  aspect-ratio: 318 / 164;
  background-image: url('../images/Box_aktualni_pocasi_b.gif'), url('../images/Box_aktualni_pocasi_a.jpg');
  background-position: 86% 8%, 0 0;
}

.uvod_karta_base.uvod_karta_3_img {
  aspect-ratio: 318 / 164;
  background-image: url('../images/Box_oteviraci_doba_b.gif'), url('../images/Box_oteviraci_doba_a.jpg');
  background-position: 86% 8%, 50%;
}

.uvod_karta_base.uvod_karta_4_img {
  aspect-ratio: 318 / 164;
  background-image: url('../images/Box_cenik_b.gif'), url('../images/Box_cenik_a.jpg');
  background-position: 88% 9%, 50%;
}

.karta_novinka {
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.novinka_datum {
  background-image: url('../images/00_kalendar.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: flex-start;
  width: 43px;
  height: 59px;
  margin-top: 9px;
  margin-right: 20px;
  padding-top: 15px;
  padding-left: 0;
}

.novinka_text_wrapper {
  text-align: justify;
  flex-flow: column;
  max-width: 450px;
  display: flex;
}

.aktualne_karta_nadpis {
  color: #2abbd1;
  font-size: 20px;
  font-weight: 700;
}

.aktualne_karta_text {
  color: #5b5b66;
  font-size: 16px;
}

.grid_noviky {
  align-items: start;
  justify-items: center;
  margin-top: 0;
}

.novinka_datum_text {
  text-align: center;
  font-size: 14px;
}

.hlavni_sloupec_background {
  background-color: var(--koupaliste_bila);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.footer_meta {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.karta_image {
  display: block;
}

.cenik_desktop_wrapper {
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.grid_cenik {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.cenik_tab_text_levy_nadpis {
  color: #2abbd1;
  text-align: left;
  flex: 1;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.cenik_tab_text {
  text-align: center;
  flex: 1;
  margin-bottom: 20px;
}

.otev_doba_mesic {
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.otev_doba_dny {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.oteviraci_doba_wrapper {
  width: 100%;
  display: flex;
}

.rezervace_wrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
}

.otev_doba_text_wrapper {
  flex-flow: column;
  width: 100%;
  padding-right: 100px;
  display: flex;
}

.oteviraci_doba_tab {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 600px;
  padding: 15px 30px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text_sedy {
  color: var(--koupaliste_seda);
}

.h3_modra {
  color: #2abbd1;
  align-self: stretch;
  font-size: 22px;
  font-weight: 700;
}

.otev_doba_text {
  text-align: center;
  flex: 1;
  padding-top: 5px;
}

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

.mapa_wrapper {
  width: 900px;
}

.tabulka_rezervaci_tauferky {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tabulka_rezervaci_dobrak {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tabulka_rezervaci_kralovopolska {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.vertical_space {
  margin-bottom: 50px;
}

.rezervace_tab {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  /* min-width: 800px; */
  padding: 15px 30px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cenik_tab {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  /* min-width: 800px; */
  padding: 15px 30px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.scroll-wrapper {
  width: 100%;          /* Takes full width of parent */
  overflow-x: auto;     /* Enables horizontal scrolling */
  overflow-y: hidden;   /* Prevents vertical scrolling */
  position: relative;   /* For proper positioning */
  -webkit-overflow-scrolling: touch;  /* Smooth scroll on iOS */
}

.rezervace_bunka {
  text-align: center;
  flex: 1;
  margin: 0.5rem 0.5rem;
  border-radius: 10px;
  padding: 5px;
}

.rezervace_bunka_smisena {
  background-color: var(--koupaliste_zelena);
}

.rezervace_bunka_muzi {
  background-color: var(--koupaliste_modra);
}

.rezervace_bunka_zeny {
  background-color: var(--koupaliste_ruzova);
}

.rezervace_bunka_bez_barvy {
  border: 1px solid var(--koupaliste_seda);
  padding: 1px;
}

.rezervace_bunka_omezena_velikost {
  width: 8rem;
  max-height: 15rem;
  align-self: flex-start;
  display: flex;           /* Enable flexbox for horizontal alignment */
  justify-content: space-between; /* Spread out the items evenly */
  align-items: center;     /* Vertically center the content if needed */
  gap: 1rem;
}

.rezervace_legenda_radek {
  display: flex;              /* Enable flexbox layout */
  justify-content: flex-start;  /* Distribute items with space between them */
  align-items: center;        /* Align the items vertically at the center */
}

.rezervace_bunka_levy_nadpis {
  color: #2abbd1;
  text-align: left;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  display: flex; /* Enables flexbox on the element */
  align-items: center; /* Vertically centers the text */
}

.karta_text_cenik {
  color: #737476;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
}

.normalni_text {
  color: #737476;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 700;
}

.permanentka_tab {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.permice_tab_text {
  text-align: center;
  flex: 1;
  margin-bottom: 20px;
}

.permice_tab_wrapper {
  flex-flow: column;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.cenik_info_text {
  color: #737476;
  text-align: justify;
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 15px;
  font-weight: 700;
}

.h3_modra_info {
  color: #2abbd1;
  width: 100%;
  margin-top: 23px;
  font-size: 22px;
}

.vlna_link {
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-end;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0 10px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
  position: static;
}

.vlna_link:hover {
  background-color: var(--black);
  opacity: .7;
  background-image: none;
}

.vlna_link.w--current {
  color: var(--black);
  padding: 0;
  transform: translate(0, 7px);
}

.vlna_link.vlna1 {
  background-image: url('../images/Vlna_1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 105px;
  height: 55px;
}

.vlna_link.vlna2 {
  background-image: url('../images/Vlna_2.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 104px;
  height: 55px;
}

.vlna_link.vlna3 {
  background-image: url('../images/Vlna_3.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 104px;
  height: 55px;
}

.vlna_link.vlna4 {
  background-image: url('../images/Vlna_4.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 104px;
  height: 55px;
}

.vlna_link.vlna5 {
  background-image: url('../images/Vlna_5.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 105px;
  height: 55px;
}

.vlna_link.vlna6 {
  background-image: url('../images/Vlna_6.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 104px;
  height: 55px;
}

.vlna_link.vlna7 {
  background-image: url('../images/Vlna_7.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 105px;
  height: 55px;
}

.div-block-9 {
  justify-content: center;
  display: flex;
}

.autor_text {
  color: #737476;
  text-align: justify;
  font-size: 15px;
  font-weight: 700;
}

.autor_text.mapa_text2 {
  margin-bottom: 20px;
  padding-left: 30px;
}

.autor_text.mapa_text3 {
  margin-bottom: 5px;
  padding-left: 30px;
}

.hlavni_sloupec_tmavy {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
}

.hlavni_sloupec_tmavy.footer_sloupec {
  margin-top: 20px;
  margin-bottom: 10px;
}

.hlavni_sloupec_tmavy.karta_vlna {
  margin-top: 0;
  margin-bottom: 0;
}

.cenik_tab_mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .hlavni_sloupec_background {
    padding-left: 15px;
    padding-right: 15px;
    max-width: none;
  }

  .hlavni_sloupec {
    padding-left: 15px;
    padding-right: 15px;
    max-width: none;
    width: 100%;
  }

  .nav-link {
    text-align: center;
    font-size: 30px;
  }

  .hero-heading {
    width: 60%;
  }

  .nav-button {
    color: var(--black);
  }

  .nav-menu {
    background-color: var(--koupaliste_seda);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 100px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .meet-the-owners-right {
    padding-left: 145px;
  }

  .vlna_link_wrapper {
    background-color: var(--koupaliste_bila);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    display: flex;
  }

  .vlna_link {
    text-align: center;
    font-size: 30px;
    color: var(--koupaliste_modra);
    font-size: 24px;
  }

  .vlna_link.vlna1, .vlna_link.vlna2, .vlna_link.vlna3, .vlna_link.vlna4, .vlna_link.vlna5, .vlna_link.vlna6, .vlna_link.vlna7 {
    color: var(--koupaliste_modra);
    background-image: none;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image_div {
    background-position: 50% 100%;
  }

  .navbar_container, .banner_sloupec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hlavni_sloupec_tmavy {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hlavni_sloupec {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .radek_karty {
    flex-flow: column;
    align-items: center;
  }

  .karta_uzka {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin-bottom: 20px;
    display: flex;
  }

  .prekryv_tmavy {
    flex-direction: column;
    width: 100%;
  }

  .meet-the-owners-right {
    border-radius: 0;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .image_div {
    border-radius: 0;
    width: 100%;
    height: 300px;
    margin-right: 0;
    position: static;
  }

  .h1_modra {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .radek_karty_siroke {
    flex-wrap: wrap;
  }

  .sloupec_karty_siroke {
    flex-wrap: wrap;
  }

  .karta_siroka {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    display: flex;
  }

  .foto_karta {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid_foto {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .grid_uvod, .grid_noviky {
    flex-flow: column;
    display: flex;
  }

  .hlavni_sloupec_background {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }

  .oteviraci_doba_wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .otev_doba_text_wrapper {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .oteviraci_doba_tab {
    box-shadow: 0 2px var(--blur_shadows_around_objects) 0 rgba(0, 0, 0, .2);
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mapa_wrapper {
    justify-content: center;
    width: 90%;
    display: flex;
  }

  .cenik_tab {
    display: none;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .cenik_tab_mobile {
    box-shadow: 0 2px var(--blur_shadows_around_objects) 0 rgba(0, 0, 0, .2);
    flex-flow: column;
    width: 80%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .cenik_mobile_line {
    justify-content: space-between;
    margin-bottom: 3px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .cenik_mobile_nadpis {
    color: var(--koupaliste_modra);
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: 700;
    display: flex;
  }

  .code-embed {
    justify-content: center;
    width: 100%;
    display: flex;
  }
}

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

  .hlavni_sloupec {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .titulni_image {
    background-position: 0 0, 50% 0;
    min-height: 100px;
  }

  .hero-wrapper {
    justify-content: flex-end;
    padding-bottom: 45px;
  }

  .hero-heading {
    font-size: 30px;
  }

  .shop-details-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
  }

  .footer_logo {
    margin-bottom: 17px;
  }

  .social-footer-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .nav-menu {
    background-color: var(--koupaliste_seda);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 100px;
    padding-left: 28px;
    padding-right: 28px;
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
    text-decoration: none;
  }

  .h_blok {
    justify-content: center;
    width: 100%;
  }

  .karta_uzka {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .prekryv_tmavy {
    width: 100%;
  }

  .meet-the-owners-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image_div {
    margin-right: 0;
  }

  .image_sauna {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .image_sauna_dobrak {
    width: 100%;
    height: auto;
  }

  .image_sauna_tauferky {
    width: 100%;
    height: auto;
  }

  .brand.w--current {
    order: -1;
    width: 200px;
  }

  .image-3 {
    display: block;
  }

  .h1_modra {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .h1_modra.nadpis_vpravo {
    margin-right: 0;
  }

  .heading-2 {
    text-align: center;
    font-size: 18px;
  }

  .h2_blok {
    width: 100%;
  }

  .karta_text {
    text-align: center;
  }

  .karta_text.mapa_text2, .karta_text.mapa_text3 {
    text-align: left;
    padding-left: 0;
  }

  .h2_modra.text_mapa {
    padding-left: 0;
  }

  .karta_siroka {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .footer_info {
    flex-flow: column;
    margin-bottom: 0;
  }

  .footer_image_next {
    display: none;
  }

  .foto_karta {
    margin: 15px 0;
  }

  .grid_foto {
    flex-flow: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .banner_sloupec {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .grid_uvod {
    box-shadow: none;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    display: flex;
  }

  .uvod_karta_x {
    box-shadow: 0 2px var(--blur_shadows_around_objects) 0 rgba(0, 0, 0, .2);
    width: 100%;
    height: auto;
    margin: 0;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
    justify-items: start;
    width: 84%;
    margin-top: 8%;
    margin-left: 12%;
  }

  .uvod_karta_text_left {
    font-size: 14px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    margin-top: 15px;
  }

  .uvod_karta_base {
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 0 0;
  }

  .uvod_karta_base.uvod_karta_2_img {
    background-image: url('../images/Box_aktualni_pocasi_b.gif'), url('../images/Box_aktualni_pocasi_a.jpg');
    aspect-ratio: 318 / 183;
    background-position: 86% 8%, 0 0;
  }

  .uvod_karta_base.uvod_karta_3_img {
    background-image: url('../images/Box_oteviraci_doba_b.gif'), url('../images/Box_oteviraci_doba_a.jpg');
    aspect-ratio: 318 / 183;
    background-position: 86% 8%, 50%;
  }

  .uvod_karta_base.uvod_karta_4_img {
    background-image: url('../images/Box_cenik_b.gif'), url('../images/Box_cenik_a.jpg');
    aspect-ratio: 318 / 164;
    background-position: 88% 12%, 50%;

  }

  .uvod_karta_nadpis {
    margin-top: 6%;
    margin-bottom: 0;
    margin-left: 12%;
  }

  .uvod_karta_text {
    font-size: 14px;
  }

  .karta_novinka {
    margin-bottom: 20px;
  }

  .novinka_datum {
    aspect-ratio: 43 / 59;
    background-size: cover;
    width: auto;
    height: auto;
    margin-top: 4px;
    margin-right: 8px;
    padding-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .aktualne_karta_nadpis {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.2;
  }

  .aktualne_karta_text {
    font-size: 13px;
    line-height: 1.2;
  }

  .grid_noviky {
    flex-flow: column;
    display: flex;
  }

  .novinka_datum_text {
    font-size: 12px;
    display: block;
  }

  .oteviraci_doba_wrapper {
    flex-flow: column;
  }

  .otev_doba_text_wrapper {
    padding-right: 0;
  }

  .grid_uvod_bg {
    flex-flow: column;
  }

  .cenik_tab {
    display: none;
  }

  .vlna_link {
    color: var(--koupaliste_modra);
    font-size: 24px;
  }

  .vlna_link.vlna1, .vlna_link.vlna2, .vlna_link.vlna3, .vlna_link.vlna4, .vlna_link.vlna5, .vlna_link.vlna6, .vlna_link.vlna7 {
    color: var(--koupaliste_modra);
    background-image: none;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .vlna_link_wrapper {
    background-color: var(--koupaliste_bila);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    display: flex;
  }

  .div-block-9 {
    flex-flow: row;
  }

  .mobile_karta_vlna_wrapper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .autor_text {
    font-size: 11px;
  }

  .hlavni_sloupec_tmavy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cenik_tab_mobile {
    border-radius: 5px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  }

  .cenik_mobile_line {
    justify-content: space-between;
    margin-bottom: 3px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .cenik_mobile_nadpis {
    color: var(--koupaliste_modra);
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .cenik_mobile_kategory {
    font-size: 14px;
  }

  .cenik_mobile_price {
    align-self: center;
    padding-right: 0;
    font-size: 14px;
  }

  .div-block-10 {
    width: 84%;
    margin-top: 8%;
    margin-left: 12%;
  }
}

#w-node-_11a4786a-5424-d300-3004-29144e59d9b0-7a707496 {
  justify-self: stretch;
}

#w-node-c86bca1b-9fa8-44ac-f037-d521645be2f7-7a707496, #w-node-e0bb22ae-edb3-e57d-2c70-8d90dafaf871-7a707496, #w-node-_3adfa656-52c5-ae80-fda2-fcc8b52f8bec-7a707496, #w-node-db17addd-d077-6d50-9330-044dbba4938d-7a707496, #w-node-d3c1202d-5204-6b68-8c02-f229e4a2d539-7a707496, #w-node-e9127aa5-c435-c91f-033b-44d621653e94-7a707496, #w-node-_2d966ec1-5283-e6c3-3ab5-54ff3487332a-7a707496, #w-node-_38dd80d2-3e34-5942-470b-de2e0336ca94-7a707496, #w-node-_73a6ff03-6e57-56fe-b727-430d1226723c-7a707496, #w-node-_4e228f1e-bc08-b06e-cc8f-109a92ce7d7f-7a707496, #w-node-cfdd15a3-1a01-8622-c099-65f3078bf8eb-7a707496, #w-node-_7f71e0f8-c4e5-9b4f-7911-fe2bc72df897-7a707496 {
  justify-self: start;
}

#w-node-_11a4786a-5424-d300-3004-29144e59d9b0-b62e5eaa {
  justify-self: stretch;
}

#w-node-c86bca1b-9fa8-44ac-f037-d521645be2f7-b62e5eaa, #w-node-e0bb22ae-edb3-e57d-2c70-8d90dafaf871-b62e5eaa, #w-node-_3adfa656-52c5-ae80-fda2-fcc8b52f8bec-b62e5eaa, #w-node-db17addd-d077-6d50-9330-044dbba4938d-b62e5eaa, #w-node-d3c1202d-5204-6b68-8c02-f229e4a2d539-b62e5eaa {
  justify-self: start;
}
