@font-face {
    font-family: MarkPro;
    src: url(FontFont_FF.Mark.Pro.woff2) format("woff2"), url(FontFont_FF.Mark.Pro.woff) format("woff"), url(FontFont_FF.Mark.Pro.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: MarkPro;
    src: url(FontFont_FF.Mark.Pro.Bold-export/FontFont_FF.Mark.Pro.Bold.woff2) format("woff2"), url(FontFont_FF.Mark.Pro.Bold-export/FontFont_FF.Mark.Pro.Bold.woff) format("woff"),
        url(FontFont_FF.Mark.Pro.Bold-export/FontFont_FF.Mark.Pro.Bold.otf) format("opentype");
    font-weight: 700;
}
@font-face {
    font-family: Marion;
    src: url(Marion-Regular-01-export/Marion-Regular-01.woff2) format("woff2"), url(Marion-Regular-01-export/Marion-Regular-01.woff) format("woff"), url(Marion-Regular-01-export/Marion-Regular-01.otf) format("opentype");
    font-style: normal;
    font-weight: 400;
}
.no-js {
    display: none;
}
.coreleus__content__widget {
    flex: 0 0 50%;
}
.colorSheme__black {
    color: #000 !important;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
* {
    font-family: MarkPro;
}
textarea {
    resize: vertical;
}
.hidden,
[hidden] {
    display: none !important;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix::after,
.clearfix::before {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
@media print {
    *,
    ::after,
    ::before {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
a {
    color: #6f6f6f;
    text-decoration: none;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.coreleus__header {
    width: 100%;
    height: 797px;
    padding-top: 55px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}
.md-menu.colorSheme__black span {
    background: #000;
}
.md-menu {
    display: block;
    transform: translateY(5px);
}
.md-menu.pos-right {
    margin-left: 28vw;
}
.md-menu-content {
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    padding-top: 2rem;
    width: 60vw;
    height: 100vh;
    color: #fff;
    background: #fff;
    overflow: hidden;
    z-index: 100;
    transition: all 0.5s ease;
    overflow: hidden;
    list-style: none;
    font-size: 1em;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    transform: translateX(100vw);
}
.md-menu-content li {
    color: #000;
    background: #fff;
    font-size: 1.2em;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.md-menu-content.active {
    transform: translateX(40vw);
    opacity: 1;
}
.md-menu.active span:nth-child(1) {
    transform: rotate(-45deg) translateY(8px) translateX(-12px);
}
.md-menu.active span:nth-child(2) {
    transform: rotate(45deg) translateY(5px);
}
.md-menu.active span:nth-child(3) {
    opacity: 0;
}
.md-menu span {
    content: " ";
    display: block;
    height: 2px;
    background: #fff;
    width: 35px;
    margin-bottom: 0.5rem;
    transition: all ease 0.5s;
}
.logo-full-width {
    width: 200px;
}
.coreleus__header__top {
    display: flex;
    justify-content: space-between;
}
.coreleus__header_navigation ul {
    list-style: none;
    display: flex;
}
.coreleus__header_navigation li a::before {
    content: "/";
    display: inline-block;
    padding-right: 0.5rem;
    transition: transform ease 0.3s;
    cursor: pointer;
    font-weight: 400 !important;
}
.coreleus__header_navigation li a {
    color: #fff;
    display: block;
    margin-right: 2rem;
    font-size: 1.1em;
    letter-spacing: 0.2rem;
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
}
.coreleus__header_navigation li a::after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: transform ease 0.4s;
    transform: translateX(0);
}
.coreleus__header_navigation li:hover a::after {
    opacity: 1;
    transform: translateX(20px);
}
.coreleus__header_navigation li:hover a::before {
    opacity: 0.5;
    transform: translateY(50px);
}
.row {
    display: flex;
    width: 100%;
}
.row.center {
    align-items: center;
    margin: auto;
    justify-content: center;
}
.coreleus__seperator::before {
    content: " ";
    display: inline-block;
    background: #000;
    height: 1px;
    transform: translateY(-4px);
    width: 100%;
    max-width: 87px;
    margin-right: 1.2rem;
    margin-left: 0;
}
.coreleus__seperator {
    margin-top: 2.5rem;
    color: #000;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-left: 1rem;
}
.coreleus__header .coreleus__seperator::before {
    background: #fff;
}
.coreleus__header .coreleus__seperator {
    color: #fff;
}
.coreleus__header__logo {
    width: 100%;
    max-width: 460px;
    height: 75px;
    background-image: url(../img/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1rem;
    margin-bottom: 5.4rem;
}
.coreleus__header_navigation {
    margin-top: 2.8rem;
    padding-left: 3rem;
}
body {
    width: 100%;
    overflow: hdiden;
}
.container {
    max-width: 1275px;
    margin: auto;
}
.coreleus__content {
    background: 0 0;
    position: relative;
    opacity: 0;
    max-height: 0;
    display: none;
    height: auto;
    background-size: cover;
    background-position: center right;
    color: #666;
    font-size: 1.1em;
    overflow: hidden;
}
.coreleus__content__services__slideshow {
    width: 100%;
    max-width: 1420px;
    margin: auto;
}
.coreleus__content__team__slideshow {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.coreleus__content__team__slideshow.big {
    max-width: 1200px;
}
.coreleus__content__team__slideshow.big .coreleus__content__team__widget__body {
    padding: 2rem;
}
.coreleus__content__services__slideshow div {
    outline: 0;
}
#team_slideshow .coreleus__content__services__widget {
    height: 635px;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    outline: 0 !important;
    flex: 0 0 100%;
    transition: all ease 0.3s;
}
.coreleus__content__services__widget {
    height: 575px;
    border: 25px solid transparent;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    outline: 0 !important;
    flex: 0 0 100%;
    transition: all ease 0.3s;
}
.coreleus__content__services__widget.slide-widget-click:hover {
    transform: scale(1.02);
}
.big .coreleus__content__services__widget {
    flex-direction: row;
}
.big .coreleus__content__services__widget__body,
.big .coreleus__content__team__widget__body {
    width: 70%;
    position: unset;
}
.big .coreleus__content__services__widget__image {
    width: 30%;
    height: 100%;
    height: 100%;
    overflow: hidden;
}
.big .coreleus__content__services__widget__image img {
    height: 100% !important;
    position: unset;
}
.coreleus__content__services__widget img {
    position: absolute;
    top: 0;
    left: 0;
}
.coreleus__content__services__widget__body,
.coreleus__content__team__widget__body {
    position: absolute;
    bottom: 0;
    background: rgba(50, 50, 50, 0.8);
    width: 100%;
    padding: 0 3rem;
    box-sizing: border-box;
    color: #fff;
    min-height: 205px;
}
.big .coreleus__content__services__widget__body {
    font-size: 1.2em;
}
.coreleus__content__team__widget__body {
    min-height: 160px !important;
}
.coreleus__content__team__widget__body__description {
    margin-top: 0;
    margin-left: 0;
}
.coreleus__content__team__widget__body__subdescription {
    text-transform: none;
    margin-top: 3rem;
}
.coreleus__content__services__widget__body__description {
    text-transform: uppercase;
    line-height: 1.3em;
}
.coreleus__content__services__widget__body__subdescription {
    margin-top: 2rem;
    line-height: 1.3em;
}
.coreleus__content__services__widget__image.horizontal img {
    height: 319px;
}
.coreleus__content__services__widget__image.vertical img {
    height: 100%;
}
.coreleus__content__team__widget__body {
    background: rgba(50, 50, 50, 0.5);
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1.5em;
    position: inherit;
    background: #4c4c4c;
}
.big .coreleus__content__services__widget__body {
    padding-right: 10rem;
}
.coreleus__content__services__widget__body__title {
    font-size: 1.6em;
    margin: 0 0;
    margin-bottom: 1.5rem;
    font-weight: 700;
    margin-top: 32px;
}
.coreleus__content__services__widget__body__title::before {
    content: "/";
    display: inline-block;
    padding-right: 2rem;
    font-weight: lighter !important;
}
.coreleus__content__services__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.coreleus__content__quote.right {
    margin-left: auto;
}
.coreleus__content__quote .coreleus__seperator {
    margin: 0;
    transform: none;
    font-weight: 400;
}
.coreleus__content__quote h2 {
    line-height: 1.2em;
    font-family: Marion;
    font-size: 2.5em;
    font-weight: 400;
    padding: 0;
    width: 80%;
    max-width: 600px;
}
.parallax-container {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform: translateZ(100);
}
.parallax-overlay-blur {
    background: #c1c1c1;
    background: linear-gradient(0deg, rgba(180, 195, 199, 0.5) 43%, rgba(180, 195, 199, 0) 100%, #001d25 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.coreleus__content.featured .row {
    width: 900px;
    margin: auto;
    max-width: 100%;
    transform: translateX(5.5rem);
    align-items: baseline;
}
.coreleus__content__widget__text {
    line-height: 1.43em;
}
.coreleus__content__widget__short,
.coreleus__content__widget__text {
    transform: translateX(3rem);
    width: calc(100% - 3rem);
}
.coreleus__content__widget__short {
    margin-bottom: 3.7rem;
    margin-top: 2.5rem;
    text-transform: uppercase;
}
.coreleus__content__widget h2::before {
    content: "/";
    width: 1px;
    height: 100%;
    display: inline-block;
    padding-right: 2.86rem;
    font-weight: 400 !important;
}
.coreleus__content__widget h2 {
    font-weight: 700;
    font-size: 1.8em;
}
.coreleus__content__address {
    margin-top: 3.5rem;
    margin-left: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    color: #6f6f6f;
    font-size: 1.1em;
}
.coreleus__content__quote {
    font-size: 0.7em;
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.coreleus__content__quote.left {
    margin-bottom: 10vh;
    margin-top: 10vh;
    margin-left: 0;
}
.coreleus__content__quote.right {
    margin-top: 10vh;
    margin-bottom: 10vh;
    margin-left: auto;
    margin-right: 0;
}
.coreleus__languageswitch {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    right: 1rem;
    bottom: 1rem;
}
.coreleus__languageswitch a {
    color: #fff;
}
.coreleus__languageswitch a.active {
    text-decoration: underline;
    font-weight: 700;
}
.coreleus__header h1 {
    font-family: Marion;
    font-size: 2.5em;
    line-height: 1.4em;
    font-weight: 400;
    max-width: 700px;
    margin-top: 23vh;
    margin-left: 1rem;
    color: #fff;
}
#contact .coreleus__content__headline,
#imprint .coreleus__content__headline,
#datenschutz .coreleus__content__headline,
.coreleus__content h1 {
    font-family: Marion;
    font-size: 2.5em;
    line-height: 1.4em;
    font-weight: 400;
    max-width: 600px;
    color: #666;
}
.gg-chevron-left {
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transform: scale(3) scaleX(1) translateX(-10px);
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 100px;
}
.coreleus__content h2 i::after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 4px;
}
.coreleus__footer a {
    color: #fff;
}
.coreleus__content__team__widget__body__description a,
.coreleus__content__team__widget__image__overlay a {
    color: #fff !important;
}
.coreleus__footer__inner {
    margin-left: 1rem;
    letter-spacing: 0.15em;
    margin-top: 4rem;
    text-transform: uppercase;
}
.coreleus__footer__seperator::before {
    content: "/";
    width: 10px;
    margin-left: 30px;
    display: inline-block;
}
.hide-desktop {
    display: none;
}
.glide__arrow--right {
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(45deg);
    right: -2rem !important;
}
.glide__arrow--left {
    transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg);
    left: -2rem !important;
}
.close-modal {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
    background-color: #000;
}
.hide-desktop {
    display: none;
}
@media (max-width: 1200px) {
    .hide-desktop {
        display: block;
    }
    #services,
    #team {
        min-height: 850px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .coreleus__content__services__widget {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
    .coreleus__content__team__widget__image__overlay {
        height: 80px;
    }
    .coreleus__content__impressions__grid {
        max-height: 1000px !important;
    }
    .glide__arrow--right {
        right: 0 !important;
    }
    .glide__arrow--left {
        left: 0 !important;
    }
    .coreleus__languageswitch {
        right: 2rem;
    }
    .image-background.services {
        margin-top: -20rem !important;
    }
    .image-background.quote {
        margin-top: -55vh !important;
    }
    .coreleus__content__quote {
        margin: 30rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .coreleus__content {
        padding: 1rem;
    }
    .big .glide__arrow {
        display: none !important;
    }
    #services.coreleus__content {
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }
    .coreleus__content__team__widget__body__subdescription {
        font-size: 1em;
    }
    .coreleus__content__quote h2 {
        margin-right: 0;
        font-size: 2.2em;
        width: 100%;
        margin: 0;
        margin-bottom: 2rem !important;
    }
    .big .coreleus__content__team__widget {
        height: auto;
    }
    .big .coreleus__content__services__widget__body__title {
        font-size: 1em;
    }
    .big .coreleus__content__team__widget__body {
        position: absolute;
        width: 100%;
        overflow-y: scroll;
        height: 100%;
        background: #fff;
        color: #000;
    }
    .big .coreleus__content__services__widget__body {
        padding: 1rem;
        font-size: 1.1em;
    }
    .image-background.quote {
        background-position: right !important;
        opacity: 0.5;
    }
    .image-background.team {
        height: 200vh !important;
    }
    .coreleus__content__services__widget {
        flex-direction: column !important;
    }
    .big .coreleus__content__services__widget__image {
        width: 100%;
        height: 100px;
        background: #000;
    }
    .big .coreleus__content__services__widget {
        min-height: 800px;
    }
    .big .coreleus__content__services__widget__body {
        width: 100% !important;
        height: auto !important;
        position: unset !important;
        top: 100px;
        overflow-y: scroll;
    }
    .coreleus__header h2 {
        margin-left: 0;
    }
    .slick-prev {
        left: -0.8rem !important;
        transform: rotate(135deg) scale(0.5) !important;
    }
    .slick-next {
        right: -0.8rem !important;
        transform: rotate(-45deg) scale(0.5) !important;
    }
    .coreleus__content__widget:first-child {
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .coreleus__content__widget__short,
    .coreleus__content__widget__text {
        transform: none;
        width: 100% !important;
    }
    .row > div {
        margin: 0;
        padding-right: 0;
    }
    .coreleus__content__impressions__grid.grid-row {
        display: block;
    }
    .coreleus__content__impressions__grid.grid-row > div {
        width: 100%;
    }
    .big .coreleus__content__services__widget {
        border: 0 !important;
    }
    #contact .coreleus__content__headline {
        font-size: 2em !important;
    }
    .coreleus__content__services__widget__body {
        padding: 1rem;
        font-size: 1em;
        z-index: 1000;
    }
    .image-background.team {
        height: 250vh !important;
    }
    .image-background.quote::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: rgba(255, 255, 255, 0.5);
    }
    .hide-desktop {
        display: block;
    }
    .coreleus__content__widget__short {
        margin-bottom: 1rem !important;
    }
    .coreleus__header h2 {
        font-size: 1.8em;
    }
    .coreleus__content__widget h2 {
        margin-bottom: 0.8rem;
    }
    .coreleus__content__widget h2::before {
        padding-right: 1.5rem;
        padding-left: 0;
    }
    .container {
        padding: 0 2rem;
        font-size: 1em;
    }
    .left,
    .right {
        position: initial;
        width: 90%;
    }
    .coreleus__content {
        background-position: 0 !important;
        background-size: cover;
    }
    .coreleus__seperator {
        margin-left: 0;
        letter-spacing: normal !important;
    }
    #contact .coreleus__seperator {
        width: calc(100% + 32px) !important;
        transform: translateX(-32px);
        letter-spacing: auto !important;
    }
    .coreleus__header_navigation {
        display: none;
    }
    a {
        cursor: pointer;
    }
    .coreleus__header {
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        padding: 3rem 0;
        width: 100%;
        height: 80vh;
    }
    .coreleus__header__logo {
        margin: 0;
        width: 60%;
    }
    .coreleus__content h2 {
        font-size: 1.5em;
    }
    .coreleus__seperator::before {
        width: 24px;
        padding: 0 !important;
        margin-right: 1rem !important;
    }
    .coreleus__content h2 {
        margin: 1rem;
    }
    .row {
        width: 100%;
        flex-direction: column;
        transform: none !important;
    }
    .gg-chevron-left {
        transform: scale(2) scaleX(1) translateX(0);
        margin-right: 1rem;
    }
    .grid > .col-6 {
        padding-bottom: 1rem;
    }
    /* #team_slideshow .glide__arrows {
        display: none;
    } */
   
     #team_slideshow .glide__arrows .glide__arrow--right {
        right: -0.5rem !important;
    } 
    #team_slideshow .glide__arrows .glide__arrow--left {
        left: -0.5rem !important;
    } 

    

}
@media (max-width: 600px) {
    .coreleus_main_flex {
        flex-direction: column;
    }
    .coreleus__content::after {
        background-attachment: fixed;
    }
    .coreleus__content__team__widget__body {
        padding: 0.3em;
    }
    .coreleus__footer__inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .coreleus__footer__seperator::before {
        clear: both;
        content: "";
        width: 50px;
    }
    .coreleus__header h1 {
        

        margin-top: 6vh;
       
    }
}
section {
    display: none;
    background-color: #fff;
}
section.active {
    display: block;
    max-height: none;
    opacity: 1;
}
section.active .container {
    animation: open-up 0.3s;
    animation-fill-mode: forwards;
}
@keyframes open-up {
    0% {
        opacity: 0;
        transform: translateX(3px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.image-background {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    z-index: -1;
    height: 200vh;
    margin-top: 0;
}
.image-background.contact {
    background-image: url(../img/imprint.jpg);
    height: 100vh;
}
.image-background.team::after {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(60, 60, 60, 0.7);
}
.image-background.services::after {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.5);
}
.image-background.team {
    background-image: url(../img/Team-hintergrund.jpg);
    height: 160vh;
}
.image-background.quote {
    background-image: url(../img/diskuswerfer.jpg);
    height: 200%;
    margin-top: -45vh;
    background-size: cover;
}
.image-background.second-quote {
    background-image: url(../img/second-quote.jpg);
    height: 120vh;
    margin-top: -100vh;
    background-position: top;
}
.image-background.services {
    background-image: url(../img/services.jpg);
    height: 200%;
    margin-top: -20vh;
}
@keyframes coreleus__heaven {
    0% {
        transform: rotateZ(0) scale(5);
    }
    100% {
        transform: rotateZ(360deg) scale(5);
    }
}
.image-background.header {
    background-image: url(../img/header-l0.jpg);
}
.image-background.header-l1 {
    background-color: transparent;
    background-image: url(../img/header-l1.png);
    border-bottom: 900px solid #fff;
    height: 150vh;
}
.image-background.header-l1::after {
    position: absolute;
    content: " ";
    display: block;
    background: rgba(50, 50, 50, 0.5);
    width: 200%;
    height: 200%;
    top: -100%;
    left: 0;
}
#quote {
    background: 0 0;
    background-size: cover;
    background-position: center;
    opacity: 1;
}
#second-quote {
    background-size: cover;
    background-position: right;
    opacity: 1;
    margin-top: 0;
}
#welcome {
    background: #fff;
    padding-top: 5.5vh;
    padding-bottom: 7.5vh;
}
#vision {
    background: #fff;
    padding-top: 9.5vh;
    padding-bottom: 4vh;
}
#services {
    background-size: cover;
    opacity: 1;
    padding-top: 9.5vh;
    padding-bottom: 16vh;
}
#contact,
#imprint,
#datenschutz {
    background-size: cover;
    opacity: 1;
    padding-top: 11.5vh;
    padding-bottom: 9.5vh;
}
#team {
    opacity: 1;
    background-size: cover;
    background-position: center;
    padding-top: 9.5vh;
    padding-bottom: 9.5vh;
}
#impressions {
    padding-top: 9.2vh;
    padding-bottom: 20.5vh;
}
.coreleus__content__impressions {
    width: 100%;
    max-width: 1350px;
    margin: auto;
    margin-top: 4rem;
}
.coreleus__content__impressions__grid {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 700px;
}
.coreleus__content__impressions__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-row {
    flex-direction: row;
    display: flex;
}
.dist-right {
    margin-right: 1rem;
}
.dist-bottom {
    margin-bottom: 1rem;
}
.grid-col {
    flex-direction: column;
    display: flex;
}
.col-6 {
    width: 50%;
    justify-content: space-between;
}
.glide__arrow {
    position: absolute;
    top: 17rem;
    border: solid rgba(200, 200, 200, 0.8) !important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    box-shadow: none !important;
    padding: 3px;
    content: " ";
    width: 30px;
    height: 30px;
    color: transparent;
    background: 0 0;
    outline: 0;
    cursor: pointer;
}
.colorSheme__black .slick-arrow {
    border-color: rgba(0, 0, 0, 0.3);
}
.slick-arrow:hover {
    border-color: #fff;
}
.colorSheme__black .slick-arrow:hover {
    border-color: #000;
}
.glide--carousel {
    position: relative;
}
.hidden-slideshow {
    transform: translateX(-200vw);
    height: 0;
}
.shown-slideshow {
    transform: translateX(0);
    animation: open-up 0.3s;
    transition: transform 0.3s;
}
[v-cloak] {
    opacity: 0.1;
}
[v-cloak]::before {
    content: " ";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: grey;
    background-size: cover;
    left: 50%;
    top: 50%;
}
.slick-slide {
    outline: 0;
}
.coreleus__content__services__widget__image {
    position: relative;
    height: 100%;
}
.coreleus__content__services__widget__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coreleus__content__team__widget__image__overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100px;
    color: #fff;
    padding: 1rem;
    background-color: #4c4c4c;
    text-transform: uppercase;
    line-height: 1.4em;
}
.glide__slides {
    white-space: normal !important;
}
.glide__slide {
    align-items: center;
    justify-content: space-between;
}
.coreleus_main {
    background-color: #e5e5e5 !important;
}
.coreleus_main_flex {
    display: flex;
}
.coreleus_main {
    background-color: #e5e5e5 !important;
}
.coreleus_main h2 {
    color: #666;
}
.coreleus_main_flex {
    display: flex;
}
.coreleus_main h1 {
    padding-top: 5rem;
    font-family: MarkPro;
    text-align: center;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 1.2em;
}
.coreleus_main h2 {
    font-family: MarkPro;
}
.coreleus_main_flex_items {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2em;
    width: 100%;
}
.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    padding: 5em 3em 5em 3em;
    font-size: 0.7em;
    max-width: 888px;
    margin: 0 auto;
    line-height: 1.6;
}
.flex-column > * {
    margin: 0 0 20px 0;
}
.coreleus_main_flex img {
    width: 288px;
}
.new-archiv {
    text-align: right;
}
.accordion {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.accordion__item {
    background-color: #fff;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    position: relative;
}
.accordion__btn {
    border: none;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    height: 2px;
    position: absolute;
    top: -1px;
    right: -6px;
}
.accordion__box {
    display: none;
    overflow: hidden;
}
.accordion__content {
    line-height: 1.6;
    padding-bottom: 2.4rem;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
ion-icon {
    width: 1.4rem;
    height: 1.4rem;
    color: #28262c;
    background-color: #e5e5e5;
}
.open .accordion__box {
    display: block;
    overflow: hidden;
}
.open .accordion__content {
    overflow: hidden;
}
.first-content_open {
    display: none;
}
.open .first-content_open {
    display: block;
}
.open .first-content {
    display: none;
}
.open ion-icon {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}
.open span {
    padding-top: 2rem;
}
@media (max-width: 600px) {
    .coreleus_main_flex {
        flex-direction: column;
    }
    .coreleus_main_flex_items {
        width: unset;
        padding: 2em 2em;
    }
}
@media (min-width: 426px) and (max-width: 600px) {
    .coreleus_main_flex img {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #team_slideshow .coreleus__content__services__widget {
        height: 793px;
        width: 567px;
        margin: 0 auto;
        object-fit: contain;
    }
}
#slideshow_services .glide__arrows {
    display: none;
}
@media (max-width: 768px) {
    #slideshow_services .glide__arrows {
        display: block;
    }
}
@media (max-width: 1440px) {
    .glide__arrow--right {
        right: 0.3rem !important;
    }
    .glide__arrow--left {
        left: 0.3rem !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) {
    #team_slideshow .coreleus__content__services__widget {
        width: 500px !important;
        height: 750px !important;
        margin: 0 auto !important;
    }
    #slideshow_services .glide__arrows {
        display: none;
    }
    #team_slideshow .glide__arrows {
        display: none;
    }
}
@media screen and (min-width: 1081px) and (max-width: 1200px) {
    #team_slideshow .coreleus__content__services__widget {
        width: 600px !important;
        height: 850px !important;
        margin: 0 auto !important;
    }
}
#impressions .glide__arrows {
    display: none;
}
.glide__slides {
    touch-action: none !important;
}
.coreleus__content__services__slideshow {
    touch-action: none !important;
}
.coreleus__content__services__widget.slide-widget-click {
    touch-action: none !important;
}
