.labels {
    position: relative;
    border-radius: 0;
    text-align: center;
    border: 1px solid #376BFB;
    font-size: 12px;
    line-height: 14px;
    padding: 8px;
    display: inline-block;
    background-color: #FFFFFF;
    color: #303030;
    font-family: "Fira Sans", Sans-serif;
    width: 108px;
    margin-bottom: 15px;
    margin-left: -20px;
}

.as_form_offset{
    height: 47px;
}

.labes_jaNein{
    width: 80px;
    margin-left: 13px;
}

.labels:before, .labels:after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

.labels:before {
    border: 6px solid transparent;
    z-index: 2;
}

.labels.up:before {
    left: 50%;
    top:100%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top-color: #FFFFFF;
}

.labels:after {
    border: 7px solid transparent;
    z-index: 1;
}
.labels.up:after {
    border-top-color: #376BFB;
    top:100%;
    left: 50%;
    margin-left: -7px;
}

.radios{
    width: 55px;
    text-align: center;
    position: relative;
    margin-right: 60px;
}

.assesment_answers label{
    position: relative;
    display: block;
    font-size: 18px;
}

.small_font{
    font-size: 16px;
    line-height: 1;
    margin-top: 25px;
    text-align: justify;
}

.assesment_answers label img{
    height: 140px;
}

.assesment_answers label span{
    font-size: 12px;
    line-height: 1;
}

#assesment_formular{
    width: 100%;
    max-width: 620px;
    margin: auto;
    border: 1px solid #efefef;
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #fff;
}


#assesment_formular input{
    width: 100%;
    margin-bottom: 10px;
}

[type="checkbox"], [type="radio"] {
    width: auto !important;
    margin-left: 5px;
}
[type="checkbox"]{
    margin: 0px !important;
}
.assesment_line{
    margin: 80px auto 40px auto;
    background-color: #eee;
    width: calc(100% - 50px);
    height: 1px;
    max-width: 1170px;
}

.assesment_question_info{
    margin: 20px 0px;
}

.assesment_form0 .btn_block{
    width: calc(100% - 50px);
    margin-bottom: 40px;
}

.assesment_formular_title, .assesment_formular_title_form{
    color: #000;
    margin: 0px 0px 20px 0px;
    padding-left: 0px;
}

.assesment_formular_text, .assesment_formular_text_form{
    font-size: 18px;
    color: #000;
    padding-left: 0px !important;
}

.assesment_question{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    color: #376BFB;
    font-family: 'Fira Sans', sans-serif;
}

.show_if_more_person, .show_if_more_person_btn {
    display: none;
}

.assesment_question span{
    font-weight: normal;
}

.assesment_question_info{
    font-size: 16px;
}

.assesment_question_info span{
    font-weight: bold;
}

.q_block{
    position: relative;
    padding: 0px 0px;
    text-align: center;
}

.question_block{
    width: calc(100% - 50px);
    max-width: 1170px;
    margin: 0 auto;
}

