﻿body {
    padding: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif !important;
    font-size: 14px;
    -webkit-appearance: none;
}

text {
    font-family: "Lato", sans-serif !important;
}

h1, h2, h3 {
    margin-top: 24px;
}

.headline {
    margin: 0 0 24px 0 !important;
    font-size: 28px;
    font-weight: 500;
    color: #1080DA;
    /*    line-height: 1.618;*/
    line-height: 1;
}

.paragraph {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.618;
}

.DISPLAY-NONE {
    display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.header-logo {
    max-height: 60px;
}

.isNeedsContainer {
    font-size: 18px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 60px;
}

    .body-content.public {
        padding-top: 100px;
    }

    .body-content.is-print {
        padding-top: 0;
    }

.content-height.public {
    min-height: 300px;
    height: 300px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#logoutForm {
    background-color: #111;
    background-color: transparent;
}

.bg-kachel1 {
    background-image: url("/images/Kachel_1.png");
    background-repeat: repeat;
}

.bg-kachel2 {
    background-image: url("/images/Kachel_2.png");
    background-repeat: repeat;
}

.img-suchergebnis path {
    fill: var(--primaryColor) !important;
}

.link-white:link,
.link-white:active {
    color: var(--primaryForeColor) !important;
    text-decoration: underline;
}

.link-white:visited {
    color: var(--primaryForeColor) !important;
    text-decoration: underline;
}

.link-white:hover {
    color: var(--primaryForeColor) !important;
    text-decoration: none;
}

.link-no-underline:link,
.link-no-underline:active {
    text-decoration: none !important;
}

.link-no-underline:visited {
    text-decoration: none !important;
}

.link-no-underline:hover {
    text-decoration: none !important;
}

.centered {
    display: inline-block;
    vertical-align: middle;
}

/* Tooltip */
/*.tooltip > .tooltip-inner {
    background-color: var(--primaryColor);
    color: var(--primaryForeColor);
    border: 1px solid var(--primaryColor);
    border-radius: 0px;
    padding: 8px;
    font-size: 14px;
}*/

/* Form Elements */
.form-control.login,
.register .form-control[type="text"],
.register .form-control[type="email"],
.register .form-control[type="password"] {
    display: block;
    width: 400px !important;
    min-width: 400px !important;
    height: 63px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    border: 0px solid #cccccc !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #0556bf;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.register .form-control[type="text"],
.register .form-control[type="email"],
.register .form-control[type="password"] {
    text-align: left;
}

.register label.control-label {
    text-align: right;
    line-height: 63px;
    color: #fff;
}

.register .field-validation-error {
    display: block;
    background-color: #fff;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    z-index: 5;
    font-size: 11px;
    margin: 0 0 10px 0;
}

.register input[type="text"] ~ .field-validation-error,
.register input[type="email"] ~ .field-validation-error,
.register input[type="password"] ~ .field-validation-error {
    position: absolute;
    background-color: transparent;
    top: 1px;
    pointer-events: none;
    font-size: 0.8em;
}

.register .input-group {
}

    .register .input-group .input-text-profile.form-control ~ .text-desc {
        position: absolute;
        left: 12px;
        top: 0;
        line-height: 63px;
        font-size: 16px;
        pointer-events: none;
        font-weight: 400;
        transition: 0.2s ease all;
        color: #707070;
    }

    .register .input-group .input-text-profile.form-control:focus ~ .text-desc,
    .register .input-group .input-text-profile.form-control:valid ~ .text-desc {
        line-height: 30px;
        font-size: 11px;
        color: #909090;
    }

.register input[type="text"] ~ .field-validation-error ~ .text-desc,
.register input[type="email"] ~ .field-validation-error ~ .text-desc,
.register input[type="password"] ~ .field-validation-error ~ .text-desc {
    display: none;
}


.btn-login {
    width: 400px !important;
    min-width: 400px !important;
    height: 63px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.6px;
    font-weight: bold;
    background-color: #62b3f4;
    border: 0px solid #fff;
    border-radius: 0px !important;
    border-bottom: 1px solid #0556bf;
    text-transform: uppercase;
}

    .btn-login:hover {
        color: #fff;
        background-color: #319df1;
    }

.form-control-search {
    display: block;
    height: 60px;
    padding: 6px 12px;
    font-size: 16px;
    max-width: 100%;
    line-height: 1.428571429;
    color: #000000;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    border: 0px solid #cccccc !important;
    border-radius: 0px !important;
    /*border-bottom: 1px solid #c8c8c8 !important;*/
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control-search:focus {
        border: 0px solid #cccccc !important;
        border-radius: 0px !important;
        /*border-bottom: 1px solid var(--primaryColor) !important;*/
        border-color: rgba(255, 255, 255, 1);
        border-bottom: 1px solid transparent;
        box-shadow: 0 0px 0px rgba(255, 255, 255, 1) inset, 0 0 0px rgba(255, 255, 255, 1);
        outline: 0 none;
    }

.btn-search {
    height: 60px;
    color: var(--secondaryForeColor);
    min-width: 182px;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: bold;
    background-color: var(--secondaryColor);
    border: 0px solid #fff;
    border-radius: 0px !important;
    /*border-bottom: 1px solid var(--primaryColor);*/
    text-transform: uppercase;
}

    .btn-search:hover,
    .btn-search:active,
    .btn-search:focus {
        color: var(--primaryForeColor);
        background-color: var(--primaryColor);
    }

    .btn-search.lightbg {
        border-bottom-color: var(--primaryColor) !important;
    }

.btn-save {
    height: 60px;
    color: #fff;
    width: 180px;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: bold;
    background-color: #62b3f4;
    border: 0px solid #fff;
    border-radius: 0px !important;
    border-bottom: 1px solid #0556bf;
    text-transform: uppercase;
}

    .btn-save:hover {
        color: #fff;
        background-color: #319df1;
    }

.btn-cancel {
    height: 60px;
    color: #fff;
    width: 180px;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: bold;
    background-color: #b2b2b2;
    border: 0px solid #fff;
    border-radius: 0px !important;
    border-bottom: 1px solid #969696;
    text-transform: uppercase;
}

    .btn-cancel:hover {
        color: #fff;
        background-color: #9a9a9a;
    }

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.letterspacing-01 {
    letter-spacing: 0.1px;
}

.letterspacing-02 {
    letter-spacing: 0.2px;
}

.letterspacing-1 {
    letter-spacing: 1px;
}

.letterspacing-11 {
    letter-spacing: 1.1px;
}

.letterspacing-12 {
    letter-spacing: 1.2px;
}

.color-white {
    color: white;
}

h1 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

h2 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

h4 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.navbar {
    /*position: relative;*/
    z-index: 10000;
    height: 60px;
    margin-bottom: 20px;
    border: 0px solid transparent;
}

.navbar-logo > a {
    display: flex;
    width: 60px;
    height: 60px;
    background-color: #fff;
    justify-content: space-around;
}

.navbar-tenant {
    background-color: var(--primaryColor);
    border-color: #ffffff;
}

.navbar-brand {
    float: left;
    padding: 20px 15px 15px 32px;
    font-size: 16px;
    letter-spacing: 0.3px;
}
/*.nav > li > a {
    position: relative;
    display: block;
    padding: 20px 0px 20px 0px;
}
.nav > li > a:hover {
    background-color: transparent !important;
}*/

.btn-blue-rounded {
    background-color: transparent;
    color: #62b3f4;
    border: 1px solid #62b3f4;
    border-radius: 20px;
    text-transform: uppercase;
    width: 160px;
    height: 40px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.2px;
}

    .btn-blue-rounded:hover,
    .btn-blue-rounded:focus {
        background-color: transparent;
        color: var(--primaryColor);
        border: 1px solid var(--primaryColor);
        text-transform: uppercase;
    }

.btn-grey-rounded {
    background-color: transparent;
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    border-radius: 20px;
    text-transform: uppercase;
    width: 160px;
    height: 40px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.2px;
}

    .btn-grey-rounded:hover,
    .btn-grey-rounded:focus {
        background-color: transparent;
        color: #989898;
        border: 1px solid #989898;
        text-transform: uppercase;
    }

.btn-black-rounded {
    background-color: transparent;
    color: #888888;
    border: 1px solid #888888;
    border-radius: 20px;
    text-transform: uppercase;
    width: 160px;
    height: 40px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.2px;
}

    .btn-black-rounded:hover,
    .btn-black-rounded:focus {
        background-color: transparent;
        color: #333333;
        border: 1px solid #333333;
        text-transform: uppercase;
    }

.btn-logout {
    background-color: #262626 !important;
    color: #d70d01 !important;
    color: white;
    font-size: 12px;
    position: relative;
    display: block;
    padding: 20px 58px 20px 58px !important;
    width: 200px;
}

    .btn-logout:hover,
    .btn-logout:focus {
        background-color: #262626 !important;
        color: #f50d00 !important;
        font-size: 12px;
        position: relative;
        display: block;
        padding: 20px 58px 20px 58px !important;
    }

.btn-icon-settings {
    background-color: #ffffff !important;
    color: black;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 18px 22px 12px 22px !important;
}

    .btn-icon-settings:hover,
    .btn-icon-settings:focus {
        color: #333333 !important;
    }

.btn-icon {
    background-color: #ffffff !important;
    color: #4d4d4d;
    font-size: 14px;
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}

    .btn-icon > i {
        line-height: 60px;
    }

    .btn-icon:hover,
    .btn-icon:focus {
        color: var(--primaryColor) !important;
    }

.search-bg {
    background-color: white;
    border-radius: 15px;
    width: 215px;
    height: 26px;
    margin-top: 8px;
    margin-right: 50px;
    padding-left: 13px;
}

.search-field {
    font-size: 14px;
    margin-top: 3px;
    margin-left: 6px;
    padding: 0px;
    border: 0px !important;
}

    .search-field:focus {
        border: 0px !important;
        border-color: rgba(255, 255, 255, 1);
        box-shadow: 0 0px 0px rgba(255, 255, 255, 1) inset, 0 0 0px rgba(255, 255, 255, 1);
        outline: 0 none;
    }

::-webkit-input-placeholder {
    color: #bfbfbf !important;
}

::-moz-placeholder {
    color: #bfbfbf !important;
}

:-ms-input-placeholder {
    color: #bfbfbf !important;
}

:-o-input-placeholder {
    color: #bfbfbf !important;
}


.section-header {
    background-color: white;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--primaryColor);
    /*height: 60px;*/
    /*padding: 18px 20px 18px 20px;*/
    padding: 24px;
    border-bottom: solid 1px #e4e4e4;
    letter-spacing: 1.2px;
    font-weight: bold;
    line-height: 1;
}

.section-header-nofont {
    background-color: white;
    height: 60px;
    padding: 18px 20px 18px 20px;
    border-bottom: solid 1px #e4e4e4;
    font-size: 16px;
}

.section-header-progress {
    background-color: white;
    font-size: 12px;
    color: var(--primaryColor);
    height: 60px;
    padding: 18px 20px 18px 20px;
    border-bottom: solid 1px #e4e4e4;
}

.section-row {
    background-color: white;
    font-size: 16px;
    color: #000;
    /*padding: 18px 20px 18px 20px;*/
    padding: 24px;
    border-bottom: solid 1px #e4e4e4;
}

    .section-row.no-border-bottom {
        border-bottom: none;
    }

.section-notification {
    background-color: white;
    font-size: 16px;
    color: #000;
    border-bottom: solid 1px #e4e4e4;
}

.select-image {
    color: #989898;
    background-color: #e5e5e5;
    padding: 16px;
    cursor: pointer;
    outline: none;
}

.has-big-input-slider {
    padding: 16px 16px 32px 16px;
}

.has-big-input-slider-2 {
    padding: 16px 16px 0 16px;
}

.has-input-slider {
    padding: 0 16px;
}

.select-image.active {
    color: #ffffff;
    background-color: #4c4c4c;
}

.select-image.border-right {
    border-right: 1px solid #ffffff;
}

.select-image-red {
    color: #989898;
    background-color: #e5e5e5;
    padding: 20px;
    cursor: pointer;
    outline: none;
}

    .select-image-red.active {
        color: #ffffff;
        background-color: #c80032;
    }

    .select-image-red.border-right {
        border-right: 1px solid #ffffff;
    }

.select-image-blue {
    color: #989898;
    background-color: #e5e5e5;
    padding: 20px;
    cursor: pointer;
    outline: none;
    /* upd 2020 */
    padding: 0;
}

    .select-image-blue.active {
        color: var(--primaryForeColor);
        background-color: var(--primaryColor);
    }

    .select-image-blue.border-right {
    }

        .select-image-blue.border-right::before {
            width: 1px;
            background-color: #ffffff;
            height: 100%;
            position: absolute;
            right: -1px;
            top: 0px;
            z-index: 5;
            content: "";
        }

.select-image-purple {
    color: #989898;
    background-color: #e5e5e5;
    padding: 20px;
    cursor: pointer;
}

    .select-image-purple.active {
        color: #ffffff;
        background-color: #9850e0;
    }

    .select-image-purple.border-right {
        border-right: 1px solid #ffffff;
    }

/*.select-image.border-right.active {
            border-right: 1px solid #4c4c4c;
        }*/

.select-image-wrapper {
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    width: 100%;
    text-align: center;
}

.select-image-wrapper-small {
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    width: 100%;
    text-align: center;
}

.select-image-wrapper-text {
    line-height: 64px;
}

.select-image-wrapper-print {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    width: 100%;
    text-align: center;
}

.select-image-wrapper-small-print {
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    width: 100%;
    text-align: center;
}

.select-image-center {
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* upd 2020 */
.select-image-blue {
    color: #4D4D4D;
    display: flex;
    flex-flow: column;
}

    .select-image-blue .select-image-wrapper {
        top: 0;
        left: 0;
        height: auto;
        min-height: initial;
        max-height: initial;
        width: auto;
        max-width: 100%;
        transform: none;
        display: block;
    }

        .select-image-blue .select-image-wrapper .select-image-center {
            top: 0;
            left: 0;
            height: auto;
            width: auto;
            position: initial;
            max-width: 100%;
            transform: none;
        }

    .select-image-blue span {
        height: 50px;
        display: block;
        line-height: 50px;
        width: 100%;
        text-align: left;
        padding-left: 16px;
        z-index: 2;
    }

    .select-image-blue.active .select-image-wrapper::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(16, 128, 218, 0.5);
    }

.select-image-title {
    font-size: 14px;
}

.select-image-title {
    display: none;
}

    .select-image-title.show-as-tooltip {
        display: block;
        z-index: 9999;
        width: auto;
        height: 24px;
        line-height: 16px;
        padding: 4px;
        position: absolute;
        top: 9px;
        left: 50%;
        transform: translate(-50%, -100%);
        white-space: pre;
        text-align: center;
        color: #1080da;
        background-color: #fff;
        pointer-events: none;
        border: 1px solid #1080da;
        border-bottom: none;
        /* animations */
        animation: data-tooltip 2s 1;
        animation-fill-mode: forwards;
        animation-delay: 1s;
        /* Safari and Chrome */
        -webkit-animation: data-tooltip 2s 1;
        -webkit-animation-delay: 1s;
        -webkit-animation-fill-mode: forwards;
    }

        .select-image-title.show-as-tooltip::after {
            z-index: 9998;
            content: " ";
            width: 20px;
            height: 20px;
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translate(-50%);
            background-color: transparent;
            pointer-events: none;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
            border-width: 11px;
        }

@keyframes data-tooltip {
    from {
        opacity: 0.8;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes data-tooltip {
    from {
        opacity: 0.8;
    }

    to {
        opacity: 0;
    }
}


.slider-range {
    color: #4d4d4d;
    font-size: 14px;
}

.progress {
    border-radius: 10px;
    background-color: white;
    border: solid 1px #dadada;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    background-color: #62b3f4;
    border-bottom: solid 0px #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.color-highlight {
    color: #62b3f4;
}

.color-highlight-dark {
    color: var(--primaryColor);
}

.input-text-profile {
    font-size: 16px;
    margin-top: 1px;
    margin-left: 0px;
    padding: 0px;
    padding-bottom: 5px !important;
    border: 0px !important;
    width: 100%;
    max-width: 100% !important;
    border-bottom: 1px solid #fff !important;
}

input[type="date"] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}

.input-text-profile:focus {
    border: 0px !important;
    border-bottom: solid 1px var(--secondaryColor) !important;
    border-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0px 0px rgba(255, 255, 255, 1) inset, 0 0 0px rgba(255, 255, 255, 1);
    outline: 0 none;
}

.input-text-profile-numeric {
    font-size: 16px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    padding-bottom: 5px !important;
    border: 0px !important;
    width: 10px;
    min-width: 10px;
    max-width: 100% !important;
    border-bottom: 1px solid #fff !important;
}

    .input-text-profile-numeric:focus {
        /*width: 100% !important;*/
        border: 0px !important;
        border-bottom: solid 1px var(--secondaryColor) !important;
        border-color: rgba(255, 255, 255, 1);
        box-shadow: 0 0px 0px rgba(255, 255, 255, 1) inset, 0 0 0px rgba(255, 255, 255, 1);
        outline: 0 none;
    }

.input-wide {
    padding: 24px;
    font-size: 16px;
    line-height: 1;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.24);
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

    .input-wide:focus {
        /* border: 2px solid #1080DA; */
        outline: 2px solid #1080DA;
    }

.input-dropdown {
    font-size: 16px;
    margin-top: 1px;
    margin-left: 0px;
    padding: 0px;
    padding-bottom: 5px !important;
    border: 0px !important;
    /*width: 100%;*/
    max-width: 100% !important;
    border-bottom: 1px solid #fff !important;
}

    .input-dropdown:focus {
        border: 0px !important;
        border-bottom: solid 1px var(--secondaryColor) !important;
        border-color: rgba(255, 255, 255, 1);
        box-shadow: none;
        outline: 0 none;
    }

option {
    border: solid 1px #fff;
    background: #fff;
    border-bottom: solid 1px #62b3f4 !important;
    padding: 0px;
}

.validation-summary-errors ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
    width: 100%;
}

    .validation-summary-errors ul > li {
        background-color: #ffffff;
        padding: 6px 12px;
    }

.empfehlung-bar,
.empfehlung-bar > i {
    color: var(--primaryColor) !important;
}

.ul-empfehlung {
    list-style: none;
    padding: 0;
    margin: 0;
}

.li-empfehlung {
    padding-left: 0px;
    margin-left: -17px;
    text-indent: 0px;
}

    .li-empfehlung::before {
        content: "•";
        padding-right: 9px;
        color: var(--primaryColor);
        font-size: 12px;
    }

.only-print {
    display: none;
}

.show-print {
    display: none;
}

.print-100-else-50 {
    width: 50%;
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }

    body {
        font-size: 14px !important;
    }

    .print-100-else-50 {
        width: 100%;
        padding: 0 !important;
    }

    .is-flex.wrap-print {
        flex-wrap: wrap !important;
    }

    .show-print {
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
        margin-left: -24px;
        margin-right: -24px;
    }

        .show-print > div {
            width: 50%;
        }

            .show-print > div:first-child {
                margin-right: 12px;
            }

            .show-print > div:last-child {
                margin-left: 12px;
            }

        .show-print .has-row-margin {
            margin-left: 0;
            margin-right: 0;
        }

        .show-print .newChart > .newChart-row:not(:last-child) {
            margin-bottom: 4px !important;
        }

        .show-print .newChart .newChart-row .newChart-row-text {
            width: 120px !important;
            flex-shrink: 0 !important;
        }

        .show-print .newChart .newChart-row .newChart-row-bartext {
            width: 56px !important;
            flex-shrink: 0 !important;
        }

        .show-print.newChart .newChart-row .newChart-row-bar {
            width: auto !important;
            flex-grow: 1 !important;
        }

    .hide-print {
        display: none;
    }

    .no-print, .no-print *,
    .accordion-checkbox ~ .accordion .accordion-label::after {
        display: none !important;
    }

    .profile-edit.body-content {
        padding-top: 0 !important;
    }

    body.is-process {
        padding-bottom: 0 !important;
    }

    .only-print {
        display: initial;
    }

    .print-noflex {
        display: block;
    }

    .print-width-100p {
        width: 100% !important;
    }

    .title-margin-top {
        margin-top: 0px !important;
    }

    .content-margin-top {
        /*margin-top: 30px !important;*/
    }

    .section-header {
        text-transform: uppercase;
        font-size: 14px;
        color: var(--primaryColor);
        height: 30px;
        padding: 0px;
        border-bottom: solid 1px #e4e4e4;
        letter-spacing: 1.2px;
        font-weight: bold;
    }

    .section-header-std {
        margin-left: 0px !important;
        margin-top: 0px !important;
        font-size: 12px !important;
    }

    .section-header-progress {
        font-size: 14px;
        color: var(--primaryColor);
        height: 30px;
        padding: 0px;
        border-bottom: solid 1px #e4e4e4;
    }

    .section-row {
        font-size: 12px;
        color: #000;
        padding: 10px 0px 10px 0px;
        border-bottom: solid 1px #e4e4e4;
    }

    .input-text-profile,
    .input-text-profile-numeric {
        font-size: 12px !important;
        margin: 0px !important;
        padding: 0px !important;
        border: 0px !important;
        width: 100%;
        max-width: 100% !important;
        border-bottom: 1px solid #fff !important;
    }

    .e-ddl .e-input,
    .e-ddl .e-input[readonly],
    .e-ddl-popup,
    .e-ddl .e-options {
        font-size: 12px !important;
        margin: 0px !important;
        padding: 0px !important;
        border: 0px !important;
        margin-top: -6px !important;
    }

    /* make everything smaller to fit on 2 pages */
    .padding-24 {
        padding: 6px !important;
    }

    .margin-top-24 {
        margin-top: 6px !important;
    }

    .margin-bottom-24,
    .margin-bottom-16,
    p.result {
        margin-bottom: 5px !important;
    }

    .empfehlung-bars {
        flex-flow: row !important;
        flex-wrap: wrap !important;
    }

        .empfehlung-bars > div {
            min-width: 50% !important;
        }

    .result-headline-2 {
        font-weight: 600 !important;
    }

    .result-name {
        font-size: 24px !important;
        line-height: 1.333 !important;
    }

    .accordion-content > .frage-antwort:nth-child(even) {
        background-color: rgba(245, 245, 245, 0.3) !important;
    }

    .frage-antwort {
        line-height: 1.333;
    }

    .antwort:not(.no-print-adjustment) {
        display: flex !important;
        flex-flow: row !important;
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
    }

        .antwort:not(.no-print-adjustment) > div:not(:last-child) {
            margin-right: 12px;
        }
}

.logo-margin {
    margin-top: 50px;
}

.content-margin {
    margin-top: 60px;
    margin-bottom: 100px;
}

.content-height {
    min-height: 400px;
    height: 400px;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

.focus_highlight {
    /*border-left: 5px solid var(--secondaryColor);
    border-right: 5px solid var(--secondaryColor);
    margin-left: -20px;
    margin-right: -20px*/
}

.focus {
    outline: none;
}

textarea:focus,
input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

.icon-bar {
    background-color: white;
}

.notification {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
}

    .notification > img {
        width: 20px;
        height: 20px;
    }

.empfehlung-bar {
    float: left;
    width: 15px;
    height: 16px;
    margin-top: 4px;
    margin-left: -5px;
    margin-right: 2px;
    -webkit-print-color-adjust: exact;
}

    .empfehlung-bar i {
        font-size: 18px;
    }

.empfehlung-title {
    float: left;
    max-width: calc(100% - 12px);
    white-space: pre;
}

    .empfehlung-title.color-highlight-dark {
        white-space: normal;
    }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) {
    .notification-margin {
        margin-left: 15px !important;
        margin-top: 0px !important;
    }
}

/*TABS*/
.nav > li > a:link {
    color: #757575;
    font-family: Lato;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.nav > li.active > a:link {
    color: var(--primaryColor);
}

.nav-tabs > li > a {
    border-radius: 0px 0px 0 0;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    cursor: default;
    background-color: #ffffff;
    border: 1px solid var(--primaryColor) !important;
    border-bottom: none !important;
}

.nav-tabs > li > a {
    background-color: #ffffff;
    border: 1px solid #e5e5e5 !important;
    border-bottom: none !important;
    margin-right: 8px;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        text-decoration: none !important;
        background-color: #ffffff !important;
        border: 1px solid #a7a7a7 !important;
        border-bottom: none !important;
    }

.nav-tabs-full-width > li {
    width: 100% !important;
}

    .nav-tabs-full-width > li:not(:first-child) {
        margin-top: 8px;
    }

/* overwrite some bootstraps */
.btn-primary-1 {
    border: none;
    background-color: #1080DA;
    box-shadow: 0 1px 2px rgba(0,0,0,0.24);
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff;
}

    .btn-primary-1:hover,
    .btn-primary-1:focus {
        background-color: #1080DA;
        border-color: #1080DA;
    }

    .btn-primary-1:active {
        background-color: #094677;
        border-color: #094677;
    }

    .btn-primary-1[disabled] {
        background-color: #949494;
    }

        .btn-primary-1[disabled]:hover {
            background-color: #949494;
            cursor: not-allowed;
        }

.btn-blue-tab {
    background-color: var(--primaryColor);
    border: 1px solid var(--primaryColor) !important;
    border-bottom: none !important;
    color: var(--primaryForeColor);
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    width: 144px;
    height: 48px;
    font-family: Lato;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 0px;
}

    .btn-blue-tab:hover,
    .btn-blue-tab:focus {
        background-color: var(--secondaryColor);
        border: 1px solid var(--secondaryColor) !important;
        border-bottom: none !important;
        color: var(--secondaryForeColor);
    }

/*CHECKBOXES*/
.md-checkbox {
    position: relative;
    margin: 0px 0;
}

    .md-checkbox label {
        cursor: pointer;
        display: inline;
    }

        .md-checkbox label:before,
        .md-checkbox label:after {
            content: "";
            position: absolute;
            left: -1px;
            top: 4px;
        }

        .md-checkbox label:before {
            width: 17px;
            height: 17px;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.54);
            border-radius: 3px;
            cursor: pointer;
            transition: background 0.3s;
        }

    .md-checkbox input[type="checkbox"] {
        outline: 0;
        margin-right: 8px;
    }

        .md-checkbox input[type="checkbox"]:checked ~ label:before {
            background: var(--primaryColor);
            border: none;
        }

        .md-checkbox input[type="checkbox"]:checked ~ label:after {
            transform: rotate(-45deg);
            top: 8px;
            left: 3px;
            width: 10px;
            height: 6px;
            border: 2px solid #fff;
            border-top-style: none;
            border-right-style: none;
        }

/*RADIOS*/
@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 1px transparent;
    }

    50% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 15px transparent;
    }
}

