@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");




@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

:root { --header-h: 80px; } /* Höhe deines Sticky-Headers */
html { scroll-padding-top: var(--header-h); }   /* für scrollIntoView & Anker */
.form-control, select, textarea { scroll-margin-top: var(--header-h); } /* zusätzlich Sicherheit */



:root {
  --primary-color: #df032a;
  --secondary-color: #6d7275;
  --accent-color: #6d0719;
  --lightbg-color: #f1f2f3;
  --darkbg-color: #585858;
  
}

.sf-display-none {
  
 /* display: none !important;*/
  
}

.partner--card{
  background-color: #d7d5d5;
}

.fp--arch-link-s{
  font-size: 12px;
  font-weight: normal;
}
.fp--arch-link{
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;

}

.toggle-icon.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.all-fugen-zip{
  margin-top: 10px;
}

#ausschreibung, #texturen{
  width: 100%;
  text-align: left !important;
  padding: 20px;
  margin-top: 10px;
  background: white;

}

.weitere-hauser-btn{
  margin-top:10px;
}
.partner-hdl{
  font-weight: bold;
  font-size: 14px;
  color: var(--primary-color);
  margin-bottom: 10px;
}


.btn--fugen{
  font-size: 10px;
  min-width: 250px;
  width: 100%;
}

.partner--info-txt{
  font-size: 13px;
}


.color-box {
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
}

.konfi-lbl.active .prefix-check {
  display: inline;
  color: #fff;
  font-weight: bold;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
  justify-content: center;
  align-items: center;
}

.btn-dark {
  color: #fff;
  background-color: var(--darkbg-color);
  border-color: var(--darkbg-color);
}


#loading-spinner {
  border: 16px solid white;
  border-top: 16px solid var(--primary-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}


.saktiv {
  background: var(--primary-color) !important;
  color: white !important;
}

.raktiv {
  background: var(--primary-color) !important;
  color: white !important;
}

.baktiv {
  background: var(--primary-color) !important;
  color: white !important;
}

.cart--price{
  position: absolute;
  z-index: 999;
  background-color: white;
  border-radius: 0 0 15px 15px;
  font-size: 12px;
  padding: 5px;
  width: 100%;
  overflow: hidden;
  max-width: 120px;
  right: 10px;
  top: 80px;
  font-weight: bold;
  border: 0 solid #595658;
  border-width: 0px 1px 1px 1px; /* Setze die Dicke für die anderen Seiten */
  border-color: transparent #595658 #595658 #595658;
  text-align: center;

}
.fp--center-width{
  width: 100%;
  text-align: center;
}
.fp--sort-lbl{
  color: var(--primary-color);
  padding-left: 10px;
  font-size: 12px;
}
.ab--card{
  /*min-height: 410px;*/
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  z-index: 900;
  position: relative;
}
#price-slider .noUi-connect {
  background: lightgrey; /* Hier kannst du die gewünschte Farbe festlegen */
}

#price-slider{
  margin-top: 20px;
}
.fp--card-body{
  padding: 5px;
}

.ab--btn-container-detail h3{
  font-size: 20px;
}

.maincartstage{
  /* display:flex; */
  padding: 4px;
  background: rgb(219, 219, 219);
  width:100%; 
  /*height: 100%;*/
  overflow:hidden;
  /*min-height: 700px;*/
  min-height: 300px;
}

.cart--switch-container{
  padding:5px;
}
.cart--house-drop, .cart--house-drop-agb{
  /*width: 50vw;*/
  width: 50%;
  /*height: 100%;
  min-height: 300px;
  border: 1px solid #707070;*/
  /* neu 230331 */
  float: left;
  aspect-ratio: 3 / 2;
  display: flex;
  position: relative;
}

.cart--house-drop-agb{
  width: 100%;
  float: unset;
  aspect-ratio: unset;
  min-height: 110px;
}

.fp--agb-details, .fp--main-konf{
  background: white;
  border-radius: 15px;
  margin-left:5px;
  margin-bottom:5px;
  padding: 5px;;
  font-size: 12px;
  width: 150px;
}

.fp--main-konf{
  width: 100%;
  margin-left:0px;
  margin-top: 5px;
}
.subcart-fp
{
  width: 100%;
  margin-top: 10px;
  /*justify-content: space-between;*/
  /*display: flex;*/
  background-color: var(--lightbg-color);
  padding: 10px;
  display: flow-root;
  
}

.fp--greybg
{
  background-color: var(--lightbg-color);
  padding: 0px;
  
}

.fp--parking {
  background: white;
  margin: 0 auto;
  text-align: center;
  padding:10px;
  margin: 2px;
  
}

.fp--cart-mainbtn-head{
  text-align: right;
  box-shadow: none !important;
  border: 0;
}
.onesubcarthouse{
  width: 18vw;
  /*border: 3px solid white;*/
  border-radius: 15px;
  float: left;
  position: relative;
  margin: 2px;
  overflow: hidden;
  


  /*
  // Cursor wird eine Hand
  cursor: move; 
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  */
}


.grabbable {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}



.cart--house-drop .onesubcarthouse {
  width: 100%;
}

.nopointerevents{
  pointer-events: none;
}

.form-control::placeholder {
  color: #a3a9ae;
  opacity: 1;
}

.formsection--color {
  background: #e8e8e8;
  padding: 20px;
  margin-bottom: 5px;
  border-radius: 1.25rem;
}

.formsection--no-color {
  background: #f9dddd;
  padding: 20px;
  margin-bottom: 5px;
  border-radius: 1.25rem;
}

.konfi-lbl, .putz-grund {
  border: 1px solid var(--secondary-color);
  padding: 0px !important; 
  margin: 3px;
  font-size: 10px;
  text-align: center;
  width: 60px;
  height: 40px;
  overflow: hidden;
}


#putzklingel {
  position: absolute;
  top: 100px;
  left: 70px;
  
  overflow: hidden;
}

.putzklingelsmall{
  width: 300px;
  height: 300px;
}
.putzklingelbig{
  width: 500px ;
  height: 500px;
}

#putzklingelimg{
  width: 100%;
  height: 100%;
}
.putz-grund {
  
  width: 60px;
  height: 40px;
}

.putzcolor-div{
  width: 60px; 
  height: 40px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  margin: 3px; 
  border: 1px solid #ccc; color: #000;
  
}

.konfi-abschnitt{
  padding:10px;
  background-color: #dbdcde;
  margin-bottom: 5px;
}

.original{
  background-image: url("/images/org.png");
  background-size: cover;
}



