@charset "UTF-8";

/* Body */
body {
    font-family: "Arial", serif;
    background-color: var(--partnerportal-grey);
    line-height: 1.7;
}

html {
    font-size: 1rem;
    height: 100%;
    width: 100%;
    margin: 0;
}

/* Links */
a {
    color: var(--partnerportal-primary);
    text-decoration: none;
}

a:hover {
    color: var(--partnerportal-primary-dark);
}

[data-x-click-redirect] {
    cursor: pointer;
}

.hidden {
    display: none;
}

/* Colors */
.color-red {
    color: #FF0000;
}

.opacity-50 {
    opacity: 0.5;
}

/* Headlines */
h1 {
    color: var(--partnerportal-primary);
}

h2 {
    color: var(--partnerportal-primary);
}

h3 {
    color: var(--partnerportal-primary);
}

h4 {
    color: var(--partnerportal-primary);
    font-size: 1.75rem;
}

h5 {
    color: var(--partnerportal-primary);
}

h6 {
    color: var(--partnerportal-primary);
    font-size: 1.4rem;
}

/* Spacing */
.pt-6 {
    padding-top: 4rem !important
}

.pt-7 {
    padding-top: 5rem !important
}

.pt-8 {
    padding-top: 6rem !important
}

.pb-12 {
    padding-bottom: 10rem !important
}

/* Font */
.font-xs {
    font-size: 0.6rem;
}

.font-s {
    font-size: 0.8rem;
}

.font-r {
    font-size: 1rem;
}

.font-sm {
    font-size: 1.2rem;
}

.font-m {
    font-size: 1.5rem;
}

.font-l {
    font-size: 2rem;
}

.font-xl {
    font-size: 2.5rem;
}

.font-xxl {
    font-size: 3.5rem;
}

.font-xxxl {
    font-size: 4.5rem;
}

.font-xxxxl {
    font-size: 5.5rem;
}

.font-xxxxxl {
    font-size: 6.5rem;
}

.font-xxxxxxl {
    font-size: 7.5rem;
}

.font-weight-bold-500 {
    font-weight: 500;
}

.font-weight-bold-600 {
    font-weight: 600;
}

/* Text */
.text-black {
    color: #000000;
}

/* Height */

.min-vh-100 {
    min-height: 100vh
}

.min-height-300 {
    min-height: 300px;
}

.min-height-400 {
    min-height: 400px;
}

/* Buttons */

/* Images */
.cover {
    background-size: cover;
    background-position: center;
}

/* Borders */
.border-partnerportal-primary-1 {
    border: 1px solid var(--partnerportal-primary);
}

.border-partnerportal-primary-2 {
    border: 2px solid var(--partnerportal-primary);
}

/* Rounded Border */
.rounded-9 {
    border-radius: 0.9rem !important;
}

/* Form Fields */
.save-active {
    border: 5px solid #ff6600;
    transition: border 1s;
}

.save-success {
    border: 5px solid #008000;
    transition: border 1s;
}

.save-failed {
    border: 5px solid #ff0000;
    transition: border 1s;
}

.save-done {
    border: 1px solid #ced4da;
    transition: border 1s;
}

textarea.form-control {
    resize: none;
}

label:has(+textarea.form-control) {
    font-weight: bold;
}

select.form-control,
input[type="date"].form-control,
input[type="radio"].form-check-input,
input[type="checkbox"].form-check-input {
    &,
    & + label {
        cursor: pointer;
    }
}

/* Form Error Message */
#formErrorMessage, #email-err, #formAlternativeShippingAddress {
    transition: all 1.5s;
}


/* Signature Pad */
.signature {
    width: 280px;
}

.signature-done {
    border: 5px solid #008000;
}

.signature-missing {
    border: 5px solid #ff0000;
}

.signature-pad {

}

.signature-pad::before, .signature-pad::after {

}

.signature-pad::before {

}

.signature-pad::after {

}

.signature-pad--body {

}

.signature-pad--body canvas {

}

.signature-pad--footer {

}

.signature-pad--actions {

}

#loading-spinner-signature {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
    color: #ffffff;
}

/* Products and ProductBundles */
.product-box-error-message {
    transition: all 1.5s;
}

/* Parsley Validation */
.parsley-errors-list {
    list-style: none;
    padding: 0;
}

.parsley-custom-error-message,
.parsley-required {
    font-size: small;
    color: #ff0000;
}

.partnerportal-opt-ins .parsley-required {
    font-size: small;
    color: #ff0000;
}

