/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-pro-v19-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/source-sans-pro-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v19-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v19-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/source-sans-pro-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v19-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v19-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v19-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/source-sans-pro-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v19-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v19-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v19-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/source-sans-pro-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v19-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v19-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* variables */
:root {
    --qui-body-color: #3b3b3a;
    --qui-color-main: #94c23c;
    --qui-color-primary: var(--qui-color-main);
    --qui-color-secondary: #3b3b3a;

    --qui-fs-1: 3.5rem;

    --qui-fs-2: 2.074rem;
    --qui-fs-3: 1.728rem;
    --qui-fs-4: 1.44rem;
    --qui-fs-5: 1.2rem;
    --qui-fs-body: 16px;

    --qui-fs-sm: 0.875rem;
    --qui-fs-xs: 0.75rem;

    --qui-screen-lg: 1400px;
    --qui-screen-md: 1100px;
    --qui-screen-sm: 767px;
    --qui-screen-xs: 440px;
}

@media screen and (min-width: 1100px) {
    :root {
        --qui-fs-body: 18px;
    }
}

@media screen and (min-width: 2000px) {
    :root {
        --qui-fs-body: 20px;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --qui-fs-1: 2rem;
        --qui-fs-2: 1.625rem;
        --qui-fs-3: 1.375rem;
        --qui-fs-4: 1.25rem;
        --qui-fs-5: 1.125rem;
    }
}

html, body {
    font-size: var(--qui-fs-body);
}

body {
    color: var(--qui-body-color);
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 300 !important;
}

@media screen and (min-width: 1900px) {
    body .grid-container {
        max-width: 1400px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 3rem 0 1.38rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
    margin-top: 0;
}

.bold,
.strong {
    font-weight: 700;
}

.bolder {
    font-weight: bolder;
}

.fs-1,
h1 {
    font-size: var(--qui-fs-1);
}

.fs-2,
h2 {
    font-size: var(--qui-fs-2);
}

.fs-3,
h3 {
    font-size: var(--qui-fs-3);
}

.fs-4,
h4 {
    font-size: var(--qui-fs-4);
}

.fs-5,
h5 {
    font-size: var(--qui-fs-5);
}

.fs-6,
h6 {
    font-size: var(--qui-fs-body);
}

.fs-sm {
    font-size: var(--qui-fs-sm);
}

.fs-xs {
    font-size: var(--qui-fs-xs);
}

button,
.button {
    border-bottom-left-radius: 10px !important;
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: normal;
    letter-spacing: 0 !important;
    line-height: inherit;
    padding: 0.125em 1em;
}

::-webkit-input-placeholder {
    font-family: 'Source Sans Pro', sans-serif;
}
:-moz-placeholder {
    font-family: 'Source Sans Pro', sans-serif;
}
::-moz-placeholder {
    font-family: 'Source Sans Pro', sans-serif;
}
:-ms-input-placeholder {
    font-family: 'Source Sans Pro', sans-serif;
}

/* Fix: Blurry downscaled images in Chrome */
/* https://stackoverflow.com/a/69137897 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        img {
            image-rendering: unset !important;
        }
    }
}


.control-content ul > li:not(.quiqqer-tab-nav-item):not(.quiqqer-tab-content-item),
.control-template ul > li,
.quiqqer-tab-content-item ul > li {
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

body .page-footer .button-secondary,
body .button-secondary {
    background-color: var(--qui-color-secondary);
    border-color: var(--qui-color-secondary);
    color: #fff;
}

body .page-footer .button-secondary:hover,
body .page-footer .button-secondary:active,
body .page-footer .button-secondary:focus,
body .button-secondary:hover,
body .button-secondary:active,
body .button-secondary:focus {
    background-color: transparent;
    border-color: var(--qui-color-secondary);
    color: var(--qui-color-secondary);
}

body .page-footer ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.4;
}

body .page-footer ::-moz-placeholder {
    color: inherit;
    opacity: 0.4;
}

body .page-footer :-ms-input-placeholder {
    color: inherit;
    opacity: 0.4;
}

td {
    vertical-align: top;
}

/***********/
/* helpers */
/***********/
.mb-0,
.content-body .mb-0 {
    margin-bottom: 0;
}

.mt-0,
.content-body .mt-0 {
    margin-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

/* helpers: color */
.text-primary {
    color: var(--qui-color-main);
}

/**********/
/* Others */
/**********/
/* 1. Template Presentation v3 behandelt Menü und Body Abstand anders, daher muss das hier etwas getrickst werden. */
@media screen and (min-width: 768px) {
    .body-container {
        margin-top: var(--qui-body-container-top);
        top: 0 !important;
    }
}

body .slideout-panel {
    overflow: hidden;
    display: block;
}

/* Durch die andere Regeln (siehe 1) muss das hier für mobile zurückgesetzt werden */
/* Sonst ist viel Leerraum mobile zu sehen */
@media screen and (max-width: 767px) {
    .body-container {
        top: 0 !important;
    }

    .header-bar {
        position: initial !important;
    }
}

/*******************/
/* chrestos design */
/*******************/
.heading-effect {
    background-color: var(--qui-color-main);
    border-bottom-left-radius: 10px;
    color: #fff;
    padding: 0 0.25em;
}

.title-prefix {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 1rem;
    position: relative;
    text-transform: uppercase;
}

.title-prefix:after {
    background-color: var(--qui-color-main);
    bottom: 0;
    content: '';
    height: 0.35em;
    left: 0;
    position: absolute;
    width: 5rem;
}

body .toTop {
    bottom: 1rem;
    font-size: 50px;
    line-height: 1;
    margin: 0;
    opacity: 1;
    right: 1rem;
    z-index: 10;
}

body .toTop .fa {
    border-radius: 0 0 0 10px;
}

.toTop .fa:before {
    content: "\f106";
    line-height: 50px;
    margin-bottom: 3px;
    margin-top: -3px;
    padding: 0;
    width: 50px;
}

/********/
/* menu */
/********/
body .header-bar {
    box-shadow: none !important;
}

body.header-hidden .header-bar {
    background-color: transparent;
}

.header-bar-inner {
    height: 300px;
}

.quiqqer-menu-megaMenu > .hide-on-mobile,
.quiqqer-menu-megaMenu > .hide-on-desktop {
    display: flex;
}

.quiqqer-menu-megaMenu-list {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.quiqqer-menu-megaMenu-list-item {
    line-height: inherit !important;
}

body .quiqqer-menu-megaMenu-list-item-inner {
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: 0;
    padding-right: 3rem;
    text-transform: uppercase;
}

.quiqqer-menu-megaMenu-list-item-inner .fa {
    display: none;
}

.quiqqer-menu-megaMenu-list-item:hover {
    background-color: transparent !important;
}

.quiqqer-menu-megaMenu-list-item:hover a {
    color: var(--qui-color-main) !important;
}

.quiqqer-menu-megaMenu-list-item a:hover,
.quiqqer-menu-megaMenu-list-item a:active,
.quiqqer-menu-megaMenu-list-item a:focus {
    color: inherit !important;
}

/* sub menu */
.quiqqer-menu-megaMenu-list-item-menu {
    background-color: var(--qui-color-main) !important;
    border-bottom-left-radius: 10px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 1.125rem;
    font-weight: bold;
    overflow: hidden;
    text-transform: uppercase;
    top: 180px !important;
}

.quiqqer-menu-megaMenu-children-simple-entry {
    border-bottom-color: #fff !important;
}

.quiqqer-menu-megaMenu-children-simple-entry:last-child {
    margin-bottom: -1px; /* rendering problem */
}


body .quiqqer-menu-megaMenu-children-simple-entry a,
body .quiqqer-menu-megaMenu-children-simple-entry__noUrl > span:first-child {
    background-image: linear-gradient(90deg, var(--qui-color-main) 50%, #fff 50%);
    background-position: 0;
    background-size: 200% 100%;
    color: inherit !important;
    padding: 0.5rem 1rem;
    transition: 0.2s all ease;
}

body .quiqqer-menu-megaMenu-children-simple-entry:hover,
body .quiqqer-menu-megaMenu-children-simple-entry__noUrl:hover {
    background-color: #fff;
}

body .quiqqer-menu-megaMenu-children-simple-entry:hover a,
body .quiqqer-menu-megaMenu-children-simple-entry__noUrl:hover > span:first-child {
    background-position: -100%;
    color: var(--qui-color-main) !important;
}

/********/
/* Logo */
/********/
.header-bar-inner-logo {
    margin-right: 4rem;
}

.page-header-logo img {
    height: auto;
    width: 468px;
}

@media screen and (max-width: 1400px) {
    .page-header-logo img {
        width: 364px;
    }
}

@media screen and (max-width: 767px) {
    .header-bar-inner, .header-bar, .header-bar-inner-nav, .page-header-navigation-entry, .header-bar-search, .header-bar-search-typePopup, .header-bar-search:before, .page-header-navigation-entry:before, .header-bar-inner-logo {
        height: 150px !important;
    }

    .header-bar-search, .header-bar-search-typePopup, .page-header-navigation-entry, .fa-chevron-down-mobile, .quiqqer-menu-megaMenu-list-item, .hide-on-desktop .quiqqer-menu-megaMenu-mobile, .quiqqer-menu-megaMenu-mobile-search, .header-bar-suggestSearch, .fa.close-social-share, .fa.open-social-share, .quiqqer-bricks-languageswitch-dropdown {
        line-height: 150px !important;
    }

    .quiqqer-menu-megaMenu-mobile {
        margin-left: auto;
    }
}

/**********/
/* Footer */
/**********/
body .page-footer label {
    font-size: 1rem;
}

/* copyright */
.page-footer-copyright {
    background-color: #c4c4c4 !important;
    border-top: none !important;
    font-size: 1rem;
    padding: 2rem 0 !important;
}

.page-footer-copyright-left {
    font-size: inherit !important;
}

.page-footer-copyright-left a {
    color: inherit !important;
    font-weight: inherit;
    margin-right: 1rem;
    text-decoration: none !important;
}

/* footer logos */
.chrestos-footer-logos .control-content {
    padding-bottom: 0 !important;
}

.chrestos-footer-logos__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.chrestos-footer-logos__container picture {
    min-width: 30%;
    text-align: center;
}

.chrestos-footer-logos img {
    filter: grayscale(1) opacity(0.75);
    transition: all 0.3s ease;
    height: 120px;
    width: auto;
}

.chrestos-footer-logos img:hover {
    filter: grayscale(0) opacity(1);
}

.chrestos-footer-logos .control-content img {
    margin: 0 5% 2rem 0;
}

@media screen and (max-width: 1150px) {
    .chrestos-footer-logos .control-content img {
        margin: 0 4% 2rem 0;
    }
}

@media screen and (max-width: 767px) {
    .chrestos-footer-logos .control-content img {
        margin: 0 2rem 2rem 0;
    }
}

@media screen and (max-width: 767px) {
    .chrestos-footer-logos .control-content img {
        margin: 0 1rem 1rem 0;
        max-height: 100px;
        width: auto;
    }
}

/***************/
/* Career page */
/***************/
.career-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.career-nav-entry {
    cursor: pointer;
    flex-grow: 1;
    margin: 0 auto;
    padding: 5rem 1rem;
    position: relative;
    text-align: center;
}

.career-nav-entry-group {
    align-items: center;
    display: flex;
    flex-grow: 1;
}

.career-nav-entry-group:first-child {
    flex-grow: 2;
}

.career-nav-entry img {
    border-radius: 10px;
}

@media screen and (max-width: 1300px) {
    .career-nav-entry img {
        max-width: 80px;
    }
}

.career-nav-entry h5 {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
}

.career-nav-entry-arrow {
    border-bottom: 3px solid #898989;
    flex-grow: 1;
    height: 0;
    margin-bottom: 2rem;
    min-width: 120px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .career-nav-entry-arrow {
        min-width: 90px;
    }
}

.career-nav-entry-arrow__short {
    min-width: 60px;
}

.career-nav-entry-arrow:after {
    border-bottom: 8px solid transparent;
    border-left: 12px solid #898989;
    border-top: 8px solid transparent;
    content: '';
    display: block;
    height: 0;
    padding: 0;
    position: absolute;
    right: -2px;
    top: -6px;
    width: 0;
}


.career-nav-entry-curvedArrow {
    border: 3px dotted #898989;
    cursor: default;
    height: 30px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 50px;
}

.career-nav-entry-curvedArrow:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: '';
    display: block;
    height: 0;
    line-height: 0;
    padding: 0;
    position: absolute;
    width: 0;
}

/* bottom */
.career-nav-entry-curvedArrow__bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    bottom: 1rem;
}

.career-nav-entry-curvedArrow__bottom:after {
    border-bottom: 12px solid #999;
    right: -10px;
    top: -2px;
}

/* top */
.career-nav-entry-curvedArrow__top {
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: 1rem;
}

.career-nav-entry-curvedArrow__top:after {
    border-top: 12px solid #999;
    bottom: -2px;
    right: -10px;
}


/* animation */
.career-nav-entry {
    opacity: 0;
}

.career-nav-entry-arrow-bgm {
    bottom: -3px;
    display: flex;
    flex-direction: column;
    position: absolute;
}

/* hover effect */
.career-nav img {
    height: auto !important;
    transition: 0.3s filter ease;
}

.career-nav:hover img {
    filter: grayscale(1) brightness(0.8);
}

.career-nav:hover .career-nav-entry:hover img,
.career-nav:hover .career-nav-entry-arrow.active img {
    filter: grayscale(0) brightness(1);
}


/* small screen */
@media screen and (max-width: 480px) {
    .career-nav-entry {
        padding: 1rem;
    }

    .career-nav-entry-curvedArrow,
    .career-nav-entry-arrow {
        display: none;
    }

    .career-nav,
    .career-nav-entry-group {
        display: block;
    }
}

/******************/
/* Table sortable */
/******************/
.sortable th {
    cursor: pointer;
}

.sortable th::after {
    color: transparent;
    content: "\f0dc";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 0.75rem;
    opacity: 0.5;
    text-align: center;
    vertical-align: middle;
    width: 2rem;
}

.sortable th:hover::after {
    color: inherit;
}

.sortable th.dir-d::after {
    color: inherit;
    content: "\f0d8";
}

.sortable th.dir-u::after {
    color: inherit;
    content: "\f0d7";
}

/**************************/
/* Table with hidden desc */
/**************************/
body#body-top .chrestos-table-hiddenDesc td:nth-child(2) {
    display: none;
}

body#body-top .chrestos-table-hiddenDesc td:first-child {
    width: 50%;
}

