@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  scroll-behavior: smooth;
  background-color: #FFFFFF;
  font-family: "Mulish", sans-serif;
}
body ::-moz-selection {
  color: #737B7D;
  background: #E18D29;
}
body ::selection {
  color: #737B7D;
  background: #E18D29;
}
body h1 {
  color: #FFFFFF;
  margin: 0;
}
body a:focus {
  outline: thin;
  color: #3C64B1;
}

body,
ul,
ol,
dl {
  margin: 0;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1149px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1150px) {
  .container {
    max-width: 1110px;
  }
}
.accessibility-container {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.accessibility-button {
  padding: 4px;
  cursor: pointer;
  background-color: #fdfbf0;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 100vh;
  font-size: 0;
}

.accessibility-button:hover {
  background-color: #edeadd;
}

.accessibility-modal {
  background: #fdfbf0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px;
  flex-direction: column;
  gap: 15px;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  color: #333d2b;
  width: 260px;
  position: absolute;
  bottom: 80px;
}

.accessibility-font-controls {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.accessibility-generic-btn {
  padding: 12px 16px;
  cursor: pointer;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  color: #333d2b;
  background-color: #fdfbf0;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}

.accessibility-generic-btn:hover {
  background-color: #edeadd;
}

.accessibility-check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: normal;
}

.kontakt-wrapper {
  padding: 0 80px;
  margin-top: -200px;
  margin-bottom: 128px;
}
@media (max-width: 991px) {
  .kontakt-wrapper {
    padding: 0 20px;
  }
}
.kontakt-wrapper .body {
  background-color: #FFFFFF;
  box-shadow: 0 100px 150px -50px rgba(25, 57, 75, 0.3);
  padding: 36px 50px 50px 112px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 800px) {
  .kontakt-wrapper .body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .kontakt-wrapper .body {
    padding: 36px 50px 50px 50px;
  }
}
.kontakt-wrapper .body:before {
  content: "";
  position: absolute;
  background-color: #94A652;
  height: 390px;
  width: 3px;
  display: block;
  top: 0;
  left: 55px;
}
@media (max-width: 600px) {
  .kontakt-wrapper .body:before {
    left: 24px;
  }
}
.kontakt-wrapper .body .kontakt-info h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #333D2B;
  margin-top: 16px;
  margin-bottom: 16px;
}
.kontakt-wrapper .body .kontakt-info p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #333D2B;
  margin: 0;
}
.kontakt-wrapper .body .kontakt-info h3 {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2;
  color: #333D2B;
  margin-top: 36px;
  margin-bottom: 16px;
  padding-left: 42px;
  position: relative;
}
.kontakt-wrapper .body .kontakt-info h3:before {
  content: "";
  position: absolute;
  left: 0;
  height: 28px;
  width: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.kontakt-wrapper .body .kontakt-info h3.adresa:before {
  background-image: url("./icons/adresa.svg");
}
.kontakt-wrapper .body .kontakt-info h3.telefon:before {
  background-image: url("./icons/telefon.svg");
}
.kontakt-wrapper .body .kontakt-info h3.email:before {
  background-image: url("./icons/email.svg");
}
.kontakt-wrapper .body .kontakt-info a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  color: #333D2B;
  display: block;
}
.kontakt-wrapper .body .kontakt-map {
  margin-bottom: -100px;
}
.kontakt-wrapper .body .kontakt-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .kontakt-wrapper .body .kontakt-map iframe {
    height: 500px;
  }
}

.envi-atlas-wrapper {
  background-color: rgba(214, 193, 11, 0.06);
  padding: 80px 0 100px;
  position: relative;
}
.envi-atlas-wrapper img {
  position: absolute;
  left: -10px;
  top: -130px;
  height: calc(100% + 230px);
  width: auto;
}
@media (max-width: 700px) {
  .envi-atlas-wrapper img {
    height: 300px;
    left: -40px;
  }
}
.envi-atlas-wrapper .envi-atlas-inside {
  display: flex;
  justify-content: end;
  position: relative;
}
.envi-atlas-wrapper .envi-atlas-inside .box {
  margin-right: 80px;
  background-color: #333D2B;
  position: relative;
  padding: 72px 40px;
  width: 350px;
  z-index: 2;
}
@media (max-width: 500px) {
  .envi-atlas-wrapper .envi-atlas-inside .box {
    width: 100%;
    margin-right: 0;
  }
}
.envi-atlas-wrapper .envi-atlas-inside .box:before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  height: 44px;
  width: 3px;
  display: block;
  top: 0;
  left: 40px;
}
.envi-atlas-wrapper .envi-atlas-inside .box h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 500;
  color: #D6C10B;
}
.envi-atlas-wrapper .envi-atlas-inside .box p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #FFFFFF;
}
.envi-atlas-wrapper .envi-atlas-inside .box a {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #FFFFFF;
  background-color: #D6C10B;
  text-decoration: none;
  padding: 16px 20px;
  position: absolute;
  bottom: -12px;
  right: -12px;
}

.gospodarenje-otpadom-block-naslovnica {
  background-color: #fdfbf0;
}
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper {
  padding: 60px 10% 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 30px;
}
@media (max-width: 1000px) {
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto 120px 120px 120px;
  }
}
@media (max-width: 600px) {
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper {
    padding: 40px 0 60px;
  }
}
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_izvjesce,
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_pokazatelj_link,
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_projekt_link {
  padding: 20px 36px;
  display: flex;
  align-items: end;
  position: relative;
}
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_izvjesce a,
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_pokazatelj_link a,
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_projekt_link a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #FFFFFF;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_izvjesce a,
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_pokazatelj_link a,
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_projekt_link a {
    font-size: 1.125rem;
    height: 44px;
  }
}
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_izvjesce span:last-of-type,
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_pokazatelj_link span:last-of-type,
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_projekt_link span:last-of-type {
  display: none;
}
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_izvjesce:before,
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_pokazatelj_link:before,
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_projekt_link:before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  height: 120px;
  width: 3px;
  display: block;
  top: 42px;
  left: 36px;
}
@media (max-width: 1000px) {
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_izvjesce:before,
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_pokazatelj_link:before,
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_projekt_link:before {
    top: 0;
    height: 40px;
  }
}
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_izvjesce {
  background-color: #333D2B;
}
@media (max-width: 1000px) {
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_izvjesce {
    order: 2;
  }
}
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_pokazatelj_link {
  background-color: #94A652;
}
@media (max-width: 1000px) {
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_pokazatelj_link {
    order: 3;
  }
}
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_projekt_link {
  background-color: #D6C10B;
}
@media (max-width: 1000px) {
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .field_projekt_link {
    order: 4;
  }
}
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 1000px) {
  .gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .body {
    order: 1;
  }
}
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .body h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #333D2B;
  margin: 0;
}
.gospodarenje-otpadom-block-naslovnica .gosp-otpadom-wrapper .body p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #737B7D;
  margin: 0;
}

