/********** FRONTEND *************/

.af2_loading_error {
    color: red;
    text-align: center;
    margin-top: 20px;
}

.af2_form {
    text-align: center;
}

.af2_checkbox_type {
    width: 18px;
    height: 18px;
}

.cf_extra_settings {
    display: flex;
    align-items: baseline;
}

.af2_sb_lbl {
    text-align: left;
}

.af2_text_type {
    transition: all 400ms ease-out;
}

.af2_form_bottombar {
    transition: all 400ms ease-out;
}

.af2_answer_image_wrapper {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.af2_content_description {
    font-size: 19px;
    margin: 0 auto 20px auto;
}
.recaptcha_checkbox {
    width: 30px !important;
    height: 30px !important;
    border-radius: 10px !important;
}
.google_recaptcha .af2_checkbox_label {
    margin-left: 20px;
    font-size: 18px;
}

.af2_question.google_recaptcha {
    flex-direction: row;
    align-items: center;
}

.af2_slider_frage {
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 400ms ease-out;
    width: 100%;
}

.af2_slide_operator {
    width: 50px;
}
.af2_slide_number {
    width: 80px;
}

.af2_slider_frage_wrapper {
    margin: 0 auto;
}

.af2_slider_frage_minmax {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.af2_slider_frage_bullet {
    position: relative;
    width: 91px;
    height: 41px;
    line-height: 42px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.af2_slider_frage::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #7bb9ff;
}

.af2_slider_frage::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #7bb9ff;
}

.af2_form_wrapper {
    position: relative;
}

.af2_answer_ {
    cursor: pointer;
}

.af2_answer_card_ {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 0 6px rgba(218, 216, 216, 0.77);
    border: 3px solid rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    transition: all 400ms ease-out;
}

.af2_text_type, .af2_textfeld_frage, .af2_textbereich_frage, .af2_datum_frage{
    transition: all 400ms ease-out;
}

.af2_carousel_item {
    min-width: 100%;
    max-width: 100%;
    transition: all 500ms ease-out;

    display: flex;
    flex-direction: column;
    /*justify-content: flex-end;*/
}

.af2_carousel_item.left {
    transform: translateX(-100%);
}

.af2_chooser_button {
    display: flex;
    flex-direction: column;
    margin: 5px 10px;
    width: 210px;
    height: 70px;
    text-align: -webkit-center;
    text-align: -moz-center;
    justify-content: center;
    vertical-align: middle;
}

.af2_carousel_item.no_trans {
    transition: none;
}

.af2_carousel_item.left_marg {
    margin-left: -100%;
}

.af2_mobile {
    display: none;
}

.af2_answer_image.pic {
    width: 100%;
}

.af2_answer_.hover .af2_answer_card_ {
    border: 3px solid;
    cursor: pointer;
}

.af2_answer_.selected_item .af2_answer_card_ {
    border: 3px solid;
}

.af2_submit_wrapper {
    display: flex;
    justify-content: left;
    align-content: center;
    flex-direction: column;
}

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

.af2_text_type {
    width: 100%;
}

.af2_response_success{
    color: green;
    text-align: left;
}

.af2_response_error {
    color: red;
    text-align: left;
}

.af2_question_text_type_wrapper {
    text-align: left;
}

.af2_answer_text {
    width: 100%;
    text-align: center;
    white-space: normal;
}

.af2_question_checkbox_type_wrapper {
    display: flex;
    align-items: center;
}

.af2_form_button {
    transition: background-color 300ms ease-out;
    cursor: pointer;
}

.af2_form_button.af2_disabled {
    cursor: default;
    pointer-events: none;
}

.af2_submit_button {
    cursor: pointer;
}

.af2_form_bottombar {
    display: flex;
    align-items: center;
}

.af2_form_progress_bar {
    display: flex;
    justify-content: left;
}

.af2_form_progress {
    width: 0;
    height: 100%;
    transition: width 500ms ease-out;
}

.af2_form_percentage {

}

.af2_form_percentage_triangle {
    margin: auto;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    transition: all 500ms ease-out;
}

.af2_form_carousel {
    position: relative;
    display: flex;
    overflow: hidden;
    max-width: 100% !important;
    min-width: 100% !important;
    transition: height 500ms ease-out;
}

@media only screen and (max-width: 479px) {
    .af2_mobile {
        display: block;
    }

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

    .af2_answer_card_ {
        display: flex;
    }

    .af2_answer_text {
        text-align: left;
    }

    .desktop {
        display: none;
    }
}

/**
h4.af2_heading {
    font-size: 30px;
    color: #00adef;
    text-align: center;
}


.af2_questionheading_wrapper {
    min-height: 60px;
    justify-content: center;
    align-items: center;
}
p.af2_questionheading {
    margin-top: 35px;
    font-size: 25px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 50px !important;
    text-align: center;
}

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

.af2_answer_wrapper {
    margin: 30px;
    color: #00adef;
    cursor: pointer;
    max-width: 150px;
}

.af2_textarea{
    box-shadow: 0 0 6px rgba(218, 216, 216, 0.77);
    border: 3px solid rgba(0, 0, 0, 0);
    transition: border 0.3s ease-out;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    border-radius: 15px;
    color: #333;
    padding: 15px;
}

#af2_textfeld{
    box-shadow: 0 0 6px rgba(218, 216, 216, 0.77);
    border: 3px solid rgba(0, 0, 0, 0);
    transition: border 0.3s ease-out;
    width: 90%;
    margin: 40px auto;
    font-size: 18px;
    height: 100px;
    border-radius: 15px;
    color: #333;
    padding: 15px;
}

.af2_answer_card {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0 0 6px rgba(218, 216, 216, 0.77);
    border: 3px solid rgba(0, 0, 0, 0);
    transition: border 0.3s ease-out;
}

.af2_answer_card:hover {
    box-shadow: 0 0 8px rgba(218, 216, 216, 0.80);
}

.af2_answer_card.selected {
    box-shadow: 0 0 8px rgba(218, 216, 216, 0.80);
}

p.af2_answer_text_main {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #333333;
}

.af2_form {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 55px;
}

.af2_switch_content {
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    display: flex;
}

.switch_cont {
    min-width: 100%;
    max-width: 100%;
    transition: margin ease-out 0.5s;
}

.af2_bottombar {
    display: flex;
}

.af2_back_button {
    margin-right: 75px;
    width: 50px;
    height: 50px;
    background-color: #00adef;
    color: white;
    border-radius: 5px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.af2_foward_button
{
    margin-left: 65px;
    width: 50px;
    height: 50px;
    background-color: #00adef;
    color: white;
    border-radius: 5px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.af2_foward_button.disabled {
    background-color: rgba(0, 173, 239, 0.19);
    pointer-events: none;
}

.af2_back_button.disabled {
    background-color: rgba(0, 173, 239, 0.19);
    pointer-events: none;
}

.af2_send_button {
    cursor: pointer;
}

.af2_bar {
    display: block;
    position: relative;
    flex-basis: auto;
    max-width: 100%;
    width: auto;
    flex-grow: 1;
    background-color: white;
    border: 1px solid #d6d6d6;
    height: 6px;
    border-radius: 15px;
    align-self: center;
}

.af2_bar.mob {
    display: none;
}

.af2_question {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px !important;
    margin: 10px;
}

p.af2_q_label {
    margin-bottom: 5px;
}

.af2_CB_cont {
    display: flex;
    align-items: center;
}

.af2_fe_checkbox {
    margin-right: 10px;
}

.af2_cfwrapper {
    margin-bottom: 35px !important;
}

.af2_bar_con {
    height: 100%;
    width: 0;
    background-color: #00adef;
    border-radius: 15px;
    transition: width ease-out 0.5s;
}
.af2_bar_con.mob{
    display: none
}

p.af2_answer_text_m {
    display: none;
}


@media only screen and (min-width: 768px) and (max-width: 991px){
    .af2_answer_card {
        width: 130px;
        height: 130px;
    }

}

@media (min-width: 480px) and (max-width: 767px){
}

@media only screen and (min-width: 320px) and (max-width: 479px){

    .af2_form {
        padding: 10px;
    }

    .af2_questionwrapper {
        flex-direction: column;
        margin-bottom: 50px;
        align-items: center;
    }

    .af2_answer_wrapper {
        margin: 12px;
        width: 80%;
        margin-top: 0;
    }

    .af2_answer_card {
        max-width: 100%;
        min-width: 100%;
        height: 40px;
        margin: 0 auto 10px auto;
    }

    #af2_textfeld {
        width: 98%;
        height: 75px;
    }

    .q_img {
        display: none;
    }

    p.af2_answer_text_m {
        display: block;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: #333333;
    }

    p.af2_answer_text_main {
        display: none;
    }

    .af2_bar_con {
        display: none;
    }
    .af2_bar_con.mob{
        display: block;
        height: 100%;
        width: 0;
        background-color: #00adef;
        border-radius: 15px;
        transition: width ease-out 0.5s;
    }

    .af2_bottombar {
        margin-top: 55px;
    }

    .af2_bar {
        display: block;
        background-color: rgba(1,1,1,0);
        position: relative;
        border: none;
        flex-basis: auto;
        max-width: 100%;
        width: auto;
        flex-grow: 1;
    }

    .af2_bar.mob {
        display: block;
        position: relative;
        flex-basis: auto;
        max-width: 100%;
        width: auto;
        flex-grow: 1;
        background-color: white;
        border: 1px solid #d6d6d6;
        height: 6px;
        border-radius: 15px;
        align-self: center;
        margin-top: 12px;

    }

    .af2_switch_content {
        margin-bottom: 35px;
    }
}


.whole_form.marg {
    margin-top: 50px;
}

.button_bar {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 20px;
}

.colorpicker.is-opened {
    z-index: 999 !important;
}

.af2_back_button.disabled .af2_button_overlay {
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.65);
}
.af2_foward_button.disabled .af2_button_overlay {
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.65);
}

.af2_button_overlay {
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
}

.af2_button_overlay:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.af2_frontend_error {
    border: 1px solid red !important;
}

.af2_img {
    max-width: 100%;
    max-height: 100%;
}

.q_img {
    padding: 10px;
}
**/






/**********************************************************************************************************************/
/*********                                        EVERYWHERE                                                  *********/
/**********************************************************************************************************************/

.af2_slide {
    -webkit-appearance: none;
    -moz-appearance: none;

    height: 9px;
    border-radius: 7px;
    box-shadow: 0 0 6px #7bb9ff;

    width: 100%;

    transition: all 400ms ease-out;
}

.af2_slide_minmax {
    display: flex;
    justify-content: space-between;
    padding: 10px 9px;
}


.slider_bullet {
    position: relative;
    /*width: 91px;*/
    max-width: 100%;
    height: 41px;
    line-height: 38px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 600;
    color: #7bb9ff;
}

.af2_slide:focus {
    outline: none;
}

.af2_slide::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #7bb9ff;
}

