/* ------------------------------------*\
 7.Page with Calculator -- Special SCSS for HTML-Fragment Calculators
\* ------------------------------------ */
/* stylelint-disable */
.p-article {
  /**
   * Eisprung-Rechner
   */
  /**
   * Geburtstermin-Rechner
   */
  /**
   * Mutterschutz/Elternzeit-Rechner
   */
  /**
   * Alkoholsucht test
   */
}

.p-article .o-calculator-module {
  margin: 1.5rem auto;
  padding: 1.5rem 0;
  width: 91.6666666667%;
  color: #4a4a4a;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 40rem) {
  .p-article .o-calculator-module {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

@media only screen and (min-width: 40.0625rem) and (max-width: 64rem) {
  .p-article .o-calculator-module {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

@media print, screen and (min-width: 64.0625rem) {
  .p-article .o-calculator-module {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 40.0625rem) and (max-width: 64rem) {
  .p-article .o-calculator-module {
    width: 75%;
  }
}

@media print, screen and (min-width: 64.0625rem) {
  .p-article .o-calculator-module {
    width: 66.6666666667%;
  }
}

.p-article .o-calculator-module > * {
  padding: 0 1.5rem;
}

.p-article .o-calculator-module * {
  white-space: unset;
}

.p-article .o-calculator-module h2 {
  font-weight: 900;
}

@media only screen and (max-width: 40rem) {
  .p-article .o-calculator-module h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 40.0625rem) and (max-width: 64rem) {
  .p-article .o-calculator-module h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

@media print, screen and (min-width: 64.0625rem) {
  .p-article .o-calculator-module h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.p-article .o-calculator-module h3 {
  font-weight: 600;
}

@media only screen and (max-width: 40rem) {
  .p-article .o-calculator-module h3 {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

@media only screen and (min-width: 40.0625rem) and (max-width: 64rem) {
  .p-article .o-calculator-module h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media print, screen and (min-width: 64.0625rem) {
  .p-article .o-calculator-module h3 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.p-article .o-calculator-module h4 {
  font-weight: 600;
}

@media only screen and (max-width: 40rem) {
  .p-article .o-calculator-module h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 40.0625rem) and (max-width: 64rem) {
  .p-article .o-calculator-module h4 {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

@media print, screen and (min-width: 64.0625rem) {
  .p-article .o-calculator-module h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.p-article .o-calculator-module h2,
.p-article .o-calculator-module h3,
.p-article .o-calculator-module h4 {
  margin: 2rem 0 1.5rem;
}

.p-article .o-calculator-module .icon--warning-circle {
  margin-right: 0.5rem;
}

.p-article .calculator-module--noscript-hint {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #d90000;
}

.p-article .calculator__link {
  color: #4e8422;
  text-decoration: underline;
}

.p-article .calculator__link:hover, .p-article .calculator__link:focus {
  color: #3e6a1b;
}

.p-article .calculator-module__form-row {
  clear: both;
}

@media only screen and (max-width: 40rem) {
  .p-article .calculator-module__form-row {
    padding-top: 0.75rem;
  }
}

@media print, screen and (min-width: 40.0625rem) {
  .p-article .calculator-module__form-row {
    padding-top: 1rem;
  }
}

.p-article .calculator-module__form-fieldset {
  padding: 0;
}

.p-article .calculator-module__form-fieldname {
  font-weight: 600;
}

@media only screen and (max-width: 40rem) {
  .p-article .calculator-module__form-fieldname {
    width: 90%;
  }
}

@media print, screen and (min-width: 40.0625rem) {
  .p-article .calculator-module__form-fieldname {
    float: left;
    width: 50%;
  }
}

.p-article .calculator__input {
  box-sizing: border-box;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #747474;
  background: #e5e5e5;
}

.p-article .calculator__input:hover, .p-article .calculator__input:focus, .p-article .calculator__input.input--filled {
  background: #ffffff;
  border-color: #747474;
}

@media only screen and (max-width: 40rem) {
  .p-article .calculator__input {
    margin-top: 1rem;
    width: 75%;
  }
}

@media print, screen and (min-width: 40.0625rem) {
  .p-article .calculator__input {
    margin-left: auto;
    width: 40%;
  }
}

.p-article .calculator-module__select {
  padding: 0 1.5rem 0 0.625rem;
  border-radius: 0.25rem;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #747474;
  background: #e5e5e5;
  min-height: 2.5rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 6px;
}

@-moz-document url-prefix() {
  .p-article .calculator-module__select { 
    padding: 0.5rem 1.5rem 0 0.625rem;
 }
}
@media only screen and (max-width: 40rem) {
  .p-article .calculator-module__select {
    margin-top: 1rem;
  }
}

.p-article .calculator-module__select:hover, .p-article .calculator-module__select:focus, .p-article .calculator-module__select.input--filled {
  cursor: pointer;
  background: #ffffff;
  border-color: #747474;
background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 6px;
}

.p-article input[type="checkbox"] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.375rem;
  margin-right: 1rem;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  width: 1.4375rem;
  height: 1.4375rem;
  background: #f5f5f5;
  font-family: 'bm-icon', serif;
}

.p-article input[type="checkbox"]::after {
  line-height: 1;
  font-style: normal;
  speak: none;
}

.p-article input[type="checkbox"]:hover {
  cursor: pointer;
  background: #ffffff;
}

.p-article input[type="radio"] {
  vertical-align: middle;
  margin-right: 1rem;
  border-radius: 50%;
  border: 1px solid #bcbcbc;
  width: 1.4375rem;
  height: 1.4375rem;
  background: #f5f5f5;
  font-family: 'bm-icon', serif;
}

.p-article input[type="radio"]::after {
  line-height: 1;
  font-style: normal;
  speak: none;
}

.p-article input[type="radio"]:hover {
  cursor: pointer;
  background: #ffffff;
}

.p-article .calculator-module__radio-label {
  vertical-align: middle;
}

.p-article .calculator-module__checkbox-wrapper {
  display: inline-flex;
}

@media only screen and (max-width: 40rem) {
  .p-article .calculator-module__checkbox-wrapper {
    margin-top: 0.5rem;
  }
}

.p-article .calculator__input,
.p-article .calculator-module__select {
  margin-right: 1rem;
}

.p-article .calculator__input.calculator__input--error,
.p-article .calculator-module__select.calculator__input--error {
  background: #ffffff;
  border-width: 0.125rem;
  border-color: #d90000;
}

.p-article .calculator-module__errormessage {
  display: none;
  margin-top: 0.5rem;
  margin-right: 10%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #d90000;
}

@media only screen and (max-width: 40rem) {
  .p-article .calculator-module__errormessage {
    width: 75%;
  }
}

@media print, screen and (min-width: 40.0625rem) {
  .p-article .calculator-module__errormessage {
    margin-left: auto;
    width: 40%;
  }
}

.p-article .calculator-module__errormessage-result {
  display: block;
}

.p-article .calculator-module__field-information {
  display: none;
  font-weight: 400;
}

.p-article *::-ms-backdrop,
.p-article .calculator-module__field-information {
  display: block;
}

@media only screen and (max-width: 40rem) {
  .p-article .calculator-module__btn,
  .p-article .calculator-module__disclaimer {
    margin-top: 1.5rem;
  }
}

@media print, screen and (min-width: 40.0625rem) {
  .p-article .calculator-module__btn,
  .p-article .calculator-module__disclaimer {
    margin-top: 2rem;
  }
}

.p-article .calculator-module__btn {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  padding: 0.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--cs-primaryBtn--textColor);
  background-color: var(--cs-primaryBtn--bgColor);
  border: 1px solid var(--cs-primaryBtn--bgColor);
}

.p-article .calculator-module__btn:focus {
  padding: 0.1875rem 1.4375rem;
  background-color: var(--cs-primaryBtn--bgColor-focus);
  border: 2px solid var(--cs-primaryBtn--bgColor-active);
}

.p-article .calculator-module__btn:hover {
  background-color: var(--cs-primaryBtn--bgColor-hover);
  border-color: var(--cs-primaryBtn--bgColor-hover);
}

.p-article .calculator-module__btn:active {
  background-color: var(--cs-primaryBtn--bgColor-active);
  border-color: var(--cs-primaryBtn--bgColor-active);
}

@media only screen and (max-width: 40rem) {
  .p-article .calculator-module__btn {
    margin-top: 1.5rem;
  }
}

@media print, screen and (min-width: 40.0625rem) {
  .p-article .calculator-module__btn {
    margin-top: 2rem;
  }
}

.p-article .calculator-module__disclaimer {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.p-article .calculator-module__result {
  max-height: 0;
  transition: 250ms;
  overflow: hidden;
}

@media only screen and (max-width: 40rem) {
  .p-article .calculator-module__result > *:first-child {
    margin-top: 1.5rem;
  }
}

@media print, screen and (min-width: 40.0625rem) {
  .p-article .calculator-module__result > *:first-child {
    margin-top: 2rem;
  }
}

.p-article .calculator-module__result-left-col {
  float: left;
}

.p-article .calculator-module__result-right-col {
  margin-left: auto;
}

@media only screen and (max-width: 40rem) {
  .p-article .ovul_calculator .calculator-module__result-left-col {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625rem) and (max-width: 64rem) {
  .p-article .ovul_calculator .calculator-module__result-left-col {
    width: 50%;
  }
}

@media print, screen and (min-width: 64.0625rem) {
  .p-article .ovul_calculator .calculator-module__result-left-col {
    width: 60%;
  }
}

@media only screen and (max-width: 40rem) {
  .p-article .ovul_calculator .calculator-module__result-right-col {
    margin: 0 auto;
    width: 75%;
  }
}

@media only screen and (min-width: 40.0625rem) and (max-width: 64rem) {
  .p-article .ovul_calculator .calculator-module__result-right-col {
    width: 45%;
  }
}

@media print, screen and (min-width: 64.0625rem) {
  .p-article .ovul_calculator .calculator-module__result-right-col {
    width: 35%;
  }
}

@media only screen and (max-width: 40rem) {
  .p-article .ovul_calculator .ovul-result__table {
    width: 100%;
  }
}

.p-article .ovul_calculator .ovul-result__table td {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.25rem;
}

.p-article .ovul_calculator .ovul-result__table .ovul_result_symbol {
  text-align: center;
}

.p-article .ovul_calculator .ovul-result__table .ovul_result_date_of_ovulation {
  color: #000000;
  font-weight: 600;
  border-left: 5px solid #84bd00;
  border-right: 5px solid #84bd00;
}

.p-article .ovul_calculator .ovul-result__table .ovul_result_fertile_days {
  border-left: 5px solid #84bd00;
  border-right: 5px solid #84bd00;
}

.p-article .ovul_calculator .ovul-result__table .ovul_result_normal_day {
  color: #747474;
}

.p-article .ovul_calculator .ovul-result__table .ovul_result_first_last_day {
  color: #dcdcdc;
}

.p-article .ovul_calculator .ovul-result__table .ovul_result_second_penultimate_day {
  color: #bcbcbc;
}

.p-article .ovul_calculator .ovul-result__table .ovul_result_pregnancy_test {
  color: #000000;
}

.p-article .calculator-module__result-hightlight {
  display: inline-block;
  padding: 0.75rem 1rem;
  border: 1px solid #292929;
  font-weight: 600;
}

.p-article .calculator-module__result-hightlight .calculator-module__hightlight {
  font-weight: 900;
}

.p-article .dob_calculator .dob_result_calc_row {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #bcbcbc;
}

.p-article .dob_calculator .dob_result_calc_row_left {
  width: 60%;
}

.p-article .dob_calculator .dob_result_calc_row_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}

.p-article .dob_calculator .var_dob_icon_calculation_step {
  margin-left: 0;
  margin-right: 0.5rem;
}

.p-article .mpplc_calculator table {
  width: 100%;
}

.p-article .mpplc_calculator table tr {
  border-bottom: 1px solid #bcbcbc;
}

.p-article .mpplc_calculator table th {
  padding-right: 2.25rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #bcbcbc;
  width: 45%;
}

.p-article .mpplc_calculator table td {
  vertical-align: middle;
  border-bottom: 1px solid #bcbcbc;
  width: 55%;
}

.p-article .aat-test .calculator-module__form-row {
  padding-top: 1.5rem;
}

.p-article .aat-test .calculator-module__form-row:first-of-type {
  padding-top: 0;
}

@media print, screen and (min-width: 40.0625rem) {
  .p-article .aat-test .calculator-module__form-fieldname,
  .p-article .aat-test .calculator-module__errormessage {
    float: none;
    width: 100%;
  }
}

.p-article .aat-test .calculator-module__radio-wrapper {
  display: block;
  margin-top: 0.5rem;
  padding-top: 0;
}

.p-article .aat-test .calculator-module__radio-wrapper:hover {
  cursor: pointer;
}

@media only screen and (max-width: 40rem) {
  .p-article .aat-test .calculator-module__result-left-col {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625rem) and (max-width: 64rem) {
  .p-article .aat-test .calculator-module__result-left-col {
    width: 35%;
  }
}

@media print, screen and (min-width: 64.0625rem) {
  .p-article .aat-test .calculator-module__result-left-col {
    width: 25%;
  }
}

@media only screen and (max-width: 40rem) {
  .p-article .aat-test .calculator-module__result-right-col {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625rem) and (max-width: 64rem) {
  .p-article .aat-test .calculator-module__result-right-col {
    width: 60%;
  }
}

@media print, screen and (min-width: 64.0625rem) {
  .p-article .aat-test .calculator-module__result-right-col {
    width: 70%;
  }
}

.p-article .aat-test .aat_result_visual_header,
.p-article .aat-test .aat_result_visual_footer {
  width: 7rem;
  text-align: center;
}

.p-article .aat-test .aat_result_visual_header {
  border-bottom: 1px solid #000000;
}

.p-article .aat-test .aat_result_visual_footer {
  border-top: 1px solid #000000;
}

.p-article .aat-test .aat_result_visual_left {
  text-align: right;
}

.p-article .aat-test .aat_result_visual_right {
  text-align: left;
}

.p-article .aat-test .aat_result_visual_center {
  float: left;
  width: 3rem;
  text-align: center;
}

.p-article .aat-test .aat_result_visual_left,
.p-article .aat-test .aat_result_visual_right {
  font-weight: 900;
  float: left;
  font-size: 1.5rem;
  width: 2rem;
}

.p-article .bmi_calculator table,
.p-article .bmic_calculator table {
  overflow-wrap: break-word;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 40rem) {
.p-article .bmi_calculator table, 
.p-article .bmic_calculator table { hyphens: auto; }
}

@media only screen and (max-width: 40rem) {
.p-article .bmi_calculator table tr td,
.p-article .bmic_calculator table tr td { padding: 0.5rem; }
}

.p-article .bmi_calculator tr,
.p-article .bmic_calculator tr {
  border-bottom: 1px solid #bcbcbc;
}

.p-article .bmi_calculator tr td:first-child,
.p-article .bmic_calculator tr td:first-child {
  text-align: left;
}

.p-article .bmi_calculator .calculator-module__input-gender,
.p-article .bmic_calculator .calculator-module__input-gender {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 40rem) {
  .p-article .bmi_calculator .calculator-module__input-gender,
  .p-article .bmic_calculator .calculator-module__input-gender {
    margin-top: 1rem;
  }
}

.p-article .bmi_calculator .calculator-module__input-gender > label,
.p-article .bmic_calculator .calculator-module__input-gender > label {
  width: 100%;
  margin-bottom: 0.75rem;
}

.p-article .bmi_calculator .bmic_result_highlighted,
.p-article .bmic_calculator .bmic_result_highlighted {
  font-weight: 600;
  border-top: 6px solid #747474;
  border-bottom: 6px solid #747474;
}

.p-article .bmi_calculator .bmi_result_headline,
.p-article .bmi_calculator .bmic_result_headline,
.p-article .bmic_calculator .bmi_result_headline,
.p-article .bmic_calculator .bmic_result_headline {
  margin-top: 1.5rem;
  font-weight: 600;
}

.p-article .bmi_calculator .bmi_textalign_left,
.p-article .bmic_calculator .bmi_textalign_left {
  text-align: left;
}

.p-article .bmi_calculator .bmi_textalign_center,
.p-article .bmic_calculator .bmi_textalign_center {
  text-align: center;
}

.p-article .bmi_calculator ul,
.p-article .bmic_calculator ul {
  list-style-type: disc;
  margin-left: 2rem;
  margin-top: 1rem;
}

.p-article .bmi_calculator .bmic_result_hint_general_part_01,
.p-article .bmi_calculator .bmic_result_hint_general_part_02,
.p-article .bmic_calculator .bmic_result_hint_general_part_01,
.p-article .bmic_calculator .bmic_result_hint_general_part_02 {
  margin-top: 1.5rem;
}

.p-article .bmi_calculator img,
.p-article .bmic_calculator img {
  width: 200px;
}

@media only screen and (max-width: 64rem) {
  .p-article .bmi_calculator img,
  .p-article .bmic_calculator img {
    display: block;
  }
}

@media print, screen and (min-width: 64.0625rem) {
  .p-article .bmi_calculator img,
  .p-article .bmic_calculator img {
    float: right;
    margin-left: 1.5rem;
  }
}

.p-article .icd .icd_result_headline {
  border-top: 1px solid #bcbcbc;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
/* stylelint-enable */
/**
 * Module width within narrow-measure article
 */
@media only screen and (min-width: 40.0625rem) and (max-width: 64rem) {
  .article--narrow-measure .o-calculator-module {
    width: 58.3333333333%;
  }
}

@media print, screen and (min-width: 64.0625rem) {
  .article--narrow-measure .o-calculator-module {
    width: 50%;
  }
}
