/* FURSTAR - Import Grid */
@import url("./furstar-grid.css");



.furstar-slider { display: none; }
.furstar-slider.active { display: block; }
.slider-cat-btn {
  background: #333;
  color: white;
  border: none;
  margin: 0 5px;
  padding: 10px 20px;
  cursor: pointer;
}

/* DEBUG TEST f r den OPC-Slider 
.first-custom-class {
    outline: 5px dashed red !important;
    background: rgba(255, 0, 0, 0.1) !important;
}

.first-custom-class .slick-slide img {
    filter: grayscale(1) !important;
    transform: scale(0.95);
    transition: 0.3s ease-in-out;
}
*/

/*.first-custom-class .slick-slide img {*/
 /*   filter: grayscale(1);*/
   /* border-radius: 30px;*/
   /* border: 5px solid #00ffcc;*/
/*} */

/*
.second-custom-class {
    background: linear-gradient(to right, #000000, #222222);
    padding: 30px;
}
*/
#shop-logo {
  height: 4rem;
  padding: 7px;
}

header .d-print-none {
    height: 3rem;
  }

/*
  header .navbar-brand img {
    height: 3rem;
    width: auto;
}
    */

#furstar-slider-wrapper {
  width: 100%;
}

#furstar-slider-image {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  color: #fff;
}

/* Atmosph re-Box */
.furstar-atmo-box {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  background: rgba(0,0,0,0.4);
  padding: 1rem;
  border-radius: 12px;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 10;
}

.furstar-atmo-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #fff;
  text-align: center;
}

/* Buttons mit Bild */
.furstar-atmo-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.atmo-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.1);
  padding: 0.4rem;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.atmo-btn:hover {
  background: rgba(255,255,255,0.25);
}

.atmo-btn img {
  width: 100px;
  height: 55px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 0.2rem;
}


.atmo-btn span {
  font-size: 0.8rem;
  color: white;
  font-weight: 500;
}

/* Slider Text */
.furstar-slider-text {
  text-align: left !important;
  padding-bottom:22rem;
  max-width: 800px;
  z-index: 5;
}

.furstar-slider-text h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0,0,0,0.4);
  color: azure;
  margin: 0 0 -1em 1em
}

.furstar-slider-text p {
  font-size: 1.2rem;
  margin: 3em 0em 0em 3em;
  text-shadow: 0 0 6px rgba(0,0,0,0.3);
}



/* Banner-Leiste unter dem Slider */
#furstar-slider-banner {
  width: 100%;
  padding: 2rem 1rem;
  background: linear-gradient(to right, #000000, #ffffff);
  text-align: center;
  position: relative;
  z-index: 2;
}

.furstar-banner-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  mix-blend-mode: difference;
}




























/* === RESPONSIVE MEDIA QUERIES === */

/* Tablet */
@media screen and (max-width: 1024px) {
  

  .jtl-nav-wrapper {
    height: 70px;
    background: #0b0d11;
  }

  .header {
    height: 3rem;
  }
/*
  #shop-logo {
  height: 3rem;
  }*/
  /*
  header .navbar-brand img {
        height: 4.5rem;
        width: auto;
        margin: 7px 19em auto;
}*/

  #furstar-slider-image {
    height: 70vh;
  }

  .furstar-slider-text {
    padding: 2rem;
    color: azure;
  }

  .furstar-slider-text h1 {
    font-size: 2.5rem;
  }

  .furstar-slider-text p {
    font-size: 1rem;
  }

  .furstar-banner-text {
    font-size: 1.6rem;
  }

  .furstar-slider-text h1 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0,0,0,0.4);
  color: azure;
  margin: 0 0 6.5em 0em;
}

.furstar-slider-text p {
  font-size: 1.5rem;
  margin: -15em 0 13em 0em;
  text-shadow: 0 0 6px rgba(0,0,0,0.3);
}

}




































/* Mobile */
@media screen and (max-width: 767px) {

      header .navbar-brand {
        margin: 1vh 1vh 0;
        display: block;
        text-align: center;
    }
    
      /*
      #shop-logo {
        display: block;
        margin: 0 13vh auto;
        object-fit: contain;
        max-height: 3.5rem;
        height: auto;
        width: auto;
    }*/
  



  .header {
    height: 3rem;
  }
  

 /*header .navbar-brand img {
    height: 100px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}*/
/*
  header .navbar-brand {
        margin: -2em -9em 0em -9em;
        display: block;
        text-align: center;
  } */


  #furstar-slider-image {
    height: 55vh;
  }

  /*
  .furstar-slider-text {
    padding-bottom: 12em;
  }

  .furstar-slider-text h1 {
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0,0,0,0.4);
  color: azure;
  margin: 0 0 -2em -0.5em;
}

.furstar-slider-text p {
  font-size: 1.2rem;
  margin: 3em 0 2em -0.5em;
  text-shadow: 0 0 6px rgba(0,0,0,0.3);
} */


  .furstar-banner-text {
    font-size: 1.2rem;
    padding: 0 10px;
  }

  .furstar-atmo-box {
    bottom: 1rem;
    right: 1rem;
    padding: 0.6rem;
    display: none !important;

  }

  .atmo-btn img {
    width: 40px;
    height: 25px;
  }

  .atmo-btn span {
    font-size: 0.7rem;
  }

}










.furstar-gradient-bar {
    background: linear-gradient(to bottom, rgb(0 0 0 / 2%), #030508);
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    margin-bottom: -4rem;
}

@media (max-width: 768px) {
    .furstar-gradient-bar {
        font-size: 1.1rem;
        padding: 10px 1rem;
    }

    .furstar-section {
    width: 100%;
    margin-top: 8em !important;
    padding: 3em 0 !important;
     }


}





/*
header.navbar .navbar-brand img {
    height: 5.5em; 
    width: auto !important;
} */

/*
@media (max-width: 991px) {
    header.navbar .navbar-brand img {
        height: 5.5em !important;
        margin: 0 auto;
        display: block;
    }
}
*/



/* Breche ALLE anderen Regeln mit Ultra-Spezifität 
header.navbar .navbar-brand img[src*="logo"] {
    height: 40px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}
*/






.furstar-section {
    width: 100%;
    margin-top: 8em !important;
    padding: 3.9em 0em;
}

.furstar-category-slider {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
    padding: 1rem;
    overflow-x: auto;
}

.furstar-category-slider .category-tile {
    flex: 0 0 auto;
    width: 120px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 0.5rem;
    text-align: center;
    color: white;
}







#content-wrapper:not(.has-fluid) {
    padding-top: 0rem !important;
}






.furstar-grid-section {
  margin: 0em 0em 2em 0em;
  padding: 30px 0;
  background-color: #030508;
}

.furstar-grid-tile {
  text-align: center;
  margin-bottom: 30px;
}

.furstar-grid-tile img {
  width: 100%;
  max-width: 250px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.furstar-grid-tile:hover img {
  transform: scale(1.05);
}

.furstar-grid-tile h3 {
  margin-top: 15px;
  font-size: 1.1rem;
  color: #333;
}





.container-fluid-xl {
    max-width: 103.125rem;
    background: #0b0d11;
}



#jtl-nav-wrapper {
	height: 75px;
	background: #0b0d11;
	}



  /* Mobile 
@media screen and (max-width: 440px) */







  /*KATEGORIESLIDER - UNDER HEADER & CONTROLLER */

  .furstar-slider-wrapper {
  overflow-x: auto;
  padding: 2em 1em;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  background: #030508;
}

.furstar-slider {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: autoSlide 20s linear infinite;
}

.furstar-slider-tile {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: 160px;
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 0.8rem;
  transition: transform 0.3s ease;
}

.furstar-slider-tile:hover {
  transform: scale(1.05);
}

.furstar-slider-tile img {
  width: 100%;
  border-radius: 8px;
}

.furstar-slider-tile h3 {
  font-size: 0.95rem;
  margin-top: 0.5rem;
  color: white;
}

