/*
 ********************************************
 * Fraeser CSS Anpassungen
 * Vektorrausch, Martin Walzel
 * 2024-04-11
 *
 *
 *********************************************
 */
 
 /* Allgemein */

.block.category.event, .footer.content, .header.content, .page-main , .page-wrapper > .breadcrumbs > ul, .page-wrapper > .page-bottom, .page-wrapper > .widget, .top-container, .container {
        max-width: 1440px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


@media (min-width: 1200px) {
/*
        body.layout-fullwidth.catalog-category-view .page-main, body.layout-fullwidth.catalog-product-view .page-main, body.layout-fullwidth.catalogsearch-result-index .page-main {
            max-width: 1440px !important;
            padding-left: 10px !important;
              padding-right: 10px !important;
        }
*/
        body.layout-fullwidth.cms-index-index .page-main {
            max-width: none !important;
            padding-left: 0 !important;
              padding-right: 0 !important;
        }

}

@media (min-width: 1460px) {
        .block.category.event, .footer.content, .header.content, .page-main , .page-wrapper > .breadcrumbs > ul, .page-wrapper > .page-bottom, .page-wrapper > .widget, .top-container, .container {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
}

.page-main p {
  margin: 0 0 1rem;
  line-height: normal;
  letter-spacing: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans,sans-serif !important;
}

.block-category-list .block-title, .side-custom-block .custom-block h2, .filter-options-title, .filter .filter-current-subtitle {
  font-family: Open Sans,sans-serif !important;
}

.footer, .footer p {
    font-family: Open Sans,sans-serif !important;
}

/* Buttons */

html .action.primary, html .btn {
      font-family: Open Sans,sans-serif !important;
}

html .action.primary {
      background-color: rgb(71, 92, 119) !important;
      border: none !important;
      border-color: rgb(71, 92, 119) !important;
}

html .action.primary:hover {
    color: #fff;
    background-color: #2c4363 !important;
    border-color: #2c4363 !important;
}

.btn-default.btn {
    color: #fff;
    background-color: rgb(71, 92, 119) !important;
      border: none !important;
      border-color: rgb(71, 92, 119) !important;
      border-width: 0 !important;
}
.btn-default.btn:hover {
    background-color: #2c4363 !important;
    border-color: #2c4363 !important;
}
html .btn-borders.btn-light {
      border: none !important;
      border-color: rgb(71, 92, 119) !important;
}
html .btn-borders.btn-light:hover {
      border: none !important;
      border-color: #2c4363 !important;
}

.btn-flat {
      border-bottom: none !important;
}
html .btn-dark {
        border: none !important;
      background-color: rgb(71, 92, 119) !important;
      border-color: rgb(71, 92, 119) !important;
}
html .btn-dark:hover {
        border: none !important;
      background-color: #2c4363 !important;
      border-color: #2c4363 !important;
}
html .btn-light {
        border: none !important;
      color: #fff !important;
      background-color: rgb(71, 92, 119) !important;
      border-color: rgb(71, 92, 119) !important;
}
html .btn-light:hover {
        border: none !important;
      color: #fff !important;
      background-color: #2c4363 !important;
      border-color: #2c4363 !important;
}
html .btn-quaternary {
        border: none !important;
      color: #fff !important;
      background-color: rgb(71, 92, 119) !important;
      border-color: rgb(71, 92, 119) !important;
}
html .btn-quaternary:hover {
        border: none !important;
      color: #fff !important;
      background-color: #2c4363 !important;
      border-color: #2c4363 !important;
}
html .background-color-secondary {
      background-color: rgb(71, 92, 119) !important;
}
html .background-color-secondary:hover {
   background-color: #2c4363 !important;
}




/* Header */

.page-header.type17 .header.content {
        max-width: 1440px;
}

 /* Toplinks */
.page-header.type17 .custom-block {
        width: 100%;
}

.page-header.type17 .toplinks {
         width: 100%;
         color: #fff;
         background: rgb(71, 92, 119); 
 }
 
.page-header.type17 .toplinks .row {
         max-width: 1440px;
         margin: 0 auto;
         justify-content: space-around;
}

.page-header.type17 .toplinks .row .item {
        padding: 10px;
        font-size: 0.75rem;
        text-align: center;
}

.page-header.type17 .toplinks .row .item:last-child {
        /* position: relative; */
        color: #222;
        background: #ece7e3;
}

.page-header.type17 .toplinks .row .item p {
        margin-bottom: 0;
}

/* Newsletter - Toplinks */

.page-header.type17 .toplinks .row .item #mini-newsletter {
    width: 100%;
}

.page-header.type17 .toplinks .row .item #mini-newsletter #header-newsletter {
        display: none;
        position: absolute;
        right: 0;
        top: auto;
        margin-top: 10px;
        z-index: 4000;
        /* padding: 20px; */
        /* width: 280px; */
        width: 100%;
        line-height: 1.5em;
        text-align: left;
        list-style: none;
        background-color: transparent;
}
.page-header.type17 .toplinks .row .item:last-child:hover {
    cursor: pointer;
}
/*
.page-header.type17 .toplinks .row .item:last-child:hover #mini-newsletter #header-newsletter {
    display: block;
}
*/
.page-header.type17 .toplinks .row .item #mini-newsletter #header-newsletter.show {
    display: block;
}

.page-header.type17 .toplinks .row .item #mini-newsletter label {
    font-size: 1em;
    line-height: 36px;
    font-weight: normal;
    position: relative;
}

.page-header.type17 .toplinks .row .item #mini-newsletter .nl-box-wrapper {
        padding: 20px;
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        background-color: #ece7e3;        
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
}
.page-header.type17 .toplinks .row .item #mini-newsletter .nl-box-wrapper::after {
    content: '';
    clear: both;
    display: table;
}

.page-header.type17 .toplinks .row .item #mini-newsletter .nl-box {
    clear: both;
    width: 280px;
    float: right;
}

.page-header.type17 .toplinks .row .item #mini-newsletter form {
    display: block;
}

.page-header.type17 .toplinks .row .item #mini-newsletter .cr_form .non_sortable {
    float: left;
}

.page-header.type17 .toplinks .row .item #mini-newsletter .cr_form input {
    width: 100%;
    margin-bottom: 5%;
    padding: 8px;
    text-overflow: ellipsis;
    height: 36px;
    background: #fff;
    border: 1px solid #ddd;
    color: #888;
    font-size: 1em;
}

.page-header.type17 .toplinks .row .item #mini-newsletter .cr_form div.inactive input {
    display: none;
    visibility: hidden;
}

.page-header.type17 .toplinks .row .item #mini-newsletter .submit_container {
    padding-top: 20px;
    margin-bottom: 20px;
}

.page-header.type17 .toplinks .row .item #mini-newsletter .cr_button {
    background-color: #e5e5e5;
    color: #555555;
    margin: 0;
    text-align: center;
    line-height: 36px;
    height: 36px;
    padding: 0 25px;
}
.page-header.type17 .toplinks .row .item #mini-newsletter .cr_button:hover {
    background-color: #fff;
    color: #555555 ;
        border-color: #888888;
}

.page-header.type17 .toplinks .row .item #mini-newsletter .data-policy-info {
    clear: both;
}
.page-header.type17 .toplinks .row .item #mini-newsletter .data-policy-info a {
    text-decoration: underline;
}

.page-header.type17 .header-right a {
    color: rgb(34,37,41);
}
.page-header.type17 .header-right .search-area a.search-toggle-icon {
    font-size: 24px;
    line-height: 38px;
}
.page-header.type17 .header-right .minicart-wrapper .action.showcart .minicart-icon {
      font-size: 29px;
}
.page-header.type17 .header-right .minicart-wrapper .action.showcart .minicart-icon:before {
        font-weight: bold;
}

@media (min-width: 768px) {
    .page-header.type17 .toplinks .row {
         justify-content: space-between;
    }
    .page-header.type17 .main-panel-top {
        display: block !important;
    }
}

@media (max-width: 991px) {
        .page-header.type17 .header-main .header-left{
                 flex: 2 !important;
        }
        
        .page-header.type17 .header-col.header-right > * {
                margin-left: .35rem;
        }
}


