body {
  background-color: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

#product-variants .color {
  display: inline-block;
  width: 9px;
  position: relative;
  height: 9px;
  border-radius: 50%;
  margin-right: 3px;
}

.box-collateral h2 {
  font-weight: normal;
}

a {
  color: #e4001b;
  outline: 0 !important;
}

a:hover {
  color: #e4001b;
}

/* helper */

.inlineBlock {
  display: inline-block;
}

.displayBlock {
  display: block;
}

.nopadding {
  padding: 0 !important;
}

.paddingRight0 {
  padding-right: 0 !important;
}

.paddingRight15 {
  padding-right: 15px;
}

.paddingTop10 {
  padding-top: 10px;
}

.paddingBottom10 {
  padding-bottom: 10px;
}

.nomargin {
  margin: 0 !important;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.marginBottom15 {
  margin-bottom: 15px;
}

.marginBottom20 {
  margin-bottom: 20px !important;
}

.marginTop10 {
  margin-top: 10px;
}

.marginTop15 {
  margin-top: 15px;
}

.marginTop20 {
  margin-top: 20px;
}

.nobreak {
  white-space: nowrap;
}

.textAlignCenter {
  text-align: center;
}

.fontSize16 {
  font-size: 16px;
}

.bold {
  font-weight: bold;
}

.fontWeight700 {
  font-weight: 700;
}

.rot-alfa,
.color-alfa,
.alfa-rot {
  color: #e4001b;
}

/* Content mobil ausblenden */
#onlynotmobile {
  display: none;
}

/* alerts */
.validation-advice {
  color: #a94442;
  background-color: #f2dede;
  padding: 8px 15px;
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
}

/* layout */


@media (min-width: 1200px) {
  aside[role="complementary"] {
    float: left;
    width: 25%;
  }

  .layout.layout-3-cols div[role="main"] {
    float: left;
    width: 60%;
  }

  div[role="main"] {
    float: left;
    width: 75%;
  }
  /* Content Nicht-mobil einblenden */
  #onlynotmobile {
    display: inline;
  }
}

/* tables */

.table-responsive {
  overflow: auto;
}

/*
userpanel
*/

.userpanel {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
  background: #ddd;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .userpanel {
    width: 100%;
    margin: 10px 0;
  }
  /* Content Nicht-mobil einblenden */
  #onlynotmobile {
    display: inline;
  }
}

@media only screen and (max-width: 1199px) {
  .userpanel-cart {
    width: 50%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .userpanel-cart {
    width: 100%;
    margin: 10px 0;
  }
}

.userpanel {
  display: inline-block;
}

.userpanel-links ul {
  width: 100%;
}

ul.links {
  margin: 0;
  padding: 0;
}

.links li:first-child {
  font-weight: 700;
}

.links li:last-child {
  float: right;
}

.userpanel-heading {
  padding-bottom: 5px;
}

.userpanel-body {
  padding: 0 7px 7px 7px;
}

.userpanel-cart {
  width: 100%;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  background: #fff;
  color: #555;
}

.userpanel-cart-links {
  font-size: 13px;
  font-weight: normal;
}

.userpanel-cart-links-anmelden,
.userpanel-cart-links-anmelden a,
.userpanel-cart-links-anmelden a:hover {
  font-weight: 700;
  color: #e4001b !important;
}

.userpanel-cart-anzeige {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  margin-top: 5px;
}

.userpanel-cart-anzeige a {
  color: #444;
}

.userpanel-cart-anzeige a:hover,
a:focus {
  text-decoration: none;
}

.userpanel-cart-anzeige-artikel {
  font-weight: 700;
}

.userpanel-cart-anzeige-preis {
  font-weight: 400;
}

.nomargin {
  margin-left: 0;
  margin-right: 0;
}

/*
search
*/

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #b60015;
}

.btn-search-mobile {
  /*webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;*/
  font-weight: 700;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e3dfdf 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #e3dfdf)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #e3dfdf 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #e3dfdf 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e3dfdf 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e3dfdf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3dfdf',GradientType=0 ); /* IE6-9 */
}

/*
labels
*/

