.contactForm__form form input {
	color: white !important;
}

.footer__form form input {
    border: 1px solid white !important;
    border-radius: 6px !important;
    padding: 1rem !important;
}

.footer__form form .form_checkbox input {
	padding: 0.5rem !important;
}

.footer__form form .form_checkbox {
	text-align: left !important;
}

.footer__top {
    padding-bottom: 1rem;
}
.footer {
    padding-top: 1rem;
}

.nav__cta__form a {
  background-color: #B7FF2B;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-family: futura-n;
  font-weight: normal;
  color: #000000;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inherit;
  line-height: 100%;
  text-transform: uppercase;
}

.nav__cta__form a span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: translateY(2px);
}

.nav__cta__form a:hover .span1 {
  transform: translateY(-100%);
  opacity: 0;
}

.nav__cta__form a:hover .span2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px);
}

.nav__cta__form a .span2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

/* Dentro del overlay */

.nav__overlay .nav__cta__form {
  position: absolute;
  right: 4.8rem;
  top: 2.1rem;
}

/* Dentro del contenedor cta-hamburger */

.cta-hamburger .nav__cta__form {
  position: unset;
}

/* Responsive ≤650px */

@media (max-width: 650px) {
  .nav__right .nav__cta__form a {
    font-size: 18px;
    padding: 0.4rem 0.5rem;
  }

  .nav__right .nav__cta__form a strong {
    display: none;
  }

  .nav__overlay .nav__cta__form {
    right: 3.5rem;
    top: 1.1rem;
  }

  .nav__overlay .nav__cta__form a {
    font-size: 18px;
    padding: 0.4rem 0.5rem;
  }

  .nav__overlay .nav__cta__form a strong {
    display: none;
  }
}

/* Responsive ≤479px */

@media (max-width: 479px) {
  .nav__cta__form a {
    font-size: 14px !important;
  }
}