.parsley-required {

}

#parsley-id-multiple-productbundle {

}

#parsley-id-multiple-productbundle .parsley-custom-error-message {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    font-size: large;
}

.product-variants-error-message .parsley-custom-error-message {
    color: #FF7500;
    font-weight: bold;
}

.product-variants-error-message .parsley-errors-list {
    padding: 0;
    margin: 0;
}

/* Contact Banner */

.contact-banner {
    background-color: var(--partnerportal-primary);
    width: 54px;
    height: 54px;
    position: fixed;
    right: 0;
    top: 20%;
    border-radius: 20% 0 0 20%;
    cursor: pointer;
}

.contact-banner-opened {
    width: 250px;
    height: 470px;
    box-shadow: 0px 0px 20px var(--partnerportal-grey);
    transition-duration: 3s;
    border-radius: 15px 0 0 15px;
    background-color: #ffffff;
    transition: all 0.5s;
}

.contact-banner .contact-banner-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 7px;
    right: 5px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50% 50% 50% 50%;
}

.contact-banner-opened .contact-banner-icon {
    position: relative;
}

.contact-banner-info-headline {
    border-radius: 15px 0 0 15px;
}

.contact-banner-info-headline-qm {
    height: 40px;
    width: 40px;
    border: 2px solid #ffffff;
    border-radius: 50% 50% 50% 50%;
}

.contact-banner-info-headline-text {
    transition-duration: 3s;
}

.contact-banner-icon-tel:before {
    transform: rotate(20deg);
}

/* dselect */
.dselect-wrapper .form-select {
    border: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--pflegebetreuer-primary);
}

.dselect-wrapper {
    padding: 0;
}

/* Typeahead Customer Search */
#customerSuggestSearchForm input::placeholder {
    font-size: 1.2rem;
}

.twitter-typeahead {
    width: 100%;
}

#customerSuggestSearchForm .tt-menu {
    max-height: 100vh;
    overflow-y: auto;
}

@media (min-width: 767px) {
    #customerSuggestSearchForm .tt-menu {
        max-height: 500px;
    }
}

.tt-menu {
    width: 400px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    text-align: left;
    right: 0;
    left: 0px !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    color: var(--partnerportal-primary);
    padding: 2px 30px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.tt-suggestion:hover {
    color: var(--partnerportal-primary);
    background-color: var(--partnerportal-grey);
}

.tt-suggestion p {
    margin: 0;
}

.tt-dataset p {
    margin-bottom: 0.2rem;
}

.tt-suggestion .font-xs {
    font-size: 0.9rem;
}

.tt-suggestion span {
    margin-top: 0.6rem;
    color: var(--partnerportal-primary-dark);
    line-height: 10px;
}

.tt-suggestion:hover span {
    color: #000000;
}

.tt-dataset {
    color: var(--partnerportal-grey);
}

/* Landingpage */
.lp-contact-image {
    border: 4px solid var(--pflegebetreuer-primary);
    box-shadow: 0px 0px 20px var(--pflegebetreuer-primary-light-1);
}

.lp-advantages {
    background: linear-gradient(0deg, #ffffff 60%, var(--pflegebetreuer-primary-light-1) 40%);
}

.lp-advantages-bg-image {
    min-height: 30rem;
}

#closeToggle {
    display: none;
    width: 30px;
    align-self: center;
}

#closeToggle.show {
    display: block;
}

.checkmark-bg-rounded {
    height: 26px;
    width: 26px;
}

.checkmark-bg-rounded span {
    font-size: 1.1rem;
}


details summary::marker {
    content: '';
}

.content-container {
    flex-direction: column;
}

.imagewrapper {
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.content-wrapper {
    flex-direction: column;
    justify-content: space-between;
}


.answer-label {
    width: 100%;
    background-color: var(--pflegebetreuer-primary-light-1);
    color: white;
    margin-bottom: 2px;
    padding: .25rem;
}

.answer-container input {
    background-color: var(--pflegebetreuer-primary-light-1);
    border: none;
    border-radius: 0 !important;
    width: 100%;
    visibility: hidden;
    height: 0;
    margin: 0;
    position: absolute;
}

.answer-container input:checked ~ .answer-label {
    background-color: var(--pflegebetreuer-primary);
}


.landingpage {
    overflow: hidden;
}


@media (min-width: 768px) {
    .h-md-100 {
        height: 100%;
    }

    .w-md-auto {
        width: auto;
    }

    .landingpage {
        overflow: visible;
        overflow-y: visible;
    }

    .object-fit-md-cover {
        object-fit: cover;
    }
}

.bg-landingpage {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(227, 241, 242, 1) 50%, rgba(227, 241, 242, 1) 100%);
}

