/** Shopify CDN: Minification failed

Line 62:0 Unexpected "}"
Line 239:8 Unexpected "*"
Line 449:1 Expected "}" to go with "{"

**/
/*filter*/
.ti-fw{
margin-bottom: 0px !important; 
padding-bottom: 0px !important;
}

.gf-range-inputs input {
    background-color: #f7f7f7 !important;
}

#gf-tree .noUi-connect {
    background: rgb(182 24 31 / 50%) !important;
}

#gf-tree .noUi-handle {
    background-color: rgb(182 24 31 / 1.0) !important;
}

.gf-actions{
margin-bottom: 0px !important;

}

.gf-filter-contents {
    background: #ffffff;
    padding-inline: 1.5rem;
    padding-block: 0.5rem;
}

#header-component, .header__row, .header-group {
    z-index: 9999 !important;
}
.gf-block-title span {
    font-size: 1.2rem !important;
}
#shopify-section-template--26601208316244__ti_filter_Dp7wjQ {
    margin-top: -360px;
    pointer-events: none;
 
}
#shopify-section-template--26601208316244__ti_filter_Dp7wjQ .ti-fw__inner{
    z-index: 1 !important;
       pointer-events: all !important;
           grid-column: 3 / 4;
}



.ti-fw__outer{
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
}


}
.hero__container{
    z-index:  !important;

}

.ti-fw__title, .ti-fw__field label {
    color: white !important;
}

.ti-fw__status{
display: none !important;

}
/*faqs*/

summary.details__header {
    padding: 18px 20px;
}

summary.details__header:hover{
    color: white!important;
}

.details-content {
    background: white;
    color: black;
    padding: 20px!important;
}

/*newsletter*/

.email-signup__input {
    border-radius: 0px!important;
    border-color: white!important;
}

/*einsatzbereiche startseite*/
#shopify-section-template--26601208316244__section_MTNTjQ .color-scheme-5 {
    background: transparent;
    border-radius: 8px;
}

#shopify-section-template--26601208316244__section_MTNTjQ .section-content-wrapper{
background: #f7f7f7;
border-radius: 8px;
}
#shopify-section-template--26601208316244__section_MTNTjQ{
  margin-block: 2rem;
}

 #shopify-section-template--26601208316244__section_MTNTjQ img.image-block__image.border-style{
border-radius: 8px;
}
#shopify-section-template--26601208316244__section_MTNTjQ .group-block{
  padding:2rem;
  padding-left: 1rem;
}


#shopify-section-template--26601208316244__section_MTNTjQ .group-block-content > .group-block{
  padding: 0px;
}





/*topbar*/

.topBar-wrapper {
  background-color: #cc071e;

}

.topBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0rem;
}

.stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.topBar strong {
  white-space: nowrap;
  color: white;
  font-size: 0.875rem;
}

.kontakt {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.kontakt a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.875rem;
  transition: color 0.15s ease-in-out;
}

.kontakt a:hover {
  color: black;
}

.kontakt a:hover svg {
  stroke: black;
}

.kontakt a svg {
  flex-shrink: 0;
  transition: stroke 0.15s ease-in-out;
}



#shopify-section-sections--26601208512852__custom_liquid_K8ALcP {
  background-color: #cc071e !important;
}

/*mega-menu*/
[data-menu-grid-id="MegaMenuList-1"], 
[data-menu-grid-id="MegaMenuList-2"] {
    --menu-columns-desktop: 5 !important;
    --menu-columns-tablet: 4;
}

.mega-menu__link-image {
    display: none;
}

#submenu-1, #submenu-2 {
    padding-top: 30px;
}

.megaMenueWrapper {
    padding: 10px 20px;
    background: rgb(182 24 31 / 1.0);
    height: 140px;
    align-content: center;
    align-self: center;
    color: white !important;
    line-height: 20px !important;
    border: 2px solid rgb(182 24 31 / 1.0);
    transition: all 0.2s ease;
}

.megaMenueWrapper .mega-menu__link {
    color: white;
    line-height: 20px;
}
.megaMenueWrapper:hover .mega-menu__link, .megaMenueWrapper:hover .mega-menu__link-traglast {
    color: rgb(182 24 31 / 1.0) !important;
}
.megaMenueWrapper:hover {
    padding: 10px 20px;
    background: white;
    height: 140px;
    align-content: center;
    align-self: center;
    color: rgb(182 24 31 / 1.0) !important;
    line-height: 20px !important;
    border: 2px solid rgb(182 24 31 / 1.0);
}
.megaMenueWrapper:hover .mega-menu__link-traglast-icon {
  filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(5000%) hue-rotate(348deg) brightness(85%) contrast(95%);
}
 infobar*/
