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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

a {
  color: #0073d8;
  -webkit-text-stroke-color: #0073d8;
  text-decoration: underline;
}

a:visited {
  color: #0073d8;
  -webkit-text-stroke-color: #0073d8;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  list-style-type: none;
}

.image {
  aspect-ratio: auto;
  text-align: left;
  object-fit: none;
  flex: 0 auto;
  display: block;
}

.section-txt2 {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-txt2.section_padded {
  padding-left: 30px;
  padding-right: 30px;
}

.section-header {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.heading {
  clear: none;
  color: #79b043;
  text-align: center;
  object-fit: fill;
  flex-direction: row-reverse;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  display: block;
  overflow: visible;
}

.heading.heading2 {
  color: #000;
}

.div-block {
  flex: 1;
}

.div-block-2 {
  clear: both;
  position: static;
}

.div1 {
  width: 100%;
  clear: none;
  flex: 0 auto;
  order: 0;
}

.container {
  flex: 0 auto;
  display: block;
}

.section-header-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-button {
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
}

.section-button.grey.padding-bottom {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.button {
  background-color: #0073d8;
  border-radius: 5px;
  font-size: 16px;
}

.button.button-bewerben {
  padding: 10px 50px;
  font-size: 20px;
  line-height: 22px;
}

.button.button-bewerben:visited {
  color: #fff;
}

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

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

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

.text-block-2.center.txt-small-padding {
  padding-bottom: 20px;
  font-size: 16px;
}

.grey {
  background-color: #efefef;
}

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

.section.grey.padding-top-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section.section-so-sieht-es-aus {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.main-vorteile-liste {
  margin-bottom: 20px;
  font-size: 16px;
}

.list-item, .list-item-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.bold {
  font-size: 18px;
  font-weight: 700;
}

.text-block-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-span {
  color: #000;
}

.highlight-bg {
  background-color: #79b043;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.heading.heading-white {
  color: #fff;
}

.paragraph {
  color: #fff;
  padding-top: 20px;
  font-size: 16px;
  line-height: 22px;
}

.section-so-sieht-es-aus-img {
  margin-top: 20px;
  display: block;
}

.section-footer {
  text-align: center;
  margin-top: 20px;
  padding: 10px 20px;
}

.container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area-2 Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  display: grid;
}

.list-hand {
  background-image: url('../images/hand.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 37px;
}

.h-question {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 23px;
  line-height: 30px;
}

.h-top {
  color: #afafaf;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.div-block-3 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.button-selection {
  height: 150px;
  color: #fff;
  text-align: center;
  background-color: #79b043;
  background-image: url('../images/icon-rocket.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 55%;
  border-radius: 15px;
  padding-top: 115px;
  font-size: 17px;
  font-weight: 700;
}

.button-selection.button-team {
  background-image: url('../images/icon-team.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 55%;
}

.button-selection.button-money {
  background-image: url('../images/icon-money.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 55%;
}

.button-selection.button-security {
  background-image: url('../images/icon-security.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 55%;
}

.button-selection.button-p1 {
  background-image: url('../images/icon-p1.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.button-selection.button-p2 {
  background-image: url('../images/icon-p2.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 55%;
}

.button-selection.button-p3 {
  background-image: url('../images/icon-p3.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 55%;
}

.button-selection.button-p4 {
  background-image: url('../images/icon-p4.svg');
}

.form-page1.form-pages {
  display: block;
}

.text-block-4 {
  text-align: center;
  font-weight: 700;
}

.success-message {
  background-color: #fff;
}

.submit-button {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
}

.link {
  color: #333;
  -webkit-text-stroke-color: #333;
}

.link:visited {
  color: #333;
}

.checkbox-field {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-aerzte {
  color: #fff;
  text-align: center;
  padding-top: 12px;
  font-size: 16px;
}

.text-block-5 {
  background-color: #f9fff3;
  border: 1px solid #79b043;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .image {
    object-fit: fill;
  }

  .section-header {
    justify-content: center;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section-txt2.section_padded {
    padding-bottom: 0;
  }

  .section-header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading {
    color: #79b043;
    text-align: center;
    flex: 1;
    font-size: 22px;
    line-height: 28px;
  }

  .heading.heading2 {
    margin-top: 0;
  }

  .section-header-image {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

  .text-span {
    color: #000;
  }

  .list-item-3 {
    background-image: url('../images/hand.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .h-question {
    margin-bottom: 26px;
  }

  .div-block-3 {
    width: 300px;
  }

  .button-selection {
    font-size: 15px;
  }

  .button-selection.button-team {
    background-image: url('../images/icon-team_1.svg');
    background-size: auto 57%;
  }

  .submit-button {
    font-weight: 700;
  }

  .link {
    color: #333;
  }

  .checkbox {
    aspect-ratio: auto;
    border-radius: 0;
  }

  .text-block-5 {
    background-color: #f9fff3;
    border-color: #79b043;
  }
}

#w-node-_8c7ffea2-1790-5698-46c8-72d40dc4ba11-c2e7c87f {
  grid-area: Area;
}

#w-node-_757ccd5e-3718-07b8-2ba3-f8cf6b940760-c2e7c87f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9b1d819-80b3-7914-5f5c-9edf074daee5-c2e7c87f, #w-node-_0a799213-1ab5-a86e-a6a9-43523ef468dd-c2e7c87f {
  grid-area: Area-2;
}

#w-node-d71b73a6-a5dc-6adf-30fa-0c5899346939-1c3a0ec3, #w-node-c6e78ebe-3fe5-9247-be54-032f6048fcd8-1c3a0ec3, #w-node-_544107db-6869-42d5-2bd0-b48074a3ba0b-1c3a0ec3, #w-node-_544107db-6869-42d5-2bd0-b48074a3ba0c-1c3a0ec3, #w-node-_1b06c4b6-847b-dfe1-559f-6376ccb2c8a9-1c3a0ec3, #w-node-_1b06c4b6-847b-dfe1-559f-6376ccb2c8aa-1c3a0ec3, #w-node-_3fd665f6-b6f0-4e3c-67ad-f24f9415a223-1c3a0ec3, #w-node-_3fd665f6-b6f0-4e3c-67ad-f24f9415a224-1c3a0ec3, #w-node-_9d70d217-1acc-20fe-e752-8b27a60bdb67-1c3a0ec3, #w-node-_9d70d217-1acc-20fe-e752-8b27a60bdb68-1c3a0ec3, #w-node-_9d70d217-1acc-20fe-e752-8b27a60bdb6a-1c3a0ec3, #w-node-_9d70d217-1acc-20fe-e752-8b27a60bdb6b-1c3a0ec3, #w-node-_9d70d217-1acc-20fe-e752-8b27a60bdb6d-1c3a0ec3, #w-node-_9d70d217-1acc-20fe-e752-8b27a60bdb6e-1c3a0ec3, #w-node-_9d70d217-1acc-20fe-e752-8b27a60bdb70-1c3a0ec3, #w-node-_9d70d217-1acc-20fe-e752-8b27a60bdb71-1c3a0ec3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


