div.tx-ig-pointsofsale {
    padding: 30px 23px;
}

#radiusInput {
    width: 100px;
    border-radius: 20px;
    height: 28px;
    margin: 6px 10px;
    font-size:13px;
    padding: 4px 10px;
}

#postcodeInput {
    width: 250px;
    border-radius: 20px;
    height: 28px;
    margin-left: 7px;
    font-size: 13px;
    padding: 4px 10px;
}

#map_form {
    display: flex;
}

#gMap {
    height: 100%;
}

#map_input_radius {
    width: 100%;
    display: inline-flex;
}

.tile-headline {
    color: #0099ff;
    font-weight: normal;
}

.spot {
    display: block;
    font-size: 13px;
    padding: 8px 8px;
    margin: 0 7px;
    line-height: 140%;
    cursor: pointer;
}

.item_title {
    background: #0099ff;
    color: #fff;
    display: block;
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    margin: 7px;
    line-height: 140%;
}

#posSearchBtn {
    background: url(/typo3conf/ext/unicef_vkst_global/Resources/Public/Icons/new/gksprite.png) no-repeat scroll right bottom transparent;
    display: block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    margin: 6px 0 0 15px;
}

#radiusSelectInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 132px;
    text-align: center;
    font-size: 11px;
    border-radius: 50px;
    background-color: #0099ff;
    outline: none;
    border: 0;
    padding: 7px 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
}

#radiusSelectInput::-ms-expand {
    display: none;
}

#map_input_radius {
    margin-top: 6px;
}

.noResults {
    padding: 15px;
    line-height: 1.2;
}

@media only screen and (max-width: 650px) {
    #map_navi {
        float: unset !important;
        height: unset !important;
        width: 100% !important;
    }

    #gMap {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    #gMap {
        width: 100% !important;
    }

    #map_header {
        height: unset !important;
    }

    #postcodeInput {
        width: 100% !important;
    }

    #mapFilterForm {
        width: 100%;
        padding-right: 10px;
    }

    #posSearchBtn {
        background: #0099ff;
        margin: 10px 10px 0 7px !important;
        height: 30px;
        width: 98%;
        padding: 9px 10px;
        font-weight: bold;
        color: #ffffff;
        border-radius: 50px;
        font-size: 11px;
    }

    #radiusSelectInput {
        margin: 10px 0 0 7px !important;
        width: 100% !important;
    }

    #map_input_radius {
        display: block !important;
    }

    span#posSearchBtn:after {
        content: 'Suchen';
    }
}