/* Füge hier Dein eigenes CSS ein */



a.button-map {
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    font-size: 1em;
    color: white;
    font-family: "Lato";
    min-width: 80px;
  	background: #6AD82E;
  	text-decoration: none;
  	text-align: center;
}

a.button-map:hover { 
    background-color: #FF5B04;
}