/* Logo */

.page-header.type17 .header.content .logo {
         left: 58%;
         margin-left: -30px;
         max-width: 280px;
         width: 60px;
}

.page-header.type17 .header.content .logo img {
        max-height: none;
}

.page-header.type17 .header.content .logo img.mobile {
    display: block;
}
.page-header.type17 .header.content .logo img.desktop {
    display: none;
}

@media (min-width: 480px) {
        .page-header.type17 .header.content .logo {
                 left: 62%;
        }
}

@media (min-width: 768px) {
        .page-header.type17 .header.content .logo {
                 left: 0;
                 width: auto;
                 margin-left: -80px;
        }

        .page-header.type17 .header.content .logo img {
                width: 280px;
                max-height: 57px;
        }

}

@media (min-width: 992px) {

        .page-header.type17 .header.content .logo {
                margin-left: 0;
        }
        .page-header.type17 .header.content .logo img.mobile {
                display: none;
        }
        .page-header.type17 .header.content .logo img.desktop {
                display: block;
        }
}

@media (min-width: 1480px) {
        .page-header.type17 .header.content .logo {
             margin-left: 0;
        }

}

/* Mobile Menue */

.page-header.type17 .nav-toggle {
        padding-left: 4%;
}

.nav-open .page-header.type17 .nav-toggle:before {
        content: '\f819';
}


.page-header.type17 a.wishlist {
        display: none;
}


@media (min-width: 481px) {
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {

        .page-header.type17 .nav-toggle {
                z-index: 6;
        }

        .page-header.type17 a.wishlist {
                display: inline;
        }
}

@media (max-width: 991px) {

        .page-header.type17 .nav-sections-item-title {
                background-color: #aaa;
        }

        .navigation li.level0 > a.ui-state-active,
        .navigation li.level0 > a.ui-state-active + .submenu {
                background-color: transparent !important;
        }
}


/* Sticky Header */

.page-header.type17.sticky-header .header-main {
        padding-top: 6px;
        background: #fff;
}

.page-header.type17.sticky-header .custom-block {
        display: none;
}

.page-header.type17.sticky-header .header.content .logo img.mobile {
        display: block;
        width: 80px;
        height: auto;
}
.page-header.type17.sticky-header .header.content .logo img.desktop {
        display: none;
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {

        .page-header.type17.sticky-header .nav-sections {
                background: #fff;
            padding: 0 3%;
        }

        .page-header.type17.sticky-header .navigation li.level0 > .level-top {
                padding: 17px 5px;
        }
        
        .page-header.type17.sticky-header .navigation li.level0 > a {
                font-size: 1.1rem;    
        }
        
        .page-header.type17.sticky-header .minicart-wrapper {
                right: 4%;
        }
}

@media (min-width: 920px) {

        .page-header.type17.sticky-header .navigation li.level0 > .level-top {
                padding: 17px 10px;
        }
        .page-header.type17.sticky-header .navigation li.level0 > a {
                font-size: 1.4rem;    
        }
}


@media (min-width: 992px) {

        .page-header.type17.sticky-header .main-panel-top {
                display: none !important;
        }

        .page-header.type17.sticky-header .nav-sections .section-items {
                 max-width: 1440px;
        }
        
        .page-header.type17.sticky-header .minicart-wrapper .block-minicart {
                 min-width: 0;
        }
}


/* Navigation */

.page-header.type17 .nav-sections .section-items {
        position: relative;
}


.page-header.type17 .navigation:not(.side-megamenu) li.level0 a.level-top {
        font-size: 14px;
        font-weight: 500;
}

.page-header.type17 .nav-sections .section-items {
         max-width: 100%;
         margin: 0 auto;
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
    
}

@media (min-width: 992px) {

        .page-header.type17 .nav-sections {
                 width: 100%;
                 background: #F8F8F8;
        }

        .page-header.type17 .navigation:not(.side-megamenu) {
                max-width: 100%;
                position: relative !important;
        }

        .page-header.type17 .nav-sections .section-items .navigation .ui-menu-item.ueber-uns {
                 margin-left: auto;
                 padding-right: 0;
        }

        .page-header.type17 .navigation:not(.side-megamenu) .level0 .level-top {
                padding: 25px 10px !important;
        }

        .page-header .navigation .level0 .submenu {
                box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
                border: 1px solid #e1e1e1 !important;
        }

}

@media (min-width: 1440px) {

        .page-header.type17 .navigation:not(.side-megamenu) {
            max-width: 1440px;
            margin: 0 auto;
        }
}

@media (min-width: 1460px) {
    
        .page-header.type17 .nav-sections .section-items .navigation .ui-menu-item.level0:first-child a.level-top {
         padding-left: 0 !important;
        }
}

/* SW Mega Menu (Dropdown) */

.sw-megamenu.navigation li.level0.fullwidth > .submenu {
        max-width: 1440px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.sw-megamenu.navigation li.level0.fullwidth .submenu a,
.sw-megamenu.navigation li.level0.staticwidth .submenu a {
        font-weight: 500;
}
.sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
.sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
        font-weight: 500;
}

.page-header .navigation .submenu .menu-right-block.col-md-7 div.float_r_padding_20 {
        padding-right: 20px;
}

.page-header.type17 .sw-megamenu.navigation li.level0.fullwidth .submenu a,
.page-header.type17 .sw-megamenu.navigation li.level0.staticwidth .submenu a {
        padding: 8px 8px;
}

.page-header.type17 .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
.page-header.type17 .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
        text-decoration: none;
        background-color: #f5f5f5;
}

.page-header.type17 .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
.page-header.type17 .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
        text-decoration: none;
}

.page-header .sw-megamenu.navigation li.level0.staticwidth > .submenu .level2 > a,
.page-header .sw-megamenu.navigation li.level0.fullwidth > .submenu .level2 > a {
    padding-left: 28px;
    position: relative;
}

.page-header .sw-megamenu.navigation li.level0.staticwidth > .submenu .level2 > a:before,
.page-header .sw-megamenu.navigation li.level0.fullwidth > .submenu .level2 > a:before {
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    line-height: 24px;
    border-right: none;
    border-left: 4px solid #2c4363;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    left: 15px;
    top: 50%;
    margin-top: -4px;
    transition: left 150ms ease-in-out;
    -moz-transition: left 150ms ease-in-out;
    -webkit-transition: left 150ms ease-in-out;
    -o-transition: left 150ms ease-in-out;
}
.page-header .sw-megamenu.navigation li.level0.staticwidth > .submenu .level2 > a:hover:before,
.page-header .sw-megamenu.navigation li.level0.fullwidth > .submenu .level2 > a:hover:before {
    left: 19px;
}

.page-header.type17 .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a {
        display: inline-block;
        padding: 0;
        color: #2c4363;
        text-decoration: underline;
        font-weight: normal;
}
.page-header.type17 .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a:hover {
        text-decoration: underline;
        background-color: transparent;
}
.page-header.type17 .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.go {
        position: relative;
        padding-right: 17px;
}
.page-header.type17 .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.go:after {
        content: ">";
        color: #ccc;
        font-size: 1.1rem;
        position: absolute;
        right: 4px;
        top: 2px;
}


.ul-rgfraeser {
    padding-left: 0;
}

.ul-rgfraeser li {
    line-height: 20px !important;
    padding-left: 20px;
    padding-top: 0px;
    position: relative;
    list-style: none;
    display: block !important;
}
.ul-rgfraeser li:before {
        content: "•";
        color: #2c4363;
        font-size: 2rem;
        position: absolute;
        left: 5px;
        top: 0;
}
.product.description .article-long .ul-rgfraeser {
        padding-left: 0;
}
.product.description .article-long .ul-rgfraeser li:before {
        content: ">";
        color: #aaa;
        font-size: 0.75rem;
        font-weight: bold;
        position: absolute;
        left: 4px;
        top: 7px;        
}

.grid-container-spaced {
        display: flex;
}

/* davon allgemein */

.ueberschrift_grau,
.ueberschrift_grau_2 {
    clear: both;
    font-size: 1.1em;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    color: #2c4363;
    margin-top: 30px;
    margin-bottom: 20px;
        padding-bottom: 6px;
}