.bootstrap-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-cart-links-kasse {
  padding: 0.3em 0.7em 0.4em;
  font-size: 85%;
  background-color: #ddd;
  margin-right: 3px !important;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.label-cart-links-cart {
  padding: 0.2em 0.6em 0.3em;
  font-size: 85%;
  background-color: transparent;
  margin-right: 3px !important;
  border: 1px solid transparent;
  font-weight: normal;
}

.label-versandkosten {
  background-color: #4BA10D;
}

/* Sidebars */
.block {
  margin-bottom: 10px;
}

.block .block-title {
  padding: 5px 15px;
  background-color: #ddd;
}

.block .block-title span {
  color: #666;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
}

.block .block-title strong {
  font-size: 14px;
}

.block li.odd {
  background: transparent;
}

.block-content {
  background-color: #eee;
}

.block-account {
  border-color: #e4001b;
}

.block-account .block-content {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.block-account .block-title {
  background-color: #e4001b;
  color: #fff !important;
}

.block-account .block-title span {
  color: #fff !important;
}

.cartgo {
  font-size: 12px;
  display: block;
  text-transform: none;
}

.allgemeine-informationen {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.allgemeine-informationen li {
  display: block;
}

#webutation-badge {
  margin-top: 30px;
}

#webutation-badge a {
  border-style: none;
  display: inline-block;
}

.copyright {
  margin-top: 15px;
  margin-bottom: 0;
  cursor: default;
}

.page-title {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}

/* buttons */

.buttons-set {
  border-top: 0;
  margin: 0;
}

.btn-alfa {
  padding: 4px 12px;
  -webkit-box-shadow: 0 3px 5px -2px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 3px 5px -2px rgba(50, 50, 50, 0.5);
  box-shadow: 0 3px 5px -2px rgba(50, 50, 50, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e4001b;
  font-weight: 700;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e3dfdf 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #e3dfdf)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #e3dfdf 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #ffffff 0%,
    #e3dfdf 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e3dfdf 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e3dfdf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3dfdf',GradientType=0 ); /* IE6-9 */
  color: #555;
  white-space: normal;
}

.btn-alfa:hover {
  color: #222;
}

.btn-alfa:active {
  color: #222;
  background: #e3dfdf;
  -webkit-box-shadow: 0 3px 5px -2px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 3px 5px -2px rgba(50, 50, 50, 0.5);
  box-shadow: 0 3px 5px -2px rgba(50, 50, 50, 0.5);
}

.btn-alfa:focus {
  color: #222;
  outline: none !important;
}

.btn-userpanel-cart:hover {
  color: #222;
}

.btn-userpanel-cart:active {
  color: #222;
  background: #e3dfdf;
  -webkit-box-shadow: 0 3px 5px -2px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 3px 5px -2px rgba(50, 50, 50, 0.5);
  box-shadow: 0 3px 5px -2px rgba(50, 50, 50, 0.5);
}

.btn-userpanel-cart:focus {
  color: #222;
  outline: none !important;
}

.btn-cart,
.btn-cart:hover {
  line-height: 40px;
  padding: 0 20px;
  background-color: #e4001b;
  color: #fff;
  border-color: #af0015;
  font-size: 18px;
}

.btn-cart:active,
.btn-cart:focus {
  background-color: #af0015;
}

@media (max-width: 991px) {
  .btn-cart {
    width: 100%;
    display: block;
  }
  .add-to-cart {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.btn-checkout.disabled,
.btn-checkout.disabled.active,
.btn-checkout.disabled:active,
.btn-checkout.disabled:focus,
.btn-checkout.disabled:hover,
.btn-checkout[disabled],
.btn-checkout[disabled].active,
.btn-checkout[disabled]:active,
.btn-checkout[disabled]:focus,
.btn-checkout[disabled]:hover,
fieldset[disabled] .btn-checkout,
fieldset[disabled] .btn-checkout.active,
fieldset[disabled] .btn-checkout:active,
fieldset[disabled] .btn-checkout:focus,
fieldset[disabled] .btn-checkout:hover {
  background-color: #e4001b;
  border-color: #e4001b;
}

/* product page */

.regular-price .price {
  color: #e4001b;
}

.product-view .grouped-items-table .qty {
  width: 100%;
}

span.abpreis {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  background-color: #e5e5e5;
  padding: 5px 8px;
  border-radius: 4px;
  border: solid 2px #e4001b;
  text-align: center;
  color: #333;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}

.product-view .box-collateral > h2 {
  font-size: 18px;
}

/* catalog/product/view.phtml */

.product-order {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  /*padding: 5px;*/
  border-color: #ddd;
  overflow: auto;
  display: inline-block;
}

.product-list-name {
  font-weight: bold;
}

.product-essential .product-shop {
  width: 50%;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .product-essential .product-shop {
    width: 100%;
    float: left;
  }
}

h1,
.product-name h1 {
  margin-top: 12px;
  color: /*#E4001B;*/ #000;
}

.product-view-details-link {
  margin-bottom: 10px;
  display: inline-block;
}

a.product-view-details-link {
  text-decoration: none;
}

/* catalog/product/view/addtocart.phtml */

.add-to-box .add-to-cart {
  float: right;
}

/* catalog/product/view/verfuegbarkeit.phtml */

.verfuegbarkeit {
  font-size: 16px;
  font-weight: 700;
}

.auf-lager {
  color: #4BA10D;
}

.nicht-auf-lager {
  color: #777;
}

/* catalog/product/view/media.phtml */

.product-essential .product-img-box {
  width: 50%;
}

@media (max-width: 768px) {
  .product-essential .product-img-box {
    width: 100%;
    float: left;
  }
}

h2.media-more-views {
  font-size: 14px;
  margin: 0 0 7px 0;
}

.media-more-views-product-name {
  color: #e4001b;
  font-weight: 700;
}

.product-img-box .more-views {
  border-top: 0;
  padding-top: 0;
}

.product-essential .product-img-box img {
  border: 0;
}

.product-img-box-mini img {
  border: 1px solid #ddd !important;
}

/* catalog/product/view/kundenkonto.phtml */

.product-page-register {
  display: inline-block;
  margin-top: -20px;
  width: 100%;
}

.product-page-register p {
  padding: 5px 10px;
}

.product-page-register .product-page-register-handwerker {
  margin-bottom: 15px;
  padding: 10px;
  border: solid 2px #e4001b;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.product-page-register .product-page-register-heimwerker {
  margin-bottom: 15px;
  padding: 10px;
  border: solid 2px #00b6e8;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.product-page-register .btn-heimwerker {
  background-color: #00b6e8;
  color: #fff;
}

@media (min-width: 992px) {
  .product-page-register .product-page-register-heimwerker {
    min-height: 168px;
  }
  .product-page-register .product-page-register-heimwerker p {
    margin-top: 18px;
  }
}

/* catalog/product/view/type/grouped.phtml */

#super-product-table th {
  border: 1px solid #ddd;
  background: #e8f1f6;
}

#super-product-table tr td {
  white-space: nowrap;
}

/* benutzerkonto */

@media (max-width: 768px) {
  .box-account {
    overflow: auto;
  }
}

/*
Product Grid
*/

@media only screen and (max-width: 768px) {
  .products-grid .item {
    width: 100%;
    text-align: center;
  }
  .products-grid {
    border-bottom: 0 !important;
  }
  .products-grid .product-name {
    font-size: 18px;
    min-height: 0;
  }
  .products-grid li {
    border-bottom: 1px solid #ccc;
  }
  .products-grid.last.odd li:last-child {
    border-bottom: 0;
  }
}

.products-grid {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #e5e5e5;
}

.products-grid.last.odd {
  border-bottom: 0;
}

.products-grid .item {
  min-height: 0;
  padding-bottom: 20px;
}

.products-grid .product-image {
  display: inline-block;
}

.products-grid .product-image img {
  border: 0;
}

/*
catalog/product/view/empfehlen.phtml
*/

.product-view-empfehlen a {
  padding: 0 2px;
  color: #234b6b;
}

/*
block vorteile
*/

.block-vorteile {
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 4px;
  padding: 8px;
}

.block-vorteile ul {
  font-weight: 700;
  width: 100%;
}

.block-vorteile li {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 1.2em;
  border-bottom: 1px solid #ddd;
}

.block-vorteile li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.block-vorteile li.vorteile-qualitaet:before {
  font-family: FontAwesome;
  content: "\f091";
  font-size: 1.5em;
  width: 1.2em;
  margin-left: -1.2em;
  margin-right: 8px;
  display: block;
  float: left;
}

.block-vorteile li.vorteile-preis:before {
  font-family: FontAwesome;
  content: "\f153";
  font-size: 1.5em;
  width: 1em;
  margin-right: 14px;
  display: block;
  float: left;
}

.block-vorteile li.vorteile-lieferung:before {
  font-family: FontAwesome;
  content: "\f0d1";
  font-size: 1.5em;
  width: 1.2em;
  margin-top: 5px;
  margin-right: 14px;
  display: block;
  float: left;
  font-weight: normal;
}

.block-vorteile li.vorteile-hotline:before {
  font-family: FontAwesome;
  content: "\f095";
  font-size: 1.5em;
  width: 1.2em;
  margin-top: 5px;
  margin-right: 14px;
  display: block;
  float: left;
  font-weight: normal;
}

.block-vorteile li.vorteile-risiko:before {
  font-family: FontAwesome;
  content: "\f087";
  font-size: 1.5em;
  width: 1.2em;
  margin-top: 5px;
  margin-right: 14px;
  display: block;
  float: left;
  font-weight: normal;
}

.block-vorteile-head {
  font-weight: normal;
}

.block-vorteile-mehr {
  display: inline-block;
  margin-top: 5px;
}

/* catalogsearch/form.mini.mobile.phtml */

.search-mobile {
  background: #f1f1f1;
}

/*
webandpeople/custommenu/top.phtml
mobile menu
*/

#menu-content {
  margin-left: -5px;
  margin-right: -5px;
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  max-height: 320px;
  overflow: auto;
}

/*
webandpeople/custommenu/top.phtml
mobile menu
*/

.mobile-icons-container {
  position: absolute;
  right: 0;
}

.mobile-icon a {
  padding: 10px;
  display: inline-block;
}

.mobile-icon a:hover {
  text-decoration: none;
}

.mobile-icon-toggled {
  background: #f1f1f1;
}

/*
webandpeople/custommenu/top.phtml
mobile menu search
*/

.mobile-search-icon {
  display: inline-block;
}

.mobile-navbar-form {
  margin: 8px 0;
  padding: 5px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}

/*
webandpeople/custommenu/top.phtml
mobile menu user
*/

.mobile-user-icon {
  display: inline-block;
}

.mobile-user-content-links {
}

.mobile-user-content-links .col-sm-6 {
  padding: 2px;
}

.mobile-user-content-links .btn {
  text-align: left;
}

/*
webandpeople/custommenu/top.phtml
mobile menu cart
*/

.mobile-cart-icon {
  display: inline-block;
}

.mobile-cart-icon i,
.mobile-search-icon i,
.mobile-user-icon i {
  color: #444;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 7px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #e4001b;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: transparent;
  border-radius: 10px;
  position: relative;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}

#search-content,
#cart-content,
#user-content {
  position: absolute;
  top: 40px;
  padding: 10px 5px;
  margin-left: -5px;
  margin-right: -5px;
  background: #f1f1f1;
  width: 100%;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

/* Crosselling */

.alfa_produktlinks ul {
  display: inline-block;
}

/* Produkt FAQ */

.produkt-faq {
  margin-bottom: 20px;
}

.produkt-faq p {
  line-height: 1.4;
  margin: 12px 0;
}

.produkt-faq h3 {
  width: 98%;
  font-size: 1.05em;
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: 0em;
  background: #f0f0f0;
  border-bottom: 2px solid #ddd;
  padding: 5px 8px;
  display: inline-block;
}

/* Anputzleisten Landingpage */

.page-anputzleisten h3 {
  padding-left: 6px;
  background-color: #eee;
  border-bottom: 2px solid #ddd;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-anputzleisten h4 {
  font-size: 14px;
  margin: 0;
}

.page-anputzleisten p {
  font-size: 14px;
}

.anputzleisten-bilder {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.anputzleisten-bilder li {
  float: left;
}

.anputzleisten-bilder-middle {
  margin: 0 50px;
}

.anputzleisten-table {
  width: 100%;
}

.anputzleisten-table td {
  padding-top: 10px;
}

.anputzleisten-table span {
  display: block;
  font-weight: normal;
}

.anputzleisten-table th {
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
}

.anputzleisten-table-produkt {
  font-size: 14px;
  font-weight: 700;
  padding-left: 10px;
}

.anputzleisten-table-produkt-530 {
  background-color: #eee;
}

.anputzleisten-table-produkt-530 td:first-child {
  font-size: 14px;
  padding-left: 10px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.anputzleisten-table-produkt-530 td:last-child {
  padding-top: 10px;
  padding-left: 24px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.anputzleisten-table-uv-schutz {
  padding-top: 10px;
  padding-left: 24px;
}

.img-rounded {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

/* home-responsive */

.home-kategorien ul {
  margin: 0;
  padding: 5px;
  list-style: none;
}

.home-kategorien a {
  color: #fff;
  font-weight: 700;
}

.home-kategorien img {
  display: inline-block;
  float: left;
  width: 150px !important;
  height: 100px;
}

.home-col {
  float: left;
  width: 130px;
  height: 100px;
}

/* cms/testimonials_all.phtml */

@media (max-width: 768px) {
  .testimonial-home a {
    padding: 5px 30px !important;
  }
}

div.testimonial {
  display: block;
  font-size: 16px;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}

div.testimonial:last-child {
  border-bottom: 0;
}

div.testimonial-home {
  border-bottom: 0;
}

.testimonial-home a {
  color: #444;
  display: block;
  padding: 5px 70px;
}

.testimonial-home a:hover {
  color: #e4001b;
}

.block-testimonials {
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}

.block-testimonials i {
  color: #e4001b;
  margin: 10px 15px;
}

/* Zahlungsarten */

.zahlungsarten span {
  margin: 2px 1px;
  display: inline-block;
}

.zahlungsarten img {
  margin: 5px 7px;
}

.zahlungsarten .btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
}

/* checkout/cart */

@media (max-width: 992px) {
  .checkout-cart-col2 {
    width: 100% !important;
    padding-left: 15px !important;
  }
}

.btn-checkout {
  padding: 5px 30px;
  font-size: 18px;
  line-height: 35px;
  border-radius: 6px;
  background: #e4001b;
  border-color: #c50017;
  font-weight: 700;
}

.btn-checkout:hover,
.btn-checkout:active {
  background: #c50017;
}

.btn-continue {
  font-size: 14px;
  font-weight: 700;
  color: #e4001b;
  background: none;
  border: 0;
  outline: none;
  padding: 4px;
}

.data-table {
  border: 0;
}

.cart .data-table > tbody > tr:nth-child(odd) > td,
.data-table > tbody > tr:nth-child(odd) > th {
  background: #fff;
}

.cart .data-table > tbody > tr > td,
.data-table > tbody > tr > th,
.data-table > tfoot > tr > td,
.data-table > tfoot > tr > th,
.data-table > thead > tr > td,
.data-table > thead > tr > th {
  border: 0;
}

#shopping-cart-table th {
  background: #e8f1f6;
}

#shopping-cart-table tfoot {
  background: #e8f1f6;
}

#shopping-cart-table th {
  white-space: nowrap;
  font-weight: normal;
}

#shopping-cart-table tr {
  border-bottom: 1px solid #dedede;
}

#shopping-cart-table tfoot tr {
  border-bottom: 0;
}

