.tpl_textwrap {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4
}

.clearfix {
  clear: both
}

.htmlContainer__base .zb_field_barometer .text__base, .htmlContainer__base .button, .htmlContainer__base .zb_barometer, .htmlContainer__base .zb_field_year .zb_year_title .text__base, .htmlContainer__base .zb_field_year .zb_year_box_inner .text__base, .htmlContainer__base .accordion {
  float: none;
  width: 100%;
  margin-right: 0
}

.htmlContainer__base .zb_field_barometer .text__base.zb_text_zinswhy, .htmlContainer__base .button.zb_text_zinswhy, .htmlContainer__base .zb_barometer.zb_text_zinswhy, .htmlContainer__base .zb_field_year .zb_year_title .text__base.zb_text_zinswhy, .htmlContainer__base .zb_field_year .zb_year_box_inner .text__base.zb_text_zinswhy, .htmlContainer__base .accordion.zb_text_zinswhy {
  max-width: 590px;
  width: 100%;
  display: none;
  margin: 0 auto
}

.zb_accordion__itemWrapper {
  position: relative;
  margin-bottom: 10px;
  background-color: #EDEDED
}


.zb_accordion__title {
  font-family: "FrutigerNext", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #000000;
  color: #fff
}

@media screen and (min-width: 768px) {
  .zb_accordion__title {
    font-size: 24px;
    line-height: 60px;
    height: 60px
  }
}

.zb_accordion__button {
  border: 0;
  padding: 0;
  display: block
}

.zb_accordion__title[aria-expanded="true"]+.zb_accordion__button {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.zb_accordion__icon {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 17px;
  pointer-events: none;
  color: #fff
}

@media screen and (min-width: 768px) {
  .zb_accordion__icon {
    top: 14px;
    right: 15px
  }
}

.zb_accordion__item {
  display: none;
  width: 100%;
  padding: 9px 20px 15px
}

@media screen and (min-width: 768px) {
  .zb_accordion__item {
    padding-bottom: 11px
  }
}

.zb_accordion__item.expanded {
  display: inline-block;
  background: #EDEDED
}

.productoverview .tableSlide__base {
  padding-bottom: 0
}

.tableSlide__base {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px
}

.tableSlide__buttonLeft {
  left: 0
}

.tableSlide__buttonRight {
  right: 0
}

.tableSlide__buttonTop {
  top: 0
}

.tableSlide__buttonBottom {
  bottom: 0
}

.tableSlide__button {
  color: #EDEDED;
  border: 0;
  background-color: transparent;
  padding: 0;
  display: none;
  position: absolute
}


.tableSlide__content {
  overflow-x: scroll!important;
}

.table__base td {
  color: #666
}

.table__base tr th {
  color: #333
}

@media screen and (min-width: 768px) {
  .contentpage .productoverview__base.table__base td, .contentpage .productoverview__base.table__base th {
    font-size: 14px;
    line-height: 16px
  }
}

.contentpage .productoverview__base.table__base td {
  padding-top: 7px;
  padding-bottom: 5px;
  vertical-align: top
}

@media screen and (min-width: 768px) {
  .contentpage .productoverview__base.table__base td {
    padding-top: 12px;
    padding-bottom: 9px
  }
}

.zb_field_barometer {
  transition: height 1s;
  height: auto;
  display: block;
  background-color: #EDEDED;
  padding: 44px;
  text-align: center;
  margin-bottom: 30px
}

.zb_field_barometer .zb_field_input {
  width: 100%;
  height: 100px;
  max-width: 596px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  float: none;
  clear: both
}

@media screen and (max-width: 767px) {
  .zb_field_barometer .zb_field_input {
    height: auto;
    margin-bottom: 20px
  }
}

.zb_field_barometer .zb_field_input .zb_chosen_year {
  float: left;
  width: 48%;
  margin-bottom: 40px
}

@media screen and (max-width: 767px) {
  .zb_field_barometer .zb_field_input .zb_chosen_year {
    width: 100%;
    float: none;
    margin-bottom: 15px
  }
}

.zb_field_barometer .zb_message_year {
  width: 100%
}

.zb_field_barometer .zb_message_year p.error {
  border: 1px solid #B90000;
  color: #B90000;
  padding: 20px;
  text-align: center;
  margin: 0 0 40px
}

.zb_field_barometer .button {
  width: 48%;
  float: left
}

@media screen and (min-width: 768px) {
  .zb_field_barometer .button {
    width: 100%;
    float: none
  }
}

.zb_field_barometer .button .submitButton__base {
  outline: 0;
  text-align: left;
  width: 100%;
  height: 50px;
  padding: 14px 16px 12px;
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  height: auto;
  text-overflow: clip;
  white-space: normal;
  margin-bottom: 30px
}

@media screen and (min-width: 768px) {
  .zb_field_barometer .button .submitButton__base {
    height: 60px;
    padding: 16px 19px 14px;
    font-size: 24px;
    line-height: 28px
  }
}


.zb_field_barometer #zb_button_calc {
  margin: 0 auto;
  width: 100%;
  float: none
}

@media screen and (min-width: 768px) {
  .zb_field_barometer #zb_button_calc {
    width: 48%;
    float: right
  }
}


.zb_field_barometer #zb_button_why {
  margin: 0 auto;
  width: fit-content;
  float: inherit !important;
  padding-top: 20px;
}

.zb_field_barometer #zb_button_why .zb_button_green{
  padding:0;
  background: none;
  height:auto;
  border-radius: 0;
}
#zb_result .lead {
    padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .zb_field_barometer #zb_button_why {
    width: 100% !important
  }
}

.zb_field_barometer #zb_button_why a {
  text-align: center;
  font-size: 20px;
}

.zb_field_barometer .zb_barometer_zins {
  font-weight: bold
}

.zb_field_barometer .zb_barometer {
  margin: 0 auto;
  margin-bottom: 44px;
  position: relative;
  max-width: 596px;
  width: 100%;
  height: auto
}

.zb_field_barometer .zb_barometer .zb_circle_hell {
  width: 100%;
  height: auto
}

.zb_field_barometer .zb_barometer_green {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s
}

.zb_field_barometer .zb_barometer_green._activ {
  opacity: 1
}

.zb_field_barometer .zb_barometer_text {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #fff
}

@media screen and (max-width: 767px) {
  .zb_field_barometer .zb_barometer_text {
    font-size: 12px;
    line-height: 15px
  }
}

.zb_field_barometer .zb_barometer_no {
  display: block;
  width: 44%;
  height: 100%;
  top: 7%;
  left: 4%;
  position: absolute
}

.zb_field_barometer .zb_barometer_no .zb_barometer_green {
  transform: scaleX(-1)
}

.zb_field_barometer .zb_barometer_yes {
  top: 7%;
  right: 4%;
  display: block;
  width: 44%;
  height: 100%;
  position: absolute
}

.zb_field_barometer .zb_barometer_nadel {
  transition: transform 1s;
  height: 70%;
  width: auto;
  position: absolute;
  bottom: -3%;
  left: 50%;
  margin: 0 auto;
  transform-origin: 0% 94%;
  transform: rotate(0deg) translateX(-50%)
}

.zb_field_barometer .zb_barometer_nadel img {
  height: 100%;
  width: auto
}

.zb_field_barometer.zb_small {
  background: transparent;
  padding: 30px
}

.zb_field_barometer.zb_small .zb_barometer {
  max-width: 300px
}

.zb_field_barometer.zb_small .zb_barometer_text {
  font-size: 12px;
  line-height: 15px
}

.zb_field_result {
  height: 0;
  overflow: hidden
}

.zb_field_result .zb_field_year {
  position: relative;
  margin-top: 44px;
  text-align: center
}

