/*********************** MM *******************************/
#registration_block,#guest_block,#login_block,.form-control,a,p,div {
    font-family: 'CircularStd-Light';
}
.bottom20{    margin-bottom:20px }
.bottom30{    margin-bottom:30px }
.mm_black_line{
    width:77px;
    margin: 0 auto;
    border-bottom:3px solid #83CAD0;
}
.a_green{
    color: #83CAD0;
}
#days_lg{ display:none}
#hours_lg{ display:none}
#days{ display:none}
#hours{ display:none}
#timer {
    text-align: center;
    width: 100%;
    z-index: 2;
}
#registration_form .form-control{
    font-style: italic;
}

.timer-container {
    font-size: 19px;
}

.timer-container span {
    white-space: nowrap;
}
.mm_row{
    background-image: url(../images/serv/dotted_line_3.svg);
    background-repeat: repeat-x;
    background-position: left top;
    overflow: hidden;
}
.mm_row_bottom{
    background-image: url(../images/serv/dotted_line_3.svg);
    background-repeat: repeat-x;
    background-position: left top;
}
.mm_title{
    padding: 15px 0 15px 0;
    cursor:pointer;
    font-family: "CircularStd";
    font-weight: 400;
}
.std_font{
    font-family: "CircularStd";
    font-weight: 400;
}
.mm_title1{ color: #54AF44; }
.mm_title2{ color: #57B99F; }
.mm_title3{ color: #388585; }
.mm_icon{
    position: absolute;
    right: 15px;
    top: 30px;
    cursor: pointer;
}
.mm_content.opened{
    display: block;
}
.mm_content.closed{
    display: none;
}
.mm_step_title  {
    color: #54AF44;
}
/************************************************/
.mm_action {
    background: #93C67A;
    padding: 15px 12px 15px 64px;
    width: 265px;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 25px;
}
.mm_action:hover {
    background: #54AF44;
}
img.mm_arrow_toright {
    position: absolute;
    right: 15px;
    top: 20px;
}
img.mm_reg_icon {
    position: absolute;
    left: 15px;
}
div#melden_send {
    background: #51AF3D;
    padding-left: 17px;
}
div#melden_send:hover {
    background: #93C67A;
}
#guest_anmelden_send{
    background: #51AF3D;
    width: 265px;
    color: #fff;
    padding: 15px 12px;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}
#guest_anmelden_send:hover{
    background: #93C67A;
}
/******************** **********************************/
.input__wrapper {
    margin: 0;
    text-align: left;
    position: absolute;
    left:0;
}
.input__wrapper.hideme {
    left:-5000px;
}
.row.bilds_wrapper {
    position: relative;
    height: 68px;
}
.uploadslist{
    display:none;
}
.delete_uploads{
    display:none;
}
.input__file-button-text {
    padding-top: 15px;
    padding-left: 19px;
    font-style: normal;
}
.input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.input__file-button {
    width: 265px;
    max-width: 265px;
    height: 60px;
    background: #93C67A;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    padding-left: 60px;
}
img.mm_arrow_upload_toright {
    position: absolute;
    top: 15px;
    left: 30px;
}
/************ ***** **********************************************/

.form_radio {
    margin-bottom: 10px;
}
.form_radio input[type=radio] {
    display: none;
    #visibility:hidden;
}
.form_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 33px;
    margin-right: 0px;
    line-height: 18px;
    user-select: none;
    font-weight: 500;
    font-style: normal;
    font-size: 19px;
}
.form_radio label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #dedede 0 0 no-repeat;
    border: 1px solid rgba(182, 180, 180, 0.61);
    border-radius: 50%;
}

/* Checked */
.form_radio input[type=radio]:checked + label:before {
    background: #548152 !important;
    content: "";
    padding-left: 6px;
    padding-top: 4px;
    color: #fff;
    border: 8px solid #93C67A;
}
.page_title.hhh{ margin-top:-3px}
                    /* Hover */
.form_radio label:hover:before {
    filter: brightness(110%);
}

