html,
body {
  font-size: 10px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #faffff;
  font-family: "Montserrat", sans-serif;
}

a,
a:active,
a:visited {
  text-decoration: none;
  color: #262f38;
}

body {
  position: relative;
}
body .decoration-left {
  position: absolute;
  top: 1.25vw;
  left: 1.25vw;
  width: 10vw;
}
body .decoration-left img {
  width: 100%;
}
body .decoration-right {
  position: absolute;
  bottom: 5.25vw;
  right: 1.25vw;
  width: 10vw;
}
body .decoration-right img {
  width: 100%;
}
body main {
  width: 100%;
}
body main header {
  padding: 0 20%;
  margin-bottom: 7.5%;
}
body main header nav {
  height: 17.5vh;
  width: 100%;
  display: grid;
  grid-template-columns: 30% 70%;
  justify-content: space-between;
  align-items: center;
}
body main header nav .logo {
  display: flex;
  max-height: 10vh;
  max-width: 10.5vw;
  margin: 0;
  justify-content: start;
  align-items: center;
}
body main header nav .logo img {
  max-height: 8vh;
  max-width: 10.5vw;
}
body main header nav .menu {
  display: flex;
  justify-content: end;
  padding-right: 5vw;
  align-items: center;
}
body main header nav .menu a,
body main header nav .menu a:active,
body main header nav .menu a:visited {
  font-size: 0.75vw;
  color: #262f38;
  text-decoration: none;
  padding: 0 3%;
}
body main header nav .menu .button {
  background-color: #4fa834;
  color: #ffffff !important;
  border-radius: 24px;
  padding: 2% 3.5% !important;
}
body main header nav .menu .button:hover {
  background-color: #262f38;
}
body main header nav .menu-mobile {
  display: none;
}
body main header nav .menu-content {
  display: none;
}
body main header .container {
  display: grid;
  position: relative;
  grid-template-columns: 45% 55%;
}
body main header .container .text-content-1 {
  order: 1;
  z-index: 1;
}
body main header .container .text-content-1 h1 {
  margin: 0;
  margin-bottom: 10%;
  color: #262f38;
  font-family: Degular;
  font-size: 4vw;
  letter-spacing: 0px;
  line-height: 1.15;
}
body main header .container .text-content-1 h1 span {
  color: #4fa834;
}
body main header .container .text-content-2 {
  position: relative;
  order: 1;
}
body main header .container .text-content-2 .layer-container {
  position: relative;
  padding-left: 10%;
}
body main header .container .text-content-2 .layer-container h2 {
  width: 80%;
  margin: 0;
  font-size: 0.8vw;
  font-weight: 300;
  position: relative;
  line-height: 1.5;
}
body main header .container .text-content-2 .layer-container .bold {
  font-weight: 600;
}
body main header .container .text-content-2 .layer-container::before {
  position: absolute;
  content: "";
  width: 5%;
  border-radius: 9px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #4fa834;
}
body main header .container .text-content-2 .contact-content {
  margin-top: 9%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body main header .container .text-content-2 .contact-content a,
body main header .container .text-content-2 .contact-content a:visited {
  text-decoration: none;
  margin-right: 7.5%;
}
body main header .container .text-content-2 .contact-content .email {
  color: #ffffff;
  background-color: #262f38;
  border-radius: 24px;
  padding: 3% 5%;
  font-size: 0.7vw;
  font-weight: 600;
}
body main header .container .text-content-2 .contact-content .phone {
  color: #000000;
  font-size: 0.7vw;
  font-weight: 600;
}
body main header .container .img-content {
  grid-row: 1/span 2;
  grid-column: 2;
  order: 3;
  position: relative;
  top: 5%;
  left: -7.5%;
  z-index: 0;
}
body main header .container .img-content img {
  width: 100%;
}
body main #sluzby {
  padding: 0 20%;
  margin-bottom: 7.5%;
}
body main #sluzby .container {
  width: 89%;
  padding: 0 5.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main #sluzby .container h1 {
  margin: 0;
  color: #262f38;
  font-family: Degular;
  font-size: 1.8vw;
  letter-spacing: 0px;
  text-align: center;
}
body main #sluzby .container h1 span {
  color: #4fa834;
}
body main #sluzby .container p {
  font-size: 0.7vw;
  font-weight: 300;
  text-align: center;
}
body main #sluzby .container .services-container {
  margin-top: 5%;
  width: 100%;
  display: grid;
  grid-template-columns: 47.5% 47.5%;
  gap: 5%;
}
body main #sluzby .container .services-container .service-container {
  display: flex;
  align-items: center;
}
body main #sluzby .container .services-container .service-container .frame {
  padding-right: 10%;
  width: 20%;
}
body main #sluzby .container .services-container .service-container .frame img {
  width: 100%;
}
body main #sluzby .container .services-container .service-container h2 {
  font-size: 0.8vw;
  font-weight: 300;
  width: 50%;
}
body main #sluzby .container .services-container .service-container h2 span {
  font-weight: 600;
}
body main #reference {
  padding: 0 20%;
  margin-bottom: 5%;
}
body main #reference .container .title-button-line {
  display: flex;
  align-items: center;
}
body main #reference .container .title-button-line h1 {
  margin: 0;
  color: #262f38;
  font-family: Degular;
  font-size: 1.8vw;
  letter-spacing: 0px;
  padding-right: 2.5%;
}
body main #reference .container .title-button-line h1 span {
  color: #4fa834;
}
body main #reference .container .title-button-line a,
body main #reference .container .title-button-line :active {
  text-decoration: none;
}
body main #reference .container .title-button-line .contact-button {
  color: #ffffff;
  background-color: #262f38;
  border-radius: 24px;
  padding: 1.5% 2%;
  font-size: 0.7vw;
  font-weight: 600;
}
body main #reference .container .img-container {
  width: 100%;
  display: grid;
  grid-template-columns: 24.4% 24.4% 24.4% 24.4%;
  gap: 0.8%;
  margin-top: 3%;
}
body main #reference .container .img-container img {
  width: 100%;
}
body main #vyhody {
  padding: 0 20%;
  margin-bottom: 5%;
}
body main #vyhody .container {
  display: flex;
  justify-content: center; /* Centers the content horizontally */
  width: 80%;
  padding: 0 10%;
  gap: 10%;
}
body main #vyhody .container .content-container {
  display: flex; /* Use flexbox */
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally */
  text-align: center; /* Ensure text is centered */
  width: 100%;
}
body main #vyhody .container .content-container .frame {
  width: 3.5vw;
  height: 3.5vw;
  margin-bottom: 10%; /* Add some space below the image */
}
body main #vyhody .container .content-container .frame img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
body main #vyhody .container .content-container h1 {
  font-size: 0.8vw;
  font-weight: 300;
}
body main #kontaktovat .container .contact-form-section {
  padding: 0 20%;
  padding-bottom: 2.5%;
  display: grid;
  grid-template-columns: 40% 48%;
  gap: 12%;
}
body main #kontaktovat .container .contact-form-section .text {
  width: 100%;
}
body main #kontaktovat .container .contact-form-section .text h1 {
  margin: 0;
  margin-bottom: 7.5%;
  color: #262f38;
  font-family: Degular;
  font-size: 1.8vw;
  letter-spacing: 0px;
  padding-right: 2.5%;
}
body main #kontaktovat .container .contact-form-section .text h1 span {
  color: #4fa834;
}
body main #kontaktovat .container .contact-form-section .text p {
  font-size: 0.8vw;
  margin: 1.5% 0;
}
body main #kontaktovat .container .contact-form-section .text .bold {
  font-weight: 600;
}
body main #kontaktovat .container .contact-form-section .contact-form-container {
  width: 100%;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group {
  position: relative;
  margin: 10px 0;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group label {
  position: absolute;
  top: -4px;
  left: 4.5%;
  font-size: 0.7vw;
  padding: 0 5px;
  background-color: white;
  color: #9b9b9b;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group input {
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
  border: 1px solid #262f38;
  border-radius: 31px;
  background-color: #ffffff;
  font-size: 0.9vw;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group .message {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  border: 1px solid #262f38;
  border-radius: 31px;
  background-color: #ffffff;
  font-size: 0.9vw;
  resize: none;
  box-sizing: border-box;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons .form-group p {
  padding-left: 3%;
  width: 75%;
  margin: 0;
  font-size: 0.8vw;
  color: #4d4d4d;
  background: none;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons .form-group p a,
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons .form-group p a:visited,
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons .form-group p a:active {
  text-decoration: none;
  font-weight: 600;
  color: #4d4d4d;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons .form-group input[type=checkbox] {
  width: 1.25vw;
  height: 1.25vw;
  border-color: #262f38;
  accent-color: #4fa834; /* Change the checkbox color */
  cursor: pointer;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons .form-group input[type=checkbox]:hover {
  accent-color: #262f38;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons input[type=submit] {
  background-color: #4fa834;
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.7vw;
  font-weight: 600;
  padding: 2.5% 3.5%;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons input[type=submit]:hover {
  background-color: #262f38;
  color: white;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form #formMessage {
  display: none;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form #formMessage #message {
  font-size: 0.8vw;
  color: #262f38;
}
body main #kontaktovat .container .contact-form-section .contact-form-container form .active-message {
  display: block !important;
}
body main #kontaktovat .container .contact-info-section {
  padding: 2.5% 20%;
  display: grid;
  grid-template-columns: 35% 35%;
  gap: 5%;
  background-color: #efefef;
}
body main #kontaktovat .container .contact-info-section .contact-person-container {
  display: grid;
  align-items: center;
  grid-template-columns: 25% 65%;
  gap: 10%;
}
body main #kontaktovat .container .contact-info-section .contact-person-container .frame {
  width: 100%;
}
body main #kontaktovat .container .contact-info-section .contact-person-container .frame img {
  width: 100%;
}
body main #kontaktovat .container .contact-info-section .contact-person-container .contact-info p {
  font-size: 0.8vw;
  margin: 2.5% 0;
  color: #4d4d4d;
}
body main #kontaktovat .container .contact-info-section .contact-person-container .contact-info p a,
body main #kontaktovat .container .contact-info-section .contact-person-container .contact-info p a:active {
  text-decoration: none;
  color: #4d4d4d;
}
body main #kontaktovat .container .contact-info-section .contact-person-container .contact-info .bold {
  font-weight: 600;
}
body main #kontaktovat .container .contact-info-section .contact-payment-container {
  padding-top: 10%;
}
body main #kontaktovat .container .contact-info-section .contact-payment-container p {
  font-size: 0.8vw;
  margin: 2.5% 0;
  color: #4d4d4d;
}
body main #kontaktovat .container .contact-info-section .contact-payment-container .bold {
  font-weight: 600;
}
body footer {
  display: grid;
  grid-template-columns: 5% 17.5% 45% 22.5%;
  gap: 3.33%;
  align-items: center;
  padding: 1vw 20%;
  background-color: #262f38;
  height: 2.5vw;
  color: #ffffff;
}
body footer .cookies {
  cursor: pointer;
}
body footer .cookies:hover {
  color: #44b649;
}
body footer p {
  font-size: 0.65vw;
  margin: 0;
}
body footer a,
body footer a:active,
body footer a:visited {
  text-decoration: none;
  color: #ffffff !important;
}
body footer a:hover {
  color: #44b649;
}
body footer .center {
  text-align: center;
}
body footer .baxpace {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body footer .baxpace img {
  padding-left: 50%;
  width: 50%;
}

.cookies-bar {
  background-color: #262f38;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
}
.cookies-bar .container {
  padding: 0 15%;
  display: grid;
  grid-template-columns: 55% 40%;
  gap: 5%;
  align-items: center;
}
.cookies-bar .container .text {
  color: #ffffff;
  font-size: 0.85vw;
}
.cookies-bar .container .buttons {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.cookies-bar .container .buttons .decline-all,
.cookies-bar .container .buttons .settings {
  cursor: pointer;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.85vw;
  padding: 2.5% 3%;
  margin-right: 2.5%;
}
.cookies-bar .container .buttons .decline-all:hover,
.cookies-bar .container .buttons .settings:hover {
  background-color: #ffffff;
  color: #262f38;
}
.cookies-bar .container .buttons .accept-all {
  cursor: pointer;
  color: #262f38;
  background-color: #efefef;
  font-size: 0.85vw;
  padding: 2.5% 3%;
}
.cookies-bar .container .buttons .accept-all:hover {
  color: #ffffff;
  background-color: #4fa834;
}

.cookies-settings {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 50%;
  margin: auto 25%;
  margin-top: 15%;
  background-color: #faffff;
  border: 0.1px solid #7e7e7e;
}
.cookies-settings .container {
  position: relative;
  padding: 3.5%;
}
.cookies-settings .container .cross {
  position: absolute;
  right: 1.25vw;
  top: 1.25vw;
  width: 15px;
  height: 15px;
  background: none;
  cursor: pointer;
}
.cookies-settings .container .cross::before,
.cookies-settings .container .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px; /* Slightly increased height for better visibility */
  width: 16px;
  background-color: #262f38; /* Replace with $contentColor if using a preprocessor */
  display: block;
  transform-origin: center;
  cursor: pointer;
}
.cookies-settings .container .cross:hover::before,
.cookies-settings .container .cross:hover::after {
  background-color: #4fa834;
}
.cookies-settings .container .cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cookies-settings .container .cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cookies-settings .container h1 {
  margin: 0;
  color: #262f38;
  font-family: Degular;
  font-size: 2.2vw;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
.cookies-settings .container h1 span {
  color: #4fa834;
}
.cookies-settings .container p {
  margin-top: 5%;
  margin-bottom: 3%;
  font-size: 0.9vw;
}
.cookies-settings .container p span {
  font-weight: 600;
}
.cookies-settings .container .buttons {
  margin-top: 2.5%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2%;
}
.cookies-settings .container .buttons .decline-all {
  cursor: pointer;
  border: 1px solid #262f38;
  color: #262f38;
  font-size: 0.85vw;
  padding: 2% 2.5%;
}
.cookies-settings .container .buttons .decline-all:hover {
  background-color: #262f38;
  color: #ffffff;
}
.cookies-settings .container .buttons .accept-all {
  cursor: pointer;
  color: #ffffff;
  background-color: #4fa834;
  font-size: 0.85vw;
  padding: 2% 2.5%;
}
.cookies-settings .container .buttons .accept-all:hover {
  color: #ffffff;
  background-color: #262f38;
}
.cookies-settings .container .settings-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cookies-settings .container .settings-container p {
  margin: 1.5% 0;
  font-size: 0.9vw;
}
.cookies-settings .container .settings-container .line {
  width: 7%;
  height: 1.5vw;
  padding: 2.5px;
  border-radius: 24px;
  background-color: #262f38;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.cookies-settings .container .settings-container .line .circle {
  height: 1.4vw;
  width: 1.4vw;
  border-radius: 50%;
  background-color: #4fa834;
}
.cookies-settings .container .settings-container .line.turn-on {
  display: flex;
  justify-content: end;
}
.cookies-settings .container .settings-container .necessary {
  background-color: #7e7e7e;
  display: flex;
  justify-content: end;
  cursor: not-allowed;
}

.active-settings {
  display: block;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  body main header {
    padding: 0 5%;
    margin-bottom: 7.5%;
  }
  body main header nav {
    height: 10vh;
    width: 100%;
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    align-items: center;
  }
  body main header nav .logo {
    max-height: 9vh;
    max-width: 32.5vw;
  }
  body main header nav .logo img {
    max-width: 32.5vw;
    max-height: 9vh;
  }
  body main header nav .menu {
    display: none;
  }
  body main header nav .menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Basic styles for the hamburger menu */
    /* Toggle cross effect */
  }
  body main header nav .menu-mobile a,
  body main header nav .menu-mobile a:active,
  body main header nav .menu-mobile a:visited {
    text-decoration: none;
    font-weight: 600;
  }
  body main header nav .menu-mobile .button {
    background-color: #4fa834;
    color: #ffffff !important;
    border-radius: 24px;
    padding: 6% 7.5%;
    margin-left: 10%;
    font-size: 3.1vw;
  }
  body main header nav .menu-mobile .button:hover {
    background-color: #262f38;
  }
  body main header nav .menu-mobile .hamburger-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  body main header nav .menu-mobile .hamburger-menu div {
    width: 30px;
    height: 4px;
    background-color: #262f38;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 4px;
  }
  body main header nav .menu-mobile .change .bar1 {
    transform: rotate(-45deg) translate(-7px, 7px);
  }
  body main header nav .menu-mobile .change .bar2 {
    opacity: 0;
  }
  body main header nav .menu-mobile .change .bar3 {
    transform: rotate(45deg) translate(-7px, -7px);
  }
  body main header nav .menu-content {
    transition: 0.6s;
    background-color: #faffff;
    position: absolute;
    z-index: 3;
    display: block;
    top: 9vh;
    right: -100%;
    box-shadow: 0px 10px 17px -11px rgba(0, 0, 0, 0.75);
  }
  body main header nav .menu-content .menu-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px;
  }
  body main header nav .menu-content .menu-content-container a,
  body main header nav .menu-content .menu-content-container a:active,
  body main header nav .menu-content .menu-content-container a:visited {
    color: #262f38;
    font-weight: 300;
    margin: 10px;
    font-size: 4vw;
    text-decoration: none;
  }
  body main header nav .menu-content.show {
    background-color: #faffff;
    position: absolute;
    z-index: 3;
    display: block;
    top: 9vh;
    right: 6vw;
    box-shadow: 0px 10px 17px -11px rgba(0, 0, 0, 0.75);
  }
  body main header .container {
    grid-template-columns: 100%;
  }
  body main header .container .text-content-1 {
    width: 95%;
  }
  body main header .container .text-content-1 h1 {
    margin-bottom: 3%;
    font-size: 11vw;
  }
  body main header .container .text-content-2 {
    order: 3;
  }
  body main header .container .text-content-2 .layer-container {
    padding-left: 12.5%;
  }
  body main header .container .text-content-2 .layer-container h2 {
    width: 80%;
    margin: 0;
    font-size: 4vw;
    margin-top: 5%;
  }
  body main header .container .text-content-2 .contact-content {
    margin-top: 9%;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  body main header .container .text-content-2 .contact-content a,
  body main header .container .text-content-2 .contact-content a:visited {
    margin-right: 0;
  }
  body main header .container .text-content-2 .contact-content .email {
    font-size: 3.1vw;
  }
  body main header .container .text-content-2 .contact-content .phone {
    padding-left: 3.75%;
    padding-top: 5%;
    color: #000000;
    font-size: 3.1vw;
    font-weight: 600;
  }
  body main header .container .img-content {
    grid-row: 2;
    grid-column: 1;
    order: 2;
    top: 0;
    left: 0;
  }
  body main #sluzby {
    padding: 0 5%;
    margin-bottom: 40%;
  }
  body main #sluzby .container {
    width: 89%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  body main #sluzby .container h1 {
    margin: 0;
    padding-left: 1.5%;
    font-size: 9vw;
    text-align: left;
  }
  body main #sluzby .container h1 span {
    color: #4fa834;
  }
  body main #sluzby .container p {
    font-size: 3.1vw;
    text-align: left;
    padding-left: 1.5%;
  }
  body main #sluzby .container .services-container {
    margin-top: 5%;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    gap: 5%;
  }
  body main #sluzby .container .services-container .service1 {
    order: 1;
  }
  body main #sluzby .container .services-container .service2 {
    order: 2;
  }
  body main #sluzby .container .services-container .service3 {
    order: 3;
  }
  body main #sluzby .container .services-container .service4 {
    order: 4;
  }
  body main #sluzby .container .services-container .service5 {
    order: 5;
  }
  body main #sluzby .container .services-container .service6 {
    order: 6;
  }
  body main #sluzby .container .services-container .service-container {
    display: flex;
    align-items: center;
  }
  body main #sluzby .container .services-container .service-container .frame {
    padding-right: 5%;
    width: 30%;
  }
  body main #sluzby .container .services-container .service-container h2 {
    font-size: 4vw;
    width: 85%;
  }
  body main #reference {
    padding: 0 5%;
    margin-bottom: 5%;
  }
  body main #reference .container .title-button-line {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  body main #reference .container .title-button-line h1 {
    font-size: 9vw;
    letter-spacing: 0px;
    padding-right: 7.5%;
    margin-bottom: 3.5%;
  }
  body main #reference .container .title-button-line .contact-button {
    border-radius: 24px;
    padding: 3% 4%;
    font-size: 3.1vw;
  }
  body main #reference .container .img-container {
    margin-top: 8%;
    grid-template-columns: 43.75vw 43.75vw;
    gap: 2.5vw;
  }
  body main #vyhody {
    padding: 0 5%;
    margin-bottom: 5%;
  }
  body main #vyhody .container {
    display: grid;
    grid-template-columns: 35vw 35vw;
    justify-content: center; /* Centers the content horizontally */
    width: 90vw;
    padding: 0;
    gap: 10vw;
  }
  body main #vyhody .container .content-container {
    display: flex; /* Use flexbox */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    text-align: center; /* Ensure text is centered */
    width: 100%;
  }
  body main #vyhody .container .content-container .frame {
    width: 15vw;
    height: 15vw;
    margin-bottom: 10%; /* Add some space below the image */
  }
  body main #vyhody .container .content-container h1 {
    font-size: 4vw;
    font-weight: 300;
  }
  body main #kontaktovat .container .contact-form-section {
    padding: 0 5%;
    padding-bottom: 15%;
    grid-template-columns: 100%;
    gap: 0;
  }
  body main #kontaktovat .container .contact-form-section .text {
    margin: 0;
  }
  body main #kontaktovat .container .contact-form-section .text h1 {
    margin: 0;
    margin-bottom: 7.5%;
    font-size: 9vw;
    padding-right: 0;
  }
  body main #kontaktovat .container .contact-form-section .text p {
    font-size: 4vw;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container {
    margin-top: 5%;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group {
    position: relative;
    margin: 10px 0;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group label {
    position: absolute;
    top: -5px;
    left: 4.5%;
    font-size: 3.1vw;
    padding: 0 5px;
    background-color: white;
    color: #9b9b9b;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group input {
    width: 98%;
    padding: 5%;
    font-size: 4vw;
    box-sizing: border-box;
    border: 1px solid #262f38;
    border-radius: 31px;
    background-color: #ffffff;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group .message {
    width: 98%;
    font-size: 4vw;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons .form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons .form-group p {
    padding-left: 3%;
    width: 75%;
    margin: 0;
    font-size: 4vw;
    color: #4d4d4d;
    background: none;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons .form-group input[type=checkbox] {
    width: 5.5vw;
    height: 5.5vw;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form .form-group-buttons input[type=submit] {
    background-color: #4fa834;
    color: white;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    text-decoration: none;
    font-size: 4vw;
    font-weight: 600;
    padding: 3% 4.5%;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form #formMessage {
    display: none;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form #formMessage #message {
    font-size: 4vw;
    color: #262f38;
  }
  body main #kontaktovat .container .contact-form-section .contact-form-container form .active-message {
    display: block !important;
  }
  body main #kontaktovat .container .contact-info-section {
    padding: 15% 5%;
    display: grid;
    grid-template-columns: 100%;
    gap: 2.5%;
    background-color: #efefef;
  }
  body main #kontaktovat .container .contact-info-section .contact-person-container {
    display: grid;
    align-items: center;
    grid-template-columns: 22.5% 77.5%;
    gap: 5%;
  }
  body main #kontaktovat .container .contact-info-section .contact-person-container .contact-info p {
    font-size: 4vw;
    margin: 2.5% 0;
  }
  body main #kontaktovat .container .contact-info-section .contact-payment-container {
    padding-top: 0%;
    padding-bottom: 2.5%;
    gap: 2.5%;
  }
  body main #kontaktovat .container .contact-info-section .contact-payment-container p {
    font-size: 4vw;
    margin: 2.5% 0;
    color: #4d4d4d;
  }
  body main #kontaktovat .container .contact-info-section .contact-payment-container .bold {
    font-weight: 600;
  }
  body footer {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 0;
    align-items: center;
    justify-content: center;
    padding: 5vw 15%;
    padding-bottom: 2vw;
    background-color: #262f38;
    height: auto;
    color: #ffffff;
  }
  body footer p {
    display: flex;
    font-size: 3.25vw;
    margin: 0;
    align-items: center;
    justify-items: center;
  }
  body footer a,
  body footer a:active {
    text-decoration: none;
    color: #ffffff;
  }
  body footer .center {
    text-align: center;
    grid-column: 1/span 2;
    padding-top: 2.5%;
    padding-bottom: 7.5%;
  }
  body footer .baxpace {
    grid-column: 1/span 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body footer .baxpace img {
    padding: 0 25%;
    width: 50%;
  }
  .cookies-bar {
    background-color: #262f38;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
  .cookies-bar .container {
    padding: 0 5%;
    grid-template-columns: 100%;
    gap: 0;
    align-items: center;
  }
  .cookies-bar .container .text {
    font-size: 3.4vw;
  }
  .cookies-bar .container .buttons {
    padding-bottom: 2.5%;
    justify-content: center;
  }
  .cookies-bar .container .buttons .decline-all,
  .cookies-bar .container .buttons .settings {
    font-size: 3.1vw;
  }
  .cookies-bar .container .buttons .accept-all {
    font-size: 3.1vw;
  }
  .cookies-settings {
    width: 90%;
    margin: auto 3%;
    margin-top: 30vh;
  }
  .cookies-settings .container {
    padding: 5%;
  }
  .cookies-settings .container .cross {
    right: 5%;
    top: 5%;
  }
  .cookies-settings .container h1 {
    margin: 0;
    margin-top: 5%;
    font-size: 8vw;
  }
  .cookies-settings .container p {
    font-size: 3.4vw;
  }
  .cookies-settings .container .buttons {
    margin-top: 5%;
  }
  .cookies-settings .container .buttons .decline-all {
    font-size: 3.4vw;
    padding: 2% 2.5%;
  }
  .cookies-settings .container .buttons .accept-all {
    font-size: 3.4vw;
    padding: 2.5% 2.5%;
  }
  .cookies-settings .container .settings-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cookies-settings .container .settings-container p {
    margin: 1.5% 0;
    font-size: 3.1vw;
    width: 75%;
  }
  .cookies-settings .container .settings-container .line {
    width: 12.5%;
    height: 4.6vw;
    padding: 2.5px;
  }
  .cookies-settings .container .settings-container .line .circle {
    height: 4.5vw;
    width: 4.5vw;
  }
  .active-settings {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */