:root {
  --accent: #3fa535;
  --primary: #03305e;
  --secondary: #1d9fe3;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.4;
}

a {
  color: var(--accent);
  text-decoration: underline;
}

.footer-sec {
  background-color: var(--primary);
  text-align: center;
  text-transform: lowercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 90px 100px;
  display: flex;
  overflow: hidden;
}

.copyright {
  color: #c9c9c9;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.textlink {
  color: var(--accent);
  text-decoration: none;
}

.textlink:hover {
  text-decoration: underline;
}

.div-block {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.mainbrandgrid {
  z-index: 50;
  grid-column-gap: 87px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brandwrapper.w--current {
  margin-top: 30px;
}

.brandwrapper.centered.w--current {
  text-align: center;
}

.mainbrandlogo {
  max-width: 180px;
  margin-left: auto;
}

.background-color {
  background-color: #dbe1e4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-color.image {
  opacity: .29;
  background-image: url('../images/high-angle-shot-townscape-against-clear-sky.jpg');
  background-position: 50%;
  background-size: cover;
}

.background-color.image.lowpacity {
  opacity: 1;
  mix-blend-mode: soft-light;
  background-image: url('../images/neon-purple-light-with-gold-particles-abstract-sparkles-bokeh-background.jpg');
  background-position: 0 0;
  background-size: auto;
}

.background-color.image._02 {
  opacity: .2;
  background-image: url('../images/bg-image.jpg');
}

.background-color.verlauf {
  background-color: #fff0;
  background-image: linear-gradient(#fff0 54%, #fff);
}

.background-color.verlauf.reverse {
  background-image: linear-gradient(#fff, #fff0 46%);
}

.background-color.blue {
  background-color: var(--secondary);
}

.background-color.green {
  background-color: var(--accent);
}

.background-color.pnk, .background-color.cta, .background-color.pnk-copy {
  background-color: #8f9e9b;
}

.background-color.white {
  background-color: #fff;
}

.background-color.darkblue {
  background-color: var(--primary);
}

.centered {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.orange {
  color: #ed7703;
}

.horizontal {
  width: 100%;
  max-width: 1080px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.vertical {
  width: 100%;
  height: 100%;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.vertical.bigger {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.vertical.medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.vertical.hide {
  display: none;
}

.richtext {
  font-size: 1.2rem;
  line-height: 1.4;
}

.section {
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  transform: skew(0deg);
}

.section.minh {
  justify-content: flex-end;
  align-items: center;
  min-height: 70vh;
}

.section.hide {
  display: none;
}

.valogo-copy {
  width: 500px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-3 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.text-block-2 {
  font-size: 1.4rem;
}

.container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fotohinweis {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fotohinweis.hide {
  display: none;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spacer._2rem {
  width: 2rem;
  height: 2rem;
}

.spacer._2rem.hide {
  display: none;
}

.image-8 {
  width: 2.5rem;
}

.sections {
  justify-content: center;
  align-items: center;
  padding: 69px;
  position: relative;
  overflow: hidden;
}

.sections.weiss-copy {
  background-color: #cbcbcf;
  position: relative;
}

.sections.weiss-copy.hide {
  display: none;
}

.html-embed-3 {
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.html-embed-3.hide {
  display: none;
}

.div-block-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  padding: 2rem;
  display: flex;
}

.div-block-2.hide {
  display: none;
}

.accented {
  color: var(--secondary);
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}

.team-member-name {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  opacity: .75;
  margin-bottom: 24px;
  font-size: .85rem;
  line-height: 1.4;
}

.horizontal-2 {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-wrapper.aligned {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
}

.paragraph-light {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.paragraph-light.text-color-black {
  color: #000;
}

.hero-split {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.qr-code {
  max-width: 200px;
}

.section_richtext {
  font-size: .8rem;
  line-height: 1.2;
}

.section_richtext.font-color-white {
  position: relative;
}

.div-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.roundbox {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.signup-button {
  text-transform: uppercase;
  background-color: #3d5a74;
  margin-right: auto;
  padding: 1rem 2.2rem;
  position: relative;
}

.font-color-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.6rem;
  position: relative;
}

.arrow {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.arrow.hide {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.paragraph-4 {
  margin-bottom: 0;
}

.alba-page_wrapper {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 40px 15px #16202540;
}

.alba-body {
  background-color: #dfdfdf;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cell {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.font-color-black {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  position: relative;
}

.lightbox-link {
  position: relative;
}

.flexer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.link-block {
  margin-left: auto;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.flexer_horizontal {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  height: 100%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box.nopadding-top {
  padding-top: 0;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 40svh;
  position: relative;
}

.image-row {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: 35%;
  max-width: 35%;
  display: flex;
  position: relative;
}

.image-row._40 {
  min-width: 40%;
  max-width: 40%;
}

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

.icon-image {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 200px;
  padding-right: 2.2rem;
  position: relative;
}

.icon-image.left {
  padding-left: 2.2rem;
  padding-right: 0;
}

.textlink-white {
  color: #d7ffd3;
}

.hide {
  display: none;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .footer-sec {
    height: auto;
    padding: 20px 46px;
  }

  .div-block {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mainbrandgrid {
    grid-column-gap: 39px;
    max-width: 95%;
  }

  .paragraph-3 {
    font-size: .7rem;
  }

  .container {
    width: 75%;
  }

  .image-8 {
    width: 1.5rem;
    margin-bottom: .5rem;
    margin-right: 1rem;
  }

  .sections {
    padding: 50px 14px;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper.aligned {
    margin-bottom: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .roundbox.margin-bottom {
    margin-bottom: 1rem;
  }

  .alba-body {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .flexer_horizontal {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .box.margin-bottom {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    font-size: 12px;
    line-height: 12px;
  }

  .horizontal {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vertical.bigger {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.minh {
    min-height: auto;
    padding: 0;
  }

  .valogo-copy {
    width: 70%;
  }

  .sections {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .horizontal-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .font-color-white, .font-color-black {
    font-size: 1.4rem;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .image-row {
    min-width: 30%;
    max-width: 30%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.753rem;
  }

  p {
    font-size: 1rem;
  }

  .footer-sec {
    height: auto;
    padding: 20px;
  }

  .mainbrandgrid {
    grid-template-columns: 1fr;
  }

  .horizontal {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .bold-text {
    font-size: 1rem;
  }

  .valogo-copy {
    width: 90%;
    margin-bottom: 2rem;
  }

  .container {
    width: 90%;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-light {
    font-size: .8rem;
  }

  .roundbox {
    padding: 1rem;
  }

  .signup-button {
    padding: .5rem .7rem;
  }

  .font-color-white {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .font-color-black {
    font-size: 1.3rem;
  }

  .container-3 {
    max-width: none;
  }

  .flexer_horizontal {
    flex-flow: column;
  }

  .box {
    padding: 1rem;
  }

  .hero-image {
    height: 20svh;
  }

  .image-row {
    min-width: 100%;
    max-width: 100%;
    height: 30svh;
  }

  .image-row._40 {
    order: -1;
    min-width: 100%;
    max-width: 100%;
  }

  .icon-image {
    width: auto;
    max-height: 100%;
    margin-left: auto;
    padding: .9rem 1.6rem;
  }

  .paragraph-5 {
    font-size: 1rem;
  }
}


