/*
    Created on : 13.01.2015, 15:23:17
    Author     : mscherner
*/
.Feldbezeichnung,
.Kleingedrucktes,
.Leitspruch,
.Leitspruch-Dunkel,
.Teaser,
.Text,
.Text-Groesser,
.Text-Sternchen,
.Text-Betont,
.Text-Negativ,
.Text-Link,
.Titel,
.Ueberschrift3-Weiss,
.Titel-Fett,
.Zitat
{
    /* css selector order == order of formats in tinyMCE  */
}

/*
*
* global css settings [START]
* visible in tinyMCE and in frontend for screens with 800px width and more
*
*/
.Kleingedrucktes
{
    font-size: 10px;
}

.Feldbezeichnung,
p,
.Text,
.Text-Sternchen,
.Text-Betont,
.Text-Negativ,
.Text-Link,
.Zitat
{
    font-size: 13px;
}

.Text-Groesser
{
    font-size: 16px;
}

.Teaser,
.Titel,
.Titel-Fett
{
    font-size: 30px;
}

.Leitspruch,
.Leitspruch-Dunkel
{
    font-size: 30px;
    line-height: 120%;
}

.Titel-Fett,
.Text-Betont,
.Text-Negativ
{
    font-weight: bold;
}

.Leitspruch,
.Leitspruch-Dunkel,
.Zitat
{
    font-style: italic;
}

.Text-Sternchen
{
    color: #009fda; /* Hellblau (SL-Blau) */
}

.Teaser,
.Titel,
.Titel-Fett
{
    color: #003359; /* Dunkelblau */
}

.Leitspruch
{
    color: #bdbdcb; /* 25%-Dunkelblau */
}

.Leitspruch-Dunkel,
.Feldbezeichnung,
.Kleingedrucktes,
div.post-content p,
.Text,
.Text-Groesser,
.Text-Betont,
.Zitat
{
    color: #4b556a; /* 75%-Dunkelblau */
}

.Text-Negativ
{
    color: #ffffff; /* weiß */
}

.Text-Link a,
.Text-Link
{
    font-weight: bold;
    text-decoration: underline;
}

.Ueberschrift3-Weiss,
.Ueberschrift3-Weiss > a,
a > .Ueberschrift3-Weiss
{
    font-size: 24px !important;
    color: white !important;
}

/*
*
* global css settings [END]
*
*/

@media (max-width: 800px) {
    .Teaser,
    .Titel,
    .Titel-Fett
    {
        font-size: 20px;
    }
}