/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.02.2019, 10:39:37
    Author     : benjamin.seichter
*/


.storelocator_icons > img {
    max-height: 40px;
}
@media (max-width: 1010px) {
    .storelocator_icons > img {
        max-height: 30px !important;
    }
}

.storelocator-result-headline {
    display: inline;
}

.storelocator-result-headline > img {
    height: 50px;
    display: inline;
    padding-right: 20px;
}
