@charset "UTF-8";
.ce_catalogFilterForm, .mod_catalogUniversalView {
  margin-top: 50px;
  max-width: 100%;
  width: 100%;
}
.ce_catalogFilterForm.block, .mod_catalogUniversalView.block {
  overflow: visible;
}
.container .catalog-container.row {
  display: block;
}
/* Catalog Listenansicht */
.ce_text + .mod_catalogUniversalView {
  clear: both;
}
.ce_catalogFilterForm .checkbox_container label, .ce_catalogFilterForm .radio_container label {
  color: #000;
}
.ce_catalogFilterForm .ctlg_form_field {
  margin-bottom: 30px;
}
.ctlg_teaser {
  margin-bottom: 24px;
}
.ctlg_teaser a {
  color: #000;
}
.ctlg_teaser .description {
  font-size: 18px;
}
.ctlg_teaser h3 {
  margin: 0;
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.ctlg_teaser .inside {
  box-shadow: 0 0 15px 0 rgba(49, 49, 49, 0.25);
  padding: 30px;
  word-break: break-word;
  width: 100%;
  transition: background 0.3s;
}
.ctlg_teaser .inside:hover {
  background: #FFB81C;
  color: #fff;
}
.ctlg_teaser .inside:hover h3 {
  color: #fff;
}
.ctlg_teaser .inside:hover .more {
  background: #dc9e16;
}
.ctlg_teaser .inside:hover .submit i {
  color: #fff;
}
.ctlg_teaser .more {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFB81C;
}
.ctlg_teaser .more i {
  color: #fff;
}
.ctlg_teaser .submit {
  background: none;
}
.ctlg_teaser .widget:not(.widget-checkbox):not(.widget-radio) {
  margin: 0;
}
.ctlg_view_message {
  padding: 0 15px 50px;
  margin: 0;
}
#wrapper .ctlg_teaser .submit {
  padding: 0;
  margin: 0;
}
.message {
  margin: 0;
  padding: 0 12px;
}
/* Modal */
.modal {
  width: 850px;
  height: inherit;
  background: #fff;
  top: 50% !important;
  margin-top: -250px;
  max-width: 95vw;
}
.modal .close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.modal .close-modal i {
  color: #000;
}
.modal h2 {
  color: #000;
  padding: 0;
  margin: 0;
}
.modal .modal-content {
  padding: 50px;
  display: flex;
  align-items: center;
  height: 100%;
}
.modal .row {
  margin-bottom: 0;
}
.modal .submit {
  margin-top: 0;
}
.modal textarea {
  height: 205px;
}
.modal .widget:not(.widget-checkbox):not(.widget-radio).widget-explanation {
  margin-top: 0;
}
.wishlist-modal {
  width: 600px;
  height: inherit;
  top: 50% !important;
  margin-top: -125px;
}
.wishlist-modal a {
  color: #FFB81C;
  font-weight: 500;
  text-decoration: underline;
}
.wishlist-modal .headline {
  display: flex;
}
.wishlist-modal h3 {
  font-weight: 700;
}
.wishlist-modal .icon {
  position: relative;
  margin-left: -13px;
}
.wishlist-modal .icon i {
  font-size: 65px;
  margin-top: -5px;
}
.wishlist-modal .icon span {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  padding-top: 8px;
}
.wishlist-modal p {
  margin: 0;
  font-size: 18px;
}
.wishlist-modal p a {
  font-weight: 700;
}
#modalWishlistRemove {
  height: 200px;
}
/* Catalog Filter */
.anlagen-bleche .filter-product {
  display: none;
}
.ce_catalogFilterForm .ctlg_form_field {
  box-shadow: 0 0 15px 0 rgba(49, 49, 49, 0.25);
}
.ce_catalogFilterForm .checkbox_container, .ce_catalogFilterForm .radio_container {
  padding: 2px 30px;
  border: none;
}
.ce_catalogFilterForm .checkbox_container label, .ce_catalogFilterForm .radio_container label {
  padding-left: 0;
}
.ce_catalogFilterForm .checkbox_container [type="checkbox"] + label:hover:before, .ce_catalogFilterForm .checkbox_container [type="radio"] + label:hover:before, .ce_catalogFilterForm .radio_container [type="checkbox"] + label:hover:before, .ce_catalogFilterForm .radio_container [type="radio"] + label:hover:before {
  background: #f2f2f2;
}
.ce_catalogFilterForm .checkbox_container:nth-of-type(1), .ce_catalogFilterForm .radio_container:nth-of-type(1) {
  padding-top: 25px;
}
.ce_catalogFilterForm .checkbox_container:last-child, .ce_catalogFilterForm .radio_container:last-child {
  padding-bottom: 30px;
}
.ce_catalogFilterForm form {
  width: 100%;
}
.ce_catalogFilterForm p {
  margin: 0;
  background: #FFB81C;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  line-height: 22px;
}
.ce_catalogFilterForm [type="radio"]:not(:checked) + label:before, .ce_catalogFilterForm [type="radio"]:not(:checked) + label:after {
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin: 0;
  transition: none;
}
.ce_catalogFilterForm [type="radio"] + label:before, .ce_catalogFilterForm [type="radio"] + label:after {
  transition: none;
}
.ce_catalogFilterForm [type="radio"]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 6px;
  height: 13px;
  left: 2px;
  top: 2px;
  margin: 0;
}
.ce_catalogFilterForm [type="radio"]:checked + label:after, .ce_catalogFilterForm [type="radio"].with-gap:checked + label:before, .ce_catalogFilterForm [type="radio"].with-gap:checked + label:after {
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  transform: scale(1);
}
.ce_catalogFilterForm [type="radio"]:not(:checked) + label:before, .ce_catalogFilterForm [type="radio"]:not(:checked) + label:after, .ce_catalogFilterForm [type="radio"]:checked + label:before, .ce_catalogFilterForm [type="radio"]:checked + label:after, .ce_catalogFilterForm [type="radio"].with-gap:checked + label:before, .ce_catalogFilterForm [type="radio"].with-gap:checked + label:after {
  border-radius: 0;
}
.ce_catalogFilterForm .submit_container {
  display: none;
}
.container .ce_catalogFilterForm.col {
  padding-right: 0;
}
.range-slider {
  padding: 30px 40px 20px;
}
.range-slider .noUi-connect {
  background: #FFB81C;
}
.range-inputs {
  position: relative;
  padding-bottom: 20px;
}
.range-inputs.not-active input {
  opacity: 0.3;
}
.range-inputs input[type=text]:not(.browser-default) {
  width: 90px;
  height: 30px;
  margin: 0 10px;
}
.range-inputs label {
  font-size: 16px;
}
.range-inputs .range-min, .range-inputs .range-max {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  align-items: center;
}
.range-inputs .unit {
  font-size: 16px;
  color: #9e9e9e;
  width: 25px;
}
#wrapper .range-inputs .submit {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
#wrapper .range-inputs .submit i {
  color: #fff;
}
/* Catalog Detailansicht */
.container .thumbnails {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
}
.container .thumbnails .col {
  padding: 0 20px;
}
.mod_catalogMasterView.block {
  overflow: visible;
}
.mod_catalogMasterView .buttons {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.mod_catalogMasterView .buttons .inside, .mod_catalogMasterView .buttons .wishlist, .mod_catalogMasterView .buttons form, .mod_catalogMasterView .buttons .widget {
  height: 100%;
  float: left;
  overflow: hidden;
}
.mod_catalogMasterView .buttons .inside > a {
  margin-left: 10px;
}
.mod_catalogMasterView .buttons .inside .wishlist, .mod_catalogMasterView .buttons .inside > a {
  float: left;
  color: #fff;
}
.mod_catalogMasterView .buttons .submit, .mod_catalogMasterView .buttons .widget:not(.widget-checkbox):not(.widget-radio) {
  margin: 0;
}
.mod_catalogMasterView .buttons .submit {
  background: #f1f1f1;
}
.mod_catalogMasterView .buttons .submit i {
  color: #000;
  font-size: 24px;
  display: flex;
}
.mod_catalogMasterView .content.col {
  padding-left: 50px;
}
.mod_catalogMasterView .contact-box > div {
  flex-wrap: inherit;
}
.mod_catalogMasterView .downloads {
  margin: 0;
}
.mod_catalogMasterView h1 {
  padding-top: 0;
  margin-bottom: 0;
}
.mod_catalogMasterView h1:after {
  display: none;
}
.mod_catalogMasterView h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0 20px;
  margin-top: 20px;
}
.mod_catalogMasterView.jobs h2 + p {
  margin-top: 1em;
}
.mod_catalogMasterView .modal h2 {
  padding: 0;
  margin: 0;
}
.mod_catalogMasterView table {
  width: auto !important;
}
.mod_catalogMasterView table th, .mod_catalogMasterView table td {
  border: none;
  vertical-align: top;
  padding: 3px 0;
}
.mod_catalogMasterView table td[colspan="3"] {
  min-width: 500px !important;
}
.mod_catalogMasterView table td:first-child {
  font-weight: 900;
  width: 250px !important;
}
.mod_catalogMasterView .tabs {
  margin-top: 50px;
}
.mod_catalogMasterView .tabs a:focus, .mod_catalogMasterView .tabs a:focus.active {
  background: rgba(200, 201, 199, 0.25);
}
.mod_catalogMasterView .tabs-content table td:first-child {
  width: auto !important;
  padding-right: 30px;
}
.ce_catalogFilterForm + .contact-box {
  margin: 0;
}
.contact-box {
  margin-top: 60px;
}
.contact-box .inside {
  background: #f1f1f1;
  padding: 30px;
  width: 100%;
  height: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.contact-box .inside > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contact-box > a {
  margin-top: 10px;
  clear: both;
}
.contact-box.ce_mateTeaserBox p {
  padding: 0;
}
.contact-box h2 {
  padding: 0 0 15px 45px;
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}
.contact-box h2 i {
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.4);
}
.contact-box .image {
  min-width: 113px;
  padding-right: 30px;
}
.contact-box p {
  font-size: 18px;
}
.contact-box p a {
  color: #000;
  font-weight: 700;
}
.contact-box p a:hover {
  color: #FFB81C;
}
.contact-box p i {
  color: #000;
  font-size: 20px;
  vertical-align: middle;
}
.contact-box img {
  border-radius: 100%;
}
.mod_catalogMasterView .contact-box {
  margin: 0;
}
.mod_catalogMasterView .contact-box + .contact-box .inside {
  padding-top: 0;
}
.mod_catalogMasterView .contact-box.first {
  margin-top: 50px;
}
.mod_catalogMasterView .contact-box .inside > a {
  margin-top: 10px;
}
.mod_catalogMasterView .contact-box .text {
  width: calc(100% - 143px);
}
#main .ctlg_master .mod_article {
  padding: 0;
}
#wrapper .mod_catalogMasterView .buttons .submit {
  padding: 0 10px;
  height: 52px;
}
/* Easyzoom Gallery */
.easyzoom {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  overflow: hidden;
}
.easyzoom img {
  max-width: 100%;
  padding: 0;
  max-height: 435px;
  width: auto;
}
.easyzoom:hover {
  overflow: hidden;
}
.easyzoom:hover img {
  max-width: none;
  max-height: none;
}
.easyzoom a {
  max-height: 430px;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnails a {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.thumbnails img {
  vertical-align: bottom;
  max-height: 130px;
  width: auto;
}
/* Catalog Händlerkarte */
.ctlg_teaser.merchant {
  font-size: 18px;
}
.ctlg_teaser.merchant.active .inside {
  background: #FFB81C;
}
.ctlg_teaser.merchant h3 {
  text-transform: none;
}
.ctlg_teaser.merchant .inside {
  cursor: pointer;
}
.ctlg_teaser.merchant .inside:hover {
  color: #000;
}
.ctlg_teaser.merchant .inside:hover h3 {
  color: #000;
}
.ctlg_teaser.merchant .inside > div {
  display: flex;
}
.ctlg_teaser.merchant label {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  width: 90px;
}
.ctlg_teaser.merchant p {
  margin: 0 0 10px;
}
/* Catalog Wunschliste */
.ctlg_teaser.ctlg_wishlist h3 {
  padding-right: 15px;
}
.wishlist.remove {
  position: absolute;
  right: 15px;
  top: 20px;
}
.wishlist.remove i {
  font-size: 30px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22www%2Fhtdocs%2Fw018d785%2Fdevelop%2Fdev.kjellberg.de%2Ffiles%2Fmate%2Fsass%2Fparts%2Fcatalog.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAZA%3BAAkBA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAhHA%3BAAuHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAA1NA%3BAAgOA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAArXF%3BAAgYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAnmBA%3BAA0mBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArpBF%3BAA8pBA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAhsBF%3BAAwsBE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%22%7D */