/* dmps – Einheitliche Formatierungen – Version:   2.1 */


@font-face {
    font-family: 'Neuton';
    font-style: normal;
    font-weight: 400;
    src: local('Neuton Regular'), local('Neuton-Regular'),
        url('../fonts/neuton-v12-latin-regular.woff2') format('woff2'),
        url('../fonts/neuton-v12-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Neuton';
    font-style: italic;
    font-weight: 400;
    src: local('Neuton Italic'), local('Neuton-Italic'),
        url('../fonts/neuton-v12-latin-italic.woff2') format('woff2'),
        url('../fonts/neuton-v12-latin-italic.woff') format('woff');
}

@font-face {
    font-family: 'Neuton';
    font-style: normal;
    font-weight: 700;
    src: local('Neuton Bold'), local('Neuton-Bold'),
        url('../fonts/neuton-v12-latin-700.woff2') format('woff2'),
        url('../fonts/neuton-v12-latin-700.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'),
        url('../fonts/lato-v16-latin-italic.woff2') format('woff2'),
        url('../fonts/lato-v16-latin-italic.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'),
        url('../fonts/lato-v16-latin-regular.woff2') format('woff2'),
        url('../fonts/lato-v16-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'),
        url('../fonts/lato-v16-latin-700.woff2') format('woff2'),
        url('../fonts/lato-v16-latin-700.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
        url('../fonts/lato-v16-latin-700italic.woff2') format('woff2'),
        url('../fonts/lato-v16-latin-700italic.woff') format('woff');
}

@media all {

    /*--- Zitate deutsch ---*/
    html[lang="de"] q {
        quotes: "»""«"
    }

    q:lang(de) {
        quotes: "»""«"
    }

    html,
    body {
        color: #404040;
        font-family: "Neuton", serif;
        height: 100%;
        line-height: 1.5;
    }

    /*--- Headings | Überschriften ---*/
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Lato", sans-serif;
        color: #404040;
    }

    h1 {
        font-size: 2em;
        font-weight: 700;
        margin: 0;
        line-height: 1.4em;
    }

    h2 {
        font-size: 1.8em;
        font-weight: 700;
        line-height: 1.25em;
    }

    h3 {
        font-size: 1.6em;
        font-weight: 400;
        line-height: 1.25em;
    }

    h4 {
        font-size: 1.4em;
        font-weight: 400;
        text-indent: 24px;
        line-height: 1.25em;
        margin: 32px 0 18px 0em;
    }

    h5 {
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.25;
    }

    sub,
    sup {
        font-size: 65%;
    }

    textarea,
    pre,
    code,
    kbd,
    samp,
    var,
    tt {
        font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
    }

    /* --- Allgemeine Textauszeichnung --- */
    article,
    p,
    ul,
    ol,
    blockquote {
        font-family: "Neuton", serif;
        font-size: 1.1em;
        margin-top: 0;
        margin-bottom: 0;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
    }

    p {
        margin-top: 0;
        margin-bottom: 0;
    }

    p.p2 {
        text-indent: 24px;
    }

    p.p3 {
        margin-top: 0.5em;
    }

    p.p4 {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    p.p5 {
        border-bottom: 1px #d0d0d0 solid;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    p.lex {
        margin-bottom: 0.75em;
        margin-left: 1.5em;
        margin-right: 0;
        margin-top: 0;
        text-indent: -1.5em;
    }

    .hyphenate {
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
    }

    .nohyphenate {
        hyphens: none;
    }

    .center {
        text-align: center;
    }

    b,
    strong {
        font-weight: 700;
    }

    em,
    i {
        font-style: italic;
    }

    .text-justify {
        text-align: justify;
    }

    .text-spaced {
        letter-spacing: 0.075em;
    }

    .text-sans-serif {
        font-family: "Lato", Helvetica, sans-serif;
    }

    .text-serif {
        font-family: "Neuton", Palatino, Times New Roman, serif;
    }

    .text-smallcaps {
        font-variant: small-caps;
    }

    .text-display-grey {
        color: #fff;
        background-color: #435856;
        padding-left: 0.2em;
        padding-right: 0.2em;
    }

    .text-bold-inkblue {
        font-weight: 700;
        color: #2D4B9B;
    }

    .dslash {
        font-size: 1.4em;
        font-weight: 700;
    }

    .firstletter {
        font-size: 3.50em;
        line-height: .75em;
        margin-right: 6px;
        display: block;
        float: left;
    }

    .text-inside {
        margin-right: 0.5em;
        display: block;
        float: left;
    }

    .legende {
        display: block;
        font-size: 1.0em;
        line-height: 1.2em;
    }

    blockquote {
        font-size: 96%;
        margin: 1em 1em;
        background: transparent;
    }

    .text-left-24 {
        margin-left: 24px
    }

    .text-left-36 {
        margin-left: 36px
    }

    .text-left-48 {
        margin-left: 48px
    }

    .quote {
        color: #999900;
    }

    .text-body {
        max-width: 580px;
        margin: auto;
    }

    .text-entry {
        font-size: 1em;
        line-height: 1.5em;
        color: #222;
    }

    .text-book {
        font-family: "Neuton", Palatino, serif;
        font-size: 2em;
        line-height: 1.5em;
    }


    .text-underline {
        border-bottom: 1px #888 solid;
        padding-bottom: 2px;
    }

    .text-diary {
        border-bottom: 1px #c6c6c6 solid;
        padding-top: 8px;
        padding-bottom: 12px;
    }

    .text-lit {
        font-size: 0.9em;
        color: #888
    }

    a.citation,
    a.footnote {
        font-family: "Lato", sans-serif;
        padding: 0 0.4em;
        border-radius: 1em;
        background: #f1e1b7;
        border-bottom-color: transparent;
        /* replacing <sup> */
        vertical-align: baseline;
        font-size: smaller;
        position: relative;
        top: -0.4em;
        line-height: 0;
    }

    a.footnote {
        padding-right: 0.2em;
        /* 0.2em + letter-spacing on the right */
        letter-spacing: 0.2em;
    }

    .endnote {
        font-size: 75%;
        line-height: 0;
        padding: 0 0.25em;
        position: relative;
        vertical-align: baseline;
        color: #EF003C;
    }

    li.footnote {
        font-size: normal;
        line-height: 1.3;
        margin: 0 0 0 0.5em;
        text-align: left;
        text-indent: -.65em;
    }

    pre,
    code,
    kbd,
    tt,
    samp,
    var {
        font-size: 100%;
    }

    pre {
        font-size: 100%;
        line-height: 1.5;
        margin: 0 0 1.5em 0;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    pre,
    code {
        color: #880000;
    }

    kbd,
    samp,
    var,
    tt {
        color: #666666;
        font-weight: bold;
    }

    var,
    dfn {
        font-style: italic;
    }


    abbr {
        border-bottom: 1px dotted black;
        letter-spacing: .07em;
        margin-bottom: 1em;

    }

    mark {
        background: yellow;
        color: black;
    }

    /* --- Positionierung und Hervorhebung --- */
    .highlight {
        color: #cc3300;
    }

    .dimmed {
        color: #888;
    }

    .label {
        font-family: Verdana, Geneva, sans-serif;
        padding: 1px 6px 2px;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
        white-space: nowrap;
        border-radius: 3px;
        background: #06C;
        color: #fff;
        font-size: 10px;
        line-height: 12px;
    }

    .info {
        background: #f4f4f4;
    }

    .float-left {
        float: left;
        display: inline;
        margin: 0 1em 1.5em 0;
    }

    .float-right {
        float: right;
        display: inline;
        margin: 0 0 1.5em 1em;
    }


    /* --- boxes --- */
    .boxed {
        margin: 0;
        padding: 16px;
        border: 1px #888 solid;
    }

    .box {
        border-radius: 0.3em;
        border-width: 1px;
        border-style: solid;
        border-color: #888;
        border-color: rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
        color: #444;
        color: rgba(0, 0, 0, 0.8);
        padding: 1.42857em;
        margin: 0 0 1.5em 0;
    }

    .box > *:last-child {
        margin-bottom: 0;
    }

    .box-thema {
        border-top: 1px #888 solid;
        margin: 4px 0 8px 0;
        padding: 4px 0 4px 0;
    }

    .box-card {
        width: 100%;
        height: auto;
        max-width: 400px;
        max-height: 200px;
        opacity: 0.8;
    }

    .box-grey {
        background-color: #f1f1f1;
        padding: 16px;
    }

    .box-info {
        padding-left: 12px;
        border-left: 6px #435856 solid;
    }

    .box-simple {
        border: 1px #435856 dotted;

        padding: 16px;
    }


    /* --- Lines --- */
    hr {
        color: #fff;
        background: transparent;
        margin: 0 0 0.25em 0;
        padding: 0 0 0.67857em 0;
        border: 0;
        border-bottom: 1px #435856 solid;
    }

    hr.solid {
        background: transparent;
        border: 0;
        border-bottom: 2px #435856 solid;
        margin-bottom: 1em;
    }

    hr.dotted {
        background: transparent;
        border: 0;
        border-bottom: #888 dotted;
    }

    hr.dashed {
        background: transparent;
        border: 0;
        border-bottom: 4px #222 dashed;
    }

    hr.footnoteline {
        border-style: none;
        border-top: 1px solid #000;
        margin: 0.75em 70% .75em 0;
    }


    /* --- Lists | Listen  --- */
    ul,
    ol,
    dl {
        line-height: 1.5;
        margin: 0;
    }

    ul {
        list-style-type: disc;
    }

    ol {
        list-style-type: decimal;
    }

    ul ul {
        list-style-type: circle;
    }

    ol ol {
        list-style-type: lower-latin;
    }

    ol ul {
        list-style-type: circle;
    }

    li {
        margin-left: 0em;

    }

    ol.list-numbers {
        margin-left: 24px;
        padding: 0;
        list-style-type: decimal;
        line-height: 1.5;
        border: 0 none;
    }

    ul.list-footnotes {
        font-size: 0.9em;
        margin: 0;
        padding: 0;
        list-style-type: none;
        line-height: 1.5;
        border: 0 none;
        color: #888
    }

    ul.list-square-blue {
        margin-left: 20px;
        padding: 0;
        list-style-type: none;
        line-height: 1.5;
        border: 0 none;
        list-style-image: url(../img/icon/icn_crea_blue.gif)
    }


    ul.list-drama {
        font-size: 1.1em;
        margin: 0;
        padding: 0;
        list-style-type: none;
        line-height: 1.5;
        border: 0 none;
    }

    ul.list-text {
        font-size: 1.1em;
        margin: 0;
        padding: 0;
        list-style-type: none;
        line-height: 1.5;
        border: 0 none;
    }

    ul.list-text ul {
        margin: 0;
        padding: 0;
        border-bottom: 1px #ddd solid
    }

    ul.list-text li {
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: 1px #ddd solid;
        overflow: auto;
    }

    ul.list-text ul:last-child {
        border-bottom: none
    }

    ul.list-text li:last-child {
        border-bottom: none
    }

    ul.list-okay li {
        margin-left: .8em;
        list-style-image: url(../img/icon/icn_okay.gif);
    }

    ul.list-block {
        list-style-type: none;
        margin: 0;
        padding: 4px 0
    }

    ul.list-block li {
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: 1px white solid;
    }

    ul.list-block li:last-child {
        border-bottom: none
    }

    /* --- images --- */
    img,
    figure {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
    }

    img.left,
    img.alignleft {
        float: left;
        margin-right: 1em;
    }

    img.right,
    img.alignright {
        float: right;
        margin: .50em 0 0 1em;
    }

    .bordered {
        border: 8px #eee solid;
        border: 8px white solid;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    }

    .shadowed {
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
    }

    .linedis {
        padding-left: 12px;
        text-decoration-line: underline
    }

    /*--- page layout ---*/
    .page-content,
    .text-body {
        max-width: 580px;
        margin: auto
    }

    /*---margins, spacing---*/
    .margin-top-1 {
        margin-top: 1em
    }

    .margin-top-2 {
        margin-top: 2em
    }

    .margin-top-3 {
        margin-top: 3em
    }

    .margin-top-4 {
        margin-top: 4em
    }

    .margin-top-6 {
        margin-top: 6em
    }

    .margin-left-12 {
        margin-left: 12px
    }

    .margin-left-24 {
        margin-left: 24px
    }

    .margin-left-48 {
        margin-left: 48px
    }

    .margin-left-96 {
        margin-left: 96px
    }

    .padding-left-12 {
        padding-left: 12px
    }

    .padding-left-16 {
        padding-left: 16px
    }

    .padding-left-24 {
        padding-left: 24px
    }

    .padding-left-48 {
        padding-left: 48px
    }

    .padding-left-96 {
        padding-left: 96px
    }


    .padding-bot-12 {
        padding-bottom: 12px;
    }

    .padding-bot-24 {
        padding-bottom: 24px;
    }

    .padding-bot-48 {
        padding-bottom: 48px;
    }

    .padding-top-12 {
        padding-top: 12px;
    }

    .padding-top-24 {
        padding-top: 24px;
    }

    .padding-top-48 {
        padding-top: 48px;
    }

    .padding-top-60 {
        padding-top: 60px;
    }

    /*--- Links --- */
    a {
        text-decoration: none;
        background-color: transparent;
    }

    a:active {
        text-decoration: none;
    }

    a:hover {
        color: #1d70b7;
        text-decoration: none;
        transition: all ease 0.75s;
    }

    .linkext,
    .linkex {
        padding-left: 14px;
        background: transparent url(../img/icon/icn_linkext.gif) no-repeat left;
        text-decoration: none;
    }

    .linkint {
        padding-left: 14px;
        background: transparent url(../img/icon/icn_linkint.gif) no-repeat left;
        text-decoration: none;
    }

    .pdf {
        padding: 0 0 0 45px;
        color: #444;
        background: transparent url(../img/icon/pdf.jpg) no-repeat left;
        text-decoration: none;
    }

    /* text colours */
    .text-blue {
        color: #1d70b7;
    }

    .text-englishred {
        color: #ff7514;
    }

    .text-inkblue {
        color: #6D7EA5;
    }

    .text-nightblue {
        color: #00194B;
    }

    .text-karmesin {
        color: #990033
    }

    .text-crea-blue {
        color: #9DAEDA;
    }

    .text-red {
        color: #EF003C;
    }

    .text-on-grey {
        color: #fff;
        background-color: #a3a2a2;
        padding: 0.25em;
    }

    .text-grey {
        color: #888;
    }

    .text-wood {
        color: #9C0C00;
    }


    /* background colours and patterns */
    .grey-10,
    .hover-grey-10:hover {
        color: #000;
        background-color: #ECECEC
    }

    .grey-20,
    .hover-grey-20:hover {
        color: #000;
        background-color: #DADAD9
    }

    .grey-40,
    .hover-grey-40:hover {
        color: #000;
        background-color: #B2B2B1
    }

    .grey-60,
    .hover-grey-60:hover {
        color: #fff;
        background-color: #878786
    }

    .grey-80,
    .hover-grey-80:hover {
        color: #fff;
        background-color: #575756
    }

    .crea-blue,
    .hover-crea-blue:hover {
        background-color: #9DAEDA
    }

    .crea-yellow,
    .hover-crea-yellow:hover {
        background-color: #FFDD75
    }

    .crea-orange,
    .hover-crea-orange:hover {
        background-color: #F4A100
    }

    .crea-green,
    .hover-crea-green:hover {
        background-color: #B1C599
    }

    .goldgelb,
    .hover-goldgelb:hover {
        color: #000;
        background-color: #F2B600
    }

    .elfenbein,
    .hover-elfenbein:hover {
        color: #000;
        background-color: #ECD6A0
    }

    .karminrot,
    .hover-karminrot:hover {
        color: #fff;
        background-color: #B4121C
    }

    .inkblue,
    .hover-inkblue:hover {
        color: #fff;
        background-color: #6D7EA5
    }

    /* Backtotop */
    #backtotop {
        z-index: 999;
        display: inline-block;
        position: fixed;
        visibility: hidden;
        bottom: 20px;
        right: 20px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 1.4em;
        color: #fff;
        text-align: center;
        opacity: 1;
        background-color: #404040;
    }

    #backtotop i {
        display: block;
        width: 100%;
        height: 100%;
        line-height: inherit;
    }

    #backtotop.visible {
        visibility: visible;
        opacity: 1;
    }

    #backtotop:hover {
        opacity: 1;
    }
