@charset "UTF-8";
@import url(../../includes/styles/styles.css);
html, body {
  padding: 0;
  margin: 0; }

/**
* Innerhalb der Slides
*/
.ivf_wrap {
  /**
  * Steps
  */
  /**
  * Radio Icons
  */
  /**
  * Switchbutton
  */
  /**
  * Rangeslider + Rangeinputs
  */
  /**
  * Row-Cell-Framework
  */
  /**
  * Kontakt
  */ }
.ivf_wrap label._error {
  display: none !important; }
.ivf_wrap input[type="text"],
.ivf_wrap select.mobile,
.ivf_wrap select.simulate_mobile {
  box-sizing: border-box;
  font-family: "Open Sans";
  font-size: .85em;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #f0f0f0;
  outline: 0 none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 1px 1px 1px 0px #aaa, inset 1px 1px 0px -1px #777;
  box-shadow: inset 1px 1px 1px 0px #aaa, inset 1px 1px 0px -1px #777;
  padding: 13px 15px; }
.ivf_wrap input[type="text"]::-webkit-input-placeholder,
.ivf_wrap select.mobile::-webkit-input-placeholder,
.ivf_wrap select.simulate_mobile::-webkit-input-placeholder {
  color: #b0b0b0;
  font-style: italic; }
.ivf_wrap input[type="text"]:-moz-placeholder,
.ivf_wrap select.mobile:-moz-placeholder,
.ivf_wrap select.simulate_mobile:-moz-placeholder {
  color: #b0b0b0;
  font-style: italic; }
.ivf_wrap input[type="text"]::-moz-placeholder,
.ivf_wrap select.mobile::-moz-placeholder,
.ivf_wrap select.simulate_mobile::-moz-placeholder {
  color: #b0b0b0;
  font-style: italic; }
.ivf_wrap input[type="text"]:-ms-input-placeholder,
.ivf_wrap select.mobile:-ms-input-placeholder,
.ivf_wrap select.simulate_mobile:-ms-input-placeholder {
  color: #b0b0b0;
  font-style: italic; }