.ueberschrift_grau_2 {
    margin-top: 0;
}

.float_r_padding_20 {
    float: right;
    padding-left: 20px;
}



@media (min-width: 1440px) {
        .sw-megamenu.navigation li.level0.fullwidth > .submenu, .container {
                padding-left: 15px;
                padding-right: 15px;
        }
}



/* Startseite */

/* Slider */

/*
.cms-index-index .container .row > div {
    padding-left: 0;    
}
*/

.cms-index-index .block-static-block .container {
        max-width: 100%;
      margin-bottom: 20px;
      padding-left: 0;
      padding-right: 0;
}

.cms-index-index .block-static-block .container #banner-slider-home {
         margin-bottom: 20px;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
    content: '' !important;
}
/*
.owl-middle-narrow .owl-theme .owl-controls, .owl-middle-narrow.owl-theme .owl-controls {
    width: 100%;
    left: 0;
}
*/

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 80%;
    margin: 6%;
    padding: 0;
}

.caption.top-right {
  top: 0;
  bottom: auto;
  right: 0;
  width: 58%;
}

.caption > * {
    float: left;
    display: inline-block;
    margin-bottom: 1px;
}

.caption.light1 .heading,
.caption.light1 p {
    background-color: rgba(255,255,255, 0.35);
    color: #000;
}

.caption .heading {
    padding: 0.25em;
    margin-bottom: 0.2em;
    font-size: 2.8em;
    line-height: 1em;
    font-weight: 300;
}

.caption p {
    clear: left;
    padding: 0.25em 0.5em;
    margin-bottom: 1px;
    font-size: 1.3333em;
    line-height: 1em;

}

@media (min-width: 1200px) {
        .caption .heading {
            font-size: 3.5em;
        }
        
        .caption p {
            font-size: 1.6666em;
        }
}

/* Homepage-Bar Startseite */

.homepage-bar {
    border-top: 0;
    border-bottom: 1px solid #eee;
    border-bottom-color: rgba(0,0,0,0.06);
    background-color: transparent;
    text-align: center;
    padding: 20px 0 10px;
}
.homepage-bar > .row > * {
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage-bar [class*=" porto-icon-"], .homepage-bar [class^=porto-icon-], .homepage-bar [class*=" porto-new-icon-"], .homepage-bar [class^=porto-new-icon-] {
    font-size: 35px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.homepage-bar [class^="porto-icon-"]:before, .homepage-bar [class*=" porto-icon-"]:before, .homepage-bar [class^="porto-new-icon-"]:before, .homepage-bar [class*=" porto-new-icon-"]:before{
    vertical-align: middle;
}
.homepage-bar .text-area {
    color: #222;
}
.homepage-bar h3 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 3px;
    color: #2c4363;
}
.homepage-bar p {
    font-size: 13px;
    line-height: 15px;
    color: #777;
}

.homepage-bar .porto-icon-action-undo {
    font-size: 2.2em !important;
}


/* Boxen Startseite */

.home-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: auto;
}

.home-boxes .box-item {
    flex: 0 0 100%;
    max-width: 100%;
  padding: 10px;
  padding-bottom: 150px;
  margin-bottom: 2%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}

/*
.home-boxes .box-item {
  margin: 0 0 0 !important;
}
*/

.home-boxes .box-item .main-offer {
    text-align: center;
}
.home-boxes .box-item .main-product-offer {
    text-align: center;
}

@media (min-width: 640px) {
    .home-boxes .box-item {
        flex: 0 0 50%;
        max-width: 49%;
        margin-right: 1%;
        padding-bottom: 10px;
    }
    
    .home-boxes .box-item.wide {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;    
    }

}

@media (min-width: 992px) {
    .home-boxes .box-item {
        flex: 0 0 33%;
        max-width: 32%;
    }
    
    .home-boxes .box-item.wide {
        flex: 0 0 66%;
        max-width: 65%;    
    }

}


@media (min-width: 1440px) {
    .home-boxes .box-item {
        flex: 0 0 25%;
        max-width: 24%;
    }
    
    .home-boxes .box-item.wide {
        flex: 0 0 50%;
        max-width: 59%;    
    }

}

/* Owl-Slider */


.products-grid .owl-item .product-item-photo {
        min-height: 250px;
        max-height: 250px;
        position: relative;
        height: 100% !important;
        width: auto !important;
        overflow: hidden;
}


/* Parallax */

.parallax-container .parallax {
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}


/* Footer */

.footer .footer-top {
        padding: 30px 0 20px;
}

.footer .footer-middle > .container {
  padding-left: 10px;
  padding-right: 10px;
}

.footer .footer-middle > .container > .row {
    align-items: normal;
}

.footer-middle p {
    margin-bottom: 5px;
}

.footer-middle a:hover {
    text-decoration: underline;
}
.footer-middle a:focus {
    color: #2c4363;
}

.footer-bottom {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-bottom address {
    order: 1;
}

.footer-bottom .switcher {
    order: 2;
    margin-top: 0;
}

.footer-bottom .switcher label {
    display: inline;
}

/* Newsletter - Footer */

.footer #subscribe-form {
    width: 100%;
}

.footer #subscribe-form .heading {
    font-size: 1.6em;
    margin-bottom: 10px;
}

.footer #subscribe-form label {
    font-size: 1em;
    line-height: 36px;
    font-weight: normal;
    position: relative;
}

.footer #subscribe-form .nl-box {
    clear: both;
}

.footer #subscribe-form form {
    display: block;
}

.footer #subscribe-form .cr_form .non_sortable {
    float: left;
}

.footer #subscribe-form .cr_form input {
    width: 100%;
    margin-bottom: 5%;
    padding: 8px;
    text-overflow: ellipsis;
    height: 36px;
    background: #fff;
    border: 1px solid #ddd;
    color: #888;
    font-size: 1em;
}

.footer #subscribe-form .cr_form div.inactive input {
    display: none;
    visibility: hidden;
}

.footer #subscribe-form .submit_container {
    padding-top: 20px;
    margin-bottom: 20px;
}

.footer #subscribe-form .cr_button {
    background-color: #e5e5e5;
    color: #555555;
    margin: 0;
    text-align: center;
    line-height: 36px;
    height: 36px;
    padding: 0 25px;
}

.footer #subscribe-form .cr_button:hover {
    background-color: #fff;
    color: #555555;
    border-color: #888888;
}


.footer #subscribe-form .data-policy-info {
    clear: both;
}
.footer #subscribe-form .data-policy-info a {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 640px) {

    .footer #subscribe-form .cr_form label {
    float: left;
    margin: 0 1% 0 0;
    width: 12%;
    text-align: right;
    }
    
    .footer #subscribe-form .cr_form input {
      float: left;
      width: 35%;
      margin-right: 2%;
    margin-bottom: 2%;
    }

    .footer #subscribe-form .submit_container {
        padding-top: 0;
        margin-bottom: 0;
    }

    .footer #subscribe-form .cr_button {
       float: right;
       margin-right: 2%;
  }
    
}

@media (min-width: 992px) {

    .footer #subscribe-form .cr_form label {
    width: 9%;
    }
    
    .footer #subscribe-form .cr_form input {
      width: 36%;
      margin-right: 4%;
    }

    .footer #subscribe-form .cr_button {
       margin-right: 4%;
  }

}

@media (min-width: 1440px) {

    .footer #subscribe-form {
        max-width: 1440px;
        margin: 0 auto;
    }

    .footer #subscribe-form .cr_form label {
    width: 6%;
    }
    
    .footer #subscribe-form .cr_form input {
    width: 20%;
    margin-right: 2%;
    }

    .footer #subscribe-form .cr_button {
       margin-right: 0;
  }

}

/* Icons - Footer */

.footer .feature.indent span {
    float: left;
    margin-right: 10px;
    padding-left: 7px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    background-color: #2c4363;
}

.footer .feature.indent span:before {
    font-size: 14px;
    font-weight: bold;
    width: 19px;
}

.footer .feature.indent p {
    line-height: 36px;
    margin-bottom: 10px;
}


/* Sidemenu */

#sidemenu {
        z-index: 1001;
        position: fixed;
        right: 0;
