.margin-bottom--double,
.margin-top--double {
    margin-bottom: 30px;
}

.ap-link--questions {
    margin-top: 30px;
    display: block;
    color: #ffc363 !important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    background-color: #fff;
    overflow-x: hidden;
}

@media (max-width: 991.98px) {
    body {
        font-size: 16px;
    }
}

h1 {
    color: var(--black);
    font-size: 4.375rem;
    line-height: 4.5rem;
}

@media (max-width: 1299.98px) {
    h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

h2 {
    font-size: 1.75rem;
}

@media (max-width: 1299.98px) {
    h2 {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 22px;
    }
}

[class*="col-"] > h2 + aside,
[class*="col-"] > h2 + p {
    margin-top: 30px;
}

h3 {
    font-size: 24px;
}

@media (max-width: 1299.98px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 22px;
}

h2,
h3,
h4,
h5 {
    color: var(--black);
    font-weight: 400;
    line-height: 2.2rem;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable.active span,
.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper .gauge-clickable.active span {
    font-weight: 700;
}

p {
    line-height: 2rem;
}

@media (max-width: 1299.98px) {
    h4 {
        font-size: 20px;
    }

    h2,
    h3,
    h4,
    h5 {
        line-height: 2rem;
    }

    p {
        line-height: 1.8rem;
    }
}

p sup {
    cursor: pointer;
}

.ap-text--small {
    font-size: 14px;
    line-height: 1.5rem;
}

.ap-date,
.ap-text--md {
    font-size: 16px;
}

.ap-text--md {
    line-height: 1.8rem;
}

.ap-card__content-search .ap-date {
    font-size: 12px;
    margin: 0 0 -10px;
}

.ap-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 25px;
    height: auto;
}

.ap-icon--lg:before,
.ap-icon--md:before,
.ap-icon--quote,
.ap-icon--quote-orange,
.ap-icon--xs:before,
.ap-icon:before {
    display: inline-block;
}

.ap-icon:before {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
}

.ap-icon--lg,
.ap-icon--lg:before {
    width: 30px;
    height: 30px;
}

.ap-icon--xs,
.ap-icon--xs:before {
    width: 16px;
    height: 16px;
}

.ap-icon--md,
.ap-icon--md:before {
    width: 20px;
    height: 20px;
}

.ap-icon--before {
    margin-right: 5px;
}

.ap-icon--after {
    margin-left: 5px;
}

@media (max-width: 991.98px) {

    .ap-icon--search,
    .ap-icon--search-service {
        width: 20px;
        height: 20px;
    }
}

.ap-icon--search:before {
    background-image: url(../img/icons/icon-search-mobile.svg);
}

@media (max-width: 1299.98px) {
    .ap-icon--search:before {
        background-image: url(../img/icons/icon-search-mobile.svg);
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 991.98px) {
    .ap-icon--search:before {
        width: 20px;
        height: 20px;
    }
}

.ap-icon--search-service:before {
    background-image: url(../img/icons/icon-service-mobile.svg);
}

@media (max-width: 1299.98px) {
    .ap-icon--search-service:before {
        background-image: url(../img/icons/icon-service-mobile.svg);
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 991.98px) {
    .ap-icon--search-service:before {
        width: 20px;
        height: 20px;
    }
}

.ap-icon--search-white:before {
    background-image: url(../img/icons/icon-search-mobile-white.svg);
}

.ap-icon--search-ap-icon--search-turquoise:before {
    background-image: url(..//icons/icon-search-mobile.svg);
}

.ap-icon--zoom:before {
    background: url(../img/icons/icon_zoom.svg) center no-repeat;
}

.ap-icon--quote,
.ap-icon--quote-orange {
    position: relative;
}

.ap-icon--quote-orange::after,
.ap-icon--quote-orange::before,
.ap-icon--quote::after,
.ap-icon--quote::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.ap-icon--quote-orange:before,
.ap-icon--quote:before {
    top: 16px;
    left: -25px;
}

.ap-icon--quote-orange::after,
.ap-icon--quote::after {
    right: auto;
    bottom: auto;
    margin-left: 5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {

    .ap-icon--quote-orange::after,
    .ap-icon--quote-orange::before,
    .ap-icon--quote::after,
    .ap-icon--quote::before {
        width: 15px;
        height: 15px;
    }

    .ap-icon--quote-orange:before,
    .ap-icon--quote:before {
        left: -18px;
    }

    .ap-icon--quote-orange::after,
    .ap-icon--quote::after {
        margin-left: 3px;
    }
}

.ap-icon--quote::after,
.ap-icon--quote::before {
    background-image: url(../img/icons/quote.svg);
}

.ap-icon--quote-orange::after,
.ap-icon--quote-orange::before {
    background-image: url(../img/icons/quote-orange.svg);
}

.ap-icon--arrow:before {
    background-image: url(../img/icons/arrow.svg);
}

.ap-icon--arrow-white:before {
    background: url(../img/icons/icon_arrow-hollow_white.svg) center no-repeat;
}

.ap-icon--phone:before {
    background-image: url(../img/icons/phone.svg);
}

.ap-icon--email:before {
    background-image: url(../img/icons/mail.svg);
}

.ap-icon--location:before {
    background-image: url(../img/icons/location.svg);
}

.ap-icon--group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.ap-icon--group .ap-navbar__search:first-child {
    margin-right: 20px;
}

@media (max-width: 991.98px) {
    .ap-icon--group .ap-navbar__search:first-child {
        margin-right: 5px;
    }
}

.ap-section--menocheck {
    position: relative;
    display: block;
    min-height: 551px;
    height: auto;
    margin: 84px 0 10px;
    padding: 40px 40px 80px;
    overflow: hidden;
}

.ap-section--menocheck .ap-menocheck__container {
    position: relative;
    display: none;
    min-height: 450px;
    height: auto;
    margin: 0 auto;
    /* padding-bottom: 80px; */
    text-align: center;
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-0 {
    display: block;
    /* padding: 40px 0; */
}

.ap-section--menocheck .ap-menocheck__container h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: relative;
    display: block;
    width: 65%;
    font-size: 48px;
    line-height: 64px;
    margin: 0 auto;
    color: #fff;
    word-break: break-word;
}

@media (max-width: 1299.98px) {
    .ap-section--menocheck .ap-menocheck__container {
        min-height: 600px;
    }

    .ap-section--menocheck .ap-menocheck__container h3 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 991.98px) {
    .ap-section--menocheck .ap-menocheck__container h3 {
        font-size: 22px;
        line-height: 28px;
        width: 90%;
    }
}

@media (max-width: 480.98px) {
    .ap-section--menocheck {
        margin-top: 74px;
    }
}

.ap-section--menocheck .ap-menocheck__container .wjv-menocheck-text p,
.ap-section--menocheck .ap-menocheck__container p.text {
    display: block;
    margin: 30px auto;
    padding: 0;
    width: 80%;
}

.ap-section--menocheck .ap-menocheck__container p.ap-menocheck__legend {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_question {
    position: relative;
    display: block;
    text-align: left;
    word-break: break-word;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_question.infotitle {
    text-align: center;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_subquestion {
    position: relative;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 0 60px 10px;
    font-size: 20px;
    text-align: left;
}

@media (max-width: 991.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_subquestion {
        font-size: 16px;
        padding: 0 0 10px;
    }
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options {
    position: relative;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 45px;
    text-align: left;
    padding: 0 60px;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option.fullwidth {
    width: 100%;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option span {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin: 0 0 8px;
    opacity: 0.7;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option span.ap-margin60 {
    margin-left: 60px;
}

@media (max-width: 1299.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option {
        display: block;
    }

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option span.ap-margin60 {
        margin-bottom: 15px;
    }
}

@media (max-width: 991.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_options {
        padding: 0;
    }

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option span.ap-margin60 {
        margin-left: 0;
    }
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option input {
    display: inline-block;
    color: #addae6;
    width: 370px;
    height: 56px;
    margin-right: 24px;
    padding-left: 30px;
    border: 0;
    border: 1.5px solid #0098ad;
}

@media (max-width: 1299.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option input {
        display: block;
        margin: 0 auto 15px;
    }
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option input::-webkit-input-placeholder {
    color: #addae6;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option input::-moz-placeholder {
    color: #addae6;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option input::-ms-input-placeholder {
    color: #addae6;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option input::placeholder {
    color: #addae6;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option input.hasDatepicker:before {
    content: "V";
    position: absolute;
    right: 0;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper {
    display: inline-block;
    margin: 15px;
    width: 28%;
    vertical-align: top;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper.chkbox {
    display: inline-block;
    margin: 4px 2px;
    width: inherit;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper.full {
    width: inherit;
}

@media (max-width: 1299.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper {
        display: block;
        width: inherit;
        margin: 0 25px 15px 0;
    }
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper input[type="checkbox"] {
    display: none;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper input[type="checkbox"] + label {
    display: table-cell;
    position: relative;
    width: 264px;
    height: 106px;
    padding: 12px 5px;
    background: #fff;
    color: #0098ad;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

@media (max-width: 1299.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper input[type="checkbox"] + label {
        font-size: 16px;
        width: 234px;
        height: 94px;
        padding: 8px 5px;
    }
}

@media (max-width: 991.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper input[type="checkbox"] + label {
        font-size: 11px;
        width: 154px;
        height: 66px;
    }
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper input[type="checkbox"]:checked + label {
    background: #f59c00;
    color: #fff;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper .gauge-clickable {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #fff;
    border: 8px solid #addae6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 70px 0 0;
    text-align: left;
}

@media (max-width: 991.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper .gauge-clickable {
        display: block;
        margin: 30px 0;
    }
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper .gauge-clickable input {
    position: relative;
    width: 0;
    height: 0;
    display: none;
    cursor: pointer;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper .gauge-clickable .ap-btn-label {
    margin-left: 45px;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper .gauge-clickable.extended {
    margin: 0 100px 0 0;
}

@media (max-width: 991.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper .gauge-clickable.extended {
        margin: 30px 0;
    }
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option .ap-inputchkbox__wrapper .gauge-clickable.active {
    border: 8px solid #f59c00;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_options .ap-menocheck_option textarea {
    color: #0098ad;
    margin-top: 20px;
    max-width: 100%;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge {
    position: relative;
    display: block;
    bottom: -100px;
    margin: 0 auto;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #fff;
    border: 8px solid #addae6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 70px;
}

@media (max-width: 1559.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable {
        margin: 0 35px;
    }
}

@media (max-width: 991.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge {
        bottom: 0;
    }

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable {
        display: block;
        margin: 30px auto 0;
    }
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable input {
    position: relative;
    width: 0;
    height: 0;
    display: none;
    cursor: pointer;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable label {
    display: block;
    position: absolute;
    top: -50px;
    width: 100px;
    left: -40px;
}

@media (max-width: 991.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable label {
        font-size: 16px;
        top: 0;
        left: -121px;
        text-align: right;
    }
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable.stg-1 {
    border-color: rgba(255, 218, 154, 0.2);
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable.stg-2 {
    border-color: rgba(255, 218, 154, 0.4);
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable.stg-3 {
    border-color: rgba(255, 218, 154, 0.6);
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable.stg-4 {
    border-color: rgba(255, 218, 154, 0.8);
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable.stg-5 {
    border-color: #ffda9a;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable.active {
    border: 8px solid #f59c00;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck-skipBtn {
    position: absolute;
    display: block;
    bottom: -35px;
    right: 60px;
    cursor: pointer;
    opacity: 0.8;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck-skipBtn {
        right: 5px;
        font-size: 12px;
        bottom: -25px;
    }
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck-prevBtn {
    position: absolute;
    display: flex;
    /* bottom: 15px; */
    /* left: 55px; */
    cursor: pointer;
    transition: opacity .5s;
}




/* .ap-section--menocheck .ap-menocheck__container .ap-menocheck-nextBtn:not(.ap-menocheck-startBtn) {
    position: absolute;
    display: block;
    bottom: 0;
    right: 55px;
    background: #ffc363;
    border-color: #ffc363;
    pointer-events: none;
    cursor: pointer;
} */

/* @media (max-width: 1559.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck-nextBtn:not(.ap-menocheck-startBtn) {
        height: 46px;
        line-height: 42px;
        padding: 0 35px;
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck-nextBtn:not(.ap-menocheck-startBtn) {
        font-size: 16px;
        right: 0;
        height: 36px;
        line-height: 32px;
        padding: 0 15px;
    }
}

@media (max-width: 575.98px) {
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck-nextBtn:not(.ap-menocheck-startBtn) {
        font-size: 12px;
        height: 30px;
        line-height: 25px;
        padding: 0 5px;
    }
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck-nextBtn:not(.ap-menocheck-startBtn).active {
    pointer-events: visible;
    color: #fff;
    background: #f59c00;
    border-color: #f59c00;
} */

@media (max-width: 991.98px) {
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-22 h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-22 .ap-btn {
    display: block;
    margin: 0 auto 15px;
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-1,
.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13,
.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-22 {
    padding-top: 5%;
}

.ap-menocheck__bottomContainer {
    position: relative;
    display: block;
}

.ap-menocheck__bottomContainer .ap-menocheck_pdfdownload {
    position: relative;
    display: inline-block;
    float: right;
}

.ap-menocheck__bottomContainer .ap-menocheck_pdfdownload a {
    color: #0098ad;
    text-decoration: underline;
    font-size: 22px;
}

@media (max-width: 1299.98px) {
    .ap-menocheck__bottomContainer .ap-menocheck_pdfdownload a {
        font-size: 18px;
    }

    .ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi {
        margin-bottom: 15px;
    }
}

.ap-menocheck__bottomContainer .ap-menocheck_navigation {
    position: relative;
    display: inline-block;
    text-align: left;
    max-width: 70%;
}

@media (max-width: 1559.98px) {
    .ap-menocheck__bottomContainer .ap-menocheck_navigation {
        max-width: 60%;
    }
}

@media (max-width: 991.98px) {
    .ap-menocheck__bottomContainer .ap-menocheck_pdfdownload a {
        font-size: 16px;
    }

    .ap-menocheck__bottomContainer .ap-menocheck_navigation {
        max-width: 100%;
    }
}

.ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi {
    position: relative;
    display: inline-block;
    color: #fff;
    background: #0098ad;
    border: 1px solid #0098ad;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi.skipped {
    background: #ffc363;
    border: 1px solid #ffc363;
}

.ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi.active {
    background: #f59c00;
    border: 1px solid #f59c00;
}

.ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi.current:after {
    content: "\25b2";
    position: absolute;
    bottom: -16px;
    color: #f59c00;
    left: 8px;
    font-size: 13px;
}

.ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi.info {
    color: #f59c00;
    background: #fff;
    border: 1px solid #f59c00;
}

.ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi.info span {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 33px;
}

#menocheck-show-modal .modal-content span {
    color: #f59c00;
}

#menocheck-show-modal .modal-content hr {
    margin: 0.3rem 0;
}

.ui-datepicker .ui-datepicker-header {
    background: #f59c00;
    color: #fff;
}

.ui-datepicker .ui-state-highlight {
    background: #ffc363 !important;
    border: 1px solid #f59c00 !important;
    color: #fff !important;
}

.ui-datepicker .ui-state-active {
    background: #f59c00 !important;
    color: #fff !important;
}


/* =========== */
/* Anpassungen Meno-Check Tool 02.01.2024 */


body {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ap-section--menocheck .ap-menocheck__container h3,
.ap-section--menocheck .ap-menocheck__container .ap-menocheck_question.infotitle,
.ap-section--menocheck .ap-menocheck__container .ap-menocheck_question,
.ap-section--menocheck .ap-menocheck__container .ap-menocheck_subquestion {

    font-weight: 700;
    text-align: left;
}

.ap-section--menocheck .ap-menocheck__container p,
.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable label {

    font-weight: 400;
    text-align: left;
}

.wjv-results {
    display: none;
}

.ap-text-orange .wjv-results {
    color: #F59C00;
}

/* Artztermin*/

.wjv-arzttermin input[type="date"],
.wjv-arzttermin input[type="datetime-local"],
.wjv-arzttermin input[type="month"],
.wjv-arzttermin input[type="time"] {
    /* border: none; */
}

.wjv-arzttermin label,
.wjv-arzttermin input[type="submit"] {
    margin-top: 80px;
}

/* Buttons */

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 .ap-btn {
    margin: 0 auto 0 auto;
    width: 320px;
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 .ap-btn + .ap-btn {
    margin-top: 16px;
}

.wjv-results-buttons {
    display: flex;
    flex-direction: column;
}


@media screen and (max-width: 991.98px) {
    .ap-section--menocheck {
        padding: 25px 25px 50px;
    }

    .ap-section--menocheck .ap-menocheck__container h3,
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_question.infotitle,
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_question {
        font-size: 24px;
        line-height: 1.2;
        width: 100%;
        margin-top: 0;
    }

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_subquestion {
        font-size: 16px;
    }

    .ap-section--menocheck .ap-menocheck__container p.text,
    .ap-section--menocheck .ap-menocheck__container p {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0.2px;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .ap-section--menocheck .ap-menocheck__container p.ap-menocheck__legend {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0.4px;
    }

    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-0 {
        padding-top: 45px;
    }

    /* Buttons */
    .ap-btn {
        font-weight: 700;
        letter-spacing: 0.2px;
        font-size: 16px;
        line-height: 1.2;
        height: 48px;
        padding: 12px 54px;
        max-width: 320px;
    }

    .ap-btn + .ap-btn {
        margin-top: 40px;
        margin-left: 0;
    }

    /* .ap-section--menocheck .ap-menocheck__container .ap-menocheck-nextBtn:not(.ap-menocheck-startBtn) {
        font-weight: 700;
        letter-spacing: 0.2px;
        font-size: 16px;
        line-height: 1.2;
        height: 48px;
        padding: 12px 6px;
    } */

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck-prevBtn {
        font-weight: 400;
        letter-spacing: 0.15px;
        font-size: 16px;
        line-height: 1.2;
        bottom: 14px;
    }

    /* Navigation */
    .ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi:last-of-type {
        margin-right: 0;
    }
}

@media screen and (max-width: 480.98px) {

    .ap-btn,
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 .ap-btn {
        width: 100%;
    }

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck-nextBtn:not(.ap-menocheck-startBtn) {
        position: relative;
        display: inline-block;
        margin-top: 0px;
    }

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck-prevBtn {
        position: relative;
        display: inline-block;
        margin-top: 60px;
    }

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck-skipBtn {
        bottom: 35px;
    }

    /* Navigation */
    .ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi {
        font-size: calc(100vw / 26);
        line-height: calc(100vw / 18);
        width: calc((100vw - 92px) / 13);
        height: calc((100vw - 90px) / 13);
    }

    .ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi.current::after {
        left: 50%;
        transform: translateX(-50%);
        bottom: -18px;
    }
}


/* =========== */
/* Anpassungen Meno-Check Tool 03.01.2024 */

.ap-section--menocheck .ap-menocheck__container h3,
.ap-section--menocheck .ap-menocheck__container .ap-menocheck_question.infotitle {
    text-align: center;
}

.ap-section--menocheck .ap-menocheck__container p,
.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable label {
    text-align: center;
}


/* Pop-up Terminplaner */
.fancybox-slide > * {
    max-width: 368px;
}

.fancybox-slide label {
    width: 100%;
}

.fancybox-slide .ap-btn {
    width: 100%;
}

.ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi {
    background: #f59c00;
    border-color: #f59c00;
    cursor: auto;
    pointer-events: none;
}

.ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi.current:not(.info) {
    background: #0098ad;
    border-color: #0098ad;
}

.ap-menocheck__bottomContainer .ap-menocheck_navigation .ap-navi.current ~ .ap-navi:not(.info) {
    background: #afcfdb;
    border-color: #afcfdb;
}

@media screen and (max-width: 991.98px) {

    .ap-section--menocheck .ap-menocheck__container h3,
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_question.infotitle,
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_question,
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_subquestion {
        text-align: left;
    }

    .ap-section--menocheck .ap-menocheck__container p,
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable label {
        text-align: left;
    }
    
    .fancybox-slide .ap-btn {
        width: 100%;
    }
}

/* Anpassungen hdg 13.03.2023 */
@media (max-width: 991.98px) {
        .ap-section--menocheck .ap-menocheck__container .ap-menocheck_question {
        margin-bottom: 20px;
    }
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_subquestion {
        margin-top: 0;
    }
}

  /***********************************************/
 /* Anpassungen deine.wechseljahre-verstehen.de */
/***********************************************/

.page-template-menocheck {
    position: unset;
    height: auto;
    /* overflow: hidden; */
}

.ap-menocheck__bottomContainer {
    display: none;
}

.ap-section--menocheck {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0;
    min-height: unset;
}


.wjv-menocheck-progress-bar-wrapper {
    border-radius: 4px;
    height: 8px;
    width: calc(100% - 80px);
    position: absolute;
    left: 40px;
    top: 72px;
    background-color: var(--black25);
    z-index: 9998;
}

.wjv-menocheck-progress-bar {
    height: 100%;
    width: 0;
    min-width: 8px;
    border-radius: 4px;
    background-color: var(--blue);
    transition: width .5s ease-in-out;
}

.ap-section--menocheck {
    padding: 0;
    /* display: flex; */
    /* height: fit-content; */
}


.wjv-menocheck-background-hidden {
    opacity: 0;
}

.wjv-menocheck-background {
    position: absolute;
    width: 102%;
    height: 102%;
    object-fit: cover;
    object-position: left center;
    left: -1%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.wjv-menocheck-background-mobile {
    display: none;
}

.ap-section--menocheck img {
    backface-visibility: hidden;
    transition: opacity .5s linear;
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-0 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ap-section--menocheck .ap-menocheck__container,
.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-1,
.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 {
    display: block;
    /* flex-shrink: 0; */
    position: relative;
    top: 0;
    left: 0;
    padding-top: 80px;
    min-height: 100%;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    background-attachment: fixed;
    background-color: transparent;
    backface-visibility: hidden;
    box-sizing: border-box;
    transform: translateX(0);
    transition: transform .5s ease-in-out;
    z-index: 19;
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-0 .wjv-menocheck-container-wrapper,
.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-1 .wjv-menocheck-container-wrapper,
.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 .wjv-menocheck-container-wrapper {
    padding-left: calc(50% - 324px);
    padding-right: calc(50% - 324px);
}


.ap-section--menocheck .ap-menocheck__container .wjv-menocheck-container-wrapper {
    padding: 80px calc(50% - 211px) 80px;
    box-sizing: border-box;
    height: fit-content;
    overflow-y: auto;
}

.page-template-menocheck h1 {
    color: var(--black);
    font-size: 40px;
    line-height: 1.4;
    text-align: left;
}

.ap-section--menocheck .ap-menocheck__container .wjv-menocheck-text p,
.ap-section--menocheck .ap-menocheck__container p.text {
    letter-spacing: 0;
    text-align: left;
	margin: 0;
    margin-bottom: 24px;
	width: auto;
}

.ap-section--menocheck .ap-menocheck__container p a {
    color: inherit;
    font-size: inherit;
}

.ap-section--menocheck .ap-menocheck__container p.ap-menocheck__legend {
	line-height: 1.4;
	letter-spacing: 0;
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
}

.ap-btn.wjv-results,
.ap-section--menocheck .ap-btn,
.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 .ap-btn,
.ap-section--menocheck .ap-menocheck__container .ap-menocheck-nextBtn:not(.ap-menocheck-startBtn) {
    min-width: 206px;
    margin-top: 40px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0;
    box-sizing: border-box;
    max-width: unset;
    height: auto;
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 .ap-btn.wjv-results {
    margin-top: 16px;
}


.wjv-menocheck-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 36px;
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
    z-index: 9998;
    cursor: pointer;
}

.wjv-menocheck-close:hover * {
    opacity:0.7;
    transition: opacity 0.3s ease-out;
}

.ap-section--menocheck .ap-menocheck-prevBtn {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    /* display: none; */
    align-items: center;
    position: absolute;
    top: 36px;
    left: 36px;
    bottom: unset;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9998;
}

.ap-section--menocheck .ap-menocheck-prevBtn:hover {
    text-decoration: underline;
}

.ap-menocheck-prevBtn svg {
    margin-right: 8px;
}

.ap-section--menocheck .ap-menocheck__container h3, 
.ap-section--menocheck .ap-menocheck__container .ap-menocheck_question.infotitle {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0;
	text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_question {
    font-family: 'Maligna', 'Georgia Custom', Times, serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
    text-transform: none;
	padding: 0;
    margin-bottom: 16px;
}

.ap-section--menocheck .ap-menocheck__container-13 .ap-menocheck_question {
    margin-bottom: 40px;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_subquestion {
	font-weight: 400;
	padding: 0;
	font-size: 18px;
    margin-bottom: 0;
}

.ap-section--menocheck .ap-menocheck__container .wjv-menocheck-container-wrapper .ap-menocheck_gauge {
    margin-top: 80px;
    bottom: 0;
}

.ap-section--menocheck .ap-menocheck__container .wjv-menocheck-container-wrapper .ap-menocheck_gauge .gauge-clickable {
    display: block;
	width: 100%;
	margin: 0 0 16px 0;
    border-radius: 8px;
    border: 2px solid var(--black);
    background-color: transparent;
    height: auto;
    transition: background-color .3s;
}

.ap-section--menocheck .ap-menocheck__container .wjv-menocheck-container-wrapper .ap-menocheck_gauge .gauge-clickable:last-child {
    margin-bottom: 0;
}

.ap-section--menocheck .ap-menocheck__container .wjv-menocheck-container-wrapper .ap-menocheck_gauge .gauge-clickable.active,
.ap-section--menocheck .ap-menocheck__container .wjv-menocheck-container-wrapper .ap-menocheck_gauge .gauge-clickable:hover {
    background-color: var(--black);
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable label {
	display: block;
	position: static;
    width: 100%;
    line-height: 1;
    font-weight: 700;
    padding: 15.5px 16px;
    text-align: left;
    box-sizing: border-box;
    transition: color .3s;
    cursor: pointer;
}

.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable.active label,
.ap-section--menocheck .ap-menocheck__container .ap-menocheck_gauge .gauge-clickable:hover label {
    color: var(--white);
}

.wjv-menocheck-next-hidden {
    display: none !important;
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-1 .ap-btn.ap-menocheck-nextBtn {
    display: inline-block;
}

/* .ap-section--menocheck .ap-menocheck__container.wjv-menocheck-left-of-screen {
    transform: translateX(-100%);
}

.ap-section--menocheck .ap-menocheck__container.wjv-menocheck-right-of-screen {
    transform: translateX(100%);
} */

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-0 {
    z-index: 20;
    background-color: white;
}

.ap-section--menocheck .ap-menocheck__container-13 .ap-menocheck_question,
.ap-section--menocheck .ap-menocheck__container-13 p.text {
	text-align: center;
}

.ap-section--menocheck .ap-menocheck__container p.text.wjv-results-headline {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}

.wjv-results-points {
    color: var(--blue);
}

p.wjv-results {
    display: none;
}

/* .ap-section--menocheck .ap-menocheck__container:not(.ap-menocheck__container-0,.ap-menocheck__container-1) {
    display: none;
} */

@media (max-width: 1023.98px) {

    .wjv-menocheck-background-mobile {
        display: block;
    }

    .wjv-menocheck-background-desktop {
        display: none;
    }

    .page-template-menocheck h1 {
        font-size: 28px;
    }

    .ap-section--menocheck .ap-menocheck__container .wjv-menocheck-text p,
    .ap-section--menocheck .ap-menocheck__container p.text {
        font-size: 18px;
    }

    .wjv-menocheck-progress-bar-wrapper {
        width: calc(100% - 48px);
        left: 24px;
    }

    .wjv-menocheck-close {
        right: 14px;
    }

    .ap-section--menocheck .ap-menocheck__container .wjv-menocheck-container-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    .ap-section--menocheck .ap-btn {
        height: auto;
    }
    
    .ap-section--menocheck .ap-menocheck-prevBtn {
        left: 24px;
    }

}

@media (max-width: 695.98px) {

    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-0 .wjv-menocheck-container-wrapper, .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-1 .wjv-menocheck-container-wrapper, .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 .wjv-menocheck-container-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

}

@media (max-width: 480.98px) {

    .wjv-menocheck-navbar {
        height: 64px;
    }

    .ap-section--menocheck .ap-menocheck-prevBtn {
        top: 42px;
    }

    .wjv-menocheck-close {
        top: 42px;
    }

    .wjv-menocheck-progress-bar-wrapper {
        top: 74px;
    }

    .ap-section--menocheck .ap-menocheck__container,
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-0,
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-1,
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 {
        padding-top: 72px;
    }

    .ap-section--menocheck .ap-menocheck__container .wjv-menocheck-container-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        /* height: calc(100% - 72px); */
    }

    .ap-section--menocheck .ap-menocheck__container .wjv-menocheck-container-wrapper .ap-menocheck_gauge {
        margin-top: 40px;
    }

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck-nextBtn:not(.ap-menocheck-startBtn),
    .ap-section--menocheck .ap-btn {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-top: 40px;
        width: 100%;
    }

    .ap-section--menocheck .ap-btn.wjv-results {
        margin-top: 16px;
    }

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck-prevBtn {
        top: 28px;
        bottom: unset;
        position: absolute;
        margin-top: 0;
    }

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_question,
    .ap-section--menocheck .ap-menocheck__container h3, .ap-section--menocheck .ap-menocheck__container .ap-menocheck_question.infotitle {        
        font-size: 22px;
    }

    .ap-section--menocheck .ap-menocheck__container-13 .ap-menocheck_question {
        margin-bottom: 24px;
    }

    .ap-section--menocheck .ap-menocheck__container .wjv-menocheck-text p,
    .ap-section--menocheck .ap-menocheck__container p.text {
        font-size: 16px;
    }

    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-0 .wjv-menocheck-text p,
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-0 p.text {
        font-size: 16px;
    }

    .ap-menocheck_gauge {
        margin-top: 64px;
    }

    .ap-btn.wjv-results a,
    #ap-menocheck_send,
    .wjv-results-buttons .ap-btn a {
        font-size: 16px;
    }

    .ap-section--menocheck .ap-menocheck__container p.text.wjv-results-headline {
        font-size: 20px;
    }

    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 .ap-btn {
        width: 100%;
    }

    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_subquestion {

        font-size: 16px;
    }
        
        

}

/* Backgrounds */

/* 

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-0 {
    background-image: url('../img/mc_bg_16x9_image01.png');
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-1 {
    background-image: url('../img/mc_bg_16x9_image02.png');
    display: block;
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-2 {
    background-image: url('../img/mc_bg_16x9_image03.png');
    display: block;
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-3 {
    background-image: url('../img/mc_bg_16x9_image04.png');
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-4 {
    background-image: url('../img/mc_bg_16x9_image05.png');
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-5 {
    background-image: url('../img/mc_bg_16x9_image06.png');
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-6 {
    background-image: url('../img/mc_bg_16x9_image07.png');
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-7 {
    background-image: url('../img/mc_bg_16x9_image08.png');
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-8 {
    background-image: url('../img/mc_bg_16x9_image09.png');
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-9 {
    background-image: url('../img/mc_bg_16x9_image10.png');
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-10 {
    background-image: url('../img/mc_bg_16x9_image11.png');
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-11 {
    background-image: url('../img/mc_bg_16x9_image12.png');
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-12 {
    background-image: url('../img/mc_bg_16x9_image13.png');
}

.ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 {
    background-image: url('../img/mc_bg_16x9_image14.png');
}

@media (max-width: 991.98px) {

    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-0 {
        background-image: url('../img/mc_bg_9x16_image01.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-1 {
        background-image: url('../img/mc_bg_9x16_image02.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-2 {
        background-image: url('../img/mc_bg_9x16_image03.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-3 {
        background-image: url('../img/mc_bg_9x16_image04.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-4 {
        background-image: url('../img/mc_bg_9x16_image05.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-5 {
        background-image: url('../img/mc_bg_9x16_image06.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-6 {
        background-image: url('../img/mc_bg_9x16_image07.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-7 {
        background-image: url('../img/mc_bg_9x16_image08.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-8 {
        background-image: url('../img/mc_bg_9x16_image09.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-9 {
        background-image: url('../img/mc_bg_9x16_image10.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-10 {
        background-image: url('../img/mc_bg_9x16_image11.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-11 {
        background-image: url('../img/mc_bg_9x16_image12.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-12 {
        background-image: url('../img/mc_bg_9x16_image13.png');
    }
    
    .ap-section--menocheck .ap-menocheck__container.ap-menocheck__container-13 {
        background-image: url('../img/mc_bg_9x16_image14.png');
    }
    
} */

/* Backgrounds END*/

/* PDF */

.wjv-menocheck-pdf {
    padding: 5% 5% 0 5%;
    height: 1082.9px;
    position: relative;
}

.wjv-menocheck-pdf-header {
    width: 70%;
    margin-bottom: 30px;
}

.wjv-menocheck-pdf h1 {
    font-size: 21px;
    margin-top: 4px;
    margin-bottom: 17px;
}

.wjv-menocheck-pdf p,
.wjv-menocheck-pdf td {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}

.wjv-menocheck-pdf a {
    color: inherit;
}

.wjv-menocheck-pdf p strong,
.wjv-menocheck-pdf td strong {
    font-weight: 700;
}

.wjv-menocheck-pdf-legend {
    background-color: var(--lightyellow);
    padding: 2.5%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.wjv-menocheck-pdf-legend p {
    margin-bottom: 0;
}

.wjv-menocheck-pdf-legend-left {
    width: 35%;
}

.wjv-menocheck-pdf-legend-right {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.wjv-menocheck-pdf-legend-row {
    width: 100%;
    display: flex;
    height: 18px;
}

.wjv-menocheck-pdf-legend-cell {
    width: 16%;
    position: relative;
}

.wjv-menocheck-pdf-legend-cell:first-child {
    width: 20%;
}

.wjv-menocheck-pdf-legend-cell:not(:first-child) p {
    text-align: center;
}

.wjv-menocheck-pdf-legend-row-middle .wjv-menocheck-pdf-legend-cell:not(:first-child)::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.wjv-menocheck-pdf-legend-row-middle .wjv-menocheck-pdf-legend-cell:not(:first-child)::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 90%;
    background-color: black;
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.wjv-menocheck-pdf-results-wrapper {
    padding: 0 2.5%;
}

.wjv-menocheck-pdf-result {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wjv-menocheck-pdf-result p {
    margin-bottom: 0;
}

.wjv-menocheck-pdf-question {
    width: 45%;
}

.wjv-menocheck-pdf-answer {
    width: 48%;
    display: flex;
}

.wjv-menocheck-pdf-answer-cell {
    width: 20%;
    height: 20px;
    position: relative;
}

.wjv-menocheck-pdf-answer-cell::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid black;
}

.wjv-menocheck-pdf-answer-cell-true::before {
    background-color: black;
}

.wjv-menocheck-pdf-footer {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    padding: 4% 5% 4% 4%;
    box-sizing: border-box;
}

.wjv-menocheck-pdf-footer p {
    color: white;
    margin-bottom: 0;
}

.wjv-menocheck-pdf-footer-left {
    width: 43%;
}

.wjv-menocheck-pdf-footer-right p {
    /* text-align: right; */
}

.wjv-menocheck-bhg-logo {
    display: block;
    margin-left: auto;
    margin-top: 20px;
}

/* PDF */

.page-template-menocheck h2 {
    color: inherit;
}

.page-template-menocheck fieldset {
    border: none;
    padding: 0;
}

.ap-section--menocheck .splide__arrow--next {
    position: static;
}

.ap-section--menocheck .splide__arrow--prev {
    background: none;
    height: unset;
    width: unset;
    opacity: 1;
    line-height: 1.4;
}

.ap-section--menocheck .splide__arrow--prev svg {
	transform: none;
    fill: none;
    height: unset;
    width: unset;
}

.ap-section--menocheck:has(.ap-menocheck__container-1.is-active) .ap-menocheck-prevBtn {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 480.98px) {

    .ap-section--menocheck .ap-menocheck__container p.ap-menocheck__legend {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .ap-section--menocheck .ap-menocheck__container-1 p.text,
    .ap-section--menocheck .ap-menocheck__container .ap-menocheck_question.infotitle {
        margin-bottom: 16px;
    }

}