#shopping-cart-table .product-name a {
  color: #444;
  font-weight: 700;
}

.checkout-lieferbar {
  display: block;
  color: #4BA10D;
  font-weight: 700;
}

.cart .cart-collaterals .totals {
  width: auto;
  border: 2px solid #e4001b;
}

#shopping-cart-table h2 {
  font-weight: 700;
}

/* fastorder */

#fastorder {
  margin-top: 10px;
}

.fastorder-row {
  border-right: 1px solid #a0b3c3 !important;
}

.fastorder-row-ref {
  height: 64px !important;
  padding-top: 15px !important;
}

.fastorder-row-ref .input-text {
  width: auto !important;
}

.fastorder-row-name {
  height: 64px !important;
  text-transform: none !important;
  font-size: 12px !important;
}

.fastorder-row-qty {
  height: 64px !important;
  padding: 0 !important;
}

.fastorder-row-qty input {
  width: 40px !important;
  margin-top: 15px !important;
  margin-left: 7px !important;
  padding: 0 !important;
  text-align: center;
}

.fastorder-row-add {
  height: 64px !important;
  padding-top: 17px !important;
  padding-left: 9px !important;
}

/* noregion
.account-create h2 {
background: #eee;
color: #E4001B;
padding: 2px 10px;
border-bottom: 2px solid #ddd;
}
*/

