#ASG-ProductCollapse-StandorteTermine .ausbildung-action {
    padding: 0 3rem;
}
.mapHeading h3{
    margin-bottom: 12px;
    background-color: #fafafa;
    font-variant: small-caps;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    border: 1px solid #e1e1e1;
    font-size: 22px;
    padding: 5px 0;
}
#map {
    height: 100%;
}
#loadGOOGLEmap{
    width:100%;
    height:550px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #loadGOOGLEmap {
        margin-top: 65px;
    }
}
@media (max-width: 640px){
    #loadGOOGLEmap{
        width: 100%;
        height: 500px;
    }
}
a.refreshThePage{
    font-size: 14px;
    padding: 5px 0px;
    display: block;
}
.redBorder{
    border: 2px solid red!important;
}

#pac-container {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}

#pac-container #manual-address-input {
    display: none !important;
}

gmp-place-autocomplete {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    padding: 0.5rem 1rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #16192C !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 2px solid #E7EAF0 !important;
    border-radius: 0.375rem !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    font-family: 'DM Sans', sans-serif !important;
    height: 48px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    color-scheme: light !important;
    outline: none !important;
    --gmp-color-primary: #16192C !important;
    --gmp-color-on-surface: #16192C !important;
    --gmp-color-on-primary: #16192C !important;
    --gm-color-primary: #16192C !important;
    --gm-color-on-surface: #16192C !important;
    --gm-color-on-primary: #16192C !important;
}

gmp-place-autocomplete:focus {
    color: #16192C !important;
    background-color: #fff !important;
    border-color: #5f6165 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 1px #5f6165 !important;
}

gmp-place-autocomplete::placeholder {
    color: #6B7B93 !important;
    opacity: 1 !important;
}

.pac-container {
    background-color: #fff !important;
    border: 1px solid #E7EAF0 !important;
    border-radius: 0.375rem !important;
    box-shadow: 0px 3px 3px -1px rgba(10, 22, 70, 0.1), 0px 0px 1px 0px rgba(10, 22, 70, 0.06) !important;
    margin-top: 2px !important;
    font-family: 'DM Sans', sans-serif !important;
    z-index: 10000 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

.pac-item {
    border-bottom: 1px solid #E7EAF0 !important;
    padding: 8px 12px !important;
    color: #16192C !important;
    background-color: #fff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
}

.pac-item:hover,
.pac-item:focus,
.pac-item-selected,
.pac-item.pac-item-selected {
    background-color: #F5F9FC !important;
    color: #16192C !important;
}

.pac-matched {
    color: #8E1A10 !important;
    font-weight: 600 !important;
}

.pac-item-query {
    color: #16192C !important;
    font-weight: 400 !important;
}

.pac-secondary-text {
    color: #6B7B93 !important;
}

.pac-icon,
.pac-icon-marker {
    display: none !important;
    background-image: none !important;
    background-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

#wrapCity {
    position: relative !important;
    overflow: visible !important;
}

#wrapCity .input-group-inline {
    position: relative !important;
    overflow: visible !important;
}

#umkreissuche {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

/* Reset search results link styling */
#reset_search_results {
    display: inline-block;
}

#reset_search_results .refreshThePage {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #545673;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

#reset_search_results .refreshThePage:hover {
    color: #16192C;
    background-color: #f5f5f5;
    border-color: #c2c4c7;
    text-decoration: none;
}

#reset_search_results .refreshThePage:before {
    content: "×";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    #umkreissuche {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    #reset_search_results .refreshThePage {
        font-size: 0.8125rem;
        padding: 0.1875rem 0.625rem;
    }
}