@charset "UTF-8";
/* Mobene Price Calculator Bundle - Base CSS
 * https://www.mobene.de 2023 */
/* Base-Colors */
/* Font-Weights */
.m-article.hero .c-pric-calculator,
.m-article.hero .ce_price_calculator {
  z-index: 1000;
}

.m-article.hero .c-pric-calculator .ce_calculator_form,
.m-article.hero .ce_price_calculator .ce_calculator_form {
  position: absolute;
  bottom: 60px;
  width: 28em;
  right: 6vw;
}

.ce_price_calculator .boxed div.price {
  color: #6292c2;
  font-size: 38px;
  line-height: 43px;
  font-weight: 900;
  position: absolute;
  right: 15px;
  bottom: 100px !important;
}

.ce_price_calculator .order_form .boxed:not(form) div.price {
  position: absolute;
  right: 15px;
  bottom: 45px !important;
}

.ce_price_calculator .boxed div.small.price_info {
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: 150px !important;
}

.ce_price_calculator .order_form .boxed:not(form) div.small.price_info {
  position: absolute;
  right: 15px;
  bottom: 90px !important;
}

.ce_price_calculator .boxed div.tax {
  position: absolute;
  right: 15px;
  bottom: 70px;
  text-align: right !important;
}

.ce_price_calculator .order_form .boxed:not(form) div.tax {
  position: absolute !important;
  text-align: right;
  right: 15px !important;
  bottom: 20px !important;
}