.md-radio {
    margin: 0px 0px 8px 0px;
}

    .md-radio.md-radio-inline {
        display: inline-block;
    }

    .md-radio input[type="radio"] {
        display: none;
    }

        .md-radio input[type="radio"]:checked ~ label:before {
            border-color: #337ab7;
            animation: ripple 0.2s linear forwards;
        }

        .md-radio input[type="radio"]:checked ~ label:after {
            transform: scale(1);
        }

    .md-radio label {
        display: inline-block;
        position: relative;
        padding: 0px 0px 0px 24px;
        margin-bottom: 0;
        cursor: pointer;
        vertical-align: bottom;
        font-weight: normal;
        top: 0px;
    }

        .md-radio label:before,
        .md-radio label:after {
            position: absolute;
            content: "";
            border-radius: 50%;
            transition: all 0.3s ease;
            transition-property: transform, border-color;
        }

        .md-radio label:before {
            left: 0;
            top: 4px;
            width: 16px;
            height: 16px;
            border: 1px solid rgba(0, 0, 0, 0.54);
        }

        .md-radio label:after {
            top: 7px;
            left: 3px;
            width: 10px;
            height: 10px;
            transform: scale(0);
            background: var(--primaryColor);
        }

/* SWITCH */
.md-switch > input[type="checkbox"] {
    display: none;
}

.md-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .md-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0);
        border-radius: 11px;
        content: "";
        height: 20px;
        margin-top: -11px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .md-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 10px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
        content: "";
        height: 18px;
        width: 18px;
        left: 1px;
        margin-top: -10px;
        position: absolute;
        top: 0px;
        transition: all 0.3s ease-in-out;
    }

.md-switch > input[type="checkbox"]:checked ~ label::before {
    background: inherit;
    opacity: 1;
}

.md-switch > input[type="checkbox"]:checked ~ label::after {
    background: white;
    left: 20px;
}

.label-blue {
    background-color: var(--primaryColor);
}

label.for-input {
    font-size: 12px;
    font-weight: 500;
    color: #6E6E6E;
    text-transform: uppercase;
}

.nav-tabs {
    border-bottom: 0px solid #dddddd;
}

.is-flex {
    display: flex;
}

    .is-flex.children-flex-1 > * {
        /*flex: 1;*/
        width: 30%;
    }

@media(max-width:1024px) {
    .is-flex.children-flex-1 > * {
        flex: 1;
    }
}

.not-chosen {
    color: #bfbfbf;
}

.radio-label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    font-weight: normal;
}

.radio-styled {
    position: fixed;
    left: 100vw;
}

    .radio-styled + .checkmark {
        /*
            position: absolute;
            left: 0;
            top: 0;
            height: 24px;
            width: 24px;
            
            border-radius: 50%;
            */
        box-sizing: border-box;
        height: 24px;
        left: 0;
        position: absolute;
        top: 0;
        transition: border-color ease 280ms;
        width: 24px;
        border-width: 2px;
        border-style: solid;
        border-radius: 50%;
        background-color: transparent;
        border-color: #e5e5e5;
    }

        .radio-styled + .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            /*top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;*/
            top: 5px;
            left: 5px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: var(--primaryColor);
        }

    .radio-styled:hover + .checkmark {
        border-color: var(--primaryColor);
        background-color: transparent;
    }

    .radio-styled:checked + .checkmark {
        border-color: var(--primaryColor);
        background-color: transparent;
    }

        .radio-styled:checked + .checkmark:after {
            display: block;
        }

