html, body {
  font-family: Helvetica, Sans-Serif, serif;
  color: black;
  background-color: #E6E6E6;
  width: 100%;
  text-align: justify;
  scroll-behavior: smooth;
}

textarea::-webkit-input-placeholder {
  color: #fff;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

textarea:-ms-input-placeholder {
  color: #fff;
}

textarea::placeholder {
  color: #fff;
}

p {
  font-weight: 100;
  color: black;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

a {
  text-decoration: none;
  color: transparent;
}

button {
  font-weight: 100;
  background-color: transparent;
  border: none;
}

ul, li {
  text-decoration: none;
  list-style: none;
  font-weight: 100;
  font-size: 18px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 90%; /* Could be more or less, depending on screen size */
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  backdrop-filter: saturate(180%) blur(10px);
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  color: white;
  border: none;
  justify-content: end;
}

.modal-header h2 {
  color: #000;
  margin: 0;
  font-size: 30px;
}

.modal-body {
  padding: 2px 16px;
}

.modal-body p {
  font-size: 17px;
  margin: 0;
  padding: 10px;
}

/*Modal*/
.nav-link:focus, .nav-link:hover {
  color: rgb(103, 103, 102);
}

#sekcia-kontakt * {
  color: #fff;
}

#sekcia-poradenstvo li:before {
  content: "-";
}

.row {
  --bs-gutter-x: 0rem;
}

.col {
  padding: 0;
}

.open {
  display: flex !important;
}

button:disabled,
button[disabled] {
  color: #a2a2a2;
}

#sekcia-o-nas {
  scroll-margin-top: 94px;
}

#sekcia-o-nas img, #sekcia-poradenstvo img {
  width: 100%;
}

.text-padding {
  padding: 20px;
}

/*NavBar*/
.navbar {
  z-index: 999;
}

nav #logo img {
  width: 50%;
}

.nav-link {
  color: black;
  padding: 0.5rem 2.5rem;
}

#logo.navbar-brand {
  justify-content: center;
}

/*NavBar*/
/*Sekcia Hero*/
#sekcia-hero {
  z-index: -99;
}

#sekcia-hero #heroHeader {
  background-image: url("../img/Section_Hero/Section_1_Background-min.png");
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 99;
}
#sekcia-hero #heroHeader .hero-image {
  background-image: url("../img/Section_Hero/Logo_White_Transparent.svg");
  height: 100vh;
  width: 100%;
  transform: translate(0, -75px);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -98;
  background-size: 25%;
}
#sekcia-hero #heroHeader .hero-arrowDown svg {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3%;
}

/*Sekcia Hero*/
/*Sekcia O nas*/
/*Sekcia O nas*/
/*Sekcia Znacky*/
#sekcia-znacky {
  background-image: url("../img/Section_Znacky/Background.jpg");
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 99;
}

.splide__track {
  text-align: center;
}

#sekcia-znacky img {
  width: 50%;
  filter: grayscale(1);
  transition: 0.2s ease-in-out;
}

#sekcia-znacky img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
  transition: 0.15s ease-in-out;
}

.splide__arrow {
  background: transparent;
}

.splide__slide {
  padding: 5px;
}

/*Sekcia Znacky*/
/*Sekcia Kontakt*/
#sekcia-kontakt {
  background-image: url("../img/Section_Kontakt/Background.png");
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 99;
}

#sekcia-kontakt .kontakt-box {
  background-color: rgba(103, 103, 102, 0.5);
}

#sekcia-kontakt a {
  color: black;
}

#sekcia-kontakt input, #sekcia-kontakt textarea {
  border: 1px solid white;
  border-top: none;
  background: transparent;
}

#sekcia-kontakt textarea {
  resize: none;
}

#sekcia-kontakt label {
  color: #fff;
}

#sekcia-kontakt button {
  width: 50%;
  border: 1px solid white;
  padding: 5px;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.5s ease-in-out;
}

#sekcia-kontakt button:hover {
  background: rgba(255, 255, 255, 0.8);
  transition: 0.5s ease-in-out;
}

#facebook img, #instagram img {
  transform: scale(1);
  transition: 0.2s all ease-in-out;
}

#facebook img:hover, #instagram img:hover {
  transform: scale(1.1);
  transition: 0.2s all ease-in-out;
}

/*Sekcia Kontakt*/
/*Sekcia Mapa*/
#sekcia-mapa {
  position: relative;
}

#sekcia-mapa .virtualna-prehliadka {
  position: absolute;
  width: 50%;
  background-color: rgba(103, 103, 102, 0.8);
  padding: 15px;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

/*Sekcia Mapa*/
/*Sekcia Footer*/
#sekcia-footer {
  background-image: url("../img/Section_Footer/Footer_Background.png");
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 99;
}

/*Sekcia Footer*/
nav #logo {
  justify-content: left;
}

#logo.navbar-brand {
  width: 30%;
}

#navBurger {
  padding: 0 30px;
}
#navBurger .navbar-nav {
  text-align: -webkit-right;
}

#sekcia-hero #heroHeader .hero-image {
  background-size: 40%;
  height: 85vh;
}
#sekcia-hero #heroHeader .hero-arrowDown svg {
  width: 14%;
  bottom: 20%;
}

#sekcia-o-nas .row {
  flex-direction: column-reverse;
}
#sekcia-o-nas p {
  font-size: 0.9rem;
  margin: 5px;
}

#sekcia-znacky .splide {
  padding: 25px;
}

