/*
 * Autor: Mathias Lieber
 * http://www.lieber-linux.de
 */

/**************************************
Allgemeine Elemente / Content
 ***************************************/
html,
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 140%;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: normal;
    margin-bottom: 0.4em;
}

h1 {
    font-size: 26px;
    line-height: 140%;
}

h2 {
    font-size: 22px;
    line-height: 140%;
}

h3 {
    font-size: 20px;
    line-height: 140%;
}

h4 {
    font-size: 18px;
    line-height: 140%;
}

h5, h6 {
    font-weight: bold;
}

a {
/*    font-weight: bold; */
    text-decoration: none;
}

.subpic {
    font-size: 12px;
    line-height: 140%;
}

.meta {
    font-size: 13px;
    line-height: 140%;
    font-weight: normal;
}

th {
    font-weight: bold;
}

p,
blockquote {
    padding-bottom: 1em;
}

b,
strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

/*********************************
Kopfbereich
 **********************************/

#header .meta {
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
}

#header .drop-down-menu ul li,
#header .drop-down-menu ul li a {
    font-size: 15px;
    line-height: 140%;
    font-weight: bold;
}

.topmenu ul > li > a {
    font-size: 16px;
    line-height: 140%;
}

/*********************************
Buehne
 **********************************/

#stage h1,
#stage h2,
#stage h3,
#stage h4,
#stage h5,
#stage h6 {
    font-size: 30px;
    line-height: 140%;
    font-weight: bold;
}

/*********************************
Service-Bereich
 **********************************/

#service .icon-text {
    font-size: 12px;
    line-height: 140%;
    font-weight: bold;
}

/*********************************
Kampagnen
 **********************************/

#campaigns {
    font-size: 13px;
    line-height: 140%;
    font-weight: normal;
}

/*********************************
Footer
 **********************************/

#footer h3 {
    font-family: 'OpenSans', sans-serif;
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 0.3em;
}

#footer .nav ul li {
    display: block;
    margin-top: 0.66em;
}

#footer .nav ul li a {
    font-size: 15px;
    line-height: 125%;
    font-weight: normal;
}

