.labels {
    position: relative;
    border-radius: 0;
    text-align: center;
    border: 1px solid #a61e37;
    font-size: 12px;
    line-height: 14px;
    padding: 8px;
    display: inline-block;
    background-color: #FFFFFF;
    color: #303030;
    font-family: "Inter", 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: #a61e37;
    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;

}


/* Create a custom checkbox */
.assesment_answers .checkmark {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    height: 46px;
    width: 46px;
    background-color: #fff;
    border: 1px solid #a61e37;
    border-radius: 100%;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.labels_font label{
    transform: translate(25px, 15px);
    font-size: 14px;
    display: inline-block;
    background-color: #ffffff;
    padding: 5px 10px;
}

/* On mouse-over, add a grey background color */
.assesment_answers label:hover input ~ .checkmark {
    background-color: #fff;
    background-image: url("https://www.vend-consulting.de/wp-content/themes/knox/images/radio_hover.png");
    cursor: pointer;
}

/* When the checkbox is checked, add a blue background */
.assesment_answers label input:checked ~ .checkmark {
    background-color: #a61e37;
    background-image: url("https://www.vend-consulting.de/wp-content/themes/knox/images/radio_checked.png");
    cursor: pointer;
}

/* Create the checkmark/indicator (hidden when not checked) */
.assesment_answers .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.assesment_answers label input:checked ~ .checkmark:after {
    display: block;
}
#assesment_formular{
    width: 100%;
    margin: auto;
}


#assesment_formular input{
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
}

[type="checkbox"], [type="radio"] {
    width: auto !important;
    margin-left: 5px;
}

#check{
    margin-top: 35px;
}

.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{
    font: normal normal 600 25px/32px Source Sans Pro;
    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: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    color: #a61e37;
    font-family: 'Inter', sans-serif;
}

.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;
}

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

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

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

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

.btn_prev p, .btn_next p{
    margin:0px;
}
.text_center{
    text-align: center;
}
.btn_prev, .btn_next{
    -webkit-appearance: none;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 20px;
    border: 1px solid transparent;
    text-decoration: none;
    letter-spacing: 0.075em;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.assesment_form{
    display: none;
}

.assesment_form1{
    display: block;
}

.assesment_formular_header{
    width: 100%;
    max-width: 1170px;
    position: relative;
    margin:0;
    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 #a61e37;
    background-color: #ffffff;
    position: relative;
    right: 0;
    top: 0;
    margin: 0px 0px 0px 0px;
    display: block;
}

.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: #a61e37;
    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_form0 .btn_assesment p{
    font: normal normal 600 30px/38px Source Sans Pro;
}

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

.assesment_result_header{
    background-image: url('https://www.vend-consulting.de/wp-content/uploads/result-header-img-s.jpg');
    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: #a61e37;
    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 #a61e37 !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;
}

form{
	margin-top: 10px;
	position: relative;
    z-index: 1;
}


form input, form textarea {
	width: 100% !important;
	border-radius: 5px !important;
	padding: 10px 20px !important;
	border: 1px solid #efefef !important;
	outline: none !important;
	margin-bottom: 20px !important;
	font-size: 18px !important;
	font-weight: 300 !important;
}

form input:focus, form textarea:focus, form input:active, form textarea:active, .btn:focus, .btn:active, button:focus, button:active, a:active, a:focus{
	outline: none !important;
   box-shadow: none;
   outline-color: transparent !important;
}

form label{
	margin-left: 10px;
	font-size: 14px;
}

@media screen and (max-width: 1169px) {
    .q_block{
        padding:40px 0px;
    }

    .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{
    background-color: #fff;
    padding: 0px;
    margin: auto;
    border-radius: 20px;
}

@media screen and (max-width: 1200px) {
    .elementor-8 .elementor-element.elementor-element-105bb5c5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
        background-size: cover !important;
    }
}




@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: block;
}

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

.close_form{
    font-size: 12px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 40px;
}

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

.answers_radio{
    display: flex;
    text-align: center;
    margin-bottom: 5px;
}

.radio_button{
    margin: 10px;
}

table tr:first-child{
    background-color: #a61e37;
}

table tr:nth-child(2n){
    background-color: #fafafa;
}

table tr td:first-child{
    padding-left: 10px;
}

table tr td:nth-child(2n){
    text-align: center;
}

.table_title{
    background-color: #a61e37;
}

.table_title h2{
    color: #ffffff !important;
}
table td p{
    font-size: 16px;
    font-family: "Inter", Sans-serif;
}
table td p span{
    font-size: 12px;
}

table td p span{
    font-size: 12px;
}

table td i{
    font-size: 45px;
    color: #a61e37;
}

.page-content, .entry-content, .entry-summary{
    margin: 0px;
}

.container{
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

header{
    position: sticky;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.logo{
    width: 12%;
}

.logo p{
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    text-align: center;
}

footer .logo{
    width: 35px;
}

footer .container{
    padding: 20px 0px;
    border-top: 1px solid #a61e37;
}

.logo img{
    width: 100%;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imp{
    color: #cccccc;
}

.imp a{
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    color: #a61e37;
    text-decoration: none;
}

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

.assesment_answers .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.assesment_answers .flex .w4{
    flex: 0 0 45%;
}

@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%;
    }

    footer .container{
        padding: 20px 0px 80px;
        border-top: 1px solid #a61e37;
    }

}