footer.main-footer {
  background-color: #333D2B;
  padding: 48px 0;
  margin-top: 54px;
}
footer.main-footer .footer-wrapper {
  display: grid;
  grid-template-columns: 2fr 3fr;
  column-gap: 80px;
  row-gap: 40px;
}
@media (max-width: 1100px) {
  footer.main-footer .footer-wrapper {
    column-gap: 64px;
  }
}
@media (max-width: 800px) {
  footer.main-footer .footer-wrapper {
    column-gap: 56px;
  }
}
@media (max-width: 700px) {
  footer.main-footer .footer-wrapper {
    grid-template-columns: 1fr;
  }
}
footer.main-footer .footer-wrapper .footer-contact {
  grid-row: span 2;
  padding-right: 80px;
  border-right: 3px solid #FFFFFF;
}
@media (max-width: 1100px) {
  footer.main-footer .footer-wrapper .footer-contact {
    padding-right: 64px;
  }
}
@media (max-width: 800px) {
  footer.main-footer .footer-wrapper .footer-contact {
    padding-right: 56px;
  }
}
@media (max-width: 700px) {
  footer.main-footer .footer-wrapper .footer-contact {
    border: none;
    padding: 0;
    order: 1;
  }
}
footer.main-footer .footer-wrapper .footer-contact .body {
  display: grid;
  height: 100%;
}
footer.main-footer .footer-wrapper .footer-contact .body .footer-contact-top h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 38px;
  color: #D6C10B;
  margin: 0 0 36px;
}
@media (max-width: 1000px) {
  footer.main-footer .footer-wrapper .footer-contact .body .footer-contact-top h2 {
    font-size: 1.75rem;
    line-height: 32px;
  }
}
@media (max-width: 700px) {
  footer.main-footer .footer-wrapper .footer-contact .body .footer-contact-top h2 {
    margin: 0 0 16px;
  }
}
footer.main-footer .footer-wrapper .footer-contact .body .footer-contact-top a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 18px;
  display: block;
  text-align: center;
  padding: 16px 0;
  border: solid 2px #FFFFFF;
}
footer.main-footer .footer-wrapper .footer-contact .body .footer-contact-bottom {
  align-self: end;
}
footer.main-footer .footer-wrapper .footer-contact .body .footer-contact-bottom img {
  display: block;
  max-width: 100%;
  height: auto;
}
footer.main-footer .footer-wrapper .footer-contact .body .footer-contact-bottom span {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 15px;
  color: #FFFFFF;
  padding-top: 16px;
  display: inline-block;
}
footer.main-footer .footer-wrapper .main-footer-menu > ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
footer.main-footer .footer-wrapper .main-footer-menu > ul > li span {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 32px;
  color: #D6C10B;
  display: inline-block;
}
footer.main-footer .footer-wrapper .main-footer-menu > ul > li ul {
  list-style-type: none;
  padding: 0;
}
footer.main-footer .footer-wrapper .main-footer-menu > ul > li ul li {
  margin-bottom: 16px;
}
footer.main-footer .footer-wrapper .main-footer-menu > ul > li ul li a {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
}
footer.main-footer .footer-wrapper .footer-extra-menu {
  justify-self: end;
}
@media (max-width: 1280px) {
  footer.main-footer .footer-wrapper .footer-extra-menu {
    padding-bottom: 50px;
  }
}
@media (max-width: 700px) {
  footer.main-footer .footer-wrapper .footer-extra-menu {
    order: 2;
  }
}
footer.main-footer .footer-wrapper .footer-extra-menu ul {
  padding: 0;
  list-style: none;
  font-size: 0;
}
footer.main-footer .footer-wrapper .footer-extra-menu ul li {
  display: inline-block;
  padding-right: 16px;
}
footer.main-footer .footer-wrapper .footer-extra-menu ul li:last-of-type {
  padding-right: 0;
}
footer.main-footer .footer-wrapper .footer-extra-menu ul li.is-active {
  display: none;
}
footer.main-footer .footer-wrapper .footer-extra-menu ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 15px;
  color: #FFFFFF;
}

.frontpage-wrapper footer {
  margin-top: 0;
}

main {
  margin-top: -70px;
}

.hero-title {
  padding: 160px 0 20px;
  margin-bottom: 40px;
  min-height: 300px;
  background-image: url("/sites/default/files/images/bg/svijetla-suma.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-title.smeda-suma {
  background-image: url("/sites/default/files/images/bg/smeda-suma.jpg");
}
.hero-title.svijetla-suma {
  background-image: url("/sites/default/files/images/bg/svijetla-suma.jpg");
}
.hero-title.tamna-suma {
  background-image: url("/sites/default/files/images/bg/tamna-suma.jpg");
}
.hero-title.psenica-neka {
  background-image: url("/sites/default/files/images/bg/psenica-neka.jpg");
}
.hero-title.list-ili-dva {
  background-image: url("/sites/default/files/images/bg/list-ili-dva.jpg");
}
.hero-title.maslina {
  background-image: url("/sites/default/files/images/bg/maslina.jpg");
}
.hero-title h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 38px;
  max-width: 800px;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
}
.hero-title h1:after {
  content: "";
  position: absolute;
  display: block;
  height: 50px;
  width: 3px;
  background-color: #FFFFFF;
  top: -66px;
  left: min(300px, 50%);
}
.hero-title .field_podnaslov {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 22px;
  color: #ffffff;
  max-width: 600px;
  margin-top: 16px;
}

