@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
* {
  font-family: "Open Sans", sans-serif;
  line-height: 24.5px;
  font-weight: 300;
}

h1 {
  font-size: 30px;
  color: #71BF44;
  font-weight: 700;
  line-height: 49px;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  color: #71BF44;
  font-weight: 700;
  line-height: 49px;
  text-transform: uppercase;
}

h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 49px;
  text-transform: uppercase;
}

p {
  margin-bottom: 25px;
}

a {
  color: #71BF44;
  text-decoration: none;
}
a:hover {
  color: #E4A03D;
}

.light {
  font-weight: 300;
}

button.navbar-toggler {
  z-index: 9;
}

.navbar {
  overflow: hidden;
}

.menuleaf {
  position: absolute;
  z-index: -1;
  margin-left: -45px;
  transform: rotate(40deg);
  margin-top: -37px;
}
.menuleaf img {
  width: 50px;
}

.navbar-collapse {
  z-index: 1;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  height: 100vh;
  padding: 20vh 0;
  width: 100vw;
  transition: 0.3s;
  transition-timing-function: linear;
}
.navbar-collapse.show {
  left: 0;
}

.grey-bg {
  background-color: #F7F7F7;
}

.navbar .row {
  text-align: center;
}

.navbar-collapse .navbar-nav {
  align-items: center;
  justify-content: center;
  background-color: #ffffffe7;
}
.navbar-collapse .navbar-nav .nav-item {
  padding: 10px 35px;
}
.navbar-collapse .navbar-nav .nav-item a.nav-link {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
}
.navbar-collapse .navbar-nav .nav-item a.nav-link:hover, .navbar-collapse .navbar-nav .nav-item a.nav-link:active {
  color: #71BF44;
}
.navbar-collapse .navbar-nav .nav-item a.nav-link.active {
  color: #71BF44;
}

.btn.btn-main {
  background-color: #71BF44;
  border-radius: 10px;
  padding: 10px 20px !important;
  color: #fff;
  text-transform: uppercase;
}
.btn.btn-main:hover {
  background-color: #E4A03D;
  color: #fff;
}

#storitve,
#o-nas {
  margin: 0 0 100px 0;
}

#header-image {
  text-align: center;
  position: relative;
  top: -135px;
}
#header-image img {
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: -1;
  width: -webkit-fill-available;
  margin-bottom: 50px;
}
#header-image .header-title {
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}
#header-image .header-title p {
  max-width: 560px;
}

#terms td,
#terms th {
  padding: 7px;
  border: 1px solid #1f1f1f;
}

#storitve {
  background-image: url("/assets/images/storitve-bg.png");
  background-size: cover;
  padding: 100px 0 150px;
  background-attachment: fixed;
}
#storitve .leaf1 {
  position: absolute;
  margin-top: -160px;
}
#storitve .leaf2 {
  position: absolute;
  margin-top: 40px;
  right: 0;
}
#storitve .leaf1 img,
#storitve .leaf2 img {
  width: 50vw;
}
#storitve .title {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#storitve .title p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
#storitve .image-container {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
#storitve .image-container img {
  width: 100%;
  height: auto;
}
#storitve .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}
#storitve .overlay-content {
  text-align: center;
  color: #fff;
  padding: 20px;
}
#storitve .image-container img {
  filter: brightness(0.5);
  transition: 0.5s;
}
#storitve .image-container:hover img {
  filter: brightness(1);
}

#o-nas .o-nas {
  position: relative;
  margin: 50px 0;
  width: -webkit-fill-available;
}
#o-nas #o-nas-1 {
  float: left;
  top: -20px;
}
#o-nas #o-nas-2 {
  float: right;
  top: 40%;
}
#o-nas .row {
  align-items: center;
}

