.hero {
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
}
.hero.default {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 520px) {
  .hero.default {
    width: 100%;
    margin-bottom: 0px;
  }
  .hero.default .scroll-down {
    display: none;
  }
}
.hero.default .hero-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero.default .desktop-bg {
  display: block;
}
.hero.default .mobile-bg {
  display: none;
}
@media (max-width: 580px) {
  .hero.default .desktop-bg {
    display: none;
  }
  .hero.default .mobile-bg {
    display: block;
  }
}
.hero.default .hero-inner {
  width: calc(100% - 120px);
  max-width: 1440px;
  height: calc(100vh - 112px);
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .hero.default .hero-inner {
    width: calc(100% - 48px);
  }
}
@media (max-width: 900px) {
  .hero.default .hero-inner {
    height: calc(100vh - 69px);
    max-height: 700px;
  }
}
@media (max-width: 580px) {
  .hero.default .hero-inner {
    max-height: 600px;
    height: calc(100vh - 200px);
  }
}
.hero.default .hero-inner h1 {
  font-weight: 500;
  font-size: 48px;
}
@media (max-width: 768px) {
  .hero.default .hero-inner h1 {
    font-size: 36px;
  }
}
@media (max-width: 520px) {
  .hero.default .hero-inner h1 {
    font-size: 28px;
  }
}
.hero.default .hero-inner h1, .hero.default .hero-inner p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.hero.default .hero-inner p {
  max-width: 300px;
  font-size: 20px;
}
@media (max-width: 520px) {
  .hero.default .hero-inner p {
    font-size: 18px;
  }
}
.hero.default:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 400px;
  background: #004229;
  background: linear-gradient(27deg, rgba(0, 187, 112, 0.5490196078) 0%, rgba(0, 66, 41, 0) 55%);
  z-index: 1;
}
@media (max-width: 900px) {
  .hero.default:after {
    width: 100%;
  }
}
.hero.default:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 500px;
  background: #ffffff;
  background: linear-gradient(227deg, rgba(255, 255, 255, 0.79) 0%, rgba(255, 255, 255, 0) 55%);
  z-index: 1;
}
@media (max-width: 900px) {
  .hero.default:before {
    width: 100%;
  }
}
.hero.minimal {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 520px) {
  .hero.minimal {
    margin-bottom: 24px;
  }
}
.hero.minimal .hero-inner {
  width: calc(100% - 160px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .hero.minimal .hero-inner {
    width: calc(100% - 48px);
  }
}
.hero.minimal .hero-inner h1 {
  font-size: 20px;
  color: #00BB72;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}

.scroll-down {
  width: auto;
  height: 100px;
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
  z-index: 2;
  bottom: -40px;
}
.scroll-down img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 520px) {
  .scroll-down {
    height: 80px;
  }
}

.inner-row.scroll-down-container {
  margin-top: -80px;
  margin-bottom: 80px;
}
@media (min-width: 521px) {
  .inner-row.scroll-down-container {
    display: none;
  }
}
@media (max-width: 520px) {
  .inner-row.scroll-down-container {
    margin-top: -40px;
    margin-bottom: 24px;
  }
  .inner-row.scroll-down-container button {
    bottom: 0;
  }
}

#masthead {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding: 16px 0;
}
#masthead .inner-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1540px;
  width: calc(100% - 48px);
}
#masthead .site-branding img {
  width: 220px;
}
#masthead .main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
#masthead .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}
#masthead .main-navigation ul li a {
  color: #171624;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
}
#masthead .main-navigation ul li a:hover {
  color: #004127;
  transition: all 0.4s ease;
}
@media (max-width: 900px) {
  #masthead .language-widget {
    display: none;
  }
}
@media (min-width: 900px) {
  #masthead .language-widget {
    width: 183px;
  }
  #masthead .language-widget .wpml-ls-legacy-dropdown {
    margin-left: auto;
  }
}

.language-widget .wpml-ls-legacy-dropdown {
  width: 64px;
}
.language-widget .wpml-ls-legacy-dropdown:hover {
  background-color: #fff;
}
.language-widget .wpml-ls-legacy-dropdown span {
  font-weight: 600;
}
.language-widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
  margin-left: -8px;
  padding: 8px 4px;
  transition: all 0.3s ease;
  top: 140%;
  opacity: 0;
}
.language-widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-top: 2px solid #00BB72;
}
.language-widget .wpml-ls-legacy-dropdown a {
  border: none;
}
.language-widget .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding: 0;
}
.language-widget .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border: none;
  background-image: url(../images/down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 0;
}
.language-widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
  visibility: visible;
  transition: all 0.4s ease;
  opacity: 1;
  top: 100%;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  color: #000;
  background: #fff;
}

