.FFSContent hr,
.FFSContent .headline-hr:before,
.FFSContent .headline-hr:after {
    margin: 1.25em 0;
}

.FFSContent article .artCMS {
    margin-bottom: 0px;
}

.FFSContent p {
    margin-bottom: 0px;
}

.FFSContent .detailPickle {
    margin-top: 48px;
}

.FFSContent .detailPickle .ce_custom-contactbutton .contactbutton-container > picture img {
    margin: 0px 24px 0px 0px;
    height: 102px;
    width: 102px;
}

.FFSContent .detailPickle .ce_custom-contactbutton .contactbutton-container {
    margin: 24px 24px 30px 24px;
}

.FFSContent .detailPickle .ce_custom-contactbutton .contactbutton-container > .contactbutton-contact {
    min-width: 200px;
}

.FFSContent .detailPickle .custom-contactbutton-banner .contactbutton-image-balloon-banner-container img {
    max-height: 244px;
}

.FFSContent li,
.FFSMenu li{
    list-style: none;
}
.FFSContent article .artCMS #RubView .offerItem{
    width: calc(100% / 3 - 30px);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.FFSContent article .artCMS #RubView .offerItem:hover {
    box-shadow: 1px 3px 6px #00000029;
}

.FFSContent .artCMS #RubView .productNameContainer span {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.27px;
}

.FFSContent article .artCMS #RubView .offerItem .innerBox .product-subtitle {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.42px;
}

/* NEUE ASN */
#UpperASN section.nocat:nth-child(n+7) {
    /*display: none;*/
}
#UpperASN section.nocat.active {
    display: block;
}
#UpperASN .headline {
    display: inline-block;
	padding: 10px 150px;
	width: 100%;
	font-size:1.5em;
}
#UpperASN #FilterNotCategory {
    display: flex;
	width: calc(100% - 423px);
    left: 278px;
	position: relative;
    padding: 20px 26px 4px 26px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

#UpperASN .filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-end;
}

#UpperASN .ffs-mode {
    z-index: 1;
    margin-bottom: 10px;
}

#UpperASN .ffs-mode span .ico-table2::before {
    content: '';
    border: 1px solid #000;
    background-color: #000;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    background-image: url('/tradepro/shop/layout/Kachelansicht_white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 24px;
    border-radius: 24px;
    display: inline-block;
}

#UpperASN .ffs-mode a .ico-table2::before {
    content: '';
    border: 1px solid #000;
    background-color: #fff;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    background-image: url('/tradepro/shop/layout/Kachelansicht_black.svg');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 24px;
    border-radius: 24px;
    display: inline-block;
}

#UpperASN .ffs-mode a .ico-menu::before {
    content: '';
    border: 1px solid #000;
    background-color: #fff;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    background-image: url('/tradepro/shop/layout/Listenansicht_black.svg');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 24px;
    border-radius: 24px;
    display: inline-block;
}

#UpperASN .ffs-mode span .ico-menu::before {
    content: '';
    border: 1px solid #000;
    background-color: #000;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    background-image: url('/tradepro/shop/layout/Listenansicht_white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 24px;
    border-radius: 24px;
    display: inline-block;
}

#UpperASN #FilterNotCategory a.contained-button.red.use-checked-filter-button {
    font-size: 14px;
    text-align: center;
    font-family: 'Helvetica Neue LT W02_75 Bold';
    pointer-events: auto;
}

#UpperASN section.nocat,
.newstyle.DetailContent .ArtAttributes .filterelem {
    display: block;
    float: left;
    width: calc(50% - 0.5em);
	height: 56px;
    width: auto;
    margin-right: 8px;
}

#UpperASN section.nocat:not(.nodrop) ul.open,
.newstyle.DetailContent .ArtAttributes .filterelem ul.open {
    z-index: 10;
    background: #fff;
	max-height: 435px;
	overflow-y: auto;
	box-shadow: 0px 2px 4px #ccc;
    z-index: 100000;
}
.newstyle.DetailContent .ArtAttributes .filterelem li{
	position:relative;
}
#UpperASN section.nocat:not(.nodrop) li,
.newstyle.DetailContent .ArtAttributes .filterelem li {
	display: none;
	cursor: pointer;
	padding: 9px 36px 10px 52px;
}
#UpperASN section.nocat:not(.nodrop) li:first-child,
.newstyle.DetailContent .ArtAttributes .filterelem li:first-child {
	display: block;
	border: 1px solid #a5a5a5;
    min-height: 45px;
    padding-left: 18px;
}

#UpperASN section.nocat:not(.nodrop) li.last,
.newstyle.DetailContent .ArtAttributes .filterelem li.last {
    padding: 20px;
    text-align: center;
}

