/* Allgemeine Regeln */

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-family: 'Niramit', sans-serif;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    /*font-family: "PT Sans",sans-serif;*/
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-family: 'Niramit', sans-serif;
    font-family: 'Poppins', sans-serif;
}

.price {
    font-family: 'Poppins', sans-serif;
}

a {
    color: #bc3726;
}

a:hover,
a:focus {
    color: #bc3726;
}


/* Erweitern der Font-Face-Definition aus der Bootstrap.css */

@font-face {
    font-family: 'FontAwesome';
    src: url('../../../Evo/fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../../../Evo/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../../Evo/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../../Evo/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../../Evo/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../../Evo/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../../../Evo/themes/base/fonts/slick.eot');
    src: url('../../../Evo/themes/base/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../Evo/themes/base/fonts/slick.woff') format('woff'), url('../../../Evo/themes/base/fonts/slick.ttf') format('truetype'), url('../../../Evo/themes/base/fonts/slick.svg#slick') format('svg');
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans-Regular'), url('../../../Evo/fonts/opensans/OpenSans-Regular.ttf') format('truetype');
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../../../Evo/fonts/opensans/OpenSans-Bold.ttf') format('truetype');
    font-display: fallback;
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: local('Merriweather'), local('Merriweather-Regular'), url('../../../Evo/fonts/merriweather/Merriweather-Regular.ttf') format('truetype');
    font-display: fallback;
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: local('Merriweather Bold'), local('Merriweather-Bold'), url('../../../Evo/fonts/merriweather/Merriweather-Bold.ttf') format('truetype');
    font-display: fallback;
}


/* Hilfsklassen */

.no-padding-h {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-v {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .center-wrapper {
        left: 15%;
        float: left;
        width: 70%;
        position: relative;
    }
}


/* Top-info-bar */

#top-info-bar {
    background-color: #eee;
    color: #333;
    padding: 5px 0;
}

#top-info-bar .container {
    padding: 0 10px;
}

#top-info-bar .list-inline {
    margin-left: 0;
}

@media (max-width: 991px) {
    #top-info-bar .list-inline li {
        width: 49%;
        text-align: center;
    }
}

@media (max-width: 620px) {
    #top-info-bar {
        display: none;
    }
}


/* Mitlaufender Header */

.menu-fixed {
    padding: 0;
}

.menu-fixed.affix {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 1000;
}

.menu-fixed.affix+.affix-placeholder {
    height: 150px;
    display: block;
}


/* Header-Branding */

header #header-branding {
    padding: 10px 0;
}

#header-branding .row {
    display: table;
    margin: 0;
}

@media (min-width: 621px) {
    #header-branding .row>div {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    #header-branding .row {
        width: 100%;
    }
}


/* Suche */

#search {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}

@media (min-width: 1200px) {
    #search {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    #search {
        input[type=text]:focus {
            width: 100%;
        }
    }
}

#search form>.input-group>.form-control {
    height: 40px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
    height: 40px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#search .input-group-addon {
    padding: 0;
    background-color: #e9e9e9;
    border-color: #ccc;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#search .input-group-addon button,
#search-form .input-group .btn {
    padding: 9px 12px 9px 12px;
    color: #bc3726;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #49AEE1;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*#result-wrapper > .title {
	display: none;
}*/

#result-wrapper .img {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 40%, rgba(146, 144, 253, 1) 100%);
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #result-wrapper .img {
        background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 52%, rgba(146, 144, 253, 1) 100%);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #result-wrapper .img {
        background-image: radial-gradient(circle, rgba(255, 255, 255, 1) 47%, rgba(146, 144, 253, 1) 100%);
    }
}

@media (max-width: 767px) {
    #result-wrapper .img {
        background-image: none;
    }
}


/* Ajax-Suche */

.cin_ajaxsearch_display .form-basket .input-group-sm>.form-control {
    padding: 5px 5px;
}


/* Suche und Logo mobil */

@media (max-width: 620px) {
    #logo,
    #search-wrapper {
        width: 100%;
        display: block;
        float: left;
    }
    #logo {
        margin-bottom: 5px;
    }
    #logo a img {
        margin: 0 auto;
    }
}


/* Shop-nav */

header .navbar-nav.horizontal>li {
    margin-right: 3px;
}

.header-shop-nav .fa {
    font-size: 24px;
}

.header-shop-nav li {
    text-align: center;
}

.header-shop-nav.nav>li>a {
    padding: 5px 5px;
    color: #bc3726;
    font-size: 12px;
    line-height: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-shop-nav.nav>li>a {
        padding: 5px 10px;
    }
}

.header-shop-nav.nav>li>a:hover,
.header-shop-nav.nav>li>a:focus {
    text-decoration: none;
    background-color: #bc3726;
    color: #fff;
    border-radius: 4px;
}

.header-shop-nav .badge,
#shop-nav-xs .badge {
    position: absolute;
    left: 55%;
    top: 4px;
    background-color: #ffbd39;
}

.header-shop-nav .wish-list-menu {
    display: none;
}


/* Shop-nav Dropdown */

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #eee;
    color: #333;
}

#quick-login {
    margin: 10px 0;
}

.dropdown-menu>li>a {
    padding: 8px 10px;
}

