<style>
    /* CONTAINER */
    
    .map-wrapper .map-body .map ,
    .map-wrapper .map-body .sidebar .sidebar-content,
    .map-wrapper .map-body .sidebar .map-marker-list,
    .map-wrapper .map-body .sidebar .map-marker-details{
        height: 600px !important;
    }
    .map-wrapper{
        position: relative;
    }
    .map-wrapper .map-body{
        margin: 0;
        position: relative;
    }
    
    
    /* SIDEBAR */
    
    .map-body .sidebar{
        padding: 0;
        overflow: hidden;
    }
    .map-body .sidebar .map-marker-list,
    .map-body .sidebar .map-marker-details{
        overflow-y: auto;
        overflow-x: hidden;
    }
    .map-body .sidebar .sidebar-content{
        width: 200%;
    }
    .map-body .sidebar .sidebar-content > div{
        width: 50%;
        float: left;
    }
    
    /* CUSTOMER DETAILS */
    
    .customer-details p{
        margin: 0;
        font-size: 16px;
    }
    .customer-details button{
        margin-top: 14px;
    }
    .customer-details h3{
        margin-bottom: 7px;
        margin-top: 21px;
    }
    .customer-details .contact p.fax,
    .customer-details .contact p.telephone,
    .customer-details .contact p.email,
    .customer-details .contact p.url{
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 25px;
        background-size: 16px;
    }
    .customer-details .contact p.fax{
        background-image: url(https://www.amazone.de/resource/blob/130004/d03b395bc3a736bdbe6ff9aad5da8f2d/fax-data.png);
    }
    .customer-details .contact p.telephone{
        background-image: url(https://www.amazone.de/resource/blob/130014/b870187e0d2c0f375ef7653067ed2611/phone-data.png);
    }        
    .customer-details .contact p.email{
        background-image: url(https://www.amazone.de/resource/blob/130010/43f69da25349469f04a55f3e2282cace/mail-data.png);
    }        
    .customer-details .contact p.url{
        background-image: url(https://www.amazone.de/resource/blob/130006/dfd4ccb459e4c086a2c374355b6f58e9/globe-data.png);
    }    
    .customer-details .showroom img{
        max-height: 100px;
        margin-bottom: 14px;
        width: 100%;
    }
    .map-marker-details .customer-details > div{
        padding: 0 14px;
    }
    .map-marker-details .customer-details .header{
        background-color: #f8f8f8;
        padding: 14px;
        background-color: #f8f8f8;
        padding: 14px 14px 14px 45px;
        background-image: url(https://www.amazone.de/resource/blob/130000/41066ef1087c45c000e19b9731719e1c/arrow-left-data.png);
        background-repeat: no-repeat;
        background-position: center left;
background-size: 48px;
    }    
        .customer-details .header h2{ font-size: 1.1rem; }
    .map-marker-details .customer-details .header:hover{
        background-color: #e8e8e8;
        cursor: pointer;
    }    
    .gm-style-iw-d{
        overflow-x: hidden !important;
    }
    
    /* SIDEBAR MARKER LIST */
    
    .map-marker-list .item .title{
        background-color: #f8f8f8;
        padding: 14px 25px 14px 14px;
        background-image: url(https://www.amazone.de/resource/blob/130002/2dc6ab4ac5fd1d1965896702c45ba7c2/arrow-right-data.png);
        background-repeat: no-repeat;
        background-position: center right;
                font-size: 0.81rem;
    }    
    .map-marker-list .item .title:hover{
        background-color: #e8e8e8;
        cursor: pointer;
    }        
    .map-marker-list .item p{
        font-size: 90%;
        margin: 0;
        padding: 0 14px;
    }        
    .map-marker-list .item p.telephone{
        background-image: url(https://www.amazone.de/resource/blob/130014/b870187e0d2c0f375ef7653067ed2611/phone-data.png);
        background-repeat: no-repeat;
        background-position: center left;
        margin-left: 10px;
        padding-left: 25px;
        background-size: 16px;
    }        
    .map-marker-list .item p.distance{
        background-image: url(https://www.amazone.de/resource/blob/130012/e16c59a3e760f10b06444917bb1dab94/marker-data.png);
        background-repeat: no-repeat;
        background-position: center left;
        margin-left: 10px;
        padding-left: 25px;
        background-size: 16px;
    }        
    
    
    /* FORM SEARCH */
    
    .map-wrapper .form-map-search menu{
        overflow-y: auto;
        margin-top: 0;
        padding-left: 0;
        max-height: 0;
        transition: max-height 0.15s ease-out;
    }
    .map-wrapper .form-map-search menu.open{
        max-height: 200px;
        transition: max-height 0.25s ease-in;
    margin-top: 17px;
    }
    .map-wrapper .form-map-search menu li{
        padding: 0 14px;
    }
    .map-wrapper .form-map-search menu li:hover,
    .map-wrapper .form-map-search menu .current{
        color:#fff;
        background-color: #5C832F;
        cursor: pointer;
    }
    
    /* LOADING */
    
    .map-wrapper .loading{
        background-image: url(https://www.amazone.de/resource/blob/130016/cd451d8ae813829622b72a3cd8e86e65/loading-data.gif);
        background-position: center;
        background-color: rgba(0,0,0,0.15);
        background-size: 300px;
        background-repeat: no-repeat;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        position: absolute;
    }
    
    
    /*                              */
    
    @media only screen and (min-width: 600px) {
    .map-wrapper .map-body .map ,
    .map-wrapper .map-body .sidebar .sidebar-content,
    .map-wrapper .map-body .sidebar .map-marker-list,
    .map-wrapper .map-body .sidebar .map-marker-details{
        height: 750px !important;
    }
        
        .gm-style-iw {
            width: 550px;
        }
    }
    
    
    /* DIALOG */
    
    .search-dialog-wrapper{
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1001;
    }
    .search-dialog{
        padding: 14px;
        position: fixed;
        width: 500px;
        left: 50%;
        top: 50%;
        margin-left: -250px;
        margin-top: -75px;
        background-color: #fff;
        box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
        border-radius: 0.1625rem;
    }
    
    .search-dialog .header .close{
        float: right;
        font-size: 28px;
        font-weight: bold;
        color: #aaaaaa;
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
    }
    .search-dialog .header .close:hover{
        color: #000;
    }
    .search-dialog .body .info-icon{
        background-image: url(https://www.amazone.de/resource/blob/130008/b27af9c0d9aec52d6c4de15637ee1280/info-icon-data.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 60px;
        height: 60px;
        float: left;
        opacity: 0.4;
    }
    .search-dialog .body p{
        padding: 0 0 0 75px;
    }
     table,tr,td{border:0px solid white!important;font-size:95%!Important;}

</style>
