/*
mystyles.css: Erweiterung von foundation.css
- überschreibt Teile von foundation.css
- definiert neue CSS Regeln
*/

a {
    color: #669933;
}
a:hover {
    color: #a1c758;
    text-decoration: underline;
}

.topmenu {
    margin-bottom: 1.5rem;
    height: 1.4rem;
}
.topmenu a:hover {
    color: #669933;
    text-decoration: none;
    border-bottom: solid 3px #a1c758;
}
.topmenu .active {
    border-bottom: solid 3px #a1c758;
}
.topmenu .active a:hover {
    border-bottom: none;
}

.logo {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    color: #222222;
}

/*Überschreibt foundation.css*/
h3.subheader {
    font-size: 1.4rem;
    margin-top: 0.7rem;
    margin-bottom: 1rem;
}
/*Überschreibt foundation.css*/
.row {
    max-width: 42.5rem;
}
/*Überschreibt foundation.css*/
.side-nav li {
    font-size: 1rem;
}
/*Überschreibt foundation.css*/
dl dd {
    margin-top:0.3rem;
}
/*Überschreibt foundation.css*/
p {
    color: #666666;
}
/*Überschreibt foundation.css*/
ul {
    color: #666666;
}
/*Überschreibt foundation.css*/
.accordion dd > a {
    padding: 0.3rem;
}
/*Überschreibt foundation.css*/
dl dd {
    margin-top:0.3rem;
}
/*Überschreibt foundation.css*/
/*.accordion dd.active a {
    background-color: #fff;
}*/
.fi-link {
    margin-left: 1rem;
}

#footer {
    text-align: right;
    font-size: 0.9rem;
    line-height: 1.2rem;
}
#footer hr {
    margin-bottom: 0.5rem;
}