.hero-title-frontpage {
  margin-bottom: 64px;
  height: 100vh;
  background-image: url("/sites/default/files/images/bg/naslovnica-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  align-items: center;
  text-align: center;
}
.hero-title-frontpage:after {
  content: "";
  position: absolute;
  display: block;
  height: 15%;
  width: 3px;
  background-color: #FFFFFF;
  top: 20%;
  left: 50%;
}
@media (max-width: 600px) {
  .hero-title-frontpage:after {
    top: 100px;
    height: 10%;
  }
}
@media (max-height: 800px) {
  .hero-title-frontpage:after {
    top: 72px;
    height: 8%;
  }
}
.hero-title-frontpage h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.25;
  position: relative;
}
@media (max-width: 450px) {
  .hero-title-frontpage h1 {
    font-size: 2rem;
  }
}
.hero-title-frontpage .field_podnaslov {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.063rem;
  line-height: 22px;
  color: #ffffff;
  margin-top: 16px;
}
@media (max-width: 450px) {
  .hero-title-frontpage .field_podnaslov {
    font-size: 0.938rem;
  }
}

.tab-list-part ul {
  padding: 0 0 4px;
  display: flex;
  gap: 32px;
  overflow: auto;
}
.tab-list-part ul li {
  list-style: none;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
  color: #737B7D;
  padding: 8px 0;
  cursor: pointer;
  white-space: nowrap;
}
.tab-list-part ul li.active {
  color: #333D2B;
  border-bottom: 3px solid #94A652;
}

