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: rgb(48, 61, 135);
}

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 a {
  font-size: 0.9rem;
}

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

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

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

#apotheke {
  background: rgb(48, 61, 135);
}

.section-header h2,
.section-header h3,
#contact .contact-info i,
#about .content h2 {
  color: rgb(48, 61, 135);
}

.onlineshop .contact-info div {
  background: rgb(48, 61, 135) !important;
}

#about .content h3 {
  color: rgb(48, 61, 135);
  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;
}

#logos .member h3 {
  font-weight: 700;
  margin-bottom: 0.1rem;
  font-size: 1.1rem;
}

#logos .member span {
  font-style: italic;
  display: block;
  font-size: 1rem;
}

#logos .member .social i:hover {
  background: #fff;
  color: rgb(48, 61, 135) !important;
  border-color: #fff !important;
}

#services .box h4#apotheke {
  color: rgb(48, 61, 135) !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;
}

#header {
  height: 100px !important;
}

#header-sticky-wrapper {
  height: 100px !important;
}

#header #logo img#logo-header {
  max-height: 70px;
}

.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;
}

a#shop {
  border-radius: 25px;
  background: rgba(217, 5, 18, 1.0);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

a#shop:hover {
  color: rgba(217, 5, 18, 1.0);
  background: #fff;
  border: 2px solid rgba(217, 5, 18, 1.0);
}

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

#promo {
  background: #f0f9ff;
}

#promo .promo-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#promo .promo-title,
#promo h5 {
  letter-spacing: 0.03em;
}

#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;
  }
}