p {
  margin: 0;
  padding: 0;
}


.coop_intro_section {
  padding: 0;
  padding-top: 48px;

  @media only screen and (min-width: 700px) {
    padding-top: 0;
  }
}

.coop_intro_section .br_mobile {
  @media only screen and (min-width: 680px) {
    display: none;
  }
}

.coop_intro_box {
  gap: 20px;

  @media only screen and (min-width: 700px) {
    gap: 32px;
  }
}

.coop_intro_box h2 {
  text-align: center;
}

.coop_subtext {
  text-align: center;
  color: #474a73;
  max-width: 650px;
}

.coop_references {
  padding-top: 40px;
  padding-bottom: 0;

  @media only screen and (min-width: 700px) {
    padding-top: 48px;
  }
}

.coop_references .sec_ib {
  gap: 8px;

  @media only screen and (min-width: 700px) {
    gap: 16px;
  }
}

.coop_references .coop_references__logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  @media only screen and (min-width: 900px) {
    gap: 32px;
  }
}

.coop_references__logos img {
  filter: grayscale(1);
  height: 55px;
}

.coop_card_ornament {
  position: absolute;
  z-index: -1;
}

.coop_card_ornament.left {
  left: 0;
  transform: translateX(-100%);
  display: none;

  @media only screen and (min-width: 700px) {
    display: block;
  }
}

.coop_card_ornament.right {
  right: 0;
  transform: translateX(100%);
  display: none;

  @media only screen and (min-width: 700px) {
    display: block;
  }
}

.coop_card_ornament.mobile {
  object-fit: contain;
  width: 100%;
  height: auto;

  @media only screen and (min-width: 700px) {
    display: none;
  }
}

.coop_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f8f5f4;
  padding: 32px 24px;
  border-radius: 15px;
  max-width: 1200px;
  width: 100%;
  gap: 8px;
  box-sizing: border-box;
  border: 1px solid #fff;
  flex: 1;
}

.coop_section_title {
  color: #2d1a5b;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.coop_card_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 850px;
  margin-top: 16px;

  @media only screen and (min-width: 700px) {
    flex-direction: row;
  }
}

.coop_card_list_item {
  border-radius: var(--radius-xs);
  border-width: 1px;
  border-style: solid;
  padding: 8px 14px;
  text-align: center;
}

.coop_card_list_item.blue {
  border-color: #B2DDFF;
  color: #175CD3;
  background-color: #EFF8FF;
}

.coop_card_list_item.green {
  border-color: #A8F2C6;
  color: #085D3A;
  background-color: #ECFDF3;
}

.coop_card_list_item.purple {
  border-color: #D9D6FE;
  color: #5925DC;
  background-color: #F4F3FF;
}

.coop_card_list_item.purple.desktop,
.coop_card_list_item.orange.desktop {
  display: none;

  @media only screen and (min-width: 700px) {
    display: block;
  }
}

.coop_card_list_item.purple.mobile,
.coop_card_list_item.orange.mobile {
  @media only screen and (min-width: 700px) {
    display: none;
  }
}

.coop_card_list_item.orange {
  border-color: #F9DBAF;
  color: #B93815;
  background-color: #FEF6EE;
}

.coop_card_list_item.pink {
  border-color: #FCCEEE;
  color: #C11574;
  background-color: #FDF2FA;
}

.coop_card_title {
  color: #2d1a5b;
  font-weight: 600;
  text-align: center;
}

.coop_card_text {
  text-align: center;
  color: var(--color-text-primary);
}

.coop_card_image {
  width: 80px;
}

.coop_cards_container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1136px;

  @media only screen and (min-width: 700px) {
    flex-direction: row;
  }
}

.section_coop_cta {
  background: linear-gradient(45deg, rgba(74, 43, 135, 0.80) 10%, rgba(127, 86, 217, 0.80) 100%), #F1EDEA;
}

.coop_card_cta {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  max-width: 752px;
  gap: 16px;

  @media only screen and (min-width: 700px) {
    gap: 24px;
  }
}

