/**** FOOTER NAVIGATION ****/
#footer-nav{
    position: relative;
    padding-top: 0px;
    padding-bottom: 5px;
    /*line-height: 53px;*/
    height: 3em;  

    float: left;
    min-width: 250px;
    /*width: 35%;*/
    /*width: 100%;*/
    /*padding-left: 1%;*/
    /*margin-left: 1%;*/
    margin-bottom: -1%;
    display: block;
    /*margin-top: 0.2%;  Abstand Navigation zum Header/Map */
    padding-left: 3em;
}
/*MEDIA SMARTPHONE*/
@media screen and (max-width:600px){
    #footer-nav{
        position: relative;
        padding-top: 0px;
        padding-bottom: 3em;
        height: 3em;  
        float: left;
        min-width: 100%;
        margin-bottom: -1%;
        display: block;
        padding-left: 3em;

    }
}

#footer-nav a {
    color: white; /* <= neu CD hell Gold, neu CD d. Gold => #d7b46a;, alt => #fff; */
    background: none; /* #c30b0c; <= CD Rot, #1f3143;  <= neu CD Blau,  alt => #6E688E; */
    font-weight: lighter;       
    /*display: block;*/
    text-align: center; 
    text-decoration: none;    
    border-radius: 0px 8px 0px 8px;
    border-bottom: 2px solid rgba(250, 250, 250, 0.5);
    padding: 0.8em 0.9em 0.8em 0.9em; 
    margin-top: 1%;
    /*min-width: 60px;*/
    /*width: 100%;    */
    margin-left: 2%;
}

#footer-nav a:hover,
#footer-nav a:active,
#footer-nav a:focus {
    color: #fef3ae; /* <= neu CD hell Gold, */
    background: none; /*#c30b0c <= Rot*/
    border: 2px solid rgba(195, 11, 12, 0.5); /* <= Rot*/    
    font-weight: lighter;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(70, 70, 70, 0.5);

    -webkit-transition: all 0.9s ease 0s;   /* <= Chrome, Safari, Opera */
    -moz-transition: all 0.9s ease 0s;      /* <= Firefox */
    transition: all 0.9s ease 0s;
}
.fnav{
    /*margin: 8%;*/
    padding: 2%;
    /*width: 100%;*/
    /*max-width: 400px;*/
    float: left;
}