:root {
    --abb-primary: #FF000F;
    --abb-dark-2: #A9A9A9;
    --bje-sky: #E2EEF1;
    --bje-sky-2: #F3F8F9;
    --medium-grey: #A9A9A9;
    --bje-smart-engery-1: #0CA919;
    --bje-smart-engery-2: #F3FBF3;
    --bje-smart-engery-3: #165A1B;
    --bje-smart-engery-4: #e7f6e9;
}

.notification-bg {
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.notification-bg span {
    color: #FF000F;
    font-weight: bold;
    padding: 0px 16px;
    margin-left: auto;
}
.notification-bg .q-btn {
    font-weight: bold;
    background: none;
    color: #FF000F;
    border-color: #FF000F;
}
.notification-bg .q-btn:hover {
    color: #ffffff;
    background-color: #FF000F;
}
.notification-bg .close-button {
    margin-left: auto;
    color: #FF000F;
    font-size: 2em;
    line-height: .5;
    font-weight: lighter;
    cursor: pointer;
}
.back-to-abb {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.navbar-nav .logged-out {
    border-bottom: 3px solid rgba(0,0,0,0);
}
.mybje-panel {
    position: static !important;
    right: auto !important;
}

.right-nav li a.nav-link {
    width: 60px !important;
    justify-content: center !important;
}
.right-nav li .mybje-panel a {
    width: unset !important;
    justify-content: unset;
}

.navbar-brand {
    align-items: center;
}

.language-selection-link {
    box-shadow: none !important;
    height: 100%;
    padding: 0px .5em;
}

.language-selection-link, .language-selection-link:hover, .language-selection-link:focus, .language-selection-link:active {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-family: ABBvoice;
    display: flex;
    justify-content: center;
    align-items: center;
}
.installerportal, .installerportal:hover, .installerportal:focus, .installerportal:active {
    color: black;
}

.language-selection-link img {
    height: 23px;
    width: 23px;
}
.language-picker {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    border-radius: 0;
    box-shadow: 0 .3125rem .9375rem 0 rgba(0,0,0,0.25);
}
.language-picker .select-language {
    padding: 64px 16px;
}
.language-picker .select-language .container {
    background: #fff !important;
}
.language-picker .close-btn {
    display: flex;
    margin-left: auto;
    cursor: pointer;
    font-size: 1.8rem;
}
.language-picker h2 {
    font-size: 1.8rem;
    margin-top: auto;
    margin-bottom: auto;
}
.language-picker .language-picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.25rem;
}
.language-picker-header h2 {
    margin-right: auto;
}
.language-picker .country {
    font-weight: 700;
    margin-top: 1rem;
    font-size: 1.2rem;
}
.language-picker .country a {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #FF000F;
}
.text-break-all {
    word-break: break-all;
}
.text-keep-all {
    word-break: keep-all;
}
.language-picker .country a:hover {
    text-decoration: none;
    border-bottom: 2px solid #FF000F;
}
#mobile-language-selection {
    width: 80vw;
    padding-right: 40px;
    padding-top: 7px;
    height: 42px;
}
.min-fit {
    min-width: fit-content;
}
.login-help a {
    margin: 8px 0px;
}
.login-helper-form {
    width: 100%;
    margin: 32px 0px;
}
.login-helper-form .form-input {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
}
.login-helper-form .button-wrapper button {
    width: 100%;
}
.popover {
    max-width: none;
}
.popover .popover-title {
    display: none;
}
.popover .popover-content {
    padding: 0;
    font-size: .85em;
}
.popover .popover-content table {
    border-collapse: collapse;
}
.popover .popover-content table tr td {
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #FFF;
}
.popover .popover-content table tr td.validation_status {
    color: #FFF;
    background-color: #999;
}
.popover .popover-content table tr td span.glyphicon-ok {
    display: none;
}
.popover .popover-content table tr.validation_passed td.validation_status {
    background-color: #FFF;
    color: #999;
}
.popover .popover-content table tr.validation_passed td.validation_status span.glyphicon-remove {
    display: none;
}
.popover .popover-content table tr.validation_passed td.validation_status span.glyphicon-ok {
    display: inline-block;
}
.popover .popover-content table :last-child td {
    border-bottom: none;
}
.clients .client-view .client-edit-only, .clients .client-edit .client-view-only {
    display: none;
}
.client-view button.delete {
    color: #000;
}
.client-view button.delete:hover {
    color: #fff;
}
.client-view button.delete a {
    color: #000;
    line-height: 14px;
    font-size: 14px;
    text-transform: capitalize;
}
.client-view button.delete:hover a {
    color: #fff;
}
.client-view button.delete a:hover {
    color: #fff;
    text-decoration: none;
}
.popover-filter:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -6px;
    right: 16px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
.popover-filter {
    border-color: #000;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0;
    overflow-y: scroll;
    max-height: 400px;
    max-width: 500px;
}
.filter-list {
    list-style: none;
    padding: 16px;
    margin: 0px;
    margin-bottom: 0px!important;
}
.filter-list span {
    font-size: 1.125rem;
    color: #FF000F;
}
.filter-list li.product-family {
    padding: 8px 0px;
}
.filter-list li.product-family:first-child {
    padding-top: 0px;
}
.product-family {
    color: #000000;
}
.filter-list .q-collapse {
    margin-top: 0px !important;
}
.q-list-item-link {
    display: block;
    transition: all ease 1.s;
}
#q-accordion [data-toggle="collapse"] {
    cursor: pointer;
}
.application-grid .q-teaser-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.application-grid .q-teaser-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.navbar .navbar-nav .nav-link, .navbar .navbar-nav ul:not(.language-picker) a, header#page-nav .navigation-meta-list .navigation-meta-item .navigation-meta-link {
    font-size: 18px;
    justify-content: left;
    color: black;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    width: 100%;
}
.msp-table {
    width: 100%;
}

.msp-table thead {
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.msp-table thead td {
  font-weight: bold;
  padding: 8px 16px;
}

.msp-table tr {
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}

.msp-table tr td {
  padding: 8px 16px;
}

.msp-table tr td .granted {
    font-size: 15px !important;
    font-weight: bold !important;
}

.msp-table .date {
    font-size: 12px;
}

.msp-table .separator {
    color: #FF000F;
    margin: 8px;
}

.msp-table tr td .access-request-button {
    color: #FF000F;
    background: none;
    border: none;
    padding: 0px;
    font-size: 15px;
}

.msp-table .clienttype {
    font-size: 12px;
}

.relative-container {
    position: relative;
    border-left: 1px solid #9b9b9b;
    margin-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.maintenance-session {
   padding-left: 64px;
}

.maintenance-session:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -7px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #FF000F;
}

.maintenance-session:after {
    content: "";
    position: absolute;
    top: 26px;
    left: 16px;
    width: 36px;
    height: 1px;
    background-color: #9b9b9b;
}

.scrollbar-style::-webkit-scrollbar {
    width: 12px;
    background-color: #bdbdbd;
    border-radius: 10px;
}

.scrollbar-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
}

.maintenance-button {
    background-color: #FF000F;
    border-color: #FF000F;
}

.maintenance-button:hover {
    color: #FF000F;
    background-color: #fff !important;
    border-color: #FF000F;
}

.maintenance-permanent-access {
    padding-left: 35px;
}

.short-description {
    max-width: 370px;
    max-height: 85px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.company-shadow {
    box-shadow: -2px 6px 12px rgba(0, 0, 0, 0.25);
}

.navbar-brand img {
    width: 5.5rem;
}

@media screen and (max-width: 1400px) {
    .q-close-button-wrapper .q-close-button::after {
        font-size: 18px;
    }
    .navbar-brand img {
        width: 4.5rem;
    }
    .navbar-brand {
        margin-right: 0 !important;
    }

    .q-btn {
        overflow: unset;
    }
}

@media screen and (max-width: 1600px) {
    .q-hero-section.q-image-right .q-hero-image-right .q-hero-image-right-wrapper.q-small {
        height: 340px;
    }
}

@media screen and (max-width: 1200px) {
    .q-hero-section.q-image-right .q-hero-image-right .q-hero-image-right-wrapper img {
        display: none;
    }
}

.form-control.error {
    border: 2px solid red !important;
}
@media screen and (max-width: 1400px) {
    .q-close-button-wrapper .q-close-button::after {
        font-size: 18px;
    }
}

.form-control.error {
    border: 2px solid red !important;
}

.revokation-confirmation p {
    margin-top: 32px;
}

a.access-request-button:hover {
    text-decoration: none !important;
}

.message-link {
    padding-top: 14px !important;
    padding-right: 20px !important;
    font-weight: normal !important;
}
.q-cookie-background {
    z-index: 20;
    top: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px;
    height: 100%;
    width: 100%;
    display: none;
}

.q-cookie-buttons {
    float: right;
    margin-right: 40px;
    margin-top: 48px;
}

.q-cookie-box {
    z-index: 21;
    background-color: #ffffff;
}

@media only screen and (max-width: 1600px) {
    .q-red-box-body .q-mt-large {
        margin-top: 110px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .q-cookie-text {
        overflow-x: hidden;
        max-height: 370px;
        padding: 40px;
        padding-top: 0;
    }
}

@media only screen and (max-height: 815px) {
    .q-cookie-text {
        overflow-x: hidden;
        max-height: 475px;
        padding: 40px;
        padding-top: 0;
    }
    .q-cookie-box {
        height: 100%;
        width: 100%;
        padding: 5px;
    }
    .q-cookie-header {
        padding-left: 40px;
        padding-top: 20px;
    }

    .q-cookie-background {
        padding: 1px;
    }

    .q-cookie-box {
        margin-top: 0;
        padding-top: 25px;
    }

    .q-cookie-buttons {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media only screen and (max-width: 567px) {
    .headline-row {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 560px) {
    .q-cookie-text {
        overflow-x: hidden;
        max-height: 475px;
        padding: 40px;
        padding-top: 0;
    }
    .q-cookie-box {
        height: 100%;
        width: 100%;
        padding: 5px;
    }
    .q-cookie-header {
        padding-left: 40px;
        padding-top: 20px;
    }

    .q-cookie-background {
        padding: 1px;
    }

    h2 {
        font-size: 1.375rem;
    }

    .q-cookie-box {
        margin-top: 0;
        padding-top: 25px;
    }

    .q-cookie-buttons {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}


@media only screen and (max-height: 670px) {
    .q-cookie-text {
        overflow-x: hidden;
        max-height: 420px;
        padding: 40px;
        padding-top: 0;
    }
    .q-cookie-box {
        height: 100%;
        width: 100%;
        padding: 5px;
    }
    .q-cookie-header {
        padding-left: 40px;
        padding-top: 20px;
    }
}

@media only screen and (max-height: 570px) {
    .q-cookie-text {
        overflow-x: hidden;
        max-height: 300px;
        padding: 40px;
        padding-top: 0;
    }

    .q-cookie-buttons {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-height: 480px) {
    .q-cookie-text {
        overflow-x: hidden;
        max-height: 255px;
        padding: 40px;
        padding-top: 0;
    }

    .q-cookie-buttons {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}

.access-request-accept-form {
    display: flex;
    justify-content: flex-end;
}
.access-request-accept-form button {
    margin: 0px .5rem;
}

.cookie-checkbox {
    height: 1.4em;
    width: 1.4em;
    margin-right: .5em;
}
.cookie-label {
    margin-bottom: -.2em !important;
}

.tunnelgatewayStatus {
    font-size: 1rem !important;
}

.tunnelgatewayStatus::before {
    content: " ";
    border-radius: 100%;
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    margin-right: 8px;
}

.tunnelgatewayStatus.failed::before {
    background-color: dimgrey;
}

.tunnelgatewayStatus.connected::before {
    background-color: lightgreen;
}

.tunnelgatewayStatus.disconnected::before {
    background-color: red;
}

.msp-filter {
    margin: 32px 0px;
}
.msp-filter .form-group:first-of-type {
    padding-left: 0px;
}
.msp-filter input {
    border-color: #F2F2F2;
    border-style: solid;
}

.msp-filter .form-group input[type="checkbox"] {
    width: unset;
}
.device-rq {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.device-rq label {
    display: block;
}
.device-rq input {
    vertical-align: bottom;
    position: relative;
    margin-right: 8px !important;
}
.filter-no-matches td {
    text-align: center;
}
.info-badge-background {
    padding: 1rem;
    padding-left: 4rem;
    background: linear-gradient(
            to right,
            #F5F5F5 0%,
            #F5F5F5 50%,
            #FFFFFF 50%,
            #FFFFFF 100%
    );
}

.info-badge .info-badge-content {
    background-color: #FFFFFF;
    border: 1px solid #F5F5F5 !important;
    padding: 1.3rem;
    font-size: 18px;
    margin: 8px;
    font-family: 'ABBvoice';
    font-weight: 900;
    display: flex;
    flex-direction: column;
    position: relative;
}

.info-badge span {
    font-weight: 400;
    font-size: 18px;
}

.info-badge h5 {
    font-weight: 700;
    font-size: 18px;
}

.info-badge a::before {
    content: '» ';
}
.client .info-badge a::before {
    content: '';
}

.info-badge-icon {
    content: url("../img/icons/info-badge.svg");
    float: right;
    height: 32px;
    margin-right: 0.5rem;
    margin-left: auto;
}

.info-badge .info-badge-content::before {
    content: '';
    position: absolute;
    right: 29px;
    bottom: 0;
    width: 32px;
    top: -2px;
    border-top: solid 4px #FF000F;
}
.client .info-badge .info-badge-content {
    margin: 0 !important;
}
#clientView.inactive .clienticon {
    filter: grayscale(1) brightness(1.18);
}
#clientView.inactive .edit-icon {
    filter: grayscale(1) brightness(10);
}
#clientView.inactive,
#clientView.inactive h1,
#clientView.inactive h2 {
    pointer-events: none;
    color: grey !important;

    & {
        a.blue {
            pointer-events: auto;
        }

        form {
            pointer-events: auto;
        }
        .q-btn-primary {
             background-color: #B1B1B1;
             border-color: #B1B1B1;
        }

        .q-toggle .btn.off .toggle-handle {
            background-color: #B1B1B1;
        }
        .q-toggle .btn.toggle {
            border-color: #B1B1B1;
        }
    }
}

.info-badge.red h3 {
    color: red;
}
.info-badge.red .info-badge-icon {
    content: url("../img/icons/error.svg");
}
.info-badge.red .info-badge-content::before {
    border-top: solid 4px red;
}

.flasherror:not(.static), .flashsuccess:not(.static), .flashinfo:not(.static) {
    animation: fade 10s;
}

.flasherror {
    color: #FF000F;
}
.flashsuccess {
    color: #23A942;
}
.flashinfo {
    color: #009EE2;
}
.flasherror.border::before {
    border-color: #FF000F;
}
.flashsuccess.border::before {
    border-color: #23A942;
}
.flashinfo.border::before {
    border-color: #009fe3;
}
#flashmessages h5 {
    margin-bottom: 1rem;
}
.flasherror:not(.static) p:after {
    content: url("../img/icons/error.svg");
    float: right;
    height: 32px;
    padding-left: 15px;
    padding-right: 15px;
}
.flashsuccess:not(.static) p:after {
    content: url("../img/icons/success.svg");
    float: right;
    height: 32px;
    padding-left: 15px;
    padding-right: 15px;
}
.flashinfo:not(.static) p:after {
    content: url("../img/icons/info.svg");
    float: right;
    height: 32px;
    padding-left: 15px;
    padding-right: 15px;
}
#flashmessages p {
    margin: 0;
    min-height: 38px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 700;
}
#flashmessages .withHeadline p {
    font-weight: 400;
}

#flashmessages .static:not(.withHeadline) p {
    display: block;
}

#flashmessages {
    display: none;
    z-index: 1049;
    position: fixed;
    top: 90px;
    right: 12vw;
    float: right;
    transition: ease .5s;
}
#flashmessages:has(div) {
    display: block;
}
#flashmessages div {
    background-color: #FFFFFF;
    border: 2px solid #DBDBDB !important;
    padding: 1.3rem;
    width: 30vw;
    font-size: 18px;
    margin: 8px;
    font-family: 'ABBvoice';
    font-weight: 700;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.25) !important;
}

.client #flashmessages div {
    width: 33vw;
}
#flashmessages .border:not(.static) {
    position: relative;
    border: 2px solid #DBDBDB;
}
#flashmessages .border:not(.static):before{
    content: '';
    position: absolute;
    right: 35px;
    bottom: 0;
    width: 90%;
    top: 0;
    border-top: solid 5px;
    animation: border_anim 10.5s linear backwards;
}

.static-message-icon {
    float: right;
    height: 32px;
    margin-right: 0.5rem;
    margin-left: auto;
}

.flashsuccess .static-message-icon {
    background: url(../img/icons/success.svg);
}
.flasherror .static-message-icon {
    background: url(../img/icons/error-circle.svg);
}
.flashinfo .static-message-icon {
    background: url(../img/icons/info.svg);
}
#flashmessages .static .static-message-icon::before {
    content: '';
    position: relative;
    display: block;
    right: 0;
    bottom: 0;
    width: 32px;
    top: -20px;
}
.flashsuccess.static .static-message-icon::before {
    border-top: solid 4px #23A942;
}
.flasherror.static .static-message-icon::before {
    border-top: solid 4px #FF000F;
}
.flashinfo.static .static-message-icon::before {
    border-top: solid 4px #009EE2;
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes border_anim {
    0% {
        right: 35px;
        top: 0;
    }
    100% {
        width: 28px;
    }
}
@media screen and (max-width: 979px) {
    #flashmessages {
        top: 130px;
        right: 0;
    }
    #flashmessages.static {
        position: relative;
        top: 0;
        float: unset;
    }
    #flashmessages.static .static p::before {
        top: 2px;
        right: 48px;
    }
    .static-message-icon {
        margin-right: 1.3rem
    }

    #flashmessages div {
        padding: 1.3rem 0.5rem 1.3rem 1rem;
        border-radius: 8px;
        margin-left: 0.5rem !important;
        width: 94vw;
    }

    #flashmessages .border:before {
        right: 25px;
    }

    @keyframes border_anim {
        0% {
            right: 25px;
            top: 0;
        }
        100% {
            width: 28px;
        }
    }
}

.client #flashmessages {
    top: 0;
    right: 80px;
}

@media screen and (max-width: 599px) {
    .client #flashmessages div {
        width: 94vw;
    }
    .client #flashmessages {
        right: 1vw;
        left: 1vw;
    }
    .thumbnail.plan-card .imgContainer img {
        max-height: 160px !important;
    }
}
@media screen and (max-width: 899px) {
    .client #flashmessages {
        right: 5vw;
    }
}

.q-table-matrix-links {
    color: #FF000F !important; 
}

.q-mt-medium {
    margin-top: 100px;
}


.form .form-group .form-input.error {
    box-shadow: 0 0 3px #CC0000;
}


.red-iot-bubble {
    z-index: 10;
    width: 65px;
    height: 65px;
    position: absolute;
    padding: 20px;
    font-weight: 600;
    font-size: 0.47rem;
    color: #FFFFFF;
    background: #FF000F;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50%;
}
.row .red-iot-bubble {
    z-index: 10;
    width: 85px;
    height: 85px;
    position: absolute;
    padding: 20px;
    font-weight: 600;
    font-size: 0.55rem;
    color: #FFFFFF;
    background: #FF000F;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50%;
}

.red-iot-bubble-mini {
    z-index: 10;
    margin-left: 7rem!important;
    width: 50px;
    height: 50px;
    position: absolute;
    padding: 5%;
    font-weight: 600;
    font-size: 6px;
    color: white;
    background: #FF000F;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50%;
}

.red-iot-bubble-big {
    margin-left: 25rem!important; 
    width: 160px;
    height: 160px; 
    position: absolute; 
    padding: 40px; 
    color: white; 
    font-weight: 600; 
    background: #FF000F; 
    -moz-border-radius: 50px; 
    -webkit-border-radius: 50px; 
    border-radius: 50%;
}

@media screen and (max-width: 1300px) {
    .red-iot-bubble-mini {
        margin-left: 5rem!important;
        padding: 7%;
    }
    .red-iot-bubble {
        padding: 5%;
    }
    .red-iot-bubble-big {
        margin-left: 14rem!important;
        padding: 26px;
        font-size: 14px;
        height: 120px;
        width: 120px;
    }
}

.q-container {
    max-width: 75%;
    padding-left: 20%;
}

h1.q-headline {
    font-size: 28px;
    margin-bottom: 0px;
    hyphens: none;
    z-index: 2;
    position: relative;
}

h2.clamp {
    font-size: clamp(1.8rem, 2.5vw, 2.2rem);
}

h3.q-subheadline {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    color: #000000;
    font-family: ABBvoice;
}

h4.q-subheadline {
    font-size: clamp(1.4rem, 2.5vw, 2.2rem);
    color: #000000;
}

.subscription-page-header {
    max-width: 100%;
    background-color: #F4F4F4;
    height: 550px;
    padding-left: 15%;
    padding-top: 5%;
    position: absolute;
}
.subscription-page-subscriptions {
    max-width: 100%;
    padding-left: 10%;
    padding-top: 13%
}
.login .third-party .feature-toggle, .login .houses .feature-toggle {
    cursor: pointer;
}
.q-sub-plan-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    font-size: 1rem;
    text-overflow:ellipsis;
}
.abo-table .row :nth-child(2) .q-sub-plan-row,
.abo-table .row :nth-child(3) .q-sub-plan-row,
.abo-table-psp .row :nth-child(2) .q-sub-plan-row,
.abo-table-psp .row :nth-child(3) .q-sub-plan-row {
    padding: .5rem;
}
.col-plus-abo .q-sub-plan-row:last-child, .col-one-abo .q-sub-plan-row:last-child {
    padding: .2rem;
    color: #A9A9A9;
    font-weight: 700;
}
.q-sub-plan-row:not(:last-child), .dotted-border {
    border-bottom: 4px dotted #F4F4F4;
}
.col-shadow .q-sub-plan-row {
    align-items: center;
    text-align: center;
}
.description .q-sub-plan-row {
    padding-top: 5%;
    padding-bottom: 0;
}
.q-sub-checkmark {
    display: inline-block;
    transform: rotate(45deg);
    height: 44px;
    width: 25px;
    border-bottom: 7px solid #000000;
    border-right: 7px solid #000000;
    margin-top: 5%;
}
.q-sub-blue {
    background-color: #000000;
    border:none; color: #FFFFFF;
    height: 450px;
    font-weight:700
}
.q-sub-white {
    background-color: #FFFFFF;
    color: #000000;
    border:none;
    height: 400px;
    margin-top: 50px;
    font-weight:700;
}

.q-sub-label {
    position: relative;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #FF000F;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 13.8px 20px 12.42px 20px;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: all 0.15s ease-out;
    color: #FF000F;
    border-color: #FF000F;
}

.q-container {
    max-width: 85%;
    padding-left: 15%;
}

.login-text-checks:before {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 28px;
    width: 17px;
    border-bottom: 4px solid #000000;
    border-right: 4px solid #000000;
    margin-right: 15px;
}

.login-text-checks {
    float: left;
    font-weight: 500;
    font-size: 18px;
    margin-right: 35px;
}
.mobile-icon {
    width: 2em !important;
    height: 2em !important;
}
.close-icon {
    content: url("../img/icons/close-gray.svg");
    margin: auto;
}
.close-icon.thin {
    content: url('../../../common/img/icons/close-thin.svg');
    cursor: pointer;
}
.check-icon {
    content: url("../img/icons/abb-check.svg");
    margin: auto;
}
.smart-energy-table .check-icon {
    content: url("../img/icons/check-green.svg");
}
.trash-icon {
    content: url("../img/icons/trashcan.svg");
    margin: auto;
    cursor: pointer;
}
.copy-icon {
    margin-left: -40px;
    cursor: pointer;
    float: right;
    position: relative;
    content: url("../img/icons/copy.svg");
}
.ac-success-icon {
    content: url("../img/icons/ac_success.svg");
    margin: auto;
    cursor: pointer;
}
.back-icon {
    content: url("../img/icons/arrow-left-black.svg");
    margin: auto;
    cursor: pointer;
}

.read-icon {
    content: url("../img/icons/open-letter.svg");
    margin: auto;
    cursor: pointer;
}
.trash-icon-black {
    content: url("../img/icons/trashcan-black.svg");
    margin: auto;
    cursor: pointer;
}

.q-sub-blue .third-party-icon, .third-party-icon-white {
    content: url("../img/icons/abos/third-party-icon-white.svg");
    margin: auto;
}
.house-icon {
    content: url("../img/icons/house-icon.svg");
    margin: auto;
}
.phone-icon {
    content: url("../img/icons/phone-icon.svg");
    margin: auto;
}
.edit-icon {
    content: url("../img/icons/edit-icon.svg");
    margin: auto;
}
/* ICONS BLACK */
.check-icon-black {
    content: url("../img/icons/check-black.svg");
    margin: auto;
}
.security-icon {
    content: url("../img/icons/abos/security-icon-black.svg");
    margin: auto;
}
.third-party-icon {
    content: url("../img/icons/abos/third-party-icon-black.svg");
    margin: auto;
}
.remote-access-icon {
    content: url("../img/icons/abos/remote-access-icon-black.svg");
    margin: auto;
}
.remote-event-history-storage-icon {
    content: url("../img/icons/abos/remote-event-history-storage-icon-black.svg");
    margin: auto;
}
.subscription-icon {
    content: url("../img/icons/abos/subscription-icon-black.svg");
    margin: auto;
}
.remote-event-history-storage-icon {
    content: url("../img/icons/abos/remote-event-history-storage-icon-black.svg");
    margin: auto;
}

.psp .abo-table .q-sub-plan-row .row:nth-child(2), .smart-energy-table .abo-table .q-sub-plan-row .row:nth-child(2) {
    margin-top: unset;
}

.psp .q-sub-plan-row.cloud-project-documentation,
.psp .q-sub-plan-row.project-transfer,
.psp .q-sub-plan-row.wip.remotemaintenance,
.psp .q-sub-plan-row.fah.remotemaintenance:not(div.de),
.psp .q-sub-plan-row.fah-pro-one:not(div.de){
    border-bottom: none !important;
}

.abo-table .q-sub-plan-row .row:nth-child(2) {
    margin-top: 1em;
}

.abo-table .q-sub-plan-row .row:nth-child(1) .col-10 {
    padding-right: 0px;
    font-size: 14px;
    padding-left: 0px;
    font-weight: 700;
}

.abo-table .q-sub-plan-row .row,
.abo-table-psp .q-sub-plan-row .row{
    margin-left: 0px;
    margin-right: 0px;
}