.af2_slide::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #7bb9ff;
}


#wpcontent {
    padding: 0;
}

#wpbody {
    overflow: hidden;
}

#wpbody-content {
    padding: 0;
}

#wpfooter {
    display: none;
}

body {
    color: #333;
}

.af2_whole {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently supported by any browser but < IE9 */
    position: relative;

    -webkit-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

#af2_req_div_data {
    display: none;
}

.af2_bodyc {
    background-color: #ffffff;
    padding: 0;
    height: 95VH;
    width: auto;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid black;
}

h4, h3 {
    color: #58468c;
}

.row {
    margin: 0;
}

.btn-primary {
    background-color: #7bb9ff;
    border: none;
}

.af2_sidebar_content.selected .btn-primary {
    background-color: #ff8a73;
}
.af2_sidebar_content.selected .btn-primary:hover {
    background-color: #D86565;
}

.btn-primary:disabled {
    background-color: rgba(123, 185, 255, 0.24);
    border: none;
}
.btn-primary:disabled:hover {
    background-color: rgba(123, 185, 255, 0.24);
    border: none;
}
.btn-primary:disabled:active {
    background-color: rgba(123, 185, 255, 0.24) !important;
    border: none;
}

.btn-primary:hover {
    background-color: #ff8a73;
}

