h1, h2, h3 {
    font-family: 'headlineregular';
    text-align: center;
    text-transform: uppercase;
}
h1.a-head, h2.a-head {
    font-size: 20px;
    line-height: 1.22;
    color: black;
    padding-bottom: 16px;
}
h1.a-head.audio, h2.a-head.audio {
    padding-bottom: 6px;
}
h2.a-head.small {
    font-size: 14px;
}
span.date {
    font-size: 12px;
    display: block;
    padding-top: 24px;
}
h2.b-head, h3.b-head, .text-bold-blue p {
    font-family: 'arimobold';
    text-transform: none;
    text-align: center;
    font-size: 14px;
    line-height: 1.25em;
    padding-bottom: 16px;
    padding-top: 16px;
    color: var(--darkish-blue);
}
/*h2.b-head {
    text-align: left;
}*/
body.overview h2.b-head {
    text-align: center;
}

h3.c-head {
    text-align: center;
    font-family: 'arimobold';
    color: var(--black);
    font-size: 14px;
}

.leading {
    display: block;
    font-family: 'arimoregular';
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color: var(--bluehead);
    padding-bottom: 24px;
}

.leading.bold {
    font-family: 'arimobold';
}
.leading.none-upper {
    text-transform: none;
}

.article-news h3, .article-news h4, .article-news h2.a-head {
    text-align: center;
    font-family: 'headlinebold';
    color: var(--bluehead);
    font-size: 14px;
}

@media (min-width: 768px) {
    h1.a-head, h2.a-head {
        font-size: 26px;
    }
    span.date {
        font-size: 14px
    }
    .leading {
        font-size: 16px;
    }
    h2.b-head, h3.b-head, .text-bold-blue p {
        font-size: 16px !important;
    }
    h2.a-head.small {
        font-size: 22px;
    }
    h3.c-head {
        font-size: 16px;
    }
    .article-news h3, .article-news h4, .article-news h2.a-head {
    font-size: 16px;
    }
}

@media (min-width: 992px) {
    h1.a-head, h2.a-head {
        font-size: 45px;
    }
    span.date {
        font-size: 24px
    }
    .leading {
        font-size: 22px;
    }
    h2.b-head, h3.b-head, .text-bold-blue p {
        font-size: 24px !important
    }
    h3.c-head {
        font-size: 22px;
    }
    .article-news h3 {
        font-size: 18px !important;
        line-height: 22px;
    }
    .article-news h4 {
        font-size: 18px !important;
        line-height: 22px;
    }
    .article-news h2.a-head {
    font-size: 18px;
    }
}

.text-normal h3 {
    padding: 16px 20px 0 20px;
}

h3.small, p.head {
    font-size: 16px;
    font-family: 'headlineregular';
    text-transform: uppercase;
    line-height: 1.18;
    text-align: center;
    color: var(--black) !important;
}
.msg-insert h4 {
    font-family: 'headlinebold';
    font-size: 14px;
    color: var(--darkish-blue);
    padding-top: 10px;
    min-height: 106px;
}
.msg-insert h4 span.date {
    font-family: 'headlineregular';
    display: block;
    border-top: 2px solid var(--darkish-blue);
    padding-top: 10px;
    font-size: 14px;
}

.slider-blue h3, .slider-blue h2 + h3 {
    font-family: 'headlineregular';
    font-size: 16px;
    line-height: 1.2em;
    color: var(--darkish-blue);
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
}

.teaser-c-3 h3 {
    font-family: 'headlinebold';
    text-transform: none;
    font-size: 18px;
    line-height: 1.333em;
    text-align: center;
    color: var(--darkish-blue);
    padding-bottom: 24px;
}
.teaser-c-3 h3 span {
    font-family: 'headlineregular';
    font-size: 18px;
    text-align: center;
    display: block;
    text-transform: none;
}

.teaser-status h3 {
    font-family: 'headlinebold';
    text-transform: none;
    font-size: 18px;
    line-height: 1.333em;
    text-align: center;
    color: var(--black);
    padding-bottom: 24px;
}
.teaser-status h3 span {
    font-family: 'headlineregular';
    font-size: 18px;
    text-align: center;
    display: block;
    text-transform: none;
}

div.einschub header {
    padding-top: 18px;
    padding-bottom: 12px;
}

