.counterboxes_alignfull_container {
  padding: 0 20px;
}

.counterboxes_container {
  max-width: 1216px;
  margin: 64px auto 0;
}

.counterboxes_main_headline_area {
  display: block;
}

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

.counterboxes_container.no_infotext .counterboxes_main_headline p {
  max-width: 798px;
  margin: 0 auto 64px;
  text-align: center !important;
}

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

.counterboxes_area {
  gap: 32px;
  display: grid;
  grid-template-columns: 31.5% 31.5% 31.5%;
  margin: 80px auto 96px;
}

.counterboxes_container.no_infotext .counterboxes_area {
  gap: 32px;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  margin: 64px auto;
}


.counterboxes {
  padding: 20px;
  background-color: #003838;
  border-radius: 24px;
  text-align: center;
  height: 320px;
  align-content: center;
}

a.counterboxes_infotext_link {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #002E2D;
  text-decoration: none;
  display: block;
  margin-top: 16px;
}

.counterboxes_infotext_link_icon svg {
  display: inline-block;
  vertical-align: text-bottom;
  transform: scale(0.8);
  transform-origin: bottom;
}

.counterboxes_number, .counterboxes_number_sign_text {
  display: inline-block;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1%;
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
}

.counterboxes_text {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}

/* Link Formular Area */
.link_box_container {
  max-width: 1004px;
  margin: 64px auto;
  display: grid;
  grid-template-columns: 487px auto;
}

.link_box_image {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  object-fit: cover;
  height: 100%;
}

.link_box_content {
  padding: 40px 60px;
  background: #fff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.link_box_content_headline {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -2%;
  font-weight: 600;
  margin-bottom: 32px;
  color: #000000;
}

.link_box_content_infotext {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #000000;
}

input.link_box_input_field {
  font-size: 18px;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  width: 100%;
  border: 1px solid #D5D7DA;
}

.link_box_content_link_button {
  background: linear-gradient(277deg, #FFEB00 8.33%, #FFF9B2 78.8%);
  box-shadow: 0 4px 20px 4px rgba(255, 235, 0, 0.4);
  cursor: pointer;
  transition: transform 0.15s ease-in-out;
  background-size: 200% 100%;
  background-position: 15% 50%;

  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 16px;
  display: inline-block;
  font-weight: 600;
  color: #002E2D;
  font-size: 22px;
  line-height: 30px;
  border: 1px solid #E5D300;
  text-align: center;
  width: 100%;
}

.link_box_content_link_button:hover {
  background: linear-gradient(86deg, #FFEB00 8.33%, #FFF9B2 78.8%);
  background-size: 200% 100%;
  background-position: 15% 50%;
  box-shadow: 0 2px 12px -2px rgba(211, 198, 6, 0.60);
  color: #000;
}

.link_box_content_link_button_infotext {
  font-size: 14px;
  line-height: 20px;
  color: #4D2F73;
}

@media only screen and (max-width: 1000px) {
  .counterboxes_area {
    gap: 25px;
  }

  .checkboxen_container.one-boxes {
    display: grid;
    grid-template-columns: 100%;
    gap: 0;
  }

  .checkboxen_container.one-boxes .checkboxen_main_headline_area {
    text-align: left;
    padding-top: 0;
    margin-top: 32px;
  }

  .counterboxes_container {
    margin: 32px auto;
  }

  .counterboxes_rubrik {
    font-size: 18px;
    line-height: 24px;
    padding-right: 96px;
    margin-bottom: 20px;
  }

  .counterboxes_main_headline_area {
    display: block;
  }

  .counterboxes_main_headline {
    margin-bottom: 0;
  }

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

  .counterboxes_area, .counterboxes_container.no_infotext .counterboxes_area {
    grid-template-columns: 100%;
    gap: 16px;
    margin: 32px auto;
  }

  .counterboxes_infotext {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 28px;
    margin-left: 0;
  }
/*
  a.counterboxes_infotext_link {
    font-size: 16px;
    line-height: 22px;
  } */

  .counterboxes {
    height: 148px;
  }

  .counterboxes_number, .counterboxes_number_sign_text {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .counterboxes_text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }

  .link_box_container {
    display: block;
  }

  .link_box_image {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-top-right-radius: 24px;
    display: block;
  }

  .link_box_content {
    padding: 32px 16px;
    text-align: center;
  }

  .link_box_content_headline {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .counterboxes_container.no_infotext .counterboxes_main_headline p {
    margin-bottom: 36px;
  }

  .link_box_content_infotext {
    font-size: 16px;
    line-height: 22px;
  }

  input.link_box_input_field {
    font-size: 16px;
    line-height: 22px;
  }

  .link_box_content_link_button {
    font-size: 18px;
    line-height: 22px;
    padding: 16px;
  }

  .link_box_content {
    padding: 32px 16px;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
  }
}
