﻿/* Allgemein */
body {
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
    color: #000;
    overflow-x: hidden;
    font-size: 1.25rem;
}

::selection {
    color: #fff;
    background-color: #e20036;
}

.ff-flexa-light {
    font-family: "GT Flexa Ext Lt" !important;
}

.ff-flexa-black {
    font-family: "GT Flexa Ext Bl" !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "GT Flexa Ext Bl", "DIN W01 Black";
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.h1, h1 {
    font-size: 4.25rem;
}

.h2, h2 {
    font-size: 3.5rem;
}

.h3, h3 {
    font-size: 2.25rem;
}

.h4, h4 {
    font-size: 1.9rem;
}

/*strong, .bold {
    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
    font-weight: normal;
}*/

a {
    color: #c02843;
    text-decoration: none;
}

    a:hover {
        color: #c02843;
        text-decoration: underline;
    }

.red {
    color: #e20036;
}

.black {
    color: #000000;
}

.lead {
    font-size: 120% !important;
}

.modulebox {
    margin-top: 10rem;
}

@media (min-width: 1200px) {
    .p-10 {
        padding: 10rem;
    }

    .pl-10 {
        padding-left: 10rem;
    }

    .pr-10 {
        padding-right: 10rem;
    }

    .pt-10 {
        padding-top: 10rem;
    }

    .pb-10 {
        padding-bottom: 10rem;
    }

    .mt-10 {
        margin-top: 10rem !important;
    }

    .mb-10 {
        margin-bottom: 10rem !important;
    }

    .abstand.mb-5 {
        margin-bottom: 10rem !important;
    }

    .abstand.pb-5 {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1679px) {
    .p-10 {
        padding: 7rem;
    }

    .pl-10 {
        padding-left: 7rem;
    }

    .pr-10 {
        padding-right: 7rem;
    }

    .pt-10 {
        padding-top: 7rem;
    }

    .pb-10 {
        padding-bottom: 7rem;
    }
}

@media (max-width: 1280px) {
    .p-10 {
        padding: 5rem;
    }

    .pl-10 {
        padding-left: 5rem;
    }

    .pr-10 {
        padding-right: 5rem;
    }

    .pt-10 {
        padding-top: 5rem;
    }

    .pb-10 {
        padding-bottom: 5rem;
    }
}

@media (max-width: 992px) {
    .p-10 {
        padding: 2rem;
    }

    .pl-10 {
        padding-left: 2rem;
    }

    .pr-10 {
        padding-right: 2rem;
    }

    .pt-10 {
        padding-top: 2rem;
    }

    .pb-10 {
        padding-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .p-10 {
        padding: 1rem;
    }

    .pl-10 {
        padding-left: 1rem;
    }

    .pr-10 {
        padding-right: 1rem;
    }

    .pt-10 {
        padding-top: 1rem;
    }

    .pb-10 {
        padding-bottom: 1rem;
    }
}

@media (max-width: 1400px) {
    .h1, h1 {
        font-size: 3.6rem;
    }
}

@media (max-width: 1280px) {
    .h1, h1 {
        font-size: 3rem;
    }
}

@media (max-width: 1024px) {
    .h1, h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    .h1, h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 720px) {
    .h1, h1 {
        font-size: 1.8rem;
    }

    .h3, h3 {
        font-size: 1.25rem;
    }
}

/* Logo */
@media (max-width: 607px) {
    .img-logo {
        width: 150px;
    }
}

@media (min-width: 608px) and (max-width: 1679px) {
    .img-logo {
        width: calc(100vw * 415 / 1680);
    }
}

@media (min-width: 1680px) {
    .img-logo {
        max-width: 415px;
    }
}

@media (min-width: 768px) {
    .ml-12 {
        margin-left: calc(100vw / 12);
    }

    .mr-12 {
        margin-right: calc(100vw / 12);
    }

    .pl-12 {
        padding-left: calc(100vw / 12);
    }

    .pr-12 {
        padding-right: calc(100vw / 12);
    }
}

@media (max-width: 767px) {
    .ml-12 {
        margin-left: 0;
    }

    .mr-12 {
        margin-right: 0;
    }
}

/* Farben */
.font-color-purpur {
    color: #ff00ff !important;
    /* R 255 / G 0 / B 255 */
}

.font-color-weiss {
    color: #fff !important;
    /* R 255 / G 255 / B 255 */
}

.font-color-schwarz {
    color: #000 !important;
    /* R 0 / G 0 / B 0 */
}

.font-color-holz {
    color: #62001e !important;
    /* R 98 / G 0 / B 30 */
}

.font-color-rot {
    color: #e20036 !important;
    /* R 226 / G 0 / B 54 */
}

.font-color-tuerkis {
    color: #2e9699 !important;
    /* R 46 / G 150 / B 153 */
}

.font-color-metall {
    color: #bba868 !important;
    /* R 187 / G 168 / B 104 */
}

.font-color-gin {
    color: #abff00 !important;
    /* R 171 / G 255 / B 0 */
}

.bg-color-purpur {
    background-color: #ff00ff !important;
}

.bg-color-weiss {
    background-color: #fff !important;
}

.bg-color-schwarz {
    background-color: #000 !important;
}

.bg-color-holz {
    background-color: #62001e !important;
}

.bg-color-rot {
    background-color: #e20036 !important;
}

.bg-color-tuerkis {
    background-color: #2e9699 !important;
}

.bg-color-metall {
    background-color: #bba868 !important;
}

.bg-color-gin {
    background-color: #abff00 !important;
}

/* Flexbox */
.flexbox {
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.flexbox-top {
}

/* Navigation */
.navigation {
    margin-top: 4rem;
}

nav.toplevel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    nav.toplevel ul li {
        margin: 0;
    }

        nav.toplevel ul li a {
            font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
            font-size: 1.125rem;
            line-height: 1.625rem;
            letter-spacing: 0;
            color: #fff;
            text-transform: uppercase;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

            nav.toplevel ul li a:hover {
                text-decoration: none;
                color: #000;
            }

        nav.toplevel ul li.active a {
            text-decoration: none;
            color: #000;
        }

@media (min-width: 768px) {
    nav.toplevel ul {
        margin-left: -0.5rem;
    }
}

.subnavigation {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .subnavigation nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .subnavigation nav ul li {
            margin: 0;
            display: inline-block;
            margin-right: 3.5rem;
            text-align: center;
        }

            .subnavigation nav ul li a {
                font-family: "GT Flexa Ext Lt", "DIN W01 Light";
                font-size: 1.25rem;
                line-height: 1.625rem;
                letter-spacing: 0;
                color: #fff;
                display: block;
                padding: 0 1.5rem 3rem 1.5rem;
                white-space: nowrap;
            }

            .subnavigation nav ul li:hover {
                /*background-image: url(img/x-halb-big.svg);*/
                background-repeat: no-repeat;
                background-position: center 2.5rem;
            }

            .subnavigation nav ul li a:hover {
                text-decoration: none;
            }

            .subnavigation nav ul li.active {
                /*background-image: url(img/x-halb-big.svg);*/
                background-repeat: no-repeat;
                background-position: center 2.5rem;
            }

                .subnavigation nav ul li.active a {
                    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
                    text-decoration: none;
                }

@media (max-width: 1400px) {
    .subnavigation nav ul li {
        margin-right: 0.5rem;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .subnavigation nav {
        width: auto;
    }

        .subnavigation nav ul li {
            margin-right: 0.4rem;
            text-align: center;
        }
}

@media (max-width: 991px) {
    .subnavigation {
        background-image: url(img/pfeil-animiert_trans.gif);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 100% 70%;
    }

        .subnavigation nav {
            width: auto;
        }
}

@media (max-width: 575px) {
    .subnavigation nav {
        width: auto;
    }
}

@media (max-width: 1800px) {
    .navigation {
        margin-top: 3rem;
    }
}

@media (max-width: 1600px) {
    .navigation {
        margin-top: 2rem;
    }
}

.nav-layer-mobile {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Sprachwechsel */
div.lng {
    padding-top: 12px;
}

ul.lng {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.lng li {
        margin-left: 0;
        display: inline-block;
        color: #fff;
    }

        ul.lng li a {
            color: #bba868;
            display: inline-block;
            padding: 8px 10px;
            font-size: 1rem;
        }

            ul.lng li a:hover {
                text-decoration: none;
            }

        ul.lng li.active a {
            font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
            color: #000;
            background-image: url(img/icon-sprachwahl.svg);
            background-repeat: no-repeat;
            background-position: center 0px;
            background-size: contain;
        }

footer .lng-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
}

/* Link Startseite */
.link-home {
    padding-right: 34px;
    padding-top: 10px;
}

    .link-home a {
        color: #fff;
        font-size: 1.75rem;
    }

        .link-home a:hover {
            text-decoration: none;
        }

/* Banner */
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .banner h1 {
        color: #fff;
        text-align: right;
        font-family: "GT Flexa Ext Bl", "DIN W01 Black";
    }

@media (min-width: 1920px) {
    .banner.home h1 {
        font-size: 6rem;
        line-height: 6rem;
    }

    .banner.standard h1 {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }
}

@media (max-width: 1400px) {
    .banner.home h1 {
        font-size: calc(100vw * 96 / 1920);
        line-height: calc(100vw * 96 / 1920);
    }

    .banner.standard h1 {
        font-size: calc(100vw * 152 / 1920);
        line-height: calc(100vw * 168 / 1920);
    }
}

@media (max-width: 1919px) {
    .banner.home h1 {
        font-size: calc(100vw * 96 / 1920);
        line-height: calc(100vw * 96 / 1920);
    }

    .banner.standard h1 {
        font-size: calc(100vw * 125 / 1920);
        line-height: calc(100vw * 148 / 1920);
    }
}

@media (max-width: 736px) {
    .banner.home h1 {
        font-size: 2.3rem;
        line-height: 2.3rem;
    }
}

@media (min-width: 375px) and (max-width: 500px) {
    .banner.home h1 {
        padding-left: calc(100vw/2 - 60px);
        padding-right: 18px;
    }
}

@media (min-width: 300px) and (max-width: 374px) {
    .banner.home h1 {
        padding-left: calc(100vw/2 - 100px);
        padding-right: 18px;
    }
}

@media (max-width: 299px) {
    .banner.home h1 {
        padding-left: initial;
    }
}

@media (max-width: 465px) {
    .banner.standard h1 {
        font-size: 2.3rem;
        line-height: 2.8rem;
    }
}

.banner .video {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    min-height: 100vh;
}

    .banner .video video {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        border: 0;
        object-fit: cover;
        object-position: 50% 50%;
    }

@media (max-width: 1920px) {
    .banner .video video {
        left: calc((1920px - 100%) / 2 * -1);
    }
}

@media (max-width: 960px) {
    .banner .video video {
        top: 0;
        width: auto;
        height: 100%;
        left: calc(((100vh / 9 * 16) - 100%) / 2 * -1);
    }
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
    @media {
        .banner .video video {
            width: 100%;
            left: 0;
        }
    }
}

@media (min-width: 768px) {
    .banner.home .banner-item-top {
        height: 48vh;
        padding-top: calc(100vw / 12);
        position: relative;
        z-index: 5;
    }

    .banner.home .banner-item-bottom {
    }

    .banner.standard .banner-item-top {
        height: 48vh;
        padding-top: calc(100vw / 12);
    }

    .banner.standard .banner-item-bottom {
    }
}

.banner-footer {
    position: absolute;
    bottom: 3rem;
}

.banner.hg-50 {
    height: 50vh;
    min-height: 580px;
    background-position: center top;
}

@media (min-width: 768px) {
    .banner.hg-50 .banner-item-top {
        height: auto;
    }
}

@media (min-width: 576px) and (max-width: 1680px) {
    .video-banner {
        height: calc(100vw/3);
        overflow: hidden;
    }

        .video-banner .video {
            margin-top: calc(-100vw/8);
        }
}

@media (max-width: 575px) {
    .video-banner {
        height: calc(100vw/2);
        overflow: hidden;
    }

        .video-banner .video {
            margin-top: calc(-100vw/10);
        }
}

@media (min-width: 1681px) {
    .video-banner {
        height: calc(100vw/4);
        overflow: hidden;
    }

        .video-banner .video {
            margin-top: calc(-100vw/6);
        }
}

/* Keyword-Suche */
.ks-h input[type="text"], .ks-h input[type="text"]:focus, .ks-h input[type="text"]:active {
    width: 100%;
    float: right;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    padding-right: 50px;
    color: #fff;
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
    font-size: 3.6rem;
    line-height: 5.6rem;
    margin-top: 2rem;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}

@media (min-width: 1500px) {
    .ks-h input[type="text"] {
        max-width: 670px;
    }

    .ks-h .kw-search-ac {
        float: right;
        width: 100%;
        max-width: 670px;
    }
}

@media (max-width: 1499px) {
    .ks-h input[type="text"] {
        max-width: 700px;
    }

    .ks-h .kw-search-ac {
        float: right;
        width: 100%;
        max-width: 700px;
    }
}

.ks-h i.fas {
    width: 3.6rem;
    height: 5.6rem;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 2rem;
    cursor: pointer;
    background-image: url(img/icon-lupe.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.kw-search-ac {
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
    font-size: 2rem;
    color: #fff;
}

    .kw-search-ac p {
        margin-bottom: 0;
    }

    .kw-search-ac a, .kw-search-ac a:hover {
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 1500px) {
    .ks-h i.fas {
        width: 2.6rem;
        height: 4.6rem;
        right: 20px;
        top: 2rem;
    }

    .ks-h input[type="text"], .ks-h input[type="text"]:focus, .ks-h input[type="text"]:active {
        padding-right: 50px;
        font-size: 2.6rem;
        line-height: 4.6rem;
    }
}

@media (max-width: 1199px) {
    .ks-h i.fas {
        width: 2rem;
        height: 3.6rem;
        right: 20px;
        top: 2.3rem;
    }

    .ks-h input[type="text"], .ks-h input[type="text"]:focus, .ks-h input[type="text"]:active {
        padding-right: 50px;
        font-size: 2rem;
        line-height: 3.6rem;
    }
}

@media (max-width: 991px) {
    .ks-h i.fas {
        width: 1.6rem;
        height: 2.2rem;
        right: 20px;
        top: 1rem;
    }

    .ks-h input[type="text"], .ks-h input[type="text"]:focus, .ks-h input[type="text"]:active {
        padding-right: 50px;
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-top: 1rem;
    }

    .kw-search-ac {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .ks-h i.fas {
        width: 1.4rem;
        height: 2rem;
        right: 20px;
        top: 1rem;
    }

    .ks-h input[type="text"], .ks-h input[type="text"]:focus, .ks-h input[type="text"]:active {
        padding-right: 50px;
        font-size: 1.4rem;
        line-height: 2rem;
        margin-top: 1rem;
    }

    .kw-search-ac {
        font-size: 1.4rem;
    }
}

/* Suche */
.search-container h2 {
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
}

    .search-container h2 strong {
        font-family: "GT Flexa Ext Bl", "DIN W01 Black";
    }

/* Layer */
.layer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}

.layer-head {
    background-color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.layer-content {
    margin-top: -119px;
}

    .layer-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

        .layer-content ul li {
            padding: 8px 0 8px 20px;
        }

            .layer-content ul li::before {
                content: '_';
                color: transparent;
                background-image: url(img/list-style.aspx);
                background-repeat: no-repeat;
                background-size: 12px 20px;
                background-position: 0 6px;
                position: absolute;
                left: 0;
            }

.layer-content-title {
    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
    font-size: 85px;
    line-height: 90px;
    letter-spacing: 0;
}

.layer-open {
    float: right;
    display: none;
    cursor: pointer;
    text-align: center;
    width: 76px;
}

    .layer-open img {
        width: 76px;
        height: 84px;
    }

    .layer-open p {
        margin-top: -30px;
        font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
        font-size: 15px;
        color: #fff;
        visibility: hidden;
        margin-bottom: 0;
    }

    .layer-open:hover p {
        visibility: visible;
    }

    .layer-open a, .layer-open a:hover {
        color: #fff;
        text-decoration: none;
    }

.layer-close {
    float: right;
    color: #c0c0c0;
    text-align: center;
    font-size: 1rem;
    line-height: 2rem;
}

    .layer-close img {
        width: 20px;
        margin: 0 auto;
    }

.banner-footer-mobile {
    /*display: none;*/
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.layer-open-mobile {
    display: none;
    text-align: center;
    height: 70px;
}

    .layer-open-mobile img {
        width: 29px;
        height: auto;
        margin-top: 0.75rem;
    }

    .layer-open-mobile p {
        font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
        font-size: 15px;
        color: #fff;
        margin: 1rem 0 0 0
    }

    .layer-open-mobile a, .layer-open-mobile a:hover {
        color: #fff;
        text-decoration: none;
    }

/* Intro */
.introtext h2 {
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.introtext p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: center;
}

.introtext .link {
    position: relative;
    text-align: center;
}

    .introtext .link .linktext {
        position: absolute;
        top: 22px;
        padding-top: 12px;
        width: 100%;
        display: none;
    }

        .introtext .link .linktext a {
            font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
            font-size: 1.25rem;
            line-height: 1.375rem;
        }

            .introtext .link .linktext a:hover {
                text-decoration: none;
                color: inherit;
            }

    .introtext .link > a:hover + .linktext {
        display: block;
    }

    .introtext .link .linktext:hover {
        display: block;
    }

@media (max-width: 767px) {
    .introtext .link svg {
        display: none;
    }

    .introtext .link .linktext {
        display: block;
        position: relative;
        top: 0;
    }

        .introtext .link .linktext a {
            background-image: url(img/list-style.aspx?c=635971);
            background-repeat: no-repeat;
            background-size: 12px 20px;
            background-position: 0 5px;
            padding-left: 18px;
        }
}

/* Infotext */
.infotext h2 {
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 3rem;
}

.infotext h3 {
    font-family: "GT Flexa Ext Lt", "DIN W01 Medium";
    font-size: 1.75rem;
    line-height: 1.8rem;
}

.infotext h4 {
    font-family: "GT Flexa Ext Lt", "DIN W01 Medium";
    font-size: 1.5rem;
    line-height: 1.6rem;
}

.infotext p {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.infotext ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    .infotext ul li {
        padding: 8px 0 8px 20px;
    }

        .infotext ul li::before {
            content: '_';
            color: transparent;
            background-image: url(img/list-style.aspx?c=2E9699);
            background-repeat: no-repeat;
            background-size: 12px 20px;
            background-position: 0 6px;
            position: absolute;
            left: 0;
        }

/* Links/Rechts Teaser*/
.lr-teaser {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .lr-teaser .link {
        position: relative;
        text-align: center;
        margin-right: 25px;
    }

        .lr-teaser .link a {
            /*display: block;*/
        }

        .lr-teaser .link .linktext {
            position: absolute;
            width: 100%;
            display: none;
        }

            .lr-teaser .link .linktext a {
                font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
            }

                .lr-teaser .link .linktext a:hover {
                    text-decoration: none;
                    color: inherit;
                }

        .lr-teaser .link > a:hover + .linktext {
            display: block;
        }

        .lr-teaser .link .linktext:hover {
            display: block;
        }

    .lr-teaser .preview {
        min-height: 1px;
    }

@media (min-width: 1440px) {
    .flexbox-top {
        padding-top: calc(100vw / 12);
    }

    .lr-teaser {
        height: auto;
        padding: calc(100vw / 12);
    }

        .lr-teaser.auto {
            height: auto;
            /*padding: calc(100vw / 12);*/
        }

        .lr-teaser h2 {
            font-family: "GT Flexa Ext Lt", "DIN W01 Light";
            font-size: 3.125rem;
            line-height: 3.5rem;
            margin-bottom: 2.5rem;
        }

        .lr-teaser h3 {
            font-family: "GT Flexa Ext Lt", "DIN W01 Light";
            /*font-size: 3.125rem;
            line-height: 3.5rem;
            margin-bottom: 2.5rem;*/
        }

        .lr-teaser .headline {
            font-family: "GT Flexa Ext Lt", "DIN W01 Medium";
            font-size: 1.875rem;
            line-height: 2rem;
            margin-bottom: 1rem;
        }

        .lr-teaser .preview {
            font-size: 1.25rem;
            line-height: 1.875rem;
        }

        .lr-teaser .link {
            margin-top: 3rem;
        }

            .lr-teaser .link .linktext {
                top: 22px;
                padding-top: 12px;
            }

                .lr-teaser .link .linktext a {
                    font-size: 1.25rem;
                    line-height: 1.375rem;
                }
}

@media (max-width: 1439px) {
    .flexbox-top {
        padding-top: 4rem;
    }

    .lr-teaser {
        height: auto;
        padding: calc(100vw / 12);
    }

        .lr-teaser h2 {
            font-family: "GT Flexa Ext Lt", "DIN W01 Light";
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 1.8rem;
        }

        .lr-teaser .headline {
            font-family: "GT Flexa Ext Lt", "DIN W01 Medium";
            font-size: 1.5rem;
            line-height: 1.6rem;
            margin-bottom: 1rem;
        }

        .lr-teaser .preview {
            font-size: 1.125rem;
            line-height: 1.7rem;
        }

        .lr-teaser .link {
            margin-top: 2.5rem;
        }

            .lr-teaser .link .linktext {
                top: 22px;
                padding-top: 12px;
            }

                .lr-teaser .link .linktext a {
                    font-size: 1.125rem;
                    line-height: 1.7rem;
                }

        .lr-teaser.auto {
            height: auto;
            /*padding: 3rem 4rem 3rem calc(100vw / 12);*/
        }
}

@media (min-width: 1200px) {
    .lr-teaser video {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        height: 100%;
        z-index: 1;
        object-fit: cover;
    }
}

@media (min-width: 2340px) {
    .lr-teaser video {
        min-width: 100%;
        min-height: 100%;
        height: 100%;
    }
}

@media (max-width: 1199px) {
    .lr-teaser video {
        display: block;
        position: relative;
        width: 101%;
        height: auto;
        z-index: 1;
    }

        .lr-teaser video + .flexbox {
            display: block;
            min-height: 25vh;
        }

    .lr-teaser.video-hover, .lr-teaser.video {
        height: auto;
        min-height: 50vh;
        padding: 3rem;
    }

    .lr-teaser[id*="pnlImage"] {
        min-height: 70vh;
    }
}

@media (max-width: 991px) {
    .flexbox-top {
        padding-top: 2rem;
    }

    .lr-teaser[id*="pnlImage"] {
        min-height: 60vh;
    }

    .tab-content .lr-teaser {
        min-height: 32rem;
    }

    .lr-teaser h2 {
        font-family: "GT Flexa Ext Lt", "DIN W01 Light";
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 1.6rem;
    }

    .lr-teaser .headline {
        font-family: "GT Flexa Ext Lt", "DIN W01 Medium";
        font-size: 1.2rem;
        line-height: 1.3rem;
        margin-bottom: 1rem;
    }

    .lr-teaser .preview {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lr-teaser .link {
        margin-top: 2rem;
    }

        .lr-teaser .link .linktext {
            top: 22px;
            padding-top: 12px;
        }

            .lr-teaser .link .linktext a {
                font-size: 1rem;
                line-height: 1.5rem;
            }
}

@media (max-width: 575px) {
    .lr-teaser.video, .lr-teaser.auto.video {
        padding-left: 0;
        padding-right: 0;
    }

    .lr-teaser[id*="pnlImage"] {
        min-height: 40vh;
    }
}

.lr-teaser-hover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

_:-ms-fullscreen, :root .lr-teaser-hover {
    background-size: 220% 100%;
}

.lr-teaser-symbol img, .lr-teaser-symbol svg {
    width: 150px;
    margin: auto;
}

/* Inhalt */
h2.mt {
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
    font-size: 3.125rem;
    line-height: 3.5rem;
    margin-bottom: 3rem;
}

h3.mt {
    font-family: "GT Flexa Ext Lt", "DIN W01 Medium";
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}

/* Artikel 2 Spalten */
.c-2 h3 {
    font-family: "GT Flexa Ext Lt", "DIN W01 Medium";
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.c-2 p {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.btn.link {
    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
    font-size: 20px;
    line-height: 22px;
    border: none;
    border-radius: 0;
    padding: 10px 40px;
}

    .btn.link:hover {
        opacity: 0.9;
    }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/* Link-Listen */
table.link-list td {
    padding: 0.625rem 0.75rem 0.625rem 0;
}

a.link-arrow {
    display: inline-block;
    background-image: url(img/link-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 20px;
}

.arrow-white {
    background-image: url(img/list-style.svg) !important;
}


/* Akkordeon */
.accordion .card {
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

.accordion > .card .card-header {
    padding: .75rem 0;
    margin-bottom: 0px;
    background-color: transparent;
    border-bottom: 1px solid #d8d8d8;
}

    .accordion > .card .card-header.open {
        border-bottom: none;
    }

    .accordion > .card .card-header h4 {
        font-family: "GT Flexa Ext Lt", "DIN W01 Medium";
        font-size: 1.25rem;
        line-height: 3.125rem;
        color: #000;
    }

        .accordion > .card .card-header h4 .btn {
            padding: 0;
            font-size: 1.25rem;
            line-height: 1.62rem;
            color: #000;
            text-align: left;
            position: relative;
        }

            .accordion > .card .card-header h4 .btn .acc-arrow {
                display: inline-block;
                width: 20px;
                height: 20px;
                position: absolute;
                right: 0;
                top: 4px;
                background-image: url(img/link-arrow.svg);
                background-repeat: no-repeat;
                background-position: 5px center;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

    .accordion > .card .card-header.open h4 .btn .acc-arrow {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .accordion > .card .card-header h4 .btn-link:focus, .accordion > .card .card-header h4 .btn-link:active {
        color: #000;
        text-decoration: none;
    }

    .accordion > .card .card-header h4 .btn-link:hover, .accordion > .card .card-header.open h4 .btn-link {
        color: #c02843;
        text-decoration: none;
    }

.accordion > .card .card-body {
    padding: 1.25rem 0 3rem 0;
    border-bottom: 1px solid #d8d8d8;
}

.accordion ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    .accordion ul li {
        padding: 8px 0 8px 20px;
    }

        .accordion ul li::before {
            content: '_';
            color: transparent;
            background-image: url(img/list-style.aspx);
            background-repeat: no-repeat;
            background-size: 12px 20px;
            background-position: 0 6px;
            position: absolute;
            left: 0;
        }

/* Downloads */
table.downloads td, table.downloads th {
    padding: 0.625rem 0.75rem 0.625rem 0;
    border-bottom: 1px solid #d8d8d8;
}

table.downloads th {
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
    color: #808080;
    font-size: 15px;
}

table.downloads td.title {
    font-family: "GT Flexa Ext Lt", "DIN W01 Medium";
}

    table.downloads td.title p {
        font-family: "GT Flexa Ext Lt", "DIN W01 Light";
    }

@media (min-width: 1200px) {
    table.downloads th.title {
        width: 51%;
    }
}

/* UL-Liste */
.lr-teaser ul, .styledlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    .lr-teaser ul li, .styledlist ul li {
        padding: 8px 0 8px 22px;
    }



        .lr-teaser ul li::before {
            content: '__';
            color: transparent;
            background-image: url(img/list-style.aspx);
            background-repeat: no-repeat;
            background-size: 12px 20px;
            background-position: 2px 4px;
            position: absolute;
            left: 0;
            font-size: 1.25rem;
        }



    .lr-teaser ul.list-o, .styledlist ul.list-o {
        margin-bottom: 1rem;
    }

        .lr-teaser ul.list-o li, .styledlist ul.list-o li {
            padding: 0 0 0 22px;
        }

            .lr-teaser ul.list-o li::before {
                content: "__";
                color: transparent;
                background-image: url("img/list-style-o.aspx") !important;
                background-repeat: no-repeat;
                background-size: 14px 14px;
                background-position: 2px 8px;
                position: absolute;
                left: 0px;
                font-size: 1.25rem;
            }



            .styledlist ul.list-o li::before {
                content: "__";
                color: transparent;
                background-image: url("img/list-style-o.aspx?c=2E9699") !important;
                background-repeat: no-repeat;
                background-size: 14px 14px;
                background-position: 2px 8px;
                position: absolute;
                left: 0px;
                font-size: 1.25rem;
            }

        .styledlist ul.list-o li {
            color: #000000;
        }


/* Artikel 3 Spalten */
@media (min-width: 1400px) {
    .sp-3 {
        padding-left: 42px;
        padding-right: 42px;
    }

    /*.sp-3:nth-child(3n+1) {
            padding-left: 84px;
        }

        .sp-3:nth-child(3n+0) {
            padding-right: 84px;
        }*/
}

.sp-3 h4 {
    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
    line-height: 2rem;
}

/* Agenda */
.event-container .row, .row.event-filter {
    position: relative;
}

.event.event-container .line, .event-filter .line {
    border-bottom: solid 1px #c0c0c0;
}

.event-container .event > div {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

.event-container .event h5 {
    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.event-container .event .line {
    margin-bottom: 1rem;
}

.event-container .event .event-line, .event-filter .event-line {
    border-bottom: solid 1px #c0c0c0;
    margin: 0;
}

.event-container .event a:hover {
    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
    text-decoration: none;
}

/* falls der descriptiontext länger ist
.event-container .event p {
			font-size: 1.125rem;
}*/

.event-container .event .embed-responsive-item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media all and (-ms-high-contrast:none) {
    .event-container .event .embed-responsive-item {
        background-size: 160%;
    }
}

@media (min-width: 1400px) {
    .event-container .event .link {
        padding-left: 2.5rem;
    }
}

.event-container .event .event-gallery .link svg {
    cursor: pointer;
}

.event-container .event .event-gallery .link .linktext {
    position: absolute;
    width: 100%;
    display: none;
}

.event-container .event .event-gallery .link .linktext {
    top: 22px;
    padding-top: 12px;
}

    .event-container .event .event-gallery .link .linktext a:hover {
        text-decoration: none;
        color: inherit;
    }

.event-container .event .event-gallery .link > svg:hover + .linktext {
    display: block;
}

.event-container .event .event-gallery .link .linktext:hover {
    display: block;
}

.event-container .event .event-gallery .event-gallery-controls {
    font-size: 1rem;
    text-align: center;
    position: absolute;
    width: 90%;
    bottom: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .event-container .event .event-gallery .event-gallery-controls .control-item {
        display: inline-block;
        padding: 0 4px;
        cursor: pointer;
        opacity: 0.5;
    }

        .event-container .event .event-gallery .event-gallery-controls .control-item.active {
            opacity: 1;
        }

@media (min-width: 992px) {
    .event-container .event .event-gallery {
        position: absolute;
        z-index: 100;
        height: 80%;
        top: 4%;
        right: calc(100vw/12);
        width: calc(100vw/4.82);
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

        .event-container .event .event-gallery.img-media {
            right: 3rem;
        }

        .event-container .event .event-gallery h5 {
            text-align: center;
            margin-bottom: 2rem;
        }

        .event-container .event .event-gallery .link {
            text-align: center;
            margin-top: 1.5rem;
            padding-left: 0;
            position: relative;
        }
}

@media (min-width: 1200px) {


    .event-container .event .event-gallery {
        position: absolute;
        z-index: 100;
        height: 70%;
        top: 15%;
        right: calc(100vw/12);
        width: calc(100vw/4.82);
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .container-fluid .event-container .event .event-gallery {
        top: 12%;
    }


    .event-container .event .event-gallery.img-media {
        right: 4rem;
    }

    .event-container .event .event-gallery h5 {
        text-align: center;
        margin-bottom: 2.3rem;
    }

    .event-container .event .event-gallery .link {
        text-align: center;
        margin-top: 2rem;
        padding-left: 0;
        position: relative;
    }
}

@media (max-width: 991px) {
    .event-container .event .event-gallery {
        position: absolute;
        z-index: 100;
        height: 80%;
        top: 2%;
        right: calc(100vw/12);
        width: calc(100vw/4.82);
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

        .event-container .event .event-gallery.img-media {
            right: 2rem;
        }

        .event-container .event .event-gallery h5 {
            text-align: center;
            margin-bottom: 1rem;
        }

        .event-container .event .event-gallery .link {
            text-align: center;
            margin-top: 1rem;
            padding-left: 0;
            position: relative;
        }
}

@media (max-width: 800px) {
    .event-container .event .event-gallery {
        position: absolute;
        z-index: 100;
        height: 80%;
        top: 2%;
        right: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

#event-filter {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

    #event-filter li {
        display: inline-block;
        padding: 0;
        text-align: center;
    }

        #event-filter li svg {
            display: none;
        }

        #event-filter li a {
            color: #000;
            display: block;
            padding: 0 26px;
        }

            #event-filter li a:hover {
                color: #687374;
                text-decoration: none;
            }

        #event-filter li.active a {
            font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
            color: #687374;
        }

        #event-filter li:hover svg, #event-filter li.active svg {
            display: block;
            margin: 0 auto;
        }

/* Kontakte */
.contact .contact-name {
    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
    font-size: 30px;
}

/* Counter */
.counter {
    font-family: "GT Flexa Ext Bl", "DIN W01 Black";
    font-size: 80px;
    text-align: center;
    color: #635971;
    line-height: 0.9;
    margin-bottom: 30px;
}

_:-ms-fullscreen, :root .counter {
    font-size: 80px;
}

.counter-title {
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
    font-size: 22px;
    text-align: center;
    color: #635971;
}

.counter-row {
    margin-left: 15px;
    margin-right: 15px;
    /*padding-left: calc(100vw / 12);
    padding-right: calc(100vw / 12);*/
}

.counter-container {
    padding-left: calc(100vw / 12);
    padding-right: calc(100vw / 12);
}

.counter-row:first-child {
    border-bottom: dotted 2px #635971;
}

.counter-row .counter-col {
    border-right: dotted 2px #635971;
    margin-top: 38px;
}

    .counter-row .counter-col:last-child {
        border-right: none;
    }

.counter-row:first-child .counter-col {
    margin-top: 0;
    margin-bottom: 38px;
}

@media (max-width: 1679px) {
    .counter {
        font-size: 80px;
    }

    _:-ms-fullscreen, :root .counter {
        font-size: 60px;
    }

    .counter-title {
        font-size: 20px;
    }
}

@media (max-width: 1479px) {
    .counter {
        font-size: 60px;
    }

    _:-ms-fullscreen, :root .counter {
        font-size: 60px;
    }

    .counter-title {
        font-size: 18px;
    }
}

@media (max-width: 1279px) {
    .counter {
        font-size: 60px;
    }

    _:-ms-fullscreen, :root .counter {
        font-size: 60px;
    }

    .counter-title {
        font-size: 17px;
    }
}

@media (max-width: 1079px) {
    .counter {
        font-size: 40px;
    }

    _:-ms-fullscreen, :root .counter {
        font-size: 50px;
    }

    .counter-title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .counter-row:first-child {
        border-bottom: none;
    }

    .counter-row .counter-col {
        border-right: none;
        border-bottom: dotted 2px #635971;
        padding-bottom: 38px;
    }

        .counter-row .counter-col:last-child {
            margin-bottom: 0;
        }
}

/* Suche */
input.ft-search {
    height: 60px;
    border: solid 1px #c0c0c0;
    border-radius: 0;
    margin-right: 10px;
    transition: none;
    color: #808080;
    font-size: 20px;
    line-height: 30px;
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
}

    input.ft-search:focus {
        color: #808080;
        border-color: #c0c0c0;
        outline: 0;
        box-shadow: none;
    }

input.btn-search {
    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
    background-color: rgba(58, 50, 69, 0.8);
    border-radius: 0;
    font-size: 20px;
    padding: .375rem 2rem;
}

/* Formular */
.formular .form-group {
    position: relative;
}

.formular .floating-label {
    position: absolute;
    pointer-events: none;
    left: 13px;
    top: 16px;
    transition: 0.2s ease all;
    font-size: 1.2rem;
    color: #808080;
}

.formular .text-danger.floating-label {
    top: 4px;
    left: 13px;
    font-size: 12px;
    opacity: 1;
    display: inline-block;
    background-color: #fff;
    width: 90%;
    z-index: 1;
}

.formular input:focus ~ .floating-label,
.formular input:not(:focus):required:valid ~ .floating-label,
.formular .valid:not(:focus) ~ .floating-label,
.formular select:focus ~ .floating-label,
.formular select:not(:focus):valid ~ .floating-label,
.formular textarea:focus ~ .floating-label,
.formular textarea:not(:focus):required:valid ~ .floating-label {
    top: 4px;
    left: 13px;
    font-size: 12px;
    opacity: 1;
}

.formular .form-control {
    height: 60px;
    color: #000;
    border: none;
    border-radius: 0;
    transition: none;
}

.formular select.form-control {
    padding-left: 8px;
}

.formular textarea.form-control {
    padding-top: 18px;
}

.formular input[type="checkbox"] {
    display: none;
}

    .formular input[type="checkbox"] + label::before {
        width: 25px;
        height: 25px;
        border-radius: 2px;
        background-color: #fff;
        display: block;
        content: "";
        float: left;
        margin-right: 15px;
    }

    .formular input[type="checkbox"]:checked + label::before {
        box-shadow: inset 0px 0px 0px 5px #fff;
        background-color: #000;
    }

.formular input[type="radio"] {
    display: none;
}

    .formular input[type="radio"] + label::before {
        width: 25px;
        height: 25px;
        border-radius: 15px;
        background-color: #fff;
        display: block;
        content: "";
        float: left;
        margin-right: 15px;
    }

    .formular input[type="radio"]:checked + label::before {
        box-shadow: inset 0px 0px 0px 5px #fff;
        background-color: #000;
    }

.formular .btn-dark {
    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
    font-size: 20px;
    line-height: 22px;
    border: none;
    border-radius: 0;
    padding: 10px 40px;
    color: #fff;
    background-color: #ff00ff;
    border-color: #ff00ff;
    border-radius: 0;
}

    .formular .btn-dark:hover {
        color: #ff00ff;
        background-color: #fff;
        border: solid 1px #ff00ff;
    }

/* Organigramm */
ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

    ol.organizational-chart,
    ol.organizational-chart ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

ol.organizational-chart {
    text-align: center;
}

    ol.organizational-chart ol {
        padding-top: 3rem;
    }

@media (max-width: 767px) {
    ol.organizational-chart ol {
        margin-left: 30px;
    }

        ol.organizational-chart ol > li {
            margin-right: 15px;
        }
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #000;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1rem 0 0 1rem;
}

ol.organizational-chart > li ol:before {
    height: 1rem;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2rem;
    width: 1rem;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 120%;
    left: 0;
    top: -25px;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2rem;
    width: 1rem;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2rem;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    border-radius: 3px;
    padding: 1rem;
    min-height: 10rem;
    color: #000;
}

ol.organizational-chart .h4 {
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: "GT Flexa Ext Lt", "DIN W01 Regular";
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
    background-color: #bba868;
    margin-right: 1rem;
}

    ol.organizational-chart > li > div:before {
        bottom: 2rem;
        height: 3px;
        right: -1rem;
        width: 1rem;
    }

    ol.organizational-chart > li > div:first-of-type:after {
        bottom: -22px;
        height: 3.5rem;
        right: -1rem;
        width: 3px;
    }

    ol.organizational-chart > li > div + div {
        margin-top: 1rem;
    }

        ol.organizational-chart > li > div + div:after {
            height: calc(100% + 1rem);
            right: -1rem;
            top: -1rem;
            width: 3px;
        }

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
    background-color: #bba868;
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #bba868;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #bba868;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #bba868;
}

/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
        margin-left: -1rem;
        margin-right: -1rem;
    }

        /* PRIMARY */
        ol.organizational-chart > li > div {
            display: inline-block;
            float: none;
            margin: 0 1rem 1rem 1rem;
            vertical-align: bottom;
        }

            ol.organizational-chart > li > div:only-of-type {
                margin-bottom: 0;
                width: calc((50% / 1) - 2rem - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
                width: calc((50% / 2) - 2rem - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
                width: calc((50% / 3) - 2rem - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
                width: calc((50% / 4) - 2rem - 4px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
                width: calc((50% / 5) - 2rem - 4px);
            }

            ol.organizational-chart > li > div:before,
            ol.organizational-chart > li > div:after {
                bottom: -1rem !important;
                top: inherit !important;
            }

            ol.organizational-chart > li > div:before {
                height: 1rem !important;
                left: 50% !important;
                width: 3px !important;
            }

            ol.organizational-chart > li > div:only-of-type:after {
                display: none;
            }

            ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
            ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
                bottom: -1rem;
                height: 3px;
                width: calc(50% + 1rem + 3px);
            }

            ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
                left: calc(50% + 3px);
            }

            ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
                left: calc(-1rem - 3px);
            }

            ol.organizational-chart > li > div + div:not(:last-of-type):after {
                height: 3px;
                left: -2rem;
                width: calc(100% + 4rem);
            }

        /* SECONDARY */
        ol.organizational-chart > li > ol {
            display: flex;
            flex-wrap: nowrap;
        }

            ol.organizational-chart > li > ol:before,
            ol.organizational-chart > li > ol > li:before {
                height: 3rem !important;
                left: 50% !important;
                top: 0 !important;
                width: 3px !important;
            }

            ol.organizational-chart > li > ol:after {
                display: none;
            }

            ol.organizational-chart > li > ol > li {
                flex-grow: 1;
                padding-left: 1rem;
                padding-right: 1rem;
                padding-top: 3rem;
                width: 33%;
            }

                ol.organizational-chart > li > ol > li:only-of-type {
                    padding-top: 0;
                }

                    ol.organizational-chart > li > ol > li:only-of-type:before,
                    ol.organizational-chart > li > ol > li:only-of-type:after {
                        display: none;
                    }

                ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
                ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
                    height: 3px;
                    top: 0;
                    width: 50%;
                }

                ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
                    left: 50%;
                }

                ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
                    left: 0;
                }

                ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
                    height: 3px;
                    left: 0;
                    top: 0;
                    width: 100%;
                }
}

/* Messe-Logos */
.messe-logo img {
    max-width: 180px;
    max-height: 120px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.messe-logo:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* Pagination */
.pagination {
    display: inline-flex;
}

    .pagination .page-item {
    }

.page-link {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: transparent;
    border: none;
    font-size: 20px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #000;
    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
    background-color: transparent;
    border-color: transparent;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

/* Tabs */
ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

    ul.tabs li {
        display: inline-block;
        padding: 0 1rem;
        text-align: center;
    }

        ul.tabs li svg {
            display: none;
        }

        ul.tabs li a.list-group-item {
            color: #000;
            display: block;
            padding: 0 26px;
            background-color: transparent;
            border: none;
            border-radius: 0;
        }

            ul.tabs li a.list-group-item:hover {
                color: #687374;
                text-decoration: none;
            }

            ul.tabs li a.list-group-item.active {
                font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
                color: #687374;
            }

        ul.tabs li:hover svg, ul.tabs li.active svg {
            display: block;
            margin: 0 auto;
        }

.tab-content.tabs {
    padding-top: 2rem;
}

/* Footer */
footer {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #000;
}

    footer ul.social-links {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        footer ul.social-links li {
            display: inline-block;
            text-align: center;
            padding: 0 20px;
        }

            footer ul.social-links li a, footer ul.social-links li a:hover {
                color: #bba868;
                font-size: 1.75rem;
                text-decoration: none;
            }

    footer h5 {
        font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
        color: #bba868;
        font-size: 15px;
        line-height: 30px;
        text-transform: uppercase;
    }

        footer h5 a, footer h5 a:hover, footer h5 a:active, footer h5 a:visited {
            color: #bba868;
            text-decoration: none;
        }

    footer ul.footer-links {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 1.5rem;
    }

        footer ul.footer-links li {
            padding: 8px 0 8px 20px;
            font-size: 1.25rem;
            position: relative;
        }

            footer ul.footer-links li::before {
                content: '\f061';
                font-family: 'Font Awesome 5 Free';
                font-weight: 600;
                color: #bba868;
                font-size: 14px;
                position: absolute;
                left: 0px;
                top: 12px;
            }

            footer ul.footer-links li a, footer ul.footer-links li a:hover {
                color: #bba868;
                font-family: "GT Flexa Ext Lt", "DIN W01 Light";
                font-size: 15px;
                text-decoration: none;
            }

.scrollTop {
    height: 50px;
    width: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    z-index: 998;
    display: none;
}

    .scrollTop:hover {
        background-color: rgba(0, 0, 0, 1);
    }


@media (max-width: 767px) {
    .banner .video {
        min-height: 100%;
    }

    .map.embed-responsive-16by9::before {
        padding-top: 100%;
    }

    .lr-teaser.auto {
        height: auto;
    }

    body {
        font-size: 1rem;
    }

    .modulebox {
        margin-top: 3rem;
    }

    .logo {
        padding-left: 8px;
        position: relative;
        z-index: 1;
    }

    .mobile-nav {
        float: right;
        width: 50px;
        height: 36px;
        color: #fff;
        cursor: pointer;
        position: relative;
    }

        .mobile-nav i {
            right: 20px;
            position: absolute;
            font-size: 1.5rem;
        }

    .nav-layer-mobile .navigation {
        margin-top: 6rem;
        margin-bottom: 3rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    nav.toplevel ul li {
        margin: 12px 0;
    }

    .nav-layer-mobile .agenda, .nav-layer-mobile div.lng {
        margin-top: 3rem;
        padding-top: 0;
        padding-left: 23px;
    }

    .banner.hg-50 {
        min-height: unset;
    }

    .banner-item-top {
        padding-top: 22px;
        margin-bottom: 120px;
    }

    .banner.standard .banner-item-top {
        margin-bottom: 230px;
    }

    .layer-content-title {
        font-size: 2.8125rem;
        line-height: 2.8125rem;
    }

    .layer-content p {
        font-size: 1rem;
    }

    .layer-close {
        float: right;
        color: #c0c0c0;
        text-align: center;
        font-size: 0.8rem;
        line-height: unset;
        padding-top: 4px;
    }

    .introtext h2, .infotext h2, h2.mt, .lr-teaser h2 {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .infotext h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .infotext h4 {
        font-size: 1.1rem;
        line-height: 1.2rem;
    }

    .lr-teaser {
        /*min-height: 27rem;*/
        height: auto;
    }

    .tab-content .lr-teaser {
        min-height: 27rem;
    }

    .lr-teaser .link svg {
        display: none;
    }

    .lr-teaser .link .linktext {
        display: block;
        position: relative;
        padding-top: 0;
        top: 0;
        text-align: left;
        background-image: url(img/list-style.aspx?c=FFFFFF);
        background-repeat: no-repeat;
        padding-left: 22px;
        background-size: 12px 20px;
        background-position: 2px 2px;
    }

        .lr-teaser .link .linktext a {
            font-family: "GT Flexa Ext Lt", "DIN W01 Light";
        }

    ol.organizational-chart > li ol:after {
        top: 20px;
    }

    .accordion > .card .card-header h4 {
        font-size: 1rem;
        padding-left: 15px;
        padding-right: 15px;
    }

        .accordion > .card .card-header h4 .btn {
            padding-right: 20px;
            font-size: 1rem;
            line-height: 1.5rem;
        }

    #event-filter li a {
        padding: 0 10px;
    }

    .row.w-100.event {
        left: 15px !important;
    }

    .event-container {
        overflow: hidden;
    }

        .event-container .event > div {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }

        .event-container .event div.image {
            padding-right: 0;
        }

        .event-container .flexbox.h-100 {
            min-height: 100px;
            padding-left: 15px;
        }


        .event-container .event .carousel {
            margin-bottom: 0;
        }


        .event-container .event .event-gallery h5 {
            margin-bottom: 0.5rem;
        }

        .event-container .event .event-gallery {
            position: relative;
            z-index: 100;
            height: auto;
            width: 100vw;
            top: 0;
            right: 0;
            margin-top: 0;
            padding-top: 1rem;
            padding-bottom: 2.5rem;
            margin-bottom: 0.5rem;
        }

            .event-container .event .event-gallery .event-gallery-controls {
                display: none;
            }

            .event-container .event .event-gallery .link {
                margin-top: 1rem;
            }

                .event-container .event .event-gallery .link .linktext {
                    display: block;
                }

    footer {
        padding-top: 2rem;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    footer h5 {
        text-align: center;
    }

    footer ul.footer-links {
        display: none;
    }

    footer .terms h5 {
        margin-bottom: 0;
    }

    footer .terms ul.footer-links {
        display: block;
        text-align: center;
    }

        footer .terms ul.footer-links li {
            padding: 4px 0;
        }

            footer .terms ul.footer-links li::before {
                content: '';
                color: transparent;
                background-image: none;
                position: absolute;
                left: 0;
            }
}

@media (max-width: 499px) {
    .layer-content-title {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .introtext h2, .infotext h2, h2.mt, .lr-teaser h2 {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }

    .messe-logo img {
        max-width: 120px;
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        -ms-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}

@media (max-width: 767px) and (max-height: 375px) {
    /*.banner-item-top {
        margin-bottom: 10px;
    }

    .banner.standard .banner-item-top {
        margin-bottom: 50px;
    }*/

    .banner-footer-mobile {
        /*display: none !important;*/
    }
}

.services .img-fluid {
    max-width: 50%;
}

.services {
    text-align: center;
    /*margin-bottom: 3*/
}

    .services .h5 {
        font-family: "GT Flexa Ext Lt", "DIN W01 Light";
        font-weight: 600;
        padding-top: 15px;
    }

@media (min-width: 1200px) {
    .services.ox-icons.col-xl-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .services.ox-icons.col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .ox-icons {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.ox-icons .ox-icon {
    cursor: pointer;
}

.map-logo {
    width: 100px;
}

@media (max-width: 400px) {
    .map-logo {
        width: 50px;
    }
}

/* System */
.edit-absolute {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.edit-absolute-right {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

@media (max-width: 767px) {
    .row.w-100.event {
        left: 0px !important;
    }

    .nav-layer-mobile .agenda, .nav-layer-mobile div.lng {
        display: inline-block;
        margin-top: 0 !important;
    }

    /* Messe-Logos */
    .messe-logo img {
        max-width: 120px;
    }

    .flexbox .mb-5 {
        margin-bottom: 2rem !important;
    }

    .flexbox .mt-5 {
        margin-top: 2rem !important;
    }
}

/* Bildhöhe für kleine Screens nicht fullscreen */
@media (max-width: 767px) and (min-height: 500px) {
    .banner {
        max-height: 75vh;
    }

    .nav-layer-mobile .agenda, .nav-layer-mobile div.lng {
        display: inline-block;
        margin-top: 1rem;
    }

    .banner.standard .banner-item-top {
        margin-bottom: 180px;
    }
}

/* Mobile Landscape */
@media (min-width: 767px) and (max-height: 500px) {
    .ks-h input[type="text"], .ks-h input[type="text"]:focus, .ks-h input[type="text"]:active {
        width: 50%;
        float: right;
    }

    .ks-h {
        padding-bottom: 20px;
    }

    .banner-footer {
        bottom: 1rem;
    }

    .banner .video video {
        left: 0;
    }
}

/* Bernexorakel */
.modulebox.orakel {
    color: #fff;
    margin: 0;
}

    .modulebox.orakel:nth-of-type(2) {
        background-color: #635971;
    }

    .modulebox.orakel:nth-of-type(3) {
        background-color: #2E9699;
    }

    .modulebox.orakel:nth-of-type(4) {
        background-color: #687374;
    }


.orakel h3, .orakel .h3 {
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
}

.orakel .form-control {
    font-family: "GT Flexa Ext Bl", "DIN W01 Bold";
    font-size: 1.25rem;
    color: #fff;
    background-color: #c02843;
    border: none;
    border-radius: 0;
    transition: none;
}

.orakel-event td {
    padding: 0.75rem 0.5rem;
}

    .orakel-event td.orakel-event-date {
        background-color: #fff;
        color: #000;
        text-align: center;
        vertical-align: middle;
        line-height: 18px;
        font-family: "GT Flexa Ext Lt", "DIN W01 Regular";
        font-size: 15px;
        font-weight: 600;
    }

    .orakel-event td.orakel-event-txt {
        padding: 0 0.5rem;
    }

.orakel-event .orakel-event-title {
    font-family: "GT Flexa Ext Lt", "DIN W01 Regular";
    font-size: 1.25rem;
    font-weight: 600;
}

.orakel-event .orakel-event-text {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}

.orakel-event .orakel-event-link {
    font-size: 12px;
}

    .orakel-event .orakel-event-link a {
        font-size: 12px;
        color: #fff;
        font-style: italic;
        letter-spacing: 1px;
    }

.orakel-event-hinweis p {
    padding-top: 8px;
    border-top: solid 1px #999;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}

a.orakel-ticketshop, a.orakel-ticketshop:hover {
    background-color: #C02843;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    position: fixed;
    z-index: 99;
    top: 50%;
    right: -50px;
    width: 150px;
    height: 50px;
    display: block;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    font-family: "GT Flexa Ext Lt", "DIN W01 Regular";
    font-size: 20px;
    line-height: 22px;
    padding-top: 15px;
}

@media (min-width: 1440px) {
    .modulebox.orakel {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1439px) {
    .modulebox.orakel {
        padding-top: calc(100vw * 100 / 1440);
        padding-bottom: calc(100vw * 100 / 1440);
    }
}

.logo-box {
    padding: calc(50vw/12);
}


@media (max-width: 767px) {
    .banner-item-bottom {
        margin-right: 20px;
        margin-left: 0px;
    }
}

@media (max-width: 450px) {
    .banner-item-bottom {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 1200px) {
    .layer-open img {
        width: 50px !important;
    }
}

@media (max-height: 600px) {
    .layer-open img {
        width: 50px !important;
    }
}

@media (min-width: 767px) and (max-height: 400px) {
    .banner.home .banner-item-bottom {
        margin-top: 50px;
    }

    .banner.standard .banner-item-bottom {
        margin-top: 25px;
    }
}

@media (min-width: 767px) and (max-height: 300px) {
    .banner.home .banner-item-bottom {
        margin-top: 100px;
    }

    .banner.standard .banner-item-bottom {
        margin-top: 50px;
    }
}

@media (max-height: 450px) {
    .banner .video {
        min-height: 475px !important;
    }
}

@media (max-width: 450px) {
    footer .pl-12 {
        padding-left: 0% !important;
    }
}

@media (max-width: 1500px) {
    ul.tabs li {
        width: 25%;
    }
}

@media (max-width: 767px) {
    ul.tabs li {
        width: 50%;
        padding-bottom: 20px;
    }

    footer .pl-12 {
        padding-left: 12% !important;
    }

    a.link-arrow {
        background-position: 0 3px;
    }

    .lr-teaser ul.list-o li::before {
        background-position: 2px 6px !important;
    }

    .ox-icons {
        min-height: 275px;
    }
}

@media (max-width: 575px) {
    .ox-icons {
        width: 50%;
    }

        .ox-icons .ox-icon {
            cursor: pointer;
            text-align: center !important;
            margin: 0 auto;
            width: 35%;
        }



    footer .pl-12 {
        padding-left: 0 !important;
    }
}

@media (max-width: 450px) {
    .ox-icons {
        width: 50%;
        min-height: 240px;
    }

        .ox-icons .ox-icon {
            cursor: pointer;
            text-align: center !important;
            margin: 0 auto;
            width: 30%;
        }

    footer .pl-12 {
        padding-left: 0% !important;
    }

    a.link-arrow {
        background-position: 0 2px;
    }

    .lr-teaser ul li::before {
        background-position: 2px 2px;
    }

    .lr-teaser ul.list-o li::before {
        background-position: 2px 6px !important;
    }
}

@media (max-width: 1090px) {
    .timeline > li > .timeline-badge {
        left: 100%;
    }
}

.shortlinks {
    width: 100%;
    display: block;
}

    .shortlinks li {
        display: inline-block;
        list-style: none;
        line-height: 43px;
        padding-bottom: 10px;
    }

        .shortlinks li a {
            color: #fff;
            background-color: rgb(66, 58, 78);
            padding: 10px 20px 10px 20px;
            border: 1px solid grey;
            text-decoration: none;
        }

            .shortlinks li a:hover {
                background-color: #3a3245;
            }

.shortlinks {
    margin-bottom: 25px;
    text-align: center;
}

/* Panels */
.panel-group .panel {
    border-radius: 0;
}

.panel {
    background-color: #eee;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.panel-heading {
    padding: 7px 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-title {
    font-family: "Montserrat",sans-serif;
    color: #666670;
    font-size: 18px;
    margin-left: 30px;
    font-weight: bold;
}

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

table p {
    font-family: "Montserrat",sans-serif;
    color: #666670;
    font-size: 15px;
}

.panel-title h4 {
    margin-bottom: 0px !important;
}

.panel-body {
    padding: 10px;
}

.no_hover:hover a,
.no_hover:focus a, .no_hover:active a, .no_hover:visited a {
    text-decoration: none !important;
}

.panel-title .fa {
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .panel-title .fa.upside-down {
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.panel-group
.panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.panel-group {
    margin-bottom: 10px;
}

.panel i {
    transform: rotate(-180deg);
}

.panel .collapsed i {
    transform: rotate(0deg);
}

.panel .arrow {
    transform: rotate(-180deg);
}

.panel .collapsed .arrow {
    transform: rotate(0deg);
}

.arrow_red_down {
    background-image: url(img/icon-X-halb-rot_2.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
}

.bg_angebote {
    background-color: #eee;
    margin: 15px 0px;
}

.title_angebote {
    padding: 20px 0px 15px 20px;
}

    .title_angebote h3 {
        font-size: 32px;
    }






@media (max-width: 767px) {
    .panel-title {
        font-family: "Montserrat",sans-serif;
        color: #666670;
        font-size: 16px;
        margin-left: 30px;
        font-weight: bold;
    }
}

@media (max-width: 600px) {
    .panel-title {
        font-family: "Montserrat",sans-serif;
        color: #666670;
        font-size: 14px;
        margin-left: 30px;
        font-weight: bold;
    }

    table p {
        font-family: "Montserrat",sans-serif;
        color: #666670;
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .panel-title {
        font-family: "Montserrat",sans-serif;
        color: #666670;
        font-size: 12px;
        margin-left: 30px;
        font-weight: bold;
    }

    table p {
        font-family: "Montserrat",sans-serif;
        color: #666670;
        font-size: 12px;
    }
}



.panel-new {
    margin-bottom: 45px;
}

    .panel-new .panel-heading {
        border-bottom: 1px solid black;
    }

    .panel-new .panel {
        background-color: white;
        border-top: 1px solid black;
    }

.panel-white .panel-heading {
    border-bottom: 1px solid white;
}

.panel-white .panel {
    background-color: none;
    border-top: none;
}

.panel-white .title {
    font-size: 22px;
}

.panel-white {
    padding: 0px;
    margin-bottom: 30px;
}

    .panel-white table {
        border-collapse: unset;
    }

.panel-new .table td, .panel-new .table th {
    padding: .75rem 0 .75rem 0;
    vertical-align: top;
    border-bottom: 1px dotted black;
    border-top: none;
}

.panel-white .table td, .panel-white .table th {
    border-bottom: 1px dotted white;
    color: white;
}

.panel-new .panel-body {
    padding: 0px;
}

.panel-new .panel-title {
    margin-left: 15px;
    font-size: 20px;
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    letter-spacing: 0.05rem;
    display: block;
}

.panel-white .panel-title {
    color: white;
}

.panel-new .table td:nth-child(2n) {
    text-align: right;
}

.panel-new .table p {
    margin-bottom: 0rem;
    font-family: "GT Flexa Ext Lt", "DIN W01 Light";
    font-size: 20px;
    color: black;
}

.panel-white .table p {
    color: white;
    font-size: 18px;
}

@media (max-width: 767px) {


    .panel-white .title {
        font-size: 18px;
    }

    .panel-new .panel-title {
        font-size: 16px;
    }

    .panel-new .table p {
        font-size: 16px;
    }

    .panel .arrow {
        right: 0px;
    }


    .icons-3 .p-2 {
        padding: 0px 20px 0px 20px !important;
    }
}

@media (max-width: 600px) {
    .panel-new .panel-title {
        font-size: 14px;
    }

    .panel-new .table p {
        font-size: 14px;
    }
}


@media (max-width: 600px) {
    .panel-new .panel-title {
        font-size: 12px;
    }

    .panel-new .table p {
        font-size: 12px;
    }
}

@media (max-width: 430px) {
    .p-title {
        max-width: 85%;
        padding-left: 40px;
        padding-right: 10px;
    }

        .p-title .panel-title {
            margin-left: 0px;
        }
}

@media (max-width: 275px) {
    .panel-new .panel-title {
        font-size: 12px;
        line-height: 14px;
    }

    .p-title {
        max-width: 80%;
        padding-left: 40px;
        padding-right: 8px;
    }
}

.contacts .contact {
    margin-bottom: 25px;
}

/*********** TIMELINE ************/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 50%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

        .timeline > li.timeline-inverted + li:not(.timeline-inverted),
        .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
            margin-top: -60px;
        }

        .timeline > li:not(.timeline-inverted) {
            padding-right: 90px;
        }

        .timeline > li.timeline-inverted {
            padding-left: 90px;
        }

        .timeline > li > .timeline-panel:before {
            position: absolute;
            top: 26px;
            right: -15px;
            display: inline-block;
            border-top: 15px solid transparent;
            border-left: 15px solid #ccc;
            border-right: 0 solid #ccc;
            border-bottom: 15px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-panel:after {
            position: absolute;
            top: 27px;
            right: -14px;
            display: inline-block;
            border-top: 14px solid transparent;
            border-left: 14px solid #fff;
            border-right: 0 solid #fff;
            border-bottom: 14px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 992px) {
    .timeline > li > .timeline-panel {
        width: 100%;
    }

    .timeline > li > .timeline-badge {
        left: 95%;
    }

    .timeline:before {
        left: 95%;
    }

    .timeline > li.timeline-inverted {
        padding-right: 90px;
        padding-left: 0px;
    }

        .timeline > li.timeline-inverted + li:not(.timeline-inverted), .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
            margin-top: 0px;
        }
}

@media (max-width: 380px) {
    .panel-new .table p {
        font-size: 10px;
    }
}

.m-embedded .lr-teaser {
    padding: 35px;
}

    .m-embedded .lr-teaser h2 {
        font-family: "GT Flexa Ext Lt", "DIN W01 Light";
        font-size: 1.5rem;
        line-height: 3.2rem;
        margin-bottom: 1.5rem;
        font-weight: bold;
    }

@media (max-width: 500px) {
    .formular .button {
        display: block;
    }
}

@media (min-width: 1200px) {
    .plu-logo {
        text-align: right !important;
    }
}

@media (max-width: 1000px) {
    .plu-logo {
        text-align: center !important;
    }

        .plu-logo img {
            max-width: 190px !important;
            margin-top: 30px;
            margin-bottom: 10px;
        }
}

.lng-mobile .link-home {
    display: inline;
}

.lng-mobile .lng {
    display: inline;
}