.megamenu-content {
    min-height: 210px;
}

.megamenu .megamenu-content {
    background-color: #f5f5f5
}

.megamenu .categorycount1>.row>div {
    left: 37.5%;
    text-align: center;
}

.megamenu .categorycount2>.row>div {
    left: 25%;
    text-align: center;
}

.megamenu .categorycount3>.row>div {
    left: 12.5%;
}


/* Wartungsmodus */

#maintenance-mode.navbar-inverse {
    background-color: #222;
}


/* Megamenü */

.navbar-default {
    background-color: #fff;
}

.navbar {
    min-height: 40px;
    background-color: #efefef;
}

header .navbar>.container {
    margin-top: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    padding: 10px 15px;
    font-size: 19px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #bc3726;
    background-color: #e9e9e9;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #bc3726;
    background-color: #eee;
    font-weight: bold;
}

.megamenu .dropdown-toggle .caret {
    display: none;
}

.navbar-default>.navbar-nav {
    margin-right: 10px;
}

@media (min-width: 992px) {
    #evo-main-nav .container {
        width: 90%;
    }
    .navbar-default .navbar-nav {
        display: table;
        width: 100%;
    }
    .navbar-default .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 17px;
    }
}


/* Megamenü Dropdown*/

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-top: none;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
}

.megamenu .megamenu-content {
    padding: 15px 15px;
}

.megamenu a {
    color: #bc3726;
}

.megamenu a:focus {
    color: #bc3726;
}

.megamenu .megamenu-content .category-title {
    font-size: 2em;
    text-transform: uppercase;
}

.megamenu .megamenu-content h5.title {
    font-size: 16px;
}

.megamenu .mega-categories.hasInfoColumn {
    border-left: none;
}

.megamenu-content>.row div.col-lg-3.visible-lg {
    border-right: 1px solid #dfdfdf;
}

.megamenu-content .category-wrapper .list-unstyled.small.subsub {
    font-size: 14px;
}

.megamenu .mega-categories .category-wrapper {
    border: none;
}

.megamenu .mega-categories .category-wrapper:hover,
.megamenu .mega-categories .category-wrapper.active {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Megamenu Unterkategorie-Dropdown */


/*@media (min-width: 1200px) {
    .megamenu .megamenu-content {
        padding-bottom: 35px;
    }

    .megamenu .category-wrapper {
        position: relative;
    }

    .megamenu .category-wrapper .caption ~ .subsub {
        display: none;
        position: absolute;
        padding: 10px;
        bottom: -20px;
        left: 0;
        background-color: #fff;
        width: 100%;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    }

    .megamenu .category-wrapper .caption:hover ~ .subsub, .megamenu .category-wrapper .caption ~ .subsub:hover {
        display: block;
    }
}*/


/* Megamenü mobil */

header #shop-nav-xs .navbar-collapse {
    margin-bottom: 0;
    padding: 0;
}

header #shop-nav-xs .action-nav li {
    margin-left: 0;
}

.navbar-inverse {
    background-color: #eeeeee;
}

.sidebar-offcanvas h5 {
    color: #fff;
    margin: 0 !important;
    border-bottom: 1px solid #dfdfdf;
}

#navbar-offcanvas.navbar-default .navbar-nav>li>a {
    font-size: 16px;
}

.navbar-offcanvas.navbar-default .nav>li>a {
    padding: 12px 10px;
}

.navbar-offcanvas.navbar-default .nav>li>a.nav-active {
    color: #fff;
}

.navbar-offcanvas.navbar-default .nav>li>a.nav-root:active,
.navbar-offcanvas.navbar-default .nav>li>a.nav-active:active,
.navbar-offcanvas.navbar-default .nav>li>a.nav-root:hover,
.navbar-offcanvas.navbar-default .nav>li>a.nav-active:hover {
    color: rgb(134, 127, 158);
}

.navbar-offcanvas.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

.navbar-offcanvas.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-offcanvas.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #bc3726;
    background-color: #e9e9e9;
}

@media (max-width: 767px) {
    .navbar-offcanvas {
        display: block;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
}


/* Slider */

.theme-default .nivoSlider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
}

.nivo-caption {
    background: transparent;
    background-color: rgba(0, 0, 0, 0.2);
    color: #333;
    padding: 5px 10px;
    opacity: 1;
}

.nivo-caption>strong {
    text-transform: uppercase;
}

.theme-default .nivo-directionNav a {
    background: none;
}

.theme-default .nivo-directionNav a:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    color: #F59A96;
    width: 30px;
    height: 30px;
    top: 0;
    text-indent: 0;
}

.theme-default .nivo-directionNav a.nivo-prevNav:before {
    content: "\f137";
    left: 0;
}

.theme-default .nivo-directionNav a.nivo-nextNav:before {
    content: "\f138";
    right: 0;
}

@media (min-width: 768px) {
    .nivo-caption {
        bottom: 5%;
        width: auto;
    }
    .nivo-caption>strong {
        font-size: 30px;
    }
    .nivo-caption>p {
        font-size: 20px;
    }
}

.nivo-caption {
    display: none !important;
}


/* Banner */

.banner>hr {
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
}


/* Content allgemein */