.zb_field_result .zb_field_year h3, .zb_field_result .zb_field_year h4, .zb_field_result .zb_field_year h5 {
  font-weight: bold
}

.zb_field_result .zb_field_year h3.zb_headline_light, .zb_field_result .zb_field_year h4.zb_headline_light, .zb_field_result .zb_field_year h5.zb_headline_light {
  font-weight: normal
}

.zb_field_result .zb_field_year .zb_year_title h4 {
  color: #2A7E74
}

.zb_field_result .zb_field_year .zb_icon-arrow-right:before {
  color: #2A7E74;
  transform: rotate(90deg);
  font-size: 44px;
  margin-bottom: 10px
}

.zb_field_result .zb_field_year .zb_year_box {
  width: 50%;
  float: left;
  display: block
}

@media screen and (max-width: 767px) {
  .zb_field_result .zb_field_year .zb_year_box {
    width: 100%
  }
}

.zb_field_result .zb_field_year .zb_year_box.zb_year_before {
  padding-left: 40px;
  padding-right: 4px
}

@media screen and (max-width: 767px) {
  .zb_field_result .zb_field_year .zb_year_box.zb_year_before {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px
  }
}

.zb_field_result .zb_field_year .zb_year_box.zb_year_after {
  padding-right: 40px;
  padding-left: 4px
}

@media screen and (max-width: 767px) {
  .zb_field_result .zb_field_year .zb_year_box.zb_year_after {
    padding-left: 0;
    padding-right: 0
  }
}

.zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner {
  height: auto;
  padding-bottom: 40px;
  background-color: #EDEDED;
  width: 100%;
  text-align: center
}

.zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner>img {
  margin: 31px
}

.zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner>img.zb_icon_rentner {
  margin-top: 38px
}

.zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_text {
  height: 160px;
  padding: 0 25px
}

.zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_text.zb_languagefix {
  height: 200px
}

@media screen and (max-width: 767px) {
  .zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_text {
    height: auto;
    margin-bottom: 30px
  }

  .zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_text.zb_languagefix {
    height: auto
  }
}

.zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white {
  position: relative;
  width: 39%;
  height: auto;
  margin-left: 10%;
  margin-right: 1%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FFFFFF;
  float: left
}

@media screen and (max-width: 1199px) {
  .zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white {
    width: 42%;
    margin-left: 7%;
    margin-right: 1%
  }
}

@media screen and (max-width: 375px) {
  .zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%
  }
}

@media screen and (max-width: 375px) {
  .zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white.zb_year_box_ze {
    margin-bottom: 10px
  }
}

.zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white.zb_year_box_za {
  margin-left: 1%;
  margin-right: 10%
}

@media screen and (max-width: 1199px) {
  .zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white.zb_year_box_za {
    margin-left: 1%;
    margin-right: 7%
  }
}

@media screen and (max-width: 375px) {
  .zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white.zb_year_box_za {
    margin-left: 10%;
    margin-right: 10%
  }
}

.zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white.zb_languagefix h3 {
  hyphens: auto
}

.zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white.zb_languagefix h3:first-child {
  height: 56px
}

@media screen and (max-width: 767px) {
  .zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white.zb_languagefix h3:first-child {
    height: auto
  }
}

.zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white h3 {
  font-weight: normal
}

.zb_field_result .zb_field_year .zb_year_box .zb_year_box_inner .zb_year_box_white h3.zb_textzins {
  color: #2A7E74
}

.zb_field_result .zb_year_time {
  width: 100%;
  height: 45px;
  position: absolute;
  left: 0;
  top: 300px;
  border-bottom: solid 2px #999999
}

.zb_field_result .zb_year_time.zb_languagefix {
  top: 340px
}

@media screen and (max-width: 767px) {
  .zb_field_result .zb_year_time {
    display: none
  }
}

.zb_field_result .zb_year_time ul {
  width: 100%
}

