body {
  font-size: 1rem;
  color: #717171;
}

/* Schriftgrößem */

#topbar {
  font-size: 0.9rem;
}

.section-header h2 {
  font-size: 2.5rem;
}

.section-header h3 {
  font-size: 1.8rem;
}

#contact .contact-info h3 {
  font-size: 1.1rem;
}

#services .box h4 {
  font-size: 1.0rem;
}


#footer {
  font-size: 0.9rem;
}

/* Schriftgrößen Ende */

a,
#contact .contact-info a {
  color: #303262;
}

p a:hover,
#disclaimer {
  color: #000;
}

p a,
p a:active,
p a:hover,
address a,
address a:active,
address a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 0px;
  padding: 0.5rem 0.5rem 0.6rem;
  background: #000;
  color: #fff;
  font-size: 0.9rem;
}

.nav-menu ul li a {
  font-size: 1rem;
}

#topbar .contact-info i {
  color: #555;
}

#mobile-nav ul .menu-has-children i.fa-external-link {
  position: relative;
  padding: 5px;
}



#apotheke {
  background: #303262;
}

.section-header h2,
.section-header h3,
#contact .contact-info i,
#about .content h2 {
  color: #303262;
}

.onlineshop .contact-info div {
  background: #303262 !important;
}

#about .content h3 {
  color: #303262;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-style: normal;
  margin-top: 2.4rem;
}

#about .social i.fa#homecare:hover {
  color: #0c7ac6;
  background: #fff;
}

#services .box h4#apotheke {
  color: #303262 !important;
}

#services .box ul li a {
  text-decoration: underline;
}


p a,
p a:active,
p a:hover,
address a,
address a:active,
address a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 2px solid #e70000;
  outline-offset: 2px;
  transition: all 0s linear;
}

#topbar .contact-info,
#topbar .contact-info a {
  color: #555
}

#topbar .contact-info a:hover {
  color: #000;
}

.nav-menu a {
  font-size: 1.15rem;
  margin-top: -0rem;
}

.sf-arrows .sf-with-ul::after {
  right: 4px;
}

#contact .contact-info h3 {
  color: #333;
}

.fa-angle-down {
  float: right;
  margin-left: 0.5rem;
  margin-top: 0.25rem;
}

.rotate {
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}


.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#uhr p#liefertag {
  color: #018a01 !important;
}


#services .box img {
  width: 25%;
  margin-left: -10px;
  margin-top: -10px;
}



#testimonials .testimonial-item h4 {
  color: #757575;
  font-size: .9rem;
}

.testimonials-carousel .fa-caret-left {
  position: absolute;
  left: -40px;
  top: 40px;
  font-size: 3rem;
}

.testimonials-carousel .fa-caret-right {
  position: absolute;
  right: -40px;
  top: 40px;
  font-size: 3rem;
}

.ratings-carousel .fa-caret-left {
  position: absolute;
  left: -30px;
  top: 60px;
  font-size: 3rem;
}

.ratings-carousel .fa-caret-right {
  position: absolute;
  right: -30px;
  top: 60px;
  font-size: 3rem;
}

#footer .credits {
  color: #8a8a8a !important;
}

#footer .credits a {
  color: #fff !important;
}

.back-to-top {
  color: #222;
  background: #ddd;
}

@media (min-width: 1280px) {
  #promo .promo-title {
    font-size: 1.8rem;
  }
}