#UpperASN section.nocat:not(.nodrop) ul,
.newstyle.DetailContent .ArtAttributes .filterelem ul {
	background:#fff;
	display: inline-block;
	padding: 0;
	border-radius: 2px;
	position: relative;
	width:90%;
    width: auto;
    min-width:25%;
}
#UpperASN section.nocat ul li:hover{
background-color: #f6f6f6;
}
#UpperASN section.nocat ul li:first-child:hover{
background-color: transparent;
}

#UpperASN section.nocat ul.open li{
	display: block;
    position: relative;
}
#UpperASN section.nocat ul.open span:before {
content: "\2191";
}

#UpperASN section.nocat ul.open span.checkmark:before {
    content: none;
}

#FilterNotCategory section:not(.nodrop) a {
    pointer-events: none;
}
#FilterNotCategory a.active {
    background: transparent;
    color: #333!important;
}
#FilterNotCategory a.active:after{
	color:#333;
	font-size: 20px;
	top: calc(50% - 10px);
}
#FilterNotCategory li:first-child:before,
#UpperASN .showall .text:before{
    right: 5px;
    transform: rotate(90deg);
	font-size: 20px;
	top: calc(50% - 10px);
	margin-top: 0;
	transition-duration: 0.2s;
    transition-property: all;
	color: #a5a5a5;
}
#UpperASN .showall .text:before{
	color: black;
}
#UpperASN .showall.active .text .show,
#UpperASN .showall:not(.active) .text .shownot,
#FilterNotCategory .nodrop li:first-child::before,
#FilterNotCategory li:not(:first-child)::before,
#UpperASN h1{
	display:none;
}

#FilterNotCategory ul.open li:first-child:before,
#UpperASN .showall.active .text:before{
	transform: rotate(-90deg);
}
#FilterNotCategory section a{
    margin: 0;
}
#UpperASN section.nocat:not(.nodrop) ul::before,
.FFSFiltersEinschubmenue .closebutton .closebutton {
    content: "";
    background: url('/files/Permapack/Icons/icon_arrow_small.svg');
    transform: rotate(90deg);
    z-index: 99999;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    position: absolute;
    top: 10px;
    right: 9px;
}
.FFSFiltersEinschubmenue .closebutton .closebutton {
    float: none !important;
    position: unset;
    background: url('/files/Permapack/Icons/ffs_backbutton.svg');
    box-shadow: none;
    background-repeat: no-repeat;
    transform: none;
    background-position: left;
    margin-left: -5px;
}

#UpperASN section.nocat:not(.nodrop) ul.open::before{
    position:sticky;
}
.FFSFiltersEinschubmenue .filters ul.level1.clearf.open li:first-child {
    display: none !important;
    text-align: center;
}
#UpperASN section.nocat:not(.nodrop) ul.hobo::before {
    background: url('/files/Permapack/Icons/icon_arrow_small_white.svg');
}
#UpperASN section.nocat ul.open li.clearthisf {
    color: #e3010b;
    text-transform: uppercase;
    font-family: 'Helvetica Neue LT W02_75 Bold';
    line-height: 15px;
    letter-spacing: 0.6px;
    font-size: 12px;
    text-align: center;
    padding: 10px 0px;
}
#UpperASN .showall{
    border-top: 1px solid #333;
	padding: 15px 150px;
    font-size: 1.25em;
    line-height: 1em;
	position: relative;
	cursor: pointer;
}
#UpperASN .showall .text{
	padding-left:40px;
}
#UpperASN .showall .text::before{
    right: unset;
	margin-left: -40px;
}
#UpperASN {
    position: sticky;
    background: #fff;
    left: 0;
    width: 100%;
    box-shadow: 0px 2px;
    z-index: 19;
    top: 90px;
    border-bottom:none;
    box-shadow: 0px 2px 3px #ccc;
}
#UpperASN .cwrap {
    max-width: 1146px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#UpperASN .active a {
    font-family: 'Helvetica Neue LT W02_75 Bold';
    font-size: 16px;
    line-height: 24px;
}
#UpperASN .resp-tabs-list,
.resp_tabs_wrapper .resp-tabs-list {
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    padding:1px;
    width: 100%;
}
#UpperASN .resp_tabs_cont,
.resp_tabs_wrapper .resp_tabs_cont {
    background: #fafafa;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    border-bottom: 0px;
    float: none;
}

#UpperASN.cms-content {
    box-shadow: none;
    position: relative;
    top: 0px;
}

#UpperASN.cms-content .resp_tabs_cont,
.resp_tabs_wrapper.cms-content .resp_tabs_wrapper {
    margin-bottom: 0px;
}