.c-pric-calculator,
.ce_price_calculator {
  box-shadow: none;
  border-radius: 0;
  position: relative;
  /* Preisrechner Mini-Formular */
  /* Spinner */
  /* Bestellformular */
  /* Bestellübersicht */
}
.c-pric-calculator .proklima_layer .close,
.ce_price_calculator .proklima_layer .close {
  z-index: 1000000;
}
.c-pric-calculator .proklima_layer.active,
.ce_price_calculator .proklima_layer.active {
  display: block;
}
.c-pric-calculator .ce_calculator_form,
.ce_price_calculator .ce_calculator_form {
  display: block;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: relative;
  background: #FFFFFF;
  width: 100%;
  max-width: 100%;
  color: #000000;
}
.c-pric-calculator .ce_calculator_form *,
.ce_price_calculator .ce_calculator_form * {
  border: none;
}
.c-pric-calculator .ce_calculator_form .widget,
.ce_price_calculator .ce_calculator_form .widget {
  height: 60px;
  line-height: 60px;
  position: relative;
}
.c-pric-calculator .ce_calculator_form .widget input,
.ce_price_calculator .ce_calculator_form .widget input {
  background: none;
  width: 100%;
  padding: 0 60px 0 50px;
  height: 100%;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  border: 0;
  border-radius: 0;
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
  transition: none;
}
.c-pric-calculator .ce_calculator_form .widget.widget-postal:before,
.ce_price_calculator .ce_calculator_form .widget.widget-postal:before {
  position: absolute;
  top: 3px;
  left: 15px;
  width: 24px;
  height: 24px;
  content: url(../layout/plz-marker.svg);
}
.c-pric-calculator .ce_calculator_form .widget.widget-amount:before,
.ce_price_calculator .ce_calculator_form .widget.widget-amount:before {
  content: url(../layout/liter-marker.svg);
  width: 24px;
  height: 24px;
  top: 3px;
  left: 15px;
  position: absolute;
}
.c-pric-calculator .ce_calculator_form .widget.widget-amount:after,
.ce_price_calculator .ce_calculator_form .widget.widget-amount:after {
  content: "Liter";
  position: absolute;
  top: 0;
  right: 15px;
}
.c-pric-calculator .ce_calculator_form .widget:last-child, .c-pric-calculator .ce_calculator_form .widget:last-child > *,
.ce_price_calculator .ce_calculator_form .widget:last-child,
.ce_price_calculator .ce_calculator_form .widget:last-child > * {
  border-radius: 0 0 8px 8px;
}
.c-pric-calculator .ce_calculator_form .widget.widget-postal, .c-pric-calculator .ce_calculator_form .widget.widget-postal > input,
.ce_price_calculator .ce_calculator_form .widget.widget-postal,
.ce_price_calculator .ce_calculator_form .widget.widget-postal > input {
  border-radius: 8px 8px 0 0;
}
.c-pric-calculator .ce_calculator_form .widget button,
.ce_price_calculator .ce_calculator_form .widget button {
  background-color: #6292c2;
  color: #ffffff;
  width: 100%;
  font-weight: 700;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  height: 100%;
}
.c-pric-calculator .ce_calculator_form .widget button:hover, .c-pric-calculator .ce_calculator_form .widget button:focus,
.ce_price_calculator .ce_calculator_form .widget button:hover,
.ce_price_calculator .ce_calculator_form .widget button:focus {
  background-color: #004D9E;
}
.c-pric-calculator .ce_calculator_form button:not(:disabled),
.ce_price_calculator .ce_calculator_form button:not(:disabled) {
  cursor: pointer;
}
.c-pric-calculator .loading,
.ce_price_calculator .loading {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  width: calc(100% + 2px);
  border-radius: 12px;
  height: calc(100% + 2px);
  padding: 30px 15px 0 15px;
  text-align: center;
  line-height: 20px;
}
.c-pric-calculator .loading div,
.ce_price_calculator .loading div {
  max-width: 600px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
.c-pric-calculator .loading div.spinner-grow,
.ce_price_calculator .loading div.spinner-grow {
  color: #EFEFEF;
}
.c-pric-calculator .c-pric-calculator .order_form .formular .widget.widget-submit input,
.c-pric-calculator .ce_price_calculator .order_form .formular .widget.widget-submit input,
.ce_price_calculator .c-pric-calculator .order_form .formular .widget.widget-submit input,
.ce_price_calculator .ce_price_calculator .order_form .formular .widget.widget-submit input {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.c-pric-calculator .boxed,
.ce_price_calculator .boxed {
  background-color: #ffffff;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  /* Filter */
  /* Angebotskacheln */
}
.c-pric-calculator .boxed div.tax,
.ce_price_calculator .boxed div.tax {
  position: absolute;
  right: 15px;
  bottom: 70px;
  text-align: right !important;
}
.c-pric-calculator .boxed input.order_btn,
.ce_price_calculator .boxed input.order_btn {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  width: calc(100% + 2px);
  position: absolute;
  bottom: -1px;
  left: -1px;
}
.c-pric-calculator .boxed .row,
.ce_price_calculator .boxed .row {
  margin-right: 0;
  margin-left: 0;
}
.c-pric-calculator .boxed .widget-submit button:not(:disabled),
.ce_price_calculator .boxed .widget-submit button:not(:disabled) {
  background-color: #6292c2 !important;
  color: #FFFFFF !important;
}
.c-pric-calculator .boxed .widget-submit button:not(:disabled):hover, .c-pric-calculator .boxed .widget-submit button:not(:disabled):focus,
.ce_price_calculator .boxed .widget-submit button:not(:disabled):hover,
.ce_price_calculator .boxed .widget-submit button:not(:disabled):focus {
  background-color: #004D9E !important;
}
.c-pric-calculator .boxed:not(div),
.ce_price_calculator .boxed:not(div) {
  margin-top: 30px;
  margin-bottom: 2.25rem;
}
.c-pric-calculator .boxed:not(div) .widget, .c-pric-calculator .boxed:not(div) .ce_hyperlink,
.ce_price_calculator .boxed:not(div) .widget,
.ce_price_calculator .boxed:not(div) .ce_hyperlink {
  border: 1px solid rgba(243, 243, 243, 0.95);
  height: 75px;
  padding: 0;
}
.c-pric-calculator .boxed:not(div) .widget label, .c-pric-calculator .boxed:not(div) .ce_hyperlink label,
.ce_price_calculator .boxed:not(div) .widget label,
.ce_price_calculator .boxed:not(div) .ce_hyperlink label {
  margin: 0;
  font-size: 1rem;
  color: #000000;
  padding: 8px 20px 4px 20px;
  display: block;
}
.c-pric-calculator .boxed:not(div) .widget label a, .c-pric-calculator .boxed:not(div) .ce_hyperlink label a,
.ce_price_calculator .boxed:not(div) .widget label a,
.ce_price_calculator .boxed:not(div) .ce_hyperlink label a {
  text-decoration: underline !important;
}
.c-pric-calculator .boxed:not(div) .widget:not(.widget-submit) input, .c-pric-calculator .boxed:not(div) .widget:not(.widget-submit) select, .c-pric-calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) input, .c-pric-calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) select,
.ce_price_calculator .boxed:not(div) .widget:not(.widget-submit) input,
.ce_price_calculator .boxed:not(div) .widget:not(.widget-submit) select,
.ce_price_calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) input,
.ce_price_calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) select {
  border: none;
  height: 25px;
  padding: 0 33px 0 20px;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
}
.c-pric-calculator .boxed:not(div) .widget:not(.widget-submit) input:focus, .c-pric-calculator .boxed:not(div) .widget:not(.widget-submit) input:hover, .c-pric-calculator .boxed:not(div) .widget:not(.widget-submit) select:focus, .c-pric-calculator .boxed:not(div) .widget:not(.widget-submit) select:hover, .c-pric-calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) input:focus, .c-pric-calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) input:hover, .c-pric-calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) select:focus, .c-pric-calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) select:hover,
.ce_price_calculator .boxed:not(div) .widget:not(.widget-submit) input:focus,
.ce_price_calculator .boxed:not(div) .widget:not(.widget-submit) input:hover,
.ce_price_calculator .boxed:not(div) .widget:not(.widget-submit) select:focus,
.ce_price_calculator .boxed:not(div) .widget:not(.widget-submit) select:hover,
.ce_price_calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) input:focus,
.ce_price_calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) input:hover,
.ce_price_calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) select:focus,
.ce_price_calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) select:hover {
  color: #004D9E;
}
.c-pric-calculator .boxed:not(div) .widget:not(.widget-submit) select, .c-pric-calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) select,
.ce_price_calculator .boxed:not(div) .widget:not(.widget-submit) select,
.ce_price_calculator .boxed:not(div) .ce_hyperlink:not(.widget-submit) select {
  background-image: url("../layout/pfeil.svg") !important;
}
.c-pric-calculator .boxed:not(div) .widget button:not(:disabled), .c-pric-calculator .boxed:not(div) .ce_hyperlink button:not(:disabled),
.ce_price_calculator .boxed:not(div) .widget button:not(:disabled),
.ce_price_calculator .boxed:not(div) .ce_hyperlink button:not(:disabled) {
  height: 75px !important;
}
.c-pric-calculator .boxed:not(div) .widget a.o-text-link, .c-pric-calculator .boxed:not(div) .ce_hyperlink a.o-text-link,
.ce_price_calculator .boxed:not(div) .widget a.o-text-link,
.ce_price_calculator .boxed:not(div) .ce_hyperlink a.o-text-link {
  text-decoration: none;
  font-size: 1em;
  line-height: 1.4;
  text-align: center;
  margin: 14px 0 4px 0;
}
.c-pric-calculator .boxed:not(div) .widget a.o-text-link:after, .c-pric-calculator .boxed:not(div) .ce_hyperlink a.o-text-link:after,
.ce_price_calculator .boxed:not(div) .widget a.o-text-link:after,
.ce_price_calculator .boxed:not(div) .ce_hyperlink a.o-text-link:after {
  display: none;
}
.c-pric-calculator .boxed:not(div) .widget a.o-text-link:before, .c-pric-calculator .boxed:not(div) .ce_hyperlink a.o-text-link:before,
.ce_price_calculator .boxed:not(div) .widget a.o-text-link:before,
.ce_price_calculator .boxed:not(div) .ce_hyperlink a.o-text-link:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  margin-right: 3px;
  color: #cbcaca;
  position: absolute;
  left: 10px;
  top: -2px;
  opacity: 0.5;
}
.c-pric-calculator .boxed:not(div) .widget a.o-text-link:hover:before, .c-pric-calculator .boxed:not(div) .ce_hyperlink a.o-text-link:hover:before,
.ce_price_calculator .boxed:not(div) .widget a.o-text-link:hover:before,
.ce_price_calculator .boxed:not(div) .ce_hyperlink a.o-text-link:hover:before {
  color: #004D9E;
  opacity: 1;
}
.c-pric-calculator .boxed:not(form):not(.formular),
.ce_price_calculator .boxed:not(form):not(.formular) {
  padding: 20px 20px 350px 20px;
  height: 100%;
  position: relative;
}
.c-pric-calculator .boxed.formular,
.ce_price_calculator .boxed.formular {
  padding-bottom: 100px;
}
.c-pric-calculator .boxed .ce_hyperlink,
.ce_price_calculator .boxed .ce_hyperlink {
  display: flex;
  align-items: center;
}
.c-pric-calculator .boxed .ce_hyperlink a[data-lightbox]:not(.normal_link):not(.email),
.ce_price_calculator .boxed .ce_hyperlink a[data-lightbox]:not(.normal_link):not(.email) {
  display: block;
  padding: 10px;
  margin: 0 auto;
  line-height: 17px;
  padding-left: 35px;
  position: relative;
  text-align: left;
}
.c-pric-calculator .boxed .ce_hyperlink a[data-lightbox]:not(.normal_link):not(.email):before,
.ce_price_calculator .boxed .ce_hyperlink a[data-lightbox]:not(.normal_link):not(.email):before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  margin-right: 3px;
  color: #cbcaca;
  position: absolute;
  left: 10px;
  top: 10px;
}
.c-pric-calculator .boxed.oil_normal .order_btn,
.ce_price_calculator .boxed.oil_normal .order_btn {
  background: #cbcaca;
  color: #000000;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 0 !important;
}
.c-pric-calculator .boxed.oil_normal .copopup .order_btn,
.ce_price_calculator .boxed.oil_normal .copopup .order_btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.c-pric-calculator .boxed.oil_premium .order_btn,
.ce_price_calculator .boxed.oil_premium .order_btn {
  background: #6292c2;
  color: #ffffff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 0 !important;
}
.c-pric-calculator .boxed.oil_premium .copopup .order_btn,
.ce_price_calculator .boxed.oil_premium .copopup .order_btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.c-pric-calculator .boxed.pro_klima .order_btn,
.ce_price_calculator .boxed.pro_klima .order_btn {
  background: #7daf3c !important;
  color: #ffffff !important;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border: 0 !important;
}
.c-pric-calculator .boxed.pro_klima .copopup .order_btn,
.ce_price_calculator .boxed.pro_klima .copopup .order_btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.c-pric-calculator .boxed a:not([data-lightbox]):not(.normal_link):not(.email), .c-pric-calculator .boxed .widget-submit input, .c-pric-calculator .boxed .widget-submit button,
.ce_price_calculator .boxed a:not([data-lightbox]):not(.normal_link):not(.email),
.ce_price_calculator .boxed .widget-submit input,
.ce_price_calculator .boxed .widget-submit button {
  display: block;
  height: 60px;
  border: 0;
  text-align: center;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 600;
  background-color: #EFEFEF;
  transition: all 0.2s;
  line-height: 60px;
}
.c-pric-calculator .boxed a:not([data-lightbox]):not(.normal_link):not(.email):not(button):not(input), .c-pric-calculator .boxed .widget-submit input:not(button):not(input), .c-pric-calculator .boxed .widget-submit button:not(button):not(input),
.ce_price_calculator .boxed a:not([data-lightbox]):not(.normal_link):not(.email):not(button):not(input),
.ce_price_calculator .boxed .widget-submit input:not(button):not(input),
.ce_price_calculator .boxed .widget-submit button:not(button):not(input) {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  width: calc(100% + 2px);
  position: absolute;
  bottom: -1px;
  left: -1px;
}
.c-pric-calculator .boxed a:not([data-lightbox]):not(.normal_link):not(.email):disabled, .c-pric-calculator .boxed .widget-submit input:disabled, .c-pric-calculator .boxed .widget-submit button:disabled,
.ce_price_calculator .boxed a:not([data-lightbox]):not(.normal_link):not(.email):disabled,
.ce_price_calculator .boxed .widget-submit input:disabled,
.ce_price_calculator .boxed .widget-submit button:disabled {
  background-color: #CCCCCC;
  opacity: 0.5;
}
.c-pric-calculator .boxed a:not([data-lightbox]):not(.normal_link):not(.email):not(:disabled):hover, .c-pric-calculator .boxed .widget-submit input:not(:disabled):hover, .c-pric-calculator .boxed .widget-submit button:not(:disabled):hover,
.ce_price_calculator .boxed a:not([data-lightbox]):not(.normal_link):not(.email):not(:disabled):hover,
.ce_price_calculator .boxed .widget-submit input:not(:disabled):hover,
.ce_price_calculator .boxed .widget-submit button:not(:disabled):hover {
  background-color: #6292c2;
  color: #FFFFFF;
}
.c-pric-calculator .boxed .order_btn,
.ce_price_calculator .boxed .order_btn {
  line-height: 59px;
}
.c-pric-calculator .boxed.pro a,
.ce_price_calculator .boxed.pro a {
  color: #FFFFFF;
  background-color: #EFEFEF;
}
.c-pric-calculator .boxed.pro a:hover,
.ce_price_calculator .boxed.pro a:hover {
  background-color: #6292c2;
}
.c-pric-calculator .boxed.pro_klima .order_btn,
.ce_price_calculator .boxed.pro_klima .order_btn {
  background: #7daf3c;
}
.c-pric-calculator .boxed .btn_video,
.ce_price_calculator .boxed .btn_video {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 124px;
  right: 17px;
  height: 100px;
  width: 100px;
}
.c-pric-calculator .boxed .btn_video img,
.ce_price_calculator .boxed .btn_video img {
  position: relative;
  height: 100%;
  width: 100%;
  bottom: auto;
  left: auto;
}
.c-pric-calculator .boxed h3,
.ce_price_calculator .boxed h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
.c-pric-calculator .boxed h3 i,
.ce_price_calculator .boxed h3 i {
  font-weight: inherit;
}
.c-pric-calculator .boxed h3 .not_bold,
.ce_price_calculator .boxed h3 .not_bold {
  font-weight: normal;
}
.c-pric-calculator .boxed div.amount,
.ce_price_calculator .boxed div.amount {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #6292c2;
}
.c-pric-calculator .boxed hr,
.ce_price_calculator .boxed hr {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.c-pric-calculator .boxed div.small,
.ce_price_calculator .boxed div.small {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
.c-pric-calculator .boxed div.small.price_info,
.ce_price_calculator .boxed div.small.price_info {
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: 150px !important;
}
.c-pric-calculator .boxed div.small label,
.ce_price_calculator .boxed div.small label {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.c-pric-calculator .boxed ul,
.ce_price_calculator .boxed ul {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  padding: 0;
  margin-bottom: 65px;
}
.c-pric-calculator .boxed ul li,
.ce_price_calculator .boxed ul li {
  margin: 6px 0;
  padding: 0 0 0 25px;
  list-style: none;
  font-size: 16px;
}
.c-pric-calculator .boxed ul li:before,
.ce_price_calculator .boxed ul li:before {
  content: "+";
  background-color: #6292c2;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  color: #ffffff;
  line-height: 16px !important;
  text-align: center;
  vertical-align: super !important;
  top: 4px;
}
.c-pric-calculator .boxed .error ul li:before,
.ce_price_calculator .boxed .error ul li:before {
  content: "x";
  font-family: Arial;
  line-height: 17px;
  font-weight: 300;
  font-size: 0.8em;
  background-color: #e63535;
  top: 3px;
}
.c-pric-calculator .boxed div.price,
.ce_price_calculator .boxed div.price {
  color: #6292c2;
  font-size: 38px;
  line-height: 43px;
  font-weight: 900;
  position: absolute;
  right: 15px;
  bottom: 100px !important;
}
.c-pric-calculator .boxed div.product-images,
.ce_price_calculator .boxed div.product-images {
  height: 150px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.c-pric-calculator .boxed div.product-images img,
.ce_price_calculator .boxed div.product-images img {
  height: 100%;
  width: auto;
}
.c-pric-calculator .boxed.product div.product-images,
.ce_price_calculator .boxed.product div.product-images {
  position: absolute;
  bottom: 250px;
  left: 15px;
}
@media (max-width: 768px) {
  .c-pric-calculator .boxed.product div.product-images,
  .ce_price_calculator .boxed.product div.product-images {
    bottom: 80px;
  }
}
@media (max-width: 500px) {
  .c-pric-calculator .boxed.product div.product-images,
  .ce_price_calculator .boxed.product div.product-images {
    position: static;
  }
}
.c-pric-calculator .boxed .small.blue,
.ce_price_calculator .boxed .small.blue {
  color: #000000;
  font-weight: 600;
}
.c-pric-calculator h1,
.ce_price_calculator h1 {
  text-align: center;
}
.c-pric-calculator .info_box,
.ce_price_calculator .info_box {
  display: none;
  background-color: #FFD800;
  padding: 15px 15px 15px 15px;
  height: 100%;
  color: #28394D;
  margin-top: 15px;
  border-radius: 12px;
  border: 1px solid #FFD800;
  margin-bottom: 5px;
}
.c-pric-calculator .proklima_layer,
.ce_price_calculator .proklima_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10000;
  display: none;
  overflow: scroll;
}
.c-pric-calculator .proklima_layer .inside,
.ce_price_calculator .proklima_layer .inside {
  position: absolute;
  background: #FFFFFF;
  margin: 0 auto;
  width: 700px;
  left: calc(50% - 350px);
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  padding: 15px 15px 90px 15px;
  color: #6292c2;
  min-height: 640px;
}
.c-pric-calculator .proklima_layer .inside.video_popup,
.ce_price_calculator .proklima_layer .inside.video_popup {
  width: 960px;
  left: calc(50% - 480px);
  top: calc(50% - 300px);
}
.c-pric-calculator .proklima_layer .order_btn,
.ce_price_calculator .proklima_layer .order_btn {
  width: 50% !important;
  position: absolute;
  bottom: 0;
  left: 0 !important;
  display: block;
  line-height: 59px;
  text-align: center;
  background: #EFEFEF !important;
  transition: all 0.2s;
  font-weight: 600;
  border: 0 none !important;
  color: #000000 !important;
}
.c-pric-calculator .proklima_layer .order_btn.btn_2,
.ce_price_calculator .proklima_layer .order_btn.btn_2 {
  right: 0;
  left: auto !important;
  display: block;
  line-height: 59px;
  text-align: center;
  background: #6292c2 !important;
  color: #ffffff !important;
}
.c-pric-calculator .proklima_layer .close,
.ce_price_calculator .proklima_layer .close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  text-shadow: none;
  opacity: 1;
  font-weight: 300;
  font-size: 1.5rem !important;
  color: #000000 !important;
}
.c-pric-calculator .proklima_layer h3, .c-pric-calculator .proklima_layer p,
.ce_price_calculator .proklima_layer h3,
.ce_price_calculator .proklima_layer p {
  padding-right: 160px;
}
.c-pric-calculator .proklima_layer ul,
.ce_price_calculator .proklima_layer ul {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #EFEFEF;
  margin: 0;
  padding: 0;
}
.c-pric-calculator .proklima_layer ul li,
.ce_price_calculator .proklima_layer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-pric-calculator .proklima_layer ul li:before,
.ce_price_calculator .proklima_layer ul li:before {
  content: "+";
  background-color: #28394D;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 5px;
  color: #FFFFFF;
  line-height: 16px !important;
  text-align: center;
  vertical-align: super !important;
}
.c-pric-calculator .proklima_layer .price,
.ce_price_calculator .proklima_layer .price {
  position: absolute;
  bottom: 90px;
  right: 15px;
  font-weight: 900;
  font-size: 16px;
  text-align: right;
}
.c-pric-calculator .proklima_layer .price span,
.ce_price_calculator .proklima_layer .price span {
  display: block;
  font-size: 34px;
  margin-top: 5px;
  color: #EFEFEF;
}
.c-pric-calculator .proklima_layer .order_btn:hover,
.ce_price_calculator .proklima_layer .order_btn:hover {
  color: #FFFFFF;
  background-color: #004D9E;
}
.c-pric-calculator .proklima_layer .ral_siegel,
.ce_price_calculator .proklima_layer .ral_siegel {
  width: 140px;
  position: absolute;
  top: 192px;
  right: 15px;
}
.c-pric-calculator .proklima_layer .natureoffice,
.ce_price_calculator .proklima_layer .natureoffice {
  width: 140px;
  position: absolute;
  top: 125px;
  right: 15px;
}
.c-pric-calculator .order_form,
.ce_price_calculator .order_form {
  margin-bottom: 100px;
}
.c-pric-calculator .order_form .boxed.text-right:not(form),
.ce_price_calculator .order_form .boxed.text-right:not(form) {
  padding: 20px 20px 220px 20px;
  height: auto !important;
  margin-bottom: 30px;
  position: relative;
}
.c-pric-calculator .order_form .boxed.text-right:not(form) div.price,
.ce_price_calculator .order_form .boxed.text-right:not(form) div.price {
  position: absolute;
  right: 15px;
  bottom: 45px !important;
}
.c-pric-calculator .order_form .boxed.text-right:not(form) div.small.price_info,
.ce_price_calculator .order_form .boxed.text-right:not(form) div.small.price_info {
  position: absolute;
  right: 15px;
  bottom: 100px !important;
}
.c-pric-calculator .order_form .boxed.text-right:not(form) div.tax,
.ce_price_calculator .order_form .boxed.text-right:not(form) div.tax {
  position: absolute !important;
  text-align: right;
  right: 15px !important;
  bottom: 20px !important;
}
.c-pric-calculator .order_form .formular,
.ce_price_calculator .order_form .formular {
  padding: 3rem 0 100px 0;
  margin-bottom: 0;
}
.c-pric-calculator .order_form .formular .row > [class*=col-],
.ce_price_calculator .order_form .formular .row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.c-pric-calculator .order_form .formular .row,
.ce_price_calculator .order_form .formular .row {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.c-pric-calculator .order_form .formular .widget,
.ce_price_calculator .order_form .formular .widget {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.c-pric-calculator .order_form .formular .ce_accordion,
.ce_price_calculator .order_form .formular .ce_accordion {
  margin-left: 1rem;
  margin-right: 1rem;
}
.c-pric-calculator .order_form .formular .ce_accordion .accordion,
.ce_price_calculator .order_form .formular .ce_accordion .accordion {
  background-color: #ffffff;
  padding: 35px 0 35px 0;
}
.c-pric-calculator .order_form .formular .ce_accordion .toggler,
.ce_price_calculator .order_form .formular .ce_accordion .toggler {
  font-size: 22px;
  font-weight: 600;
}
.c-pric-calculator .order_form .formular .ce_accordion .toggler:before,
.ce_price_calculator .order_form .formular .ce_accordion .toggler:before {
  font-size: 20px;
}
.c-pric-calculator .order_form .formular input[type=text],
.c-pric-calculator .order_form .formular input[type=email],
.c-pric-calculator .order_form .formular input[type=tel],
.c-pric-calculator .order_form .formular input[type=password],
.c-pric-calculator .order_form .formular input[type=date],
.c-pric-calculator .order_form .formular input[type=time],
.c-pric-calculator .order_form .formular input[type=search],
.c-pric-calculator .order_form .formular input[type=number],
.c-pric-calculator .order_form .formular select,
.c-pric-calculator .order_form .formular textarea,
.ce_price_calculator .order_form .formular input[type=text],
.ce_price_calculator .order_form .formular input[type=email],
.ce_price_calculator .order_form .formular input[type=tel],
.ce_price_calculator .order_form .formular input[type=password],
.ce_price_calculator .order_form .formular input[type=date],
.ce_price_calculator .order_form .formular input[type=time],
.ce_price_calculator .order_form .formular input[type=search],
.ce_price_calculator .order_form .formular input[type=number],
.ce_price_calculator .order_form .formular select,
.ce_price_calculator .order_form .formular textarea {
  color: #000000;
  background: #fafafa;
  border-color: #e8e8e8;
  box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.05);
}
.c-pric-calculator .order_form .formular input[type=text]:focus,
.c-pric-calculator .order_form .formular input[type=email]:focus,
.c-pric-calculator .order_form .formular input[type=tel]:focus,
.c-pric-calculator .order_form .formular input[type=password]:focus,
.c-pric-calculator .order_form .formular input[type=date]:focus,
.c-pric-calculator .order_form .formular input[type=time]:focus,
.c-pric-calculator .order_form .formular input[type=search]:focus,
.c-pric-calculator .order_form .formular input[type=number]:focus,
.c-pric-calculator .order_form .formular select:focus,
.c-pric-calculator .order_form .formular textarea:focus,
.ce_price_calculator .order_form .formular input[type=text]:focus,
.ce_price_calculator .order_form .formular input[type=email]:focus,
.ce_price_calculator .order_form .formular input[type=tel]:focus,
.ce_price_calculator .order_form .formular input[type=password]:focus,
.ce_price_calculator .order_form .formular input[type=date]:focus,
.ce_price_calculator .order_form .formular input[type=time]:focus,
.ce_price_calculator .order_form .formular input[type=search]:focus,
.ce_price_calculator .order_form .formular input[type=number]:focus,
.ce_price_calculator .order_form .formular select:focus,
.ce_price_calculator .order_form .formular textarea:focus {
  color: #000000;
  background: #EFEFEF;
}
.c-pric-calculator .order_form .formular a.toggle_different_bill,
.ce_price_calculator .order_form .formular a.toggle_different_bill {
  transition: margin 0.3s ease;
  background: #6292c2;
  border-radius: 2em;
  width: auto !important;
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  color: #ffffff;
  display: inline-block !important;
  height: auto !important;
  line-height: 25px !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 0.75rem !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1rem;
  min-width: 10em;
  padding: 0.8em 2em 0.7em 2em !important;
  margin-right: 25px;
  border-width: 0.3rem;
}
.c-pric-calculator .order_form .formular a.toggle_different_bill:hover,
.ce_price_calculator .order_form .formular a.toggle_different_bill:hover {
  background: #004D9E;
}
.c-pric-calculator .order_form .formular .widget.widget-submit,
.ce_price_calculator .order_form .formular .widget.widget-submit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.c-pric-calculator .order_form .formular .widget.widget-submit input,
.ce_price_calculator .order_form .formular .widget.widget-submit input {
  text-decoration: none !important;
  font-weight: 600;
  background-color: #6292c2;
  color: #ffffff;
}
.c-pric-calculator .order_form .formular .widget.widget-submit input:hover,
.ce_price_calculator .order_form .formular .widget.widget-submit input:hover {
  background: #004D9E;
}
.c-pric-calculator .order_form ul,
.ce_price_calculator .order_form ul {
  margin-bottom: 15px;
}
.c-pric-calculator .order_form img,
.ce_price_calculator .order_form img {
  position: relative;
  bottom: auto;
  left: auto;
  margin-bottom: 25px;
}
.c-pric-calculator .order_form div.price,
.ce_price_calculator .order_form div.price {
  position: relative;
  right: auto;
  bottom: auto;
  text-align: right;
  margin-top: -20px;
}
.c-pric-calculator .order_form div.input,
.ce_price_calculator .order_form div.input {
  line-height: 35px;
  text-align: right;
  font-weight: 600;
  font-size: 13px;
  margin: 0 -15px;
  padding: 0 15px;
}
.c-pric-calculator .order_form div.input label,
.ce_price_calculator .order_form div.input label {
  margin: 0;
  float: left;
  font-weight: 300;
}
.c-pric-calculator .order_form div.input:not(.w50):not(:first-of-type),
.ce_price_calculator .order_form div.input:not(.w50):not(:first-of-type) {
  border-top: 1px solid #EFEFEF;
}
.c-pric-calculator .order_form div.input.w50,
.ce_price_calculator .order_form div.input.w50 {
  line-height: 40px;
  width: 49%;
  padding: 0 15px;
  margin: 0;
  display: inline-block;
  margin: -15px 0 -15px 0;
  padding: 0 0 0 15px;
}
.c-pric-calculator .order_form div.input.w50:first-child,
.ce_price_calculator .order_form div.input.w50:first-child {
  border-right: 1px solid #EFEFEF;
  padding: 0 15px 0 0;
}
.c-pric-calculator .order_overview,
.ce_price_calculator .order_overview {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}
.c-pric-calculator .order_overview .row,
.ce_price_calculator .order_overview .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.c-pric-calculator .order_overview input[type=checkbox],
.ce_price_calculator .order_overview input[type=checkbox] {
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}
.c-pric-calculator .order_overview label,
.ce_price_calculator .order_overview label {
  display: block;
  padding-left: 25px;
}

/* Pop Ups */
.copopup.proklima_layer .inside {
  position: absolute;
  top: calc(50% - 300px);
  background: #ffffff;
  margin: 0 auto;
  width: 800px;
  left: calc(50% - 400px);
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  padding: 15px 15px 90px 15px;
  color: #000000;
  min-height: 640px;
}
.copopup.proklima_layer h2 {
  background-color: transparent;
  background-image: url("../layout/popup-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 200px;
  margin: -15px -15px 15px -15px;
  font-size: 32px;
}
.copopup.proklima_layer p, .copopup.proklima_layer h3 {
  padding-right: 180px;
  font-size: 16px;
  line-height: 23px;
  position: relative;
  display: block;
}
.copopup.proklima_layer .close {
  float: right;
  font-size: 1.5rem;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  text-shadow: none;
  opacity: 1;
  font-weight: 300;
}
.copopup.proklima_layer h3 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.copopup.proklima_layer img {
  max-width: 100%;
  height: auto;
}
.copopup.proklima_layer .natureoffice {
  width: 140px;
  position: absolute;
  top: -256px;
  right: 15px;
  left: auto;
}
.copopup.proklima_layer .ral_siegel {
  width: 140px;
  position: absolute;
  top: -182px;
  right: 15px;
  left: auto;
}
.copopup.proklima_layer ul {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  padding: 0;
}
.copopup.proklima_layer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 32px;
}
.copopup.proklima_layer ul li:before {
  content: "+";
  background-color: #6292c2;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 8px;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-top: -14px;
  line-height: 14px;
  letter-spacing: -1px;
}
.copopup.proklima_layer .pricestr {
  position: absolute;
  bottom: 90px;
  right: 15px;
  font-size: 40px;
  margin-top: 5px;
  font-weight: 900;
  color: #6292c2;
  line-height: 1.2;
  text-align: right;
}
.copopup.proklima_layer .pricestr span {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

/* Preisrechner auf der Startseite */
.ce_calculator_form .headline {
  line-height: 1.35;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
  padding: 20px 30px 0 30px;
  color: #000000 !important;
}

.ce_calculator_form .headline strong {
  color: #6292c2 !important;
  font-weight: 700;
}

.ce_calculator_form .calc-icon {
  background-image: url("../layout/Taschenrechner_weiss.svg");
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: 31% 50%;
}

.start.ce_calculator_form .calc-icon {
  background-position: 28% 50%;
}

/* Sticky Preisrechner */
#pr_toggle-button {
  text-decoration: none;
  cursor: default;
}
#pr_toggle-button #close-layer {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  padding: 5px;
  font-size: 23px;
  font-weight: 300;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 18px;
  color: #797979;
}
#pr_toggle-button #close-layer:hover {
  border-color: #6292c2;
  color: #6292c2;
}
#pr_toggle-button.sticky #open-layer {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 10000;
  right: 20px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -500px;
  animation-name: showDongle;
  animation-duration: 0.5s;
  opacity: 1;
  width: 80px;
  height: 80px;
  bottom: 50%;
  cursor: pointer;
  background-image: url("../layout/Taschenrechner_weiss.svg");
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #6292c2;
  transition: all 0.4s;
}
#pr_toggle-button.sticky #close-layer {
  display: block;
}
#pr_toggle-button.sticky.hide #open-layer {
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
#pr_toggle-button.sticky.hide #open-layer:hover {
  box-shadow: none;
  background-color: transparent;
}
#pr_toggle-button.sticky #pr_toggle-container {
  display: none;
}
#pr_toggle-button.sticky #pr_toggle-container.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  cursor: default;
  z-index: 10000;
}
#pr_toggle-button.sticky #pr_toggle-container.open .inner {
  width: 660px;
  left: calc(50% - 330px);
  top: 25%;
  min-height: 38vh;
  position: absolute;
  text-indent: 0;
}
#pr_toggle-button.sticky #pr_toggle-container.open .inner .calc-icon {
  background-position: 36% 50% !important;
}
#pr_toggle-button.sticky #pr_toggle-container.open .inner .headline {
  background-color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-right: 30%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#pr_toggle-button.sticky #pr_toggle-container.open .inner .widget.widget-postal {
  border-bottom: 1px solid #E5E8EE;
}
#pr_toggle-button.sticky #pr_toggle-container.open .inner .widget.widget-postal > input {
  border-radius: 0 0 0 0;
}
#pr_toggle-button.sticky #pr_toggle-container.open .inner .widget.widget-submit > button {
  cursor: pointer;
}
#pr_toggle-button.sticky:hover {
  background-color: #004D9E;
}

@keyframes showDongle {
  from {
    opacity: 0;
    width: 5px;
    height: 5px;
    bottom: 0%;
  }
  to {
    opacity: 1;
    width: 80px;
    height: 80px;
    bottom: 50%;
  }
}
.greenProKlima {
  color: #7daf3c;
}

#boxlayer {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none !important;
  z-index: 10000;
}

#spinner {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../layout/mobene-spinner.svg");
  background-size: 3.5%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 900000000;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
.filter-col-1 {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

.filter-col-2 {
  flex: 0 0 80% !important;
  max-width: 80% !important;
}

#error-mini {
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}/*# sourceMappingURL=PriceCalculator.css.map */