@media (min-width: 998px) {
    .bg-landingpage {
        padding-bottom: 130px;
        margin-bottom: 200px;
    }
}

.landingpage h2 {
    font-weight: bold;
}

@media (min-width: 998px) {
    .landingpage h2 {
        font-size: 45px;
    }

    .landingpage .hero-texte {
        top: 0;
    }
}

.landingpage .hero-texte--wrapper {
    background-color: white;
    position: relative;
}

.landingpage .hero-texte:before {
    content: '';
    position: absolute;
    background-color: white;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 100%;
}

@media (min-width: 998px) {
    .landingpage .hero-texte--wrapper {
        position: absolute;
        height: 100%;
        background-color: transparent;
    }

    .landingpage .hero-texte:before {
        content: none;
    }
}

.landingpage .hero-texte:first-child {
    display: flex;
}

.landingpage .hero-texte:last-child {
}

.landingpage .hero-texte h2 {
    margin-top: auto;
    margin-bottom: auto;
}

.landingpage-shadow {
    box-shadow: 0px 0px 30px #00000029;
}

.landingpage .quote {
    font-size: 70px;
}

.landingpage .information-board {
    background-color: #FFFFFF;
}

.landingpage .information-board--wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: white;
    width: 200%;
}

@media (min-width: 998px) {
    .landingpage .information-board {
        position: absolute;
        left: 0;
        margin-left: 0;
        right: 0;
        margin-right: 0;
        box-shadow: 0px 0px 30px #00000029;

    }

    .landingpage .information-board--wrapper:before {
        content: none;
    }
}

.landingpage .information-boarder div {
    display: flex;
}

@media (min-width: 998px) {
    .landingpage .information-boarder > div {
        border-right: #CCCCCC solid 1px;
        display: block;
    }

    .icon-haken {
        justify-content: center;
    }
}


.landingpage .js-freenetCheckbox input[type="checkbox"] {
    margin-right: 8px;
}

.landingpage .information-boarder div:last-child {
    border-right: none;
}

.landingpage .js-freenetCheckbox .gdprLabel {
    grid-area: gdprLabel;
}

.landingpage .js-freenetCheckbox .checkbox {
    grid-area: gdprCheckbox;
    margin-top: 6px;
    margin-right: 0;
}

.landingpage .js-freenetCheckbox .email {
    grid-area: email;
}

.landingpage .js-freenetCheckbox .phone {
    grid-area: phone;
}

.landingpage .js-freenetCheckbox .privacyCheckbox {
    grid-area: privacyCheckbox;
    margin-top: 6px;
    margin-right: 0;
}

.landingpage .js-freenetCheckbox .privacyLabel {
    grid-area: privacyLabel;
}

.landingpage .js-freenetCheckbox .agb-text {
    grid-area: agb-text;
}

.landingpage .js-freenetCheckbox {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "gdprCheckbox gdprLabel gdprLabel gdprLabel"
        ". email email ."
        ". phone phone ."
        "privacyCheckbox privacyLabel privacyLabel privacyLabel"
        "gdpr-text gdpr-text gdpr-text gdpr-text";
}

.hero-banner {
    background-color: #FF6C00;
    color: white;
    font-size: 13px;
    line-height: 25px;

}

.hero-banner:before {
    content: '';
    width: 200%;
    left: 100%;
    background-color: #FF6C00;
    position: absolute;
    height: 100%;
    top: 0;
}

@media (min-width: 998px) {
    .hero-banner {
        font-size: 20px;
        font-weight: bold;
        width: 236px;
        margin-left: auto;
        margin-bottom: 50px;
    }

    .hero-banner:before {
        content: none;
    }
}

.icon-checkbox label {
    box-shadow: 0px 0px 5px #00000029;
    border-radius: 8px;

}

.landingpage.reverse-color .teaser {
    background-color: #107C8B;
    color: white;
}

.landingpage .teaser {
    flex-direction: column;
}

@media (min-width: 998px) {
    .landingpage .teaser {
        flex-direction: row;
    }
}

.landingpage .teaser .teaser-text {
    flex: 0 0 100%;
    order: 1;
}

@media (min-width: 998px) {
    .landingpage .teaser .teaser-text {
        flex: 0 0 50%;
        order: 0;
    }
}