/*header infobar*/
.announcement-bar__slider slideshow-arrows .slideshow-control {
    display: none!important;
}

/*preis pro stück*/
small.unit-price {
    display: none;
}

/*produktliste*/

.resource-list.resource-list--grid {
    --resource-list-column-gap-desktop: 24px!important;
    --resource-list-row-gap-desktop: 24px;
}

/*varinaten unter preiselement*/

.variant-meta-block{
font-size: 16px!important;
color: #313131!important;
font-weight: 400;


}


/* Stellt sicher, dass das Bild nicht aus der Box läuft */
.collection-card .resource-image,
.collection-card .resource-image__inner {
  overflow: hidden;
  position: relative;
}

/* Bild Animation */
.collection-card img {
  transition: transform 0.5s ease;
  transform-origin: center center;
}

/* Beim Hover: NUR Bild vergrößern */
.collection-card:hover img {
  transform: scale(1.08);
}


.customIcon{
width: 1rem;
height: 1rem;
}

.variant-specs__label, .variant-specs__value{
font-size: var(--font-size--xs);
}


.product-card p {
    text-transform: none !important;
}

.collection-card .overlay{
  opacity: 0.3;
}


@media (max-width: 1000px) {
.button--AMnpYNmFBYldWYXBFd__button_bjc3mD
{
width: unset !important;
}


/* tablet */

@media (max-width: 820px) {
#shopify-section-template--26601208316244__ti_filter_Dp7wjQ .ti-fw__inner{
    grid-column: 1 / 4;

}
        .topBar {
            overflow: hidden !important;
            justify-content: center;
        }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait){
#shopify-section-template--26601208316244__ti_filter_Dp7wjQ {
   margin-top: 0px !important;
}



}


/* mobile */

@media (max-width: 600px) {
 

.overlay--gradient {
    background: linear-gradient(var(--overlay-direction), #000000a9, #000000a9) !important;
}

.text-block--Aemg1bEJ2dDZZdmhaM__text_7ELbAV h1{
font-size: 2.5rem !important
}

#shopify-section-template--26601208316244__ti_filter_Dp7wjQ{
  margin-top: -120px;
  margin-bottom: 32px;
}

#shopify-section-template--26601208316244__ti_filter_Dp7wjQ .ti-fw__inner{
    grid-column: 1 / 4;
}





#shopify-section-template--26601208316244__section_MTNTjQ .button{
padding: 0.5rem;
font-size: 0.8rem;
}

.menu-drawer__menu--grid{
  padding: 0px !important
}

.menu-drawer__menu-item--child{
  font-size: 0.8rem !important;
}
.menu-drawer__menu-item--child span{

  padding: 0.5rem !important;
text-wrap: balance;
line-height: 1.1;
}

.menu-drawer__menu-item--mainlist span{
  color: #cb0001 !important;
  font-size: 2rem !important;

}

.menu-drawer__list-item {
background: #e9e9e9;

}
.ti-fw__fields {
    grid-template-columns: 1fr !important;
}
.ti-fw__inner{
padding: 1rem !important;
width: 100%;

}
.ti-fw__outer {
    justify-content: center;
}

.topBar{
  overflow: hidden !important;
  justify-content: center;
}
.stats strong, .kontakt { 
  display: none;
}

.stats strong:first-of-type {
  display: block;
}

.icon-list{
grid-template-columns: 1fr  !important;
padding: 1rem !important;
}

.icon-list__headline{
  font-size: 1.5rem;
}

.vmi-summary{
font-size: 0.8rem !important;
gap: 0px !important;
}

.vmi-toggle {
  display: block !important;
  width: 100%;
  text-align: left;
  margin-top: 0.25rem;
  }


.product-grid , .spf-has-filter.theme-store-id-2481.spf-layout-theme #gf-products{
grid-template-columns: 1fr !important;
    --mobile-columns: 1 !important;

}

h1 {
    font-size: 2rem !important;
}
.slideshow-controls__thumbnails{
margin-inline: unset !important;
}
}