.abo-table .q-sub-plan-row ul,
.abo-table-psp .q-sub-plan-row ul{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.psp .abo-table-psp .q-sub-plan-row ul li:first-child:nth-last-child(1) {
    list-style: none;
    margin-left: 70px !important;
    padding-right: 1.5rem;
}

.abo-table .q-sub-plan-row:last-child,
.abo-table-psp .q-sub-plan-row:last-child {
    font-family: ABBvoice;
    font-size: 14px;
}

.psp .blue-header {
    top: unset !important;
    height: 315px !important;
    background-color: #ebebeb !important;
}

.psp .abo-table-container {
    padding-top: 286px;
}
.psp .col-plus-abo > :first-child, .psp .col-one-abo > :first-child {
    border-radius: 0;
}
.psp .abo-head-plus > p span,.psp .abo-head-plus > p {
    color: black;
}
.psp h2 {
    font-family: ABBvoice-Regular !important;
    font-weight: 400;
    line-height: 2;
}

.abo-table .q-sub-plan-row .check-icon, .abo-table .q-sub-plan-row .close-icon {
    height: 20px;
}

.gray-header .container, .blue-header .container {
    margin-top: 25px;
}
.gray-header, .blue-header {
    width: 100vw;
    position: absolute;
    background-color: #ebebeb;
}

.abo-table, .abo-table-psp {
    hyphens:none !important;
    margin-top: 61px;
}
.abo-table-header {
    margin-top: 47px !important;
}

.q-sub-plan-row li, .q-sub-plan-row p {
    font-family: "ABBvoice";
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
    margin-left: 28px;
}

.abo-head, .abo-head-one, .abo-head-plus {
    min-height: 45px;
}

.q-sub-plan-row.houses p {
    font-size: 10px;
    margin-left: 0px !important;
}

.q-sub-plan-row .house-icon, .q-sub-plan-row .phone-icon {
    height: 25px;
}

.abo-head-plus > p span, .abo-head-plus > p {
    color: black
}

/* Größe von Tabellenreihe Default */
.abo-table .q-sub-plan-row:nth-child(2) {
    height: 70px !important;
}
.abo-table .q-sub-plan-row:nth-child(3) {
    height: 90px !important;
}
.abo-table .q-sub-plan-row:nth-child(4) {
    height: 70px !important;
}
.abo-table .q-sub-plan-row:nth-child(5) {
    height: 150px !important;
}
.abo-table .q-sub-plan-row:nth-child(6) {
    height: 100px !important;
}
.abo-table .q-sub-plan-row:nth-child(7) {
    height: 70px !important;
}
.abo-table .q-sub-plan-row:last-child {
    height: 90px !important;
}

/* Größe von Tabellenreihe bei Klick */
.abo-table .q-sub-plan-row:nth-child(3).active {
    height: 200px !important;
}
.abo-table .q-sub-plan-row:nth-child(4).active {
    height: 300px !important;
}
.abo-table .q-sub-plan-row:nth-child(5).active {
    height: 180px !important;
}
.abo-table .q-sub-plan-row:nth-child(6).active {
    height: 260px !important;
}
.abo-table .q-sub-plan-row:nth-child(7).active {
    height: 110px !important;
}
.abo-head h2 {
    font-size: 18px;
    margin: 0 !important;
}
.psp .abo-head h2 {
    font-weight: 700;
    font-size: 13px;
}

.abo-head > p {
    font-family: ABBvoice;
    font-size: 12px;
}

.abo-table-header {
    font-family: ABBvoice-Bold;
}

.abo-table-header .icon {
    padding: 0;
    height: 12px;
}
.abo-table-header .q-sub-plan-row.active .icon {
    height: 12px;
}

.abo-table-header .q-sub-plan-row .icon {
    transform: translateX(-8px);
}

.abo-head {
    padding: 0;
}
.psp .abo-table-header .q-sub-plan-row {
    font-size: 13px;
}


.abo-head.abo-head-plus button, .q-sub-plan-row:last-child button[type="submit"]  {
    position: absolute !important;
    bottom: calc(0px - 30px / 2);
    right:0px;
    height: 30px;
    z-index: 10;
    font-size: 14px;
    font-family: ABBvoice;
    left: 0px;
    right: 0px;
    width: min-content;
    margin: 0px auto;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asterisked-text {
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    /* mobile 320/Caption */
    font-family: ABBvoice;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2em;
}
.q-btn-primary.q-btn-black {
    border-color: #000 !important;
}
.q-btn-primary.q-btn-black:hover {
    background-color: #000 !important;
}
.q-btn-primary, .q-btn-black {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.q-btn-primary.small, .q-btn-black.small {
    height: 34px;
}

.smartsharing-content button:disabled {
    pointer-events: none;
}
.q-btn-primary:not(.login-button):disabled {
    color: #A9A9A9;
    background-color: #F0F0F0;
    border: none;
    cursor: default;
}

.features .icon {
    height: 80px;
    margin-bottom: 1rem;
}

#inactive.bg-lgrey .q-subheadline {
    color: #848484;
}
#inactive.bg-lgrey .oap-tag::after {
    color: #848484
}

.sub-plans .smart-home {
    background-color: #ebebeb;
    color: var(--abb-primary);
    padding: 1rem 3rem;
    &.active {
        border-bottom: 4px solid var(--abb-primary);
        font-weight: 700;
        color: var(--abb-primary);
    }
    &:hover {
        cursor: pointer;
        border-bottom: 4px solid var(--abb-primary);
    }
}
.sub-plans .smart-energy {
    background-color: var(--bje-smart-engery-2);
    color: var(--bje-smart-engery-3);
    padding: 1rem 3rem;
    &.active {
        border-bottom: 4px solid var(--bje-smart-engery-1);
        font-weight: 700;
    }
    &:hover {
        cursor: pointer;
        border-bottom: 4px solid var(--bje-smart-engery-1);
    }
}
.smart-energy-header {
    display: none;

    .q-btn-secondary, a {
        text-decoration: none;
    }
}
.smart-energy-header .sign {
    padding: 3rem;
    margin: 2rem 0;
    h1 {
        font-size: 64px;
    }
    &.basic {
        background-color: #FFFFFF;
        color: #000000;
        padding: 2rem;
    }
    &.premium {
        background-color: var(--bje-smart-engery-1);
        color: #FFFFFF;
        padding: 2rem;
        margin-left: 3rem;
    }
}
.smart-energy .basic .abo::after {
    color: var(--bje-smart-engery-1) !important;
}
.smart-energy .premium .abo {
    color: #FFFFFF !important;
    &::after{
        color: #FFFFFF !important;
    }
}
.blue-header.smart-energy {
    background-color: var(--bje-smart-engery-2) !important;
    position: relative !important;
    height: auto !important;
}

/* MAX-WIDTH ist richtig */
@media screen and (max-width: 1200px) {
    .abo-table .abo-table-header .icon {
        content: url("../img/icons/plus.svg") !important;
    }
    .abo-table .abo-table-header .q-sub-plan-row.active .icon {
        content: url("../img/icons/minus-2.svg") !important;
    }
    .abo-table .abo-table-header .q-sub-plan-row:nth-child(2) .icon {
        content: none !important;
    }
    .abo-table .abo-table-header:not(.login) .q-sub-plan-row:nth-last-child(1) .icon {
        content: none !important;
    }
}

@media screen and (min-width: 576px) {
    .q-sub-plan-row li, .q-sub-plan-row p {
        margin-left: 41px;
    }
}

@media screen and (min-width: 768px) {
    /* Größe von Tabellenreihe Default */
    .abo-table .q-sub-plan-row:nth-child(2) {
        height: 100px !important;
    }
    /* Größe von Tabellenreihe bei Klick */
    .abo-table .q-sub-plan-row:nth-child(3).active {
        height: 180px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(4).active {
        height: 280px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(5).active {
        height: 180px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(6).active {
        height: 220px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(7).active {
        height: 110px !important;
    }
    /* Allgemeines */
    .star-info {
        margin-top: 5.4rem;
    }
    .gray-header, .blue-header {
        margin-left: 0rem;
        width: 100vw;
        height: 260px;
    }
    .abo-table {
        margin-top: 8rem;
    }
    .abo-table, .abo-table-psp {
        margin-top: 50px;
    }
    .abo-table-header {
        margin-top: 150px !important;
    }
    .abo-table-header .icon {
        height: 18px;
    }
    .abo-table-header .q-sub-plan-row.active .icon {
        height: 18px;
    }

    .q-sub-plan-row.houses p {
        font-size: 12px;
    }

    .q-sub-plan-row .house-icon, .q-sub-plan-row .phone-icon {
        height: 40px;
        margin: 0;
    }
    .abo-head, .abo-head-one {
        height: 110px;
    }
    .abo-head-plus {
        height: calc(110px + 40px);
    }
    .abo-head h2 {
        font-size: 32px;
    }
    .psp .abo-head h2 {
        font-size: 25px;
    }

    .psp .blue-header {
        height: 260px !important;
    }

    .abo-head p {
        font-size: 12px;
    }

    .q-sub-plan-row li, .q-sub-plan-row p {
        font-size: 14px;
        margin-left: 40px;
    }
    .col-enterpise-abo {
        margin-top: 40px;
    }
    .col-shadow {
         box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.16);
    }
}

@media screen and (min-width: 992px) {
    /* Größe von Tabellenreihe Default */
    .abo-table .q-sub-plan-row:nth-child(4).active {
        height: 190px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(6).active {
        height: 160px !important;
    }
    /* Allgemeines */
    .abo-table-header .icon {
        height: 18px;
    }
    .abo-table-header .q-sub-plan-row.active .icon {
        height: 12px;
    }
    .gray-header, .blue-header {
        margin-left: 4rem;
        width: 90vw;
    }
    .gray-header .container, .blue-header .container {
        margin-top: 50px;
    }
    h1.q-headline {
        font-size: 45px;
    }
    .abo-table-header {
        margin-top: 170px !important;
    }
    .abo-head, .abo-head-one {
        height: 130px;
    }
    .abo-head-plus {
        height: calc(130px + 40px);
    }
    .abo-table, .abo-table-psp {
        margin-top: 4px;
    }
    .abo-table {
        margin-top: 7rem;
    }
    .abo-head h2 {
        font-size: 48px;
    }
    .psp .abo-head h2 {
        font-size: 36px;
    }
    .psp .blue-header {
        height: 380px !important;
    }
    .abo-head p {
        font-size: 12px;
    }
    .abo-table .q-sub-plan-row:last-child {
        height: 120px !important;
    }

    .q-sub-plan-row li, .q-sub-plan-row p {
        margin-left: 51px;
    }
}


@media screen and (min-width: 1200px) {
    /* Größe von Tabellenreihe Default */
    .abo-table .q-sub-plan-row:nth-child(2), .abo-table .q-sub-plan-row:nth-child(2).active {
        height: 120px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(3), .abo-table .q-sub-plan-row:nth-child(3).active {
        height: 150px !important;
    }
    .plans.abo-table .q-sub-plan-row:nth-child(4), .abo-table .q-sub-plan-row:nth-child(4).active {
        height: 200px !important;
    }
    .plans.abo-table .q-sub-plan-row:nth-child(5), .abo-table .q-sub-plan-row:nth-child(5).active {
        height: 200px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(6), .abo-table .q-sub-plan-row:nth-child(6).active {
        height: 160px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(7), .abo-table .q-sub-plan-row:nth-child(7).active {
        height: 120px !important;
    }
    .abo-table .q-sub-plan-row:last-child {
        height: 120px !important;
    }
    .abo-table .q-sub-plan-row.doorcall {
        height: 160px !important;
    }
    .login .q-sub-plan-row.houses .feature-toggle::after, .login .q-sub-plan-row.third-party .feature-toggle::after {
        content: url("../img/icons/plus.svg") !important;
    }
    .login .q-sub-plan-row.houses.active .feature-toggle::after, .login .q-sub-plan-row.third-party.active .feature-toggle::after {
        content: url("../img/icons/minus-2.svg") !important;
    }
    /* Allgemeines */
    h1.q-headline {
        font-size: 45px;
    }
    .abo-head {
        padding: 12px;
    }
    .abo-table, .abo-table-psp {
        margin-top: 10px;
    }
    .abo-table-header {
        margin-top: 220px !important;
    }
    .gray-header, .blue-header {
        margin-left: 5rem;
    }
    .abo-head, .abo-head-one {
        height: 180px;
    }
    .psp .abo-column-enterprice .abo-head {
        height: 122px;
    }
    .abo-head-plus {
        height: calc(180px + 40px);
    }
    .abo-head h2 {
        font-size: 62px;
    }
    .psp .abo-head h2 {
        font-size: 40px;
    }
    .psp .abo-table-container {
        padding-top: 240px;
    }
    .abo-head p {
        font-size: 16px;
        font-weight: 700;
    }
    .abo-table-header .icon, .abo-table-header .q-sub-plan-row.active .icon {
        height: 36px;
    }
    .abo-head {
        padding: 12px;
    }

    .q-sub-plan-row li, .q-sub-plan-row p {
        margin-left: 58px;
    }

    .q-sub-plan-row li, .q-sub-plan-row p.calculated-price.discount {
        font-size: 15px !important;
        margin-top: 0 !important;
    }

    .calculated-price {
        font-size: 2rem !important;
        font-weight: 700 !important;
        font-family: 'ABBvoice' !important;
        color: #000000;
        border-bottom: none !important;
    }

    .calculated-price.discount {
        color: #A9A9A9 !important;
    }

    #buy-license {
        height: 175px !important;
    }
    #buy-license p {
        color: #000000;
    }
    #monthly-input {
        height: 44px;
        border-radius: 8px;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        font-size: 12px;
        font-weight: 400;
    }
    
    #yearly-input {
        font-size: 12px;
        font-weight: 400;
        height: 44px;
        border-radius: 8px;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    #monthly-input.btn-light, #yearly-input.btn-light {
        font-weight: 700;
    }
}

@media screen and (min-width: 1400px) {
    /* Allgemeines */
    .col-one-abo {
        margin-top: 70px;
    }
    h1.q-headline {
        font-size: 72px;
    }
    .abo-table {
        margin-top: 40px;
    }
    .abo-table-psp {
        margin-top: 75px;
    }
    .abo-table-header {
        margin-top: 220px !important;
    }
    .gray-header, .blue-header {
        margin-left: 7rem;
    }
    .login .gray-header, .login .blue-header {
        width: 80vw;
    }

    .abo-head.abo-head-plus button, .q-sub-plan-row:last-child button[type="submit"] {
        bottom: calc(0px - 36px / 2);
        height: 36px;
        font-size: 16px;
        min-width: 200px;
    }
    .q-sub-plan-row:last-child button[type="submit"] {
        padding: 1rem 2rem !important;
    }

    .q-sub-plan-row li, .q-sub-plan-row p {
        margin-left: 64px;
    }
    .psp .abo-table-container {
        padding-top: 180px;
    }
}

@media screen and (min-width: 1600px) {
    .q-sub-plan-row li, .q-sub-plan-row p {
        margin-left: 85px;
    }
    .psp .q-sub-plan-row li, .q-sub-plan-row p {
        margin-left: 75px;
    }
}

@media screen and (min-width: 2560px) {
    /* Größe von Tabellenreihe Default */
    .abo-table .q-sub-plan-row:nth-child(2), .abo-table .q-sub-plan-row:nth-child(2).active {
        height: 140px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(3), .abo-table .q-sub-plan-row:nth-child(3).active {
        height: 150px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(4), .abo-table .q-sub-plan-row:nth-child(4).active {
        height: 240px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(5), .abo-table .q-sub-plan-row:nth-child(5).active {
        height: 240px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(6), .abo-table .q-sub-plan-row:nth-child(6).active {
        height: 200px !important;
    }
    .abo-table .q-sub-plan-row:nth-child(7), .abo-table .q-sub-plan-row:nth-child(7).active {
        height: 160px !important;
    }
    .abo-table .q-sub-plan-row:last-child {
        height: 160px !important;
    }
    /* Allgemeines */
    .abo-table .q-sub-plan-row .check-icon, .abo-table .q-sub-plan-row .close-icon {
        height: 32px;
    }
    h1.q-headline {
        font-size: 72px;
    }
    .abo-table-header {
        margin-top: 260px !important;
    }
    .abo-head, .abo-head-one {
        height: 220px;
    }
    .abo-head-plus {
        height: calc(220px + 40px);
    }
    .abo-table, .abo-table-psp {
        margin-top: 0px;
    }
    .abo-head h2 {
        font-size: 82px;
    }
    .abo-head p {
        font-size: 18px;
    }
    .q-sub-plan-row li, .q-sub-plan-row p {
        font-size: 18px;
    }
    .abo-table .q-sub-plan-row .row:nth-child(1) .col-12 {
        font-size: 21px;
    }
    .asterisked-text {
        font-size: 14px;
    }

    .abo-head.abo-head-plus button, .q-sub-plan-row:last-child button[type="submit"]  {
        bottom: calc(0px - 42px / 2);
        height: 42px;
        font-size: 18px;
        width: 200px;
    }
}

/* ICONS White */
.security-icon-white {
    content: url("../img/icons/abos/security-icon-white.svg");
    margin: auto;
}
.third-party-icon-white {
    content: url("../img/icons/abos/third-party-icon-white.svg");
    margin: auto;
}
.remote-access-icon-white {
    content: url("../img/icons/abos/remote-access-icon-white.svg");
    margin: auto;
}
.remote-event-history-storage-icon-white {
    content: url("../img/icons/abos/remote-event-history-storage-icon-white.svg");
    margin: auto;
}
.subscription-icon-white {
    content: url("../img/icons/abos/subscription-icon-white.svg");
    margin: auto;
}
.remote-event-history-storage-icon-white {
    content: url("../img/icons/abos/remote-event-history-storage-icon-white.svg");
    margin: auto;
}

.security-icon-accent-white {
    content: url("../img/icons/abos/security-icon-black.svg");
    margin: auto;
}
.third-party-icon-accent-white {
    content: url("../img/icons/abos/third-party-icon-black.svg");
    margin: auto;
}
.remote-access-icon-accent-white {
    content: url("../img/icons/abos/remote-access-icon-black.svg");
    margin: auto;
}
.sm-house-icon-accent-icon {
    content: url("../img/icons/abos/sm-house-icon-accent.svg");
    margin: auto;
}
.remote-event-history-storage-icon-accent-white {
    content: url("../img/icons/abos/remote-event-history-storage-icon-black.svg");
    margin: auto;
}
.subscription-icon-accent-white {
    content: url("../img/icons/abos/subscription-icon-black.svg");
    margin: auto;
}
.remote-event-history-storage-icon-accent-white {
    content: url("../img/icons/abos/remote-event-history-storage-icon-black.svg");
    margin: auto;
}


.calendar-icon-accent {
    content: url("../img/icons/proservice-portal/calendar.svg");
    margin: auto;
}
.laptop-icon-accent {
    content: url("../img/icons/proservice-portal/laptop.svg");
    margin: auto;
}
.message-icon-accent {
    content: url("../img/icons/proservice-portal/messages.svg");
    margin: auto;
}
.wrench-icon-accent {
    content: url("../img/icons/proservice-portal/wrench.svg");
    margin: auto;
}
.record-icon-accent {
    content: url("../img/icons/proservice-portal/record.svg");
    margin: auto;
}
.cloud-doc-accent {
    content: url("../img/icons/proservice-portal/cloud-doc.svg");
    margin: auto;
}
.person-icon-accent {
    content: url("../img/icons/proservice-portal/person.svg");
    margin: auto;
}
.time-icon-accent {
    content: url("../img/icons/proservice-portal/time.svg");
    margin: auto;
}
.zoom-icon-accent {
    content: url("../img/icons/proservice-portal/zoom.svg");
    margin: auto;
}

/* ICONS Accend */
.security-icon-accent {
    content: url("../img/icons/abos/security-icon-accent.svg");
    margin: auto;
}
.remote-maintenance-icon-accent {
    content: url("../img/icons/abos/remote-maintenance-icon-accent.svg");
    margin: auto;
}
.door-call-history-icon-accent {
    content: url("../img/icons/abos/door-call-history-icon-accent.svg");
    margin: auto;
}
.smart-sharing-icon-accent {
    content: url("../img/icons/abos/smart-sharing-icon-accent.svg");
    margin: auto;
}
.third-party-icon-accent {
    content: url("../img/icons/abos/third-party-icon-accent.svg");
    margin: auto;
}
.remote-access-icon-accent {
    content: url("../img/icons/abos/remote-access-icon-accent.svg");
    margin: auto;
}
.people-icon {
    content: url("../img/icons/abos/people-icon.svg");
    margin: auto;
}
.house-check {
    content: url("../img/icons/abos/house-check-icon.svg");
    margin: auto;
}
.cloud-accent {
    content: url("../img/icons/abos/cloud-accent.svg");
    margin: auto;
}
.contract-accent {
    content: url("../img/icons/abos/contract-icon.svg");
    margin: auto;
}
.remote-event-history-storage-icon-accent {
    content: url("../img/icons/abos/remote-event-history-storage-icon-accent.svg");
    margin: auto;
}
.subscription-icon-accent {
    content: url("../img/icons/abos/subscription-icon-accent.svg");
    margin: auto;
}
.health-icon-accent {
    content: url("../img/icons/abos/health-icon-accent.svg");
    margin: auto;
}
.remote-event-history-storage-icon-accent {
    content: url("../img/icons/abos/remote-event-history-storage-icon-accent.svg");
    margin: auto;
}

.hide-icon {
    margin-left: -40px;
    cursor: pointer;
    float: right;
    position: relative;
}
.hide-icon::before {
    content: url("../img/icons/hide.svg");
    margin: auto;
    display: inline-block;
    margin-right: 10px;
    margin-top: 12px;
}
.view-icon {
    margin-left: -40px;
    cursor: pointer;
    float: right;
    position: relative;
}
.view-icon::before {
    content: url("../img/icons/view.svg");
    margin: auto;
    display: inline-block;
    margin-right: 10px;
    margin-top: 14px;
}

.login-features {
    padding-top: 50px;
}
.login-features-headline {
    font-weight: bold;
    text-align: center;
}

.q-arrow-link::before {
    position: absolute;
    left: 10px;
    content: "";
    font-family: icon-font;
    font-weight: 400;
    font-size: 180%;
    line-height: 0.5;
    color: inherit;
}
.q-arrow-link {
    position: relative;
    display: flex;
    color: #FF000F;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 13.8px 20px 12.42px 20px;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0;
    padding-left: 40px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: all 0.15s ease-out;
}
.login.subscription-page-subscriptions {
    padding: 0;
}
.login.q-sub-white {
    height: 120px;
    font-size: 45px;
    margin-top: 0;
}
.login.q-sub-blue {
    height: 120px;
    font-size: 3rem;
}
.login.q-container {
    max-width: 85%;
}
.login img {
    margin: 0 !important;
    padding-bottom: 5%;
}
.down-icon {
    transform: rotate(90deg);
    margin-left: -20%;
    margin-top: -8%;
}
.third-party-detail .q-sub-checkmark {
    height: 30px;
    width: 18px;
    border-bottom: 5px solid #000000;
    border-right: 5px solid #000000;
}
.description .q-sub-plan-row.third-party-detail {
    padding-top: 17%;
}

.q-display-inline {
    display: inline;
}

.subscription-page-subscriptions .description {
    padding-left: 0;
}

.q-sub-plan-row .subscription-detail {
    margin-top: 10%;
}

.license-label {
    content: '';
    font-weight: bold;
}
.license-label::after {
    content: '_';
    color: #FF000F;
    font-size: 1rem;
}
.license-label.sems::after {
    color: var(--bje-smart-engery-1) !important;
}
.q-responsive-embed-youtube .close {
    margin-left: 101%;
    position: absolute;
    color: #FF000F;
    font-size: 4rem;
    font-weight: 100;
    line-height: 0.4;
    text-shadow: none;
    opacity: 1;
}

.installer-mobile .col-12 {
    padding: 0;
}

.q-teaser-image.clienticon {
    height: 170px!important;
    overflow: unset;
    width: 60%;
}

.q-mb-medium {
    margin-bottom: 80px;
}

.q-teaser-image.clienticon img {
    box-shadow: -2px 6px 12px 0px #00000040;
    border-radius: 30px;
    margin-left: 5px;
    min-width: 115px;
    max-width: 165px;
}

.q-teaser p {
    font-size: 14px;
}

.client-overlay-link {
    font-size: 16px;
}
.new-installation {
    border-radius: 18px;
    color: #DBDBDB;
    box-shadow: -2px 6px 12px 0px #00000040;
    width: 60%!important;
    height: 170px!important;
}

.not-covered {
    background-color: #f4f4f4;
}

.not-covered h3{
    color: #000000;
}

.oap-tag {
    font-weight: bold;
}
.oap-tag::after {
    content: '_';
    font-weight: bold;
    color: #FF000F;
}

.energy .oap-tag::after {
    color: var(--bje-smart-engery-1) !important;
}

.systemoverview-active-clients h3 {
    color: #000000;
}

.systemoverview-active-clients {
    border: 1px solid #000000;
    padding: 30px;
}

.q-teaser-image.clienticon {
    height: 170px!important;
    overflow: unset;
    width: 60%;
}

.q-mb-medium {
    margin-bottom: 80px;
}

.q-teaser-image.clienticon img {
    box-shadow: -2px 6px 12px 0px #00000040;
    border-radius: 30px;
    margin-left: 5px;
    min-width: 115px;
    max-width: 165px;
}

#installations .q-teaser-image.clienticon img {
    min-width: 70px;
    max-width: 70px;
    border-radius: 10px;
}
#installations .q-teaser-image.clienticon {
    min-height: 80px!important;
    height: 80px!important;
}
#installations .q-teaser .q-teaser-image {
    height: 70px!important;
    width: 70px!important;
}

.new-installation {
    border-radius: 15px;
    color: #DBDBDB;
    box-shadow: -2px 6px 12px 0px #00000040;
    width: 60%!important;
    height: 170px!important;
}

.q-mt-medium-s {
    margin-top: 60px;
}

.q-mt-large-no-mobile {
    margin-top: 0px;
}
.q-mt-large {
    margin-top: 150px;
}
.q-mt-large-with-leiste {
    margin-top: 44px;
}

.gray-header .container {
    margin-top: 30px;
}


.installer h1.q-headline {
    font-size: 40px;
}

.installer h1 {
    display: block;
}

@media screen and (min-width: 768px) {
    .q-mt-large-no-mobile {
        margin-top: 150px;
    }
}

@media screen and (min-width: 1368px) {
    .q-mt-large-with-leiste {
        margin-top: 88px;
    }
}

.abo-head-small h2.abo {
    font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
    .gray-header .container {
        margin-top: 150px;
    }
    .gray-header {
        height: 292px;
    }
}
@media screen and (max-width: 768px) {
    .gray-header .container {
        margin-top: 20px;
    }
    .gray-header {
        height: 104px;
    }
    .installer h1 {
        display: none;
    }

    .installer.connected h1 {
        display: block;
    }
    #navbarNav ul.language-picker li a {
        padding: 1rem !important;
    }
}
  
@media screen and (max-width: 980px) {
    .q-mt-large {
        margin-top: 50px;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    .q-mt-large-no-mobile {
        margin-top: 50px;
    }
}

.q-sub-plan-row.detail {
    font-weight: bold;
    font-size: 1rem;
    padding-top: 13%;
    padding-bottom: 25%;
    text-align: left;
}
.login.q-sub-white span:after{
    content: '_';
    color: #FF000F;
}
.q-sub-plan-row.q-sub-white .tag:after{
    content: '_';
    color: #FF000F;
}
.services-app-icon {
    width: 140px;
    border-radius: 18px;
    Box-shadow: -2px 6px 12px 0px #00000040;
}
.q-sub-blue .col-md-3 {
    padding: 0;
}
.q-sub-blue .features span {
    font-size: 1rem;
    color: #FFFFFF;
}
.q-sub-white .features span {
    font-size: 1rem;
    color: #000000;
}
.q-sub-plan-row.q-sub-white {
    border-bottom: 3px solid #00000030;
}
.q-sub-plan-row.q-sub-blue .features {
    margin-top: 12%;
}
.q-sub-plan-row.q-sub-white .features {
    margin-top: 10%;
}
.q-sub-plan-row.large {
    height: 210px;
}
.q-sub-plan-row.large .row {
    align-items: center;
    display: inline-flex;
}
.hardware-count {
    font-size: 1.7rem;
    margin-bottom: -.4rem;
}

.q-sub-plan-row.large .subscription-detail {
    margin-top: 5%
}
.covered .features {
    font-size: 0.9rem;
}
.covered .q-sub-checkmark {
    transform: rotate(45deg);
    height: 18px;
    width: 10px;
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    margin-right: 6px;
}

.q-free-plan-label {
    color: #000000;
    border: 2px solid #000000;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: clamp(.7rem, 2.5vw, 1rem);
    white-space: nowrap;
}

.q-free-plan-label.button {
    text-decoration: none;
    color: #c3c3c3 !important;
    background-color: #FFFFFF;
    border: none;
    font-weight: 700;
}

.q-free-plan-label span {
    vertical-align: middle;
    color: #000000;
    text-decoration: none;
}

.q-free-plan-label.button:hover .free {
    color: #FFFFFF;
}
.q-free-plan-label .free {
    color: #FF000F;
}

.q-free-plan-label.button:hover ~ .q-free-plan-label .free {
    text-decoration: none;
    background-color: #FF000F;
    color: white !important;
}

.q-free-plan-label.button:hover ~ .q-free-plan-label span {
    text-decoration: none;
    background-color: #FF000F;
    color: white;
}

.q-free-plan-label.button:hover {
    text-decoration: none;
    background-color: #FF000F;
    color: white !important;
    border: 1px solid;
}

.q-sub-white .q-free-plan-label {
    color: #000000;
    border: none;
    padding: 0;
    margin-top: 30px;
    position: absolute;
    left: 20px;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    hyphens: none;
    height: fit-content;
    font-size: clamp(.7rem, 2.5vw, 1rem);
}
.q-free-plan-label span {
    vertical-align: middle;
}

.q-add .q-add-icon {
    height: 18px;
    width: 18px;
    margin-bottom: 10px;
}

.q-add-item {
    margin-top: 30px;
    padding-top: 30px;
}
.q-add-item .q-add.item {
    padding: 40px 0;
}
.q-add-item .q-add.item .q-add-icon {
    height: 25px;
    width: 25px;
    margin-bottom: 0;
}

.q-subscription-toggle .toggle.btn.btn-primary {
    width: 200px!important;
    height: 40px!important;
}
.q-subscription-toggle .toggle-on {
    line-height: 24px;
}
.q-subscription-toggle .toggle-off {
    left: 41%;
}
.q-subscription-toggle .toggle-handle.btn.btn-default {
    left: 3%;
}
.q-subscription-toggle .toggle-off.btn {
    padding-left: 65px;
}
.q-subscription-toggle .toggle {
    margin-left: 0;
    margin-right: 0;
}
.grey-bar {
    background-color: #F2F2F2;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    padding-left: 65%;
}
.q-container.navigation-meta-list {
    width: 70%;
}
header#page-nav .header-content .header-navigation .current.nav-item {
    border-bottom: 3px solid #FF000F;
}

@media screen and (max-width: 670px) {
    .red-iot-bubble-mini {
        margin-left: 5rem!important;
        padding: 7%;
    }
    .red-iot-bubble {
        padding: 20px;
        font-size: 6px;
        height: 45px;
        width: 45px;
    }
    .red-iot-bubble-big {
        margin-left: 12rem!important;
    }
    .q-teaser p {
        font-size: 10px;
    }
    .bg-installer .container .row {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .bg-installer .container .row {
        display: none;
    }
    .q-free-plan-label {
        padding: 10px 15px;
    }
    .smart-energy-table .col-one-abo .expand-cause-hide,
    .smart-energy-table .col-plus-abo .expand-cause-hide {
            margin-top: calc(.79rem - 1px) !important;
    }

    .smart-energy-table .abo-table-header .row {
        border-top: 2px solid transparent;
    }

    .smart-energy-table .col-one-abo .blank.hide,
    .smart-energy-table .col-plus-abo .blank.hide {
        margin-bottom: calc(1rem + 5px);
    }
}

.message-link.installerportal {
    text-transform: uppercase;
    font-weight: 500 !important;
}

header#page-nav .header-content .header-navigation .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
}
header#page-nav .header-content .header-navigation .current.nav-item .nav-link:hover {
    border-bottom: 3px solid transparent;
}

.q-overlay-frame {
    width: 100%;
    height: 100%;
    border: none;
}

#informationen .q-blue-box-header {
    font-size: 2rem;
    color: #000000;
}

.q-blue-box {
    background-color: #000000;
}
.q-blue-box h1 {
    color: white;
    display: flex;
    flex-direction: column;
}
.q-blue-box h1::after {
    content: "–";
}

/* Clienticons AKTIV */
.clienticon-no-img-active {
    content: url("../img/clienticon/active/default_app_abb.jpg");
}
.clienticon-freeathome-active {
    content: url("../img/clienticon/active/freeathome_client_abb.jpg");
}
.clienticon-freeathome-app-active {
    content: url("../img/clienticon/active/freeathome_app_abb.jpg");
}
.clienticon-freeathomeflex-app-active {
    content: url("../img/clienticon/active/freeathomeflex_app_abb.jpg");
}
.clienticon-welcome-active {
    content: url("../img/clienticon/active/welcome_client_abb.jpg");
}
.clienticon-welcome-app-active {
    content: url("../img/clienticon/active/welcome_app_abb.png");
}
.clienticon-voicecontrol-active {
    content: url("../img/clienticon/active/voicecontrol_client_abb.jpg");
}
.clienticon-controltouch-active {
    content: url("../img/clienticon/active/controltouch_client_abb.png");
}
.clienticon-comfortpanel-active {
    content: url("../img/clienticon/active/comfortpanel_client_abb.jpg");
}
.clienticon-globalip-active {
    content: url("../img/clienticon/active/globalip_client_abb.jpg");
}
.clienticon-globalip-app-active {
    content: url("../img/clienticon/active/globalip_app_abb.png");
}
.clienticon-iot-dashboard-active {
    content: url("../img/clienticon/active/iot-dashboard_client_abb.jpg");
}
.clienticon-knx-gw-active {
    content: url("../img/clienticon/active/knx-gw_client_abb.jpg");
}
.clienticon-knx-gw-app-active {
    content: url("../img/clienticon/active/knx-gw_app_abb.jpg");
}
.clienticon-caterpillar-active {
    content: url("../img/clienticon/active/default_app_abb.jpg");
}
.clienticon-presence-detector-app-active {
    content: url("../img/clienticon/active/default_app_abb.jpg");
}
.clienticon-knx-security-panel-app-active {
    content: url("../img/clienticon/active/default_app_abb.jpg");
}
.clienticon-sems-active {
    content: url("../img/clienticon/active/sems_client_abb.png");
}

/* Clienticons DEAKTIVIERT */
.clienticon-no-img-deactive {
    content: url("../img/clienticon/deactive/default_app_abb.jpg");
}
.clienticon-freeathome-deactive {
    content: url("../img/clienticon/deactive/freeathome_client_abb.jpg");
}
.clienticon-sems-deactive {
    content: url("../img/clienticon/deactive/sems_client_abb.png");
}
.clienticon-freeathome-app-deactive {
    content: url("../img/clienticon/deactive/freeathome_app_abb.jpg");
}
.clienticon-freeathomeflex-app-deactive {
    content: url("../img/clienticon/deactive/freeathomeflex_app_abb.jpg");
}
.clienticon-welcome-deactive {
    content: url("../img/clienticon/deactive/welcome_client_abb.jpg");
}
.clienticon-welcome-app-deactive {
    content: url("../img/clienticon/deactive/welcome_app_abb.png");
}
.clienticon-voicecontrol-deactive {
    content: url("../img/clienticon/deactive/voicecontrol_client_abb.jpg");
}
.clienticon-controltouch-deactive {
    content: url("../img/clienticon/deactive/controltouch_client_abb.png");
}
.clienticon-comfortpanel-deactive {
    content: url("../img/clienticon/deactive/comfortpanel_client_abb.jpg");
}
.clienticon-globalip-deactive {
    content: url("../img/clienticon/deactive/globalip_client_abb.jpg");
}
.clienticon-globalip-app-deactive {
    content: url("../img/clienticon/deactive/globalip_app_abb.png");
}
.clienticon-iot-dashboard-deactive {
    content: url("../img/clienticon/deactive/iot-dashboard_client_abb.jpg");
}
.clienticon-knx-gw-deactive {
    content: url("../img/clienticon/deactive/knx-gw_client_abb.jpg");
}
.clienticon-knx-gw-app-deactive {
    content: url("../img/clienticon/deactive/knx-gw_app_abb.jpg");
}
.clienticon-caterpillar-deactive {
    content: url("../img/clienticon/deactive/default_app_abb.jpg");
}
.clienticon-presence-detector-app-deactive {
    content: url("../img/clienticon/deactive/default_app_abb.jpg");
}
.clienticon-knx-security-panel-app-deactive {
    content: url("../img/clienticon/deactive/default_app_abb.jpg");
}

.q-add-icon {
    content: url("../img/icons/plus.svg");
}

.upper-purchase {
    position: absolute;
    bottom: 5%;
    right: 25%;
    left: auto;
}

@media screen and (max-width: 980px) {
    .q-mt-medium {
        margin-top: 50px;
    }
}



/* Matthias responsive */

.panel-extensions .panel-heading {
    border-bottom: 2px dashed #848484;
    padding: 1.4em 0px;
    cursor: pointer;
}

.panel-extensions .q-btn-checked {
    margin-bottom: 1em;
    border-radius: 0px;
    border: 2px solid #000 !important;
    text-decoration: none;
    color: black !important;
}

.panel-extensions .q-btn-checked:hover {
    background-color:#ebebeb;
}

.panel-extensions .q-btn-checked:hover:after {
    content: url("../img/icons/check.svg");
}

.panel-extensions .q-btn-checked, .panel-extensions .panel-body a {
    font-size: 15px;
    width: fit-content;
}

.q-btn-black {
    background-color: black;
    color: white;
}

.q-btn-black:hover {
    background-color: black;
    color: rgb(212, 212, 212);
}

.panel-extensions .panel-title {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 0px;
}

.panel-extensions .panel-heading[aria-expanded|="false"] h4::before {
    content: url("../img/icons/plus.svg");
    height: 24px;
    margin-right: 2rem;
}

.panel-extensions .panel-heading[aria-expanded|="true"] h4::before {
    content: url("../img/icons/minus.svg");
    margin-right: 2rem;
    height: 15px;
    align-items: center;
    display: flex;
    margin-bottom: auto;
}

.q-accordion-card .accordion-toggle[aria-expanded|="false"] .accordion-title::before {
    content: url("../img/icons/plus.svg");
    height: 24px;
    margin-right: 2rem;
}

.q-accordion-card .accordion-toggle[aria-expanded|="true"] .accordion-title::before {
    content: url("../img/icons/minus.svg");
    margin-right: 2rem;
    height: 15px;
    align-items: center;
    display: flex;
    margin-bottom: auto;
}
.q-accordion .q-accordion-card .q-accordion-card-header .accordion-toggle .accordion-title {
    font-size: 1.4rem;
    margin-right: 15px;
    font-family: ABBvoice;
}
.accordion-title {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.accordion-title div {
    flex-grow: 1;
}
.accordion-title div.mr-5 {
    flex-grow: 1;
    margin-right: 5rem !important;
}

.star-info {
    text-align: center;
    margin-top: 2rem;
    font-family: ABBvoice-Light;
}

.want-to-add h6 {
    font-family: ABBvoice;
}
.want-to-add h6, .want-to-add a{
    font-size: 14px;
}

/* Bootstrap Navbar */

.installerportal {
    text-transform: uppercase;
}

#notification-count {
    color: #ff000f;
    position: absolute;
    font-size: 13px;
}

.navbar .navbar-nav .nav-link {
    justify-content: left;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    word-break: keep-all;
    text-wrap: wrap;
    line-height: 1.6;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #f0f0f0;
}

@media screen and (max-width: 1200px) {
    .feature-toggle {
        cursor: pointer;
    }
}

@media screen and (min-width: 992px) {
    .navbar-header {
        width: auto;
    }

    .language-selection-link:hover {
        background-color: #f0f0f0;
    }

    .navbar .navbar-nav .nav-link {
        justify-content: center;
        font-size: 14px;
    }
}


@media screen and (min-width: 1200px) {
    .navbar .navbar-nav .nav-link {
        font-size: 12px;
    }
    
    .navbar .navbar-nav:not(.navbar-right) .nav-link:hover {
        color: black;
    }

    .navbar-nav li {
        height: 5rem;
    }
}

@media screen and (min-width: 1400px) {
    .navbar .navbar-nav .nav-link {
        font-size: 14px;
    }
}
@media screen and (min-width: 1600px) {
    .navbar-nav li {
        height: 4.5rem;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
}

/* plan-card */
.thumbnail.plan-card h5 {
    font-family: ABBvoice;
}
.thumbnail p {
    font-size: clamp(1rem, .8vw, 1.2rem);
}

.thumbnail.plan-card .imgContainer{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 30%;
}

.thumbnail.plan-card .caption{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 70%;
    hyphens: none;
}

.thumbnail.plan-card .imgContainer {
    height: min-content;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}

.thumbnail.plan-card .imgContainer img {
    width: 100%;
    max-height: 340px;
}
.thumbnail.plan-card a {
    font-family: ABBvoice;
}

/* app-card */
.thumbnail.app-card h5 {
    font-family: ABBvoice;
}

.thumbnail.app-card.deactive  .imgContainer {
    filter: grayscale(1) brightness(1.4);
}
div[name="sems-gateway-enduser"] .thumbnail.app-card.deactive .imgContainer {
    filter: unset !important;
}

.apps .thumbnail.app-card .imgContainer{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 135px;
}

.thumbnail.app-card .imgContainer{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 70px;
}

.thumbnail.app-card .caption{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 80%;
    hyphens: none;
    overflow: auto;
}
.caption.fix-overflow {
    overflow: visible !important;
}
.apps .thumbnail.app-card .caption {
    flex-basis: 65%;
}
.thumbnail.app-card .caption p{
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.thumbnail.app-card .imgContainer {
    height: min-content;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    width: 70%;
}

.thumbnail.app-card .imgContainer img {
    border-radius: 15px;
    width: 100%;
    box-shadow: -2px 6px 12px rgba(0, 0, 0, 0.25);
}

.apps .thumbnail.app-card .imgContainer img {
    border-radius: 10px;
    width: 100%;
    box-shadow: -2px 6px 12px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 576px) {
    .thumbnail.app-card .imgContainer img {
        border-radius: 17px;
    }
    .apps .thumbnail.app-card .imgContainer img {
        border-radius: 10px;
    }
}

.thumbnail.app-card .imgContainer img[href] {
    cursor: pointer;
}
.thumbnail.app-card a {
    font-family: ABBvoice;
}

/* Plans */

.abo {
    font-family: ABBvoice;
    color: black;
}
.abo::after {
    color: #ff000f;
    content: "_";
}
.abo-white {
    font-family: ABBvoice;
    color: white;
}
.abo-white::after {
    color: white;
    content: "_";
}

.abo.large, .abo-white.large {
    font-size: clamp(4rem, 5vw, 7rem);
}

.swiper-slide.abo-head {
    min-height: auto;
}

.swiper.swiper-default .swiper-pagination-bullet {
    background-color: #000000;
    opacity: 1;
}

.snapshots .swiper.swiper-default .swiper-pagination-bullet {
    background-color: #FF000F;
}

.swiper.swiper-default .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 100px;
}

.swiper-pagination {
    position: inherit;
}

.snapshots .swiper-pagination {
    position: relative;
    margin-top: -20px;
    z-index: 2;
}

.abo-head-small h2 {
    font-size: clamp(2rem, 5vw, 4rem);
}

.abo-head-one  {
    background-color: white;
}

.abo-head-one.border {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #EBEBEB !important;
}

.abo-head-plus .q-btn-primary {
    background-color: #000;
    color: white !important;
    border: 3px solid black;
}

.abo-head-plus .q-btn-primary:hover {
    background-color: #000 !important;
    border: 3px solid white !important;
}

.abo-head-plus.border {
    border:none !important;
    border-bottom: 2px solid var(--abb-primary) !important;
}

.abo-head-plus p span {
    color: #000000;
    font-family: ABBvoice;
    font-weight: 400;
}

.abo-head-one p span {
    color: #000000;
}

.thirdparty .company-name {
    font-size: 2rem;
}

.address {
    display: flex;
    flex-direction: column;
}

.address div {
    display: flex;
}
.address p {
    margin-left: 1em;
    display: flex;
    margin-bottom: 1px;
}

.address *::before {
    margin-right: 1em;
}

.address .home::before {
    content: url("data:image/svg+xml, %3Csvg width='19px' height='19px' viewBox='0 0 19 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Relaunch-2022' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='screen-My-Installer' transform='translate(-1052.000000, -362.000000)' fill='%230F0F0F' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(750.000000, 280.000000)'%3E%3Cg id='Vector' transform='translate(302.000000, 82.000000)'%3E%3Cpolygon id='Path' points='9.5 0 1.35714286 8.19714286 0 9.5475 1.35714286 10.8978571 1.35714286 19 6.78571429 19 6.78571429 12.2482143 12.2142857 12.2482143 12.2142857 19 17.6428571 19 17.6428571 10.8978571 19 9.5475'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.address .mail::before {
    content: url("data:image/svg+xml, %3Csvg width='19px' height='15px' viewBox='0 0 19 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Relaunch-2022' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='screen-My-Installer' transform='translate(-1052.000000, -457.000000)' fill='%230F0F0F' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(750.000000, 280.000000)'%3E%3Cg id='Vector' transform='translate(302.000000, 177.000000)'%3E%3Cpath d='M0,0 L0,12.2142857 C0,12.934155 0.285969,13.6244929 0.794995286,14.1335571 C1.30402293,14.6426214 1.99441643,14.9285714 2.71428571,14.9285714 L16.2857143,14.9285714 C17.0055429,14.9285714 17.6959214,14.6426214 18.2049857,14.1335571 C18.71405,13.6244929 19,12.934155 19,12.2142857 L19,0 L0,0 Z M17.7242857,6.03928571 L9.5,9.26928571 L1.27571429,6.02571429 L1.27571429,3.10785714 L9.5,6.35142857 L17.7242857,3.12142857 L17.7242857,6.03928571 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.address .phone::before {
    content: url("data:image/svg+xml, %3Csvg width='17px' height='18px' viewBox='0 0 17 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Relaunch-2022' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='screen-My-Installer' transform='translate(-1052.000000, -483.000000)' fill='%230F0F0F' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(750.000000, 280.000000)'%3E%3Cg id='Vector' transform='translate(302.000000, 203.928571)'%3E%3Cpath d='M11.3723807,17.0095275 C9.77715033,17.0010231 8.2494876,16.3644675 7.1201718,15.2377738 L1.73404057,9.92258364 C0.622449389,8.78630839 -2.06539383e-16,7.2599355 -2.06539383e-16,5.67037478 C-2.06539383e-16,4.08079989 0.622449389,2.55442699 1.73404057,1.41816592 L2.79709278,0.213366317 C2.86777867,0.144432342 2.9513771,0.090111366 3.04308307,0.0535113286 C3.13478904,0.016911433 3.23281663,-0.00124966597 3.33155292,-5.90112523e-17 C3.43028921,0.00138321529 3.52779236,0.02215143 3.61849197,0.0611835891 C3.70919159,0.100215606 3.79130174,0.156745321 3.860145,0.227540347 L6.53903658,2.83556887 C6.67451196,2.98221338 6.74974771,3.17452661 6.74974771,3.37418199 C6.74974771,3.5738232 6.67451196,3.76613643 6.53903658,3.91279512 L4.39875812,6.12394372 L10.8195935,12.5447791 L12.959872,10.4045006 C13.1026186,10.2716049 13.2893048,10.1959156 13.4843111,10.191876 C13.5917644,10.1858521 13.6992602,10.2029743 13.7995273,10.2421088 C13.8997944,10.2812291 13.9904798,10.3414404 14.0654463,10.4186747 L16.7585686,13.0975663 C16.8283048,13.1673308 16.8837253,13.2501922 16.9215699,13.3413879 C16.9594146,13.4325978 16.978833,13.5303561 16.978833,13.6290924 C16.978833,13.7278145 16.9594146,13.8255869 16.9215699,13.9167826 C16.8837253,14.0079925 16.8283048,14.0908397 16.7585686,14.1606185 L15.6955164,15.2377738 C15.1377683,15.7969393 14.4749907,16.2401612 13.7451132,16.5417846 C13.0152924,16.8435497 12.2329569,16.9976214 11.4432508,16.9953535 L11.3723807,17.0095275 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.company-logo {
    width: 100%;
    border-radius: 1000px;
    aspect-ratio: 1;
}


.abo-table-switch .btn-primary{
    background-color: var(--abb-primary);
    border-color: var(--abb-primary);
}

.abo-table-switch .btn-light{
    background-color: white;
    border: 1px solid #BEBEBE;
}

/* custom-utility-classes */

.fit-content-all {
    height: fit-content;
    width: fit-content;
}

.text-black {
    color: black !important;
}

.primary-border-1 {
    border: 1px solid #000000;
}

.checkmark {
    hyphens: none;
    display: flex;
    align-items: center;
}

.border-gray {
    border: 1px solid #DBDBDB;
}

.feature {
    display: flex;
}

.feature::before {
    min-width: 27px;
    min-height: 18px;
    margin-right: .5em;
    margin-top: .2em;
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 27 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPath%3C/title%3E%3Cg id='Relaunch-2022' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Systemueberblick-ONE_5' transform='translate(-444.000000, -478.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='Group-8' transform='translate(248.826082, 469.000000)'%3E%3Cg id='Group-5' transform='translate(196.000000, 8.000000)'%3E%3Cpolygon id='Path' points='1.99652438 7.29712458 0 9.33295258 9.00130336 18.5114558 10.9978277 18.5114558 26 3.21395045 24.0034756 1.17812245 9.99956555 15.4577138'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

h5.feature {
    display: flex;
    align-items: center;
    font-size: clamp(1.2rem, 2.5vw, 1rem);
    font-family: ABBvoice;
}

h5.feature::before {
    width: 36px;
    height: 36px;
    display: block;
    margin-top: 6px;
}

.text-bold {
    font-family: ABBvoice !important;
    font-weight: 700;
}

.text-regular {
    font-family: ABBvoice !important;
}

.text-black {
    color: black;
}

.text-bje {
    color: #000000 !important;
}

.app-list :not(:last-child) {
    margin-bottom: 1.4em;
}

.bg-gray {
    background-color: #f4f4f4;
}

.bg-lgrey {
    background-color: #ebebeb;
}

.abo-leiste {
    min-height: 62px;
}

.abo-leiste a {
    font-size: 14px;
    color: #696969;
}
.abo-leiste .sems-icon {
    margin-bottom: 0;
    margin-right: 10px;
    height: 20px;
}
.abo-leiste .tinyhouse-icon {
    margin-bottom: 0;
    margin-right: 10px;
    height: 20px;
}
.abo-leiste .oap-tag {
    height: 20px !important;
}

.h-fit-content {
    height: fit-content !important;
}

.w-fit-content {
    width: fit-content !important;
}

.w-100-mobil {
    width: 100% !important;
}

.custom-collapse {
    transform: rotate(180deg);
}

.close-modal-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
    z-index: 2000;
}


@media screen and (min-width: 768px) {
    .w-100-mobil {
        width: fit-content !important;
    }
}

.white-space-no-wrap {
    white-space: nowrap;
}

.hyphens-none {
    hyphens: none !important;
}

.bje-shadow {
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.16);
}

.fliesstext {
    font-size: clamp(1rem, 1.5vw, 1.2rem) !important;
    hyphens: none;
}

/* Bootstrap Utility */

.btn {
    hyphens: none;
}

.bg-primary {
    background-color: #000000 !important;
}

.checkbox label .toggle, .checkbox-inline .toggle {
    margin-left: 0px;
}
.calculated-price {
    font-weight: 700 !important;
}
/* Screen Width */

.container {
    padding-right: 1rem;
    padding-left: 1rem;
}
@media screen and (min-width: 768px) {
    .container {
        max-width: 800px;
    }
}
@media screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (min-width: 1800px) {
    .container {
        max-width: 1300px;
    }
}
@media screen and (min-width: 2000px) {
    .container {
        max-width: 1600px;
    }
    .psp-steps::before {
        left: 8rem;
    }
    .psp-steps .psp-step-card {
        margin-right: 2rem;
    }
}

/* Abo-Table */

.abo-header {
    height: 25vh;
    position: absolute;
    width: 100vw;
    background-color: #f4f4f4;
}

.col-one-abo .col-12:not(:first-child), .col-plus-abo .col-12:not(:first-child) {
    background-color: white;
}

.col-one-abo > :first-child {
    background-color: white;
    border-radius: 6px 6px 0px 0px;
}

.col-plus-abo > :first-child {
    background-color: #FF000F;

}

.col-one-abo, .col-plus-abo {
    box-shadow: 0px 8px 16px -4px rgba(110, 110, 110, 0.30);
    border: 2px solid;

}

.col-one-abo {
    border-color: #EBEBEB;
}

.psp .col-one-abo {
    border: none !important;
}

.psp .abo-head-one.border {
    border: none !important;
}

.psp-step-headline, .login.psp .q-headline.stroke-short-solid {
    font-family: ABBvoice-Regular;
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: black;
}
.psp-step-headline:after, .login.psp .q-headline.stroke-short-solid:after {
    color: black;
}
.q-red-box-body {
    border-radius: 8px;
}
.extra-login .login-form label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.extra-login-box {
    position: relative;
    z-index: 10;
}
.login-form a {
    color: black !important;
    text-decoration: underline;
}
.login-form .view-icon::before {
    content: url('../img/icons/view-grey.svg');
}
.q-hero-section.extra-login.installer.login {
    position: relative;
    background-image: url('../img/psp-background.png');
    background-position-y: center;
}
.q-hero-section.extra-login.installer.login:after {
    content:"";
    z-index: 0;
    display: flex;
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(90deg, rgba(0, 40, 57, 0.3) 14.02%, rgba(0, 0, 0, 0) 66.5%);
}

.login-form .form-input {
    border: 2px solid #DBDBDB;
    border-radius: 8px;
}
.psp-steps .psp-step-card {
    box-shadow: 0px 10px 18px 0px #00000040;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.psp-steps .text {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;

}
.psp-steps .psp-step {
    border: 4px solid #000000;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    color: #000000;
    background-color: #FFFFFF;
    margin-top: -60px;
}

.psp-steps .psp-step.step-1 {
    color: var(--abb-primary);
    border-color: var(--abb-primary);
}
.psp-steps .psp-step.happy-guy-icon {
    background-color: #000000;
    border: none;
    padding-top: 10px;
}


.col-plus-abo {
    border-color: var(--abb-primary);
}

.houses {
    height:200px;
    hyphens: none;
}
.remotemaintenance {
    height:160px;
    hyphens: none;
}

.third-party {
    height: 255px;
    hyphens: none;
}

.doorcall {
    height:205px;
    hyphens: none;
}

.smartsharing {
    height: 150px;
}

.smartsharing li, .doorcall li, .remotemaintenance li {
    list-style: none;
}

.psp .remotemaintenance li {
    list-style: none;
}
.psp .remotemaintenance .list li {
    list-style-type: disc;
}
.psp .remotemaintenance .list {
    margin-left: 1rem;
}

.q-mb-large {
    margin-bottom: 150px;
}


.abo-table-mobile {
    hyphens: none;
    font-family: ABBvoice;
    text-align: center;
    width: auto;
}
.abo-table-mobile-small .col-6 {
    font-family: ABBvoice !important;
    hyphens: none !important;
}

.abo-table-mobile h2.abo {
    font-size: 2.4em;
}


.abo-table-mobile .row .col-12 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.abo-table > .row > :not(:last-child), .abo-table-psp > .row > :not(:last-child) {
    padding-right: 5px;
}


.abo-table-small .row .q-sub-plan-row {
    height: 100px !important;
}

.abo-table-small .col-md-4:not(:first-child){
    font-family: ABBvoice !important;
}

.abo-table > .row > :last-child, .abo-table-psp > .row > :last-child {
    padding-left: 5px;
}

.abo-table-small .col-md-4:first-child .q-sub-plan-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2em;
}

.abo-table-small .col-md-4:first-child img:not(.ml-2) {
    height: 80%;
    padding-bottom: 0px;
    margin-right: 1rem !important;
    max-width: 3rem;
}

.abo-table-switch {
    z-index: 10
}

.abo-head .icon-list {
    width: 100%;
}

.abo-head .icon-list div {
    width: 100%;
}
.abo-head.abo-head-one .icon-list > div {
    width: 25%;
}

.abo-table .license-plus-30, .abo-table .license-plus-30 form, .abo-table .license-plus-365, .abo-table .license-plus-365 form {
    position: absolute;
    height: 100%;
    width: 100%;
}

.q-sub-plan-row .toggle {
    z-index: 10;
}


.abo-table .license-plus-30 button, .abo-table .license-plus-365 button {
    position: absolute;
    bottom: -24px;
    max-height: 56px;
}

.abo-table .license-plus-30 a, .abo-table .license-plus-365 a {
    position: absolute;
    bottom: -28px;
    max-height: 56px;
}

.abo-head .icon-list div div{
    margin-bottom: 1em;
    width: 70%;
}

.abo-table-mobile .abo-table-switch .btn {
    font-size: 0.7rem;
    padding: 10px;
}
.abo-table-mobile .abo-table-switch button[type="submit"] span {
    font-size: 0.7rem;
}

.psp .abo-head-enterpise {
    background-color: #000000;
    border: none !important;
}
.psp .col-enterpise-abo .q-sub-plan-row li, .psp .col-enterpise-abo .q-sub-plan-row p {
    margin: auto !important;
    margin-bottom: 3rem !important;
}
.psp .col-enterpise-abo .q-sub-plan-row li, .psp .col-enterpise-abo .q-sub-plan-row p {
    font-size: 16px;
}
.psp .abo-head.abo-head-enterpise h2 {
    color: #FFFFFF;
}
.psp .table-spacer {
    background-color: #D8D8D8 !important;
    height: 33px;
    align-items: center;
    display: flex;
    padding-right: 0;
    color: #000000;
    font-weight: 700;
}
.psp .table-spacer.grey {
    background-color: #6E6E6E !important;
    color: #FFFFFF !important;
}

.psp .abo-table-psp .q-sub-plan-row {
    height: 80px !important;
    padding-right: 1.5rem;
}
.psp .abo-table-psp .abo-table-header .q-sub-plan-row.active {
    height: auto !important;
}
.psp .abo-table-psp .q-sub-plan-row.fah-pro-plus.de {
    height: 320px !important;
    border-bottom: none !important;
}
.psp .abo-table-psp .q-sub-plan-row.fah-pro-plus {
    height: 240px !important;
    border-bottom: none !important;
}
.psp .abo-table-psp .q-sub-plan-row.wip-pro-one, .psp .abo-table-psp .q-sub-plan-row.wip-pro-plus {
    height: 160px !important;
    border-bottom: none !important;
}

.psp .col-enterpise-abo .q-sub-plan-row {
    height: auto !important;
}
.login.psp .q-sub-plan-row .feature-toggle::after {
    content: url("../img/icons/arrow-down.svg") !important;
}
.login.psp .q-sub-plan-row.active .feature-toggle::after {
    content: url("../img/icons/arrow-down.svg") !important;
    transform: rotate(180deg);
}


.primary-section {
    background-color: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem 0px;
    padding: 2rem;
    flex-direction: column;
    color: white;
}

.primary-section .q-btn-secondary{
    color: #fff;
    background-color: #FF000F;
    border-color: #FF000F !important; 
}

.q-btn-secondary.red {
    border-color: #FF000F !important;
    color: #FF000F !important;
}
.q-btn-secondary.red:hover {
    border-color: #FF000F !important;
    color: #fff !important;
    background-color: #FF000F;
}

.primary-section .q-btn-secondary:hover {
    color: #fff !important;
    background-color: #bb2924 !important;
    border-color: #bb2924 !important;
    text-decoration: none;
    transition: none;
}

.primary-section h6 {
    font-size: 18px;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

.primary-section h6::before {
    content: "—";
    margin-bottom: 1rem;
}

.abo-table .license-plus-30 span, .abo-table .license-plus-365 span {
    font-size: 1.2rem;
}


.youtube-full-width {
    width: 100%;
    aspect-ratio: 16/9;
}
li.nav-item .mybje-panel:hover::before,
li.nav-item .nav-link:hover::before,
li.current.nav-item .nav-link::before {
    background-color: #FF000F;
    content: '';
    height: 2px;
    width: 100%;
    bottom: 0;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
}
.navbar-nav li {
    height: 4rem;
}
.navigation-meta-list.navbar-nav.nav-main .small a {
    color: #ff000f !important;
}
.navigation-meta-list.navbar-nav.nav-main .small a::before {
    content: '»';
    margin-right: 2px;
}
@media screen and (min-width: 1200px) {
    .primary-section {
        padding: 5rem 0px;
    }
}

@media screen and (max-width: 576px) {
    .swiper-slide.abo-head {
        aspect-ratio: 1 auto;
    }
    .fullscreen-only-mobile {
        background-color: white !important;
    }
}

.abo-leiste .subscription {
    width: max-content;
    max-width: fit-content;
}
.client-overlay {
     margin-top: 4.5rem !important;
}
@media screen and (max-width: 992px) {
    .abo-table .license-plus-30 span, .abo-table .license-plus-365 span {
        font-size: 1rem;
    }
    .abo-table .license-plus-30 span, .abo-table .license-plus-365 span {
        font-size: 1rem;
    }

    .abo-leiste .subscription {
        width: max-content;
        max-width: unset !important;
    }

    .abo-leiste .energy {
        order: 3;
    }
    .abo-leiste .plus {
        order: 2;
    }

    .q-sub-plan-row li {
        padding-bottom: 1rem !important;
        margin-top: 0 !important;
    }

    .smart-energy-header .sign {
        margin: 1rem 0 !important;
        padding: 1rem 2rem !important;
    }
    .abo-white, h3.abo {
        font-size: 0.8rem !important;
    }

    .q-sub-plan-row.block .row.align-items-center .col-10 {
        height: 50px !important;
    }


    .nav-main li.nav-item .nav-link:hover::before,
    .nav-main li.current.nav-item .nav-link::before {
        display: none !important;
    }

    header#page-nav ul.navbar-nav {
        max-width: 100vw;
    }
    #navbarNav.collapse, #navbarNav.collapsing {
        display: flex !important;
    }
    #navbarNav.collapse:not(.show) {
        display: none !important;
    }
    header#page-nav ul.navbar-nav .nav-notification-count {
        order: 1;
    }
    header#page-nav ul.navbar-nav .language-picker-toggle {
        order: 3;
    }
    header#page-nav ul.navbar-nav .portalLogin-loggedout {
        order: 2;
    }
    header#page-nav .navigation-meta-list .navigation-meta-item {
        width: auto;
    }
    header#page-nav .navbar {
        width: 100vw;
    }
    #navbarNav ul.nav-main li a {
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        font-family: 'ABBvoice';
        padding: 14px;
    }
    .collapse.navbar-collapse.header-navigation hr {
        width: 100vw;
        position: absolute;
        left: 0;
        height: 2px;
        color: #F0F0F0;
    }
    .psp-steps .psp-step-card {
        margin-left: .5rem;
        margin-right: .5rem;
    }
    .psp-steps::before {
        width: 82%;
        left: 3rem;
    }
    .q-sub-plan-row li, .q-sub-plan-row p.discount-price-period {
        font-size: 12px !important;
    }

}

