.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('../images/custom-checkbox-checkmark.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 {
  color: #333;
  background-image: linear-gradient(#092548, #00abea);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
}

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

p {
  color: #333333d6;
  margin-bottom: 10px;
  font-size: 16px;
}

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

.main {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.navber {
  z-index: 10;
  margin-top: 30px;
  padding-left: 7%;
  padding-right: 7%;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  background-color: #fff;
  padding: 40px 4% 60px;
}

.section.home-hero {
  border-radius: 10px;
  padding-top: 90px;
  padding-bottom: 5px;
}

.section.gap {
  border-radius: 10px;
  margin-top: 10px;
}

.section.datensch-tzerkl-rung {
  padding-top: 125px;
}

.container {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container.center {
  text-align: center;
}

.inner-container.top-mg {
  margin-top: 45px;
}

.nav-container {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 32px;
  display: flex;
}

.nav-logo {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-logo.ralative {
  border-color: #07416a;
  max-width: 217px;
  font-size: 26px;
  display: none;
  position: relative;
  top: -68px;
  left: 26.3rem;
}

.language-switcher {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

.link-language-switcher {
  color: #000;
  background-color: #e4e4e4;
  border-radius: 4px;
  padding: 3px 9px;
  font-weight: 500;
  text-decoration: none;
}

.max._1 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.max._2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-h2 {
  font-family: Varela Round, sans-serif;
}

.text-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  min-height: 50px;
  font-size: 14px;
  box-shadow: 0 3px 10px #0000004d;
}

.text-field.inline-short {
  flex: 1;
  min-height: 40px;
}

.field-label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.form-data-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.form-data-content {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.form-data-content.inline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.textarea {
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  min-height: 316px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.7;
  box-shadow: 0 3px 10px #0000004d;
}

.textarea::placeholder {
  color: #707070;
}

.checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  padding-left: 10px;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  font-weight: 600;
}

.normal-text {
  font-weight: 400;
}

.datenschutzbestimmungen {
  color: #000;
  text-decoration: underline;
}

.submit-button {
  color: #fff;
  background-color: #2ca4eb;
  border-radius: 8px;
  margin-top: 20px;
  padding: 18px 58px;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
  transition: background-color .2s;
  box-shadow: 0 2px 20px #00000052;
}

.submit-button:hover {
  background-color: #000c;
}

.header {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 20px;
}

.rich-text {
  text-align: left;
}

.rich-text p {
  line-height: 1.8;
}

.rich-text li {
  margin-bottom: 14px;
  line-height: 1.7;
}

.rich-text-wrap {
  margin-top: 60px;
}

.line-breaker {
  background-color: #028fc8;
  width: 100%;
  max-width: 80%;
  height: 2px;
  min-height: 2px;
  margin: 42px auto;
}

.wrapper {
  background-image: linear-gradient(#034870, #43d0fa);
  padding: 30px 30px 60px;
}

.paragraph {
  text-align: justify;
}

.kkw-teile {
  width: 100%;
  max-width: 80px;
  margin-right: 6px;
}

.inline-textarea {
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  min-height: 163px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.7;
  box-shadow: 0 3px 10px #0000004d;
}

.inline-textarea::placeholder {
  color: #707070;
}

.success-message {
  color: #000;
  background-color: #6bd7f3;
}

.paragraph-2 {
  text-align: justify;
}

.text-block-top {
  color: #969696;
  padding-top: 28px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  text-decoration: overline;
}

.text-block {
  color: #888;
  border: 1px #000;
  text-decoration: overline;
}

.text-block-top-copy {
  color: #969696;
  padding-top: 28px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  text-decoration: overline;
  transition: color .5s;
}

.text-block-top-copy:hover {
  color: #219eea;
  font-weight: 700;
}

.heading {
  font-size: 37px;
}

.text-block-header {
  color: #888;
  border: 1px #000;
  font-family: Varela Round, sans-serif;
  text-decoration: overline;
  transition: color .3s;
}

.text-block-header:hover {
  color: #45c6f5;
}

.body {
  background-image: none;
}

.div-block {
  background-image: linear-gradient(#034870, #43d0fa);
}

.heading-2 {
  font-family: Varela Round, sans-serif;
}

.form-data-content-center {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-data-content-center.inline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-top-right {
  color: #969696;
  padding-top: 28px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  text-decoration: overline;
}

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

@media screen and (max-width: 991px) {
  .navber {
    padding-left: 6%;
    padding-right: 6%;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .nav-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .language-switcher {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .form-data-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .form-data-content {
    align-self: stretch;
  }

  .form-data-content.inline {
    flex-flow: column;
  }

  .textarea {
    min-height: 316px;
  }

  .wrapper {
    padding: 10px;
  }

  .kkw-teile {
    max-width: 51px;
  }

  .inline-textarea {
    min-height: 316px;
  }

  .text-block-top {
    text-align: right;
    padding-top: 16px;
    padding-left: 0;
  }

  .text-block-top-copy {
    padding-top: 16px;
    text-decoration: overline;
  }

  .text-block-header {
    font-size: 27px;
  }

  .heading-2 {
    margin-top: 50px;
  }

  .form-data-content-center {
    align-self: stretch;
  }

  .form-data-content-center.inline {
    flex-flow: column;
  }

  .text-block-top-right {
    text-align: left;
    padding-top: 16px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  p {
    font-size: 14px;
  }

  .navber {
    padding-left: 4%;
    padding-right: 3%;
  }

  .section {
    padding-top: 20px;
  }

  .nav-logo {
    border-color: #c1c1c1;
    font-size: 26px;
  }

  .language-switcher {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .link-language-switcher {
    font-size: 16px;
  }

  .text-field {
    min-height: 46px;
  }

  .field-label {
    font-size: 15px;
  }

  .form-data-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 15px;
  }

  .textarea {
    min-height: 418px;
    font-size: 14px;
  }

  .checkbox-label.normal-text {
    text-align: left;
  }

  .line-breaker {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .wrapper {
    padding: 10px;
  }

  .paragraph {
    font-size: 16px;
  }

  .kkw-teile {
    max-width: 54px;
  }

  .inline-textarea {
    min-height: 418px;
    font-size: 14px;
  }

  .text-block-top {
    padding-top: 13px;
    font-size: 14px;
  }

  .text-block-top-copy {
    padding-top: 13px;
    font-size: 14px;
    text-decoration: overline;
  }

  .text-block-header {
    font-size: 42px;
  }

  .heading-2 {
    margin-top: 50px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .bold-text {
    font-size: 16px;
  }

  .text-block-top-right {
    padding-top: 13px;
    padding-left: 0;
    font-size: 15px;
    text-decoration: overline;
  }
}


