.eq_header {
    background-color: hsl(184,30%,96%);
    padding-bottom: 300px;
}

.eq_section_bild {
    margin-top: -300px;
}

.bg_pink {
    background-color: #fbe8ec;
}

.bg_blue {
    background-color: hsl(184,30%,96%);
}

.text_vertical {
    writing-mode: vertical-rl;
}

.bg_blue1 {
    background-color: #51919c;
}

.swiper-wrapper {
  height: auto;
}

.eq_lnk { 
  background: #ff1443;
  position: absolute;
  top: 0;
  width: 170px;
  right: 0;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
}

.eq_lnk:hover { 
  color: #fff;
}
.bg_blue2 {
    background-color: #143846;
}

.color_white {
    color: #fff;
}

.section_button {
    border: 1px solid transparent;
    padding: 10px;
}

.section_3 a {
    color: #000;
}

.section_3 a:hover {
    color: #000;
    text-decoration: underline;
}

.accordion {
    margin: 0 auto;
    position: relative;
  }

  .accordion .accd-title {
    cursor: pointer;
    display: block;
    line-height: 1.5;    
    padding: 1em;
    margin-bottom: 0;
  }
  .accordion .accd-title i {
    font-size: 0.9em;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .accordion input:checked + .accd-title i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .accordion .accd-wrap .accd-cont {
    line-height: 1.35;
    padding: 1em;
  }

  .accordion input {
    display: none;
  }

  .accordion .accd-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s;
  }

  .accordion input:checked ~ .accd-wrap {
    max-height: 800px;
  }



  .accd-title {
    color: #000;
    border-top: 1px solid hsl(0,0%,75%);
    font-size: 20px;
  }
  
  .accordion .accd-title[for="accd3"] {
    color: #000;
    border-top: 1px solid hsl(0,0%,75%);
    border-bottom: 1px solid hsl(0,0%,75%);
    font-size: 20px;
  }

  
  .acc_icon {
  	width: 25px;
    margin-left: 10px;
    position: absolute;
    margin-top: -10px;
  }
  
  .accordion input:checked ~ .acc-icon {
    display: none;
  }

  .accd-title {
    font-weight: normal;
    transition: font-size .6s ;
  }

  .accordion input:checked + .accd-title::before {
    content: url(image/kreis-minus.svg);
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
  }

  .accordion input + .accd-title::before {
    content: url(image/kreis-plus.svg);
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
  }

  @media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
  }

  .section_3_img2 {
    width: 50px;
    height: 100px;
    margin-right: 5px;
  }

  .section_3_img1 {
    width: 50px;
    height: auto;
    margin-right: 5px;
  }

  @media screen and (max-width: 787px) {
    .eq_section_bild {
      margin-top: -50px;
    }

    .eq_header {
      padding-bottom: 50px;
    }
  }
