#user-search-error{
    display:none;
    color:red;
    padding: 5px 10px;
    span{
        margin-left: 5px;
        color:#313131;
        text-decoration: underline;
        cursor: pointer;
    }
}

#user-search-wrapper{
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    .w-30{
        display: flex;
        width: 30%;
        padding: 0px 10px;
        label{
            display: none;
        }
    }
    
    .w-20{
        display: flex;
        width: 20%;
        padding: 0px 10px;
        label{
            display: none;
        }
    }
    
    .w-40{
        display: flex;
        width: 40%;
        padding: 0px 10px;
        label{
            display: none;
        }  
    }
    .w-20{
        width: 20%;
    }

    input{
        width: 100%;
        font-size: 14px;
        color: #999999;
        border: 1px solid #DCDCDC;
        border-style: solid;
        border-radius: 10px;
        padding: 10px 10px;
    }
    select{
        width: 100%;
        border-style: solid;
        border-radius: 10px;
        padding: 10px 10px;
        font-size: 14px;
        color: #999999;
        min-width: 100px;
    }
    button{
        min-width: 100px;
        padding: 10px;
        font-size: 14px;
        border-radius: 10px;
        border: none;
        color: #fff;
        transition: 0.4s;
        margin-left: 15px;
        &:hover{
            cursor: pointer;
        }
    }
    
    .button-group {
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }
    
    #reset-filter{
        min-width: 100px;
        padding: 10px;
        font-size: 14px;
        border-radius: 10px;
        border: 1px solid #DCDCDC;
        color: #999999;
        transition: 0.4s;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        &:hover{
            color: #999999;
            border-color: #999999;
        }
    }
    
}



#map{
    height: 600px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

#mitglieder-wrapper{
    font-family: "DGI Exo", Sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    .card-wrapper{
        .p-10{
            padding: 10px;
        }
        width: 100%;
        margin: 10px 0px;
        transition: 0.4s;
        &:hover{
            background: #F4F3EF;
        }
        .card-content, .single-cart{
            padding: 20px 20px;
            border-radius: 10px;
            overflow: hidden;
            width: 100%;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            position: relative;
            .card-distance{
                display: flex;
                position: absolute;
                top: 10px;
                right: 10px;
                color: #967210;
            }
            .center{
                justify-content: center;
                align-items: center;
            }
            .row{
                display: flex;
                flex-direction: row;
                width: 100%;
                margin: 0px;
            }
            .col{
                display: flex;
                flex-direction: column;
                padding: 0px;
                justify-content: center;
            }
            .half{
                width: 50%;
                font-family: "DGI Roboto", Sans-serif;
                font-size: 13px;
                font-weight: normal;
                color: #666666;
                i{
                    margin-right: 5px;
                    width: 18px;
                    height: 18px;
                    font-size: 14px;
                }
            }
            .profile-img{
                width: 60px;
                height: 60px;
                border-radius: 50%;
                overflow: hidden;
                margin-right: 10px;
            }
            .card-content-row{
                width: ~"calc(100% - 70px)";
            }
            .card-title{
                min-height: 60px;
                font-size: 14px;
                font-weight: 400;
                color: #004A80;
                margin-bottom: 0px;
                display: flex;
                flex-direction: row;
                align-items: center;
                margin-left: 10px;
                b{
                    font-size: 18px;
                    font-weight: 700;
                    margin-right: 5px;
                    display: contents;
                }
            }
            .spacer{
                display: flex;
                width: 100%;
                height: 5px;
                background: #EBEBEB;
                margin-top: 5px;
                margin-bottom: 10px;
                div{
                    background: #004A80;
                    width: 80px;
                    height: 5px;
                }
            }
            .card-toggle{
                padding: 10px;
                display: none;
                &.open{
                    display: flex;
                }
                .qualifikationen{
                    display: ruby;
                    flex-direction: row;
                    img{
                        display: flex;
                        width: 20%;
                        height: auto;
                    }
                }
            }
            .card-toggel-btn{
                margin-top: 10px;
                padding: 5px 15px;
                border-radius: 20px;
                color: #fff;
                background: #004A80;
                transition: 0.4s;
                cursor: pointer;
                &:hover{
                    background: #967210;
                }
                font-size: 12px;
                i{
                    transition: 0.4s;
                }
                span{
                    margin-left: 5px;
                }
                &.active{
                    i{
                        transform: rotate(180deg);
                    }
                    span{
                        display: none;
                    }
                }
            }
        }
    }
    #loadMore{
        margin: 10px auto 0px auto;
        padding: 5px 15px;
        border-radius: 20px;
        color: #fff;
        background: #004A80;
        transition: 0.4s;
        cursor: pointer;
        &:hover{
            background: #967210;
        }
        font-size: 12px;
        i{
            transition: 0.4s;
        }
        span{
            margin-left: 5px;
        }
    }
}

