:root {
  --color-blue: #003869;
  --color-green: #538F9E;
  --color-green-light: #D7FAFF;
  --color-grey: #B2B3BC;
}

.is-hidden {display:none !important;}

html {
  scroll-behavior: smooth;
}

.is-hidden {
  display: none !important;
}

.is-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.headline,
.brick__header {
  color: var(--color-text);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Raleway';
  margin-bottom: 15px;
}

.headline--lg {
  color: var(--color-blue);
  font-size: 45px;
  line-height: 1;
}

.headline--md {
  color: var(--color-blue);
  font-size: 22px;
}

#siteWrapper > section:first-of-type {
  margin-bottom: 0;
  margin-top: 0;
}

#siteWrapper > section.brick:first-of-type img {
    width: 100%;
}

#siteWrapper > section.brick:first-of-type .col-md-5 {
    padding:0;
}

@media screen and (min-width: 768px) {
  #siteWrapper > section.brick:first-of-type .col-md-5 img {
    position: absolute;
  }
}

#siteWrapper > section.brick:first-of-type .col-md-5 img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#siteWrapper > section.brick:first-of-type .col-md-7 {
    display:flex;
    flex-direction: column;
    justify-content:center;
    padding: 75px 35px;
}
#siteWrapper > section.brick:first-of-type {
  background: #103665;
}

#siteWrapper > section.brick:first-of-type .container {
  max-width: 100% !important;
}

body:not(.editmode) #siteWrapper section.brick:first-of-type .brick {
  margin: 0;
  padding: 0;
  color: #fff;
}

#siteWrapper section.brick:first-of-type + section {
  margin-top: 0;
}

#siteWrapper section.brick:first-of-type .headline-sm {
  color: #3C91A0;
}

.herodb {
  color: #fff;
  background-color: #01332a;
  position: relative;
  display: flex;
  align-items: center;
}

.herodb,
.dbbullets {
  width: 1920px;
  margin-left: calc(50% - 960px);
  
}

@media (max-width: 1920px) {
  .herodb,
  .dbbullets {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.herodb > img {
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  .herodb > img {
    max-width: 300px;
  }
}

.dbbullets img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.herodb__wrapper {
  position: relative;
  z-index: 2;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.herodb__wrapper img {
    max-width: 275px;
    margin-top: 20px;
}

.dbbullets {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
}

.dbbullets__item {
  position: relative;
  min-height: 300px;
  flex: 1 1 100%;
}

@media screen and (min-width: 680px) {
  .dbbullets__item {
    flex: 1 1 calc(50% - 40px);
  }
}

@media screen and (min-width: 1024px) {
  .dbbullets__item {
    flex: 1 1 calc(25% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .herodb__wrapper {
    text-align: left;
  }
  .herodb__wrapper img {
      max-width: 225px;
  }
  .headline--lg {
    font-size: 30px;
  }
}

@media screen and (max-width: 580px) {
  .herodb > img {
    display: none;
  }
  .herodb__wrapper {
    padding: 35px 20px;
    text-align: center;
  }
}

.dbbullets__item > div {
  position: relative;
  z-index: 2;
 font-size: 20px;
  width: 100%;
  height: 100%;
}

.dbbullets__item > div a {
  color: #fff;
  cursor: pointer;
  padding: 20px;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end
}

.dbbullets__item::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-blue);
  opacity: .3;  
  transition: .5s;
}

.dbbullets__item:hover::after {
  opacity: .8;
}

.dbbullets__item__title--col a {
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-end;
}

.dbbullets__item__title--col em {
  font-size: 16px;
  font-weight: 400;
}

.logoshowcase {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  max-width: 700px;
  margin: 0 auto;
}
.logoshowcase__item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.logoshowcase__item > div,
.logoshowcase__item a {
  width: 150px;
  height: 150px;
  padding: 8px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  display: block;
}
.logoshowcase__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 1920px) {
  .ft-image {
    width: 1920px;
    margin-left: calc(50% - 960px);
  }
}

@media (max-width: 1919px) {
  .ft-image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.cols {
display:flex;
flex-wrap: wrap;
gap: 10px;
font-size: 16px;
font-weight: bold;
}
.cols ul {
margin-top: 5px;
font-size: 16px;
font-weight: normal;
}
  .cols .col {
    min-width: 20%;
  }
@media screen and (max-width: 1024px) {
  .cols .col {
    min-width: 100%;
  }
}

.cols .col > div:first-of-type {
    color: #003568;
}

.accordion {
      overflow: hidden;
 }

    .accordion-item {
      border-top: 1px solid #eee;
    }

    .accordion-header {
      padding: 1rem;
      cursor: pointer;
      font-size: 1.25rem;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s;
    }

    .accordion-header:hover {
      background: #e4e4e4;
    }

    .accordion-header::after {
      content: "+";
      font-size: 1.25rem;
      transition: transform 0.3s;
    }

    .accordion-header.active::after {
      content: "−";
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      padding: 0 1rem;
    }

    .accordion-content-inner {
      padding: 1rem 0;
    }

@media screen and (min-width:1201px) {
  .hero-singlesday div.h1 {font-size: 5rem}
  .hero-singlesday div.h2 {font-size: 3.5rem}
  .hero-singlesday ul {font-size: 1.7rem}
  .hero--light .h1,  .hero--light .h2 {color:#fff}
}