#UpperASN .resp-tab-item.resp-tab-active,
#UpperASN .resp-tabs-list li:hover,
.resp_tabs_wrapper .resp-tab-item.resp-tab-active,
.resp_tabs_wrapper .resp-tabs-list li:hover {
    background: #fff !important;
}
#UpperASN section.nocat:not(.nodrop) ul.level1.hobo li:first-child {
    background: #000;
    border: 0px;
}
#UpperASN section.nocat:not(.nodrop) ul.level1.hobo.open li:first-child {
    position: sticky;
    display:block;
    top: 0px;
    width: 100%;
}
#UpperASN section.nocat:not(.nodrop) ul.level1.hobo.open li:nth-child(2) {
    margin-top: 0;
}
#UpperASN section.nocat:not(.nodrop) ul.level1.hobo li:first-child a {
    color: #fff;
}
#UpperASN section li a{
    font-family: 'Helvetica Neue LT W05 45 Light';
    font-size:  16px;
    letter-spacing: 0.8px;
    line-height: 18px;
}
#UpperASN .freset.button {
    border: 0 !important;
    background: none !important;
    color: #e3010b;
    font-family: 'Helvetica Neue LT W05 55 Roman';
    font-size: 16px;
    line-height: 0.24px;
    letter-spacing: 0.6px;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    left: -278px;
    top: 35px;
    position: absolute;
    padding-left:20px;
}
#UpperASN .freset.button::before {
    content: " ";
    /* background: url('/files/Permapack/Icons/Close.svg') !important; */
    height: 14px;
    width: 15px;
    display: block !important;
    float: left;
    top: 0;
    position: absolute;
    left: 0px;
    top: 4px;
    background-size: cover !important;
}
#UpperASN .clearthisf.cat,
.FFSMenu #Filter .clearthisf.cat{
    display: none;
}
#UpperASN .FFSFiltersEinschubmenue .clearthisf.cat{
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    border: 0 !important;
    background: none !important;
    color: #e3010b;
    font-family: 'Helvetica Neue LT W02_75 Bold';
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    z-index: 1;
    cursor: pointer;
}
.FFSFiltersEinschubmenue .cat .gesamts {
    display: none;
}
.FFSFiltersEinschubmenue section.cat .mtext {
    display: none;
}
.FFSFiltersEinschubmenue section.cat .dtext {
    display: block;
    font-family: 'Helvetica Neue LT W05_77 Bd Cn';
    font-size: 36px;
    letter-spacing: 0.36px;
    line-height: 43px;
    margin-top: 37px;
    margin-bottom: 45px;
}
#UpperASN .resp-tab-item.resp-tab-active a,
.resp_tabs_wrapper .resp-tab-item.resp-tab-active a,
#SearchResult{
    color: #e3010b;
}
.lds-ring div{
    border: 6px solid #e3010b;
    border-color: #e3010b transparent transparent transparent;
}

/* */
.FFSMenu #Filter h1 {
    display: none;
}
#ShopMenu > #Filter > section {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
#ShopMenu > #Filter li::before{
    display:none;
}
#ShopMenu > #Filter li a{
    margin: 0px;
    padding: 0px;
}

#Filter li a.sub-category-link {
    display: none;
}

#ShopMenu.FFSMenu li a{
    font-family: 'Helvetica Neue LT W05 55 Roman';
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000;
}
#ShopMenu > #Filter li a:hover{
    color:#e3010b;
}
#UpperASN .resp-tab-item,
.resp_tabs_wrapper .resp-tab-item {
    border: 2px solid #fff;
    margin: 0;
    margin-top: 0px;
    margin-top: 63px;
    padding: 0px;
}
#UpperASN .resp-tab-item a,
.resp_tabs_wrapper .resp-tab-item a {
    font-family: 'Helvetica Neue LT W02_75 Bold';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.8px;
    padding: 14px 20px 18px 20px;
}
.FFSmobileFilters .filters {
    float: left;
    height: calc(100% - 148px);
    overflow: auto;
}

#ShopMenu.FFSMenu li.active,
#ShopMenu.FFSMenu section:not(.smalldesign) li {
    padding: 17px 0px;
    background-color: #fff;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: -1px;
    
}
#ShopMenu.FFSMenu ul.level2{
    margin-top:32px;
}
#ShopMenu.FFSMenu li.active a,
#ShopMenu.FFSMenu section:not(.smalldesign) li a,
#SearchResult,
#SearchResult a{
    color: #000;
    font-family: 'Helvetica Neue LT W05_77 Bd Cn';
    letter-spacing: 0.3px;
    line-height: 26px;
    font-size: 20px;
}
#SearchResult {
    padding: 0px;
    margin: 0px 0px 67px 0px;
}
#ShopMenu.FFSMenu li[class~='active']:last-of-type a {
    color: #e3010b;
}