.user-map-marker-content{
    .card-title{
        color: #004A80;
        margin-bottom: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        display: contents;

        b{
            margin-right: 5px;
        }
    }
    .bodyContent{
        margin-top: 10px;
        i{
            margin-right: 5px;
        }
    }
}

/* loader */
#mitglieder-loader {
    width: 80px;
    height: 80px;
    position: relative;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 70px;
    .dot {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        animation: 1.2s dotrotate cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
        &:nth-child(1) {
            animation-delay: 0.2s;
            &:after{
                background: #967210;
            }
        }
        &:nth-child(2) {
            animation-delay: 0.35s;
            &:after{
                background: #004A80;
            }
        }
        &:nth-child(3) {
            animation-delay: 0.45s;
            &:after{
                background: #967210;
            }
        }
        &:nth-child(4) {
            animation-delay: 0.55s;
            &:after{
                background: #004A80;
            }
        }
        &:after, .first {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            left: 50%;
            margin-left: -4px;
        }
        .first {
            margin-top: -4px;
            animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;
            animation-delay: 0.2s;
        }
    }
}

@media (max-width: 1024px){
    #user-search-wrapper{
        .w-30, .w-40{
            width: 100%;
            padding: 10px 0px;
            flex-wrap: wrap;
        }
        
        /* Tablet: Name & Standort nebeneinander */
        .w-20:nth-of-type(1),
        .w-20:nth-of-type(2) {
            width: 48%;
            padding: 5px;
        }
        
        /* Umkreis auf volle Breite */
        .w-20:nth-of-type(3) {
            width: 100%;
            padding: 10px 0px;
        }
        
        /* Qualifikation & Buttons auf volle Breite */
        .w-40 {
            flex-direction: column;
            gap: 10px;
            
            select#filterQuali {
                width: 100%;
                margin: 0;
            }
            
            /* Button-Container */
            .button-group {
                display: flex;
                gap: 10px;
            }
            
            button#seach-posting,
            #reset-filter {
                flex: 1;
                margin: 0;
            }
        }
    }
    
    #mitglieder-wrapper .card-wrapper .card-content{
        .profile-img{
            width: 100px;
            height: 100px;
            margin-right: auto;
            margin: auto;
            margin-bottom: 10px;
        }
        .row.card-content-row{
            width: 100%;
        }
    }
}

@media (max-width: 768px){
    #user-search-wrapper{
        /* Alle Felder auf volle Breite */
        .w-20:nth-of-type(1),
        .w-20:nth-of-type(2),
        .w-20:nth-of-type(3) {
            width: 100% !important;
            padding: 5px 0px;
        }
        
        button, select, #reset-filter{
            min-width: unset;
            width: 100%;
        }
        
        button, #reset-filter{
            margin-left: 0;
        }
        
        .w-40 {
            button#seach-posting,
            #reset-filter {
                width: 48%;
                flex: none;
            }
        }
    }
    
    #mitglieder-wrapper .card-content{
        .row.card-content-row{
            width: 100%;
        }
    }
}

@media (max-width: 576px){
    #user-search-wrapper .w-40 {
        /* Buttons untereinander auf Smartphone */
        .button-group {
            flex-direction: column;
        }
        
        button#seach-posting,
        #reset-filter {
            width: 100% !important;
        }
    }
    
    #mitglieder-wrapper .card-wrapper .card-content {
        .card-content-row{
            width: 100%;
            .half{
                width: 100%;
            }
        }
        .profile-img{
            width: 120px;
            height: 120px;
        }
    }
}

@media (max-width: 379px){
    #user-search-wrapper{
        button, #reset-filter{
            padding: 10px 5px;
            font-size: 13px;
        }
    }
}

@keyframes dotrotate { 
  from { transform: rotate(0deg); } 
  to { transform: rotate(360deg); }
}

@keyframes dotscale { 
  0%, 10% { width: 16px; height: 16px; margin-left: -8px;  margin-top: -4px; } 
  50% { width: 8px; height: 8px; margin-left: -4px; margin-top: 0; }
  90%, 100% { width: 16px; height: 16px;  margin-left: -8px;  margin-top: -4px; }
}

/* end loader */
/* v4.0.13 - Ergebnis-Zähler */
.dgi-ergebnis-anzahl {
    font-size: 16px;
    color: #004A80;
    font-weight: 500;
    padding: 10px 0;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .dgi-ergebnis-anzahl {
        font-size: 14px;
    }
}

