/* Styling für den Footer */
footer {
    min-height: 100px;
	background-color: white  ;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    position: relative;
    bottom: 0;
    width: 100%;
    
}

footer a {
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    color: #0056b3;
    text-decoration: underline;
}

footer .footer-content {
    max-width: 1200px;
    margin: 0 auto;
}