.landingpage .teaser .teaser-text h3 {
    font-size: 45px;
    line-height: 45px;
}

.landingpage .teaser .teaser-text a {
    font-size: 25px;
}

.landingpage.reverse-color .teaser .teaser-text a {
    color: white;
}


.landingpage .teaser .teaser-image {
    flex: 0 0 100%;
    object-fit: cover;
    overflow: hidden;
    order: 0;
}

@media (min-width: 998px) {
    .landingpage .teaser .teaser-image {
        flex: 0 0 50%;
        object-fit: cover;
        overflow: hidden;
        order: 1;
    }
}

.landingpageHeroImage {
    width: 80%;
    margin-right: 0%;
    margin-left: auto;
}

@media (min-width: 998px) {
    .landingpageHeroImage {
        width: 40%;
        margin-right: 20%;
        margin-left: auto;
    }
}

.icon-haken:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E%3Cg id='Gruppe_1567' data-name='Gruppe 1567' transform='translate(-695 -984)'%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='11.5' cy='11.5' r='11.5' transform='translate(695 984)' fill='%23107c8b'/%3E%3Cpath id='Pfad_446' data-name='Pfad 446' d='M6672.057,995.5l3.863,4.259,5.323-8.378' transform='translate(-5970)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.landingpage .pflegehilfsmittel {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 107.1 93.1' style='enable-background:new 0 0 107.1 93.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23107C8B;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M27.2,40.3c-4.8,5-9.6,9.9-14.4,14.9c-1.8,1.9-4,4.4-2.9,7.2c0.5,1.2,1.5,1.9,2.6,2.5c1.4,0.8,2.9,1.5,4.3,2.2 c5.5,2.6,11.3,4.4,17.4,3.3c3.3-0.6,6.5-1.6,9.7-2.5c3.1-0.9,6.3-1.7,9.4-2.6c3.2-0.9,6.3-1.7,9.5-2.6c2.7-0.8,5.4-1.9,7.7-3.7 c4.6-3.6,7-9.2,9.5-14.2c1.5-2.9,3-5.8,4.4-8.6c1.4-2.7,2.8-5.6,3.5-8.6c0.5-2.5,0.9-5.7-0.9-7.7c-1.8-2-5.4-1.9-7.9-2.2 c-7.5-0.9-15-1.3-22.6-1.3c-4.3,0-13.6-0.8-14.5,5.2c-0.3,1.9,2.6,2.7,2.9,0.8c0.3-1.8,2.1-2.4,3.6-2.7c2.5-0.5,5.2-0.3,7.8-0.4 c5.9,0,11.8,0.2,17.7,0.7c2.9,0.3,5.8,0.5,8.7,1c1,0.2,2,0.3,2.4,1.3c0.5,1.2,0.2,2.8,0,4c-0.5,2.7-1.6,5.1-2.9,7.5 c-1.3,2.6-2.6,5.1-3.9,7.7c-2.3,4.5-4.3,9.5-7.8,13.3c-3.6,4-8.8,5.1-13.7,6.4c-5.7,1.5-11.3,3.1-17,4.6 c-2.8,0.8-5.6,1.7-8.5,1.8c-2.7,0.2-5.3-0.3-7.8-1.2c-2.9-1-5.7-2.3-8.4-3.7c-0.9-0.5-2.7-1-2.5-2.3c0.2-1.3,1.6-2.5,2.5-3.4 c4.7-4.9,9.5-9.8,14.2-14.7C30.7,41.1,28.5,38.9,27.2,40.3L27.2,40.3z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M34.1,68.8c3.7-5.7,7.6-11.4,14.6-12.9c6.5-1.4,14.1-1.4,19.7,2.7c1.6,1.2,3-1.5,1.5-2.6c-6.2-4.6-14.8-4.6-22-3 c-7.8,1.7-12.3,8-16.4,14.3C30.5,68.9,33,70.4,34.1,68.8L34.1,68.8z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M25.9,27.7c0.8,2.3,1.6,4.6,2.3,6.9c0.2,0.6,0.4,1.3,1,1.7c0.6,0.3,1.2,0.3,1.8,0.3c1.2,0,2.4,0,3.6,0c1.2,0,2.3,0,3.5,0 c0.6,0,1.2,0,1.8-0.3c0.6-0.4,0.8-1.1,1-1.8c0.5-2.4,1.1-4.8,1.6-7.1c0.4-1.9-2.5-2.7-2.9-0.8c-0.3,1.3-0.6,2.6-0.9,4 c-0.1,0.6-0.3,1.2-0.4,1.9c-0.1,0.4-0.2,0.7-0.2,1.1c0,0.2-0.1,0.6-0.2,0.8c0.2-0.2,0.4-0.4,0.5-0.5c0.2-0.1,0.4-0.1,0-0.1 c-0.2,0-0.4,0-0.5,0c-0.4,0-0.7,0-1.1,0c-0.8,0-1.5,0-2.3,0c-1.4,0-2.9,0.1-4.4,0c0.3,0.1,0.5,0.1,0.8,0.2 c-0.1,0-0.1-0.1-0.2-0.1c0.2,0.2,0.4,0.4,0.5,0.5c0,0.2,0,0.1-0.1-0.2c-0.1-0.2-0.1-0.3-0.2-0.5c-0.1-0.3-0.2-0.7-0.3-1 c-0.2-0.6-0.4-1.2-0.6-1.8c-0.4-1.3-0.9-2.6-1.3-3.8c-0.3-0.8-1-1.3-1.8-1C26.2,26.1,25.7,27,25.9,27.7L25.9,27.7z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M40.6,27.2c-1.2-0.5-2.5-0.6-3.7,0c-0.3,0.1-0.5,0.3-0.8,0.5c0,0-0.3,0.2-0.2,0.2c0,0,0,0,0,0c-0.1,0-0.1,0.1,0,0 c0,0,0.7-0.1,0.8,0.1c0-0.1-0.1-0.2-0.2-0.2c-0.2-0.2-0.3-0.4-0.5-0.5c-1.1-0.9-2.6-0.7-3.8,0c-0.2,0.1-0.5,0.3-0.7,0.5 c-0.1,0.1-0.2,0.1-0.4,0.2c-0.4,0.1-0.9-0.1-1.4-0.2c-0.8-0.2-1.6,0.2-1.8,1c-0.2,0.8,0.3,1.7,1,1.8c1.3,0.3,2.6,0.5,3.9-0.1 c0.5-0.2,0.9-0.6,1.3-0.8c-0.1,0.1,0,0,0.1,0c0.2-0.1,0.1,0,0,0c-0.2-0.1-0.2-0.1,0,0.1c0.3,0.4,0.7,0.8,1.2,1 c0.7,0.3,1.5,0.2,2.1-0.2c0.3-0.2,0.5-0.4,0.7-0.6c-0.2,0.1,0.1,0,0.1-0.1c0.2-0.1-0.2,0,0.1,0c0.1,0,0.3-0.1,0.4-0.1 c-0.2,0,0,0,0.1,0c0.1,0,0.2,0,0.1,0c0,0,0.4,0.1,0.2,0c0.7,0.3,1.6,0.2,2.1-0.5C41.5,28.6,41.3,27.5,40.6,27.2L40.6,27.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M21.9,28.1c0,1.4-0.4,2.7-0.3,4.1c0,1.5,0.5,2.8,1.3,4c0.8,1.1,1.7,2.1,2.6,3.1c0.9,1,1.7,1.9,3,2.5 c1.2,0.5,2.5,0.9,3.8,1.2c1.3,0.4,2.6,0.7,3.9,0.5c2.5-0.4,5.3-1.9,7-3.8c1.9-2.1,2.7-4.3,3.2-7.1c0.5-2.7,0.6-5.3-0.7-7.8 c-1.1-2.2-3.1-3.9-5.1-5.4c-2.1-1.5-4.6-1.7-7.1-1.4c-2.9,0.3-5.5,1.3-7.6,3.4c-2,2-3.9,4.9-4.1,7.8c-0.1,1.9,2.9,1.9,3,0 c0.1-1.9,1.5-3.8,2.7-5.2c1.3-1.5,2.9-2.4,4.9-2.8c1.7-0.4,4.3-0.6,5.8,0.3c1.5,0.9,3.1,2.3,4.1,3.7c1.3,1.7,1.5,3.6,1.3,5.6 c-0.3,2.1-0.7,4.1-1.9,5.8c-1.2,1.7-2.9,2.9-4.9,3.6c-2,0.7-4-0.2-6-0.8c-1.1-0.4-1.9-0.8-2.7-1.7c-0.8-0.9-1.6-1.8-2.3-2.7 c-0.8-0.9-1.3-1.8-1.3-3.1c0-1.3,0.3-2.6,0.3-3.9C24.9,26.1,21.9,26.1,21.9,28.1L21.9,28.1z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M87.3,51.2c0.3,1.5-0.9,3.2-1.6,4.5c-0.8,1.3-1.7,2.7-2.6,3.8c-2.1,2.6-4.5,5-7.1,7.1 c-5,4-11.1,6.8-17.4,8.4c-3.7,0.9-7.2,1.3-11.1,1.3c-3.9,0-3.9,6,0,6c15.2,0.1,30.6-6.7,40-18.8c3.1-3.9,6.4-8.6,5.5-13.8 c-0.3-1.6-2.2-2.5-3.7-2.1C87.7,47.9,87,49.6,87.3,51.2L87.3,51.2z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