div.einschub h2 {
    font-family: 'arimobold';
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color: var(--black);
    padding-bottom: 42px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
div.einschub h3 {
    font-family: 'headlineregular';
    text-align: center;
    text-transform: uppercase;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}
div.einschub article h3 {
    font-size: 16px;
    font-family: 'arimobold';
    text-transform: none;
    font-weight: normal;
    text-align: center;
    color: var(--darkish-blue);
    padding-bottom: 24px;
    max-width: 920px;
    margin: 0 auto;
}
div.einschub h4 {
    font-size: 14px;
    font-family: 'arimobold';
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    color: var(--black);
    padding-bottom: 24px;
    max-width: 920px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    div.einschub h3 {
        font-size: 18px;
    }
    div.einschub article h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    h3.small, p.head {
        font-size: 22px;
    }
    .text-normal h3 {
        padding: 32px 83px 0 83px;
    }
    div.einschub h2 {
        font-size: 22px;
    }
    div.einschub h3 {
        font-size: 22px;
    }
    div.einschub article h3 {
        font-size: 24px;
    }
}

.slider-blue h2 {
    font-family: 'arimobold';
    font-size: 12px;
    color: var(--black);
    text-transform: uppercase;
    text-align: left;
}

.seminare h2, .projekte h2 {
    font-size: 14px;
}

.teaser-seminare h3 {
    position: relative;
    min-height: 160px;
    padding: 55px 20px 0 20px;
    color: var(--darkish-blue);
    background-color: var(--maize);
    text-align: center;
    margin-bottom: 16px;
    transition: all 400ms;
    transition-timing-function: ease-in;
}

.teaser-seminare:hover h3 {
    filter: invert(100%);
    transition: all 400ms;
    transition-timing-function: ease-out;
}
.teaser-seminare h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/svg/bg-dark-blue.svg');
    background-position: left top;
    background-color: transparent;
    background-size: 72px;
    background-repeat: no-repeat;
}

.teaser-seminare h3 span.title {
    font-family: 'headlineregular';
    font-size: 14px;
    line-height: 1.18;
    display: block;
    width: 100%;
}

.teaser-seminare h3 span.date {
    font-family: 'arimoregular';
    display: block;
    font-size: 12px;
    line-height: 1.22;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

@media (min-width: 768px) {
    .seminare h2, .projekte h2 {
        font-size: 22px;
    }

    .teaser-seminare h3 {
        min-height: 200px;
        padding: 70px 25px 0 25px;
    }
    .teaser-seminare h3:after {
        background-size: 80px;
    }
    .teaser-seminare h3 span.title {
        min-height: 65px;
    }
    .teaser-seminare h3 span.date {

    }
}

@media (min-width: 992px) {
    .seminare h2 {
        font-size: 22px;
    }
    .teaser-seminare h3 {
        min-height: 230px;
        padding: 50px 25px 0 25px;
    }
    .teaser-seminare h3:after {
        background-size: 90px;
    }
    .teaser-seminare h3 span.title {
        font-size: 22px;
        min-height: 110px;
    }
    .teaser-seminare h3 span.date {
        font-size: 18px;
    }
}

.teaser-projekte h3 {
    font-family: 'headlinebold';
    position: relative;
    color: var(--white);
    text-align: center;
    font-size: 22px;
    padding: 24px;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.69);
}

h2.termine {
    font-family: 'headlinebold';
    color: var(--darkish-blue);
    font-size: 20px;
    text-transform: none;
    margin-bottom: 0;
}

.content-toggle header h2 {
    font-family: 'arimobold';
    text-transform: none;
    font-size: 16px;
}
.content-toggle header h3 {
    font-family: 'arimoregular';
    text-transform: none;
    font-size: 16px;
}

@media (min-width: 768px) {
    .content-toggle header h2, .content-toggle header h3 {
        font-size: 18px;
    }

}
@media (min-width: 992px) {

    .content-toggle header h2, .content-toggle header h3 {
        font-size: 22px;
    }
}

.box h3 { 
    font-size: 14px; 
    color: var(--darkish-blue);
    font-family: 'headlineregular';
    text-transform: none;
}

header.video h2 {
   font-size: 18px; 
    color: var(--darkish-blue); 
}

header.video h3 {
     font-size: 16px;
     color: var(--darkish-blue);
    font-family: arimoregular,Helvetica,Arial,sans-serif;
}

.cta.bg-blue h2 {
     color: var(--soft-blue); 
}