.btn-primary:active, .btn-primary:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background-color: #ff5e45 !important;
    color: white !important;
}

.af2_sheet {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
}

.af2_canvas {
    background-color: #f8f9fa!important;
    padding: 0 20px;
    flex: 1;
    display: flex;
    justify-content: start;
    flex-direction: column;
    flex-basis: auto;
    box-shadow: inset 0 1px 5px #989898;
    position: relative;
}

.af2_content {
    margin: 40px 10px 0 10px;
    background-color: #ffffff;
    display: block;
    min-height: 75px;
    max-height: 100%;
    vertical-align: top;
    overflow-y: auto;
    overflow-x: auto;
    text-align: center;
    z-index: 50;
    position: relative;

}

.af2_content.full {
    height: 100%;
    display: flex;
}

input[type=text]:focus {
    border-color: #ff694c;
    box-shadow: 0 0 2px rgba(255, 138, 115, 0.33);
}

.icon_cont {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 300px;
}
.icon_cont.af2_drag_object {
    padding: 5px 10px;
}

.af2_sb_text.af2_drag_object {
    width: 250px;
    min-height: 50px;
    padding: 5px 3px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

/**********************************************************************************************************************/
/*********                                        CPT - SPECIFIC                                              *********/
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/*********                                       NAVBAR ITEMS                                                 *********/
/**********************************************************************************************************************/

.af2_navbar_button_container {
    text-align: right;
}

.af2_navbar_title {
    text-align: center;
}

/**********************************************************************************************************************/
/*********                                       AF2 SPECIFIC                                                 *********/
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/*********                                          SIDEBAR                                                   *********/
/**********************************************************************************************************************/
.af2_sidebar.hide {
    margin-left: -250px;
}
.af2_sidebar.right.hide {
    margin-left: 0;
    margin-right: -250px;
}
.af2_sidebar {
    margin: 0;
    min-width: 250px;
    max-width: 250px;
    height: 100%;
    background: #ebf0ff;
    color: #fff;
    display: flex;
    flex-direction: column;
    transition: margin 0.3s;
    z-index: 200;
    align-items: center;
}

.af2_sidebar_header {
    padding: 10px;
    margin-bottom: 30px;
}

.af2_sidebar_content_wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
}