#main-wrapper.fluid #content-wrapper .container {
    margin-top: 0;
    margin-bottom: 0;
}

#main-wrapper.fluid header,
#main-wrapper.fluid #content-wrapper .container-block.beveled {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    #main-wrapper.fluid #content-wrapper>.container>.container-block {
        padding: 15px 15px;
    }
}

@media (max-width: 767px) {
    #main-wrapper.fluid #content-wrapper>.container>.container-block {
        padding-top: 15px;
    }
}

@media (min-width: 1200px) {
    #content {
        min-height: 450px;
    }
}


/* Content Infoboxen */

.content-info-box {
    text-align: center;
    padding: 5px 15px;
    background-color: #bc3726;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 15px
}

.content-info-box.large {
    font-size: 24px;
}

.content-info-box.warning {
    background-color: red;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(2, 2, 2, 1);
    -moz-box-shadow: 0 2px 8px 0 rgba(2, 2, 2, 1);
    box-shadow: 0 2px 8px 0 rgba(2, 2, 2, 1);
    margin-top: 4px;
}

body[data-page="25"] .content-info-box,
body[data-page="31"] .content-info-box,
body.bme_opened .content-info-box {
    display: none;
}

#warning-button {
    position: absolute;
    right: 5px;
    z-index: 1;
}

@media(max-width: 609px) {
    #warning-button {
        box-shadow: 0 2px 8px 0 rgba(2, 2, 2, 1);
    }
}

@media(min-width: 610px) and (max-width: 1400px) {
    #warning-button {
        margin-top: -33px;
        box-shadow: 0 2px 8px 0 rgba(2, 2, 2, 0.5);
    }
}

@media(min-width: 1401px) {
    #warning-button {
        margin-top: -34px;
        box-shadow: 0 2px 8px 0 rgba(2, 2, 2, 0.5);
    }
}

.content-info-box .warning-main-text.collapse+#warning-button span.warning-button-show-less {
    display: none;
}

.content-info-box .warning-main-text.collapse.in+#warning-button span.warning-button-show-less {
    display: block;
}

.content-info-box .warning-main-text.collapsing+#warning-button {
    display: none;
}

.content-info-box .warning-main-text.collapse.in+#warning-button span.warning-button-show-more {
    display: none;
}


/* Leiferzeit-Schalter */

.lieferzeit_no .estimated_delivery,
.lieferzeit_no .estimated-delivery {
    display: none;
}


/* Startseite */

body[data-page="18"] #content h1 {
    margin-top: 10px;
    text-align: center;
}

body[data-page="18"] .cms-content {
    padding-top: 10px;
    margin-bottom: 25px;
    font-size: 20px;
    text-align: center;
}

body[data-page="18"] .cms-content .sale-info {
    background: #bc3726;
    color: #fff;
    border: 1px solid #bc3726;
    padding: 5px 10px;
}

body[data-page="18"] .cms-content p {
    text-align: initial;
}

body[data-page="18"] .cms-content+hr {
    display: none;
}

#open_home-info:checked~.open-label {
    display: none;
}

.home-info-button-primary,
.home-info-button-secondary {
    background: #282C2F;
    color: #fff;
    margin-bottom: 8px;
}

.home-info-button-primary:hover,
.home-info-button-primary:focus,
.home-info-button-secondary:hover,
.home-info-button-secondary:focus {
    color: #bc3726;
}

.home-info {
    max-height: 0;
    overflow: hidden;
    transition-property: max-height;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    /*transform: scaleY(0);
    height: 0;*/
}

.close-label {
    display: none;
}

#open_home-info:checked~.close-label,
#open_home-info:checked~.home-info .close-label {
    display: inline-block;
}

#open_home-info:checked~.home-info {
    max-height: 6000px;
    transition-property: max-height;
    transition-duration: .8s;
    transition-timing-function: ease-in-out;
    /*overflow: hidden;
    transition: transform .5s ease-out;
    height: auto;
    transform: scaleY(1);
    transform-origin: top;*/
}


/* Startseite Suche mobil */

@media (min-width: 621px) {
    .nav>li.search-btn-mobile {
        display: none;
    }
}

@media (max-width: 620px) {
    #header-branding>.row {
        width: 100%;
    }
    #search-wrapper {
        display: none;
    }
    #search-wrapper.input-active {
        display: block;
    }
    #search-wrapper.input-inactive {
        display: none;
    }
}

.search-btn-mobile:hover {
    cursor: pointer;
}

#searchButton.active {
    color: #bc3726;
    background-color: #EEEEEE;
}

#searchButton.inactive {
    color: #FFFFFF;
    background-color: transparent;
}


/* Urlaubsmeldung */

.content-info-box {
    padding: 10px 15px;
    background-color: #bc3726;
    color: #FFFFFF;
    font-weight: unset;
}


/*.content-info-box .fa {
  display: none;
}*/


/* Startseite Hinweis */

.startseite_hinweis {
    background-color: #bc3726;
    padding: 5px;
    margin-bottom: 20px;
}