#mnenja {
  padding-bottom: 50px;
}
#mnenja .leaf3 img {
  position: relative;
  top: -90px;
  width: 70vw;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -100px;
}
#mnenja .title {
  text-align: center;
  text-align: -webkit-center;
}
#mnenja hr {
  width: 240px;
  max-width: 100%;
  color: #71BF44;
  opacity: 1;
  border: 1px solid;
}
#mnenja #mnenja-slider {
  width: 80%;
  text-align: center;
  margin: 20px auto;
}
#mnenja #mnenja-slider .slick-prev:before,
#mnenja #mnenja-slider .slick-next:before {
  color: transparent;
}
#mnenja #mnenja-slider .slick-track {
  display: flex;
}
#mnenja #mnenja-slider .slick-slide {
  align-self: center;
}
#mnenja #mnenja-slider .slick-prev {
  left: -50px !important;
  width: 50px;
  height: 50px;
}
#mnenja #mnenja-slider .slick-prev:before {
  display: block;
  background-image: url("/assets/icons/previous.png");
  background-repeat: no-repeat;
  background-position: center;
}
#mnenja #mnenja-slider .slick-next {
  right: -50px !important;
  width: 50px;
  height: 50px;
}
#mnenja #mnenja-slider .slick-next:before {
  display: block;
  background-image: url("/assets/icons/next.png");
  background-repeat: no-repeat;
  background-position: center;
}
#mnenja #mnenja-slider .grade {
  margin: 0 0 20px 0;
}
#mnenja #mnenja-slider .star {
  font-size: 25px;
  margin: 5px;
}
#mnenja #mnenja-slider .star.empty {
  color: #D8D8D8;
}
#mnenja #mnenja-slider .star.filled {
  color: #71BF44;
}
#mnenja #mnenja-slider .customer {
  font-weight: 600;
}

footer {
  background-image: url("/assets/images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
footer .title h3 {
  color: #71BF44;
}
footer .footer-data ul {
  padding-left: 0;
}
footer .footer-data li,
footer .footer-data li a,
footer .footer-data p,
footer .footer-data a,
footer .footer-data span {
  list-style-type: none;
  color: white;
  text-decoration: none;
  transition: 0.5s;
}
footer .footer-data a:hover {
  color: #71BF44;
}
footer .icons {
  text-align: center;
}
footer .social {
  height: 35px;
  width: 35px;
  display: inline-flex;
  background-color: #71BF44;
  border-radius: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin: 40px 5px;
}
footer .social img {
  margin: 50% 0;
}

#o-meni {
  padding: 15px 0 50px 0;
}
#o-meni .title p {
  text-transform: uppercase;
  font-weight: 400;
}

#zakaj-mi .leaf1 {
  position: absolute;
  margin-top: -70px;
}
#zakaj-mi .leaf2 {
  position: absolute;
  margin-top: -80px;
  right: 0;
}
#zakaj-mi .leaf1 img,
#zakaj-mi .leaf2 img {
  width: 50vw;
}
#zakaj-mi .number {
  font-size: 32px;
  color: #71BF44;
  font-weight: 500;
  margin-bottom: 10px;
}
#zakaj-mi .number-text {
  margin-bottom: 30px;
}
#zakaj-mi .title h3 {
  color: #000;
  font-size: 24px;
  text-transform: initial;
  font-weight: 400;
}
#zakaj-mi ul li {
  padding-bottom: 5px;
}
#zakaj-mi hr {
  width: 240px;
  max-width: 100%;
  color: #71BF44;
  opacity: 1;
  border: 1px solid;
  margin: 0 auto;
}

#rezerviraj {
  background-image: url("/assets/images/reserve-bg.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#rezerviraj .content {
  padding: 100px 0px;
  color: white;
}
#rezerviraj .content h3 {
  color: #71BF44;
}
#rezerviraj .content p {
  max-width: 700px;
  text-align: center;
  width: -webkit-fill-available;
}

#cenik {
  padding: 50px 0;
}
#cenik .title {
  color: #71BF44;
  font-weight: 500;
  text-transform: uppercase;
  margin: 20px 0 5px;
}
#cenik .prices {
  padding-left: 0;
}
#cenik .price-row {
  border-bottom: 1px solid #838383;
}
#cenik span.list-price {
  white-space: nowrap;
}
#cenik .prices-valid {
  color: #71BF44;
  font-weight: 600;
}
#cenik a {
  color: #E4A03D;
  text-decoration: none;
}
#cenik .leaf1 {
  position: absolute;
  right: 0;
}

