.download_alignfull_container {
  padding: 96px 20px;
  background-color: #F2F4F4;
}

.download_main_headline_area {
  display: block;
  max-width: 1216px;
  margin: auto;
  margin-bottom: 64px;
}

.download_main_headline {
  margin-bottom: 0;
}

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

.download_main_headline strong {
  text-decoration: underline;
}

.download_infotext {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #003838;
  margin-bottom: 48;
}

.download_area {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 32px;
  max-width: 1216px;
  margin: auto;
}

.download {
  display: block;
}

.download.is_headline {
  padding-top: 164px;
}

.download_container {
  border-radius: 24px;
  background-color: #fff;
  padding: 24px 24px 32px;
}

.download_container.grey {
  background-color: #F2F4F4;
}

.download_container.white {
  background-color: #fff;
}

.download_pre_headline {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #002E2D;
}
/*
.download_image_container {
  height: 600px;
} */

.teaser_image {
  height: 362px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  max-height: 362px;
}

.download_headline_container {
  /* height: 100%; */
  /* margin-right: 32px; */
  text-align: left;
  align-content: center;
  position: relative;
}

.download_text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #002E2D;
}

.download_headline {
  color: #002E2D;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 40px;
  letter-spacing: -1%;
  background-color: #002E2D;
  display: inline-block;
  padding: 16px 40px;
  border-radius: 100px;
}

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

.download_headline_pure p {
  margin-bottom: 0;
}

.download_headline_pure strong {
  text-decoration: underline;
}

.download_container.left_img .download_headline_pure {
  direction: initial;
}


.download_text p {
  color: #003838;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 40px;
}

.download_container.is_pure_title .download_text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}

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

.download_checkpoint {
  display: grid;
  gap: 24px;
}

.download_more_link {
  font-weight: 600;
  color: #003838;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 16px;
}

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

.download_more_link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/generatepress-child/img/ic-arrow-right.svg") no-repeat center;
  background-size: contain;
  vertical-align: sub;
}

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

.download_button {
  font-weight: 600;
  color: #003838;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #BACACA;
  display: inline-block;
}

.download_button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/generatepress-child/img/ic-arrow-right.svg") no-repeat center;
  background-size: contain;
  vertical-align: sub;
  transform: rotate(90deg);
  margin-left: 5px;
}

.download_button:hover {
  text-decoration: none;
  color: #3E6565;
  border-color: #668888;
  background-color: #E5EAEA;
}

@media (max-width: 800px){

  .download_alignfull_container {
    padding: 32px 20px 64px;
  }

  .download_main_headline_area {
    margin-bottom: 28px;
  }

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

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

  .download_area {
    grid-template-columns: 100%;
    gap: 16px;
  }

  .download .teaser_image {
    height: 206px;
    object-fit: cover;
  }
}