#SearchResult,
#SearchResult a{
    color: #000;
    text-decoration: none;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.36px;
}

#SearchResult a:hover {
    color: #e3010b;
}

#SearchResult span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.42px;
    margin-top: 10px;
}

#ShopMenu.FFSMenu li.active:nth-child(n+2){
    padding: 12px 0px;
}
#ShopMenu.FFSMenu li.active:nth-child(n+2) a{
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 17px; /* Im Design wäre 30px aber gemäss Confident zu hoch */
}
#ShopMenu.FFSMenu li.active a::after{
    display:none !important;
}
#ShopMenu.FFSMenu li a::after{
    display:none !important;
}
#ShopMenu.FFSMenu ul {
    margin: 0;
    margin-top:-1px;
}

#ShopMenu a.gesamts {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-family: 'Helvetica Neue LT W05_77 Bd Cn';
    color: #d2d2d2;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin: 0px;
    padding: 0px;
    padding-top: 17px;
    padding-bottom: 18.26px;
    padding-left: 30px;
}
#ShopMenu.FFSMenu{
    margin-top: 75px;
    /* 84px - 15px padding von sitecontainer = 69px */
    width: 264px;
    position: static;
}
#ShopMenu a.gesamts:before{
    content: "";
    position: absolute;
    background: url('/files/Permapack/Icons/icon_arrow_small.svg');
    transform: rotate(180deg);
    height: 27px;
    width: 27px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 17px;
    left: 0px;
}

.FFSContent {
    width: calc(100% - 304px);
    padding: 0px;
    margin: 74px 0px 0px 40px;
}
.FFSContent #RubView ul.flexcontainer {
    justify-content: space-between;
    margin: 0px;
}

.FFSContent #RubView ul.flexcontainer::after {
    content: "";
    flex: auto;
    width: calc(100% / 3 - 30px);
    max-width: calc(100% / 3 - 30px);
}

.FFSContent #RubView li.cms-between,
.FFSContent #RubView li.cms-between:hover {
    margin: 0;
    padding: 0;
    border: 0px;
}

.FFSContent #RubView li.cms-between .slider-contentbox-top {
    top: 24px
}

.FFSContent #RubView li.cms-between .slider-contentbox-left {
    left: 24px
}

.FFSmobilemenu {
    display:none;
}
.FFSmobileFilters {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    z-index: 999999;
    background: #fff;
    padding-bottom: 0;
}
/* Lets get Responsive! */
.FFSFiltersEinschubmenue {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100% - 80px);
    z-index: 1000000;
    overflow: hidden;
}
.FFSFiltersEinschubmenue > .wrapper {
    height: 100%;
    position: relative;
    padding-top: 40px;
}
.FFSFiltersEinschubmenue .filters {
    height: calc(100% - 90px);
    overflow: hidden;
    position: relative;
}

#FilterNotCategory section a.dummy .desktoptext{
    display:block;
}
#FilterNotCategory section a.dummy .mobiletext{
    display:none;
}
.FFSFiltersEinschubmenue .filters .cat ul.level1 {
    border-top: 1px solid #ccc;
}

.FFSContent .fa-history.isSlc::before {
    content: '';
    width: 24px;
    display: block;
    height: 24px;
    background: url('/files/Permapack/Icons/Gruppe_5531.svg');
    margin-top: 0px;
    padding-left: 5px;
    background-repeat: no-repeat;
    background-position: right center;
}
.freset.button .desk{
    display:none;
} 
.freset.button .mob{
    display:block;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}


/* ListView */
#ListView .listview-arrow {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    transform: translateY(-50%) rotate(180deg);
    margin-left: 0px;
    top: 50%;
    position: absolute;
    right: 0px;
}

#ListView li.cms-between {
    margin: 0px;
    padding: 25px 0px;
}

#ListView li.cms-between:hover {
    box-shadow: none;
}

#ListView .cms-between .services {
    margin: 0px;
}

#ListView .no-slider .services-container, 
#ListView .no-slider .services-container:nth-child(3n), 
#ListView .no-slider .services-container:nth-child(3n + 1) {
    margin-bottom: 0px;
}

#ListView .item-wrapper {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

#ListView li {
    margin: 0px;
    position: relative;
    padding: 20px 0px;
    border-color: #d2d2d2;
}

#ListView li:first-child {
    border-top: 1px solid #d2d2d2;
}

#ListView li:hover {
    box-shadow: 1px 3px 6px #00000029;
}

#ListView li:hover a {
    color: #000;
}

