@charset "utf-8";

/******* Fonts Import Start **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url('https://fonts.cdnfonts.com/css/neutronic?styles=89916,89917');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;700&display=swap");
/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/
* {
  margin: 0px;
  padding: 0px;
}
p {
  font-family: "Neutronic", sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  border: 0px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #e73700;
}
h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
h3 {
  font-family: "Neutronic", sans-serif;
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.3px;
  font-weight: 600;
}
button {
  outline: none !important;
}
/******* Common Element CSS End *********/

/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}
.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}
.line-title::before {
  width: 100%;
  background: #f2f2f2;
}
.line-title::after {
  width: 32px;
  background: #e73700;
}

/******* PRODUCT NAVIGATOR CSS START ******/
/* ─── Main Container ─── */
.product-navigator {
  position: relative;
  padding: 60px 0 60px 0px;
  overflow: hidden;
}

/* ─── Owl Carousel Structure ─── */
.product-navigator .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}

.product-navigator .owl-stage-outer {
  padding-left: 295px;
}

.product-navigator .owl-carousel {
  margin-bottom: -10px;
}

/* ─── Items/Cards ─── */
.product-navigator .item {
  margin: 0 15px 60px;
  width: 504px;
  height: 491px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.product-navigator .item.active {
  width: 766px;
  box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.25);
}

.product-navigator .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(
  rgba(0, 0, 0, 0) 60%, 
  rgba(0, 0, 0, 1) 130%);
}

/* ─── Item Description ─── */
.product-navigator .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  top: -30px;
  word-break: break-word;
  hyphens: auto;
  max-width: 100%;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 84px));
  -webkit-transform: translateY(calc(100% - 84px));
  transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
}

.product-navigator .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}

.product-navigator .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.product-navigator .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ─── Button Styles ─── */
.product-navigator .item-desc .btn {
  /* Box & Layout */
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  margin-top: 24px;
  margin-bottom: 12px;

  /* Größe & Innenabstand */
  height: 37.5px;
  line-height: 25.5px;
  padding: 4px 16.5px;

  /* Schrift */
  font-family: Neutronic, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-align: center;
  text-decoration: none;

  /* Farben & Rahmen */
  background-color: rgb(228, 0, 0);
  color: #fff;
  border: 2px solid rgb(228, 0, 0);

  /* Übergänge */
  transition: 
    color            0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color     0.15s ease-in-out,
    box-shadow       0.15s ease-in-out;
}

.product-navigator .item-desc .btn:hover {
  background-color: transparent;
  color: rgb(228, 0, 0);
  border-color: rgb(228, 0, 0);
  box-shadow: none;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* ─── Controls (Navigation + Counter) ─── */
.product-navigator .pn-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 310px;
}

.product-navigator .pn-controls .owl-nav {
  display: flex;
  gap: 16px;
  pointer-events: none;
}

.product-navigator .pn-controls .owl-nav button {
  pointer-events: all;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.product-navigator .pn-controls .owl-nav button img {
  width: 36px;
  height: auto;
}

.product-navigator .pn-controls .pn-counter {
  font: 400 18px/1 Inter, sans-serif;
  white-space: nowrap;
}

/* ─── Owl ─── */
.product-navigator .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
/******* PRODUCT NAVIGATOR CSS END ******/

/***** RESPONSIVE CSS START ******/
@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .product-navigator {
    padding: 50px 30px;
  }
  .product-navigator .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .product-navigator .item.active {
    width: 400px;
  }
  .product-navigator .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .product-navigator {
    padding: 50px 30px 40px;
  }
  .product-navigator .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .product-navigator .item.active {
    width: 360px;
  }
  .product-navigator .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {

  body {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .line-title {
    width: 250px;
  }

  /* -------- Mobile Product Navigator ------- */
  .product-navigator {
    padding: 30px 15px 30px !important;
    overflow: visible !important;
  }
  
  .product-navigator .item {
    margin: 0 60px 40px;
    width: 95% !important;
    max-width: 260px;
    height: 310px;
    gap: 20px;
  }
  
  .product-navigator .item.active {
    width: 260px;
    box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -2px 2px 10px -2px rgba(0, 0, 0, 0.25);
  }
  
  .product-navigator .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }

  /* Mobile Owl Carousel Modifications */
  .product-navigator .owl-stage-outer {
    /* alte Stage-Paddings entfernen */
    padding-inline-start: 0 !important;
    padding-inline-end:   0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    /* Platz für Zentrierung statt padding: */
    scroll-padding-inline: calc((100% - 85%) / 2);
  }

  .product-navigator .owl-stage {
    /* entfernt margin und behält flex */
    margin: 0 !important;
    display: flex !important;
  }

  .product-navigator .owl-item {
    flex: 0 0 85% !important;
    max-width: 260px;
    /* margin-right abgeschaltet */
    margin-right: 0 !important;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  /* Mobile Controls */
  .product-navigator .pn-controls {
    padding-left: 15px !important;
    gap: 12px;
  }
  .product-navigator .pn-controls .owl-nav button img {
    width: 24px;
  }
  .product-navigator .pn-controls .pn-counter {
    font-size: 16px;
  }
}
.product-navigator .item { cursor: pointer; }
