#search{padding:8px;width:200px}#searchBtn{background:#e60014;border:none;color:#fff;cursor:pointer;font-weight:700;height:48px;padding:5px 20px}#searchBtn:hover{background-color:darkred}#map{height:400px;width:100%}#haendler,#map{margin-top:20px}.haendler-card{border-bottom:1px solid #ccc;margin-bottom:25px;padding:0 0 10px}.haendler-card:last-child{border-bottom:none}.haendler-card img{width:24px}.loader{animation:spin 2s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#e60014;height:40px;position:relative;top:15px;transform:translate(-50%,-50%);width:40px;z-index:1000}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}