#ListView .ArticleTitle {
    margin: 0px;
    padding: 0px;
}

#ListView .ArticleTitle span {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin: 0px 0px 8px 0px;
    font-family: "Helvetica Neue LT W05_77 Bd Cn";
}

.SiteContainer .FFSContent #ListView p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: 'Helvetica Neue LT W05 45 Light';
    margin: 0px;
    padding: 0px;
}

#ListView .thumb {
    padding: 0px;
    width: 148px;
    height: 133px;
    margin: 16px 40px 0px 0px;
    overflow: hidden;
}

#ListView .thumb img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 0px;
    margin: 0px;
    max-width: none;
}

#ListView .detailInformation {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-right: 30px;
}

#ListView .detailInformation #DetailAttributes,
#ListView .detailInformation .text {
    width: 50%;
}

#ListView .detailInformation .text {
    margin-right: 20px;
}

#ListView .text span.product-subtitle {
    display: block;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.42px;
    color: #777;
    font-family: 'Helvetica Neue LT W05 55 Roman';
    margin-bottom: 14px;
}

#ListView .detailInformation .text p {
    color: #777;
}

#ListView .detailInformation #DetailAttributes {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 95px;
    display: -webkit-box;
    hyphens: auto;
    -webkit-hyphens: auto;
}

#ListView .detailInformation #DetailAttributes dd {
    width: auto;
    margin: 0px 0px 0px 18px;
    float: none;
    clear: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: 'Helvetica Neue LT W05 45 Light';
    display: list-item;
    list-style-type: disc;
}

#ListView .detailInformation #DetailAttributes dd:empty {
    display: none;
}

@media only screen and (max-width: 1305px) {
    #UpperASN .freset.button{
       /* position: fixed;
        left: 80px;
        top: 264px; */
        left: -20.5vw;
    }
}

