html, body {
  max-width: 100%;
  overflow-x: hidden;

  word-break: normal;
  overflow-wrap: normal;
  hyphens: auto;
}

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

.is-main-color-text {
  color: #3FA9F5 !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 !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.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,
.hero-bg-b {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 35vh;
}

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

.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.7);
  z-index: 1;
}

.hero-bg-a .hero-body,
.hero-bg-b .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;
    }
  }

.startcard1,
.startcard2,
.startcard3,
.startcard4,
.lasercard1,
.lasercard2,
.lasercard3,
.lasercard4 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 240px;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.startcard1::before,
.startcard2::before,
.startcard3::before,
.startcard4::before,
.lasercard1::before,
.lasercard2::before,
.lasercard3::before,
.lasercard4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  pointer-events: none;
  justify-content: flex-end;
}

.startcard1 *, 
.startcard2 *, 
.startcard3 *, 
.startcard4 *,
.lasercard1 *,
.lasercard2 *,
.lasercard3 *,
.lasercard4 * {
  position: relative;
  z-index: 1;
}

.startcard1 {
  background-image: url('../images/start1.webp');
}
.startcard2 {
  background-image: url('../images/start2.webp');
}
.startcard3 {
  background-image: url('../images/start3.webp');
}
.startcard4 {
  background-image: url('../images/start4.webp');
}
.lasercard1 {
  background-image: url('../images/laser1.webp');
}
.lasercard2 {
  background-image: url('../images/laser2.gif');
}
.lasercard3 {
  background-image: url('../images/laser3.webp');
}
.lasercard4 {
  background-image: url('../images/laser4.webp');
}