.tab-body-part .single-tab-body {
  display: none;
  margin-top: 24px;
  margin-left: 10%;
  max-width: 730px;
}
.tab-body-part .single-tab-body.active {
  display: block;
}
@media (max-width: 500px) {
  .tab-body-part .single-tab-body {
    margin-left: 16px;
  }
}
.tab-body-part .single-tab-body h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 1.4;
  color: #4C6001;
  margin: 16px 0 4px;
}
.tab-body-part .single-tab-body p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #737B7D;
  margin: 4px 0 16px;
}
.tab-body-part .single-tab-body p a {
  text-decoration: underline;
  color: #18A0FB;
}
.tab-body-part .single-tab-body p a.aplikacija-link {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #333D2B;
  background-color: #D6C10B;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 20px 20px 20px 64px;
  position: relative;
}
.tab-body-part .single-tab-body p a.aplikacija-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 32px;
  top: 0;
  height: 40px;
  width: 3px;
  background-color: #333D2B;
}
.tab-body-part .single-tab-body p a.aplikacija-link:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-46%);
  right: 64px;
  background-image: url(./icons/arrow-right-tamno-zelena.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tab-body-part .single-tab-body ul {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #737B7D;
  margin: 4px 0 16px;
}
.tab-body-part .single-tab-body ul li {
  list-style-image: url("./icons/list-style-image.svg");
  margin-bottom: 8px;
}
.tab-body-part .single-tab-body ul li a {
  text-decoration: underline;
  color: #18A0FB;
}
.tab-body-part .single-tab-body ol {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #737B7D;
  margin: 4px 0 16px;
}
.tab-body-part .single-tab-body ol li {
  margin-bottom: 8px;
}
.tab-body-part .single-tab-body ol li a {
  text-decoration: underline;
  color: #18A0FB;
}
.tab-body-part .single-tab-body figure {
  margin: 32px 0;
}
.tab-body-part .single-tab-body figure img {
  max-width: 100%;
  height: auto;
}
.tab-body-part .single-tab-body figure figcaption {
  color: #737B7D;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.2;
  margin-top: 8px;
}
.tab-body-part .single-tab-body img {
  max-width: 100%;
  margin: 32px 0;
  height: auto;
}
.tab-body-part .single-tab-body table,
.tab-body-part .single-tab-body thead,
.tab-body-part .single-tab-body tbody,
.tab-body-part .single-tab-body th,
.tab-body-part .single-tab-body tr,
.tab-body-part .single-tab-body td {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.tab-body-part .single-tab-body table {
  width: 100%;
  margin-bottom: 32px;
}
.tab-body-part .single-tab-body table th,
.tab-body-part .single-tab-body table tr,
.tab-body-part .single-tab-body table td {
  padding: 4px 8px;
  color: #737B7D;
  font-weight: 400;
}
.tab-body-part .single-tab-body table th a,
.tab-body-part .single-tab-body table tr a,
.tab-body-part .single-tab-body table td a {
  text-decoration: underline;
  color: #18A0FB;
}
.tab-body-part .single-tab-body table th {
  color: #4C6001;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
.tab-body-part .single-tab-body table caption {
  display: none;
}

article .field_body {
  margin-left: 10%;
  max-width: 730px;
}
@media (max-width: 500px) {
  article .field_body {
    margin-left: 16px;
  }
}
article .field_body h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 1.3;
  color: #4C6001;
  margin: 16px 0 4px;
}
article .field_body p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #737B7D;
  margin: 4px 0 16px;
}
article .field_body p a {
  text-decoration: underline;
  color: #18A0FB;
}
article .field_body ul {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #737B7D;
  margin: 4px 0 16px;
}
article .field_body ul li {
  list-style-image: url("./icons/list-style-image.svg");
  margin-bottom: 8px;
}
article .field_body ul li a {
  text-decoration: underline;
  color: #18A0FB;
}
article .field_body ol {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #737B7D;
  margin: 4px 0 16px;
}
article .field_body ol li {
  margin-bottom: 8px;
}
article .field_body ol li a {
  text-decoration: underline;
  color: #18A0FB;
}
article .field_body img {
  max-width: 100%;
  margin: 32px 0;
  height: auto;
}
article .field_body figure {
  margin: 32px 0;
}
article .field_body figure img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
article .field_body figure figcaption {
  color: #737B7D;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.2;
  margin-top: 8px;
}
article .field_body table,
article .field_body thead,
article .field_body tbody,
article .field_body th,
article .field_body tr,
article .field_body td {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
article .field_body table {
  width: 100%;
  margin-bottom: 32px;
}
article .field_body table th,
article .field_body table tr,
article .field_body table td {
  padding: 4px 8px;
  color: #737B7D;
  font-weight: 400;
}
article .field_body table th a,
article .field_body table tr a,
article .field_body table td a {
  text-decoration: underline;
  color: #18A0FB;
}
article .field_body table th {
  color: #4C6001;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
article .field_body table caption {
  display: none;
}
article .field_body .paragraph--type--box-linkovi {
  margin-bottom: 40px;
}
article .field_body .paragraph--type--box-linkovi .field_podnaslov_linkova {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 1.4;
  color: #4C6001;
  margin: 16px 0 24px;
}
article .field_body .paragraph--type--box-linkovi > div:last-of-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 30px;
}
@media (max-width: 800px) {
  article .field_body .paragraph--type--box-linkovi > div:last-of-type {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
article .field_body .paragraph--type--box-linkovi > div:last-of-type div {
  height: 140px;
  position: relative;
}
article .field_body .paragraph--type--box-linkovi > div:last-of-type div:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  height: 44px;
  width: 3px;
  display: block;
  top: 0;
  left: 36px;
}
article .field_body .paragraph--type--box-linkovi > div:last-of-type div a {
  display: grid;
  align-items: end;
  height: 100%;
  background-color: #333D2B;
  padding: 44px 36px 16px;
  font-weight: 600;
  font-size: 1.188rem;
  line-height: 1.3;
  color: #FFFFFF;
  text-decoration: none;
}
article .field_body .paragraph--type--box-linkovi > div:last-of-type div:nth-of-type(2n) a {
  background-color: #94A652;
}
article .field_body .paragraph--type--box-linkovi > div:last-of-type div:nth-of-type(2n + 1) a {
  background-color: #333D2B;
}
article .field_body .paragraph--type--ulaz-u-aplikaciju {
  background-color: #D6C10B;
  padding: 0 0 28px 56px;
  margin: 32px 0;
  position: relative;
}
article .field_body .paragraph--type--ulaz-u-aplikaciju .ulaz-app-wrapper {
  border-left: 3px solid #333D2B;
  align-items: center;
  padding: 32px 0 0 36px;
}
@media (max-width: 500px) {
  article .field_body .paragraph--type--ulaz-u-aplikaciju .ulaz-app-wrapper {
    padding-left: 24px;
  }
}
article .field_body .paragraph--type--ulaz-u-aplikaciju .ulaz-app-wrapper h2 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.3;
  color: #333D2B;
  margin: 0 0 4px;
}
article .field_body .paragraph--type--ulaz-u-aplikaciju .ulaz-app-wrapper a {
  text-decoration: none;
  font-size: 0;
  position: absolute;
  inset: 0;
  z-index: 2;
}
article .field_body .paragraph--type--ulaz-u-aplikaciju .ulaz-app-wrapper a:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-46%);
  right: 64px;
  background-image: url("./icons/arrow-right-tamno-zelena.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 450px) {
  article .field_body .paragraph--type--ulaz-u-aplikaciju .ulaz-app-wrapper a:after {
    right: 40px;
  }
}
@media (max-width: 370px) {
  article .field_body .paragraph--type--ulaz-u-aplikaciju .ulaz-app-wrapper a:after {
    right: 20px;
  }
}
article .field_body .paragraph--type--kontakt-osoba {
  background-color: #333D2B;
  padding: 0 40px 24px 56px;
  margin: 16px 0 32px;
}
article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper {
  display: flex;
  justify-content: space-between;
  border-left: 3px solid #FFFFFF;
  align-items: end;
  padding-left: 36px;
}
@media (max-width: 500px) {
  article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper {
    padding-left: 24px;
  }
}
article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper .kontakt-osoba-info {
  padding-bottom: 8px;
}
article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper .kontakt-osoba-info h2 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.2;
  color: #D6C10B;
  margin-bottom: 14px;
}
article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper .kontakt-osoba-info span {
  color: #FFFFFF;
  font-size: 1.063rem;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
}
article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper .kontakt-osoba-info a {
  color: #FFFFFF;
  font-size: 1.063rem;
  line-height: 1.4;
  text-decoration: underline;
  font-family: "Raleway", sans-serif;
}
article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper .kontakt-osoba-button {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 32px 0;
}
article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper .kontakt-osoba-button a {
  text-decoration: none;
  color: #FFFFFF;
  padding: 16px 36px;
  border: 2px solid #FFFFFF;
}
@media (max-width: 700px) {
  article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper .kontakt-osoba-info a {
    font-size: 1rem;
    font-weight: 400;
  }
  article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper .kontakt-osoba-button {
    padding: 18px 0;
  }
  article .field_body .paragraph--type--kontakt-osoba .kontakt-osoba-wrapper .kontakt-osoba-button a {
    padding: 12px 24px;
  }
}
article .field_body .paragraph--type--izrada-aplikacije {
  background-color: #94A652;
  padding: 0 40px 24px 56px;
  margin: 16px 0;
}
article .field_body .paragraph--type--izrada-aplikacije .izrada-app-wrapper {
  border-left: 3px solid #FFFFFF;
  padding-left: 36px;
}
@media (max-width: 500px) {
  article .field_body .paragraph--type--izrada-aplikacije .izrada-app-wrapper {
    padding-left: 24px;
  }
}
article .field_body .paragraph--type--izrada-aplikacije .izrada-app-wrapper h2 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.2;
  padding: 14px 0;
  color: #FFFFFF;
}
article .field_body .paragraph--type--izrada-aplikacije .izrada-app-wrapper .izrada-app-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 16px;
  font-family: "Raleway", sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 1.4;
}
@media (max-width: 500px) {
  article .field_body .paragraph--type--izrada-aplikacije .izrada-app-wrapper .izrada-app-info {
    grid-template-columns: 1fr;
  }
}
article .field_body .paragraph--type--izrada-aplikacije .izrada-app-wrapper .izrada-app-info div div {
  padding-bottom: 4px;
}
article .field_body .paragraph--type--izrada-aplikacije .izrada-app-wrapper .izrada-app-info div div:nth-child(2) {
  font-weight: 400;
  font-size: 1rem;
}
article .field_body .paragraph--type--izrada-aplikacije .izrada-app-wrapper .izrada-app-info div div:nth-child(2) a {
  color: #FFFFFF;
  text-decoration: underline;
}
article .field_body .paragraph--type--dokumenti,
article .field_body .paragraph--type--dokumenti-s-opisom {
  margin: 8px 0 16px;
}
article .field_body .paragraph--type--dokumenti .field_dokumenti,
article .field_body .paragraph--type--dokumenti-s-opisom .field_dokumenti {
  background-color: rgba(163, 199, 24, 0.2);
  margin: 8px 0;
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
}
article .field_body .paragraph--type--dokumenti .field_dokumenti > span,
article .field_body .paragraph--type--dokumenti-s-opisom .field_dokumenti > span {
  width: 100%;
}
article .field_body .paragraph--type--dokumenti .field_dokumenti a,
article .field_body .paragraph--type--dokumenti-s-opisom .field_dokumenti a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 22px;
  color: #4C6001;
  text-decoration: none;
  position: relative;
  padding: 10px 80px 10px 56px;
  max-height: 44px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  z-index: 2;
}
article .field_body .paragraph--type--dokumenti .field_dokumenti:after,
article .field_body .paragraph--type--dokumenti-s-opisom .field_dokumenti:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background-image: url("./icons/arrow-down-zelena.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
article .field_body .paragraph--type--dokumenti .field_dokumenti:before,
article .field_body .paragraph--type--dokumenti-s-opisom .field_dokumenti:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 42px;
  top: 0;
  left: 30px;
  background-color: #94A652;
}
article .field_body .paragraph--type--dokumenti span:not(.file):not(.file-name),
article .field_body .paragraph--type--dokumenti-s-opisom span:not(.file):not(.file-name) {
  display: none;
}
article .field_body .paragraph--type--dokumenti .field_opis_dokumenta,
article .field_body .paragraph--type--dokumenti-s-opisom .field_opis_dokumenta {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #737B7D;
  margin: 4px 0 16px;
}
@media (max-width: 700px) {
  article .field_body .paragraph--type--kontakt-osoba,
  article .field_body .paragraph--type--izrada-aplikacije {
    padding: 0 32px 16px 40px;
  }
}
@media (max-width: 400px) {
  article .field_body .paragraph--type--kontakt-osoba,
  article .field_body .paragraph--type--izrada-aplikacije {
    padding: 0 24px 12px 32px;
  }
}
@media (max-width: 700px) {
  article .field_body .paragraph--type--ulaz-u-aplikaciju {
    padding: 0 0 28px 40px;
  }
}
@media (max-width: 400px) {
  article .field_body .paragraph--type--ulaz-u-aplikaciju {
    padding: 0 0 28px 32px;
  }
}

