footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top:48px;
    padding-bottom:30px;
    margin-top:0;
    margin-bottom:0;
    color:#000000;
    background: #FFFFFF;
    border-top: 8px solid #f1f5f8;
}
.footer-clean{
    margin-bottom:30px;
    margin-top:0px;
    margin-left: 0;
    margin-right: 0;
}
#f2{
    margin-top:0px;
    margin-bottom:20px;
    font-size:12px;
}

.footer-clean h3 {
margin-top:0;
margin-bottom:20px;
font-weight:bold;
font-size:16px;
text-transform: uppercase;

}

.footer-clean ul {
padding:0;
list-style:none;
line-height:2.4;
font-size:16px;
margin-bottom:0;
}
.footer-hover{
    color: #000000 !important;
    text-decoration:none;
    font-size: 0.875rem;
    padding-bottom: 2px;
}
.footer-hover:hover{
    color: #000000 !important;
    border-bottom: 2px solid #ffcd04;
}


.footer-clean .item:last-child{
padding-right:0;
}
.footer-clean .item:first-child{
padding-left:0;   
}

.footer-kontakt-icon{
position: relative;
left: 50%;
transform: translateX(-50%);
margin-top: 8px;
}

.footer-kontakt-icon-element{
border-radius: 50%;
border:2px solid #000000;
display: inline-block;
width: 35px;
height: 35px;
margin-right:10px;
}

.footer-logo-line1{
width:100%;
margin-top:3px;
}

.footer-logo-line1 a img{
width: 100%; 
max-width: 180px; 
height: auto;
/*filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(196deg) brightness(103%) contrast(95%);*/
}

.footer-logo-line2{
width:100%;
margin-top:25px;
line-height:1.8;
font-size:0.875rem;
font-weight:500;
}

.footer-logo-line2 span{
font-size:0.875rem;
}
.footer-logo-line3{
line-height:1.5; 
margin-top:25px;
}
.footer-kontakt-tel{
font-size:22px;
font-weight:500;
}
.footer-kontakt-mobile{
margin-top:20px;
}

/*
.footer-logo-line3 div a:hover span{
    border-color: #ffcd04;
}
*/

.footer-a-kontakt{
    color: #000000 !important;
}


@media (max-width:1200px) {
.footer-logo-line1{
margin-top:0px;  
}   
.footer-clean .item {
    padding-bottom:40px;
    padding-left: 8px !important;  
    padding-right: 8px !important;
}
.footer-clean .item:last-child{
    padding-bottom:0; 
}
.footer-clean{
    margin-bottom:0;
}
.footer-hover{
font-size: 15px;
}

.footer-clean {
    max-width: 100%;
}
}

@media (min-width:1300px) {
    .footer-clean{
        max-width:1240px;
    }
}


footer a:visited {
    color:#000000 !important; 
    text-decoration:none !important;
}

footer a {
    color:#000000 !important; 
    text-decoration:none !important;
    
}

footer a:hover {
    color:#000000 !important; 
    text-decoration:none !important;
    
}


footer a.link {
    padding-bottom: 2px;
}

footer a.link:hover {
    border-bottom: 2px solid #ffcd04;
}


.copyright-line-right a:hover{
color:#1877f2 !important;
}

.kontakt-page-box .footer-a-kontakt{
    color:#000000 !important;
}
.kontakt-page-box .footer-kontakt-icon-element{
    border-color: #000000;
}