/* define some colors */
:root {
    /*  --orange: #f50;    /* 3.21   */
    /*  --bluegreylight: #869aa9 /* 2.9131 */
    /*  --gradient: radial-gradient(circle farthest-corner at 133% -284%, #fff537, var(--orange));  /* */

    --orange: #D93F0A; /* 4.5 AA */
    --orangelight: #FF610B; /* orange auf darkblue */
    --bluegreylight: #607A8D; /* 4.50085 AA */
    --lightgrey: #797676;
    --darkblue: #272c4b;
    --darkestblue: #12172a;
    --gradient: linear-gradient(90deg, var(--orange) 25%, #b66009 100%);
}

body {
    font-family: Montserrat, sans-serif;
    color: #183b56;
    font-size: 14px;
    line-height: 20px;
}

h1, .h1-style {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 300;
}

.red {
    color: red;
}

h2, .h2-style        {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

h3, .h3-style {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

p {
    margin-bottom: 20px;
    opacity: 1;
    font-size: 14px;
    line-height: 24px;
}

a {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: var(--orange);
    text-decoration: none;
}

a:hover {
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
}

a:active {
    -webkit-transform: translate(0px, -4px) scale(0.95);
    -ms-transform: translate(0px, -4px) scale(0.95);
    transform: translate(0px, -4px) scale(0.95);
}

ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
    list-style-type: square;
}

li {
    margin-bottom: 20px;
}

.skip-to-content {
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 12;
}

.skip-to-content a {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    display: inline-block;
    padding: 5px;
    margin: 10px;
    text-decoration: none
}

.skip-to-content a:focus {
    position: relative;
    top: 59px
}

#skipToMainContent {
    position: relative;
    outline: none;
}

.container {
    display: block;
    width: 80%;
    max-width: 1400px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.darkblue {
    background: var(--darkblue);
}

.container.darkestblue {
    background: var(--darkestblue);
}

.container.nav-container {
    display: block;
}

.nav-burger {
    display: none;
}

.nav-link {
    font-family: Montserrat, sans-serif;
    color: #183b56;
    font-weight: 400;
}

.nav-link.w--current {
    color: var(--orange);
    font-weight: 300;
}

.nav-link.current {
    color: var(--orange);
}

.brand.w--current:active {
    transform: none !important;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(246, 251, 255, .98);
}

.navbar.sticky {
    position: fixed;
    height: auto;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(246, 251, 255, .98);
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .08);
}

.brand {
    margin-top: 0px;
    padding: 10px;
}

.brand.w--current {
    /*margin-top: 20px;*/
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.brand.sm {
    margin-top: 20px;
}

.nav-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.skew {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -100;
    background-color: #f6fbff;
}

.skew.left {
    -webkit-transform: skew(0deg, -4deg);
    -ms-transform: skew(0deg, -4deg);
    transform: skew(0deg, -4deg);
}

.skew.left.hero-skew {
    -webkit-transform: skew(0deg, -4deg) translate(0px, -36%);
    -ms-transform: skew(0deg, -4deg) translate(0px, -36%);
    transform: skew(0deg, -4deg) translate(0px, -36%);
}

.skew.left.hero-skew.subpage {
    -webkit-transform: skew(0deg, -4deg) translate(0px, -30%);
    -ms-transform: skew(0deg, -4deg) translate(0px, -30%);
    transform: skew(0deg, -4deg) translate(0px, -30%);
}

.skew.right {
    -webkit-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
}

.skew.right.hero-skew {
    -webkit-transform: skew(0deg, 4deg) translate(0px, -36%);
    -ms-transform: skew(0deg, 4deg) translate(0px, -36%);
    transform: skew(0deg, 4deg) translate(0px, -36%);
}

.skew.right.hero-skew.subpage {
    height: 90%;
    -webkit-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
}

.skew.dark {
    background-color: var(--darkblue);
}

.skew.darkest {
    background-color: var(--darkestblue);
}

.header {
    position: relative;
    padding-top: 60px;
}

.header.full-screen {
    width: 100vw;
    /*max-width: 2000px;*/
    /*min-height: 100vh;*/
}

.header.news {
    padding-bottom: 40px;
}

.button {
    margin-top: 20px;
    margin-right: 12px;
    margin-bottom: 20px;
    margin-left: 4px;
    padding: 8px 42px;
    border-radius: 40px;
    background-color: transparent;
    background-image: var(--gradient);
    box-shadow: none;
}

.button:hover {
    padding-right: 42px;
    padding-left: 42px;
}

.button:focus {
    /*box-shadow: inset 0 0 0 1px var(--orange);*/
    box-shadow: 0px 0px 0px 2px #ffffff,0px 0px 0px 4px var(--orange);
}

.button.outline {
    border: 1px solid var(--orange);
    background-image: none;
    color: var(--orange);
}

.darkblue .button.outline,
.darkestblue .button.outline {
    color: var(--orangelight);
}

.button.outline.sm {
    margin-top: 10px;
    padding: 4px 10px;
    font-size: 12px;
}

.button.outline.sm.no-margin {
    margin-top: 4px;
    margin-bottom: 0px;
}

.relative-image-wrapper {
    position: relative;
}

.absolute-image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.absolute-image.glass {
    margin-left: -20px;
}

.absolute-image.glass._02 {
    max-width: 50%;
    margin-left: 140px;
}

.hero-space {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 540px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-space.subpage {
    height: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-space.news {
    display: block;
    margin-top: 100px;
}

.hero-space.legal {
    height: auto;
    margin-top: 100px;
}

.mask {
    overflow: hidden;
}

.slider {
    height: 100%;
    clear: both;
    background-color: transparent;
}

.left-arrow {
    left: -12%;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-arrow {
    top: 0px;
    right: -12%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow.dark {
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
}

.arrow.left {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.arrow.slider-arrow {
    width: 20px;
}

.bottom-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-nav {
    left: 0px;
    right: 0px;
    bottom: -40px;
}

.client-logo {
    height: 30px;
    opacity: 0.85;
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
}

.client-logo._02 {
    height: 50px;
    -webkit-filter: saturate(0%) brightness(30%);
    filter: saturate(0%) brightness(30%);
}

.client-logo._03 {
    height: 25px;
    opacity: 0.75;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex.margin-bottom {
    margin-bottom: 60px;
}

.flex.jusitfy-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex.jusitfy-left.row {
    min-width: auto;
    /*max-width: 480px;*/
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 480px;
    -ms-flex: 1 0 480px;
    flex: 1 0 480px;
}

.flex.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex.justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company-logo {
    height: 50px;
}

.company-logo._02 {
    height: 36px;
}

.trim {
    overflow: hidden;
    max-height: 50px;
}

.hero-content {
    padding-right: 50px;
}

.section {
    position: relative;
    overflow: visible;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section.dark {
    color: #f6fbff;
    z-index: 100;
}

.footer {
    position: relative;
    z-index: 1;
    margin-top: -2px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #f6fbff;
}

.social-media-icon-wrapper {
    margin-right: 12px;
}

.skew-diver {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -60px;
    height: 130px;
    background-color: var(--darkestblue);
}

.vertical-divider {
    display: inline-block;
    margin-right: 12px;
    margin-left: 12px;
}

.footer-logo-wrapper {
    width: 60%;
}

.link {
    margin-right: 0px;
    font-family: Montserrat, sans-serif;
    color: #f6fbff;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.footer-logo {
    width: 70%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.footer-logo.current {
    width: 160px;
}

.facebook-icon {
    width: 32px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.row {
    margin-bottom: 40px;
}

.icon.md {
    max-height: 220px;
    max-width: 70%;
}

.icon.md.glass {
    max-width: 250px;
    margin-left: -20px;
}

.icon.sm {
    width: 80px;
}

.icon.xs {
    width: 32px;
    height: 32px;
    margin-left: 0px;
}

.icon.xs.kununu {
    width: 24px;
    height: 24px;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}

.icon.xs.kununu.light {
    -webkit-filter: saturate(0%) brightness(400%);
    filter: saturate(0%) brightness(400%);
}

.icon.xs.xing {
    width: 24px;
    height: 24px;
}

.icon.xs.xing.light {
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
}

.center-block {
    width: 60%;
    text-align: center;
}

.badge {
    width: 40%;
}

.margin-bottom {
    margin-bottom: 40px;
}

.margin-bottom.xs {
    margin-bottom: 10px;
}

.tagline {
    margin-top: 10px;
    color: var(--bluegreylight);
    text-transform: uppercase;
}

.tagline.sm {
    font-size: 12px;
}

.dark-background-padding {
    padding: 40px 40px 20px;
    border-radius: 6px;
    background-color: #2d3047;
    color: #f6fbff;
}

.small-scene {
    max-width: 60%;
}

.small-scene._04 {
    max-width: 80%;
}

.small-scene._02 {
    max-width: 80%;
    margin-left: 0px;
}

.small-scene._03 {
    max-width: 80%;
}

.small-scene._01 {
    max-width: 150%;
    margin-top: -119px;
    margin-left: -97px;
}

.navbars {
    height: 40px;
    margin-bottom: 60px;
}

.subpage-hero-image {
    max-width: 100%;
    margin-top: 0px;
    margin-left: 100px;
}

.subpage-hero-image-404 {
    /*max-width: 100%;*/
    margin-top: 0px;
    /*margin-left: 100px;*/
    /*margin-bottom: 200px;*/
}

.subpage-hero-image.jobs {
    max-width: 140%;
}

.subpage-hero-image.kontakt {
    max-width: 70%;
}

.subpage-hero-image.board {
    max-width: 130%;
    margin-left: 40px;
}

.subpage-hero-image.glass {
    max-width: 70%;
}

.subpage-hero-image.tablet {
    max-width: 140%;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.filtering-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 680px;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #183b56;
    border-radius: 6px;
}

.filtering-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 680px;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #183b56;
    border-radius: 6px;
}

.filtering-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: var(--darkestblue);
    /*padding-top: 16px;*/
    /*padding-bottom: 16px;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 43px;
}

.insidelink {
    padding-top: 12px;
}

.filtering-option:hover {
    color: #fff;
}

.filtering-option > a {
    color: var(--darkestblue);

    width: 100%;

}


.link_class {
    background-color: yellow;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.filtering-option > a:hover {
    color: #fff;

}

.filtering-option:hover {
    background-color: var(--darkestblue);
    color: #fff;
    cursor: pointer;
}

.filtering-option.selected {
    background-color: var(--darkestblue);
    color: #fff;
}

.filtering-option.selected a:hover {
    z-index: 10000;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.filtering-option.selected > a {
    background-color: var(--darkestblue);
    color: #fff;
    /* height: 40px; */

}

.grid-image-wrapper {
    width: 100%;
    min-height: 240px;
    border-radius: 12px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.collection-item {
    /*overflow: hidden;*/
    max-width: 50%;
    min-width: 360px;
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 360px;
    -ms-flex: 1 0 360px;
    flex: 1 0 360px;
}

.family-member-indicator {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-image: url('../images/example-bg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.family-member-indicator.shadow {
    position: absolute;
    left: 6px;
    top: 6px;
    right: 0px;
    bottom: 0px;
    opacity: 0.2;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.family-member-indicator.gradient-mobile {
    background-image: linear-gradient(45deg, #1d679d, #00ade8);
}

.family-member-indicator.gradient-fusion {
    background-image: linear-gradient(45deg, #194559, #00ff45);
}

.family-member-indicator.gradient-friends {
    background-image: linear-gradient(45deg, #61348d, #ed1e79);
}

.family-member-indicator.gradient-addmore {
    background-image: linear-gradient(225deg, #fff537, var(--orange));
}

.family-member-indicator-wrapper {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.flex-child-full-width {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-item {
    margin-bottom: 6px;
    font-family: Montserrat, sans-serif;
}

.dark {
    color: #183b56;
}

.no-margin {
    margin-bottom: 0px;
}

.sidebar-content-wrapper {
    margin-bottom: 32px;
}

.arrow-right {
    margin-left: 50%;
}

.arrow-right:hover {
    -webkit-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
}

.arrow-right.no-margin {
    display: inline-block;
    width: 86px;
    margin-top: 0px;
    margin-left: 0px;
}

.margin {
    margin-top: 40px;
    margin-bottom: 40px;
}

.legal-links.home {
    display: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.list.one-column {
    -webkit-column-count: 1;
    column-count: 1;
}

.list.two-columns {
    -webkit-column-count: 2;
    column-count: 2;
}

.list.two-columns > li {
    max-width: 98%;
}

.news-image {
    max-width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 40px;
    float: left;
    border-radius: 12px;
}

.navbar-sticky {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10000000;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(246, 251, 255, .98);
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .08);
}

.site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.filtering-option:first-child:hover {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: var(--darkestblue);

}

.filtering-option.selected:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;

}

.filtering-option.selected:first-child > a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}


.filtering-option:last-child:hover {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;

}

.filtering-option.selected:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;

}

.filtering-option.selected:last-child > a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;


}


.navbar-shadow {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    box-shadow: 0 4px 50px -25px rgba(0, 0, 0, .6);
}

.inline {
    display: inline-block;
}

.inline.bold {
    margin-right: 12px;
    font-weight: 700;
}

.bold {
    font-weight: 700;
}


ul.faq-access {
    position: relative;
    list-style: none;
    margin-top: 20px;
    border-top: 1px solid black;
    padding-left: 0;
}

ul.faq-access > li {
    position: relative;
    border-bottom: 1px solid black;
    margin-bottom: 0;
}

ul.faq-access ul > li {
    list-style-type: square;
}

ul.faq-access li button {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    padding: 21px 20px 21px 16px;
    background: none;
    cursor: pointer;
}

ul.faq-access li button i.vector {
    position: absolute;
    right: 12px;
    top: 22px;
    width: 13px;
    height: 21px  ;
    background: url("../images/vector.svg") no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.faq-access li button[aria-expanded="true"] i.vector {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

ul.faq-access li button:focus {
    outline: var(--orange) auto 2px;
}

ul.faq-access li p {
    padding-top: 12px;
}


@media (max-width: 991px) {
    .menu-button {
        background-color: transparent;
    }

    .menu-button.w--open {
        background-color: transparent;
    }

    .nav-link {
        padding-right: 14px;
        padding-left: 14px;
    }

    .nav-menu {
        position: static;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        padding-top: 0px;
    }

    .navbar {
        display: block;
    }

    .nav-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .skew.darkest {
        background-color: var(--darkestblue);
    }

    .button {
        padding-right: 20px;
        padding-left: 20px;
    }

    .button:hover {
        padding-right: 20px;
        padding-left: 20px;
    }

    .absolute-image.glass._02 {
        max-width: 70%;
    }

    .hero-space {
        height: 560px;
    }

    .bottom-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .skew-diver {
        height: 100px;
        background-color: var(--darkestblue);
    }

    .footer-logo-wrapper {
        width: 100%;
    }

    .footer-logo {
        width: 60%;
        max-width: 100px;
    }

    .icon.md {
        max-width: 90%;
    }

    .center-block {
        width: 100%;
    }

    .small-scene._01 {
        max-width: 260%;
        margin-top: -120px;
        margin-left: -100px;
    }

    .subpage-hero-image.jobs {
        max-width: 140%;
        margin-left: 0px;
    }

    .subpage-hero-image.glass {
        max-width: 100%;
    }

    .collection-item {
        max-width: none;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .family-member-indicator {
        width: 20px;
        height: 20px;
        margin-top: 8px;
    }

    .legal-links {
        display: block;
    }

    .legal-links.home {
        display: none;
    }
}

@media (min-width: 1192px) {
    .flex.jusitfy-left.row.w-dyn-item.w-col.w-col-6:last-child:nth-last-child(odd) {
        max-width: 50%;
    }

    .subCompany {
        height: 90px;
    }
}

@media (min-width: 768px) {

    .hidden-burger {
        display: none;
    }
}

@media (max-width: 767px) {

    .nav-burger {
        position: relative;
        display: block;
        float: right;
        padding: 18px;
        margin-bottom: 0;
        font-size: 24px;
        cursor: pointer;
        z-index: 1;
    }

    #input-burger:checked ~ .nav-menu {
        visibility: visible;
        right: 0;
        left: auto;
        transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    #input-burger:checked + .nav-burger {
        color: #f6fbff;
    }

    #input-burger:focus-visible ~ label {
        outline: var(--orange) auto 2px;
    }

    .menu-button {
        position: relative;
    }

    .news-ticker .w-dyn-items .w-col:nth-child(2) {
        display: none;
    }

    .menu-button.w--open {
        position: relative;
        right: 0px;
        z-index: 100;
        color: #f6fbff;
    }

    .container {
        position: static;
        display: block;
        overflow: visible;
    }

    .container.nav-container {
        margin-top: 1px;
    }

    .nav-link {
        position: relative;
        display: block;
        padding-bottom: 12px;
        color: #acbbc2;
        font-size: 24px;
        text-align: right;
    }

    .nav-menu {
        position: fixed;
        left: auto;
        right: -54%;
        width: 54%;
        background-color: #2d3047;
        visibility: hidden;

        transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .navbar {
        position: relative;
    }

    .brand {
        display: block;
        max-width: 130px;
    }

    .brand.w--current {
        max-width: 120px;
        /*margin-top: 10px;*/
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-filter: none;
        filter: none;
    }

    .brand.sm {
        -webkit-filter: none;
        filter: none;
    }

    .nav-items {
        position: absolute;
        top: 80px;
        right: 60px;
        display: inline-block;
        color: #fff;
        text-align: left;
    }

    .header {
        padding-top: 0px;
    }

    .button.outline.sm.no-margin {
        margin-bottom: 20px;
    }

    .absolute-image.glass._02 {
        max-width: 50%;
        margin-left: 0px;
    }

    .hero-space {
        display: block;
        height: auto;
        margin-bottom: 20px;
    }

    .hero-space.subpage.job {
        height: 200px;
    }

    .hero-space.news {
        margin-top: 0px;
    }

    .hero-space.legal {
        margin-top: 40px;
    }

    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }

    .bottom-bar {
        display: block;
    }

    .slide-nav {
        bottom: -20px;
    }

    .client-logo {
        height: 18px;
        margin-bottom: 20px;
    }

    .client-logo._02 {
        height: 30px;
    }

    .client-logo._03 {
        height: 16px;
    }

    .flex {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex.align-top.legal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .social-media-icons {
        margin-bottom: 20px;
    }

    .icon.md {
        max-width: 50%;
    }

    .center-block {
        width: auto;
        text-align: left;
    }

    .margin-bottom {
        margin-bottom: 40px;
    }

    .small-scene._04 {
        max-width: 40%;
    }

    .small-scene._02 {
        max-width: 40%;
    }

    .small-scene._03 {
        max-width: 40%;
    }

    .small-scene._01 {
        margin-top: -120px;
        margin-left: -120px;
    }

    .subpage-hero-image {
        max-width: 100%;
        margin-top: 0px;
    }

    .subpage-hero-image.board {
        max-width: 70%;
        margin-top: -60px;
        margin-left: -20px;
    }

    .subpage-hero-image.glass {
        max-width: 70%;
        margin-top: 40px;
        margin-left: -50px;
    }

    .subpage-hero-image.tablet {
        max-width: 50%;
    }

    .collection-item {
        height: auto;
        min-width: auto;
    }

    .family-member-indicator {
        width: 30px;
        height: 30px;
    }

    .family-member-indicator-wrapper {
        width: 30px;
        height: 30px;
    }

    .legal-links {
        text-align: center;
    }

    .legal-links.home {
        position: relative;
        top: 20px;
        bottom: -20px;
        display: block;
        margin-bottom: 20px;
    }

    .legal-links.in-footer {
        text-align: left;
    }

    .disabled {
        color: var(--lightgrey);
    }

    .list.two-columns {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .legal-illu {
        max-width: 20%;
    }

    .navbar-sticky {
        display: none;
    }

    .collection-list {
        display: block;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 18px;
        line-height: 24px;
    }

    h2 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    a {
        font-size: 12px;
    }

    li {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .container {
        padding-top: 0px;
    }

    .container.nav-container {
        padding-top: 0px;
    }

    .nav-link {
        margin-right: 12px;
        color: #acbbc2;
        text-align: right;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -76%;
        bottom: 0;
        left: auto;
        width: 76%;
        min-height: 120vh;
        margin-top: -10vh;
        padding-top: 20vh;

        transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .navbar {
        padding-top: 6px;
    }

    .brand {
        max-width: 100px;
    }

    .brand.w--current {
        max-width: 100px;
        /*margin-top: 20px;*/
    }

    .nav-items {
        position: absolute;
        top: 160px;
        right: 20px;
    }

    .header.full-screen {
        min-height: auto;
    }

    .button {
        margin-top: 12px;
        padding: 6px 10px;
        font-size: 12px;
        font-weight: 400;
    }

    .button:hover {
        padding-right: 10px;
        padding-left: 10px;
    }

    .button.outline.sm.ticker {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        padding: 0px;
        border-style: none;
    }

    .button.outline.sm.ticker:focus {
        box-shadow: none;
    }

    .absolute-image.news {
        left: auto;
        top: 0px;
        right: 0px;
        bottom: 0px;
        max-width: 90%;
    }

    .absolute-image.glass {
        max-width: 80%;
    }

    .absolute-image.glass._02 {
        margin-left: 40px;
    }

    .hero-space {
        margin-bottom: 20px;
    }

    .hero-space.subpage {
        height: auto;
        min-height: auto;
        margin-bottom: 40px;
    }

    .hero-space.subpage.job {
        height: auto;
    }

    .hero-space.legal {
        margin-top: 0px;
    }

    .slider {
        height: auto;
    }

    .trim {
        font-size: 12px;
        line-height: 18px;
    }

    .relative-image.news {
        position: relative;
        max-width: 90%;
    }

    .section {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: -40px;
    }

    .social-media-icons {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-logo-wrapper {
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    .link {
        font-size: 12px;
    }

    .footer-logo {
        margin-bottom: 0px;
        padding-right: 12px;
    }

    .footer-logo.current {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-logo.current.main {
        margin-bottom: 20px;
    }

    .icon.md {
        max-width: 70%;
    }

    .icon.md.glass {
        max-width: 80%;
    }

    .icon.sm {
        width: 40px;
    }

    .margin-bottom._02 {
        margin-bottom: 20px;
    }

    .dark-background-padding {
        position: relative;
        width: 140%;
        margin-left: -20%;
        padding: 54px 70px;
    }

    .small-scene._01 {
        max-width: 60%;
        margin-top: -80px;
        margin-left: 0px;
    }

    .subpage-hero-image.board {
        margin-top: 0px;
        margin-left: 0px;
    }

    .subpage-hero-image.glass {
        margin-left: 0px;
    }

    .subpage-hero-image.tablet {
        margin-left: 40px;
    }

    /*.filtering-option {*/
    /*    display: none;*/
    /*}*/
    .family-member-indicator {
        width: 26px;
        height: 20px;
    }

    .family-member-indicator.shadow {
        width: 26px;
    }

    .family-member-indicator-wrapper {
        width: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .margin {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .list.two-columns.margin {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

#w-node-f4705d30aa4c-7831b4b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-f4705d30aa4e-7831b4b7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-f4705d30aa50-7831b4b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