.landingpage .hero-headline {
    padding-right: 9rem;
}

.show_password {
    display: flex;
}

details summary::marker {
    content: '';
}

.landingpage-review .slick-slider {
    display: flex;
    align-items: center;
}

.landingpage-review .slick-track {
    display: flex;
    align-items: center;
}

.landingpage-review .slick-list {

}

.landingpage-review .slick-arrow {
    position: relative;
    flex: 0 0 auto;
    transform: none;
    top: auto;
    left: 0;
    right: 0;
    background: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
}

@media (min-width: 576px) {
    .landingpage-review .slick-arrow {
        width: 48px;
        height: 48px;
    }
}

.landingpage-review .slick-arrow:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E%3C/title%3E%3Cg id='_26.arrow'%3E%3Ccircle class='cls-1' cx='12' cy='12' r='11'%3E%3C/circle%3E%3Cpolyline class='cls-1' points='17 10 12 15 7 10'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 576px) {
    .landingpage-review .slick-arrow:before {
        width: 32px;
        height: 32px;
    }
}

.landingpage-review .slick-next:before {
    transform: rotate(-90deg);
}

.landingpage-review .slick-prev:before {
    transform: rotate(90deg);
}

.landingpage-review .slick-dots li button:before {
    color: var(--pflegebetreuer-grey-dark-1);
}

