.iconnav li {
    font-size: 12px;
    text-align: center;
}


.fa-iconnav li a:before {
    background: transparent none no-repeat center center;
    width: 50px;
    height: 30px;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    white-space: pre;
    content: " ";
}

.iconnav li a {
    background: transparent none no-repeat center top;
    height: 100%;
    width: 100%;
    min-width: 50px;
    padding-top: 30px;
    display: block;
    text-align: center;
}

.tnav.iconnav li.Home a {
    background-image: url("../img/icon_home.png");
}
.tnav.iconnav li.Kontakt a{
    background-image: url("../img/icon_mail.png");
}
.tnav.iconnav li.Facebook a {
    background-image: url("../img/icon_fb.png");
}

.tnav.iconnav li.Instagram a {
    background-image: url("../img/icon_insta.png");
}

.tnav.iconnav li.Spenden a {
    background-image: url("../img/icon_donate.png");
}

.fnav.iconnav li:nth-child(1) a {
    background-image: url("../img/icon_mail_white.png");
}
.fnav.iconnav li:nth-child(2) a {
    background-image: url("../img/icon_fb_white.png");
}

.fnav.iconnav li:nth-child(3) a {
    background-image: url("../img/icon_insta_white.png");
}

.fnav.iconnav li.Spenden a {
    background-image: url("../img/icon_donate_white.png");
}



a .sv-icon {
    color: white;
    text-decoration: none;
}

a:hover .sv-icon {
    text-decoration: none;
}
.sv-icon .cat-text {
    /*position: absolute;
    bottom: 1rem;
    right: 1rem;*/
    padding: 1rem;
}
.has-icon a:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 20px;
    background: transparent url("") no-repeat;
    margin-right: 0.4rem;
}
.has-icon.email a:before {
    background-image: url("../img/icon_mail_orange.png");
}


.fon label {
    width: 36px;
    margin-right: 0.4rem;
}

.svg-inline--fa {
    margin-right: 0.4rem;
}