<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer {
  background-color: #ece8e1 !important;
  color: #313131 !important;
}
#footer h5 {
  color: #313131 !important;
}
#footer #footer-boxes .panel a {
  color: #313131 !important;
}
#footer #footer-boxes .panel a:hover {
  color: #646464 !important;
}
#footer #footer-boxes .panel .panel-heading h5 {
  color: #313131 !important;
}
#footer #copyright {
  background-color: #ece8e1 !important;
  color: #313131 !important;
}
#footer .panel-body {
  padding-left: 0;
}
#footer .footer-additional {
  border-color: #fff;
}
/*
Beginn Hover-Boxen
*/
.hoverimages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.hovercontainer {
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 4px;
  font-weight: bold;
  padding: 10px;
}
.hovercontainer:hover {
  transform: scale(1.05);
  transition: all 0.1s ease-in-out 0s;
}
.hovercontainer a {
  color: #394b73;
}
a.hoverimage {
  display: block;
}
.hoverimage img {
  /*max-width: 345px;
    width: 100%;*/
  height: auto;
  width: 330px;
}
/*
End Hover-Boxen
*/
.banner {
  margin-bottom: 15px;
}
#content .thumbnail p {
  font-weight: 700;
}
#content .thumbnail:hover {
  /*            border: 1px solid @text-color;*/
  transform: scale(1.05);
  transition: all 0.1s ease-in-out 0s;
}
#content .thumbnail .image-references-wrapper {
  height: 150px;
  width: 150px;
  margin: 0 auto;
}
#content .thumbnail .image-references-wrapper img {
  max-height: 150px;
  margin: 0 auto;
}
#content .thumbnail .caption {
  padding: 9px;
  font-weight: 700;
}
#content .references .image-references-wrapper {
  width: 250px;
  height: auto;
}
#content .references .image-references-wrapper img {
  margin: 0 auto;
}
.btn-basket {
  background-color: #ffc70d;
  color: #444;
  border-color: #ffc70d;
}
.btn-basket:hover {
  background-color: #d9a700;
  border-color: #d9a700;
}
#add-to-cart .btn-primary {
  background-color: #ffc70d;
  color: #444;
  border-color: #ffc70d !important;
}
#add-to-cart .btn-primary:hover {
  background-color: #d9a700;
  border-color: #d9a700 !important;
}
.btn-checkout {
  background-color: #aa3e00;
  color: #fff;
  border-color: #aa3e00 !important;
}
.btn-checkout:hover {
  background-color: #772b00;
  border-color: #772b00;
  color: #fff;
}
.fixed-icons {
  position: fixed;
  right: 0;
  box-sizing: border-box;
  bottom: 50px;
  z-index: 3000000000;
  background-color: #fff;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-height: 200px;
}
@media (max-width: 991px) {
  .fixed-icons {
    display: none;
  }
}
@media (max-width: 767px) {
  header #logo.showSealFalse {
    text-align: center;
  }
  header #logo.showSealFalse .img-responsive {
    display: inline-block;
  }
}
header .headerSeals {
  text-align: center;
}
@media (min-width: 768px) {
  header .headerSeals {
    padding: 0;
  }
}
header .headerSeals img {
  max-height: 60px;
}
header #shop-nav-xs {
  border-top: 1px solid #dadada !important;
  border-bottom: 1px solid #dadada !important;
  margin-bottom: 15px !important;
}
header #shop-nav-xs .navbar-collapse {
  margin-bottom: 0;
}
header #shop-nav-xs .action-nav li {
  margin-left: 0;
}
@media (max-width: 767px) {
  header #shop-nav .header-shop-nav {
    width: 100%;
    margin-top: 10px;
  }
}
/**
 * Farbtastic Color Picker 1.2
 * Â© 2008 Steven Wittens
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
.farbtastic {
  position: relative;
  width: 195px;
  height: 195px;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic .wheel {
  background: url(img/farbtastic/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(img/farbtastic/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  background: url(img/farbtastic/marker.png) no-repeat;
}
.farbtastic .color,
.farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
/**
 * End Farbtastic Color Picker 1.2
 */
.selectWallColorWrapper .h4 {
  margin-top: 0;
  margin-bottom: 0;
}
#cfg-container .cfg-group .panel-body.group {
  padding-bottom: 0;
  margin-bottom: -1px;
}
#cfg-container .group-image {
  padding-top: 15px;
  padding-right: 15px !important;
  padding-bottom: 15px;
}
#cfg-container .group-items hr {
  margin: 0 -15px;
}
#cfg-container .group-items .product-cell {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
#cfg-container .group-items .checkbox,
#cfg-container .group-items .radio {
  margin: 0;
}
#cfg-container .group-items .checkbox label,
#cfg-container .group-items .radio label {
  padding: 0;
}
#cfg-container .group-items .checkbox input[type="radio"],
#cfg-container .group-items .radio input[type="radio"],
#cfg-container .group-items .checkbox input[type="checkbox"],
#cfg-container .group-items .radio input[type="checkbox"] {
  position: relative;
  margin-left: 0;
  margin-top: 15px;
}
#cfg-container .product-wrapper.isChecked {
  background-color: #e9e9e9;
}
#cfg-container .product-wrapper.isChecked .product-cell {
  background-color: transparent;
}
#cfg-container .config-item-headline.h4 {
  font-size: 1em;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}
#cfg-container .config-item-shipping-time {
  margin-bottom: 5px;
  font-size: 12px;
}
#cfg-container .cfg-price {
  font-size: 18px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}
#gallery {
  padding-top: 15px;
  padding-bottom: 15px;
}
#product-configuration-sidebar .price {
  font-size: 28px;
}
#product-configuration-sidebar .summary {
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}
#product-configuration-sidebar .summary .dl-horizontal {
  margin-bottom: 15px;
}
#product-configuration-sidebar .summary-infos .dl-horizontal {
  margin-bottom: 10px;
}
#product-configuration-sidebar .summary-infos .dl-horizontal dt {
  width: 40px !important;
}
#product-configuration-sidebar .summary-infos .dl-horizontal dd {
  margin-left: 50px !important;
}
.product-offer .estimated-delivery,
.product-offer .vat_info {
  margin-bottom: 0;
}
#article-tabs #tab-description.panel.panel-default {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
#article-tabs #tab-description.panel.panel-default .panel-heading {
  display: none;
}
#article-tabs #tab-description.panel.panel-default .panel-body {
  padding: 0;
}
.articleNoteHeadline .h2 {
  margin-bottom: 10px;
}
#productlikes {
  margin-top: 15px !important;
}
#add-to-cart .lpa-pay-button-express {
  margin: 15px 15px 0 0;
}
/*# sourceMappingURL=custom.css.map */</pre></body></html>