:root {
  --dark-khaki: #a8d069;
  --dark-slate-gray: #2d3e4f;
  --dim-gray-2: #49647b;
  --steel-blue-2: #2e80b6;
  --dark-slate-gray-2: #404047;
  --steel-blue: #3b99d9;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
}

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

body {
  height: 100%;
  color: rgba(0, 0, 0, .74);
  background-color: #edeff2;
  padding-left: 329px;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hamburger-button {
  display: none;
}

.section {
  min-height: 70vh;
  background-color: #fff;
  padding: 63px 40px;
  position: relative;
}

.section.gelb {
  background-color: rgba(226, 166, 43, .17);
}

.section.gelb.kurz {
  min-height: auto;
}

.hero-heading {
  height: auto;
  color: var(--dark-slate-gray);
  letter-spacing: 3px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
}

.hero-subheading {
  color: #000;
  text-align: left;
  margin-bottom: 50px;
  padding-left: 0%;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.hero-subheading.rot {
  color: var(--dark-slate-gray);
  text-align: center;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  width: 300px;
  border-color: var(--dark-khaki);
  color: #000;
  text-align: left;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hollow-button.white:hover {
  border-color: var(--dark-slate-gray);
  background-color: var(--dark-slate-gray);
  color: #fff;
}

.hollow-button.red {
  border-color: var(--dark-khaki);
  color: #000;
  background-color: rgba(168, 208, 105, 0);
  font-weight: 700;
}

.hollow-button.red:hover {
  background-color: var(--dark-khaki);
  color: #fff;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: var(--dark-slate-gray);
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  text-decoration: none;
}

.section-subheading.center {
  color: rgba(115, 115, 115, .74);
  text-align: center;
  font-size: 19px;
  line-height: 30px;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: rgba(226, 166, 43, .17);
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  width: 50px;
  cursor: pointer;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-title-wrapper {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0%;
  position: relative;
  top: 10%;
}

.left-navigation {
  width: 329px;
  height: 100%;
  background-color: var(--dark-slate-gray);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.left-navigation.green {
  background-color: var(--dark-khaki);
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 15px;
  display: block;
}

.nav-link:hover {
  color: var(--dark-slate-gray);
}

.nav-link.w--current {
  color: var(--dark-slate-gray);
  font-weight: 700;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.column-0-padding {
  text-align: left;
}

.column-remove-padding {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.content {
  height: 100%;
  background-color: #fff;
}

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

.paragraph-form {
  color: var(--dim-gray-2);
  margin-bottom: 0;
  font-size: 15px;
}

.paragraph-form.light {
  color: var(--steel-blue-2);
}

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

.angebote {
  font-size: 16px;
  font-weight: 700;
}

.columns {
  background-color: rgba(250, 206, 106, 0);
  padding-top: 60px;
  padding-bottom: 60px;
}

.body {
  background-color: #fff;
}

.small {
  margin-bottom: -70px;
  padding-bottom: 0;
}

.div-block {
  margin-bottom: 0%;
}

.lgoimage {
  width: 300px;
  margin-left: 20px;
}

.link-block {
  width: 33%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid-2 {
  padding-top: 42px;
}

.wrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 6%;
}

.abschnitt {
  margin: 40px auto 100px;
}

.link-block-2 {
  color: var(--dark-slate-gray);
  text-decoration: none;
}

.image {
  width: 200px;
  margin-bottom: 100px;
}

.image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
}

.markenname {
  color: var(--dark-slate-gray);
  font-size: 30px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.plan-text {
  color: var(--dark-slate-gray-2);
  text-decoration: none;
}

.mwsthinweis {
  color: rgba(119, 119, 119, .74);
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #000;
    margin-left: auto;
    padding-right: 5%;
  }

  .hamburger-button.w--open {
    background-color: var(--dark-khaki);
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    top: 10%;
  }

  .left-navigation {
    width: 100%;
    height: 100px;
    float: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .47);
  }

  .left-navigation.green {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .nav-link {
    background-color: var(--dark-khaki);
    color: #fff;
    text-align: right;
    padding-left: 20px;
    padding-right: 40px;
  }

  .nav-link.w--current {
    color: var(--dark-slate-gray);
    text-align: right;
    padding-right: 20px;
  }

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

  .logo-link {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .content {
    margin-top: 11%;
  }

  .icon {
    color: #000;
    margin-top: 0%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

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

  .hero-heading {
    font-size: 37px;
  }

  .hero-title-wrapper {
    top: 10%;
  }

  .left-navigation {
    height: 80px;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

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

  .grid {
    text-align: left;
  }

  .div-block-2 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-button {
    margin-top: 0%;
  }

  .section {
    min-height: auto;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .grid-image {
    margin-top: 0;
    display: inline-block;
  }

  .hero-title-wrapper {
    top: 10%;
  }

  .left-navigation {
    height: 60px;
  }

  .left-navigation.green {
    height: 40px;
    box-shadow: none;
    margin: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-link {
    text-align: left;
    align-items: flex-start;
    margin-top: 0%;
    padding-left: 0;
    font-size: 14px;
    text-decoration: none;
  }

  .paragraph-form {
    margin-bottom: 20px;
  }

  .lgoimage {
    width: 200px;
  }

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

  .markenname {
    font-size: 20px;
  }
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403060-20004aef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403064-20004aef {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403066-20004aef {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403068-20004aef {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae54240306c-20004aef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae54240306e-20004aef {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403070-20004aef {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403072-20004aef {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403074-20004aef {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403098-20004aef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae54240309b-20004aef {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae54240309d-20004aef {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae5424030a1-20004aef {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae5424030a3-20004aef {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae5424030a5-20004aef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae5424030a7-20004aef {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae5424030ac-20004aef {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae5424030ae-20004aef {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae5424030b0-20004aef {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae5424030b2-20004aef {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae5424030b7-20004aef {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae54240307a-20004aef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae54240307c-20004aef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403080-20004aef {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403082-20004aef {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403084-20004aef {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403088-20004aef {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae54240308a-20004aef {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae54240308e-20004aef {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403090-20004aef {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_3b610a9e-6132-43cf-d77f-2ae542403092-20004aef {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_709d943e-bcde-4676-d6f0-c6e35c441a0b-20004aef {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b5dd694c-70be-917f-3ef0-f9fdd2caa935-20004aef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: auto;
}

#w-node-_44575698-c727-eb57-b91c-294ab7d19abf-20004aef {
  align-self: stretch;
}


