:root {
  --black-2: #8daece;
  --goldenrod: #d4af37;
  --gainsboro: #131b60;
  --white: white;
  --royal-blue: #486da0;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--black-2);
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

.image {
  height: 130px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: relative;
  left: auto;
  overflow: visible;
}

.image-11 {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.columns-2 {
  margin-left: 89px;
  margin-right: 89px;
}

.image-12 {
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
}

.div-block-6 {
  margin-top: 5px;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.column-5 {
  position: static;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-auf-schwarz {
  background-color: var(--goldenrod);
  margin-bottom: 20px;
}

.button-auf-schwarz:hover {
  background-color: #000;
  margin-bottom: 20px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  margin-bottom: 22%;
  display: block;
  position: absolute;
  bottom: 0%;
}

.utility-page-form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0%;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.link-3 {
  color: #fff;
  margin-left: 15px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  margin-left: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.paragraph-8 {
  color: #fff;
  margin-top: -21px;
  margin-bottom: 13px;
  margin-left: 27px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.section-6 {
  background-color: #000;
  padding-top: 35px;
  padding-bottom: 20px;
}

.navbar-3 {
  background-color: var(--gainsboro);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.brand {
  height: 90px;
}

.section-8 {
  background-color: var(--black-2);
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 80vh;
  display: flex;
}

.nav-link-3 {
  color: var(--black-2);
  text-transform: uppercase;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: var(--white);
}

.dropdown-list {
  background-color: var(--gainsboro);
}

.columns-12 {
  align-items: center;
  width: 100%;
  display: flex;
}

.column-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-8 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block-16 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
}

.button-2 {
  background-color: var(--royal-blue);
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.button-2:hover {
  background-color: var(--gainsboro);
}

.button-2.width {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.vv {
  color: #2d4361;
  text-align: left;
  height: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.vv.mittig.abstand {
  margin-top: 10px;
}

.vv._1313 {
  font-weight: 700;
}

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

.xx {
  color: var(--royal-blue);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 33px;
}

.xx.mittig, .xx._1212 {
  text-align: center;
}

.xx._121212 {
  text-align: left;
}

.xx._121212._2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.xx._1313 {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
}

.div-block-18 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.paragraph-12 {
  color: var(--black-2);
  text-decoration: none;
}

.columns {
  width: 146%;
}

.section-19 {
  background-color: var(--royal-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: auto;
  display: flex;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.column-14 {
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  padding-right: 0;
  display: flex;
}

.column-14._1 {
  padding-top: 33px;
  padding-right: 7px;
}

.div-block-19 {
  margin-top: 24px;
  padding-left: 47px;
  display: inline-block;
  position: static;
}

.heading-21 {
  color: var(--black-2);
  font-size: 18px;
}

.heading-21.wei {
  color: var(--white);
}

.link-6 {
  color: var(--black-2);
  text-decoration: none;
}

.section-20 {
  background-color: var(--black-2);
  margin-top: 0;
  padding-top: 80px;
}

.div-block-20 {
  justify-content: center;
  display: flex;
}

.div-block-21 {
  background-color: var(--white);
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-22, .div-block-23, .div-block-24, .div-block-25 {
  justify-content: center;
  display: flex;
}

.bold-text-4 {
  color: #c02323;
  text-decoration: underline;
}

.div-block-26 {
  justify-content: center;
  display: flex;
}

.div-block-27 {
  text-align: left;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.div-block-28 {
  background-color: var(--white);
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-21 {
  background-color: var(--black-2);
}

.section-21.mittig {
  text-align: center;
  padding-top: 140px;
}

.section-22 {
  background-color: var(--black-2);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 75vh;
  margin-bottom: 0;
  padding-top: 60px;
}

.container-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-32 {
  height: 50px;
}

.list-item-2 {
  list-style-type: none;
}

.link-8 {
  color: #ca3434;
}

.section-23 {
  background-color: var(--black-2);
  align-items: center;
  min-height: 75vh;
  padding-top: 60px;
  display: flex;
}

.div-block-35 {
  height: 100px;
}

.section-24 {
  background-color: var(--black-2);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.column-15, .column-16 {
  margin-top: 20px;
}

.columns-13 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-37 {
  background-color: var(--white);
  color: var(--royal-blue);
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-15 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-25 {
  background-color: var(--black-2);
  padding-top: 60px;
}

.div-block-38 {
  background-color: #8daece;
  height: 50px;
}

.body-3 {
  background-color: var(--black-2);
}

.div-block-39 {
  background-color: var(--white);
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-26 {
  background-color: var(--black-2);
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
}

.column-18 {
  position: static;
}

.div-block-40 {
  justify-content: center;
  display: flex;
}

.div-block-41 {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.section-29 {
  background-color: var(--black-2);
  align-items: center;
  min-height: 75vh;
  margin-top: 0;
  display: flex;
}

.div-block-43 {
  background-color: var(--black-2);
  color: var(--black-2);
  height: 40px;
  padding-top: 0;
}

.body-4 {
  background-color: var(--black-2);
}

.div-block-44 {
  background-color: var(--black-2);
  height: 70px;
}

.section-30 {
  background-color: var(--black-2);
  padding-top: 100px;
  padding-bottom: 10px;
}

.list-2 {
  margin-top: 20px;
  padding-left: 20px;
}

.section-31 {
  background-color: var(--black-2);
  align-items: center;
  min-height: 75ch;
  padding-top: 0;
  display: flex;
}

.body-5 {
  background-color: var(--black-2);
  padding-top: 90px;
}

.div-block-46 {
  background-color: var(--black-2);
  height: 70px;
}

.section-32 {
  background-color: var(--black-2);
  padding-top: 0;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-7 {
  color: var(--black-2);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.grid-8 {
  color: var(--black-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-9 {
  color: var(--black-2);
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
  align-content: center;
  margin-bottom: 20px;
}

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

.section-33 {
  background-color: var(--black-2);
}

.columns-16, .columns-17, .columns-18, .columns-19, .columns-20, .columns-21, .columns-22, .columns-23, .columns-24, .columns-25, .columns-26, .columns-27, .columns-28, .columns-29 {
  color: var(--black-2);
}

.div-block-50 {
  background-color: var(--black-2);
  height: 70px;
}

.nav-menu {
  display: inline-block;
}

.image-24 {
  margin-top: 5px;
}

.div-block-51 {
  height: 70px;
}

.body-6 {
  background-color: var(--black-2);
}

.container-9 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-52, .div-block-53 {
  background-color: var(--black-2);
}

.div-block-55 {
  background-color: var(--white);
  height: 2px;
}

.section-34 {
  background-color: var(--black-2);
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.grid-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / .25fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 40px;
}

.container-10 {
  justify-content: center;
  display: flex;
}

.section-35 {
  background-color: var(--black-2);
  padding-top: 100px;
}

.container-11, .container-12, .container-13 {
  justify-content: center;
  display: flex;
}

.body-7 {
  background-color: var(--black-2);
  padding-top: 90px;
}

.body-8 {
  background-color: var(--black-2);
}

.container-14 {
  justify-content: center;
  display: flex;
}

.image-26 {
  width: 600px;
}

.body-9 {
  background-color: var(--black-2);
}

.image-27 {
  object-fit: contain;
  width: 40vw;
}

.container-15 {
  justify-content: center;
  display: flex;
}

.body-10 {
  background-color: var(--black-2);
  padding-top: 90px;
}

.dropdown-toggle-2 {
  color: var(--black-2);
  padding: 0 20px 0 0;
}

.columns-30 {
  margin-bottom: 10px;
}

.mittig {
  text-align: center;
}

.div-block-56 {
  margin-bottom: 20px;
}

.columns-32 {
  margin-bottom: 0;
}

.text-link {
  color: #000;
}

.text-link.mittig {
  display: block;
}

.container-16 {
  padding-bottom: 40px;
}

.body-11 {
  background-color: var(--black-2);
  padding-top: 90px;
}

.div-block-57 {
  justify-content: center;
  display: flex;
}

.text-span {
  font-size: 24px;
}

.div-block-58 {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.text-span-2 {
  text-align: left;
  font-size: 24px;
}

.div-block-59 {
  text-align: center;
  margin-top: 10px;
}

.div-block-60 {
  justify-content: center;
  display: flex;
}

.list-item-3, .list-item-4, .list-item-5 {
  margin-bottom: 10px;
}

.container-17 {
  margin-top: 50px;
}

.body-12 {
  background-color: var(--black-2);
  padding-top: 90px;
}

.columns-33 {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.container-18 {
  text-align: center;
  margin-top: 30px;
}

.body-13 {
  background-color: var(--black-2);
  padding-top: 90px;
}

.div-block-61, .paragraph-35, .div-block-62 {
  text-align: left;
}

.text-span-3 {
  text-decoration: underline;
}

.text-span-4 {
  color: var(--gainsboro);
  text-decoration: underline;
}

.body-14 {
  background-color: var(--black-2);
}

.link-9, .link-10 {
  color: var(--black-2);
  text-decoration: none;
}

.vw {
  color: var(--royal-blue);
}

.columns-34 {
  width: 100%;
  display: flex;
}

.container-19 {
  padding-left: 10px;
  padding-right: 10px;
}

.section-36 {
  background-color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
}

.section-37 {
  background-color: var(--black-2);
  height: 80px;
}

.paragraph-36 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.heading-42 {
  color: var(--royal-blue);
  text-align: center;
}

.column-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  margin-bottom: 20px;
}

.html-embed-2 {
  transform: scale(1.3);
}

.text-span-5 {
  color: #2d4361;
  margin-left: 20px;
  font-size: 16px;
}

.div-block-63 {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.section-38 {
  padding-top: 90px;
}

.section-39 {
  padding-top: 100px;
}

.section-40 {
  padding-top: 0;
}

.section-41 {
  padding-top: 60px;
}

.section-42 {
  padding-top: 0;
}

.body-16, .body-17, .body-18, .section-43, .section-44 {
  padding-top: 90px;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.list-item-6 {
  list-style-type: none;
}

.link-wei {
  color: var(--black-2);
  text-decoration: none;
}

.link-ild {
  border-top: 1px solid var(--black-2);
  color: var(--black-2);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
}

.image-29 {
  height: 100%;
}

.paragraph-37 {
  margin-top: 10px;
}

.column-21 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-22 {
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.vv-links {
  color: #2d4361;
  text-align: left;
  height: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.vv-links.mittig.abstand {
  margin-top: 10px;
}

.vv-links._1313 {
  font-weight: 700;
}

.vv-links._1314 {
  text-align: center;
}

.hide-on-desktop {
  display: none;
}

.smaller {
  color: var(--gainsboro);
  font-size: 28px;
}

.link-11 {
  color: #084292;
  text-decoration: none;
}

.section-45 {
  background-color: #8daece;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
}

.container-22 {
  padding-left: 10px;
  padding-right: 10px;
}

.xx-2 {
  color: #486da0;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 33px;
}

.grid-14 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / .25fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 40px;
}

.success {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-65 {
  background-color: var(--gainsboro);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 70px;
  display: flex;
}

.heading-43 {
  font-size: 28px;
}

html.w-mod-js [data-ix="hero-text"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hero-button"] {
  opacity: 0;
  transform: scale(.97);
}

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

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    background-color: #0a1042;
  }

  .section-19 {
    height: 100%;
  }

  .container-5 {
    max-width: 90%;
  }

  .section-23 {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .columns-13 {
    flex-direction: row;
  }

  .column-17 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .nav-menu {
    background-color: var(--gainsboro);
  }

  .image-24 {
    z-index: 100;
    position: relative;
  }

  .image-27 {
    width: 60vw;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .columns-34 {
    flex-direction: row;
  }

  .icon {
    color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--gainsboro);
  }

  .html-embed-2 {
    width: 100%;
  }

  .div-block-63 {
    padding: 0;
  }

  .link-wei {
    color: var(--black-2);
    text-decoration: none;
  }

  .heading-43 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .section-8 {
    min-height: auto;
  }

  .columns-12 {
    flex-direction: column;
  }

  .column-7 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    position: static;
  }

  .column-8 {
    padding-left: 0;
    position: static;
  }

  .button-2 {
    text-align: left;
  }

  .vv {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vv.links {
    text-align: left;
  }

  .xx {
    text-align: center;
  }

  .xx._1212 {
    margin-top: 60px;
  }

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

  .xx._121212._2 {
    text-align: left;
    display: block;
  }

  .div-block-18 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .columns {
    width: 100%;
  }

  .section-19 {
    height: auto;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .column-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-14 {
    padding-top: 0;
  }

  .column-14._1 {
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-19 {
    padding-left: 0;
  }

  .heading-21 {
    text-align: center;
    line-height: 20px;
  }

  .heading-21.wei {
    margin-bottom: 20px;
  }

  .section-23 {
    min-height: auto;
    padding-top: 140px;
  }

  .div-block-37 {
    display: none;
  }

  .grid-5, .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-8 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column dense;
  }

  .grid-8._3 {
    grid-template-rows: auto auto;
  }

  .grid-8._4 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .grid-8._5 {
    grid-template-rows: auto auto auto auto;
  }

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

  .nav-menu {
    background-color: var(--gainsboro);
  }

  .image-24 {
    z-index: 1000;
  }

  .grid-10 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .image-27 {
    width: 70vw;
  }

  .div-block-56 {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    flex-direction: column;
    display: flex;
  }

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-34 {
    flex-direction: column;
  }

  .menu-button.w--open {
    background-color: var(--gainsboro);
  }

  .container-19 {
    margin-top: 40px;
  }

  .body-15 {
    background-color: var(--black-2);
  }

  .image-28 {
    object-fit: contain;
  }

  .container-21 {
    margin-top: 60px;
  }

  .html-embed-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .grid-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .wrap {
    width: auto;
    height: auto;
    transform: scale(.8);
  }

  .link-ild {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-21 {
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
  }

  .column-22 {
    border-bottom: 2px solid #fff;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-35 {
    margin-bottom: 20px;
  }

  .vv-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vv-links.links {
    text-align: left;
  }

  .hide-from-landscape {
    display: none;
  }

  .image-30 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .hide-on-desktop {
    display: inline-block;
  }

  .columns-switch {
    flex-direction: column-reverse;
    display: flex;
  }

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

  .grid-14 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .heading-43 {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-content {
    margin-bottom: 50%;
  }

  .columns-12 {
    height: auto;
  }

  .column-8 {
    align-items: center;
    height: auto;
    padding-left: 0;
  }

  .div-block-16 {
    padding-bottom: 0;
  }

  .button-2 {
    text-align: left;
  }

  .vv {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .vv.mittig {
    margin-left: 0;
  }

  .vv.links {
    text-align: left;
  }

  .xx {
    text-align: center;
    font-size: 30px;
  }

  .xx.mittig {
    font-size: 25px;
    line-height: 30px;
  }

  .xx._1212 {
    margin-top: 60px;
  }

  .xx._121212._2 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-14 {
    padding-top: 0;
  }

  .heading-21 {
    line-height: 25px;
  }

  .section-22 {
    min-height: auto;
  }

  .container-5 {
    max-width: 95%;
  }

  .columns-13 {
    flex-direction: column;
  }

  .grid-5, .grid-6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-8 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-8._3 {
    grid-template-rows: auto auto auto auto;
  }

  .grid-8._4 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-8._5 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .grid-9 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-menu {
    background-color: var(--gainsboro);
  }

  .grid-10 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-flow: row;
  }

  .container-13 {
    margin-top: 60px;
    display: block;
  }

  .image-27 {
    width: 80vw;
  }

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

  .container-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    color: var(--white);
  }

  .menu-button {
    background-color: var(--gainsboro);
  }

  .image-28 {
    height: 200px;
  }

  .container-20 {
    margin-top: 60px;
  }

  .container-21 {
    margin-top: 40px;
  }

  .text-span-5 {
    margin-left: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .grid-13 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .wrap {
    transform-origin: 0%;
    transform: scale(.9);
  }

  .div-block-64 {
    width: 100%;
  }

  .vv-links {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .vv-links.mittig {
    margin-left: 0;
  }

  .vv-links.links {
    text-align: left;
  }

  .vv-links.pad {
    padding-left: 20px;
  }

  .xx-2 {
    text-align: center;
    font-size: 30px;
  }

  .grid-14 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-flow: row;
  }

  .success, .div-block-65 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-43 {
    font-size: 18px;
  }
}