@media screen and (min-width: 992px) {
    .bg-installer-desktop {
        height: 50vh
    }
}
@media screen and (min-width: 1200px) {
    .bg-installer-desktop {
        height: 50vh;
        background-position: top left !important;
    }
    .col-enterpise-abo {
        margin-top: 98px;
    }
}
@media screen and (max-width: 768px) {
    .q-sub-plan-row {
        font-size: 14px;
        height: 100px !important;
    }
    .abo-table-header {
        font-size: 14px;
    }
    .feature-title {
        padding: 0;
    }
    .abo-table-header .q-sub-plan-row .icon {
        display: none;
    }
    .psp .abo-table-psp .q-sub-plan-row {
        padding: 1rem;
        padding-left: 0.3rem;
    }
    .abo-column-enterprice {
        box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.16);
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .psp .abo-table-header {
        margin-top: 45px !important;
    }
}

@media screen and (max-width: 1200px) {
    .abo-head .icon-list div {
        width: 50% !important;
    }
    .q-btn-checked:after {
        height: 20px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 5px;
    }
    .psp-steps .psp-step-card {
        margin-right: .7rem;
    }
    .psp-steps::before {
        width: 82%;
        left: 3rem;
    }
}

.headline-with-button div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.headline-with-button .q-btn {
    min-width: fit-content;
    margin-left: 1.2em;
}