#kontakt {
  margin: 100px 0 150px;
}
#kontakt .container.bg-holder {
  border-radius: 50px;
  background: #F7F7F7;
  background: linear-gradient(90deg, #F7F7F7 0%, #F7F7F7 90%, #71BF44 90%, #71BF44 100%);
  box-shadow: 0px 0px 45px 15px rgba(0, 0, 0, 0.25);
}
#kontakt input,
#kontakt textarea {
  padding: 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  width: 100%;
  margin: 13px 0;
  border: none;
  background: white;
}
#kontakt input {
  border-radius: 500px;
}
#kontakt textarea {
  border-radius: 25px;
}
#kontakt .p-5 {
  padding: 2rem 1rem !important;
}
#kontakt .icon-holder {
  font-size: 13px;
  padding: 0 0 20px 0;
  display: flex;
}
#kontakt .icon-holder p.icon-title {
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
#kontakt .icon-holder .icon,
#kontakt .icon-holder .text {
  place-self: center;
}
#kontakt .icon-holder .text {
  padding-left: 10px;
  line-height: 1.5;
}
#kontakt .icon-holder a {
  line-height: 0;
}
#kontakt .leaf1 {
  position: absolute;
  margin-top: -40px;
  margin-left: -40px;
}
#kontakt .leaf1 img {
  width: 30vw;
}
#kontakt .map-holder {
  display: grid;
  min-height: 500px;
}

.card {
  border: none;
  box-shadow: 0 8px 49px -6px rgba(0, 0, 0, 0.16);
  border-radius: 0;
}
.card a {
  color: black;
}
.card a:hover {
  color: black;
}
.card img.card-img-top {
  border-radius: 0;
}
.card .card-body {
  padding: 35px 25px;
}
.card .card-body .card-title {
  font-size: 24px;
}
.card .card-body .card-text {
  font-size: 16px;
}

#vse-storitve {
  margin: 100px 0 150px;
}
#vse-storitve .leaf1 {
  visibility: hidden;
  position: absolute;
  margin-top: -50px;
  left: 0;
}
#vse-storitve .leaf2 {
  visibility: hidden;
  position: absolute;
  margin-top: -50px;
  right: 0;
}

#storitev {
  margin: 100px 0 150px;
}
#storitev.nbm {
  margin: 100px 0 0 0;
}
#storitev .col-md-6 img {
  width: -webkit-fill-available;
}
#storitev .image-bg {
  background-image: url(/assets/images/reserve-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
#storitev .image-bg p,
#storitev .image-bg li {
  color: #fff;
}
#storitev #accordion .card {
  border: none;
  border-radius: 20px;
  margin: 20px 0;
  background-color: #fff;
}
#storitev #accordion .card .card-header {
  border-radius: 20px;
  padding: 20px;
  background-color: #F7F7F7;
  border: none;
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.25);
  z-index: 9;
}
#storitev #accordion .card * {
  color: #000;
  text-decoration: none;
  text-align: inherit;
}
#storitev #accordion .card .collapse.show {
  background: white;
  border-radius: 20px;
}

#terms .title {
  text-align: center;
}
#terms h2 {
  font-size: 18px;
  color: #71BF44;
}