.fp--filter-btn-frame{
  width: 60px;
  height: 25px;
  display: block;
  color: var(--secondary-color);

}



.dach--checked::before, .fuge--checked::before, .fenster--checked::before, .putz--checked::before, .putzart--checked::before{
  /*content: "✓ ";*/
  content:"";
}

.dach--checked,
.fuge--checked,
.fenster--checked,
.putz--checked,
.putzart--checked {
  border: 2px solid red;
  width: 58px;
  height: 38px;
}



body {
  font-family: "Open Sans", sans-serif;
  color: var(--secondary-color);
  background-color: #ffffff;
  overflow-x: hidden;
  padding-bottom: 90px;
  padding-top: 50px;
}
.admin--row{
  height:32px;
  background:#6d7275;
  color:white;
  font-size: 13px;
  margin-bottom:5px;
  line-height: 2.46153846;
  padding-left: 10px;
  padding-right: 30px;
  

}

.header--admin{

}

.admin--row a{
  color: white;
  font-weight: bold;
}
.fp--header-space{
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
}
.ab--nav-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
  height: 55px;

}
.admin-header-css{
  height: 95px;
}
.header_section{
  height: 55px;
}
.layout_padding {
  padding: 0px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-size: 25px ;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #df032a;
}

.cart--prop-td{
  width: 50%;
  padding:2px;
  font-weight: bold;
}
.cart--prop-td-val{
  margin-left:20px;
  font-weight: normal;
}


.fp--partner-hdl{
  
  font-weight: bold;
  border-bottom: 1px solid #6e7376;
  
}

.steinart--txt{
  font-size: 11px;
}

.fp--keine-klinker-txt{
  font-size: 11px;
  color: #747174;
  text-align: center;
}
.cart--infobtn{

  background-color: #ffffff;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  border: 1px solid #595658;
  border-radius: 15px;
  font-size: 12px;
  max-height: 35px;
  overflow: hidden;
  width: 300px;
  z-index: 101;
}

.hideme{
  display: none;
}

.showme{
  display: unset;
}
.expandme{
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;

}
.shrink{
  min-height: 10px;
  height: 10px;
}
.modal-xl {
  max-width: 100%;
}



.cart--infobtn.open {
  max-height: 400px; /* <---when open, allow content to expand to take up as much height as it needs, up to e.g. 100px */
}
#konfi-overlay {
/*  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  */
  position: absolute;
  text-align: center;
  top: 10px;
  right: 10px; /* Ändere left zu right */
  width: 310px; /* Setze die gewünschte Breite */
  z-index: 110;

  
}

#konfi--btn{
  position: absolute;
  text-align: center;
  top: 0px;
  right: 10px;
  z-index: 120;
}

.cart--hdl {
  border-top: 5px solid rgb(219, 219, 219);
  border-left: 5px solid rgb(219, 219, 219);
  border-right: 5px solid rgb(219, 219, 219);
  padding: 10px;

}


.parking--hdl {
  background: white;
  padding: 10px;

}

.container-thx{
  margin-top: 50px;
}
.drop-from-main--btn, .add-to-main--btn, .del--btn, .cart--lupe, .artikellink--btn {
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  margin: 10px;
  font-size: 10px;
}
.info--txt{
  font-size: 0.7rem;
}

.fp--sticky-badge{
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--primary-color);
  border: 2px solid white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#fp--ausstellung{
  font-size: 12px;
}

.fp--pos{
  font-size: 15px;
  font-weight: bold;
}

.fp--sticky-badge-ausstellung{
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgb(255, 255, 255);
  color: var(--darkbg-color);
  border: 0px solid white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.zur--startseite{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.fp--cart-overview {
  background: rgb(219, 219, 219);
  width: 100%;
  min-height: 300px;
  padding: 10px;
  border-radius: 1.25rem;
}
#fp--texture {
  overflow: hidden;
  min-height: 300px;
}

.cart--mustertafel {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  margin: 10px;
  width: 120px;
  height: 80px;
  background: white;
  border-radius: 15px;
  box-shadow: 2px 2px 2px 2px #00000026;
  overflow: hidden;
  border: 1px solid #595658;
}


.fp--green-cart{
  background: #f7fbe6;
}
#cart--final-config{
  padding-left:10px;
  min-width: 300px;
}
.btn-info {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-info:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.del--btn
{
  right:unset;
  /*left:48px;*/
  left:5px;
}
.artikellink--btn{
  right:unset;
  left:10;
}


.fp--cartbtn{
  font-size: 11px;
}

#zoom--btn{
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  margin: 10px;
  z-index: 100;
}

.popover-content
{
  display: none;
}

.dropdown-item {
  color: var(--secondary-color);
}

a {
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
}


.fp--small-tx{
  font-size: 11px;
}


.btn.btn-danger {
  color: white !important;
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
  border-radius: 1.25rem;
}


.btn-secondary {
  color: var(--primary-color);
  background-color: #ffffff;
  border-color: lightgray;
  border-radius: 1.25rem;
}

.fp--card{
  border-radius: 15px;
}
#konfi-overlay .fp--card {
  background: rgba(255, 255, 255, 0.7);
}

.fp--textcol{
  color: var(--secondary-color) !important;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: rgba(191, 187, 186, 0.756);
  border-color: rgba(191, 187, 186, 0.756);
}

.options .btn-primary {
  background: white !important;
  color: var(--secondary-color) !important;
}


.ab--btn-container-detail .btn, .ab--btn-container .btn {
  background: #df032a;
  color: white;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
}



.custom_nav-container {
  padding: 0;
}

/*.custom_nav-container .navbar-nav {
  padding-left: 18%;
}*/

.fp--city-nav{
  font-size: 11px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 10px;
  color: var(--secondary-color);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #df032a;
}


.nav-item {
  white-space: nowrap;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: var(--secondary-color);
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #df032a;
}

.user_option 
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
  color: var(--secondary-color);
}

.user_option .user_link:hover {
  color: #df032a;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #df032a;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #df032a;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: var(--accent-color);
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: var(--primary-color);
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: var(--secondary-color);
  margin-bottom: 145px;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #df032a;
  color: var(--secondary-color);
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: var(--accent-color);
}

.slider_section .img-box img {
  width: 100%;
}

.img-box-content {
  max-width: 500px;
  margin-bottom: 50px;
}
.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}


.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #df032a;
}

.offer_section {
  position: relative;
  padding-top: 45px;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #222831;
  color: #ffffff;
}

.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #df032a;
  overflow: hidden;
}

.offer_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.offer_section .box .detail-box h5 {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  margin: 0;
}

.offer_section .box .detail-box h6 {
  font-family: 'Dancing Script', cursive;
  margin: 10px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

.offer_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #df032a;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.offer_section .box .detail-box a:hover {
  background-color: var(--accent-color);
}

.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}


.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 15px 0 20px 0;
}

.food_section .filters_menu li {
  background-color: white;
  color: var(--primary-color);
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
  margin-right: 10px;
  border: 1px solid lightgray;
}

.food_section .filters_menu li.active {
  background-color: var(--primary-color);
  color: #ffffff;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, var(--secondary-color) 25px);
  
}


.min--height-box .box {
  min-height: 500px;
}


.food_section .box .img-box {
  background: #f1f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
  overflow: hidden;
}

.food_section .box .img-box img {
  
  max-height: 250px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.food_section .box .detail-box {
  padding: 25px;
}

.food_section .box .detail-box h5 {
  font-weight: 600;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_section .box .options a{
  font-size: 12px;
}
/*
.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #df032a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
*/
.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}


.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}




.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #df032a;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: var(--accent-color);
}

.fp--content-partner{
  margin-top: 50px;
}
.about_section {
  
}



.fp--partner-hdl{
  color: #df032a;
  margin-bottom: 50px;
  font-size: 3rem;
}
.fp--vorteile{
  text-align: right;
}

.fp--bietet{
  color: #df032a;
  margin-bottom: 50px;
  font-size: 2rem;
}

.fp--heading_container,.fp--heading_container_content{
  margin-bottom: 50px;
  padding: 5px;
}

.list--artikelnr-content{
  margin-bottom: 29px;
}
.fp--heading_container_content{
  margin-bottom: 0px;
  padding: 5px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #df032a;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color:  var(--accent-color);
}

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #df032a;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color:  var(--accent-color);
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #df032a;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #df032a;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #222831;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #df032a;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #df032a;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #df032a;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #df032a;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}

.btn-primary {
  background-color:white;
  border-color: lightgray;
  color: var(--secondary-color);
  border-radius: 1.25rem;
  
}

.btn-primary:hover {
  background-color:var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:focus {
  background-color:white;
  border-color: lightgray;
  color: var(--secondary-color);
  
}



.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color:var(--primary-color);
  border-color: var(--primary-color);
}


.mainfilter{
  margin-right: 10px;
  min-width: 100px;
  margin-bottom: 15px;
}

.fp--primary-btn{
  background-color:var(--primary-color);
  border-color: var(--primary-color);
  color:white;
}

.fp--angebot-btn{
  background-color:white;
  border-color: white;
  color:var(--secondary-color);
}

.fp--filtercard{
  padding:10px;
  background-color: var(--lightbg-color);
}

.fp--topbar{
  color: var(--secondary-color);
  font-size: 11px;
  text-align: right;
  padding-right: 20px;
  height: 30px;;
  margin-bottom: 10px;
  background: #d9dbde;
  padding-bottom: 42px;
}

.fp-thump{
  width: 100%;
}


.imageWrapper {
  position: relative;
}
.overlayImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fp--center{
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.container-xl{
  
}

.catname{
  font-size: 11px;
  text-align: center;
}

.fp--detailimg {
  padding: 0;
}


.fp--box{
  position: relative;
margin-top: 25px;
background-color: #ffffff;
border-radius: 10px;
color: #ffffff;
border-radius: 15px;
overflow: hidden;
background: linear-gradient(to bottom, #f1f2f3 25px, var(--secondary-color) 25px);

}
.fp--card{
  margin-bottom: 10px;
  padding: 20px;
  background-color: var(--lightbg-color);
  position: relative;
  z-index: 900;
}

.fp--filter-btn{
  font-size: 0.5rem;
  width: 70px;
  overflow: hidden;
}


.fp--cart-btn-head{
  background-color: var(--primary-color);
  border-radius: 1.25rem;
  padding-right: 10px;
  padding-left: 10px;
  padding-top:5px;
  padding-bottom:5px;
  color: white;
  text-align: center;
  font-size: 1.0rem !important;
  box-shadow: none !important;
  border: 0;
}
.fp--cart-btn,.fp--cart-btn-warn {
  background-color: var(--primary-color);
  border-radius: 1.25rem;
  padding-right: 10px;
  padding-left: 10px;
  padding-top:5px;
  padding-bottom:5px;
  color: white;
  text-align: center;
  font-size: 0.7rem !important;
}
.fp--cart-btn-warn {
  background-color: #28a745;
}
.fp--cart-btn-angebot{
  background-color: var(--primary-color);
  border-radius: 1.25rem;
  
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  
  color: white;
  text-align: center;
  display: block;
  width: 95%;
  box-shadow: none !important;
  border: 0;
}


.fp--badge{
  top: -7px;
  position: absolute;
  left: -3px;
  border: solid 1px var(--primary-color);
  font-size: 0.9rem;
}

.fp--sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.fp--filter-blau{
  background-color: blue;
}


#resetcartconfi {
  margin-top: 20px;
  
}

#filterbadge {
  top: 20px;
}

.filterbadgecat {
  top: 20px;
  display: none;
}

#header{
  background-color: white;
  /*position: sticky;
  position: -webkit-sticky;
  top:0;
  z-index: 999;*/
}

.fp--img-fluid {
  max-width: 100%;
  /*height: 100%;*/
}


.copyright{
  font-size: 10px;
  color: lightgray;
  text-align: center;
}


.cart-konfi-one-col{
  /*width: 40px;*/
  overflow: hidden;
}


.fp--one-konfi-tab {
  display: inline-flex;
  flex-wrap: wrap;
}


.cart-konfi-card{
  display: flow-root;
  padding: 4px;
  /*overflow: hidden;
  height: 100vh;*/
}

.fp--no-border{
  border: 0px solid var(--secondary-color);
}
.cart-category{
  margin-right: 10px;
  
}

/* Switch start */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--primary-color);;
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--primary-color);;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Switch end */

/*
input[type=checkbox] {  
  transform: scale(2);
  -webkit-transform: scale(2);
}
*/
/*# sourceMappingURL=style.css.map */


.cart--house-drop-parking{
  width: 25%;
}



.card-no-frame{
  border: 0px solid rgba(0, 0, 0, 0.125);
}
.fp--detailimg{
  position: relative;
  border-radius: 15px;
  box-shadow: 2px 2px 2px 2px #00000026;
  overflow: hidden;
  border: 1px solid #595658;
}

.dach_naturrot, .fp--dach_naturrot { background: #bc7256;color: black;}
.dach_flandern-rot, .fp--dach_flandern-rot { background: #835e4f;color: white; }
.dach_cayenne, .fp--dach_cayenne { background: #936d5e;color: white; }
.dach_kupfer-rotbraun, .fp--dach_kupfer-rotbraun { background: #7c6251;color: white; }
.dach_kastanien-braun, .fp--dach_kastanien-braun { background: #695644;color: white; }
.dach_bordeaux, .fp--dach_bordeaux { background: #8c5c5c;color: white; }
.dach_braun, .fp--dach_braun { background: #7a674e;color: white; }
.dach_hellgrau, .fp--dach_hellgrau { background: #a8a5a5;color: black; }
.dach_grau, .fp--dach_grau, .dach_grau.a:hover, .dach_grau.a:focus  { background: #7c7b7b;color: white !important; }
.dach_titangrau, .fp--dach_titangrau, .dach_titangrau.a:hover, .dach_titangrau.a:focus { background: #606060;color: white !important; }
.dach_graphit, .fp--dach_graphit, .dach_graphit.a:hover, .dach_graphit.a:focus { background: #3c3c3c;color: white !important; }
.dach_schwarz, .fp--dach_schwarz, .dach_schwarz.a:hover, .dach_schwarz.a:focus { background: #000000;color: white !important; }
.dach_anthrazit, .fp--dach_anthrazit, .dach_anthrazit.a:hover, .dach_anthrazit.a:focus { background: #404851;color: white !important; }
.dach_blau, .fp--dach_blau { background: #55647c; color: white;}
.dach_gruen, .fp--dach_gruen{ background: #5b5f41;color: white; }

.fenster_weiss, .fp--fenster_weiss { background: #fff;color: black; }
.fenster_creme, .fp--fenster_creme { background: #fceccc;color: black; }
.fenster_senf, .fp--fenster_senf { background: #bc974d;color: black; }
.fenster_knallrot, .fp--fenster_knallrot { background: #ba4646; color:white;}
.fenster_rot, .fp--fenster_rot { background: #853434; color: white;}
.fenster_mahagoni, .fp--fenster_mahagoni { background: #8a6b57; color: white;}
.fenster_braun, .fp--fenster_braun, .fenster_braun, .fenster_braun.a:hover, .fenster_braun.a:focus { background: #7b573f;color: white !important; }
.fenster_dunkelbraun, .fp--fenster_dunkelbraun, .fenster_dunkelbraun.a:hover, .fenster_dunkelbraun.a:focus { background: #5a4231;color: white !important; }
.fenster_hellgrau, .fp--fenster_hellgrau { background: #a0a0a0; color: black;}
.fenster_grau, .fp--fenster_grau, .fenster_grau.a:hover, .fenster_grau.a:focus { background: #7b7b7b;color: white !important; }
.fenster_schwarz, .fp--fenster_schwarz, .fenster_schwarz.a:hover, .fenster_schwarz.a:focus{ background: #000; color: white !important;}
.fenster_anthrazit, .fp--fenster_anthrazit, .fenster_anthrazit.a:hover, .fenster_anthrazit.a:focus { background: #3d4454;color: white !important; }
.fenster_hellblau, .fp--fenster_hellblau { background: #6278ab; color: white;}
.fenster_blau, .fp--fenster_blau, .fenster_blau.a:hover, .fenster_blau.a:focus { background: #394d7a;color: white !important;}
.fenster_gruen, .fp--fenster_gruen,.fenster_gruen.a:hover, .fenster_gruen.a:focus  { background: #6c7147;color: white !important; }
.fenster_dunkelgruen, .fp--fenster_dunkelgruen, .fenster_dunkelgruen.a:hover, .fenster_dunkelgruen.a:focus { background: #41442a;color: white !important; }



.putz_strahlendes-gelb, .fp--putz_strahlendes-gelb, .putz_strahlendes-gelb.a:hover, .putz_strahlendes-gelb.a:focus { background: rgb(249, 225, 150);color: black !important; }
.putz_honiggelb, .fp--putz_honiggelb, .putz_honiggelb.a:hover, .putz_honiggelb.a:focus { background: rgb(249, 224, 154);color: black !important; }
.putz_senf, .fp--putz_senf, .putz_senf.a:hover, .putz_senf.a:focus { background: rgb(242, 198, 100);color: black !important; }
.putz_leuchtend-orange, .fp--putz_leuchtend-orange, .putz_leuchtend-orange.a:hover, .putz_leuchtend-orange.a:focus { background: rgb(248, 163, 101);color: black !important; }
.putz_feuriges-rot, .fp--putz_feuriges-rot, .putz_feuriges-rot.a:hover, .putz_feuriges-rot.a:focus { background: rgb(221, 91, 72);color: white !important; }
.putz_terracotta, .fp--putz_terracotta, .putz_terracotta.a:hover, .putz_terracotta.a:focus { background: rgb(238, 160, 79);color: black !important; }
.putz_jadegruen, .fp--putz_jadegruen, .putz_jadegruen.a:hover, .putz_jadegruen.a:focus { background: rgb(151, 192, 105);color: black !important; }
.putz_erdiges-gruen, .fp--putz_erdiges-gruen, .putz_erdiges-gruen.a:hover, .putz_erdiges-gruen.a:focus { background: rgb(170, 204, 123);color: black !important; }
.putz_kobaltblau, .fp--putz_kobaltblau, .putz_kobaltblau.a:hover, .putz_kobaltblau.a:focus { background: rgb(111, 151, 208);color: white !important; }
.putz_hellgrau, .fp--putz_hellgrau, .putz_hellgrau.a:hover, .putz_hellgrau.a:focus { background: rgb(197, 194, 189);color: black !important; }
.putz_weiss, .fp--putz_weiss, .putz_weiss.a:hover, .putz_weiss.a:focus { background: #ffffff;color: black !important; }





.fuge_schwarz, .fp--fuge_schwarz, .fuge_schwarz.a:hover, .fuge_schwarz.a:focus {background: #434243;color: white !important;}
.fuge_anthrazit, .fp--fuge_anthrazit, .fuge_anthrazit.a:hover, .fuge_anthrazit.a:focus {background: #544e49;color: white !important;}
.fuge_dunkelgrau, .fp--fuge_dunkelgrau, .fuge_dunkelgrau.a:hover, .fuge_dunkelgrau.a:focus {background: #8e8780;color: white !important;}
.fuge_mittelgrau, .fp--fuge_mittelgrau {background: #a8a094;color: black;}
.fuge_hellgrau, .fp--fuge_hellgrau {background: #cfcac1;color: black;}
.fuge_hellbraun, .fp--fuge_hellbraun {background: #ab9485;color: black;}
.fuge_erdfarben-dunkel, .fp--fuge_erdfarben-dunkel {background: #9c8b7b;color: black;}
.fuge_erdfarben-hell, .fp--fuge_erdfarben-hell {background: #bca68a;color: black;}
.fuge_sandfarben, .fp--fuge_sandfarben {background: #efcf96;color: black;}
.fuge_dunkelrot, .fp--fuge_dunkelrot {background: #a0573b;color: white;}
.fuge_hellrot, .fp--fuge_hellrot {background: #dba88f;color: black;}
.fuge_rose, .fp--fuge_rose {background: #d2b7a4;color: black;}
.fuge_creme, .fp--fuge_creme {background: #d9c5a8;color: black;}
.fuge_altweiss, .fp--fuge_altweiss {background: #e3e1dd;color: black;}
.fuge_weiss, .fp--fuge_weiss {background: #fff;color: black;}


.fp--filter-mainlbl {
  margin-left: 3px;
}

.food_section{
  margin-top: 5px;
  margin-bottom: 100px;
}


#search-input {
  display: none;
  max-width: 220px;
}

#searchalert{
  color: #9b9b9b;
  font-size: 11px;
  text-align: center;
}


/* Stil für die gesamte Pagination */

.center-pagination {
  text-align: center;
}


.custom-pagination {
  margin-top: 20px;
  text-align: center;
}

/* Stil für einzelne Seiten-Links */
.custom-pagination .page, .custom-pagination .current, .custom-pagination .first
  , .custom-pagination .previous
  , .custom-pagination .next
  , .custom-pagination .last
  {
  display: inline-block;
  margin-right: 5px; /* Abstand zwischen den Seiten-Links */
  position: relative;
  display: block;
  padding: 1.4rem 1.4rem;
  margin-left: -1px;
  line-height: 1.25;
  color: grey;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: 24px;
}

/* Stil für den aktiven Link */
.custom-pagination .page.active .page-link {
  background-color: #007bff; /* Hervorhebungsfarbe für die aktive Seite */
  color: #fff; /* Textfarbe für die aktive Seite */
}

/* Stil für den Hover-Effekt (optional) */
.custom-pagination .page:hover .page-link {
  background-color: #f8f9fa; /* Hintergrundfarbe beim Hover-Effekt */
}

/* Stil für die vorherige und nächste Schaltflächen */
.custom-pagination .page.prev, .custom-pagination .page-item.next {
  font-weight: bold; /* Fett für die vorherige und nächste Schaltflächen */
}


.form-check-label.disabled {
  color: #aeaeae !important;
}

.wk--in-list{
  color: #ffffff;
  font-size: 11px;
}


.wk--in-list-detail{
  font-size: 14px;
  padding-top: 8px;
}

.img-container{
  position: relative;
  display: inline-block; 
}

.overlayimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* Rotes Overlay mit 50% Transparenz */
}

.mini-box-klinker-lowzoom
{
  width: 200px;
  height: 133px;
  position: absolute;
  margin: 10px;
  z-index: 10;
  top: 0px;
  right: 0px;
  min-height: unset;
}

.input--search{
  width:400px;
}

.main--price-slider{
  margin-left: 100px; 
  margin-right:100px;
}



.fixed-bottom {
  position: fixed;
    bottom: 40px;
    left: 50%; /* Horizontal in der Mitte */
    transform: translateX(-50%); /* Zentrierung durch Translation */
    width: 300px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
}


.angebot--btn {
  text-align: center;
 
  padding: 10px;
}


.filters_menu #resetcartconfi {
  margin-top: 0px;
}


.filters_menu #filterbadge {
  top:-20px;
}

.filters_menu .filterbadgecat {
  top:-20px;
}


.ab--search-res{
  position: relative !important;
  left: unset !important;
  top: unset !important;
}


.start .box {
  min-height: 600px;
}

.list--ausstellung{
  font-size: 11px;
}

#main-img-col, #haus, #mainpic{
  transition: transform 0.3s ease; /* Für eine sanfte Zoom-Animation */
}


#zoom-controls {
  position: absolute; /* Das schwebende Element im übergeordneten Div */
  top: 10px; /* Abstand vom oberen Rand des zoombaren Divs */
  left: 50%; /* Horizontal zentriert im umgebenden Div */
  transform: translateX(-50%); /* Aus der Mitte nach links verschieben */
  background-color: rgba(255, 255, 255, 0.7); /* Halbtransparent für bessere Sichtbarkeit */
  padding: 5px; /* Innenabstand */
  border-radius: 5px; /* Abgerundete Ecken */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Leichter Schatten für bessere Lesbarkeit */
  z-index: 1000; /* Sicherstellen, dass es über dem Inhalt bleibt */
}

#zoom-controls button {
  margin: 0 2px;
  cursor: pointer;
}

.zoom--btn{
  min-width: 60px;
}


#brillenputz {
  background-image: url('/images/putz-brille.jpg');
  background-size: 600px auto;
  background-repeat: no-repeat; /* Verhindert die Wiederholung des Bildes */
  background-position: center; /* Bild zentrieren, falls es gestreckt werden muss */
}


#rundputz {
  background-image: url('/images/putz-putz.jpg');
  background-size: 600px auto;
  background-repeat: no-repeat; /* Verhindert die Wiederholung des Bildes */
  background-position: center; /* Bild zentrieren, falls es gestreckt werden muss */
}

#brillenputz .fp--filter-btn-frame {
  
  text-shadow: 0 0 5px rgba(255, 255, 255, 1.0); /* Fügt einen weißen Glow-Effekt hinzu */
}


#putzcanvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}




#fp--scroll-col{
  
}

.scroll-container {
  white-space: nowrap; /* Verhindert Umbruch */
  scrollbar-width: thin; /* Optional: Anpassen der Scrollbar-Breite */
  scroll-behavior: smooth;
}

#colorBox {
  position: absolute; /* Absolut positioniert relativ zu #image-container */
  top: 10px; /* Abstand vom oberen Rand des Containers */
  left: 10px; /* Abstand vom linken Rand des Containers */
  width: 200px;
  height: 200px;
  background-color: rgb(255, 255, 255); /* Initiale Hintergrundfarbe */
  border: 1px solid #000;
  z-index: 10; /* Über anderen Inhalten innerhalb des Containers */
  }


/* Stile für allgemeine Tablets (unabhängig von der Ausrichtung) */
@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) {

  .cart--house-drop-parking {
    width: 33%;
  }


 
  

  
  @media only screen and (orientation: portrait) {
      /* Stile für Portrait-Tablets */
      .ab--btn-container-detail .btn, .ab--btn-container .btn {
        
        font-size: 0.7rem;
      }
  }
}

/* Media Query für Geräte mit einer maximalen Bildschirmbreite von 768px (typischerweise für Smartphones) */
@media only screen and (max-width: 768px) {


  .username--head {
    display: none;
  }

  
  .cart--prop-td.cart--td-key {
    width: 30px;
  }
  .fixed-bottom {
    
      bottom: 10px;
    
  }
  .main--price-slider{
    margin-left: 10px; 
    margin-right:10px;
  }
  .food_section .filters_menu li {
    padding: 7px 25px;
    margin-bottom: 10px;
  }

  .ab--nav-header {
   
    height: 65px;
   
  }
  .header_section{
    height: 65px;
  }

  .onesubcarthouse {
  
    width: 50%;
  }
  .komm--container{
    max-width: 90%;
    overflow: scroll;
  }
  .fp--greybg {
    padding-left: 20px;
    margin-top: 20px;
  }

  .search--container{
    padding: 30px;
  }

  .input--search{
    width:240px;
  }
  .cart--house-drop, .cart--house-drop-agb {
    
    width: 100%;
  }
  .fp--detailimg--small
  {
    max-width: 90px;    
    max-height: 60px;
  }

  #zoom--btn{
    display: none;
  }

  .cart--infobtn{
    max-width: 200px;
    font-size: 9px;
    padding-top: 10px;
  }


  .fp--cart-btn-head {
    font-size: 0.6rem !important;
    
  }
  
  .username--head {
    display: none;
  }

  .logo--main-fp img {
    content: url('/images/F+-Logo-Mobil.jpg'); /* Pfad zum neuen Bild für mobile Geräte */
    width: 30px;
  }

  .logo--main img {
    content: url('/images/Klinker-Logo-mobil.jpg'); /* Pfad zum neuen Bild für mobile Geräte */
    width: 50px;
  }

  .logout--btn{
    display: none;
  }

  .back--txt{
    display: none;
  }

  #admin--btn{
    display: none;
  }

}



.list--artikelnr {
  height: 64px;
}



.introjs-disabled {
  color: white !important;
  border-color: white !important;
  box-shadow: none;
  background-color: white !important;
  text-decoration: none;
  display: none !important;
}


.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  padding: .5rem 1rem;
  border: 1px solid white !important;
  text-decoration: none;
  text-shadow: 0 0 0 #fff !important;
  font-size: 14px;
  color: unset;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: white !important;
  border-radius: .2em;
  zoom: 1;
  display: inline;
  padding: 0px !important;
}


/* Entfernt den zusätzlichen Rand um den "Weiter"- und "Fertig"-Button */
.introjs-tooltipbuttons .introjs-button:focus,
.introjs-tooltipbuttons .introjs-button:hover {
    outline: none !important;
    box-shadow: none !important;
}

/* Falls es dennoch einen Rand gibt, auch für aktivierte Buttons entfernen */
.introjs-tooltipbuttons .introjs-button:active {
    outline: none !important;
    box-shadow: none !important;
}


button#togglePassword {
  padding: 18px;
}

/* WDVS */


.attribute-scroll {
  scroll-behavior: smooth;
  white-space: nowrap;
  margin: 0 40px; /* Platz für die Pfeile */
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.attribute-scroll::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}


.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  cursor: pointer;
}

.scroll-arrow.left {
  left: 0;
}

.scroll-arrow.right {
  right: 0;
}
.attribute-btn, .attribute-btn-s {
  width: 100px;
  height: 100px;
  background-color: #f8f9fa;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  transition: background-color 0.2s ease;
  cursor: pointer;
  margin-right: 5px;
}

.attribute-btn-s {
  width: 50px;
  height: 60px;
}

.attribute-btn:hover {
  background-color: #e9ecef;
}

.attribute-btn.active {
  background-color: #d1e7dd; /* leicht grün */
  border-color: #0f5132;
}

.attribute-btn.active .icon-main {
  color: #198754; /* Bootstrap-Grün */
}

.attribute-btn.active .attribute-label {
  color: #198754;
}

.attribute-label {
  font-size: 11px;
  margin-top: 0.05rem;
  font-weight: 500;
  line-height: 1.0;
  word-break: break-word;
  white-space: normal;
  text-align: center;
  max-width: 100%;
  min-height: 24px;
}

.check-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 1rem;
  color: #198754;
}


#klaro .cm-btn,
#klaro .cm-btn-success,
#klaro .cm-btn-accept {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 6px !important;
    border: none !important;
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#klaro .cm-btn:hover {
    background-color: var(--accent-color) !important;
}


#klaro .cm-modal,
#klaro .cm-consent-modal {
    background-color: var(--lightbg-color) !important;
    color: var(--darkbg-color) !important;
    border: 2px solid var(--secondary-color) !important;
    border-radius: 10px !important;
}

#klaro .cm-title,
#klaro .cm-name {
    color: var(--primary-color) !important;
    font-family: 'Roboto', sans-serif !important;
}


#klaro .cm-btn-decline {
  background-color: var(--secondary-color) !important; /* dezentes Grau */
  color: #fff !important;
  opacity: 0.7;
  font-weight: normal;
  border: none;
}

#klaro .cm-btn-decline:hover {
  background-color: var(--secondary-color) !important;
  opacity: 1;
}

#klaro .cm-modal,
#klaro .cm-consent-modal,
#klaro .cm-banner {
    color: #000 !important;
}
.klaro .cookie-modal h1, .klaro .cookie-modal p{
  color: #000 !important;
}

li.cm-purpose {
  color: black !important;
}

li.cm-service {
  color: black !important;
}


.klaro .cookie-modal .cm-list-label .slider, .klaro .context-notice .cm-list-label .slider, .klaro .cookie-notice .cm-list-label .slider {
  background-color: #a59393 !important;

}



#klaro .cm-btn-info {
  background-color: #a59393 !important;
    color: #fff !important;
    border-radius: 6px !important;
    border: none !important;
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.card-title-colored {
  background-color: var(--secondary-color);
  color: white;
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}

/* Sidebar sticky auf Desktop */
.sticky-sidebar {
  position: sticky;
  top: 100px; 
}

/* Sticky Footer auf Mobilgeräten */
.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
}


.berater-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.sidebar-berater-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0.75rem;
}

.sidebar-berater-img-s {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0.75rem;
}




/* 🟦 Eigener Outline-Primary-Button mit deiner CI-Farbe */
.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}




/* Gesamt-Sidebar-Rahmen */
.sticky-sidebar {
  position: sticky;
  top: 100px;
  background-color: var(--lightbg-color);
  border-left: 5px solid var(--primary-color);
  border-radius: 0.75rem;
  padding: 1.5rem;
}

/* Unterteilungen innerhalb der Sidebar */
.sidebar-section + .sidebar-section {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--darkbg-color);
}

.sidebar-section h5,
.sidebar-section h6 {
  color: var(--accent-color);
  margin-bottom: 0.75rem;
}

#selected-product-name {
  font-weight: bold;
  color: var(--secondary-color);
}




.product-card {
  background-color: var(--lightbg-color);
  border-radius: 1rem;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-card .product-header {
  background-color: var(--darkbg-color);
  color: white;
  padding: 0.75rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  min-height: 80px;
}

.product-card .product-subline {
  font-size: 0.9rem;
  background-color: var(--secondary-color);
  color: var(--lightbg-color);
  padding: 0.4rem 1rem;
  text-align: center;
}

.product-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

.product-card .material-info {
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  background-color: white;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: var(--secondary-color);
  font-weight: 500;
  text-align: center;
}

.product-card .attribute-table {
  font-size: 0.8rem;
  margin: 1rem 1rem 1rem 1rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.product-card .select-btn {
  margin: 0 1rem 1rem 1rem;
  margin-top: auto; /* nach unten drücken */
}


.attribute-table table {
  width: 100%;
}

.attribute-table th {
  text-align: left;
  color: var(--darkbg-color);
  font-weight: 600;
  padding-bottom: 0.25rem;
}

.attribute-table td {
  padding: 0.25rem 0;
  color: var(--secondary-color);
  font-family: monospace;
}




/* 🟢 Ampel-Indikator */
.relevance-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.75rem 1rem 0.5rem 1rem;
  padding: 0.4rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: white;
  text-align: center;
}

.relevance-high {
  background-color: #28a745; /* grün */
}

.relevance-medium {
  background-color: #ffc107; /* gelb */
  color: #333;
}

.relevance-low {
  background-color: #dc3545; /* rot */
}

/* 🏅 Topauswahl-Badge */
.product-header .top-badge {
  background-color: var(--primary-color);
  color: white;
  font-size: 0.65rem;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  position: absolute;
  right: 1rem;
  top: 0.75rem;
}

.top-ribbon {
  position: absolute;
  top: 0.75rem;
  left: -1.5rem;
  transform: rotate(-45deg);
  background-color: var(--primary-color);
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.3rem 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 10;
  width: 100px;
  text-align: center;
  border-radius: 0.25rem;
}


/* Karte bei niedriger Relevanz ausgegraut */
.product-card.inactive {
  opacity: 0.5;
  pointer-events: none; /* optional: unterbindet alles in der Karte */
}

/* Deaktivierter Button – optisch anpassen */
.product-card .btn[disabled] {
  background-color: #ccc !important;
  border-color: #ccc !important;
  color: #666 !important;
  cursor: not-allowed;
  opacity: 1; /* damit Button gut lesbar bleibt */
}


.relevance-badge {
  position: absolute;
  top: 0.75rem;
  right: 0;
  width: 90px;
  height: 75px;
  background-color: var(--primary-color); /* wird überschrieben per Klasse */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
  font-size: 0.65rem;
  font-weight: 600;
  text-align: center;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: -2px 2px 5px rgba(0,0,0,0.15);
  z-index: 5;
}

.relevance-badge .label-top,.label-top {
  font-size: 0.6rem;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 0.1rem;
 
}


.relevance-badge .label-main {
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  

}

.relevance-badge .label-bottom {
  font-size: 0.6rem;
  opacity: 0.6;
  margin-top: 0.1rem;
}

/* Farben je nach Relevanz */
.relevance-high {
  background-color: #28a745;
  color: white;
  
}

.relevance-medium {
  background-color: #ffc107;
  color: #333;
}

.relevance-low {
  background-color: #dc3545;
}


.price-info {
  padding: 0.75rem 1rem;
  background-color: var(--lightbg-color); /* statt weiß */
  border-top: 1px solid #ddd;
  font-size: 0.85rem;
  color: var(--secondary-color);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.price-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.price-line.total {
  font-size: 1.05rem;
  font-weight: bold;
  color: var(--secondary-color);
  margin-top: 0.5rem;
  border-top: 1px solid #ccc;
  padding-top: 0.5rem;
}

.building-class-selector {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap; /* wichtig für Responsive */
}

.building-class-btn {
  background-color: var(--lightbg-color);
  color: var(--darkbg-color);
  border: 1px solid var(--secondary-color);
  border-radius: 1rem;
  padding: 0.75rem 1.2rem;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  min-width: 120px;
  transition: 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.building-class-btn.active,
.building-class-btn:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.building-class-btn .btn-label-top {
  font-size: 0.65rem;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 0.2rem;
}

.building-class-btn .btn-label-main {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.building-class-btn .btn-label-sub {
  font-size: 0.75rem;
  opacity: 0.8;
  margin-top: 0.15rem;
}


#thickness-select {
  font-size: 0.85rem;
  background-color: var(--lightbg-color);
  border-color: var(--secondary-color);
  color: var(--darkbg-color);
}


.wdvs-context-box {
  background-color: var(--lightbg-color);
  border: 1px solid #ddd;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  font-size: 0.85rem;
  color: var(--secondary-color);
}

.building-class-selector.small .building-class-btn {
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
}

.building-class-selector.small .btn-label-main {
  font-size: 0.9rem;
}

.building-class-selector.small .btn-label-sub {
  font-size: 0.7rem;
}

.form-select-sm {
  font-size: 0.85rem;
  padding: 0.375rem 0.75rem;
}


.attribute-btn {
  background-color: var(--lightbg-color);
  border: 1px solid var(--secondary-color);
  border-radius: 0.75rem;
  padding: 0.4rem 0.75rem;
  min-width: 90px;
  cursor: pointer;
  transition: 0.2s ease;
}


.attribute-label {
  font-size: 0.65rem;
  font-weight: 500;
}

.gk-buttons .attribute-label small {
  font-size: 0.65rem;
  opacity: 0.7;
}
.wdvs-dicke-custom-btn {
  background-color: white;
  color: var(--darkbg-color);
  border: 1px solid var(--darkbg-color);
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.35rem 0.75rem;
  transition: 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.wdvs-dicke-custom-btn i {
  font-size: 1rem;
}

.wdvs-dicke-custom-btn:hover,
.wdvs-dicke-custom-btn:focus {
  background-color: var(--darkbg-color);
  color: white;
  border-color: var(--darkbg-color);
}


.wdvs-dicke-option-custom {
  background-color: white;
  color: var(--darkbg-color);
  border: 1px solid var(--darkbg-color);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  text-align: left;
  width: 100%;
  transition: all 0.2s ease;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.wdvs-dicke-option-custom:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.wdvs-dicke-option-custom.active {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

.selected-icon {
  font-size: 1.2rem;
  color: white;
}
.badge-indicator {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: var(--primary-color);
  color: white;
  font-size: 0.65rem;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
  line-height: 1;
  box-shadow: 0 0 0 2px white; /* feiner Kontrast */
  z-index: 10;
}



.wdvs-dicke-box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  color: var(--secondary-color);
}

.wdvs-dicke-box i {
  color: var(--secondary-color);
  font-size: 1rem;
}

.wdvs-dicke-box .dicke-highlight {
  font-size: 1.1rem;
  color: var(--secondary-color);
  font-weight: bold;
  margin-top: 0.25rem;
}

.no-wrap-stars {
  white-space: nowrap;
}
.no-wrap-stars .bi {
  font-size: 0.7rem;
  margin-right: 2px;
  vertical-align: middle;
}


.selected-products-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.selected-product-card {
  border-radius: 0.75rem;
  overflow: hidden;
  min-width: 140px;
  background-color: var(--lightbg-color);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  flex: 1 0 45%;
  position: relative;
}

.selected-product-card .product-title {
  background-color: var(--darkbg-color);
  color: white;
  padding: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

.selected-product-card .product-system {
  background-color: var(--secondary-color);
  color: white;
  padding: 0.4rem;
  font-size: 0.75rem;
  text-align: center;
}

/* ❌ Entfernen-Button */
.remove-product-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: background-color 0.2s ease;
}

.remove-product-btn:hover {
  background-color: #b51c2c;
}

.product-cart-rating{
  text-align: center;
  font-size:11px;
  text-transform: uppercase;
}

.product-cart-rating .label-main{
  font-size: 15px;
}

.sidebar-section h6{
  color: var(--secondary-color);
  
}

.info-kompakt {
  margin-top: -8px;
}

.contact-line {
  font-size: 0.85rem;
  display: inline-block;
  word-break: break-all;
  max-width: 100%;
}


.contact-line-s {
  font-size: 11px;
  display: inline-block;
  word-break: break-all;
  max-width: 100%;
}


.selected-product-card.relevance-low {
  opacity: 0.6;
  border: 1px dashed #dc3545;
}



#productFlyout {
  position: absolute;
  z-index: 9999;
  width: 320px;
  background-color: #f8f9fa; /* Bootstrap 4: bg-light */
  border: 1px solid #ccc;
  border-left: 4px solid #dc3545;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 1rem;
  border-radius: 0.5rem;
  display: none;
}

.border-info {
  border-color:#dc3545 !important;
}

.text-info{
  color: #5a9bd5;
}


.custom-dropzone {
    border: 2px dashed #aaa !important;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background-color: #fafafa;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    min-height: 90px !important;
    max-width: 400px !important;
    
    margin: 0 auto;
}

.custom-dropzone .dz-message {
    margin: 1rem 0;
    font-weight: 500;
}

.custom-dropzone.dz-drag-hover {
    border-color: #007bff;
    background-color: #f0f8ff;
}

.custom-dropzone .dz-message {
    white-space: normal;
    line-height: 1.4;
}

.modal-info-content h2 {
  font-size: 18px;
  font-weight: bold;
}

.modal-info-content h3 {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}

.np--btn{
  width: 420px;
  margin-bottom: 10px;
}

#putzangebotcontainer{
  margin-top: 10px;
}


.catname-wrapper {
    display: inline-block;
    padding-left: 30px;
}

.catname-flash {
    width: 20px;
    height: 20px;
    background-color: red;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 10;
    animation: flashout 5s forwards;
}


@keyframes flashout {
    0%   { opacity: 1; }
    90%  { opacity: 1; }
    100% { opacity: 0; display: none; }
}

.catnamealertcol {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 11px;
}


.mb-3 {
  margin-bottom: 5px !important;
}

.dz-message {
  margin: 0px !important;
}

.valid-feedback {
        color: #28a745;
        font-weight: 500;
    }
    .invalid-feedback {
        color: #dc3545;
        font-weight: 500;
    }



.nice-select.form-control {
    padding: 0px 30px 10px 10px;
}


 .fp--cart-overview {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.card-header-custom {
    background: var(--secondary-color);
    color: white;
    padding: 20px 25px;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: none;
}

.card-body-custom {
    padding: 25px;
    flex: 1;
}

.info-section {
    background: var(--lightbg-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid var(--primary-color);
}

.info-section h3 {
    color: var(--darkbg-color);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.info-section h3:before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
    margin-right: 10px;
}

.info-text {
    color: var(--secondary-color);
    line-height: 1.6;
    margin-bottom: 8px;
}

.info-text strong {
    color: var(--darkbg-color);
}

.request-item {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
    border-left: 4px solid var(--primary-color);
}

.request-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(223, 3, 42, 0.15);
}

.request-item a {
    text-decoration: none;
    color: var(--darkbg-color);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.request-item img {
    margin-right: 10px;
}

.info--txt {
    font-size: 0.85rem;
    color: var(--secondary-color);
    margin-top: 8px;
    font-style: italic;
}

.btn-custom {
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 600;
    transition: all 0.2s ease;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-custom img {
    margin-right: 8px;
}

.btn-primary-custom {
    background: var(--primary-color);
    color: white;
}

.btn-primary-custom:hover {
    background: var(--accent-color);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(223, 3, 42, 0.3);
}

.btn-secondary-custom {
    background: var(--secondary-color);
    color: white;
}

.btn-secondary-custom:hover {
    background: var(--darkbg-color);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(109, 114, 117, 0.3);
}

.equal-height-row {
    display: flex;
    align-items: stretch;
}

.equal-height-col {
    display: flex;
}

.equal-height-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .address-grid {
        grid-template-columns: 1fr;
    }
    
    .equal-height-row {
        flex-direction: column;
    }
}

.no-requests {
    text-align: center;
    color: var(--secondary-color);
    font-style: italic;
    padding: 40px 20px;
}

/* mobile Endgeräte */
@media (max-width: 767.98px) {
  .mobile-hide {
    display: none !important;
  }
}