.wpml-ls-legacy-dropdown a {
  font-size: 14px;
}

.mobile-sidebar {
  display: none;
  position: fixed;
  top: 94px;
  right: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 99;
  transition: all 0.4s ease;
}
@media (max-width: 900px) {
  .mobile-sidebar {
    display: block;
  }
}
@media (max-width: 480px) {
  .mobile-sidebar {
    top: 69px;
  }
}
.mobile-sidebar .mobile-site-navigation-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: calc(100% - 96px);
}
@media (max-width: 480px) {
  .mobile-sidebar .mobile-site-navigation-inner {
    width: calc(100% - 24px);
  }
}
.mobile-sidebar .mobile-site-navigation-inner ul {
  text-align: center;
  padding-left: 0;
  margin: 0 auto;
}
.mobile-sidebar .mobile-site-navigation-inner ul li {
  margin-bottom: 12px;
}
.mobile-sidebar .mobile-site-navigation-inner ul li a {
  font-size: 32px;
  color: #171624;
  transition: all 0.4s ease;
}
@media (max-width: 520px) {
  .mobile-sidebar .mobile-site-navigation-inner ul li a {
    font-size: 24px;
  }
}
.mobile-sidebar .mobile-site-navigation-inner ul li a:hover {
  color: #00BB72;
  transition: all 0.4s ease;
}
.mobile-sidebar .mobile-site-navigation-inner .language-widget .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  display: none;
}
.mobile-sidebar .mobile-site-navigation-inner .language-widget .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-left: 0;
  position: static;
}
.mobile-sidebar .mobile-site-navigation-inner .language-widget .wpml-ls-sub-menu a {
  font-size: 20px;
  border-top: none;
}
.mobile-sidebar .mobile-site-navigation-inner .wpml-ls-legacy-dropdown a {
  padding: 0;
}

.site-footer {
  background-color: #171924;
  padding-top: 64px;
  padding-bottom: 32px;
}
.site-footer .inner-row {
  width: calc(100% - 160px);
}
@media (max-width: 1024px) {
  .site-footer .inner-row {
    width: calc(100% - 48px);
  }
}
.site-footer .footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin: 64px 0 120px 0;
  color: #fff;
}
@media (max-width: 820px) {
  .site-footer .footer-inner {
    margin: 32px 0 64px 0;
  }
}
.site-footer .footer-inner .footer-widgets {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
  gap: 64px;
}
.site-footer .footer-inner .footer-widgets h2.widget-title {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.site-footer .footer-inner .footer-widgets .textwidget {
  max-width: 200px;
}
.site-footer .footer-inner .footer-widgets #custom_html-2 {
  margin-left: auto;
}
@media (max-width: 768px) {
  .site-footer .footer-inner .footer-widgets {
    flex-wrap: wrap;
    gap: 32px;
  }
  .site-footer .footer-inner .footer-widgets section {
    flex-basis: calc(50% - 18px);
  }
}

.footer-widgets ul,
.textwidget ul {
  margin: unset;
  padding: unset;
}

.footer-contact,
.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li,
.footer-social li {
  margin-bottom: 5px;
}

.footer-widgets a,
.footer-contact a {
  text-decoration: unset;
  color: #fff;
  transition: all 0.4s ease;
}
.footer-widgets a:hover,
.footer-contact a:hover {
  color: #00BB72;
  transition: all 0.4s ease;
}

.footer-social li a {
  color: #00BB72;
  text-decoration: none;
  transition: all 0.4s ease;
}
.footer-social li a:hover {
  color: #fff;
  transition: all 0.4s ease;
}

.contact-row.kontakt-team {
  gap: 40px;
}

/* bottom footer */
.footer-bottom-menu ul {
  display: flex;
  gap: 8px;
  font-size: 12px;
  margin: 0;
}

.footer-bottom-menu ul a {
  text-decoration: none;
  color: #fff;
  transition: all 0.4s ease;
}
.footer-bottom-menu ul a:hover {
  color: #00BB72;
  transition: all 0.4s ease;
}