/*         top: 30%; */
        top: 15.5rem;
}

.sidemenu-nav-checkbox {
        display: none;
}
.sidemenu-nav-button {
        z-index: 2000;
      position: absolute;
        top: 0;
        right: -0.25rem;
        height: 2.5rem;
        width: 2.5rem;
        text-align: center;
        cursor: pointer;
        background-color: #2c4363;
}

.sidemenu-nav-button:hover {
        box-shadow: 1px 2px 4px #aaa;
}

.sidemenu-nav-icon {
         position: absolute;
         top: 50%;
         left: 50%;
/*          transform: translate(-50%, -50%); */
        transform: translate(-50%, -25%);
         line-height: normal;
}
.sidemenu-nav-icon::before {
        font-size: 20px;
        line-height: normal;
        color: #fff;
        content: '\e882';
        font-family: 'porto-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        color: #fff;
}

/*
.sidemenu-nav-icon::before,
.sidemenu-nav-icon::after {
      content: '';
        position: absolute;
        top: 0%;
        left: 0%;
        transition: all 0.2s;
}

.sidemenu-nav-icon,
.sidemenu-nav-icon::before,
.sidemenu-nav-icon::after {
      width: 1.2rem;
        height: 0.2rem;
        background-color: #fff;
}

.sidemenu-nav-icon:before {
      transform: translateY(-150%) rotate(0deg) scale(1) skewX(15deg);
}

.sidemenu-nav-icon:after {
      transform: translateY(150%) rotate(0deg) scale(1) skewX(-15deg);
}
*/

.sidemenu-nav {
      position: absolute;
        top: 3rem;
        right: 0;
        opacity: 0;
        transform: translateX(100%);
        text-align: left;
        transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1),
    opacity 0.5s;
        z-index: 100;
        padding: 0;
        width: 14rem;
}

.sidemenu-nav-checkbox:checked ~ .sidemenu-nav {
      opacity: 1;
        transform: translateX(6%);
}

.sidemenu-nav-checkbox:checked + .sidemenu-nav-button .sidemenu-nav-icon {
      background-color: transparent;
}

.sidemenu-nav-checkbox:checked + .sidemenu-nav-button .sidemenu-nav-icon {
        transform: translate(-50%, -50%)
}
.sidemenu-nav-checkbox:checked + .sidemenu-nav-button .sidemenu-nav-icon::before {
      content: '\f81a';
      font-size: 22px;
}


/*
.sidemenu-nav-checkbox:checked + .sidemenu-nav-button .sidemenu-nav-icon::before {
      transform: rotate(135deg);
}

.sidemenu-nav-checkbox:checked + .sidemenu-nav-button .sidemenu-nav-icon::after {
      transform: rotate(-135deg);
}
*/


#sidemenu li {
        list-style: none;
        margin-bottom: 5px;
}
#sidemenu li a {
        display: block;
/*         padding: 8px 38px 8px 14px; */
        padding: 8px 14px;
        color: #fff;
        background-color: rgb(71, 92, 119);
        text-decoration: none;
        transition: 0.5s ease-out;
        transform: scale(0.8);
        box-shadow: 1px 2px 4px #aaa;
        /* margin-right: -30px; */
}
#sidemenu li a:hover {
        background-color: #2c4363;    
        transform: scale(1);
}

#sidemenu li a .icon {
        margin-right: 5px;
}


/* Preise */

.price-container.price-final_price {
        display: flex;
        flex-direction: column-reverse;
}

.price-including-tax:before,
.price-excluding-tax:before {
        content: '' !important;
}

.price-including-tax:after,
.price-excluding-tax:after {
        padding-left: 5px;
        content: attr(data-label);
        font-size: 0.75rem;
        color: #999;
}

.special-price .price-including-tax:after {
        /* content: '' !important; */
}

.special-price .price-wrapper.price-excluding-tax {
    /* margin-left: 28%; */
}
.catalog-category-view .special-price .price-wrapper.price-excluding-tax {
    margin-left: 0;
}
.product-info-main .product-info-price .special-price .price-wrapper.price-excluding-tax {
    margin-left: 0;
}
.sticky-detail .special-price .price-wrapper.price-excluding-tax {
    margin-left: 0;
}



.zzglversand {
        display: block;
        margin-top: 20px;
        font-size: 0.75rem;
        color: #999;    
}
.zzglversand a {
        font-size: 0.75rem;
        color: #999;
        text-decoration: underline;
}

.old-price {
        display: block;
        /* margin-left: -15%; */
}
.details-right .old-price {
        /* margin-left: -74px; */
}
.product-info-main .product-info-price .old-price {
        /* margin-left: -104px; */
}
.sticky-detail .old-price {
        /* margin-left: -74px; */
}

.old-price .price-container.price-final_price {
        flex-direction: column;
}
.product-info-main .product-info-price .price-box .old-price .price-container > span.price-label {
        margin-bottom: 0;
}

.price-box .old-price .price {
        font-weight: normal;
}

.products-list .product-item .price-box .special-price .price-label {
        height: 20px;
        overflow: visible;
}