@media only screen and (max-width: 1193px) {
    #FilterNotCategory section:not(.nodrop) a {
        color: #a5a5a5;
    }

    .filter-wrapper .ffs-mode {
        display: none;
    }

    #SearchResult {
        margin: 0px 0px 42px 0px;
    }

    .FFSContent .detailPickle .custom-contactbutton-banner {
        justify-content: center;
    }

    .freset.button .desk{
        display:none;
    } 
    .freset.button .mob{
        text-transform: uppercase;
        font-family: 'Helvetica Neue LT W02_75 Bold';
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.6px;
    }
    .FFSmobilemenu .gesamts {
        display: none;
    }
    .FFSmobilemenu #FactFinder{
        padding-left: 0px;
        padding-right: 0px;
    }
    .FFSmobileFilters button.closebutton::before {
        background: url('/files/Permapack/Icons/Close.svg') !important;
        position: absolute;
        content: ' ';
        height: 26px;
        width: 26px;
    }
    .FFSFiltersEinschubmenue .filters h1 {
        margin-bottom: 76px;
    }

    #Filter h1 .dtext {
        display: none;
    }

    
    #UpperASN .FFSmobilemenu .mtext {
        font-family: 'Helvetica Neue LT W05 45 Light';
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.8px;
    }

    #UpperASN .buttoncont button::before,
    #UpperASN .categories h1::before {
        content: ' ';
        background: url('/files/Permapack/Icons/ffs_filter.svg');
        position: absolute;
        width: 19px;
        height: 19px;
        background-repeat: no-repeat;
        left: 16px;
    }

    #UpperASN .categories h1{
        cursor: pointer;
    }
    #UpperASN .categories h1::before{
        background: url('/files/Permapack/Icons/ffs_kategorien.svg');
        left: 16px;
    }
    #FilterNotCategory section a.dummy .desktoptext{
        display:none;
    }
    #FilterNotCategory section a.dummy .mobiletext{
        display:block;
    }
    .FFSFiltersEinschubmenue li a.dummy {
        display: none !important;
    }
    /* Header ausblenden */
    .ffsearch #Navigationbar:not(.slidedown) {
        display: none !important;
    }
    /* ASN */
    .FFSFiltersEinschubmenue .filters .cat ul.level1 {
        border-top: 0px;
    }

    #UpperASN .headline,
    #UpperASN .FFSFiltersEinschubmenue .filters h1 {
        display: block;
        padding: 0;
        text-align: left;
        font-family: 'Helvetica Neue LT W05_77 Bd Cn';
        font-size: 36px;
        letter-spacing: 0.36px;
        line-height: 43px;
        margin-top: 37px;
        margin-bottom: 0px;
    }

    #UpperASN .FFSFiltersEinschubmenue .filters h1 {
        margin-bottom: 35px;
    }

    #UpperASN #FilterNotCategory{
        width: 100%;
        left: 0px;
        height: calc(100% - 145px);
        padding: 0px;
        display: block;
    }
    #UpperASN section.nocat,
    #UpperASN section.nocat:not(.nodrop) ul{
        width: 100%;
    }
    #UpperASN {
        top: 0px;
    }
    #UpperASN .FFSmobilemenu,
    #UpperASN .FFSmobilemenu #Filter {
        display: block;
    }
    #UpperASN .buttoncont,
    #UpperASN .categories {
        padding: 0px;
    }
    .FFSmobilemenu .categories ul.level1 {
        display: none;
    }
    #UpperASN .buttoncont button {
        border-radius: 0px;
        background: #fff;
        color: #000;
        border: 1px solid #000;
        padding: 14px 50px;
        text-transform: none;;
        text-align: left;
        font-family: 'Helvetica Neue LT W05 45 Light';
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.8px;
    }

    #UpperASN .buttoncont.has-filter button {
        background-color: #000;
        color: #fff;
    }

    #UpperASN .buttoncont.has-filter button::before {
        background: url('/files/Permapack/Icons/ffs_filter_white.svg');
    }

    #UpperASN .categories h1 {
        display: block;
        border: 1px solid;
        padding: 14px 50px;
        opacity: 1;
        letter-spacing: 0.8px;
        line-height: 18px;
        font-size: 16px;
        font-family: 'Helvetica Neue LT W05 45 Light';
        font-weight: normal;
    }
    .FFSmobilemenu .categories ul.level1,
    #UpperASN section.nocat ul.open li:not(:first-child) {
        display: none !important;
    }
    .FFSFiltersEinschubmenue .filters ul.level1 li {
        border-bottom: 1px solid #ccc;
        border-collapse: collapse;
        margin-top: 0px;
        list-style: none;
        position: relative;
    }

    .FFSFiltersEinschubmenue .filters ul.level1 li.last {
        border: 0px;
        margin-top: 24px;
    }

    .FFSFiltersEinschubmenue .filters ul.level1 li a {
        display: block;
        padding: 18px 0px 0px 36px;
        pointer-events: none;
    }

    .FFSFiltersEinschubmenue .filters section.cat ul.level1 li a {
        pointer-events: auto;
        padding: 18px 0px 18px 0px;
        width: calc(100% - 25px);
    }

    .FFSFiltersEinschubmenue .filters section.cat ul.level1 li a.sub-category-link {
        content: '';
        width: 24px;
        display: block;
        height: 24px;
        background: url('/files/Permapack/Icons/Plus.svg');
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0px;
    }

    .FFSFiltersEinschubmenue .filters section.cat ul.level1 li.active a.sub-category-link {
        background: url('/files/Permapack/Icons/Minus.svg');
    }

    .FFSFiltersEinschubmenue .filters ul.level1 li a.contained-button {
        padding: 12px 24px;
        margin-left: auto;
        pointer-events: auto;
    }

    .FFSFiltersEinschubmenue .filters ul.level1 li:first-child {
        /* display: none; */
    }

    .FFSFiltersEinschubmenue .wrapper .filters .cat ul.level1 > li:first-child {
        display: block;
        /* border-bottom: 0px; */
        border-top: 1px solid #ccc;
    }

    .FFSFiltersEinschubmenue .filters ul.level1 li.active {
        display: block;
        /* border-top: 1px solid #ccc; */
    }

    .FFSFiltersEinschubmenue .filters ul.level1 li.active:first-child {
        /* border-bottom: 0px; */
        border-top: 1px solid #ccc;
    }

    /* .FFSFiltersEinschubmenue .filters ul.level1 li:nth-child(2) {
        border-top: 1px solid #ccc;
    } */

    .FFSFiltersEinschubmenue .filters ul.level1 li.clearthisf {
        position: absolute;
        top: 90px;
        right: 0;
        border: 0 !important;
        background: none !important;
        color: #e3010b;
        font-family: 'Helvetica Neue LT W02_75 Bold';
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.6px;
        box-shadow: none !important;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }
    .FFSFiltersEinschubmenue .filters ul.level2 {
        padding-left: 0;
    }
    .FFSFiltersEinschubmenue .filters ul.level2 li {
        padding-left: 17px;
    }
    #UpperASN section.nocat:not(.nodrop) ul::before {
        transform: none;
    }
    .FFSFiltersEinschubmenue .filters ul.level1{
        margin: 0px;
        padding: 0px;
    }
    .FFSFiltersEinschubmenue .filters ul {
        height: calc(100% - 120px) !important;
        overflow: auto;
    }


    #UpperASN .buttoncont button{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    #UpperASN .cwrap > span {
        width: 129px !important;
        right: 0px;
        font-size: 0.75em;
        background: #fafafa;
        text-transform: none;
        border: 1px solid #e30614;
    }
    #UpperASN .FFSmobilemenu #FactFinder input{
        width: 100%;
    }
    #UpperASN #icon-close {
        right: 56px;
        top: 32px;
        height: 25px;
        width: 25px;
    }
    #UpperASN #suggestLayer {
        position: fixed;
        top: 75px;
        border-top: 0px;
        border-bottom: 0px;
        overflow: auto;
        height: auto;
        max-height: calc(50% - 120px);
        width: calc(100% - 80px);
        background: #fbfbfb;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0px 2px 4px #00000029;
        padding: 16px 10px;
    }

    #UpperASN #suggestLayer {
        top: 75px;
        position: absolute;
        min-height: 300px;
    }

    /* Suchfeld */
    #UpperASN .FFSmobilemenu .search{
        position: relative;
        display: inline-block;
        padding: 0px;
        width: 100%; 
    }
    #UpperASN .FFSmobilemenu .search,
    #UpperASN .categories{
        padding: 6px 40px;
    }

    #UpperASN .resp_tabs_cont,
    .resp_tabs_wrapper .resp_tabs_cont {
        margin-bottom: 28px;
    }

    #UpperASN .FFSmobilemenu .search {
        padding-top: 20px;
    }
    
    #UpperASN .buttoncont {
        padding: 6px 40px 16px 40px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

    #UpperASN .buttoncont span .ico-table2::before {
        content: '';
        border: 1px solid #000;
        background-color: #000;
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        background-image: url('/tradepro/shop/layout/Kachelansicht_white.svg');
        background-repeat: no-repeat;
        background-position: center center;
        padding: 10px 24px;
        border-radius: 24px;
        display: inline-block;
    }

    #UpperASN .buttoncont a .ico-table2::before {
        content: '';
        border: 1px solid #000;
        background-color: #fff;
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        background-image: url('/tradepro/shop/layout/Kachelansicht_black.svg');
        background-repeat: no-repeat;
        background-position: center center;
        padding: 10px 24px;
        border-radius: 24px;
        display: inline-block;
    }

    #UpperASN .buttoncont a .ico-menu::before {
        content: '';
        border: 1px solid #000;
        background-color: #fff;
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        background-image: url('/tradepro/shop/layout/Listenansicht_black.svg');
        background-repeat: no-repeat;
        background-position: center center;
        padding: 10px 24px;
        border-radius: 24px;
        display: inline-block;
    }

    #UpperASN .buttoncont span .ico-menu::before {
        content: '';
        border: 1px solid #000;
        background-color: #000;
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        background-image: url('/tradepro/shop/layout/Listenansicht_white.svg');
        background-repeat: no-repeat;
        background-position: center center;
        padding: 10px 24px;
        border-radius: 24px;
        display: inline-block;
    }

    #UpperASN .categories h1 {
        margin-bottom: 0px;
        position: relative;
    }
    #UpperASN .FFSmobilemenu #SearchClosebutton {
        display: none;
    }
    #UpperASN .FFSmobilemenu #ffbackground {
        top: 32px;
        left: 56px;
        width: 25px;
        height: 25px;
        z-index: 1;
    }
    #UpperASN .FFSmobilemenu #FactFinder input {
        padding-left: 49px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        font-family: 'Helvetica Neue LT W05 45 Light';
        font-weight: normal;
    }

    #UpperASN .FFSmobilemenu #FactFinder input::placeholder {
        color: #d2d2d2;
        font-family: 'Helvetica Neue LT W05 45 Light';
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    #UpperASN section.nocat{
        height: auto;
    }
    .FFSmobileFilters > .wrapper {
        height: 100%;
        padding: 32px 0px 0px 0px;
    }
    #UpperASN .freset.button {
        position: absolute;
        top: 10px;
        width: auto;
        left: unset;
        right: 0px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    #UpperASN .freset.button::before {
        top: 4px;
    }

    /* Slide-In-Menu */
    .FFSmobileFilters .closebutton {
        float: right;
        background: #fff !important;
        color: transparent !important;
        font-size: 1.5em;
        margin: 0;
        border: 0px !important;
        box-shadow: none !important;
        padding: 0px;
    }
    #UpperASN #FilterNotCategory h1 {
        display: block;
        font-family: 'Helvetica Neue LT W02_75 Bold';
        font-size: 16px;
        letter-spacing: 0.16px;
        line-height: 22px;
        margin-bottom: 16px;
        padding-top: 38px;
    }
    .FFSmobileFilters .filters{
        width: 100%;
    }
    .FFSmobileFilters .closebutton:hover{
        color: #000;
    }

    /* Content */
    #ShopMenu.FFSMenu{
        display: none;
    }
    .FFSContent{
        width: 100%;
        margin-left: 0px;
        margin-top: 29px;
    }
    .FFSContent article .artCMS #RubView .productNameContainer{
        margin: 0px 8px 16px 8px;
    }

    .FFSContent article .artCMS #RubView .offerItem {
        width: calc(100% / 3 - 24px);
    }
}

