:root {
  --steel-blue: #1970b7;
  --grey: #7a7778;
  --silver: #bdb8ba;
  --white: white;
  --black: black;
  --alice-blue: #cee3f6;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

a {
  color: var(--steel-blue);
  text-decoration: none;
}

.wrapper {
  align-items: center;
  max-width: 900px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper.block-wrap {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.footer {
  background-color: #1970b7;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.body {
  color: var(--grey);
  font-family: neo-sans;
  font-weight: 400;
}

.heading {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.heading.logo {
  max-width: 300px;
  font-size: 25px;
  line-height: 30px;
}

.blue-plus {
  color: #0000;
  background-image: url('../images/plus-blau.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 41px;
}

.blue-plus.sm {
  font-size: 21px;
}

.light-h1 {
  color: var(--silver);
}

.p-lg {
  font-size: 24px;
  line-height: 32px;
}

.text-span {
  color: var(--steel-blue);
  font-weight: 500;
}

.list {
  text-align: left;
  margin-top: 60px;
  padding-left: 0;
  list-style-type: none;
}

.list.p-lg {
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 30px;
}

.link {
  color: var(--grey);
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: var(--steel-blue);
}

.link.footer-link {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.image {
  z-index: -99;
  opacity: .18;
  width: 25%;
  max-width: 50vw;
  position: absolute;
  inset: 5% 5% auto auto;
}

.wrapper-footer {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.link-block {
  text-align: center;
  padding-top: 15px;
}

.divider {
  background-color: #fff;
  width: 1px;
  height: 14px;
  display: inline-block;
}

.header {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.logo-link {
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 50px;
  text-decoration: none;
  display: block;
}

.text-block {
  color: var(--grey);
  text-decoration: none;
}

.html-embed {
  white-space: normal;
  font-weight: 400;
}

.div-block {
  float: none;
  position: static;
}

.heading-2 {
  font-size: 24px;
}

.link-block-2 {
  text-decoration: none;
}

.bts-link {
  color: var(--steel-blue);
  text-decoration: none;
  transition: all .2s;
}

.bts-link:hover {
  text-decoration: underline;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-columns: max-content max-content;
}

.grid.p-lg {
  grid-column-gap: 40px;
  font-size: 21px;
  line-height: 30px;
}

.blue-head {
  color: var(--steel-blue);
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.special-p {
  color: var(--steel-blue);
  margin-top: 5px;
}

.image-2 {
  transition: opacity .2s;
}

.image-3, .image-4 {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .text-span {
    display: block;
  }

  .inner {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    min-height: 500px;
  }

  .footer {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .heading {
    font-size: 7vw;
    line-height: 130%;
  }

  .blue-plus {
    font-size: 6vw;
  }

  .link-block {
    margin-top: 0;
    padding-top: 15px;
  }

  .grid.p-lg {
    grid-column-gap: 0px;
    grid-template-columns: max-content;
  }

  .paragraph, .paragraph-2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    align-items: flex-start;
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrapper.block-wrap {
    padding-top: 0;
  }

  .heading {
    margin-bottom: 30px;
  }

  .p-lg {
    font-size: 21px;
    line-height: 26px;
  }

  .list {
    margin-top: 30px;
  }

  .list.p-lg {
    font-size: 18px;
    line-height: 24px;
  }

  .image {
    position: fixed;
  }

  .header {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid.p-lg {
    font-size: 18px;
    line-height: 24px;
  }

  .blue-head {
    font-size: 21px;
    line-height: 28px;
  }
}

#w-node-d5750ef6-a557-ac92-03fb-ace42464631c-901bc22b, #w-node-_20209f62-189a-c2e0-eb4c-a2e9260bd696-901bc22b {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-d5750ef6-a557-ac92-03fb-ace42464631c-901bc22b, #w-node-_20209f62-189a-c2e0-eb4c-a2e9260bd696-901bc22b {
    justify-self: start;
  }
}