.price-box .price {
        font-size: 1.25rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax::before,
.price-container .weee + .price-excluding-tax .price {
        font-size: 1.25rem;
        line-height: 1.5rem;
}
.price-including-tax + .price-excluding-tax::before,
.weee[data-label]::before {
        font-size: 1.25rem;
}
.price-including-tax:before {
        content: attr(data-label) ': ';
        font-size: 0.75rem;
        color: #999;
}
.price-box .price-including-tax .price {
        font-size: 0.75rem;
        color: #999;
}
/*
.price-box > .price-final_price {
    margin-bottom: 35px;
    display: block;
}
*/

.product-options-bottom .price-box,
.product-info-price .price-box {
        padding-bottom: 0;
}


.price-box .special-price .price-excluding-tax .price {
        color: #ee001c !important;
}
.products-list .product-item .price-box .special-price .price-label {
        position: relative;
        font-size: 1.25rem ;
        color: #ee001c;
        font-weight: 600;
        order: 1;
}
.product-item .price-box .price-label {
        color: #999;
}

.product-info-main .product-info-price .price-box .special-price .price-final_price > span.price-including-tax {
        margin-bottom: 0;
}

.old-price .price-label {
/*         display: inline-block; */
        display: none;
}
.old-price .price-including-tax {
        display: inline-block;
}
.old-price .price-including-tax:before {
        content: '';
}
.old-price .price {
        display: inline-block !important;
        font-size: 0.75rem;
}
.product-options-bottom .price-box .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
/*         display: inline-block; */
        font-size: 1.2rem;
        font-weight: 400;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
/*         display: block; */
        font-size: 1.2rem;
        font-weight: 400;    
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price, .product-info-price .price-box .price-container .weee .price {
        font-size: 1.8rem;
        font-weight: 600;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
        line-height: normal;    
}
.product-options-bottom .price-box .price-container .price-including-tax .price,
.product-info-price .price-box .price-container .price-including-tax .price {
        color: #999;
}

.sticky-product .product-info-price .price-box .price-container .price {
     font-size: 1.2rem;
}

.sticky-product .product-info-price .price-box .old-price .price-container .price {
        font-size: 1.2rem;
}


@media (max-width: 640px) {
    .products-grid .product-item {
            width: 100%;
    }
}

.small-list.products-grid .product-items .price {
        display: inline;
}




/* Kategorie */

.catalog-category-view .page-title-wrapper {
        display: block;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
}


/* Subcategory Grid */

.kategorie-liste {
        display: flex;
        flex-direction: row;
        flex-flow: wrap row;
        text-align: center;
        padding: 10px;
        justify-content: space-between;
}
.kategorie-liste .kategorie-item {
        flex: auto;
        margin: 10px;
        border:1px solid #C4C1BC;
        max-width: 45%;
        width: 45%;
}
.kategorie-liste .kategorie-item-picture {
        height: auto;
        width: 100%;
}

.kategorie-liste .kategorie-item-picture img {
        height: auto;
        width: 100%;
}

.kategorie-liste .kategorie-item-link {
        word-wrap: break-word;
        padding: 0 8px;
}

.kategorie-liste a {
        color:#22165c;
        text-decoration:none;
        font-size:16px;
}

@media (min-width: 640px) {
        .kategorie-liste .kategorie-item {
                max-width: 30%;
                width: 30%;
        }
}

@media (min-width: 1024px) {
        .kategorie-liste .kategorie-item {
                max-width: 22.5%;
                width: 22.5%;
        }
}

@media (min-width: 1280px) {
        .kategorie-liste {
                justify-content: flex-start;
        }

        .kategorie-liste .kategorie-item {
                max-width: 15%;
                width: 15%;
        }
}

@media (min-width: 1440px) {

        .kategorie-liste .kategorie-item {
                max-width: 15.2%;
                width: 15.2%;
        }
}

@media (max-width: 483px) {
    .kategorie-liste {
            padding: 0;
    }

    .kategorie-liste .kategorie-item {
            width: 48%;
            margin-left: 0;
            margin-right: 2%;
            margin-bottom: 0;
            max-width: none;
    }

}


.kategorie-liste-main {
        display: flex;
        flex-direction: row;
        flex-flow: wrap row;
        text-align:center;
        padding: 5px;
        justify-content: space-between;
}
.kategorie-liste-main .kategorie-item {
        flex: auto;
        margin: 5px;
        max-width: 47.5%;
        width: 47.5%;
        border:1px solid #C4C1BC;
}
.kategorie-liste-main .kategorie-item-picture {
        height: auto;
        width: 100%;
        margin-bottom:10px;
}

.kategorie-liste-main .kategorie-item-picture img {
        height: auto;
        width: 100%;
}

.kategorie-liste-main .kategorie-item-link {
        word-wrap: break-word;
        padding: 0 8px;
}

.kategorie-liste-main a {
        color:#22165c;
        text-decoration:none;
}

.kategorie-liste-main h2 {
        margin-top: 0;
        margin-bottom: 2rem;
        font-size: 1.6rem;
}

@media (min-width: 640px) {
        .kategorie-liste-main .kategorie-item {
                max-width: 30%;
                width: 30%;
        }
}

@media (min-width: 1140px) {
        .kategorie-liste-main {
                justify-content: flex-start;
        }
        .kategorie-liste-main .kategorie-item {
                max-width: 23.5%;
                width: 23.5%;
        }
}

@media (max-width: 483px) {
    .kategorie-liste-main {
            padding: 0;
    }

    .kategorie-liste-main .kategorie-item {
            width: 48%;
            margin-left: 0;
            margin-right: 2%;
            margin-bottom: 0;
            flex: none;
            max-width: none;
    }

}

/* Subcategory Listing Top */

.subcategory-listing-top {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
/*     text-align: center; */
    border-bottom: 1px solid #e5e5e5;
}

#slidebutton {
    line-height: 14px;
    font-size: 16px;
    padding: 8px 5px 10px;
    margin: 25px 0 0;
    width: 100%;
    color: #fff;
    background: rgb(71, 92, 119);
    border: none;
}
#slidebutton:before {
    vertical-align: bottom;
}
#slidebutton:hover {
    color: #fff;
    background: #22165c;
}
#slidebutton span.label {
    padding-left: 10px;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
}
#slidebutton:hover span.label {
    color: #fff;
} 

#slidecontainer {
    overflow: hidden;
}

#slidecontainer:after {
    clear: both;
}

#slidecontainer .kategorie-liste:after {
    clear: both;
}

/* Kategorie-Liste in Slider-Container wegen Hoehe fuer JS in display-Block-Variante */

#slidecontainer .kategorie-liste {
        display: block;
        padding: 0;
}

#slidecontainer .kategorie-liste .kategorie-item {
        width: 100%;
        margin: 0 0 15px;
        max-width: none;
}


@media (min-width: 375px) {
        #slidecontainer .kategorie-liste .kategorie-item {
                float: left;
                margin: 0 1% 15px;
                width: 48%;
        }
}

@media (min-width: 640px) {
        #slidecontainer .kategorie-liste .kategorie-item {
                width: 31%;
        }
}

@media (min-width: 1024px) {
        #slidecontainer .kategorie-liste .kategorie-item {
                width: 23%;
        }
}

@media (min-width: 1280px) {
        #slidecontainer .kategorie-liste .kategorie-item {
                width: 14.6%;
        }
}




/* Product Grid */



/* Product List */

.products-list .product-item-info {
        flex-direction: column;
        align-items: normal !important;
}


/*
.products-list .product-item-photo {
        overflow: visible;
}
*/


.products-list .product-item-details {
        padding: 0;
        width: 100%;
        max-width: none;
}

.products-list .product-item-details.details-right {
        
}

/*
.products-list .product-item-details.details-right .price-box {
        text-align: right;
}

.products-list .product-item-details.details-right .price-box .special-price .price-including-tax {
        text-align: left;
}

.products-list .product-item-details.details-right .product-item-inner {
        text-align: right;
}
*/

.products-list .product-image-photo.default_image {
        width: auto;
        max-height: 300px;
}

.products-list .product-item-name a {
        white-space: normal;
}

.product-item-info .product-item-details .product-item-actions .tocart {
        background-color: rgb(71, 92, 119);
        color: #fff;
}


@media (min-width: 480px) {
        .products-list .product-item-info {
                display: block !important;
        }

        .products-list .product-item-photo {
                float: left;
                width: 35%;
                margin-right: 5%;
        }

        .products-list .product-item-details {
                width: 100%;
                padding: 0 0 5% 40%;
        }

        .products-list .product-item-details.details-right {
            width: 100%;
        }

}

@media (min-width: 768px) {

        .products-list .product-item-photo {
                float: none;
                width: auto;
                flex: 0 0 20%;
                overflow: visible;
                margin-right: 0;
        }

        .products-list .product-image-photo.default_image {
                max-height: 300px;
        }

        .products-list .product-item-info {
                display: flex !important;
                flex-direction: row;
        }

        .products-list .product-item-details {
                width: auto;
                padding: 0 15px 20px;
                flex: 0 0 45%;
        }
        .products-list .product-item-details.details-right {
            padding-left: 20px;
            width: auto;
            flex: 0 0 35%;
        }

/*
        .products-list .product-item-details.details-right .price-box {
                text-align: left;
        }

        .products-list .product-item-details.details-right .product-item-inner {
                text-align: left;
        }
*/

}

@media (min-width: 920px) {

        .products-list .product-image-photo.default_image {
                border: 1px solid #fff;
                transition: all 0.4s;
        }
        .products-list .product-image-photo.default_image:hover {
            transform: scale(2, 2);
            background: #fff;
            border: 1px solid #ccc;
            z-index: 100;
        }

        .products-list .product-item-details {
                flex: 0 0 50%;
        }
        .products-list .product-item-details.details-right {
            flex: 0 0 30%;
        }

}

@media (min-width: 1200px) {

        .products-list .product-image-photo.default_image:hover {
            transform: scale(1.5, 1.5);
        }
        
        .products-list .product-item-details {
                flex: 0 0 55%;
        }
        .products-list .product-item-details.details-right {
            flex: 0 0 25%;
        }
}

.products-list .product-item-info .product.name a {
        font-weight: 500;
}

.product-item-details .product-item-description .article-short {
        margin-bottom: 20px;
}

.product-item-details .product-item-description .article-short table {
        width: 100%;
}
.product-item-details .product-item-description .article-short table td {
    text-align: center;
    border: solid 3px #FFFFFF;
    padding: 0;
}

.product-item-details .product-item-description .article-short img {
    border: 1px solid #cccccc;
    padding: 1px;
    width: 30px;
    height: 30px;
}

.product-item-details .product-item-description .article-short .zeile-schrift td {
    background-color: #F2F5F9;
}

.product-item-details .product-item-description a.more {
    text-decoration: underline;
}


/* Filter - Layered Navigation */

.layout-fullwidth.page-layout-2columns-left .sidebar-main .filter-current {
        padding-top: 5px;    
}

.sidebar .block-category-list { display: none; }

.page-layout-1column .columns .block.filter { display: none; }
.page-layout-1column.page-with-filter .columns .block.filter { display: none; }

.filter-options-title {
        cursor: auto;
}