/* carousel */
.carousel-inner img {
  margin: 0 auto;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel i {
  color: #e4001b !important;
  position: absolute;
  top: 50%;
}

.carousel-indicators li {
  border-color: #e4001b;
}

.carousel-indicators .active {
  background-color: #e4001b;
}

.groessentabelle td {
  border: 1px solid;
  padding: 2px;
}
.groessentabelle tr:nth-child(even) {
  background-color: #f1f2f2;
  border: 1px solid;
}

.groessentabelle tr:nth-child(odd) {
  background-color: #e2e3e4;
  border: 1px solid;
}
.produkteaz td {
  border: 1px solid;
  padding: 2px;
}
.produkteaz tr:nth-child(even) {
  background-color: #f1f2f2;
  border: 1px solid;
}

.produkteaz tr:nth-child(odd) {
  border: 1px solid;
}

.anwendungalfaprotexosabdichtungssystem td {
  border: 1px solid;
  padding: 2px;
}

.anwendungalfaprotexosabdichtungssystem th {
  border: 1px solid;
  padding: 2px;
  text-align: center;
}

.anwendungalfaprotexosabdichtungssystem tr:nth-child(even) {
  border: 1px solid;
}

.pruefinstitute td {
  border: 0 solid;
  padding: 20px;
}
.pruefinstitute tr:nth-child(even) {
  border: 2px solid;
}

.musterpaket td {
  border: 0 solid;
  padding: 20px;
}
.musterpaket tr:nth-child(even) {
  border: 2px solid;
}

.uebersichtpinsel {
}

.uebersichtpinsel td {
  border: 1px solid;
  padding: 5px;
}
.uebersichtpinsel tr:nth-child(even) {
  background-color: #e1e1e1;
  border: 1px solid;
}

.uebersichtpinsel tr:nth-child(odd) {
  background-color: #e1e1e1;
  border: 1px solid;
}
.bedarfsrechner td {
  border: 1px solid;
  padding: 5px;
}
.bedarfsrechner tr:nth-child(even) {
  background-color: #f1f2f2;
  border: 1px solid;
}

.bigbag td {
  vertical-align: middle;
}

.bedarfsrechner tr:nth-child(odd) {
  background-color: #e2e3e4;
  border: 1px solid;
}

.bedarfsrechner2 td {
  padding: 5px !important;
  vertical-align: middle !important;
}
.normen td {
  border: 1px solid;
  padding: 2px;
}
.normen tr:nth-child(even) {
  background-color: #f1f2f2;
  border: 1px solid;
}

.normen tr:nth-child(odd) {
  border: 1px solid;
}

.fields,
.wide,
.control {
  list-style-type: none;
}

/* footer social media */

.btn-facebook {
  background: #3b5998;
  color: #fff;
  width: 32px;
  height: 32px;
  padding-left: 11px !important;
  border: 0;
}

.btn-facebook:hover,
.btn-facebook:focus {
  background: #3b5998;
  color: #fff;
}

.btn-twitter {
  background: #000;
  color: #fff;
  width: 32px;
  height: 32px;
  padding-left: 8px !important;
  border: 0;
}

.btn-twitter:hover,
.btn-twitter:focus {
  background: #333;
  color: #fff;
}
.btn-twitter::before {
    content: "𝕏";
}

.btn-googleplus {
  background: #dd4b39;
  color: #fff;
  width: 32px;
  height: 32px;
  padding-left: 8px !important;
  border: 0;
}

.btn-googleplus:hover,
.btn-googleplus:focus {
  background: #dd4b39;
  color: #fff;
}

.btn-whatsapp {
  background: #27a619;
  color: #fff;
  width: 32px;
  height: 32px;
  padding-left: 8px !important;
  border: 0;
  display: none;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
  background: #27a619;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .btn-whatsapp {
    display: inline-block;
  }
}

