@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;900&family=Saira+Extra+Condensed:wght@400;500;600;700;800;900&display=swap');

.footer{
	display:flex;
	align-items: flex-start;
	justify-content: space-around;
	padding-top:6px;
}

.footer-inhalt-links h2, .footer-inhalt-links h5, .footer-inhalt-links p{
	color:#B3B2B2;
	font-family: Saira Extra Condensed, sans-serif;
}

.footer-inhalt-links h2{
font-size: 33px;
font-style: normal;
font-weight: 900;
line-height: normal;
text-transform: uppercase;
	}

.footer-inhalt-links h5{
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.footer-inhalt-links p{
	font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
	margin-top:30px;
}

.footer-inhalt-mitte{
	display:flex;
		padding-top: 14px;
}

.footer-inhalt-mitte div{
	display:flex;
	flex-direction: column;
	margin:0 15px;
}

.footer-inhalt-mitte div h8, .footer-inhalt-mitte div a{
	color:#B3B2B2;
	font-family: Saira Extra Condensed, sans-serif;
}

.footer-inhalt-mitte div h8{
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: normal;
text-transform: uppercase;
}

.footer-inhalt-mitte div a{
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
	text-decoration: none;
	cursor:pointer;
	transition: color .25s ease-in-out;
}
.footer-inhalt-mitte div a:hover{
				color:#fff;
		transition: color .25s ease-in-out;
	cursor:pointer;
}

.footer-inhalt-rechts{
	display:flex;
	flex-direction: column;
	margin:0 15px;
	padding-top:14px;
}

.footer-inhalt-rechts h8, .footer-inhalt-rechts a{
	color:#B3B2B2;
	font-family: Saira Extra Condensed, sans-serif;
}

.footer-inhalt-rechts h8{
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: normal;
text-transform: uppercase;
}

.footer-inhalt-rechts a{
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
	text-decoration: none;
	cursor:pointer;
	transition: color .25s ease-in-out;
}

.footer-inhalt-rechts a:hover{
					color:#fff;
		transition: color .25s ease-in-out;
	cursor:pointer;
}