/*********************** 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;
   