/**
 * Farbcodes
 *
 * Lila: b13f96
 * Grün: bdcb39
 */


body {
    color: #666666;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 32px;
    font-weight: normal;
    color: #b13f96;
}

p + h2 {
    margin-top: 1.2em;
}

h3 {
    margin-bottom: 0.6em;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
}

p + h3 {
    margin-top: 1.2em;
}

h3 + p {
    margin-top: 1em;
}

h4 {
    margin-bottom: 0.6em;
    line-height: 1.3;
}

h4 + p {
    margin-top: 0.8em;
}

blockquote {
    position: relative;
    margin: 0;
    padding: 2em 1.4em 2em 3.7em;
}

blockquote p {
    margin: 0;
    font-style: italic;
    font-size: 1.4em;
}

blockquote:after {
    content: '„';
    display: block;
    margin: auto;
    position: absolute;
    left: .2em;
    top: 0;
    bottom: .5em;
    height: 1em;
    font: normal 3.8em/1em serif;
    color: #b13f96;
}

#tinymce a img {
    outline: 3px #b13f96 dashed;
}

#tinymce img[data-mce-selected="1"] {
    outline: 0px;
}

.costtable {
    margin: 1em 0;
    width: 100%;
}

    .costtable td {
        padding: 2px 1%;
        vertical-align: top;
    }

    .costtable .label {
        width: 58%;
    }

    .costtable .duration {
        width: 28%;
    }

    .costtable .cost {
        width: 12%;
        text-align: right;
    }