.upload_form input[type="file"] {
    display: none;
}

#empfehlungsCol {
    padding-left: 32px;
    margin: 8px 0 0 8px;
}

#Empfehlungen,
#Zusatzleistungen,
#Kundenwunsch {
    margin-top: 16px;
}








input[type="range"] {
    max-width: 100%;
    width: 100%;
}



.svg_001 {
    height: 100px;
    width: auto;
    max-width: 80%;
}





ul.has-custom-menu > li {
    height: 60px;
}

.has-custom-menu a > i {
    color: #4d4d4d;
}

.has-custom-menu a:hover > i {
    color: var(--primaryColor);
}

.has-custom-menu .menu-items {
    right: -10px;
    display: block;
    margin-top: 1px;
    transform: translate(100%);
    transition-duration: 400ms;
    transition-delay: 50ms;
    transition-timing-function: cubic-bezier(0.8, 0, 0.6, 1), linear, linear;
}

.has-custom-menu .menu-open:checked ~ .menu-items {
    transform: translate(0);
    transition-timing-function: cubic-bezier(0, 0.2, 0.25, 1), linear, linear;
}

.menu-open-button {
    background: #ffffff;
    width: 60px;
    height: 60px;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    border-left: 1px solid #e5e5e5;
    cursor: pointer;
}

    .menu-open-button:hover,
    .menu-open-button:active,
    .menu-open-button:focus {
        color: var(--primaryColor);
    }

