/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2025 | 12:31:14 */
/* CSS Code hier einfügen.

Zum Beispiel:
.example {
    color: red;
}

Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp

Kommentarende*/ 
.ft-menu {
	margin-bottom: unset !important;
}
.footer {
/*       background-color: #000; */
      color: #fff;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Arial, sans-serif;
    }
    .footer a {
      color: #fff;
      text-decoration: none;
      margin: 0 15px;
    }
    .footer a img {
      vertical-align: middle;
      margin-right: 5px;
    }
    .footer .location {
      margin-left: 15px;
    }
    .footer .location img {
      vertical-align: middle;
      margin-right: 5px;
    }