body#body-top .chrestos-tableShortDesc-openerContainer {
    display: inline-block;
    margin-left: 1rem;
}

body#body-top .chrestos-tableShortDesc-opener {
    background: #dde7c9;
    border-radius: 5px;
    color: #2f4309;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    padding: 0 5px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

body#body-top .chrestos-tableShortDesc-opener:hover {
    background: #ced9b5;
}

body#body-top .chrestos-tableShortDesc-opener .text {
    margin-right: 5px;
}

body#body-top .chrestos-tableShortDesc {
    font-weight: normal;
    height: 0;
    overflow: hidden;
}

.chrestos-tableShortDesc p:last-child {
    margin-bottom: 0;
}

body#body-top td.show .chrestos-tableShortDesc {
    height: 100%;
}

@media screen and (max-width: 767px) {
    body#body-top .chrestos-tableShortDesc-openerContainer {
        display: block;
        margin-left: 0;
    }
}

/********************/
/* Jobs - Accordion */
/********************/
.brick-container__chrestos-jobsAdditionalInfo,
.brick-container__chrestos-jobsAccordion {
    background-color: #efefef !important;
}

.brick-container__chrestos-jobsAdditionalInfo {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.brick-container__chrestos-jobsNoneAvailable {
    background-color: #efefef !important
}

.quiqqer-jobAccordion .control-body {
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.quiqqer-jobAccordion .quiqqer-accordion-item {
    border-bottom: none !important;
}

.quiqqer-jobAccordion .quiqqer-accordion-item-header-text {
    background: #fff;
    display: block;
    flex-grow: 1;
    font-weight: normal;
    height: 100%;
    line-height: 50px;
    margin-left: 1rem;
    order: 2;
    padding: 0 1rem;
}

.quiqqer-jobAccordion .quiqqer-accordion-item-header-icon {
    background: var(--qui-color-main);
    color: #fff;
    flex-shrink: 0;
    font-size: 36px;
    line-height: 50px;
    margin-left: 0;
    order: 1;
    text-align: center;
    width: 50px;
}

.quiqqer-jobAccordion .quiqqer-accordion-item-header-icon.fa-angle-down:before {
    content: "\f067";
}

.quiqqer-jobAccordion.quiqqer-jobAccordion .quiqqer-accordion-item-content {
    background: #fff;
    flex-direction: column;
    margin-left: calc(50px + 1rem);
    padding: 1rem;
}

.quiqqer-jobAccordion .quiqqer-accordion-item[data-open="1"] .quiqqer-accordion-item-content {
    display: flex;
}

@media screen and (max-width: 767px) {
    .quiqqer-jobAccordion.quiqqer-jobAccordion .quiqqer-accordion-item-content {
        margin-left: 0;
    }
}

.quiqqer-jobAccordion .quiqqer-jobAccordion-title {
    font-weight: bold;
}

/* site typ: job */
.type-quiqqer-jobs-types-category .quiqqer-jobAccordion .quiqqer-accordion-item-header-text,
.type-quiqqer-jobs-types-category .quiqqer-jobAccordion.quiqqer-jobAccordion .quiqqer-accordion-item-content {
    background: #f5f5f5;
}


/*********************/
/* Startpage: header */
/*********************/
.chrestos-startpage-header h1 {
    max-width: 30ch;
}

@media screen and (max-width: 1000px) {
    .chrestos-startpage-header h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 800px) {
    .chrestos-startpage-header h1 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 660px) {
    .chrestos-startpage-header h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 500px) {
    .chrestos-startpage-header h1 {
        font-size: 1.8rem;
    }
}

.chrestos-startpage-header .chrestos-startpage-goDownIcon {
    display: none;
}

@media screen and (max-width: 767px) {
    .chrestos-startpage-header {
        height: calc(100vh - 150px);
    }

    .chrestos-startpage-header .control-content {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-bottom: 0;
        position: relative;
    }

    .chrestos-startpage-header .chrestos-startpage-goDownIcon {
        align-items: center;
        bottom: 0;
        color: #fff;
        display: flex;
        font-size: 2rem;
        height: 40px;
        justify-content: center;
        left: 50%;
        opacity: 0;
        position: absolute;
        transform: translateX(-50%);
        transition: 0.5s ease-out;
        width: 40px;
    }

    .chrestos-startpage-header .chrestos-startpage-goDownIcon.show {
        bottom: 1rem;
        opacity: 1;
    }

    .chrestos-startpage-animatedImage {
        margin-bottom: 0;
        margin-top: auto;
    }

    .chrestos-startpage-animatedImage img,
    .chrestos-startpage-animatedImage object {
        bottom: 0;
        display: block;
        max-width: initial;
        width: 170% !important;
    }
}

@media screen and (max-width: 767px) and (min-height: 668px) {
    .chrestos-startpage-header {
        height: auto;
        min-height: 518px;
    }

    .chrestos-startpage-animatedImage {
        margin-top: 155px;
    }
}

/***********************/
/* Startpage: about us */
/***********************/
.brick-container__chrestos-startpage-aboutUs {
    background-color: #f1f1f1;
}

@media screen and (min-width: 768px) {
    .chrestos-startpage-aboutUs {
        margin-top: 7rem;
    }

    .chrestos-startpage-aboutUs .quiqqer-textImage-image {
        overflow: hidden;
    }

    .chrestos-startpage-aboutUs .quiqqer-textImage-image:after {
        background-color: #f1f1f1;
        content: '';
        height: 110%;
        position: absolute;
        right: -100px;
        top: -10px;
        transform: skew(10deg, 0deg);
        visibility: visible;
        width: 200px;
    }

    .chrestos-startpage-aboutUs .quiqqer-textImage-image picture {
        display: flex;
        height: 100%;
    }

    .chrestos-startpage-aboutUs .quiqqer-textImage-image img {
        display: block;
    }

    .chrestos-startpage-aboutUs .quiqqer-textImage-image img {
        object-fit: cover;
    }

    .chrestos-startpage-aboutUs .quiqqer-textImage-content {
        margin: 3rem 0;
        max-width: 580px;
        padding-right: 20px !important;
        padding-left: 0;
    }
}

@media screen and (min-width: 1367px) {
    .chrestos-startpage-aboutUs .quiqqer-textImage-content {
        margin: 5rem 0;
    }
}



@media screen and (max-width: 767px) {
    .chrestos-startpage-aboutUs .quiqqer-textImage-image img {
        min-height: 250px;
        object-fit: cover;
    }

    .chrestos-startpage-aboutUs .quiqqer-textImage-content {
        padding: 1rem 20px !important;
    }
}

/*****************************/
/* Startpage: office gallery */
/*****************************/
.qui-gallery-popup-image-preview-header,
.qui-gallery-popup-image-preview-text {
    display: none;
}

@media screen and (min-width: 767px) {
    body .quiqqer-control-gallery-gridAdvanced__gap {
        gap: 2rem;
    }
}

/********************/
/* Slogan animation */
/********************/
#chrestos-sloganAnimation {
    display: inline-flex;
    overflow: hidden;
    vertical-align: bottom;
    height: calc(1em * 1.3);
    transition: 0.5s ease width;
    flex-direction: column;
    align-items: flex-start;
}

#chrestos-sloganAnimation.heading-effect {
    padding-left: 0;
    padding-right: 0;
}