#sekcia-poradenstvo .row {
  flex-direction: column;
}
#sekcia-poradenstvo p {
  font-size: 0.9rem;
  margin: 5px;
}
#sekcia-poradenstvo li {
  font-size: 0.9rem;
}

#sekcia-kontakt .kontakt-box h1 {
  font-size: 1.4rem;
}
#sekcia-kontakt .kontakt-box .row {
  flex-direction: column-reverse;
}
#sekcia-kontakt .kontakt-box form {
  display: flex;
  flex-direction: column;
}
#sekcia-kontakt .kontakt-box form label {
  margin-top: 15px;
}
#sekcia-kontakt .kontakt-box .kontakt-info > p, #sekcia-kontakt .kontakt-box .kontakt-info-down > p {
  font-size: 0.9rem;
}

#sekcia-mapa .row {
  flex-direction: column-reverse;
}
#sekcia-mapa img {
  width: 100%;
  height: auto;
}
#sekcia-mapa iframe {
  width: 100%;
}
#sekcia-mapa .virtualna-prehliadka {
  width: 100%;
}

#sekcia-footer {
  height: auto;
  padding: 1.875rem;
}
#sekcia-footer .row {
  flex-direction: column;
}
#sekcia-footer .footerBox {
  text-align: center;
}
#sekcia-footer .footerBox p {
  font-size: 0.9rem;
}
#sekcia-footer .footerLogo {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}
#sekcia-footer .footerLogo img {
  width: 50%;
}
#sekcia-footer .social-networks {
  display: flex;
  justify-content: center;
}
#sekcia-footer .social-networks #facebook {
  padding-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  #sekcia-mapa iframe {
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .modal-content {
    width: 70%;
  }
  nav.navbar {
    justify-content: space-around;
  }
  nav.navbar #logo img {
    width: 33%;
  }
  #navBurger {
    padding: 0 30px;
  }
  #navBurger .navbar-nav {
    text-align: -webkit-right;
  }
  #sekcia-hero #heroHeader .hero-image {
    background-size: 30%;
    height: 100vh;
  }
  #sekcia-hero #heroHeader .hero-arrowDown svg {
    width: 14%;
    bottom: 13%;
  }
  #sekcia-o-nas .row {
    flex-direction: row;
    align-items: center;
  }
  #sekcia-kontakt h1 {
    font-size: 1.4rem;
  }
  #sekcia-kontakt .kontakt-box .row {
    align-items: center;
    flex-direction: row;
  }
  #sekcia-kontakt .kontakt-box form {
    display: flex;
    flex-direction: column;
  }
  #sekcia-mapa .row {
    flex-direction: row;
  }
  #sekcia-mapa .row .col-lg-8 {
    display: flex;
  }
  #sekcia-mapa img {
    width: 100%;
  }
  #sekcia-mapa iframe {
    width: 100%;
  }
  #sekcia-mapa .virtualna-prehliadka {
    width: 50%;
  }
  #sekcia-footer {
    height: auto;
    padding: 1.875rem;
  }
  #sekcia-footer .row {
    flex-direction: row;
    align-items: center;
  }
  #sekcia-footer .footerLogo img {
    width: 50%;
  }
  #sekcia-footer .footerBox {
    text-align: center;
  }
  #sekcia-footer .footerBox p {
    margin: 0;
  }
  #sekcia-footer .footerLogo {
    display: flex;
    justify-content: center;
  }
  #sekcia-footer .footerBox:after {
    content: "";
    height: 50%;
    width: 3px;
    position: absolute;
    left: 33%;
    top: 65%;
    background-color: white;
    transform: translate(0, -50%);
  }
  #sekcia-footer .footerLogo:after {
    content: "";
    height: 50%;
    width: 3px;
    position: absolute;
    left: 67%;
    top: 65%;
    background-color: white;
    transform: translate(0, -50%);
  }
  #sekcia-footer .social-networks {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sekcia-footer .social-networks #facebook {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .modal-content {
    width: 50%;
  }
  nav #logo {
    text-align: center;
    transition: 2s all ease-in-out;
  }
  nav #logo img {
    transition: 2s all ease-in-out;
  }
  nav #logo.navbar-brand {
    width: 25%;
  }
  nav #navBurger {
    justify-content: center;
  }
  #logo {
    display: none;
  }
  #logo img {
    width: 0;
  }
  nav nav #logo {
    transition: 2s all ease-in-out;
  }
  nav nav #logo img {
    transition: 2s all ease-in-out;
  }
  .activeLogo {
    display: flex !important;
    width: 25% !important;
    transition: 1s all ease-in-out;
  }
  #sekcia-hero #heroHeader .hero-image {
    background-size: 20%;
  }
  #sekcia-hero #heroHeader .hero-arrowDown svg {
    width: 5%;
  }
  #sekcia-poradenstvo .row {
    flex-direction: row;
    align-items: center;
  }
  #sekcia-poradenstvo .row .col-lg-5 {
    align-self: center;
  }
  #sekcia-kontakt {
    padding: 3rem 5rem;
  }
  #sekcia-mapa .virtualna-prehliadka {
    width: 33.5%;
  }
  #sekcia-footer {
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  #sekcia-hero #heroHeader .hero-image {
    background-size: 20%;
  }
  #sekcia-hero #heroHeader .hero-arrowDown svg {
    width: 5%;
  }
  #sekcia-kontakt {
    padding: 3rem 10rem;
  }
  #sekcia-footer {
    padding: 220px 0 30px 0;
    background-position: 50% 40%;
    height: auto;
  }
  #sekcia-footer .footerLogo img {
    width: 40%;
  }
}

/*# sourceMappingURL=style.css.map */