.startseite_hinweis>div {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .startseite_hinweis>div {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .startseite_hinweis>div {
        font-size: 14px;
        text-shadow: none;
    }
}


/* Markenslider */

.markenslider h2,
.product-slider h5 {
    overflow: hidden;
}

.markenslider h2>span,
.product-slider h5>span {
    position: relative;
    padding: 0 15px;
    background-color: #fff;
}

.markenslider h2>span:before,
.product-slider h5>span:before {
    content: " ";
    display: block;
    height: 1px;
    width: 1000px;
    background: #e1e1e1;
    position: absolute;
    top: 50%;
    left: -1000px;
}

.markenslider h2>span:after,
.product-slider h5>span:after {
    content: " ";
    display: block;
    height: 1px;
    width: 1000px;
    background: #e1e1e1;
    position: absolute;
    top: 50%;
    right: -1000px;
}

.markenslider .product-wrapper {
    margin: 16px 5px 18px;
}

.markenslider .product-wrapper .thumbnail,
.markenslider .product-wrapper .product-cell {
    margin: 0;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    padding-top: 8px;
    padding-bottom: 8px;
}

.markenslider.panel.panel-slider .panel-heading .panel-title {
    margin-top: 20px;
    margin-bottom: -15px;
    font-size: 22px;
    text-align: center;
}

.markenslider .product-wrapper .product-cell:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease .0s;
    -moz-transition: all .5s ease .0s;
    -o-transition: all .5s ease .0s;
    transition: all .5s ease .0s;
    z-index: 1
}

.markenslider .slick-prev {
    left: 4px;
}

.markenslider .slick-next {
    right: 4px;
}


/* Startseiten-Slider "Normaler Slider" */

body[data-page="18"] #slider-2 {
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}


/* Startseiten-Slider "Empfohlene Artikel" */

.panel.panel-slider {
    border: none;
}

.panel.panel-slider .panel-heading {
    padding: 0;
    border: none;
}

.panel.panel-slider .panel-heading .panel-title {
    padding: 0;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
}

.panel.panel-slider .panel-body {
    padding: 15px 0;
    margin: 0 -10px;
}

.panel.panel-slider .product-wrapper {
    padding: 0 10px;
}

.product-wrapper .thumbnail,
.product-wrapper .product-cell {
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}


/* Startseite Text kürzen */

.cms-content label:hover {
    cursor: pointer;
}

#text-container {
    height: 0px;
    overflow: hidden;
    margin-bottom: 10px;
}

#click:checked~#text-container {
    height: auto;
}


/* Herstellerseite */

@media (min-width: 1200px) {
    .manufacturer-page>div {
        width: 20%;
    }
}

.manufacturer-page a {
    font-size: 16px;
}

.manufacturer-page .thumbnail {
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    padding-top: 0px;
    padding-bottom: 0px;
}

.manufacturer-page.content-cats-small .thumbnail:hover {
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.manufacturer-page .thumbnail img {
    max-height: 130px;
}

#hersteller-suche {
    width: 10em;
    border: none;
    border-bottom: 2px solid #dfdfdf;
    font-size: 1.2em;
    transition: width 0.5s ease-in-out;
}

#hersteller-suche:focus {
    font-size: 1.5em;
    width: 25%;
}


/* Vergleichsliste */

body[data-page="17"] .thumbnail {
    border: none;
    box-shadow: none;
}

body[data-page="2"]
/* Artikelliste */

body[data-page="2"] #result-wrapper>.img-responsive {
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

#result-options .filter-collapsible-control {
    display: none;
}

#result-options .displayoptions {
    width: 100%;
    left: 0;
}

#result-options .page-title {
    display: none;
}

@media (max-width: 1199px) {
    #improve_search .displayoptions select {
        max-width: 200px;
    }
}

#product-list.row {
    margin: 0 -7.5px;
}

.row.gallery .product-wrapper {
    border: none;
}

#product-list .product-wrapper {
    margin-bottom: 15px;
    padding: 0 7.5px;
}

.row.list .product-wrapper .product-cell {
    padding: 10px;
}

.content-cats-small {
    margin-top: 15px;
    margin-left: -5px;
    margin-right: -5px;
}

.content-cats-small>div {
    padding: 0 5px;
}

.content-cats-small .thumbnail {
    padding: 5px;
    margin-bottom: 5px;
}

.content-cats-small .thumbnail .caption {
    padding: 0;
    font-size: 14px;
}

.content-cats-small .thumbnail .caption+.item_desc {
    display: none;
}

@media (min-width: 992px) {
    body[data-page="2"] .content-cats-small {
        display: none;
    }
}

@media (max-width: 450px) {
    #product-list .product-wrapper {
        width: 100%;
    }
    /*.content-cats-small > div {
        width: 100%;
    }*/
}

.form-basket .form-control {
    text-align: center;
}

.form-basket {
    padding-bottom: 10px;
}

.pagination>li>a,
.pagination>li>span {
    color: #bc3726;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #bc3726;
    border-color: #bc3726;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #bc3726;
}

#pagination-dropdown {
    display: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #bc3726;
}

@media(max-width: 991px) {
    #pushed-success .btn-group.btn-group-justified.btn-group-full a:first-child {
        border-radius: 4px;
    }
    #pushed-success .btn-group.btn-group-justified.btn-group-full a:last-child {
        display: inline-block;
        width: 100%;
        margin-left: 0px;
        border-radius: 4px;
        margin-top: 2px;
    }
}

