@media screen and (min-width: 800px) {

/* Links im Text */
#main a {
    text-decoration:none;
    border-bottom:1px dotted #5e9d6b;
    font:1rem 'Bitter';
    color:#fff;
    font-weight:700;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#main a:hover {
    color:#5e9d6b;
}

/* Links in der Hauptnavigation */
.mod_navigation a,
.mod_navigation li,
.mod_navigation .active {
    font:0.8rem 'Bitter';
    color:#000;
    font-weight:700;
    border:none;
    text-decoration:none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.mod_navigation a:hover {
    font:0.8rem 'Bitter';
    text-decoration:none;
    color:#5e9d6b;
    font-weight:700;
}

/* Links in der Infonavigation */
.mod_customnav a,
.mod_customnav li,
.mod_customnav .active {
    font-family: 'Bitter';
    font-size: 0.7rem !important;
    line-height: 200%;
    color:#fff;
    font-weight:700;
    border:none;
    text-decoration:none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.mod_customnav a:hover {
    font:0.8rem 'Bitter';
    text-decoration:none;
    color:#5e9d6b;
    font-weight:700;
}
}