:root {
  --white: white;
  --hellblau: #00dcef;
  --dunkelblau: #002438;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 6px solid var(--hellblau);
  background-image: url('../images/Kachel.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container {
  border: 1px solid #002438;
  height: 60px;
}

.footer {
  border-top: 3px solid var(--hellblau);
  background-color: var(--dunkelblau);
  margin-top: auto;
}

.section-contact {
  min-height: 0;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  position: static;
}

.navbar {
  clear: both;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 1px;
  display: block;
  position: static;
}

.container-3 {
  border-left: 6px solid var(--hellblau);
  max-width: 60vw;
  padding-left: 24px;
}

.heading {
  color: var(--dunkelblau);
  margin-top: 0;
  margin-bottom: .55em;
  font-family: Raleway, sans-serif;
  font-size: max(45px, min(31.94px + 2.9vw, 90px));
  font-weight: 500;
  line-height: 1.35em;
}

.text {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.container-4 {
  margin-bottom: 8vh;
  margin-left: 54px;
  margin-right: 54px;
}

.brand {
  padding-top: 60px;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  font-weight: 600;
  display: flex;
}

.text-block {
  border-top: 3px solid var(--hellblau);
  background-color: var(--dunkelblau);
  color: var(--white);
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 46px;
  margin-bottom: 46px;
  padding: 1.4em 2em;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.section-welcome {
  border-top-style: none;
  border-top-width: 3px;
  border-top-color: var(--hellblau);
  background-color: var(--white);
  color: var(--dunkelblau);
  margin-bottom: 0;
  font-size: max(12px, min(3.87px + 1.81vw, 40px));
  line-height: 1.4em;
  text-decoration: none;
}

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

.navbar-2 {
  background-color: var(--dunkelblau);
  color: var(--white);
  text-align: center;
}

.container-5 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.nav-link {
  text-align: center;
  display: inline-block;
}

.nav-link.footerlink {
  color: var(--white);
  padding-left: 2em;
  padding-right: 2em;
}

.modal-component {
  display: block;
}

.button {
  background-color: #4353ff;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.button.modal-open_btn {
  border-top: 3px solid var(--hellblau);
  background-color: var(--dunkelblau);
  margin-top: 46px;
  margin-bottom: 46px;
  padding: 1.4em 2em;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.modal-wrapper {
  z-index: 99999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  background-color: rgba(0, 0, 0, .41);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.modal-container {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 4px solid var(--hellblau);
  background-color: var(--dunkelblau);
  color: var(--white);
  flex-flow: row;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: start;
  justify-items: stretch;
  width: 87%;
  max-width: 900px;
  margin: auto;
  padding: 40px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn:hover {
  color: #444;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-text {
  font-size: max(12px, min(6.32px + 1.18vw, 30px));
  font-weight: 400;
  line-height: 1.5em;
}

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

.semibold {
  font-weight: 600;
}

.modal-container2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 4px solid var(--hellblau);
  background-color: var(--dunkelblau);
  color: var(--white);
  flex-flow: row;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  width: auto;
  max-width: 80vw;
  margin: 30% 10vw auto;
  padding: 40px;
  display: flex;
  position: relative;
  right: 0;
  overflow: hidden;
}

.flex-block {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-2 {
  margin-top: 4.6em;
  margin-left: 3em;
}

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

.textlink {
  color: var(--dunkelblau);
  text-decoration: underline;
}

.introtext {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.rich-text-block {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.35em;
}

@media screen and (max-width: 991px) {
  .body {
    border-top: 6px solid var(--hellblau);
  }

  .container {
    border-top-style: none;
  }

  .footer {
    border-style: solid;
    border-width: 3px 2px 2px;
    border-color: var(--hellblau) black black;
    background-color: var(--dunkelblau);
    display: block;
  }

  .section-contact {
    min-height: 0;
  }

  .navbar {
    background-color: var(--white);
  }

  .container-3 {
    max-width: 90vw;
  }

  .container-4 {
    margin-bottom: 100px;
  }

  .text-block {
    font-size: 25px;
  }

  .button.modal-open_btn {
    font-size: 24px;
  }

  .modal-container2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100vw;
    margin-top: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-2 {
    width: 40px;
    max-width: 80%;
    margin-top: 2.3em;
  }

  .textlink {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }

  ul {
    padding-left: 30px;
  }

  .text {
    font-size: 16px;
  }

  .container-4 {
    margin-bottom: 60px;
  }

  .brand {
    text-align: center;
    width: 100%;
  }

  .text-block {
    font-size: 20px;
  }

  .section-welcome {
    max-width: none;
  }

  .image {
    text-align: left;
  }

  .nav-link.footerlink {
    font-size: 16px;
  }

  .button.modal-open_btn {
    font-size: 21px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .modal-text {
    font-size: 17px;
  }

  .modal-container2 {
    margin-top: 30vh;
  }

  .flex-block {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-2 {
    margin-top: .8em;
    margin-left: 0;
  }

  .textlink, .rich-text-block {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 20px;
  }

  .container-3 {
    width: 100%;
    min-width: 96%;
    margin-left: 0;
    margin-right: 0;
  }

  .text {
    font-size: 14px;
  }

  .section-welcome {
    width: 100%;
    max-width: none;
  }

  .nav-link.footerlink {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .modal-container2 {
    padding-left: 30px;
  }

  .textlink, .rich-text-block {
    font-size: 14px;
  }
}

#w-node-de7ca120-658a-3797-dfd8-a3edca93a2e1-db7ed808 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-de7ca120-658a-3797-dfd8-a3edca93a2d5-7e88b37c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-de7ca120-658a-3797-dfd8-a3edca93a2e1-7e88b37c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-de7ca120-658a-3797-dfd8-a3edca93a2d5-fde71f72 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-de7ca120-658a-3797-dfd8-a3edca93a2e1-fde71f72 {
  grid-area: 2 / 1 / 3 / 2;
}