.product-cell h4.title {
    min-height: 50px;
}


/* Artikeldetail */

body[data-page="1"] #content {
    left: 0;
    width: 100%;
}

body[data-page="1"] #sidepanel_left {
    display: none;
}

body[data-page="1"] .product-gallery.col-sm-5,
body[data-page="1"] .product-info.col-sm-7 {
    width: 50%;
}

body[data-page="1"] .btn-group.open .btn-default:active {
    color: #fff;
}

.pagination-div {
    position: relative;
    margin-bottom: -10px;
}

.product-pagination a {
    padding: 0;
    opacity: 1;
    background-color: transparent;
}

.product-pagination.previous {
    left: inherit;
    right: 120px;
}

.product-pagination.previous span {
    padding-left: 3px;
}

.product-pagination.next {
    right: 0;
}

.product-pagination.next span {
    padding-right: 3px;
}

.product-pagination.previous,
.product-pagination.next {
    position: absolute;
    box-shadow: none;
    z-index: 15;
    font-size: 12px;
    padding: 8px 15px 5px 15px;
}

.product-title {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.image-gallery ul.image-thumbs li.active {
    border-color: #bc3726;
}

#product-offer .shortdesc {
    font-size: 17px;
}

#product-offer .shortdesc>ul {
    padding-left: 15px;
}

body[data-page="1"] .text-muted {
    color: #313131;
}

body[data-page="1"] .nav-tabs>li:not(.active)>a {
    color: #313131;
}

#tab-attributes>hr {
    display: none;
}

#tab-attributes .product-attributes {
    margin-top: 15px;
}

.bulk-price table,
.bulk-price table .text-right {
    text-align: center;
}

#add-to-cart .input-group input[type="number"].form-control {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}

#add-to-cart .form-inline,
#add-to-cart+hr {
    width: 100%;
    float: left;
}

#quantity-grp {
    float: right;
}

@media (max-width: 767px) {
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    #add-to-cart .input-group input[type="number"].form-control {
        height: 36px;
    }
}

#product-offer #product-actions {
    width: 100%
}

#article-tabs+.clearfix+hr {
    display: none;
}

#article-tabs~.recommendations {
    margin-top: 15px;
}


/* Sidepanel */

.panel-heading {
    padding: 0 15px;
}

aside .panel-default>.panel-heading>.panel-title {
    color: #333;
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

@media (min-width: 1200px) {
    #sidepanel_left.affix {
        width: 285px;
        left: calc(50% - 570px);
        top: 150px;
    }
}

@media (max-width: 1199px) {
    #sidepanel_left {
        display: none;
    }
    #sidepanel_left.affix {
        position: relative;
    }
}

#sidepanel_left .nav>li>a>i {
    margin-top: -5px;
}

#sidepanel_left .nav>li>a {
    padding: 5px 10px;
    line-height: 1;
}

aside .nav-list a:hover,
aside .nav-list a:focus,
header a:hover,
header a:focus {
    color: #bc3726;
}

aside .panel-default>.panel-heading>.panel-title {
    padding: 5px 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#sidepanel_left .box .panel-body {
    padding: 0;
}

#sidepanel_left>.panel-strap>a>img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    #sidepanel_left {
        display: none;
    }
}

#sidepanel_left .badge.pull-right {
    min-width: 35px;
}


/* Startseitenslider Bestseller usw- */

.product-slider.panel-slider .panel-title a {
    color: #000;
}

.product-slider .thumbnail .price_wrapper {
    display: none;
}

.panel-slider .thumbnail .caption,
#product-list .product-wrapper .thumbnail .caption {
    min-height: 64px;
}


/* Tabs */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #bc3726;
}


/* Bestellabschluss */

.nav-wizard>li.active>a,
.nav-wizard>li.active>a,
.nav-wizard>li.active .nav-badge,
.nav-wizard>li.active .nav-badge {
    color: #ffffff;
    background-color: #bc3726;
}

.nav-wizard>li.active:after,
.nav-wizard>li.active:after {
    border-left-color: #bc3726;
}

.form-group label:not(.variation) {
    color: #606060;
}


/* Brotkrumen */

#main-wrapper.aside-active .breadcrumb {
    margin-top: 10px;
}

.breadcrumb {
    border-bottom: 1px solid #dfdfdf;
}


/* Badge allgemein */

.badge {
    padding: 3px 6px;
    background-color: #ffbd39;
    color: #313131;
}


/* Buttons */

.btn-primary {
    color: #ffffff;
    background-color: #bc3726;
    border-color: #bc3726 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff;
    background-color: #F59A96;
    border-color: #F59A96 !important;
}

.box-compare .btn-default,
.form.form-basket.evo-validate .btn-default {
    color: #fff;
    background-color: #bc3726;
    border-color: #bc3726;
}

.box-compare .btn-default:hover,
.form.form-basket.evo-validate .btn-default:hover {
    color: #fff;
    background-color: #F59A96;
    border-color: #F59A96 !important;
}

.btn-default:active:active,
.btn-default.active:active,
.btn-default:active.active,
.btn-default.active.active {
    background-color: #bc3726;
    border-color: #bc3726;
}