.bg-installer {
    background-image: url("../img/installer-mobile.jpg");
    padding-bottom: 30vh;
    background-size: cover;
    background-position: top right;
  }

.bg-installer-desktop {
    background-image: url("../img/installer.png");
    background-size: cover;
    background-position: left center;
}

.adress .mail.fliesstext {
    word-break: break-word;
}

.nav-bar-mobil {
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
}

@media screen and (min-width: 576px) {
    .bg-installer {
        padding-bottom: 35vh;
    }
    .login-background {
        background-size: cover;
        display: flex;
        align-items: flex-end;
        height: 750px;
        background-image: url("../img/login-background.jpg");
        background-attachment: right top;
    }
    .login-background .q-blue-box {
        transform: translateY(50px);
    }
}

@media screen and (max-width: 328px) {
    .mobile-icon {
        width: 1.5em !important;
        height: 1.5em !important;
    }
    .hardware-count {
        font-size: 1.2rem;
        margin-bottom: -1rem;
    }
    .abo-table-mobile .limits {
        font-size: 0.7rem;
    }
    .abo-table-mobile .remoteaccess {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 768px) {
    .col-one-abo {
        margin-top: 40px;
    }
    .thumbnail.plan-card .imgContainer {
        aspect-ratio: unset;
    }

    .bg-installer {
        background-image: none;
        padding-bottom: initial;
    }
    .abo-head-plus.border {
        border-bottom: 2px solid var(--abb-primary) !important;
    }
    .psp .abo-head-plus.border {
        border-bottom: none !important;
    }
    .smart-energy-table .abo-head-plus.border {
        border-bottom: none !important;
    } 
    .primary-section {
        padding: 3rem 0px;
    }
    .col-one-abo, .col-plus-abo {
        border: none;
    }
}

.q-hero-section.login {
    padding: 50px 0;
}
@media screen and (min-width: 1400px) {
    .q-hero-section.login {
        padding: 120px 0;
    }
}
/**We don't like reCAPTCHA to place its badge automatically on our site, as it's unpredictable and may clutter our layout. #}**/
.grecaptcha-badge { visibility: hidden; }
.cancellation .recaptcha-notice, .cancellation .recaptcha-notice a {
    color: #9b9b9b;
}
/**We don't like reCAPTCHA to place its badge automatically on our site, as it's unpredictable and may clutter our layout. #}**/
.grecaptcha-badge { visibility: hidden; }
.recaptcha-notice {
    font-size: 11px;
    margin-top: 10px;
}
.recaptcha-notice, .recaptcha-notice a {
    color: #FFFFFF;
}
.recaptcha-notice a {
    text-decoration: underline;
}

.radiomark {
    hyphens: none;
    display: flex;
    align-items: center;
}

label.required::after,
label.required.q-toggle span::after {
    content: ' *'
}
label.required.q-toggle::after,
label.required.q-toggle span.btn::after{
    content: ''
}

.form-group .q-toggle .errorBox {
    margin-top: 1rem;
}

form[name="login"] .errorBox {
    background: #FFE5E7;
    border: 2px solid #FF000F;
    color: #000000;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px !important;
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
    width: 100%;
    padding: 1rem;

    p {
        margin-bottom: 0;
        font-size: 16px !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        line-height: 1.45;
    }

    p::before {
        content: url("../img/icons/error-circle.svg");
        margin-right: 10px;
        margin-bottom: 3px;
        height: 22px;
        width: 22px;
    }
}

form[name="login"] .warningBox, .form .warningBox, .warningBox {
    background: #FFF8EB;
    border: 2px solid #FFA200;
    color: #000000;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px !important;
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
    width: 100%;
    padding: 1rem;

    p {
        margin-bottom: 0;
        font-size: 16px !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: start;
    }
    p::before {
        content: url("../img/icons/warning-circle.svg");
        margin-right: 10px;
        height: 22px;
        width: 22px;
    }
}

form[name="cancellation"] textarea {
    height: 75px;
    resize: none;
}

.cancellation .logo {
    content: url("../img/abb-logo.svg");
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.cancellation h4 {
    color: #000000;
}
.cancellation .custom-check-wrapper .checkmark {
    height: calc(1.5em + .75rem + 2px);
    width: calc(1.5em + .75rem + 2px);
}
.cancellation label.custom-check-wrapper {
    line-height: 35px;
}
.cancellation .custom-check-wrapper {
    padding-left: 55px;
    line-height: 2.3rem;
}
.cancellation .custom-check-wrapper .checkmark::after {
    left: 10px;
    top: 0;
    width: 10px;
    height: 25px;
}
.cancellation .body {
    margin-left: 70px;
    margin-top: 150px;
}
.client-delete-text strong {
    text-overflow: ellipsis;
    white-space: break-spaces;
    font-weight: bold;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.q-link-double-arrow::before {
     content: "»";
}

#password-change-form .form-control {
    display: inline;
}
#password-change-form .view-icon::before {
    margin-top: 11px;
}
#password-change-form .hide-icon::before {
    margin-top: 9px;
}
form[name="profile_delete"] .form-control {
    display: inline;
}
form[name="profile_delete"] .view-icon::before {
    margin-top: 11px;
}
form[name="profile_delete"] .hide-icon::before {
    margin-top: 8px;
}