.led-label {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.4rem;
  background: linear-gradient(90deg, #f0f, #0ff, #0f0, #ff0, #f00, #f0f);
  background-size: 600% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ledFlow 4s linear infinite;
}

@keyframes ledFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

@keyframes autoSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-20%); }
}

/* Responsive Settings */
@media (max-width: 768px) {
  .furstar-slider-tile {
    width: 45vw; /* 2.5 Kacheln sichtbar */
  }

  /*
  header .navbar-brand img {
        height: 4.5rem;
        width: auto;
        margin: 7px 19em auto;
    }
  */
}

@media (max-width: 1024px) {
  .furstar-slider-tile {
    width: 20vw; /* 5 Kacheln sichtbar */
  }
}


@media (max-width: 768px) {
  header .navbar-brand img {
    max-height: 2rem;
  }
}









@media (max-width:1020px) {
  #shop-logo {
        display: block;
        margin: -4px 48vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
  }

@media (max-width:933px) {
  #shop-logo {
        height: 3rem;
        display: block;
        margin: -4px 42vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
  }

    /* ---------- SURFACE PRO 7  ---------------*/

  @media (max-width:915px) {
  #shop-logo {
        display: block;
        margin: -6px 26vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
  }

  @media (max-width:860px) {
  #shop-logo {
        display: block;
        margin: -6px 25vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
  }

/* --------------- SHOP LOGO MOBILE ------------------*/
   


/*----IPAD MINI -----*/
@media (max-width:769px) {
  #shop-logo {
        height: 3rem;
        display: block;
        margin: -14px 27.5vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
  }


@media (max-width:720px) {
    #shop-logo {
        display: block;
        margin: -14px 25vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
}


@media (max-width:660px) {
    #shop-logo {
        display: block;
        margin: -14px 20vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
}

@media (max-width:600px) {
    #shop-logo {
        display: block;
        margin: -14px 16vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
}

/* ----------   SURFACE DUO  ---------------*/
@media (max-width:540px) {
    #shop-logo {
        display: block;
        margin: -14px 22vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
}


@media (max-width:500px) {
    #shop-logo {
        display: block;
        margin: -14px 13.5vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
}

@media (max-width:480px) {
    #shop-logo {
        display: block;
        margin: -14px 13.5vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
}

/*----IPHONE 14 Pro Max -----*/

@media (max-width:440px) {
    #shop-logo {
        display: block;
        margin: -14px 12vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
}

/* --- IPHONE 6/7/8 PLUS ---*/
@media (max-width:420px) {
    #shop-logo {
        display: block;
        margin: -14px 14vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
}


/* --- IPHONE 11 PRO MAX  ---*/
@media (max-width:415px) {
    #shop-logo {
        display: block;
        margin: -14px 11vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
}

/* --- GALAXIE A51/71 ---*/
@media (max-width:412px) {
    #shop-logo {
        display: block;
        margin: -14px 11.5vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
}

@media (max-width:399px) {
    #shop-logo {
        display: block;
        margin: -13px 11vh auto;
        object-fit: contain;
        max-height: 4rem;
        height: auto;
        width: auto;
    }
}

@media (max-width:380px) {
  
  #shop-logo {
        display: block;
        margin: -10px 13vh auto;
        object-fit: contain;
        max-height: 3.7rem;
        height: auto;
        width: auto;
    }
}

@media (max-width:360px) {
  
  #shop-logo {
        display: block;
        margin: -9px 11vh auto;
        object-fit: contain;
        max-height: 3.7rem;
        height: auto;
        width: auto;
    }
}

@media (max-width:350px) {
  
  #shop-logo {
        display: block;
        margin: -9px 8vh auto;
        object-fit: contain;
        max-height: 3.6rem;
        height: auto;
        width: auto;
    }
}

@media (max-width:329px) {
    #shop-logo {
        display: block;
        margin: -11px 6vh auto;
        object-fit: contain;
        max-height: 3.6rem;
        height: auto;
        width: auto;
    }
}


















/* === BASE: Logo zentriert für alle Viewports === */
header .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