.ivf_wrap input[type="text"]:focus::-webkit-input-placeholder,
.ivf_wrap select.mobile:focus::-webkit-input-placeholder,
.ivf_wrap select.simulate_mobile:focus::-webkit-input-placeholder {
  color: #f7f7f7; }
.ivf_wrap input[type="text"]:focus:-moz-placeholder,
.ivf_wrap select.mobile:focus:-moz-placeholder,
.ivf_wrap select.simulate_mobile:focus:-moz-placeholder {
  color: #f7f7f7; }
.ivf_wrap input[type="text"]:focus::-moz-placeholder,
.ivf_wrap select.mobile:focus::-moz-placeholder,
.ivf_wrap select.simulate_mobile:focus::-moz-placeholder {
  color: #f7f7f7; }
.ivf_wrap input[type="text"]:focus:-ms-input-placeholder,
.ivf_wrap select.mobile:focus:-ms-input-placeholder,
.ivf_wrap select.simulate_mobile:focus:-ms-input-placeholder {
  color: #f7f7f7; }
.ivf_wrap input[type="text"]._error,
.ivf_wrap select.mobile._error,
.ivf_wrap select.simulate_mobile._error {
  background: #f78680;
  -webkit-box-shadow: inset 1px 1px 3px 0px #676767 !important;
  box-shadow: inset 1px 1px 3px 0px #676767 !important; }
.ivf_wrap input[type="text"]._error::-webkit-input-placeholder,
.ivf_wrap select.mobile._error::-webkit-input-placeholder,
.ivf_wrap select.simulate_mobile._error::-webkit-input-placeholder {
  color: #ffffff; }
.ivf_wrap input[type="text"]._error:-moz-placeholder,
.ivf_wrap select.mobile._error:-moz-placeholder,
.ivf_wrap select.simulate_mobile._error:-moz-placeholder {
  color: #ffffff; }
.ivf_wrap input[type="text"]._error::-moz-placeholder,
.ivf_wrap select.mobile._error::-moz-placeholder,
.ivf_wrap select.simulate_mobile._error::-moz-placeholder {
  color: #ffffff; }
.ivf_wrap input[type="text"]._error:-ms-input-placeholder,
.ivf_wrap select.mobile._error:-ms-input-placeholder,
.ivf_wrap select.simulate_mobile._error:-ms-input-placeholder {
  color: #ffffff; }
.ivf_wrap input[type="text"]._error:focus::-webkit-input-placeholder,
.ivf_wrap select.mobile._error:focus::-webkit-input-placeholder,
.ivf_wrap select.simulate_mobile._error:focus::-webkit-input-placeholder {
  color: #f78680; }
.ivf_wrap input[type="text"]._error:focus:-moz-placeholder,
.ivf_wrap select.mobile._error:focus:-moz-placeholder,
.ivf_wrap select.simulate_mobile._error:focus:-moz-placeholder {
  color: #f78680; }
.ivf_wrap input[type="text"]._error:focus::-moz-placeholder,
.ivf_wrap select.mobile._error:focus::-moz-placeholder,
.ivf_wrap select.simulate_mobile._error:focus::-moz-placeholder {
  color: #f78680; }
.ivf_wrap input[type="text"]._error:focus:-ms-input-placeholder,
.ivf_wrap select.mobile._error:focus:-ms-input-placeholder,
.ivf_wrap select.simulate_mobile._error:focus:-ms-input-placeholder {
  color: #f78680; }
.ivf_wrap input[type="checkbox"]._error {
  -webkit-box-shadow: 0 0 0 2px #f78680;
  box-shadow: 0 0 0 2px #f78680; }
.ivf_wrap h2 {
  font-weight: 400;
  font-size: 1.25em;
  color: #000000; }
.ivf_wrap h2 strong {
  font-weight: 700; }
.ivf_wrap h2.sub {
  margin-top: 30px; }
.ivf_wrap h2:before {
  display: block;
  content: '';
  clear: both; }
.ivf_wrap .step {
  position: relative;
  display: none;
  /*min-height: 402px;*/
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important; }
.ivf_wrap .step.shake {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important; }
.ivf_wrap .step.active {
  display: block; }
.ivf_wrap .radio-icons {
  display: none;
  justify-content: space-between; }
.ivf_wrap .radio-icons .radio-icon {
  position: relative;
  display: inline-block;
  width: 104px;
  height: 121px;
  margin-bottom: 30px;
  cursor: pointer; }
.ivf_wrap .radio-icons .radio-icon input {
  display: none; }
.ivf_wrap .radio-icons .radio-icon:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  background: url("/tool/includes/images/choose_bg.png") no-repeat center center; }
.ivf_wrap .radio-icons .radio-icon:after {
  position: absolute;
  display: block;
  top: 100%;
  width: 130%;
  margin-left: -15%;
  content: attr(data-title);
  font-size: .75em;
  line-height: 1.2;
  color: #7b7b7b;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase; }
.ivf_wrap .radio-icons .radio-icon:hover:before, .ivf_wrap .radio-icons .radio-icon.active:before {
  background: url("/tool/includes/images/choose_bg_active.png") no-repeat center center; }
.ivf_wrap .radio-icons .radio-icon:hover:after, .ivf_wrap .radio-icons .radio-icon.active:after {
  color: #000000; }
.ivf_wrap .radio-icon-symbol {
  position: absolute;
  background-image: url("/tool/includes/images/icon-map.png");
  background-repeat: no-repeat;
  /*Dachdecker*/
  /*Sanitaer*/ }
.ivf_wrap .radio-icon-symbol.wohnflaeche {
  background-position: -328px 0px;
  top: 48px;
  left: 44px;
  width: 59px;
  height: 59px; }
.ivf_wrap .radio-icon-symbol.questmark {
  background-position: 0 -73px;
  top: 48px;
  left: 44px;
  width: 14px;
  height: 26px; }
.ivf_wrap .radio-icon-symbol.haus {
  background-position: 0 0;
  top: 22px;
  left: 12px;
  width: 84px;
  height: 73px; }
.ivf_wrap .radio-icon-symbol.doppelhaus {
  background-position: -342px -178px;
  top: 30px;
  left: 9px;
  width: 86px;
  height: 62px; }
.ivf_wrap .radio-icon-symbol.wohnung {
  background-position: -85px 0;
  top: 16px;
  left: 24px;
  width: 69px;
  height: 85px; }
.ivf_wrap .radio-icon-symbol.gewerbe {
  background-position: -153px 0;
  top: 23px;
  left: 16px;
  width: 82px;
  height: 78px; }
.ivf_wrap .radio-icon-symbol.grundstueck {
  background-position: -234px 0;
  top: 35px;
  left: 5px;
  width: 94px;
  height: 54px; }
.ivf_wrap .radio-icon-symbol.garage {
  background-position: -236px -55px;
  top: 31px;
  left: 9px;
  width: 89px;
  height: 56px; }
.ivf_wrap .radio-icon-symbol.carport {
  background-position: -145px -84px;
  top: 31px;
  left: 8px;
  width: 89px;
  height: 57px; }
.ivf_wrap .radio-icon-symbol.stellplatz {
  background-position: -55px -86px;
  top: 31px;
  left: 8px;
  width: 90px;
  height: 55px; }
.ivf_wrap .radio-icon-symbol.keine {
  background-position: -235px -119px;
  top: 34px;
  left: 8px;
  width: 89px;
  height: 54px; }
.ivf_wrap .radio-icon-symbol.ebk_neuwertig {
  background-position: -328px 0px;
  top: 32px;
  left: 22px;
  width: 59px;
  height: 59px; }
.ivf_wrap .radio-icon-symbol.ebk_genutzt {
  background-position: -328px -59px;
  top: 32px;
  left: 22px;
  width: 59px;
  height: 59px; }
.ivf_wrap .radio-icon-symbol.ebk_keine {
  background-position: -328px -118px;
  top: 32px;
  left: 22px;
  width: 59px;
  height: 59px; }
.ivf_wrap .radio-icon-symbol.gebart_buero_lager {
  background-position: -387px 0px;
  top: 32px;
  left: 26px;
  width: 51px;
  height: 59px; }
.ivf_wrap .radio-icon-symbol.gebart_wohn_geschaeft {
  background-position: -387px -55px;
  top: 32px;
  left: 26px;
  width: 51px;
  height: 54px; }
.ivf_wrap .radio-icon-symbol.gebart_industrie_gewerbe {
  background-position: -387px -109px;
  top: 32px;
  left: 26px;
  width: 51px;
  height: 55px; }
.ivf_wrap .radio-icon-symbol.erschlossen {
  background-position: -438px 0px;
  top: 32px;
  left: 26px;
  width: 54px;
  height: 51px; }
.ivf_wrap .radio-icon-symbol.teilerschlossen {
  background-position: -438px -51px;
  top: 32px;
  left: 26px;
  width: 56px;
  height: 52px; }
.ivf_wrap .radio-icon-symbol.unerschlossen {
  background-position: -438px -109px;
  top: 32px;
  left: 26px;
  width: 57px;
  height: 53px; }
.ivf_wrap .radio-icon-symbol.bebauung_kurzfristig {
  background-position: -492px 0px;
  top: 35px;
  left: 16px;
  width: 78px;
  height: 51px; }
.ivf_wrap .radio-icon-symbol.bebauung_eingeschraenkt {
  background-position: -494px -51px;
  top: 34px;
  left: 16px;
  width: 78px;
  height: 52px; }
.ivf_wrap .radio-icon-symbol.bebauung_nein {
  background-position: -495px -103px;
  top: 39px;
  left: 16px;
  width: 78px;
  height: 48px; }
.ivf_wrap .radio-icon-symbol.grd_eck {
  background-position: -570px 0px;
  top: 35px;
  left: 16px;
  width: 74px;
  height: 45px; }
.ivf_wrap .radio-icon-symbol.grd_rechteck {
  background-position: -572px -45px;
  top: 36px;
  left: 15px;
  width: 74px;
  height: 48px; }
.ivf_wrap .radio-icon-symbol.grd_sonstiges {
  background-position: -573px -93px;
  top: 36px;
  left: 16px;
  width: 73px;
  height: 47px; }
.ivf_wrap .radio-icon-symbol.dach {
  background-position: 0px -148px;
  top: 33px;
  left: 10px;
  width: 84px;
  height: 62px; }
.ivf_wrap .radio-icon-symbol.balkon_haus {
  background-position: -97px -147px;
  top: 21px;
  left: 18px;
  width: 74px;
  height: 81px; }
.ivf_wrap .radio-icon-symbol.fassade {
  background-position: -171px -180px;
  top: 37px;
  left: 8px;
  width: 88px;
  height: 58px; }
.ivf_wrap .radio-icon-symbol.flachdach {
  background-position: -259px -180px;
  top: 35px;
  left: 12px;
  width: 83px;
  height: 58px; }
.ivf_wrap .radio-icon-symbol.steildach {
  background-position: -342px -179px;
  top: 32px;
  left: 11px;
  width: 85px;
  height: 61px; }
.ivf_wrap .radio-icon-symbol.balkon {
  background-position: -428px -163px;
  top: 26px;
  left: 18px;
  width: 64px;
  height: 69px; }
.ivf_wrap .radio-icon-symbol.terrasse {
  background-position: -492px -151px;
  top: 21px;
  left: 15px;
  width: 72px;
  height: 79px; }
.ivf_wrap .radio-icon-symbol.dd_sonstiges {
  background-position: -574px -157px;
  top: 30px;
  left: 18px;
  width: 65px;
  height: 68px; }
.ivf_wrap .radio-icon-symbol.gas {
  background-position: -0px -210px;
  top: 28px;
  left: 35px;
  width: 34px;
  height: 58px; }
.ivf_wrap .radio-icon-symbol.oel {
  background-position: -36px -229px;
  top: 38px;
  left: 37px;
  width: 37px;
  height: 47px; }
.ivf_wrap .radio-icon-symbol.nachspeicher {
  background-position: -74px -229px;
  top: 38px;
  left: 29px;
  width: 46px;
  height: 46px; }
.ivf_wrap .radio-icon-symbol.sani_sonstiges {
  background-position: -121px -229px;
  top: 39px;
  left: 40px;
  width: 26px;
  height: 42px; }
.ivf_wrap .radio-icon-symbol.pellets {
  background-position: -148px -239px;
  top: 40px;
  left: 30px;
  width: 41px;
  height: 46px; }
.ivf_wrap .radio-icon-symbol.waermepumpe {
  background-position: -190px -239px;
  top: 34px;
  left: 23px;
  width: 58px;
  height: 52px; }
.ivf_wrap .radio-icon-symbol.einzelhaus {
  background-position: -248px -239px;
  top: 33px;
  left: 10px;
  width: 82px;
  height: 61px; }
.ivf_wrap .radio-icon-symbol.reihenhaus_doppelhaushaelfte {
  background-position: -332px -239px;
  top: 38px;
  left: 8px;
  width: 90px;
  height: 60px; }
.ivf_wrap .radio-icon-symbol.mehrfamilienhaus_zentralheizung {
  background-position: -422px -238px;
  top: 32px;
  left: 11px;
  width: 86px;
  height: 68px; }
.ivf_wrap .switch {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 9px; }
.ivf_wrap .switch.wrapped {
  border: 1px solid #d7d7d7;
  padding: 10px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.ivf_wrap .switch.full {
  float: none;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important; }
.ivf_wrap .switch:after {
  display: block;
  content: ' ';
  clear: both; }
.ivf_wrap .switch > span {
  float: left;
  cursor: pointer;
  line-height: 25px; }
.ivf_wrap .switch .switch-button {
  float: right;
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px; }
.ivf_wrap .switch .switch-button input {
  display: none; }
.ivf_wrap .switch .switch-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d0d0d0;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: inset 1px 1px 3px 0px #ababab;
  box-shadow: inset 1px 1px 3px 0px #ababab;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
.ivf_wrap .switch .switch-button .slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 20px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }
.ivf_wrap .switch .switch-button .slider.radio {
  border-radius: 10px; }
.ivf_wrap .switch .switch-button .slider.radio:before {
  border-radius: 30px; }
.ivf_wrap .switch .switch-button input:checked + .slider {
  background-color: #b19c75; }
.ivf_wrap .switch .switch-button input:checked + .slider:before {
  -webkit-transform: translateX(33px);
  -ms-transform: translateX(33px);
  transform: translateX(33px); }
.ivf_wrap .switch .switch-button input:focus + .slider {
  box-shadow: 0 0 1px #b19c75; }
.ivf_wrap .range-slider-box {
  width: 100%;
  height: 85px; }
.ivf_wrap .range-slider-box > div {
  float: left; }
.ivf_wrap .range-slider-box:after {
  display: block;
  content: '';
  clear: both; }
.ivf_wrap .range-icon {
  display: none;
  width: 25%; }
.ivf_wrap .range-icon .radio-icon-symbol {
  top: 0;
  left: 0;
  position: relative; }
.ivf_wrap .range-slider {
  display: none;
  width: 45%;
  padding-top: 29px; }
.ivf_wrap .range-slider .range-slider-label {
  margin-top: 3px; }
.ivf_wrap .range-slider .range-slider-label > div {
  float: left;
  width: 50%;
  font-size: .8em; }
.ivf_wrap .range-slider .range-slider-label .range-slider-label-right {
  text-align: right; }
.ivf_wrap .range-slider .range-slider-bar {
  padding: 0; }
.ivf_wrap .range-slider .range-slider-bar .mb_sliderBar {
  width: 100%;
  height: 6px;
  background: #e4e4e4;
  -webkit-box-shadow: inset 1px 1px 1px -1px #202e2e;
  box-shadow: inset 1px 1px 1px -1px #202e2e; }
.ivf_wrap .range-slider .range-slider-bar .mb_sliderBar .mb_sliderValueLabel {
  margin-top: -25px;
  border: 0 none;
  padding: 7px 9px;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #717171;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #b19c75; }
.ivf_wrap .range-slider .range-slider-bar .mb_sliderBar .mb_sliderValueLabel:after {
  top: 100%;
  left: 17%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(224, 143, 0, 0);
  border-top-color: #b19c75;
  border-width: 5px;
  margin-left: -5px; }
.ivf_wrap .range-slider .range-slider-bar .mb_sliderBar .mb_sliderHandler {
  border-radius: 10px;
  padding: 7px 10px;
  top: -7px;
  background: #b19c75; }
.ivf_wrap .range-slider .range-slider-bar .mb_sliderBar .mb_sliderRange {
  background: #b19c75;
  -webkit-box-shadow: inset 1px 1px 1px -1px #202e2e;
  box-shadow: inset 1px 1px 1px -1px #202e2e; }
.ivf_wrap .range-input {
  width: 100%; }
.ivf_wrap .range-input .range-input-label {
  display: none;
  color: #aeaeae;
  font-size: .8em;
  margin-bottom: 1px; }
.ivf_wrap .range-input .range-input-wrap,
.ivf_wrap .range-input .range-input-type {
  box-sizing: border-box;
  height: 50px;
  float: left;
  -webkit-box-shadow: inset 1px 1px 5px -1px #676767;
  box-shadow: inset 1px 1px 5px -1px #676767; }
.ivf_wrap .range-input .range-input-type {
  font-size: .83em;
  border-left: 0 none;
  background: #e7e7e7;
  color: #6f6f6f;
  width: 30%;
  text-align: center;
  padding-top: 10px;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: inset 0px 2px 3px -2px #676767;
  box-shadow: inset 0px 2px 3px -2px #676767; }
.ivf_wrap .range-input .range-input-type.big {
  width: 60%; }
.ivf_wrap .range-input .range-input-wrap {
  width: 70%;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }
.ivf_wrap .range-input .range-input-wrap.small {
  width: 40%; }
.ivf_wrap .range-input .range-input-wrap.full {
  width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
.ivf_wrap .range-input .range-input-wrap input[type="text"] {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  border: 0 none;
  height: 50px; }
.ivf_wrap .ivf-input-row:after {
  display: block;
  content: ' ';
  clear: both; }
.ivf_wrap .ivf-input-row .ivf-input-cell {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
.ivf_wrap .ivf-input-row .ivf-input-cell > label:after {
  display: block;
  content: ' ';
  clear: both; }
.ivf_wrap .ivf-input-row .ivf-input-cell > label input[type="checkbox"] {
  float: left;
  position: relative;
  top: 5px;
  width: 15px;
  margin-right: 10px; }
.ivf_wrap .ivf-input-row .ivf-input-cell > label span {
  font-size: .9em;
  line-height: 1.6em;
  float: right;
  width: calc(100% - 30px); }
.ivf_wrap .ivf-input-row.cell-bottom {
  margin-bottom: 10px; }
.ivf_wrap .ivf-input-row.m12 {
  margin-top: 12px; }
.ivf_wrap .ivf-input-row.m33 {
  margin-top: 33px; }
.ivf_wrap .kontakt {
  font-size: .9em; }
.ivf_wrap .kontakt h3 {
  margin: 34px 0 10px; }
.ivf_wrap .kontakt h3 + .ivf-infobox {
  margin-top: 0; }
.ivf_wrap .kontakt .info {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  font-size: .75em;
  line-height: 1.2;
  color: #5c5c5c; }
.ivf_wrap .kontakt .info > i {
  position: absolute;
  left: -7px;
  top: 1px; }
.ivf_wrap .kontakt input[type="text"] {
  padding: 9px 11px; }
.ivf_wrap .kontakt .contact-left,
.ivf_wrap .kontakt .contact-right {
  float: none;
  width: 100%;
  margin-right: 0; }
.ivf_wrap .kontakt .ivf-infobox {
  margin-top: 32px; }
.ivf_wrap .kontakt .ivf-infobox ul {
  margin: 0;
  padding-left: 20px; }
.ivf_wrap .kontakt .ivf-infobox ul li {
  position: relative;
  list-style: outside none none; }
.ivf_wrap .kontakt .ivf-infobox ul li:before {
  position: absolute;
  left: -20px;
  top: 0;
  content: '\e800';
  color: #b19c75;
  font-family: "fontello";
  font-size: 0.8em; }
.ivf_wrap .kontakt .ivf-descbox {
  margin-top: 15px;
  font-size: .9em;
  line-height: 1.8em; }
.ivf_wrap .kontakt .ivf-ansprechpartner {
  margin-bottom: 50px; }
.ivf_wrap .kontakt .ivf-ansprechpartner .anspr_foto {
  width: 75px;
  height: 75px;
  /*float: left;*/
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
.ivf_wrap .kontakt .ivf-ansprechpartner .anspr_info {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .95em;
  line-height: 1.2;
  /*float: left;*/
  width: calc(100% - 75px);
  padding-left: 10px; }
.ivf_wrap .kontakt .ivf-ansprechpartner .anspr_info span {
  display: block;
  color: #7b7b7b;
  font-style: italic; }

/**
* Au├ƒerhalb der Slides
*/
#tool-output {
  display: block;
  overflow: hidden;
  padding: 15px 25px;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 28px; }

/**
* Footer
*/
.ivf_footer {
  margin-top: 35px;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out; }
.ivf_footer.hide {
  pointer-events: none;
  opacity: 0; }
.ivf_footer .ivf_progress {
  display: none;
  float: left;
  width: 67%; }
.ivf_footer .progress {
  box-sizing: border-box;
  width: 100%;
  height: 6px; }
.ivf_footer .progress-wrap {
  display: block;
  background: #FFFFFF;
  margin: 20px 0 0 0;
  padding: 4px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: linear-gradient(to bottom, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }
.ivf_footer .progress-wrap > span, .ivf_footer .progress-wrap:after {
  position: absolute;
  left: 0;
  color: #b19c75;
  font-size: 14px; }
.ivf_footer .progress-wrap > span {
  display: block;
  bottom: 100%;
  margin-bottom: 2px; }
.ivf_footer .progress-wrap .progress-bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: width 400ms ease-in-out;
  -moz-transition: width 400ms ease-in-out;
  -ms-transition: width 400ms ease-in-out;
  -o-transition: width 400ms ease-in-out;
  transition: width 400ms ease-in-out;
  background: #b19c75;
  left: 0;
  position: absolute;
  top: 0;
  width: 0px;
  margin: 1px; }

/**
* Buttons
*/
.ivf-button-holder.full {
  width: 100%; }
.ivf-button-holder.full a {
  font-size: .87em; }
.ivf-button-holder.full a.ivf_next, .ivf-button-holder.full a.cu_ivf_next {
  width: calc(100% - 32px); }
.ivf-button-holder a {
  font-size: .83em;
  box-sizing: border-box;
  display: inline-block;
  padding: 9px 18px 9px 30px;
  float: right;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #b19c75;
  color: #ffffff;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }
.ivf-button-holder a span:before {
  margin-left: 0; }
.ivf-button-holder a.single {
  -webkit-border-radius: 2px;
  border-radius: 2px; }
.ivf-button-holder a.ivf_prev, .ivf-button-holder a.cu_ivf_prev {
  width: 32px;
  color: #444;
  background: #e7e7e7;
  padding: 9px 0;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }
.ivf-button-holder a.ivf_prev span:before, .ivf-button-holder a.cu_ivf_prev span:before {
  margin-right: 0; }
.ivf-button-holder a.ivf_prev.hide, .ivf-button-holder a.cu_ivf_prev.hide {
  display: none;
  pointer-events: none;
  opacity: .5; }
.ivf-button-holder a:hover {
  color: #ffffff;
  background: #b19c75; }

/**
* Sonstiges
*/
.info-size {
  font-size: .7em !important;
  line-height: 1.1 !important; }
.info-size label input[type="checkbox"] {
  top: 1px !important;
  margin-left: 0; }

.float-box:after {
  display: block;
  content: ' ';
  clear: both; }

.sendSuccess,
.hidden {
  display: none; }

.lb_label {
  font-size: .7em; }

.hide {
  display: none; }

/**
* Popup
*/
.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.9; }

.mfp-wrap .mfp-close {
  color: #000; }
.mfp-wrap .white-popup {
  font-family: "Open Sans";
  font-size: .8em;
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 80%;
  height: 300px;
  margin: 20px auto;
  overflow: auto;
  -webkit-box-shadow: 0 0 20px 0 #3c3c3c;
  box-shadow: 0 0 20px 0 #3c3c3c; }
.mfp-wrap .white-popup h1:first-child, .mfp-wrap .white-popup h2:first-child {
  margin-top: 0; }
.mfp-wrap .white-popup ul, .mfp-wrap .white-popup ol {
  padding-left: 20px; }
.mfp-wrap .white-popup a.button {
  font-size: .83em;
  box-sizing: border-box;
  display: inline-block;
  padding: 9px 18px;
  float: right;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #b19c75;
  color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.tingle-modal {
  font-family: "Open Sans";
  font-size: .8em; }

.tingle-modal-box__content h2:first-child {
  margin-top: 0; }

.tingle-modal-box__content ol {
  padding-left: 14px; }

.tingle-modal-box .tingle-btn--default {
  background-color: #b19c75; }

@media (max-width: 540px) {
  .tingle-modal--overflow {
    padding-top: 5px !important; } }
@media (min-width: 480px) {
  #tool-output {
    padding: 35px 50px; }

  .ivf_wrap .range-icon {
    display: block; }
  .ivf_wrap .range-input {
    width: 70%;
    padding-left: 5%; } }
@media (min-width: 600px) {
  .ivf_wrap .ivf-input-row .ivf-input-cell {
    float: left;
    width: 48.5%;
    margin-bottom: 10px; }
  .ivf_wrap .ivf-input-row .ivf-input-cell.full {
    float: none;
    width: 100%; }
  .ivf_wrap .ivf-input-row .ivf-input-cell.small {
    width: 23%; }
  .ivf_wrap .ivf-input-row .ivf-input-cell.medium {
    width: 74%; }
  .ivf_wrap .ivf-input-row .ivf-input-cell.xsmall {
    width: 33%; }
  .ivf_wrap .ivf-input-row .ivf-input-cell.xmedium {
    width: 64%; }
  .ivf_wrap .ivf-input-row .ivf-input-cell.mright {
    margin-right: 3%; }
  .ivf_wrap .ivf-input-row .ivf-input-cell.mleft {
    margin-left: 3%; }
  .ivf_wrap .ivf_mobile_view {
    display: none; }
  .ivf_wrap .radio-icons {
    display: block;
    display: flex; }
  .ivf_wrap .range-slider {
    display: block; }
  .ivf_wrap .range-input {
    width: 25%; }
  .ivf_wrap .range-input .range-input-label {
    display: block; }
  .ivf_wrap .kontakt .contact-left {
    float: left;
    width: 53%;
    margin-right: 7%; }
  .ivf_wrap .kontakt .contact-right {
    float: right;
    width: 40%; }

  .ivf_footer {
    margin-top: 35px; }
  .ivf_footer .ivf_progress {
    display: block; }

  .ivf-button-holder {
    float: right;
    width: 33%; } }
@media (min-width: 768px) {
  .ivf_wrap .switch {
    width: 49%;
    float: left;
    margin-right: 1%; }
  .ivf_wrap .switch:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0; } }

/*# sourceMappingURL=tool.css.map */
