.own {
  --cassiopeia-color-primary: #2F9C95;
  --cassiopeia-color-hover: #174F4B;
  --cassiopeia-color-link: #1C5E5A;
}
@media (hover: hover) and (pointer: fine) {
  .mod-menu .mm-toggler::after,
  .mod-menu .mm-toggler::before {
    display: none !important;
    content: none !important;
  }
}
footer .grid-child, header, .header, .container-header, .full-width .container-nav, .container-footer{
  background:#a3c5c6;
}

.container-header, .mod-menu, .mod-menu_dropdown-metismenu, .metismenu, .mod-list, .metismenu-item{
  background:#a3c5c6 !important;
}

 .metismenu-item{
  color:white !important;
   font:white; !important;
}

 .metismenu-item a{
  color:white !important;
   font:white; !important;
}


.container-header .mod-menu {
   justify-content: center;
}

.container-header .container-nav {
   justify-content: center;
}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  z-index:1;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 4s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

    /* Slideshow-Container */
    .slideshow-wrapper {
      position: relative;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      z-index:2;
    }

    /* Overlay-Text über der Slideshow */
    .welcome-overlay {
      position: absolute;
      top: 100px;
      right: 30px;
      background: rgba(255, 255, 255, 0.9);
      padding: 20px 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      z-index: 2;
    }

    .welcome-overlay h1 {
      margin: 0;
      font-size: 28px;
      color: #333;
    }
