﻿.footer_black {
	position: fixed;
	left: 0;
	bottom: 45px;
	height: 40px;
    background: black;
    width: 100%;
	text-align: center;
	padding: 10px 20px;
	color: white;
	font-size: 14px;
}
.footer_grey {
	position: fixed;
	left: 0;
	bottom: 0;
    height: 44px;
    background: #222;
    width: 100%;
	text-align: center;
	padding: 10px 20px;
	color: white;
	font-size: 14px;
}
.red-line {
     position: fixed;
	 left: 0;
     bottom: 44px;
     height: 1px;
     background: red;
     width: 100%;
}
.footer-link {
    margin-right: 30px; /* Abstand zum nächsten Link */
    color: white; /* Deine Wunschfarbe */
	text-decoration: none;
}

.footer-link:hover {
    color: blue; /* Hover-Farbe */
	text-decoration: none;
}