#chrestos-sloganAnimation > span {
    display: inline-block;
    padding-left: 0.25em;
    padding-right: 0.25em;
}

.tpl-presentation-row {
    border-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
    .main-content {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .chrestos-slogan img,
    .chrestos-section-cro img,
    .chrestos-startpage-karriere img {
        max-width: 300px;
    }
}

@media screen and (max-width: 400px) {
    .chrestos-slogan img,
    .chrestos-section-cro img,
    .chrestos-startpage-karriere img {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .page-1 .mobile-grid-100 {
        clear: both;
        width: auto;
    }
}

/*******************/
/**Startseite**/
/*******************/
.chrestos-slogan,
.chrestos-section-cro {
    position: relative;
}

.chrestos-slogan .container {
    line-height: 2.5rem;
}

.chrestos-slogan .quiqqer-textImage-image,
.chrestos-section-cro .quiqqer-textImage-image {
    display: block;
}

.chrestos-slogan .quiqqer-textImage-content,
.chrestos-section-cro .quiqqer-textImage-content {
    position: relative;
    z-index: 2;
}

.chrestos-slogan .quiqqer-textImage-image {
    width: 1200px;
    height: 1200px;
    max-width: initial;
    max-height: initial;
    position: absolute;
    z-index: 1;
    right: -40%;
    top: -30%;
}

@media screen and (max-width: 1920px) {
    .chrestos-slogan .quiqqer-textImage-image {
        width: 1000px;
        height: 1000px;
        top: -10%;
        right: -35%;
    }
}

@media screen and (max-width: 1200px) {
    .chrestos-slogan .quiqqer-textImage-image {
        width: 800px;
        height: 800px;
        right: -25%;
    }
}

@media screen and (max-width: 1000px) {
    .chrestos-slogan .quiqqer-textImage-image {
        width: 700px;
        height: 700px;
        right: -35%;
    }
}

@media screen and (max-width: 767px) {
    .chrestos-slogan .quiqqer-textImage-image {
        max-width: 600px;
        max-height: 600px;
        position: initial;
        width: 100%;
        height: initial;
        margin-bottom: -4rem;
    }
}

.chrestos-slogan h2 {
    margin-top: 1.2rem;
}

.chrestos-slogan {
    margin-top: 3rem; /* https://dev.quiqqer.com/pcsg/kunden/chrestos/tickets/-/issues/193 */
    margin-bottom: 5rem;
}

/*****Section Cro*****/
/*Header*/
@media screen and (min-width: 768px) {
    .container-cro {
        display: flex;
    }

    .cro-img {
        -webkit-transform: translate(1rem, -5rem);
    }
}

@media screen and (max-width: 767px) {
    .cro-img {
        max-width: 350px;
    }
}

@media screen and (min-width: 768px) {
    .brick-container__chrestos-section-cro {
        padding-top: 0 !important; /* https://dev.quiqqer.com/pcsg/kunden/chrestos/tickets/-/issues/193 */
    }
}

.chrestos-section-cro h2,
.chrestos-about-us h2,
.chrestos-startpage-karriere h2 {
    margin: 0 0 1.38rem;
}

.chrestos-section-cro .fs-1,
.chrestos-startpage-karriere .fs-1 {
    margin: 3rem 0 0;
}

.chrestos-section-cro .button {
    margin-top: 2rem;
}

.chrestos-section-cro .quiqqer-textImage-image {
    width: 800px;
    height: 800px;
    max-width: initial;
    max-height: initial;
    position: absolute;
    z-index: 1;
    right: -20%;
    top: -5%;
}

@media screen and (max-width: 1300px) {
    .chrestos-section-cro .quiqqer-textImage-image {
        width: 700px;
        height: 700px;
        right: -10%;
    }
}

@media screen and (max-width: 1200px) {
    .chrestos-section-cro .quiqqer-textImage-image {
        width: 600px;
        height: 600px;
        right: -10%;
    }
}

@media screen and (max-width: 1000px) {
    .chrestos-section-cro .quiqqer-textImage-image {
        width: 500px;
        height: 500px;
        right: -15%;
    }
}

@media screen and (max-width: 767px) {
    .chrestos-section-cro .quiqqer-textImage-image {
        max-width: 100%;
        height: auto;
        max-height: initial;
        position: initial;
        margin-bottom: -4rem;
    }
}

/****Startseite Karriere****/
.chrestos-startpage-karriere .quiqqer-textImage-content {
    margin-left: -6rem;
    margin-right: auto;
    max-width: 600px;
    padding: 0 1rem !important;
}

.chrestos-startpage-karriere .quiqqer-textImage-image img {
    margin-top: -240px;
    width: 1000px;
}

.chrestos-startpage-karriere {
    background: #f1f1f1;
}

.chrestos-startpage-karriere .button {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .chrestos-startpage-karriere .quiqqer-textImage-content {
        margin-left: 0;
        margin-right: 0;
    }

    .chrestos-startpage-karriere .quiqqer-textImage-image {
        display: block;
        margin-bottom: -3rem;
    }

    .chrestos-startpage-karriere .quiqqer-textImage-image img {
        margin-top: 0;
    }
}

/*******************/
/*ABOUT US*/
/*******************/

/*********************/
/* About us - header */
/*********************/
.chrestos-aboutUs-header {
    margin-top: 5rem;
    position: relative;
}

.chrestos-aboutUs-header-text {
    position: relative;
}

.chrestos-aboutUs-header-text h1 {
    line-height: 1;
    margin-top: 0;
    max-width: 23ch;
}

/* animated img */
.chrestos-aboutUs-header-animatedImage {
    margin-bottom: 0;
    max-width: 100%;

    opacity: 1;
    position: absolute;
    right: -400px;
    top: -500px;
    transform: translateY(0);
}

.chrestos-aboutUs-header-animatedImage img,
.chrestos-aboutUs-header-animatedImage picture,
.chrestos-aboutUs-header-animatedImage object {
    display: block;
    height: auto !important;
    max-width: 100%;
}

@media screen and (max-width: 1920px) {
    .chrestos-aboutUs-header {
        margin-top: 5rem;
        position: initial;
    }

    .chrestos-aboutUs-header-animatedImage {
        right: 0;
        top: -250px;
    }

    .chrestos-aboutUs-header-animatedImage img,
    .chrestos-aboutUs-header-animatedImage picture,
    .chrestos-aboutUs-header-animatedImage object {
        width: 700px !important;
    }
}

@media screen and (max-width: 1600px) {
    .chrestos-aboutUs-header-animatedImage img,
    .chrestos-aboutUs-header-animatedImage picture,
    .chrestos-aboutUs-header-animatedImage object {
        width: 600px !important;
    }
}

@media screen and (max-width: 1440px) {
    .chrestos-aboutUs-header {
        margin-top: 8rem;
    }
}

@media screen and (max-width: 767px) {
    .chrestos-aboutUs-header {
        margin-top: 300px;
    }

    .chrestos-aboutUs-header-animatedImage {
        margin-top: -2rem;
        right: 0;
        top: 0;
    }

    .chrestos-aboutUs-header-animatedImage img,
    .chrestos-aboutUs-header-animatedImage picture,
    .chrestos-aboutUs-header-animatedImage object {
        width: 400px !important;
    }
}

@media screen and (max-width: 400px) {
    .chrestos-aboutUs-header {
        margin-top: 60vw;
    }

    .chrestos-aboutUs-header-animatedImage img,
    .chrestos-aboutUs-header-animatedImage picture,
    .chrestos-aboutUs-header-animatedImage object {
        width: 300px !important;
    }
}

/* init animation (fade in) */
.chrestos-aboutUs-header-animatedImage {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s opacity ease-out, 1s transform ease-out;
}

.chrestos-aboutUs-header-animatedImage.show {
    opacity: 1;
    transform: translateY(0);
}

/* END: About us - header */


.chrestos-section-about-us {
    text-align: center;
}

.chrestos-about-us-qualitet h4 {
    margin-bottom: 0;
}

.chrestos-about-us-qualitet .box-content-entry-3 {
    width: 28% !important;
}

@media screen and (max-width: 789px) {
    .chrestos-about-us-qualitet .box-content-entry-3 {
        width: 100% !important;
    }
}

@media screen and (min-width: 767px) {
    .chrestos-about-us-qualitet .box-content-entry {
        margin: 20px !important;
    }
}

.brick-container__chrestos-about-us-qualitet,
.brick-container__chrestos-section-transparenz {
    background: #f1f1f1;
}

.chrestos-about-us-qualitet h2 {
    margin: 3rem 0 0;
}

.chrestos-aboutUs-ourValues-arrowLink {
    white-space: nowrap;
}

.chrestos-aboutUs-ourValues-arrowLink:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 100;
    left: 0;
    margin-left: 5px;
    position: relative;
    transition: 0.2s left;
}

/****BGM Section****/

.container-bgm-section {
    display: flex;
}

@media screen and (max-width: 767px) {
    .container-bgm-section {
        display: block;
    }
}

.bgm-list li {
    list-style: none;
    padding-left: 0 !important;
}

.bgm-list {
    font-weight: 600;
    padding-left: 0 !important;
}

.bgm-section {
    margin-top: 1rem;
}

.chrestos-bgm-section h2 {
    margin: 0 0 2rem;
}

.chrestos-bgm-section .fs-1 {
    margin: 3rem 0 0;
}

@media screen and (max-width: 400px) {
    .chrestos-bgm-section .fs-1 {
        font-size: 25px;
    }
}

.bgm-section2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .chrestos-swimmer-plot {
        width: 250px;
    }
}

