/* Body */
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
  Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: white;
}

/* Navigation */

.navbar {
  padding: unset;
  backdrop-filter: brightness(60%);
  height: 8%;
}

/* Navigation Logo */

#nav-logo {
  padding: 20px 0px;
  margin: 0px 20px;
  display: inline-block;
  position: relative;
}

#nav-img {
  max-width: 140px;
}

/* Mobile Menu */

 .nav-menu {
   background: none;
 backdrop-filter: brightness(60%);
  border: none;
}

/* Menu ICON */

.menu-icon, .nav-menu{
  max-width: 1.5rem;
  margin-right: 2rem;
}

.rotator90 {
  transform: rotate(90deg);
}

/* Dont Display the close icon */

#menu-close {
  display: none;
}

/* Navigation Links */
.nav-link {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 20px 0px;
  margin: 0px 20px;
  display: inline-block;
  position: relative;
  opacity: 0.75;
}

#nav-link-group {
  transition: width 2s;
}

.nav-link:hover {
  opacity: 1;
  color: rgba(239, 236, 236, 0.7);
}

.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: rgb(255, 241, 81);
}

/* Navigation Effekt */
.nav-link-grow-up:focus {
  color: black;
}

.nav-link-grow-up::before {
  height: 0%;
  width: 100%;
  bottom: 0px;
}

.nav-link-grow-up:hover::before {
  height: 5px;
}

.nav-link-grow-up:focus::before {
  height: 5px;
}


hr {
  background: yellow;
  color: yellow;
  width: 10em;
  height: 0.3em;
  opacity: 1;
}


/* Media Queries */

/* Mobile */

/* Navbar */

/* If less than *px do this */

@media (max-width: 642px) {
  .nav-link-item {
    display: none;

  }

  .nav-logo {
    left: 0!important;
    position: absolute!important;
  }

  .navbar {
    transition: height 1s;
  }


  #nav-link-group {
    transition: min-width 2s;
    min-width: 100%;
    position: absolute;
    margin-top: -3rem;
  }
}

/* If more than *px do this */

@media (min-width: 642px) {
  .nav-menu {
    display: none;
  }
}


/* Carousel Bootstrap */


.carousel-item {
  width: 100%;
  max-height: 90vh;
}

.carous1 {
  height: 100em;
  background: linear-gradient(rgba(0, 0, 0, 0) 28.15%, rgba(34, 34, 34, 0.623)), url('../img/landing/section.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.carouselh1 {
 font-size: 4.5rem;
 font-weight: 600;
}

.carouselh5 {
font-size: 1.5rem;
}

.carousel-caption hr {
  width: 10em;
  height: 0.3em;
}

.carousel-caption {
  bottom: 50%;
  top: 40%;
  left: 5%;
  right: 2.5%;
  text-align: start;
}

.carousel-caption p {
  font-weight: 600;
}

.carousel-caption p img {
  width: 2.5em;
  padding-right: 1em;
}

@media (max-width: 642px) {
  .carouselh1 {
    font-size: 2.5rem;
    font-weight: bolder;
  }

  .carouselh5 {
    font-weight: 500;
  }
}


/* Dienstleistungen */

@import url("https://fonts.googleapis.com/css?family=Muli:700");
:root {
  --background-modal-color: #fff;
  --body-color: #fff;
  --color-timeline-default: #D2D3D8;
  --color-step-completed: #5C6174;
  --color-checkmark-completed: #fff;
  --color-in-progress: #13CB8F;
  --color-label-default: var(--color-timeline-default);
  --color-label-completed: var(--color-step-completed);
  --color-label-loading: var(--color-in-progress);
  --color-icon-completed: var(--color-step-completed);
  --color-icon-default: var(--color-timeline-default);
}
:root.dark-mode {
  --color-checkmark-completed: #fff;
  --background-modal-color: #5C6174;
  --color-timeline-default: #9799A3;
  --color-checkmark-completed: var(--background-modal-color);
  --body-color: #fff;
  --color-step-completed: #fff;
}

#Dienstleistungen  {
  font-family: "Muli", sans-serif;
  padding-top: 3em;
  margin: 0;
  width: 100%;
  position: relative;
  background-color: rgba(238, 238, 238, 0.89);
  box-sizing: border-box;
  display: flex;

}

#Dienstleistungen h1 {
  text-align:left;
  font-weight: 600;
  font-size: 3em;
  padding-bottom: 0.5em;
  margin-left: 10%;
}

#Dienstleistungen .dienst-text {
  font-size: 1.5em;
  font-weight: 500;
  padding-bottom: 2.5em;
  width: 85%;
  margin-left: 10%;
  text-align: left;
}
@media (max-width: 642px) {
  #Dienstleistungen .dienst-text {
    font-size: 1.1em;
  }
  #Dienstleistungen h1 {
    font-size: 2.1em;
  }
}

#Dienstleistungen p {
  font-size: 1.7em;
  font-weight: 600;
  padding-bottom: 1.5em;
  /* width: 6em; */
}

