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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.map-section {
  margin-top: 120px;
  margin-bottom: 60px;
}

.logo-desktop {
  display: none;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.4;
}

.logo-section {
  position: static;
  width: 100vw;
}

.farbband {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  width: 100vw;
  height: 8px;
  margin-bottom: 30px;
  background-color: #753cff;
}

.nav-logo-link-block {
  position: relative;
  top: 80px;
  display: block;
  max-width: 100vw;
  margin-bottom: 30px;
}

.nav-container {
  position: fixed;
  left: 0%;
  top: 0.5%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  max-width: 100vw;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-links {
  display: inline-block;
  padding: 5px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: condor-condensed, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links:hover {
  color: #753cff;
}

.nav-links.w--current {
  font-family: condor-condensed, sans-serif;
}

.map {
  position: relative;
  display: block;
  max-width: 940px;
  margin-top: -665px;
  margin-right: auto;
  margin-left: auto;
}

.netzwerk-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffeafe;
}

.h1 {
  margin-top: 10px;
  font-family: condor-condensed, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.headline {
  margin-bottom: 40px;
}

.netzwerk-linie {
  width: 940px;
  max-width: 940px;
  margin-bottom: 0px;
  border: 4px solid #000;
}

.netzwerk-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-decoration: none;
}

.netzwerk-icon {
  width: 140px;
  height: 114px;
  margin-right: 20px;
}

.h3 {
  max-width: 424px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: condor-condensed, sans-serif;
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
}

.paragraph {
  color: #000;
  font-size: 16px;
}

.partner {
  position: relative;
  display: block;
  width: 940px;
  margin: -8px auto 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
}

.partner:hover {
  color: #753cff;
}

.partner-content {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partner-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 750px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.partner-headline:hover {
  text-decoration: none;
}

.partner-mengentext {
  max-width: 700px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 16px;
  text-decoration: none;
  white-space: normal;
}

.arrow-black-right-30px {
  width: 30px;
  height: 30px;
  background-color: #ffa2a2;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.uber-uns-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin: 130px auto;
  padding-top: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: condor-condensed, sans-serif;
  color: #000;
  font-size: 36px;
  text-transform: uppercase;
}

.mengentext-big {
  max-width: 460px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
}

.uber-uns-logo {
  max-width: 380px;
  margin-right: 100px;
}

.uber-uns-content {
  margin-top: 60px;
}

.uber-uns-logo-content-collection {
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mitmachen-section {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f66;
}

.image {
  position: relative;
  top: 188px;
}

.mitmachen-muster {
  position: relative;
  z-index: 2;
  margin-bottom: 170px;
}

.mitmachen-kreuz {
  max-height: 250px;
  max-width: 250px;
  margin-top: 40px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.h1-white {
  margin-top: 10px;
  font-family: condor-condensed, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mengentext-big-white {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
}

.mitmachen-content-1-3 {
  max-width: 380px;
}

.mitmachen-content-2-3 {
  position: static;
  max-width: 460px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.previous {
  position: absolute;
  left: -7%;
  top: auto;
  right: auto;
  bottom: -6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 46px;
  max-width: 140px;
  margin: auto auto -24px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  opacity: 0.74;
}

.previous:hover {
  opacity: 1;
}

.details-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  color: #5b3acc;
  font-weight: 500;
}

.field-input {
  width: 100%;
  min-height: 45px;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(62, 52, 200, 0.04);
  border-radius: 6px;
  background-color: transparent;
  color: rgba(0, 0, 55, 0.75);
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::-webkit-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input:-ms-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input::-ms-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input::placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.next-button {
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 4px 4px 0 0 #cc5252;
  -webkit-transition: bottom 600ms ease-in-out, right 600ms ease-in-out, box-shadow 600ms ease-in-out;
  transition: bottom 600ms ease-in-out, right 600ms ease-in-out, box-shadow 600ms ease-in-out;
  font-family: condor-condensed, sans-serif;
  color: #f66;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.next-button:hover {
  position: relative;
  right: -3px;
  bottom: -3px;
  box-shadow: 0 0 0 0 #cc5252;
}

.title-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 15px;
  margin-left: 15px;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-message {
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffc8fb;
  text-align: center;
}

.success-message {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: 120px;
  bottom: 0%;
  z-index: 5;
  width: 50vw;
  max-height: 320px;
  max-width: 420px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 6px 6px 0 0 #000;
  letter-spacing: 1px;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.slider-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 30px 0px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.previous-button {
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  opacity: 1;
  font-family: condor-condensed, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.form-wrap-full {
  display: none;
}

.field-title {
  margin-bottom: 5px;
  padding-left: 6px;
  background-color: #fff;
  color: #000037;
  font-size: 14px;
  font-weight: 400;
}

.form-slider {
  position: relative;
  height: 100%;
  max-width: 700px;
  background-color: transparent;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0px;
}

.checkbox_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox_wrap.checkbox_centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-button {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 260px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #000, 7px 7px 0 0 #000;
  -webkit-transition: color 600ms ease-in-out, box-shadow 600ms ease-in-out, box-shadow 600ms ease-in-out;
  transition: color 600ms ease-in-out, box-shadow 600ms ease-in-out, box-shadow 600ms ease-in-out;
  font-family: condor-condensed, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  right: -5px;
  bottom: -5px;
  box-shadow: inset 4px 4px 0 0 #000, 0 0 0 0 #000;
  color: #f66;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-bottom {
  height: 1px;
  background-color: #c5c7ca;
}

.mobile-nav-bottom {
  display: none;
}

.checkbox-image {
  width: 45px;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.paragraph-2 {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  opacity: 0;
  cursor: pointer;
}

.checkbox:active {
  border: 1px solid #000;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 390px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.next {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: -5%;
  display: block;
  overflow: visible;
  width: auto;
  height: 46px;
  max-width: 140px;
  margin: auto auto -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form12_checkbox_field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 120px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 35px 22px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
}

.slide {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0px none #000;
  border-radius: 0px;
}

.text-counter {
  color: rgba(91, 97, 124, 0.45);
  font-size: 14px;
}

.form-section-title {
  margin-bottom: 12px;
  font-family: condor-condensed, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.form07_legal {
  display: none;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(16, 28, 46, 0.54);
  font-size: 14px;
}

.form-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 90px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5b3acc;
  font-size: 14px;
}

.form-wrapper {
  display: none;
  margin-bottom: 0px;
  padding: 0px;
}

.mitmachen-content-div-block {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-text-field {
  position: static;
  display: block;
  overflow: visible;
  height: 45px;
  max-height: 120px;
  max-width: 460px;
  margin-bottom: 0px;
  padding: 0px 20px;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  background-clip: border-box;
  cursor: text;
  -o-object-fit: fill;
  object-fit: fill;
}

.form-text-field:hover {
  box-shadow: inset 4px 4px 0 0 #cc5252;
}

.form-text-field::-webkit-input-placeholder {
  direction: ltr;
  color: #f66;
  font-size: 18px;
  text-transform: none;
  white-space: normal;
}

.form-text-field:-ms-input-placeholder {
  direction: ltr;
  color: #f66;
  font-size: 18px;
  text-transform: none;
  white-space: normal;
}

.form-text-field::-ms-input-placeholder {
  direction: ltr;
  color: #f66;
  font-size: 18px;
  text-transform: none;
  white-space: normal;
}

.form-text-field::placeholder {
  direction: ltr;
  color: #f66;
  font-size: 18px;
  text-transform: none;
  white-space: normal;
}

.h4-white {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: condor-condensed, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}

.pflichtfeld {
  display: none;
  margin-top: 5px;
  margin-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.form-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.form-type-area {
  margin-bottom: 25px;
}

.div-block {
  overflow: auto;
  padding: 0px 20px 20px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2 {
  width: 80px;
  height: 80px;
  background-color: #fff;
}

.checkbox-2 {
  width: 80px;
  height: 80px;
  background-color: #fff;
}

.angebote-section {
  position: relative;
  top: -200px;
  z-index: 1;
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 360px;
  padding-bottom: 130px;
  background-color: #ffc8fb;
}

.bold-text {
  max-width: 460px;
  font-family: condor-condensed, sans-serif;
}

.content-940px {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.angebote-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  min-height: 362px;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 6px 6px 0 0 #bf96bc;
  -webkit-transition: right 600ms ease-in-out, bottom 600ms ease-in-out, box-shadow 600ms ease-in-out;
  transition: right 600ms ease-in-out, bottom 600ms ease-in-out, box-shadow 600ms ease-in-out;
  color: #000;
  text-decoration: none;
}

.angebote-block:hover {
  right: -4px;
  bottom: -4px;
  box-shadow: 0 0 0 0 #bf96bc;
}

.angebote-content {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.angebote-block-text {
  max-width: 940px;
  min-height: 302px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.angebote-image-container {
  display: block;
  overflow: visible;
  min-height: 302px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.angebote-image {
  position: static;
  display: block;
  max-height: 340px;
  min-height: 302px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.angebote-mengentext-big {
  width: 424px;
  max-width: 424px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
}

.angebot-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 46px;
  padding: 12px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffc8fb;
  box-shadow: 4px 4px 0 0 #bf96bc;
  -webkit-transition: bottom 600ms ease-in-out, right 600ms ease-in-out, box-shadow 600ms ease-in-out;
  transition: bottom 600ms ease-in-out, right 600ms ease-in-out, box-shadow 600ms ease-in-out;
}

.angebot-button:hover {
  position: relative;
  right: -3px;
  bottom: -3px;
  box-shadow: 0 0 0 0 #bf96bc;
}

.anfragen-button-text {
  font-family: Condorcond;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.arrow-black-right-15px {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.contact-section {
  background-color: #2e1b5d;
}

.contact-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.contact-icon-mail {
  position: relative;
  top: -2px;
  height: 48px;
  margin-right: 20px;
  margin-left: 20px;
}

.contact-h3 {
  max-width: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: condor-condensed, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

.contact-h3:hover {
  color: #753cff;
  text-decoration: underline;
}

.kontakt-link-box {
  display: block;
  margin-right: auto;
  margin-bottom: 130px;
  margin-left: auto;
  text-decoration: none;
}

.contact-logo-footer {
  width: 100vw;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.logo-desktop-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 95vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-cross-unten {
  display: block;
  width: 105px;
  margin-top: 6px;
}

.logo-cross-oben {
  display: block;
  width: 105px;
}

.logo-cross-container {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-text {
  position: relative;
  display: block;
  width: 100%;
  height: 215px;
  max-width: 828px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-smilie {
  position: relative;
  left: -55px;
  top: 26px;
  display: none;
  width: 55px;
  height: 55px;
}

.logo-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 828px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lottie-animation {
  width: 55px;
  height: 55px;
  margin-top: 20px;
  margin-left: -55px;
}

.header-nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cross-nav {
  display: none;
  width: 30px;
}

.mitmachen-formular-seitenanzahl-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mitmachen-seitenanzahl {
  display: block;
  width: 60px;
  margin-top: 5px;
  margin-bottom: 8px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.mitmachen-linie {
  width: 380px;
}

.mitmachen-linie-abscluss {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20%;
  width: 460px;
}

.nav-links-mobil {
  display: inline-block;
  padding: 5px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: condor-condensed, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links-mobil:hover {
  color: #753cff;
}

.logo-mobil {
  display: none;
}

.karte-interaktiv-div {
  position: relative;
  top: 80px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 745px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.karte-icon-1 {
  position: static;
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.karte-icon-2 {
  display: block;
  width: 140px;
  margin-right: auto;
  margin-left: auto;
}

.karte-icon-3 {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.karte-icon-4 {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.karte-icon-5 {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.karte-icon-link-block-1 {
  position: absolute;
  left: 0%;
  top: 33%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
}

.karte-icon-link-block-1:hover {
  color: #000;
  text-shadow: 2px 2px 2px #fff;
  white-space: normal;
}

.karte-icon-link-block-2 {
  position: relative;
  left: 310px;
  top: 47px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.karte-icon-link-block-3 {
  position: relative;
  left: 208px;
  top: 212px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.karte-icon-link-block-4 {
  position: relative;
  left: 231px;
  top: 294px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.karte-icon-link-block-5 {
  position: relative;
  left: -40px;
  top: 92px;
  display: block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 424px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: condor-condensed, sans-serif;
  font-size: 20px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.h4:hover {
  opacity: 1;
}

.karte-icon-link-block-1-copy {
  position: relative;
  left: 341px;
  top: 58px;
  -webkit-transition: top 800ms cubic-bezier(.68, -.55, .265, 1.55), color 800ms ease-in-out, text-shadow 800ms ease-in-out;
  transition: top 800ms cubic-bezier(.68, -.55, .265, 1.55), color 800ms ease-in-out, text-shadow 800ms ease-in-out;
  color: transparent;
  text-decoration: none;
  cursor: pointer;
}

.karte-icon-link-block-1-copy:hover {
  top: 48px;
  color: #000;
  text-shadow: 2px 2px 2px #fff;
  white-space: normal;
}

.member-start-div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 480px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.member-start-verlauf-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100vw;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent);
}

.member-start-logo {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: block;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.slider-pic-section {
  margin-top: 130px;
  margin-bottom: 130px;
}

.member-back-button {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 140px;
  height: 48px;
  margin-top: 20px;
  margin-left: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 0 0 #000;
  -webkit-transition: box-shadow 400ms ease-in-out, bottom 400ms ease-in-out, left 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out, bottom 400ms ease-in-out, left 400ms ease-in-out;
  font-family: Condorcond;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.member-back-button:hover {
  position: relative;
  left: 3px;
  bottom: -3px;
  box-shadow: 0 0 0 0 #000;
}

.member-header-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
}

.zur-ck-button-text {
  margin-top: 13px;
  margin-bottom: 13px;
  font-family: condor-condensed, sans-serif;
}

.member-about-section {
  margin-bottom: 90px;
  padding-top: 60px;
}

.member-about-div-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.member-about-pic {
  position: static;
  max-width: 380px;
  padding-right: 10px;
}

.member-about-text {
  width: 540px;
  margin-left: 20px;
}

.member-about-mengentext-big {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
}

.member-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.member-content-left-div {
  width: 380px;
}

.member-content-right-div {
  width: 540px;
  margin-left: 30px;
}

.member-content-short {
  padding-top: 15px;
  border-top: 6px solid #000;
  border-bottom: 1px none #000;
}

.member-content-cross {
  position: relative;
  top: -2px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.member-content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.member-content-mengentext {
  overflow: hidden;
  max-width: 700px;
  margin: 15px 10px 20px 40px;
  font-size: 16px;
  text-decoration: none;
  white-space: normal;
}

.member-content-short-end {
  padding-top: 15px;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
}

.member-slider {
  width: 940px;
  height: 520px;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  position: relative;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.left-arrow {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.35)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.35), hsla(0, 0%, 100%, 0));
}

.right-arrow {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.3), transparent);
}

.member-start-logo-mobil {
  display: none;
}

.impressum-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: condor-condensed, sans-serif;
}

.impressum-link-block {
  padding-right: 10px;
  padding-left: 10px;
  font-family: condor-condensed, sans-serif;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.karte-icons {
  text-decoration: none;
}

.karte-icon-pic {
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
}

.karte-text-div {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.icon-1-div {
  position: absolute;
  left: 204px;
  top: 265px;
}

.icon-2-div {
  position: absolute;
  left: 702px;
  top: 292px;
}

.icon-3-div {
  position: absolute;
  left: 551px;
  top: 185px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-4-div {
  position: absolute;
  left: 720px;
  top: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-5-div {
  position: absolute;
  left: 565px;
  top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  color: #fff;
}

.link {
  color: #ffc8fb;
}

.text-section {
  width: 700px;
  margin: 300px auto 200px;
}

.h1-datenschutz {
  margin-top: 10px;
  font-family: condor-condensed, sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.h1-white-kontakt {
  margin-top: 10px;
  font-family: condor-condensed, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.checkbox-3 {
  margin-top: 5px;
  margin-left: -18px;
  border-color: #fff;
}

.checkbox-3.w--redirected-checked {
  border-color: #753cff;
  background-color: #753cff;
}

.checkbox-field-2 {
  width: auto;
  margin-top: 40px;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0px;
}

.h3-form {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: condor-condensed, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

.bold-text-2 {
  font-family: condor-condensed, sans-serif;
}

.bold-text-2:hover {
  border: 1px none #000;
  color: #ffc8fb;
}

.text-block-3 {
  font-family: condor-condensed, sans-serif;
}

.text-block-4 {
  font-family: condor-condensed, sans-serif;
}

.member-header-image {
  width: 100vw;
  max-width: 100vw;
}

.textlink {
  color: #753cff;
  text-decoration: underline;
}

.form-wrapper-2 {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
}

.body {
  background-color: #f66;
}

.mitmachen-section-2 {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 160px;
  padding-top: 130px;
  padding-bottom: 130px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f66;
}

.mitmachen-content-1-3-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  max-width: 380px;
}

.mitmachen-kreuz-2 {
  max-height: 250px;
  max-width: 250px;
  margin-top: 40px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.contact-section-mitmachen {
  display: block;
  background-color: #2e1b5d;
}

@media screen and (max-width: 991px) {
  .map {
    width: 690px;
  }

  .netzwerk-section {
    position: relative;
    z-index: 6;
    padding-top: 20px;
  }

  .h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .headline {
    padding-left: 25px;
  }

  .netzwerk-linie {
    width: 680px;
  }

  .h3 {
    font-size: 30px;
  }

  .partner {
    width: 680px;
  }

  .partner-headline {
    min-width: 510px;
  }

  .partner-mengentext {
    max-width: 510px;
  }

  .uber-uns-section {
    display: block;
  }

  .h2 {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
    line-height: 30px;
  }

  .mengentext-big {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .uber-uns-logo {
    display: block;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .uber-uns-logo-content-collection {
    margin-right: 40px;
    margin-left: 0px;
  }

  .mitmachen-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .mitmachen-muster {
    margin-bottom: 80px;
  }

  .mitmachen-kreuz {
    display: block;
    max-height: 90px;
    max-width: 90px;
    margin-right: auto;
    margin-left: auto;
  }

  .h1-white {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
  }

  .mengentext-big-white {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .mitmachen-content-1-3 {
    max-width: 680px;
  }

  .mitmachen-content-2-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .success-message {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .form-content.final {
    margin-top: 80px;
  }

  .mitmachen-content-div-block {
    display: block;
  }

  .contact-icon-mail {
    height: 38px;
    margin-right: 10px;
  }

  .contact-h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .kontakt-link-box {
    margin-bottom: 80px;
  }

  .logo-cross-unten {
    width: 75px;
  }

  .logo-cross-oben {
    width: 75px;
  }

  .logo-text {
    width: 595px;
  }

  .lottie-animation {
    left: -39px;
    top: 18px;
    width: 38px;
    height: 38px;
    margin-top: 16px;
    margin-left: -45px;
  }

  .uber-uns-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .karte-interaktiv-div {
    width: 680px;
  }

  .h4 {
    padding: 3px;
    font-size: 16px;
  }

  .member-start-div {
    height: 400px;
  }

  .member-about-div-1 {
    width: 90vw;
  }

  .member-about-mengentext-big {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .member-content-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .member-content-left-div {
    width: 90vw;
  }

  .member-content-right-div {
    width: 90vw;
    margin-left: 0px;
  }

  .member-content-mengentext {
    max-width: none;
  }

  .member-content-short-end {
    margin-bottom: 30px;
  }

  .member-slider {
    width: 90vw;
    height: auto;
  }

  .impressum-div {
    width: 90vw;
  }

  .karte-icon-pic {
    max-width: 110px;
  }

  .karte-text-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .icon-1-div {
    left: 139px;
    top: 202px;
  }

  .icon-2-div {
    left: 509px;
    top: 232px;
  }

  .icon-3-div {
    left: 411px;
    top: 150px;
  }

  .icon-4-div {
    left: 497px;
    top: 56px;
  }

  .icon-5-div {
    left: 399px;
    top: -13px;
  }

  .text-section {
    width: 90vw;
  }

  .h1-datenschutz {
    font-size: 48px;
    line-height: 48px;
  }

  .h1-white-kontakt {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
  }

  .checkbox-field-2 {
    width: auto;
  }

  .h3-form {
    font-size: 30px;
  }

  .mitmachen-section-2 {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .mitmachen-content-1-3-2 {
    position: relative;
    top: auto;
    max-width: 680px;
  }

  .mitmachen-kreuz-2 {
    display: block;
    max-height: 90px;
    max-width: 90px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    height: 50px;
  }

  .nav-links {
    font-size: 24px;
  }

  .map {
    width: 480px;
  }

  .h1 {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .headline {
    padding-left: 0px;
  }

  .netzwerk-linie {
    width: 90vw;
  }

  .netzwerk-icon {
    width: 90px;
    height: 60px;
  }

  .h3 {
    max-width: 350px;
    line-height: 32px;
  }

  .partner {
    width: 90vw;
  }

  .partner-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .partner-headline {
    min-width: 340px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .uber-uns-section {
    margin-top: 60px;
    padding-top: 60px;
  }

  .h2 {
    max-width: 90vw;
  }

  .mengentext-big {
    max-width: 90vw;
  }

  .uber-uns-logo {
    max-width: 240px;
  }

  .h1-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mengentext-big-white {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }

  .mitmachen-content-2-3 {
    max-width: 420px;
  }

  .previous {
    position: absolute;
    bottom: -6%;
    z-index: 6;
    display: block;
  }

  .success-message {
    right: 0px;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .form-content {
    width: 90%;
  }

  .form-content.final {
    width: auto;
    margin-top: 60px;
  }

  .checkbox_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .submit-button {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .mobile-nav-bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: block;
    height: 100px;
    border-top: 1px solid rgba(131, 149, 177, 0.15);
    background-color: #fff;
  }

  .next {
    position: absolute;
    left: 286px;
    bottom: -6%;
    z-index: 6;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-text-field {
    color: #000;
    font-size: 14px;
    line-height: 16px;
  }

  .form-text-field::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }

  .form-text-field:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }

  .form-text-field::-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
  }

  .form-text-field::placeholder {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-icon-mail {
    display: block;
  }

  .logo-desktop-animation {
    display: none;
  }

  .mitmachen-linie {
    width: 350px;
  }

  .uber-uns-logos {
    display: block;
    max-width: 420px;
  }

  .nav-links-mobil {
    display: none;
    font-size: 24px;
  }

  .logo-mobil {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .karte-interaktiv-div {
    width: 480px;
  }

  .h4 {
    max-width: 260px;
    line-height: 32px;
  }

  .member-start-verlauf-div {
    height: 250px;
  }

  .member-start-logo {
    display: none;
  }

  .member-back-button {
    width: 100px;
    height: 40px;
  }

  .zur-ck-button-text {
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 20px;
  }

  .member-about-section {
    margin-bottom: 40px;
  }

  .member-about-div-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .member-about-pic {
    max-width: 320px;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .member-about-text {
    width: auto;
    margin-left: 0px;
  }

  .member-about-mengentext-big {
    max-width: none;
  }

  .member-start-logo-mobil {
    display: block;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .impressum-link-block {
    font-size: 18px;
  }

  .karte-icon-pic {
    max-width: 80px;
  }

  .karte-text-div {
    display: none;
  }

  .icon-1-div {
    left: 108px;
    top: 152px;
  }

  .icon-2-div {
    left: 380px;
    top: 170px;
  }

  .icon-3-div {
    left: 301px;
    top: 110px;
  }

  .icon-4-div {
    left: 358px;
    top: 52px;
  }

  .icon-5-div {
    left: 273px;
    top: 4px;
  }

  .text-section {
    margin-top: 240px;
  }

  .h1-datenschutz {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 36px;
  }

  .h1-white-kontakt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 420px;
  }

  .h3-form {
    max-width: 350px;
    line-height: 32px;
  }

  .form-wrapper-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-links {
    padding-right: 9px;
    padding-left: 9px;
    letter-spacing: -1px;
  }

  .map {
    width: 320px;
    margin-top: -725px;
  }

  .h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .headline {
    margin-bottom: 20px;
    padding-left: 0px;
    text-align: center;
  }

  .netzwerk-linie {
    width: 90vw;
  }

  .netzwerk-partner {
    display: block;
  }

  .netzwerk-icon {
    display: block;
    width: 140px;
    height: 114px;
    margin-right: auto;
    margin-left: auto;
  }

  .h3 {
    max-width: 300px;
  }

  .partner {
    width: 90vw;
  }

  .partner-headline {
    width: 90vw;
    min-width: 280px;
    margin-top: 20px;
  }

  .partner-mengentext {
    width: 90vw;
    max-width: none;
  }

  .uber-uns-section {
    margin-bottom: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .h2 {
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .mengentext-big {
    max-width: 90vw;
  }

  .mitmachen-muster {
    margin-bottom: 50px;
  }

  .h1-white {
    max-width: 300px;
  }

  .mengentext-big-white {
    max-width: 300px;
  }

  .mitmachen-content-2-3 {
    max-width: 90vw;
  }

  .previous {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }

  .form-mask {
    position: static;
    height: 100%;
  }

  .error-message {
    top: -145px;
  }

  .success-message {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .slider-content-wrap {
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-slider {
    height: auto;
  }

  .form-content {
    width: 100%;
  }

  .checkbox_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .next {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 10px;
  }

  .form12_checkbox_field {
    width: 49%;
    height: 130px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }

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

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .form-text-field {
    overflow: hidden;
    height: auto;
    max-height: 120px;
    min-height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    white-space: normal;
  }

  .contact-icon-mail {
    height: 30px;
  }

  .contact-h3 {
    font-size: 22px;
  }

  .mitmachen-linie {
    width: 70vw;
  }

  .mitmachen-linie-abscluss {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .uber-uns-logos {
    max-width: 320px;
  }

  .logo-mobil {
    width: 240px;
  }

  .karte-interaktiv-div {
    width: 320px;
  }

  .h4 {
    max-width: 300px;
  }

  .slider-pic-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .member-about-section {
    padding-top: 0px;
  }

  .member-about-mengentext-big {
    max-width: 320px;
  }

  .member-content-mengentext {
    max-width: 345px;
  }

  .karte-icon-pic {
    max-width: 70px;
  }

  .icon-1-div {
    left: 65px;
    top: 27px;
  }

  .icon-2-div {
    left: 223px;
    top: 60px;
  }

  .icon-3-div {
    left: 182px;
    top: 9px;
  }

  .icon-4-div {
    left: 234px;
    top: -30px;
  }

  .icon-5-div {
    left: 162px;
    top: -69px;
  }

  .text-section {
    margin-top: 220px;
    margin-bottom: 140px;
  }

  .h1-datenschutz {
    font-size: 24px;
    line-height: 38px;
  }

  .h1-white-kontakt {
    max-width: 300px;
  }

  .h3-form {
    max-width: 300px;
  }
}

