/* css styles */
:root {
  /* Colors: */
  --unnamed-color-a3b0b7: #a3b0b7;
  --unnamed-color-6b7f8b: #6b7f8b;
  --unnamed-color-aac6d7: #aac6d7;
  --unnamed-color-ffffff: #ffffff;
  --unnamed-color-d0000e: #d0000e;
  --unnamed-color-00242a: #00242a;
  --unnamed-color-a0a0a0: #a0a0a0;
  --unnamed-color-052e37: #052e37;
  --unnamed-color-bfce40: #bfce40;

  /* Font/text values */
  --unnamed-font-family-source-sans-pro: "Source Sans 3", sans-serif;
  --unnamed-font-style-normal: normal;
  --unnamed-font-style-italic: italic;
  --unnamed-font-weight-bold: bold;
  --unnamed-font-weight-normal: normal;
  --unnamed-font-size-12: 12px;
  --unnamed-font-size-14: 14px;
  --unnamed-font-size-20: 20px;
  --unnamed-font-size-23: 23px;
  --unnamed-font-size-30: 30px;
  --unnamed-font-size-60: 60px;
  --unnamed-font-size-80: 80px;
  --unnamed-character-spacing-0: 0px;
  --unnamed-line-spacing-29: 29px;
  --unnamed-line-spacing-31: 31px;
  --unnamed-line-spacing-38: 38px;
  --unnamed-line-spacing-78: 78px;
  --unnamed-decoration-underline: underline;
}

.navbar-logo {
  max-height: 50px !important;
}

.navbar.navbar-expand-lg {
  background-color: var(--unnamed-color-052e37);
}

a {
  color: var(--unnamed-color-052e37);
}

.anchored td,
li {
  font-family: var(--unnamed-font-family-source-sans-pro);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-14);
  color: var(--unnamed-color-00242a);
  border: none;
}

h1 {
  font-family: var(--unnamed-font-family-source-sans-pro);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-30);
  line-height: var(--unnamed-line-spacing-78);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-052e37);
}

h2 {
  font-family: var(--unnamed-font-family-source-sans-pro);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-23);
  line-height: var(--unnamed-line-spacing-38);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-052e37);
  border: none;
}

.level4 h4,
.anchored {
  font-family: var(--unnamed-font-family-source-sans-pro);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-20);
  line-height: var(--unnamed-line-spacing-29);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-052e37);
}

/* klima pages specific */
.teaser-item {
  position: relative;
  display: flex;
  /* align-items: center; */

  background-color: #f3f5f5;
  height: 240px;
  /* width: 80%; @dwe*/
  /* margin: 12px 18px 15px 18px; */
  overflow: hidden;
  /* display: flex; */
  /* align-items: center; */
  /* padding-left: 220px; /* enough room for image overlap */
}
.teaser-item .img1 {
  max-width: 240px;
  height: auto;
  flex-shrink: 0;
}
.teaser-item .img2 {
  display: none;
}
.teaser-item h4 {
  font-weight: bold;
}
.teaser-item p {
  margin: unset;
  padding: unset;
  line-height: 1.6;
  text-align: justify;
}
.teaser-item a {
  text-decoration: none;
}

/* Responsive layout adjustment */
/* Default: hide the image on small screens */
/* .teaser-item .img1 {
  display: none;
} */

/* changes dwe 22042025 */
.teaser-wrapper {
  /* display: flex; */

  /* flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.teaser-button {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 60px;
  font-size: 30px;
  height: 60px;
  background-color: #9babaf; /* Bootstrap blue */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 50%; */
  text-decoration: none;
  /* font-size: 24px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
  cursor: pointer;
  z-index: 3;
}

.teaser-item:hover .teaser-button {
  background-color: #052e37;
}
.teaser-item .teaser-content {
  height: 240px;
  /* width: 100%; */
  width: -webkit-fill-available;
  width: -moz-available;
  /* display: block; */
}
@media (max-width: 1410px) {
  .teaser-item {
    flex-direction: column;
    /* align-items: center; */
    /* text-align: center; */
    height: auto;
    width: 100%;
  }
  /* .teaser-item p {
    width: 100%;
    height: 260px;
  } */

  .teaser-item .img2 {
    /* max-width: 600px; */
    /* max-width: 350px; */
    object-fit: cover;
    width: 100%;
    display: block;
  }
  .teaser-item .img1 {
    /* display: none; */
    object-fit: cover;
    width: 100%;
    display: block;
    max-width: 100%;
    height: 240px;
  }
}

@media screen and (max-width: 1015px) {
  .teaser-wrapper {
    grid-template-columns: 1fr;
  }
  .teaser-item .img2 {
    display: none;
  }
  .teaser-item .img1 {
    display: block;
    max-width: 240px;
    width: auto;
  }
  .teaser-item {
    flex-direction: row;
    /* align-items: center; */
    /* text-align: center; */
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  /* .teaser-wrapper {
    grid-template-columns: 1fr;
  } */
  .teaser-item {
    flex-direction: column;
    /* align-items: center; */
    /* text-align: center; */
    height: auto;
    width: 100%;
  }
  .teaser-item .img2 {
    display: block;
  }
  .teaser-item .img1 {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .teaser-item .teaser-content {
    height: auto;
  }
}
/* @media (min-width: 30em) {
  .teaser-item {
    width: 40%; @dwe
    display: inline-block;
    padding-left: 220px; 
  }
  .teaser-item .img1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    object-fit: cover;
    z-index: 1;
    display: block;
  }
} */
.teaser-item .teaser-content {
  position: relative;
  z-index: 2; /* above image */
  padding: 40px 60px 60px 40px;
}

.teaser-item .teaser-content h4 {
  margin: 0px 0px 15px 0px;
  padding: 0;
}
.teaser-item .teaser-content p {
  margin: 0;
  padding: 0px 10px 0px 0px;
}

.caption p {
  font-family: var(--unnamed-font-family-source-sans-pro);
  font-style: var(--unnamed-font-style-italic);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-12);
  line-height: var(--unnamed-line-spacing-31);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-00242a);
}

td strong {
  font-size: 16px;
  color: var(--unnamed-color-052e37);
}

/* remove last p */
.teaser-item p:nth-of-type(2) {
  display: none;
}