.btn-info {
    color: #ffffff;
    background-color: #bc3726;
    border-color: #bc3726 !important;
}

.btn-info:hover,
.btn-info:focus {
    color: #ffffff;
    background-color: #F59A96;
    border-color: #F59A96 !important;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Alerts */

.alert-info {
    background-color: #bc3726;
    border-color: #bc3726;
    color: #fff;
}

.alert-info a {
    color: #333;
}

.alert-warning {
    background: #ffbd39;
    border-color: #ffbd39;
    color: #313131;
}

.content-info-box.warning {
    text-align: center;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.content-info-box.warning span>span {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: bold;
}

.content-info-box.warning b {
    text-decoration: underline;
}


/* Tabellen */

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #F59A96;
    color: #fff;
}


/* Footer */

#footer {
    color: #fff;
    padding-top: 10px;
    position: relative;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #bc3726;
    text-decoration: none;
}

#footer>.container-block,
#footer.container-block {
    background-color: #282C2F;
}

#footer .nav-list a {
    padding: 3px 15px 2px 0;
}

#footer .panel-body {
    padding: 5px 15px 5px 0;
}

.payment-icon {
    padding: 0;
}

#footer .panel {
    margin-bottom: 0;
}

#footer .panel-heading h5 {
    color: #bc3726;
    font-weight: 800;
}

#footer .panel .panel-title {
    font-size: 20px;
    padding-bottom: 12px;
}

#footer .panel a {
    color: #fff;
    transition-timing-function: ease-in-out;
    transition-property: padding-left;
    transition-duration: .2s;
}

@media (min-width: 992px) {
    #footer .panel .panel-title {
        font-size: 20px;
    }
    #footer .panel a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #footer .panel .panel-title {
        font-size: 16px;
    }
    #footer .panel a {
        font-size: 13px;
    }
}

#footer .panel a:hover {
    background-color: transparent !important;
    color: #bc3726;
    padding-left: 15px;
    transition-timing-function: ease-in-out;
    transition-property: padding-left;
    transition-duration: .2s;
}

#footer .footnote-vat .padded-lg-top {
    padding-top: 10px;
}

#footer .footnote-reference {
    color: #313131;
}

#footer #copyright {
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

#footer .row.list-unstyled {
    margin-left: -15px;
    margin-right: -15px;
}

#footer #copyright .container-block,
#footer #copyright.container-block {
    background: #282C2F;
}

#footer #copyright #system-credits>a {
    color: #fff;
}

#footer #copyright #system-credits>a:hover {
    color: #bc3726;
    text-decoration: none;
}

@media (max-width: 991px) {
    #footer-boxes>div:nth-of-type(3) {
        clear: both;
    }
}

#footer-boxes>div:last-of-type {
    clear: both;
    width: 100%;
    margin-top: 20px;
}

#footer-boxes>div:last-of-type p {
    text-align: justify;
}

@media (max-width: 767px) {
    #footer-boxes>div:last-of-type {
        display: none;
    }
}


/* Rechtstexte */

#tos {
    background-color: transparent;
}

#revocation-instruction {
    background-color: transparent;
}


/* Versand */

#shipment_7 .content.text-muted {
    white-space: pre-line;
}


/* Kaufabwicklung */

.basket-final .panel {
    border-color: #bc3726 !important;
}

#panel-submit-order .panel-body .order-items .text-info.notice span {
    white-space: nowrap;
}

#panel-submit-order .panel-body>a {
    color: #bc3726;
}


/* JS-Anpassungen */

#cin-scroll-top-link {
    position: fixed;
    z-index: 100;
    right: 10px;
    bottom: 186px;
    height: 40px;
    width: 40px;
    background-color: #bc3726;
    border-radius: 40px;
    text-align: center;
}

@media (max-width: 648px) {
    #cin-scroll-top-link {
        bottom: 30px;
    }
}

#cin-scroll-top-link>i {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}

#cin-scroll-top-link:hover>i {
    color: #282C2F;
}


/* Startseiten-Plugin */

#cin_homepage_articles+hr {
    display: none;
}

#cin_homepage_articles .row.row-eq-height {
    margin-bottom: 20px;
}


/* CSS-Regeln für Sprite-Grafiken */

.payment-icon {
    background: url("sprite/zahlungsarten.png");
    display: block;
    margin: 0 5px 5px 0;
    background-position: 0 0;
    width: 50px;
    height: 50px;
    float: left;
}

.payment-icon.pm_americanexpress {
    background-position: -1px -1px;
    width: 56px;
    height: 35px;
}

.payment-icon.pm_dinersclub {
    background-position: -58px -1px;
    width: 54px;
    height: 35px;
}

.payment-icon.pm_ec {
    background-position: -113px -1px;
    width: 30px;
    height: 35px;
}

.payment-icon.pm_girocard {
    background-position: -144px -1px;
    width: 38px;
    height: 35px;
}

.payment-icon.pm_giropay {
    background-position: -183px -1px;
    width: 81px;
    height: 35px;
}

.payment-icon.pm_jcb {
    background-position: -265px -1px;
    width: 43px;
    height: 35px;
}

.payment-icon.pm_klarna {
    background-position: -309px -1px;
    width: 121px;
    height: 35px;
}

