/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: auto;
}

.is-main-color {
  background-color: #ffffff !important;
  color: white !important;
}

.is-main-color-text {
  color: #ffffff !important;
}

.is-box-color-text {
  color: rgb(255, 65, 217) !important;
}

.is-second-color {
  background-color: #011D42 !important;
  color: white !important;
}

.is-second-color-text {
  color: #011D42 !important;
}

@media (max-width: 1023px) {
  .navbar-item.is-divider {
    position: relative;
    padding-bottom: 0.80rem;
    text-align: center;
  }

  .pt-mobile-5 {
    margin-top: 2.25rem;
  }

  .space-menu {
    margin-top: 2rem;
  }

  .navbar-item.is-divider::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0.90rem auto 0 auto;
  }

  .navbar-item.is-divider:last-of-type::after {
    content: none;
  }
}

.space-mini {
  margin-top: 1.5rem;
}

.space-small {
  margin-top: 3rem;
}

.space-medium {
  margin-top: 6rem;
}

.space-large {
  margin-top: 9rem;
}

.space-xlarge {
  margin-top: 15rem;
}

.has-text-justified {
  text-align: justify;
  word-break: normal;
  overflow-wrap: anywhere;
  hyphens: none;
}


@media screen and (max-width: 768px) {
  .has-text-justified {
    text-align: left;
    hyphens: none;
  }
}

.has-text-centered-main {
  text-align: center !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.container.is-wider {
  max-width: 1680px !important;
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.navbar-item.is-link-hover {
  box-shadow: none !important;
  background: transparent !important;
}

.navbar-item.is-link-hover:hover {
  text-decoration: underline;
  background-color: transparent !important;
}

.navbar-item.is-img-hover {
  box-shadow: none !important;
  background: transparent !important;
}

.navbar-item.is-img-hover img {
  transition: transform 0.1s ease;
}

.navbar-item.is-img-hover:hover img {
  transform: scale(1.05);
}

.navbar,
.navbar-menu {
  border-bottom: none !important;
  box-shadow: none !important;
}

.navbar-item img {
  max-height: 50px !important;
}

.box.no-shadow {
  box-shadow: none;
}

.box.no-shadow-border {
  box-shadow: none;
  border-bottom: #3a3a3a5c 1px solid;
  border-radius: 0% !important;
}

.social-hover:hover {
  color: #011D42 !important;
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.footer a:hover {
  text-decoration: underline;
}

.footer {
  overflow-x: hidden;
}

.hero-bg-a {
  position: relative;
  z-index: 0;
}

.hero-bg-a .hero-video {
  z-index: 0;
}

.hero-bg-a::before {
  z-index: 1;
}

.hero-bg-a .hero-body {
  z-index: 2;
}

@media (max-width: 767px) {
  .hero-bg-a .hero-video {
    display: none;
  }

  .hero-bg-a {
    min-height: 20vh;
    padding-top: 3.5rem;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/hero.jpg');
  }

  .hero-bg-a .hero-body {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}


.hero-bg-a,
.hero-bg-b {
  position: relative;
  min-height: 85vh;
  margin-top: 0;
  padding-top: 8rem;
  overflow: hidden;
}

.hero-bg-a .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.4);
}

.hero-bg-b {
  background-image: url('../images/laser.webp');
}

.hero-bg-a::before,
.hero-bg-b::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.hero-bg-a .hero-body,
.hero-bg-b .hero-body {
  position: relative;
  z-index: 2;
}

.hero-bg-a .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.4); /* dunkelt ab, damit Text sichtbar bleibt */
}

.hero-bg-a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 0, 204, 0.25) 0%,
    rgba(0, 0, 0, 0.8) 90%
  );
  z-index: 1;
}

.hero-bg-a .hero-body {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
.buttons.is-mobile-centered {
    justify-content: center !important;
  }
}

.nowrap-word {
  white-space: nowrap;
  word-break: keep-all;
}


  .swiper-slide {
    padding: 25px;
    box-sizing: border-box;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* optional fÃ¼r abgerundete Ecken */
  }

  @media (max-width: 768px) {
    .swiper {
      padding-left: 25px;
      padding-right: 25px;
    }
  }

.button {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 600;
  border-radius: 0; /* eckig */
  transition: all 0.3s ease;
}

.button:hover {
  background: rgba(255, 0, 204, 0.4);
  border-color: rgba(255, 0, 204, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 0 12px rgba(255, 0, 204, 0.5);
}

/* === GLASS NAV === */
.glass-nav {
  position: absolute; /* statt sticky oder relative */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.35); /* leicht transparent */
  border-bottom: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 0 24px rgba(255, 0, 204, 0.25);
}

/* Links im Glass-Look (neon underline) */
.glass-link {
  color: #fff !important;
  position: relative;
  transition: color .25s ease;
}
.glass-link::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 0%; height: 2px;
  background: var(--primary);
  transition: width .25s ease;
}
.glass-link:hover { color: var(--primary) !important; }
.glass-link:hover::after { width: 100%; }