/* Friends and family */

.checkbox-lg .form-check-input{
    top: .8rem;
    scale: 1.4;
    margin-right: 0.7rem;
}

.checkbox-lg .form-check-label {
    padding-top: 13px;
}

.checkbox-xl .form-check-input {
    top: 1.2rem;
    scale: 2.5;
    margin-right: 0.8rem;
}

.checkbox-xl .form-check-label {
    padding-top: 19px;
}

.no-opacity{
    opacity: 1 !important;
}

.pad-bottom30{
    padding-bottom: 30px;
}

.pad-bottom10{
    padding-bottom: 10px;
}

.pad-left20{
    padding-left: 20px;
}

.pad-right20{
    padding-right: 20px;
}

.pad-left5{
    padding-left: 5px;
}

.margin-left10{
    margin-left: 10px !important;
}

.margin-left20{
    margin-left: 20px;
}

.checkbox{
    margin-right: 30px;
}

.black {
    color: #000000 !important;
}


.snapshots .enlarge-icon {
    top: 15px;
    z-index: 2;
    position: absolute;
    right: 30px;
    cursor: pointer;
}

.snapshots .shrink-icon {
    top: 15px;
    z-index: 2;
    position: absolute;
    right: 30px;
    cursor: pointer;
}
.enlarge-icon {
    content: url("../img/icons/enlarge.svg");
    margin: auto;
}
.shrink-icon {
    content: url("../img/icons/shrink.svg");
    margin: auto;
}
.happy-guy-icon {
    content: url("../img/icons/happy-guy.svg");
    margin: auto;
}

.message-icon {
    content: url("../img/icons/message-icon.svg");
    margin: auto;
}

.white-bck{
    background-color: #FFFFFF !important;
}

.danger-color{
    color: red;
}
.download-icon {
    content: url("../img/icons/download.svg");
    margin: auto;
    cursor: pointer;
}
.history-delete {
    color: #000000;
    height: 15px;
    margin: 0;
}
.history-download {
    color: #000000;
    height: 15px;
    margin: 0;
}

.snapshots .enlarge-icon {
    top: 15px;
    z-index: 2;
    position: absolute;
    right: 30px;
    cursor: pointer;
}

.snapshots .shrink-icon {
    top: 15px;
    z-index: 2;
    position: absolute;
    right: 30px;
    cursor: pointer;
}
.enlarge-icon {
    content: url("../img/icons/enlarge.svg");
    margin: auto;
}
.shrink-icon {
    content: url("../img/icons/shrink.svg");
    margin: auto;
}


.download-icon {
    content: url("../img/icons/download.svg");
    margin: auto;
    cursor: pointer;
}
.history-delete {
    color: #000000;
    height: 15px;
    margin: 0;
}
.history-download {
    color: #000000;
    height: 15px;
    margin: 0;
}

.snapshots .enlarge-icon {
    top: 15px;
    z-index: 2;
    position: absolute;
    right: 30px;
    cursor: pointer;
}

.snapshots .shrink-icon {
    top: 15px;
    z-index: 2;
    position: absolute;
    right: 30px;
    cursor: pointer;
}
.enlarge-icon {
    content: url("../img/icons/enlarge.svg");
    margin: auto;
}
.shrink-icon {
    content: url("../img/icons/shrink.svg");
    margin: auto;
}
#tuerrufe .instance .snapshots {
    cursor: pointer;
}
.application-link.disabled {
    color: #a9a9a9 !important;
    border-color: #F2F2F2 !important;
    background-color: #F2F2F2 !important;
    pointer-events: none;
}
.application-link.disabled:after {
    content: '';
}
.application-link.disabled:hover:after {
    content: '';
}

.spinner {
    width:50px;
    height:50px;
    border-radius:50%;
    border:8px solid;
    border-color:#E4E4ED;
    animation:s2 1s infinite linear;
    border-right-color: #ff000f;
    margin-left: auto;
    margin-right: auto;
}
.spinner.small {
    width: 20px;
    height: 20px;
    margin-left: unset;
    margin-right: unset;
    border-width: 4px;
}

.spinner.absolute {
    position: absolute;
    left: 45%;
}
@keyframes s2 {to{transform: rotate(1turn)}}


.client-connection-status {
    font-size: 1rem;
}
.client-connection-status::before {
    content: " ";
    border-radius: 100%;
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    margin-right: 8px;
}

.client-connection-status.unknown::before {
    background-color: #acacac;
}

.client-connection-status.connected::before {
    background-color: lightgreen;
}

.client-connection-status.disconnected::before {
    background-color: red;
}
.profile-delete-modal-content .modal-body .spinner {
    width:50px;
    height:50px;
    border-radius:50%;
    border:8px solid;
    border-color:#E4E4ED;
    animation:s2 1s infinite linear;
    border-right-color: #ff000f;
    margin-left: auto;
    margin-right: auto;
}
.bg-white {
    background-color: #FFFFFF !important;
}
.bg-sky {
    background-color: #F5F5F5;
}
.bg-sky.sems {
    background-color: var(--bje-smart-engery-4);
}
.bg-sky-50 {
    background-color: #F5F5F5;
}

.thumbnail.bg-sky {
    background-color: #FFFFFF;
}
.bg-lgrey {
    background-color: #F0F0F0 !important
}

.swiper.swiper-default .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 0;
    height: 2px;
}

.swiper.swiper-default .swiper-pagination-progressbar {
    background-color: #EBEBEB !important;
    opacity: 1;
    width: 40px;
    margin: auto;
}

.swiper.swiper-default .swiper-pagination-progressbar-fill {
    background-color: #ff000f;
}
.profile-header {
    border-radius: 10px;
    padding: 1rem;
    padding-bottom: 3rem;
    display: block;
}

.profile-header h3.q-subheadline {
    color: #000000 !important;
}

.full-width {
    width: 100%;
    max-width: 100% !important;
}

.profile-header .edit-icon {
    height: 26px;
    position: relative;
    cursor: pointer;
    margin-right: 0;
}
.profile-edit-mode {
    padding: 1rem;
    position: relative;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
}
.profile-edit-mode .custom-check-wrapper.checked {
    font-weight: 700;
}
.profile-short-info {
    padding: 1rem;
    z-index: 2;
    position: relative;
    border: 1px solid #F5F5F5;
}
.profile-short-info .header {
    font-weight: bold;
}
.profile-short-info .d-grid {
    display: inline-grid !important;
}
rack-fragment[name="checkout-profile"] {
    height: min-content !important;
}
.installer-bg {
    position: relative;
    margin-left: 0 !important;
    margin-top: 3rem;
}
.installer-bg .col-12 {
    padding-left: 0 !important;
}
.installer-text {
    align-items: end;
    justify-content: start;
    position: relative;
}
.installer-image {
    width: 100%;
}
.installer-mobile .installer-image {
    width: 100%;
    margin-top: -20px
}
.company-card {
    display: flex;
    flex-direction: column;
}
#content.profile {
    margin-top: -5rem;
}
.hardware-container {
    padding-left: 2rem;
    margin-top: -7rem !important;
    padding-right: 2rem;
}
#hardware {
    border: 1px solid #EBEBEB;
    max-width: 49% !important;
    flex: auto;
    height: fit-content;
    border-radius: 0 !important;
}

.tinyhouse-icon {
    content: url("../img/icons/tiny-house.svg");
    margin-right: 1rem;
    height: 30px;
    margin-bottom: 2px;
}
.lock-icon {
    content: url("../img/icons/lock-icon.svg");
    margin-right: 1rem;
    height: 30px;
    margin-top: 6px;
}
.sems-icon {
    content: url("../img/icons/sems-icon.svg");
    margin-right: 1rem;
    height: 30px;
    margin-bottom: 10px;
}
#sems-hardware {
    border: 2px solid #F0F0F0;
    flex: auto;
    height: fit-content;
    border-radius: 10px;
}
.sems .q-subheadline:after {
    content: '_';
    font-weight: 700;
    color: var(--bje-smart-engery-1);
}
#hardware .client, #apps .client, .installer .client, #inactive-hardware .client, #inactive-apps .client, #installations .client {
    min-width: 220px;
}
#apps {
    border: 1px solid #EBEBEB;
    max-width: 49% !important;
    flex: auto;
    height: fit-content;
    border-radius: 0 !important;
}
#inactive-hardware {
    border: 1px solid #F0F0F0;
    max-width: 49% !important;
    flex: auto;
    height: fit-content;
    border-radius: 0 !important;
}

#inactive-apps {
    border: 1px solid #F0F0F0;
    max-width: 49% !important;
    flex: auto;
    height: fit-content;
    border-radius: 0 !important;
}

.light-border-1 {
    border: 1px solid #EBEBEB;
}
.light-border-2 {
    border: 2px solid #EBEBEB;
}
#clientView #informationen {
    margin-top: -7rem;
}
.client-info-show {
    border-bottom: 2px solid #FFFFFF;
}
.client-info-show span {
    font-weight: 600;
}
#clientView p {
    font-size: 1rem !important;
}
#clientView .clienticon {
    width: 100%;
    border-radius: 20px;
    box-shadow: -2px 6px 12px rgba(0, 0, 0, 0.25);
}
#clientView h1.q-headline {
    font-size: 2.5rem;
}
.client-info-show .edit-icon {
    cursor: pointer;
}
#clientView h2.q-subheadline {
    font-size: 2rem;
    font-weight: 400;
}
#clientView.device h2.q-subheadline {
    font-size: 1.5rem;
}
.tooltip-inner {
    background-color: #000000 !important;
    color: #FFFFFF;
    word-break: break-all;
    max-width: 330px !important;
}
.navbar-expand-lg>.container {
    max-width: 85%;
}
#systemContent {
    width: 95%;
}
#inactive {
    width: 95%;
}

.checkout-fragment {
    scroll-margin-top: 4rem;
}

.toggle.btn {
    max-width: 40px;
    max-height: 18px;
    min-width: 40px;
    min-height: 18px;
}
.q-toggle span {
    font-size: 14px;
}
.history-title {
    font-size: 14px;
}
#monthly-input {
    font-size: 12px;
}
#yearly-input {
    font-size: 12px;
}
#active {
    font-size: 14px;
    line-height: 0.5rem;
    font-family: 'ABBvoice';
    font-weight: 400;
}

.abo-leiste {
    min-height: 32px;
    font-size: 14px;
}
.abo-leiste a {
    font-size: 14px;
    text-decoration: underline;
}
.message-page {
    min-height: 500px;
    align-items: center;
    display: flex;
}
.message-page h2 {
    font-size: 2rem;
}
.message-page h1 {
    font-size: 4rem;
}
.message-delete.trash-icon {
    position: absolute;
    right: 4rem;
    display: none;
}
.message-read.read-icon {
    position: absolute;
    right: 2rem;
    display: none;
}