/*****TEAM Section*****/
.brick-container__chrestos-team-list {
    background: #f1f1f1;
}

h1.chrestos-team-list-text {
    margin-bottom: 0;
    padding-top: 3rem;
}

.chrestos-team-list .team-page__standard .team-page-row {
    margin-bottom: 2rem;
}

.chrestos-team-list .team-page__standard .team-page-row:last-child {
    justify-content: start;
}

.chrestos-team-list .team-page__standard .team-page-entry {
    display: flex;
    flex-direction: column;
}

.chrestos-team-list .team-page__standard .team-page-entry-header h3 {
    color: var(--qui-body-color);
    font-size: var(--qui-fs-body);
    font-weight: bold;
}

.chrestos-team-list .team-page__standard .team-page-entry-image {
    aspect-ratio: initial;
    border-radius: 0;
    margin-bottom: 0;
    max-width: initial;
    position: relative;
    z-index: 1;
}

.chrestos-team-list .team-page__standard .team-page-entry-image-img {
    aspect-ratio: 260 / 334;
    object-fit: initial;
}

.chrestos-team-list .team-page-entry-header {
    background: #fff;
    flex-grow: 1;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: -9%;
    padding: 1.5rem 1rem 1rem;
    position: relative;
    text-align: left;
    z-index: 0;
}

