:root {
    --primary-color: #ffed00;
    --secondary-color: #00963f;
}

.external-link::after {
    content: '\f08e';
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    margin-left: 0.3em;
}
div + .content-youtube {
    margin-top: 3em;
}
#main .mod_article.alle-news {
    background: none;
}
#main .mod_article.alle-news .inside {
    padding: 0;
}
.alle-news .layout_full {
    padding: 120px 80px;
    background-color: #fff;
}
.alle-news .layout_full + .layout_full {
    margin-top: 15px;
}

/* Cockiemeldung =================================================================================================== */
#cookie-bar {
    display: none;
    font-size: 0.85em;
    line-height: 1.3em;
}
#cookie-bar > .inside {
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    display: table;
    padding: 0.5em 0.5em 0.5em 1em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 10;
}
#cookie-bar p {
    display: table-cell;
    vertical-align: middle;
}
#cookie-bar #close-button {
    float: right;
    display: block;
    margin-left: 2em;
    padding: 0.5em 1em;
    background-color: #383838;
    color: #fff;
}

/* Formulare =================================================================================================== */
.ce_form .text,
.ce_form .captcha,
.ce_form textarea {
    width: 100%;
    margin-bottom: 1em;
    padding: 0.7em 1em;
    border: 2px solid #dbdbdb;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ce_form .widget-checkbox {
    margin-bottom: 1em;
    font-size: 0.85em;
    line-height: 1.5em;
}
.ce_form .widget-checkbox input {
    margin-right: 0.5em;
}
.ce_form {
    width: 100%;
    display: block;
}

/* HTML --------------------------------------------------------------------------------------------------- */
html {
    overflow-y: scroll;
}
body {
    background-color: #f3f3f3;
    font: 18px/1.6em open_sansregular;
    color: #383838;
}
:focus {
    outline: 0;
    border: none;
}
::selection {
    background-color: #2b2b2a;
    color: #fff;
}
::-moz-selection {
    background-color: #2b2b2a;
    color: #fff;
}
img {
    height: auto;
    max-width: 100%;
    display: block;
}
strong,
b {
    font-family: open_sansbold;
    font-weight: normal;
    font-style: normal;
}
div:not(.responsive) > iframe {
    width: 100% !important;
}
.content-youtube {
    margin-bottom: 1.5em;
}
.content-youtube .aspect--16\:9 {
    aspect-ratio: 16 / 9;
    position: relative;
}
.content-youtube [data-splash-screen] {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    appearance: none;
    background: none;
    cursor: pointer;

    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;

    padding: 1em;
    color: #fff;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.content-youtube [data-splash-screen]::after {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}
.content-youtube [data-splash-screen] img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}
.content-youtube [data-splash-screen] span {
    z-index: 10;
    max-width: 500px;
    font-size: 0.8em;
}
@media screen and (min-width: 570px) {
    .content-youtube [data-splash-screen] span::before {
        content: '';
        display: block;
        margin-block: 0 3em;
        margin-inline: auto;
        border-color: transparent transparent transparent #fff;
        width: 63px;
        height: 74px;
        border-width: 37px 0px 37px 63px;
        z-index: 1;
        position: relative;
        border-style: solid;
        box-sizing: border-box;
    }
}
.content-youtube img {
    width: 100%;
}
.responsive.ratio-169::before {
    float: left;
    padding-top: 56.25%;
    content: '';
}
.responsive.ratio-169::after {
    display: block;
    content: '';
    clear: both;
}
.content-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}
.content-youtube iframe + .overlay {
    display: none;
}
.content-youtube:hover .overlay,
body.-isTouchDevice .content-youtube .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
.content-youtube:hover .overlay span,
body.-isTouchDevice .content-youtube .overlay span {
    opacity: 1;
}
.content-youtube .responsive {
    position: relative;
}
.content-youtube .overlay span {
    max-width: 500px;
    font-size: 0.8em;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 0.8em;
    line-height: normal;
}
.content-youtube .overlay a {
    pointer-events: visible;
}

/* Page --------------------------------------------------------------------------------------------------- */
#main .mod_article .inside {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
}

