/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.11.2022, 13:29:47
    Author     : andre
*/

footer {
    
}
footer .container-fluid {
    background: rgba(255,255,255,1);
    position: relative;
    -webkit-box-shadow: 0px -5px 5px 0px #607591; 
    box-shadow: 0px -5px 5px 0px #607591;
 }

#menu-footermenu, 
#menu-suche {
     display: flex;
     flex-direction: row;
     font-family: 'Merriweather Sans';
 }
 #menu-suche {
     justify-content: flex-end;
 }
 
#menu-footermenu li a,
#menu-suche li a  {
     padding: 20px 25px 10px;
     min-height: 65px;
     font-weight: 600;
     font-size: 0.9em;
 }
#menu-footermenu li a:hover, 
#menu-suche li a:hover {
     color: rgba(0,0,0,0.5);
 }
#menu-footermenu li.active a, 
#menu-suche li.active a {
     color: #00a883;
 }
 .lg-hidden {
    display: none;
}