.basic-page-title {
  margin-top: 120px;
  margin-bottom: 40px;
}
.basic-page-title h1 {
  max-width: 730px;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 38px;
  color: #333D2B;
  padding-bottom: 20px;
  border-bottom: 3px solid #94A652;
}

article .field_dokumenti,
article .field_linkovi {
  max-width: 730px;
  background-color: rgba(163, 199, 24, 0.2);
  margin: 8px 0 8px 10%;
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
}
article .field_dokumenti > span,
article .field_linkovi > span {
  width: 100%;
}
article .field_dokumenti a,
article .field_linkovi a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 22px;
  color: #4C6001;
  text-decoration: none;
  position: relative;
  padding: 10px 80px 10px 56px;
  max-height: 44px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  z-index: 2;
}
article .field_dokumenti:after,
article .field_linkovi:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background-image: url("./icons/arrow-down-zelena.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
article .field_dokumenti:before,
article .field_linkovi:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 42px;
  top: 0;
  left: 30px;
  background-color: #94A652;
}
article span:not(.file):not(.file-name) {
  display: none;
}
article .field_opis_dokumenta {
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #737B7D;
  margin: 4px 0 16px;
}

.sve-aplikacije-view {
  margin-left: 10%;
  max-width: 730px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 30px;
}
@media (max-width: 500px) {
  .sve-aplikacije-view {
    margin-left: 16px;
  }
}
@media (max-width: 800px) {
  .sve-aplikacije-view {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.sve-aplikacije-view header {
  grid-column: span 2;
}
@media (max-width: 800px) {
  .sve-aplikacije-view header {
    grid-column: span 1;
  }
}
.sve-aplikacije-view header h2 {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 22px;
  color: #4C6001;
}
.sve-aplikacije-view > div {
  height: 140px;
  position: relative;
}
.sve-aplikacije-view > div:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  height: 44px;
  width: 3px;
  display: block;
  top: 0;
  left: 36px;
}
.sve-aplikacije-view .single-app-wrapper {
  display: grid;
  align-items: end;
  height: 100%;
  background-color: #E18D29;
  padding: 44px 10px 16px 36px;
  font-weight: 600;
  font-size: 1.188rem;
  line-height: 25px;
  color: #FFFFFF;
  text-decoration: none;
}
.sve-aplikacije-view .single-app-wrapper.kadmij-narancasta {
  background-color: #E18D29;
}
.sve-aplikacije-view .single-app-wrapper.kombu-zelena {
  background-color: #333D2B;
}
.sve-aplikacije-view .single-app-wrapper.ondje-plava {
  background-color: #3C64B1;
}
.sve-aplikacije-view .single-app-wrapper.citrin-zuta {
  background-color: #D6C10B;
}
.sve-aplikacije-view .single-app-wrapper.mahovinsko-zelena {
  background-color: #94A652;
}
.sve-aplikacije-view .single-app-wrapper.metalno-siva {
  background-color: #737B7D;
}
.sve-aplikacije-view .single-app-wrapper.senf-zelena {
  background-color: #6F7A42;
}
.sve-aplikacije-view .single-app-wrapper.prljavo-smeda {
  background-color: #AC6B20;
}
.sve-aplikacije-view .single-app-wrapper.auro-plava {
  background-color: #646F85;
}

.svi-projekti-view,
.svi-obrasci-view,
.svi-pokazatelji-view,
.sva-izvjesca-view {
  margin-left: 10%;
  max-width: 730px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (max-width: 500px) {
  .svi-projekti-view,
  .svi-obrasci-view,
  .svi-pokazatelji-view,
  .sva-izvjesca-view {
    margin-left: 16px;
  }
}
.svi-projekti-view header p,
.svi-obrasci-view header p,
.svi-pokazatelji-view header p,
.sva-izvjesca-view header p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #737B7D;
  margin: 4px 0 16px;
}
.svi-projekti-view > div .projekt-link-wrapper,
.svi-obrasci-view > div .projekt-link-wrapper,
.svi-pokazatelji-view > div .projekt-link-wrapper,
.sva-izvjesca-view > div .projekt-link-wrapper {
  position: relative;
  height: 64px;
}
.svi-projekti-view > div .projekt-link-wrapper h3,
.svi-obrasci-view > div .projekt-link-wrapper h3,
.svi-pokazatelji-view > div .projekt-link-wrapper h3,
.sva-izvjesca-view > div .projekt-link-wrapper h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0;
  padding: 7px 64px 7px 56px;
  height: 100%;
  display: grid;
  align-items: center;
}
.svi-projekti-view > div .projekt-link-wrapper h3 span,
.svi-obrasci-view > div .projekt-link-wrapper h3 span,
.svi-pokazatelji-view > div .projekt-link-wrapper h3 span,
.sva-izvjesca-view > div .projekt-link-wrapper h3 span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.svi-projekti-view > div .projekt-link-wrapper a.single-projekt-wrapper,
.svi-obrasci-view > div .projekt-link-wrapper a.single-projekt-wrapper,
.svi-pokazatelji-view > div .projekt-link-wrapper a.single-projekt-wrapper,
.sva-izvjesca-view > div .projekt-link-wrapper a.single-projekt-wrapper {
  position: absolute;
  inset: 0;
}
.svi-projekti-view > div .projekt-link-wrapper a.single-projekt-wrapper:after,
.svi-obrasci-view > div .projekt-link-wrapper a.single-projekt-wrapper:after,
.svi-pokazatelji-view > div .projekt-link-wrapper a.single-projekt-wrapper:after,
.sva-izvjesca-view > div .projekt-link-wrapper a.single-projekt-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background-image: url("./icons/arrow-right-bijela.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.svi-projekti-view > div .projekt-link-wrapper a.single-projekt-wrapper:before,
.svi-obrasci-view > div .projekt-link-wrapper a.single-projekt-wrapper:before,
.svi-pokazatelji-view > div .projekt-link-wrapper a.single-projekt-wrapper:before,
.sva-izvjesca-view > div .projekt-link-wrapper a.single-projekt-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 42px;
  top: 0;
  left: 30px;
  background-color: #FFFFFF;
}
.svi-projekti-view > div p,
.svi-obrasci-view > div p,
.svi-pokazatelji-view > div p,
.sva-izvjesca-view > div p {
  margin: 0 0 4px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #737B7D;
}
.svi-projekti-view > div:nth-of-type(7n + 1) .projekt-link-wrapper h3,
.svi-obrasci-view > div:nth-of-type(7n + 1) .projekt-link-wrapper h3,
.svi-pokazatelji-view > div:nth-of-type(7n + 1) .projekt-link-wrapper h3,
.sva-izvjesca-view > div:nth-of-type(7n + 1) .projekt-link-wrapper h3 {
  background-color: #E18D29;
}
.svi-projekti-view > div:nth-of-type(7n + 2) .projekt-link-wrapper h3,
.svi-obrasci-view > div:nth-of-type(7n + 2) .projekt-link-wrapper h3,
.svi-pokazatelji-view > div:nth-of-type(7n + 2) .projekt-link-wrapper h3,
.sva-izvjesca-view > div:nth-of-type(7n + 2) .projekt-link-wrapper h3 {
  background-color: #94A652;
}
.svi-projekti-view > div:nth-of-type(7n + 3) .projekt-link-wrapper h3,
.svi-obrasci-view > div:nth-of-type(7n + 3) .projekt-link-wrapper h3,
.svi-pokazatelji-view > div:nth-of-type(7n + 3) .projekt-link-wrapper h3,
.sva-izvjesca-view > div:nth-of-type(7n + 3) .projekt-link-wrapper h3 {
  background-color: #D6C10B;
}
.svi-projekti-view > div:nth-of-type(7n + 4) .projekt-link-wrapper h3,
.svi-obrasci-view > div:nth-of-type(7n + 4) .projekt-link-wrapper h3,
.svi-pokazatelji-view > div:nth-of-type(7n + 4) .projekt-link-wrapper h3,
.sva-izvjesca-view > div:nth-of-type(7n + 4) .projekt-link-wrapper h3 {
  background-color: #737B7D;
}
.svi-projekti-view > div:nth-of-type(7n + 5) .projekt-link-wrapper h3,
.svi-obrasci-view > div:nth-of-type(7n + 5) .projekt-link-wrapper h3,
.svi-pokazatelji-view > div:nth-of-type(7n + 5) .projekt-link-wrapper h3,
.sva-izvjesca-view > div:nth-of-type(7n + 5) .projekt-link-wrapper h3 {
  background-color: #6F7A42;
}
.svi-projekti-view > div:nth-of-type(7n + 6) .projekt-link-wrapper h3,
.svi-obrasci-view > div:nth-of-type(7n + 6) .projekt-link-wrapper h3,
.svi-pokazatelji-view > div:nth-of-type(7n + 6) .projekt-link-wrapper h3,
.sva-izvjesca-view > div:nth-of-type(7n + 6) .projekt-link-wrapper h3 {
  background-color: #646F85;
}
.svi-projekti-view > div:nth-of-type(7n) .projekt-link-wrapper h3,
.svi-obrasci-view > div:nth-of-type(7n) .projekt-link-wrapper h3,
.svi-pokazatelji-view > div:nth-of-type(7n) .projekt-link-wrapper h3,
.sva-izvjesca-view > div:nth-of-type(7n) .projekt-link-wrapper h3 {
  background-color: #3C64B1;
}