@media (min-width: 576px) {
  .collapse.navbar-collapse {
    margin-top: -15px;
  }
  #storitve,
  #o-nas {
    margin: 0 0 100px 0;
  }
  #header-image {
    top: -135px;
  }
  #header-image img {
    margin-bottom: 50px;
  }
  #storitve .leaf1 {
    margin-top: -180px;
  }
  #storitve .leaf2 {
    margin-top: 30px;
  }
  #storitve .leaf1 img,
  #storitve .leaf2 img {
    width: 35vw;
  }
  #storitve .title {
    padding-bottom: 50px;
  }
  #storitve .image-container {
    margin: 10px 0;
  }
  #cenik {
    padding: 50px 0;
  }
  #cenik .title {
    color: #71BF44;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0 5px;
  }
  #cenik ul {
    padding-left: 0;
  }
  #cenik span.list-dots {
    flex: 1;
    border-bottom: 2px dotted #838383;
    margin: 0 5px 5px 5px;
  }
  #cenik .price-row {
    border-bottom: none;
  }
  #cenik span.list-price {
    white-space: nowrap;
  }
  #cenik .prices-valid {
    color: #71BF44;
    font-weight: 600;
  }
  #cenik a {
    color: #E4A03D;
    text-decoration: none;
  }
  #o-nas .o-nas {
    margin: 50px 0;
  }
  #mnenja {
    padding-bottom: 50px;
  }
  #mnenja .leaf3 img {
    top: -90px;
    width: 40vw;
    margin-bottom: -100px;
  }
  #mnenja #mnenja-slider {
    width: 80%;
    margin: 20px auto;
  }
  #mnenja #mnenja-slider .slick-prev {
    left: -50px !important;
    width: 50px;
    height: 50px;
  }
  #mnenja #mnenja-slider .slick-next {
    right: -50px !important;
    width: 50px;
    height: 50px;
  }
  #mnenja #mnenja-slider .grade {
    margin: 0 0 20px 0;
  }
  #mnenja #mnenja-slider .star {
    font-size: 25px;
    margin: 5px;
  }
  footer {
    padding: 50px 0;
  }
  footer .footer-data ul {
    padding-left: 0;
  }
  footer .social {
    margin: 40px 5px;
  }
  footer .social img {
    margin: 50% 0;
  }
  #zakaj-mi .leaf1 {
    margin-top: -100px;
  }
  #zakaj-mi .leaf2 {
    margin-top: -80px;
  }
  #zakaj-mi .leaf1 img,
  #zakaj-mi .leaf2 img {
    width: 30vw;
  }
  #kontakt .leaf1 {
    position: absolute;
    margin-top: -70px;
    margin-left: -80px;
  }
  #kontakt .leaf1 img {
    width: 30vw;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  .collapse.navbar-collapse {
    margin-top: -15px;
  }
  #storitve,
  #o-nas {
    margin: 0 0 100px 0;
  }
  #header-image {
    top: -135px;
  }
  #header-image img {
    margin-bottom: 50px;
  }
  #storitve .leaf1 {
    margin-top: -180px;
  }
  #storitve .leaf2 {
    margin-top: -10px;
  }
  #storitve .leaf1 img,
  #storitve .leaf2 img {
    width: 35vw;
  }
  #storitve .title {
    padding-bottom: 50px;
  }
  #storitve .image-container {
    margin: 10px 0;
  }
  #o-nas .o-nas {
    margin: 50px 0;
  }
  #mnenja {
    padding-bottom: 50px;
  }
  #mnenja .leaf3 img {
    top: -120px;
    width: auto;
    margin-bottom: -120px;
  }
  #mnenja #mnenja-slider {
    width: 80%;
    margin: 20px auto;
  }
  #mnenja #mnenja-slider .slick-prev {
    left: -50px !important;
    width: 50px;
    height: 50px;
  }
  #mnenja #mnenja-slider .slick-next {
    right: -50px !important;
    width: 50px;
    height: 50px;
  }
  #mnenja #mnenja-slider .grade {
    margin: 0 0 20px 0;
  }
  #mnenja #mnenja-slider .star {
    font-size: 25px;
    margin: 5px;
  }
  footer {
    padding: 50px 0;
  }
  footer .footer-data ul {
    padding-left: 0;
  }
  footer .social {
    margin: 40px 5px;
  }
  footer .social img {
    margin: 50% 0;
  }
  #zakaj-mi .leaf1 {
    margin-top: -90px;
  }
  #zakaj-mi .leaf2 {
    margin-top: -100px;
  }
  #zakaj-mi .leaf1 img,
  #zakaj-mi .leaf2 img {
    width: 25vw;
  }
  #kontakt .container.bg-holder {
    background: linear-gradient(90deg, #F7F7F7 0%, #F7F7F7 75%, #71BF44 75%, #71BF44 100%);
  }
  #kontakt .p-5 {
    padding: 3rem !important;
  }
  #kontakt .leaf1 {
    position: absolute;
    margin-top: -90px;
    margin-left: -150px;
  }
  #kontakt .leaf1 img {
    width: auto;
  }
  #kontakt .map-holder {
    display: initial;
    min-height: 500px;
  }
  #kontakt .map-holder iframe {
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .menuleaf {
    margin-left: -36px;
  }
  .navbar-collapse {
    z-index: 1;
    display: block !important;
    position: inherit;
    top: inherit;
    bottom: inherit;
    left: inherit;
    height: inherit;
    background: transparent;
    padding: inherit;
    width: inherit;
    transition: 0.5s;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .collapse.navbar-collapse {
    margin-top: -15px;
    align-items: stretch;
  }
  .collapse.navbar-collapse .navbar-nav {
    background-color: rgba(255, 255, 255, 0);
  }
  .collapse.navbar-collapse .navbar-nav .nav-item {
    padding: 0 10px;
    margin: 0 10px;
  }
  .navbar-expand-lg .navbar-collapse {
    flex-direction: column;
  }
  #storitve,
  #o-nas {
    margin: 0 0 100px 0;
  }
  #header-image {
    top: -160px;
  }
  #header-image .header-title {
    top: 30%;
    position: absolute;
    transform: translateX(-50%);
    left: 45%;
    width: -moz-max-content;
    width: max-content;
  }
  #header-image img {
    margin-bottom: 50px;
  }
  #storitve .leaf1 {
    margin-top: -190px;
  }
  #storitve .leaf2 {
    margin-top: -10px;
  }
  #storitve .leaf1 img,
  #storitve .leaf2 img {
    width: auto;
  }
  #storitve .title {
    padding-bottom: 50px;
  }
  #storitve .image-container {
    margin: 10px 0;
  }
  #o-nas .o-nas {
    margin: 50px 0;
  }
  #mnenja {
    padding-bottom: 50px;
  }
  #mnenja .leaf3 img {
    top: -120px;
    width: auto;
    margin-bottom: -120px;
  }
  #mnenja #mnenja-slider {
    width: 80%;
    margin: 20px auto;
  }
  #mnenja #mnenja-slider .slick-prev {
    left: -50px !important;
    width: 50px;
    height: 50px;
  }
  #mnenja #mnenja-slider .slick-next {
    right: -50px !important;
    width: 50px;
    height: 50px;
  }
  #mnenja #mnenja-slider .grade {
    margin: 0 0 20px 0;
  }
  #mnenja #mnenja-slider .star {
    font-size: 25px;
    margin: 5px;
  }
  footer {
    padding: 50px 0;
  }
  footer .footer-data ul {
    padding-left: 0;
  }
  footer .social {
    margin: 40px 5px;
  }
  footer .social img {
    margin: 50% 0;
  }
  #zakaj-mi .leaf1 {
    position: absolute;
    margin-top: -130px;
  }
  #zakaj-mi .leaf2 {
    position: absolute;
    margin-top: -100px;
    right: 0;
  }
  #zakaj-mi .leaf1 img,
  #zakaj-mi .leaf2 img {
    width: auto;
  }
  #zakaj-mi .number {
    font-size: 32px;
    color: #71BF44;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #zakaj-mi .title h3 {
    color: #000;
    font-size: 24px;
    text-transform: initial;
    font-weight: 400;
  }
  #zakaj-mi ul li {
    padding-bottom: 5px;
  }
  #zakaj-mi hr {
    width: 240px;
    max-width: 100%;
    color: #71BF44;
    opacity: 1;
    border: 1px solid;
    margin: 0 auto;
  }
  #vse-storitve .leaf1 {
    visibility: visible;
    position: absolute;
    margin-top: -50px;
    left: 0;
  }
  #vse-storitve .leaf2 {
    visibility: visible;
    position: absolute;
    margin-top: -50px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .collapse.navbar-collapse {
    margin-top: -15px;
  }
  .collapse.navbar-collapse .navbar-nav .nav-item {
    padding: 0 10px;
    margin: 0 10px;
  }
  .navbar-expand-lg .navbar-collapse {
    flex-direction: column;
  }
  #storitve,
  #o-nas {
    margin: 0 0 100px 0;
  }
  #header-image {
    top: -160px;
  }
  #header-image .header-title {
    top: 30%;
    position: absolute;
    transform: translateX(20%);
    left: 0;
    width: -moz-max-content;
    width: max-content;
  }
  #header-image img {
    margin-bottom: 50px;
  }
  #storitve .leaf1 {
    margin-top: -190px;
  }
  #storitve .leaf2 {
    margin-top: -10px;
  }
  #storitve .leaf1 img,
  #storitve .leaf2 img {
    width: auto;
  }
  #storitve .title {
    padding-bottom: 50px;
  }
  #storitve .image-container {
    margin: 10px 0;
  }
  #o-nas .o-nas {
    margin: 50px 0;
  }
  #mnenja {
    padding-bottom: 50px;
  }
  #mnenja .leaf3 img {
    top: -120px;
    width: auto;
    margin-bottom: -120px;
  }
  #mnenja #mnenja-slider {
    width: 80%;
    margin: 20px auto;
  }
  #mnenja #mnenja-slider .slick-prev {
    left: -50px !important;
    width: 50px;
    height: 50px;
  }
  #mnenja #mnenja-slider .slick-next {
    right: -50px !important;
    width: 50px;
    height: 50px;
  }
  #mnenja #mnenja-slider .grade {
    margin: 0 0 20px 0;
  }
  #mnenja #mnenja-slider .star {
    font-size: 25px;
    margin: 5px;
  }
  footer {
    padding: 50px 0;
  }
  footer .footer-data ul {
    padding-left: 0;
  }
  footer .social {
    margin: 40px 5px;
  }
  footer .social img {
    margin: 50% 0;
  }
  #zakaj-mi .leaf1 {
    margin-top: -100px;
  }
  #zakaj-mi .leaf2 {
    margin-top: -90px;
    right: 0;
  }
  #zakaj-mi .leaf1 img,
  #zakaj-mi .leaf2 img {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .collapse.navbar-collapse {
    margin-top: -15px;
  }
  .collapse.navbar-collapse .navbar-nav .nav-item {
    padding: 0 10px;
    margin: 0 10px;
  }
  .navbar-expand-lg .navbar-collapse {
    flex-direction: column;
  }
  #storitve,
  #o-nas {
    margin: 0 0 100px 0;
  }
  #header-image {
    top: -160px;
  }
  #header-image .header-title {
    top: 30%;
    position: absolute;
    transform: translateX(-100%);
    left: 50%;
    width: -moz-max-content;
    width: max-content;
    line-break: normal;
  }
  #header-image img {
    margin-bottom: 50px;
  }
  #storitve .leaf1 {
    margin-top: -190px;
  }
  #storitve .leaf2 {
    margin-top: -10px;
  }
  #storitve .leaf1 img,
  #storitve .leaf2 img {
    width: auto;
  }
  #storitve .title {
    padding-bottom: 50px;
  }
  #storitve .image-container {
    margin: 10px 0;
  }
  #o-nas .o-nas {
    margin: 50px 0;
  }
  #mnenja {
    padding-bottom: 50px;
  }
  #mnenja .leaf3 img {
    top: -120px;
    width: auto;
    margin-bottom: -120px;
  }
  #mnenja #mnenja-slider {
    width: 80%;
    margin: 20px auto;
  }
  #mnenja #mnenja-slider .slick-prev {
    left: -50px !important;
    width: 50px;
    height: 50px;
  }
  #mnenja #mnenja-slider .slick-next {
    right: -50px !important;
    width: 50px;
    height: 50px;
  }
  #mnenja #mnenja-slider .grade {
    margin: 0 0 20px 0;
  }
  #mnenja #mnenja-slider .star {
    font-size: 25px;
    margin: 5px;
  }
  footer {
    padding: 50px 0;
  }
  footer .footer-data ul {
    padding-left: 0;
  }
  footer .social {
    margin: 40px 5px;
  }
  footer .social img {
    margin: 50% 0;
  }
}
#aktualno h4 {
  color: #71BF44;
}
#aktualno #posts-container .post {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  padding-bottom: 10px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transition: 0.2s linear;
}
#aktualno #posts-container .post .card-title {
  font-size: 24px;
  font-weight: 600;
}
#aktualno #posts-container .post .card-text {
  font-size: 16px;
  font-weight: 300;
}
#aktualno #posts-container .post img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#aktualno #posts-container .post .card-footer {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #D8D8D8;
}
#aktualno #posts-container .post:hover {
  transform: translateY(-10px);
}
#aktualno #posts-container .posts-grid {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#aktualno .side-post {
  cursor: pointer;
}
#aktualno .btn-filter {
  padding: 5px 20px;
  background: transparent;
  color: #D8D8D8;
  border-radius: 100px;
  border: 1px solid #d3d2d2;
}
#aktualno .btn-filter:hover, #aktualno .btn-filter.active, #aktualno .btn-filter:focus-within, #aktualno .btn-filter:focus-visible, #aktualno .btn-filter:focus {
  background: #71BF44;
  color: #fff;
}

#alert {
  position: fixed;
  z-index: 99999999;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}

#objava .editor-content img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */