nav .nav-link.active {
  background-color: #ffffff;
  color: #230085 !important;
  border-radius: 4px;
}

/*#9000ff*/
/*6247aa*/
/*230085*/

/* .navbar-background {
  background-color: #230085 !important;
} */

.navbar-title-large {
  font-size: 1.5rem;
  /* Passt die Größe an (ca. 24px) */
  /* Optional: Zeilenhöhe anpassen, falls der Text zu hoch wirkt */
  line-height: 1.2;
}

.btn btn-primary {
  background-color: #230085;
  border-radius: 10px;
}

.custom-btn {
  background-color: #230085;
  color: #fff;
  border-color: #230085;
  border-radius: 10px;
  
}

/* Optional: Effekt beim Drüberfahren (Hover) */
.custom-btn:hover {
  background-color: #ffffff;
  color: #230085;
  /* Text lila machen */
}


.knpf-outline-primary {
  color: #230085;
  background-color: transparent;
  /* Wichtig: Hintergrund löschen */
  /* Rand definieren: Stil, Dicke, Farbe */
  border: 2px solid #230085;
  border-radius: 2px;
  /* Optional: Damit es wie ein Button aussieht */
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  
}

/* Optional: Effekt beim Drüberfahren (Hover) */
.knpf-outline-primary:hover {
  background-color: #230085;
  color: #ffffff;
  /* Text weiß machen */
}

.scroll-button-right {
  width: 100px;
  height: 100px;
  background-image: url("./Bilder/scoller.svg");
  background-size: cover;
  background-position: center;
  background-color: #00000000;
  border: none;
  cursor: pointer;
  font-size: 0;
}


.scroll-button-left {
  width: 100px;
  height: 100px;
  background-image: url("./Bilder/scoller_links.svg");
  background-size: cover;
  background-position: center;
  background-color: #00000000;
  border: none;
  cursor: pointer;
  font-size: 0;
}


/* Bilder Galerie Scroller*/
/* Gemeinsame Größe und Positionierung für die Icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 100px;
  /* Ihre gewünschte Größe */
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Ihr linkes Bild (Pfeil links) */
.carousel-control-prev-icon {
  background-image: url("./Bilder/scoller_links.svg") !important;
}

/* Ihr rechtes Bild (Pfeil rechts) */
.carousel-control-next-icon {
  background-image: url("./Bilder/scoller.png") !important;
}

/* Optional: Den äußeren Button-Container transparent halten */
.carousel-control-prev,
.carousel-control-next {
  background: transparent !important;
  opacity: 1;
  /* Damit sie immer sichtbar sind, nicht nur beim Hover */
  width: 100px;
  /* Sicherstellen, dass der Button breit genug für das Icon ist */
}

.custom-img {
  border-radius: 10px;
  box-shadow: 10px 10px black;
}

.knpf {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1.5rem;
  line-height: 2.5;
  border-radius: .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


.hero {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
    url("./Bilder/Skatepark_Alt.jpg") center/cover no-repeat;
}

.card-soft-shadow {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  border-radius: 15px;
  /* Stärkere Abrundung */
  box-shadow: 0 10px 30px -5px rgba(25, 18, 43, 0.1);
  /* Sehr weicher, farbiger Schatten */
}

.img-hover:hover {
  transform: scale(1.02);
  /* Leichter Zoom */
}

.carousel-item img {
  border-radius: 2px;
}

section h2 {
  font-weight: 900;
}

footer {
  margin-top: 50px;
}

.carousel video {
  border-radius: 15px;
  background: #000;
}

.hero-small {
  height: 40vh;
  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
    url("./Bilder/Skatepark_Alt.jpg") center/cover no-repeat;
}

iframe {
  border: none;
  border-radius: 10px;
}

:root {
  --navbar-height: 100px;
}

body {
  padding-top: var(--navbar-height);
  scroll-behavior: smooth;
}

.navbar {
  min-height: var(--navbar-height);
}

/*Galerie Button wechsel*/
.arrow {
  display: inline-block;
  transition: transform 0.4s ease;
}

/* Galerie Karten Bilder Vollbild*/
.modal-img {
  max-width: 90%;
  max-height: 85vh;
  object-fit: contain;

}

/*Video Galerie*/
.video-container {
  padding: 20px;
  max-width: 1900px;
  margin: 0 auto;
}

.seperator {
  width: 60px;
  height: 3px;
  background-color: #1a1a2e;
  display: inline-block;
}

/* Bilder Stack */
.galleryItem.lightboxItem.lightbox_ps img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

a.galleryItem.lightbox,
a.galleryItem.lightboxItem {

  border: 10px solid #fff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  position: relative;


}

.keditLayout_1 a.galleryItem.lightbox,
.keditLayout_1 a.galleryItem.lightboxItem {
  border: none;
  box-shadow: none;
}

.keditLayout_2 a.galleryItem.lightbox,
.keditLayout_2 a.galleryItem.lightboxItem {
  border: none;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: 0.2s all
}

.keditLayout_2 a.galleryItem.lightbox:hover,
.keditLayout_2 a.galleryItem.lightboxItem:hover {
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.4);
  transform: scale(1.03)
}

.galleryItemCaption {
  max-height: 100%;
  overflow: hidden
}

a.lightbox .galleryItemCaption,
a.lightboxItem .galleryItemCaption,
.swiper-slide .galleryItemCaption {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 85%;
  line-height: 1.1;
  padding: 5px;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.2s all
}

a.lightbox:hover .galleryItemCaption,
a.lightboxItem:hover .galleryItemCaption,
.swiper-slide:hover .galleryItemCaption {
  bottom: 0px;
  opacity: 1;
}

.swiper-slide .galleryItemCaption {
  font-size: 100%;
  padding: 10px;
}


a.gallery_addNewItem {
  white-space: normal;
  display: block;
  height: 100%;
  width: 100%;
  float: left;
  font-size: 2vw;
  line-height: 20vw;
  display: table-cell;
  padding: 0 1vw
}

a.gallery_addNewItem span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.stack span {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px;
  color: #fff;
  transition: 0.25s cubic-bezier(0.55, -0.5, 0.48, 1.51) all;
}

.stack:hover span {
  background: rgba(0, 0, 0, 0.8);
  padding: 15px
}

.stack {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.55, -0.5, 0.48, 1.51) all;
}

.stack img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  border: 10px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.stack:before,
.stack:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 40px solid #fff;
  left: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transition: 0.25s cubic-bezier(0.55, -0.5, 0.48, 1.51) all;
}

.stack:before {
  top: 2px;
  z-index: -10;
  -webkit-transform: rotate(2.2deg);
  -moz-transform: rotate(2.2deg);
  transform: rotate(2.2deg);
}

.stack:after {
  top: 2px;
  z-index: -20;
  -webkit-transform: rotate(-2.2deg);
  -moz-transform: rotate(-2.2deg);
  transform: rotate(-2.2deg);
}

.stack:hover {
  transform: scale(1.1);
  box-shadow:
    /*0 2px 8px rgba(0, 0, 0, 0.5),*/
    0 0.5em 3rem -1rem rgba(0, 0, 0, 0.5);

  transform: translateY(-0.5rem) scale(1.1);
  /*	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
		*/
}

.stack:hover:after {
  transform: rotate(0) translateX(0);
  box-shadow: none;
}

.stack:hover:before {
  transform: rotate(0) translateX(0);
  box-shadow: none;
}


.keditLayout_1 .stack::before,
.keditLayout_1 .stack::after {
  content: inherit
}

.keditLayout_1 .stack img {
  border: none;
  box-shadow: none;
}

.keditLayout_1 .stack span {
  bottom: 0;
  left: 0;
  right: 0;
}

.keditLayout_1 .stack:hover {
  transform: scale(1.01)
}

/* Visuelles Feedback beim Hover über das Titelbild */
img.toggle-gallery:hover {
  opacity: 0.85;
  filter: brightness(1.05);
}