.startseite #main .mod_article:first-child:not(.closer) {
    margin-top: 90px;
}
/* Abstand am Rand */
#main-nav,
#slider .content-text .text-wrapper,
#pageTitle,
#main .mod_article .inside,
#main .mod_article.zweiteilig .inside > div .text-wrapper,
#footer .inside,
#sub-nav {
    padding-right: 80px;
    padding-left: 80px;
}
#main .mod_article.vollformat .inside {
    padding: 0;
}
#main .mod_article.vollformat {
    background-color: transparent;
}
#wrapper {
    max-width: 1920px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
}
#main .media--left figure,
#main .media--right figure,
#main .image_container.float_left,
#main .image_container.float_right {
    max-width: 50%;
}

#main .media--left figure,
#main .image_container.float_left {
    margin-right: 40px;
}
#main .media--right figure,
#main .image_container.float_right {
    margin-left: 40px;
}
#main .media--left figure,
#main .media--right figure,
#main .media--above figure,
#main .image_container.float_left,
#main .image_container.float_right,
#main .image_container.float_above {
    margin-bottom: 20px;
}
.show-only-mobile {
    display: none;
}
figcaption {
    padding-top: 5px;
    font: 16px/1.6em 'Exo 2';
    font-style: italic;
    font-weight: 700;
}

.linked-element {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.linked-element:hover img {
    opacity: 0.5;
    scale: 1.05;
}

.linked-element figure {
    margin: 0 !important;
}

.linked-element img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    transition:
        opacity 0.3s ease-in-out,
        scale 0.3s ease-in-out;
}

/* Margins --------------------------------------------------------------------------------------------------- */
p,
ul,
ol,
table,
.content-text .text-wrapper .rte > :last-child {
    margin-bottom: 0;
}
p.more a,
p.back a,
.content-hyperlink,
#datenschutz .inside > * + * {
    margin-top: 1.5em;
}
.content-text p,
.content-text ul,
.content-text ol,
.ce_er24_legal_text p {
    margin-bottom: 1.5em;
}
.mod_article .inside > div + div,
.content-wrapper > div + div {
    margin-top: 60px;
}

/* Listen --------------------------------------------------------------------------------------------------- */
.content-text ul li,
.content-list ul li,
#datenschutz li {
    position: relative;
    padding-left: 1.5em;
}
.content-text ul li:before,
.content-list ul li:before,
#datenschutz li:before {
    left: 0;
    top: 0;
    position: absolute;
    font-family: Ionicons;
    color: var(--secondary-color);
    content: '\f122';
}

/* Überschriften --------------------------------------------------------------------------------------------------- */
h1 {
    margin-top: 0;
    margin-bottom: 60px;
    font: 2.2em/1.2em 'Exo 2';
    font-style: italic;
    color: #2b2b2a;
    text-transform: uppercase;
    font-weight: 800;
}
h1.content-headline {
    width: 600px;
    float: left;
    margin-right: 4%;
    padding-left: 80px;
    background-image: url('/files/layout/h1-element.png');
    background-repeat: no-repeat;
    background-size: 50px 28px;
    background-position: 0 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -80px;
}
h1.content-headline + div {
    display: table;
}
h2 {
    margin-top: 0;
    margin-bottom: 1em;
    font: 1.56em/1.2em 'Exo 2';
    font-style: italic;
    color: #2b2b2a;
    text-transform: uppercase;
    font-weight: 800;
}
h3 {
    margin-top: 0;
    margin-bottom: 1em;
    font: 1.22em/1.3em 'Exo 2';
    font-style: italic;
    color: #2b2b2a;
    font-weight: 700;
}
h4 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.2em;
    padding-right: 0.4em;
    padding-left: 0.4em;
    background-color: #e3000f;
    font: 13px/1.4em open_sansbold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#startseite .mod_newslist:nth-child(2) h4 {
    background-color: var(--primary-color);
    color: #2b2b2a;
}
#startseite .content-text:nth-child(3) h4 {
    background-color: var(--secondary-color);
}
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1em;
    font: 1em/1.2em 'Exo 2';
    text-transform: uppercase;
    font-weight: 700;
}

/* Downloads =================================================================================================== */
.content-download,
.content-downloads {
    position: relative;
    display: inline-block;
    padding: 50px 50px 50px 150px;
    text-align: left;
    background-color: #f3f3f3;
}
.content-download:before,
.content-downloads:before {
    left: 51px;
    top: 31px;
    position: absolute;
    font: 87px/1em Ionicons;
    color: #2b2b2a;
    content: '\f420';
}
.content-download img,
.content-downloads img {
    display: none;
}
.content-download .size,
.content-downloads .size {
    color: #acacac;
}
.content-download h3 {
    margin-bottom: 0.2em;
}
.content-downloads li + li {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 2px solid #dbdbdb;
}

