.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.hero {
  position: relative;
  display: block;
  height: auto;
  background-color: #00a3d4;
}

.hero__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.hero__image {
  width: 50%;
  padding-top: 6vw;
  padding-bottom: 6vw;
  padding-left: 0vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #e7e8ea;
  background-image: url('../images/Wissenschaft-trifft-Praxis.png');
  background-position: 0px 100px;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 10vw 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__content-inner {
  width: 100%;
}

.hero__headline {
  margin-top: 0px;
  margin-bottom: 40px;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-size: 4vw;
  line-height: 100%;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
}

.hero__subline {
  margin-bottom: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 120%;
  font-weight: 300;
}

.text {
  margin-bottom: 10px;
  color: #707070;
  font-size: 16px;
  line-height: 200%;
  font-weight: 300;
}

.text.hero__text {
  margin-bottom: 40px;
  color: #fff;
}

.text.text--white {
  margin-bottom: 10px;
  color: #707070;
}

.text.text--white-form {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #707070;
  font-size: 12px;
  line-height: 20px;
}

.btn-ghost {
  display: inline-block;
  padding: 15px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.btn-ghost.btn--hero {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  border-style: solid;
  border-width: 2px;
  background-color: #00a3d4;
  opacity: 1;
  font-weight: 700;
}

.btn-ghost.btn--hero:hover {
  border-color: #00a3d4;
  background-color: #fff;
  color: #00a3d4;
}

.btn-ghost.btn--hero:visited {
  border-color: #00a3d4;
  background-color: #fff;
  color: #00a3d4;
}

.section-content__headline {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #00a3d4;
  font-size: 50px;
  line-height: 120%;
  font-weight: 300;
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  padding: 15px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #00305d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.programm__headline {
  margin-top: 0px;
  margin-bottom: 11px;
  color: #00305d;
  font-size: 50px;
  line-height: 120%;
  font-weight: 300;
  text-transform: uppercase;
  white-space: normal;
}

.programm__table {
  color: #00305d;
}

.programm__subline {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #00305d;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.form__submit {
  margin-top: 0px;
  padding: 15px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #00a3d4;
  border-radius: 0px;
  background-color: #00a3d4;
  font-size: 18px;
  font-weight: 700;
}

.form__submit:hover {
  border-width: 2px;
  border-color: #00a3d4;
  background-color: #fff;
  color: #00a3d4;
}

.form__input {
  padding: 15px;
}

.list {
  padding-left: 20px;
  color: #707070;
}

.checkbox-label {
  color: #707070;
  font-size: 12px;
  font-weight: 300;
}

.checkbox-field {
  margin-top: 25px;
  margin-bottom: 25px;
}

.image-4 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 120px;
}

.section {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.link {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  color: #00a3d4;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-2 {
  font-size: 26px;
}

.link-2 {
  color: #00a3d4;
  text-decoration: none;
}

.section-form {
  display: block;
  padding: 8vw 0vw;
  font-weight: 300;
}

.section-form__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-form__inner.section--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.section-form__form {
  position: relative;
  display: block;
  width: 50%;
  min-height: 50vh;
  padding: 3vw;
}

.section-form__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 50vh;
  padding: 3vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-form__form-inner {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-40 {
  display: block;
}

.image-5 {
  position: absolute;
  left: 35%;
  top: auto;
  right: 0%;
  bottom: 28%;
  max-width: 220px;
}

.footer {
  padding: 30px;
  text-align: center;
}

.section__content {
  display: block;
  width: 100%;
  min-height: 50vh;
  margin-right: auto;
  margin-left: auto;
  padding: 5vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 10px;
  color: #707070;
  font-size: 16px;
  line-height: 200%;
  font-weight: 300;
  text-align: left;
}

.icon {
  color: #fff;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  background-color: transparent;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.icon-3 {
  color: #fff;
}

.dropdown {
  z-index: 50;
  display: block;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.icon-2 {
  background-color: transparent;
  color: #fff;
}

.dropdown-list {
  position: relative;
  display: none;
  width: 100%;
  margin-top: -8px;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #00a3d4;
  border-radius: 0px;
  background-color: transparent;
  color: #6b6b6b;
}

.text-block-2 {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 300;
  text-align: left;
  white-space: normal;
}

.dropdown-toggle {
  display: block;
  margin-bottom: 7px;
  padding-right: 55px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #00a3d4;
}

.success-message {
  background-color: #00a3d4;
}

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

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

.bold-text-3 {
  font-size: 20px;
  line-height: 200%;
}

.link-faqs {
  color: #00a3d4;
}

.text-faqs {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #707070;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  list-style-type: disc;
}

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

.sticky-notice-block-text {
  margin-bottom: 0px;
  color: #707070;
  font-size: 22px;
  line-height: 150%;
  font-weight: 300;
  text-align: left;
}

.link-3 {
  color: #ec198a;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: auto;
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;
  background-color: #ec198a;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  display: none;
  width: 100vw;
  height: 100vh;
  margin: 0px;
  padding: 20px 10px;
  border: 0px none #ec198a;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0.98;
  outline-color: #ec198a;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.modal__inner {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  max-height: 95vh;
  max-width: 960px;
  min-width: 30vw;
  margin: 10% auto 0px;
  padding: 40px 30px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 5px solid #00a3d4;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.button-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 40px;
  height: auto;
  margin-right: auto;
  margin-bottom: -20px;
  margin-left: auto;
  border-radius: 0px;
  background-color: #00a3d4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-6 {
  width: 160px;
  max-width: 100%;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00a3d4;
  line-height: 120%;
  font-weight: 700;
  text-align: left;
}

.column {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .hero__inner {
    display: block;
  }

  .hero__image {
    width: 100%;
    height: 60vh;
    padding-top: 6vw;
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .hero__content {
    position: relative;
    width: 85%;
    margin-top: -70px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6vw;
    padding-bottom: 6vw;
    background-color: #00a3d4;
  }

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

  .hero__headline {
    font-size: 8vw;
    text-align: center;
  }

  .hero__subline {
    text-align: center;
  }

  .text {
    line-height: 180%;
  }

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

  .btn-ghost.btn--hero {
    position: static;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .section-content__headline {
    font-size: 40px;
    text-align: center;
  }

  .programm__headline {
    font-size: 40px;
  }

  .programm__subline {
    font-size: 20px;
  }

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

  .section-form {
    padding: 5vw 30px;
  }

  .section-form__inner {
    display: block;
  }

  .section-form__inner.section--reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-form__form {
    width: 100%;
  }

  .section-form__content {
    width: 100%;
    min-height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-form__form-inner {
    position: static;
  }

  .image-5 {
    left: auto;
    top: 25%;
    right: 1%;
    bottom: auto;
  }

  .section__content {
    width: 100%;
    min-height: auto;
    padding: 0vw;
  }

  .section__content-inner {
    padding: 5vw 1vw;
  }

  .paragraph {
    font-size: 16px;
    line-height: 180%;
  }

  .icon {
    display: block;
  }

  .container {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-list {
    display: none;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .dropdown-toggle {
    display: block;
  }

  .modal {
    display: none;
    width: 60vw;
  }
}

@media screen and (max-width: 767px) {
  .hero__image {
    height: 50vh;
    background-position: 40% 70%;
    background-size: 80%;
  }

  .hero__content {
    width: 90%;
    margin-top: -80px;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .hero__headline {
    font-size: 8vw;
  }

  .hero__subline {
    font-size: 30px;
  }

  .text {
    margin-bottom: 10px;
  }

  .text.text--white {
    margin-bottom: 10px;
  }

  .section-content__headline {
    font-size: 40px;
  }

  .programm__headline {
    font-size: 40px;
  }

  .programm__subline {
    font-size: 18px;
  }

  .section-form__inner.section--reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-form__content {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .image-5 {
    top: 20%;
    max-width: 200px;
  }

  .section__content {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .paragraph {
    font-size: 16px;
  }

  .dropdown {
    z-index: 0;
  }

  .dropdown-list {
    z-index: 0;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .dropdown-toggle {
    z-index: 0;
  }

  .text-faqs {
    margin-bottom: 10px;
  }

  .sticky-nav {
    position: relative;
  }

  .modal {
    display: none;
    width: 70vw;
  }

  .button-2 {
    left: 95%;
  }
}

@media screen and (max-width: 479px) {
  .hero__image {
    height: 50vh;
    padding-top: 6vw;
    background-position: 40% 50%;
    background-size: 90%;
    background-repeat: no-repeat;
  }

  .hero__content {
    width: 94%;
    margin-top: -60px;
    padding: 8vw 2vw;
  }

  .hero__headline {
    margin-bottom: 15px;
    font-size: 10vw;
  }

  .hero__subline {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .text {
    margin-bottom: 10px;
    text-align: left;
  }

  .text.hero__text {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 180%;
  }

  .text.text--white {
    margin-bottom: 10px;
  }

  .btn-ghost.btn--hero {
    display: inline-block;
    border-color: #fff;
  }

  .btn-ghost.btn--hero:focus {
    border-style: solid;
    border-color: #fff;
  }

  .section-content__headline {
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }

  .programm__headline {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .programm__subline {
    font-size: 16px;
  }

  .form__submit {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-4 {
    left: 30px;
    top: 10px;
  }

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

  .bold-text-2 {
    font-size: 26px;
  }

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

  .section-form__inner.section--reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-5 {
    top: auto;
    bottom: 67%;
    max-width: 150px;
    text-align: center;
  }

  .paragraph {
    font-size: 15px;
    text-align: left;
  }

  .container {
    max-width: 99%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .dropdown-list {
    display: none;
    padding: 10px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 1.3em;
  }

  .dropdown-toggle {
    padding-right: 40px;
    padding-left: 10px;
  }

  .text-faqs {
    margin-bottom: 10px;
  }

  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sticky-notice-block-text {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    text-align: center;
  }

  .sticky-nav {
    padding: 0px;
  }

  .modal {
    display: none;
    width: 100%;
    height: 100vh;
  }

  .modal__inner {
    max-height: 90vh;
    max-width: 100%;
    min-width: auto;
    padding: 15px;
  }

  .button-2 {
    left: 85%;
    right: 0%;
    z-index: 50;
  }

  .image-6 {
    width: 140px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    text-align: center;
  }

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

  .column-2 {
    margin-top: 0px;
    text-align: center;
  }
}

#SALUTATION.w-node-bfba5def-bb64-dc89-2264-caa7a010b3a9-0ba85659 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#TITLE.w-node-bfba5def-bb64-dc89-2264-caa7a010b3aa-0ba85659 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#FNAME.w-node-bfba5def-bb64-dc89-2264-caa7a010b3ab-0ba85659 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#LNAME.w-node-bfba5def-bb64-dc89-2264-caa7a010b3ad-0ba85659 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#EMAIL.w-node-bfba5def-bb64-dc89-2264-caa7a010b3ae-0ba85659 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#PRAXISNAME.w-node-_3266ae52-bab8-ee65-4032-5dff11102338-0ba85659 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#STREET.w-node-_62362910-31fd-6d42-e66e-d59e9db448ea-0ba85659 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#HAUSNUMMER.w-node-_92aba6e6-3258-e431-b706-b9a868d0156f-0ba85659 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#ZIP.w-node-e59e2393-7fd4-ae40-dfff-89cfb95a9d2b-0ba85659 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#CITY.w-node-_8b5266de-cb78-5e41-568c-ca52b5dbe574-0ba85659 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#BERUF.w-node-bfba5def-bb64-dc89-2264-caa7a010b3af-0ba85659 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#BERUFSBEZE.w-node-bfba5def-bb64-dc89-2264-caa7a010b3b0-0ba85659 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #SALUTATION.w-node-bfba5def-bb64-dc89-2264-caa7a010b3a9-0ba85659 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #TITLE.w-node-bfba5def-bb64-dc89-2264-caa7a010b3aa-0ba85659 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #FNAME.w-node-bfba5def-bb64-dc89-2264-caa7a010b3ab-0ba85659 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #LNAME.w-node-bfba5def-bb64-dc89-2264-caa7a010b3ad-0ba85659 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #STREET.w-node-_62362910-31fd-6d42-e66e-d59e9db448ea-0ba85659 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #HAUSNUMMER.w-node-_92aba6e6-3258-e431-b706-b9a868d0156f-0ba85659 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #ZIP.w-node-e59e2393-7fd4-ae40-dfff-89cfb95a9d2b-0ba85659 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #CITY.w-node-_8b5266de-cb78-5e41-568c-ca52b5dbe574-0ba85659 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