.payment-icon.pm_maestro {
    background-position: -431px -1px;
    width: 56px;
    height: 35px;
}

.payment-icon.pm_mastercard {
    background-position: -1px -37px;
    width: 56px;
    height: 35px;
}

.payment-icon.pm_paypal {
    background-position: -58px -37px;
    width: 104px;
    height: 35px;
}

.payment-icon.pm_skrill {
    background-position: -163px -37px;
    width: 83px;
    height: 35px;
}

.payment-icon.pm_sofortueberweisung {
    background-position: -247px -37px;
    width: 91px;
    height: 35px;
}

.payment-icon.pm_visa {
    background-position: -339px -37px;
    width: 56px;
    height: 35px;
}

.payment-icon.pm_vorkasse {
    background-position: -396px -37px;
    width: 80px;
    height: 35px;
}

.payment-icon.pm_amazonpay {
    background-position: -1px -73px;
    width: 141px;
    height: 35px;
}

.payment-icon.pm_sepa {
    background-position: -143px -73px;
    width: 71px;
    height: 35px;
}

.payment-icon.pm_paydirekt {
    background-position: -215px -73px;
    width: 83px;
    height: 35px;
}

.payment-icon.pm_barzahlung {
    background-position: -299px -73px;
    width: 121px;
    height: 35px;
}

.payment-icon.pm_nachnahme {
    background-position: -1px -109px;
    width: 84px;
    height: 35px;
}

.payment-icon.pm_rechnung {
    background-position: -86px -109px;
    width: 128px;
    height: 35px;
}

.pm_mastercard_original {
    width: auto;
    max-height: 40px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.pm_paypal_original {
    width: auto;
    max-height: 40px;
    margin-bottom: 25px;
}

.pm_sepa_original {
    width: auto;
    max-height: 40px;
}

@media(min-width: 674px) and (max-width: 991px) {
    .pm_paypal_original {
        margin-right: 25px;
    }
    .pm_sepa_original {
        margin-top: -25px;
    }
}

.shipping-icon {
    background: url("sprite/versandarten.png");
    display: inline-block;
    margin: 0 10px 10px 0;
    background-position: 0 0;
    width: 50px;
    height: 50px;
}

.shipping-icon.pm_amazonlogistics {
    background-position: -1px -1px;
    width: 142px;
    height: 35px;
}

.shipping-icon.pm_hermes {
    background-position: -144px -1px;
    width: 171px;
    height: 35px;
}

.shipping-icon.pm_dhl {
    background-position: -316px -1px;
    width: 47px;
    height: 35px;
}

.shipping-icon.pm_deutschepost {
    background-position: -364px -1px;
    width: 54px;
    height: 35px;
}

.shipping-icon.pm_dpd {
    background-position: -419px -1px;
    width: 67px;
    height: 35px;
}

.shipping-icon.pm_gls {
    background-position: -1px -37px;
    width: 103px;
    height: 35px;
}

.shipping-icon.pm_ups {
    background-position: -105px -37px;
    width: 35px;
    height: 35px;
}

.shipping-icon.pm_transglobal {
    background-position: -141px -37px;
    width: 39px;
    height: 35px;
}

.shipping-icon.pm_zipmend {
    background-position: -181px -37px;
    width: 35px;
    height: 35px;
}

.socialmedia-icon {
    background: url("sprite/social_media.png");
    display: inline-block;
    margin: 0 10px 10px 0;
    background-position: 0 0;
    width: 50px;
    height: 50px;
}

.socialmedia-icon.pm_facebook {
    background-position: 0 0;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_instagram {
    background-position: -36px 0;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_pinterest {
    background-position: -72px 0;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_snapchat {
    background-position: -108px 0;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_twitter {
    background-position: -144px 0;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_youtube {
    background-position: 0 -36px;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_google_plus {
    background-position: -36px -36px;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_whatsapp {
    background-position: -72px -36px;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_telegram {
    background-position: -108px -36px;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_skype {
    background-position: -144px -36px;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_linkedin {
    background-position: 0 -72px;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_flickr {
    background-position: -36px -72px;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_vimeo {
    background-position: -72px -72px;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_tumblr {
    background-position: -108px -72px;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_xing {
    background-position: -144px -72px;
    width: 35px;
    height: 35px;
}

.socialmedia-icon.pm_reddit {
    background-position: 0 -108px;
    width: 35px;
    height: 35px;
}


/* Startseiten-Plugin */

#cin_homepage_articles h2 {
    font-size: 22px;
    overflow: hidden;
}

#cin_homepage_articles h2>span {
    position: relative;
    padding: 0 15px;
    background-color: #fff;
}

#cin_homepage_articles h2>span:before {
    content: " ";
    display: block;
    height: 1px;
    width: 1000px;
    background: #e1e1e1;
    position: absolute;
    top: 50%;
    left: -1000px;
}

#cin_homepage_articles h2>span:after {
    content: " ";
    display: block;
    height: 1px;
    width: 1000px;
    background: #e1e1e1;
    position: absolute;
    top: 50%;
    right: -1000px;
}


/* Anpassung Paypal Plugin*/

.paypalexpress {
    margin-top: 5px !important;
    float: right;
}


/* Anpassung Kundenbewertung Plugin */


/*
#kb-wrapper ul.list-group li.active {
    background-color: #F59A96;
    border-color: #F59A96;
}

#kb-wrapper .kb-show-form strong {
    font-weight: 500;
}

#kb-wrapper .btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #bc3726;
}

#footer-boxes>div:last-of-type {
    clear: both;
}

@media(max-width: 991px) {
    #footer-boxes>div:last-of-type {
        left: calc(25%);
    }
}

@media(min-width: 992px) {
    #footer-boxes>div:last-of-type {
        left: calc(50% - 121.25px);
    }
}

@media(min-width: 1200px) {
    #footer-boxes>div:last-of-type {
        left: calc(50% - 146.25px);
    }
}

#footer .kb_rate_now {
    font-weight: 500;
}
*/


/* Anpassung BM-Suche */

.bme_opened #content-wrapper #bme_search {
    width: 100%;
    left: 0;
}

.bme_opened #content-wrapper #sidepanel_left {
    display: none;
}

.bme_opened #content-wrapper .product-pagination {
    visibility: hidden;
}

#bme_show_filter {
    background-color: #bc3726;
}

#bme_article_list .bme_article_item {
    margin-bottom: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

#bme_article_list .f_bme_article_pos,
.bme_infos.bme_container_hartnr,
.bme_infos.f_bme_container_ean,
.bme_articleCatList {
    display: none;
}

#bme_article_list .bme_article_item .price {
    display: inline-block;
    color: #313131;
    font-weight: bold;
}

#bme_article_list .f_bme_container_vpe {
    display: inline-block;
    padding-left: 10px;
}


/*
#bme_article_list .btn.btn-primary.f_bme_article_link.btn-sm {
  position: absolute;
  bottom: 0;
  right: 15px;
  margin-bottom: -50px;
  margin-right: 30px;
}
*/

#bme_scrollTop {
    display: none;
}

#bme_results .panel {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

#bme_results .panel-body .form-group {
    display: inline;
}

#bme_results .panel-body .form-group .f_bme_sort {
    border-radius: 4px;
    margin-bottom: 4px;
}

#bme_results .panel-body .form-group .f_bme_sort .btn.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #bc3726;
    border-radius: 4px;
}

#bme_results .panel-body .form-group .f_bme_sort .btn.dropdown-toggle.btn-default:hover {
    background-color: #F59A96;
}