.landingpage-review .slick-dots li.slick-active button:before {
    color: var(--pflegebetreuer-grey-dark-2);
}

.product-content {
    margin-bottom: 5rem !important;
}

@font-face {
    font-family: "iconFont";
    src: url('/bundles/partnerportal/static/staging/fonts/iconFont.eot');
    src: url('/bundles/partnerportal/static/staging/fonts/iconFont.eot?#iefix') format('eot'),
    url('/bundles/partnerportal/static/staging/fonts/iconFont.woff2') format('woff2'),
    url('/bundles/partnerportal/static/staging/fonts/iconFont.woff') format('woff'),
    url('/bundles/partnerportal/static/staging/fonts/iconFont.ttf') format('truetype'),
    url('/bundles/partnerportal/static/staging/fonts/iconFont.svg#iconFont') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon:before {
                    display: inline-block;
                    font-family: "iconFont";
                    font-style: normal;
                    font-weight: normal;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }
.icon-lg {
                    font-size: 1.3333333333333333em;
                    line-height: 0.75em;
                    vertical-align: -15%;
                }
.icon-2x { font-size: 2em; }
.icon-3x { font-size: 3em; }
.icon-4x { font-size: 4em; }
.icon-5x { font-size: 5em; }
.icon-fw {
                    width: 1.2857142857142858em;
                    text-align: center;
                }
.icon-arrow-back:before { content: "\EA01" }
.icon-arrow-down-outline:before { content: "\EA02" }
.icon-arrow-forward:before { content: "\EA03" }
.icon-arrow-up-outline:before { content: "\EA04" }
.icon-call-outline:before { content: "\EA05" }
.icon-checkmark-outline-list:before { content: "\EA06" }
.icon-checkmark-outline:before { content: "\EA07" }
.icon-checkmark-without-circle:before { content: "\EA08" }
.icon-guard:before { content: "\EA09" }
.icon-hand-check:before { content: "\EA0A" }
.icon-search:before { content: "\EA0B" }
/* === COLORS === */

.color-partnerportal-primary {
    color: var(--partnerportal-primary);
}

.color-partnerportal-primary-dark {
    color: var(--partnerportal-primary-dark);
}

.color-partnerportal-grey {
    color: var(--partnerportal-grey);
}

.bg-color-partnerportal-primary {
    background-color: var(--partnerportal-primary) !important;
}

.bg-color-partnerportal-primary-dark {
    background-color: var(--partnerportal-primary-dark) !important;
}

.bg-color-partnerportal-grey {
    background-color: var(--partnerportal-grey) !important;
}

.color-black {
    color: #000;
}