.lines {
    width: 25px;
    height: 3px;
    background: #4d4d4d;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.menu-open-button:hover .lines,
.menu-open-button:active .lines,
.menu-open-button:focus .lines {
    background: var(--primaryColor);
}

.line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.line-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.menu-open {
    display: none;
}

    .menu-open:checked + .menu-open-button .lines {
        height: 2px;
        width: 20px;
        margin-left: -10px;
        margin-top: -2px;
    }

    .menu-open:checked + .menu-open-button .line-1 {
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    .menu-open:checked + .menu-open-button .line-2 {
        -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
        transform: translate3d(0, 0, 0) scale(0.1, 1);
    }

    .menu-open:checked + .menu-open-button .line-3 {
        -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }

.menu-items {
    position: absolute;
    right: 0;
    top: 60px;
    min-width: 112px;
    width: 240px;
    max-width: 240px;
    padding: 8px 0;
    background-color: #ffffff;
    list-style-type: none;
}

    .menu-items > li {
        padding: 0 16px;
    }

        .menu-items > li:hover {
            background-color: #e5e5e5;
        }

            .menu-items > li:hover a {
                text-decoration: none;
                color: #333;
            }

        .menu-items > li i {
            line-height: 56px;
            float: left;
            padding-right: 0;
            width: 36px;
        }

.menu-item {
    height: 56px;
    line-height: 56px;
    width: auto;
    display: block;
    text-align: left;
    background-color: transparent;
    color: #333;
}




















.actionbutton-div {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    pointer-events: none;
    width: 60px;
    height: 60px;
    background-color: transparent;
}

.actionbutton {
    position: fixed;
    right: 61px;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 10002;
    border-left: 1px solid #e5e5e5;
}

    .actionbutton > .btn-icon {
        cursor: pointer;
    }

        .actionbutton > .btn-icon > i {
            font-size: 28px;
        }

    .actionbutton > input[type="submit"] {
        width: 100%;
        height: 100%;
    }
/* can do ... but we have CI colors? */
/* 
.actionbutton.green,
.actionbutton.green > input[type="submit"] {
    background-color: green !important;
}
*/

.navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.profile-edit.body-content {
    /*margin-left: 508px;*/
    /*padding-top: 121px;*/
    padding-top: 60px;
    width: calc(100vw - 508px);
    min-width: 760px;
    max-width: 1000px;
}

body.is-process .profile-edit.body-content {
    min-width: 720px;
}

#left-bar {
    position: fixed;
    left: 0;
    top: 60px;
    height: calc(100vh - 60px);
    width: 500px;
    background-color: transparent;
    z-index: 10002;
}

#chartCanvas-div {
    border-bottom: none;
    margin: 8px 0 0 8px;
}