.btn-youtube {
  background: #cc181e;
  color: #fff;
  width: 32px;
  height: 32px;
  padding-left: 7px !important;
  border: 0;
}

.btn-youtube:hover,
.btn-youtube:focus {
  background: #cc181e;
  color: #fff;
}

.btn-pinterest {
  background: #cb2027;
  color: #fff;
  width: 32px;
  height: 32px;
  padding-left: 8px !important;
  border: 0;
}

.btn-pinterest:hover,
.btn-pinterest:focus {
  background: #cb2027;
  color: #fff;
}

/* arbeitshandschuhe */

.table-handschuhe {
  margin-top: 15px;
  margin-bottom: 15px;
}

.table-handschuhe i,
.handschuhe-legende i {
  color: orange;
}

.handschuhe-legende {
  margin-bottom: 15px;
}

.handschuhe-legende span {
  border: 0;
}

.table-handschuhe-header td {
  background: #e48646;
  padding: 4px;
  color: #fff;
}

/* alfa vorteile */

#ul_cats {
  list-style: disc;
}
#ul_cats li {
  padding-bottom: 5px;
}
#div_catsleft {
  float: left;
  margin-left: 20px;
  margin-right: 50px;
}

#ul_vorteile {
  list-style: none;
  padding-left: 10px;
}

#ul_vorteile li::before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #e4001b;
  width: 15px;
  padding-right: 10px;
}

#ul_vorteile li.highlight {
  font-weight: bold;
}

.alfa-vorteile,
.alfa-vorteile-nav {
  list-style: none;
  font-size: 14px;
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
}

.alfa-vorteile {
  position: relative;
}

.alfa-vorteile li {
  margin-left: 20px;
}

.alfa-vorteile-nav li {
  float: left;
  margin-right: 25px;
}

.alfa-vorteile li::before,
.alfa-vorteile-nav li::before {
  position: absolute;
  display: inline-block;
  margin-left: -20px;
  font-family: FontAwesome;
  content: "\f058";
  color: #4BA10D;
}

.std ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* myorders */

@media only screen and (max-width: 740px) {
  .myorders-table {
    max-width: 100%;
    width: 100%;
    overflow: auto;
  }
}

/* branchen */