.zb_field_result .zb_year_time ul li {
  width: 9.090909090909%;
  float: left;
  text-align: center;
  color: #999999;
  margin-top: 20px
}

.zb_field_result .zb_year_time ul li:after {
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background: #999999;
  margin-top: -7px
}

.zb_field_result .zb_year_time ul li.zb_year_noline:after {
  display: none
}

.zb_field_result .zb_year_time ul li:first-child:after {
  display: none
}

.zb_field_result .zb_year_time ul li.zb_year_actual {
  color: #333;
  font-weight: bold
}

.zb_field_result .zb_year_time ul li.zb_year_activ {
  margin: 0px;
  margin-top: 3px
}

.zb_field_result .zb_year_time ul li.zb_year_activ h3 {
  color: #2A7E74
}

.zb_field_result .zb_year_time ul li.zb_year_activ:after {
  margin-top: -12px
}

.zb_field_result .zb_circle_minus, .zb_field_result .zb_circle_plus {
  float: left;
  height: 0;
  width: 0;
  overflow: visible;
  position: relative;
  z-index: 9;
  margin-left: -23px;
  top: 60px
}

.zb_field_result .zb_circle_minus.zb_languagefix, .zb_field_result .zb_circle_plus.zb_languagefix {
  top: 88px
}

@media screen and (max-width: 767px) {
  .zb_field_result .zb_circle_minus.zb_languagefix, .zb_field_result .zb_circle_plus.zb_languagefix {
    top: 60px
  }
}

.zb_field_result .zb_circle_minus>img, .zb_field_result .zb_circle_plus>img {
  height: 46px;
  width: 456px;
  max-width: 46px
}

.zb_field_result .zb_circle_equal {
  width: 46px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px
}

.zb_field_result .zb_circle_plus {
  top: 359px
}

.zb_field_result .zb_circle_plus.zb_languagefix {
  top: 427px
}

@media screen and (max-width: 767px) {
  .zb_field_result .zb_circle_plus {
    top: 0px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: -29px
  }

  .zb_field_result .zb_circle_plus.zb_languagefix {
    top: 0px
  }
}

@media screen and (max-width: 375px) {
  .zb_field_result .zb_circle_minus {
    top: 0px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: -29px
  }

  .zb_field_result .zb_circle_minus.zb_languagefix {
    top: 0px
  }
}

.zb_field_result .productoverview__base.table__base {
  width: 100%
}

.zb_field_result .productoverview__base.table__base table {
  border-collapse: separate;
  border-spacing: 0;
}

@media screen and (max-width: 767px) {
  .zb_field_result .productoverview__base.table__base table {
    width: auto
  }
}

.zb_field_result .productoverview__base.table__base td, .zb_field_result .productoverview__base.table__base th {
  font-size: 16px;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  min-width: 80px;
  position: relative;
  background: none padding-box
}

.zb_field_result .productoverview__base.table__base td:first-child, .zb_field_result .productoverview__base.table__base th:first-child {
  padding-left: 15px;
  text-align: left;
  min-width: 60px;
  width: auto
}

.zb_field_result .productoverview__base.table__base td.zb_cellBold, .zb_field_result .productoverview__base.table__base th.zb_cellBold {
  position: relative;
  font-weight: bold
}

.zb_field_result .productoverview__base.table__base td.zb_cellWhite, .zb_field_result .productoverview__base.table__base th.zb_cellWhite {
  background: #FFFFFF
}

.zb_field_result .productoverview__base.table__base td.zb_cellHalfTop, .zb_field_result .productoverview__base.table__base th.zb_cellHalfTop {
  background: url("../image/CellHalfTop.png") center center
}

.zb_field_result .productoverview__base.table__base td.zb_cellHalfTop.zb_cellSmall, .zb_field_result .productoverview__base.table__base th.zb_cellHalfTop.zb_cellSmall {
  min-width: 100px;
  background-position: 20px bottom;
  background-repeat: no-repeat
}