.site-info {
  display: flex;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 520px) {
  .site-info {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .site-info .footer-bottom-menu {
    order: -1;
  }
  .site-info .footer-bottom-menu .footer-menu {
    margin-left: 0;
    padding-left: 0;
  }
}

ul.footer-social {
  line-height: 1;
}

ul.footer-contact {
  line-height: 1.2;
  margin-bottom: 24px;
}

@font-face {
  font-family: "Beatrice";
  src: url("../fonts/Beatrice_Bold_Italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Beatrice";
  src: url("../fonts/Beatrice_Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Beatrice";
  src: url("../fonts/Beatrice_ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Beatrice";
  src: url("../fonts/Beatrice_Light_Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Beatrice";
  src: url("../fonts/Beatrice_Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Beatrice";
  src: url("../fonts/Beatrice_Medium_Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Beatrice";
  src: url("../fonts/Beatrice_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Beatrice";
  src: url("../fonts/Beatrice_Regular_Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Beatrice";
  src: url("../fonts/Beatrice_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Beatrice";
  src: url("../fonts/Beatrice_SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
::selection {
  background: #00BB72;
  color: #000000;
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Beatrice;
  font-style: normal;
  font-weight: 400;
}

#primary {
  overflow: hidden;
}

.inner-row {
  max-width: 1440px;
  width: calc(100% - 160px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .inner-row {
    width: calc(100% - 48px);
  }
}
.inner-row.mt-60 {
  margin-top: 60px;
}

p {
  font-size: 20px;
  font-weight: 400;
  color: #171624;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 0;
}

h1.sub-titel {
  font-size: 18px;
  color: #00BB72;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.2em;
}

ul {
  list-style: none;
}

.title-block .aos-animate {
  display: block;
}
.title-block * {
  color: #004127;
}
.title-block h1 {
  font-size: 44px;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .title-block h1 {
    font-size: 35px;
  }
}
@media (max-width: 520px) {
  .title-block h1 {
    font-size: 30px;
  }
}
.title-block h2 {
  font-size: 36px;
}
@media (max-width: 768px) {
  .title-block h2 {
    font-size: 32px;
  }
}
@media (max-width: 520px) {
  .title-block h2 {
    font-size: 28px;
  }
}

.projektid-archive {
  margin-top: 60px;
}

.primary-button {
  background-color: #00BB72;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 1.1em;
  border-radius: 24px;
  padding: 12px 24px;
  transition: all 0.4s ease;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.primary-button:hover {
  background-color: #004127;
  color: #171624;
  transition: all 0.4s ease;
  color: #fff;
}

.primary-button.width-arrow {
  background-color: #00BB72;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 1.1em;
  border-radius: 24px;
  padding: 12px 24px;
  transition: all 0.4s ease;
  cursor: pointer;
  text-decoration: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.primary-button.width-arrow:hover {
  background-color: #004127;
  color: #171624;
  transition: all 0.4s ease;
  color: #fff;
}
.primary-button.width-arrow svg {
  width: 44px;
  height: 22px;
}

.primary-link {
  color: #171624;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.primary-link:hover {
  color: #00BB72;
  transition: all 0.4s ease;
}

#projektid-loop {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  #projektid-loop {
    gap: 40px;
  }
}
#projektid-loop .projekt-card {
  width: calc(50% - 16px);
  position: relative;
}
#projektid-loop .projekt-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  min-width: 400px;
  height: 200px;
  background: #004229;
  background: linear-gradient(150deg, rgba(0, 187, 112, 0.5490196078) 0%, rgba(0, 66, 41, 0) 55%);
  z-index: 0;
}
@media (max-width: 768px) {
  #projektid-loop .projekt-card:before {
    width: 100%;
    min-width: 0;
    height: 100%;
  }
}
#projektid-loop .projekt-card.equal {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #projektid-loop .projekt-card {
    width: 100% !important;
  }
}
#projektid-loop .projekt-card .hover-link {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
#projektid-loop .projekt-card .hover-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
#projektid-loop .projekt-card .hover-link .hover-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}
#projektid-loop .projekt-card .hover-link:hover .hover-label {
  opacity: 1;
  transition: all 0.4s ease;
}
#projektid-loop .projekt-card .hover-link:hover:after {
  opacity: 1;
  transition: all 0.4s ease;
}

.projekt-card {
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .projekt-card {
    width: 100%;
  }
}
.projekt-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.projekt-card .status-label {
  background-color: #00BB72;
  color: #171624;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  color: #004127;
  display: inline-block;
  z-index: 1;
}

.row {
  margin: 0 0 64px 0;
}

.text-image-block {
  display: flex;
  gap: 40px;
}
@media (max-width: 820px) {
  .text-image-block {
    flex-direction: column;
    gap: 24px;
  }
}
.text-image-block.flex-reverse {
  flex-direction: row-reverse;
}
.text-image-block .text-box,
.text-image-block .image-box {
  flex: 1;
}
.text-image-block .image-box {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.text-image-block .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.site-main.about-page {
  margin-top: 140px;
}

.section-text-image .text-image-block {
  align-items: center;
  gap: 100px;
}
@media (max-width: 820px) {
  .section-text-image .text-image-block {
    gap: 24px;
  }
}
.section-text-image .text-image-block .text-box h2, .section-text-image .text-image-block .text-box h3, .section-text-image .text-image-block .text-box h4, .section-text-image .text-image-block .text-box h5, .section-text-image .text-image-block .text-box h6 {
  color: #004127;
}
.section-text-image .text-image-block .text-box h2, .section-text-image .text-image-block .text-box h3 {
  font-size: 38px;
  max-width: 580px;
}
@media (max-width: 820px) {
  .section-text-image .text-image-block .text-box h2, .section-text-image .text-image-block .text-box h3 {
    font-size: 36px;
  }
}
@media (max-width: 520px) {
  .section-text-image .text-image-block .text-box h2, .section-text-image .text-image-block .text-box h3 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .section-text-image .text-image-block .text-box h2, .section-text-image .text-image-block .text-box h3 {
    font-size: 30px;
    margin-top: 0;
  }
}
.section-text-image .text-image-block .text-box p {
  font-size: 20px;
  font-weight: 400;
  color: #171624;
}
@media (max-width: 820px) {
  .section-text-image .text-image-block .text-box p {
    font-size: 18px;
  }
  .section-text-image .text-image-block .text-box p:last-child {
    margin-bottom: 0;
  }
}
.section-text-image:nth-child(even) .text-image-block {
  flex-direction: row-reverse;
}
@media (max-width: 820px) {
  .section-text-image:nth-child(even) .text-image-block {
    flex-direction: column;
  }
}
@media (max-width: 820px) {
  .section-text-image .row {
    margin: 32px 0;
  }
}

.section-team {
  background-color: #F1F4F7;
  padding-top: 64px;
  padding-bottom: 64px;
  margin-bottom: 0;
}
.section-team h2 {
  color: #00BB72;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 72px;
  margin-top: 0;
  line-height: 1.2em;
  text-transform: uppercase;
}
.section-team h3 {
  font-size: 24px;
  color: #004127;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 1.2em;
}
.section-team .contact-row.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 64px;
}
.section-team .contact-row.flex .team-member {
  width: min-content;
  flex-basis: calc(25% - 32px);
}
@media (max-width: 1024px) {
  .section-team .contact-row.flex .team-member {
    flex-basis: calc(33.33% - 32px);
  }
}
@media (max-width: 768px) {
  .section-team .contact-row.flex .team-member {
    flex-basis: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  .section-team .contact-row.flex .team-member {
    flex-basis: 100%;
  }
}
.section-team .contact-row.flex .team-member .team-photo {
  margin-bottom: 16px;
}
.section-team .contact-row.flex .team-member h3 {
  font-size: 16px;
  color: #171624;
  font-weight: 600;
  margin-bottom: 0;
}
.section-team .contact-row.flex .team-member p {
  margin: 0;
  font-size: 16px;
  color: #171624;
  font-weight: 400;
  margin-bottom: 24px;
}
.section-team .contact-row.flex .team-member a {
  text-decoration: none;
  display: block;
  font-weight: 500;
  transition: all 0.4s ease;
}
.section-team .contact-row.flex .team-member a:hover {
  color: #00BB72;
  transition: all 0.4s ease;
}

.section-text-block {
  padding-top: 64px;
  padding-bottom: 64px;
  margin-bottom: 0;
}
.section-text-block .inner-row.flex {
  display: flex;
  justify-content: space-between;
}
.section-text-block .inner-row.flex .text-block-left {
  flex-basis: calc(50% - 40px);
}
.section-text-block .inner-row.flex .text-block-right {
  flex-basis: calc(50% - 40px);
}
@media (max-width: 820px) {
  .section-text-block .inner-row.flex {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 820px) {
  .section-text-block {
    padding-top: 0;
    margin-top: 24px;
    padding-bottom: 0;
    margin-bottom: 32px;
  }
  .section-text-block .text-block-left,
  .section-text-block .text-block-right {
    flex-basis: 100%;
  }
  .section-text-block .text-block-left p,
  .section-text-block .text-block-right p {
    font-size: 18px;
  }
  .section-text-block .text-block-left p:last-child,
  .section-text-block .text-block-right p:last-child {
    margin-bottom: 0;
  }
}

.section-banner {
  background-color: #F1F4F7;
}

.banner-cover {
  padding-top: 240px;
  padding-bottom: 200px;
  margin-bottom: 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 48px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: -200px;
  z-index: 1;
}
.banner-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004229;
  background: linear-gradient(150deg, rgba(0, 66, 41, 0.79) 0%, rgba(0, 66, 41, 0) 55%);
  z-index: 0;
}
.banner-cover .banner-content {
  text-align: center;
  position: relative;
  z-index: 2;
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
}
.banner-cover .banner-content h2 {
  font-size: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  line-height: 1.4em;
  font-weight: 500;
  margin-top: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .banner-cover .banner-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 520px) {
  .banner-cover {
    padding-top: 140px;
    padding-bottom: 180px;
  }
  .banner-cover .banner-content h2 {
    font-size: 24px;
    font-weight: 500;
  }
}

.site-footer.with-banner {
  padding-top: 200px;
}

.projektid-archive .projektid-filters {
  margin-bottom: 60px;
  margin-top: 40px;
  text-align: center;
}
.projektid-archive .projektid-filters button {
  background: transparent;
  border: unset;
  color: #00BB72;
  cursor: pointer;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}
.projektid-archive .projektid-filters button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 2px;
  font-weight: 500;
  background: #004127;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  width: 0;
}
.projektid-archive .projektid-filters button:hover::after {
  width: calc(100% - 16px);
}
.projektid-archive .projektid-filters .active {
  font-weight: 800;
  color: #004127;
}
.projektid-archive .projektid-filters .active::after {
  width: calc(100% - 16px);
}
.projektid-archive .container {
  width: calc(100% - 160px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .projektid-archive .container {
    width: calc(100% - 48px);
  }
}
.projektid-archive h2.projekt-title {
  margin-bottom: 0;
  color: #004127;
}
.projektid-archive h2.projekt-title.center {
  text-align: center;
}

#projektid-loop {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  #projektid-loop {
    margin-bottom: 60px;
  }
}
@media (max-width: 520px) {
  #projektid-loop {
    margin-bottom: 24px;
  }
}
#projektid-loop p.projekt-desc {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 0.6em 0;
}
#projektid-loop h2.projekt-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  color: #004127;
}
@media (max-width: 520px) {
  #projektid-loop h2.projekt-title {
    font-size: 20px;
  }
}
#projektid-loop h2.projekt-title.center {
  text-align: center;
}
#projektid-loop a.green {
  color: #00BB72;
}
#projektid-loop a.blue {
  color: #94C3FF;
}
#projektid-loop a.grey {
  color: #c0c2cd;
}
#projektid-loop span.sep {
  opacity: 0.3;
  margin: 0 0 0 3.84px;
}
#projektid-loop .projekt-links {
  margin-top: 0;
}
#projektid-loop .projekt-links a {
  font-weight: 800;
  text-decoration: unset;
}
#projektid-loop .card {
  line-height: 1.4;
}
@media (max-width: 768px) {
  #projektid-loop .card {
    margin-bottom: 60px;
  }
}
#projektid-loop .card.box1 .image-wrapper {
  overflow: hidden;
}
#projektid-loop .card.box1 .image-wrapper img {
  max-height: 640px;
  object-fit: cover;
  object-position: center;
}
#projektid-loop .projekt-card {
  width: calc(100% - 16px);
}
@media (max-width: 768px) {
  #projektid-loop .projekt-card {
    width: 100% !important;
  }
}
#projektid-loop .projekt-card .status-label {
  background-color: #6FF295;
  color: #004127;
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
  border-radius: 20px;
  padding: 6px 24px;
  position: absolute;
  margin-top: -19px;
  margin-left: 15px;
}
#projektid-loop .projekt-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -8px;
}
#projektid-loop .projekt-card.equal {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  #projektid-loop .projekt-card.equal {
    width: 100%;
  }
}
#projektid-loop .projekt-card.equal img {
  aspect-ratio: 6/4;
  object-fit: cover;
  object-position: center;
}
#projektid-loop > div.card-grid.sub-grid > div.card.box2 > div.projekt-card,
#projektid-loop > div.card-grid.sub-grid > div.card.box2 > div.projekt-card > div.image-wrapper {
  height: 100%;
}
@media (min-width: 769px) {
  #projektid-loop .projektid-grid {
    display: grid;
    gap: 20px;
  }
}
@media (min-width: 769px) {
  #projektid-loop .card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) {
  #projektid-loop .card-grid.sub-grid {
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% auto;
    gap: 94px 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  #projektid-loop .card-grid.sub-grid .card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
  }
}
@media (min-width: 769px) {
  #projektid-loop .card-grid.sub-grid .card.box2 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (min-width: 769px) {
  #projektid-loop .card-grid.even {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 96px 24px;
  }
}
@media (min-width: 769px) {
  #projektid-loop .card-grid.even img {
    aspect-ratio: 6/4;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 769px) {
  #projektid-loop .card-grid.even .card.box1 {
    grid-column: 1/3;
    display: grid;
  }
}

