@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

*{
    font-family: 'Nunito Sans', sans-serif;
}

p{
    font-family: 'Nunito Sans', sans-serif;
}

h3{
    margin-top: 3px;
    margin-bottom: 15px;
    font-family: 'Nunito Sans', sans-serif;
}

h4{
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Nunito Sans', sans-serif;
}

h5{
    margin-top: 22px;
    margin-bottom: 0px;
    font-family: 'Nunito Sans', sans-serif;
}

h6{
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
}

#header .logo img, #header .logo svg{
    height: 60px;
}

#footer{
    text-align: unset;
    padding-top: 18px;
    padding-bottom: 10px;
}

.footer-elements{ 
    display: flex;
    justify-content: space-between;
}

.footer-col{
    width: 50%;
}

.footer-logo{
    width: 60px;
}

.text-bold{
    font-weight: 700;
}

.small-margin{
    margin-top: 0px;
    margin-bottom: 10px;
}

#body-wrapper .container{
    padding: 2rem 0.4rem 2rem;
}

form span.required{
    font-size: 0.9rem;
}

@media only screen and (max-width: 800px) {
    #header .logo img, #header .logo svg{
        height: 56px;
    }
    .overlay.open{
        opacity: 1;
    }
    .overlay{
        background: #FFF;
        transition: opacity .05s,visibility .05s,height .05s;
    }
    .mobile-menu .button_container span{
        transition: all .15s ease;
    }
    .mobile-menu .button_container.active .top{
        background: #CCC;
    }
    .mobile-menu .button_container.active .middle{
        background: #CCC;
    }
    .mobile-menu .button_container.active .bottom{
        background: #CCC;
    }
    .treemenu li{
        background: none;
    }
    .mobile-logo img, .mobile-logo svg{
        height: 58px;
        margin-left: 8px;
    }
    .treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover{
        color: #50596c !important;
    }
    .footer-col{
        width: 100%;
    }
    .footer-elements{ 
        display: block;
        justify-content: space-between;
    }
    .footer-logo{
        position: absolute;
        bottom: 68px;
        right: 25px;
    }
  }