```css
/* ===========================
   towCol__grid2
   =========================== */

.towCol__grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem 6rem;
  margin-top: 5rem;
}

/* Cards */
.towCol__grid2 .card {
  opacity: 1;
  transform: translateY(50px);
  transition: all 0.4s ease-in-out;
}

.towCol__grid2 .card:nth-child(2) {
  position: relative;
  top: 8rem;
}

.towCol__grid2 .card:nth-child(4) {
  position: relative;
  top: 10rem;
}

/* Logo */
.towCol__grid2 .card__logo {
  max-width: 180px;
  margin-bottom: 1rem;
}

.towCol__grid2 .card__logo img {
  width: 100%;
}

/* Typography */
.towCol__grid2 .card h2 {
  margin-bottom: 0.8rem;
  color: #2BEB7C;
  text-transform: uppercase;
}

.towCol__grid2 .card p span {
  color: #2BEB7C;
}

/* ===========================
   Responsive
   =========================== */

@media (max-width: 1440px) {

  .towCol {
    padding: 4rem 0 0;
  }

  .towCol__grid2 {
    gap: 4rem 3rem;
    margin-top: 0;
  }

}

@media (max-width: 767px) {

  .towCol {
    padding-top: 0;
  }

  .towCol__grid2 {
    grid-template-columns: 1fr;
  }

  .towCol__grid2 .card {
    text-align: center;
    position: unset !important;
  }

  .towCol__grid2 .card__logo {
    margin-left: auto;
    margin-right: auto;
  }

}


.cta-section {
    padding-bottom: 0px !important;
}

.contactForm {
  opacity: 0;
  visibility: hidden;
  display: none;
  max-width: 950px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.contactForm__close {
  font-size: 20px;
  color: #6E6E6E;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.4rem;
  transition: all 0.2s ease-in-out;
}
.contactForm__close:hover {
  color: #FFFFFF;
}
.contactForm__close:hover svg {
  stroke: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
.contactForm__close svg {
  width: 9px;
  height: 17px;
  transition: all 0.2s ease-in-out;
}
.contactForm__form {
  max-width: 630px;
  width: 100%;
  position: relative;
}
.contactForm__form form .form__container {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.contactForm__form form input {
  width: 100%;
  background: transparent;
  border: unset;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 300;
  font-family: barlow-n;
  border-radius: unset;
  color: transparent;
}
.contactForm__form form input:focus-visible, .contactForm__form form input:focus {
  outline: unset;
}
.contactForm__form form input::placeholder {
  opacity: 1;
  font-weight: 300;
}
.contactForm__form form textarea {
  width: 100%;
  background: transparent;
  border: unset;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
  font-family: barlow-n;
  border-radius: unset;
  color: transparent;
}
.contactForm__form form textarea:focus-visible, .contactForm__form form textarea:focus {
  outline: unset;
}
.contactForm__form form textarea::placeholder {
  opacity: 1;
  font-weight: 300;
}
.contactForm__form form button {
  background-color: #B7FF2B;
  display: inline-block;
  padding: 0.3rem 1.3rem;
  border-radius: 50px;
  border: unset;
  width: max-content;
  font-weight: normal;
  font-family: futura-n;
  font-size: 1rem;
  margin-top: 2rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.contactForm__form form button span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: translateY(2px);
}
.contactForm__form form button:hover .span1 {
  transform: translateY(-100%);
  opacity: 0;
}
.contactForm__form form button:hover .span2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px);
}
.contactForm__form form button .span2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.contactForm__form form button span {
  color: #000000;
}
.contactForm__form form label {
  font-size: 20px;
  font-weight: 300;
}
.contactForm__form form label span {
  font-size: 12px;
}
.contactForm__form__feld {
  position: relative;
  display: flex;
  align-items: center;
}
.contactForm__form__feld label {
  position: absolute;
  left: 1rem;
  transition: all 0.3s ease-in-out;
}
.contactForm__form__feld input,
.contactForm__form__feld textarea {
  border: 1px solid #FFFFFF !important;
  border-radius: 6px !important;
  padding: 1rem !important;
}
.contactForm__form__textarea {
  display: block;
}
.contactForm__form__textarea label {
  top: 1rem;
}
.contactForm__form .active-label {
  background-color: #FFFFFF;
  border-radius: 6px;
}
.contactForm__form .active-label input,
.contactForm__form .active-label textarea {
  color: #000000;
  padding-top: 1.5rem !important;
}
.contactForm__form .active-label label {
  font-size: 12px;
  transform: translateY(-18px);
  color: #000000;
}
.contactForm__form .active-label label span {
  font-size: 12px;
}

.show-contactForm .contactForm {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.show-contactForm .nav__contact__overlay__content h4,
.show-contactForm .nav__contact__overlay__content p,
.show-contactForm .nav__contact__overlay__content ul {
  display: none;
}

.form__container input::placeholder,
.form__container textarea::placeholder {
  color: transparent !important;
  opacity: 0;
}
.form__container input:focus::placeholder,
.form__container textarea:focus::placeholder {
  color: transparent;
}

.form_checkbox {
  display: flex;
  gap: 10px;
}

.form_checkbox input {
  appearance: none;
  width: 100%;
  max-width: 25px;
  max-height: 25px;
  border: 1px solid #FFFFFF !important;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 4px;
}

.form_checkbox input:checked {
  background-color: #FFFFFF;
}
.form_checkbox input:checked::after {
  content: "✔";
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form_checkbox label {
  cursor: pointer;
  font-size: 14px !important;
  line-height: 130%;
}
.form_checkbox label a {
  color: #FFFFFF;
  text-decoration: underline;
}

.contactForm__form__feld._focus input,
.contactForm__form__feld._focus textarea {
  color: #FFFFFF;
  padding-top: 1.3rem !important;
}
.contactForm__form__feld._focus label {
  font-size: 12px;
  top: 8px;
}

@media (max-width: 479px) {
  .form_checkbox input {
    width: 70px !important;
  }
}
@media (max-width: 767px) {
  .contactForm {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 760px) {
  .contactForm__form button {
    margin-left: auto;
    margin-right: auto;
  }
  .contactForm__close {
    position: absolute;
    top: 2.7rem;
    left: 1.3rem;
  }
}
@media (max-width: 650px) {
  .contactForm__close {
    top: 1.1rem;
    left: 1rem;
  }
}
@media (max-width: 479px) {
  .contactForm textarea.input {
    height: 150px !important;
  }
}
.contactForm .form._active .success-form,
.waitForm .form._active .success-form,
.contactForm__form .form._active .success-form {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.contactForm .form._active .form__container,
.waitForm .form._active .form__container,
.contactForm__form .form._active .form__container {
  opacity: 0;
  visibility: hidden;
}
.contactForm .form._sending .success-form__video,
.waitForm .form._sending .success-form__video,
.contactForm__form .form._sending .success-form__video {
  display: block;
}
.contactForm .form__message,
.waitForm .form__message,
.contactForm__form .form__message {
  display: none;
  font-size: 18px;
  color: #d20c0c;
  text-align: left;
  letter-spacing: 0.36px;
  font-weight: 500;
}
.contactForm .form__message._active,
.waitForm .form__message._active,
.contactForm__form .form__message._active {
  display: block;
}
.contactForm .success-form,
.waitForm .success-form,
.contactForm__form .success-form {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 99;
}
.contactForm .success-form .close-form-n,
.waitForm .success-form .close-form-n,
.contactForm__form .success-form .close-form-n {
  margin-bottom: 3rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  width: max-content;
  margin-left: auto;
}
.contactForm .success-form .show-close-form-n,
.waitForm .success-form .show-close-form-n,
.contactForm__form .success-form .show-close-form-n {
  opacity: 1;
  visibility: visible;
}
.contactForm .success-form .success-form__video,
.waitForm .success-form .success-form__video,
.contactForm__form .success-form .success-form__video {
  max-width: 100px !important;
}
.contactForm .success-form__title,
.waitForm .success-form__title,
.contactForm__form .success-form__title {
  font-size: 20px;
  color: #2BEB7C;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.contactForm .success-form__text,
.waitForm .success-form__text,
.contactForm__form .success-form__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}
.contactForm textarea.input,
.waitForm textarea.input,
.contactForm__form textarea.input {
  resize: none;
  padding: 13px 2px;
  height: 200px;
}

.form__success {
  max-width: 364px;
  margin: 0 auto;
  text-align: center;
}
.form__success .success-form__video {
  max-width: 234px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.form__success .success-form__video video,
.form__success .success-form__video img {
  width: 100%;
}

.hideForm1 {
  opacity: 0 !important;
  visibility: hidden !important;
}

.footer {
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  animation: main_title 4s infinite linear;
  background: linear-gradient(90deg, #2BEB7C, #B7FF2B, #2BEB7C, #B7FF2B);
  background-size: 300%;
}
.footer__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
  max-width: 1740px;
  color: #FFFFFF;
  z-index: 5;
}
@media (max-width: 767px) {
  .footer__container {
    padding: 0 0.75rem;
  }
}
.footer__top {
  display: flex;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.footer__top p {
  font-size: 20px;
  font-weight: 300;
}
.footer__top .footer__contactform {
  max-width: 650px;
  width: 100%;
}
.footer__top .footer__contactform .contactForm__form {
  margin-top: 110px;
}
.footer__top .footer__calendly {
  max-width: 1000px;
  width: 100%;
}
.footer__top .footer__calendly__top {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 44px;
}
.footer__top .footer__calendly .calendly-inline-widget {
  margin-top: 0 !important;
}
.footer__co {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.footer__co a {
  color: #FFFFFF;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
}
.footer__co a:hover {
  color: #B7FF2B;
}
.footer__co a:hover {
  text-decoration: unset;
}
.footer__co a:nth-child(2) {
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  padding-bottom: 8px;
}
.footer__bottom__left a {
  color: #FFFFFF;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 300;
}
.footer__bottom__right ul {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1rem 0;
}
.footer__bottom__right ul li a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
}
.footer a {
  transition: all 0.3s ease-in-out;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .header__aw {
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  justify-content: center;
  margin-bottom: 4rem;
}
.footer .header__aw .ge {
  max-width: 190px;
}
.footer .header__aw .google-a {
  max-width: 130px;
}

.calendlySection {
  padding-bottom: 2rem;
}
.calendlySection .calendly-inline-widget {
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 1550px) {
  .footer__top .footer__contactform {
    max-width: 550px;
  }
}
@media (max-width: 980px) {
  .footer__top h2 {
    margin-bottom: 2rem;
  }
  .footer__top h2 span::before {
    height: 15px;
    bottom: -0.7rem;
  }
  .footer__co a {
    font-size: 25px;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer .header__aw {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer__top {
    flex-direction: column;
    gap: 4rem;
  }
  .footer__top .footer__contactform,
.footer__top .footer__calendly {
    width: 100%;
    max-width: 100%;
  }
  .footer__top .footer__contactform .contactForm__form {
    margin-top: 44px;
  }
  .footer__top .footer__calendly__top,
.footer__top .footer__contactform__top {
    text-align: center;
  }
  .footer__co {
    padding-top: 0;
  }
  .footer .header__aw {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .footer__top h2 span {
    margin-bottom: 1rem;
  }
  .footer__bottom__right ul {
    flex-direction: column;
    gap: 0.4rem;
  }
  .footer .header__aw {
    gap: 1rem;
  }
  .footer .header__aw img,
.footer .header__aw .ge {
    max-width: 150px;
  }
}
@media (max-width: 479px) {
  .footer__top h2 {
    font-size: 65px;
    line-height: 65px;
  }
  .footer__top p {
    font-size: 23px;
    line-height: 39px;
  }
  .footer__co a {
    font-size: 20px;
  }
  .footer__bottom__left a {
    font-size: 17px;
  }

  .calendlySection .calendly-mobile {
    height: 1150px !important;
  }
}
@keyframes footerSpan {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes footerSpan2 {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */


/* Website Verband */

.verband-title {
  font-size: 90px !important;
  line-height: 100px !important;
  max-width: 1600px !important;
}

.header-verband p {
    color: #FFFFFF;
    z-index: 3;
    transform: unset;
    font-size: 25px;
    line-height: 55px;
    text-align: center;
    max-width: 1329px;
    width: 100%;
    font-weight: 500;
}

.cta-section {
  padding: 140px 0;
}
.cta-section__container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.2rem;
}
@media (max-width: 767px) {
  .cta-section__container {
    padding: 0 0.75rem;
  }
}
.cta-section__content {
  max-width: 328px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cta-section__content p {
  font-size: 20px;
  font-weight: bold;
}
.cta-section__content a {
  background-color: #B7FF2B;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-family: futura-n;
  font-weight: normal;
  color: #000000;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inherit;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 24px;
}
.cta-section__content a img {
  width: 35px;
  margin-right: 10px;
}
.cta-section__content a span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: translateY(2px);
}
.cta-section__content a:hover .span1 {
  transform: translateY(-100%);
  opacity: 0;
}
.cta-section__content a:hover .span2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px);
}
.cta-section__content a .span2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 45px;
  right: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.cta-section__google {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cta-section__google span {
  font-size: 10px;
}

.cta-section--v2 .cta-section__content {
  max-width: 755px;
}
.cta-section--v2 h2 {
  text-align: center;
  margin-bottom: 18px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .cta-section {
    padding: 60px 0;
  }
}
@media (max-width: 980px) {
  .cta-section__content a {
    font-size: 18px;
  }
  .cta-section__content a .span2 {
    left: 35px;
  }
  .cta-section__content a img {
    width: 25px;
  }
}

.title-xs_subheadline {
 text-align: center;
 line-height: 120%;
 max-width: 64vw;
 margin: 0 auto;
 margin-bottom: 80px;
 font-weight: 300;
}


@media (max-width: 1600px) {
  .title-xxl {
    font-size: 180px;
    line-height: 130px;
  }
}
@media (max-width: 1440px) {
  .title-xxl {
    font-size: 160px;
    line-height: 130px;
  }

  .title-xl {
    font-size: 120px;
    line-height: 104px;
  }

  .title-l {
    font-size: 100px;
    line-height: 80px;
  }

  .title-m {
    font-size: 80px;
    line-height: 100px;
  }

  .title-s {
    font-size: 60px;
    line-height: 45px;
  }

  .title-xs {
    font-size: 55px;
    line-height: 50px;
    font-family: futura-n;
    font-weight: normal;
  }

  .title-xxs {
    font-size: 35px;
    line-height: 40px;
    font-family: futura-n;
    font-weight: normal;
  }
}
@media (max-width: 1200px) {
  .title-xxl {
    font-size: 120px;
    line-height: 90px;
  }

  .title-xl {
    font-size: 100px;
    line-height: 94px;
  }

  .title-l {
    font-size: 90px;
    line-height: 90px;
  }

  .title-s {
    font-size: 40px;
    line-height: 30px;
  }

  h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  h3 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
@media (max-width: 980px) {
  .title-xxl {
    font-size: 100px;
    line-height: 80px;
  }

  .title-xl {
    font-size: 90px;
    line-height: 84px;
  }

  .title-l {
    font-size: 80px;
    line-height: 70px;
  }

  .title-m {
    font-size: 60px;
    line-height: 80px;
  }

  .title-xs {
    font-size: 35px;
    line-height: 45px;
    font-family: futura-n;
    font-weight: normal;
  }

  .title-xxs {
    font-size: 30px;
    line-height: 35px;
    font-family: futura-n;
    font-weight: normal;
  }

	.title-xs_subheadline {
		max-width: 90vw;
		font-size: 20px;
		margin-bottom: 48px;
	}
	
	.has_nomargin {
		margin-bottom: 0px;
	}
}
@media (max-width: 767px) {
  .title-xxl {
    font-size: 80px;
    line-height: 60px;
  }

  .title-xl {
    font-size: 70px;
    line-height: 64px;
  }

  .title-l {
    font-size: 60px;
    line-height: 50px;
  }

  .title-m {
    font-size: 47px;
    line-height: 70px;
  }

  .title-s {
    font-size: 35px;
    line-height: 30px;
  }

  .title-xs {
    font-size: 25px;
    line-height: 25px;
    font-family: futura-n;
    font-weight: normal;
  }

  .title-xxs {
    font-size: 25px;
    line-height: 30px;
    font-family: futura-n;
    font-weight: normal;
  }

  p {
    font-size: 18px;
    line-height: 32px;
  }

  h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
@media (max-width: 550px) {
  .title-xxl {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  .title-xxl {
    font-size: 50px;
    line-height: 40px;
  }

  .title-xl {
    font-size: 50px;
    line-height: 54px;
  }

  .title-l {
    font-size: 50px;
    line-height: 40px;
  }
}
.nav {
  padding: 1.8rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: top 0.5s ease-in-out;
}

