* {
  outline: none;
}
* > p:nth-last-child(1) {
  margin-bottom: 0px;
}
*:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  padding: 0;
}
#top-info {
  font-size: 12px;
  font-size: 100%;
  line-height: 133.333334%;
}
.captcha-reload {
	background: none;
    border: 0;
    font-size: 100%;
    padding: 0;
    color: #DBC381;
}
@media (min-width: 375px) {
  #top-info {
    font-size: 12px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  #top-info {
    font-size: 12px;
    font-size: 85.714285714286%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  #top-info {
    font-size: 12px;
    font-size: 85.714285714286%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  #top-info {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
.loader p {
	display: none;
}
.loader img {
	position: relative !important;
	display: inline-block;
	text-align: center;
	/*content: "Bitte haben Sie einen Moment Geduld...";*/
}
.loader:after {
	display: block;
	text-align: center;
	margin-top: 10px;
	content: "Bitte haben Sie einen Moment Geduld...";
}
.easyzoom {
	position: relative;
}
.easyzoom .easyzoom-image {
}
.gold-bg {
  background: #DBC381;
  color: #fff;
}
.dark-gray-bg {
  background: #273136;
  color: #fff;
}
.dark-gray-bg a {
  color: #fff;
}
.gold > a {
  color: #DBC381;
}
.light-gray-bg {
  background: #F7F7F7;
}
.contact-box > * {
  height: 500px;
}
.df_clearfix {
  clear: both;
}
.txt-center {
  text-align: center;
}
.content-width {
  max-width: calc(1480px);
  margin: 0 auto;
  padding-right: 12.5px;
  padding-left: 12.5px;
}
@media (min-width: 550px) {
  .content-width {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .content-width {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .content-width {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .content-width {
    padding-right: 75px;
    padding-left: 75px;
  }
}
.content-width-wp {
  max-width: 1300px;
}
.content-full-width {
  max-width: 1750px;
  margin: 0 auto;
  padding-right: 12.5px;
  padding-left: 12.5px;
  position: relative;
}
@media (min-width: 550px) {
  .content-full-width {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .content-full-width {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .content-full-width {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .content-full-width {
    padding-right: 75px;
    padding-left: 75px;
  }
}
.loading-mask {
  position: fixed;
}
.close {
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12.5px;
  cursor: pointer;
  color: #DBC381;
  transition: ease-in-out all 0.5s;
}
.close i {
  position: absolute;
  font-size: 120%;
  font-weight: 700;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.close i .block-content {
  margin: 30px 0;
}
.close i .actions-toolbar {
  text-align: right;
  max-width: 400px;
}
.close i .actions-toolbar .float-left {
  float: left;
}
.close i.block-new-customer .actions-toolbar {
  text-align: left;
}
.close:hover {
  background: #DBC381;
}
.close:hover i {
  color: #fff;
}
.no-wrap {
  overflow: hidden;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
.hide {
  display: none !important;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
}
body {
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
  position: relative;
}
.accordion-container {
  padding-bottom: 25px;
  cursor: pointer;
}
.accordion-container .accordion-title {
  font-weight: 700;
  padding-left: 35px;
  position: relative;
}
.accordion-container .accordion-title > i {
  position: absolute;
  left: 0;
  margin-top: -2px;
}
.accordion-container .accordion-title .on-show {
  display: none;
}
.accordion-container .accordion-title .on-hide {
  display: block;
}
.accordion-container .accordion-title .on-hide .block-content {
  margin: 30px 0;
}
.accordion-container .accordion-title .on-hide .actions-toolbar {
  text-align: right;
  max-width: 400px;
}
.accordion-container .accordion-title .on-hide .actions-toolbar .float-left {
  float: left;
}
.accordion-container .accordion-title .on-hide.block-new-customer .actions-toolbar {
  text-align: left;
}
.accordion-container.is-active .accordion-title .on-show {
  display: block;
}
.accordion-container.is-active .accordion-title .on-show .block-content {
  margin: 30px 0;
}
.accordion-container.is-active .accordion-title .on-show .actions-toolbar {
  text-align: right;
  max-width: 400px;
}
.accordion-container.is-active .accordion-title .on-show .actions-toolbar .float-left {
  float: left;
}
.accordion-container.is-active .accordion-title .on-show.block-new-customer .actions-toolbar {
  text-align: left;
}
.accordion-container.is-active .accordion-title .on-hide {
  display: none;
}
.accordion-container .accordion-content {
  padding-top: 10px;
}
*[data-collapsible="true"] *[data-role="title"] {
  cursor: pointer;
}
*[data-collapsible="true"] *[data-role="title"]:after {
  content: "+";
  margin-left: 10px;
  display: inline-block;
}
*[data-collapsible="true"].active *[data-role="title"]:after {
  content: "-";
}
.field > .label {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
.field > .label .block-content {
  margin: 30px 0;
}
.field > .label .actions-toolbar {
  text-align: right;
  max-width: 400px;
}
.field > .label .actions-toolbar .float-left {
  float: left;
}
.field > .label.block-new-customer .actions-toolbar {
  text-align: left;
}
ul.pages-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.pages-items li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
ul.pages-items li .label {
  display: none;
}
.limiter {
  display: none;
}
.product-item-details .product-item-inner {
  margin-bottom: 20px;
}
body {
  background: #fff;
  font-size: 12px;
  font-size: 80%;
  line-height: 133.333334%;
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 375px) {
  body {
    font-size: 12px;
    font-size: 80%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
    font-size: 93.333333333333%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  body {
    font-size: 14px;
    font-size: 93.333333333333%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 14px;
    font-size: 93.333333333333%;
    line-height: 133.333334%;
  }
}
body._has-modal,
body.ajax-loading {
  overflow: hidden;
}
body .mage-error,
body .field-error {
  color: #CB0008;
}
body div.mage-error,
body .field-error {
  padding-top: 2.5px;
  font-size: 12px;
  font-size: 75%;
  line-height: 133.333334%;
}
body .shadow {
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}
body .gold {
  color: #DBC381;
}
body .bg-gold {
  background: #DBC381;
}
body .bg-dark {
  background: #273136;
  color: #fff;
}
body .clear {
  clear: both;
  font-size: 0;
  height: 0;
}
body img {
  zoom: 50%;
}
@media screen and (min-width: 768px) {
  body img {
    zoom: 100%;
  }
}
body table {
  width: 100%;
}
body table th {
  text-align: left;
}
body p {
  margin: 0 0 12.5px;
}
body * > p:nth-last-child(1) {
  margin-bottom: 0px;
}
body a {
  outline: none;
  color: #273136;
}
body.no-touch a:hover {
  color: #DBC381;
}
body .distancer {
  height: 25px;
}
body .distancer.distancer-size-s {
  height: 50px;
}
body .distancer.distancer-size-m {
  height: 75px;
}
body .distancer.distancer-size-l {
  height: 100px;
}
body .distancer.distancer-size-xl {
  height: 150px;
}
body .m-bottom-m {
  margin-bottom: 37.5px;
}
@media (min-width: 1000px) {
  body .m-bottom-m {
    margin-bottom: 75px;
  }
}
body .m-top-m {
  margin-top: 37.5px;
}
@media (min-width: 1000px) {
  body .m-top-m {
    margin-top: 75px;
  }
}
body .m-bottom-xl {
  margin-bottom: 75px;
}
@media (min-width: 1000px) {
  body .m-bottom-xl {
    margin-bottom: 150px;
  }
}
body .m-top-xl {
  margin-top: 75px;
}
@media (min-width: 1000px) {
  body .m-top-xl {
    margin-top: 150px;
  }
}
body .m-top-xls {
  margin-top: 65px;
}
@media (min-width: 1000px) {
  body .m-top-xls {
    margin-top: 130px;
  }
}
body .content {
  position: relative;
}
body .only-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  body .only-desktop {
    display: block;
  }
  body .only-desktop .block-content {
    margin: 30px 0;
  }
  body .only-desktop .actions-toolbar {
    text-align: right;
    max-width: 400px;
  }
  body .only-desktop .actions-toolbar .float-left {
    float: left;
  }
  body .only-desktop.block-new-customer .actions-toolbar {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  body .only-mobile {
    display: none;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
body h1,
body .h1 {
  font-weight: 700;
  margin-bottom: 37.5px;
  font-size: 25px;
  font-size: 208.33333333333%;
  line-height: 133.333334%;
}
@media (min-width: 375px) {
  body h1,
  body .h1 {
    font-size: 30px;
    font-size: 250%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  body h1,
  body .h1 {
    font-size: 30px;
    font-size: 214.28571428571%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  body h1,
  body .h1 {
    font-size: 33px;
    font-size: 235.71428571429%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  body h1,
  body .h1 {
    font-size: 36px;
    font-size: 257.14285714286%;
    line-height: 133.333334%;
  }
}
@media screen and (min-width: 1000px) {
  body h1,
  body .h1 {
    margin-bottom: 25px;
  }
}
body h2,
body .h2 {
  font-weight: 700;
  margin-bottom: 37.5px;
  font-size: 20px;
  font-size: 166.66666666667%;
  line-height: 133.333334%;
}
@media (min-width: 375px) {
  body h2,
  body .h2 {
    font-size: 25px;
    font-size: 208.33333333333%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  body h2,
  body .h2 {
    font-size: 25px;
    font-size: 178.57142857143%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  body h2,
  body .h2 {
    font-size: 25px;
    font-size: 178.57142857143%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  body h2,
  body .h2 {
    font-size: 25px;
    font-size: 178.57142857143%;
    line-height: 133.333334%;
  }
}
@media screen and (min-width: 1000px) {
  body h2,
  body .h2 {
    margin-bottom: 25px;
  }
}
body h2.h1-mobile,
body .h2.h1-mobile {
  font-size: 25px;
  font-size: 208.33333333333%;
  line-height: 133.333334%;
  font-weight: 800;
  margin-bottom: 37.5px;
}
@media screen and (min-width: 375px) {
  body h2.h1-mobile,
  body .h2.h1-mobile {
    font-size: 30px;
    font-size: 250%;
    line-height: 133.333334%;
  }
}
@media screen and (min-width: 650px) {
  body h2.h1-mobile,
  body .h2.h1-mobile {
    font-size: 30px;
    font-size: 214.28571428571%;
    line-height: 133.333334%;
  }
}
@media screen and (min-width: 768px) {
  body h2.h1-mobile,
  body .h2.h1-mobile {
    font-weight: 700;
    font-size: 25px;
    font-size: 178.57142857143%;
    line-height: 133.333334%;
  }
}
@media screen and (min-width: 1000px) {
  body h2.h1-mobile,
  body .h2.h1-mobile {
    font-size: 25px;
    font-size: 178.57142857143%;
    line-height: 133.333334%;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1400px) {
  body h2.h1-mobile,
  body .h2.h1-mobile {
    font-size: 25px;
    font-size: 178.57142857143%;
    line-height: 133.333334%;
  }
}
body h3,
body .h3,
body .modal-title {
  font-weight: 700;
  margin-bottom: 12.5px;
  font-size: 19px;
  font-size: 158.33333333333%;
  line-height: 133.333334%;
}
@media (min-width: 1000px) {
  body h3,
  body .h3,
  body .modal-title {
    margin-bottom: 25px;
  }
}
@media (min-width: 375px) {
  body h3,
  body .h3,
  body .modal-title {
    font-size: 21px;
    font-size: 175%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  body h3,
  body .h3,
  body .modal-title {
    font-size: 22px;
    font-size: 157.14285714286%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  body h3,
  body .h3,
  body .modal-title {
    font-size: 24px;
    font-size: 171.42857142857%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  body h3,
  body .h3,
  body .modal-title {
    font-size: 27px;
    font-size: 192.85714285714%;
    line-height: 133.333334%;
  }
}
body h4,
body .h4,
body .block-title strong {
  font-weight: 700;
  margin-bottom: 12.5px;
  font-size: 17.5px;
  font-size: 145.83333333333%;
  line-height: 133.333334%;
}
@media (min-width: 1000px) {
  body h4,
  body .h4,
  body .block-title strong {
    margin-bottom: 25px;
  }
}
@media (min-width: 375px) {
  body h4,
  body .h4,
  body .block-title strong {
    font-size: 18.5px;
    font-size: 154.16666666667%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  body h4,
  body .h4,
  body .block-title strong {
    font-size: 20px;
    font-size: 142.85714285714%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  body h4,
  body .h4,
  body .block-title strong {
    font-size: 22px;
    font-size: 157.14285714286%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  body h4,
  body .h4,
  body .block-title strong {
    font-size: 25px;
    font-size: 178.57142857143%;
    line-height: 133.333334%;
  }
}
body h4.seo,
body .h4.seo,
body .block-title strong.seo {
  margin-bottom: 25px;
  font-size: 25px;
  font-size: 208.33333333333%;
  line-height: 133.333334%;
}
@media (min-width: 1000px) {
  body h4.seo,
  body .h4.seo,
  body .block-title strong.seo {
    margin-bottom: 50px;
  }
}
@media (min-width: 375px) {
  body h4.seo,
  body .h4.seo,
  body .block-title strong.seo {
    font-size: 30px;
    font-size: 250%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  body h4.seo,
  body .h4.seo,
  body .block-title strong.seo {
    font-size: 30px;
    font-size: 214.28571428571%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  body h4.seo,
  body .h4.seo,
  body .block-title strong.seo {
    font-size: 35px;
    font-size: 250%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  body h4.seo,
  body .h4.seo,
  body .block-title strong.seo {
    font-size: 40px;
    font-size: 285.71428571429%;
    line-height: 133.333334%;
  }
}
body h4.small,
body .h4.small,
body .block-title strong.small {
  margin-bottom: 12.5px;
  font-size: 17.5px;
  font-size: 145.83333333333%;
  line-height: 133.333334%;
}
@media (min-width: 1000px) {
  body h4.small,
  body .h4.small,
  body .block-title strong.small {
    margin-bottom: 25px;
  }
}
@media (min-width: 375px) {
  body h4.small,
  body .h4.small,
  body .block-title strong.small {
    font-size: 18.5px;
    font-size: 154.16666666667%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  body h4.small,
  body .h4.small,
  body .block-title strong.small {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  body h4.small,
  body .h4.small,
  body .block-title strong.small {
    font-size: 16px;
    font-size: 114.28571428571%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  body h4.small,
  body .h4.small,
  body .block-title strong.small {
    font-size: 16px;
    font-size: 114.28571428571%;
    line-height: 133.333334%;
  }
}
body h5,
body .h5 {
  font-weight: 700;
  margin-bottom: 12.5px;
  font-size: 12px;
  font-size: 100%;
  line-height: 133.333334%;
}
@media (min-width: 1000px) {
  body h5,
  body .h5 {
    margin-bottom: 25px;
  }
}
@media (min-width: 375px) {
  body h5,
  body .h5 {
    font-size: 12px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  body h5,
  body .h5 {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  body h5,
  body .h5 {
    font-size: 16px;
    font-size: 114.28571428571%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  body h5,
  body .h5 {
    font-size: 16px;
    font-size: 114.28571428571%;
    line-height: 133.333334%;
  }
}
body h5.small,
body .h5.small {
  margin-bottom: 12.5px;
  font-size: 12px;
  font-size: 100%;
  line-height: 133.333334%;
}
@media (min-width: 1000px) {
  body h5.small,
  body .h5.small {
    margin-bottom: 25px;
  }
}
@media (min-width: 375px) {
  body h5.small,
  body .h5.small {
    font-size: 12px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  body h5.small,
  body .h5.small {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  body h5.small,
  body .h5.small {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  body h5.small,
  body .h5.small {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
body h31 {
  font-size: 30px;
  font-size: 250%;
  line-height: 133.333334%;
  margin-bottom: 25px;
  font-weight: 800;
}
@media screen and (min-width: 375px) {
  body h31 {
    font-size: 35px;
    font-size: 291.66666666667%;
    line-height: 133.333334%;
  }
}
body h41 {
  font-size: 30px;
  font-size: 250%;
  line-height: 133.333334%;
  margin-bottom: 25px;
}
body h51 {
  font-size: 18.5px;
  font-size: 154.16666666667%;
  line-height: 133.333334%;
  margin-bottom: 25px;
}

.col-2 iframe,
.col-3 iframe,
.col-4 iframe,
.col-5 iframe {
	transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 768px) {
  body h11 {
    font-size: 42px;
    font-size: 262.5%;
    line-height: 133.333334%;
  }
  body h21 {
    font-size: 44px;
    font-size: 275%;
    line-height: 133.333334%;
  }
  body .col-2:not(.full-headline),
  body .col-3:not(.full-headline),
  body .col-4:not(.full-headline),
  body .col-5:not(.full-headline) {
    column-count: 2;
    column-gap: 40px;
  }
  body .col-2.full-headline > div,
  body .col-3.full-headline > div,
  body .col-4.full-headline > div,
  body .col-5.full-headline > div {
    column-count: 2;
    column-gap: 40px;
  }
  body .col-2 p,
  body .col-3 p,
  body .col-4 p,
  body .col-5 p {
    margin: 0 0 20px 0;
    hyphens: auto;
    orphans: 3;
    widows: 3;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .col-3:not(.full-headline),
  body .col-4:not(.full-headline),
  body .col-5:not(.full-headline) {
    column-count: 3;
  }
  body .col-3.full-headline > div,
  body .col-4.full-headline > div,
  body .col-5.full-headline > div {
    column-count: 3;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  body .col-4:not(.full-headline),
  body .col-5:not(.full-headline) {
    column-count: 4;
  }
  body .col-4.full-headline > div,
  body .col-5.full-headline > div {
    column-count: 4;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  body .col-5:not(.full-headline) {
    column-count: 5;
  }
  body .col-5.full-headline > div {
    column-count: 5;
  }
}
body .nav-menu li.is-active > a,
body .nav-menu li.is-active > span {
  color: #DBC381;
  font-weight: 700;
}
body .nav-menu li > a:hover,
body .nav-menu li > span:hover {
  color: #DBC381;
}
body .bg-image {
  background: center no-repeat;
  background-size: cover;
}
body .h-center {
  text-align: center;
}
body .v-center {
  top: 50%;
  transform: translateY(-50%);
}
body .center {
  text-align: center;
}
body .marg-top-50 {
  margin-top: 25px;
}
body .button,
body .payment-method button,
body .payment-method input[type="button"] {
  font-size: 12px;
  font-size: 100%;
  line-height: 133.333334%;
  line-height: 39px !important;
  display: inline-block;
  font-weight: 700;
  background: #DBC381;
  text-align: center;
  padding: 0 22.5px;
  text-decoration: none;
  color: #273136;
  text-transform: uppercase;
  transition: ease-in-out all 0.5s;
  border: 1px solid #DBC381;
  position: relative;
  cursor: pointer;
}
@media (min-width: 375px) {
  body .button,
	body .payment-method button,
	body .payment-method input[type="button"] {
    font-size: 12px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  body .button,
	body .payment-method button,
	body .payment-method input[type="button"] {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  body .button,
	body .payment-method button,
	body .payment-method input[type="button"] {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  body .button,
	body .payment-method button,
	body .payment-method input[type="button"] {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
body .button.icon-button i {
  position: relative;
  transform: translateY(5px);
  margin-left: 5px;
}
body .button.icon-button.icon-left i {
  margin-left: 0px;
  margin-right: 5px;
}
body .button.button-no-cap {
  text-transform: none;
}
body .button:hover,
body .payment-method button:hover,
body .payment-method input[type="button"]:hover {
  background: #F7F7F7;
  color: #273136;
}
body .button.black {
  background: #273136;
  color: #fff;
  border-color: #273136;
}
body .button.black:hover {
  background: #F7F7F7;
  color: #273136;
}
@media screen and (min-width: 375px) {
  body .button.small {
    padding: 0 15px;
    line-height: 29px !important;
  }
  body .button.large {
    line-height: 45px !important;
  }
}
body .button.white,
body .payment-method button.action-cancel {
  background: #fff;
  color: #273136;
  border-color: #fff;
}
body .button.white:hover,
body .payment-method button.action-cancel:hover {
  background: #273136;
  color: #fff;
}
body .button.primary,
body .button.red {
  background: #CB0008;
  color: #fff;
  border-color: #CB0008;
}
body .button.primary:hover,
body .button.red:hover {
  background: #F7F7F7;
  color: #273136;
}
body .main-content {
  position: relative;
  box-sizing: border-box;
  color: #273136;
  margin: 75px auto;
}
body .main-content *[style^="float: right;"] {
  margin: 0 0 20px 10px;
}
body .main-content *[style^="float: left;"] {
  margin: 0 10px 20px 0;
}
body .main-content ol,
body .main-content ul,
body .main-content ol li,
body .main-content ul li {
  margin: 0;
  padding: 0;
}
body .main-content ol,
body .main-content ul {
  padding-left: 20px;
}
body .main-content ul.checked {
  padding-left: 0px;
  list-style: none;
}
body .main-content ul.checked li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 10px;
}
body .main-content ul.checked li:before {
  content: "";
  text-align: center;
  padding-top: 2px;
  color: #fff;
  width: 20px;
  height: 20px;
  background: #DBC381;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 3px;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .main-content ul.checked li:before .block-content {
  margin: 30px 0;
}
body .main-content ul.checked li:before .actions-toolbar {
  text-align: right;
  max-width: 400px;
}
body .main-content ul.checked li:before .actions-toolbar .float-left {
  float: left;
}
body .main-content ul.checked li:before.block-new-customer .actions-toolbar {
  text-align: left;
}
@media screen and (min-width: 1400px) {
  body .main-content {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}
body .main-content .content-block,
body .main-content .full-block {
  margin: 75px auto;
}
body .main-content .content-block:nth-child(1),
body .main-content .full-block:nth-child(1) {
  margin-top: 0px;
}
body .main-content .content-block:nth-last-child(1),
body .main-content .full-block:nth-last-child(1) {
  margin-bottom: 0px;
}
body .main-content .content-block.split-block .text-block,
body .main-content .full-block.split-block .text-block {
  padding: 25px 12.5px;
}
@media screen and (min-width: 768px) {
  body .main-content .content-block.split-block,
  body .main-content .full-block.split-block {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
  }
  body .main-content .content-block.split-block > *,
  body .main-content .full-block.split-block > * {
    flex: 0 0 50%;
    width: 50%;
    box-sizing: border-box;
  }
  body .main-content .content-block.split-block .text-block,
  body .main-content .full-block.split-block .text-block {
    padding: 35px 0;
  }
  body .main-content .content-block.split-block .bg-image,
  body .main-content .full-block.split-block .bg-image {
    min-height: 150px;
  }
  body .main-content .content-block.split-block > * .content-half-block,
  body .main-content .full-block.split-block > * .content-half-block {
    max-width: 585px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    min-height: 100px;
  }
  body .main-content .content-block.split-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(1) .content-half-block {
    margin-left: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  body .main-content .content-block.split-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(2) .content-half-block {
    margin-right: auto;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
  body .main-content .content-block.split-block.content-top > * .content-half-block,
  body .main-content .full-block.split-block.content-top > * .content-half-block {
    transform: none;
    top: 0;
  }
  body .main-content .content-block.split-block.reverse-block,
  body .main-content .full-block.split-block.reverse-block {
    flex-direction: row-reverse;
  }
  body .main-content .content-block.split-block.reverse-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(1) .content-half-block {
    margin-left: 0px;
    margin-right: auto;
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
  body .main-content .content-block.split-block.reverse-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(2) .content-half-block {
    margin-right: 0px;
    margin-left: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  body .main-content .content-block.split-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(1) .content-half-block {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body .main-content .content-block.split-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(1) .content-half-block {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .main-content .content-block.split-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(1) .content-half-block {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  body .main-content .content-block.split-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(1) .content-half-block {
    padding-left: 75px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  body .main-content .content-block.split-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(1) .content-half-block {
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body .main-content .content-block.split-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(1) .content-half-block {
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .main-content .content-block.split-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(1) .content-half-block {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  body .main-content .content-block.split-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(1) .content-half-block {
    padding-right: 75px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  body .main-content .content-block.split-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(2) .content-half-block {
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body .main-content .content-block.split-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(2) .content-half-block {
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .main-content .content-block.split-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(2) .content-half-block {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  body .main-content .content-block.split-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(2) .content-half-block {
    padding-right: 75px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  body .main-content .content-block.split-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(2) .content-half-block {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body .main-content .content-block.split-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(2) .content-half-block {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .main-content .content-block.split-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(2) .content-half-block {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  body .main-content .content-block.split-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block > *:nth-child(2) .content-half-block {
    padding-left: 75px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(1) .content-half-block {
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(1) .content-half-block {
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(1) .content-half-block {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(1) .content-half-block {
    padding-right: 75px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(1) .content-half-block {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(1) .content-half-block {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(1) .content-half-block {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(1) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(1) .content-half-block {
    padding-left: 75px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(2) .content-half-block {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(2) .content-half-block {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(2) .content-half-block {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(2) .content-half-block {
    padding-left: 75px;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(2) .content-half-block {
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(2) .content-half-block {
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(2) .content-half-block {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  body .main-content .content-block.split-block.reverse-block > *:nth-child(2) .content-half-block,
  body .main-content .full-block.split-block.reverse-block > *:nth-child(2) .content-half-block {
    padding-right: 75px;
  }
}
body .main-content .image-background {
  padding: 0 !important;
}
body .main-content .full-block {
  width: 100vw;
}
body .main-content .full-block .head-image-block-content {
  margin: 0;
  background: #273136;
  color: #F7F7F7;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  padding: 10px 25px 12.5px;
  box-sizing: border-box;
  line-height: 130%;
  position: relative;
}
@media (min-width: 768px) {
  body .main-content .full-block .head-image-block-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: auto;
    max-width: 300px;
    line-height: 150%;
  }
}
body .main-content .full-block .head-image-block-content h4 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body .main-content .full-block .head-image-block-content {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media (min-width: 850px) {
  body .main-content .full-block .head-image-block-content {
    padding: 20px 25px 25px;
  }
}
@media (min-width: 1200px) {
  body .main-content .full-block .head-image-block-content {
    left: 50px;
    bottom: 50px;
  }
}
@media (min-width: 1400px) {
  body .main-content .full-block .head-image-block-content {
    left: 75px;
  }
}
@media (min-width: 1900px) {
  body .main-content .full-block .head-image-block-content {
    left: 50%;
    margin-left: -875px !important;
  }
}
body .main-content .full-block .head-image-block-content a:not(.button) {
  color: #F7F7F7;
}
body #cookie-info {
  position: fixed;
  background: #273136;
  color: #fff;
  z-index: 100;
  padding: 25px;
  bottom: 0;
  right: 25px;
  width: 60%;
  max-width: 360px;
  box-sizing: border-box;
  text-align: center;
   display: none;
}
@media (min-width: 1000px) {
  body #cookie-info {
    font-size: 14px;
    font-size: 87.5%;
    line-height: 133.333334%;
    display: none;
  }
  body #cookie-info .cookie-table > .title {
    font-size: 20px;
    font-size: 142.85714285714%;
    line-height: 133.333334%;
  }
}
body #cookie-info .headline {
  font-size: 15px;
  font-size: 93.75%;
  line-height: 133.333334%;
  font-weight: 800;
}
body #cookie-info .content {
  margin: 25px 0 25px;
}
body #cookie-info .content a {
  color: #DBC381;
}
body #cookie-info .content p {
  margin: 0;
}
body #cookie-info .content p a {
  color: #fff;
}
body.page-home .main-content {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  body .content-with-sidebar {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
  }
  body .content-with-sidebar > * {
    flex: 0 0 60.4135338346%;
    width: 60.4135338346%;
    box-sizing: border-box;
  }
  body .content-with-sidebar > .sidebar {
    padding-left: 50px;
    flex: 0 0 39.5864661654%;
    width: 39.5864661654%;
  }
  body .content-with-sidebar.sidebar-left {
    flex-direction: row-reverse;
  }
  body .content-with-sidebar.sidebar-left > * {
    flex: 0 0 64.0601503759%;
    width: 64.0601503759%;
  }
  body .content-with-sidebar.sidebar-left > .sidebar {
    padding-left: 0;
    padding-right: 50px;
    flex: 0 0 35.9398496241%;
    width: 35.9398496241%;
  }
}
@media screen and (min-width: 1000px) {
  body .content-with-sidebar {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
  }
  body .content-with-sidebar > * {
    flex: 0 0 65.4135338346%;
    width: 65.4135338346%;
    box-sizing: border-box;
  }
  body .content-with-sidebar > .sidebar {
    padding-left: 150px;
    flex: 0 0 34.5864661654%;
    width: 34.5864661654%;
  }
  body .content-with-sidebar.sidebar-left > * {
    flex: 0 0 74.0601503759%;
    width: 74.0601503759%;
  }
  body .content-with-sidebar.sidebar-left > .sidebar {
    padding-left: 0;
    padding-right: 100px;
    flex: 0 0 25.9398496241%;
    width: 25.9398496241%;
  }
}
body .content-with-sidebar .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .content-with-sidebar .sidebar-nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .content-with-sidebar .sidebar-nav > ul {
  font-size: 14px;
  font-size: 87.5%;
  line-height: 157%;
}
body .content-with-sidebar .sidebar-nav > ul > li > a {
  font-size: 15px;
  font-size: 107.14285714286%;
  line-height: 157%;
}
body .content-with-sidebar .sidebar-nav > ul a {
  text-decoration: none;
}
body .content-with-sidebar .sidebar-nav > ul > li {
  margin-bottom: 30px;
}
body .content-with-sidebar .sidebar-nav > ul > li > a {
  font-weight: bold;
}
body .content-with-sidebar .sidebar-nav > ul > li > .submenu > ul > li {
  padding-top: 7px;
}
body .content-with-sidebar .sidebar-nav > ul > li > .submenu > ul > li .submenu ul {
  font-size: 13px;
  font-size: 92.857142857143%;
  line-height: 157%;
}
body .content-with-sidebar .sidebar-nav > ul > li > .submenu > ul > li .submenu ul li a:before {
  content: ">";
  display: inline-block;
  padding-right: 5px;
}
body .link-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .link-list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .link-list a {
  text-decoration: none;
}
body .no-margin-top {
  margin-top: 0px !important;
}
body .no-padding-top {
  padding-top: 0px !important;
}
body .no-margin-bottom {
  margin-bottom: 0px !important;
}
body .no-padding-bottom {
  padding-bottom: 0px !important;
}
body .modals-overlay {
  position: fixed;
  background: rgba(0,0,0,0.25);
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
}
body .modal-popup {
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: fixed;
  z-index: 1000;
  background: #F7F7F7;
  padding: 25px;
}
body .modal-popup._show {
  display: block;
}
body .modal-popup._show .block-content {
  margin: 30px 0;
}
body .modal-popup._show .actions-toolbar {
  text-align: right;
  max-width: 400px;
}
body .modal-popup._show .actions-toolbar .float-left {
  float: left;
}
body .modal-popup._show.block-new-customer .actions-toolbar {
  text-align: left;
}
body .modal-popup .modal-header {
  padding-bottom: 20px;
}
body .modal-popup .modal-header .action-close {
  background: transparent;
  border: none;
}
body .modal-popup .modal-header .action-close span {
  display: none;
}
body .modal-popup .modal-footer {
  text-align: right;
  padding-top: 20px;
}
.product-link-slider.item-slider.init {
  margin-top: -10px;
  margin-bottom: -25px;
}
.product-link-slider.item-slider.init > div.main-slider-container {
  padding-top: 10px;
  padding-bottom: 25px;
}
@media (min-width: 1550px) {
  .product-link-slider.item-slider.init {
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-link-slider.item-slider.init .slider-prev {
    left: -60px;
  }
  .product-link-slider.item-slider.init .slider-next {
    right: -60px;
  }
}
.product-link-slider .item {
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}
.product-link-slider .cms-page-box-image {
  height: 150px;
  background: #F7F7F7 no-repeat center;
  background-size: cover;
}
@media (min-width: 1000px) {
  .product-link-slider .cms-page-box-image {
    height: 160px;
  }
}
.product-link-slider .cms-page-box-content {
  padding: 20px 20px 70px;
  line-height: 125%;
}
.product-link-slider .cms-page-box-content .cms-page-box-title {
  margin-bottom: 10px;
}
.product-link-slider .cms-page-box-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.modal-content {
  max-height: 200px;
  overflow: scroll;
  padding-right: 30px;
}
.number-block {
  padding: 20px 20px 20px;
}
.number-block .number-field {
  background: #fff;
  color: #DBC381;
  height: 50px;
  width: 50px;
  text-align: center;
  position: relative;
  line-height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 850px) {
  .number-block .number-field {
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 42px;
  }
}
@media (min-width: 1000px) {
  .number-block .number-field {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 52px;
  }
}
@media (min-width: 1400px) {
  .number-block .number-field {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 64px;
  }
}
.number-block .number-block-content {
  max-width: 75%;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .number-block {
    padding: 40px 40px 40px;
  }
  .number-block .content-width {
    position: relative;
  }
  .number-block .content-width .number-block-content {
    max-width: 60%;
  }
  .number-block .content-width .number-field {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.product-image-slider.item-slider.init > div.main-slider-container .item {
  margin: 0 !important;
  text-align: center;
}
.box-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.contact-box label {
  display: inline-block;
  width: 80px;
}
.bfb-element-pages .bfb-element-page-heading {
  display: none;
}
.bfb-element-pages .bfb-element-inner {
  padding: 0 !important;
}
.bfb-element-pages .bfb-element {
  width: 100% !important;
  box-sizing: border-box;
  margin-top: 10px;
}
.bfb-element-pages .bfb-element input[type="text"],
.bfb-element-pages .bfb-element input[type="email"],
.bfb-element-pages .bfb-element input[type="tel"] {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}
.bfb-element-pages .bfb-element textarea {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  resize: none;
}
.bfb-element-pages .bfb-element textarea {
  height: 200px;
}
.glossar-container .glossar-item {
  margin-top: 10px;
}
.glossar-container .glossar-item:nth-child(1) {
  margin-top: 0px;
}
.loading-mask {
  background: rgba(255,255,255,0.75);
  padding: 25px;
  z-index: 1000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.loading-mask > div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
*[aria-hidden="true"] {
  display: none;
}
.note {
  font-size: 12px;
  font-size: 100%;
  line-height: 133.333334%;
}
@media (min-width: 375px) {
  .note {
    font-size: 12px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  .note {
    font-size: 12px;
    font-size: 85.714285714286%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1000px) {
  .note {
    font-size: 12px;
    font-size: 85.714285714286%;
    line-height: 133.333334%;
  }
}
@media (min-width: 1400px) {
  .note {
    font-size: 12px;
    font-size: 85.714285714286%;
    line-height: 133.333334%;
  }
}
.no-p-b {
  padding-bottom: 0px;
}
.txt-right {
  text-align: right;
}
.results.search > dl {
  display: none;
}
.login-container > *:nth-child(1) {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .login-container {
    display: table;
    vertical-align: top;
    table-layout: fixed;
    width: 100%;
  }
  .login-container > * {
    display: table-cell;
    padding-right: 30px;
    width: 50%;
  }
  .login-container > * input {
    max-width: 400px;
  }
  .login-container > *:nth-child(1) {
    margin-bottom: 0px;
  }
  .login-container > *:nth-child(2) {
    padding-right: 0px;
    padding-left: 30px;
  }
}
@media (min-width: 1000px) {
  .login-container > * {
    padding-right: 40px;
  }
  .login-container > *:nth-child(2) {
    padding-right: 0px;
    padding-left: 40px;
  }
}
@media (min-width: 1400px) {
  .login-container > * {
    padding-right: 65px;
  }
  .login-container > *:nth-child(2) {
    padding-right: 0px;
    padding-left: 65px;
  }
}
.actions-toolbar {
  margin-top: 20px;
}
.message-error {
  color: #fff;
  background: #CB0008;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
.hover-text {
  display: block;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  left: 50%;
  width: 200%;
  max-width: 250px;
  padding: 10px;
  background: #273136;
  color: #fff;
  font-size: 11px;
  font-size: 90%;
  line-height: 133.333334%;
  z-index: 50;
  box-sizing: border-box;
  display: none;
}
.hover-text img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}
.hover-text .color-preview {
	width: 100%;
	height: 300px;
	display: block;
	margin-bottom: 15px;
}
.hover-text .block-content {
  margin: 30px 0;
}
.hover-text .actions-toolbar {
  text-align: right;
  max-width: 400px;
}
.hover-text .actions-toolbar .float-left {
  float: left;
}
.hover-text.block-new-customer .actions-toolbar {
  text-align: left;
}
@media (min-width: 375px) {
  .hover-text {
    font-size: 12px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
@media (min-width: 768px) {
  .hover-text {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
  .hover-text {
	  max-width: 300px;
  }
}
@media (min-width: 1000px) {
  .hover-text {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
  .hover-text {
	  max-width: 350px;
  }
}
@media (min-width: 1400px) {
  .hover-text {
    font-size: 14px;
    font-size: 100%;
    line-height: 133.333334%;
  }
}
.hover-text strong {
  display: inline-block;
}
.hover-text .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #273136;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.block .block-content {
  margin: 30px 0;
}
.block .actions-toolbar {
  text-align: right;
  max-width: 400px;
}
.block .actions-toolbar .float-left {
  float: left;
}
.block.block-new-customer .actions-toolbar {
  text-align: left;
}
.step-title {
  padding-left: 35px;
  position: relative;
}
.step-title i {
  position: absolute;
  left: 0;
  top: 5px;
}
.table-checkout-shipping-method .col-method {
  min-width: 20px;
}
.table-checkout-shipping-method .col-method .checkbox-wrapper {
  margin-top: -8px;
}
.table-checkout-shipping-method .col-method .checkbox-wrapper .checkbox-icon {
  margin-top: 0px;
}
.breadcrumbs ul.items {
  padding-left: 0px;
}
.min-height-250 {
  min-height: 200px;
}
@media (min-width: 768px) {
  .min-height-250 {
    min-height: 250px;
  }
}
.min-height-300 {
  min-height: 225px;
}
@media (min-width: 768px) {
  .min-height-300 {
    min-height: 300px;
  }
}
.min-height-350 {
  min-height: 250px;
}
@media (min-width: 768px) {
  .min-height-350 {
    min-height: 350px;
  }
}
.min-height-400 {
  min-height: 275px;
}
@media (min-width: 768px) {
  .min-height-400 {
    min-height: 400px;
  }
}
.min-height-450 {
  min-height: 300px;
}
@media (min-width: 768px) {
  .min-height-450 {
    min-height: 450px;
  }
}
.min-height-500 {
  min-height: 325px;
}
@media (min-width: 768px) {
  .min-height-500 {
    min-height: 500px;
  }
}
.min-height-550 {
  min-height: 350px;
}
@media (min-width: 768px) {
  .min-height-550 {
    min-height: 550px;
  }
}
.min-height-600 {
  min-height: 375px;
}
@media (min-width: 768px) {
  .min-height-600 {
    min-height: 600px;
  }
}
.min-height-650 {
  min-height: 400px;
}
@media (min-width: 768px) {
  .min-height-650 {
    min-height: 650px;
  }
}
.min-height-700 {
  min-height: 425px;
}
@media (min-width: 768px) {
  .min-height-700 {
    min-height: 700px;
  }
}
.min-height-750 {
  min-height: 450px;
}
@media (min-width: 768px) {
  .min-height-750 {
    min-height: 750px;
  }
}
.image-block {
  position: relative;
}
.zoom {
	display:inline-block;
	position: relative;
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }
#ppplus iframe {
	width: 100% !important;
}



.hover-text .icon {
	background: left no-repeat;
	background-size: 50px;
	display: block;
	padding: 10px;
	padding-left: 60px;
	background-color: #fff;
	border-radius: 5px;
	margin: 0 0 10px;
	color: #000;
	font-size: 11px;
	text-align: left;
}
.hover-text .icon.uv-icon
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_upf12.jpg);
	min-width: 80px;
}

.hover-text .icon.uv-icon-30
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_upf30.jpg);
	min-width: 80px;
}

.hover-text .icon.uv-icon-50
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_upf50.jpg);
	min-width: 80px;
}

.hover-text .icon.thermisch-icon
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_therm_bas.jpg);
	min-width: 80px;
}

.hover-text .icon.thermisch-icon-moy
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_therm_moy.jpg);
	min-width: 80px;
}

.hover-text .icon.thermisch-icon-haut
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_therm_haut.jpg);
	min-width: 80px;
}

.hover-text .icon.sichtschutz-icon
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_visu_bas.jpg);
	min-width: 80px;
}

.hover-text .icon.sichtschutz-icon-bon
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_visu_bon.jpg);
	min-width: 80px;
}

.hover-text .icon.sichtschutz-icon-moy
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_visu_moy.jpg);
	min-width: 80px;
}

.hover-text .icon.lichtaenderung-icon
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_amb_chaud.jpg);
	min-width: 80px;
}

.hover-text .icon.lichtaenderung-icon-froid
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_amb_froid.jpg);
	min-width: 80px;
}

.hover-text .icon.lichtaenderung-icon-moy
{
	background-image: url(/skin/frontend/default/dekofactory/images/icons/P_amb_moy.jpg);
	min-width: 80px;
}
.authentication-dropdown .modal-header {
	display: none !important;
}
.account-nav-content ul,
.account-nav-content ul li {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}
.account-nav-content ul li {
	padding-bottom: 5px !important;
	min-height: 10px;
}

.check-icon,
.checked-icon {
	color: #0ec21a;
}

.error-icon {
	color: #CB0008;
}

.product-configurator-legende {
	margin-top: 20px;
	font-size: 90%;
}

.product-configurator-legende label {
	margin-bottom: 10px !important;
	display: block;
}

.product-configurator-legende > div {
	background: #fff;
	padding: 12px 30px;
}

.product-configurator-legende > div ul,
.product-configurator-legende > div ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
.product-configurator-legende > div ul li {
	display: inline-block;
	padding-left: 30px;
	position: relative;
	margin: 8px 30px 8px 0;
	white-space: none;
}
.product-configurator-legende > div ul li:nth-child(1) {
	margin-left: 0;
}
.product-configurator-legende > div ul li:nth-last-child(1) {
	margin-right: 0;
}
.product-configurator-legende > div ul li i {
	position: absolute;
	left: 0;
	top: -4px;
}
@media screen and (min-width: 500px) {
.customer-form {
	display: flex;
	flex-wrap: wrap;
}

.customer-form > fieldset {
	flex: 0 0 50%;
	margin: 0;
	box-sizing: border-box;
}

.customer-form > fieldset:nth-child(2n+1) {
	padding-right: 10px;
}

.customer-form > fieldset:nth-child(2n) {
	padding-left: 10px;
}

form .field {
	margin-top: 20px;
}

.customer-form > .actions-toolbar,
.customer-form > .full {
	flex: 0 0 100%
}
}

@media screen and (min-width: 768px) {
.customer-form > fieldset:nth-child(2n+1) {
	padding-right: 25px;
}

.customer-form > fieldset:nth-child(2n) {
	padding-left: 25px;
}
}

form .actions-toolbar {
	margin-top: 20px;
}

form .actions-toolbar .button.primary {
	float: right;
}

.field-checkbox {
	position: relative;
	padding-left: 25px;
}
	.filiale-teaser,
	.product-teaser {
		position: relative;
		padding: 40px 30px !important;
		box-sizing: border-box;
	}
	.filiale-teaser > div,
	.product-teaser > div {
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: relative;
	}
	.filiale-teaser h2,
	.product-teaser h2 {
		font-size: 200%;
	}
	.filiale-teaser h2 {
		font-size: 300%;
	}

.field-checkbox .checkbox-wrapper {
	position: absolute;
	left: 0;
	top: -2px;
}
#search-container {
	z-index: 10000;
}

.message {
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	background: #CB0008;
	color: #fff;
}

.message-success {
	background: #DBC381;
	color: #000;
}

body.checkout-index-index .content-with-sidebar .payment-method-content .checkout-billing-address .actions-toolbar {
	display: block !important;
}

body.checkout-index-index .content-with-sidebar .payment-method-content .checkout-billing-address {
	margin-bottom: 20px !important;
}

.opc .field-tooltip {
	display:none;
}

.covid__toggle {
  display: none;
}


#paypal-smart-button {
  margin-top: 20px;
}

@media only screen and (max-width: 720px) {
.content-full-width.content {
padding-bottom: 50px;
}
}
