* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none !important;
}

body .header-margin header {
  position: relative;
  height: 75svh;
}
body .header-margin header hr {
  margin: 10px 0;
  margin-bottom: 0px;
}
body .header-margin header .header-content {
  height: 100%;
}
body .header-margin header .header-content .header-content-carousel {
  background-image: url("/img/image001comp.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 100%;
  padding: 10px 0;
  padding-bottom: 0px;
}
body .header-margin header .header-content .header-content-carousel .carousel {
  height: 100%;
}
body .header-margin header .header-content .header-content-carousel .carousel .carousel-inner {
  height: 100%;
  background-image: url(/img/layered-peaks-haikei7-crop-aligned-green4.png);
  background-repeat: repeat-x;
  background-size: 50%;
  background-position: bottom;
}
body .header-margin header .header-content .header-content-carousel .carousel .carousel-inner .carousel-item {
  height: 100%;
}
body .header-margin header .header-content .header-content-carousel .carousel .carousel-inner .carousel-item div {
  height: 100%;
}
body .header-margin header .header-content .header-content-carousel .carousel .carousel-inner .carousel-item div .crsl-container {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
  border-radius: 15px;
}
body .header-margin header .header-content .header-content-carousel .carousel .carousel-inner .carousel-item div .crsl-container div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 83%;
}
body .header-margin header .header-content .header-content-carousel .carousel .carousel-inner .carousel-item div .crsl-container div h2 {
  text-align: center;
}
body .header-margin header .header-content .header-content-carousel .carousel .carousel-inner .carousel-item div .crsl-container div p {
  text-align: center;
}
body .header-margin header .header-content .bg-img {
  display: none;
  height: 15%;
  border-radius: 0px;
  background-image: url(/img/spruceforest6-green.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  position: relative;
  filter: opacity(0.8);
  margin-top: 10px;
}
body .forest-img {
  background-image: url(/img/spruceforest6-green.png);
  height: 70px;
  width: 100%;
  background-size: contain;
  background-color: #d6dfd3;
  background-repeat: repeat-x;
}
body .onas-part {
  background-color: #d5dfd3;
}
body .onas-part .onas-wrapper {
  background-color: #eaeee8;
  padding: 14px 14px;
  margin: 20px 14px;
  border-radius: 20px;
}
body .onas-part .onas-wrapper .onas-content {
  display: flex;
  flex-direction: column;
}
body .onas-part .onas-wrapper .onas-content p {
  /* text-align: justify; */
}
body .onas-part .onas-wrapper .onas-content img {
  border-radius: 20px;
}
body .onas-part .onas-wrapper .onas-button {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .onas-part .onas-wrapper .onas-button a {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
body .onas-bgimg {
  height: 65px;
  background-image: url(/img/design1.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top;
  background-color: #f1f4f0;
}
body .content-margin {
  padding: 0 14px;
  background-color: #f1f4f0;
}
body .content-margin main {
  height: auto;
}
body .content-margin main .oznamy-part .oznamy-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .content-margin main .oznamy-part .oznamy-button a {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
body .content-margin main .oznamy-part .oznamy-header {
  margin: 20px 14px;
}
body .content-margin main .oznamy-part .oznamy-content::after {
  content: "";
  min-width: 14px;
}
body .content-margin main .oznamy-part .oznamy-content {
  display: flex;
  flex-direction: column;
}
body .content-margin main .oznamy-part .oznamy-content .oznam {
  width: 100%;
  border: 1px solid #d5dfd3;
  padding: 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
}
body .content-margin main .oznamy-part .oznamy-content .oznam .img {
  border-radius: 10px;
  max-width: 300px;
  max-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body .content-margin main .oznamy-part .oznamy-content .oznam .name-date {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
body .content-margin main .oznamy-part .oznamy-content .oznam:last-child {
  margin-right: 0px;
}
body .content-margin hr {
  margin: 20px 0;
}

.footer-bgimg {
  height: 65px;
  background-image: url(/img/layered-waves-haikei-onasbg2.svg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
  background-color: #f1f4f0;
}


/*Antigravity part */

/* Lightbox Image Resizing */
.post-content img {
    max-width: 250px;
    max-height: 250px;
    object-fit: cover; /* Zmena na cover aby nevznikali biele pruhy, co zvyrazni border-radius */
    cursor: pointer;
    border-radius: 15px;
    transition: transform 0.2s;
    display: block;
    margin: 10px 0;
}

.post-content img:hover {
    transform: scale(1.02);
}

/* Modal styles */
.image-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-modal.show {
    opacity: 1;
}

.image-modal img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.image-modal.show img {
    transform: scale(1);
}

.image-modal .close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10001;
}

.image-modal .close-modal:hover,
.image-modal .close-modal:focus {
    color: #bbb;
    text-decoration: none;
}
/*# sourceMappingURL=style.css.map */