.content-player video {
    max-width: 100%;
    height: auto;
}

/* Artikel =================================================================================================== */
#main .mod_article {
    margin-top: 15px;
    background-color: #fff;
}
.mod_article.zweispaltig .inside,
.mod_article.dreispaltig .inside,
.mod_article.vierspaltig .inside {
    overflow: hidden;
}
.mod_article.center {
    text-align: center;
}

/* Zweigeteilt --------------------------------------------------------------------------------------------------- */
#main .mod_article.zweiteilig {
    background-color: transparent;
}
#main .mod_article.zweiteilig .inside {
    overflow: hidden;
    margin-right: -15px;
    padding: 0;
}
#main .mod_article.zweiteilig .inside > div {
    width: 50%;
    float: left;
    margin-top: 0;
    background-position: right center;
    background-size: cover;
}
#main .mod_article.zweiteilig .inside > div .text-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('/files/layout/teaser_gradient.png');
    background-repeat: repeat-y;
    border-right: 15px solid #f3f3f3;
    background-size: 800px 100%;
}
#main .mod_article.zweiteilig p,
#main .mod_article.zweiteilig h2 {
    color: #fff;
}
#main .mod_article.zweiteilig p {
    max-width: 450px;
}
#main .mod_article.zweiteilig h2:before {
    margin-right: 0.5em;
    font-family: Ionicons;
    content: '\f125';
}
#main .mod_article.zweiteilig a:not(:hover) {
    color: var(--primary-color);
}

/* Links =================================================================================================== */
a {
    text-decoration: none;
    color: #e3000f;
}
a:hover {
    color: var(--secondary-color);
    cursor: pointer;
}
a:before,
a:after {
    font-family: FontAwesome;
}

/* Big Links --------------------------------------------------------------------------------------------------- */
.mod_article.zweiteilig a {
    font-family: 'Exo 2';
    text-transform: uppercase;
    font-weight: 700;
}

/* Buttons --------------------------------------------------------------------------------------------------- */
a.button,
p.more a,
p.back a,
.submit,
a.hyperlink_txt {
    height: 50px;
    position: relative;
    display: inline-block;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #2b2b2a;
    border: 0;
    font: 16px/50px 'Exo 2';
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 800;
}
a.button:before,
p.more a:before,
p.back a:before {
    width: 12px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    background-image: url('/files/layout/button_before.png');
    content: '';
    background-size: 100% 100%;
}
a.button:after,
p.more a:after,
p.back a:after {
    width: 12px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    display: block;
    background-image: url('/files/layout/button_after.png');
    content: '';
    background-size: 100% 100%;
}
a.button:hover,
p.more a:hover,
p.back a:hover,
.submit:hover {
    background-color: var(--secondary-color);
}

/* Header ======================================================================================== */
#header {
    left: 45px;
    right: 45px;
    top: 0;
    position: fixed;
    z-index: 9999;
}
#header > .inside {
    max-width: 1920px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}
#logo {
    max-width: 183px;
    right: 113px;
    top: 11px;
    position: absolute;
    display: block;
}
#logo img {
    width: 100%;
}
#header.smaller #logo {
    right: 80px;
    top: -180px;
}
#header.smaller #main-nav .level_1 > li > strong,
#header.smaller #main-nav .level_1 > li > a {
    padding-top: 35px;
    padding-bottom: 30px;
}

/* Hauptnavigation --------------------------------------------------------------------------------------------------- */
#main-nav .level_1 > li {
    float: left;
}
#main-nav .level_1 > li + li {
    margin-left: 40px;
}
#main-nav .level_1 > li > strong,
#main-nav .level_1 > li > a {
    display: block;
    padding-top: 55px;
    padding-bottom: 50px;
    border-bottom: 5px solid #fff;
    font: 18px/1em 'Exo 2';
    font-style: italic;
    color: #2b2b2a;
    font-weight: 800i;
}
#main-nav .level_1 > li > strong.active,
#main-nav .level_1 > li > strong:hover,
#main-nav .level_1 > li > strong.trail,
#main-nav .level_1 > li > strong.open,
#main-nav .level_1 > li > a.active,
#main-nav .level_1 > li > a:hover,
#main-nav .level_1 > li > a.trail,
#main-nav .level_1 > li > a.open {
    color: #e3000f;
}
#main-nav .level_1 > li > strong.active,
#main-nav .level_1 > li > strong.trail,
#main-nav .level_1 > li > a.active,
#main-nav .level_1 > li > a.trail {
    border-color: #e3000f;
}