header .navbar-brand img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    max-height: 4.5rem;
    height: auto;
    width: auto;
}

@media (max-width: 1040px) {

    nav.navbar {
        height: calc(49px + 1.2rem);
    }

    header .navbar-brand {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    header .navbar-brand img {
        content: url('/templates/NOVA/themes/base/images/furstar-icon.png');
        max-height: 3.5rem;
    }
    #header-top-bar,
    .search-form-wrapper-fixed,
    .fixed-search {
        display: none !important;
    }
}



















/* --------------     HEADER SLIDER TEXT  -------------------*/


@media screen and (max-width: 2590px) {
    
  .furstar-slider-text {
        padding-bottom: 29em;
    }
  
  .furstar-slider-text h1 {
        font-size: 4em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -3rem 1em;
    }

  .furstar-slider-text p {
        font-size: 1.5rem;
        margin: 3em 0 14.5em 2.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }


}



@media screen and (max-width: 1990px) {
    
  .furstar-slider-text {
        padding-bottom: 29em;
    }
  
  .furstar-slider-text h1 {
        font-size: 4em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -3rem 1em;
    }

  .furstar-slider-text p {
        font-size: 1.5rem;
        margin: 3em 0 11.5em 2.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }


}

@media screen and (max-width: 1400px) {
    
  .furstar-slider-text {
        padding-bottom: 26em;
    }
  
  .furstar-slider-text h1 {
        font-size: 3.69em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -3rem 0.6em;
    }

  .furstar-slider-text p {
        font-size: 1.4rem;
        margin: 3em 0 12.5em 1.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }


}

@media screen and (max-width: 1280px) {
    
  .furstar-slider-text {
        padding-bottom: 11em;
    }
  
  .furstar-slider-text h1 {
        font-size: 3.69em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -3rem 0.5em;;
    }
    
  .furstar-slider-text p {
        font-size: 1.2rem;
        margin: 3em 0 8em 1.3em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    } 

   }

@media screen and (max-width: 990px) {
    
  .furstar-slider-text {
        padding-bottom: 11em;
    }
  
  .furstar-slider-text h1 {
        font-size: 3em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -3rem -0.3em;;
    }
    
  .furstar-slider-text p {
        font-size: 1.2rem;
        margin: 3em 0 15em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    } 

   }




@media screen and (max-width: 762px) {
    
  .furstar-slider-text {
        padding-bottom: 11em;
    }
  
  .furstar-slider-text h1 {
        font-size: 2em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -3rem -.5em;
    }

  .furstar-slider-text p {
        font-size: 1rem;
        margin: 3em 0 -1em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }


}



@media screen and (max-width: 600px) {
    
    .furstar-slider-text {
        padding-bottom: 11em;
    }
  
  .furstar-slider-text h1 {
        font-size: 2em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -3rem -.5em;
    }
  
  .furstar-slider-text p {
        font-size: 1rem;
        margin: 3em 0 0em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}


@media screen and (max-width: 540px) {
    
  .furstar-slider-text {
        padding-bottom: 11em;
    }
  
  .furstar-slider-text h1 {
        font-size: 2em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -3rem -.5em;
    }
  
  .furstar-slider-text p {
        font-size: 1rem;
        margin: 3em 0 -4em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}


@media screen and (max-width: 500px) {
  
    .furstar-slider-text {
        padding-bottom: 11em;
    }
  
  .furstar-slider-text h1 {
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -3rem -.5em;
    }
  
  .furstar-slider-text p {
        font-size: 0.8rem;
        margin: 3em 0 0em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}




@media screen and (max-width: 480px) {
  
  .furstar-slider-text {
        padding-bottom: 11em;
        text-align: center !important;
        max-width: 85%;
    }
  
  .furstar-slider-text h1 {
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -2rem -.3em;
    }
  
  .furstar-slider-text p {
        font-size: 0.8rem;
        margin: 3em 0 -1em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}


@media screen and (max-width: 440px) {
    
  .furstar-slider-text {
        padding-bottom: 11em;
        text-align: center !important;
        max-width: 100%;
    }
  
  .furstar-slider-text h1 {
        font-size: 1.9em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -2rem -.3em;
    }
  
  .furstar-slider-text p {
        font-size: 0.9rem;
        margin: 3em 0 8em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}


@media screen and (max-width: 420px) {
    
  .furstar-slider-text {
        padding-bottom: 11em;
        text-align: center !important;
        max-width: 100%;
    }
  
  .furstar-slider-text h1 {
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -2rem -.3em;
    }
  
  .furstar-slider-text p {
        font-size: 0.8rem;
        margin: 3em 0 1em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}

@media screen and (max-width: 415px) {
    
  .furstar-slider-text {
        padding-bottom: 11em;
        text-align: center !important;
        max-width: 100%;
    }
  
  .furstar-slider-text h1 {
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -2rem -.3em;
    }
  
  .furstar-slider-text p {
        font-size: 0.8rem;
        margin: 3em 0 9em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}


@media screen and (max-width: 399px) {
    
  .furstar-slider-text {
        padding-bottom: 11em;
        text-align: center !important;
        max-width: 100%;
    }
  
  .furstar-slider-text h1 {
        font-size: 1.7em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -2rem -.3em;
    }
  
  .furstar-slider-text p {
        font-size: 0.7rem;
        margin: 3em 0 6em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}


@media screen and (max-width: 379px) {
    
  .furstar-slider-text {
        padding-bottom: 11em;
        text-align: center !important;
        max-width: 100%;
    }

  .furstar-slider-text h1 {
        font-size: 1.7em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -2rem -.3em;
    }

  .furstar-slider-text p {
        font-size: 0.7rem;
        margin: 3em 0 -0.7em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}
  


@media screen and (max-width: 360px) {
    
  .furstar-slider-text {
        padding-bottom: 11em;
        text-align: center !important;
        max-width: 100%;
    }

  .furstar-slider-text h1 {
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -2rem -.3em;
    }

  .furstar-slider-text p {
        font-size: 0.7rem;
        margin: 3em 0 2em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}

@media screen and (max-width: 349px) {
  
  .furstar-slider-text {
        padding-bottom: 11em;
        text-align: center !important;
        max-width: 100%;
    }
  
  .furstar-slider-text h1 {
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -1.5rem -.3em;
    }
  
  .furstar-slider-text p {
        font-size: 0.7rem;
        margin: 3em 0 5em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}


@media screen and (max-width: 329px) {
  
  .furstar-slider-text {
        padding-bottom: 8em !important;
        text-align: center !important;
        max-width: 85%;
    }
  
  .furstar-slider-text h1 {
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.2;
        text-shadow: 0 0 10px rgba(0, 0, 0, .4);
        color: azure;
        margin: 0 0 -1.8rem -.3em;
    }
  
  .furstar-slider-text p {
        font-size: 0.7rem;
        margin: 3em 0 0em -.5em;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
    }
}














/*----------------------   BURGER BUTTON MOBILE   -------------------------------*/

@media screen and (max-width: 1050px) {

  header #burger-menu {
    margin-right: 1rem;
   }

  .toggler-logo-wrapper .burger-menu-wrapper {
        float: left;
        padding-top: 2rem;
    }
  }










@keyframes pulse-flash {
  0% {
    filter: brightness(1);
    transform: scale(1);
    box-shadow: 0 0 0px #00fff7;
  }
  50% {
    filter: brightness(1.15);
    transform: scale(1.02);
    box-shadow: 0 0 25px #00fff7;
  }
  100% {
    filter: brightness(1);
    transform: scale(1);
    box-shadow: 0 0 0px #00fff7;
  }
}

.pulse-animate {
  animation: pulse-flash 0.7s ease-in-out;
}







  /* -----------------------------    Rauchiger Text-Effekt   ---------------------------------


@keyframes smoke-glow-fade {
  0% {
    opacity: 0;
    transform: translateY(25px) scale(1.05);
    filter: blur(8px) brightness(150%);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2),
                 0 0 20px rgba(0, 255, 255, 0.4),
                 0 0 30px rgba(0, 255, 255, 0.2);
  }
  60% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(2px) brightness(120%);
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.4),
                 0 0 18px rgba(0, 255, 255, 0.6),
                 0 0 28px rgba(0, 255, 255, 0.4);
  }
  100% {
    filter: blur(0);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.1),
                 0 0 15px rgba(0, 255, 255, 0.3),
                 0 0 20px rgba(0, 255, 255, 0.1);
  }
}

*/


@keyframes fadeInSmoke {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(20px) scale(0.98);
  }
  50% {
    opacity: 0.5;
    filter: blur(2px);
    transform: translateY(-2px) scale(1.01);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0) scale(1);
  }
}

.fadeInSmoke {
  animation: fadeInSmoke 2.8s ease-in-out forwards;
}



.smoke-title,
.smoke-subtitle {
  opacity: 0;
  animation-fill-mode: forwards;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.smoke-title.animate {
  animation: smoke-glow-fade 1.6s ease-out;
  color: #ccf8ff;
}

.smoke-subtitle.animate {
  animation: smoke-glow-fade 2.2s ease-out;
  animation-delay: 0.4s;
  color: #e0f7ff;
}
















.furstar-slider-text::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 120%;
  height: 140%;
  background: url('/templates/NOVA/themes/base/images/effects/smoke-loop.gif') no-repeat center;
  background-size: cover;
  opacity: 0.08;
  pointer-events: none;
  animation: smoke-move 60s linear infinite;
  z-index: 1;
}

@keyframes smoke-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.furstar-slider-text {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
}

















/*=================================   HEADER CATEGORY SLIDE SIZE   ===================================*/

@media (max-width: 2590px) {
    .furstar-slider-tile {
        width: 24vh !important;
    }
  }

@media (max-width: 1920px) {
    .furstar-slider-tile {
        width: 23vh !important;
    }
  }


@media (max-width: 1024px) {
    .furstar-slider-tile {
        width: 18vh !important;
        padding: 0px;
    }
  }


@media (max-width: 768px) {
    .furstar-slider-tile {
        width: 17vh !important;
        padding: 0px;
    }
}

@media (max-width: 600px) {
    .furstar-slider-tile {
        width: 15vh !important;
        padding: 0px;
    }
}

@media (max-width: 450px) {
    .furstar-slider-tile {
        width: 14vh !important;
        padding: 0px;
    }
}

@media (max-width: 400px) {
    .furstar-slider-tile {
        width: 14vh !important;
        padding: 0px;
    }
}




/*=================================   HEADER CATEGORY SLIDE TITLE H3   ===================================*/

@media (max-width: 450px) {
.furstar-slider-tile h3 {
    font-size: 0.8rem;
    margin-top: .5rem;
    color: #fff;
  }
}













/* ====================================            Möbelwelt Section           ================================*/


.furstar-moebelwelt-wrapper {
    background: #030508;
    padding: 60px 0px 0px 0px;;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/*
.furstar-moebelwelt-section {
  background: black;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
  */

.furstar-moebelwelt-intro h2 {
  color: white;
  font-size: 2.4rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}


@media (max-width: 600px) {
.furstar-moebelwelt-intro h2 {
  color: white;
  font-size: 1.369rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  }
}

/* Leuchtkraft in der Mitte */
.furstar-moebelwelt-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: lightPulse 8s infinite;
  z-index: 1;
}

/* Grid */
.furstar-moebelwelt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  z-index: 2;
  position: relative;
  padding: 2em 20em 3em 20em;
}

@media (max-width: 1024px) {
.furstar-moebelwelt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  z-index: 2;
  position: relative;
  padding: 2em 5em 3em 5em;
}
}

@media (max-width: 768px) {
.furstar-moebelwelt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  z-index: 2;
  position: relative;
  padding: 2em 7em 3em 7em;
}
}

.furstar-moebelwelt-grid h1 {
  color: aliceblue;
  font-size: 1.369rem;
}

@media (max-width: 1024px) {
.furstar-moebelwelt-grid h1 {
  color: aliceblue;
  font-size: 1.1rem;
    }
 }

@media (max-width: 600px) {
.furstar-moebelwelt-grid h1 {
  color: aliceblue;
  font-size: 0.9rem;
  }
 }


 .text-light {
  margin: 1em 1em;
  font-size: 0.7em;
 }



.furstar-moebelwelt-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(8, 190, 214, 0.15);
  transition: transform 0.3s ease;
}

.furstar-moebelwelt-grid img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1024px) {
  .furstar-moebelwelt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .furstar-moebelwelt-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 1em;
  }
}


.furstar-moebelwelt-lightpulse {
  display: contents;
}

/* Animation */
@keyframes lightPulse {
  0%, 100% {
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  }
  50% {
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
  }
}






.outro-block {
  display: flex;

}


.furstar-moebelwelt-wrapper2 {
    background: #030508;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}


.furstar-moebelwelt-outro {
  color: white;
  font-size: 1.369rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  margin: 0 0 0 0;
}

.furstar-moebelwelt-outro h1 {
  color: white;
  font-size: 1.369rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 600px) {
.furstar-moebelwelt-outro h1 {
  color: white;
  font-size: 1.369rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  }
}


.furstar-moebelwelt-outro h2 {
  color: white;
  font-size: 1.369rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 600px) {
.furstar-moebelwelt-outro h2 {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  padding-top: 4em;
  }
}


.furstar-moebelwelt-outro p {
  color: white;
  font-size: 1.1rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  padding: 20px 25px;
}

@media (max-width: 600px) {
.furstar-moebelwelt-outro p {
  color: #ffffff8f;
  font-size: 0.9rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  padding: 20px 25px;
  }
}




.furstar-outro-img {
  flex: 0 0 68.66666667%;
  max-width: 68.666667%;
  margin-left: 12vh;
  }


@media (max-width: 768px) { 
.furstar-outro-img {
  flex: 0 0 73.66666667%;
  max-width: 73.66666667%;
  }
}

















.furstar-lightliving-hero {
  background-image: 
    linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%),
    url('/templates/NOVA/themes/base/images/moebelwelt/m5.jpg');
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

.furstar-lightliving-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  z-index: 0;
}

.furstar-lightliving-hero .container {
  position: relative;
  z-index: 1;
}


.furstar-lightliving-hero h2 {
    color: aliceblue;
    font-size: xx-large;
    font-weight: 600;
}





@media (max-width: 768px) {
  .furstar-lightliving-hero {
    padding: 80px 20px;
    background-position: bottom;
  }

  .furstar-lightliving-hero h2 {
    font-size: 1.75rem;
  }
}




.furstar-gradient-bar2{
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);
  height: 60px;
}













/* ==========================  PAGE BOX BAD  ========================*/

.furstar-lightmoment-hero {
  background-image: url('/templates/NOVA/themes/base/images/page/bad1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh; /* responsiver Bildbereich */
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .furstar-lightmoment-hero {
    min-height: 100vh;
    padding: 2rem 1rem;
    text-align: center;
  }
}

.furstar-lightmoment-hero h2 {
    color: aliceblue;
    font-size: xx-large;
    font-weight: 600;
}


/* ==========================  PAGE BOX REMOTE CONTROLLER ========================*/





.furstar-light-section {
  padding: 3rem 1rem;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

/* TEXT + REMOTE nebeneinander bis mobile */
.furstar-light-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.furstar-light-text {
  flex: 1 1 50%;
}

.furstar-light-text h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.furstar-light-text p {
  font-size: 1rem;
  color: #333;
}

.furstar-light-text .highlight {
  color: #00e600;
  font-weight: bold;
  margin-top: 1rem;
}

.furstar-light-image {
  flex: 1 1 40%;
  text-align: center;
}

.furstar-light-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* 3 BOXEN nebeneinander – min/max-size responsive */
.furstar-light-grid {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.furstar-lightbox {
  flex: 1 1 calc(33.333% - 1rem);
  min-width: 280px;
  max-width: 100%;
  background-size: cover;
  background-position: top;
  border-radius: 12px;
  padding: 1.5rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease;
}

.furstar-lightbox:hover {
  transform: scale(1.02);
}

.lightbox-text h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: aliceblue;
}

.lightbox-text p {
  font-size: 0.9rem;
}

/* MOBILE */
@media (max-width: 768px) {
  .furstar-light-content {
    flex-direction: column;
    text-align: center;
  }

  .furstar-light-text, .furstar-light-image {
    flex: 1 1 100%;
  }

  .furstar-light-grid {
    flex-direction: column;
  }

  .furstar-lightbox {
    flex: 1 1 100%;
  }
}































/* ==========================  PAGE BOX BAD  ========================*/

.furstar-lightmoment-hero2 {
  background-image: url('/templates/NOVA/themes/base/images/page/garten1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh; /* responsiver Bildbereich */
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .furstar-lightmoment-hero2 {
    min-height: 100vh;
    padding: 2rem 1rem;
    text-align: center;
  }
}


.furstar-lightmoment-hero2 h2 {
    color: aliceblue;
    font-size: xx-large;
    font-weight: 600;
}



























.furstar-entertainment-section {
  background-color: #030508;
  color: #fff;
  padding: 80px 20px;
}

.furstar-entertainment-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.furstar-entertainment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex: 1;
  min-width: 320px;
}

.tile {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease;
}
.tile:hover {
  transform: scale(1.03);
}

.tile-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #000;
  padding: 8px 14px;
  font-size: 0.85rem;
  color: #fff;
  border-radius: 6px;
  opacity: 0.9;
}

.furstar-entertainment-text {
  flex: 1;
  min-width: 320px;
}

.furstar-entertainment-text h6 {
  color: #aaa;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.furstar-entertainment-text h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  color: aliceblue;
}

.furstar-entertainment-text p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}

.cta-orange {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 24px;
  background-color: #030508;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.cta-orange:hover {
  background-color: deepskyblue;
}
















.furstar-lightsystem-section {
  background-color: #030508;
  color: #fff;
  padding: 60px 20px;
}

.furstar-lightsystem-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  flex-wrap: wrap;
}

.furstar-lightsystem-text {
  flex: 1;
  min-width: 300px;
}

.furstar-lightsystem-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 10px 0 20px;
  color: aliceblue;
}