#projektid-loop.projektid-grid .projekt-card.equal .hover-link {
  height: auto;
}
#projektid-loop.projektid-grid .projekt-card.equal:nth-child(3n) {
  flex-basis: 100%;
}

.error-404 {
  margin-top: 220px;
  padding-bottom: 140px;
}
.error-404 .page-header h1 {
  font-size: 50px;
  font-weight: 400;
  color: #171624;
  margin-bottom: 24px;
  text-align: center;
  color: #004127;
  font-weight: 600;
}
.error-404 .page-content {
  text-align: center;
}
.error-404 .page-content p {
  font-size: 22px;
  font-weight: 400;
  color: #171624;
  margin-bottom: 24px;
}
.error-404 .primary-button {
  margin-top: 24px;
}

.blog-loop {
  margin-top: 140px;
  padding-top: 64px;
  padding-bottom: 64px;
  background: #F1F4F7;
}
@media (max-width: 520px) {
  .blog-loop {
    margin-top: 60px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .blog-loop .inner-row {
    width: calc(100% - 160px);
  }
}
.blog-loop .section-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.blog-loop .section-title {
  font-size: 24px;
  font-weight: 600;
  color: #004127;
}
.blog-loop .blog-grid .blog-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 6/4;
}
.blog-loop .blog-grid .blog-item a {
  text-decoration: none;
  color: #171624;
}
.blog-loop .blog-grid .blog-item a:hover {
  color: #00BB72;
  transition: all 0.4s ease;
}
.blog-loop .blog-grid .blog-item h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 16px;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
}
.owl-carousel .owl-nav button {
  pointer-events: all;
  width: 60px;
  height: 40px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  border: 0;
}
.owl-carousel .owl-nav button:hover {
  color: #00BB72;
  transition: all 0.4s ease;
}
.owl-carousel .owl-nav button span {
  font-size: 0;
  background-image: url("../images/nav.svg");
  background-repeat: no-repeat;
  background-size: 32px;
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  background-position: center;
}
@media (min-width: 769px) {
  .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 60px);
    width: calc(100% + 160px);
    left: -80px;
  }
}
@media (max-width: 768px) {
  .owl-carousel .owl-nav {
    width: max-content;
    justify-content: flex-start;
    margin-top: 24px;
  }
  .owl-carousel .owl-nav button {
    width: 40px;
  }
  .owl-carousel .owl-nav .owl-prev {
    margin-left: 0;
  }
}

[data-aos=zoom] {
  transform: scale(1.04);
  transition: transform 1.2s cubic-bezier(0, 0, 0.3, 1);
}

.hero.default {
  overflow: hidden;
}
.hero.default img {
  animation-duration: 8s;
  animation-fill-mode: both;
  animation-name: kenburns;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.popup {
  position: fixed;
  bottom: 20px;
  right: 48px;
  max-width: 400px;
  background-color: #004127;
  border-radius: 12px;
  overflow: hidden;
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .popup {
    width: calc(100% - 24px);
    right: 12px;
    bottom: 12px;
  }
}
.popup.show-slow {
  visibility: visible;
  opacity: 1;
  bottom: 40px;
}
.popup .popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: none;
  background: #19332b;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.popup .popup-close svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.popup img {
  max-height: 180px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.popup .popup-content {
  background-color: #004127;
  padding: 24px 32px;
  border-radius: 12px;
  z-index: 1001;
}
.popup .popup-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.popup .popup-content h2 {
  margin-top: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.popup .popup-content a {
  color: #00BB72;
  text-decoration: underline;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.4s ease;
}
.popup .popup-content a:hover {
  color: #fff;
  transition: all 0.4s ease;
}

.classic-content {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 520px) {
  .classic-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}