/* css styles */
/* official GeoSphere styles begin with '--geosphere' */
:root {
    /* Colors: */
    --geosphere-color-lime: #BFCE40;
    --geosphere-color-darklime: #052E37;
    --geosphere-teaser-background: #f3f5f5;
    --geosphere-teaserbtn-background: #9babaf;
    --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;

    
    /* Font/text values */
    --geosphere-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-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;
    --geosphere-decoration-underline: underline;
}
    
.navbar-logo {
    max-height: 50px !important;
}

.navbar.navbar-expand-lg {
    background-color: var(--geosphere-color-darklime);
}

.navbar-brand, span.menu-text {
    color: var(--unnamed-color-a3b0b7);
}
.navbar-brand:hover, .navbar-brand:focus, span.menu-text:hover, span.menu-text:focus {
    color: var(--geosphere-color-lime);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--geosphere-color-lime);
    text-decoration: var(--geosphere-decoration-underline);
}


a {
    color: var(--geosphere-color-darklime);
}
    
.anchored p, p, td, li {
    font-family: var(--geosphere-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-12);
    color: var(--unnamed-color-00242a) !important;
    border: none;
}

th {
    font-size: 14px;
    color: var(--geosphere-color-darklime) !important;
}
    
.h1 p, h1 {
    font-family: var(--geosphere-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(--geosphere-color-darklime);
}
    
.h2 p, h2 {
    font-family: var(--geosphere-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(--geosphere-color-darklime);
    border: none;
}
    
.level4 h4, .anchored {
    font-family: var(--geosphere-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(--geosphere-color-darklime);
}

.sidebar nav[role="doc-toc"] ul > li > a.active, .sidebar nav[role="doc-toc"] ul > li > ul > li > a.active{
    border-left: 1px solid var(--geosphere-color-darklime);
    padding-left: .6rem;	
}
.sidebar nav[role="doc-toc"] > ul a, .sidebar nav[role="doc-toc"] > ul a.active {
    border-left: 1px solid var(--geosphere-color-lime);
    padding-left: .6rem;
}
.sidebar nav[role="doc-toc"] ul > li > a.active, .sidebar nav[role="doc-toc"] ul > li > ul > li > a.active {
    color: var(--geosphere-color-darklime) !important;
    text-decoration: var(--geosphere-decoration-underline);
}
.sidebar nav[role="doc-toc"] ul > li > a:hover, .sidebar nav[role="doc-toc"] ul > li > ul > li > a:hover {
    color: var(--geosphere-color-darklime) !important;
}

ul.aa-List li.aa-Item[aria-selected="true"] .search-result-link p {
	color: white !important;
}

caption {
    font-family: var(--geosphere-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-29);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-00242a);
}

/* teaser */
.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;
  }

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