.af2_sidebar_content_whitespace {
    display: flex;
    max-height: 100%;
    flex-direction: column;
    flex: 1;
    flex-basis: auto;
}

.af2_pro_sidebar_content{
    background-color: #eeeeee;
    cursor: not-allowed;
    position: relative;
    padding: 14px 8px;
    color: #6a96ff;
    width: 100%;
    margin: 10px 10px 14px 0;
    transition: all 0.2s ease-out;
}

.af2_pro_sidebar_content:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
.af2_sidebar_content{
    padding: 14px 8px;
    color: #6a96ff;
    width: 100%;
    background-color: rgba(121, 183, 255, 0.11);
    margin: 10px 10px 14px 0;
    transition: all 0.2s ease-out;
}
.af2_sidebar_content:hover {
    color: #ff694c;
    background-color: rgba(255, 138, 115, 0.16);
}
.af2_sidebar_content.selected {
    color: #ff694c;
    background-color: rgba(255, 138, 115, 0.33);
}

.af2_sb_text{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.af2_sb_p{
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.af2_sb_pic {
    width: 100%;
}

.af2_sidebar_close_button {
    padding: 0;
}

.af2_sidebar_heading {
    text-align: center;
}

.toggle_sidebar {
    opacity: 1;
    transition: opacity 0.3s;
    display: inline-block;
}
.toggle_sidebar.hide {
    opacity: 0;
    display: none;
}

/**********************************************************************************************************************/
/*********                                          CONTENT                                                   *********/
/**********************************************************************************************************************/
.af2_content_title {
    width: fit-content;
    font-size: 30px;
    margin: 20px auto 5px auto;
    line-height: 40px;
    color: #333;
    padding: 15px;
}

.af2_answer_container {
    margin: 50px 0 40px 0;
}

.af2_answer {
    width: 150px !important;
    height: 210px !important;
    margin: 13px 0 !important;
    display: inline-block;
    background-color: white;
    box-shadow: 0 0 6px rgba(218, 216, 216, 0.77);
    vertical-align: top;
    z-index: 100;
    position: relative;
}
.af2_answer_margs {
    width: 26px !important;
    height: 210px !important;
    display: inline-block;
    z-index: 100;
    position: relative;
    opacity: 1;
    margin: 13px 0;
}
.af2_answer_margs.hide {
    display: none;
}
.af2_answer_margs.af2_drop_container
{
    width: 150px !important;
    margin: 13px 13px;
    z-index: 170;
    border: 2px dashed #ff694c !important;
}

.af2_answer_img {
    width: 100%;
    height: 150px;
    padding: 10px;
}

.af2_answer_pic {
    width: 100%;
}

.af2_answer_p {
    border-top: 1px solid rgba(218, 216, 216, 0.77);
    width: 100%;
    height: 60px;
    line-height: 18px;
    text-align: center;
    padding: 0 1px;
}
.af2_btn_wrap {
    flex-wrap: wrap;
    justify-content: center;
}
.af2_editable_content:hover .af2_answer_p{
    border-top: 1px solid #ff694cb5;
}
.af2_editable_content.selected .af2_answer_p{
    border-top: 1px solid #ff694cb5;
}

.af2_add_answer {
    color: #7bb9ff9e;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s ease-out;
}
.af2_add_answer:hover {
    color: #ff694cb5;
}

.af2_editable_content {
    transition: all 0.3s ease-out;
}
.af2_editable_content:hover {
    color: #ff694c;
    background-color: rgba(255, 138, 115, 0.16);
    box-shadow: 0 0 6px rgba(255, 138, 115, 0.16);
}
.af2_editable_content.selected {
    color: #ff694c;
    background-color: rgba(255, 138, 115, 0.33);
    box-shadow: 0 0 6px rgba(255, 138, 115, 0.33);
}

.af2_delete_button {
    position: absolute;
    top: 5px;
    right: 10px;
    width: fit-content;
    height: fit-content;
}

.marked {
    background-color: rgba(255, 138, 115, 0.33);
    transition: all 0.4s ease-out;
}

.unmarked {
    transition: all 0.4s ease-out;
}

.af2_input_margs {
    height: 30px;
    width: 100%;
}
.af2_input_margs.hide {
    display: none;
}
.af2_input_margs.af2_drop_container {
    height: 80px;
    margin: 10px 0;
}

.af2_question {
    width: 90%;
    margin: auto;
    padding: 10px;
    position: relative;
    display: block;
}
.af2_question.af2_drag_object {
    max-width: 400px;
}

.af2_text_input {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.checkbox_type {
    display: flex;
}

.af2_label {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

.af2_form_section {
    min-height: 100%;
    min-width: 250px;
    max-width: 250px;
    padding: 5px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.af2_form_section.hide {
    display: none;
}
.af2_form_section_marg {
    min-width: 100px;
    max-width: 100px;
}
.af2_form_section_marg.full {
    min-width: 250px;
    max-width: 250px;
}
.af2_form_section_marg.hide{
    display: none;
}

.af2_form_section_content {
    background-color: white;
    box-shadow: 0 0 6px rgba(218, 216, 216, 0.77);
    margin: 0 auto;
    text-align: left;
    padding: 3px 10px;
    width: 250px;
    position: relative;
}

.af2_drop_container.hover{
    color: #FF694C;
    background-color: rgba(255, 138, 115, 0.33);
    box-shadow: 0 0 6px rgba(255, 138, 115, 0.33);
}

.af2_form_section_content_marg {
    width: 100%;
    min-height: 50px;
    max-height: 50px;
}
.af2_form_section_content_marg.full {
    min-height: 50px;
    max-height: 100%;
    height: 100%;
}
.af2_form_section_content_marg.hide {
    display: none;
}



.af2_question_content_question {
    font-size: 18px;
    padding: 25px 0 15px 0;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.af2_question_content_answer_block {
    padding: 10px 0;
}
.af2_question_content_answer_block.hide {
    display: none;
}

.af2_question_content_answer {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.af2_connector {
    border-radius: 90px;
    color: #7bb9ff;
    background-color: rgba(121, 183, 255, 0.11);
    transition: all 0.2s ease-out;
    margin-left: auto;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.af2_connector:hover {
    background-color: #ff8a73;
    color: #ff694c;
}

.af2_docer {
    display: block;
    opacity: 0;
    top: 50%;
    width: 3px;
    height: 3px;
}

/**********************************************************************************************************************/
/*********                                     DRAG AND DROP                                                  *********/
/**********************************************************************************************************************/
.af2_drop_container {
    z-index: 100;
}

.af2_drag_object
{
    position: absolute;
    z-index: 500;
    transition: none;
    pointer-events: none;
    background-color: rgba(255, 138, 115, 0.33);
}

.af2_drag_object.hide {
    display: none;
}

.getting_dragged {
    display: none !important;
}


.dotter_border {
    border: 0;
}
.dotter_border:hover {
    border: 2px dashed #ff694c;
}
.dotter_border.hover {
    border: 2px dashed #ff694c;
}

.af2_padd {
    padding: 10px 10px 10px 10px !important;
}

.af2_seperator {
    width: 100%;
    height: 1px;
    background-color: black;
    margin: 5px 0 10px 0 !important;
    transition: all 0.3s ease-out;
}

.af2_form_section_content:hover .af2_seperator {
    background-color: #ff694c;
}

.af2_fob_subheading {
    font-weight: 500;
}

/**********************************************************************************************************************/
/*********                                            CPT                                                     *********/
/**********************************************************************************************************************/
#breadcrumbs-wrapper .breadcrumbs-title {
    font-size: 26px;
    font-weight: 600;
}


/**********************************************************************************************************************/
/*********                                          GENERAL                                                   *********/
/**********************************************************************************************************************/
.vertical_centering {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconpicker-items {
    max-height: 150px !important;
}

.iconpicker-popover.popover {
    opacity: 1;
    display: block;
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
}

#af2_icon_picer_show {
    display: none;
}

#toast-container {
    position: absolute !important;
    max-width: 250px !important;
    top: 5% !important;
    right: 1% !important;
    justify-content: right !important;
    z-index: 10000 !important;
    overflow: hidden !important;
}

#af2_focus_button.hide {
    display: none;
}

.toast {
    z-index: 1000 !important;
    padding: 10px 5px !important;
    max-width: 250px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.toast.error {
    color: #ff694c !important;
    background-color: rgba(255, 138, 115, 0.16) !important;
    border-left: 2px solid #ff694c !important;
}
.toast.success {
    color: #34D187 !important;
    background-color: rgba(102, 255, 168, 0.16) !important;
    border-left: 2px solid #34D187 !important;
}
.toast.message {
    color: #58468c !important;
    background-color: rgba(121, 183, 255, 0.11) !important;
    border-left: 2px solid #58468c !important;
}
.toast.warning {
    color: #92a600 !important;
    background-color: rgba(255, 235, 0, 0.58) !important;
    border-left: 2px solid #92a600 !important;
}

.af2_error {
    color: #ff694c;
    background-color: rgba(255, 138, 115, 0.16);
    border: 2px solid #ff694c !important;
}

.af2_textfield{
    width: 50%;
    margin: 50px auto 40px auto;
    height: 100px;
    background-color: #fff;
    color: grey;
    text-align: left;
    padding: 15px;
}
.af2_textarea{
    width: 50%;
    margin: 50px auto 40px auto;
    height: 400px;
    background-color: #fff;
    color: grey;
    text-align: left;
    padding: 15px;
}

.af2_datum_trigger {
    width: 50%;
    margin: 50px auto 40px auto;
    background-color: #fff;
    color: grey;
    text-align: left;
}

.af2_slider {
    width: 100%;
}

#close_now.btn {
    display: block;
}

.inpute {
    position: relative !important;
    margin: 5px !important;
    background-color: white !important;
    height: 45px;
}

.connectingLines {
    position: absolute;
    display: block;
    background-color: #6a96ff;
    height: 2px;
    z-index: 50000;
    border-radius: 30px;
    pointer-events: none;
}

.phantom {
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    opacity: 0;
}

.af2_smaller_text {
    width: fit-content;
    margin: auto;
    padding: 5px;
    font-size: 20px;
}

.af2_left_container {
    margin-left: 5px;
    display: flex;
}

.af2_choose_img {
    margin: 8px 8px 0 8px !important;
    width: 170px;
}

.btn-group.choose_icon {
    margin: 8px !important;
    width: 170px;
}

.af2_cont_box {
    display: block;
    margin: 20px;
    align-items: center;
    text-align: left;
}

.af2_box {
    display: flex;
    margin: 30px 15px 15px 15px;
}

.af2_contact_box {
    width: 45%;
    margin: 15px;
}

.af2_contact_card{
    box-shadow: 0 0 6px rgba(218, 216, 216, 0.77);
    margin: 15px;
    position: relative;
    display: block;
    padding: 20px;
}

.af2_contact_card_heading {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.testnachricht_wrapper {
    width: 100%;
    justify-content: right;
    margin-top: 35px;
    position: relative;
}

.af2_cfield_wrapper{
    width: 100%;
    position: relative;
}

.af2_cfield_wrapper .cont_left {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
}

.cfield_label{
    font-size: 13px;
    text-align: left;
    border: 2px solid rgba(0,0,0,0);
    margin-bottom: 5px;
    margin-top: 15px;
}

.af2_c_cf_wrapper.c_text{
    align-items: baseline;
}

.iclass {
    width: 25px !important;
    text-align: center !important;
}

#af2_smtp_testnachricht{
    color: white;
    font-weight: 400;
    font-size: 15px;
    margin-left: auto;
}

.cont_left {
    margin-left: 0;
    margin-right: 10px;
    text-align: left;
    border: 2px solid rgba(1,1,1,0);
    font-size: 15px;
}

.af2_c_cf_wrapper{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.af2_bold
{
    font-weigh: 600;
}

.af2_cont_box.fix {
    width: 200px;
}

.af2_send_dummy_button {
    margin-bottom: 10px;
}

.af2_send_dummy_button_container {
    text-align: left;
    width: 90%;
    margin: auto;
    padding-left: 10px;
}


/**********************************************************************************************************************/
/*********                                       FRONTEND                                                     *********/
/**********************************************************************************************************************/

h4.af2_heading {
    font-size: 30px;
    color: #00adef;
    text-align: center;
}

p.af2_questionheading {
    margin-top: 35px;
    font-size: 25px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 50px !important;
    text-align: center;
}

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

.af2_answer_wrapper {
    margin: 30px;
    color: #00adef;
}

.af2_answer_card {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0 0 6px rgba(218, 216, 216, 0.77);
    border: 3px solid rgba(0, 0, 0, 0);
    transition: border 0.3s ease-out;
}

.af2_answer_card:hover {
    box-shadow: 0 0 8px rgba(218, 216, 216, 0.80);
}

.af2_answer_card.selected {
    box-shadow: 0 0 8px rgba(218, 216, 216, 0.80);
}

p.af2_answer_text_main {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #333333;
}

.af2_form {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.af2_switch_content {
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    display: flex;
}

.switch_cont {
    min-width: 100%;
    max-width: 100%;
    transition: margin ease-out 0.5s;
}

.af2_bottombar {
    display: flex;
}

.af2_back_button {
    margin-right: 75px;
    width: 50px;
    height: 50px;
    background-color: #00adef;
    color: white;
    border-radius: 5px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.af2_foward_button
{
    margin-left: 65px;
    width: 50px;
    height: 50px;
    background-color: #00adef;
    color: white;
    border-radius: 5px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.af2_foward_button.disabled {
    background-color: rgba(0, 173, 239, 0.19);
    pointer-events: none;
}

.af2_back_button.disabled {
    background-color: rgba(0, 173, 239, 0.19);
    pointer-events: none;
}

.af2_bar {
    display: block;
    position: relative;
    flex-basis: auto;
    max-width: 100%;
    width: auto;
    flex-grow: 1;
    background-color: white;
    border: 1px solid #d6d6d6;
    height: 6px;
    border-radius: 15px;
    align-self: center;
}

.af2_bar.mob {
    display: none;
}

.af2_question {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px !important;
}

.af2_question.checkbox_type {
    flex-direction: row !important;
}

p.af2_q_label {
    margin-bottom: 5px;
}

.af2_CB_cont {
    display: flex;
    align-items: center;
}

.af2_fe_checkbox {
    margin-right: 10px;
}

.af2_cfwrapper {
    margin-bottom: 35px !important;
}

.af2_bar_con {
    height: 100%;
    width: 0;
    background-color: #00adef;
    border-radius: 15px;
    transition: margin ease-out 0.5s;
}
.af2_bar_con.mob{
    display: none
}

p.af2_answer_text_m {
    display: none;
}


@media only screen and (min-width: 768px) and (max-width: 991px){
    .af2_answer_card {
        width: 130px;
        height: 130px;
    }

}

@media (min-width: 480px) and (max-width: 767px){
}

@media only screen and (min-width: 320px) and (max-width: 479px){

    .af2_questionwrapper {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .af2_answer_wrapper {
        margin: 12px;
    }

    .af2_answer_card {
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto;
        height: 40px;
    }

    .q_img {
        display: none;
    }

    p.af2_answer_text_m {
        display: block;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: #333333;
    }

    p.af2_answer_text_main {
        display: none;
    }

    .af2_bar_con {
        display: none;
    }
    .af2_bar_con.mob{
        display: block;
        height: 100%;
        width: 0;
        background-color: #00adef;
        border-radius: 15px;
        transition: margin ease-out 0.5s;
    }

    .af2_bar {
        display: block;
        background-color: rgba(1,1,1,0);
        position: relative;
        border: none;
        flex-basis: auto;
        max-width: 100%;
        width: auto;
        flex-grow: 1;
    }

    .af2_bar.mob {
        display: block;
        position: relative;
        flex-basis: auto;
        max-width: 100%;
        width: auto;
        flex-grow: 1;
        background-color: white;
        border: 1px solid #d6d6d6;
        height: 6px;
        border-radius: 15px;
        align-self: center;
        margin-top: 12px;

    }
}

.whole_form.marg {
    margin-top: 50px;
}

.button_bar {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 20px;
}

.colorpicker.is-opened {
    z-index: 999 !important;
}

.af2_back_button.disabled .af2_button_overlay {
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.65);
}
.af2_foward_button.disabled .af2_button_overlay {
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.65);
}

.af2_button_overlay {
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.af2_button_overlay:hover {
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.15);
}

.af2_dnp_chooser {
    max-height: 0;
    overflow: hidden;
    /*transition: max-height 3s ease-out;*/
}

.af2_dnp_chooser.show {
    max-height: unset;
}

.af2_dnp_choosable {
    width: 120px;
    margin-left: auto;
    text-align: center;
    padding: 0 !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 30px;
    display: flex;
}
.af2_ac_chooser {
    max-height: 0;
    overflow: hidden;
    /*transition: max-height 3s ease-out;*/
}

.af2_ac_chooser.show {
    max-height: unset;
}

.free-height {
    height: unset !important;
}

.af2_ac_choosable {
    width: 120px;
    margin-left: auto;
    text-align: center;
    padding: 0 !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 30px;
    display: flex;
}

.af2_klicktipp_choosable {
    width: 120px;
    margin-left: auto;
    text-align: center;
    padding: 0 !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 30px;
    display: flex;
}

.af2_klicktipp_chooser {
    max-height: 0;
    overflow: hidden;
    /*transition: max-height 3s ease-out;*/
}

.af2_klicktipp_chooser.show {
    max-height: unset;
}

.marg-bot {
    margin-bottom: 10px;
}

.af2_chooser {
    width: fit-content;
}

.af2_chooser:hover {
    background-color: #ff694c;
    color: #ffffff;

}

.q_img {
    padding: 10px;
}
.mail_shortcodes_wrap span{
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 1px 2px;
    cursor: pointer;
    color: #666;
}
.mail_shortcodes_wrap .mail_shortcodes{
    display: inline;
}

#af2_customize_sidebar #af2_datum_trigger_format{
    width: 100% !important;
}


.af2-datepicker{
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 7px;
    position: relative;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
}
.af2-datepicker:before{
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    top: -8px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0,0,0,.2);
    content: '';
}
.af2-datepicker:after{
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.af2-datepicker .ui-widget-header{
    border: none;
    background: none;
    position: relative;
}

.af2-datepicker th{
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent !important;
    white-space: nowrap;
    cursor: pointer;
    color: #555;
    font-weight: 700;
    padding: 9px 0;
}
.af2-datepicker td{
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent !important;
    white-space: nowrap;
    cursor: pointer;
    padding: 6px 24px;
}
.af2-datepicker td:hover{
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}
.af2-datepicker td .ui-state-default{
    background: none;
    border: none;
    color: #555;
    text-decoration: none !important;
} 
.af2-datepicker .ui-datepicker-calendar{
    margin: 0 10px;
    width: 90%;
}
.af2-datepicker .ui-datepicker-calendar thead{
    border: none !important;
}
.af2-datepicker .ui-datepicker-prev, .af2-datepicker .ui-datepicker-next{
    box-shadow: 0 0 4px 0 #ccc;
    background: #fff;
    border-radius: 5px!important;
    padding: 5px!important;
    width: 60px;
    display: inline-flex;
    height: 40px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    cursor: pointer;
    color: #555;
    text-decoration: none !important;
}
.af2-datepicker .ui-datepicker-prev:hover, .af2-datepicker .ui-datepicker-next:hover{
    background: #ccc;
    color: #555;
}
.af2-datepicker .ui-datepicker-prev{
    left: 10px;
}
.af2-datepicker .ui-datepicker-next{
    right: 10px;
}
.af2-datepicker .ui-datepicker-prev span, .af2-datepicker .ui-datepicker-next span{
    display: none;
}
.af2-datepicker .ui-datepicker-prev:before{
    content: "\f053";    
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.af2-datepicker .ui-datepicker-next:before{
    content: "\f054";   
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.af2-datepicker .ui-datepicker-title{
    width: auto;
    font-size: 15px;
    cursor: pointer;
    color: #555;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    line-height: 40px;
}
.af2-datepicker td.ui-datepicker-current-day{
    background-color: #c5c5c5;
    border-color: transparent;
    color: #fff;
}
.af2-datepicker td.ui-datepicker-current-day .ui-state-highlight, .af2-datepicker td.ui-datepicker-current-day .ui-state-active{
    color: #fff;
}

.af2-datepicker.af2_mobile {
    padding: 9px 10px;
}
.af2-datepicker.af2_mobile td, .af2-datepicker.af2_mobile th{
    min-width: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    padding: 8px;
}
.af2-datepicker.af2_mobile .ui-datepicker-prev, .af2-datepicker.af2_mobile .ui-datepicker-next {
    padding: 5px!important;
    width: 40px;
    height: 30px;
    font-size: 11px;
}
.af2-datepicker.af2_mobile .ui-datepicker-title{

    font-size: 12px;
}
.af2-datepicker.af2_mobile .ui-datepicker-calendar {
    margin: 0;
}

.af2-pro-bg{
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.af2_sidebar_content.af2_disabled{
    background-color: #eeeeee;
    cursor: not-allowed;
    position: relative
}

.af2_sidebar_content.af2_disabled:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}

.af2_sidebar_content.af2_disabled:hover {
    color: #6a96ff;
    background-color: rgba(121, 183, 255, 0.11);
}

.af2_sidebar_content .pro-badge,.af2_pro_sidebar_content .pro-badge{
    float: right;
    font-size: 100%;
}

.af2_pro_drop_container:hover {
    background: #efefef;
    position: relative;
    cursor: no-drop;
}
.af2_pro_drop_container:hover:after {
    content: 'PRO';
    color: #c5c5c5;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}