/* Disabled */
.form_radio input[type=radio]:disabled + label:before {
    filter: grayscale(100%);
}
img.mm_logout {
    margin-left: 20px;
}
img.mm_tologin.pointer {
    position: absolute;
    top: -36px;
    right: 145px;
}
img.mm_toregister.pointer {
    position: absolute;
    top: -36px;
    right: 85px;
}
img.mm_togast.pointer {
    position: absolute;
    top: -33px;
    right: 15px;
}
.mm_toaction{
    transition: transform 0.2s;
}
.mm_toaction:hover{
    transform: scale(1.2, 1.2);
}
img.mm_logout:hover {
    opacity: 0.6;
}
img.mm_login {
    margin-left: 20px;
}
img.mm_login:hover {
    opacity: 0.6;
}
.mm_username {
    margin-left: 20px;
    color: #000;
    font-style: italic;
}
.mm_username:hover {
    margin-left: 20px;
    color: #000;
    font-style: italic;
    text-decoration: none;
}
.mm_graybg{
    background: #EEEEEE;
    min-height: 105px;
    padding:20px
}
textarea#weitere_info {
    background: transparent;
    width: 100%;
    height: 130px;
    border: none;
    outline: none;
}
textarea#mitteilung {
    background: transparent;
    width: 100%;
    height: 130px;
    border: none;
    outline: none;
}
textarea::placeholder {
    font-style: italic;
    font-size:20px;
    color:#828282;
    font-family: 'CircularStd-Light'!important;
    font-weight: 300!important;
}
input::placeholder {
    font-style: italic;
    font-size:20px;
    color:#828282;
    font-family: 'CircularStd-Light'!important;
    font-weight: 300!important;
}
div#upload-file-list {
    list-style: none;
}
div#upload-file-list li {
    background: #93C67A;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    border-radius: 20px;
    padding: 0 17px;
    margin-left: 45px;
}
.mm_textarea{
    font-weight: 500;
}
.mm_input {
    border: none;
    background: transparent;
    font-size: 19px;
    outline: none;
    width: 100%;
    font-family: 'CircularStd-Light'!important;
    font-weight: 300!important;
}
.mm_input::placeholder {
    font-style: italic;
    font-size:20px;
    color:#828282;

}
.black_a {
    font-family: 'CircularStd-Light'!important;
    font-weight: 300!important;
}
#login_block{
    display: none;
}
#login_block.opened{
    display: block;
}
#guest_block{
    display: none;
}
#create_problem_block{
    display: none;
}
#create_problem_block.opened{
    display: block;
}
#registration_block{
    display: none;
}
.reg-saccess {
    border: 2px solid #83c980;
    padding: 15px 10px;
    #display:none;
    font-size: 20px;
}
.reg-saccess-error {
    border: 2px solid #ff0000;
    padding: 15px 10px;
    #display:none;
}
.secondHeadline{
    font-size: 35px;
    margin: 30px 0 25px 0;
    font-weight: 400;
    font-family: 'CircularStd'!important;
}
.mm_info_ok {
    border: 2px solid #83c980;
    padding: 15px;
    display:none;
}
#guest_open.closed{ display: none;}
#mm_buttons_block{ display: block;}
#mm_buttons_block.closed{ display: none;}
.erforderlich{
    float: right;
    padding-top: 21px;
}
.mm_error.login_name_mobile_email_err.floatleft {
    line-height: 1.2;
    margin-left: 15px;
}
.login_input {
    /* padding: 10px; */
    min-height: 78px;
    border-radius: 0;
    border: none;
    background: #EEEEEE;
    border: 1px solid #eee;
    color: #808080;
    font-size: 20px;
    box-shadow: 0 0 0 9999px #eee inset;
    font-family: "CircularStd-Light"!important;
    font-weight: 300!important;
}
.
.login_input:focus {
    border-color: rgba(147, 198, 122, 0.54);
    outline: 0;

    box-shadow: 0 0 0 9999px #eee inset;
}
.black_a:hover{
    color: #51AF3D!important;
}
.green_a{
    color: #93C67A!important;
}
.green_a:hover{
    color: #51AF3D!important;
}
/****************************  LOGIN / REG / GUEST FORMs ***********************************/
.anmelden_send {
    background: #51AF3D;
    padding: 15px 12px;
    width: 265px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}
.anmelden_send:hover {
    background: #93C67A;
}
.registration_send {
    background: #51AF3D;
    padding: 15px 12px;
    width: 265px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}

.registration_send:hover {
    background: #93C67A;
}
/* Customize the label (the container)
.container_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/
/* Hide the browser's default checkbox */
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 15px ;
    height: 25px;
    width: 25px;
    background-color: #eee;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
    background-color: #93C67A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 12px;
    height: 11px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
span.agree_label {
    margin-left: 40px;
    font-weight: 500;
    font-size: 16px;
}
.mm_content {
    CURSOR: default;
}
.mm_error{
    color: #ff0000;
    font-size: 16px;
    font-style: italic;
    padding-top: 5px;
    display: none;
}
.mm_error.opened {
    display: block;
}
div#confirmation_code_send {
    width: 265px;
    background: #51AF3D;
    padding: 15px 12px;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