.filter-options-title:after {
        display: none;
}


.filter-actions {
        border-top: none;
}


.filter-options-item {
        clear: both;
        padding-bottom: 30px;
        margin-bottom: 30px;
}

.filter-options-item .item-img-select {
        float: left;
        margin: 0;
        padding: 3px;
}
.filter-options-item .item-img-select a:before {
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-right: none;
    border-left: 4px solid #ddd;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    left: 0px;
    top: 50%;
    margin-top: -5px;
    transition: left 150ms ease-in-out;
    -moz-transition: left 150ms ease-in-out;
    -webkit-transition: left 150ms ease-in-out;
    -o-transition: left 150ms ease-in-out;
}
.filter-options-item .item-img-select a:hover:before {
    left: 3px;
}
.filter-options-item .item-img-select a {
        position: relative;
        display: block;
        padding: 0 0 0 8px;
}
.filter-options-item .item-img-select a img {
    display: block;
        border: 1px solid #ccc;
        padding: 1px;
}
.filter-options-item .item-img-select a img.icon-svg {
    height: 30px;
    width: 30px;
}

#layered-horizontal-container .filter-options { display: block; }


#layered-horizontal-container .filter-current { display: none; }

#layered-horizontal-container .filter-actions { display: none; }

#layered-horizontal-container .filter-options-item {
    display: none;
    min-width: 280px;
        padding-bottom: 0;
    margin-right: 15px;
    margin-bottom: 5px;
    vertical-align: top;
}
#layered-filter-block-container .filter-options-item[attribute="fraesshop_einsatzgebiet"] {
    display: none;
}
#layered-horizontal-container .filter-options-item[attribute="fraesshop_einsatzgebiet"] {
    display: inline-block;
}
#layered-filter-block-container .filter-options-item[attribute="fraesshop_typ"] {
    display: none;
}
#layered-horizontal-container .filter-options-item[attribute="fraesshop_typ"] {
    display: inline-block;
}
/*
.ht_bohrer_shop  #layered-filter-block-container .filter-options-item[attribute="fraesshop_hpc_hsc"],
.rg_bohrer_shop #layered-filter-block-container .filter-options-item[attribute="fraesshop_hpc_hsc"] { 
    display: none;
}
.ht_bohrer_shop #layered-horizontal-container .filter-options-item[attribute="fraesshop_hpc_hsc"],
.rg_bohrer_shop #layered-horizontal-container .filter-options-item[attribute="fraesshop_hpc_hsc"] {
    display: inline-block;
}
*/
.ht_bohrer_shop  #layered-filter-block-container .filter-options-item[attribute="bohrer_anwendung"],
.rg_bohrer_shop #layered-filter-block-container .filter-options-item[attribute="bohrer_anwendung"] { 
    display: none;
}
.ht_bohrer_shop #layered-horizontal-container .filter-options-item[attribute="bohrer_anwendung"],
.rg_bohrer_shop #layered-horizontal-container .filter-options-item[attribute="bohrer_anwendung"] {
    display: inline-block;
}
.ht_spanntechnik_shop #layered-filter-block-container .filter-options-item[attribute="spanntechnik_aufnahmen_spannbereich"],
.view_rg_spannsysteme #layered-filter-block-container .filter-options-item[attribute="spanntechnik_aufnahmen_spannbereich"] { 
    display: none;
}
.ht_spanntechnik_shop #layered-horizontal-container .filter-options-item[attribute="spanntechnik_aufnahmen_spannbereich"],
.view_rg_spannsysteme #layered-horizontal-container .filter-options-item[attribute="spanntechnik_aufnahmen_spannbereich"] {
    display: inline-block;
}
/*
.ht_spanntechnik_shop #layered-filter-block-container .filter-options-item[attribute="spanntechnik_spannbereich"],
.view_rg_spannsysteme #layered-filter-block-container .filter-options-item[attribute="spanntechnik_spannbereich"] { 
    display: none;
}
.ht_spanntechnik_shop #layered-horizontal-container .filter-options-item[attribute="spanntechnik_spannbereich"],
.view_rg_spannsysteme #layered-horizontal-container .filter-options-item[attribute="spanntechnik_spannbereich"] {
    display: inline-block;
}
*/
.ht_spanntechnik_shop #layered-filter-block-container .filter-options-item[attribute="spanntechnik_backenbreite"],
.view_rg_spannsysteme #layered-filter-block-container .filter-options-item[attribute="spanntechnik_backenbreite"] { 
    display: none;
}
.ht_spanntechnik_shop #layered-horizontal-container .filter-options-item[attribute="spanntechnik_backenbreite"],
.view_rg_spannsysteme #layered-horizontal-container .filter-options-item[attribute="spanntechnik_backenbreite"] {
    display: inline-block;
}
.ht_spanntechnik_shop #layered-filter-block-container .filter-options-item[attribute="spanntechnik_durchmesser"],
.view_rg_spannsysteme #layered-filter-block-container .filter-options-item[attribute="spanntechnik_durchmesser"] { 
    display: none;
}
.ht_spanntechnik_shop #layered-horizontal-container .filter-options-item[attribute="spanntechnik_durchmesser"],
.view_rg_spannsysteme #layered-horizontal-container .filter-options-item[attribute="spanntechnik_durchmesser"] {
    display: inline-block;
}


#layered-horizontal-container .filter-options-content {
        position: relative;
        z-index: 0;
        border: none;
}

@media (max-width: 991px) {

    .catalog-category-view .mobile-sidebar,
    .catalog-product-view .mobile-sidebar {
            width: 260px !important;
    }

}

@media (max-width: 767px) {
        #layered-horizontal-container .filter-options-item {
            width: 47%;
            margin-right: 2%;
        }

        .products-list .product-item-photo {
                flex: 0 0 335px !important;
        }
}

@media (max-width: 619px) {
    
        #layered-horizontal-container .filter-options-item {
            width: 100%;
            margin-right: 0;
            padding: 0 10px;
        }
}

 
.cart-empty .btn-go-shop {
        padding: 16px 10px !important; 
}
 


/* Einzelansicht */

.porto-info-list li,
.product.description ul li {
    line-height: 0.75;
}


.product-info-main .box-tocart div.mage-error {
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 43px;
        width: 100%;
}


.product-info-main .product-info-stock-sku {
        float: left;
        margin: 4px 20px 0 0;
        padding: 0;
        display: block;
        text-align: left;
}

.product-info-main .product.sku .type::after {
        content: ":";
}

.product-info-main .product-reviews-summary.empty .reviews-actions::before {
        color: #777;
}

.product-info-main .product.overview {
        padding-bottom: 0;
}

.fotorama__stage {
        min-height: 60px;
}

.fotorama--fullscreen .fotorama__fullscreen-icon::before {
    content: "\f819";
}

.fotorama__caption__wrap {
    display: none;
}

.product-info-main .product.delivery {
    font-weight: 400;
    margin: 18px 0;
}

.product-info-main .box-tocart .actions  #product-addtocart-button {
        float: left;
}


.article-short {
        margin-bottom: 20px;
}

.article-short table {
        width: auto;
}

.article-short table td {
    text-align: center;
    border: solid 3px #FFFFFF;
    padding: 0;
    font-size: 0.75rem;
}

.article-short img {
    border: 1px solid #cccccc;
    padding: 1px;
    width: 30px;
    height: 30px;
}

.article-short .zeile-schrift td {
    background-color: #F2F5F9;
    font-size: 0.75rem;
}

.product.data.items .product.description a {
        text-decoration: underline;
}

.article-long .tab-symbole img {
        border: 1px solid #cccccc;
        width: 60px;
        height: 60px;
}

.article-long td {
    text-align: center;
}

.article-long .artikelbeschreibung {
        margin-bottom: 80px;
        text-align: justify;
}

.article-long .skizze-einsatzgebiet {
    margin-bottom: 40px;
}

.article-long .skizze {
    float: left;
    margin-bottom: 20px;
    width: 65%;
}

.article-long .skizze-ganze-breite {
        clear:both;
        margin-bottom:20px;
}

.article-long .einsatzgebiet {
    float: right;
    margin-bottom: 20px;
    width: 30%;
}

