<!--- https://wiki.selfhtml.org/wiki/HTML/Tutorials/Google-Fonts_einbinden 
    font-family: 'News Cycle', sans-serif;
    font-family: 'Pragati Narrow', sans-serif;
-->
.normal {
font-family: 'news Cycle', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0em;
    color:#000;
}
.menu:link {
    font-family: 'news Cycle', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.0em;
    color: black;
    text-decoration: none;
} 
.menu:visited {
    font-family: 'news Cycle', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.0em;
    color: grey;
    text-decoration: none;
}
.menu:hover {
    font-family: 'news Cycle',sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.0em;
    color: #d67800 ;
    text-decoration: fat;
}
.menu:active {
    font-family: 'news Cycle',sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.0em;
    color: red;
    text-decoration: fat;
}
.titel {
    font-family: 'news Cycle', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.0em;
    color:#333;
}
.titel_br {
    font-family: 'news Cycle', sans-serif;
    font-size:24px;
    font-weight: 700;
    letter-spacing: 0.0em;
    color: #d67800;
}
.titel_u {
    font-family: 'news Cycle', sans-serif;
    font-size:21px;
    font-weight: 700;
    letter-spacing: 0.0em;
    color: rgb(222,122, 0);
} 
.titel_ubr {
    font-family: 'news Cycle', sans-serif;
    font-size:21px;
    font-weight: 700;
    letter-spacing: 0.0em;
    color: rgb(222,122, 0);
}
.text {
    font-family: 'news Cycle', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
}
.zitat {
    font-family: 'news Cycle', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    color:#c60;
}
.zitat_gr {
    font-family: 'news Cycle', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0em;
    color:#c60;
}
.zitat_br {
    font-family: 'news Cycle', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0em;
    color:#c60;
}
.link {
    font-family: 'news Cycle', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0em;
    color:#888;
    text-decoration: none;
} 
.link:hover {
    color: rgb(222,122,0);
}
