
.sdx-block-page-header{
    margin-bottom: -240px;
}

.sdx-block-page-header + * {
    padding-top: 240px;
}
.header-top .content{
    position: relative;
}






#modal-kurzanalyse .box{
    max-width: 807px;
    display: none;
}

#modal-kurzanalyse .box.active{
    display: block;
}

#modal-kurzanalyse .box .content{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    position: relative;
}

#modal-kurzanalyse .box .content .sdx-modal-close{
    position: absolute;
    right: 15px;
    cursor: pointer;
}

/* #modal-kurzanalyse .box .content,
#modal-kurzanalyse .box .footer
{
    padding: 16px 30px 20px;
} */

/* #modal-kurzanalyse .box .title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 40px 0px;
    color: #246B7D;
    line-height: 36px;
} */

#modal-kurzanalyse .box input[type="text"],
#modal-kurzanalyse .box input[type="file"],
#modal-kurzanalyse .box input[type="email"],
#modal-kurzanalyse .box input[type="number"]
{
    width: 100%;
    margin-top: 30px;
    border: 2px solid #E8E8E8;
    border-radius: 12px;
    padding: 14px;
    font-size: 16px;
}

#modal-kurzanalyse .box .pdf-optional{
    margin-top: 30px;
}

#modal-kurzanalyse .box .pdf-optional label{
    display: block;
    margin-bottom: 10px;
    color: #246B7D;
    font-weight: 500;
    font-size: 15px;
}

#modal-kurzanalyse .box .pdf-optional input{
    margin-top: 0px;
}

#modal-kurzanalyse .box .pdf-optional span{
    color: #246B7D;
    font-size: 12px;
}

#modal-kurzanalyse .box .companies{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#modal-kurzanalyse .box .companies li{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 12px;
    color: #246B7D;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
}

/* #modal-kurzanalyse .gray-box{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 12px;
    color: #246B7D;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
} */

#modal-kurzanalyse .box .companies li.active{
    /* font-weight: bold; */
    background-color: #1CA67F;
    color: white;
}

#modal-kurzanalyse .errors{
    color: #c90000;
    margin-top: 20px;
}

#modal-kurzanalyse .processing-items{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

#modal-kurzanalyse .processing-items li{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 12px;
    position: relative;
}
#modal-kurzanalyse .processing-items li::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--before-width, 10%); /* Default width */;
    height: 100%;
    background-color: #9fe8d3;
    border-radius: 12px;
    z-index: 1;
    /* transform: translateY(-50%); */
}

#modal-kurzanalyse .processing-items li p{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
}

#modal-kurzanalyse .processing-items li img{
    animation: spin 2s linear infinite;
    z-index: 2;
}

#modal-kurzanalyse .processing-items li.done img{
    animation: none;
}

#modal-kurzanalyse .note{
    color: #246B7D;
    padding-top: 10px;
}

.loading-dots {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 2em;
    text-align: left;
    white-space: nowrap;
}

#modal-kurzanalyse .processing-items li .loading-dots::after {
    content: '';
    display: inline-block;
    animation: dots 1.5s steps(3, end) infinite;
}

#modal-kurzanalyse .processing-items li.done .loading-dots{
    display: none;
}

/* #modal-kurzanalyse .footer .btn-main{
    font-size: 18px;
    padding: 26px;
} */

#modal-kurzanalyse .step-3 .inputs{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

#modal-kurzanalyse .step-3 .group-input.term-condition-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

#modal-kurzanalyse .step-3 .group-input.term-condition-box input[type="checkbox"]{
    width: 20px;
    height: 20px;
}

#modal-kurzanalyse .step-3 .group-input{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#modal-kurzanalyse .step-3 .group-input label{
    font-size: 15px;
    color: #246B7D;
    font-weight: 500;
}

#modal-kurzanalyse .step-3 .group-input input{
    margin: 0px
}

#modal-kurzanalyse .group-rufnumme{
    display: flex;
}

#modal-kurzanalyse .group-rufnumme select{
    border-radius: 12px 0px 0px 12px;
    border: 2px solid #E8E8E8;
    padding: 12px;
    border-right: 0px;
    font-size: 16px;
    max-width: 200px;
}

#modal-kurzanalyse .group-rufnumme input{
    border-radius: 0px 12px 12px 0px !important;
    border-left: 0px;
}



@keyframes dots {
0% {
    content: '';
}
33% {
    content: '.';
}
66% {
    content: '..';
}
100% {
    content: '...';
}
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

#google_translate_element{
    position: fixed;
    z-index: 99999;
    top: 32px;
    position: fixed;
    z-index: 99999;
    right: 20px;
}

.translated-ltr #google_translate_element{
    top: 70px;
}

@media (max-width: 1010px) {
    
    #google_translate_element{
        top: 90px;
    }

    .translated-ltr #google_translate_element{
        top: 114px;
    }
}


.modal-warning{
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #d5d5d5e0;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.modal-warning .content{
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    font-size: 15px;
    border: 1px solid #dddddd;
    box-shadow: 1px 0px 9px 3px #ccc;
    max-width: 600px;
}

.modal-warning .content p{
    padding-bottom: 10px;
}

.modal-warning .content hr{
    background-color: #ede6e6;
    height: 1px;
    border: none;
}

.modal-warning .content .footer{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    cursor: pointer;
}