#sp-bottom {
  background-color: transparent;
    background-image: linear-gradient(100deg, #0066A6 0%, #003B63 100%);
}
#sp-footer {
  background-color:#006699;
}
.ut-person-1 {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px 0px 10px 0px;
}

.title-w-55 {
  border: 1px outset #006699;
}

.pro-willkommen {
  border: 1px outset #000;
}

.sppb-content-holder {
  font-family: Barlow, San-serif;
  font-size: 28px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

.sp-module-title {
  display: none!important;
}

.menu-link {
  display: inline-block;
  background-color: red !important;
  color: white !important;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
  border-top-left-radius: 10px!important;
  border-bottom-right-radius: 10px!important;
  font-weight: bold;
  font-size: 12px;
  transition: all 0.3s ease-in-out;;
}

.gradient-background {
  color: white; /* ändern Sie die Textfarbe nach Bedarf */
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.article-details .article-ratings-social-share .sppb-container {
    display: none !important;
}

.box::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 10px; /* Obere linke und untere rechte Ecke */
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
  /* Neue Zeile */
  -webkit-background-clip: content-box;
  background-clip: content-box;
    /* Rand auf 0 setzen */
  border: 0px solid transparent;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #4CAF50;
  color: white;
  text-decoration: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.box2::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
  /* Neue Zeile */
  -webkit-background-clip: content-box;
  background-clip: content-box;
    /* Rand auf 0 setzen */
  border: 0px solid transparent;
}

.article-ratings {
  display: none !important;
}