div#confirmation_code_send:hover {
    background: #93C67A;
}
div#save_new_pwd {
    background: #51AF3D;
    width: 265px;
    padding: 15px 12px;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 25px;
    text-align: center;
}
div#save_new_pwd:hover {
    background: #93C67A;
}
#save_pwd_gohome {
    background: #51AF3D;
    width: 300px;
    padding: 15px 12px;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 25px;
    text-align: center;
    border: none;
    outline: none;
    margin-top: 30px;
}
#save_pwd_gohome:hover {
    background: #93C67A;
}
#usersmessages{
    display:block;
    font-size: 20px;
    #border: 1px solid #444;
    padding: 10px;
    margin: 40px 0 60px;
}
#usersmessages.closed{
    display:none;
}
#usersmessages.err{
    border: 1px solid #ff0000;
}
.guest_confirmation_email_sent {
    padding-bottom: 20px;
}
/****************************** NICE SELECT *********************************/
/****************************** NICE SELECT *********************************/
.nice-select{
    -webkit-tap-highlight-color: transparent;
    background-color: #eee;
    color: rgb(130 130 130 / 79%);
    font-size: 20px;
    height: 78px;
    font-style: italic;
    border:1px solid  #eee ;
    border-color:#eee ;
    padding-top: 12px;
    font-weight: 300!important;
    font-family: "CircularStd-Light"!important;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border:1px solid  #7FBB46;
    border-color:#7FBB46;
}
.nice-select .option {
    background-color: #fff;
    color: #828282;
    font-size: 20px;
    border-bottom:1px solid #fff;
}
.nice-select .option:hover{
    background-color: #7FBB46;
    color: #f0f0f0;
    font-size: 20px;
}
.nice-select:after{
    border-bottom: 1.5px solid #828282;
    border-right: 1.5px solid #828282;
}
/*********************************   oberview ******************************/
.legenda_row {
    float: left;
    margin-right: 50px;
}
.prob_stst5 {
    background: #93C67A;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 6px;
}
.prob_stst3 {
    background: #93C67A;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 6px;
}
.prob_status5 {
    background: #93C67A;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 10px;
}
.prob_stst2 {
    background: #f39d18;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 6px;
}
.prob_status2 {
    background: #f39d18;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 10px;
}
.prob_stst1 {
    background: #f39d18;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 10px;
}
.prob_status3 {
    background: #93C67A ;
    display: inline-table;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 10px;
}
.newtpl p a {
    display: inline-block !important;
    color:  #83CAD0;
    text-decoration: underline;
}
.prob_stst0 {
    background: #ffe412;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 6px;
}
#countdown{
    position: absolute;
    left:-10000px;
    visibility: hidden;
}
.timer_div{
    display:inline;
}
.prob_status0 {
    background: #ffe412;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 10px;
    margin-top: 10px;
}
.row.singl_prob {
    background: url(../images/mm/dotted_line_green_mm.svg);
    background-repeat: repeat-x;
    background-position: left top;
    padding-bottom: 20px;
    line-height: 1.9;
}
.mm_row_created{
    color: #388585
}

#lost_pass_send {
    background: #51AF3D;
    width: 265px;
    color: #fff;
    padding: 15px 12px;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
#restore_back_to_login {
    background: #51AF3D;
    color: #fff;
    width: 220px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
}
#lost_pass_send:hover {
    background: #93C67A;
}
#after_restore_link_send{
    display:none;
}

/**********************************************************/
#updatemess{
    color: #51AF3D;
    font-size: 20px;
    border: 1px solid #51AF3D;
    padding: 10px;
}
.mm_profile_container label{
    font-weight: 500;
    color:#000;
}
div#profile_save {
    background: #51AF3D;
    padding: 15px 12px 15px 64px;
    width: 265px;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 25px;
    position: relative;

}
div#profile_save:hover {
    background: #93C67A;
}
div#profile_save .mm_arrow_toright {
    position: absolute;
    left: 15px!important;
    top: 13px;
    width: 30px;
}
div#password_resave {
    background: #51AF3D;
    padding: 15px 25px 15px 64px;
    width: 180px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 25px;
    position: relative;
}
div#password_resave:hover {
    background: #93C67A;
}
div#password_resave .mm_arrow_toright {
    position: absolute;
    left: 15px!important;
    top: 13px;
    width: 30px;
}
span.problem_view_more {
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
    padding-left: 20px;
    text-decoration: underline;
    cursor: pointer;
}
.row.problem_mehr {
    background: #cccccc1c;
    padding: 20px;
    margin: 10px 0;
    display: none;
}
.mm_preview {
    width: 175px;
    height: 115px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#remove_pwd {
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
#remove_pwd:hover {
    color: #666;
}
.lg_reg_agreed {
    margin-left: 50px;
    margin-top: -20px;
}
input#user_pos {
    width: 265px;
    padding: 15px;
    color: #fff;
    background: #fff;
    margin-bottom: 15px;
    border: none;
}
div#get_coords {
    width: 100%;
    text-align: center;
}
div#form_create_hide {
    font-size: 20px;
     color: #000;
    font-weight: 500;
}
#want_delete{
    display:block;
}
#want_delete_with_code{
    display:none;
}

