﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --custom-primary: #A8A8A8;
    --nz-highlight: #e1ff67;
    --nz-primary: #0f49ee;
    --nz-background: #142545;
    --nz-background-secondary: #2B3B58;
    --rz-text-title-color: lightgray !important;
    --bs-body-bg: #142545 !important;
    --rz-scrollbar-color: #e1ff67;
}
.nz-color {
    color: #e1ff67;
    font-weight: 700;
    margin-bottom: 0;
}
.rz-inputtext {
    color: lightgray !important;
    background-color: var(--nz-background-secondary) !important;
    border:1px solid var(--nz-background) !important;
}
.rz-calendar-view {
    background-color: var(--nz-background-secondary)!important;
    color:lightgray!important;
}
    .rz-state-default{
        color:unset !important;
    }
    .rz-calendar-other-month {
        background-color: var(--nz-background) !important;
    }
.rz-calendar-view td {
    background-color: var(--nz-background-secondary) !important;
    color: lightgray !important;
    border-top: 1px solid var(--nz-background) !important;
}
    .rz-calendar-view td .rz-state-default.rz-state-focused, .rz-calendar-view td .rz-state-default:hover {
        background-color: var(--nz-highlight) !important;
        color: var(--nz-background) !important;
    }
.rz-dropdown-trigger {
    color: white;
}
.rz-dropdown-item{
    color:lightgrey;
}
    .rz-dropdown-item:hover {
        background-color: var(--nz-highlight) !important;
        color: var(--nz-background) !important;
    }
    .rz-dropdown-item.rz-state-highlight {
        background-color: var(--nz-highlight) !important;
        color: var(--nz-background) !important;
    }
.rz-calendar-today {
    background-color: var(--nz-background) !important;
    color: lightgray !important;
}
.rz-numeric{
    border:none;
}
    .rz-numeric:not(:disabled):not(.rz-state-disabled):hover,.rz-numeric:not(:disabled):not(.rz-state-disabled):focus {
        border: none!important;
    }
    ::-webkit-scrollbar {
        background-color: var(--nz-background-secondary) !important;
        width: 5px;
        height: 10px;
    }
.rz-state-active {
    background-color: var(--nz-highlight) !important;
    color: var(--nz-background) !important;
}
.rz-calendar-header {
    color: lightgray !important;
    background-color: var(--nz-background-secondary) !important;
}
.rz-timepicker{
    border-top:1px solid var(--nz-background);
}
.rz-dialog {
    color: lightgray !important;
    background-color: unset !important;
}
.rz-dialog-titlebar {
    background-color: var(--nz-background-secondary) !important;
}
.rz-dialog-mask{
    background-color:var(--nz-background) !important;
}
.rz-dialog-content {
    background-color: var(--nz-background) !important;
}
.rz-datepicker-popup-container {
    border: 1px solid var(--nz-background) !important;
}
.rz-textbox {
    border: unset !important;
    background-color: var(--nz-background-secondary) !important;
    color: lightgray !important;
}
.rz-dropdown {
    border: unset !important;
    background-color: var(--nz-background-secondary) !important;
}
.rz-dropdown-label{
    border: none !important;
}
.rz-popup {
    background-color: var(--nz-background-secondary) !important;
}
.rz-datepicker {
    border: unset !important;
}
.rz-button {
    background-color: var(--nz-primary) !important;
    color: lightgray !important;
}
.rz-textarea {
    background-color: var(--nz-background-secondary) !important;
    color: lightgray !important;
    border: 1px solid var(--nz-background) !important
}
.rz-primary {
    border: 1px solid #2B3B58 !important;
}
.rz-button:not(.rz-state-disabled):not(:active):hover{
    box-shadow:unset !important;
}
.rz-scheduler-nav{
    color:lightgray !important;
    background-color: var(--nz-background) !important;
}
.rz-scheduler {
    background-color: var(--nz-background-secondary) !important;
    border:unset!important;
    color: lightgray !important;
}
.rz-scheduler-nav-title {
    color: unset !important;
}
.rz-calendar-view thead th {
    background-color: var(--nz-background) !important;
}
.rz-view-header {
    background-color: var(--nz-background) !important;
    border: 1px solid #2B3B58 !important;
}
.rz-slot {
    border: 1px solid var(--nz-background) !important;
}

