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

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

/*Schrift im Footer*/

#footer a,
#footer li,
#footer p {
	margin-left: 12px;
	margin-bottom: 12px;
	color: #000;
}


/* Links im MobilMenu (extra Seite) */
.linkMobil a {
    font:1rem 'Bitter';
    line-height: 120%;
    text-decoration:none;
    color:#dedede;
    font-weight:700;
    border:none;
    margin-left: 36px;
}
}