#canvasChart {
    width: 100%;
    height: 300px;
    background-color: transparent;
}

#control-bar {
    position: relative;
    padding: 8px 0 0 8px;
}

    #control-bar ul > li {
        width: calc(50% - 4px);
    }

        #control-bar ul > li > a {
            margin: 0;
        }

    #control-bar .nav-tabs > li.active > a,
    #control-bar .nav-tabs > li.active > a:hover,
    #control-bar .nav-tabs > li.active > a:focus {
        cursor: default;
        background-color: #ffffff;
        border: none !important;
    }

    #control-bar .nav-tabs > li > a {
        background-color: #ffffff;
        border: none !important;
    }

    #control-bar .nav-tabs > li:not(:last-child) > a {
        margin: 0;
    }

    #control-bar .nav-tabs > li:not(:last-child) {
        margin-right: 8px;
    }

    #control-bar .nav-tabs > li > a:hover,
    #control-bar .nav-tabs > li > a:focus {
        text-decoration: none !important;
        background-color: #ffffff !important;
        border: none !important;
    }

#save-div {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.md-box-shadow {
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
}

    .md-box-shadow > * {
        background-color: #fff;
    }

.md-box-no-shadow {
    box-shadow: none;
}

    .md-box-no-shadow > * {
        background-color: #fff;
    }