#bme_results .panel-body .form-group .f_bme_sort li.selected a {
    color: white;
    background-color: #bc3726;
}

#bme_results .panel-body .form-group .f_bme_sort li.selected a:hover,
#bme_results .panel-body .form-group .f_bme_sort a:hover {
    color: white;
    background-color: #F59A96;
}

#bme_results .panel-heading {
    padding: 5px 15px;
}

#bme_specialItemsContainer .btn-default:focus {
    background-color: #fff;
}

#bme_specialItemsContainer .btn-primary:focus {
    background-color: #bc3726;
}

#bme_specialItemsContainer .btn-default:hover,
#bme_specialItemsContainer .btn-primary:hover {
    color: #fff;
    background-color: #F59A96;
}

#bme_filterManufacturerContainer .select2-container--default .select2-selection--multiple {
    border: solid #d1d1d1 1px !important;
}

#bme_filterManufacturerContainer .select2-search__field {
    padding-left: 10px;
}

.select2-dropdown {
    border-top: none;
    border-right: solid #d1d1d1 1px !important;
    border-bottom: solid #d1d1d1 1px !important;
    border-left: solid #d1d1d1 1px !important;
}

#bme_filterCatContainer a.list-group-item.active {
    border-color: #d1d1d1;
    background-color: #bc3726;
}

#bme_filterCatContainer a.list-group-item:hover {
    color: #fff;
    background-color: #F59A96;
}


/* Anpassung Trusted Shops-Plugin */

@media(max-width: 667px) {
    .etrusted-badge-container.etrusted-badge-container--left {
        right: 10px;
        left: auto;
        z-index: 100;
    }
}


/* Eigene Seiten */

#HagerWerken .breadcrumb-wrapper {
    display: none;
}

#HagerWerken .manufacturer-logo {
    display: inline-block;
}

#HagerWerken .manufacturer-content {
    display: inline-block;
    position: absolute;
    padding-left: 10px;
    max-width: 800px;
}

#HagerWerken .manufacturer-content>p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.manufacturer-back {
    border: 1px solid #bc3726;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    right: 13px;
}

.manufacturer-back:hover {
    text-decoration: none;
}


/* Thumbnail-Bilder auf Detailseite unterhalb */

@media (min-width: 992px) {
    .image-gallery.has-thumbs ul.image-container {
        margin: 0 auto;
    }
    .mage-gallery.has-thumbs .thumbs {
        position: relative;
        width: 100%;
        margin-top: 15px;
    }
    .image-gallery.has-thumbs .thumbs-box {
        width: 100% !important;
        text-align: center;
        margin-top: 15px;
    }
    .image-gallery.has-thumbs ul.image-thumbs {
        position: relative;
    }
    .image-gallery.has-thumbs ul.image-thumbs li {
        display: inline-block;
    }
}