#Dienstleistungen hr {
  margin-top: -1.5em;
  margin-left: 5em;
}

.sub-title {
  margin-left: 10%;
  font-weight: 600;
}

#Dienstleistungen button {
  background-color: black;
  color: white;
  font-weight: 700;
  border-radius: 0.7em;
  height: 2.5em;
  width: 12em;
  margin-left: 20vw;
  zoom: 1.4;
  margin-bottom: 2em;
}

#Dienstleistungen button:hover {
  background: yellow;
  color: black;

}

.dienst-img {
  width: 40vw;
  margin-right: 5%;
  border-radius: 2%;
  margin-bottom: 3em;
  height: intrinsic;
}

@media (max-width: 1380px) {
  #Dienstleistungen {
    display: block;
  }
  .dienst-img {
    display: flex;
    margin-left: 30%;
    padding-bottom: 2em;
  }
}

.row {
  --bs-gutter-x: -10rem;
  --bs-gutter-y: -2rem;
}

.slide-left, .slide-right {
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.slide-left {
  transform: translateX(-100px);
}

.slide-right {
  transform: translateX(100px);
}

/* Elemente mit zusätzlichem Delay */
.delay-group-2 {
  transition-delay: 0.5s; /* Delay anpassen, wie gewünscht */
}

.slide-in {
  opacity: 1;
  transform: translateX(0);
}

/* Optional: Nur auf Desktops, z.B. ab 768px oder 992px aktivieren */
@media (max-width: 768px) {
  .slide-left,
  .slide-right {
    /* Auf kleineren Bildschirmen kein Verschieben */
    transform: none;
    opacity: 1;
  }
}


/* Produkte */

#produkte {
  background: white;
  padding-top: 2em;
}

#produkte h1 {
  font-weight: 600;
  font-size: 3em;
  padding-bottom: unset;
}

#produkte p {
  font-size: 2em;
  font-weight: 500;
  padding-bottom: 1em;
}

@media (max-width: 642px) {
 #produkte p {
  font-size: 1.5em;
 }
}


/* Hersteller Caarousel */

.herstell-group {
  align-items: center;
  display: flex;
  justify-content: center;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 5);
}
.slider .slide {
  height: 100px;
  width: 300px;
  zoom: 65%;
  margin: 2em 10em 0em 10em;
}

/* Galerie */

#gallery {
  background-color: rgba(238, 238, 238, 0.89);
}

#gallery h1 {
  font-weight: 600;
  font-size: 3em;
  padding-bottom: unset;
  text-align: center;
  padding-top: 1em;
}


/* Kontakt */

#kontakt {
  background: #fff;
  padding-top: 2em;
  width: 100%;
  min-height: 30vh;
}

#kontakt a:hover {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: yellow;
  text-decoration-thickness: 0.15rem;
}

#kontakt h1 {
  text-align:center;
  font-weight: 600;
  font-size: 3em;
  padding-bottom: 0.5em;
}

@media (max-width: 642px) {
  #kontakt h1 {
    font-size: 2.1em;
  }
  #kontakt p {
    font-size: 1.1em;
  }
}

#kontakt p {
  font-size: 1.5em;
  font-weight: 500;
  padding-bottom: 0.5em;
  width: 80%;
  margin-left: 10%;
  text-align: start;
}

#kontakt a, #Datenschutz a, #Impressum a {
  text-decoration: none;
  color: black;
}

#Datenschutz, #Impressum {
  width: 90vw;
  margin: auto;
}

/* Footer */

#footer {
  max-width: 90% !important;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration:line-through;
}
.isDisabled:hover {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration:line-through;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Carousel for Photo Galery*/
.card {
  height: 420px;
  width: 780px;
  display: inline-block;
  position: absolute;
  top: 348px;
  left: 0;
  right: 0;
  margin: auto;
  transition: z-index 0.3s, -webkit-transform 0.3s, height 0.3s, opacity 0.3s, filter 0.1s, top 0.3s;
  transition-timing-function: ease-out;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
}


.cycleButton {
  height: 46px;
  width: 46px;
  border-radius: 23px;
  display: inline-block;
  position: absolute;
  top: 471px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 32px;
  font: 800 32px "Helvetica Neue";
  background-color: black;
  color: yellow;
  user-select: none;
}
.cycleButton:hover {
  background-color: yellow;
  color: black;
}

.cycleButtonL {
  transform: translateX(-491px);
}

.cycleButtonR {
  transform: translateX(491px);
}

#carousel {
  position: relative;
  width: 100vw;
  top: -22em;
}

#carouselIndicators {
  position: absolute;
  top: 745px;
  left: 0;
  right: 0;
  margin: auto;
  height: 15px;
  width: 75px;
  display: flex;
  justify-content: space-between;
}

.indicator {
  width: 15px;
  height: 15px;
}

.frontCard {
  top: 300px;
}

#lightbox {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 10;
  transition: display 0.8s;
}