/* Level 2 */
#main-nav .level_2 {
    position: absolute;
    display: none;
    margin-left: -30px;
    padding: 25px 30px;
    background-color: rgba(43, 43, 42, 0.9);
}
#main-nav .level_2 > li > strong,
#main-nav .level_2 > li > a {
    display: block;
    font: 1em/1.8em 'Exo 2';
    color: #fff;
    font-weight: 500;
}
#main-nav .level_2 > li > strong:hover,
#main-nav .level_2 > li > strong.active,
#main-nav .level_2 > li > strong.trail,
#main-nav .level_2 > li > a:hover,
#main-nav .level_2 > li > a.active,
#main-nav .level_2 > li > a.trail {
    color: var(--primary-color);
}

/* Mobile Button -------------------------------------------------------------------------------- */
#mobile-button {
    width: 36px;
    display: none;
    margin-right: auto;
    padding: 30px;
    cursor: pointer;
}
#mobile-button .line {
    height: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #2b2b2a;
}
#mobile-button.active .line,
#mobile-button:hover .line {
    background-color: #e3000f;
}

/* zweispaltig --------------------------------------------------------------------------------------------------- */
.mod_article.zweispaltig .content-wrapper > div {
    width: 46%;
    float: left;
}
.mod_article.zweispaltig .content-wrapper > div + div {
    margin-top: 0;
    margin-left: 8%;
}

/* dreispaltig --------------------------------------------------------------------------------------------------- */
.mod_article.dreispaltig .inside > div,
.mod_newslist.dreispaltig > div {
    width: 30.666%;
    float: left;
}
.mod_article.dreispaltig .inside > div + div,
.mod_newslist.dreispaltig > div + div {
    margin-top: 0;
    margin-left: 4%;
}
.mod_article.dreispaltig .inside > div:nth-of-type(3n + 1) {
    margin-left: 0;
}

/* vierspaltig --------------------------------------------------------------------------------------------------- */
.mod_article.vierspaltig .inside > div {
    width: 22%;
    float: left;
}
.mod_article.vierspaltig .inside > div + div {
    margin-top: 0;
    margin-left: 4%;
}
.mod_article.vierspaltig .inside > div:nth-of-type(4n + 1) {
    margin-left: 0;
}

/* Box2 --------------------------------------------------------------------------------------------------- */
.mod_article.zentriert {
    text-align: center;
}
.mod_article.zentriert .inside > div {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

/* Tabellen =================================================================================================== */
.content-table {
    width: 100%;
    overflow-x: auto;
}
table {
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
}
table.two-column {
    table-layout: fixed;
}
table thead tr {
    background-color: var(--primary-color);
    font-family: open_sansbold;
    color: #fff;
}
table tbody tr:nth-child(odd),
table tbody tr.even {
    background-color: #f3f3f3;
}
table td,
table th {
    padding: 8px 10px;
}
table tr:not(.headline) td + td {
    border-left: 2px solid #ebebeb;
}
.content-table tr.headline td {
    background-color: #2b2b2a;
    font: 1.22em 'exo 2';
    font-style: italic;
    color: #fff;
}
.content-table tr.white td {
    background-color: #fff;
    border: 0;
    height: 1.23em;
    font: 1.22em 'exo 2';
    font-style: italic;
    color: #fff;
}

/* Job Kachel =================================================================================================== */
#job-kachel {
    position: fixed !important;
    right: 0;
    top: 50%;
    right: 0;
    top: 35%;
    z-index: 999;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #2b2b2a;
    padding: 1.2em;
    padding-top: 30px;
    font-weight: 800;
}
#job-kachel .button {
    padding-right: 30px;
    padding-left: 30px;
    background-color: var(--primary-color);
    color: #000 !important;
}
#job-kachel .button:hover {
    background-color: var(--secondary-color);
    color: #fff !important;
}
#job-kachel .button::before,
#job-kachel .button::after {
    display: none;
}
#job-kachel .hide {
    position: absolute;
    right: 15px;
    top: 10px;
}
#job-kachel .hide::before {
    font-family: Ionicons;
    color: #fff;
    content: '\F129';
}
.small-image img {
    max-width: 8em;
}
.ce_form .text:hover,
.ce_form .captcha:hover,
.ce_form textarea:hover,
.ce_form .text:focus,
.ce_form .captcha:focus,
.ce_form textarea:focus {
    border-color: #2b2b2a;
}
.ce_form .captcha {
    width: 4em;
    margin-right: 1em;
    text-align: center;
}
.ce_form .captcha_text {
    font-style: italic;
}

