

footer                                            { background: var(--farbe2); color: #fff; padding: 15px 0 60px 0; font-size: 15px; letter-spacing:1px;}
footer .row                                       { align-items: center; }
footer p                                          { margin: 0; }
footer .footer_adress                             { margin-bottom: 5px; font-size: 15px; letter-spacing:1px;}
footer .footer_adress a                           { color: #fff; }
footer .footer_adress a:hover                     { text-decoration: none; }
footer .footer_navigation                         {  }
footer .footer_navigation ul                      { display: flex; padding: 0; margin: 0; list-style: none; }
footer .footer_navigation ul li                   { margin-right: 15px; }
footer .footer_navigation ul li a                 { color: var(--farbe1); }
footer .footer_navigation ul li a:hover           { text-decoration: none; }
footer .socialmedia                               { display: flex; justify-content: flex-end; }
footer .socialmedia a                             { display: inline-block; margin-left: 20px; }
footer .socialmedia img                           { height: 20px; width: auto; }

/*#####################################################################################################################/
  RESPONSIVE STYLES ###################################################################################################/
######################################################################################################################*/

@media (min-width: 1460px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 992px) and  (max-width: 1200px) {

}

@media (min-width: 768px) and  (max-width: 992px) {  

}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {   
footer .socialmedia                               { justify-content: center; }
footer .socialmedia a                             { margin: 0 10px; }
footer .footer_adress                             { margin-bottom: 10px; text-align: center; }
footer .footer_navigation ul                      { justify-content: center; margin-bottom: 10px; }
footer .footer_navigation ul li                   { margin: 0 10px; }
}




