@font-face {
    font-family: 'ro_co_bold';
    src: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/robotocondensed-bold-webfont.eot');
    src: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/robotocondensed-bold-webfont.woff') format('woff'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/robotocondensed-bold-webfont.svg#robotocondensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'ro_bold';
    src: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-bold-webfont.eot');
    src: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-bold-webfont.woff') format('woff'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-bold-webfont.ttf') format('truetype'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'ro_reg';
    src: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-regular-webfont.eot');
    src: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-regular-webfont.woff') format('woff'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-regular-webfont.ttf') format('truetype'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'ro_light';
    src: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-light-webfont.eot');
    src: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-light-webfont.woff2') format('woff2'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-light-webfont.woff') format('woff'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-light-webfont.ttf') format('truetype'),
    url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /*------------------------------------------------------------------------------
        Allgemein
    -----------------------------------------------------------------------------*/
  body>#vue-app, body>#vue-error, .page-content, .wrapper-main>nav.container-max,
  .breadcrumb,
  .wrapper-main>header {
      background-color: #fff;
      box-shadow: none !important;
  }
  body {
    font-family: 'ro_reg';
    color: #4d4d4d;
  }
  h1,
  h2 {
    font-family: 'ro_light';
    font-size: 32px;
    margin-bottom: 50px;
  }
  img {
    max-width: 100%;
  }
  strong,
  b {
    font-family: 'ro_bold';
  }
  .btn {
    border: 0 !important;
    border-radius: 0 !important
  }
  .btn.btn-large {
      min-width: 17rem;
  }
  .btn>.fa {
    float: none;
  }
  .btn-danger,
  .btn-primary,
  .btn-outline-primary,
  .btn-secondary {
    color: #fff !important;
    font-family: 'ro_bold';
    letter-spacing: 0.07em;
    height: 45px;
    line-height: 44px;
    padding: 0 20px;
    box-shadow: 2px 2px 10px #00000040;
  }
  .cmp-address-list .item-controls .btn {
    line-height: 30px;
  }
  .btn-icon {
    height: 25px;
    line-height: 20px;
  }
  .btn-primary {
    position: relative;
    overflow: hidden;
    background: #66b157; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #519144 1%, #66b157 33%, #66b157 69%, #619144 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #519144 1%,#66b157 33%,#66b157 69%,#619144 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #519144 1%,#66b157 33%,#66b157 69%,#619144 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  
  .btn-primary::before,
  .btn-secondary::before,
  .btn-outline-primary::before  {
      position: absolute;
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
      background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg);
  }
  .btn-primary:hover::before,
  .btn-secondary:hover::before,
  .btn-outline-primary:hover::before {
      -webkit-animation: shine .75s;
      animation: shine .75s;
  }
  @-webkit-keyframes shine {
      100% {
          left: 125%;
      }
  }
  @keyframes shine {
      100% {
          left: 125%;
      }
  }
  .btn-secondary,
  .btn-outline-primary {
    position: relative;
    overflow: hidden;
    background: #4d4d4d; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3f3f3f 1%, #5a5a5a 33%, #5a5a5a 69%, #3f3f3f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #3f3f3f 1%,#5a5a5a 33%,#5a5a5a 69%,#3f3f3f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3f3f3f 1%,#5a5a5a 33%,#5a5a5a 69%,#3f3f3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .btn.disabled, .btn:disabled {
    opacity: 0.35;
  }
  .wrapper-main .navbar  {
    border-bottom: 0 !important;
  }
  .wrapper-main #page-header.top-bar {
    background-color: #4d4d4d;
  }
  .top-bar .controls-list .control-basket .toggle-basket-preview {
    background-color: transparent;
  }
  .top-bar .controls-list .control-basket .toggle-basket-preview .badge-right {
    padding-right: 5px;
  }
  .top-bar .controls-list > li > a:hover {
    background-color: #66b157;
  }
  
  #page-body {
    margin-top: 30px;
  }
  .page-content {
    padding-top: 0;
  }
  .btn:focus,
  .custom-select:focus {
    box-shadow: none;
  }
  .form-control {
    height: 45px;
  }
  footer .footer-bottom::after,
  header #header-body::after,
  .category-description::after,
  .single .availability::after,
  .catContent::after {
    content: " ";
    display: table;
    clear: both;
  }
  .input-unit {
    border: 0;
    border-radius: 0;
      display: flex;
      flex-direction: column-reverse;
  }
  .input-unit input,
  .input-unit select {
    border: 1px solid #ddd !important;
    border-radius: 0;
    height: 45px;
    padding: 10px !important;
  }
  .input-unit textarea {
    border: 1px solid #ddd !important;
    border-radius: 0;
    padding: 10px !important;
  }
  .input-unit textarea:focus,
  .input-unit input:focus,
  .input-unit select:focus {
    border-color: #66b157 !important;
  }
  .input-unit label {
    font-size: 100%;
    font-weight: normal;
    text-transform: none;
    position: relative;
    padding: 0;
    margin-bottom: 5px;
    color: #4d4d4d;
  }
  .cookie-bar .btn-primary {
    height: 31px;
    line-height: 31px;
  }
  .pipe {
      height: 1em;
      border-left: 1px solid #b2b1a7;
      margin: 0 .45em 0 .25em;
  }
  .hidden {
    display: none !important;
  }
  
  /*------------------------------------------------------------------------------
        Header
    -----------------------------------------------------------------------------*/
  header #controlsList {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  header #controlsList li {
    height: 30px;
    line-height: 30px;
  }
  header #controlsList li.text {
    margin-right: 10px;
  }
  header #controlsList li,
  header #controlsList li a {
    font-size: 14px;
    color: #fff;
  }
  header #controlsList li > a {
    padding: 0 10px !important;
    display: block;
  }
  header #controlsList .control-user:hover .account-menu,
  header #controlsList .control-user:focus .account-menu,
  header #controlsList .control-user:active .account-menu {
    display: block;
  }
  header #controlsList .account-menu {
    left: auto !important;
    right: 0 !important;
    padding: 0;
    margin-top: 0;
    min-width: 150px;
  }
  header #controlsList .account-menu a {
    color: #4d4d4d;
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0 !important;
  }
  header #controlsList .account-menu a:hover,
  header #controlsList .account-menu a:focus,
  header #controlsList .account-menu a:active {
    color: #fff;
    background: #66b157;
  }
  header #controlsList .dropdown-toggle::after {
    display: none;
  }
  header #controlsList .left {
    float: left;
  }
  header #controlsList .right {
    float: right;
  }
  header #controlsList  .left .fa {
    padding-right: 5px;
  }
  header #controlsList  .right .fa {
    padding-left: 5px;
  }
  header #header-body {
    padding: 15px 0;
  }
  header #logo {
    float: left;
    width: 245px;
    height: 90px;
  }
  header #logo a{
    display: block;
    height: 90px;
    background: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/img/parkett-wanke-logo.svg') no-repeat top center;
  }
  header #header-more {
    float: left;
    width: 80%;
    width: calc(100% - 245px);
    text-align: right;
    padding-top: 12px;
  }
  header #header-more .btn {
    padding: 0 40px;
  }
  .ie header #header-more .btn {
    margin-top: -35px;
  }
  header #header-more .btn-primary {
    margin-right: 15px;
  }
  header #searchBox {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 2px;
  }
  header #searchBox .search-box-shadow-frame {
    box-shadow: none;
  }
  header #searchBox input {
    height: 45px;
    width: 340px;
    padding: 10px;
    border: 1px solid #66b157;
  
  }
  header #searchBox .search-submit {
    background: #66b157;
    border:0;
    color: #fff;
    width: 45px;
    min-width: 45px;
  }
  header #searchBox .autocomplete-suggestion .label {
    text-align: left;
  }
  header #searchBox  .autocomplete-suggestion img {;
      margin: 0 auto;
      display: block;
  }
  #actionBanner {
    background: #eb1c24;
      color: #fff;
      padding: 8px 15px;
      text-align: center;
  }
  #actionBanner p {
    margin: 0;
  }
  /*----------------------------------------
      Navi
  ------------------------------------------*/
  #mainNavbarCollapsable {
    z-index: 9;
  }
  #mainNavbarCollapsable ul.mainmenu {
    text-align: left;
    justify-content: flex-start;
  }
  #mainNavbarCollapsable ul.mainmenu>li.ddown>a:after {
    content: "";
  }
  #mainNavbarCollapsable ul.mainmenu>li>a:after {
    content: " ";
    height: 20px !important;
    width: auto;
    border-right: 1px solid #fff !important;
    line-height: 22px;
    margin-top: 8px;
    padding-right: 11px;
    padding-left: 0;
    float: right;
  }
  #mainNavbarCollapsable ul.mainmenu>li:last-child>a:after {
    border: 0 !important
  }
  nav.navbar  {
    background-color: #66b157;
    height: 35px;
    clear: both;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu>li {
    float: left;
    list-style: none;
    position: static !important;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu>li:hover,
  nav.navbar #mainNavbarCollapsable  ul.mainmenu>li:focus,
  nav.navbar #mainNavbarCollapsable  ul.mainmenu>li:active,
  nav.navbar #mainNavbarCollapsable  ul.mainmenu>li.active {
    background-color: #fff;
    margin-left: -1px;
    padding-left: 1px;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu>li:hover > a,
  nav.navbar #mainNavbarCollapsable  ul.mainmenu>li:focus > a,
  nav.navbar #mainNavbarCollapsable  ul.mainmenu>li:active > a,
  nav.navbar #mainNavbarCollapsable  ul.mainmenu>li.active > a {
    color: #66b157 !important;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu>li a {
    border: none;
    float: none;
    line-height: 35px;
    padding: 0 0 0 15px;
    text-decoration: none;
    z-index: 1005;
    color: #fff !important;
    font-family: 'ro_reg';
    font-size: 14px;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu ul.dropdown li {
    padding: 0;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu ul.dropdown li a {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: none;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu .level0 li:hover>a,
  nav.navbar #mainNavbarCollapsable  ul.mainmenu .level0 li:focus>a,
  nav.navbar #mainNavbarCollapsable  ul.mainmenu .level0 li:active>a {
    color: #4d4d4d !important;
    background: #fff;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.dropdown {
    display: none;
  }
  
  nav.navbar #mainNavbarCollapsable  ul li.ddown:hover>ul,
  nav.navbar #mainNavbarCollapsable  ul li.ddown:focus>ul,
  nav.navbar #mainNavbarCollapsable  ul li.ddown:active>ul {
    display: block;
    background-color: transparent;
    min-height: 500px;
    padding: 0;
    position: absolute;
  }
  
  nav.navbar #mainNavbarCollapsable  ul li.ddown:hover ul.level0,
  nav.navbar #mainNavbarCollapsable  ul li.ddown:focus ul.level0,
  nav.navbar #mainNavbarCollapsable  ul li.ddown:active ul.level0 {
    width: 100%;
    left: 0%;
    background: #fff;
    background: rgba(255,255,255,0.9);
    border-bottom: 1px solid #ddd;
  }
  
  nav.navbar #mainNavbarCollapsable  ul li.ddown:hover ul.level1,
  nav.navbar #mainNavbarCollapsable  ul li.ddown:focus ul.level1,
  nav.navbar #mainNavbarCollapsable  ul li.ddown:active ul.level1 {
    width: 75%;
    left: 25%;
    top: 0;
    z-index: 2;
  }
  nav.navbar #mainNavbarCollapsable  ul li.ddown:hover ul.level2,
  nav.navbar #mainNavbarCollapsable  ul li.ddown:focus ul.level2,
  nav.navbar #mainNavbarCollapsable  ul li.ddown:active ul.level2 {
    width: 66.66666%;
    left: 33.3333%;
    top: 0;
  }
  nav.navbar #mainNavbarCollapsable  ul li.ddown:hover ul.level3,
  nav.navbar #mainNavbarCollapsable  ul li.ddown:focus ul.level3,
  nav.navbar #mainNavbarCollapsable  ul li.ddown:active ul.level3  {
    width: 50%;
    left: 50%;
    top: 0;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu ul::before {
    background-color: #66b157;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 25%;
    z-index: 0;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu ul.level1::before {
    background-color: #fff;
    width: 33.3333%;
    box-shadow: -5px 0px 10px #0000002b;
  }
  nav.navbar #mainNavbarCollapsable  ul.mainmenu ul.level2::before {
    background-color: #fff;
    width: 50%;
    box-shadow: -5px 0px 10px #0000002b;
  }
  nav.navbar #mainNavbarCollapsable  ul.mainmenu ul.level3::before {
    background-color: #fff;
    width: 100%;
    box-shadow: -5px 0px 10px #0000002b;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu ul li {
    background-color: #fff;
    display: block;
    float: none;
    width: 25%;
    padding: 0 15px;
  }
  
  nav.navbar #mainNavbarCollapsable  ul.mainmenu .level1 li {
    background-color: #fff;
    width: 33.3333%;
  }
  nav.navbar #mainNavbarCollapsable  ul.mainmenu .level1 li a {
    color: #4d4d4d !important;
    border-bottom: 1px solid #ddd !important;
  }
  nav.navbar #mainNavbarCollapsable  ul.mainmenu .level1 li:hover>a,
  nav.navbar #mainNavbarCollapsable  ul.mainmenu .level1 li:focus>a,
  nav.navbar #mainNavbarCollapsable  ul.mainmenu .level1 li:active>a {
    color: #fff !important;
    background: #66b157;
  }
  nav.navbar #mainNavbarCollapsable  ul.mainmenu .level2 li {
    background-color: #fff;
    width: 50%;
  }
  nav.navbar #mainNavbarCollapsable  ul.mainmenu .level3 li {
    width: 100%;
  }
  nav.navbar #mainNavbarCollapsable  ul.dropdown li.parent>a::after {
    content: '\f138';
    font-size: inherit;
    padding-left: .5em;
    border: none;
    float: right;
    font-family: FontAwesome;
    height: auto;
    width: auto;
    position: absolute;
    top: 0;
    right: 15px;
    display: block !important;
  }
  
  .mobile-navigation {
      right: -300px;
      left: auto;
      width: 300px;
  }
  .mobile-navigation.open {
      right: 0;
  }
  .mobile-navigation ul.mainmenu li {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,0.4);
  }
  .mobile-navigation .breadcrumb .breadcrumb-item a::before {
    display: none;
  }
  .mobile-navigation .breadcrumb .breadcrumb-item a {
    font-size: 18px;
    color: #fff;
  }
  /*------------------------------------------------------------------------------
        Footer
    -----------------------------------------------------------------------------*/
  footer {
    margin-top: 30px;
  }
  footer,
  footer a {
    color: #fff;
    font-size: 16px;
  }
  footer a {
    display: block;
  }
  footer .footer-top {
    background: #66b157;
    padding: 10px 0 30px;
  }
  footer .footer-top h3 {
    border-bottom: 1px solid #fff;
    font-family: 'ro_bold';
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  footer .footer-top ul {
    padding: 0;
    list-style: none;
    line-height: 28px;
  }
  footer .footer-top .fa {
    width: 20px;
  }
  footer .footer-top img.icon {
    max-width: 60px;
    margin: 0 6px 9px 0;
  }
  footer .footer-top img.icon:nth-child(4) {
    margin-right: 0;
  }
  footer .footer-top .opening {
    margin-top: 30px;
  }
  footer .footer-top .tabstop {
    display: inline-block;
    min-width: 80px;
  }
  footer .footer-top .toTop {
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 20px;
    cursor: pointer;
  }
  footer .footer-top .toTop:hover,
  footer .footer-top .toTop:focus,
  footer .footer-top .toTop:active {
    color: #47803b;
  }
  footer .footer-bottom {
    background: #4d4d4d;
    padding: 20px 0
  }
  footer .footer-bottom p:first-child {
    float: left;
    margin: 0
  }
  footer .footer-bottom p:last-child {
    float: right;
    margin: 0;
    padding-right: 35px;
    position: relative;
  }
  footer .footer-bottom p:last-child a{
    position: absolute;
    right: 0;
    top: -5px;
  }
  footer .footer-bottom p:last-child a img{
    width: 30px;
  }
  .scrollTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background-color: #66b157;
    z-index: 999;
  }
  .scrollTop:hover,
  .scrollTop:focus,
  .scrollTop:active {
    background-color: #fff;
  }
  .scrollTop .fa {
    font-size: 20px;
    padding: 12px 14px;
    color: #fff;
  }
  .scrollTop:hover .fa,
  .scrollTop:focus .fa,
  .scrollTop:active .fa {
    color: #66b157;
  }
  @media(min-width: 416px) {
    .scrollTop {
      display: none;
    }
  }
  /*------------------------------------------------------------------------------
        Startseite
    -----------------------------------------------------------------------------*/
  #homeIntro {
    display: flex;
    margin-bottom: 50px;
  }
  #homeIntro #slider {
    flex: 65%;
    position: relative;
  }
  #homeIntro #slider .slideText::before {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 100%;
    width: calc(100% - 100px);
    max-width: 640px;
    height: 85%;
    background: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/img/img-border.svg') no-repeat top center;
    content: " ";
  }
  #homeIntro #slider .h1 {
    color: #fff;
    font-family: 'ro_bold';
    font-size: 45px;
    position: absolute;
    left: 50px;
    bottom: 105px;
    margin-bottom: 0;
    text-shadow: 0 0 5px #787878;
  }
  
  #homeIntro #slider .h2 {
    color: #fff;
    font-family: 'ro_bold';
    font-size: 30px;
    background: #66b157;
    padding: 10px;
    position: absolute;
    left: 50px;
    bottom: 50px;
    margin-bottom: 0
  }
  #homeIntro #slider .carousel-control-next,
  #homeIntro #slider .carousel-control-prev{
    font-size: 50px;
    width: 10%;
  }
  #homeIntro #homeInfo {
    flex: 35%;
  }
  #homeIntro #homeInfo #weekly  {
      border: 1px solid #ddd;
      font-family: 'ro_bold';
      position: relative;
      padding: 12px 20px ;
      text-align: right;
      height: 201px;
  }
  #homeIntro #homeInfo #weekly article {
    padding: 0;
    border: 0;
    margin-bottom: 0;
  }
  #homeIntro #homeInfo #weekly .thumb-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
  }
  #homeIntro #homeInfo #weekly .thumb-image a {
  display: inline;
  }
  #homeIntro #homeInfo #weekly .thumb-content {
    max-width: 220px;
    margin: 0 0 0 auto;
  }
  #homeIntro #homeInfo #weekly .headline,
  #homeIntro #homeInfo #weekly .prices .price {
      font-size: 24px;
      line-height: 20px;
      margin-bottom: 5px;
      float: none;
  }
  #homeIntro #homeInfo #weekly .headline .green {
    color: #66b157;
  }
  #homeIntro #homeInfo #weekly .prices .category-unit-price {
      font-family: 'ro_reg';
      font-size: 14px;
  }
  #homeIntro #homeInfo #weekly .thumb-title {
      color: #787878;
      font-size: 14px;
      min-height: 10px;
  }
  #homeIntro #homeInfo #weekly .vat {
    font-size: 12px;
    font-family: 'ro_light';
    color: #787878;
    margin-bottom: 0;
  }
  #homeIntro #homeInfo #weekly .toOffer {
    display: block;
    margin: 8px 0 0;
    font-family: 'ro_reg';
  }
  #homeIntro #homeInfo #weekly .toOffer .fa{
    padding-right: 5px;
  }
  #homeIntro #homeInfo #shipping {
    background: #66b157; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #519144 1%, #66b157 33%, #66b157 69%, #619144 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #519144 1%,#66b157 33%,#66b157 69%,#619144 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #519144 1%,#66b157 33%,#66b157 69%,#619144 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 30px 20px 45px;
  }
  #homeIntro #homeInfo #shipping p:first-child {
    text-transform: uppercase;
    font-family: 'ro_light';
    margin-bottom: 0;
  }
  #homeIntro #homeInfo #shipping p:first-child strong {
    font-family: 'ro_bold';
  }
  #homeIntro #homeInfo #shipping p:last-child {
    border: 5px solid #fff;
    border-top: 0;
    font-family: 'ro_bold';
    font-size: 70px;
    width: 288px;
    margin: 0 auto;
    line-height: 60px;
    padding-bottom: 10px;
  }
  
  #kacheln {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 50px;
  }
  #kacheln .box {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  .ie #kacheln .box {
    -ms-flex: 0 0 23.3%;
    flex: 0 0 23.3%;
  }
  #kacheln .box img {
    margin-bottom: 40px;
  }
  #kacheln .box p {
    background: #66b157;
    color: #fff;
    padding: 5px 0px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    height: 220px;
    width: 93%;
    width: calc(100% - 20px);
    margin-top: 165px;
    transition: 0.3s ease-out;
  }
  #kacheln .box:hover p {
    margin-top: 0;
    padding: 90px 0;
  }
  #banner {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
  }
  #banner a {
    display: inline-block;
  }
  #banner a:first-child {
    border-right: 1px solid #ddd;
      padding-right: 15px;
      margin-right: 15px;
  }
  #marken {
    margin-bottom: 50px;
  }
  #marken h2 {
    text-align: center;
  }
  #marken .line {
    height: 2px;
    width: 100%;
    margin: 10px 0;
    background: #4d4d4d; /* Old browsers */
    background: -moz-linear-gradient(90deg, #fff 15%,  #ccc 50%, #fff 85%); /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, #fff 15%,#ccc 50%,#fff 85%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, #fff 15%, #ccc 50%,#fff 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #marken .owl-height {
    height: 150px !important;
  }
  #marken .owl-carousel .owl-single-item-control {
    font-size: 50px;
  }
  #marken .owl-carousel .owl-single-item-control.fa-chevron-right::before {
    content: '\f105';
  }
  #marken .owl-carousel .owl-single-item-control.fa-chevron-left::before {
    content: '\f104';
  }
  #marken .owl-carousel:hover .owl-single-item-nav {
    opacity: 1 !important;
  }
  #marken .center {
    text-align: center;
  }
  #marken .center a {
    color: #4d4d4d;
  }
  #marken .center a .fa {
    color: #66b157;
  }
  #seo {
    margin: 50px 0;
  }
  #seo h1 {
    text-align: center;
  }
  #seo .green {
    background: #66b157;
    color: #fff;
    padding: 50px 20px;
  }
  #seo img {
    margin-top: -33px;
  }
  /*---------------------------------------------------------------------------
    Bestseller/Weekly
  ----------------------------------------------------------------------------*/
  #homeIntro #homeInfo #weekly .thumb-image img,
  #category-header .category-more .topOffer .thumb-image img {
    max-width: 135px;
  }
  /*---------------------------------------------------------------------------
    ArtikelÃƒÆ’Ã‚Â¼bersicht
  ----------------------------------------------------------------------------*/
  #category-header {
    display: -ms-flexbox;
    display: flex;
  }
  #category-header .category-image {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    position: relative;
  }
  #category-header .category-image::before {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 100%;
    width: calc(100% - 100px);
    max-width: 640px;
    height: 85%;
    background: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/img/img-border.svg') no-repeat top center;
    content: " ";
  }
  #category-header .category-image.noIMG::before {
    background: none;
  }
  #category-header .category-image h1 {
    color: #fff;
    font-family: 'ro_bold';
    font-size: 45px;
    position: absolute;
    left: 50px;
    bottom: 105px;
    margin-bottom: 0;
    text-shadow: 0 0 5px #787878;
  }
  #category-header .category-image h1.noIMG {
    color: #4d4d4d;
    position: relative;
    bottom: auto;
    left: 0;
    text-shadow: none;
  
  }
  #category-header .category-image h2 {
    color: #fff;
    font-family: 'ro_bold';
    font-size: 30px;
    background: #66b157;
    padding: 10px;
    position: absolute;
    left: 50px;
    bottom: 50px;
    margin-bottom: 0
  }
  #category-header .category-more {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
  #category-header .category-more .questions{
    background: #66b157; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #519144 1%, #66b157 33%, #66b157 69%, #619144 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #519144 1%,#66b157 33%,#66b157 69%,#619144 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #519144 1%,#66b157 33%,#66b157 69%,#619144 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 30px 20px 45px;
  }
  #category-header .category-more .questions p:first-child {
    text-transform: uppercase;
    font-family: 'ro_reg';
    margin-bottom: 0;
  }
  #category-header .category-more .questions p:last-child {
    border: 5px solid #fff;
    border-top: 0;
    font-family: 'ro_bold';
    font-size: 30px;
    width: 288px;
    margin: 0 auto;
    line-height: 60px;
    padding-bottom: 10px;
  }
  #category-header .category-more .topOffer {
      border: 1px solid #ddd;
      font-family: 'ro_bold';
      position: relative;
      padding: 15px 20px ;
      text-align: right;
      height: 200px;
  }
  #category-header .category-more .topOffer article {
    padding: 0;
    border: 0;
    margin-bottom: 0;
  }
  #category-header .category-more .topOffer .thumb-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
  }
  #category-header .category-more .topOffer .thumb-image a {
    display: inline;
  }
  #category-header .category-more .topOffer .thumb-content {
    max-width: 220px;
    margin: 0 0 0 auto;
  }
  #category-header .category-more .topOffer .headline,
  #category-header .category-more .topOffer .prices .price {
      font-size: 24px;
      line-height: 20px;
      margin-bottom: 5px;
      float: none;
  }
  #category-header .category-more .topOffer .headline .green {
    color: #66b157;
  }
  #category-header .category-more .topOffer .prices .category-unit-price {
      font-family: 'ro_reg';
      font-size: 14px;
  }
  #category-header .category-more .topOffer .thumb-title {
      color: #787878;
      font-size: 14px;
      min-height: 10px;
  }
  #category-header .category-more .topOffer .vat {
    font-size: 12px;
    font-family: 'ro_light';
    color: #787878;
    margin-bottom: 0;
  }
  .category-description {
    border-top: 1px solid #ddd;
    padding-top: 40px;
  }
  .category-description p  {
    margin-bottom: 0
  }
  .category-description .kategorien-kachel {
      float: left;
      border: 1px solid #ddd;
      margin: 10px 20px 10px 0;
  }
  .category-description .kategorien-kachel:hover,
  .category-description .kategorien-kachel:focus,
  .category-description .kategorien-kachel:active {
    border-color: #66b157
  }
  #category-controls {
    background: #66b157;
    padding: 25px 0;
    margin: 50px 0;
    position: relative;
  }
  #category-controls h1,
  #category-controls h2 {
    color: #fff;
    font-family: 'ro_light';
  }
  #category-controls p {
    color: #fff;
    font-size: 16px;
  }
  #category-controls .count .countItem {
    line-height: 45px;
  }
  #category-controls .custom-select {
    background-color: #66b157;
    border: 2px solid #fff;
    color: #fff;
    background: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/img/select.svg') no-repeat right 0rem center/8px 10px;
    background-size: 43px;
    height: 45px;
  }
  #category-controls .custom-select option {
    color: #4d4d4d;
  }
  #category-controls .filterCol {
    position: inherit;
  }
  #category-controls #filterCollapse {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
    width: 100%;
    padding: 40px 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  #category-controls #filterCollapse .h3 {
    font-size: 30px;
      font-weight: lighter;
      font-family: 'ro_light';
      margin-bottom: 20px;
  }
  #category-controls #filterCollapse .card {
    border: none;
  }
  #category-controls #filterCollapse .card .form-check {
    padding-left: 0;
    margin-bottom:5px;
  }
  #category-controls #filterCollapse .card .form-check-input {
    display: none;
  }
  #category-controls #filterCollapse .card .form-check-label {
    line-height: 15px;
  }
  #category-controls #filterCollapse .card .form-check-label::before {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #4d4d4d;
    display: block;
    content: " ";
    float: left;
    margin-right: 5px;
  }
  #category-controls #filterCollapse .card .form-check-input:checked + .form-check-label::before {
    border: 1px solid #66b157;
    background: #66b157;
    background-clip: content-box;
    padding: 2px;
  }
  article {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  article .special-tags {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  article .special-tags .tag {
    font-size: 12px !important;
    border-radius: 0;
  }
  article .special-tags .badge-danger,
  article .special-tags .bg-danger {
    border: 1px solid #ec1c24;
    background-color: #fff !important;
    color: #ec1c24;
  }
  article .special-tags .badge-primary,
  article .special-tags .bg-primary {
    border: 1px solid #66b157;
    background-color: #fff !important;
    color: #66b157;
  }
  article .special-tags .badge-success,
  article .special-tags .bg-success {
    border: 1px solid #4d4d4d;
    background-color: #fff !important;
    color: #4d4d4d;
  }
  article.product-inner .btn-group {
    position: inherit !important;
  }
  article.product-inner .btn,
  article.product-inner .add-to-basket-lg-container {
    border: none !important;
    box-shadow: none !important;
      border-style: solid !important;
    border-width: 2px 70px 70px 0 !important;
    border-color: #e5e5e5  #e5e5e5 transparent transparent !important;
    position: absolute !important;
    top: -2px;
    right: 0;
    padding: 0;
  }
  article.product-inner .btn:hover,
  article.product-inner .btn:focus,
  article.product-inner .btn:active,
  article.product-inner .add-to-basket-lg-container:hover,
  article.product-inner .add-to-basket-lg-container:focus,
  article.product-inner .add-to-basket-lg-container:active,
  article.product-inner .btn-outline-primary:not(:disabled):not(.disabled):active,
  article.product-inner .btn-outline-primary:not(:disabled):not(.disabled).active,
  article.product-inner .show>.btn-outline-primary.dropdown-toggle {
    border-color: #66b157  #66b157 transparent transparent !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
  }
  article.product-inner .btn .fa,
  article.product-inner .add-to-basket-lg-container .fa {
    position: absolute;
    top: 13px;
    right: -55px;
    color: #fff;
  }
  article.product-inner .btn .mobile-text-only {
    display: none;
  }
  article .thumb-image {
    text-align: center;
    height: 200px;
    width: 100%;
    margin-bottom: 15px;
    display: table;
    text-align: center;
  }
  article .thumb-image a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  article .thumb-image .stempel {
    position: absolute;
    bottom: 51px;
    right: 15px;
    height: 50px;
  }
  article .thumb-image .stempel img {
    height: 100%;
  }
  article .thumb-title {
    font-size: 16px;
    line-height: 20px;
    min-height:  60px;
  }
  article .thumb-title a {
    color: #4d4d4d;
  
  }
  article .thumb-title a:hover,
  article .thumb-title a:focus,
  article .thumb-title a:active {
    color: #66b157;
  }
  article .thumb-content .prices  {
    min-height: 50px;
    flex-direction: row-reverse;
  }
  article .thumb-content .prices .price {
    font-size: 20px;
    font-family: 'ro_bold';
    float: left;
  }
  article .thumb-content .prices .category-unit-price {
    font-size: 12px;
    clear: both;
  }
  article .thumb-content .prices .crossprice {
    font-size: 16px;
    text-decoration: line-through;
    color: red;
    float: right;
    padding-left: 10px;
  }
  article .thumb-content .vat {
    font-size: 12px;
    font-family: 'ro_light';
    color: #787878;
  }
  /*---------------------------------------------------------------------------
    Wunschliste
  ----------------------------------------------------------------------------*/
  .wish-list-item {
    padding: 15px;
  }
  .wish-list-image-container {
    margin-bottom: 15px;
    display: table;
    width: 100%;
    text-align: center;
  }
  .wish-list-image-container a {
    display: table-cell;
    vertical-align: middle;
  }
  .wish-list-image-container img {
    max-height: 150px;
  }
  .wish-list-name {
    font-size: 16px;
    line-height: 18px;
    min-height: 60px;
  }
  .wish-list-name a {
    color: #4d4d4d;
  }
  .wish-list-name a:hover,
  .wish-list-name a:focus,
  .wish-list-name a:active {
    color: #66b157;
  }
  .availabilityWrapper {
      height: 55px;
  }
  .wish-list-availability {
      padding: 2px 10px;
      font-size: 12px;
      text-align: center;
  }
  
  .wish-list-price {
    font-size: 20px;
    font-family: 'ro_bold';
    float: left;
  }
  .wish-list-remove {
    background-color: #ddd;
    height: 45px;
    width: 45px;
    font-size: 20px;
    float: right;
    padding: 7px 14px;
    cursor: pointer;
  }
  .wish-list-remove:hover,
  .wish-list-remove:focus,
  .wish-list-remove:active {
    color: #fff;
    background-color: #66b157;
  }
  /*---------------------------------------------------------------------------
    Inhalt
  ----------------------------------------------------------------------------*/
  .catContent .hersteller-kachel{
      float: left;
      border: 1px solid #ddd;
      margin: 10px 15px;
      max-width: 15%;
      max-width: calc(20% - 30px);
  }
  .catContent .hersteller-kachel:hover,
  .catContent .hersteller-kachel:hover,
  .catContent .hersteller-kachel:hover {
    border-color: #66b157;
  }
  .catContent h2,
  .catTemplate h2 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 25px;
  }
  .catContent h3,
  .catTemplate h3 {
    font-size: 20px;
  }
  .catContent table,
  .catTemplate table {
    margin-bottom: 20px;
  }
  .catContent table tr,
  .catTemplate table tr {
    border-bottom: 1px solid #ddd
  }
  .catContent table tr td,
  .catTemplate table tr td {
    padding: 5px 10px;
  }
  .catContent table tr:nth-child(odd),
  .catTemplate table tr:nth-child(odd) {
    background-color: #f5f5f5
  }
  /*---------------------------------------------------------------------------
    Artikel
  ----------------------------------------------------------------------------*/
  .single {
    font-size: 16px;
  }
  .single .catOver {
    margin-bottom: 0;
    color: #787878;
    font-family: 'ro_bold';
    font-size: 16px;
  }
  .single .item-flex {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .single .flex-left {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
  }
  .single .flex-right {
    flex: 0 0 50%;
    flex: 0 0 calc(100% - 230px);
  }
  .ie .single .flex-right {
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
  }
  .single h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .single .artNum, .single .articleLot, .single .articleStock {
    color: #787878;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .single .producer p,
  .single label {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
  }
  .single .variation-select {
    margin-bottom: 10px;
  }
  .single .input-wrapper select {
    border: 1px solid #ddd;
    background: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/img/select-invert.svg') no-repeat right 0rem center/8px 10px;
    background-size: 43px;
    height: 45px;
  }
  .single .input-wrapper select option {
    color: #4d4d4d;
  }
  .single .vat {
    color: #787878;
    font-size: 12px;
    margin-top: 26px;
    display: block;
  }
  .single .add-to-wish-list {
    margin-top: 25px;
    display: block;
  }
  .single .producer {
    margin: 15px 0;
  }
  .single .producer img {
      display: block;
      margin-right: 0;
      margin-left: auto;
      max-width: 200px;
  }
  .single .producer a {
    font-size: 12px;
    color: #787878;
    font-family: 'ro_light';
    display: block;
    margin-top: 5px;
  }
  .single .producer a:hover,
  .single .producer a:focus,
  .single .producer a:active {
    color: #66b157;
  }
  .single .producer a .fa{
    color: #66b157;
    padding-right: 5px;
  }
  .single .prices .price {
    font-size: 32px;
    font-family: 'ro_bold';
  }
  .single .prices .crossprice {
    min-height: 33px;
    line-height: 30px;
  }
  .single .availability {
    background: transparent !important;
    color: #4d4d4d;
  }
  .single .availability label {
    float: left;
    margin-bottom: 0;
  }
  .single .availability .status {
    float: right;
    text-align: right;
    padding-top: 4px;
  }
  .single .availability .status > span {
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
  top: -3px;
  }
  .single .availability .ampel {
    display: inline-block;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    overflow: hidden;
  }
  
  .single .availability .ampel span {
    height: 6px;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.5) inset;
  }
  
  .single  .availability .ampel span+span {
    margin-top: -1px;
  }
  
  .single .availability_1 .first,
  .single .availability_1 .second,
  .single .availability_1 .third,
  .single .availability_2 .second,
  .single .availability_2 .third,
  .single .availability_3 .third {
    background-color: #3b0;
  }
  
  .single .availability_2 .first,
  .single .availability_3 .first,
  .single .availability_3 .second,
  .single .availability_4 .first,
  .single .availability_4 .second,
  .single .availability_4 .third,
  .single .availability_5 .second,
  .single .availability_5 .third,
  .single .availability_6 .third {
    background-color: #fc3;
  }
  
  .single .availability_5 .first,
  .single .availability_6 .first,
  .single .availability_6 .second,
  .single .availability_7 .first,
  .single .availability_7 .second,
  .single .availability_7 .third,
  .single .availability_8 .second,
  .single .availability_8 .third,
  .single .availability_9 .third {
    background-color: #f11;
  }
  
  .single .availability_8 .first,
  .single .availability_9 .first,
  .single .availability_9 .second,
  .single .availability_10 .first,
  .single .availability_10 .second,
  .single .availability_10 .third {
    background-color: #aaa;
  }
  .single .freeShipping {
    color: #787878;
    font-size: 12px;
    display: none;
  }
  .single .add-to-basket-container .qty-box {
    height: 45px;
  }
  .single .stempel {
    position: absolute;
    top: 20px;
    right: 35px;
    width: 140px;
    z-index: 999;
  }
  #single-carousel {
    border: 1px solid #ddd;
  }
  .single .owl-thumbs .owl-thumb {
      border: 1px solid #ddd;
  }
  @media (min-width: 1200px) {
    #single-carousel .owl-item img {
        height: 500px;
    }
    .ie #single-carousel .owl-item img {
        height: auto;
    }
  }
  @media (min-width: 992px) {
    #single-carousel .owl-item img {
        height: 400px;
    }
    .ie #single-carousel .owl-item img {
        height: auto;
    }
  }
  .single .nav-tabs .nav-item .nav-link {
      display: block;
      padding: 10px 40px;
      background-color: #e5e5e5;
      color: #4d4d4d;
      font-family: 'ro_bold';
      letter-spacing: 0.05rem;
  }
  .single .nav-tabs .nav-item .nav-link.active,
  .single .nav-tabs .nav-item .nav-link:hover{
      background-color: #4d4d4d;
      color: #fff
  }
  .single .nav-tabs .nav-item .nav-link .fa {
    padding-left: 10px;
  }
  .single .item-description a {
    color: #4d4d4d;
  }
  .single .item-description a:hover,
  .single .item-description a:focus,
  .single .item-description a:active {
    color: #66b157;
  }
  .single .item-description a .fa {
    color: #66b157;
    width: 20px;
  }
  /*---------------------------------------------------------------------------
    Warenkorb
  ----------------------------------------------------------------------------*/
  .basket-open div[id^="trustbadge"] {
    display: none !important
  }
  .basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-name,
  .basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-base-price,
  .basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-small-prices,
  .basket-item-container .basket-item .item-additional-information-container .item-additional-information,
  .basket-item-container .basket-item .item-additional-information-container .basket-expand {
    font-size: 100%;
  }
  .basket-list-item  .item-name {
    font-size: 15px !important;
    display: block;
  }
  .basket-item-container .basket-item .item-additional-information-container .basket-expand {
    z-index: 1;
  }
  .basket-item-container-right .price-box {
    margin-left: 0 !important;
  }
  .basket-list-item .meta-container div {
    line-height: 1.5em;
  }
  /*---------------------------------------------------------------------------
    Anmelden
  ----------------------------------------------------------------------------*/
  .login .box {
    border: 1px solid #ddd;
    padding: 15px;
    min-height: 365px;
  }
  .login .box h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  /*---------------------------------------------------------------------------
    Checkout
  ----------------------------------------------------------------------------*/
  .checkout .add-item {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
  /*---------------------------------------------------------------------------
    MyAccount
  ----------------------------------------------------------------------------*/
  .myaccount .add-item {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
  }
  .myaccount .box{
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
  }
  .myaccount .box h4 + p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
  .myaccount .box .card {
    border: 0;
  }
  .myaccount .box .card-body {
    padding: 0 !important;
  }
  .cmp-address-list .item-inner {
    border: 1px solid #66b157;
  }
  .cmp-address-list .item-inner .pt-3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .cmp-address-list .item-inner .text-muted {
    padding-top: 0;
    margin-bottom: 0;
  }
  .cmp-address-list .items>div:first-child {
    border: 0;
    min-height: 20px;
  }
  .cmp-address-list .dropdown-toggle:after {
    content: '\f13a';
    font-size: inherit;
    padding-left: .5em;
    border: none;
    font-family: FontAwesome;
    transform: none !important;
    display: block;
    color: #fff;
    background: #66b157;
    padding: 10px 15px;
    font-size: 17px;
    top: auto;
    width: 47px;
      position: absolute;
      right: 0;
      bottom: 0;
  }
  /*----------------------------------------
      Responsive
  ------------------------------------------*/
  @media(max-width: 1200px) {
    #kacheln .box p {
      height: 100%;
      margin-top: 55%;
    }
    #kacheln .box:hover p {
      padding: 30% 0;
    }
    #homeIntro, #category-header {
      display: block;
    }
    #homeIntro #homeInfo, #category-header .category-more {
      display: -ms-flex;
      display: flex;
    }
    #homeIntro #homeInfo #weekly,
    #homeIntro #homeInfo #shipping,
    #category-header .category-more .topOffer,
    #category-header .category-more .questions {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
    #homeIntro #slider .slideText::before {
      max-width: 1200px;
    }
    #category-header .category-image h1.noIMG {
      margin-bottom: 20px;
    }
  }
  @media(max-width: 1168px) {
    footer .footer-top img.icon:nth-child(4) {
        margin-right: 6px;
    }
    #mainNavbarCollapsable {
      display: none;
    }
    nav.navbar {
    height: 5px;
    }
    .navbar-toggler {
      position: relative;
      top: 3px;
      right: 0;
      float: none;
      margin: 0 0 0 15px;;
      padding: 0;
      color: #fff;
      background-color: #66b157;
      background-image: none;
      border: 0;
      width: 45px;
      height: 45px;
      transform: none;
    }
    .navbar-toggler:hover,
    .navbar-toggler:focus,
     .navbar-toggler:active {
      background-color: #4d4d4d;
    }
    .navbar-toggler.d-lg-none {
      display: inline-block !important;
    }
    header #searchBox input {
      width: 250px;
    }
  }
  @media(max-width: 1100px) {
    .single .item-footer.item-flex {
      display: block;
    }
    .single .prices .vat {
      margin-top: 5px;
      margin-bottom: 40px;
    }
    .single .availability label {
      float: none;
      margin-bottom: 0;
      display: inline-block;
    }
    .single .availability .status {
      float: none;
      text-align: left;
      padding-top: 0px;
      padding-left: 10px;
      display: inline-block;
    }
  }
  @media(max-width: 1060px) {
    footer .footer-top .tabstop {
      min-width: 55px;
    }
  }
  @media(max-width: 1024px) and (min-width: 769px) {
    .single .variation-select  .flex-left {
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
    }
    .single .variation-select .flex-right {
      flex: 0 0 50%;
      flex: 0 0 calc(100% - 90px);
    }
    article .thumb-image .stempel {
      bottom: 71px;
      height: 40px;
    }
  }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .single .price {
        float: none;
    }
  }
  @media(max-width: 991px) {
    .wrapper-main #page-header .container-max {
      padding: 0 15px !important
    }
    header #header-body {
      position: relative;
      margin-bottom: 60px;
      padding: 15px;
    }
    header #searchBox {
      margin-right: 0;
      position: absolute;
      top: auto;
      bottom: -45px;
      left: 15px;
      width: 96%;
      width: calc(100% - 30px);
    }
    header #searchBox input {
      width: 100%;
    }
    #homeIntro #homeInfo #weekly .thumb-image {
      height: 160px;
    }
    #homeIntro #homeInfo #weekly .thumb-image img {
      max-height: 150px;
    }
    #kacheln .box p {
      padding: 8px 0px;
      font-size: 16px;
    }
    #banner {
      display: block;
    }
    #banner a {
      display: block;
    }
    #banner a:first-child {
      border-right: 0;
      padding-right: 0px;
      margin-right: 0px;
      margin-bottom: 20px;
    }
    #banner a img {
      display: block;
      margin: 0 auto;
    }
    #homeIntro #slider .h1,
    #category-header .category-image h1 {
      bottom: 95px;
    }
    #homeIntro #slider .h2,
    #category-header .category-image h2 {
      bottom: 33px;
    }
    .owl-thumbs .owl-thumb {
      height: 5em;
    }
    .login .box {
      min-height: 320px;
    }
    .login .loginBox {
      margin-bottom: 30px;
    }
    .single .owl-carousel .owl-item img {
      width: auto;
      margin: 0 auto;
      display: block;
    }
    .product-inner .add-to-basket-lg-container {
      display: block !important;
    }
    .product-inner .thumb-content .mobile-width-button {
      display: none !important;
    }
  
  }
  
  @media(max-width: 880px) {
    header #controlsList li .cartText,
    header #controlsList li.text {
      display: none;
    }
    #homeIntro #slider .h1,
    #category-header .category-image h1 {
      font-size: 35px;
      bottom: 75px;
    }
    #homeIntro #slider .h2,
    #category-header .category-image h2 {
      font-size: 20px;
      bottom: 27px;
    }
    .single .producer img {
      max-width: 150px;
    }
  }
  @media(max-width: 845px) {
    #homeIntro #homeInfo #weekly .thumb-image,
    #category-header .category-more .topOffer .thumb-image {
        width: 120px;
        width: calc(100% - 220px);
        text-align: left;
    }
    #homeIntro #homeInfo #weekly .thumb-image img,
    #category-header .category-more .topOffer .thumb-image img {
      max-width: 100%;
  }
  }
  @media(max-width: 830px) {
    #kacheln .box {
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
    }
  }
  @media(max-width: 768px) {
  #homeIntro #homeInfo, #category-header .category-more {
      display: block;
    }
    #homeIntro #homeInfo #weekly,
    #category-header .category-more .topOffer {
      margin: 30px 0;
    }
    #category-controls .count {
      display: none;
    }
    .single .catOver {
      margin-top: 20px;
    }
    .login .loginBox {
      margin-bottom: 30px;
    }
    .login .payBox .box,
    .login .newBox .box {
      min-height: 370px;
    }
    #topProdukte .col-md-4,
    #category-controls .col-md-4,
    .categoriegrid .col-md-4,
    .crossSelling .col-md-4  {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .basket .basketItems,
    .basket .basketSum,
    .checkout .checkoutInfo,
    .checkout .checkout-rightside,
    .single .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    #marken .owl-height {
      height: 170px !important;
    }
    .category-description .kategorien-kachel {
      margin: 10px 13px 10px 0;
    }
  }
  @media(max-width: 675px) {
    header #controlsList .control-basket > a,
    header #header-more .btn {
      display: none;
    }
    header #header-more .cart-mobile {
      display: inline-block !important;
      height: 45px;
      width: 45px;
      background-color: #4d4d4d;
      color: #fff;
      padding: 7px 14px;
      font-size: 20px;
    }
    header #header-more .cart-mobile:hover,
    header #header-more .cart-mobile:focus,
    header #header-more .cart-mobile:active {
      background-color: #66b157;
    }
    .navbar-toggler {
      top: 0;
    }
  }
  @media(max-width: 640px) {
    #kacheln .box {
      flex: 50%;
    }
  }
  @media(max-width: 576px) {
    .checkout .btn-only-icon-xs-down span,
    .myaccount .btn-only-icon-xs-down span {
        display: block !important;
    }
    .checkout .add-item button,
    .myaccount .add-item button {
      min-width: auto !important;
      width: 100%;
      height: 45px;
    }
    .myaccount .card-body .add-item span.item-edit:nth-of-type(2),
    .myaccount .card-block .add-item span.item-edit:nth-of-type(2) {
      position: relative;
      margin-top: 10px;
    }
  }
  @media(max-width: 575px) {
    header #controlsList .account-menu {
      transform: none !important;
      top: 30px !important;
    }
    header #controlsList .right .fa {
      padding-left: 0px !important;
    }
    footer .footer-top {
      text-align: center;
    }
    footer .footer-top h3 {
      margin-top: 40px;
    }
    footer a {
      display: block;
      border-bottom: 1px solid #fff;
      border-bottom: 1px solid #ffffff2b;
      padding: 5px 0;
    }
    footer .footer-top ul {
      margin-bottom: 0;
    }
    footer .footer-top .tabstop {
      min-width: 5px;
      display: block;
    }
    footer .footer-top .tabstop:nth-of-type(2) {
      display: none;
    }
    .single .nav-tabs .nav-item .nav-link {
      text-align: center;
    }
    .wish-list-name,
    article .thumb-title {
      min-height: 10px;
    }
    .availabilityWrapper {
      height: auto;
    }
    .login .newBox {
      margin-bottom: 30px;
    }
    .login .box,
    .login .payBox .box,
    .login .newBox .box {
      min-height: 100px;
    }
    #topProdukte .col-md-4,
    #category-controls .col-md-4,
    .categoriegrid .col-md-4,
    .crossSelling .col-md-4  {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    #category-controls {
      padding: 30px 0 40px;
      margin: 50px 0 30px;
    }
    #category-controls h1,
    #category-controls h2,
    #category-controls .itemSort,
    #category-controls .itemPage {
      margin-bottom: 20px;
    }
    #marken .owl-height {
      height: auto !important;
    }
    .cmp-product-thumb .add-to-basket-lg-container i {
      display: block !important;
    }
    .cmp-product-thumb .thumb-image {
      float: none;
      width: 100%;
  }
    .cmp-product-thumb .thumb-content {
      width: 100%;
  }
  }
  @media(max-width: 500px) {
    #homeIntro #slider .slideText::before,
    #category-header .category-image::before {
    display: none;
    }
  }
  @media(max-width: 455px) {
    #homeIntro #slider .h1,
    #category-header .category-image h1 {
      font-size: 25px;
      left: 40px;
    }
    #homeIntro #slider .h2,
    #category-header .category-image h2 {
      font-size: 16px;
      left: 40px;
    }
    #homeIntro #slider .slideText::before {
      left: 40px;
      width: calc(100% - 80px);
    }
    #homeIntro #homeInfo #weekly .thumb-image,
    #category-header .category-more .topOffer .thumb-image {
      height: auto;
      position: relative;
      margin: 0 auto 10px;
      width: 100%;
      text-align: center;
    }
  
    #homeIntro #homeInfo #weekly .thumb-image img,
    #category-header .category-more .topOffer .thumb-image img {
      max-height: 200px;
    }
    #homeIntro #homeInfo #weekly .thumb-content,
    #category-header .category-more .topOffer .thumb-content {
      max-width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    #category-header .category-more .topOffer,
    #homeIntro #homeInfo #weekly {
      height: auto;
    }
  }
  @media(max-width: 415px) {
    h2 {
      font-size: 25px;
    }
    header #logo {
      float: none;
      margin: 0 auto 20px;
    }
    header #logo a{
      background: url('https://cdn02.plentymarkets.com/iftyrau1e43c/frontend/ceres/img/parkett-wanke-logo-xs.svg') no-repeat top center;
    }
    header #header-more {
      float: none;
      width: 100%;
      text-align: center;
      padding-top: 0;
    }
    .single .item-flex {
      display: block;
    }
    .single .flex-left {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 10px !important;
    }
    .single .producer img {
      margin: 0 auto;
    }
    .category-description .kategorien-kachel {
      margin: 10px 10px 10px 0;
      float: none;
      text-align: center;
      width: 100%;
      display: block;
    }
    .category-description .kategorien-kachel img {
      height: auto !important;
      float: none !important;
    }
    .single .item-description h2 {
      font-size: 20px;
    }
  }
  @media(max-width: 400px) {
    header #controlsList .mail {
      display: none;
    }
  }
  @media(max-width: 370px) {
    #homeIntro #homeInfo #shipping {
      font-size: 27px;
    }
    #homeIntro #homeInfo #shipping p:last-child {
      width: 260px;
      font-size: 70px;
    }
    #category-header .category-more .questions {
      font-size: 25px;
    }
    #category-header .category-more .questions p:last-child {
      font-size: 27px;
      width: 230px;
      line-height: 40px;
    }
    #homeIntro #slider .h1, #category-header .category-image h1,
    #homeIntro #slider .h2, #category-header .category-image h2 {
      left: 15px;
    }
  }
  
  @media(min-width: 769px) {
#hersteller .wrap {
  display: flex;
  gap: 100px;
}
}
#hersteller .wrap .label {
  width: 120px
}