/*----Contact Seite -----*/


.contact {
    border-radius: 8px;
    margin-top: 3rem;
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-family: 'Rubik Light';

}

.contact a{
    text-decoration: none;
    color: #333;
    font-size: 1.2rem;
}

.contact:hover {
    background-color: #333 !important;
   
}

.contact:hover a{
     color: white;
}

@media (max-width:700px) {

    .contact a{
    font-size: 1rem!important;
  

    } 
    .contact {
        padding: 0.3rem .5rem .3rem .5rem;
    }
}