.svi-obrasci-view,
.svi-pokazatelji-view,
.sva-izvjesca-view {
  gap: 8px;
}

.sve-obavijesti {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
  padding-right: 12px;
}
@media (max-width: 1100px) {
  .sve-obavijesti {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .sve-obavijesti {
    grid-template-columns: 1fr;
  }
}
.sve-obavijesti .obavijest-wrapper {
  background-color: #333D2B;
  padding: 30px 16px 30px 36px;
  position: relative;
}
.sve-obavijesti .obavijest-wrapper:before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  height: 44px;
  width: 3px;
  display: block;
  top: 0;
  left: 36px;
}
.sve-obavijesti .obavijest-wrapper .datum {
  padding-left: 20px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.sve-obavijesti .obavijest-wrapper h3 {
  margin: 8px 0 0;
  color: #D6C10B;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400;
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sve-obavijesti .obavijest-wrapper a {
  position: absolute;
  right: -12px;
  bottom: -16px;
  background-color: #D6C10B;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 14px;
  padding: 10px 16px;
  text-decoration: none;
}
.sve-obavijesti nav {
  grid-column: span 3;
  padding-top: 48px;
}
@media (max-width: 1100px) {
  .sve-obavijesti nav {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .sve-obavijesti nav {
    grid-column: span 1;
  }
}
.sve-obavijesti nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  padding: 0;
}
.sve-obavijesti nav ul li {
  list-style: none;
}
.sve-obavijesti nav ul li.pager__item--next, .sve-obavijesti nav ul li.pager__item--previous {
  display: none;
}
.sve-obavijesti nav ul li.is-active a {
  border-bottom: 3px solid #333D2B;
}
.sve-obavijesti nav ul li a {
  text-decoration: none;
  color: #D6C10B;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 14px;
  padding: 6px 12px;
}

.isgo-view-frontpage {
  margin-top: 80px;
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .isgo-view-frontpage {
    margin-top: 40px;
  }
}
.isgo-view-frontpage h2 {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  line-height: 38px;
  font-weight: 600;
  color: #333D2B;
  margin: 0 0 64px;
}
@media (max-width: 1000px) {
  .isgo-view-frontpage h2 {
    margin: 0 0 40px;
  }
}
.isgo-view-frontpage .app-view-fp {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 1000px) {
  .isgo-view-frontpage .app-view-fp {
    grid-template-columns: 1fr;
  }
}
.isgo-view-frontpage .app-view-fp header {
  background-color: #333D2B;
  border-left: 8px solid #FDFBF0;
  border-top: 8px solid #FDFBF0;
  padding: 24px;
  margin-top: 64px;
  margin-right: -64px;
  z-index: 2;
}
@media (max-width: 1000px) {
  .isgo-view-frontpage .app-view-fp header {
    margin: 0 60px -8px 0;
    border-top: none;
    border-left: none;
  }
}
@media (max-width: 600px) {
  .isgo-view-frontpage .app-view-fp header {
    margin: 0 40px -8px 0;
  }
}
.isgo-view-frontpage .app-view-fp header .svi-sustavi {
  border-left: 3px solid #FFFFFF;
  padding-left: 24px;
  color: #FFFFFF;
}
.isgo-view-frontpage .app-view-fp header .svi-sustavi h3 {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 22px;
  color: #D6C10B;
}
.isgo-view-frontpage .app-view-fp header .svi-sustavi p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #FDFBF0;
}
.isgo-view-frontpage .app-view-fp header .svi-sustavi a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 18px;
  color: #D6C10B;
}
.isgo-view-frontpage .app-view-fp .app-swiper {
  width: 100%;
  min-width: 0;
  background-color: #94A652;
  position: relative;
}
@media (max-width: 1000px) {
  .isgo-view-frontpage .app-view-fp .app-swiper {
    height: 400px;
  }
}
@media (max-width: 460px) {
  .isgo-view-frontpage .app-view-fp .app-swiper {
    height: 460px;
  }
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper {
  cursor: pointer;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a {
  height: 100%;
  width: 100%;
  display: block;
  font-size: 0;
  padding: 40px 120px 0 100px;
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a {
    padding: 32px 32px 0 32px;
  }
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a.kadmij-narancasta {
  background-color: #E18D29;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a.kombu-zelena {
  background-color: #333D2B;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a.ondje-plava {
  background-color: #3C64B1;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a.citrin-zuta {
  background-color: #D6C10B;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a.mahovinsko-zelena {
  background-color: #94A652;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a.metalno-siva {
  background-color: #737B7D;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a.senf-zelena {
  background-color: #6F7A42;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a.prljavo-smeda {
  background-color: #AC6B20;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a.auro-plava {
  background-color: #646F85;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a > div {
  font-size: 1rem;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a > div h3 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 28px;
  margin: 0 0 10px;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a > div div {
  height: 100px;
  width: 100%;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a > div div img {
  height: 100%;
  width: auto;
}
.isgo-view-frontpage .app-view-fp .app-swiper .swiper-wrapper .swiper-slide a > div p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  margin: 24px 0 0;
}
.isgo-view-frontpage .app-view-fp .app-swiper .app-swiper-prev,
.isgo-view-frontpage .app-view-fp .app-swiper .app-swiper-next {
  position: absolute;
  bottom: 20px;
  right: 80px;
  height: 24px;
  width: 24px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 600px) {
  .isgo-view-frontpage .app-view-fp .app-swiper .app-swiper-prev,
  .isgo-view-frontpage .app-view-fp .app-swiper .app-swiper-next {
    bottom: 10px;
    right: 72px;
    height: 40px;
    width: 40px;
  }
}
.isgo-view-frontpage .app-view-fp .app-swiper .app-swiper-prev img,
.isgo-view-frontpage .app-view-fp .app-swiper .app-swiper-next img {
  width: 100%;
  height: 100%;
}
.isgo-view-frontpage .app-view-fp .app-swiper .app-swiper-next {
  right: 48px;
}
@media (max-width: 600px) {
  .isgo-view-frontpage .app-view-fp .app-swiper .app-swiper-next {
    right: 20px;
  }
}

.obavijesti-view-naslovnica {
  margin-top: -280px;
}

.obavijesti-fp {
  margin-bottom: 52px;
  height: 164px;
  display: grid;
  grid-template-columns: 1fr 240px;
  background: linear-gradient(270deg, rgba(66, 66, 66, 0.49) 0%, rgba(66, 66, 66, 0.4753) 76.04%, rgba(66, 66, 66, 0) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 2px;
}
@media (max-width: 700px) {
  .obavijesti-fp {
    grid-template-columns: 1fr 100px;
  }
}
.obavijesti-fp .obavijesti-swiper {
  width: 100%;
  min-width: 0;
  position: relative;
}
.obavijesti-fp .obavijesti-swiper .views-row .jedna-obavijest {
  height: 100%;
  width: 100%;
  padding: 16px 10px 16px 32px;
}
.obavijesti-fp .obavijesti-swiper .views-row .jedna-obavijest h3,
.obavijesti-fp .obavijesti-swiper .views-row .jedna-obavijest h4 {
  margin: 0;
}
.obavijesti-fp .obavijesti-swiper .views-row .jedna-obavijest h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.063rem;
  line-height: 22px;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 550px) {
  .obavijesti-fp .obavijesti-swiper .views-row .jedna-obavijest h4 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .obavijesti-fp .obavijesti-swiper .views-row .jedna-obavijest h4 {
    font-size: 0.875rem;
  }
}
.obavijesti-fp .obavijesti-swiper .views-row .jedna-obavijest h3 {
  margin-top: 8px;
  color: #b2b4b3;
  font-size: 1.188rem;
  line-height: 25px;
  font-weight: 600;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 550px) {
  .obavijesti-fp .obavijesti-swiper .views-row .jedna-obavijest h3 {
    font-size: 1.125rem;
    line-height: 24px;
    height: 72px;
  }
}
@media (max-width: 480px) {
  .obavijesti-fp .obavijesti-swiper .views-row .jedna-obavijest h3 {
    font-size: 1rem;
    line-height: 22px;
    height: 66px;
  }
}
.obavijesti-fp .obavijesti-swiper .views-row a {
  position: absolute;
  inset: 0;
}
.obavijesti-fp .obavijesti-swiper .swiper-pagination {
  text-align: left;
  padding: 0 32px;
  bottom: 16px;
}
.obavijesti-fp .obavijesti-swiper .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  border-bottom: 1.5px solid #b2b4b3;
  width: 20px;
  background: transparent;
  border-radius: 0;
  opacity: unset;
}
.obavijesti-fp .obavijesti-swiper .swiper-pagination .swiper-pagination-bullet-active {
  border-bottom: 3px solid #FFFFFF;
}
.obavijesti-fp footer {
  padding: 20px 0;
}
.obavijesti-fp footer .sve-obavijesti-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-left: 3px solid #FFFFFF;
}
.obavijesti-fp footer .sve-obavijesti-link a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 500;
  color: #D6C10B;
  position: relative;
  padding-right: 30px;
  text-align: center;
}
@media (max-width: 700px) {
  .obavijesti-fp footer .sve-obavijesti-link a {
    padding-right: 0;
    padding-bottom: 24px;
  }
}
.obavijesti-fp footer .sve-obavijesti-link a:after {
  content: "";
  position: absolute;
  right: 0;
  height: 24px;
  width: 24px;
  background-image: url("./icons/arrow-right-zuta.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 700px) {
  .obavijesti-fp footer .sve-obavijesti-link a:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}

.izvjesca-view {
  margin-left: 10%;
  max-width: 730px;
}
.izvjesca-view .accordion {
  border-bottom: #333D2B 3px solid;
}
.izvjesca-view .accordion-header {
  color: #333D2B;
  font-family: "Raleway", sans-serif;
  font-size: 1.063rem;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  padding: 20px 72px 20px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.izvjesca-view .accordion-header:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 36px;
  background-image: url("../css/icons/accordion-plus.svg");
}
.izvjesca-view .accordion-content {
  display: none;
  padding-bottom: 10px;
}
.izvjesca-view .accordion-content p {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  color: #737B7D;
}
.izvjesca-view .accordion-content .lista-dokumenata {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.izvjesca-view .accordion-content .lista-dokumenata span {
  display: flex;
  position: relative;
  background-color: #edf4d1;
}
.izvjesca-view .accordion-content .lista-dokumenata span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background-image: url("./icons/arrow-down-zelena.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.izvjesca-view .accordion-content .lista-dokumenata span a {
  padding: 8px 36px 8px 16px;
  color: #333D2B;
  font-weight: 400;
  font-size: 1rem;
  line-height: 22px;
  text-decoration: none;
  z-index: 2;
}
.izvjesca-view .accordion-content .lista-dokumenata span:not(.file) {
  display: none;
}
.izvjesca-view .accordion.active .accordion-header:before {
  background-image: url("../css/icons/accordion-minus.svg");
}
.izvjesca-view .accordion.active .accordion-content {
  display: block;
  animation: fadein 0.3s ease-in-out;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.search-view .views-row {
  padding: 24px 0;
  border-bottom: 1px solid #4C6001;
}
.search-view .views-row a {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.063rem;
  line-height: 22px;
  color: #4C6001;
}
.search-view nav {
  grid-column: span 3;
  padding-top: 48px;
}
.search-view nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  padding: 0;
}
.search-view nav ul li {
  list-style: none;
}
.search-view nav ul li.pager__item--next, .search-view nav ul li.pager__item--previous {
  display: none;
}
.search-view nav ul li.is-active a {
  border-bottom: 3px solid #333D2B;
}
.search-view nav ul li a {
  text-decoration: none;
  color: #D6C10B;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 14px;
  padding: 6px 12px;
}/*# sourceMappingURL=evidente.css.map */