.coop_card_cta .coop_section_title {
  margin-bottom: 0;
  font-size: 20px;

  @media only screen and (min-width: 700px) {
    font-size: 24px;
  }
}

.coop_cards_container_wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: var(--color-bg-secondary);
}

.coop_card_image_award {
  width: 128px;
}

.coop_card_cta.responsive {
  @media only screen and (min-width: 700px) {
    flex-direction: row;
  }
}

.coop_testimonial {
  border-radius: var(--radius-md);
  background-color: #fff;
  padding: 24px 16px;
  color: #474A73;
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.coop_testimonial_name {
  color: #2D1A5B;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

a.coop_testimonial_name {
  cursor: pointer;
}

.coop_testimonials_arrows {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.coop_testimonials_arrow {
  background-color: #EEEAE7;
  border: 1px solid #6A3DC4;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.coop_testimonial_item {
  height: 100%;
}

.coop_testimonial_item .coop_testimonial {
  height: 100%;
}

.glide__track.coop_testimonials_slides_track {
  height: 418px;
  overflow: visible;
}

.glide__slides.coop_testimonials_slides {
  height: 100%;
}

.coop_testimonials_section {
  overflow: hidden;
  padding: 24px 0;

  @media only screen and (min-width: 700px) {
    padding: 32px 0;
  }
}

.coop_testimonials_slider {
  @media only screen and (min-width: 700px) {
    display: none;
  }
}

.coop_testimonials_container {
  display: none;

  @media only screen and (min-width: 700px) {
    display: flex;
    gap: 16px;
    max-width: 752px;
  }
}

.coop_testimonials_container .coop_testimonial {
  flex: 1;
}

.coop_video_preview {
  width: 100%;
  max-width: 944px;
}

.coop_video_preview img {
  width: 100%;
  height: auto;
}

.coop_instruction_section {
  padding: 24px 0;

  @media only screen and (min-width: 700px) {
    padding: 56px 0;
  }
}

.coop_instruction_section br {
  display: none;

  @media only screen and (min-width: 700px) {
    display: block;
  }
}

.coop_faq_section {
  padding: 24px 0;


  @media only screen and (min-width: 700px) {
    padding: 40px 0;
  }
}

.coop_faq_section .sec {
  max-width: 750px;
}

.coop_bnv_trustadvanbox {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 311px;
  max-width: 516px;
  background: radial-gradient(at left bottom,
      rgba(232, 229, 29, 0.116),
      rgba(232, 229, 29, 0.164),
      #520aeb10,
      #edf4ff10),
    url(../bilder/kooperation/coop_handshake.png) no-repeat bottom right / 60%,
    #f5f5f5;

  @media only screen and (min-width: 550px) {
    height: fit-content;
    background: radial-gradient(at left bottom,
        rgba(232, 229, 29, 0.116),
        rgba(232, 229, 29, 0.164),
        #520aeb10,
        #edf4ff10),
      url(../bilder/kooperation/coop_handshake.png) no-repeat right center / 50%,
      #f5f5f5;
    align-items: flex-start;
    text-align: left;
  }
}

.coop_bnv_trustadvanbox .trust_cta_button {
  margin-top: 16px;
  width: fit-content !important;

  @media only screen and (min-width: 550px) {
    margin-top: 24px;
  }
}

.bnv_trustadvancheckwrapper {
  width: 100%;
}

.coop_cta_section {
  padding: 24px 0;

  @media only screen and (min-width: 700px) {
    padding: 32px 0;
  }
}

.coop_cta_button {
  text-decoration: none;
}

.coop_decopicture_wrapper {
  position: relative;
  display: none;

  @media only screen and (min-width: 650px) {
    display: block;
  }
}

.coop_decopicture_left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -100;
}

.coop_decopicture_right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -100;
}

.coop_section {
  padding: 24px 0;

  @media only screen and (min-width: 700px) {
    padding: 64px 0;
  }
}

.coop_section .coop_card_title {
  font-size: 20px;
}

.coop_ornament_container {
  position: relative;
  overflow: visible;
}

.coop_ornament_wrapper {
  overflow: hidden;
}