/* Footer zentrieren */
@media (min-width: 768px) {
.footer-navigation ul
{ 
	justify-content: center;
}
	
	.footer-navigation .sub-menu {
	text-align: center;
}
.menu-footer>li>a
{
		text-align: center;
}

.site-info-content
{ 
	justify-content: center;
}
}

/* Footer mobil */

@media (max-width: 768px) {
.footer-navigation ul
{ 
	display: block;
}
	
.sub-menu
	{
		margin-block-start: 5px !important;
	}
	
}


/* Cookie Icon */

/* CSS Only solution, Same DIV needs !important */

.cmplz-manage-consent::before {

	
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;  
  	content: "\f577";
  	display: inline-block;
  	vertical-align: middle;
		margin-left: 1px;
	font-size: 30px;
	  color: white; /* change color if needed */
}

#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 25px! important;
    right: 25px !important;
		height:54px !important;
	  width: 54px !important;
    border-radius: 100%!important;
    color: black !important;
    background: black !important;
	  padding: 10px 10px 10px 10px!important;		
    min-width:unset!important;
}