div.client ~ .no-devices {
    display: none !important;
}

.client-links {
    display: flex;
    flex-flow: wrap;
}

.snapshots .swiper.swiper-default .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 100px;
    height: 8px;
}

.no-license-empty-clientslist {
    display: none;
}
.no-license-empty-clientslist.show {
    display: block;
}

@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 786px) {
    #hardware, #inactive-apps, #apps, #inactive-hardware {
        max-width: 100% !important;
    }
}
@media screen and (max-width: 576px) {
    .container.wide {
        max-width: 100%;
        margin: auto;
        width: fit-content;
    }
    .blue-header.smart-energy {
        max-width: 100%;
        margin: auto;
        width: fit-content;
    }
    .container.wide.profile-header-container {
        width: 95% !important;
    }
    .profile-header {
        width: 100%;
    }
    .profile-edit-mode {
        width: 85vw;
        padding: 0;
        border: none;
    }
    .profile-header {
        padding-bottom: 10rem;
    }
    .profile-header.edit {
        display: none;
    }
    #content.profile {
        margin-top: -12rem;
    }
    #content.profile.edit {
        margin-top: 0;
    }
    .profile-header .q-subheadline {
        font-size: 1.4rem;
    }
    h5.q-subheadline.edit {
        display: block !important;
    }
    #clientView h1.q-headline {
        font-size: 2rem;
    }
    #clientView h2.q-subheadline {
        font-size: 1rem;
    }
    .navbar-expand-lg>.container {
        max-width: 100%;
    }
    .abo-leiste {
        padding-right: 0;
    }
    .accordion-title {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 786px) {
    #hardware, #inactive-apps, #apps, #inactive-hardware {
        max-width: 100% !important;
    }
}
@media screen and (min-width: 1200px) {
    .container.wide {
        max-width: 85%;
        margin-left: 7rem;
        margin-right: 5rem;
    }
    nav .container {
        margin-left: 5rem;
        width: 100%;
        margin-right: 5rem;
        max-width: 100%;
    }
    .company-card .company-logo {
        margin-top: -7rem;
    }
}
@media screen and (min-width: 786px) {
    .d-md-grid {
        display: inline-grid !important;
    }
    .container.wide.smart-energy-header {
        max-width: 100%;
    }
}
@media screen and (max-height: 420px) {
    .container {
        max-width: 90vw;
}
}

@media screen and (max-width: 1300px) {
    #navbarNav ul li a {
        font-size: 13px;
        padding: 0.25rem;
        line-height: 1.6;
    }
}


/* SMART SHARING START */

@media screen and (min-width: 1024px) {
    .membersSection{
        padding-top: 40px;
    }

    .membersSectionTitle{
        padding-bottom: 40px;
    }
}

body{
    overflow-x: hidden;
}

.sharedCl p.mobileNameSH::before {
    content: url("../img/icons/plus.svg");
    height: 24px;
    margin-right: 2.0rem;
    vertical-align: middle;
}

.sharedCl p.mobileInvitationSH::before {
    content: url("../img/icons/plus.svg");
    height: 24px;
    margin-right: 1.9rem;
    vertical-align: middle;
    visibility: hidden;
}

.sharedCl[aria-expanded|="true"] p.mobileNameSH::before{
    content: url("../img/icons/minus.svg");
    margin-right: 2.6rem;
    height: 15px;
    align-items: center;
    display: flex;
    margin-bottom: auto;
    float: left;
}

.themeFeatureName{
    font-weight: bold;
}

.themeBtn{
    color: #000;
    text-decoration: none;
}

.themeBtn:hover{
    color: #000;
    text-decoration: none;
}

.themeMembershipAlign{
    margin-left: 0rem!important;
    padding-left: 0;
}

.themeMembershipLicenseSize{
    font-size: 0.875rem;
}

.systems-shared::before {
    content: url("../img/icons/systems-shared.svg");
    height: 32px;
}

@media screen and (max-width: 576px) {
.themeContainer {
     max-width: 95% !important;
    /*margin: auto; */
    /* width: auto !important; */
    width: inherit !important;
    margin-right: 10px;
    margin-left: 10px;
 }
}

@media screen and (min-width: 980px) {
    .smartSharingClients {
        border: 2px solid #EBEBEB;
        flex: auto;
        max-width: 49% !important;
        height: fit-content;
    }
}

@media screen and (max-width: 979px) {
    .smartSharingClients {
        border: 2px solid #EBEBEB;
        flex: auto;
        height: fit-content;
    }
}

.btn.btn-link.sharedCl {
    color: #000;
    text-decoration: none;
}

.customMarginSM {
    margin-left: 1rem!important;
}

.trashPointer{
    cursor: pointer;
}
.client .smartsharing a {
    font-size: 1.125rem;
}
.client .smartsharing {
    height: auto;
}

.color-disabled{
    color: #6c757d;
}

.bckColor-disabled{
    background-color: #6c757d;
    border-color: #6c757d;
}

.q-toggle .toggle.btn-default[disabled] .toggle-off {
    background-color: #FFFFFF;
    border-color: #D2D2D2;
    pointer-events: none;
}

.q-toggle .toggle.btn-default[disabled] {
    border: 1px solid #b1b1b1;
    background-color: #FFFFFF;
    pointer-events: none;
}

.q-toggle .toggle.btn-primary[disabled] .toggle-on {
    border-color: #D2D2D2;
    background-color: #a9a9a9;
    pointer-events: none;
}

.q-toggle .toggle.btn-primary[disabled]{
    border-color: #D2D2D2;
    background-color: #a9a9a9;
    pointer-events: none;
}

#qAccordion-rmsh {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
}
.w-max-content {
    width: max-content !important;
}
#qAccordion-rmsh .accordion-toggle {
    text-decoration: none !important;
}


.font-size24{
    font-size: 1.5rem;
}
.login:not(.psp) .gray-header, .login:not(.psp) .blue-header {
    margin-left: 1rem !important;
}
.login .smart-energy-header .sign {
    padding: 1rem !important;
}
.login .row.sub-plans {
    margin-left: 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1368px) {
    .titleSmartSharing{
        font-size: 1.3125rem;
        line-height: 1.24;
        font-weight: 700;
        color: #000;
        padding-top: 1.5rem!important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1368px) {
    .themeTopSpacing{
        margin-top: -14px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 360px) and (max-width: 768px) {
    .themeTopSpacing{
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1368px) {
    .tabletSpacing{
        margin-top: 3.5rem!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1368px) {
    .inviteSpacing{
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1368px) {
    .q-mt-large-with-leiste {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1368px) {
    .minHeightOwnerName {
        min-height: 50px;
    }
}

.smartSharingTable.fixed td {
    overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1368px) {
    .smartSharingTable.fixed td  {
        overflow: hidden;
    }

    .smartSharingTable{
        table-layout: fixed;
        min-width:700px;
        max-width:1300px;
    }
}

.fullNameMembersStyle {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 20px;
}

.abbSpacing{
    padding-left: 0 !important;
    padding-right: 0.25rem!important;
}

.dashedTopBorder{
    border-top: 1px dashed !important;
}

@media screen and (min-width: 768px) and (max-width: 1367px) {
    .tableBlock{
        margin-left: 0.5rem!important;
    }

    .tableInviteBtn{
        margin-right: 45px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 810px) {
    .tableBlock{
        margin-left: 0.5rem!important;
    }

    .tableInviteBtn{
        margin-right: 10px !important;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1300px) {
    .tableBlock{
        margin-left: 0.5rem!important;
    }

    .tableInviteBtn{
        margin-right: -0.9rem!important;
    }
}

@media screen and (min-width: 1368px) {
    .tableBlock{
        margin-left: 0.5rem!important;
        margin-right: 0.5rem!important;
    }
}

.smartSharingTable {
    table-layout: fixed;
}

.smartSharingTable .subheader {
    color: #979797;
    font-weight: 400;
    max-width: 80%;
    word-break: break-all;
}

.accordion-title.pendingInvitations {
    align-items: start;
}

.smartSharingTable .trash-icon {
    height: 19px;
    width: 16px;
    cursor: pointer;
    margin-top: 0;
}

.smartSharingTable thead {
    border-bottom: 1px solid #dee2e6 !important;
}

.smartSharingTable .subheader, .accordion#groupmembers .subheader {
    color: #979797;
    font-weight: 400;
    max-width: 80%;
    word-break: break-all;
}

.smart-sharing-table-group {
    display: table-row-group;
}

.smartSharingTable thead .th {
    max-width: 20%;
    width: 20%;
    border-bottom: unset !important;
    border-top: unset !important;
}
.smartSharingTable thead .smart-sharing-table-group .th {
    min-width: 9rem;
}
.smartSharingTable thead {
    border-bottom: 2px solid #F5F5F5 !important;
}
.smartSharingTable thead tr {
    border-bottom: none;
}
table.smartSharingTable td {
    border-top: unset !important;
}
.smartSharingTable tr {
    border-bottom: 1px dashed #999999;
}

.smartsharing-content button:disabled {
    pointer-events: none;
}
.smartsharing-content button.inviteBtn:disabled {
    width: 100%;
}

.smartsharing-content .accordion-title .head {
    font-weight: 700;
}

.smartsharing-content .accordion-toggle[aria-expanded="true"] .accordion-title {
    color: var(--abb-primary) !important;
}

.smartsharing-content #groupmembers {
    width: 90vw;
}

.smartsharing-content #groupmembers .client-row {
    border-bottom: 1px solid #F5F5F5;
}

.smartsharing-content .custom-check-wrapper input {
    display: none;
}

.q-word-wrap {
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.titleSmartSharing {
    font-size: 1.5rem;
    font-weight: 400;
}

.smasha-systems {
    font-size: 0.9rem;
}

/* SMART SHARING END */

/****************************************** CUSTOM MODALS **************************************************/

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
}

/** CLIENT MODAL **/

.client-modal-frame {
    max-width: 50%;
    width: 45%;
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    margin-top: 0;
}
.client-modal-content {
    background-color: #FFFFFF !important;
    height: 100%;
    padding-right: 0 !important;
}

.client-modal-body {
    padding: 0 !important;
    background-color: #FFFFFF;
    color: #000000;
    height: 100%;
    width: 100%;
}

.client-modal-close {
    margin-left: 0 !important;
    font-size: 4rem !important;
    font-weight: 350 !important;
    float: left !important;
    color: #000000 !important;
}

.client-delete-modal {
    max-width: 900px !important;
    width: 70%;
    color: var(--abb-primary) !important;
}
.client-delete-modal-content {
    background-color: #FFFFFF !important;
    color: var(--abb-primary) !important;
}
.client-delete-modal-content .close {
    color: var(--abb-primary) !important;
}
.modal-client .client-modal-body .spinner {
    margin-top: 20%;
}
.modal-client .modal-content {
    border: none !important;
    border-radius: 0 !important;
}

/** PROFILE MODALS **/
.password-change-modal-content {
    background-color: white !important;
    color: black !important;
    padding-top: 20px;
}
.password-change-modal {
    max-width: 65% !important;
    width: 60%;
}
.profile-save-modal-content {
    background-color: white !important;
    color: black !important;
    padding-top: 20px;
}
.profile-save-modal {
    max-width: 65% !important;
    width: 60%;
}
.profile-delete-modal-content {
    background-color: white !important;
    color: black !important;
    display: block;
    max-height: 100%;
}
#profile-save-modal .form-control {
    display: inline;
}
#profile-save-modal .view-icon::before {
    margin-top: 16px;
}
#profile-save-modal .hide-icon::before {
    margin-top: 13px;
}

#language-modal .modal-body .container .row {
    border-bottom: 2px solid #EBEBEB;
}
#language-modal .modal-body .container .row:last-child {
    border-bottom: none;
}
.cookie-modal {
    min-height: 80dvh !important;
}
.cookie-modal button {
    font-family: ABBvoice;
    font-weight: 700;
}
.digital-twin-modal .modal-body {
    overflow: auto;
}
#delete-device-confirmation .modal-content, #loading-spinner .modal-content {
    border: none !important;
    border-radius: 0 !important;
}

.modal.res-offcanvas-mobile .modal-dialog {
    width: 100vw;
    height: fit-content;
    margin: 0px;
    min-height: 55vh;
    max-height: 90dvh;
}
.modal.res-offcanvas .modal-header {
    justify-content: flex-end;
    padding: 1em 1em 0px 0px;
}
.modal.modal-white .modal-header {
    align-items: start;
    padding: 0px;
    margin-bottom: 1em;
}
.modal.modal-white .modal-header h3 {
    font-size: clamp(1rem, 2.5vw, 2rem);
}
.modal.res-offcanvas .modal-header .close, .modal.modal-white .modal-header .close {
    padding: .2em;
    height: 2.5rem;
    width: 2.5rem;
    margin: inherit;
    cursor: pointer;
}

.modal.res-offcanvas .modal-content, .modal.res-offcanvas-mobile .modal-content{
    background-color: white;
    height: 100%;
    overflow-y: hidden;
    border: 1px solid #e2eef1;
    border-radius: 8px;
}

.modal.res-offcanvas .modal-body{
    padding: 0px;
    max-width: 100%;
    width: auto;
}
.modal-dialog.wide {
    max-width: 1300px;
    max-height: 500px;
}
.modal.res-offcanvas, .modal.res-offcanvas-mobile {
    max-height: 100vh;
}

.modal.res-offcanvas.show, .modal.res-offcanvas-mobile {
    align-items: center;
    padding-right: 0 !important;
}

.modal.res-offcanvas .modal-dialog {
    width: 100vw;
    height: 90dvh;
    margin: 0px;
    overflow-y: hidden;
    max-width: 100vw;
}

.dt-modal h2, .dt-modal h3 {
    color: black !important;
}


/** INSTALLER MODALS **/
#installer-search.modal.res-offcanvas .modal-content, #installer-search.modal.res-offcanvas-mobile .modal-content {
    overflow: unset;
    border-radius: 0;
}
#installer-search .client-modal-body {
    overflow: scroll;
}
.installer-revoke-modal-content {
    background-color: white !important;
    color: black !important;
    padding-top: 20px;
}

.installer-revoke-modal {
    max-width: 65% !important;
    width: 60%;
}
.installer-search-modal-frame {
    max-width: 50%;
    width: 45%;
    right: 0;
    top: 0;
    height: 100%;
    position: fixed;
    margin-top: 0;
}
.installer-search-modal-content {
    background-color: #FFFFFF !important;
    height: 100%;
    padding-right: 0 !important;
}

.installer-search-modal-body {
    padding: 0 !important;
    background-color: #FFFFFF;
    color: #000000;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

.installer-search-modal-close {
    margin-left: 0 !important;
    font-size: 4rem !important;
    font-weight: 350 !important;
    float: left !important;
    color: #000000 !important;
}

.extra-login-content.installer h1.header {
    font-size: 65px;
    margin-bottom: 2rem;
}

.extra-login-content.installer .header.stroke-short-solid:after {
    color: #000000 !important; 
}

.extra-login-content.installer .fliesstext {
    border: 2px solid #E0E0E0;
    padding: 1rem;
}

.extra-login-content.installer .laptop-icon-accent,
.extra-login-content.installer .person-icon-accent,
.extra-login-content.installer .time-icon-accent,
.extra-login-content.installer .zoom-icon-accent,
.extra-login-content.installer .calendar-icon-accent {
    height: 32px;
    position: absolute;
    right: 20px;
    top: -20px;
}

@media screen and (max-width: 328px) {
    #password-change-modal .justify-content-end {
        justify-content: center !important;
    }
    #installer-search .modal-content {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 440px) {
    .page-footer-socials ul {
        column-gap: 2.3rem;
    }
    .extra-login .headlines {
        top: 25vh;
        left: 7vw;
        width: 200px;
    }
    .sub-plans .switch span {
        padding: 1rem 2rem;
    }
}