.rz-slot-minor {
    border: unset !important;
}
html, body {
    font-family: 'Segoe UI Symbol', Arial, sans-serif;
}

h1:focus {
    font-family: 'Segoe UI Symbol', Arial, sans-serif;
    outline: none;
}

.mybtn {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.15s;
    font-weight: bold;
}

.mybtn-primary {
    background-color: #cc0033;
    color: white;
}

    .mybtn-primary:hover {
        background-color: #a3002a;
    }

.mybtn-light {
    background-color: #66646480;
    color: white;
}

    .mybtn-light:hover {
        background-color: #666464;
    }

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.form-check-input:checked {
    background-color: #cc0033;
    border-color: #cc0033;
}

.table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.th, td {
    background-color: #ffffff;
    color: black;
    padding: 5px;
}

th {
    text-align: left;
}

thead th {
    background-color: #A8A8A8;
}


::-webkit-scrollbar-track {
    background: #9d9d9d78;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.middle {
    flex: 1;
}

mark {
    all: unset;
    position: relative;
    font-style: normal;
    z-index: 0;
    color: #0f1d3d;
    padding: 0px 4px;
    left: -2px;
    background-color: #ecff69;
    -webkit-box-decoration-break: clone;
}

em {
    position: relative;
    font-style: normal;
    z-index: 0;
    color: #0f1d3d;
    padding: 0px 10px;
    left: -10px;
}

    em:after {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: #ecff69;
        border-radius: 10px 24px 16px 25px;
        transform: skew(22deg) rotate(-1deg);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
        animation: fortschritt 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

h5 {
    color: white;
    margin-bottom: 0.5vh;
}

.Button {
    padding: 10px;
    font-size: 2vh;
    text-align: center;
    color: black;
    border: 2px solid black;
    background: #E1FF67;
}



a, .btn-link {
    color: #0071c1;
}

i {
    font-weight: initial;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}




.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }




.element-v-a {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

    .element-v-a .element-x-v-a {
        background-image: url(./img/background.png);
        background-size: 100% 100%;
        width: 2133px;
        height: 1600px;
        position: relative;
    }

    .element-v-a .dark-blue {
        position: absolute;
        width: 998px;
        height: 607px;
        top: 102px;
        left: 120px;
    }

    .element-v-a .head {
        position: absolute;
        width: 1000px;
        height: 530px;
        top: 77px;
        left: 0;
    }

    .element-v-a .durch-viele {
        position: absolute;
        width: 850px;
        top: 417px;
        left: 14px;
        font-family: "ABeeZee", sans-serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 34px;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .text-wrapper {
        font-family: "ABeeZee", sans-serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 34px;
        letter-spacing: 0;
    }

    .element-v-a .span {
        font-family: "ABeeZee", sans-serif;
        font-weight: 800;
    }

    .element-v-a .overlap-group {
        position: absolute;
        width: 996px;
        height: 404px;
        top: 0;
        left: 0;
    }

    .element-v-a .highlight {
        position: absolute;
        width: 845px;
        height: 95px;
        top: 208px;
        left: 0;
    }

    .element-v-a .unternhemensname-hat {
        position: absolute;
        top: 0;
        left: 15px;
        font-family: "ABeeZee", sans-serif;
        font-weight: 800;
        color: transparent;
        font-size: 83px;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .text-wrapper-2 {
        color: #ffffff;
    }

    .element-v-a .text-wrapper-3 {
        color: #142545;
    }

    .element-v-a .novazoon-logo {
        position: absolute;
        width: 190px;
        height: 41px;
        top: 0;
        left: 319px;
    }

    .element-v-a .div {
        position: absolute;
        top: 6px;
        left: 15px;
        font-family: "ABeeZee", sans-serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 24px;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .blue {
        position: absolute;
        width: 755px;
        height: 830px;
        top: 118px;
        left: 1286px;
    }

    .element-v-a .use-case {
        position: absolute;
        width: 759px;
        height: 302px;
        top: 528px;
        left: 0;
    }

    .element-v-a .p {
        position: absolute;
        width: 520px;
        top: 159px;
        left: 235px;
        font-family: "ABeeZee", sans-serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 24px;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .text-wrapper-4 {
        position: absolute;
        top: 126px;
        left: 235px;
        font-family: "ABeeZee", sans-serif;
        font-weight: 800;
        color: #ffffff;
        font-size: 25px;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .photo {
        position: absolute;
        width: 210px;
        height: 295px;
        top: 0;
        left: 0;
    }

    .element-v-a .title {
        position: absolute;
        width: 333px;
        height: 122px;
        top: 0;
        left: 228px;
    }

    .element-v-a .overlap-group-2 {
        position: relative;
        width: 331px;
        height: 122px;
    }

    .element-v-a .img {
        width: 299px;
        top: 39px;
        position: absolute;
        height: 42px;
        left: 0;
    }

    .element-v-a .highlight-2 {
        width: 182px;
        top: 0;
        position: absolute;
        height: 42px;
        left: 0;
    }

    .element-v-a .element-MEHR-PRODUKTIVIT {
        position: absolute;
        width: 324px;
        top: 0;
        left: 7px;
        font-family: "ABeeZee", sans-serif;
        font-weight: 800;
        color: transparent;
        font-size: 34px;
        letter-spacing: 0;
        line-height: 40px;
    }

    .element-v-a .use-case-2 {
        position: absolute;
        width: 759px;
        height: 302px;
        top: 179px;
        left: 0;
    }

    .element-v-a .overlap-group-wrapper {
        position: absolute;
        width: 394px;
        height: 122px;
        top: 0;
        left: 228px;
    }

    .element-v-a .overlap-group-3 {
        position: relative;
        width: 392px;
        height: 122px;
    }

    .element-v-a .highlight-3 {
        width: 226px;
        top: 79px;
        position: absolute;
        height: 42px;
        left: 0;
    }

    .element-v-a .highlight-4 {
        width: 170px;
        top: 40px;
        position: absolute;
        height: 42px;
        left: 0;
    }

    .element-v-a .ANGEBOTSERSTELLUNG {
        position: absolute;
        width: 385px;
        top: 0;
        left: 7px;
        font-family: "ABeeZee", sans-serif;
        font-weight: 800;
        color: transparent;
        font-size: 34px;
        letter-spacing: 0;
        line-height: 40px;
    }

    .element-v-a .group {
        position: absolute;
        width: 624px;
        height: 132px;
        top: 0;
        left: 0;
    }

    .element-v-a .wir-haben-zwei {
        position: absolute;
        width: 620px;
        top: 70px;
        left: 0;
        font-family: "ABeeZee", sans-serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 25px;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .text-wrapper-5 {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "ABeeZee", sans-serif;
        font-weight: 800;
        color: #ffffff;
        font-size: 50px;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .yellow {
        position: absolute;
        width: 743px;
        height: 493px;
        top: 1040px;
        left: 1286px;
    }

    .element-v-a .text-wrapper-6 {
        position: absolute;
        width: 737px;
        top: 415px;
        left: 0;
        font-family: "ABeeZee", sans-serif;
        font-weight: 400;
        color: #142545;
        font-size: 21px;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .erarbeiten-sie-eine {
        position: absolute;
        width: 593px;
        top: 113px;
        left: 143px;
        font-family: "ABeeZee", sans-serif;
        font-weight: 400;
        color: #142545;
        font-size: 26px;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .meine-empfehlung-f-r {
        position: absolute;
        width: 552px;
        top: 0;
        left: 143px;
        font-family: "ABeeZee", sans-serif;
        font-weight: 800;
        color: #142545;
        font-size: 40px;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .mask-group {
        position: absolute;
        width: 118px;
        height: 118px;
        top: 9px;
        left: 0;
    }

    .element-v-a .columns {
        position: absolute;
        width: 1058px;
        height: 598px;
        top: 775px;
        left: 120px;
    }

    .element-v-a .business-insights {
        position: absolute;
        width: 346px;
        height: 598px;
        top: 0;
        left: 718px;
    }

    .element-v-a .overlap-group-4 {
        height: 328px;
        top: 270px;
        left: 0;
        background-image: url(./img/image.svg);
        background-size: 100% 100%;
        position: absolute;
        width: 340px;
    }

    .element-v-a .text-wrapper-7 {
        color: #ffffff;
        position: absolute;
        width: 295px;
        top: 132px;
        left: 22px;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .text-wrapper-8 {
        position: absolute;
        width: 295px;
        top: 29px;
        left: 22px;
        font-weight: 800;
        color: #ffffff;
        font-size: 43px;
        text-align: center;
        letter-spacing: 0;
        line-height: 43px;
    }

    .element-v-a .overlap {
        position: absolute;
        width: 340px;
        height: 70px;
        top: 0;
        left: 0;
        background-image: url(./img/vector-4.svg);
        background-size: 100% 100%;
    }

    .element-v-a .text-wrapper-9 {
        position: absolute;
        width: 340px;
        top: 15px;
        left: 0;
        font-weight: 800;
        color: #ffffff;
        font-size: 33px;
        text-align: center;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .mask-group-2 {
        position: absolute;
        width: 340px;
        height: 200px;
        top: 70px;
        left: 0;
    }

    .element-v-a .kundenmehrwerte {
        position: absolute;
        width: 346px;
        height: 598px;
        top: 0;
        left: 359px;
    }

    .element-v-a .overlap-2 {
        height: 328px;
        top: 270px;
        left: 0;
        background-image: url(./img/vector-2.svg);
        background-size: 100% 100%;
        position: absolute;
        width: 340px;
    }

    .element-v-a .div-wrapper {
        position: absolute;
        width: 340px;
        height: 70px;
        top: 0;
        left: 0;
        background-image: url(./img/vector-5.svg);
        background-size: 100% 100%;
    }

    .element-v-a .produktivitt {
        position: absolute;
        width: 346px;
        height: 598px;
        top: 0;
        left: 0;
    }

    .element-v-a .overlap-3 {
        height: 328px;
        top: 270px;
        left: 0;
        background-image: url(./img/vector-3.svg);
        background-size: 100% 100%;
        position: absolute;
        width: 340px;
    }

    .element-v-a .text-wrapper-10 {
        color: #142545;
        position: absolute;
        width: 295px;
        top: 132px;
        left: 22px;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .hohes-potenzial {
        position: absolute;
        width: 295px;
        top: 29px;
        left: 22px;
        font-weight: 800;
        color: #142545;
        font-size: 43px;
        text-align: center;
        letter-spacing: 0;
        line-height: 43px;
    }

    .element-v-a .overlap-4 {
        position: absolute;
        width: 340px;
        height: 70px;
        top: 0;
        left: 0;
        background-image: url(./img/vector.svg);
        background-size: 100% 100%;
    }

    .element-v-a .overlap-5 {
        height: 90px;
        top: 1425px;
        left: 120px;
        background-color: #0f49ee;
        position: absolute;
        width: 340px;
    }

    .element-v-a .text-wrapper-11 {
        position: absolute;
        width: 227px;
        top: 29px;
        left: 94px;
        font-weight: 800;
        color: #ffffff;
        font-size: 23px;
        letter-spacing: 0;
        line-height: normal;
    }

    .element-v-a .livello {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 20px;
        left: 22px;
    }

    .element-v-a .text-wrapper-12 {
        position: absolute;
        width: 699px;
        top: 1456px;
        left: 479px;
        font-weight: 400;
        color: #ffffff;
        font-size: 21px;
        letter-spacing: 0;
        line-height: normal;
    }


@keyframes fortschritt {
    from {
        width: 0%
    }

    to {
        width: 100%
    }
}