/* ##########################################################
      default transition mixin
    + vendor specific prefixes for transition and properties  
#############################################################*/
/*changes all elements in selctor to border-box*/
/*sets box-sizing*/
/* function to prefix attributes */
/* function to prefix transitions */
/* function to prefix properties */
/* transition mixin */
/* ##########################################################*/
/* ##########################################################
    default transition-delay mixin
    + vendor specific prefixes
##############################################################*/
/* ##########################################################
    default transform mixin
    + vendor specific prefixes
#############################################################*/
/* ##########################################################
    default transform-origin mixin
    + vendor specific prefixes
#############################################################*/
/* ##########################################################
    default animation/keyframes mixin
    + vendor specific prefixes
#############################################################*/
/* ##########################################################
    default backface-visibility mixin
    + vendor specific prefixes
#############################################################*/
#bwb_rm_wasserverbrauchsrechnerAnimationContainer {
  width: calc(100% - 34px);
  overflow: hidden;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer *, #bwb_rm_wasserverbrauchsrechnerAnimationContainer *:before, #bwb_rm_wasserverbrauchsrechnerAnimationContainer *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .headline,
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .subheadline,
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container,
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .key-image,
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-heading,
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-content,
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content,
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .pagination {
  margin: 0 1.5625rem 0 1.5625rem;
}
@media only screen and (max-width: 75rem) {
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .headline,
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .subheadline,
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container,
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .key-image,
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-heading,
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-content,
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content,
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .pagination {
    margin: 0 0.9375rem 0 0.9375rem;
  }
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container {
  position: relative;
  margin-bottom: 2.5rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .ray {
  position: absolute;
  width: 100%;
  height: 2.75rem;
  z-index: -1;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .ray:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D1D0C8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem 0 1rem;
}
@media only screen and (max-width: 75rem) {
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section {
    padding: 0 0.5rem 0 0.5rem;
  }
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section:first-child {
  padding-left: 0;
  align-items: flex-start;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section:last-child {
  padding-right: 0;
  align-items: flex-end;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section.active .section-icon {
  background-color: #0072B8;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section.active .section-icon i:before {
  color: #fff;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section.finished .section-icon {
  background-color: #6A9C00;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section.finished .section-icon i:before {
  color: #fff;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section.inactive .section-icon {
  background-color: #E9E8E4;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section.inactive .section-icon i:before {
  color: #000;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section .section-icon {
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: #E9E8E4;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.3125rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section .section-icon i {
  font-size: 1.890625rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section .section-icon i::before {
  line-height: 2.75rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section .section-name {
  font-family: TheSans;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 31.25rem) {
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .section-container .sections .section .section-name {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content {
  border: 1px solid #D1D0C8;
  max-width: 62.5rem;
  margin: auto;
  padding-top: 1.5rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content {
  padding-top: 1.5rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content.disabled {
  display: none;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content.active {
  display: block;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .question {
  font-family: TheSans;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 75rem) {
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .question {
    margin-bottom: 1.25rem;
  }
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .question span {
  text-decoration: underline;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group .answer {
  background-color: #F5F4F4;
  width: fit-content;
  height: 2.5rem;
  border-radius: 1.25rem;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem;
  margin: 0 1rem 0 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 75rem) {
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group .answer {
    margin-bottom: 1rem;
  }
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group .answer.text {
    margin-bottom: 0;
  }
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group .answer.text {
  padding: 0;
  height: fit-content;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group .answer.text input[type=radio] {
  margin-left: 0.5rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group .answer.text input[type=text] {
  width: 3.125rem;
  background-color: #F5F4F4;
  border: none;
  padding: 0.5rem 0 0.5rem 0;
  margin-right: 1.25rem;
  border-bottom: 1px solid #D1D0C8;
  outline: none;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-bottom: 0;
  transition: none;
  display: inline;
  box-shadow: none;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group .answer.text input[type=text] *:focus {
  outline: none;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group .answer.text label {
  vertical-align: initial;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group .answer.active {
  background-color: #DCE7C1;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group .answer label {
  font-family: TheSans;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-left: 0.625rem;
  vertical-align: middle;
}
@media only screen and (max-width: 31.25rem) {
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .question-answer-group .answer-group > .answer {
    flex: 100%;
    height: auto;
  }
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .section-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.75rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .section-info .info-icon {
  text-align: center;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .section-info .info-icon:before {
  font-size: 1.625rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .section-content .section-info .info-text {
  color: #6A6A5C;
  font-family: TheSans;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination {
  margin-bottom: 2.3125rem;
}
@media only screen and (max-width: 75rem) {
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination {
    margin-bottom: 1.5rem;
  }
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination.result .previous, #bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination.intro .previous {
  margin-right: 0 !important;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination.result .forward, #bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination.intro .forward {
  margin-left: 0 !important;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0 1.5rem 0 1.5rem;
  padding: 0;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul button,
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul input[type=submit] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul .previous a,
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul .forward a,
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul .restart a {
  display: inline-block;
  background-color: #6A9C00;
  color: #fff;
  font-family: TheSans;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding: 0.5rem 0.625rem 0.625rem 0.75rem;
  cursor: pointer;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul .pager-item {
  margin: 0 0.5rem 0 0.5rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul .pager-item a {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-color: #D1D0C8;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul .pager-item.active a {
  background-color: #0072B8;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul .previous {
  margin-right: auto;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul .forward {
  margin-left: auto;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .dynamic-content .pagination .pager ul .restart {
  margin-left: 1.5rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .key-image {
  display: flex;
  justify-content: center;
  margin-bottom: 2.1875rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .key-image img {
  width: 25rem;
  height: auto;
}
@media only screen and (max-width: 75rem) {
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .key-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 75rem) {
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer .key-image {
    margin-bottom: 1.75rem;
  }
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content {
  display: none;
  margin: 0 1.5rem 0 1.5rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content.disabled {
  display: none;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content.active {
  display: block;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-title {
  color: #0072B8;
  font-family: TheSans;
  font-size: 1.3125rem;
  letter-spacing: 0;
  line-height: 1.75rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 1.75rem 0;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-description {
  display: flex;
  justify-content: center;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-description p {
  font-family: TheSans;
  color: #0072B8;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.875rem;
  text-align: center;
  margin-bottom: 1.75rem;
  max-width: 50rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-description.result-description-2 {
  margin: 1.75rem 0 0;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-tubs .result-tubs-display {
  display: flex;
  max-width: 340px;
  flex-wrap: wrap-reverse;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -0.3125rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-tubs .result-tubs-display img {
  width: 1.875rem;
  height: 0.9375rem;
  margin: 0rem 0.125rem 0.25rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-tubs span.result-tubs-disclaimer {
  font-family: "TheSans";
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
  text-align: center;
  display: block;
  margin: 0.3125rem 0 0;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-tubs .result-tubs-display-pic {
  position: relative;
  text-align: center;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-tubs .result-tubs-display-pic img {
  margin-bottom: 9px;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-tubs .result-tubs-display-pic span {
  position: absolute;
  color: #fff;
  font-size: 1.375rem;
  left: 50%;
  top: 2.125rem;
  transform: translateX(-50%);
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-percent {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-top: -0.3125rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-percent-display {
  display: flex;
  flex-wrap: wrap-reverse;
  border-bottom: 1px solid #0072B8;
  width: 21.0625rem;
  position: relative;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-percent-display div {
  width: 4.4375rem;
  background-color: #0072B8;
  position: relative;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-percent-display div span, #bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-percent-display div i {
  font-size: 1.375rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  right: 0;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-percent-display div i {
  font-size: 2.1875rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-percent-display .result-percent-1 {
  height: 6.125rem;
  margin-left: 4.25rem;
  min-height: 5.5rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-percent-display .result-percent-2 {
  height: 7.5rem;
  margin-left: 3.625rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-percent-display .result-percent-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6rem;
  border-bottom: 1px dotted #0072B8;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-percent-labels {
  display: flex;
  width: 21.0625rem;
  justify-content: space-evenly;
  margin: 0.1875rem 0 1.75rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-percent-labels span {
  font-family: "TheSans";
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
  text-align: center;
  display: block;
  margin: 0.3125rem 0 0;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-notice {
  margin-bottom: 2rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content .result-notice span {
  font-family: TheSans;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content table {
  margin: 0 0 0.75rem 0;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content table tr:nth-child(odd) {
  background-color: #F5F4F4;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content table td {
  font-family: TheSans;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding: 0;
  height: 2.5625rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .result-content table .table-title {
  font-family: TheSans;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding-left: 0.75rem;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer h3 {
  color: #0072B8;
  font-family: TheSans;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin-bottom: 0.75rem !important;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 75rem) {
  #bwb_rm_wasserverbrauchsrechnerAnimationContainer h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin: 0 0 0.75rem 0;
  }
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer .into-text {
  color: #0072B8;
  font-family: TheSans;
  font-size: 1.4375rem;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin-bottom: 3.875rem;
  text-align: center;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer i {
  font-family: bwbwebsite !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer input {
  appearance: none;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer input[type=radio] {
  appearance: none !important;
  background: #E9E8E4;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}
#bwb_rm_wasserverbrauchsrechnerAnimationContainer input[type=radio]:checked {
  border: 8px solid #6A9C00;
  background: #fff;
}/*# sourceMappingURL=bwb_rm_wasserverbrauchsrechner_style.css.map */