/* CSS Document */

#sp-bottom .sp-module ul{
    display: flex !important;
    justify-content: space-between !important;
    width: 500px;
}

.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
      color: #c2540a !important;
  }

.sppb-blocknumber-text {
      overflow-wrap: break-word;
      hyphens: auto;
  }
#sppb-addon-wrapper-9e240543-08f8-4638-9fdf-8ba069f1f497 p:last-of-type {
  margin-bottom: 0;
}
.sp-megamenu-parent > li:after {
  background: #c2540a !important;
}
/* "Zurueck zum Portfolio"-Link auf den Galerie-Kategorieseiten (SP Easy Image Gallery Override) */
.portfolio-back-link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #c2540a !important;
  font-weight: 600;
  text-decoration: underline !important;
}
.portfolio-back-link:hover,
.portfolio-back-link:focus,
.portfolio-back-link:active {
  color: #c2540a !important;
  text-decoration: underline !important;
}
#sp-slider-inner-item-e6f70456-999f-4a39-94ef-bea72d21f274-num-0-key {
  max-width: 90%;
}
.sp-item::before {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(20,15,40,0.75) 0%, rgba(20,15,40,0.35) 60%, rgba(20,15,40,0) 100%);
  z-index: 1;
  pointer-events: none;
}