img.mo_steps_icon {
    margin-right: 15px;
    height: 50px;
    width: 50px;
}
.zur_M_M{
    margin-left:30px;
    color: #8FC046
}
.newtpl h1 {
    font-size: 51px;
    font-weight: 600;
    margin: 27px 0 25px;
}
.mm_hide{
    display:none;
}

.newtpl .line {
    height: 3px;
    width: 77px;
    margin: 50px auto;
    background-color: #83CAD0;
}
.pagination {
    margin-top: 20px;
    text-align: center;
}
.pagination .page-link {
    margin: 0 5px;
    padding: 5px 10px;
    border: none;
    text-decoration: none;
    color: #333;
}
.pagination .selected {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
.pagination .disabled {
    color: #ccc;
    pointer-events: none;
}
.simple-pagination li{
    position: relative;
}
.simple-pagination li:after {
    content: "|";
    margin-top: 5px;
    position: absolute;
    right: 0;
    color: #dedede;
}
.simple-pagination li:last-child:after {
    color: #fff;
}



@media (max-width:414px){
    .zur_M_M{
        margin-left:0;
        margin-top:30px;
    }
    .erforderlich {
         float: none;
        padding-top: 0;
    }

    .mm_top40{
        padding-top:40px;
    }
    img.mo_steps_icon {
        margin-right: 0;
    }
    #create_problem_block input::placeholder, #create_problem_block textarea::placeholder {
        font-size: 20px!important;
        font-family: 'CircularStd-Light'!important;
        font-weight: 300!important;
    }
    .footer_w_wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer_w_wrapper1,.footer_w_wrapper2,.footer_w_wrapper3 {
        margin-left: 15px;
    }
    .mm_title {
        padding: 23px 0 20px 0;
        cursor: pointer;
    }
    img.mo_steps_icon.sm {
        position: absolute;
        left: 0;
        top: 13px;
        width: 40px;
    }
    img.mo_steps_icon.mo_steps_icon1.sm  {
        top: 19px;
    }
    .mm_icon {
        position: absolute;
        right: 15px;
        top:40px;
        cursor: pointer;
    }
    div#footer_image {
        background-size: 178%;
        height: 128px;
    }
    .mm_action {
        width: 100%;
        margin-bottom: 30px;
    }
    .scrolled #top_logo{
        width: 100px;
        margin-top:inherit;
    }
    .header_container{
        padding: 0;
        height: inherit;
    }
    .sliderContainer {
        margin-top: 73px;
    }
    input#registration_name {
        margin-bottom: 15px;
    }
    .nice-select.reg_gender {
        margin-bottom: 15px;
    }
    .registration_send {
        width: 100%;
        margin-bottom: 0;
    }
    .nice-select.guest_gender {
        margin-bottom: 15px;
    }
    input#guest_name {
        margin-bottom: 15px;
    }
    .mo_agree_guest{
        position: absolute;
        width: 85%;
        right: 0;
        top: -3px;
    }
    #guest_anmelden_send {
        margin-top: 35px;
        width: 100%;
    }
    .input__wrapper {
        width: 100%;
        top:5px
    }
    .input__file-button{
        width: 100%;
        max-width: 100%;
    }
    .legenda_row {
        width: 100%;
        margin-bottom: 15px;
    }
    input#user_pos {
        width: 265px;
        padding: 15px;
        color: #fff;
        background: #fff;
        margin-bottom: 15px;
        border: none;
    }
    .forselectedimages{
        display: none;
    }
    #problem_created_mess{
        display:none;
    }

    div#upload-file-list li {
        border-bottom: none;
        background: #93C67A;
        font-size: 13px;
        border-radius: 20px;
        padding: 0 17px;
        margin-left: 0;
        margin-top: 10px;
        position: relative;
    }
    .bild_name_inside{
        position: inherit;
        padding: 0;
    }
    .mm_info_ok {
        padding: 15px;
    }
    .mm_preview {
        width: 100%;
        height: 80px;
        margin: 20px 0;
    }
    .mm_username {
        margin-left: 0;
        color: #000;
        font-style: italic;
        color: #6EB6BD;
    }
    .mm_username:hover {
        margin-left: 0;
        color: #000;
        font-style: italic;
        color: #6EB6BD;
        text-decoration: none;
    }
    h2 {
        font-size: 46px;
    }
}

@media (max-width:430px){
    img.mm_tologin {
        top: -6px!important;
    }
    img.mm_toregister  {
        top: -6px;
    }
    img.mm_togast  {
        top: -6px;
    }
    div#profile_save {
        width: 100%;

    }
}