p > a,
li:not(.menu-item) > a {
  text-decoration: underline;
  font-weight: 700;
}

a {
  color: #9f9073;
}

.workshop .bg,
.slick-slide img,
.headerbild,
.body img {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

.category-hero-image-on-right .headerbild {
  background-position: 89% 50%;
}

#home strong:before {
  width: 100px;
  height: 115px;
}

.header-container {
  -webkit-filter: none !important; /* Safari 6.0 - 9.0 */
  filter: none !important;
}

@media screen and (min-width: 768px) {
  .mittelteil .col-sm-3 {
    width: 20%;
  }
}

@media screen and (min-width: 1024px) {
  .category-hero-image-on-right .headerbild {
    background-position: center center;
  }
}