.patienteninfo-box p {
    margin:25px 0px
}

.patienteninfo-box ul, #bereichsbox ul {
  padding-left: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.patienteninfo-box ul li, #bereichsbox ul li {
  list-style-type: disc;
  margin-bottom: 0.75em;
}

.patienteninfo-box h5 { margin-top: 50px;}

#faq .faqItem a, #bereichsbox a { text-decoration: underline;}
#faq .faqItem a:hover, #bereichsbox a:hover { color:#56BFF8 }

#bereichsbox img { border-radius: 10px; background:#efefef }
@media (max-width: 992px) {
  #bereichsbox img { border-radius: 5px;}
}

#bereichsbox h2.big {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

#bereichsbox h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

#bereichsbox .supportMain__text h3,
#bereichsbox .method__inner h3 {
  margin-bottom: 40px;
}

/* Responsive Anpassungen */
@media (max-width: 992px) {
  #bereichsbox h2.big {
    font-size: 20px;
    line-height: 160%;
  }

  #bereichsbox h3 {
    font-size: 20px;
    line-height: 24px;
  }

  #bereichsbox .supportMain__text h3,
  #bereichsbox .method__inner h3 {
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  #bereichsbox h2.big {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {
  #bereichsbox h2.big {
    font-size: 16px;
    line-height: 28px;
  }
}

.conceptItem__image img {
  background:#efefef;
}

.intro__bg.right img, .intro__bg img {
  background:#091731
}
.intro__bg img.mob { background: #091731;}

.conceptItem__content p {
  -webkit-line-clamp: 10 !important;
  overflow: visible !important;
}

.impressionItem__inner, .impression__inner-banner { background:#ccc }


#datenschutz-content h2 { font-size: 30px !important; margin:40px 0 20px 0px}
#datenschutz-content h3 { font-size: 25px !important; margin:40px 0 20px 0px}
#datenschutz-content h4 { font-size: 20px !important; margin:40px 0 20px 0px}
#datenschutz-content a { text-decoration: underline;}
#datenschutz-content a:hover { color:#56BFF8;}

.imprintContent__col .linksdatenschutz a { padding-left:20px; text-decoration: underline;}
.imprintContent__col .linksdatenschutz a:hover { color: #56BFF8;}
