header .top {
  height: 0;
}
header .top .container a.logo {
  border-radius: 0 0 15px 15px;
  display: block;
  width: 200px;
  height: 135px;
}

.home-image-section {
  position: relative;
  border-bottom: none;
  padding-bottom: 40%;
}
.home-image-section:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: url(../images/new/spodnji-lok.png) no-repeat center center;
  background-size: 100% 100%;
}
.home-image-section .pageAlignFluid {
  position: absolute;
  bottom: 20rem;
  left: 0;
  right: 0;
}
.home-image-section .container {
  width: 550px;
  max-width: 100%;
}
.home-image-section h1 {
  color: #fff;
  font-weight: 300;
  font-size: 5.8rem;
  margin-bottom: 40px;
}
.home-image-section a.btn {
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 19px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-image-section a.btn:hover {
  background: #fff;
  color: #0065d3;
}

.home-two-column {
  padding: 10rem 0;
}
.home-two-column .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-two-column .left {
  width: 50%;
  padding-right: 10rem;
}
.home-two-column .right {
  color: #0066cc;
  width: 50%;
}
.home-two-column .right h2 {
  color: #0dcad2;
  font-weight: 700;
  font-size: 4rem;
}

.home-dejavnosti {
  padding-bottom: 6rem;
}
.home-dejavnosti h2 {
  color: #0dcad2;
  font-weight: 700;
  font-size: 4rem;
}
.home-dejavnosti .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.home-dejavnosti .block {
  width: calc(33.3333% - 20px);
  background: #eaeaea;
  border-radius: 10px;
  padding: 30px;
  height: 200px;
  color: #0066cc;
  font-size: 32px;
  position: relative;
}
.home-dejavnosti .block div {
  width: 230px;
  max-width: 100%;
}
.home-dejavnosti .block img {
  position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 50px;
  max-height: 50px;
}

.home-video {
  height: 100vh;
  height: 100svh;
  position: relative;
}
.home-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-narocanje {
  padding: 5rem 0;
}
.home-narocanje h2 {
  color: #0dcad2;
  font-weight: 700;
  font-size: 4rem;
}
.home-narocanje .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.home-narocanje .block {
  width: calc(25% - 20px);
  background: #eaeaea;
  border-radius: 10px;
  padding: 30px;
  color: #0dcad2;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-narocanje .block div {
  width: 230px;
  max-width: 100%;
}
.home-narocanje .block h3 {
  margin: 0 0 20px 0;
}
.home-narocanje .block p {
  margin: 0 0 20px 0;
}
.home-narocanje .block a {
  font-weight: 700;
  color: #0dcad2;
}
.home-narocanje .block a:hover {
  text-decoration: underline;
}
.home-narocanje .block img {
  max-width: 50px;
  max-height: 50px;
  margin-top: auto;
}
.home-narocanje .left {
  width: 50%;
}
.home-narocanje .right {
  width: 46%;
  padding-left: 4rem;
}
.home-narocanje .left,
.home-narocanje .right {
  margin-top: 30px;
}
.home-narocanje .left h2,
.home-narocanje .right h2 {
  font-weight: 400;
  color: #676767;
  font-size: 3rem;
}
.home-narocanje .left a,
.home-narocanje .right a {
  color: #676767;
  font-weight: 700;
}
.home-narocanje .left a:hover,
.home-narocanje .right a:hover {
  text-decoration: underline;
}

.home-ordinacijski-cas {
  background: no-repeat center center;
  background-size: cover;
  padding: 8rem 0;
}
.home-ordinacijski-cas h2 {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  margin-top: 0;
}
.home-ordinacijski-cas .content {
  background: #0066cc;
  border-radius: 10px;
  width: 380px;
  max-width: 100%;
  color: #fff;
  padding: 30px;
  font-size: 20px;
}
.home-ordinacijski-cas .times .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
.home-ordinacijski-cas .times .time span:last-child {
  margin-left: auto;
}

.other-sites {
  padding: 6rem 0;
}
.other-sites .block {
  margin: 3rem 0;
  border: 1px solid #eaeaea;
  padding: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.other-sites .block:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.other-sites .block:nth-child(2n) .content {
  padding-right: 0;
  padding-left: 5rem;
}
.other-sites .block .content {
  width: 50%;
  padding-right: 5rem;
}
.other-sites .block .content img {
  margin-top: 40px;
}
.other-sites .block .image {
  width: 50%;
}
.other-sites h3 {
  font-weight: 700;
  color: #676767;
  font-size: 3.5rem;
}
.other-sites a {
  color: #676767;
}
.other-sites a:hover {
  text-decoration: underline;
}
.other-sites a.btn {
  color: #676767;
  border: 1px solid #676767;
  text-transform: uppercase;
  font-size: 16px;
  padding: 19px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
.other-sites a.btn:hover {
  background: #676767;
  color: #fff;
  text-decoration: none;
}

.footer-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-top .container .column {
  width: 33.3333%;
}
.footer-top .container h3 {
  font-weight: 400;
  margin: 0;
  color: #676767;
  font-size: 3.5rem;
}
.footer-top .container a {
  color: #676767;
}
.footer-top .container a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 30px solid #0dcad2;
}
.footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
.footer-bottom .right {
  margin-left: auto;
}

@media only screen and (max-width: 1550px) {
  .footer-bottom .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .home-image-section:after {
    height: 30px;
  }
  .home-image-section .pageAlignFluid {
    bottom: 60px;
  }
  .home-image-section h1 {
    font-size: 4rem;
  }
  .home-narocanje .block {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 1100px) {
  header .bottom nav {
    top: 90px;
  }
  .home-dejavnosti .block {
    width: calc(50% - 20px);
  }
  .footer-top .container .column {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-top .container .column:first-child {
    display: none;
  }
  .footer-top .container .column h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .home-image-section {
    padding-bottom: 100%;
  }
  .home-image-section:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: #0065d3;
    opacity: 0.5;
  }
  .home-image-section h1 {
    font-size: 3rem;
  }
  .home-two-column {
    padding: 3rem 0;
  }
  .home-two-column .left {
    width: 100%;
  }
  .home-two-column .right {
    width: 100%;
  }
  .home-dejavnosti .block {
    font-size: 20px;
    height: 90px;
    width: 100%;
  }
  .home-dejavnosti .block img {
    bottom: 20px;
  }
  .home-narocanje .block {
    width: calc(100% - 20px);
  }
  .home-narocanje .left,
  .home-narocanje .right {
    width: 100%;
    padding-left: 0;
  }
  .other-sites .block .content {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .other-sites .block .content h3 {
    font-size: 2.4rem;
  }
  .other-sites .block .image {
    width: 100%;
  }
}/*# sourceMappingURL=patch.css.map */