/* Telefon-Button im selben Stil wie deine Buttons (eckig) */
.glass-btn {
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-weight: 600;
  border-radius: 0;
  transition: all .3s ease;
}
.glass-btn:hover {
  background: rgba(255,0,204,0.4);
  border-color: rgba(255,0,204,0.6);
  box-shadow: 0 0 12px rgba(255, 0, 204, 0.5);
}

/* Burger-Farbe */
.navbar-burger span { background-color: #fff !important; }

/* Bestehende Utilities bleiben gültig */
.container.is-wider {
  max-width: 1680px !important;
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.navbar-item.is-img-hover { background: transparent !important; box-shadow: none !important; }
.navbar-item.is-img-hover img { transition: transform .1s ease; }
.navbar-item.is-img-hover:hover img { transform: scale(1.05); }

/* Mobile: Vollbreite, Divider & bessere Touch-Zone */
@media (max-width: 1023px) {
  .glass-nav .navbar-menu { backdrop-filter: blur(10px); background: rgba(0,0,0,0.5); }
  .glass-link { padding-top: .85rem; padding-bottom: .85rem; text-align: center; }
  .glass-link::after { left: 5%; width: 90%; opacity: .5; }
  .glass-link:hover::after { width: 90%; }
  .navbar-item + .navbar-item.glass-link { border-top: 1px solid rgba(255,255,255,0.18); }
  .navbar-item .glass-btn { width: 100%; justify-content: center; }
}

/* Entfernt alte harte Hintergründe/Schattierungen, falls gesetzt */
.navbar, .navbar-menu { border-bottom: none !important; box-shadow: none !important; background: transparent; }
.navbar-item img { max-height: 50px !important; }

.bottom-box {
  background: rgba(65, 65, 65, 0.35); /* deutlich transparenter */
  padding: 1.5rem;
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  
  border: 1px solid rgba(255, 255, 255, 0.15); /* feiner "Glasrand" */

  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}


    .workshop-card {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 0px;
      padding: 1.5rem;
      color: rgb(255, 255, 255);
      height: 100%;
      box-shadow: 0 0 20px rgba(140, 0, 255, 0.2);
      backdrop-filter: blur(6px);
    }

.content-section {
  background: radial-gradient(
    circle,
    rgb(39, 0, 51) 0%,
    rgb(10, 0, 15) 60%,
    black 100%
  );
  padding: 2rem 2rem;
}


.text-wrapper p {
  margin: 0 0 .75rem 0;  /* etwas Luft zwischen den Texten */
}

.site-footer {
  background: radial-gradient(
    circle at center,
    rgb(39, 0, 51) 0%,
    rgb(10, 0, 15) 55%,
    black 100%
  );
  padding: 3rem 1.5rem;
  color: #e5d8ef;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-logo {
  opacity: 0.8;
  filter: drop-shadow(0 0 10px rgba(150, 80, 200, 0.25));
}

.footer-tagline {
  color: #d8cdea;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: #c3b3d8;
  font-size: 0.95rem;
  transition: 0.25s ease;
}

.footer-links a:hover {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(180, 100, 255, 0.45);
}

.footer-social a {
  color: #b79fd2;
  margin: 0 0.6rem;
  font-size: 1.3rem;
  transition: 0.25s ease;
}

.footer-social a:hover {
  color: white;
  transform: translateY(-2px);
  text-shadow: 0 0 8px rgba(200, 120, 255, 0.45);
}

.footer-meta {
  margin-top: 1rem;
  color: #a698ba;
  font-size: 0.85rem;
  opacity: 0.75;
  letter-spacing: 0.4px;
}
.navbar-fade-line {
  display: block;
  height: 1px;
  width: 100%;
  flex: none;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(145, 145, 145, 0.4),
    transparent 100%
  );
}
.is-profile-btn {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding: 0.6rem 1rem;
  line-height: 1.2;
}

/* Bild links */
.is-profile-btn .profile-image {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.is-profile-btn .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text rechts */
.is-profile-btn .profile-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.is-profile-btn .name {
  font-size: 1.45rem;
  font-weight: 600;
}

.is-profile-btn .meta {
  font-size: 0.9rem;
  opacity: 0.75;
}
.contact-block-centered {
  margin: 2.5rem auto 0 auto;
  max-width: 420px;
}

.contact-block-centered p {
  margin-bottom: 0.35rem;
}

.contact-block-centered .contact-name {
  font-weight: 600;
}

.contact-block-centered .contact-address {
  opacity: 0.8;
  margin-bottom: 0.75rem;
}

.contact-block-centered a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

.contact-block-centered a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* Modal Hintergrund abdunkeln + leicht blur */
.glass-backdrop {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
}

/* Glass Box im Modal */
.glass-box {
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 0;
  box-shadow:
    0 0 20px rgba(255, 0, 204, 0.35),
    inset 0 0 30px rgba(255,255,255,0.05);
}

/* Titel im Modal leicht neon */
.glass-box .title {
  color: #fff;
  text-shadow: 0 0 6px rgba(255, 0, 204, 0.6);
}

/* Close Button im gleichen Stil */
.modal-close {
  background: rgba(255,255,255,0.15);
}
.modal-close:hover {
  background: rgba(255,0,204,0.4);
}
