@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stoerer {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -56%);
}
@media (max-width: 768px) {
  .stoerer {
    display: none;
  }
}
.stoerer.rechner {
  top: 26%;
}
.stoerer.mobile {
  display: none;
}
@media (max-width: 768px) {
  .stoerer.mobile {
    display: block;
    position: fixed;
    top: 70px;
    left: initial;
    right: 40px;
    transform: none;
    z-index: 72;
    width: 110px;
    height: 110px;
  }
}
a.stoerer {
  cursor: pointer;
}
.hero-container {
  height: 800px;
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}
.hero-container.small {
  height: 600px;
  z-index: -1;
}
.hero-container.small:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f4f4f4 100%);
}
.hero-container.small img {
  object-position: 0px 25%;
}
@media (max-width: 768px) {
  .hero-container {
    height: 60vh;
    min-height: 350px;
  }
}
.hero-container #heroImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-container #heroImage img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .hero-container #heroImage img {
    height: 100%;
    object-fit: none;
    object-position: 60% 22%;
  }
}
@media (max-width: 576px) {
  .hero-container #heroImage img {
    height: 100%;
    object-fit: none;
    object-position: 70% 16%;
  }
}
.hero-container .container {
  position: relative;
  height: 100%;
  z-index: 3;
}
.hero-container .content {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero-container .content {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
.hero-container .content .flex {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  position: relative;
  left: -7px;
}
.hero-container .content .flex.offset {
  left: 3px;
}
@media (max-width: 768px) {
  .hero-container .content .flex.offset {
    left: 0px;
  }
}
@media (max-width: 768px) {
  .hero-container .content .flex {
    flex-direction: column;
    align-items: center;
  }
}
.hero-container .content .flex img {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .hero-container .content .flex img {
    margin-bottom: 20px;
  }
}
.hero-container .content h1 {
  text-transform: uppercase;
  margin: 10px 0 15px 0;
  line-height: 1.06;
}
@media (max-width: 768px) {
  .hero-container .content h1 {
    text-shadow: 1px 1px 2px white;
  }
}
.hero-container .content h1.big {
  font-size: 40px;
  line-height: 1em;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .hero-container .content h1.big {
    font-size: 36px;
  }
}
.hero-container .content .button {
  width: 290px;
}
@media (max-width: 480px) {
  .hero-container .content .button {
    min-width: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button {
  background-color: #FBF315;
  padding: 17px 30px;
  font-size: 14px;
  line-height: 1.14em;
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  color: #373737;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  text-decoration: none;
  text-transform: uppercase;
  height: 50px;
  border: none;
}
.button:hover {
  background-color: #FFF483;
}
.button.grey {
  background-color: #909090;
  color: #FFFFFF;
}
.button.grey:hover {
  background-color: #666666;
}
.button.transparent {
  background-color: transparent;
  border: 1px solid #373737;
}
.button.icon-arrow {
  margin-left: 10px;
  padding-right: 21px;
}
.button.icon-arrow:after {
  font-family: "Fontello", sans-serif;
  content: "\e80b";
  font-style: normal;
  font-size: 20px;
  margin-left: 20px;
}
.button.icon-pdf {
  padding-left: 21px;
}
.button.icon-pdf span {
  line-height: 20px;
  display: flex;
}
.button.icon-pdf span:before {
  font-family: "Fontello", sans-serif;
  content: "\e80a";
  font-style: normal;
  font-size: 24px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.button.icon-download {
  padding-left: 21px;
}
.button.icon-download span {
  line-height: 20px;
  display: flex;
  pointer-events: none;
}
.button.icon-download span:before {
  font-family: "Fontello", sans-serif;
  content: "\e80e";
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.button.icon-close {
  padding-left: 21px;
}
.button.icon-close span {
  line-height: 20px;
  display: flex;
}
.button.icon-close span:before {
  font-family: "Fontello", sans-serif;
  content: "\e805";
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.button.loading {
  color: transparent;
  position: relative;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
         supported by Chrome, Opera and Firefox */
}
.button.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -8px;
  width: 15px;
  height: 15px;
  border: 5px solid transparent;
  border-top: 5px solid #373737;
  border-left: 5px solid #373737;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.button.span-toggler span:first-child {
  display: block;
}
.button.span-toggler span:last-child {
  display: none;
}
.button.selected.span-toggler {
  background-color: transparent;
}
.button.selected.span-toggler span:first-child {
  display: none;
}
.button.selected.span-toggler span:last-child {
  position: relative;
  display: block;
}
.button.selected.span-toggler span:last-child:before {
  content: "\e804";
  color: #51A351;
  font-family: "Fontello";
  position: absolute;
  left: -35px;
  top: 50%;
  font-size: 20px;
  margin-top: -8px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.input-label {
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  margin-bottom: 8px;
  display: block;
}
input, textarea {
  font-family: "OpenSans-Regular", Arial, sans-serif;
  width: 100%;
  font-size: 14px;
  color: #373737;
  transition: 0.3s box-shadow ease-out;
  border-radius: 0;
  opacity: 1 !important;
  outline: none;
}
input::placeholder, textarea::placeholder {
  color: #909090;
}
input::-ms-clear, textarea::-ms-clear {
  display: none;
}
input:invalid, textarea:invalid {
  box-shadow: none;
}
input:not([type=range]):not([type=radio]):focus, textarea:not([type=range]):not([type=radio]):focus {
  box-shadow: 0 0 15px 2px rgba(55, 55, 55, 0.1);
}
.input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.input input {
  background-color: #FFFFFF;
  -webkit-appearance: none;
  padding: 15px 20px 14px 20px;
  padding-right: 50px;
  text-align: left;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #CCC;
  height: 49px;
}
.input input:disabled {
  background-color: #FFFFFF;
  -webkit-text-fill-color: #373737;
}
.input .currency {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 28px;
  line-height: 1em;
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  pointer-events: none;
}
.input.has-info-icon input {
  padding-right: 92px;
}
.input.has-info-icon .currency {
  right: 55px;
}
.input.has-info-icon .has-info-box {
  position: absolute;
  right: 20px;
  top: 14px;
  display: flex;
}
.input.has-info-icon .has-info-box .icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.input.has-detail-icon input {
  padding-right: 96px;
}
.input.has-detail-icon .currency {
  right: 55px;
}
.input.has-detail-icon .has-detail-modal {
  position: absolute;
  right: 20px;
}
.input.has-detail-icon .has-detail-modal .icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.input .error {
  display: block;
  color: #F44336 !important;
}
.input .error::placeholder {
  color: #F44336 !important;
}
.textarea textarea {
  width: 100%;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  padding: 15px 20px 14px 20px;
  text-align: left;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #CCC;
  height: 145px;
}
.textarea textarea:disabled {
  background-color: #FFFFFF;
  -webkit-text-fill-color: #373737;
}
.textarea .error {
  display: block;
  color: #F44336;
}
.textarea .error::placeholder {
  color: #F44336;
}
.input-label-container {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .input-label-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .input-label-container:last-child {
    margin-bottom: 0;
  }
}
.input-label-container label {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  margin-right: 15px;
}
.input-label-container label > span {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .input-label-container label {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.input-label-container .input {
  width: 305px;
  margin-left: auto;
  margin-bottom: 0;
  height: 49px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .input-label-container .input {
    width: 100%;
  }
}
.select {
  position: relative;
}
.select em {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  pointer-events: none;
  height: 15px;
  width: 15px;
}
.select select {
  font-family: "OpenSans-Regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #373737;
  width: 100%;
  border-radius: 0;
  padding: 15px 20px 14px 20px;
  padding-right: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: 0.3s box-shadow ease-out;
  background-color: #FFFFFF;
  height: 50px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #CCC;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  box-shadow: 0 0 15px 2px rgba(55, 55, 55, 0.1);
}
.select select.error {
  color: #F44336;
  margin: 0;
}
.select .icon-arrow-down {
  transform: rotate(90deg);
}
.select .icon-arrow-down:before {
  font-family: "Fontello", sans-serif;
  content: "\e80f";
  font-style: normal;
  font-size: 9px;
  line-height: 1;
}
.input-detail {
  display: flex;
  text-align: center;
  margin-left: auto;
}
.checkbox {
  display: flex;
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox .checkmark {
  height: 24px;
  width: 24px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  border: 1px solid #CCC;
  margin-right: 10px;
  border-radius: 3px;
  flex-shrink: 0;
}
.checkbox .checkmark.error {
  border-color: #F44336;
}
.checkbox input:checked + input + .checkmark:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 6px;
  height: 13px;
  border: solid #373737;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox .content {
  max-width: 580px;
}
.checkbox .content .underline {
  text-decoration: underline;
}
label.error {
  display: block;
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  color: #F44336;
  margin-bottom: 10px;
}
.radio-outer-container .radio-container {
  display: flex;
}
.radio-outer-container .radio-container .radio {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0;
  margin-left: -1px;
}
.radio-outer-container .radio-container .radio .checkmark {
  padding: 15px 0;
  border: 1px solid #CCC;
}
.radio {
  font-family: "OpenSans-Regular", Arial, sans-serif;
  display: block;
}
.radio input {
  display: none;
}
.radio .checkmark {
  display: block;
  padding: 15px;
  text-align: center;
  background-color: #FFFFFF;
  cursor: pointer;
}
.radio input:checked + .checkmark {
  background-color: #FBF315;
}
.radio.disabled .checkmark {
  cursor: not-allowed;
  background-color: #F4F4F4;
  color: #CCC;
}
.radio-circular {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  cursor: pointer;
}
.radio-circular input {
  display: none;
}
.radio-circular .checkmark {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #A9A9A9;
  flex-shrink: 0;
}
.radio-circular .checkmark:after {
  display: none;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #666666;
  border-radius: 50%;
}
.radio-circular input:checked ~ .checkmark:after {
  display: block;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.range .min-max {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  line-height: 0.9em;
}
.range .min .arrow {
  margin-right: 5px;
}
.range .max .arrow {
  transform: rotate(180deg);
  margin-left: 5px;
}
.range.indicator {
  margin: 30px 0 23px 0;
}
.range.indicator .percentageBox {
  position: relative;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #FFFFFF;
  height: 12px;
  margin: 10px 0;
  overflow: hidden;
}
.range.indicator .percentageBox .value-amount {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #FFFFFF;
  transition: 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.range .jahre-range::-ms-fill-upper {
  background: #FFFFFF;
}
input[type=range] {
  -webkit-appearance: none;
  margin-top: 10px;
  margin-bottom: 12px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50px;
  height: 10px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 28px;
  width: 28px;
  background-image: url("/Icons/icon-dragger.svg");
  background-color: transparent;
  margin-top: -9px;
  border: 0;
  border-radius: 50%;
}
input[type=range]::-moz-range-thumb {
  height: 28px;
  width: 28px;
  background-image: url("/Icons/icon-dragger.svg");
  border: none;
  border-radius: 50%;
}
input[type=range]::-ms-thumb {
  margin-top: 0;
  height: 28px;
  width: 28px;
  background-image: url("/Icons/icon-dragger.svg");
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 10px;
  border-radius: 5px;
}
input[type=range]::-moz-range-track {
  height: 10px;
  border-radius: 5px;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 20px;
}
input[type=range]::-ms-fill-lower {
  background: #FBF315;
  border-radius: 5px;
  height: 10px;
}
input[type=range]::-ms-fill-upper {
  background: #E4E4E4;
  border-radius: 5px;
  height: 10px;
}
input[type=range]::-ms-tooltip {
  display: none;
}
@-moz-document url-prefix() {
  input[type=range] {
    height: 10px;
  }
}
@supports (-ms-ime-align: auto) {
  input[type=range] {
    background: transparent !important;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type=range] {
    margin-top: 0;
    margin-bottom: 6px;
  }
  input[type=range]::-ms-track {
    height: 29px;
    background-color: transparent;
    border: none;
    color: transparent;
  }
}
.bg.yellow input[type=range]::-ms-fill-lower {
  background: #FFFFFF;
}
.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #666666 transparent;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #373737;
  font-family: "OpenSans-Regular", Arial, sans-serif;
  background-color: #F4F4F4;
  padding-top: 100px;
}
body.o-hidden {
  overflow: hidden;
}
img {
  max-width: 100%;
}
a.link {
  border-bottom: 2px solid #FBF315;
}
em {
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Light";
  src: url(/Fonts/OpenSans-Light.woff2) format("woff2"), url(/Fonts/OpenSans-Light.woff) format("woff"), url(/Fonts/OpenSans-Light.ttf) format("truetype"), url(/Fonts/OpenSans-Light.svg) format("svg");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url(/Fonts/OpenSans-Regular.woff2) format("woff2"), url(/Fonts/OpenSans-Regular.woff) format("woff"), url(/Fonts/OpenSans-Regular.ttf) format("truetype"), url(/Fonts/OpenSans-Regular.svg) format("svg");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url(/Fonts/OpenSans-SemiBold.woff2) format("woff2"), url(/Fonts/OpenSans-SemiBold.woff) format("woff"), url(/Fonts/OpenSans-SemiBold.ttf) format("truetype"), url(/Fonts/OpenSans-SemiBold.svg) format("svg");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url(/Fonts/OpenSans-Bold.woff2) format("woff2"), url(/Fonts/OpenSans-Bold.woff) format("woff"), url(/Fonts/OpenSans-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Fontello";
  src: url("/Fontello/font/fontello.woff2") format("woff2"), url("/Fontello/font/fontello.woff") format("woff"), url("/Fontello/font/fontello.ttf") format("truetype"), url("/Fontello/font/fontello.svg?#fontello") format("svg");
  font-display: swap;
}
h1, .h1 {
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-top: 0;
}
h2, .h2 {
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-top: 0;
}
h3, .h3 {
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
h4, .h4 {
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: #373737;
}
p {
  margin-top: 0;
}
p.small {
  font-size: 14px;
  line-height: 21px;
}
strong {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-weight: 700;
}
.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 769px;
  }
}
.grecaptcha-badge {
  margin-bottom: 20px;
}
form {
  margin: 0;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button {
  background-color: #FBF315;
  padding: 17px 30px;
  font-size: 14px;
  line-height: 1.14em;
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  color: #373737;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  text-decoration: none;
  text-transform: uppercase;
  height: 50px;
  border: none;
}
.button:hover {
  background-color: #FFF483;
}
.button.grey {
  background-color: #909090;
  color: #FFFFFF;
}
.button.grey:hover {
  background-color: #666666;
}
.button.transparent {
  background-color: transparent;
  border: 1px solid #373737;
}
.button.icon-arrow {
  margin-left: 10px;
  padding-right: 21px;
}
.button.icon-arrow:after {
  font-family: "Fontello", sans-serif;
  content: "\e80b";
  font-style: normal;
  font-size: 20px;
  margin-left: 20px;
}
.button.icon-pdf {
  padding-left: 21px;
}
.button.icon-pdf span {
  line-height: 20px;
  display: flex;
}
.button.icon-pdf span:before {
  font-family: "Fontello", sans-serif;
  content: "\e80a";
  font-style: normal;
  font-size: 24px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.button.icon-download {
  padding-left: 21px;
}
.button.icon-download span {
  line-height: 20px;
  display: flex;
  pointer-events: none;
}
.button.icon-download span:before {
  font-family: "Fontello", sans-serif;
  content: "\e80e";
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.button.icon-close {
  padding-left: 21px;
}
.button.icon-close span {
  line-height: 20px;
  display: flex;
}
.button.icon-close span:before {
  font-family: "Fontello", sans-serif;
  content: "\e805";
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.button.loading {
  color: transparent;
  position: relative;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
         supported by Chrome, Opera and Firefox */
}
.button.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -8px;
  width: 15px;
  height: 15px;
  border: 5px solid transparent;
  border-top: 5px solid #373737;
  border-left: 5px solid #373737;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.button.span-toggler span:first-child {
  display: block;
}
.button.span-toggler span:last-child {
  display: none;
}
.button.selected.span-toggler {
  background-color: transparent;
}
.button.selected.span-toggler span:first-child {
  display: none;
}
.button.selected.span-toggler span:last-child {
  position: relative;
  display: block;
}
.button.selected.span-toggler span:last-child:before {
  content: "\e804";
  color: #51A351;
  font-family: "Fontello";
  position: absolute;
  left: -35px;
  top: 50%;
  font-size: 20px;
  margin-top: -8px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.input-label {
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  margin-bottom: 8px;
  display: block;
}
input, textarea {
  font-family: "OpenSans-Regular", Arial, sans-serif;
  width: 100%;
  font-size: 14px;
  color: #373737;
  transition: 0.3s box-shadow ease-out;
  border-radius: 0;
  opacity: 1 !important;
  outline: none;
}
input::placeholder, textarea::placeholder {
  color: #909090;
}
input::-ms-clear, textarea::-ms-clear {
  display: none;
}
input:invalid, textarea:invalid {
  box-shadow: none;
}
input:not([type=range]):not([type=radio]):focus, textarea:not([type=range]):not([type=radio]):focus {
  box-shadow: 0 0 15px 2px rgba(55, 55, 55, 0.1);
}
.input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.input input {
  background-color: #FFFFFF;
  -webkit-appearance: none;
  padding: 15px 20px 14px 20px;
  padding-right: 50px;
  text-align: left;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #CCC;
  height: 49px;
}
.input input:disabled {
  background-color: #FFFFFF;
  -webkit-text-fill-color: #373737;
}
.input .currency {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 28px;
  line-height: 1em;
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  pointer-events: none;
}
.input.has-info-icon input {
  padding-right: 92px;
}
.input.has-info-icon .currency {
  right: 55px;
}
.input.has-info-icon .has-info-box {
  position: absolute;
  right: 20px;
  top: 14px;
  display: flex;
}
.input.has-info-icon .has-info-box .icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.input.has-detail-icon input {
  padding-right: 96px;
}
.input.has-detail-icon .currency {
  right: 55px;
}
.input.has-detail-icon .has-detail-modal {
  position: absolute;
  right: 20px;
}
.input.has-detail-icon .has-detail-modal .icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.input .error {
  display: block;
  color: #F44336 !important;
}
.input .error::placeholder {
  color: #F44336 !important;
}
.textarea textarea {
  width: 100%;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  padding: 15px 20px 14px 20px;
  text-align: left;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #CCC;
  height: 145px;
}
.textarea textarea:disabled {
  background-color: #FFFFFF;
  -webkit-text-fill-color: #373737;
}
.textarea .error {
  display: block;
  color: #F44336;
}
.textarea .error::placeholder {
  color: #F44336;
}
.input-label-container {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .input-label-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .input-label-container:last-child {
    margin-bottom: 0;
  }
}
.input-label-container label {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  margin-right: 15px;
}
.input-label-container label > span {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .input-label-container label {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.input-label-container .input {
  width: 305px;
  margin-left: auto;
  margin-bottom: 0;
  height: 49px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .input-label-container .input {
    width: 100%;
  }
}
.select {
  position: relative;
}
.select em {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  pointer-events: none;
  height: 15px;
  width: 15px;
}
.select select {
  font-family: "OpenSans-Regular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #373737;
  width: 100%;
  border-radius: 0;
  padding: 15px 20px 14px 20px;
  padding-right: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: 0.3s box-shadow ease-out;
  background-color: #FFFFFF;
  height: 50px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #CCC;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  box-shadow: 0 0 15px 2px rgba(55, 55, 55, 0.1);
}
.select select.error {
  color: #F44336;
  margin: 0;
}
.select .icon-arrow-down {
  transform: rotate(90deg);
}
.select .icon-arrow-down:before {
  font-family: "Fontello", sans-serif;
  content: "\e80f";
  font-style: normal;
  font-size: 9px;
  line-height: 1;
}
.input-detail {
  display: flex;
  text-align: center;
  margin-left: auto;
}
.checkbox {
  display: flex;
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox .checkmark {
  height: 24px;
  width: 24px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  border: 1px solid #CCC;
  margin-right: 10px;
  border-radius: 3px;
  flex-shrink: 0;
}
.checkbox .checkmark.error {
  border-color: #F44336;
}
.checkbox input:checked + input + .checkmark:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 6px;
  height: 13px;
  border: solid #373737;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox .content {
  max-width: 580px;
}
.checkbox .content .underline {
  text-decoration: underline;
}
label.error {
  display: block;
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  color: #F44336;
  margin-bottom: 10px;
}
.radio-outer-container .radio-container {
  display: flex;
}
.radio-outer-container .radio-container .radio {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0;
  margin-left: -1px;
}
.radio-outer-container .radio-container .radio .checkmark {
  padding: 15px 0;
  border: 1px solid #CCC;
}
.radio {
  font-family: "OpenSans-Regular", Arial, sans-serif;
  display: block;
}
.radio input {
  display: none;
}
.radio .checkmark {
  display: block;
  padding: 15px;
  text-align: center;
  background-color: #FFFFFF;
  cursor: pointer;
}
.radio input:checked + .checkmark {
  background-color: #FBF315;
}
.radio.disabled .checkmark {
  cursor: not-allowed;
  background-color: #F4F4F4;
  color: #CCC;
}
.radio-circular {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  cursor: pointer;
}
.radio-circular input {
  display: none;
}
.radio-circular .checkmark {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #A9A9A9;
  flex-shrink: 0;
}
.radio-circular .checkmark:after {
  display: none;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #666666;
  border-radius: 50%;
}
.radio-circular input:checked ~ .checkmark:after {
  display: block;
}
body {
  padding: 0;
}
.g-recaptcha {
  margin-bottom: 20px;
}
.kontaktFormularPopup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: auto;
  display: none;
  z-index: 100;
  background-color: #F4F4F4;
  text-align: left;
}
.kontaktFormularPopup .close-form {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 20px;
  cursor: pointer;
}
.kontaktFormularPopup .close-form:before {
  content: "\e805";
  font-family: "Fontello";
  font-size: 20px;
  line-height: 20px;
}
.kontakt-formular {
  margin: 150px auto 132px auto;
  max-width: 770px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .kontakt-formular {
    margin: 100px auto 100px auto;
  }
}
.kontakt-formular .input, .kontakt-formular .select, .kontakt-formular .textarea, .kontakt-formular .checkbox {
  margin-bottom: 20px;
}
.thank-you-page {
  max-width: 450px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 20px;
}
.thank-you-page p {
  flex-grow: initial;
  word-wrap: break-word;
}
.thank-you-page .inner {
  position: relative;
}
@media (max-width: 768px) {
  .thank-you-page .inner {
    text-align: center;
    justify-content: center;
  }
}
.thank-you-page .inner:before {
  content: "\e811";
  font-family: "Fontello";
  font-size: 47px;
  width: 100px;
  height: 100px;
  display: inline-flex;
  background: #FBF315;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -130px;
  top: 0;
}
@media (max-width: 768px) {
  .thank-you-page .inner:before {
    position: static;
    margin-bottom: 30px;
  }
}
.thank-you-page button {
  width: auto;
}
.thank-you-page button span:before {
  content: "\e805";
  font-family: "Fontello";
  margin-right: 10px;
  font-size: 16px;
}
.input-plz {
  position: relative;
  display: inline-flex;
  width: 250px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 50px;
}
.input-plz input {
  width: 100%;
  padding: 17px 57px 17px 17px;
  background-color: #FFFFFF;
  border: 1px solid #CCC;
  border-radius: 50px;
  color: #373737;
  outline: none;
  font-size: 16px;
  height: 50px;
}
.input-plz input:focus {
  border: 1px solid #909090;
}
.input-plz input::placeholder {
  font-family: "OpenSans-Regular", Arial, sans-serif;
  font-size: 16px;
  color: #909090;
}
.input-plz > button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 17px;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
}
.input-plz > button.loading {
  position: absolute;
  background: transparent;
}
.input-plz > button.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  border: 5px solid transparent;
  border-top: 5px solid #373737;
  border-left: 5px solid #373737;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translateY(-50%);
}
.contracts {
  margin-top: 75px;
  margin-bottom: 95px;
}
.contracts .h2 {
  font-family: "OpenSans-Light", Arial, sans-serif;
  text-align: center;
  font-weight: 100;
  margin-bottom: 15px;
}
.contracts .relative {
  position: relative;
}
.contracts .relative:before {
  content: " ";
  width: 9px;
  height: 9px;
  background-color: #373737;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -3px;
}
@media (max-width: 768px) {
  .contracts .relative:before {
    display: none;
  }
}
.contracts .relative img.triangle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3px;
  height: 104px;
  width: 50%;
}
@media (max-width: 768px) {
  .contracts .relative img.triangle {
    display: none;
  }
}
.contracts .relative .articles-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .contracts .relative .articles-container {
    grid-template-columns: 1fr;
    padding-top: 50px;
    row-gap: 90px;
  }
}
.contracts .relative .articles-container article {
  background-color: #FFFFFF;
  padding: 61px 53px 0 53px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .contracts .relative .articles-container article {
    order: 1;
  }
}
.contracts .relative .articles-container article .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  background-color: #FBF315;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contracts .relative .articles-container article .icon .icon-mobile {
  font-style: normal;
}
.contracts .relative .articles-container article .icon .icon-mobile:before {
  content: "\e808";
  font-family: "Fontello";
  font-size: 32px;
  line-height: 32px;
}
.contracts .relative .articles-container article .icon .icon-person {
  font-style: normal;
}
.contracts .relative .articles-container article .icon .icon-person:before {
  content: "\e801";
  font-family: "Fontello";
  font-size: 32px;
  line-height: 32px;
}
.contracts .relative .articles-container article .icon .icon-eur {
  font-style: normal;
}
.contracts .relative .articles-container article .icon .icon-eur:before {
  content: "\e803";
  font-family: "Fontello";
  font-size: 32px;
  line-height: 32px;
}
.contracts .relative .articles-container article h1 {
  margin-bottom: 17px;
}
.contracts .relative .articles-container article > p {
  margin-bottom: 36px;
  flex-grow: 1;
}
.contracts .relative .articles-container article > .button {
  width: 100%;
  max-width: 351px;
  margin-bottom: -25px;
}
.contracts .relative .articles-container article .popup {
  position: absolute;
  background-color: #FFFFFF;
  padding: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  width: 350px;
  bottom: 50px;
  display: none;
  max-width: 100%;
}
.contracts .relative .articles-container article .popup.active {
  display: block;
}
.contracts .relative .articles-container article .popup #SearchPopup .close-popup {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  line-height: 10px;
}
.contracts .relative .articles-container article .popup #SearchPopup .close-popup:before {
  content: "\e805";
  font-family: "Fontello";
  font-size: 10px;
  line-height: 10px;
}
.contracts .relative .articles-container article .popup #SearchPopup > div > .content {
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contracts .relative .articles-container article .popup #SearchPopup > div > .content > .button {
  margin-bottom: 16px;
}
.contracts .relative .articles-container article .popup #SearchPopup > div > .content h3 {
  width: 100%;
}
.contracts .relative .articles-container article .popup #SearchPopup > div > .content p {
  width: 100%;
}
.contracts .relative .articles-container article .popup #SearchPopup > div > .content p:last-child {
  width: auto;
  margin-bottom: 0;
}
.contracts .relative .articles-container article .popup #SearchPopup .search-bank p {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  text-align: left;
  width: 95%;
  margin-bottom: 20px;
}
.contracts .relative .articles-container article .popup:before, .contracts .relative .articles-container article .popup:after {
  content: "";
  position: absolute;
  top: calc(100% - 0px);
  bottom: auto;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 1;
}
.contracts .relative .articles-container article .popup:after {
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #E4E4E4 transparent;
  z-index: 0;
}
.contracts.tenant .articles-container article {
  padding: 61px 53px 46px 53px;
}
.contracts.tenant .articles-container article > button {
  margin-bottom: 0;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.has-info-box {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.has-info-box.active .info-box {
  display: block;
}
.has-info-box .icon {
  width: 20px;
  height: 20px;
  margin-right: 9px;
}
.info-box {
  background-color: #FFFFFF;
  padding: 20px;
  position: absolute;
  top: calc(100% + 17px);
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  width: 290px;
  z-index: 65;
  transition: 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  display: none;
}
@media (max-width: 576px) {
  .info-box {
    top: calc(100% + 18px);
  }
}
.info-box .title {
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.info-box .content {
  line-height: 21px;
  margin-bottom: 0;
}
.info-box .content .no-break {
  white-space: nowrap;
}
.info-box .content p {
  margin-bottom: 10px;
}
.info-box .content *:last-child {
  margin-bottom: 0;
}
.info-box .close-info-box {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}
.info-box .close-info-box img {
  width: 10px;
  height: 10px;
}
.info-box:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 2;
  filter: drop-shadow(0px -0.5px 0.5px rgba(0, 0, 0, 0.1));
}
@media (max-width: 992px) {
  .info-box {
    left: auto;
    transform: none;
    right: -20px;
  }
  .info-box:before {
    left: auto;
    right: 15px;
    transform: none;
  }
}
@media (max-width: 576px) {
  .info-box {
    width: calc(100vw - 85px);
  }
}
@media (max-width: 380px) {
  .info-box {
    width: calc(100vw - 66px);
    right: -42px;
  }
  .info-box:before {
    right: 35px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal-overlay-container {
  position: relative;
  z-index: 202;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-overlay-container {
    position: absolute;
  }
}
.modal-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(55, 55, 55, 0.9);
  z-index: 101;
}
.modal-overlay .cookie-modal {
  background-color: #FFFFFF;
  position: relative;
  width: 600px;
  max-width: 100%;
  padding: 20px 20px 20px 20px;
  margin: auto;
}
.modal-overlay .cookie-modal h2, .modal-overlay .cookie-modal p {
  margin-bottom: 20px;
}
.modal-overlay .cookie-modal .accordion {
  line-height: 0;
  margin-bottom: 15px;
}
.modal-overlay .cookie-modal .accordion .acc-title {
  display: inline-flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px;
}
.modal-overlay .cookie-modal .accordion .acc-title:hover, .modal-overlay .cookie-modal .accordion .acc-title.active {
  background-color: #F4F4F4;
}
.modal-overlay .cookie-modal .accordion .acc-title:before {
  transition: all 0.3s ease;
  margin-right: 8px;
  height: 24px;
  content: url("/Icons/icon-accordeon-down.svg");
}
.modal-overlay .cookie-modal .accordion .acc-title.active:before {
  transform: rotate(-180deg);
}
.modal-overlay .cookie-modal .accordion .acc-content {
  display: none;
  overflow: hidden;
  padding: 10px 15px 15px 15px;
  line-height: initial;
}
.modal-overlay .cookie-modal .accordion .acc-content p {
  margin: auto !important;
  line-height: normal !important;
}
.modal-overlay .cookie-modal .accordion .acc-content .analytics-container {
  margin-top: 15px;
}
.modal-overlay .cookie-modal .accordion .acc-content .analytics-container .switch-checkbox-container {
  padding-left: 45px;
  margin-bottom: 5px;
}
.modal-overlay .cookie-modal .accordion .acc-content .analytics-container .switch-checkbox-container input {
  display: none !important;
}
.modal-overlay .cookie-modal .accordion .acc-content .analytics-container .switch-checkbox-container input[type=checkbox], .modal-overlay .cookie-modal .accordion .acc-content .analytics-container .switch-checkbox-container input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.modal-overlay .cookie-modal .accordion .acc-content .analytics-container .switch-checkbox-container .checkbox-switch {
  display: block;
  position: relative;
  height: 15px;
  border-radius: 18px;
  background: #ced2db;
  cursor: pointer;
  float: left;
  margin-left: -50px;
  margin-top: 5px;
  width: 40px;
}
.modal-overlay .cookie-modal .accordion .acc-content .analytics-container .switch-checkbox-container .checkbox-switch:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 34px;
  text-indent: 40px;
  height: 22px;
  width: 22px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: -3px;
  left: 0;
  right: auto;
  background: #b8bcc5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: left 0.25s ease-in-out;
}
.modal-overlay .cookie-modal .accordion .acc-content .analytics-container .switch-checkbox-container input:checked + .checkbox-switch {
  background-color: #FFF483;
}
.modal-overlay .cookie-modal .accordion .acc-content .analytics-container .switch-checkbox-container input:checked + .checkbox-switch:before {
  left: calc(100% - 20px);
  background-color: #FBF315;
}
.modal-overlay .cookie-modal .accordion .acc-content .analytics-container .switch-checkbox-container label {
  cursor: pointer;
  line-height: normal !important;
}
.modal-overlay .cookie-modal .accordion:last-child {
  margin-bottom: 0;
}
.modal-overlay .cookie-modal button {
  float: right;
}
@media (max-width: 480px) {
  .modal-overlay .cookie-modal .button {
    float: none;
    margin: auto;
  }
}
.modal-overlay .close-modal, .modal-overlay .close-modal-manual {
  padding: 18px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: 0;
  background: none;
  outline: none;
}
.modal-overlay .info-modal {
  background-color: #FFFFFF;
  position: relative;
  padding: 57px 55px 30px 30px;
  width: 540px;
  max-width: 100%;
  margin: auto;
}
.modal-overlay .info-modal strong {
  margin-bottom: 15px;
  display: block;
}
.modal-overlay .info-modal h2 {
  font-family: "OpenSans-Light", Arial, sans-serif;
  font-weight: 100;
  margin: 0 0 30px 0;
}
.modal-overlay .info-modal p {
  margin-bottom: 0;
  line-height: 21px;
}
.modal-overlay .info-modal p + .button-container {
  margin-top: 30px;
}
.modal-overlay .info-modal .button-container {
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
}
.modal-overlay .info-modal .button-container button:first-child {
  margin-top: 10px;
}
.modal-overlay .info-modal .button-container .button-accept-opt {
  display: none;
}
.modal-overlay .info-modal .button-container .button-cancel-opt {
  display: none;
}
.modal-overlay .info-modal .button-container button.wide-buttons {
  width: 290px;
  height: 48px;
  justify-content: center;
}
.modal-overlay .info-modal .stand {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}
.modal-overlay .copy-link-modal {
  background-color: #FFFFFF;
  position: relative;
  width: 300px;
  max-width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 50px 20px 0px 20px;
  margin: auto;
}
.modal-overlay .copy-link-modal .close-modal {
  padding: 18px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal-overlay .copy-link-modal button:not(.close-modal) {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%;
}
.modal-overlay .copy-link-modal strong {
  display: block;
}
.modal-overlay .copy-link-modal p {
  margin-bottom: 15px;
  line-height: 21px;
  word-spacing: 3px;
}
.modal-overlay .copy-link-modal p.hint {
  line-height: 15px;
  font-size: 12px;
  word-spacing: 0;
}
.modal-overlay .share-link-modal {
  background-color: #FFFFFF;
  position: relative;
  width: 300px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 20px;
  padding-top: 50px;
  margin: auto;
}
.modal-overlay .share-link-modal .close-modal {
  padding: 18px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal-overlay .share-link-modal a {
  margin-bottom: 10px;
  display: flex;
  color: #FFFFFF;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 20px;
}
.modal-overlay .share-link-modal a svg {
  margin-right: 20px;
}
.modal-overlay .share-link-modal a svg path {
  fill: #FFFFFF;
}
.modal-overlay .share-link-modal a .icon-message {
  margin-right: 20px;
  font-style: normal;
  display: flex;
}
.modal-overlay .share-link-modal a .icon-message:before {
  content: "\e813";
  font-family: "Fontello";
  font-size: 60px;
  color: #FFFFFF;
}
.modal-overlay .share-link-modal a .icon-whatsapp {
  margin-right: 20px;
  font-style: normal;
  display: flex;
}
.modal-overlay .share-link-modal a .icon-whatsapp:before {
  content: "\e812";
  font-family: "Fontello";
  font-size: 60px;
  color: #FFFFFF;
}
.modal-overlay .share-link-modal a.email-option {
  background-color: #2B91FE;
}
.modal-overlay .share-link-modal a.email-option:hover {
  background-color: rgba(43, 145, 254, 0.9);
}
.modal-overlay .share-link-modal a.whatsapp-option {
  background-color: #00C73C;
}
.modal-overlay .share-link-modal a.whatsapp-option:hover {
  background-color: rgba(0, 199, 60, 0.9);
}
.modal-overlay .share-link-modal a:last-of-type {
  margin-bottom: 16px;
}
.modal-overlay .share-link-modal p {
  margin-bottom: 0px;
  line-height: 21px;
  word-spacing: 3px;
}
.modal-overlay .share-link-modal p.hint {
  line-height: 15px;
  font-size: 12px;
  word-spacing: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-overlay {
    flex-direction: column;
  }
  .modal-overlay .share-link-modal p {
    width: 100%;
  }
  .modal-overlay .copy-link-modal p {
    width: 100%;
  }
}
.response-view {
  display: block;
}
.close-modal {
  width: 56px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sticky-bar {
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  padding: 20px;
  box-shadow: 0 -3px 6px 0 rgba(55, 55, 55, 0.1);
  z-index: 64;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.sticky-bar.static {
  position: static;
}
.sticky-bar.active {
  bottom: 0;
}
@media (max-width: 480px) {
  .sticky-bar {
    padding: 0;
  }
  .sticky-bar .container {
    padding: 0;
  }
  .sticky-bar .button {
    padding: 15px;
    width: 100%;
    margin: 0;
    margin-left: 0 !important;
  }
}
.sticky-bar .button em.icon-down {
  font-style: normal;
  transform: rotate(90deg);
  transform-origin: center center;
  margin-left: 10px;
}
.sticky-bar .button em.icon-down:before {
  content: "\e80b";
  font-family: "Fontello";
  font-size: 20px;
  color: #373737;
  width: 20px;
  height: 20px;
}
.rechner-container {
  margin-bottom: 80px;
}
.tarif-container {
  margin-top: -150px;
  background-color: white;
  padding: 40px 40px 20px 40px;
}
@media (max-width: 1200px) {
  .tarif-container {
    padding: 40px 40px 20px 40px;
  }
}
@media (max-width: 576px) {
  .tarif-container {
    padding: 40px 20px 20px 20px;
  }
}
.tarif-container h2 {
  text-align: center;
  margin-bottom: 32px;
  font-family: "OpenSans-Light", Arial, sans-serif;
  font-weight: 100;
  line-height: 1em;
}
.tarif-container .tarifs {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .tarif-container .tarifs {
    flex-direction: column;
  }
}
.tarif-container .tarifs article {
  display: flex;
  flex-direction: column;
  border: 1px solid #CCC;
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 992px) {
  .tarif-container .tarifs article {
    flex-direction: row;
    border: none;
    border-bottom: 1px solid #CCC;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .tarif-container .tarifs article:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.tarif-container .tarifs article img.tarif-image {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tarif-container .tarifs article img.tarif-image {
    height: 92px;
    width: 92px;
    margin-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.tarif-container .tarifs article .promo-image {
  position: absolute;
  top: -15px;
  right: 15px;
  max-width: 120px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .tarif-container .tarifs article .promo-image {
    top: -7px;
    left: 52px;
    max-width: 50px;
  }
}
.tarif-container .tarifs article .content {
  display: flex;
  flex-direction: column;
  padding: 28px 20px;
  background-color: #FFFFFF;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .tarif-container .tarifs article .content {
    padding: 0;
    flex-grow: 1;
  }
}
@media (max-width: 992px) {
  .tarif-container .tarifs article .content h1.h3 {
    flex-grow: 1;
    max-width: 80%;
    margin-bottom: 5px;
    line-height: 19px;
  }
}
.tarif-container .tarifs article .content > p {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .tarif-container .tarifs article .content > p {
    display: none;
  }
}
@media (max-width: 992px) {
  .tarif-container .tarifs article .content button {
    max-width: 178px;
  }
}
.tarif-container .tarifs article .has-info-box {
  display: none;
}
@media (max-width: 992px) {
  .tarif-container .tarifs article .has-info-box {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.calculator-container {
  padding: 33px 95px 45px 95px;
  background-color: #E4E4E4;
}
@media (max-width: 1200px) {
  .calculator-container {
    padding: 33px 40px 45px 40px;
  }
}
@media (max-width: 576px) {
  .calculator-container {
    padding: 33px 20px 45px 20px;
  }
}
.calculator-container .input.select {
  display: none;
  margin-bottom: 20px;
}
.calculator-container .input.select select {
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .calculator-container .input.select {
    display: block;
  }
}
.calculator-container .radio-outer-container {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .calculator-container .radio-outer-container {
    display: none;
  }
}
.calculator-container .sparbetrag {
  display: flex;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .calculator-container .sparbetrag {
    flex-direction: column;
  }
}
.calculator-container .sparbetrag .input-detail {
  width: calc(32.5% - 15px);
  margin-right: 30px;
}
@media (max-width: 768px) {
  .calculator-container .sparbetrag .input-detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.calculator-container .sparbetrag .range {
  width: calc(67.5% - 15px);
}
@media (max-width: 768px) {
  .calculator-container .sparbetrag .range {
    width: 100%;
  }
}
.calculator-container .optimize {
  background-color: #666666;
  padding: 20px;
  display: grid;
  align-items: center;
  position: relative;
  column-gap: 15px;
}
.calculator-container .optimize.half {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .calculator-container .optimize {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
.calculator-container .optimize:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 11px 12.5px;
  border-color: transparent transparent #666666 transparent;
  position: absolute;
  top: -11px;
  left: 124px;
}
@media (max-width: 768px) {
  .calculator-container .optimize:before {
    left: 50%;
    margin-left: -6px;
  }
}
.calculator-container .optimize p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .calculator-container .optimize p {
    margin-bottom: 20px;
  }
}
.calculator-container .sparvariante {
  border: 1px solid #ccc;
  margin-top: 20px;
  background-color: #F4F4F4;
  display: grid;
  grid-template-columns: 11fr 1fr;
  grid-gap: 20px;
}
.calculator-container .sparvariante .info-icon {
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}
.calculator-container .sparvariante .info-icon .icon {
  margin: 0;
}
@media (max-width: 576px) {
  .calculator-container .sparvariante .info-icon {
    min-width: 40px;
  }
}
.calculator-container .sparvariante .info-icon img {
  width: 20px;
}
.calculator-container .sparvariante .checkbox {
  padding: 20px;
}
.calculator-container .sparvariante .checkbox .content {
  max-width: 700px;
  width: 100%;
}
.result-container {
  padding: 33px 95px 45px 95px;
  background-color: #FBF315;
}
@media (max-width: 1200px) {
  .result-container {
    padding: 33px 40px 45px 40px;
  }
}
@media (max-width: 576px) {
  .result-container {
    padding: 33px 20px 45px 20px;
  }
}
.result-container h2 {
  line-height: 1em;
  margin-bottom: 18px;
}
.result-container h2 span {
  display: block;
}
@media (max-width: 768px) {
  .result-container .result.desktop {
    display: none;
  }
}
.result-container .result.desktop .tr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: end;
}
.result-container .result.desktop .tr.head {
  margin-bottom: 14px;
}
.result-container .result.desktop .tr .td {
  display: flex;
  white-space: nowrap;
}
.result-container .result.desktop .tr .td:first-child {
  flex-grow: 1;
}
.result-container .result.desktop .tr .td:nth-last-child(2) {
  text-align: right;
  width: 174px;
  justify-content: right;
}
.result-container .result.desktop .tr .td:last-child {
  margin-left: 95px;
  justify-content: right;
  width: 105px;
}
.result-container .result.desktop .tr.total {
  font-family: "OpenSans-Bold", Arial, sans-serif;
}
.result-container .result.mobile {
  display: none;
}
@media (max-width: 768px) {
  .result-container .result.mobile {
    display: flex;
    flex-direction: column;
  }
}
.result-container .result.mobile strong {
  text-align: center;
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-top: 50px;
}
.result-container .result.mobile .tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.result-container .result.mobile .tr .td {
  font-size: 12px;
  line-height: 22px;
}
.result-container .result.mobile .total {
  font-family: "OpenSans-Bold", Arial, sans-serif;
}
.result-container .result hr {
  border: none;
  border-bottom: 1px solid #373737;
  margin: 20px 0;
}
.result-container .info {
  justify-content: right;
  display: flex;
  align-items: center;
  column-gap: 9px;
  margin-top: -5px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .result-container .info {
    justify-content: center;
    margin-bottom: 42px;
  }
}
@media (max-width: 576px) {
  .result-container .info {
    justify-content: left;
  }
}
.result-container .info span {
  font-size: 12px;
  color: #373737;
}
.result-container .info .info-box {
  width: 520px;
}
@media (max-width: 992px) {
  .result-container .info .info-box {
    right: -19px;
    width: 410px;
  }
}
@media (max-width: 768px) {
  .result-container .info .info-box {
    right: initial;
    left: -20px;
  }
  .result-container .info .info-box:before {
    left: 15px;
    right: initial;
  }
}
@media (max-width: 576px) {
  .result-container .info .info-box {
    left: -5px;
    width: 290px;
  }
}
.result-container .download {
  text-align: center;
  margin-bottom: 60px;
}
.result-container .darlehensanspruch {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.5);
}
.result-container .darlehensanspruch .content {
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .result-container .darlehensanspruch .content {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .result-container .darlehensanspruch .content h2 {
    font-size: 25px;
  }
}
.result-container .darlehensanspruch .content > * {
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .result-container .darlehensanspruch .content > * {
    width: 100%;
  }
}
.result-container .darlehensanspruch .content .intro {
  max-width: 330px;
}
@media (max-width: 992px) {
  .result-container .darlehensanspruch .content .intro {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.result-container .darlehensanspruch .content .calculations {
  display: flex;
  flex-direction: column;
}
.result-container .darlehensanspruch .content .calculations .intro {
  display: flex;
  align-items: center;
  align-self: center;
  flex-direction: column;
  margin-bottom: 10px;
}
.result-container .darlehensanspruch .content .calculations .intro h3 {
  margin: 0;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  text-align: center;
}
.result-container .darlehensanspruch .content .calculations .values {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 620px) {
  .result-container .darlehensanspruch .content .calculations .values {
    flex-direction: column;
    align-items: center;
  }
}
.result-container .darlehensanspruch .content .calculations .values .button {
  display: flex;
  flex-direction: column;
  height: 80px;
  cursor: default;
  padding: 17px 20px;
  flex-grow: 1;
  width: 50%;
}
@media (max-width: 620px) {
  .result-container .darlehensanspruch .content .calculations .values .button {
    width: 100%;
  }
}
.result-container .darlehensanspruch .content .calculations .values .button:hover {
  background-color: #FBF315;
}
.result-container .darlehensanspruch .content .calculations .values .button span:first-child {
  margin-bottom: 8px;
  text-transform: capitalize;
  white-space: nowrap;
}
.result-container .darlehensanspruch .content .calculations .values .button span:nth-child(2) {
  font-size: 22px;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  white-space: nowrap;
}
.result-container .darlehensanspruch .tipp {
  display: flex;
  padding: 20px 50px 20px 50px;
  background-color: #F4F4F4;
}
@media (max-width: 620px) {
  .result-container .darlehensanspruch .tipp {
    padding: 20px;
  }
}
.result-container .darlehensanspruch .tipp .icon {
  width: 20px;
  height: 20px;
  margin-right: 9px;
}
.icon-buttons {
  display: flex;
  justify-content: space-between;
  max-width: 362px;
  margin: 0 auto 60px auto;
  list-style: none;
  padding: 0;
}
@media (max-width: 576px) {
  .icon-buttons {
    justify-content: space-around;
  }
}
.icon-buttons li {
  cursor: pointer;
}
.icon-buttons li .button {
  outline: none;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  display: block;
  height: auto;
}
.icon-buttons li:hover .circle {
  background-color: #FFFFFF;
  transition: 0.3s all ease;
  transition-property: background-color, box-shadow;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2), 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.icon-buttons li:hover .circle.loading {
  background-color: #373737;
}
.icon-buttons li:hover .circle .icon-download:before,
.icon-buttons li:hover .circle .icon-share:before {
  color: #373737;
}
.icon-buttons li:last-child .circle {
  background-color: #FBF315;
  transition: 0.3s all;
  transition-property: background-color, box-shadow;
}
.icon-buttons li:last-child .circle path {
  fill: #373737;
}
.icon-buttons li:last-child:hover .circle {
  background-color: #FFF483;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2), 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.icon-buttons .circle {
  background-color: #373737;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0), 0 0 15px 0 rgba(0, 0, 0, 0);
}
.icon-buttons .circle svg {
  height: 20px;
  width: 20px;
}
.icon-buttons .circle path {
  fill: white;
}
.icon-buttons .circle .icon-download {
  font-style: normal;
}
.icon-buttons .circle .icon-download:before {
  font-family: "Fontello";
  content: "\e80a";
  font-size: 20px;
  line-height: 1em;
  color: white;
}
.icon-buttons .circle .icon-share {
  font-style: normal;
}
.icon-buttons .circle .icon-share:before {
  font-family: "Fontello";
  content: "\e80d";
  font-size: 20px;
  line-height: 1em;
  color: white;
}
.icon-buttons .circle .icon-save {
  font-style: normal;
}
.icon-buttons .circle .icon-save:before {
  font-family: "Fontello";
  content: "\e80c";
  font-size: 20px;
  line-height: 1em;
  color: #373737;
}
.icon-buttons .circle.loading {
  color: transparent;
  position: relative;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                              supported by Chrome, Opera and Firefox */
}
.icon-buttons .circle.loading:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.icon-buttons .circle.loading em {
  display: none;
}
.icon-buttons .title {
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  font-size: 11px;
  text-align: center;
  display: block;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sticky-bar {
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  padding: 20px;
  box-shadow: 0 -3px 6px 0 rgba(55, 55, 55, 0.1);
  z-index: 64;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.sticky-bar.static {
  position: static;
}
.sticky-bar.active {
  bottom: 0;
}
@media (max-width: 480px) {
  .sticky-bar {
    padding: 0;
  }
  .sticky-bar .container {
    padding: 0;
  }
  .sticky-bar .button {
    padding: 15px;
    width: 100%;
    margin: 0;
    margin-left: 0 !important;
  }
}
.sticky-bar .button em.icon-down {
  font-style: normal;
  transform: rotate(90deg);
  transform-origin: center center;
  margin-left: 10px;
}
.sticky-bar .button em.icon-down:before {
  content: "\e80b";
  font-family: "Fontello";
  font-size: 20px;
  color: #373737;
  width: 20px;
  height: 20px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button {
  background-color: #FBF315;
  padding: 17px 30px;
  font-size: 14px;
  line-height: 1.14em;
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  color: #373737;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
  text-decoration: none;
  text-transform: uppercase;
  height: 50px;
  border: none;
}
.button:hover {
  background-color: #FFF483;
}
.button.grey {
  background-color: #909090;
  color: #FFFFFF;
}
.button.grey:hover {
  background-color: #666666;
}
.button.transparent {
  background-color: transparent;
  border: 1px solid #373737;
}
.button.icon-arrow {
  margin-left: 10px;
  padding-right: 21px;
}
.button.icon-arrow:after {
  font-family: "Fontello", sans-serif;
  content: "\e80b";
  font-style: normal;
  font-size: 20px;
  margin-left: 20px;
}
.button.icon-pdf {
  padding-left: 21px;
}
.button.icon-pdf span {
  line-height: 20px;
  display: flex;
}
.button.icon-pdf span:before {
  font-family: "Fontello", sans-serif;
  content: "\e80a";
  font-style: normal;
  font-size: 24px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.button.icon-download {
  padding-left: 21px;
}
.button.icon-download span {
  line-height: 20px;
  display: flex;
  pointer-events: none;
}
.button.icon-download span:before {
  font-family: "Fontello", sans-serif;
  content: "\e80e";
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.button.icon-close {
  padding-left: 21px;
}
.button.icon-close span {
  line-height: 20px;
  display: flex;
}
.button.icon-close span:before {
  font-family: "Fontello", sans-serif;
  content: "\e805";
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.button.loading {
  color: transparent;
  position: relative;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
         supported by Chrome, Opera and Firefox */
}
.button.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -8px;
  width: 15px;
  height: 15px;
  border: 5px solid transparent;
  border-top: 5px solid #373737;
  border-left: 5px solid #373737;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.button.span-toggler span:first-child {
  display: block;
}
.button.span-toggler span:last-child {
  display: none;
}
.button.selected.span-toggler {
  background-color: transparent;
}
.button.selected.span-toggler span:first-child {
  display: none;
}
.button.selected.span-toggler span:last-child {
  position: relative;
  display: block;
}
.button.selected.span-toggler span:last-child:before {
  content: "\e804";
  color: #51A351;
  font-family: "Fontello";
  position: absolute;
  left: -35px;
  top: 50%;
  font-size: 20px;
  margin-top: -8px;
}
.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: auto;
  z-index: 100;
  background-color: #F4F4F4;
  text-align: left;
}
.full-screen .close-form {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 20px;
  cursor: pointer;
}
.full-screen .close-form:before {
  content: "\e805";
  font-family: "Fontello";
  font-size: 20px;
  line-height: 20px;
}
.thank-you-page {
  max-width: 534px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .thank-you-page {
    height: auto;
    padding: 80px 20px;
  }
}
.thank-you-page p {
  flex-grow: initial;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 20px;
}
.thank-you-page .inner {
  position: relative;
}
@media (max-width: 768px) {
  .thank-you-page .inner {
    text-align: center;
    justify-content: center;
  }
}
.thank-you-page .inner:before {
  content: "\e811";
  font-family: "Fontello";
  font-size: 47px;
  width: 100px;
  height: 100px;
  display: inline-flex;
  background: #FBF315;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -130px;
  top: 0;
}
@media (max-width: 768px) {
  .thank-you-page .inner:before {
    position: static;
    margin-bottom: 30px;
  }
}
.thank-you-page .document-group {
  background-color: #FFFFFF;
  padding: 24px;
  border: 1px solid #CCC;
  margin-top: 20px;
  text-align: left;
}
.thank-you-page .document-group .item {
  display: flex;
  margin-bottom: 22px;
}
.thank-you-page .document-group .item:last-child {
  margin-bottom: 0;
}
.thank-you-page .document-group .item em.icon-pdf {
  margin-right: 12px;
}
.thank-you-page .document-group .item em.icon-pdf:before {
  content: "\e80a";
  font-family: "Fontello";
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 576px) {
  .thank-you-page .document-group .item em.icon-pdf:before {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .thank-you-page .document-group .item em.icon-pdf {
    display: none;
  }
}
.thank-you-page .document-group .item .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px;
  flex-grow: 1;
  line-height: 18px;
  font-size: 14px;
}
.thank-you-page .document-group .item .title span {
  display: block;
}
.thank-you-page .document-group .item .title span:first-child {
  font-size: 14px;
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
}
@media (max-width: 768px) {
  .thank-you-page .document-group .item button span {
    display: none;
  }
}
@media (max-width: 768px) {
  .thank-you-page .document-group .item button {
    padding: 17px 20px;
  }
  .thank-you-page .document-group .item button:before {
    font-family: "Fontello", sans-serif;
    content: "\e80e";
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
  }
}
.thank-you-page div.center {
  text-align: center;
  margin-top: 30px;
}
.thank-you-page button.close-form {
  width: auto;
}
.three-step-graphic {
  display: flex;
  max-width: 730px;
  margin: 0 auto 50px auto;
}
@media (max-width: 768px) {
  .three-step-graphic {
    flex-direction: column;
  }
}
.three-step-graphic > h2 {
  font-size: 16px;
  line-height: 24px;
  width: calc(50% - 15px);
  margin-right: 30px;
  text-transform: initial;
  font-family: "OpenSans-Bold", Arial, sans-serif;
}
@media (max-width: 768px) {
  .three-step-graphic > h2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.three-step-graphic .green-check-list {
  margin: 0;
  width: calc(50% - 15px);
  list-style: none;
  padding-left: 70px;
}
@media (max-width: 768px) {
  .three-step-graphic .green-check-list {
    width: 100%;
    margin-right: 0px;
  }
}
.three-step-graphic .green-check-list li {
  position: relative;
  margin-bottom: 30px;
}
.three-step-graphic .green-check-list li h3 {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.three-step-graphic .green-check-list li p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.three-step-graphic .green-check-list li > span {
  position: absolute;
  left: -52px;
  top: 8px;
  font-size: 25px;
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  line-height: 34px;
  color: #4BAF50;
}
.three-step-graphic .green-check-list li:before {
  font-family: "OpenSans-SemiBold", Arial, sans-serif;
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  left: -70px;
  top: 0;
  border: 2px solid #4BAF50;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #4BAF50;
}
.three-step-graphic .green-check-list li:after {
  content: " ";
  position: absolute;
  width: 2px;
  height: calc(100% - 20px);
  background-color: #4BAF50;
  left: -46px;
  top: 50px;
}
.three-step-graphic .green-check-list li:last-child {
  margin-bottom: 0;
}
.three-step-graphic .green-check-list li:last-child:after {
  display: none;
}
.tenant-form {
  max-width: 730px;
  margin: 0 auto 70px auto;
}
.tenant-form h2 {
  text-align: center;
  font-weight: 100;
  font-family: "OpenSans-Light", Arial, sans-serif;
  margin-bottom: 20px;
}
.tenant-form .accordion {
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.tenant-form .accordion .title {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.tenant-form .accordion .title em.icon-open {
  font-style: normal;
}
.tenant-form .accordion .title em.icon-open:before {
  content: "\e800";
  font-family: "Fontello";
  margin-right: 10px;
  font-size: 24px;
  line-height: 24px;
}
.tenant-form .accordion .title em.icon-open.active:before {
  content: "\e807";
}
.tenant-form .accordion .title h3 {
  text-transform: uppercase;
  margin: 0;
}
.tenant-form .accordion .title em.icon-check {
  position: absolute;
  top: 18px;
  right: 20px;
  font-style: normal;
}
.tenant-form .accordion .title em.icon-check:before {
  content: "\e804";
  font-family: "Fontello";
  font-size: 20px;
  color: #CCC;
}
.tenant-form .accordion .title em.icon-check.valid:before {
  color: #4BAF50;
}
.tenant-form .accordion > .content {
  padding: 10px 20px 20px 20px;
}
.tenant-form .accordion > .content .input,
.tenant-form .accordion > .content .checkbox,
.tenant-form .accordion > .content .radio-outer-container {
  margin-bottom: 20px;
}
.tenant-form .accordion > .content .input select,
.tenant-form .accordion > .content .input input,
.tenant-form .accordion > .content .input textarea,
.tenant-form .accordion > .content .checkbox select,
.tenant-form .accordion > .content .checkbox input,
.tenant-form .accordion > .content .checkbox textarea,
.tenant-form .accordion > .content .radio-outer-container select,
.tenant-form .accordion > .content .radio-outer-container input,
.tenant-form .accordion > .content .radio-outer-container textarea {
  background-color: #F4F4F4;
}
.tenant-form .accordion > .content .input select::placeholder,
.tenant-form .accordion > .content .input input::placeholder,
.tenant-form .accordion > .content .input textarea::placeholder,
.tenant-form .accordion > .content .checkbox select::placeholder,
.tenant-form .accordion > .content .checkbox input::placeholder,
.tenant-form .accordion > .content .checkbox textarea::placeholder,
.tenant-form .accordion > .content .radio-outer-container select::placeholder,
.tenant-form .accordion > .content .radio-outer-container input::placeholder,
.tenant-form .accordion > .content .radio-outer-container textarea::placeholder {
  color: #666666;
}
.tenant-form .accordion > .content .input.offset,
.tenant-form .accordion > .content .checkbox.offset,
.tenant-form .accordion > .content .radio-outer-container.offset {
  margin-left: 35px;
  max-width: 305px;
}
@media (max-width: 992px) {
  .tenant-form .accordion > .content .input.offset,
.tenant-form .accordion > .content .checkbox.offset,
.tenant-form .accordion > .content .radio-outer-container.offset {
    max-width: calc(100% - 35px);
  }
}
.tenant-form .accordion > .content .flex {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.tenant-form .accordion > .content .flex.at {
  align-items: flex-start;
}
.tenant-form .accordion > .content .flex .input {
  flex-grow: 1;
}
.tenant-form .accordion > .content .flex.small .plz {
  max-width: 120px;
}
.tenant-form .accordion > .content .flex.medium p {
  flex-grow: 1;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .tenant-form .accordion > .content .flex.medium p {
    margin-bottom: 10px;
  }
}
.tenant-form .accordion > .content .flex.medium .radio-outer-container label.radio {
  min-width: 149px;
}
@media (max-width: 992px) {
  .tenant-form .accordion > .content .flex.medium .radio-outer-container label.radio {
    min-width: 89px;
  }
}
.tenant-form .accordion > .content .flex.medium .checkbox-group {
  margin-bottom: 10px;
}
.tenant-form .accordion > .content .flex.medium .checkbox-group .checkbox {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .tenant-form .accordion > .content .flex.medium {
    display: grid;
  }
}
.tenant-form .accordion > .content .flex.medium.big-label .input {
  max-width: 298px;
}
@media (max-width: 992px) {
  .tenant-form .accordion > .content .flex.medium.big-label .input {
    max-width: 100%;
    width: 100%;
  }
}
.tenant-form .accordion > .content .info-label {
  background-color: rgba(251, 243, 21, 0.1);
  padding: 14px 21px 16px 50px;
  line-height: 20px;
  margin-bottom: 20px;
  position: relative;
}
.tenant-form .accordion > .content .info-label:before {
  content: "\e809";
  position: absolute;
  font-family: "Fontello";
  top: 14px;
  left: 20px;
  font-size: 20px;
}
.tenant-form .accordion > .content .error-label {
  background-color: #ffebe6;
  padding: 14px 21px 16px 50px;
  line-height: 20px;
  margin-bottom: 20px;
  position: relative;
}
.tenant-form .accordion > .content .error-label:before {
  content: "\e809";
  position: absolute;
  font-family: "Fontello";
  top: 14px;
  left: 20px;
  font-size: 20px;
}
.tenant-form .accordion > .content .yellow-box {
  background-color: #FBF315;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  padding: 14px 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .tenant-form .accordion > .content .yellow-box {
    display: grid;
    row-gap: 10px;
  }
}
.tenant-form .accordion > .content .yellow-box > div {
  display: flex;
  flex-direction: column;
}
.tenant-form .accordion > .content .yellow-box > div > span:first-child {
  font-size: 11px;
  line-height: 15px;
}
.tenant-form .accordion > .content .yellow-box > div > span:last-child {
  font-family: "OpenSans-Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}
.tenant-form .accordion > .content .yellow-box > div .lowercase {
  text-transform: lowercase;
}
.tenant-form .accordion > .content .grey-box {
  padding: 20px;
  display: flex;
  background-color: #E4E4E4;
  justify-content: right;
  margin-bottom: 20px;
}
.tenant-form .accordion > .content .grey-box .input {
  max-width: 300px;
  margin-bottom: 0;
}
.tenant-form .accordion > .content .responsive-checkbox .important-note {
  font-size: 12px;
  margin-bottom: 5px;
}
.tenant-form .accordion > .content .responsive-checkbox .select {
  display: none;
}
@media (max-width: 768px) {
  .tenant-form .accordion > .content .responsive-checkbox .select {
    display: block;
  }
}
@media (max-width: 768px) {
  .tenant-form .accordion > .content .responsive-checkbox .radio-outer-container {
    display: none;
  }
}
.tenant-form .accordion > .content .optional-content {
  background-color: #E4E4E4;
  padding: 20px 20px 20px 20px;
  margin-left: -20px;
  margin-bottom: -20px;
  width: calc(100% + 40px);
}
.tenant-form .accordion > .content .optional-content input {
  background-color: #FFFFFF;
}
.tenant-form .accordion > .content .optional-content > *:last-child {
  margin-bottom: 0;
}
.tenant-form .small.center {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}