.cta_section_alignfull_container {
  margin: 48px 0px;
}

.cta_section_main_headline_area {
  display: block;
  max-width: 1216px;
  margin: auto;
}

.cta_section_main_headline {
  margin-bottom: 0;
  max-width: 696px;
}

.cta_section_main_headline p{
  color: #002E2D;
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -1%;
  margin-bottom: 8px;
}

.cta_section_main_headline strong {
  text-decoration: underline;
}

.cta_section_infotext {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #003838;
  max-width: 800px;
  margin-left: 34%;
  margin-bottom: 0;
}

.cta_section_area {
  display: grid;
}

.cta_section {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 16px;
}


.cta_section_image_container {
  height: 687px;
}

.cta_teaser_image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.cta_section_headline_container {
  height: 100%;
  text-align: left;
  align-content: center;
}


.cta_section_headline {
  color: #002E2D;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 48px;
  letter-spacing: -1%;
  display: inline-block;
}

.cta_section_text p, .cta_section_checkpoint {
  color: #003838;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 32px;
}

.checkpoint_headline {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #002E2D;
}

.checkpoint_infotext {
  font-size: 18px;
  line-height: 28px;
  color: #003838;
}

.cta_section_checkpoint {
  display: inline-flex;
  margin-bottom: 12px;
  align-items: center;
}

.cta_section_checkpoint::before {
  content: '';
  width: 32px;
  height: 32px;
  background: url('Check.svg') no-repeat center / contain;
  margin-right: 16px;
  flex-shrink: 0;
}

.cta_section_position {
  font-size: 26px;
  line-height: 32px;
  color: #003838;
  margin-top: 48px;
  margin-bottom: 32px;
}

.cta_section_link {
  font-size: 22px;
  line-height: 28px;
  color: #003838;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

.cta_section_link:hover {
  color: #003838;
  text-decoration: underline;
}

.cta_section_link_container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta_section_more_link_container {
  margin-top: 40px;
  margin-bottom: 16px;
}

.cta_section_email_link_container {
  margin-top: 40px;
  margin-bottom: 24px;
}

.cta_section_email_link_container a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/generatepress-child/img/ic-mail.svg") no-repeat center;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}

.cta_section_more_link {
   /* background-color: #ffeb00; */
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  /*margin-bottom: 16px;*/
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #002E2D;
  font-size: 22px;
  line-height: 28px;
 /* margin-top: 40px;*/
  border: 1px solid #D3C606;
  text-align: center;
  background-color: #FFFD82;
  cursor: pointer;
  transition: transform 0.15s ease-in-out;
  background-size: 200% 100%;
  background-position: 15% 50%;
}

.cta_section_more_link:hover {
  color: #726900;
  background-color: #FFFD82;
  background-size: 200% 100%;
  background-position: 15% 50%;
  box-shadow: 0 2px 12px -2px rgba(211, 198, 6, 0.60);
}

.cta_section_more_link:hover::after {
  background: url("/wp-content/themes/generatepress-child/img/ic-arrow-right-hoved.svg") no-repeat center;
}


.cta_section_more_link::after{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/generatepress-child/img/ic-arrow-right.svg") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}

.cta_section_link_text {
  font-size: 14px;
  line-height: 20px;
  color: #003838;
}




@media (max-width: 1250px){
  .cta_section_alignfull_container {
    padding: 0px 16px;
  }

  .cta_section {
    grid-template-columns: 49% 49%;
  }
}


@media only screen and (max-width: 900px) {
  .cta_section_alignfull_container {
    margin: 56px 0 0;
    padding: 0;
  }


  .cta_section_main_headline_area {
    display: block;
  }

  .cta_section_main_headline {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
  }

  .cta_section_area {
    gap: 64px;
  }

  .cta_section_infotext {
    margin-bottom: 64px;
    font-size: 18px;
    line-height: 24px;
  }

  .cta_section_image_container {
    height: 205px;
  }

  .cta_section_image_container   { grid-area:image; }

  .cta_section_headline_container{
    grid-area:text;
    text-align: center;
  }

  .cta_section {
    grid-template-columns: 100%;
    grid-template-areas:
    "image"
    "text";
    grid-gap: 24px;
  }


  .cta_section .cta_teaser_image, .cta_section:nth-child(2n) .cta_teaser_image {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }

  .cta_section_headline {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .cta_section .checkpoint_headline {
    font-size: 18px;
    line-height: 24px;
  }

  .cta_section_text p {
    font-size: 18px;
    line-height: 28px;
  }

  .cta_section_checkpoint {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    text-align: left;
  }

  .cta_section_more_link {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .cta_section_position {
    margin: 32px 0;
    font-size: 18px;
    line-height: 28px;
  }

  .cta_section_link {
    font-size: 18px;
    line-height: 24px;
  }
}