@media only screen and (max-width: 646px) {
  .branchen {
    width: 290px;
    margin: 0 auto;
  }
}

.branchen {
  color: #fff;
  font-weight: 700;
  display: block;
}

.branchen a {
  color: #fff;
  display: block;
}

.branchen span {
  display: block;
}

.branchen img {
  width: 150px;
  height: 100px;
}

.branche-container {
  float: left;
  width: 290px;
  height: 100px;
  margin-right: 4px;
  margin-bottom: 10px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.branche-container.dach {
  border: solid 3px #c0293e;
}

.branche-container.fenster {
  border: solid 3px #606ea6;
}

.branche-container.maler {
  border: solid 3px #1c97cc;
}

.branche-container.raum {
  border: solid 3px #fbba00;
}

.branche-container.abbruch {
  border: solid 3px #ee8d46;
}

.branche-container.garten {
  border: solid 3px #8ea534;
}

.branche-container.bautenschutz {
  border: solid 3px #b07e6c;
}

.branche-container.kleidung {
  border: solid 3px #c5c6c8;
}

.branche-col1 {
  float: left;
  width: 150px;
  height: 100px;
}

.branche-col2 {
  float: left;
  width: 140px;
  height: 100px;
  padding: 5px;
}

/* bigbags */

.cms-bigbags .bigbags {
  text-align: center;
  margin-top: 20px;
}

.cms-bigbags .bigbags div {
  margin-bottom: 20px;
}

.cms-bigbags .bigbags span {
  display: block;
}

.cms-bigbags .bigbags p {
  margin-top: 50px;
  font-size: 14px;
  text-align: left;
}

/* YouTube Player */

.video-responsive-container {
  max-width: 640px;
  max-height: 390px;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
}

.youtube-player {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: pointer;
  margin-top: 10px;
}

img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
}

div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("https://media.alfa-direkt.de/play-video.png") no-repeat;
}

.youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Shared Styles */

table th {
  font-weight: bold;
}
table td,
table th {
  padding: 9px 10px;
  text-align: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}

/* home */

.home-alert {
  font-size: 16px;
}

.home-alert .btn {
  background-color: #31708f;
  color: #fff;
  font-weight: 700;
}

.home-alert h2 {
  text-align: center;
}

.home-aktionen.alert {
  background-color: rgba(255, 255, 92, 0.2);
}

.home-aktionen {
  font-size: 16px;
}

.home-aktionen h2 {
  text-align: center;
  font-weight: 700;
}

.home-aktionen h3 {
  font-weight: 700;
}

.home-aktionen .btn {
  background-color: #ffff5c;
  color: #444;
  font-weight: 700;
}

.home-aktionen .btn:hover,
.home-alert .btn:hover {
  background-color: #e4001b;
  color: #fff;
}

/* besugre slider */

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -17px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -17px;
}

.owl-carousel .owl-item {
  text-align: center;
}

/* Pinsel Produktseiten */

.color-premiumline {
  color: #ffd600;
}

.color-profiline {
  color: #e2001a;
}

.color-allroundline {
  color: #00a272;
}

.color-lasurline {
  color: #c0c0c0;
}

.color-aqualine {
  color: #0796cb;
}

.product-pinsel-grid {
  margin-bottom: 10px;
  border: solid 2px #eee;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-pinsel-grid .row {
  margin-left: 3px;
  margin-right: 3px;
}

.product-pinsel-grid h3 {
  margin: 10px 0;
  text-align: center;
  font-weight: 700;
}

.product-pinsel-grid h3 span {
  display: inline;
}

.product-pinsel-grid h4 {
  padding: 6px 8px;
  font-weight: 700;
  background-color: #eee;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
}

.product-pinsel-grid span {
  display: block;
  min-height: 29px;
}

.product-pinsel-grid-icontainer {
  text-align: center;
}

/* Mega Menu Popups */

.menu-popup-produkte-links .btn-group.btn-group-justified .btn {
  line-height: 20px;
  border-radius: 0;
}

.menu-popup-produkte-links.row {
  padding: 0 15px;
}

.menu-popup-produkte-links .btn.bestseller {
  background-color: #e4001b;
  color: #fff;
  font-size: 16px;
}

.menu-popup-produkte-links .btn.neuheiten {
  background-color: #e4001b;
  color: #fff;
  font-size: 16px;
}

.menu-popup-produkte-links .btn.auslaufartikel {
  background-color: #e4001b;
  color: #fff;
  font-size: 16px;
}

.menu-popup-vorteile.row {
  padding-top: 15px;
  padding-bottom: 5px;
}

.menu-popup-vorteile .col-sm-2 {
  text-align: center;
}

.menu-popup-vorteile .col-sm-2 i {
  display: inline-block;
  margin-bottom: 8px;
  color: #e4001b;
}

.menu-popup-vorteile .col-sm-2 span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.menu-popup-vorteile .col-sm-2 .btn {
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
}

.menu-popup-vorteile .col-sm-2 {
  border-right: dotted 1px #bababa;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-popup-vorteile .col-sm-2:last-child {
  border-right: none;
}

.menu-popup-vorteile .col-sm-2 .btn:hover {
  border-color: #e4001b;
}

.menu-popup-vorteile .col-sm-2 .btn i {
  margin: 0;
}

span.bestprice {
  color: #4BA10D;
  font-weight: 700;
}
span.ersparnis {
  color: #ff0000;
  font-weight: 700;
}

/* Bewertungen */
#review-form label .zusatzinfo {
  font-weight: normal;
}