/* Error --------------------------------------------------------------------------------------------------- */
p.error {
    font-size: 0.9em;
    color: #e3000f;
}
.ce_form .text.error,
.ce_form .captcha.error,
.ce_form textarea.error {
    border-color: #e3000f;
}

/* Unternavigation =================================================================================================== */
#sub-nav {
    position: relative;
    margin-top: 15px;
    margin-bottom: -15px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px rgba(0, 0, 0, 0.04);
    z-index: 1;
}
#sub-nav li {
    float: left;
    margin-right: 1em;
}
#sub-nav strong,
#sub-nav a {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 5px solid #fff;
    font-family: 'Exo 2';
    color: #2b2b2a;
    font-weight: 700;
}
#sub-nav strong:hover,
#sub-nav strong.active,
#sub-nav strong.trail,
#sub-nav a:hover,
#sub-nav a.active,
#sub-nav a.trail {
    color: #e3000f;
}
#sub-nav strong.trail,
#sub-nav strong.active,
#sub-nav a.trail,
#sub-nav a.active {
    border-color: #e3000f;
}

/* Galerie =================================================================================================== */
.content-gallery > ul {
    overflow: hidden;
    margin-right: -15px;
    margin-bottom: -15px;
}
.content-gallery > ul li {
    width: 25%;
    float: left;
    clear: none !important;
}
.content-gallery figure {
    border-right: 15px solid #f3f3f3;
    border-bottom: 15px solid #f3f3f3;
}
.content-gallery figcaption {
    display: none;
}
.pagination {
    margin-top: 3em;
}
.pagination ul {
    display: flex;
    gap: 1em;
}

/* Mouse over --------------------------------------------------------------------------------------------------- */
a.cboxElement {
    position: relative;
    display: block;
    background-color: #2b2b2a;
}
a.cboxElement:hover img {
    opacity: 0.3;
}
a.cboxElement:after {
    left: 50%;
    top: 50%;
    position: absolute;
    margin-top: -21px;
    margin-left: -13px;
    font: 40px Ionicons;
    color: var(--primary-color);
    content: '\f21f';
    opacity: 0;
    pointer-events: none;
}
a.cboxElement:hover:after {
    opacity: 1;
}

/* Footer =================================================================================================== */
#footer {
    margin-top: 15px;
    background-color: #2b2b2a;
}
#footer .inside {
    padding-top: 90px;
    padding-bottom: 120px;
}
#footer .inside > div {
    position: relative;
}
#footer .content-text {
    float: left;
    color: #cecece;
}
#footer .content-text + .content-text {
    margin-left: 50px;
}
#footer .content-text p {
    font-size: 16px;
    line-height: 1.6em;
}
#footer .content-text h5 {
    margin-bottom: 1.5em;
    color: #fff;
}
#footer a:not(:hover) {
    color: var(--primary-color);
}
#footer .right {
    float: right;
    text-align: right;
    color: #888;
}
#footer .contact {
    overflow: hidden;
}
#footer-element {
    width: 201px;
    height: auto;
    left: 50%;
    position: absolute;
    margin-left: -100px;
    bottom: -45px;
}
#footer .logos {
    bottom: 0;
    right: 0;
    position: absolute;
}
#footer .logos > picture img,
#footer .logos > img {
    display: inline-block;
    margin-left: 40px;
}
#footer .logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
}
#footer .logos > .prefer-center {
    margin-right: auto;
    margin-left: calc(50% - 100px);
}

/* Footer Navigation --------------------------------------------------------------------------------------------------- */
#footer-nav li {
    float: left;
}
#footer-nav li > strong {
    color: var(--secondary-color);
}
#footer-nav li > strong,
#footer-nav li > a {
    display: block;
    margin-left: 35px;
    font-family: 'Exo 2';
    text-transform: uppercase;
    font-weight: 700;
}

