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