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

.af2_form {
    text-align: center;
    position: relative;
    z-index: 99999;
}

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

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

.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;*/
    max-width: 100%;
    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_carousel_item.no_trans {
    transition: none;
}

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

.af2_mobile {
    display: none !important;
}

.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 i {
    min-width: 30px;
}

.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_checkbox_type {
    width: 18px;
    height: 18px;
}

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

.af2_answer i {
    font-style: normal !important;
}

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

.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%;
    min-width: 100%;
    transition: height 500ms ease-out;
    z-index: 50;
}

.af2_loading_overlay {
    width: 100%;
    z-index: 100;
    transition: all 400ms ease-out;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 479px) {
    .af2_mobile {
        display: block !important;
    }
    .af2_answer_image_wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .af2_answer_card {
        display: flex !important;
    }
    .af2_answer_text {
        text-align: left;
    }
    .desktop {
        display: none !important;
    }
}

.ui-datepicker.ui-widget {
    z-index: 999999!important;
}

.af2-datepicker *{
    box-sizing: border-box;
}
.af2-datepicker {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 7px;
    position: relative;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
}

.af2-datepicker .ui-datepicker {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
}

.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;
    padding: 0 !important;
}

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

.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 td>a {
    text-align: center !important;
}

.af2-datepicker .ui-datepicker-calendar {
    margin: 0 10px;
    width: 100%;
}

.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 !important;
    display: inline-flex;
    height: 40px !important;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px !important;
    cursor: pointer;
    color: #555;
    text-decoration: none !important;
    border: 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 !important;
}

.af2-datepicker .ui-datepicker-next {
    right: 10px !important;
}

.af2-datepicker .ui-datepicker-prev span,
.af2-datepicker .ui-datepicker-next span {
    display: none !important;
}

.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 !important;
    margin: 0 !important;
}

.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_form_wrapper .af2_powered_by {
    margin-top: 20px;
    text-align: center;
}

.af2_form_wrapper .af2_powered_by span {
    font-size: 12px;
    font-style: italic;
    background: #f5f5f5;
    padding: 5px 20px;
    border-radius: 10px;
    font-family: sans-serif;
}

.af2_dateiupload .af2_dateiupload_inner {
    border: 2px dashed #c5c5c5;
    border-radius: 5px;
    background: white;
    height: 100%;
    padding: 20px;
    cursor: pointer;
}

.af2_dateiupload .af2_dateiupload_inner i {
    font-size: 80px;
    pointer-events: none;
    color: #c5c5c5;
}

.af2_dateiupload .af2_dateiupload_desc {
    font-size: 16px;
    color: #c5c5c5;
    line-height: 1;
    pointer-events: none;
}

.af2_dateiupload .dz-image-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    min-height: 100px;
}


/*started dropzone css*/

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.af2_dateiupload.dz-clickable {
    cursor: pointer;
}

.af2_dateiupload.dz-clickable * {
    cursor: default;
}

.af2_dateiupload.dz-clickable .dz-message,
.af2_dateiupload.dz-clickable .dz-message * {
    cursor: pointer;
}

.af2_dateiupload.dz-started .dz-message {
    display: none;
}

.af2_dateiupload.dz-drag-hover {
    border-style: solid;
}

.af2_dateiupload.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.af2_dateiupload .dz-message {
    text-align: center;
    margin: 2em 0;
}

.af2_dateiupload .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.af2_dateiupload .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.af2_dateiupload .dz-preview:hover {
    z-index: 1000;
}

.af2_dateiupload .dz-preview:hover .dz-details {
    opacity: 1;
}

.af2_dateiupload .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.af2_dateiupload .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.af2_dateiupload .dz-preview.dz-image-preview {
    background: white;
}

.af2_dateiupload .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.af2_dateiupload .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.af2_dateiupload .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.af2_dateiupload .dz-preview:hover .dz-details {
    opacity: 1;
}

.af2_dateiupload .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.af2_dateiupload .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.af2_dateiupload .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.af2_dateiupload .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.af2_dateiupload .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.af2_dateiupload .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.af2_dateiupload .dz-preview .dz-details .dz-filename span,
.af2_dateiupload .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.af2_dateiupload .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.af2_dateiupload .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.af2_dateiupload .dz-preview .dz-image img {
    display: block;
}

.af2_dateiupload .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.af2_dateiupload .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.af2_dateiupload .dz-preview .dz-success-mark,
.af2_dateiupload .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -35px;
}

.af2_dateiupload .dz-preview .dz-success-mark svg,
.af2_dateiupload .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.af2_dateiupload .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.af2_dateiupload .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.af2_dateiupload .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.af2_dateiupload .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.af2_dateiupload .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.af2_dateiupload .dz-preview.dz-error .dz-error-message {
    display: block;
}

.af2_dateiupload .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.af2_dateiupload .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 0;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
    transform: translateY(-115%);
}

.af2_dateiupload .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #be2626;
}


/*end dropzone css*/