span.rating-beschreibung {
  display: inline-block;
  line-height: 30px;
  display: none;
}

.review-summary-table th {
}

.review li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
  position: relative;
}

.review li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.review li p {
  padding-top: 10px;
  padding-right: 120px;
  position: relative;
}

.review-header {
  background-color: #fff;
}

.review-footer {
  background-color: #fff;
  text-align: right;
  margin-top: 5px;
}

.review-headline {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-right: 120px;
}

.review-header-meta {
  font-size: 12px;
}

.review-user {
  font-weight: bold;
}

.rating-wrapper {
  background-color: #f9f9f9;
  border: solid 1px #ddd;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.rating-wrapper span {
  font-weight: bold;
  font-size: 12px;
}

.rating-box {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.review-footer .review-date {
  font-size: 12px;
}

.box-reviews .fa-star {
  font-size: 48px;
  cursor: pointer;
  padding-right: 5px;
}

.box-reviews .star-default {
  color: #ddd;
}

.box-reviews .star-active {
  color: #f0c808;
}

.star-rating-box {
  display: inline-block;
  float: left;
  position: relative;
  top: 18px;
  left: 10px;
}

.review-form-productimg {
  display: inline-block;
  float: left;
}

.no-rating {
  margin-bottom: 5px;
}

.no-rating i {
  color: #ffff5c;
}

.btn.btn-review {
  background-color: #4BA10D;
  border-color: #4BA10D;
  color: #fff;
}

.btn.btn-review a:focus,
.btn.btn-review a:hover {
  color: #fff;
}

.btn.btn-primary {
  background-color: #e4001b;
}

.btn.btn-link {
  color: #e4001b;
}

@media only screen and (max-width: 768px) {
  .rating-wrapper {
    position: static;
    float: right;
    margin: 10px 0 10px 10px;
  }

  .review-headline {
    padding-right: 0;
  }

  .review li p {
    padding-right: 0;
  }

  .star-rating-box {
    margin-bottom: 15px;
  }

  .review-form-productimg {
    display: none;
  }
  .ratings .rating-box {
    float: none;
    display: inline-block;
  }
}

/* alsoviewed */
.box-collateral.box-alsoviewed .box-content {
  background-color: #fff;
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
}

.box-collateral.box-alsoviewed ol li {
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
}

.box-collateral.box-alsoviewed ol li:last-child {
  border-bottom: 0;
}

/* block-up-sel */
.box-collateral.box-up-sell .box-content {
  background-color: #fff;
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
}

.box-collateral.box-up-sell ol li {
  border-bottom: dotted 1px #ccc;
  padding: 10px 0;
}

.box-collateral.box-up-sell ol li:last-child {
  border-bottom: 0;
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm {
  max-width: 400px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#ajaxcartpro-add-confirm .alert img,
#ajaxcartpro-remove-confirm .alert img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  border: solid 5px #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(214, 233, 198, 1);
  -moz-box-shadow: 0 0 2px 1px rgba(214, 233, 198, 1);
  box-shadow: 0 0 2px 1px rgba(214, 233, 198, 1);
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p {
  width: auto;
}

#ajaxcartpro-progress {
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.hide {
  display: none !important;
}

body.checkout-onepage-index {
  margin-top: 0 !important;
}

/* Registrierung-Success */

.register-success {
  padding-top: 20px;
}

.register-success h1 {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #3c763d;
  font-weight: 700;
}

.register-success__header::before {
  font-family: FontAwesome;
  content: "\f05d";
  font-size: 36px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 18px;
}

.register-success__header {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
}

.register-success__account-message {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
  font-size: 18px;
}

.register-success__account-message::before {
  font-family: FontAwesome;
  content: "\f06a";
  font-size: 36px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 25px;
}

.register-success__account-message h2 {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  font-weight: 700;
}

.register-success__help {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
  font-size: 18px;
}

.register-success__help::before {
  font-family: FontAwesome;
  content: "\f059";
  font-size: 36px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 25px;
}

.register-success__help h2 {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  font-weight: 700;
}

.register-success__next {
  text-align: center;
}

.register-success__next h2 {
  margin: 0;
  margin-bottom: 10px;
}

.cms-register-success .success-msg {
  display: none !important;
}

.cms-index-index .layout.layout-2-cols {
  padding-top: 0;
}

.cms-index-index .breadcrumb-wrapper {
  margin-bottom: 0;
}

/* Newsletter Single */
.newsletter-single-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background-size: cover;
  background-position-y: 35px;
  background-repeat: no-repeat;
  border-bottom: solid 1px #ddd;
}

.newsletter-single-background-opacity {
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(255, 255, 255, 0.6);
}

.newsletter-single-headline {
  margin-top: 5px;
  margin-bottom: 150px;
  text-align: center;
}

.newsletter-single-headline h1 {
  margin-bottom: 10px;
}

.newsletter-single-headline h2 {
  margin-top: 0;
  color: #666;
}

.newsletter-single-trust-text {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.8);
}

.newsletter-single-previews h2 {
  margin-top: 0;
}

.info-icon:before {
  display: inline-block;
  margin-right: 8px;
  font-family: FontAwesome;
  content: "\f05a";
  font-size: 18px;
}

.pdf-icon:before {
  display: inline-block;
  margin-right: 8px;
  font-family: FontAwesome;
  content: "\f1c1";
  font-size: 18px;
}

.achtung-icon:before {
  display: inline-block;
  margin-right: 8px;
  font-family: FontAwesome;
  content: "\f071";
  font-size: 18px;
}

.block-poll {
  margin-top: 10px;
}

.block-poll .label {
  display: inline-block;
}

.btn-cartdecline,
.btn-cartdecline:hover {
  line-height: 40px;
  padding: 0 20px;
  background-color: #9b9b9b;
  color: #fff;
  font-size: 18px;
}

/* HOME SLIDER */
#new-products {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  max-height: 244px;
  padding: 20px 0;
  margin-bottom: 20px;
  overflow: hidden;
}
#new-products .slick-slide {
  outline: 0;
}
#new-products .slick-dots {
  display: block;
  float: left;
  position: relative;
  padding-bottom: 15px;
  margin-top: -32px;
}
#new-products .image {
  margin-bottom: 5px;
  text-align: center;
}
#new-products .image a {
  display: inline-block;
}
#new-products .image img {
  display: inline-block;
  max-width: 100%;
  height: 150px;
}
#new-products .product-name {
  text-align: center;
  font-size: 12px;
}
#new-products .slick-next {
  right: 10px;
}
#new-products .slick-prev {
  left: 10px;
}
#new-products .slick-prev,
#new-products .slick-next {
  z-index: 2;
  top: 42%;
}
#new-products .slick-next:before,
#new-products .slick-prev:before {
  color: #e4001b;
}
/* COUPON */
.coupon {
  position: relative;
  display: block;
  padding: 15px 25px;
  border: dashed 2px #e4001b;
  border-radius: 8px;
}
.coupon .coupon-text {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.coupon .scissors-icon {
  position: absolute;
  z-index: 1;
  left: 12px;
  bottom: -17px;
  display: inline-block;
  background-color: #f5f5f5;
}
.coupon .scissors-icon:before {
  display: inline-block;
  font-family: FontAwesome, serif;
  content: "\f0c4";
  color: #e4001b;
  font-size: 24px;
}

/* CART SECURE PAYMENT CONTAINER */

.shadow {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
}

.flex {
  display: flex;
}

.flex-center {
  align-items: center;
}

.payment-headline {
  margin: 0;
  font-weight: 600!important;
}
.payment-text {
  font-size: 15px;
}

.footer-service-logo {
  border-radius: 5px;
  max-height: 40px;
  margin-right: 5px;
}

.payment-icon-container {
  margin-top: 24px;
}


/* HOME SLIDER */
#kueblerreduziert {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  max-height: 244px;
  padding: 20px 0;
  margin-bottom: 20px;
  overflow: hidden;
}
#kueblerreduziert .slick-slide {
  outline: 0;
}
#kueblerreduziert .slick-dots {
  display: block;
  float: left;
  position: relative;
  padding-bottom: 15px;
  margin-top: -32px;
}
#kueblerreduziert .image {
  margin-bottom: 5px;
  text-align: center;
}
#kueblerreduziert .image a {
  display: inline-block;
}
#kueblerreduziert .image img {
  display: inline-block;
  max-width: 100%;
  height: 150px;
}
#kueblerreduziert .product-name {
  text-align: center;
  font-size: 12px;
}
#kueblerreduziert .slick-next {
  right: 10px;
}
#kueblerreduziert .slick-prev {
  left: 10px;
}
#kueblerreduziert .slick-prev,
#kueblerreduziert .slick-next {
  z-index: 100;
  top: 42%;
}
#kueblerreduziert .slick-next:before,
#kueblerreduziert .slick-prev:before {
  color: #e4001b;
}