/* Transitions =================================================================================================== */
a,
a:after,
a:before,
.content-youtube .overlay {
    -webkit-transition:
        color 0.3s ease-out,
        background-color 0.3s ease-out,
        opacity 0.3s ease-out;
    -moz-transition:
        color 0.3s ease-out,
        background-color 0.3s ease-out,
        opacity 0.3s ease-out;
    -ms-transition:
        color 0.3s ease-out,
        background-color 0.3s ease-out,
        opacity 0.3s ease-out;
    -o-transition:
        color 0.3s ease-out,
        background-color 0.3s ease-out,
        opacity 0.3s ease-out;
    transition:
        color 0.3s ease-out,
        background-color 0.3s ease-out,
        opacity 0.3s ease-out;
}
.ce_form *,
#logo,
#main .mod_article:first-child {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a.cboxElement img,
a.cboxElement:after,
#cboxPrevious:after,
.content-youtube .overlay span,
#cboxNext:after {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
#main-nav .level_1 > li > strong,
#main-nav .level_1 > li > a {
    -webkit-transition:
        padding 0.3s ease-out,
        color 0.3s ease-out;
    -moz-transition:
        padding 0.3s ease-out,
        color 0.3s ease-out;
    -ms-transition:
        padding 0.3s ease-out,
        color 0.3s ease-out;
    -o-transition:
        padding 0.3s ease-out,
        color 0.3s ease-out;
    transition:
        padding 0.3s ease-out,
        color 0.3s ease-out;
}

/* Colorbox =================================================================================================== */
#cboxOverlay {
    background-color: #2b2b2a;
}
#cboxContent {
    margin-top: 0;
    background-color: #fff;
}
#cboxLoadedContent {
    border: 0px;
}
#cboxTitle {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    position: absolute;
    padding: 130px 30px 30px;
    background-image: url('/files/layout/colorbox_caption_gradient.png');
    background-repeat: repeat-x;
    font-size: 15px;
    line-height: 1.4em;
    color: var(--primary-color);
    background-size: 1px 100%;
}
#colorbox {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}
#cboxClose {
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
    position: fixed;
    background-image: url('/files/layout/white_cross.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
#cboxClose:hover {
    background-position: center center;
}
#cboxPrevious,
#cboxNext {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
    background-image: none;
}
#cboxNext {
    left: auto;
    right: 0;
}
#cboxPrevious:after,
#cboxNext:after {
    top: 50%;
    position: absolute;
    display: block;
    margin-top: -30px;
    color: #fff;
    text-indent: 0;
    font: 60px/60px FontAwesome;
    content: '\f104';
    left: 20px;
    opacity: 0;
}
#cboxNext:after {
    left: auto;
    right: 20px;
    content: '\f105';
}
#cboxPrevious:hover:after,
#cboxNext:hover:after {
    opacity: 1;
}
#cboxLoadingGraphic {
    background-image: url('/files/layout/colorbox_loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 64px 64px;
}

/* Slider =================================================================================================== */
.slick-slider .content-image {
    background-position: center top;
    background-size: cover;
}

/* Logo Schein */
.startseite .slick-slider:before,
.mod_pageImage:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    display: block;
    background-image: url('/files/layout/logo_glow.png');
    background-position: right top;
    background-repeat: no-repeat;
    content: '';
    z-index: 1;
}
#slider .content-text {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 0;
    padding-top: 50%;
    background: -moz-linear-gradient(12deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(12deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(12deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
#slider .content-text .text-wrapper {
    padding-bottom: 7%;
}
#slider .content-text p:first-child {
    margin-bottom: 1em;
    font-family: 'Exo 2';
    line-height: 1.2em;
    color: var(--primary-color);
    font-weight: 500;
}
#slider .content-text p:last-child,
#pageTitle {
    width: 70%;
    font-family: 'Exo 2';
    line-height: 1em;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}
#pageTitle {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 500px;
    padding-bottom: 80px;
    background-image: url('/files/layout/slider_gradient.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#arrow-down {
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: 3;
}
#arrow-down:after {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    font: 30px Ionicons;
    color: #fff;
    content: '\f123';
}
#arrow-down:hover:after {
    color: var(--primary-color);
}

