: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: 4rem;
  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: 800px;
  min-height: 96dvh;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 40px;
  display: flex;
}

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

.footer {
  background-color: #1970b7;
  height: 50px;
  position: relative;
  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-top: auto;
  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;
}

.inner {
  width: 100%;
}

.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;
}

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

.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 {
  max-width: 500px;
  margin-bottom: 60px;
  transition: opacity .2s;
}

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

.text-span-2 {
  opacity: .5;
}

.heading-3 {
  border-top: 1px solid var(--silver);
  width: 100%;
  margin-top: 3rem;
  padding-top: 3rem;
  font-size: 28px;
  line-height: 133%;
}

.list-item, .list-item-2 {
  margin-top: 10px;
}

.paragraph-3 {
  margin-top: 0;
  font-size: 21px;
  line-height: 30px;
}

.paragraph-4 {
  font-size: 21px;
  line-height: 30px;
}

.title {
  border-top: 1px solid #c0c0c080;
  margin-top: 3rem;
  margin-bottom: 40px;
  padding-top: 40px;
}

.text-span-3 {
  color: var(--silver);
}

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

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

  .image {
    width: 31%;
    top: 2%;
    right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    min-height: 500px;
    margin-top: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .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;
  }

  .image-2 {
    margin-top: 11vw;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    align-items: flex-start;
    margin-top: 0;
    padding: 4rem 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: 19px;
    line-height: 24px;
  }

  .image-2 {
    margin-bottom: 40px;
  }

  .heading-3 {
    margin-top: 0;
    padding-top: 2rem;
    font-size: 21px;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .title {
    font-size: 21px;
    line-height: 120%;
  }
}

#w-node-d5750ef6-a557-ac92-03fb-ace42464631c-901bc22b, #w-node-_20209f62-189a-c2e0-eb4c-a2e9260bd696-901bc22b, #w-node-_6eb3a493-599c-ecaf-7595-4c680aedffb0-901bc22b, #w-node-_6eb3a493-599c-ecaf-7595-4c680aedffb4-901bc22b, #w-node-b25d4a2d-01a9-f28e-ec00-d563ab399845-901bc22b {
  justify-self: end;
}

#w-node-c01800b6-058b-8965-b345-4226248ac7e4-e0c582ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-c01800b6-058b-8965-b345-4226248ac7e4-c633d993 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5750ef6-a557-ac92-03fb-ace42464631c-c633d993, #w-node-_20209f62-189a-c2e0-eb4c-a2e9260bd696-c633d993, #w-node-_904e5a86-8a51-b13c-4ce6-2b730bb659a7-c633d993 {
  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, #w-node-_6eb3a493-599c-ecaf-7595-4c680aedffb0-901bc22b, #w-node-_6eb3a493-599c-ecaf-7595-4c680aedffb4-901bc22b, #w-node-b25d4a2d-01a9-f28e-ec00-d563ab399845-901bc22b, #w-node-d5750ef6-a557-ac92-03fb-ace42464631c-e0c582ab, #w-node-_20209f62-189a-c2e0-eb4c-a2e9260bd696-e0c582ab, #w-node-d5750ef6-a557-ac92-03fb-ace42464631c-c633d993, #w-node-_20209f62-189a-c2e0-eb4c-a2e9260bd696-c633d993, #w-node-_904e5a86-8a51-b13c-4ce6-2b730bb659a7-c633d993 {
    justify-self: start;
  }
}


