/* CSS overrides */

figcaption {
    margin-top: 1.8vw;
    text-align: left;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.overflow-auto {
    overflow: auto;
}
.slide-content {
    backdrop-filter: blur(30px) !important;
}
.slider-nav {
    backdrop-filter: blur(20px) !important;
}
.image-slider-nav {
    backdrop-filter: blur(20px) !important;
}
.teaser-content-block {
    backdrop-filter: blur(20px) !important;
}
.toggle-origin.language {
    backdrop-filter: blur(20px) !important;
}

/* tables */
.frame-type-table {
    overflow: auto;
}
.ce-table {
    margin-top: 64px;
    margin-bottom: 80px;
    width: 100%;
}
.ce-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(135, 136, 138, 0.4);
}
.ce-table thead tr {
    padding-top: 0px;
    color: #006bb3;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.ce-table th {
    font-weight: 500;
    text-align: left;
}
.ce-table th,
.ce-table td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #006bb3;
    max-width: 58ch;
    line-height: 30px;
}
.ce-table.ce-table-striped td {
    color: #000;
}
.ce-table caption {
    display: block;
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
}

@media screen and (max-width: 991px) {
    .ce-table {
        margin-top: 56px;
        margin-bottom: 72px;
    }
    .ce-table td {
        line-height: 24px;
    }
    .ce-table caption {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .ce-table {
        margin-top: 48px;
        margin-bottom: 56px;
    }
    .ce-table td {
        line-height: 24px;
    }
}

.table-outer {
    /*overflow: scroll;*/
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.table-outer .table-block {
    overflow: unset;
    margin-top: 0;
    margin-bottom: 0;
}

.table-outer .basic-table-row .basic-table-cell:nth-child(even) {
    background-color: rgba(135, 136, 138, 0.08);
}

.table-outer .basic-table-row .basic-table-cell:nth-child(2),
.table-outer .basic-table-row .basic-table-cell:nth-child(3),
.table-outer .basic-table-row .basic-table-cell:nth-child(4) {
    max-width: 25%;
    justify-content: flex-end;
}

@media screen and (max-width: 512px) {
    .table-outer .basic-table-cell {
        font-size: 16px;
    }
}

/* RTE */
.tx02 .frame-type-text h3 {
    max-width: 58ch;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
}

.tx02 .frame-type-text blockquote {
    max-width: 48ch;
    margin-bottom: 20px;
    padding-left: 22px;
    border-left: 1px solid #009ee3;
    color: #009ee3;
    font-size: 26px;
    line-height: 34px;
}

.tx02 .frame-type-text strong {
    color: #006bb3;
    font-weight: 500;
}

/* Lists in RTE */
.rich-text .frame-type-text ul,
.rich-text .frame-type-text ol {
    color: #87888a;
}
.rich-text .frame-type-text li {
    max-width: 58ch;
    margin-bottom: 10px;
    padding-left: 10px;
    list-style-type: disc;
}
.rich-text .frame-type-text ol li {
    list-style-type: decimal;
}
.rich-text .frame-type-text ul strong,
.rich-text .frame-type-text ol strong {
    font-weight: bold;
    color: #87888a;
}

/* Z01 – Zitat groß */
.section.z01 .headline > * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.section.z01 .headline.blue strong {
    color: #009ee3;
    font-weight: bold;
}

/* Z03 – Zitat klein */
.section.z03 .headline > * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.section.z03 .headline.blue strong {
    color: #009ee3;
    font-weight: bold;
}

/* X09 – Kontakt */
.x09 a {
    display: inline;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    color: rgba(135, 136, 138, 0.6);
    text-decoration: none;
    cursor: pointer;
}
.x09 a:hover {
    color: #009ee3;
}

/* X10 – Produkt Accordion */
body > .x10 {
    border-top: 1px solid rgba(135, 136, 138, 0.4);
}
body > .x10 ~ .x10 {
    border-top: none;
}
.x10 td {
    color: rgba(135, 136, 138, 0.8);
}
.x10 td:nth-child(1) {
    color: #009ee3;
}

/* S01 – Slider Home */
.s01 p a {
    display: inline;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    color: rgba(135, 136, 138, 0.6);
    text-decoration: none;
    cursor: pointer;
}
.s01 p a:hover {
    color: #009ee3;
}

/* T06 – Teaser Karriere */
.t06 .text-wrap p {
    margin-bottom: 40px;
}

/* M01 – Hinweis */
.m01 .text-headline p a {
    -webkit-transition: color 80ms ease-in-out;
    transition: color 80ms ease-in-out;
    color: #006bb3;
    font-weight: 500;
}
.m01 .text-headline p a:hover {
    color: #009ee3;
}

/* TX02 Text Container */
.tx02 .frame-type-image figure {
    max-width: 100%;
}
.tx02 .frame-type-image figure img {
    width: auto;
    height: auto;
}
.tx02 .frame-type-image .ce-column {
    float: left;
    margin-right: 10px;
}
.tx02 .frame-type-image .ce-column:last-child {
    margin-right: 0;
}
.tx02 .frame-type-image .ce-row:after {
    content: "";
    display: block;
    clear: both;
}
.tx02 .column-block._1-3 .ce-gallery {
    margin-top: 38px;
}
.tx02 .image-caption {
    text-align: left;
}
/* TX01 Intro-Text */
.tx01 .rich-text ul,
.tx01 .rich-text ol {
    color: #87888a;
}
.tx01 .rich-text li {
    max-width: 58ch;
    margin-bottom: 10px;
    padding-left: 10px;
    list-style-type: disc;
}
.tx01 .rich-text ol li {
    list-style-type: decimal;
}
.tx01 .rich-text ul strong,
.tx01 .rich-text ol strong {
    font-weight: bold;
    color: #87888a;
}

/* NEWS */
.news-single .rich-text ol,
.news-single .rich-text ul {
    margin-bottom: 40px;
}

/* Main Navigation */
.decent-link.in-navbar.active {
    color: #009ee3;
}

/*RTE Button*/
.rte-button {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    height: 60px;
    margin-top: 8px;
    margin-right: 10px;
    margin-left: -2px;
    padding-right: 28px;
    padding-bottom: 2px;
    padding-left: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background-color: #006bb3;
    transition: background-color 100ms ease-in-out;
    color: #fff !important;
    font-weight: 300 !important;
    text-decoration: none !important;
}
.rte-button:hover {
    background-color: #009ee3;
    outline: none;
}
.frame-type-text p.text-center,
.frame-type-textpic p.text-center,
.frame-type-textmedia p.text-center {
    text-align: center;
}

/* Calc-Script zum besseren Steuern der Headline-Größen */
.headline.xl {
    font-size: calc(
        56px + (86 - 56) * ((100vw - 992px) / (2560 - 992))
    ) !important;
}
.headline.l {
    font-size: calc(
        48px + (70 - 48) * ((100vw - 992px) / (2560 - 992))
    ) !important;
}
.headline.l-as-quote {
    font-size: calc(
        48px + (70 - 48) * ((100vw - 1024px) / (2560 - 992))
    ) !important;
}

@media screen and (max-width: 991px) {
    .headline.xl {
        font-size: calc(
            42px + (50 - 42) * ((100vw - 768px) / (991 - 768))
        ) !important;
    }
    .headline.l {
        font-size: calc(
            36px + (42 - 36) * ((100vw - 768px) / (991 - 768))
        ) !important;
    }
    .headline.l-as-quote {
        font-size: calc(
            36px + (42 - 36) * ((100vw - 768px) / (991 - 768))
        ) !important;
    }
}
@media screen and (max-width: 767px) {
    .headline.xl {
        font-size: calc(
            36px + (42 - 36) * ((100vw - 480px) / (767 - 480))
        ) !important;
    }
    .headline.l {
        font-size: calc(
            32px + (36 - 32) * ((100vw - 480px) / (767 - 480))
        ) !important;
    }
    .headline.l-as-quote {
        font-size: calc(
            32px + (36 - 32) * ((100vw - 480px) / (767 - 480))
        ) !important;
    }
}
@media screen and (max-width: 479px) {
    .headline.xl {
        font-size: calc(
            28px + (32 - 28) * ((100vw - 320px) / (479 - 320))
        ) !important;
    }
    .headline.l {
        font-size: calc(
            28px + (32 - 28) * ((100vw - 320px) / (479 - 320))
        ) !important;
    }
    .headline.l-as-quote {
        font-size: calc(
            28px + (32 - 28) * ((100vw - 320px) / (479 - 320))
        ) !important;
    }
}
/*Language menu*/
.column-block.language-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.language-toggle {
    padding-top: 1.7vw;
    padding-bottom: 1.7vw;
}