@media only screen and (max-width: 1023px) {
    #UpperASN #suggestLayer{
        max-height: calc(100% - 220px);
    }
    
}



@media only screen and (max-width: 767px) {
    #UpperASN .buttoncont span .ico-table2::before,
    #UpperASN .buttoncont a .ico-table2::before {
        height: auto;
        width: auto;
        background-size: 26px 26px;
        padding: 23px 23px;
        border-radius: 50%;
    }

    #UpperASN .buttoncont a .ico-menu::before,
    #UpperASN .buttoncont span .ico-menu::before {
        height: auto;
        width: auto;
        background-size: 26px 26px;
        padding: 23px 23px;
        border-radius: 24px;
    }

    #UpperASN .resp-tab-item,
    .resp_tabs_wrapper .resp-tab-item {
        margin-top: 36px;
    }

    #UpperASN .resp_tabs_cont,
    .resp_tabs_wrapper .resp_tabs_cont {
        margin: -1px;
    }

    #SearchResult,
    #SearchResult a {
        font-size: 26px;
        line-height: 31px;
    }

    .FFSContent hr,
    .FFSContent .headline-hr:before,
    .FFSContent .headline-hr:after {
        margin: 1em 0;
    }

    .FFSContent article .artCMS {
        margin-bottom: 0px;
    }

    .FFSContent p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .FFSContent .detailPickle {
        margin-top: 36px;
    }

    .FFSContent .detailPickle .ce_custom-contactbutton .contactbutton-container > .contactbutton-contact {
        min-width: auto;
    }

    #UpperASN {
        top: 0px;
    }

    #UpperASN.directorder-opened,
    #UpperASN.directorder-opened.not-on-top {
        height: calc(100vh - 80px);
        overflow-y: scroll;
    }

    #UpperASN.tabs-available.directorder-opened {
        height: calc(100vh - 175px);
        overflow-y: scroll;
    }

    #UpperASN #suggestLayer {
        width: calc(100% - 50px);
        max-height: none;
    }

    #UpperASN #suggestLayer.tabs-available {
        min-height: 0px;
    }

    .FFSContent article .artCMS #RubView .offerItem {
        width: calc(100% / 2 - 16px);
        margin-bottom: 22px;
    }

    .artCMS #RubView .productNameContainer span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 77px;
        display: -webkit-box;
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #UpperASN .FFSmobilemenu .search,
    #UpperASN .categories{
        padding: 6px 26px;
    }

    #UpperASN .FFSmobilemenu .search {
        padding-top: 20px;
    }

    #UpperASN .FFSmobilemenu #ffbackground {
        left: 40px;
    }

    #UpperASN #icon-close {
        right: 40px;
    }

    #UpperASN .buttoncont {
        padding: 6px 26px 16px 26px;
    }

    /* ListView */
    #ListView li {
        margin: 0px;
        position: relative;
        padding: 16px 0px;
    }

    #ListView .thumb {
        margin-top: 0px;
        width: 72px;
        height: 65px;
    }

    article .artCMS #ListView .product-banner {
        position: absolute;
        top: -22px;
        right: 4px;
    }

    article .artCMS #ListView .product-banner .banner_new {
        height: 38px;
        width: 38px;
        font-size: 8px;
    }

    #ListView .detailInformation #DetailAttributes,
    #ListView .text span.product-subtitle {
        display: none;
    }
    
    #ListView .detailInformation .text {
        width: 100%;
    }
}

@media only screen and (max-width: 380px) {
    /* ListView */
    #UpperASN .buttoncont button {
        padding: 14px 30px 14px 40px;
    }

    #UpperASN .buttoncont span .ico-table2::before,
    #UpperASN .buttoncont a .ico-table2::before {
        height: auto;
        width: auto;
        background-size: 18px 18px;
        padding: 16px 16px;
        border-radius: 50%;
    }

    #UpperASN .buttoncont a .ico-menu::before,
    #UpperASN .buttoncont span .ico-menu::before {
        height: auto;
        width: auto;
        background-size: 18px 18px;
        padding: 16px 16px;
        border-radius: 50%;
    }

    #ListView .detailInformation .text {
        width: calc(100% - 28px);
    }

    #ListView .thumb {
        margin-top: 0px;
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
}