.article-long .tab-abmessungen th {
    text-align: center;
    font-weight: bold;
    height: 25px;
    background-color: #E5EBF3;
}

.article-long .materialgruppen-text {
        line-height:2.2;
}

.article-long .material-st { background-color:#89b5dd; width: 95px; }
.article-long .material-guss { background-color:#c5c7c8; width: 95px; }
.article-long .material-kupfer { background-color:#fedd92; width: 95px; }
.article-long .material-nickel { background-color:#d7c68d; width: 95px; }
.article-long .material-alu { background-color:#e4c2da; width: 95px; }
.article-long .material-magnesium { background-color:#c2dcae; width: 95px; }
.article-long .material-titan { background-color:#f29a79; width: 95px; }
.article-long .material-kunststoff { background-color:#a69dc8; width: 95px; }
.article-long .material-graphit { background-color:#ee86a6; width: 95px; }

.article-long .abmessungen {
        float:left;
        margin-bottom: 30px;
        width:65%;
}

.article-long .abmessungen-spanntechnik {
        clear:both;
}

.article-long .abmessungen-symbole {
    clear: both;
    margin-bottom: 30px;
    margin-top: 60px;
}

.article-long .symbole {
        float: right;
        width: 30%;
        margin-bottom: 40px;
}

.article-long .bearbeitungsbsp {
        clear:both;
        margin-bottom:40px;
}

.article-long .tab-abmessungen {
        width: 100%;
        border-spacing: 1px;
}

.article-long .tab-abmessungen-spanntechnik {
        width: 635px;
        border-spacing: 1px;
        margin-bottom: 40px;
}

.article-long .tab-abmessungen th {
        text-align: center;
        font-weight: bold;
        height: 25px;
        background-color:#E5EBF3;
}

.article-long .tab-abmessungen-spanntechnik th {
        text-align: center;
        font-weight: bold;
        height: 25px;
        background-color:#E5EBF3;
}

.article-long .tab-zubehoer { border-spacing:1px; }

.article-long .tab-symbole { border-spacing:1px; }

.article-long .tab-ueberschrift {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        border-bottom: 1px solid #D9DDD3;
        color: #22165c;
}

.article-long .tab-abmessungen-zeile1 {
        text-align:center;
        font-weight:bold;
        height: 25px;
        background-color:#E5EBF3;
}

.article-long .tab-abmessungen-zeile2 {
        font-weight:bold;
        height: 25px;
        background-color: #F2F5F9;
}

.article-long td {
    text-align: center;
    padding: 0;
}

.article-long .materialgruppen-text {
    line-height: 2.2;
}

.article-long .p-stahl,
.article-long .m-va-rostfreie-materialien,
.article-long .k-guss,
.article-long .n-alu-ne-metalle,
.article-long .n-alu-ne-metalle-lang,
.article-long .s-superlegierungen,
.article-long .s-superlegierungen-lang,
.article-long .h-gehaertete-materialien {
    background-repeat: no-repeat;
    width: 200px;
    height: 40px;
    text-align: left;
    padding-left: 35px;
}

.article-long .p-stahl {
    background-image: url(../images/einsatzgebiet/einsatzgebiet-p-stahl.jpg);
}

.article-long .m-va-rostfreie-materialien {
    background-image: url(../images/einsatzgebiet/einsatzgebiet-m-va-rostfreie-materialien.jpg);
}

.article-long .k-guss {
    background-image: url(../images/einsatzgebiet/einsatzgebiet-k-guss.jpg);
}

.article-long .n-alu-ne-metalle {
    background-image: url(../images/einsatzgebiet/einsatzgebiet-n-alu-ne-metalle.jpg);
}
.article-long .n-alu-ne-metalle-lang {
        background-image: url(../images/einsatzgebiet/einsatzgebiet-n-alu-ne-metalle-lang.jpg);
}

.article-long .s-superlegierungen {
    background-image: url(../images/einsatzgebiet/einsatzgebiet-s-superlegierungen.jpg);
}
.article-long .s-superlegierungen-lang {
        background-image: url(../images/einsatzgebiet/einsatzgebiet-s-superlegierungen-lang.jpg);
}

.article-long .h-gehaertete-materialien {
    background-image: url(../images/einsatzgebiet/einsatzgebiet-h-gehaertete-materialien.jpg);
}

.text-justify {    text-align:justify; }

.row-colored { background-color: #F2F5F9; }

.article-long .unterstellt { 
        font-size: 8px;
        vertical-align:sub;
}

.article-long .hochgestellt {
         font-size: 8px;
         vertical-align:top;
}

.article-long .material-abstand {
        width: 10px;
        height: 10px;
}

.article-long .symbole-abstand {
        width: 7px;
        height: 7px;
}

.article-long .unterschrift {
        font-size: 10px;
        text-align:left;
}

.article-long .downloads {
    clear: both;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.article-long .video {
        clear:both;
        float:left; 
        margin-bottom: 30px;
        width:100%;
}

.product-info-main .product-add-form .box-tocart .actions {
        width: 61%;
        margin-right: 0;
}
.product-info-main .product-add-form .box-tocart .actions .action.tocart {
        margin-right: 0;
}
.product-info-main .fieldset > .field.qty,
.product-info-main .nested.options-list > .field.qty {
    margin-bottom: 46px;
}

@media (min-width: 480px) { 

        .product-info-main .product-add-form .box-tocart .actions .action.tocart {
                margin-right: 8px;
        }
        .product-info-main .product-add-form .box-tocart .actions {
                width: 55%;    
        }
}


@media (min-width: 640px) { 

        .product-info-main .fieldset > .field.qty,
        .product-info-main .nested.options-list > .field.qty {
            margin-bottom: 4px;
        }
        .product-info-main .product-add-form .box-tocart .actions {
                width: 70%;    
        }
}

@media (min-width: 768px) { 
        .page-layout-2columns-right .product.media {
            float: left;
        }
        
        .page-layout-2columns-right .product-info-main {
            float: right;
        }
}

@media (min-width: 992px) {
    
        .product-info-main .fieldset > .field.qty,
        .product-info-main .nested.options-list > .field.qty {
            margin-bottom: 46px;
        }
        
        .product-info-main .product-add-form .box-tocart .actions {
                width: 55%;    
        }
}

@media (min-width: 1200px) {
        
        .product-info-main .fieldset > .field.qty,
        .product-info-main .nested.options-list > .field.qty {
            margin-bottom: 4px;
        }
        
        .product-info-main .product-add-form .box-tocart .actions {
                width: 70%;    
        }
}

@media (max-width: 920px) {
        .article-long .symbole { 
                float: none;
                width: 100%;
                margin-bottom: 20px;
        }
        
        .article-long .einsatzgebiet {
                float: left;
                margin-bottom: 20px;
                width: 100%;
        }
        
        .article-long .skizze {
                float: left;
                margin-bottom:20px; 
                width: 100%;
        }
        
        .article-long .tab-symbole { width: 100%; }
        
        .article-long .tab-symbole .tab-symbole { width: 30%; }
        
        .article-long .abmessungen { 
                float: none;
                width: 100%;
        }
}

@media (max-width: 767px) {
        .gallery-placeholder__image {
                max-height: 300px;
                width: auto;
        }
        
        .fotorama {
                max-height: 300px;
                width: auto;
        }
        
        .fotorama__stage__frame .fotorama__img {
                max-height: 300px !important;
                width: auto !important;
                top: 30%;
        }
}



/* Sidebar Einzelansicht */

.block .block-title {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    color: #2c4363;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 6px;
    font-size: 1.5rem;
    text-transform: none;
}
.block .block-title strong {
    font-weight: bold;
    color: #2c4363;
    text-transform: none;
}

.catalog-product-view .sidebar .sidebar-title {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    color: #2c4363;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 6px !important;
    text-transform: none;
}

.block.related .products-grid .owl-item .product-item-photo {
        min-height: 0;
}

.sidebar .feature.indent span {
    float: left;
    margin-right: 10px;
    padding-left: 7px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    background-color: #2c4363;
}

.sidebar .feature.indent span:before {
    font-size: 14px;
    font-weight: bold;
}

.main-offer {
    text-align: center;
    margin-bottom: 15px;
}

.sidebar .main-offer img {
    margin: 5px 15px;
}

.main-product-offer {
    width: 100%;
}

.main-product-offer-text {
    font-weight: bold;
}

@media (min-width: 992px) {

        .layout-fullwidth.page-layout-2columns-right .sidebar-additional {
                    border-left: 1px solid #e5e5e5;
        }
}

@media (min-width: 1200px) {
    
        .layout-fullwidth.page-layout-2columns-right .column.main {
                width: 70% !important;
        }

        .layout-fullwidth.page-layout-2columns-right .sidebar-main {
                width: 30% !important;
        }

        .layout-fullwidth.page-layout-2columns-right .sidebar-additional {
                padding-left: 15px !important;
        }
}



/* Mini-Cart */

.minicart-items .product-item-pricing .label {
        width: 50px !important;
}

.price-container .price-excluding-tax .minicart-price .price {
        font-size: .8125rem !important;
}

.minicart-wrapper .block-minicart .subtotal {
        font-size: .8125rem !important;
        line-height: normal !important;
}
.minicart-wrapper .block-minicart .subtotal > span.label {
    align-items: end !important;
    padding-right: 5px;
}

.minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart {
        padding: .875rem 1.5rem;
        background-color: rgb(71, 92, 119);
    color: #fff;
    font-size: .75rem;
    border: none;
    border-radius: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart:hover {
        background-color: #2c4363;
}

/* Cart */

.cart .product-item-name {
        white-space: normal;
}

.product-item-details .product-item-name a {
        white-space: normal;
}

#shopping-cart-table .price-including-tax + .price-excluding-tax {
        font-size: 0.5rem !important;
}

.cart-summary #co-shipping-method-form .price-excluding-tax:before {
        content: "(" attr(data-label) ": " !important;
        padding-left: 10px;
        font-size: .875rem;
        color: #999;
}
.cart-summary #co-shipping-method-form .price-excluding-tax:after {
        padding-left: 0;
}

.cart-summary .block .price {
        font-size: .875rem;
}

.cart-summary .price-including-tax::after,
.cart-summary .price-excluding-tax::after {
        font-size: .875rem;
        padding-left: 0;
}

.cart-summary .block .item-options .field.choice.item > .label {
        display: inline !important;
}

.cart-discount .actions-toolbar button.action:not(:hover) {
        color: #fff;
}



/* Checkout */

.minicart-items .product-item-name {
        white-space: normal !important;
}

.opc-block-summary .subtotal .price-excluding-tax .cart-price .price {
        font-size: .8125rem !important;
}

.table-checkout-shipping-method tbody td {
    word-break: break-word;
}


.table-checkout-shipping-method .price-including-tax .price,
.table-checkout-shipping-method .price-excluding-tax .price {
        font-weight: 600;
        font-size: .8125rem !important;
}

.opc-wrapper .form .street .control .label {
        display: none;
}

.checkout-agreements input[type="checkbox"] {
         top: 0;
}

.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
        font-size: 1.4rem;
}

.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
        font-size: 1.4rem;
}


.opc-block-summary .grand.excl .mark strong,
.opc-block-summary .grand.excl .amount strong {
        font-weight: 600 !important;
}

.opc-block-summary .product-item .price {
        font-size: 1.3rem;
}

.checkout-agreement .action-show,
.checkout-agreement .action-show:hover,
.checkout-agreement .action-show:focus {
        text-decoration: underline;
}

.agreements-modal .action-close {
    z-index: 1000;
}

.agreements-modal .action-close::before {
 top: 48px !important;
 left: 72px !important;
}
.agreements-modal .action-close::after {
 top: 40px !important;
 left: 80px !important;
}

.checkout-agreements-item-content {
    height: auto !important;
}

html .checkout-success .action.primary,
html .checkout-success .btn {
        line-height: 30px !important;
}

/* Kontaktformular */

.contact .fieldset .legend {
        display: none;
}

.contact-index-index .page-main .contact-info p {
    margin-left: 0;
}

/* Kundenkonto */

@media (min-width: 768px) {

    /* Fix */
    .account.page-layout-2columns-left .sidebar-content .sidebar-main,
    .account.page-layout-2columns-left .sidebar-content .sidebar-additional {
            width: 100%;
    }

}


/* Cookie Consent Plugin */

.amgdprcookie-groups-container {
    //height: 48vh;
}

.amgdprcookie-cookie-container {
    margin: 0 10px 15px 0;    
}

.amgdprcookie-cookie-container.-modal { 
	clear: both;
}

.amgdprcookie-cookie-container .amgdprcookie-text {
        line-height: 1.1rem;
        letter-spacing: normal;
        margin-bottom: 5px;
}

.amgdprcookie-policy-container {
        padding: 15px;
        background: #f8f8f8;
}

.amgdprcookie-text-container p {
        line-height: 1rem;
        margin-bottom: 0;
}

.modal-popup.amgdpr-modal-container .action-close:before,
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
        top: 0;
        left: 0;
        border-top: none;
}

.modal-popup.amgdpr-modal-container .action-close:after,
.amgdprcookie-modal-container .modal-inner-wrap .action-close:after {
        top: 0;
        left: 0;
        border-left: none;
}

.amgdpr-checkbox .amgdpr-text a {
        text-decoration: underline;
}

.amgdprcookie-link,
.amgdprcookie-link:hover,
.amgdprcookie-link:focus {
        text-decoration: underline !important;
}

.amgdprcookie-modal-template .amgdprcookie-buttons-block .amgdprcookie-button.-allow { 
        order: 1;
        margin-bottom: 15px;
}
.amgdprcookie-modal-template .amgdprcookie-buttons-block .amgdprcookie-button.-save { 
        order: 2;
}
.amgdprcookie-modal-template .amgdprcookie-buttons-block .amgdprcookie-button.-decline { 
        order: 3; 
        height: auto;
        margin-bottom: 0;
}

.cookie-status-message {
        display: none;
}

@media (max-width: 640px) {
    
    .amgdprcookie-bar-container {
        padding-left: 0;
        padding-right: 0;
    }

    .amgdprcookie-cookie-container .to-dse {
        .lib-font-size(12) !important;
    }
    
    .amgdprcookie-groups-modal.-table {
        font-size: 80%;
    }    

    .amgdprcookie-modal-container .amgdprcookie-modal-template {
        min-width: 320px !important;
        max-width: 320px;
    }

    .amgdprcookie-groups-modal.-table .modal-inner-wrap {
        min-width: 320px !important;
        max-width: 320px;
    }
        
    .amgdprcookie-groups-modal.-table .amgdprcookie-description {
        font-size: 100%;
    }
    
    .amgdprcookie-groups-modal .amgdprcookie-table {
        font-size: 0.7rem;
    }

    .amgdprcookie-groups-modal.-table table,
    .amgdprcookie-groups-modal.-table thead,
    .amgdprcookie-groups-modal.-table tbody,
    .amgdprcookie-groups-modal.-table th,
    .amgdprcookie-groups-modal.-table td,
    .amgdprcookie-groups-modal.-table tr { 
        display: block; 
    }
        
    .amgdprcookie-groups-modal.-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
        
    .amgdprcookie-groups-modal.-table thead th {
        font-size: 90%;
    }
        
    .amgdprcookie-groups-modal.-table tr { 
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        margin-bottom: 5px;
    }
        
    .amgdprcookie-groups-modal.-table td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-top: 30px;
    }
        
    .amgdprcookie-groups-modal.-table td:before { 
        position: absolute;
        top: 8px;
        left: 11px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        font-weight: bold;
    }
        
    .amgdprcookie-groups-modal.-table td:nth-of-type(1):before { content: "Cookie Name"; }
    .amgdprcookie-groups-modal.-table td:nth-of-type(2):before { content: "Anbieter"; }
    .amgdprcookie-groups-modal.-table td:nth-of-type(3):before { content: "Beschreibung"; }
    .amgdprcookie-groups-modal.-table td:nth-of-type(4):before { content: "Cookie-Lebensdauer"; }
    .amgdprcookie-groups-modal.-table td:nth-of-type(5):before { content: "Cookie Art"; }
    
}