.btn_block{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.btn_assesment{
    background-color: #376BFB;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    margin: 10px;
    border-radius: 10px;
}

.btn_assesment:hover{
    background-color: #202020;
    color: #fff;
}

.btn_prev p, .btn_next p{
    margin:0px;
    font-size: 18px !important;
}

.btn_prev, .btn_next{
    -webkit-appearance: none;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid transparent;
    text-decoration: none;
    letter-spacing: 0.075em;
    display: inline-block;
    white-space: nowrap;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-family: 'Fira Sans', sans-serif;
}

.btn_prev{
    background-color: #202020;
}

.assesment_form{
    display: none;
}

.assesment_form1{
    display: block;
}

.assesment_formular_header{
    width: 100%;
    max-width: 1170px;
    position: relative;
    margin:0;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.assesment_formular_header .as_logo{
    width: 35%;
}


.as_header_box{
    background-color: #F7F7F7;
    padding: 60px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.as_progress{
    width: 100%;
    border:1px solid #376BFB;
    background-color: #ffffff;
    position: relative;
    right: 0;
    top: 0;
    margin: 0px 0px 0px 0px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.as_progress_inner{
    position: relative;
}

.as_progress_inner p{
    font-size: 13px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0px;
}

.as_progress_bar{
    position: absolute;
    top:0;
    bottom: 0;
    background-color: #376BFB;
    width: 17%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.as_progress_bar_after:after{
    content: '';
    border:40px solid #FFFFFF;
    transform: rotate(45deg);
    right: -56px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.assesment_form0{
    display: block;
}

.assesment_form0 .btn_assesment{
    width: 100%;
    padding: 20px;
}

.assesment_result_wrapper{
    background-color: #ffffff;
    width: 100%;
    margin-top:-300px
}

.assesment_result_header{
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.assesment_result_header_inner{
    background-color: rgba(175, 202, 25, 0.694);
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.assesment_result_header_inner h2{
    color: #fff;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0;
}

.assesment_result_header_inner h5{
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0;
    color:#FFFFFF;
}

.assesment_result_inner h3{
    color: #363636;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 32px;
    font-family: "Inter", Sans-serif;
}

.assesment_result_inner .h3{
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.assesment_result_inner h2, .assesment_footer_inner h2{
    color: #363636;
    font-size: 35.2px;
    line-height: 1.25;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0;
    font-family: "Inter", Sans-serif;
}

.assesment_result_inner h5{
    color: #363636;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    margin-bottom: 0;
    opacity: 0.6;
    font-family: "Inter", Sans-serif;
}

.assesment_result_inner{
    width: 90%;
    max-width: 1140px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.assesment_inner_left, .assesment_inner_right{
    width: 544px;
}

.assesment_formular img, .assesment_result_inner img{
    width: auto;
    max-width: 100%;
}


.assesment_inner_right .img{
    width: 412px;
}

.mt-50{
    margin-top:50px
}

.assesment_result_inner p{
    font-weight: 400;
    color: #363636;
    background-color: #fff;
    text-transform: none;
    font-style: normal;
    text-align: justify;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
    font-family: "Inter", Sans-serif;
}

.as_text_right{
    text-align: right;
}

.assesment_footer{
    background: #376BFB;
    color: #fff;
}

.assesment_footer_inner{
    padding: 64px 0px;
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.assesment_footer_inner h2{
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Source Sans Pro',Arial,Helvetica;
    font-weight: 600;
    margin-bottom: 16px;

}

.assesment_footer_inner p{
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-align: inherit;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
}

.assesment_footer_inner a{
    padding: 1rem .5rem;
    display: inline-block;
    font-family: "Inter", Sans-serif;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    max-width: 100%;
    transition: all .3s ease-in-out;
    background: #fff;
    color: #363636;
    border-color: rgba(0,0,0,0);
    padding: 18px 25px;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

.assesment_footer_inner a:hover{
    background-color: #f0f0f0;
}

.scroll-cont{
    width: 100%;
    position: relative;
}

.scroll-cont a {
    display: block;
    width: calc((2rem * 1.45) *2);
    height: calc((2rem * 1.45) *2);
}

.scroll-cont span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    content: "";
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: arrow;
    animation-name: arrow;
    width: 2rem;
    height: 2rem;
    transform: translate(-50%, (2rem / 2)) rotate(-45deg);
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0;
        transform: translate(-50%, -2rem) rotate(-45deg)
    }
    50% {
        opacity: 1;
        transform: translate(-50%, calc(-(2rem / 2))) rotate(-45deg)
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 0) rotate(-45deg)
    }
}

@keyframes arrow {
    0% {
        opacity: 0;
        transform: translate(-50%, -2rem) rotate(-45deg)
    }
    50% {
        opacity: 1;
        transform: translate(-50%, calc(-(2rem / 2))) rotate(-45deg)
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 0) rotate(-45deg)
    }
}

.assesment_result_inner b, .assesment_result_inner strong {
    font-weight: 600;
}

.assesment_main_inner input[type=text]{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    border:1px solid #efefef;
    width: 100%;
    padding: 10px;
    transition: all 0.5s ease-in-out;
    font-family: "Inter", Sans-serif;
    margin-bottom: 20px;
}

.assesment_main_inner input:focus, .assesment_main_inner input:hover, .assesment_main_inner input:active {
    border:1px solid #376BFB !important;
    outline: none !important;
    box-shadow: none;
    outline-color: transparent !important;
}

.as_form_text_box {
    width: 100%;
    max-width: 830px;
    margin: 40px 0px;
    display: none;
}

.barmenia{
    display: none;
}

#email_custom{
    display: none;
}

.font_18{
    font-size: 18px !important;
}

.answers_radio_mehrere_person label img{
    height: 80px;
}

.zusammenfassung{
    text-align: left;
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.zusammenfassung h2{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}

.zeile_person{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
    align-items: flex-end;
}

.z_rechts{
    width: 20%;
    min-width: 90px;
    text-align: right;
}

.summe{
    text-align: right;
    font-weight: bold;
}

#zusammenfassung_links{
    padding: 60px 40px;
    background-color: #376BFB;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    opacity: 0;
    border-radius: 20px;
}

#zusammenfassung_links .zusammenfassung{
    margin-bottom: 0px;
}

#zusammenfassung_links h2{
    color: #ffffff;
}

#zusammenfassung_links.active{
    opacity: 1;
}

.zf_li_a{
    top: 10px !important;
    bottom: 10px !important;
    z-index: 0 !important;
    background-color: #376BFB;
    opacity: 0;
    border-radius: 20px;
    transition: all .3 linear;
}

.zf_li_a.active{
    opacity: 1;
    z-index: 1 !important;
    transition: all .3 linear;
}

#alter{
    display: none;
}

@media screen and (max-width: 1169px) {
    
    .btn_block{
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 768px) {
    .assesment_result_header {
        background-attachment: inherit;
    }
    .assesment_result_inner, .assesment_footer_inner{
        flex-wrap: wrap;
    }

    .assesment_inner_left, .assesment_inner_right, .as_footer_left, .as_footer_right {
        width: 100%;
        margin-bottom: 40px;
    }

    .as_order_1{
        order: 1;
    }

    .as_order_2{
        order: 2;
    }

    .as_order_3{
        order: 3;
    }

    .as_header_box{
        width: 100%;
        padding: 25px;
    }

    .assesment_formular_header{
        margin-top: 0px;
    }

    .assesment_formular_header .as_logo {
        width: 60%;
        margin: 20px auto;
        max-width: 100%;
    }
    .as_form_text_box {
        width: calc(100% - 50px);
    }
}

.assesment_formular{
    max-width: 600px;
    margin: auto;
    border-radius: 20px;
}



@media screen and (max-width: 768px) {
    .assesment_form0 .btn_assesment p{
        font-size: 25px;
    }

    .assesment_formular_header{
        width: 100%;
    }

    .assesment_formular{
        padding: 15px;
    }

}

.verform{
    display: none;
    position: fixed !important;
    z-index: 100000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    backdrop-filter: blur(5px);
    overflow: scroll;
}

.close_form, .elementor-button{
    cursor: pointer;
    display: inline-block;
}

.error_fields{
    color: red;
    margin-top: 10px;
    width: 100%;
}

.answers_radio{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.radio_button{
    margin: 10px;
}

.stern{
    font-size: 10px;
    color: #aaaaaa;
}

.radio_button input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 40px !important;
    height: 40px;
    padding: 0 !important;
    border: 2px solid #376BFB !important;
    border-radius: 10px !important;
    margin-right: 0px;
    vertical-align: middle;
    position: relative;
    top: 3px;
}

.radio_button input[type="radio"]:checked {
    background-color: #376BFB;
}

.assesment_answers input, .assesment_answers textarea{
    border: 1px solid #376BFB !important;
}


@media screen and (max-width: 480px) {
    .table_title h2{
        font-size: 16px !important;
    }
    .flex{
        flex-direction: column;
    }
    .stern{
        text-align: center;
        margin: 10px 0px;
        max-width: 90%;
    }

    .question_block{
        width: 100%;
    }

    #alter{
        display: block;
    }
    .zf_li_a{
        display: none;
    }
}

.geb_fields{
    display: flex;
    gap: 10px;
}