.md-box-shadow-variant-menu {
    -webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16);
    -ms-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16);
    -o-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16);
    background-color: #fafafa;
    padding: 0;
}

    .md-box-shadow-variant-menu > * {
        background-color: #fafafa;
    }

    .md-box-shadow-variant-menu > li:not(:last-of-type) {
        box-shadow: inset -1px -1px 0 0 #E5E5E5;
    }

.has-row-margin {
    margin-left: -24px;
    margin-right: -24px;
}

.row.has-no-row-margin {
    margin-left: 0;
    margin-right: 0;
}

.focus_highlight {
    /*border-left: 5px solid var(--secondaryColor);
    border-right: 5px solid var(--secondaryColor);
    margin-left: -5px !important;
    margin-right: -5px !important;*/
}

.payment-tab {
    display: none;
}

    .payment-tab.active {
        display: block;
    }

#infodiv {
    position: relative;
}

    #infodiv .close {
        right: 4px;
        top: 4px;
        z-index: 5;
        position: absolute;
    }

.navbar-header {
    float: left;
}

.navbar-right {
    float: right !important;
}

/*iPad mini Landscape*/
@media(max-width: 1024px) {
    .profile-edit.body-content {
        width: 768px;
        min-width: initial;
        max-width: 100%;
    }

    body.is-process .profile-edit.body-content {
        width: 720px;
    }

    #left-bar {
        width: 300px;
    }

    #control-bar ul > li {
        width: 100%;
    }

    #control-bar .nav-tabs > li:not(:first-child) {
        margin: 8px 0 0 0 !important;
    }

    /*#control-bar {
        max-width: calc(100vw - 350px);
    }*/

    #canvasChart {
        height: 250px;
    }
}