.furstar-lightsystem-label {
  text-transform: uppercase;
  color: #888;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.furstar-lightsystem-button {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 24px;
  background-color: #111;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.furstar-lightsystem-button:hover {
  background-color: deepskyblue;
  color: #fff;
}

.furstar-lightsystem-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}
.furstar-lightsystem-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.furstar-lightsystem-icons {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.icon-box {
  flex: 1;
  min-width: 200px;
}
.icon-box img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}
.icon-box p {
  font-size: 0.95rem;
  color: #ccc;
}







































.furstar-static-tiles {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.tilelight {
  position: relative;
  flex: 1 1 400px;
  max-width: 36em;
  height: 300px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.tilelight-content {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  text-shadow: 0 0 5px #000;
}

.tilelight-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  color: aliceblue;
}

.tilelight-sub {
  font-size: 0.9rem;
  margin-bottom: -12em;
  text-align: right;
}

@media (max-width: 768px) {
.tilelight-sub {
    font-size: .9rem;
    margin-bottom: -7em;
    text-align: right;
 }
}

.tilelight-btn {
  align-self: flex-end;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.9rem;
}

.tilelight-btn.dark {
  background: #000;
  color: #fff;
}

.tilelight-btn.light {
  background: #000;
  color: #fff;
}

.furstar-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.benefit-box {
  flex: 1 1 200px;
  max-width: 220px;
  text-align: center;
}

.benefit-box .icon {
  font-size: 2rem;
  color: #000;
  margin-bottom: 10px;
}

.benefit-box h4 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .tilelight {
    height: 220px;
  }

  .tilelight-content {
    font-size: 0.9rem;
  }

  .tilelight-btn {
    font-size: 0.8rem;
  }
}