.zb_field_result .productoverview__base.table__base td.zb_cellHalfBottom, .zb_field_result .productoverview__base.table__base th.zb_cellHalfBottom {
  background: url("../image/CellHalfBottom.png") center center
}

.zb_field_result .productoverview__base.table__base td.zb_cellHalfBottom.zb_cellSmall, .zb_field_result .productoverview__base.table__base th.zb_cellHalfBottom.zb_cellSmall {
  min-width: 100px;
  background-position: 20px center;
  background-repeat: no-repeat
}

.zb_field_result .productoverview__base.table__base td.zb_cellLine, .zb_field_result .productoverview__base.table__base th.zb_cellLine {
  border-left: 1px solid #999999
}

.zb_field_result .productoverview__base.table__base tr {
  border-bottom: 0px
}

.zb_field_result .productoverview__base.table__base tr.zb_table_title th {
  border-bottom: 1px solid #999999;
  font-weight: normal;
  line-height: 20px;
  padding-top: 42px;
  padding-bottom: 9px;
  position: relative
}

.zb_field_result .productoverview__base.table__base tr.zb_table_title th:nth-child(7) {
  min-width: 110px
}

.zb_field_result .productoverview__base.table__base tr.zb_table_title th .zb_icon-table:before {
  position: absolute;
  top: -2px;
  right: 30px;
  z-index: 20
}

.zb_field_result .productoverview__base.table__base tr.zb_table_struktur th {
  background: #999999;
  color: #FFF;
  line-height: 20px;
  text-align: center;
  padding-left: 15px;
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 9px
}

.zb_field_result .productoverview__base.table__base tr.zb_table_struktur th.zb_cellLine {
  border-left: 1px solid #FFFFFF
}

.zb_field_result .productoverview__base.table__base .zb_icon-table {
  position: absolute;
  top: 13px;
  right: -20px;
  z-index: 20
}

.zb_field_result .productoverview__base.table__base .zb_cellArrow:before {
  content: "\F014";
  font-size: 35px;
  left: 13px;
  top: 10px;
  position: absolute
}

.zb_field_result .zb_icon-info:before {
  color: #2A7E74
}

.icon-info.tooltip {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 5px;
  right: 10px
}

.icon-info.tooltip:before {
  color: #A99480
}

tbody .icon-info.tooltip {
  position: absolute;
  right: -17px;
  z-index: 10;
  top: 12px
}

.zb_year_box .icon-info.tooltip {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  margin: 0 auto
}

.tippy-tooltip {
  border: 1px solid #CED2DA;
  background-color: #EDEDED;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #333;
  text-align: left
}

.tippy-popper[x-placement^=right] .tippy-tooltip .tippy-arrow {
  border-right: 7px solid #EDEDED
}

.tippy-popper[x-placement^=left] .tippy-tooltip .tippy-arrow {
  border-left: 7px solid #EDEDED
}

.tippy-popper[x-placement^=top] .tippy-tooltip .tippy-arrow {
  border-top: 7px solid #EDEDED
}

.tippy-popper[x-placement^=top] .tippy-tooltip .tippy-arrow:before {
  box-shadow: -2px -2px 5px 0px rgba(0, 0, 0, 0.1);
  content: '';
  width: 8px;
  height: 8px;
  background: #EDEDED;
  position: absolute;
  left: -4px;
  transform: rotate(225deg);
  top: -11px
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip .tippy-arrow {
  border-bottom: 7px solid #EDEDED
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip .tippy-arrow:before {
  box-shadow: -2px -2px 5px 0px rgba(0, 0, 0, 0.1);
  content: '';
  width: 8px;
  height: 8px;
  background: #EDEDED;
  position: absolute;
  left: -3px;
  transform: rotate(45deg);
  top: 2px
}

p.small-text {
  font-size: 12px;
  line-height: 16px
}