.results {
    background-color: #ffffff;
    height: 60px;
    padding: 6px 12px;
    padding-top: 20px;
    color: #000;
    border-bottom: solid 1px #e4e4e4;
}

.noresults {
    background-color: #c80032;
    padding: 24px 12px;
    color: white;
    line-height: 20px;
}

.upload_button {
    color: #4d4d4d;
}

    .upload_button:hover,
    .upload_button:active,
    .upload_button:focus {
        color: var(--primaryColor);
    }

/* stuff */
.domain-in-use {
    background-color: crimson !important;
    color: #fff !important;
}

    .domain-in-use ~ .text-desc {
        color: #333 !important;
    }


img.is-print {
    max-width: 100%;
    max-height: 100%;
}

.totalHrsIndicator {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    margin-bottom: -5px;
    margin-right: 7px;
}

a.is-underlined {
    text-decoration: underline;
}


input[type="number"] {
    -moz-appearance: textfield;
}


.main-header {
    padding: 72px;
}



.accordion-checkbox {
    display: none;
}

    .accordion-checkbox:not(:checked) ~ .accordion .accordion-label::after {
        transform: rotate(0deg) translate(0, -50%);
    }

    .accordion-checkbox:not(:checked) ~ .accordion .accordion-label {
        color: #262626;
        letter-spacing: 0.12em;
    }

    .accordion-checkbox ~ .accordion .accordion-label::after {
        content: "";
        position: absolute;
        width: 44px;
        height: 44px;
        top: 50%;
        right: 24px;
        transform: rotate(180deg) translate(0, 50%);
        background-image: url(/images/ic_Accordion_collapsed.svg);
    }

    .accordion-checkbox:not(:checked) ~ .accordion .accordion-content {
        display: none;
    }

.accordion {
    flex-flow: column !important;
}

    .accordion .accordion-checkbox,
    .accordion .accordion-checkbox:not(:checked) ~ .accordion-content {
        display: none;
    }

    .accordion .accordion-label {
        width: 100%;
        display: block;
        margin-bottom: 0;
        cursor: pointer;
        position: relative;
    }

        .accordion .accordion-label .accordion-title {
            position: relative;
        }

    .accordion .frage-antwort .frage {
        text-align: left;
        max-width: 66%;
    }

    .accordion .frage-antwort .antwort {
        text-align: right;
    }

.empfehlung-bars {
    display: flex;
    flex-flow: column;
}

    .empfehlung-bars > div {
        display: none;
    }


.newChart {
}

    .newChart > .newChart-row:not(:last-child) {
        margin-bottom: 24px;
    }

    .newChart .newChart-row .newChart-row-bartext {
        width: 32px;
        margin-right: 16px;
        text-align: right;
        line-height: 45px;
    }

    .newChart .newChart-row .newChart-row-text-secondary {
        color: #6E6E6E;
    }

    .newChart .newChart-row .newChart-row-bar {
        width: 324px;
        background-color: #F2F2F2;
        height: 45px;
        position: relative;
    }

        .newChart .newChart-row .newChart-row-bar::before {
            content: "";
            position: absolute;
            height: 100%;
            width: var(--percent);
            background-color: var(--barColor);
        }

    .newChart .newChart-row .newChart-row-text {
        flex-grow: 1;
        line-height: 22.5px;
        text-align: left;
        padding-left: 16px;
        margin-left: 24px;
        position: relative;
    }

        .newChart .newChart-row .newChart-row-text::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 2px;
            background-color: var(--barColor);
        }

        .newChart .newChart-row .newChart-row-text > .text-secondary {
        }


body {
    font-size: 16px;
    line-height: 1.618;
}


.result-headline-1,
.accordion-label {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--primaryColor) !important;
    letter-spacing: 1.2px;
    font-weight: bold;
    line-height: 1;
}


.result-headline-2 {
    font-size: 16px;
    color: var(--primaryColor);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 8px;
}

.result-datum {
    line-height: 1;
    color: #6E6E6E;
}

.result-name {
    font-size: 20px;
    line-height: 1.333;
}


.enable-buttons > a[disabled="disabled"] {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.toast-hide {
    width: 44px;
    height: 44px;
    /*background-image: url(/images/ic_Navigationsmenu_schließen.svg);*/
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

#toast .error .toast-hide {
    background-image: url(/images/ic_btn_Notification_schließen_error.svg);
}

#toast .success .toast-hide {
    background-image: url(/images/ic_btn_Notification_schließen_success.svg);
}
