.kabelkonfigurator-article__image {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
.kabelkonfigurator-article__availability, .kabelkonfigurator-article__vat {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
.kabelkonfigurator-article__info {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
 .kabelkonfigurator-form__label {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
.kabelkonfigurator-form__inputs {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
.kabelkonfigurator-breadcrumb {
  margin-bottom: 60px;
}

.kabelkonfigurator-teaser {
  height: 259px;
  background: url("https://cdn02.plentymarkets.com/d033gxczsaj1/frontend/Template/kabelkonfigurator-teaser.jpg");
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.kabelkonfigurator-teaser__headline {
  text-align: center;
  color: #FFF;
}

.kabelkonfigurator-text__headline {
  color: #2C2F31;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 30px;
  font-weight: 800;
}

.kabelkonfigurator-text__ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.kabelkonfigurator-text__p {
  margin-bottom: 30px;
}

.kabelkonfigurator-form__wrapper {
  margin: 60px 0;
  padding: 20px 30px;
  background: #2C2F31;
}

.kabelkonfigurator-form__row {
  margin-bottom: 30px;
}

.kabelkonfigurator-form__row--bg-gray {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #555555;
}

.kabelkonfigurator-form__row--bg-gray * {
  font-weight: bold;
}

.kabelkonfigurator-form__label {
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .kabelkonfigurator-form__label {
    margin-bottom: 0;
  }
}

.kabelkonfigurator-form__inputs {
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  -ms-flex-align: center;
      align-items: center;
}

.kabelkonfigurator-form__input {
  width: 100px;
  height: 39px;
  padding: 5px;
  margin-right: 10px;
  text-align: right;
  display: inline-block;
}

.kabelkonfigurator-form__input--artikelnummer {
  width: 100%;
  max-width: 300px;
  text-align: left;
}

.kabelkonfigurator-form__select {
  width: 100%;
  max-width: 300px;
  display: block;
  height: 39px;
  border-radius: 0;
}

.kabelkonfigurator-form__checkbox {
  margin-right: 15px;
  position: relative;
  border: none;
  background: none;
}

.kabelkonfigurator-form__checkbox:before {
  width: 20px;
  height: 20px;
  content: "";
  background: #FFF;
  display: block;
  transform: translate(-2px, -4px);
  position: absolute;
}

.kabelkonfigurator-form__checkbox:checked:after {
  width: 10px;
  height: 10px;
  content: "";
  background: #555;
  display: block;
  transform: translate(3px, 1px);
  position: absolute;
}

.kabelkonfigurator-form__checkbox-wrapper {
  margin-right: 20px;
}

.kabelkonfigurator-form__checkbox-label {
  color: #FFF;
}

.kabelkonfigurator-form__range-label {
  padding: 15px 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.kabelkonfigurator-form__range-min, .kabelkonfigurator-form__range-max {
  color: #FFF;
}

.kabelkonfigurator-form__range-input {
  /*Chrome*/
  /** FF*/
  /* IE*/
}


  .kabelkonfigurator-form__range-input {
    width: 100%;
    -webkit-appearance: none;
    background-color: white;
    outline: 0;
  }
  .kabelkonfigurator-form__range-input::-webkit-slider-runnable-track {
    height: 14px;
    -webkit-appearance: none;
    color: #7d3089;
    margin-top: -8px;
  }
  .kabelkonfigurator-form__range-input::-webkit-slider-thumb {
    width: 22px;
    -webkit-appearance: none;
    height: 22px;
    cursor: ew-resize;
    background: #7d3089;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }


.kabelkonfigurator-form__range-input::-moz-range-progress {
  background-color: #7d3089;
}

.kabelkonfigurator-form__range-input::-moz-range-track {
  background-color: #7d3089;
}

.kabelkonfigurator-form__range-input::-ms-fill-lower {
  background-color: #7d3089;
}

.kabelkonfigurator-form__range-input::-ms-fill-upper {
  background-color: #7d3089;
}

.kabelkonfigurator-form__range-input--layer {
  background: #7d3089;
  height: 6px;
  position: relative;
  margin-top: -11px;
  width: 0;
}

.kabelkonfigurator-kabelvorschlag__wrapper {
  margin: 60px 0;
  padding: 20px 30px;
  background: #2C2F31;
}

.kabelkonfigurator-filter__wrapper {
  margin: 60px 0;
  padding: 20px 30px;
  background: #2C2F31;
}

.kabelkonfigurator-article__headline {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.kabelkonfigurator-article__headline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #7d3089;
  bottom: -5px;
  left: 0;
}

.kabelkonfigurator-article__image img {
  max-width: 100%;
}

.kabelkonfigurator-article__producer {
  margin-bottom: 10px;
}

.kabelkonfigurator-article__name {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}

.kabelkonfigurator-article__name a {
  color: #000;
  font-weight: bold;
}

.kabelkonfigurator-article__no-item a {
  color: #2C2F31;
  text-decoration: underline;
}

.kabelkonfigurator-article__weight {
  margin-bottom: 20px;
}

.kabelkonfigurator-article__price {
  font-size: 34px;
  font-weight: bold;
}

.kabelkonfigurator-article__price-info {
  font-weight: bold;
  display: none;
}

.kabelkonfigurator-article__availability {
  font-size: 12px;
}

.kabelkonfigurator-article__vat {
  font-size: 12px;
}

.kabelkonfigurator-article__vat a {
  color: #2C2F31;
  text-decoration: underline;
}

.kabelkonfigurator-article .availability__circle-badge {
  transform: translate(0, 3px);
}

.kabelkonfigurator-article__btn-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
  margin-top: 20px;
  margin-bottom: 10px;
}

.kabelkonfigurator-article__btn {
  height: 55px;
  background: #7d3089; !important;
  border-color: #7d3089; !important;
  color: #fff !important;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  font-weight: 800;
  display: block;
  cursor: pointer;
  transition: all .5s ease;
  padding: 0px 85px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  text-transform: uppercase;
}
@font-face{font-family:"Open Sans";src:url('https://cdn02.plentymarkets.com/d033gxczsaj1/frontend/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight:400;font-style:normal;font-display:swap;}
  @font-face{
  font-family:"Open Sans";src:url('https://cdn02.plentymarkets.com/d033gxczsaj1/frontend/fonts/OpenSans-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap;
  }
  @font-face{
  font-family:"Open Sans";src:url('https://cdn02.plentymarkets.com/d033gxczsaj1/frontend/fonts/OpenSans-Bold.ttf') format('truetype');font-weight:bold;font-style:normal;font-display:swap;
  }
  @font-face{
  font-family:"Open Sans";src:url('https://cdn02.plentymarkets.com/d033gxczsaj1/frontend/fonts/OpenSans-ExtraBold.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap;
  }
  @font-face{
  font-family:"Open Sans";src:url('https://cdn02.plentymarkets.com/d033gxczsaj1/frontend/fonts/OpenSans-Light.ttf') format('truetype');font-weight:300;font-style:normal;font-display:swap;
  }
@font-face {
    font-family: "flaticon_fraron";
    src: url("https://cdn02.plentymarkets.com/d033gxczsaj1/frontend/fonts/flaticon_fraron.ttf?d7bfa7c6ed5334482667b6ed0bdb37c0") format("truetype"),
url("https://cdn02.plentymarkets.com/d033gxczsaj1/frontend/fonts/flaticon_fraron.woff?d7bfa7c6ed5334482667b6ed0bdb37c0") format("woff"),
url("https://cdn02.plentymarkets.com/d033gxczsaj1/frontend/fonts/flaticon_fraron.woff2?d7bfa7c6ed5334482667b6ed0bdb37c0") format("woff2"),
url("https://cdn02.plentymarkets.com/d033gxczsaj1/frontend/fonts/flaticon_fraron.eot?d7bfa7c6ed5334482667b6ed0bdb37c0#iefix") format("embedded-opentype"),
url("https://cdn02.plentymarkets.com/d033gxczsaj1/frontend/fonts/flaticon_fraron.svg?d7bfa7c6ed5334482667b6ed0bdb37c0#flaticon_fraron") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before, .fa.fa-angle-down:before,   .fa.fa-angle-right:before,  .fa.fa-angle-left:before,  .fa.fa-angle-pfeil:before, .fa.fa-shopping-cart:before, .fa.fa-phone:before, .fa.fa-user:before,  .fa.fa-search:before,
.fa.fa-arrow-right:before, .fa.fa-angle-double-right:before, .home-banner a:after, .fa.fa-heart:before {
    font-family: flaticon_fraron !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon-shopping-cart:before, .fa.fa-shopping-cart:before {
    content: "\f101";
}
.flaticon-user:before, .fa.fa-user:before {
    content: "\f102";
}
.flaticon-anruf:before, .fa.fa-phone:before {
    content: "\f103";
}
.flaticon-welt:before {
    content: "\f104";
}
.flaticon-lupe:before,  .fa.fa-search:before {
    content: "\f10e";
}
.flaticon-add-to-cart:before {
    content: "\f106";
}
.flaticon-herz:before, .fa.fa-heart:before {
    content: "\f107";
}
.flaticon-mulleimer:before {
    content: "\f108";
}
.flaticon-nachster:before, .fa.fa-angle-right:before {
    content: "\f109";
}
.flaticon-symbol-der-linken-pfeillinie:before, .fa.fa-angle-left:before {
    content: "\f10a";
}
.flaticon-pfeil-nach-unten:before, .fa.fa-angle-down:before {
    content: "\f10b";
}
.flaticon-rechter-pfeil:before, .fa.fa-angle-pfeil:before,  .fa.fa-arrow-right:before, .fa-angle-double-right:before {
    content: "\f10c";
line-height: 10px;
    display: table-cell;
}
.show-more-button {
    margin-bottom: 20px;
    float: right;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
body {
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
background-color: #fff;
color: #2C2F31;
}
hr, hr.mb-3 {
    border-top: 1px solid #EEEEEE;
margin-top:20px;
margin-bottom:20px !important;
}
h1, .h1 {
    color: #2C2F31;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.1;
}
h4  {
    font-size: 18px;
    font-weight: bold;
    line-height: 29px;
margin-bottom: 20px;
}
b, strong {
    font-weight: bold;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
}
.btn-default, .default-btn {
    height: 36px;
    background: #7d3089; !important;
    border-color: #7d3089; !important;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 800;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
border-style:solid;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .default-btn:hover, .default-btn:active, .default-btn:focus {
    background: #B673BE !important;
    border-color: #B673BE !important;
    color: #fff !important;
}
.btn-secondary {
    color: #fff;
    background-color: #B673BE;
    border-color: #B673BE;
}
a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #B176B8;
    text-decoration: underline;
}
 .menu-bottom .widget-text a {
    font-size: 14px;
    color: #B673BE;
padding-right:6px;
}
.top-bar, .navbar {
width:100%
}
.list-inline-item {
    display: block;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}
.footer.container-max, header > .container-max{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}


.control-user .dropdown .dropdown-menu {
display: none;
padding: 0;
    min-width: 125px;
}
.control-user .dropdown .dropdown-menu.show {
    display: block;
}

.top-bar .row  {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.qty-box .qty-btn__minus::before {
  content: "\f068";
}

.qty-box .qty-btn__plus::before {
  content: "\f067";
}
.cookie-bar {
     box-shadow: unset
}
.cookie-bar .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    border-color: green;
    background: green;
}
.cookie-bar .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: green;
}
.cookie-bar a{
color: #7d3089;
}
.cookie-bar .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    border-color: green;
    background-color: #fff;
}
.cookie-bar .custom-control-input:checked ~ .custom-control-label::before {
  border-color: green;
    background-color: #fff;
}
.cookie-bar  .responsive-btn > button:nth-child(2) {
display:none;
}

.cookie-bar a.text-primary.d-md-inline-block{
    position: absolute;
    right: 15px;
    width: calc(33.33333% - 30px);
    display: block !important;
    text-align: center;
    height: 55px;
    background: #7d3089; !important;
    border-color: #7d3089; !important;
    color: #fff !important;
    margin-top: -15px;
    line-height: 55px;
}
.cookie-bar a.text-primary.d-md-inline-block:hover{
 background: #B673BE !important;
    border-color: #B673BE !important;
	text-decoration: none;
}


.cookie-bar .container-max > .row{
    position: relative;
    padding-bottom: 60px!important;
}
.cookie-bar .col-12{
    position: unset;
}
.cookie-bar-toggle i {
font-size:2rem;
}
.preview-overlay {
    bottom: 50px!important;
}
.cookie-bar__message {
  min-height: 63px;
}

.cross-selling .widget-primary .bg-appearance {
    color: #2C2F31 !important;
    background-color: transparent !important;
}

.widget-primary .bg-appearance {
    color: #2C2F31 !important;
    background-color: transparent !important;
}
.modal-footer .btn-primary{
width:auto
}

.header-sub-line {
    height: 7px;
    background: linear-gradient(266.56deg, #fff .08%, #7d3089; 50.08%, #fff 100%);
    width: 100%;
margin-top: 0;
border-top: 0 solid #dee2e6;
}
/* HEADER WIDGET */


.control-basket .toggle-basket-preview {
    color: #616B70;
    background-color: transparent;

}
 .control-basket .toggle-basket-preview .badge {
    font-size: inherit;
    padding: 0;
    line-height: inherit;
    font-weight: inherit;
    margin-left: 0.5rem;
}
.controls-list .nav-link:hover {
    background-color: transparent;
}

.navbar-brand img {
    max-height: 45px;
}
.navbar {
    background-color: #fff;
}
.breadcrumbs, .breadcrumb {
    background: #fff !important;
}

@media (max-width: 991.98px){



}
@media (min-width: 768px){

}
@media (min-width: 992px) {


.header-container>.widget:not(.widget-grid) {
    max-width: 100%;
}
.menu-bottom .widget-link {
   margin-right: 5px;
}
.menu-bottom {
padding:0;
margin:0
}
.menu-bottom > div {
padding:0
}
}


/* SEARCH*/
.top-bar .cmp-search-box {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
}
.top-bar .cmp-search-box {
    width: 245px;
    background-color: transparent;
}
.cmp-search-box .search-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
    max-width: 1200px;
    margin:5px 0;
}
.search-input {
    font-size: 12px;
    line-height: 1;
    border: none;
    outline: none;
    width: 160px;
}

.top-bar .cmp-search-box .search-box-shadow-frame {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 solid #2C2F31 !important;
border-bottom: 1px solid #7d3089; !important;
display: flex;
padding: 0.35rem 1rem;
}
.top-bar  .cmp-search-box .search-submit {
    background-color: transparent;
font-size:14px;
color: #7d3089;
}


/* Footer */
.footer {
    background-color: transparent;
}

.footer_main {

    padding-top: 62px;
  padding-bottom: 62px;
margin:0 auto;
}
.link-footer  {
text-align: center
}

.footer_main .widget-list .widget-inner a , .footer_main  a{
    color: #2C2F31;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-text-decoration-color: #7d3089;
    text-decoration-color: #7d3089;
    line-height: 19px;
    font-size: 14px;
    font-weight: 300;
}
.footer_main h5{
color: #7d3089;
 font-size: 16px;
margin-bottom: 20px;
}

.footer_main a:hover {
    color: #2C2F31;
    text-decoration: underline;
    -webkit-text-decoration-color: #7d3089;
    text-decoration-color: #7d3089;
}
.footer .widget-text .widget-inner {
    padding: 0;
}
.link-footer a, .copyright {
  padding: 0 15px;
}
.link-footer,  .copyright{
 text-align:center;
}
.category-home .widget.copyright, .widget.copyright{
  line-height: 19px;
    font-size: 14px; font-weight: 300;
margin:12px 15px 12px 15px
}
.footer-box3{
 margin:0 auto;
}

/* MENU*/

.main-navbar-collapsable .mainmenu {
-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
       width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1542px;
}
.mainmenu>li>a {
    font-size: 12px;
}


@media (min-width: 1670px) {
.mainmenu>li>a {
    font-size: 14px;
}
}


.menu-bottom > div >div {
display: flex;
   -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-bottom > div:last-child >div {
    flex-direction: row-reverse;
padding:0
}
.menu-bottom p {
line-height:46px;
}
.widget-text .widget-inner {
    padding: unset;
}
@media (min-width: 1460px) {
.xxl-flex {
display:flex !important;
}
}


.add-to-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.qty-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.qty-box .qty-btn {
    width: 100%;
    height: calc(50% - 0.5px);
    line-height: 19px;
    text-align: center;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
    cursor: pointer;
    color: #2C2F31;
    vertical-align: middle;
padding-top: 4px !important;
}


input[type="text"], input[type="email"], input[type="password"], select, .form-control, .input-unit {
    border: 0 solid #2C2F31 !important;
    font-weight: bold;
    color: #2C2F31;
box-shadow: 0px 3px 6px #00000029;
border-radius:20px;
padding:2px 20px;
height: 47px;
margin-bottom: 22px;
}
.qty-box .qty-input:hover, .qty-box .qty-input:active, .qty-box .qty-input:focus {
    background-color: #fff;
}
.qty-box .qty-input {
    outline: none;
    height: 100%;
    width: 50px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
    border: 1px solid #979797 !important;
}

.add-to-basket__icon {
    fill: #fff;
    width: 17px;
    height: 14px;
    margin-left: 6px;
    margin-bottom: 2px;
}
.add-to-basket .quantity-input-container {
    margin-right: 10px;
}
.qty-box .qty-btn--disabled:hover, .qty-box .qty-btn--disabled:active, .qty-box .qty-btn--disabled:focus {
    background-color: #E2E2E2;
}


/*single */
.variation-select .text-muted {
font-weight:bold;
}
.is-single-piece {
display:none;
}
.variation-select b {
font-weight: 400;
}
.single .title-outer h1, .page-singleitem .title-outer h1 {
    margin-bottom: .5rem;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}
.single-item-details__articlenumber--bold {
    color: #2C2F31;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.single .price, .page-singleitem .price {
    font-size: 30px;
color: #7d3089;
}
.text-muted {
    color: #2C2F31 !important;
}
.single .producer, .page-singleitem .producer {
    font-weight: 500;
}
.tags {
    color: #101010;
    background-color: #C9C9C9;
font-size:0.8rem;
    width: fit-content;
    padding: 0 4px;
}
.pdf a{
color: #7d3089; !important;
}
.pdf:before {
content:"\f1c1 ";
font: normal normal normal 16px/1 FontAwesome;
color: #7d3089; !important;
margin-right:10px;

}

.badge {
    font-weight: 400;
}


.add-to-wish-list:hover {
    text-decoration: none;
    color: #7d3089; !important;
}
.single-item-info-nav__link, .widget-tab ul.nav-tabs li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}
.single-item-info-nav__tab, .widget-tab ul.nav-tabs li {
border: 0px solid #ddd;
    width: 100%;
    border-bottom: 4px solid #E2E2E2 !important;
    margin-bottom: -4px;
}
.single .nav-tabs .nav-link.active, .single .nav-tabs .nav-link:hover {
    border: 0 solid #ddd;
}
.single-item-info-nav__tab .active, .widget-tab ul.nav-tabs li .active {

    border-bottom: 4px solid #7d3089; !important;
    margin-bottom: -4px;
}


.category__advantages, .single-item__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #2C2F31;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.category__advantage, .single-item__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}
.category__advantage svg, .single-item__advantage svg {
    fill: #B673BE;
}
@media (min-width: 768px){
.single .nav-tabs .nav-item {
    float: left;
}
.single-item-info-nav__tab, .widget-tab ul.nav-tabs li {
    width: initial;
}
.single .nav-tabs .nav-link {
    border: 0 solid #ddd;
}
.category__advantages, .single-item__advantages {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: initial;
    height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}
.category__advantage, .single-item__advantage {
    font-size: 14px;
}
}
@media (min-width: 992px) {
.single-item-info-nav, .widget-tab ul.nav-tabs {
    border-bottom: 4px solid #E2E2E2;
}
.single-item__advantages {
    margin: 50px auto;
}
.widget-grid .widget-inner.col-lg-12.widget-stacked {
    padding-bottom: 0;
}
.categoriegrid .widget-item-list .row {
    justify-content: center;
}
}
/* category */
.category__image {
  height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.category__title {
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    font-weight: 800;
    word-break: break-word;
    text-align: center;
    background: rgba(0,0,0,0.5);
    padding: 10px;
}
.category__sub-wrapper {
    margin-top: 20px;
    padding: 50px;
    position: relative;
}


.category-item__name {
    line-height: 15px;
    font-size: 11px;
    color: #2C2F31;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.category-item .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-item__availability, .availability {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    background-color: transparent;
}
.category-item__availability--1, .availability-1 {
    color: #32AF1E
}
.category-item__availability-icon {
display:none
}

.list-controls {
    background: #F6F6F6;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 10px;
    position: relative;
    margin-top: 10px;
}
.list-controls .list-controls-inner {
    background: #efefef;
    padding: 0;
}
.list-controls-inner > .d-sm-flex
{
    flex-direction: row-reverse;
justify-content: space-between;
}

.list-controls-inner .flex-fill {
    -webkit-box-flex: unset  !important;
    -ms-flex: unset  !important;
    flex: unset  !important;
}

.list-controls .list-sort, .list-controls .list-itemsperpage {
    display: block;
    padding: 0.5em;
    position: relative;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: .8rem 2rem .8rem 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #4A4A4A;
    vertical-align: middle;
background-size: 11px 20px;
background-position: right 0.4rem center;
    border: 0px solid rgba(0,0,0,0.15);
    border-radius: .1rem;

}
.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.list-controls select.custom-select {
    border: solid 1px #fff !important;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    color: #2C2F31;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
.list-controls .filter-toggle i {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-controls .btn-link i {
    color: #7d3089;!important;
    font-size: 16px;
margin-right: 0.5rem !important;
}
.list-controls .btn-link {
    text-decoration: none;
    color: #2C2F31 !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 25px;
}
.cmp-product-thumb .special-tags {
    top: 5px;
    left: 5px;
}
.cmp-product-thumb .special-tags .badge, .tag-cat span {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);
}

@media (min-width: 576px){
.list-controls .list-sort, .list-controls .list-itemsperpage {
    display: inline-block;
}
.category-item__name {
height:63px;
}
}

.widget-primary .btn-appearance.btn-lg {
    height: 55px;
    background: #7d3089; !important;
    border-color: #7d3089; !important;
    color: #fff !important;
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0px 85px;
}


.guide__images-item:hover .widget-image-box-caption {
    background-color: #853d8f !important;
    -webkit-transition: background-color ease .3s;
    transition: background-color ease .3s;
}

.widget-image-box>.widget-inner {
    padding: 0;
}
.guide__images-item .widget-image-box-caption h2 {
    color: #fff;
    font-weight: 600;

}

@media (max-width: 767.98px){

.cmp-product-thumb  > div{
display:flex;
align-items:center;
}

.list-controls {
    margin-bottom: 10px;
    margin-top: 10px;
}

}
.cmp-product-thumb .prices {
display:block;
}
.cmp-product-thumb .crossprice, .single .crossprice {
    font-size: 1rem;
    font-weight: 400;
    color: #616B70;
text-decoration: line-through;
}

.single .crossprice, .single  .procent {
    font-size: 14px;
}
.cmp-product-thumb {
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    padding: 0;
    margin-bottom: 15px;
 margin-top: 15px;
}
.swiper-slide .cmp-product-thumb {
height: 100%;
}

.category-item__availability--2, .availability-2, .availability-3, .category-item__availability--4, .availability-4, .category-item__availability--5, .category-item__availability--6, .availability-5, .availability-6, .availability-7,
.availability-9, .availability-8,  .category-item__availability--9, .category-item__availability--8 {
    color:  orange
}

 .category-item__availability--10, .availability-10 {
    color: red;
}

.basket-preview-content .totals > div:first-child, .badge-bundle{
   display:none;
}
header > .container-max > .row {
   margin:0
}
header > .container-max > .row > .col-12 {
   padding:0
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #7d3089;
    border-color: #7d3089;;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #B673BE;
    border-color: #B673BE;
}
.back-to-top {
    bottom: 5rem;
}

.header-container>.widget.widget-separator {
   right: 0;
    left: 0;
}
.uppercase {
    text-transform: uppercase;
}
.widget-background .parallax-img-container-inner {
    background-position: top !important;
}

.basket-preview-footer .btn-primary{
 display:none;
}
.basket-preview-footer .btn-outline-primary {
   background: #7d3089; !important;
    border-color: #7d3089; !important;
    color: #fff !important;
}
.breadcrumb a {
    color: #6c757d;
}
.breadcrumb-item.active, .breadcrumb a .fa {
    color: #7d3089;
}
.header-banner {
    color: #fff;
    text-align: center;
    background:  #B673BE;
    margin-top: -5px;
}

@media (max-width: 991.98px) {
.header-banner {
    margin-top: 0;
}
.header-container>.widget.header__control-bar {
    right: unset;
    left: unset;
    min-width: unset;
    max-width: unset;
   background-color: #f6f6f6;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-bottom > div {
padding-bottom:0 !important
}
.menu-bottom .widget{
    margin-bottom: 0 !important;
}
.menu-bottom > div >div {
    justify-content: space-between;
}
}
@media (max-width: 575.98px){
.menu-bottom{
    padding: 0 6px;
}
.menu-bottom > div {
    padding: 0;
}
.menu-bottom .widget-primary .btn-appearance {
height: 30px;
    font-size: 12px;
    font-weight: 400;
    padding-left: 4px;
    padding-right: 4px;
}
}
.category__image.tablet, .category__image.mobile{
display:none !important;
}

@media (max-width: 991.98px){
.category__image.desktop, .category__image.mobile{
display:none !important;
}
.category__image.tablet{
display:flex !important;
}
}
@media (max-width: 575.98px){
.category__image.desktop, .category__image.tablet{
display:none !important;
}
.category__image.mobile{
display:flex !important;
}
}

.widget-image-box.tablet, .widget-image-box.mobile{
display:none !important;
}
.category-title > div {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 991.98px){
.widget-image-box.desktop, .widget-image-box.mobile{
display:none !important;
}
.widget-image-box.tablet{
display:flex !important;
}
.breadcrumbs nav{
    display: block!important;
}
.slide-content {
    margin-top: 15px;
    margin-bottom: 10px;
}
}


@media (max-width: 575.98px){
.widget-image-box.desktop, .widget-image-box.tablet{
display:none !important;
}
.widget-image-box.mobile{
display:flex !important;
}
.list-controls-inner .flex-fill {
 display:none !important;
}
}

.widget-image-box.widget-retain-aspect-ratio.widget-fw img {
    width: 100%;
    height: auto;
}
.rot {
    color: red;
}

.owl-carousel .owl-single-item-control {
    color: transparent
}
.single .widget-tab ul.nav-tabs li a {
 color: #7d3089; !important;
}
.single .widget-tab ul.nav-tabs li a.active {
    color: #495057 !important;
}
.single .widget-tab ul.nav-tabs li a:hover {
 color: #a859b2 !important;
}

.widget-primary .btn-appearance, .btn-primary {
    height: 36px;
    background: #7d3089;
    border-color: #7d3089;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 13px;
}
.widget-primary .btn-appearance:hover, .widget-primary .btn-appearance:active, .widget-primary .btn-appearance:focus,  .btn-primary:hover {
    background: #B673BE ;
    border-color: #B673BE;
    color: #fff;
text-decoration-color: unset
}
.start-bild h1  {
    font-size: 55px;
    line-height: 70px;
    color: #fff;
}
.category-home .start-bild h3{
    font-size:  18px;
    line-height: 30px;
font-weight:400;
}
.widget .widget-inner .widget.hero-text{
    margin-bottom: 44px;
margin-top:10px;
}
.start-bild {
    text-align: left;
    padding: 195px 0 60px 0;

}
.start-bild .widget-link{
  display:inline-block;
}
.start-bild .widget-primary .btn-appearance{
margin-right:30px;
    font-size: 20px;
    height: auto;
    padding: 19px 30px;
}
.widget-primary.home-btn .btn-appearance {
    font-size: 18px;
    height: auto;
    padding: 14px 36px;
    border-radius: 20px;
}
.widget-background .parallax-img-container-inner {
    background-position: center !important;
}
.marken > div > div {
    display: flex ;
justify-content: space-between;
}
.marken > div > div  > div{
width:20%
}
 .newsletter {
padding-top:20px;
}
.newsletter, .newsletter a {
color:#fff;
}
.home-h2 h2{
font-size: 30px;
margin-top:80px;
margin-bottom:50px;
font-weight:bold;
}
.home-h3 h3{
font-size: 25px;
margin-top:40px;
margin-bottom:20px;
font-weight:bold;
}
.home-text{
font-size: 18px;
line-height:28px;
}
.marken .widget-prop-xl-3-1 .widget-proportional {
    padding-bottom: 127px;
}
.marken.top-service .widget-prop-xl-3-1 .widget-proportional {
    padding-bottom: 195px;
}
.marken  {
  margin: 0 -40px
}
.marken .widget-image-box  {
  margin: 0 25px;
box-shadow: 0px 3px 6px #00000029;
border-radius: 14px;
}
.widget-item-list .widget-caption {
    padding: 0;
}

.home-list h3 {
font-size: 30px;
line-height:40px;
font-weight:bold;
color: #7d3089;
margin-top:80px;
margin-bottom:40px;

}

.top-service .widget-image-box img {
    max-height: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -70%);
}
.cmp-product-thumb {
 box-shadow: 0px 3px 6px #00000029;
border-radius: 14px;
}
.cmp-product-thumb:hover .img-fluid {
    -webkit-transform: unset;
    transform: unset;
}
.category-item__name {
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
}
.cmp-product-thumb .price {
    line-height: 20px;
    font-weight: bold;
    font-size: 24px;
    color: #7d3089;
}
.cmp-product-thumb .thumb-content {
    padding: 12px 20px 20px 20px ;
}
.cmp-product-thumb .thumb-image {
  padding: 22px 40px 0 40px ;
}
.vorteile h3, .newsletter h3{
   font-size: 30px;
}

.vorteile p {
    font-size:16px;
line-height:29px;
}
.cmp-product-thumb .special-tags .badge, .tag-cat span{
    height: 24px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
border-radius:5px;
}
.badge-danger {

    background-color: #F6914C;
}

.top-service .widget-image-box.widget-image-box-block-caption>.widget-inner .widget-caption {
top:120px;
    bottom: auto;
}
.bewertung {
max-width:775px;
box-shadow: 0px 3px 6px #00000029;
border-radius: 14px;
margin: 40px auto;
height: 275px;
    padding: 20px;
}
.widget-image-carousel.bewertung .widget-inner .carousel-item {
padding:20px;
}
.widget-image-carousel.bewertung .widget-inner .carousel-item img.img-cover {
    min-width: auto;
    min-height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.widget-image-carousel.widget-primary .carousel-control .fa {
 display:none
}

@media (min-width: 1400px){

.cat-liste .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 300px;
}
.cat-liste  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 1170px;
}
 .newsletter {
margin-top:85px;
    padding-top: 85px;
}

.newsletter {
padding-bottom: 50px
}
.footer_main {
    margin: 0 -30px;
}
}
@media (min-width: 1750px){

.cat-liste .col-xl-3 {
    margin-left: -140px;
}

}
.widget-image-carousel .widget-inner .carousel-indicators li, .owl-theme .owl-dots .owl-dot span {
    width: 28px;
    height: 9px;
    margin: 2px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
box-shadow: 0px 2px 6px #00000029;
}
.widget-image-carousel.widget-primary .carousel-indicators li.active, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #7d3089;
border: 1px solid #7d3089;
}
.ratgeber .widget-image-box img, .top-service .widget-image-carousel img, .home-image img{
border-radius: 14px;
 -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.ratgeber .widget-image-box:hover img, .top-service .widget-image-carousel:hover img,  .home-image:hover img{

   -webkit-filter: brightness(100%);
}
.ratgeber .widget-image-box>.widget-inner .widget-caption h2 {
    color: #fff;
   font-size:18px;
}
.ratgeber .widget-image-box.widget-primary a[href].widget-inner:hover .widget-caption {
    color: #fff;
    background-color: transparent;
}
.center {
text-align: center;
}
.top-service .widget-proportional.widget-prop-1-1 {

    padding-bottom: 75% !important;
}
.widget-newsletter .input-group {
margin-top: 4px;
margin-bottom:24px;
border-radius: 8px;
}
.widget-newsletter input[type="email"] {
     border: 0 solid #2C2F31 !important;
}
.newsletter h3 {
margin-bottom: 20px;
}
.newsletter .btn {
width:275px;
height:50px;

}
.newsletter-bild  {
height:100%
}
.newsletter .btn .fa {
display:none;
}
.newsletter .text-right {
    text-align: left !important;
}
.megamenu .mainmenu>li:hover, .megamenu .mainmenu>li.hover {
    color: inherit;
background-color:transparent;
}
.mainmenu>li:hover>a {
    color: #7d3089; !important;
    text-decoration: underline;
}
.megamenu .mainmenu > li:hover > ul, .megamenu .mainmenu > li.hover > ul {
column-count: 1;
box-shadow: 0px 3px 6px #00000029;
}
.megamenu .mainmenu > li li.col-inner >ul {
  display: flex;
margin:0 auto;
    max-width: 1480px;
    width: 100%;
  overflow-y: auto;
}
.megamenu .collapse li {
    padding: 0;
}

.megamenu .collapse li.col2{
padding-top:20px;
}
 .col1  {
width:75%;
}
 .col2  {
width:26.4%;
}
.megamenu .collapse .col1 > ul > li {
    width: 20%;
padding: 0 2px;
}
.col1 img, .col2 img   {
  max-width: 100%;
  height: auto;
}
.col1 > ul {
display:flex;
flex-wrap: wrap;
align-items: flex-start;
}
.mainmenu >  li> a {
    color: #2C2F31 !important;
}
.mainmenu > li:hover  > a {
    color: #7d3089; !important;
}
.col1 .level1 > a{
  display: flex;
  flex-direction: column;
}
.col1 .level1 > a{
font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 25px;
 color: #2C2F31 !important;
}
.col1 .level1 > a:hover{
  color: #7d3089; !important;
}
.col1 .level1 a{
color: #2C2F31;
}
.col1 .level1 > a span{
padding-top: 20px;
padding-bottom: 20px;
}
.megamenu .collapse-inner a{
    text-align: center;
}
.catmain-img  img{
    border-radius: 14px;
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.col2 > a {
position:relative;
}
.cat-caption{
    position: absolute;
    left: 0;
    z-index: 1;
    top: 50%;
text-align:center;
font-size:20px;
font-weight: bold;
color:#fff;
width:100%
}

ul li.control-languages ul {
    visibility: hidden;
     opacity: 0;
    min-width: 3rem;
    position: absolute;
    transition: all 0.5s ease;
    left: 10px;
    margin-top: 0;
   display: none;
    padding: 0 16px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
    background: #ccc;
    z-index: 100;
    list-style: none;
 background-color: #EFEFEF;
}
.header-top-bar .controls-list li.control-languages li {
    padding-left: 0;
}
ul li.control-languages:hover ul {
    visibility: unset;
    opacity: 1;

display:block;
}
.header-top-bar {
background-color: #EFEFEF;
}
.header-top-bar a{
line-height:43px;
font-size: 13px;
color: #2C2F31
}
.header-top-bar a span{
font-weight: bold;
color: #7d3089;
}
.header-top-bar .controls-list li{
padding-left: 27px;
}
.topbar-kontakt a{
font-weight: bold;
text-transform: uppercase
}
.header-link {
padding-right:69px;
font-size:18px;
font-weight: bold;
color: #2C2F31;
}
.controls-list, .top-bar-items {
align-items:center;
padding-left: 0;
display:flex;
}
.top-bar-fraron .container-max, .home-hero .container-max, .breadcrumbs .container-max, .single.container-max, .single-item__advantages, .categoriegrid.container-max, .categoriegrid .container-max{
    max-width: 1480px;
}
.filter .container-max{
    max-width: 1170px;
}
.home-hero .container-max {
 padding-left:0!important;
padding-right:0!important;
}
.top-bar-items  span{
text-transform: uppercase
}
.controls-list .nav-link {
    padding: 0;
}
.top-bar-fraron {
    width: 100%;
    background-color: #fff;
}
.anicon {
width:16px;
}
.home-slide-content .fa,  .widget-image-box-caption h2 i{
position:absolute;
right:22px;
margin-top: 9px;

}
 .ratgeber .widget-image-box-caption h2 i{

margin-top: 0;
}
.home-slide-content .fa{
color: #7d3089;
}
.controls-list .list-inline-item {
margin-left:27px;
}
.home-box, .home-banner {
color: #fff;
}

.widget-list.home-list .widget-inner a{
font-size: 18px;
color: #fff;
line-height: 44px;
}
.home-box2 {
margin-top:85px;

}
.home-box2 .topline p, .vorteile .topline p, .topline-a p, .topline-b p{
font-size: 13px;
}
.home-box2{
align-items: center;
}
.category-home  .topline p::before,  .topline-a p::before, .topline-b p:before{
width: 30px;
height:1.5px;
background-color:#2C2F31;
display:inline-block;
content:"";
vertical-align: middle;
margin-right:8px;
}
.category-home .home-box .topline p:before, .category-home .vorteile .topline p:before, .topline-b p:before{
background-color:#fff;
}
.category-home .home-box .topline, .category-home .vorteile .topline {
font-size:13px;
margin-top: 85px;
color:#fff;
}

.home-box, .vorteile {
margin-top:85px;
 padding-bottom:85px;
}
.category-home h3{
line-height:43px;
font-size:30px;
margin-bottom: 39px;
}
.home-box2 p, .home-box2 a, .category-home{
font-size:18px;

}
.home-box2 p{
font-weight: 400;
}
.home-box2 a{
font-weight: bold;
}

.home-box2 .small p{
font-size:11px;
margin-top: 17px;
margin-bottom:18px;
}
.home-box2 .link a{
font-size:13px;
color: #7d3089;
}
.home-box2.home-boxr .topline, .home-boxr .home-box2-text, .home-box2.home-boxr .link, .home-box2.home-boxr .small{
margin-left: 30px;
}
small, .small, .btn-labeled {
    font-weight: 400;
}
.home-banner {
padding:57px 30px 57px 50px;
border-radius: 14px;
overflow: hidden;
}
.home-banner a{
color:#fff;
display:block;
font-weight:bold;
margin-top: 32px;
}
.home-banner a:after {
   content: "\f10c";
display:inline-block;
margin-left:10px;
}
.widget-item-list h3 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 25px;
    color: #2C2F31;
}
.home-title h3, .category-home h4{
font-size:25px;
margin-bottom:39px;
}
 .category-home h4{
margin-top:85px
}
.category-home .list2 h4{
margin-top:0;
}
.category-home .vorteile h4{
margin-bottom:20px;
margin-top:24px
}
.widget-proportional.home-banner2 {
    padding-bottom: 26%;
    margin-bottom: 0 !important;
}
@media (min-width: 1700px){
.home-banner {
position:absolute;
max-width:315px;
right:-330px;
border-radius: 14px;
min-height: 995px;
margin-top:153px;
}
.home-banner a{
    max-width: 200px;
}
.home-banner h3{
    max-width: 180px;
}
}
@media (min-width: 1700px) and (max-width: 1860px){
.home-banner {
padding:57px 30px 57px 30px;
max-width:255px;
right:-270px;
}
}
.home-hero {
margin-top:-126px;
}

.app {
    overflow-x: unset;
}
 .hedaer-logo{
    padding-top: 27px;
    padding-bottom: 27px;
}
.category-home .top-bar-fraron {
    background-color: transparent;
position: relative;
}
.category-home .sticky-header .top-bar-fraron, .category-home .heim .top-bar-fraron, .category-home .boot .top-bar-fraron {
    background-color: #fff;
}
    .hedaer-logo i {
    color: #2C2F31;
}
.category-home .header-link, .category-home  .control-basket .toggle-basket-preview, .category-home  .top-bar-items,  .category-home  .hedaer-logo a, .category-home .hedaer-logo i {
    color: #fff;
}

.category-home .sticky-header .header-link, .category-home  .sticky-header .control-basket .toggle-basket-preview, .category-home .sticky-header .top-bar-items,  .category-home .sticky-header .hedaer-logo a,  .category-home .heim .header-link, .category-home  .heim .control-basket .toggle-basket-preview, .category-home .heim .top-bar-items,  .category-home .heim .hedaer-logo a, .category-home .boot .header-link, .category-home  .boot .control-basket .toggle-basket-preview, .category-home .boot .top-bar-items,  .category-home .boot .hedaer-logo a, .category-home  .sticky-header .hedaer-logo i{
    color: #2C2F31;
}
.category-home .navbar-brand {
filter: brightness(0) invert(1);
}
.category-home .sticky-header .navbar-brand, .category-home .boot .navbar-brand, .category-home .heim .navbar-brand {
filter: unset;
}
.category-home .header-sub-line{
display: none;
}
 .parallax-img-container.home-hero .parallax-img-container-inner[style^=background-image]{
filter: brightness(44%);
}


.cmp-product-thumb .thumb-content {
    padding: 12px 20px 20px 20px;
}

.cmp-product-thumb .thumb-content {
 font-weight:400;
}
.cmp-product-thumb .thumb-content .small{
color: #2C2F31;
opacity: 0.5;
font-size:10px;
}
.cmp-product-thumb .prices {
    min-height:47px;
}
.home-list .fa  {
   font-size:30px;
color: #7d3089;
}
.cmp-product-thumb .category-lowest-price, .cmp-product-thumb .category-unit-price {
    display:none;
}
.werkstatt .home-btn {
  margin-top: 57px;
}
.werkstatt .widget-proportional.widget-prop-3-2 {

    padding-bottom: 84% !important;
}
.werkstatt .widget-image-carousel .widget-inner {
    border-radius: 14px;
    overflow: hidden;
}
.toggle-basket-preview span.mr-2{
position: absolute;
    margin-top: -11px;
    margin-left: 4px;
}
.category-home .navbar {
display:none}
.category-home .sticky-header .navbar, .category-home .heim .navbar,  .category-home .boot .navbar{
display:block;
position:absolute;
}
.controls-list i.fa-angle-down {
    font-size: 10px
}
.boot .cat-li-212, .boot .cat-li-247 {
  display:none;
}
.heim .cat-li-36, .heim .cat-li-167, .heim .cat-li-48, .heim .cat-li-77, .heim .cat-li-79, .heim .cat-li-47, .heim .cat-li-45, .heim .cat-li-76, .heim .cat-li-152  {
  display:none;
}
.main-navbar-collapsable li.cat-li-288{
  display:none;
}
.category-home .widget {
    margin-bottom: 0;
}
.ratgeber .widget-text{
    margin-top: 24px;
}
.category-home .ratgeber {
margin-bottom:39px;
}
.start-bild p {
    margin-bottom: 6px;
}
.category-home .vorteile h4 {
    font-size: 20px;
}
.category-home .home-box-3 h4 {
    margin-bottom: 24px;
}
.home-box2.home-box-4, .home-box2.home-box-8,  .home-box2.home-box-6,  .home-box2.home-box-10{
    margin-top: 35px;
margin-bottom:35px
}


.widget-item-list h3 {
    margin-top: 65px;
    margin-bottom: 10px;
  padding-top:0;
}
.category-home .list2 h4 {
    margin-bottom: 24px;
}
li#heim, li#boot {cursor: pointer;}
.control-user .dropdown .dropdown-menu a {
    display: block;
    padding: 1rem 0.8rem;
    color:  #212529;
    background-color: #EFEFEF;
    border: 0;
    border-top: 1px solid #dee2e6;
}
.top-bar-items .account-menu span {
    text-transform: unset;
}
.top-bar-items .account-menu{
    transform: unset !important;
margin-top:15px;
}
.top-bar-items span.h3 {
    text-transform: unset;
font-size:25px;
line-height:30px;
}

 .basket-preview-header.border-bottom {
    border-bottom: 0 solid #dee2e6 !important;
}
.basket-list-item .text-primary {
    color: #2C2F31 !important;
font-size:10px;
line-height:15px;
}
.qty-box .qty-input {
    outline: none;
    height: 100%;
    width: 50px;
    padding: 0;
    text-align: center;
    border: 0 solid #979797 !important;
    border-radius: 13px;
box-shadow: 0px 3px 6px #00000029;
-webkit-appearance: none;
}
.qty-btn-container .qty-btn {
    background-color: #fff;
    border: 0 solid #ced4da;
}

.basket-list-item .text-danger {
    color: #2C2F31 !important;
}
.basket-preview-content .totals {
    background-color: #EFEFEF;
    border-top: 0 solid #dee2e6;
}
.basket-list-item .item-tatal-price{
color:#7d3089;
font-size:12px;
line-height: 16px;
}
.basket-preview-content hr, .page-basket hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top:0 solid #dee2e6;
}
.basket-preview-content .totalSum hr, .page-basket dl hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top:1px solid #7d3089;
opacity: 0.3;
}
.cmp-totals .h3, .page-basket .h3 {
   font-size:25px;
margin-bottom:17px;
}
.basket-preview-content .cmp-totals dt.font-weight-bold{
font-weight:400 !important;
}
.cmp-totals dt, .cmp-totals dd{
font-size:18px;
line-height: 30px;
}
.basket-preview-footer  .btn, .page-basket .btn-primary.btn-block{
border-radius: 20px;
width: 258px;
height: 66px;
font-size: 20px;
line-height: 50px;
margin: 55px auto;
}
.page-basket .btn-primary.btn-block .fa, .page-login .main .btn .fa{
display:none;
}
.basket-preview-footer.d-flex {
display:block !important;
}
.basket-preview-footer .btn>.fa {
    float:unset;
padding-right: 10px;
font-size: 23px;
}
.page-basket .h2 {
    font-size: 30px;
}
.page-basket .price-box{
    margin-top: 15px !important;
}
.page-basket  .cmp-totals {
    margin-top: 35px;
}
.page-basket .cmp .input-group .btn-primary{
    color: #7d3089;
    background-color: transparent !important;
    border-color: transparent !important;
font-weight:600;
text-decoration: underline;
box-shadow:unset!important
}
.page-basket .input-group>.form-control:not(:last-child),  .page-basket .input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.page-basket  .px-3 {
    padding-left: 0 !important;
}
.item-total-price {
color: #7d3089;
}
.page-basket .btn-collapse{
    text-align: left;
}
.page-basket .btn-collapse::after {
    width: auto;
   text-decoration: underline;
top:12px;
    padding: 0;
    font-weight: 400;
    color: #2C2F31;
}
.page-basket .btn-collapse::before {
content:unset;
}
.controls-list .list-inline-item {
    margin-right: 0;
    font-size: 13px;
}
.page-login h1, .page-checkout h1.h2 {
    font-size: 30px;
line-height:30px;
}
.page-login .main .btn {
border-radius: 20px;
height: 66px;
font-size: 20px;
padding: 20px ;
min-width:192px;
}
.page-login .main hr , .page-checkout  .main hr{
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.page-login .paypalSmartButtons {
    padding: 0;
    margin: 25px -10px

}
.input-unit .custom-select {
box-shadow: unset;
}
.card, .cmp-address-list .items>div:first-child {
box-shadow: 0px 3px 6px #00000029;
border-radius: 20px;
border-width:0;
margin-bottom:40px;
}
.input-unit.textarea {
height:auto;
}
@media (min-width: 992px){
.basket-preview-wrapper {
    width: 534px;
}
 .basket-preview-header.p-3, .basket-preview-content .totals.px-3 {
    padding: 26px 45px !important;
}
.basket-preview-content .basket-list-item {
 padding-left:  45px;
padding-right:  45px;
}
.page-basket .col-md-7, .page-basket .col-md-5 {
flex: 0 0 50%;
    max-width: 50%;
}
.basket-item-container-right {
    padding-right: 15px;
    padding-left: 25px;
}
}
 input.control-search-doofinder {
display:none
}
 input.control-search-doofinder.show {
display:block;
position:absolute;
margin-top: -20px;
    margin-left: -20px;
    width: 100px;
}
.nav-link {
 cursor:pointer
}
.nav-link:hover, .nav-link:focus {
    text-decoration: underline;
}
.footer-paybox .widget-image-box img, .footer-iconbox .widget-image-box img {
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.footer-paybox {
margin-bottom:25px !important;
}
.controls-list .nav-link:hover {
    color: #B176B8;

}
.input-unit .custom-select {
    padding: 1.2rem 0 0.4rem 0;
    background-position: 100% 1.1rem;
}
.invoice-addresses-select .btn, .shipping-addresses-select .btn {
    color: #7d3089;
    background: transparent;
    text-decoration: underline;
    border-color: transparent;
box-shadow: unset;
}
 .widget-address.widget-primary .btn-appearance:not(:disabled):not(.disabled):active, .widget-address.widget-primary .btn-appearance:not(:disabled):not(.disabled):hover,  .widget-address.widget-primary .btn-appearance:not(:disabled):not(.disabled):focus,
 .widget-address.widget-primary .btn-primary:active, .widget-address.widget-primary .btn-primary:hover,  .widget-address.widget-primary .btn-primary:focus {
    color: #000;
    background: transparent;
    text-decoration: underline;
    border-color: transparent;
}

.price-normal {
    padding-top: 2rem;
}
.widget-newsletter.widget-primary .text-appearance {
    color: #fff !important;
font-weight: bold
}
.widget-newsletter .input-unit {
    padding:0
}
.anker {
    position:absolute;
margin-top:-180px;
}
.header-link:hover, .header-link a:hover, .list-inline-item:hover, .list-inline-item a:hover  {
  color: #B176B8 !important;
    text-decoration: none;
}
.tag-prozent .badge  {
background-color:#E63030;
margin: 10px 6px;
}
.tag-prozent .badge.badge-1  {
margin-top: 40px;
}
.footer-paybox .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.navbar > .row {
    flex: 1;
}
.filter .card  {
    box-shadow: unset;
    border-radius: 0;
    margin: 10px 0;
    flex-direction: row;
background: transparent;
}
.filter .h3 {
display:none;
}
.filter .widget-filter-base .form-check-label {
color:#2c2f31;
border: 2px solid #EFEFEF;
border-radius: 20px;
padding-left:40px;
}
.filter-collapse .form-check-input:checked+label, .widget-filter-base .form-check-input:checked+label {
    padding-left: 40px;
    background: #EFEFEF;
}
.filter .widget-filter-base .form-check-wrapper {

margin-right: 25px
}

.filter .widget-filter-base .form-check-label span::before {
    position: absolute;
    content: "";
    opacity: 1;
width:16px;
height:16px;
background: #fff;
 border: 1px solid #EFEFEF;
border-radius: 20px;
    margin-top: 2px;
margin-left:-20px;
display: block
}
.filter .filter-badge {
display:none;
}

.filter .widget-filter-base .form-check-input:checked+label span::before {
    position: absolute;
    margin-right: auto;
color: #B176B8;
    content: "\f058";
    opacity: 1;
 border: 0 solid #EFEFEF;
font-size:18px;
margin-top:-4px;
background: transparent

}
.filter .card::before {
display: inline-block;
    font-family: FontAwesome;
    font-size: 26px;
    margin-right: 30px;
  content: "\f1de";
color:#2c2f31;

}
.content-h1 h1 {
    line-height: 43px;
    font-size: 30px;
    margin-bottom: 39px;
}
.card-header:first-child {
    border-radius: 20px;
    border: none;
}
.input-group-text, .file-input>.input-unit-btn {
    background-color: #fff;
}
.input-group-prepend{
margin-right:10px;
}
.file-input>.input-unit-btn i {
    background-color: #fff;
    margin-top: 16px;
}
.home-slide-img {
    border-bottom: 1px solid #EEEEEE;
    padding: 6px 22px;
text-align: center;
}
.cmp-product-thumb:hover {
    -webkit-box-shadow: 0 28px 19px -28px rgba(0,0,0,0.5), 0 2px 7px rgba(0,0,0,0.5);
    box-shadow: 0 28px 19px -28px rgba(0,0,0,0.5), 0 2px 7px rgba(0,0,0,0.5);
}
.home-slide-content {
    line-height: 28px;
    font-size: 18px;
    color: #2C2F31;
    font-weight: bold;
    padding: 22px;
text-align: center;
position: relative;
}
.home-category-widget .col-12 {
     margin-bottom:15px;
margin-top:15px;
}
.home-category-widget  .cmp-product-thumb {
     height: 100%;
margin:0;
}
.home-category-widget  .cmp-product-thumb a{
    display: flex;
flex-direction: column;
    justify-content: space-between;
height: 100%;
}
 @media only screen and (max-width: 991.98px){
.controls-list span, .navbar{
display:none !important;
}
.start-bild h1 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}
.hero-text {
display:none;
}
.start-bild .widget-primary .btn-appearance {
    margin-right: 0;
    font-size: 15px;
    height: auto;
        padding: 11px 16px;
}
.start-bild {
    padding: 133px 0 92px 0;
    text-align: center;
}
.navbar-brand img {
    max-height: 35px;
}
.category-home h3 {
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 26px;
}

.marken {
  margin: 0 -15px ;
}
.marken > div > div {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.nav-link {
  padding: 0 1rem;
}
.hedaer-logo i {
 font-size: 24px;
}
.hedaer-logo  {
margin:0
}
.hedaer-logo .d-flex  {
align-items: center
}

.widget-item-list h3 {
    margin-top: 18px;
margin-bottom: 0;
}
.cmp-product-thumb > div {
  flex-direction: column;
}
.cmp-product-thumb .thumb-image {
  float: unset;
  width: 100%;
}
.cmp-product-thumb .thumb-content {
  display: block;
  width: 100%;
}
.home-box, .vorteile {
  margin-top: 5px;
  padding-bottom: 15px;
}
.category-home .home-box .topline, .category-home .vorteile .topline {
  margin-top: 35px;
margin-bottom: 5px !important;
}
.widget-list.home-list .widget-inner a {
  font-size: 16px;
  line-height: 22px;
}
.widget-list.home-list li {
display: flex;
align-items:center;
margin-bottom:16px;
}
.home-list .fa {
  font-size: 23px;
 margin-right:12px !important;
}
.m-reverce {
flex-direction: column-reverse;
}
 .category-home h4 {
  font-size: 20px;
 margin-top: 34px;
}
.category-home .home-box-3 h4 {
  margin-bottom: 10px;
}
.home-banner {
padding: 72px 20px 57px 20px;
margin-top:40px;
text-align: center
}
.m-widget-fw{
  position: relative;
  right: 0 !important;
  left: calc(-1*(100vw - 100%)/2) !important;
  width: 100vw !important;
  max-width: none !important;
  margin-right: 0;
  margin-left: 0;
border-radius:0;
}
.home-image.m-widget-fw img {
  border-radius: 0;
}
.home-banner  h3 {
  line-height: 40px;
  font-size: 30px;
  margin-bottom: 56px;
}
.home-banner  p {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 56px;
}

.home-banner a {
    margin-top: 0px;

}

.marken .widget-image-box {
    margin: 8px 8px 18px 2px !important;
    width: 240px;
    min-width: 240px;
}
.widget-item-list .row{
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.home-title h3, .category-home h4 {
  margin-bottom: 18px;
}
.cmp-product-thumb .price {
  font-size: 20px;
}
.basket-preview-wrapper {
  left: auto;
  max-width: 300px;
  width: 300px;
}
.top-bar-fraron {
box-shadow: 0px 3px 6px #00000029;
margin-bottom: 6px;
}
.hedaer-logo {
    padding-top: 17px;
    padding-bottom: 17px;
}
}
.btn-werkstatt{
display: none
}
.versand .col-12 {
    max-width: 33%;
    flex: 0 0 33%;
}
html {
  width: 100%;
  overflow-x: hidden;
}

.widget-image-box>.widget-inner .widget-caption h2, .widget-image-box>.widget-inner .widget-caption .h2, .widget-grid .widget-image-box-fullwidth .widget-inner .widget-caption h2 {
    margin: 0;
    font-size: 1.75rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
text-align:center
}
.widget-image-box.widget-primary .widget-caption {
    color: #2C2F31;
    background-color: transparent;
font-weight: bold;
font-size:14px;
}
.megamenu > .row {
box-shadow: 0px 3px 6px #00000029;
}
.a-small {
color:#2C2F31;
font-size:10px;
}
.add-to-basket-container .btn-block{
max-width: 277px;
padding:10px;
    height: 60px;
border-radius:20px;
font-size:20px
}
.add-to-basket-container .btn-block >.fa {
    float: unset;
margin-right:10px;
font-size:28px;
}
.add-to-basket-container .qty-box .qty-input {
    width: 60px;
}
.add-to-basket-container {
 margin-top:46px;
margin-bottom:46px;
}
.widget-add-to-wish-list  {
    font-size:14px;
}

.owl-thumb {
    border-radius: 14px;
    opacity: 0.25;
}
picture.active .owl-thumb.border-appearance, .owl-thumb.border-appearance:hover {
    border-color:transparent !important;
    opacity: 1;
}
.a-bottom {
    position: relative;
    right: 0 !important;
    left: calc(-1*(100vw - 100%)/2) !important;
    width: 100vw !important;
    max-width: none !important;
    margin-right: 0;
    margin-left: 0;
    background: #2C2F31;
}
.cross-selling h4, .cross-selling .widget-item-list-caption {
margin-bottom: 24px;
font-size: 25px;
margin-top:0;
}
.cross-selling .widget-item-list-caption {
font-weight:bold;
    color: #7d3089;  !important;
}
.hinweis, .widget-order-property .h4, .order-property-slider {
font-size:12px;
margin-top:20px;
}
.hinweis .color-f {
color: #7d3089;

}
.hinweis a {
text-decoration: underline;
color: #B176B8;
}
 .procent {
    font-size: 14px;
    font-weight: 600;
    padding-left: 4px;
}

.cat-thumb {
font-size: 16px;
line-height:25px;
font-weight:bold;
text-align:center;
padding: 0 15px;
}
.slide-content {
margin-top:26px;
margin-bottom:30px;
}
.no-active-sub-category img{
opacity: 0.25;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.widget-item-list .row::-webkit-scrollbar, .marken > div > div::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.widget-item-list .row, .marken > div > div {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.additionalcost-without-tax, #registration .form-check-label{
font-size:12px;
}
.btn-danger {
    height: 47px;
    border-radius: 20px;
}
.btn.btn-danger >.fa {
    float: unset;
}
.login-pwd-reset .fa, #registration .fa, .single .form-check-label strong span{
display:none
}
.login-pwd-reset  .btn-danger {
    height: 36px;
}
.page-login .main .btn-primary{
background: #B673BE
}
.page-login .login-pwd-reset .btn-primary{
background: #7d3089;
}
.list-inline-item a.btn:hover {
    color: #fff !important;
}
.cmp-address-list .item input:checked+.item-inner {

    background-color: #f1f1f1;
}


.category-description, .a-row-max, .category-category-widget {
    max-width: 1200px;
    margin-left: auto;
 margin-right: auto;
    padding: 15px;
}
.widget.widget-item-list {
margin-bottom: 0;
}
.basket-preview-footer .btn>.fa {
    height: 44px;
}
.basket-preview-footer .btn-outline-primary {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-pwd-reset  .small {
    font-size: 100%;
}
.page-register .btn .fa, .widget-place-order .btn .fa, .page-basket .cmp .input-group .btn-primary .fa  {
   display:none;
}
.control-user .dropdown .dropdown-menu a:hover {
    color: #fff !important;
}
.widget-shipping-privacy-check, .widget-gtc-check {
    font-size: 90%;
}
.widget-place-order .btn {border-radius: 20px;
    width: 258px;
    height: 66px;
    font-size: 20px;
    line-height: 50px;
    margin: 55px auto;
}
.home-image.mouseover-zoom {
    border-radius: 14px;
}
.control-user .dropdown .dropdown-toggle::after {
    display:none
}
.control-user .d-lg-block {
display: inline-block !important
}
.facebook > div >div {
display:flex;
}
.widget-navigation-tree .category-title, .widget-navigation-tree .nav-item{
display:none;
}
 .widget-navigation-tree ul li.is-open ul li a {
    padding: 10px 20px !important;
font-size:18px;
}
.widget-navigation-tree ul li.is-open ul li ul li a{
padding:0 10px 0 57px!important;
font-size:14px;
}
.widget-navigation-tree .nav-item.active, .widget-navigation-tree .active .nav-item{
display:block;
}
 .widget-navigation-tree ul li.active>a {
    background: transparent !important;
font-size:25px;
margin-bottom:0;
color: #7d3089;
padding:20px !important;
border-bottom:1px solid #f1f1f1;
display:block;
    font-weight: bold;
}


.widget-navigation-tree .nav-item .nav-link {
    padding: 0;
}
.widget-navigation-tree .active .nav-item.active > a {
    color: #B176B8;
font-weight:bold;
border-bottom:0 solid #f1f1f1;
}

.widget-navigation-tree {
box-shadow: 0px 3px 6px #00000029;
border-radius: 14px;
    padding-bottom: 20px;
}
.sidebar-categories ul li a[href]:hover, .widget-navigation-tree ul li a[href]:hover {
    background: transparent;
}
.widget-navigation-tree .nav-item .expand-nav {
   display:none
}
.widget-navigation-tree ul li.is-open ul li {
position: relative

}

.widget-navigation-tree ul li.is-open ul li .expand-nav {
    float: unset;
   right: 6px;
display:unset;
position:absolute;
margin-left:10px;
    padding: 0;
}
.widget-navigation-tree ul li.is-open > ul li .expand-nav {
    padding: 12px 0 0 0;
}
.sidebar-categories ul li.is-open ul li ul li .expand-nav, .widget-navigation-tree ul li.is-open ul li ul li .expand-nav {
    margin-left: 10px;
padding: 0;
}
.kabelkonfigurator-article {
   display:flex;
}

.cat-thumb{
max-width:240px;
}
.home-slide-img img, .cat-thumb img, .footer img {
max-width:100%
}
.list-item-carousel{
padding-bottom:20px;
}
.werbung-grau{
  margin-top: 70px;
}
.footer_main p{
  font-size:14px;
}
.footer {
    margin-top: 40px;
}
.category-home  .footer{
    margin-top: 0;
}
 .category-home .hedaer-logo .basket-preview .item-list i {
    color: #2C2F31;
}
li.cat-li-262{
   display:none;
}
.card.cardempty {
display:none;
}
.filter  {
min-height:40px;
}
.fa-caret-right:before {
content: "\f10c";
    line-height: 10px;
    display: table-cell;
font-family: flaticon_fraron !important;
}
.footer .widget-background.widget-fw>.container-max {
padding:0
}
.owl-single-item-nav .owl-single-item-control {
    position: absolute;
    top: 0;
    height: 100%;
    margin: auto;
    -webkit-transform: unset;
    transform: unset;
    width: 60px;
}
.single .owl-carousel .carousel-control:hover i {
    color: transparent
}
.home-category-widget .cat-li-288{
    display: none;
}
 .topline-a p {

    text-transform: uppercase;
}
.kabelkonfigurator-form__row, .kabelkonfigurator-article, .kabelkonfigurator-article__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.kabelkonfigurator-form__label, .kabelkonfigurator-form__inputs, .kabelkonfigurator-form__range, .kabelkonfigurator-article__image, .kabelkonfigurator-article__info {
    position: relative;

    padding-right: 15px;
    padding-left: 15px;
}
.marken-top h1 {
font-size:30px;
line-height:40px;
}
.marken-top p {
font-size:18px;
line-height:25px;
margin-top:18px;
}
.cookie-bar.bg-white {
    background-color: transparent !important;
}
.tag-cat  span{
    position: absolute;
    right: 6px;
    margin-top: -20px;
    line-height: 22px;
    background-color: #B176B8;
    padding: 0 4px;
}
@media only screen and (max-width: 575.98px){
.widget-item-list .col-12  {
max-width: 240px;
}
.controls-list .list-inline-item {
    margin-left: 10px;
}
.category-item__name {
    max-height: 84px;
height: 84px;
}
.no-mobile{
display: none
}
.btn-werkstatt{
display: block;
text-align: center;
margin-top:37px;
}
.zahlung {
    flex-wrap: nowrap;
    overflow-x: auto;
}
.zahlung .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
.zahlung  .widget-image-box {
    margin-bottom: 0;
}
.zahlung-h5{
    margin-top: 30px;
}
.breadcrumbs{
display: none
}
.widget-background.filter.widget-fw>.container-max {
    padding-right: 5px;
    padding-left: 5px;
}
.filter .widget-filter-base .form-check-wrapper {
    margin-right: 5px;
}
.filter .widget-filter-base .form-check-label {
    border-radius: 20px;
    padding: 3px 2px 3px 22px;
font-size: 13px;
}
.filter .card::before {
    font-size: 20px;
    margin-right: 10px;
}
    .widget-item-grid>.widget-inner>li {
    padding: 0 6px;
}
.filter .card {
    margin: 0;
}
}


  @media only screen and (max-width: 767px){
.cookie-bar:not(.out) .responsive-btn > .btn-primary.btn-block {
  margin-top: 0 !important;
  flex: 0 0 100%;
margin-bottom:10px;
}
.cookie-bar a.text-primary.d-md-inline-block {
  right: 15px;
  width: calc(100% - 30px);
  margin-top: -15px;
  bottom: 6px;
}
.cookie-bar:not(.out) .responsive-btn {
  display: block;
}
.slide-img img {
width: 103px;
}
.cat-thumb  {
   width: 103px;
min-width: 103px;
}
.cat-thumb {
    font-size: 14px;
    line-height: 20px;
    padding: 0 4px;
}
.home-slide-content .fa, .widget-image-box-caption h2 i {
    right: 14px;
}
html.ios .parallax-img-container.home-banner .parallax-img-container-inner[style^="background-image"], html.crios .parallax-img-container.home-banner .parallax-img-container-inner[style^="background-image"], .parallax-img-container.home-banner .parallax-img-container-inner[style^="background-image"] {
	background-size: 100% 150%;
}

.home-box2.home-boxr .topline, .home-boxr .home-box2-text, .home-box2.home-boxr .link, .home-box2.home-boxr .small {
  margin-left: 0;
}
.home-box2.home-box-4, .home-box2.home-box-8 {
  margin-top: 0;
}

.widget-grid .widget-inner.col-12.widget-stacked-mobile {
  padding-bottom: 0;
}
.home-box2 .widget-proportional.widget-prop-2-1 {
    padding-bottom: 62% !important;
}
.topline{
margin-top:7px;
font-size:11px;
margin-bottom:4px;
}
.category-home h3 {
    margin-bottom: 21px;
}
.home-box2 p, .home-box2 a, .category-home {
    font-size: 13px;
}
.home-box2 .link a {
    font-size: 17px;
}
.home-box2 .link a u {
    text-decoration: unset;
}
.home-box2 .link a u:after {
    font-family: flaticon_fraron !important;
 content: "\f10c";
    display: inline-block;
    margin-left: 10px;
}
.home-box2.home-box-4, .home-box2.home-box-8, .home-box2.home-box-6, .home-box2.home-box-10 {
    margin-bottom: 10px;
}
.vorteile .w-100 .row {
    flex-wrap: nowrap;
    overflow-x: auto;
}
.vorteile .w-100 .col-12 {
  max-width: 50%;
    flex: 0 0 50%;
}
.category-home .vorteile h4 {
    font-size: 17px;
}
.category-home .vorteile .small {
   display:none;
}
 .basket-preview .item-list i {
    font-size: 14px;
}
.cmp-totals .h3, .page-basket .h3 {
    font-size: 20px;

}
.cmp-totals dt, .cmp-totals dd {
    font-size: 14px;
}
 .basket-preview  .qty-box .qty-input{
    margin-bottom:0
}
}