.footer {
    position:relative;
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: rgba(249, 186, 195, 1.0);
    z-index: 50;
    padding-top: 20px;
    padding-bottom: 50px;
    color: #000;
    font-size: calc(14px + 0.5vw);

/*    max-width: calc(10em + 40vw);
  margin-left: auto;
  margin-right: auto;*/
}
.footer img {
    min-height: unset;
}
.footer li {
    min-height: unset;
    list-style: none;
}

.footerLinks {
    position: relative;
    display: block;
    float: left;
    width: 45%;
    padding-left: 30px;
}
.footerRechts {
    position: relative;
    display: block;
    width: 55%;    
    float: right;
}
.footer .socialMedia {
    position: absolute;
    display: block;   
    bottom: -8px;
    left: 25px; 
}
.footer .socialMedia figure {
    width: calc(30px + 1.0vw);
    height: auto;
    min-height: unset;
    float: left;
    margin-right: 7px;
}
.footer .socialMedia img {
    min-height: unset;
    transition: fill 0.3s ease; /* Sanfter Übergang */  
}
.FooterFirmenlogo {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 20px;
    min-width: 180px;
    max-width: 600px;
  color: #fff;    
}
.footerRechtsInhalt {
    position: relative;
    float: right;
    padding-right: 30px;
}
.footer a {
    color: #de2222;    
  transition: color 0.3s ease; /* Sanfter Übergang */  
}
.footer a:hover, .footer a:hover svg, .footer a:focus svg {
    color: #fff;    
  transition: color 0.3s ease; /* Sanfter Übergang */  
}
.footer .FooterNavigation {
    position: relative;
    bottom: -100px;
}
.footer .svg {
    display: block;
}