.farben-bilder {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.farben-bilder li {
  float: left;
}

.farben-bilder-middle {
  margin: 0 50px;
}

blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #e4001b;
}

#myhammer-banner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
  font-size: 14px;
  font-weight: 600;
  background-color: #245678;
  color: #fff;
}
#myhammer-banner > div {
  padding: 0 9px;
}
#myhammer-banner > div:first-child {
  padding-left: 0;
}
#myhammer-banner > div:last-child {
  padding-right: 0;
}
#myhammer-logo {
  width: auto;
  max-height: 24px;
  vertical-align: middle;
}
#myhammer-coupon {
  color: #fff;
  font-weight: 600;
  border: dotted 1px #fff;
  padding: 4px 8px;
  border-radius: 50px;
}
@media only screen and (max-width: 770px) {
  #myhammer-cta {
    display: none;
  }
}
/**
* usp marquee for handhelds
* @author Enrico Schiller
* @date 2020-08-18 10:16
*/
:root {
  --marqueewidth: calc(100vw - 1010px);
}
@media only screen and (max-width: 991px) {
  body .usp-wrapper {
    display: block !important;
    width: 100%;
    max-width: 100vw;
    /* iOS braucht das */
    white-space: nowrap;
    overflow: hidden;
  }

  body .usp-wrapper > .container {
    animation: marquee 8s linear infinite;
    animation-direction: alternate;
    width: 1000px;
  }

  body .usp-wrapper > .container:hover {
    animation-play-state: paused;
  }

  body .usp > .tooltip {
    display: none !important;
  }

  @keyframes marquee {
    0% {
      transform: translateX(0);
    }

    10% {
      transform: translateX(0);
    }

    90% {
      transform: translateX(var(--marqueewidth));
    }

    100% {
      transform: translateX(var(--marqueewidth));
    }
  }
}
/**
* splitted sku from H1 for seo reasons
* @author Enrico Schiller
* @date 2022-07-21 11:31
*/
.h1-productname {
  color: #000;
}
.h1-productname > h1 {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}