/* Direction Navigation --------------------------------------------------------------------------------------------------- */
.slick-prev,
.slick-next {
    width: 75px;
    height: 50px;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -25px;
    background-image: url('/files/layout/direction-nav_left.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.slick-prev:after,
.slick-next:after {
    width: 65px;
    height: 50px;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    text-align: center;
    font: 20px/50px Ionicons;
    color: #fff;
    content: '\f124';
}
.slick-prev:hover:after,
.slick-next:hover:after {
    color: var(--primary-color);
}
.slick-next:after {
    left: auto;
    right: 0;
    content: '\f125';
}
.slick-next {
    left: auto;
    right: 0;
    background-image: url('/files/layout/direction-nav_right.png');
}

/* Aktuelles =================================================================================================== */
.layout_latest + .layout_latest {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #dbdbdb;
}
.layout_full .content-gallery figure {
    border-color: #fff;
}

@media (max-width: 1800px) {
    #footer .right,
    #footer .logos {
        bottom: auto;
        right: auto;
        position: relative;
        float: none;
        text-align: center;
    }
    #footer .logos {
        justify-content: center;
    }
    #footer .logos > .prefer-center {
        width: 100%;
        margin-bottom: 3em;
    }
    #footer .logos > .prefer-center + img {
        margin-left: 0;
    }
    #footer .content-text {
        width: 48%;
        text-align: center;
    }
    #footer .content-text + .content-text {
        margin-left: 4%;
    }
    #footer-nav li {
        float: none;
        display: inline-block;
    }
    #footer-nav li > strong,
    #footer-nav li > a {
        margin-right: 20px;
        margin-left: 20px;
    }
    #footer .inside > div > div + div:not(.clear) {
        margin-top: 60px;
    }
    #footer-element {
        bottom: -60px;
    }
}
@media screen and (max-width: 1500px) {
    h1.content-headline {
        float: none;
    }
    h1.content-headline + div {
        display: block;
    }
    .ce_dlh_googlemaps {
        padding-bottom: 50%;
    }
}
@media screen and (max-width: 1200px) {
    h1.content-headline {
        margin-left: -50px;
        padding-left: 50px;
        background-position: -15px 13px;
    }
    #main-nav .level_1 > li + li {
        margin-left: 27px;
    }
    #logo,
    #header.smaller #logo {
        right: 20px;
    }
    #main-nav,
    #slider .content-text .text-wrapper,
    #pageTitle,
    #main .mod_article .inside,
    #main .mod_article.zweiteilig .inside > div .text-wrapper,
    #footer .inside,
    #sub-nav {
        padding-right: 50px;
        padding-left: 50px;
    }
    #pageTitle {
        padding-bottom: 50px;
    }
    #slider .content-text {
        background-size: 120% auto;
    }
    .mod_article.dreispaltig .inside > div {
        width: 100%;
        float: none;
    }
    .mod_article.dreispaltig .inside > div + div {
        margin-top: 60px;
        margin-left: 0;
    }
    #main .mod_article .inside {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .startseite .slick-slider:before,
    .mod_pageImage:before {
        background-size: 400px auto;
    }
}
@media screen and (max-width: 1000px) {
    #job-kachel {
        bottom: 0;
        top: auto;
        left: 0;
        padding: 0.5em;
        font-size: 15px;
    }
    #job-kachel br {
        display: none;
    }
    #job-kachel .button {
        margin-left: 1em;
    }
    table.two-column {
        table-layout: auto;
    }
    table {
        font-size: 0.8em;
    }
    .slick-slider:before {
        background-size: 400px auto;
    }
    #header {
        left: auto;
        right: auto;
        position: relative;
    }
    #logo {
        width: 120px;
        top: 14px;
        position: absolute;
    }
    #mobile-button {
        display: block;
    }
    #main-nav {
        display: none;
        padding-right: 0;
        padding-left: 0;
    }
    #main-nav .level_1 > li {
        float: none;
    }
    #main-nav .level_1 > li + li {
        margin-left: 0;
    }
    #main-nav .level_1 > li > strong,
    #main-nav .level_1 > li > a {
        padding: 15px 30px;
        border-bottom: 0;
    }
    #main-nav .level_1 > li + li > strong,
    #main-nav .level_1 > li + li > a {
        border-top: 1px solid #dbdbdb;
    }
    #main-nav .level_1 > li > strong.active,
    #main-nav .level_1 > li > strong.trail,
    #main-nav .level_1 > li > a.active,
    #main-nav .level_1 > li > a.trail {
        border-color: #dbdbdb;
    }
    #main-nav .level_2 {
        position: static;
        margin-left: 0;
    }
    #main-nav li.open .level_2,
    #main-nav li.trail .level_2 {
        display: block;
    }
    #main-nav li.submenu > strong:after,
    #main-nav li.submenu > a:after {
        float: right;
        font-family: Ionicons;
        content: '\f35f';
    }
    #main .mod_article.zweiteilig .inside > div {
        width: 100%;
        float: none;
    }
    #main .mod_article.zweiteilig .inside {
        margin-right: 0;
    }
    #main .mod_article.zweiteilig .inside > div .text-wrapper {
        border-right: 0px;
    }
    #main .mod_article.zweiteilig .inside > div + div .text-wrapper {
        border-top: 15px solid #f3f3f3;
    }
    #sub-nav strong,
    #sub-nav a {
        padding-top: 3px;
        padding-bottom: 3px;
        border-bottom: 0;
    }
    #sub-nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 800px) {
    body {
        font-size: 16px;
    }
    #arrow-down {
        display: none;
    }
    #wrapper {
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }
    #slider .content-text p:last-child {
        width: 100%;
    }
    #footer .content-text {
        width: 100%;
        float: none;
    }
    #footer .content-text + .content-text {
        margin-top: 60px;
        margin-left: 0;
    }
    #footer .logos > picture img,
    #footer .logos > img {
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    h1.content-headline {
        max-width: 100%;
        background-position: -15px 9px;
    }
    .mod_article.zweispaltig .content-wrapper > div {
        width: 100%;
        float: none;
    }
    .mod_article.zweispaltig .content-wrapper > div + div {
        margin-top: 60px;
        margin-left: 4px;
    }
    #footer .inside {
        padding-top: 50px;
    }
    .ce_dlh_googlemaps {
        padding-bottom: 70%;
    }
    .alle-news .layout_full,
    #main .mod_article .inside {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .content-downloads {
        display: block;
        padding: 20px 30px 30px;
        text-align: center;
        font-size: 0.9em;
    }
    .content-downloads:before {
        left: auto;
        top: auto;
        position: relative;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .layout_full .content-gallery > ul li {
        width: 50%;
    }
    .content-youtube .play-button {
        display: none;
    }
    .startseite .slick-slider::before,
    .mod_pageImage:before {
        background-size: 200px auto;
    }
    h1 {
        margin-bottom: 40px;
        font-size: 1.6em;
    }
    h2 {
        font-size: 1.3em;
    }
    #main .media--left figure,
    #main .media--right figure,
    #main .image_container.float_left,
    #main .image_container.float_right {
        max-width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
    #main .media--left figure,
    #main .media--right figure,
    #main .media--above figure,
    #main .image_container.float_left,
    #main .image_container.float_right,
    #main .image_container.float_above {
        margin-bottom: 40px;
    }
    #wrapper {
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }
    #slider .content-text {
        background-size: 150% auto;
    }
    #pageTitle {
        padding-bottom: 30px;
    }
    .content-download {
        display: block;
        padding: 20px 30px 30px;
        text-align: center;
        font-size: 0.9em;
    }
    .content-download:before {
        left: auto;
        top: auto;
        position: relative;
        margin-bottom: 20px;
    }
    figcaption {
        font-size: 14px;
        line-height: 1.4em;
    }
}
@media screen and (max-width: 500px) {
    #job-kachel {
        font-size: 12px;
    }
    #job-kachel .button {
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0.5em;
    }
    .startseite .slick-prev,
    .startseite .slick-next {
        display: none !important;
    }
    #slider .content-text .text-wrapper,
    #pageTitle,
    #main .mod_article .inside,
    #main .mod_article.zweiteilig .inside > div .text-wrapper,
    #footer .inside,
    .alle-news .layout_full,
    #sub-nav {
        padding-right: 30px;
        padding-left: 30px;
    }
    #main .mod_article.zweiteilig .inside > div .text-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    h1.content-headline {
        background-position: -8px 9px;
    }
    .ce_dlh_googlemaps {
        padding-bottom: 100%;
    }
    a.button,
    p.more a,
    p.back a,
    input.submit,
    a.hyperlink_txt {
        height: 40px;
        padding-right: 30px;
        padding-left: 30px;
        font-size: 14px;
        line-height: 40px;
    }
}
@media screen and (max-width: 400px) {
    #logo {
        width: 80px;
        top: 40px;
    }
}