.smart-energy-table {
    display: none;
    .col-plus-abo {
        border-color: var(--bje-smart-engery-1);
        border-radius: 0px !important;
    }

    .abo-head-plus.border {
        border-bottom: none !important;
    }

    .abo-table .q-sub-plan-row .row:nth-child(1) .col-12 {
        font-weight: bold;
        font-size: 16px !important;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .abo-table .q-sub-plan-row .row:nth-child(1) .col-12::after {
        content: url("../img/icons/arrow-down-black.svg");
    }

    .abo-table .q-sub-plan-row.hide .row:nth-child(1) .col-12::after {
        transform: rotate(180deg);

    }

    #license-energy-basic, #license-energy-premium {
        height: 170px !important;
    }
    .smart-energy-trial {
        margin-top: 1rem;
    }
    .q-sub-plan-row.block:not(.hide) {
        padding-bottom: 0px !important;
    }
    .q-sub-plan-row.block.hide li.premium {
        margin-top: 1.5rem !important;
    }
    .q-sub-plan-row.block .row.align-items-center .col-12 {
        height: 25.8px;
    }

    .q-sub-plan-row.block.big .row.align-items-center .col-12 {
        height: 50px;
    }

    div.blank[class*="head-"]:not(.hide) .check-icon {
        display: none;
    }

    div.blank.hide[class*="head-"] .check-icon {
        transform: translateY(.6rem) scale(1.3);
        user-select: none;
        pointer-events: none;
    }

    .abo-table-header .abo-head-one {
        opacity: 0;
        user-select: none;
        pointer-events: none;
        animation-duration: 0ms;
    }

    div[class^="col-12 head-"] {
        cursor: pointer;
        user-select: none;
    }

    .col-plus-abo .q-sub-plan-row.premium.hide {
        margin-top: .5rem !important;
        margin-bottom: -.5rem !important;
    }


    .col-plus-abo .q-sub-plan-row.premium {
        background-color: var(--bje-smart-engery-2) !important;
    }

    .col-one-abo .blank,
    .col-plus-abo .blank {
        padding: 0px! important;
        margin-bottom: 4px;
    }
    .col-one-abo .blank.hide,
    .col-plus-abo .blank.hide {
        margin-bottom: calc(1rem + 4px);
    }

    .col-one-abo .expand-cause-hide,
    .col-plus-abo .expand-cause-hide {
        margin-top: calc(.5rem - 1px);
        margin-bottom: -.5rem;
    }


    .premium {
        border-top: 2px dashed var(--medium-grey);
    }

    .abo-head-one.border {
        border-bottom: none !important;
    }


    .q-sub-plan-row:nth-last-child(1 of .block-1),
    .q-sub-plan-row:nth-last-child(1 of .block-2),
    .q-sub-plan-row:nth-last-child(1 of .block-3),
    .q-sub-plan-row:nth-last-child(1 of .block-4),
    .q-sub-plan-row:nth-last-child(1 of .block-5),
    .q-sub-plan-row:nth-last-child(1 of .block-6),
    .q-sub-plan-row:nth-last-child(1 of .block-7),
    .q-sub-plan-row:nth-last-child(1 of .block-8),
    .q-sub-plan-row:nth-last-child(1 of .block-9),
    .q-sub-plan-row:nth-last-child(1 of .block-10),
    .q-sub-plan-row:nth-last-child(1 of .block-11){
        border-bottom: none !important;
    }

    .abo-head-one.border, .smart-energy-table .abo-head-plus.border {
        border-bottom: none !important;
    }

    .abo-table .abo-table-header .q-sub-plan-row {
        height: auto !important;
        border-bottom: none !important;
    }

    .q-sub-plan-row.block-1 {
        &:nth-child(9) {
            border-bottom: none !important;
        }
    }

    .q-sub-plan-row:not(:last-child),
    .q-sub-plan-row {
        border-bottom: 1px solid #F0F0F0 !important;
        &:last-child {
            border-bottom: none !important;
        }
    }

    .q-sub-plan-row li, .q-sub-plan-row p.discount-price-period {
        font-size: 18px;
        color: #000000;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
    .q-sub-plan-row p.discount-price-period {
        font-weight: 700 !important;
    }
    .q-sub-plan-row li {
        font-size: 12px;
        padding: 0 !important;
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        padding-left: 0 !important;
        margin-top: 1rem;
        min-height: 42px !important;
    }

    .col-one-abo .q-sub-plan-row, .col-plus-abo .q-sub-plan-row {
        min-height: 42px !important;
    }
    .q-sub-plan-row p.calculated-price.discount {
        color: #A9A9A9 !important;
        padding-left: 0 !important;
    }
    .q-sub-plan-row p.calculated-price {
        padding-left: 0 !important;
        border-bottom: none !important;
    }

    .q-sub-plan-row li.no-border {
        border-bottom: none !important;
        margin-bottom: 4px;
    }
    .q-sub-plan-row.no-border {
        border-bottom: none !important;
    }


    .q-sub-plan-row.block {
        border-top: 4px solid #F0F0F0;
    }
    .q-sub-plan-row.blank.hide {
        height: 53px !important;
    }
    .q-sub-plan-row.blank.toggled-height {
        height: 61px !important;
    }

    .q-sub-plan-row:nth-last-child(1 of .block-1),
    .q-sub-plan-row:nth-last-child(1 of .block-2),
    .q-sub-plan-row:nth-last-child(1 of .block-3),
    .q-sub-plan-row:nth-last-child(1 of .block-4),
    .q-sub-plan-row:nth-last-child(1 of .block-5),
    .q-sub-plan-row:nth-last-child(1 of .block-6),
    .q-sub-plan-row:nth-last-child(1 of .block-7),
    .q-sub-plan-row:nth-last-child(1 of .block-8),
    .q-sub-plan-row:nth-last-child(1 of .block-9),
    .q-sub-plan-row:nth-last-child(1 of .block-10),
    .q-sub-plan-row:nth-last-child(1 of .block-11){
        border-bottom: none !important;
    }


    .q-sub-plan-row li, .q-sub-plan-row p {
        margin-left: 0 !important;
        padding: 1rem 0;
        padding-left: 1rem !important;
        list-style-position: inside;
        &:not(:last-child) {
            border-bottom: 1px solid #F0F0F0;
        }
    }

    .q-sub-plan-row.blank {
        height: 45px !important;
        border-bottom:none!important;
        border-top: 4px solid #F0F0F0;
    }
    .q-sub-plan-row.blank.big {
        height: 68px !important;
    }


    .abo-head {
        height: 65px;
    }

    .abo-table-header {
        margin-top: 0 !important;
    }
    .abo::after {
        color: var(--bje-smart-engery-1);
    }
    .col-one-abo {
        &:first-child {
            border-radius: 0;
        }
        margin-top: 0 !important;
    }
    .abo-head-plus, .abo-head-one {
        height: auto !important;
    }
    .col-plus-abo > :first-child {
        background-color: var(--bje-smart-engery-1);
        border-radius: 0;
    }
}

@media screen and (max-width: 576px) {
    .modal.res-offcanvas-mobile .modal-content {
        overflow-y: auto;
    }
    .smart-energy-table .abo-table .q-sub-plan-row .row:nth-child(1) .col-12 {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 940px) and (orientation: landscape) {
    .modal-dialog {
        max-width: none !important;
    }
}

@media screen and (max-width: 767px) {
    .modal.res-offcanvas-mobile .modal-dialog {
        height: 90dvh;
        max-width: 100vw;
        width: 100vw !important;
    }
    .modal.res-offcanvas-mobile .modal-dialog.smartsharing {
        height: fit-content !important;
        min-height: min-content !important;
    }
    .modal.res-offcanvas-mobile .modal-dialog.smartsharing .modal-content {
        padding-bottom: 2rem !important;
    }
    .modal.res-offcanvas-mobile .modal-dialog.smartsharing {
        min-height: fit-content;
    }
    .modal.res-offcanvas.show, .modal.res-offcanvas-mobile.show {
        align-items: flex-end;
    }
    .modal.res-offcanvas .modal-content, .modal.res-offcanvas-mobile .modal-content {
        background-color: white;
        border-radius: 25px 25px 0px 0px;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 992px) {
    .psp-steps::before {
        content: ' ';
        display: block;
        position: relative;
        top: 5px;
        width: 100%;
        margin-right: 20rem;
        left: 8rem;
        border-top: 4px solid #000000;
    }

    .modal-lg, .modal-xl {
        max-width: 940px;
    }
    #installer-search.modal.res-offcanvas .modal-dialog {
        max-width: 850px;
    }
    .modal.res-offcanvas .modal-dialog {
        max-width: 600px;
    }

    .modal.res-offcanvas.show {
        justify-content: flex-end;
        padding-right: 0 !important;
    }

    .modal.res-offcanvas .modal-dialog{
        max-height: 100dvh;
        height: 100dvh;
        overflow-y: hidden;
    }

    .modal.res-offcanvas .modal-content{
        max-height: 100vh;
    }
    .modal.res-offcanvas .modal-header {
        justify-content: flex-start;
        padding: 1.5em .5em 1.4em 1em;
    }
    .digital-twin-modal {
        max-width: 80vw !important;
    }
    .digital-twin-modal .modal-content {
        border-radius: 0 !important;
    }
}
@media screen and (min-width: 1921px) {
    .psp-steps::before {
        margin-right: 25rem;
    }
}
@media screen and (max-width: 1800px) {
    .psp-steps::before {
        margin-right: 18rem;
    }
}
@media screen and (max-width: 992px) {
    .modal.res-offcanvas .modal-client .modal-content {
        background-color: white;
        border-radius: 25px 25px 0px 0px !important;
        height: 100%;
    }

    .smart-energy-header .sign {
        margin: 1rem !important;
        padding: 1rem !important;
    }

    #installer-search .modal-content {
        border-radius: 25px 25px 0px 0px !important;
    }

    .hardware-container .modal.res-offcanvas.show,.hardware-container .modal.res-offcanvas-mobile.show {
        align-items: flex-end;
    }
    header#page-nav .navbar-nav {
        height: auto !important;
    }
    .navbar .container-fluid {
        flex-wrap: nowrap;
    }
    #navbarNav ul {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mobile-icon-nav {
        max-height: 60px;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 400;
    }
    .digital-twin-modal .modal-header {
        justify-content: space-between !important;
        align-items: center !important;
        padding: 1em 1em 1em 1em !important;
    }
    .digital-twin-modal .modal-header h3 {
        margin: 0 !important;
    }

}

@media screen and (min-width: 1200px) {
    .digital-twin-modal {
        max-width: 80vw !important;
    }
    .modal.res-offcanvas .modal-dialog {
        max-width: 940px;
    }
}

@media screen and (min-width: 1400px) {
    .cookie-modal {
        max-width: 1100px !important;
    }
    .psp .blue-header {
        height: 474px !important;
    }
}

@media screen and (max-width: 1400px) {
    .q-close-button-wrapper .q-close-button::after {
        font-size: 18px;
    }
    .modal.res-offcanvas-mobile .modal-dialog {
        width: 80vw;
    }
    .smart-energy-table .abo-head {
        height: 50px;
    }
    h1.abo {
        font-size: 50px !important;
    }
}
.smart-energy-trial {
    position: absolute;
    background-color: var(--bje-smart-engery-2);
    padding: 0.5rem 1rem;
    color: black !important;
    border: 1px solid var(--bje-smart-engery-1);
    border-radius: 8px;
    font-weight: 700;
    margin-top: -1rem;
    top: 0;
}


.no-top-border {
    border-top: none !important;
}

.discount-price-period {
    font-size: 18px !important;
    color: #000000;
    font-weight: 700 !important;
    border: none !important;
    padding-bottom: 0 !important;
}
.calculated-price.discount {
    color: #A9A9A9 !important;
    padding: 0 !important;
    margin-bottom: 2rem;
    border: none !important;
}

#device_invitation .errorBox ul,
form[name="address"] .errorBox ul
{
    padding-left: 10px;
}
.errorBox ul {
    padding-inline-start: 15px;
}
.address_show .edit-icon {
    cursor: pointer;
}
.form-group .errorBox ul li:only-child {
    list-style: none;
    padding-inline-start: 0;
}
#clientView form[name="address"] .form-control {
    background-color: #FFFFFF !important;
}

#activate-license.disabled {
    pointer-events: none !important;
    color: grey;
}

header#page-nav .nav-item .logout {
    padding: 10px !important;
    width: auto !important;
    color: #000000 !important;
    font-weight: 500 !important;
}

.smart-energy-scroller {
    box-shadow: 0px 8px 16px -4px rgba(110, 110, 110, 0.3);
    background-color: var(--bje-smart-engery-4);
    color: var(--bje-smart-engery-1);
    padding: 1rem;
    position: fixed;
    z-index: 1000;
    top: 225px;
    right: 10rem;
    float: right;
    transition: ease .5s;
    border-radius: 45px;
    cursor: pointer;
    display: flex;
}
.smart-energy-scroller span {
    font-weight: 700;
    font-size: 18px;
    margin-right: 2rem;
}
.smart-energy-scroller span::before {
    content: url(../img/icons/sems-icon.svg);
    margin-right: 2rem;
}
.smart-energy-scroller::after {
    content: url("../img/icons/arrow-down-green.svg");
    display: block;
    width: 22px;
    height: 21px;
    margin: auto;
    float: right;
}
@media only screen and (max-width: 819px) {
    .smart-energy-scroller {
        top: unset !important;
        bottom: 140px;
        right: 2rem;
    }
}
.device-deleted {
    color: #A9A9A9;
}
.marked-as-deleted {
    display: flex;
    color: #000000 !important;
    font-weight: 700;
    font-size: 18px;
}
.marked-as-deleted::before {
    content: url("../img/icons/info-black.svg");
    margin-right: 0.5rem;
    height: 20px;
    margin-top: 3px;
}

form[name="client-support-request"] textarea {
    resize: none;
    height: 400px !important;
    padding-bottom: 2rem !important;
}
form[name="client-support-request"] #count_message {
    position: absolute;
    margin-top: -2.5rem;
    margin-right: 35px;
    right: 0;
    left: auto;
    padding-left: 1rem;
}
.extra-login-content.installer .fliesstext .smaller {
    font-size: 13px;
}
@media screen and (max-height: 450px) {
    .container.client {
        max-width: 90vw;
        margin-top: 5rem !important;
    }
}

.overlay-close {
    height: 25px;
    position: absolute;
    left: 1.5rem;
    top: 2rem;
    cursor: pointer;
}

.access-code .checkmark {
    position: relative !important;
}
.access-code {
    padding: 1rem;
    border: 2px solid #F5F5F5;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    min-width: 49%;
}
.access-code.checked {
    border-color: #FF000F;

    .access-code-content span {
        color: #FF000F;
    }
}
.access-codes .errorBox ul {
    padding-left: 10px;
}
.access-code .custom-check-wrapper {
    display: flex;
    flex-direction: row;
    margin-right: unset !important;
    padding-left: 0 !important;
    padding-right: 1rem;
    line-height: 18px;
}
.access-code .custom-check-wrapper {
    .access-code-name {
        margin-left: 10px;
    }
}
.access-code-content {
    display: flex;
    flex-direction: column;
}
input ~ .copy-icon {
    margin-top: -33px;
    margin-right: 10px;
}
.access-code-name {
    font-weight: 700 !important;
}
.access-code-icons i {
    height: 25px !important;
    width: 25px !important;
    display: inline-block;
    cursor: pointer;
}
.access-code-icons {
    min-width: 55px;
}
.modal .modal-content h1.blue, .modal .modal-content h2.blue, .modal .modal-content h3.blue {
    color: #FF000F !important;
}

#generate-access-codes-modal {
    height: 100vh;
    width: 100vw;
    &.modal.res-offcanvas-mobile .modal-dialog {
        height: 100vh;
        width: 100vw;
        max-width: 100vw;
        max-height: 100vh;
    }
    .modal-content {
        border-radius: 0;
    }
    .modal-content .container {
        max-width: 100vw !important;
    }
}
.access_code_created, .qr_code_created {
    border-radius: 8px;
    background-color: #F5F5F5;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 3rem;

    #access_code_ready_password {
        cursor: pointer;
    }
    #access_code_ready_password:read-only {
        pointer-events: all !important;
        background-color: #FFFFFF !important;
    }
    & .form-group label {
        margin-bottom: 5px !important;
    }
    .copied {
        color: #0CA919 !important;
    }
}
.qr_code_created .qr-display {
    background-color: #FFFFFF;
    border: 2px solid #FF000F;;
    padding: 1rem;
    border-radius: 8px;
}
.qr_code_created .qr-display img.qr-code {
    height: auto;
    max-width: 100%;
    width: 100%;

}
.qr_code_created .qr-display img.qr-logo {
    height: 35px;
    margin-top: 10px;
}
.qr_code_created .qr-name {
    font-weight: 700;
    margin: 1rem;
}
#generate-access-codes-modal .modal-content {
    overflow-y: scroll;
}
#access_code_password,
#opening_counts,
#opening_counts::-webkit-outer-spin-button,
#opening_counts::-webkit-inner-spin-button,
#access_code_password::-webkit-outer-spin-button,
#access_code_password::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

label[for="select-all-access-codes"].custom-check-wrapper {
    line-height: 20px !important;
}
label[for="select-all-access-codes"].custom-check-wrapper:not(.checked) {
    margin-right: 3.5rem;
}
label[for="select-all-access-codes"].custom-check-wrapper.x-selected {
    margin-right: 2rem !important;
}
.api-key-row .copied {
    margin-left: 15px;
    color: #0CA919 !important;
    font-weight: 400;
}
label[for="api-key"] {
    margin-bottom: 5px !important;
}
.api-key:read-only {
    pointer-events: all !important;
    cursor: default;
    background-color: #FFFFFF !important;
}
.api-key-row .warningBox {
    margin-top: 20px !important;
}
.sectionload .q-toggle span {
    font-size: 16px;
}
input::-webkit-caps-lock-indicator {
    margin-right: 2rem;
}
.trash-icon.disabled {
    filter: grayscale(1) brightness(10) blur(1px);
    pointer-events: none;
}

.q-toggle .spinner.small {
    z-index: 100;
    position: absolute;
    left: 10px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-width: 4px;
}
.address p a {
    line-height: 1.5 !important;
    font-size: 1rem;
}
.address .noaddress p {
    display: block;
    margin-left: 0;
}
.address-list {
    padding: 1rem;
    z-index: 2;
    position: relative;
    border: 1px solid #F5F5F5;
    max-height: 290px;
    overflow: hidden;
    box-shadow: inset 0 -17px 10px -8px rgba(0, 0, 0, 0.5);
    background-color: #F5F5F5;
    width: 100%;
}
.address-list.short {
    max-height: unset !important;
    box-shadow: none !important;
}
.address-list.open {
    max-height: unset !important;
    box-shadow: none !important;
}
.address-show-more, .address-show-less {
    background-color: white;
    z-index: 10;
    position: absolute;
    cursor: pointer;
}
.address-list .address_show .icons {
    display: flex;
    align-content: end;
    flex-wrap: wrap;
    justify-content: end;
}
.address_show .address {
    flex-direction: row !important;
}
.address-list .address_show .address {
    flex-direction: column !important;
    justify-content: space-between;
    flex: auto;
}
.small-hint {
    color: #acacac;
    leading-trim: both;
    text-edge: cap;
    font-family: ABBvoice;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: start;
    max-width: 340px;
}

.address-list .address_show {
    background-color: #FFFFFF;
    padding: 1rem;
    max-width: 290px;
    display: flex;
    flex-direction: column;
}
.address_show .icons {
    display: flex;
    align-content: end;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 5px;
}
.plus-icon {
    content: url("../img/icons/plus.svg");
    margin: auto;
}
.address_add {
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: black;
}
#new-address-toggle {
    cursor: pointer;
}
.address span {
    word-wrap: anywhere;
}

.general-form-error {
    color: #ff000f;
    font-style: italic;
}
.general-form-error ul {
    padding-left: 0px !important;
}