footer {
    height: fit-content;
    background-color: #2d2c2f;
    color: #f0eff2;
    border-top: solid 2px var(--accent-color);
    backdrop-filter: blur(20px);
    margin-top: 10vh;




}

footer a, footer p {
    color: #f0eff2;
}


.footerSocialIMG {
 margin-left: 10px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
    z-index: 14;
    user-select: all;
    pointer-events: all;
    cursor: pointer;
    opacity: 1;
    filter: brightness(0) invert(1);
}

.socialsDivFooterChild:first-child .footerSocialIMG {
    border-radius: 10px;
}

.socialsDivFooterChild:nth-child(3) .footerSocialIMG {
   width: auto;
}


.footerMainDiv{
    

    display: flex;
    flex-direction: row;
  padding-top: 25px;
  padding-bottom: 25px;
    justify-content: center;
    align-items: flex-start;
   
}

.footer-element {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    width: auto;
    height: 80%;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 20px;
    padding-right: 20px;
    

    
}

h6 {
    color: #f0eff2;
    font-size: clamp(1.2rem, 1.5vw, 1.8rem);
    text-decoration: underline;
    margin-bottom: 15px;

}

.footer-element a {
    font-size: clamp(1rem, 1vw, 1rem);
    margin-bottom: 10px;
    border-bottom: solid 4px transparent

}


.footer-kontakt h6{
    margin-bottom: 15px;
}

.socialsDivFooter {
    display: flex;
    flex-direction: column;
    align-items:  center;
}

.socialsDivFooter a {
    margin-bottom: 0;
}

.socialsDivFooter a {
    border-bottom: solid 4px transparent
}

.socialsDivFooterChild {
    display: flex;
	justify-content: flex-start;
	align-items: center;
    flex-direction: row;
    border-bottom: solid 4px transparent;
    margin-bottom: 10px;
    
	width: 100%;
}



.socialsDivFooterChild img {
    position: relative;
    top: -10px;
    margin-right: 15px;
}



.footer-subscribe {
    width: 30%;
}
/* Nur Links in .footer-element */
.footer-element a {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.footer-element a::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #9c9ccd;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.footer-element a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

/* Entferne den ::after-Effekt */
.footer-element a::after {
  content: none;
}


    .footer-element{
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 0px;
        width: auto;
        
    }

    .subscribeDivParent p {
        text-align: justify;

        width: 80%;
    }

    .subscribeDivParent{
        align-items: center;
    }
    .subscribeDiv Button {
        margin-top: 5vh;
        font-size: clamp(1.2rem, 1.2vw, 1.6rem) 
    }