.chrestos-team-list .team-page__standard .team-page-jobTitle {
    color: var(--qui-body-color);
    display: block;
    font-size: var(--qui-fs-body);
    line-height: 1.3;
}

.chrestos-team-list .team-page__standard .team-page-entry-social {
    display: none;
}

@media screen and (max-width: 1200px) {
    .chrestos-team-list .team-page__standard .team-page-row {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .chrestos-team-list .team-page__standard .team-page-entry {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .chrestos-team-list .team-page__standard .team-page-row {
        flex-wrap: wrap;
    }

    .chrestos-team-list .team-page__standard .team-page-entry {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .chrestos-team-list .team-page__standard .team-page-entry {
        width: 100%;
    }
}

/************/
/* Cro page */
/************/

/*********************/
/* Cro page - header */
/*********************/
.chrestos-cro-header {
    margin-top: 5rem;
    position: relative;
}

.chrestos-cro-header-text {
    position: relative;
}

.chrestos-cro-header-text h1 {
    line-height: 1;
    margin-top: 0;
    max-width: 23ch;
}

.chrestos-cro-header-text h2 {
    max-width: 35ch;
}

/* animated img */
.chrestos-cro-header-animatedImage {
    margin-bottom: 0;
    max-width: 100%;

    opacity: 1;
    position: absolute;
    right: -500px;
    top: -300px;
    transform: translateY(0);
}

.chrestos-cro-header-animatedImage img,
.chrestos-cro-header-animatedImage picture,
.chrestos-cro-header-animatedImage object {
    display: block;
    height: auto !important;
    max-width: 100%;
}

@media screen and (max-width: 1920px) {
    .chrestos-cro-header {
        margin-top: 5rem;
        position: initial;
    }

    .chrestos-cro-header-animatedImage {
        right: 0;
        top: -100px;
    }

    .chrestos-cro-header-animatedImage img,
    .chrestos-cro-header-animatedImage picture,
    .chrestos-cro-header-animatedImage object {
        width: 700px !important;
    }
}

@media screen and (max-width: 1440px) {
    .chrestos-cro-header {
        margin-top: 8rem;
    }

    .chrestos-cro-header-animatedImage img,
    .chrestos-cro-header-animatedImage picture,
    .chrestos-cro-header-animatedImage object {
        width: 600px !important;
    }
}

@media screen and (max-width: 1100px) {
    .chrestos-cro-header-animatedImage img,
    .chrestos-cro-header-animatedImage picture,
    .chrestos-cro-header-animatedImage object {
        width: 500px !important;
    }
}

@media screen and (max-width: 767px) {
    .chrestos-cro-header {
        margin-top: 300px;
    }

    .chrestos-cro-header-animatedImage {
        margin-top: 0;
        right: 0;
        top: 0;
    }

    .chrestos-cro-header-animatedImage img,
    .chrestos-cro-header-animatedImage picture,
    .chrestos-cro-header-animatedImage object {
        width: 400px !important;
    }
}

@media screen and (max-width: 400px) {
    .chrestos-cro-header {
        margin-top: 60vw;
    }

    .chrestos-cro-header-animatedImage img,
    .chrestos-cro-header-animatedImage picture,
    .chrestos-cro-header-animatedImage object {
        width: 300px !important;
    }
}

/* init animation (fade in) */
.chrestos-cro-header-animatedImage {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s opacity ease-out, 1s transform ease-out;
}

.chrestos-cro-header-animatedImage.show {
    opacity: 1;
    transform: translateY(0);
}


/*.chrestos-cro-header {
    margin-top: 5rem;
}

.chrestos-cro-header h1 {
    line-height: 1;
    margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
    .container-cro {
        display: flex;
    }

    .cro-img {
        -webkit-transform: translate(1rem, -5rem);
    }
}

@media screen and (max-width: 767px) {
    .cro-img {
        max-width: 350px;
    }
}

.chrestos-cro-header h2 {
    margin: 2rem 0 1.38rem;
}

.chrestos-cro-p {
    margin-top: 2rem;
    margin-bottom: 0;
}*/

/*Cro Tools section*/
.chrestos-cro-tollos-section .container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


@media screen and (max-width: 580px) {
    .chrestos-cro-tollos-section .container {
        display: block;
    }

    .cro-sas {
        width: 100% !important;
    }

    .r-projekt {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

.cro-sas {
    margin-right: 1rem;
    width: 40%;
}

.r-projekt {
    margin-left: 3rem;
    width: 40%;
}

.cro-section-titel {
    font-weight: 600;
    margin-bottom: 0;
}

/****Temporary Work****/
@media screen and (min-width: 768px) {
    .temporary-work-img {
        margin-bottom: 6rem;
        margin-top: 3rem;
    }
}

.chrestos-work-image {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.temporary-work:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 12px;
    left: 0;
    margin-right: 8px;
    position: relative;
    transition: 0.2s left;
}

.temporary-work,
.list-text {
    margin-bottom: 0;
}

.temporary-work-p {
    margin-bottom: 2rem;
}

.temporary-chancen-text {
    margin-bottom: 0;
}

.list-text {
    margin-left: 1.2rem;
}

.brick-container__chrestos-temporary-work {
    background: #f1f1f1;
}

/****CRO- Unsere Partner****/

.flexopharm {
    line-height: 1;
    margin-left: 3rem;
    width: 30%;
}

.container-partner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
}

@media screen and (max-width: 787px) {
    .flexopharm {
        margin-left: 0;
        width: auto;
    }
}

.partner-titel {
    font-weight: bold;
}

.partner-titel-list {
    font-weight: bold;
    margin-bottom: 0;
}

.partner-titel-list:before {
    content: "\f178";
    font-family: FontAwesome;
    left: 0;
    margin-right: 8px;
    position: relative;
    transition: 0.2s left;
}

.partner-list {
    list-style: none;
    margin-bottom: 0;
}

.partner-list:before {
    content: "-";
    font-family: "FontAwesome";
    left: 0;
    margin-right: 8px;
    position: relative;
    transition: 0.2s left;
}

.chrestos-cro-partner ul {
    margin-bottom: 0.5rem;
}

/*******************/
/* CRO Fachgebiete */
/*******************/
.brick-container__chrestos-cro-areas {
    background: #f1f1f1;
}

.chrestos-cro-areas.quiqqer-menu-navTabsVertical .quiqqer-menu-navTabsVertical-tabs-body {
    margin-bottom: 3rem;
}

.chrestos-cro-areas .quiqqer-menu-navTabsVertical-container {
    display: block;
}

.chrestos-cro-areas .quiqqer-menu-navTabsVertical-tabs {
    width: initial;
}

.chrestos-cro-areas .quiqqer-menu-navTabsVertical-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.chrestos-cro-areas .quiqqer-menu-navTabsVertical-container .quiqqer-tab-nav-item {
    flex-grow: 1;
    margin: 0;
    width: calc(25% - 20px);
}

.chrestos-cro-areas.chrestos-cro-areas__3x3 .quiqqer-menu-navTabsVertical-container .quiqqer-tab-nav-item {
    width: calc(33.333% - 20px);
}

.chrestos-cro-areas .quiqqer-menu-navTabsVertical-container .quiqqer-tab-nav-item a,
.chrestos-cro-areas .quiqqer-menu-navTabsVertical-container .quiqqer-tab-nav-item:not(.active) a {
    background: var(--qui-color-main);
    border: 2px solid var(--qui-color-main);
    border-radius: 0 0 0 10px;
    box-shadow: none;
    color: #fff;
    display: block;
    font-weight: 600;
    height: 100%;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    width: auto;
}

@media screen and (min-width: 768px) {
    .chrestos-cro-areas .quiqqer-menu-navTabsVertical-container .quiqqer-tab-nav-item a,
    .chrestos-cro-areas .quiqqer-menu-navTabsVertical-container .quiqqer-tab-nav-item:not(.active) a {
        min-height: 70px;
    }
}

@media screen and (min-width: 1100px) {
    .chrestos-cro-areas .quiqqer-menu-navTabsVertical-container .quiqqer-tab-nav-item a,
    .chrestos-cro-areas .quiqqer-menu-navTabsVertical-container .quiqqer-tab-nav-item:not(.active) a {
        font-size: 0.9rem;
    }
}

/* hover & active */
.chrestos-cro-areas .quiqqer-menu-navTabsVertical-container .quiqqer-tab-nav-item.active a,
.chrestos-cro-areas .quiqqer-menu-navTabsVertical-container .quiqqer-tab-nav-item a:hover {
    background: #fff;
    box-shadow: none;
    color: var(--qui-color-main);
    border-color: transparent;
}

@media screen and (max-width: 767px) {
    .chrestos-cro-areas.quiqqer-menu-navTabsVertical .quiqqer-menu-navTabsVertical-tabs-body {
        margin-bottom: 1rem;
    }

    .chrestos-cro-areas .quiqqer-menu-navTabsVertical-tabs-nav {
        flex-wrap: nowrap;
        padding: 1rem !important;
    }

    .chrestos-cro-areas .quiqqer-menu-navTabsVertical-tabs-nav-container:before {
        background: linear-gradient(90deg, #f1f1f1, transparent);
        width: 10px;
    }

    .chrestos-cro-areas .quiqqer-menu-navTabsVertical-tabs-nav-container:after {
        background: linear-gradient(90deg, transparent, #f1f1f1);
        width: 10px;
    }

    .chrestos-cro-areas .quiqqer-menu-navTabsVertical-container .quiqqer-tab-nav-item {
        width: initial !important;
    }
}

/* CRO Fachgebiete - content */
.chrestos-cro-areas .quiqqer-menu-navTabsVertical-content {
    width: auto !important;
}

img.chrestos-img-sheet {
    margin-left: -21px;
    margin-right: 5px;
}

.chrestos-cro-areas .quiqqer-menu-navTabsVertical-content ul:not(.quiqqer-tab-content),
.chrestos-cro-areas-whiteBox ul {
    list-style: none;
    padding-left: 1rem;
}

.chrestos-cro-areas .quiqqer-menu-navTabsVertical-content li:not(.quiqqer-tab-content-item),
.chrestos-cro-areas-whiteBox ul > li {
    position: relative;
    padding-left: 0;
}

.chrestos-cro-areas .quiqqer-menu-navTabsVertical-content li:not(.quiqqer-tab-content-item):before,
.chrestos-cro-areas-whiteBox ul > li:before {
    content: '';
    background-image: url('/media/cache/Chrestos/Blatt.svg');
    background-size: 12px auto;
    display: block;
    width: 14px;
    height: 100%;
    position: absolute;
    left: -1rem;
    background-repeat: no-repeat;
    background-position: 0 5px;
}

h2.chrestos-areas-title {
    color: var(--qui-color-main);
    margin-top: 2rem;
}

.container-areas ~ .container-areas {
    margin-top: 3rem;
}

.chrestos-cro-areas h5,
.chrestos-cro-areas h6 {
    font-weight: 600;
}

.chrestos-gruppe-liststyle {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .container-areas {
        display: flex;
        gap: 2rem;
    }

    .chrestos-container {
        display: flex;
        gap: 2rem;
        margin-top: 5rem;
    }

    .chrestos-container-left,
    .chrestos-container-center,
    .chrestos-container-right,
    .chrestos-cro-areas .chrestos-scroll {
        width: 33%;
    }

    .chrestos-scroll {
        background: #fff;
        border-radius: 0 0 0 10px;
        height: 100%;
        padding: 2rem;
        position: sticky;
        top: 0.5rem;
        width: 100%;
    }

    .chrestos-scroll-img {
        background: #fff;
        border-radius: 0 0 0 10px;
        padding: 2rem;
        position: sticky !important;
        top: 0 !important;
    }

    .container-right {
        width: 33%;
    }
}

@media screen and (max-width: 767px) {
    img.chrestos-dm-image,
    .chrestos-right-img {
        display: none;
    }

    .chrestos-container-left,
    .chrestos-container-center,
    .chrestos-container-right {
        margin-bottom: 3rem;
    }
}

.chrestos-scroll {
    position: sticky;
    top: 10px;
}

.chrestos-container-statistic,
.chrestos-statistic-right {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .container-left-programming,
    .chrestos-container-lds,
    .chrestos-container-medical {
        max-width: 65%;
    }
}

/****************************************************/
/* Chrestos CRO Biomarker Statistics & Data Science */
/****************************************************/
.chrestos-cro-areas-bsds {
    overflow: auto;
}

.cro-areas-bsds-image {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .chrestos-cro-areas-bsds-text {
        width: calc(65% - 1rem);
        float: left;
        margin-right: 1rem;
    }

    .cro-areas-bsds-image {
        float: right;
        width: calc(35% - 1rem);
        margin-left: 1rem;
        margin-bottom: 2rem;
    }

    .chrestos-cro-areas-bsds .chrestos-cro-areas-whiteBox {
        float: right;
        width: calc(35% - 1rem);
        margin-left: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .chrestos-cro-areas-bsds {
        display: flex;
        flex-direction: column;
        gap: 2rem
    }

    .chrestos-cro-areas-bsds-text {
        order: 2;
    }

    .chrestos-cro-areas-bsds .chrestos-cro-areas-whiteBox {
        order: 1;
    }

    .cro-areas-bsds-image {
        order: 3;
    }
}

/***************************/
/* CRO white box with list */
/***************************/
.chrestos-cro-areas-whiteBox {
    background: #fff;
    border-radius: 0 0 0 10px;
    padding: clamp(1rem, 2vw, 2rem);
}

.chrestos-cro-areas .chrestos-cro-areas-whiteBox ul.chrestos-gruppe-liststyle > li > ul {
    margin: 0;
    padding-left: 0 !important;
    list-style: none;
    font-size: 13px;
}

.chrestos-cro-areas .chrestos-cro-areas-whiteBox ul.chrestos-gruppe-liststyle > li > ul  > li {
    margin-bottom: 0.5rem;
    padding: 0;
    line-height: 1.4;
    margin-top: 0.25rem;
    color: #717171;
}

.chrestos-cro-areas .chrestos-cro-areas-whiteBox ul.chrestos-gruppe-liststyle > li > ul  > li:before {
    display: none;
}

.chrestos-cro-areas-whiteBox hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.chrestos-cro-areas-whiteBox .chrestos-croAreas-team {
    max-width: initial;
    margin-bottom: 0;
}

.chrestos-cro-areas-whiteBox .chrestos-croAreas-team-customFigcaption {
    padding: 0;
}

.chrestos-cro-areas-whiteBox .chrestos-croAreas-team-customFigcaption h3 {
    margin-bottom: 0.25rem;
}

/********************************************/
/* CRO areas - image description ************/
/* pcsg/kunden/chrestos/quiqqer/tickets#41n */
/********************************************/
.chrestos-croAreas-team {
    max-width: 250px;
    margin-bottom: 1rem;
}

.chrestos-croAreas-team picture,
.chrestos-croAreas-team img {
    display: block;
    height: auto;
}

.chrestos-croAreas-team-customFigcaption {
    background: #fff;
    padding: 1.5rem 1rem 1rem;
    line-height: 1.3;
}

.chrestos-croAreas-team-customFigcaption h3 {
    margin-bottom: 0;
    color: var(--qui-body-color);
    font-size: var(--qui-fs-body);
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .chrestos-croAreas-team {
        margin: 0 auto 1rem;
    }
}



/*******************/
/*KARRIERE*/
/*******************/

/*******************/
/* Career: Header */
/*******************/
.chrestos-karriere-header {
    margin-top: 5rem;
    position: relative;
}

.chrestos-karriere-header-text {
    position: relative;
    z-index: 1;
}

.chrestos-karriere-header-text h1 {
    line-height: 1;
    margin-top: 0;
}

.chrestos-karriere-header-text h2 {
    margin: 1.5rem 0 1.38rem;
}

/* animated img */
.chrestos-career-animatedImage {
    margin-bottom: 0;
    max-width: 100%;
    position: absolute;
    right: -300px;
    top: -450px;
}

.chrestos-career-animatedImage img,
.chrestos-career-animatedImage picture,
.chrestos-career-animatedImage object {
    display: block;
    height: auto !important;
    max-width: 100%;
}

@media screen and (max-width: 1920px) {
    .chrestos-karriere-header {
        position: initial;
    }

    .chrestos-career-animatedImage {
        right: -5vw;
        top: -280px;
    }
}

@media screen and (max-width: 1440px) {
    .chrestos-karriere-header {
        margin-top: 8rem;
    }
}

@media screen and (max-width: 1200px) {
    .chrestos-career-animatedImage {
        top: -200px;
    }

    .chrestos-career-animatedImage img,
    .chrestos-career-animatedImage picture,
    .chrestos-career-animatedImage object {
        width: 600px !important;
    }
}

@media screen and (max-width: 767px) {
    .chrestos-karriere-header {
        margin-top: 300px;
    }

    .chrestos-career-animatedImage {
        margin-top: -2rem;
        right: 0;
        top: 0;
    }

    .chrestos-career-animatedImage img,
    .chrestos-career-animatedImage picture,
    .chrestos-career-animatedImage object {
        width: 400px !important;
    }
}

@media screen and (max-width: 400px) {
    .chrestos-karriere-header {
        margin-top: 60vw;
    }

    .chrestos-career-animatedImage img,
    .chrestos-career-animatedImage picture,
    .chrestos-career-animatedImage object {
        width: 300px !important;
    }
}

/* init animation (fade in) */
.chrestos-career-animatedImage {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s opacity ease-out, 1s transform ease-out;
}

.chrestos-career-animatedImage.show {
    opacity: 1;
    transform: translateY(0);
}

/* END: About us - header */


.karriere-p {
    margin-top: 2rem;
}


/****Karriere Ihre Start Section****/
.chrestos-karriere-start-section {
    margin-bottom: 4rem;
}

.chrestos-karriere-start-section h5 {
    font-weight: 600;
    margin: 0;
}

.karriere-start-p {
    margin-bottom: 2rem;
}

.chrestos-karriere-start-section .button {
    margin-top: 3rem;
}

.chrestos-karriere-start-section .button {
    margin-top: 0.5rem;
}

.chrestos-karriere-start-section .karriere-img {
    position: absolute;
    -webkit-transform: translate(30rem, -10rem);
}

.karriere-image {
    margin-top: -9rem;
}

@media screen and (max-width: 700px) {
    .chrestos-karriere-start-section .karriere-img {
        max-width: 200px;
    }
}

/*Karriere-Bewerbungsunterlagen*/
.karriere-bewerbung img {
    margin-top: -9rem;
}

.karriere-bewerbung {
    padding-bottom: 5rem;
}

.brick-container__karriere-bewerbung {
    background: #f1f1f1;
    margin-top: 5rem;
}

.brick-container__karriere-bewerbung .grid-container {
    position: relative !important;
}

@media screen and (min-width: 768px) {
    .brick-container__karriere-bewerbung .grid-container:before {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #fff;
        content: '';
        height: 0;
        left: 10%;
        position: absolute;
        top: -3rem;
        visibility: visible;
        z-index: 1;
    }
}

@media screen and (min-width: 768px) {
    .brick-container__karriere-bewerbung .grid-container:after {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 30px solid #f1f1f1;
        bottom: -4.4rem;
        content: '';
        height: 0;
        left: 10%;
        position: absolute;
        visibility: visible;
        z-index: 2;
    }
}

li.b-list {
    list-style: none;
}

.b-unterlagen {
    padding-left: 0;
}

.karriere-bewerbung ul,
.karriere-bewerbung li {
    list-style: none;
    padding-left: 0;
}

.check {
    margin-right: 8px;
}

.chrestos-kern-punkte {
    font-weight: 600;
}

.chrestos-kern-punkte:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 15px;
    left: 0;
    margin-right: 8px;
    position: relative;
    transition: 0.2s left;
}

@media screen and (min-width: 1100px) {
    .karriere-bewerbung .container {
        align-items: flex-start;
        display: flex;
        margin-top: 2rem;
    }
}

.karriere-bewerbung h5 {
    margin: 3rem 0 0;
}

.green-box {
    background-color: #94c23c;
    border: 2px solid #94c23c;
    border-bottom-left-radius: 20px !important;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 0 !important;
    line-height: inherit;
    max-width: 400px;
    padding: 1.2rem;
}

@media screen and (min-width: 1100px) {
    .green-box {
        margin-left: 10rem;
    }
}

.green-box p {
    margin-bottom: 0;
}

.bewerbung-text {
    margin-bottom: 2rem;
}

/*Chrestos Cosmos*/
li.chrestos-gruppe a {
    color: var(--qui-color-secondary);
}

li.chrestos-gruppe:before,
.bgm-list li:before,
li.chrestos-list:before {
    background-image: url(/media/cache/Chrestos/Assets/Sheet.svg);
    background-position: 0 1px;
    background-repeat: no-repeat;
    background-size: 15px;
    content: '';
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
    width: 17px;
}

.brick-container__chrestos-cosmos {
    background: #f1f1f1;
    position: relative !important;
}

.brick-container__chrestos-cosmos .grid-container {
    position: relative !important;
}

@media screen and (min-width: 768px) {
    .brick-container__chrestos-cosmos .grid-container:before {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 30px solid #fff;
        content: '';
        height: 0;
        left: 10%;
        position: absolute;
        top: -3rem;
        visibility: visible;
        z-index: 1;
    }
}

.chrestos-cosmos li {
    list-style: none;
}

.chrestos-cosmos li,
.chrestos-cosmos ul {
    padding-left: 0;
}

.chrestos-gruppe {
    font-weight: 600;
}

.chrestos-img {
    margin-top: -13rem;
}

@media screen and (max-width: 767px) {
    .karriere-bewerbung img,
    .karriere-image {
        width: 200px;
    }

    .chrestos-img {
        width: 250px;
        margin-top: -9rem;
    }
}

.c-cosmos-text {
    margin-bottom: 0;
}

.fragen-box {
    background-color: #94c23c;
    border: 2px solid #94c23c;
    border-bottom-left-radius: 10px;
    color: #ffffff;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.3;
    margin: 5rem auto 0 auto;
    max-width: 320px;
    padding: 0.5rem 1rem;
    text-align: center;
}

.gruene-box-text {
    margin-bottom: 0;
}

.phone-no {
    font-weight: bold;
    margin-bottom: 0;
}

.phone-no .fa-phone {
    font-size: 25px;
    transform: rotateY(180deg);
}

.phone-no a {
    margin-left: 10px;
}

/*General zitat*/
.chrestos-zitat {,
color: #fff;
    text-align: center;
}

.chrestos-zitat h3 {
    color: #fff;
    margin: 0;
}

.chrestos-zitat .grid-container {
    padding-bottom: 5rem;
    padding-top: 5rem;
}


/*****************/
/*GREEN PAGE*/
/*****************/

/******************/
/* Green - header */
/******************/
.chrestos-green-header {
    margin-top: 5rem;
}

.chrestos-green-header-content {
    position: relative;
    z-index: 1;
}

.chrestos-green-header h1 {
    line-height: 1em;
    margin-top: 0;
    max-width: 19ch;
}

.chrestos-green-header-image {
    position: absolute;
    right: 0;
    top: -190px;
}

.chrestos-green-animatedImage {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s opacity ease-out, 1s transform ease-out;
}

.chrestos-green-animatedImage.show {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (min-width: 2000px) {
    .chrestos-green-header {
        position: relative;
    }

    .chrestos-green-header-image {
        right: -20rem;
        top: -15rem;
    }
}

@media screen and (max-width: 1440px) {
    .chrestos-green-header-image {
        right: -5rem;
        top: -150px;
    }

    .chrestos-green-header-image img,
    .chrestos-green-header-image picture,
    .chrestos-green-header-image object {
        height: auto !important;
        width: 700px !important;
    }
}

@media screen and (max-width: 1200px) {
    .chrestos-green-header {
        margin-top: 10rem;
    }

    .chrestos-green-header-image {
        right: -7rem;
    }

    .chrestos-green-header-image img,
    .chrestos-green-header-image picture,
    .chrestos-green-header-image object {
        width: 600px !important;
    }
}

@media screen and (max-width: 767px) {
    .chrestos-green-header {
        margin-top: 300px;
    }

    .chrestos-green-header-image {
        margin-top: -2rem;
        max-width: 100%;
        right: 0;
        top: 0;
    }

    .chrestos-green-header-image img,
    .chrestos-green-header-image picture,
    .chrestos-green-header-image object {
        max-width: 100%;
        width: 400px !important;
    }
}

@media screen and (max-width: 400px) {
    .chrestos-green-header {
        margin-top: 60vw;
    }

    .chrestos-green-header-image img,
    .chrestos-green-header-image picture,
    .chrestos-green-header-image object {
        max-width: 100%;
        width: 300px !important;
    }
}

/* init animation (fade in) */
.chrestos-career-animatedImage {
    opacity: 0;
    transform: translateY(20px);
    transition: 1s opacity ease-out, 1s transform ease-out;
}

.chrestos-career-animatedImage.show {
    opacity: 1;
    transform: translateY(0);
}

/* END: Green - header */

/*Section Leitbild*/
.chrestos-greenpage-leitbild-section .control-content {
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.tpl-presentation-row.brick-container__chrestos-greenpage-leitbild-section {
    background: #f1f1f1;
}

span.green-section-texts {
    color: var(--qui-color-main);
}

.container-green-text {
    line-height: 0.8;
    margin-top: 3rem;
}

.section-green-last-text {
    font-weight: 100;
    margin-top: 4rem;
}


/**Mobilität - Bildung - Büro **/

@media screen and (max-width: 767px) {
    .green-page-img img,
    .green-page-img-first img,
    .green-page-img-last img {
        height: auto;
        width: 200px;
    }
}

@media screen and (min-width: 768px) {
    .green-container {
        display: flex;
        flex-wrap: wrap;
    }

    img.school-left {
        float: left;
    }

    .green-page-img {
        margin-left: 3rem;
        margin-top: 2rem;
    }

}

@media screen and (min-width: 768px) {
    img.school-left {
        float: left;
        margin-right: 2rem;
    }
}

@media screen and (max-width: 1039px) {
    img.school-right {
        float: left;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .green-container,
    .container-bildung {
        display: block;
    }
}

span.rad-musketier {
    color: var(--qui-color-main);
    font-weight: 600;
}

.fa-arrow-right:before {
    color: var(--qui-color-main);
    font-size: 15px;
}

.green-h2 {
    color: var(--qui-color-main);
}

.green-content,
.bildung-content {
    max-width: 850px;
}

.green-content {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .green-page-img-first,
    .green-page-img-last {
        margin-left: 2rem;
    }

    .container-bildung {
        display: flex;
        flex-wrap: wrap;
    }
}

.green-buero-text {
    margin-bottom: 2rem;
}

.tpl-presentation-row.brick-container__chrestos-green-mobilitat {
    padding-bottom: 0;
}

.tpl-presentation-row.brick-container__green-bildung {
    padding-bottom: 0;
    padding-top: 0;
}

.bold-text {
    font-weight: 600;
}

/*Green zitat*/
.brick-container__chrestos-section-zitat {
    background: #94c23c;
}

/***Transparenz***/
table {
    border: none;
    border-collapse: collapse;
    width: 100% !important;
}

th {
    padding: 6px;
    text-align: left;
}

tr,
body #quiqqer-cookieconsent-details table tr {
    background: transparent;
    border-top: 1px solid #94c23c;
    font-weight: 600;
}

td, th {
    border: none;
}

.transparency-section {
    font-weight: 600;
}

.transparency-img img {
    height: auto;
}

@media screen and (min-width: 768px) {
    .container-transparency {
        display: flex;
        margin-top: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .container-transparency {
        display: block;
    }

    thead {
        display: none;
    }

    .transparency-img {
        float: left;
    }
}

.transparency-text {
    max-width: 900px;
}

.transparency-entry {
    margin-top: 2rem;
}

/* BEGIN pcsg/kunden/chrestos/quiqqer/tickets#162 */
.list-unstyled {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.list-unstyled > li {
    padding-left: 0;
    margin-bottom: 0;
}

.chrestos-styledUrlList {
    display: inline-block;
}

.chrestos-styledUrlList > li:first-child {
    border-top: 1px solid var(--qui-color-main);
}

.chrestos-styledUrlList > li {
    border-bottom: 1px solid var(--qui-color-main);
    margin-bottom: 0 !important;
}

.chrestos-styledUrlList > li > a {
    font-weight: 500;
    padding: 0.75rem 1.5rem 0.75rem 0;
    display: flex;
    align-items: center;
}

.chrestos-styledUrlList > li > a > .fa {
    margin-right: 1.5rem;
    flex-shrink: 0;
}


/* custom download icon */
.chrestos-custom-download-icon.fa {
    border: 2px solid var(--qui-color-main);
    padding: 1.25rem 0.5rem 0.75rem;
    position: relative;
    color: #fff;
    background: var(--qui-color-main);
    transition: all 0.2s;
}

.chrestos-custom-download-icon.fa:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    border-left: 1rem solid var(--qui-color-main);
    border-right: 1rem solid #fff;
    border-bottom: 1rem solid var(--qui-color-main);
    border-top: 1rem solid #fff;
    width: 0;
    height: 0;
    border-width: 0.4rem;
}

a:hover .chrestos-custom-download-icon.fa {
    background: #fff;
    color: var(--qui-color-main);
}
/* END pcsg/kunden/chrestos/quiqqer/tickets#162 */

td {
    width: 600px;
}


tr:nth-child(2n+1), th, body #quiqqer-cookieconsent-details table th {
    background: #fff !important;
}

body #quiqqer-cookieconsent-details table th,
body #quiqqer-cookieconsent-details table td {
    border: none;
}

#quiqqer-cookieconsent-categories input[type="checkbox"] {
    accent-color: var(--qui-color-primary);
}

@media screen and (max-width: 767px) {
    tbody td:before,
    body #quiqqer-cookieconsent-details table td:before {
        background: #f1f1f1;
        border-right: 2px solid #fff;
        bottom: 0;
        content: attr(data-label);
        display: block;
        flex-shrink: 0;
        left: 0;
        padding: 10px;
        position: absolute;
        top: 0;
        width: calc(40% - 20px);
        margin: 0;
    }

    td,
    body #quiqqer-cookieconsent-details table td {
        border-bottom: 2px solid #fff;
        display: block;
        padding: 10px 10px 10px calc(40% + 10px);
        position: relative;
        width: 100% !important;
    }

    td:last-child {
        border-bottom: none;
    }

    tr {
        border: 1px solid #94c23c;
        display: block;
        margin-bottom: 10px;
    }

    .chrestos-table-audits tr {
        border: none;
        border-bottom: 1px solid #94c23c;
    }
}

/*Audits*/
h2.audits-titel {
    color: var(--qui-color-main);
    margin-bottom: 0;
}


.green-text {
    color: var(--qui-color-main);
    margin-bottom: 1rem;
}

.chrestos-hidden-text {
    color: black;
    opacity: 0;
}

.chrestos-hidden-text:hover {
    font-weight: normal;
    opacity: 100;
}

@media screen and (max-width: 767px) {
    .chrestos-table-audits td:before {
        content: none;
    }

    .chrestos-table-audits td {
        padding: 0 !important;
    }
}

/*FOOTER*/
p.chrestos-pgp-key {
    line-height: 0.6;
}

.chrestos-contactForm-content .fa-key:before {
    color: var(--qui-color-main);
    font-size: 18px;
    margin-right: 5px;
}

/*************/
/* recaptcha */
/*************/
#recaptcha-consent-overlay {
    background-color: rgba(237, 237, 237, 0.5) !important;
}
