  @font-face {
    font-family: 'VerlagSSm';
      src: url('font/Verlag-Light.otf') format('opentype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

.image-header {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0px;
  width: 100%;
}

a:hover {
  color: #258f4e;
}

@media (min-width: 600px) {
  .image-header {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0px;
    width: 100%;
  }
}

@media (max-width: 959px) {
  #mobile-nav {
    margin-top: 85px;
  }
}

@media only screen and (max-width: 600px) {
  .custom-navbar .logo-container {
    left: 31%;
  }
}

@media (min-width: 960px) {
  .image-header {
    margin-left: 16.6667%;
    box-sizing: border-box;
    flex-basis: 66.6667%;
    max-width: 66.6667%;
    padding: 0px 20px;
    width: 66.6667%;
  }
}

.container-header {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2 * 6.68%);
}

@media (min-width: 1437px) {
  .container-header {
    max-width: 1436px;
  }
}

.section__title{
    font-family: 'VerlagSSm', Tahoma, sans-serif !important;
}

.list {
  list-style: unset;

  margin-left: 35px;
  font-family: 'VerlagSSm', Tahoma, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  color: #002f1fcc;
  line-height: 34px;
  font-size: 1.2rem;
}

.list-number {
  /* list-style: unset; */
  margin-left: 35px;
  font-family: 'VerlagSSm', Tahoma, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  color: #002f1fcc;
  line-height: 34px;
  font-size: 1.2rem;
}

.breadcrumb {
  padding: 10px;
  border-radius: 20px;
  display: flex;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  margin-top: 25px;
  background-color: unset !important;
}

.breadcrumb li {
  /* margin-right: 10px; */
}

.breadcrumb li:not(:last-child) {
  margin-right: 10px;
}

p {
  color: #053e2b !important;
}

.breadcrumb a {
  text-decoration: none;
  color: #002f1f;
  padding: 8px 0px 8px 12px;
  border-radius: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  text-transform: uppercase;
  font-family: VerlagSSm, Tahoma, sans-serif;

  font-size: 13px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}

.breadcrumb a::after {
  content: "\2022";
  margin-left: 12px;
}

.breadcrumb a:hover {
  /* background-color: #bbb; */
  color: #333;
  text-decoration: none;
}

.breadcrumb .active a::after {
  content: "";
  margin-left: 0;
}

.breadcrumb .active a {
  color: #8f8f8f;
}

/* @media (max-width: 600px) {
  .breadcrumb {
    flex-wrap: wrap;
    justify-content: center;
  }

  .breadcrumb li {
    margin-bottom: 5px;
  }
} */

@media (max-width: 600px) {
  .breadcrumb {
    display: none !important;
  }
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 56%;
  min-width: 100%;
  position: relative;
}

.teaser-text::before,
.teaser-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #b5b5b5;
  transition: width 0.3s ease;
}

.teaser-text::before {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
}

.teaser-text::after {
  left: 100%;
  width: 0;
}

.teaser-text:hover::before {
  width: 0;
}

.teaser-text:hover::after {
  left: 0;
  width: 100%;
}

.row {
  width: unset !important;
  max-width: unset !important;
}

a:hover {
  text-decoration: none;
}

.dfont {
  font-family: VerlagSSm, Tahoma, sans-serif !important;
  font-style: normal;
  font-weight: 300;
}

.pfont {
  font-family: VerlagSSm, Tahoma, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 36px;
  font-size: 1.2rem;
}

.bfont {
  font-family: VerlagSSm, Tahoma, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 14px;
}

.custom-column {
  position: relative;
  overflow: hidden;
}

.custom-column:hover .zoom-effect {
  transform: scale(1.2);
}

.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
  font-family: "Poppins";
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 32%);
  pointer-events: none;
}

.zoom-effect {
  transition: transform 0.3s ease-in-out;
}

.text-inside {
  z-index: 3;
}

.text-inside h3 {
  font-family: VerlagSSm, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-inside a {
  font-family: VerlagSSm, Tahoma, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 14px;
}

.content-img {
  border-left: 1px solid rgb(20, 30, 85);
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 20px;
  width: calc(100% - 40px);
}

.content-img h3 {
  font-family: VerlagSSm, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
}

.content-btn {
  align-items: center;
  background-color: transparent;
  border: none;
  /* color: var(--stroke-color, rgb(var(--rgb-primary, 20, 30, 85))); */
  display: inline-flex;
  padding: 10px 0px;
  text-decoration: none;
  transition: padding 0.3s ease-out 0s;
  font-family: VerlagSSm, Tahoma, sans-serif;
  font-weight: 900;
  color: #002f1f;
}

footer {
  padding-top: 60px;
}
