/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/roboto-v18-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/roboto-v18-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */ url('../fonts/roboto-v18-latin-300.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/roboto-v18-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/roboto-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */ url('../fonts/roboto-v18-latin-regular.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/roboto-v18-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/roboto-v18-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */ url('../fonts/roboto-v18-latin-700.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/roboto-v18-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* GENERAL */
html,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif !important;
    color: #000;
    margin-bottom: 1.5rem !important;
}

a,
span {
    font-family: "Roboto", sans-serif !important;
    color: #000;
    margin-bottom: 0rem;
}

ul,
li {
    font-family: "Roboto", sans-serif !important;
}

p,
h5 {
    font-size: 16px;
}

h1 {
    font-size: 80px;
    line-height: 1.2;
    font-weight: 100;
    color: #000 !important;
    text-transform: uppercase;
}

h2,
.single-case h3,
.case-content h3 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 80px;
    line-height: 1.2;
}

.single-post h1,
.page-template-cases h1,
.single-cases h1,
.page-template-cases h2 {
    font-size: 55px;
}

.single-cases h1 {
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
}

@media (max-width: 1280px) {
    .single-post h1,
    .single-cases h1,
    .page-template-cases h1 {
        font-size: 36px;
    }
}

.single-case h3,
.case-content h3 {
    color: #000 !important;
    margin-top: -0.4rem;
}

.single-case p,
.case-content p {
    color: #666 !important;
}

.reset {
    margin: 0 !important;
    padding: 0 !important
}

.black {
    color: black !important;
}

section#head-line h1,
section#head-line h2,
section#head-line h3,
section#head-line h4 {
    color: #000 !Important;
}

.standard--background {
    background: #0f0f0f;
}

.bgyellow {
    background: #fdc500;
    background: -o-linear-gradient(top, #fdc500 0%, #e29d12 90%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fdc500), color-stop(90%, #e29d12));
    background: linear-gradient(to bottom, #fdc500 0%, #e29d12 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc500', endColorstr='#e29d12', GradientType=0);
}

.col {
    display: block;
    float: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

body {
    overflow-x: hidden;
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.full {
    width: 100%;
}

div#carousel {
    background: #000;
}

/* .single ul.social {
    float: right;
    margin-top: 50px;
} */

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    display: none;
    height: 417px;
}

.wpgmp_map_container,
.wpgmp_map_parent,
.wpgmp_map {
    height: 100% !important;
}

.medium-12.columns {
    float: none;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.medium-12.columns.push {
    margin-top: 100px;
}

a.highlight {
    color: #fdc500 !important;
}


/* SOCIAL */

ul.social {
    list-style: none;
}

ul.social li {
    display: inline-block;
    margin-left: 20px;
}

ul.social img {
    height: 40px;
    width: 40px;
}


/* Margin Paddings */

.ptb-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.ptb-60 {
    padding: 60px 0;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mb-30 {
    margin-bottom: 30px;
}

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

.ptb-40 {
    padding: 30px 0;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-200 {
    margin-top: 200px;
}

/* WPML */
.wpml-ls-legacy-dropdown-click {
    width: auto;
}

.wpml-ls-legacy-dropdown-click a {
    background: none !important;
    border: none;
    color: #000 !important;
}

.wpml-ls-legacy-dropdown-click a span {
    color: #000 !important;
}

.lgwrap {
    /* position:fixed; */
    right: 140px;
    top: 45px;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: calc(5px + .7em + .7em);
}

div#lang_sel_list {
    float: right;
    position: fixed;
    right: 160px;
}

#lang_sel_list ul {
    border-top: 0px !important;
}

#lang_sel_list a.lang_sel_sel,
#lang_sel_list a.lang_sel_sel:visited,
#lang_sel_list ul a.lang_sel_other,
#lang_sel li ul a:link,
#lang_sel_list ul a.lang_sel_other:visited {
    background: transparent !important;
    font-size: 14px;
    margin-top: 3px;
}

#header.fixed .lgwrap {
    top: 21px;
    right: 80px;
}

#header .container {
    max-width: 1440px;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

div#lang_sel_list {
    float: right;
    position: fixed;
    right: 140px;
    top: 50px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: 0;
}

#header.fixed #lang_sel_list {
    position: fixed;
    z-index: 9001;
    top: 25px;
    right: 140px;
}


/* FOOTER */
.copyright p,
.copyright a {
    font-size: 12px;
    color: #5e5e5e !important;
}

.copyright a:hover {
    color: #fdc500 !important;
}

.copyright {
    margin-top: 30px;
}

.row.under-footer {
    margin-top: 25px;
}

/* Reveal */
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}


/* Page Loader */
.js .loading::before {
    content: '';
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
}

.js .loading::after {
    content: '';
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    width: 39px;
    height: 89px;
    margin: -25px 0 0 -25px;
    pointer-events: none;
    background-image: url("/wp-content/uploads/raap-steinert-logo-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: loaderAnim 0.8s ease-out infinite alternate forwards;
    animation: loaderAnim 0.8s ease-out infinite alternate forwards;
}

@-webkit-keyframes loaderAnim {
    to {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}

@keyframes loaderAnim {
    to {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }
}

.content.intro {
    height: 93vh;
}

/* Content */
.content {
    position: relative;
    min-height: 300px;
}

.content--full {
    height: 100vh;
    min-height: 600px;
}

.flexy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row {
    margin-left: auto;
    margin-right: auto;
}

.flexrs::before,
.flexrs::after {
    display: none;
}


.flexrs a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.flexrs img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 63%;
}

.flexrs .inner span {
    position: absolute;
    bottom: 40px;
    text-transform: uppercase;
    font-size: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: bold;
    width: 100%;
}

.flexrs .inner p {
    color: #000;
    margin: 60px auto 0 auto;
    max-width: 80%;
}

.flexrs .large-3 {
    width: 24.5%;
    padding-bottom: 24.5%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 0;
}


.flexrs .front,
.flexrs .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-bottom: 100%;
}

.flexrs .large-3:hover .front,
.flexrs .large-3:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flexrs .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.flexrs .inner {
    -webkit-transform: translateY(-50%) translateZ(80px) scale(0.94);
    transform: translateY(-50%) translateZ(80px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    padding-bottom: 100%;
}

.flexrs .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flexrs .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flexrs .large-3:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flexrs .large-3:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


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

.flexy--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.content__heading {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 0 5vw;
}

.content__heading--center {
    text-align: center;
}

.slides .content__title {
    white-space: pre-line;
}

.content__title--half {
    width: 50vw;
    z-index: 2;
}

.content__title--enclosed {
    padding: 0;
    margin: 0;
}


.content__title--right {
    text-align: right;
    padding: 0 0 0 2em;
}

.content__title--left {
    margin-left: -18vw;
}

.content__title--medium {
    font-size: 6vw;
}

.content__title--small {
    font-size: 2vw;
}


.content__title__inner {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    display: inline-block;
    clear: both;
}

.slider-content .content__title__inner {
    white-space: nowrap;
}


.content__title__inner--offset-1 {
    top: -0.25em;
    left: 13.6vw;
}

.content__title__inner--offset-2 {
    top: -0.25em;
    left: 1.75vw;
}

.content__title__inner--offset-3 {
    left: -10vw;
    top: -0.25em;
}

.content__image-wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25vw;
}

.content__image-wrap--half {
    width: 50vw;
}

.content__image {
    width: 100%;
    display: block;
}

.triggers {
    border: 2px solid;
    padding: 3em;
    margin: 0 5vw;
    width: 40vw;
}


/* Menu */
.menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 320px;
    z-index: 100;
}

.js .menu {
    pointer-events: none;
}

.js .menu--open {
    pointer-events: visible;
}

.menu__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
    padding: 20vh 3em;
    margin: 0;
    background: #fcf652;
    overflow: hidden;
}

.menu__item {
    padding: 0.15em;
}

.js .menu__item {
    -webkit-transform: translate3d(-13em, 0, 0);
    transform: translate3d(-13em, 0, 0);
    -webkit-transition: -webkit-transform 0s 0.4s;
    transition: -webkit-transform 0s 0.4s;
    -o-transition: transform 0s 0.4s;
    transition: transform 0s 0.4s;
    transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
}

.btn--close {
    opacity: 0;
}

.menu--open .menu__item,
.menu--open .btn--close {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.4s 0.135s, -webkit-transform 0.4s 0.135s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.4s 0.135s, -webkit-transform 0.4s 0.135s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity 0.4s 0.135s, transform 0.4s 0.135s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.4s 0.135s, transform 0.4s 0.135s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.4s 0.135s, transform 0.4s 0.135s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s 0.135s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu--open .menu__item:nth-child(2) {
    -webkit-transition-delay: 0.165s;
    -o-transition-delay: 0.165s;
    transition-delay: 0.165s;
}

.menu--open .menu__item:nth-child(3) {
    -webkit-transition-delay: 0.195s;
    -o-transition-delay: 0.195s;
    transition-delay: 0.195s;
}

.menu--open .menu__item:nth-child(4) {
    -webkit-transition-delay: 0.225s;
    -o-transition-delay: 0.225s;
    transition-delay: 0.225s;
}

.menu .menu__link {
    font-size: 3.5vw;
    color: #4f4f54;
    font-weight: bold;
}

.menu .menu__link:hover,
.menu .menu__link:focus {
    outline: none;
    color: #000;
    text-decoration: line-through;
}


/* BUTTONS */
.premium--button {
    border: #fdc500 2px solid;
    padding: 10px 50px 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.black--button {
    border: #000 2px solid;
    background: #000;
    color: #fff;
    padding: 10px 50px 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.black--button:hover {
    color: #fdc500;
}

.white--button {
    border: #fff 2px solid;
    background: #fff;
    padding: 10px 50px 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: black !important
}

.black--border--button {
    border: #000 2px solid;
    background: #fff;
    color: #000;
    padding: 10px 50px 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.grey--button {
    border: #f0f0f0 2px solid;
    background: #f0f0f0;
    color: #000;
    padding: 10px 50px 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.white--button {
    border: #fff 2px solid;
    background: #fff;
    color: #000;
    padding: 10px 50px 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.blue--button {
    border: #002d54 2px solid;
    background: #002d54;
    color: #fff;
    padding: 10px 70px 10px 70px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    right: 25px;
}

.black--border--button-2 {
    border: #000 2px solid !important;
    background: #fff !important;
    margin-top: 25px !important;
    color: #000 !important;
    padding: 10px 50px 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.black--border--button-2:hover {
    border: #000 2px solid !important;
    background: #000 !important;
    color: #fff !important;
    padding: 10px 50px 10px 50px !important;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* HEADER */

#header p.right {
    top: 48px;
    right: 80px;
    position: fixed;
    color: #000;
}

#header {
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header.fixed {
    position: fixed;
    width: 100%;
    padding: 17px 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#header.fixed p.right {
    display: none;
}


/* START - HERO */

i.right.fa.case.fa-chevron-right {
    position: relative;
    left: 41px;
    top: 4px;
}

section#expertise--img {
    margin-top: 100px;
}

section#talents--start {
    background: #fafafa;
}

section#talents--start h1,
section#talents--start h2,
section#talents--start h3,
section#talents--start h4,
section#talents--start h5,
section#talents--start p {
    color: black !important;
}

section#talents--start h1,
section#talents--start h2,
section#talents--start h3 {
    font-weight: 100;
    font-size: 55px;
}

section#talents--start h1,
section#talents--start h3,
section#talents--start h4,
section#talents--start h5 {
    text-transform: uppercase
}

#talente a {
    color: #000;
}

section#talents--start .text {
    padding-bottom: 50px;
}

.hero--case h1 {
    margin-top: 100px;
    text-transform: uppercase;
}

a.blue--button.hide-for-large-up {
    position: relative;
    width: 245px;
    left: 0px;
    top: 50px;
}

.hero--case h5 {
    margin-top: 100px;
    text-transform: uppercase;
    font-size: 14px;
}

h2.big--number {
    font-size: 88px;
}

h6.field--text {
    font-size: 22px;
}

.hero--case .row.show-for-large-up {
    margin-top: 100px;
}

.content a h3 {
    font-size: 32px !important;
    font-weight: bold;
}

.content p,
.end p,
.intro--text p,
section#talents--start p,
.expertise-intro p,
section#head-line p,
.bergslider p {
    color: #666 !important;
}

.hero--overlay {
    width: 70%;
    min-height: 685px;
    position: absolute;
    z-index: 99;
}

.hero--case .content {
    position: relative;
    z-index: 100;
}

.cases-text-area--adjust {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cases-text-area.row {
    margin-bottom: 50px;
    margin-top: 50px;
    color: #000 !important;
}

.cases-text-area h1,
.cases-text-area h2,
.cases-text-area h3,
.cases-text-area h4,
.cases-text-area h5,
.cases-text-area h6,
.cases-text-area a,
.talent h2,
.talent h3,
.contact h1 {
    color: #000 !important;
}

.cases-text-area p,
article.news .text p,
article.news .date {
    color: #666 !important;
}

.medium-4.columns.push-a-bit.reset {
    margin-top: 100px !important;
}

#cases-main .alm-btn-wrap {
    width: 100%;
    float: left;
}

/* .columns .columns{
	padding:0 !important;
}
*/

/* 404 */
h2.error {
    font-size: 48px;
    color: #000 !important;
    font-weight: bold;
    margin-top: 100px;
}

.error404 p {
    color: #000 !important;
}

.error404 .black--border--button {
    border: #000 2px solid;
    background: #fff;
    color: #000 !important;
    padding: 10px 50px 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

#talente--teaser {
    background: #fdc500;
    padding: 14px 14px 37px 31px !important;
    margin-top: -6px;
}


/* NEWS */

#news--hero .columns {
    padding: 0;
}

#news--hero article {
    border: 1px solid #999;

}

article.row.news,
#news--hero article:not(:last-child) {
    margin: 0 0 40px 0;
    float: left;
}

.news .social {
    margin: 0 0 40px 0;
}

.news .social li {
    margin: 0 20px 0 0;
}

.newsingle a,
.talent a {
    color: #000;
    text-decoration: underline;
}

.medium-4.columns.over.reset {
    overflow: hidden;
}


article .hero-news-img {
    overflow: hidden;
}

article .news_title {
    font-weight: bold;
}

.news-case-slider.normal-slider {
    margin-top: 40px;
    margin-bottom: 40px;
}

.news-short p {
    color: #666666 !important;
}

.news-text-area.row {
    margin-top: 60px !important;
}

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

.news-text-area--wl.row {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.single .footer-cases-overlay .short-news,
.single .footer-cases-overlay a.white--button {
    opacity: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single .footer-cases-overlay .short-news {
    margin-bottom: 50px;
}

.single .footer-cases-overlay:hover .short-news,
.single .footer-cases-overlay:hover .white--button {
    opacity: 1 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single .footer-cases-overlay:hover {
    height: 100% !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button#load-more {
    color: #000 !important;
    border: #f0f0f0 2px solid;
    background: #f0f0f0;
    padding: 10px 50px 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    margin-top: 25px;
}

section#news h2 {
    font-size: 44px;
    font-weight: bold;
    color: #000 !important;
    text-transform: uppercase;
}

section#news h3,
#talente h1 {
    color: #000 !important;
}

section#news p,
#talente p {
    color: #666 !important;
}

.article-color .content {
    padding: 40px 80px 40px 80px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.single img.header {
    width: 100%;
}

/* .single h1 {
    color: #000 !important;
    font-size: 44px;
    text-transform: uppercase;
    margin-top: 50px;
    text-align: center;
} */

/* .single .news p,
.single .news a,
.single .news h1,
.single .news h2,
.single .news h3,
.single .news h4,
.single .news h5,
.single .news h6,
.single .news span {
    color: #000 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

.second-col {
    background: #f6f6f6;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.second-col:hover {
    background-color: #f2f2f2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.second-col:hover p,
.second-col:hover h5,
.second-col:hover h2 {
    color: #000 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.read--more,
.mailster-form .submit-button {
    background: none;
    color: #000 !important;
    border: #fdc500 2px solid;
    padding: 12px 50px 8px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a.read--more:hover,
.wdi_load_more_text:hover,
.mailster-form .submit-button:hover {
    background: #fdc500;
    border: #fdc500 2px solid;

}


a.allcases {

    border: #f0f0f0 2px solid;
    background: #f0f0f0;
}

a.vid--button {

    position: absolute;

    border: #f0f0f0 2px solid;
    background: #f0f0f0;
    bottom: -80px;
    right: 50%;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
}

a.vid--button i.right.fa.case.fa-chevron-right {
    position: relative;
    left: 15px;
    top: 0px;
}

.vid--overlay span {
    font-size: 44px;
    line-height: 1.15;
    font-weight: bold;
    color: #fff !important;
    text-transform: uppercase;
    position: absolute;
    left: 50px;
    bottom: 25px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);

}


.second-col:hover a.read--more {
    border: #000 2px solid;
    background: #000;
    color: #fff;
    padding: 10px 50px 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single .news h1.title {
    margin-top: 100px;
}


.content h3.news_title {
    font-weight: bold;
    color: #000 !important;
    font-size: 24px !important;
}

h5.news_client {
    color: #fdc500 !important;
}

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

.news-short time {
    color: #999999;
}

.news-text-area h2 {
    text-transform: uppercase;
    font-weight: bold;
}

a.premium--button.page-template-expertise {
    position: relative;
    left: calc(50% - 90px);
    top: 48px;
    color: #000 !important;
    background: #f0f0f0;
    border: #f0f0f0;
}

.flex-direction-nav a:before {
    font-size: 40px;
    display: inline-block;
    content: '\f054';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

sup {
    vertical-align: baseline;
    font-size: smaller;
}


/* Slider Standort */

.royalSlider {
    direction: ltr;
    height: 400px;
    position: relative;
    width: 600px;
}

.royalSlider > * {
    float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.rsOverflow {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.rsVisibleNearbyWrap {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}

.rsVisibleNearbyWrap .rsOverflow {
    left: 0;
    position: absolute;
    top: 0;
}

.rsContainer {
    height: 100%;
    position: relative;
    width: 100%;
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
}

.rsHidden {
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
    visibility: hidden;
}

.rsGCaption {
    float: left;
    text-align: center;
    width: 100%;
}

.royalSlider.rsFullscreen {
    bottom: 0 !important;
    height: auto !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
    z-index: 2147483647 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
    display: none;
    opacity: 1 !important;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.rsSlide {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    height: 100%;
    position: relative;
    width: 100%;
}

.rsPreloader {
    position: absolute;
    z-index: 0;
}

.rsNav {
    -moz-user-select: none;
}

.rsNavItem {
}

.rsThumbs {
    cursor: pointer;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 22;
}

.rsTabs {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    float: left;
}

.rsTabs,
.rsThumbs {
}

.rsVideoContainer {
    height: auto;
    line-height: 0;
    position: relative;
    width: auto;
}

.rsVideoFrameHolder {
    background: #141414 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
}

.rsABlock {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 15;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) url("blank.gif") repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}


/* Royal SLider */
.royalSlider {
    width: 100%;
    height: 950px;
    max-height: 950px;
    min-height: 350px;
}

.rsGCaption {
    display: none;
}

.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
    background: none;
    color: #FFF;
}

.rsMinW .rsArrowLeft {
    bottom: 7px;
    right: 87px;
}

.rsMinW .rsArrowRight {
    bottom: 7px;
    right: 57px;
}

.rsMinW .rsBullets {
    right: 130px;
}

.royalSlider .container {
    height: 100%;
}

.royalSlider.heroSlider img.rsImg {
    position: absolute;
}


/* Bullets */
.rsBullets {
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    line-height: 8px;
    overflow: hidden;
}

.rsBullet {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px 4px;
}

.rsBullet span {
    display: block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f0f0f0;
    background: rgba(0, 0, 0, 0.5);

}

.rsBullet.rsNavSelected span {
    background: #000;
}

.bergslider .rsBullets,
.gallery .rsBullets {
    position: relative;
    top: 30px;
}

.bergslider {
    min-height: 200px;
}

/* TALENTS */

#talente--teaser {
    background: #fdc500;
    padding: 60px 50px 50px 50px;
    margin-top: -6px;
}

.post-type-archive-talents h3.title {
    margin-top: -10px;
}

.container .single-talents li {
    margin-bottom: 12px;
    font-size: 14px;
}

/* .single-talents h1 {
    font-size: 104px;
} */

.single-talents article h2 {
    font-size: 44px;
    color: #000 !important;
    font-weight: bold;
    margin-top: -9px;
    line-height: 55px;
    text-transform: uppercase;
}

.single-talents article h3 {
    font-weight: bold;
    color: #000 !important;
    font-size: 24px;
}

.post-type-archive-talents .intro--text {
    margin-bottom: 40px;
}

.end {
    margin-top: 50px;
    margin-bottom: 75px;
}

h4.short {
    font-size: 22px;
    color: #000 !important;
    border-radius: 50%;
    border: 2px #fdc500 solid;
    width: 70px;
    height: 70px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin-top: 17px;
}


.talent ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -5px;
}

.talent li {
    padding-left: 1em;
    text-indent: -.7em;
}

.talent li:before {
    content: "• ";
    color: #fdc500;
}

.landshut h2,
.munich h2 {
    font-weight: 100;
    color: #000 !important;
    margin-bottom: 30px;
}

h3.title a {
    color: #000 !important;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.single--talent {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single--talent .row {
    border-top: 1px solid #cccccc;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cases--text p:last-child,
.small-centered p:last-child {
    margin: 0;
}

.munich .single--talent:last-child .row,
.landshut .single--talent:last-child .row {
    border-bottom: 1px solid #ccc !important;
}

.talent--head {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 720px;
}

.standard-head-content h1 {
    color: #fdc500 !important;
    text-transform: uppercase;
    margin-top: 150px;
    margin-left: -7px;
    margin-bottom: -33px;
}

.post-type-archive-talents h1.headline {
    margin-top: 250px;
    font-size: 120px;
    text-transform: uppercase;
}

section#instagram-talents {
    background: #fdc500;
}


#instagram-talents #wdi_feed_0 .wdi_feed_wrapper,
#instagram-talents #wdi_feed_0 .wdi_photo_wrap_inner,
#instagram-talents #wdi_feed_0 .wdi_load_more {
    background-color: #fdc500 !important;

}


#instagram-talents #wdi_feed_0 .wdi_feed_container {
    border-bottom-color: #fdc500 !important;
}

#instagram-talents .wdi_load_more_text,
#sb_instagram #sbi_load .sbi_load_btn {
    border: #000 2px solid !important;
    background: #fdc500 !important;
    color: #000 !important;
    padding: 10px 50px 10px 50px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

#instagram-talents h2 {
    color: #000 !important;
    font-weight: bold;
    font-size: 48px;
    margin-top: 65px;
}

#instagram-talents .text p {
    margin-bottom: 65px;
    color: #000 !important;
}

#sb_instagram .sbi_load_btn .sbi_btn_text {
    color: #000 !important;
}

#sb_instagram #sbi_load .sbi_load_btn {
    margin: 40px 0;

}

#instagram-talents .wdi_spider_popup_overlay,
#instagram-talents .footer-list-block .bwp_gallery .wdi_spider_popup_overlay,
#instagram-talents .footer-list-block .bwp_gallery_tags .wdi_spider_popup_overlay,
#instagram-talents .wdi_spider_popup_loading,
#instagra-talents .footer-list-block .bwp_gallery .wdi_spider_popup_loading,
.footer-list-block .bwp_gallery_tags .wdi_spider_popup_loading {
    display: none !important;
}

.post-type-archive-talents section#talents--start {
    margin-top: 100px;
}

.talent .intro--text {
    margin-bottom: 50px;
}


/* STANDARD TEMPLATE */

.standard-head-content {
    background: url('/wp-content/uploads/standard_hintergrund.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.standard-head-content h1 {
    color: #fdc500 !important;
    text-transform: uppercase;
    margin-top: 150px;
}

.page-template-standard .entry-content p,
.page-template-standard .entry-content a,
.page-template-standard .entry-content h2,
.page-template-standard .entry-content h3,
.page-template-standard .entry-content h4,
.page-template-standard .entry-content h5,
.page-template-standard .entry-content h6 {
    color: #000 !important;
}

.page-template-standard .entry-content {
    margin-top: 100px;
}

.page-template-standard .entry-content {
    padding-bottom: 100px;
}

.page-template-standard .padding {
    padding-bottom: 100px;
}


/* HEAD-SLIDER */

section#head-slider {
    overflow: hidden;
}

@-webkit-keyframes changescale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.035);
        transform: scale(1.035);
    }
}

@keyframes changescale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.035);
        transform: scale(1.035);
    }
}

.startslider ul.slides li img {
    width: 100%;
    overflow: hidden;
    -webkit-animation-delay: 2s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: changescale;
    animation-name: changescale;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out;
}

.slides li {
    overflow: hidden;
}


ul.slides {
    margin: 0 !important;
    position: relative;
}


.slider-content {
    position: absolute;
    top: 25%;
    left: 8%;
    z-index: 8;

}

.slider-content span#rev-1 {
    font-size: 90px;
    line-height: 90px;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.slider-content p {
    line-height: 24px;
    font-size: 24px;
    color: #000 !important;
}

/* LOGO */

img.logo--white,
img.logo--black {
    /* position: fixed; */
    left: 50px;
    width: 110px;
}

#header .logo--black {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 55px;
    padding: 20px;
    top: 0;

}


#header.fixed a:hover {
    color: #fcc500 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#menulink {
    position: absolute;
    right: 25px;
    color: #fff;
    font-size: 2rem;
    white-space: nowrap;
    line-height: 1;
    display: none;
}

/* INSTAGRAM */
#wdi_feed_0 .wdi_feed_item {
    margin-bottom: -10px !important;
}

#wdi_feed_0 .wdi_photo_wrap_inner {
    border: 0 !important;
}

#wdi_feed_0 .wdi_load_more_wrap,
#wdi_feed_0 .wdi_spinner_wrap {
    padding: 0 !important;
    background-color: #ffffff;
    display: inline-table;
    border-radius: 500px;
    height: auto !important;
    width: auto !important;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px 0;
}

#wdi_feed_0 .wdi_load_more_wrap,
#wdi_feed_0 .wdi_spinner_wrap {
    border: 0px !important;
}

#wdi_feed_0 .wdi_load_more_wrap_inner,
#wdi_feed_0 .wdi_spinner_wrap_inner {
    display: block !important;
}

.wdi_load_more_text {
    border: #f0f0f0 2px solid;
    background: #f0f0f0;
    color: #000 !important;
    padding: 10px 50px 10px 50px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* EXPERTISE */
.cases-footer h2 {
    color: #000 !important;
    font-size: 40px;
    font-weight: bold;
}

section#expertise h5 {
    color: #fcc500 !important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#expertise .tab {
    cursor: pointer;
}

.expertise h3 {
    color: #5d5d5d !important;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.expertise p {
    color: #fff !important;
}

.expertise {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.expertise .circle {
    position: relative;
    display: block;
    border: 2px solid #fcc500;
    border-radius: 50%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 75px;
    padding-right: 76px;
}

/*
.expertise.current .circle {
    background: #000!important;
}
*/

.expertise.current {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.expertise.current h3,
.expertise.current h5,
.expertise.current p {
    color: #000 !important;
}

section#expertise .current h5 {
    color: #000 !important;
}

.expertise-intro h3,
.expertise-intro h5 {
    color: #000 !important;
}

.exchangable.content {
    margin-top: 50px;
    margin-bottom: 100px;
}

.exchangable.content p,
.exchangable.content h2,
.exchangable.content h3,
.exchangable.content h4,
.exchangable.content h5 {
    color: #000 !Important;
}

.exchangable.content h3,
.expertise-intro h3 {
    font-weight: bold;

}


.exp p {
    color: #666;
}

.exp h2,
.exp h3 {
    color: #000;
}

.random.case {
    margin-top: 100px;
}

.overlay {
    position: absolute;
    padding-top: 50px;
    padding-top: 100px;
    padding-left: 25px
}

.short p {
    color: #fff !important;
}

.overlay a.white--button {
    position: relative;
    top: 20px !important;
}

.footer-cases-overlay h3 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
}

.footer-cases-overlay time {
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 14px;
}

.medium-3.newsletter.columns {
    position: relative;
}

.footer-cases-overlay .short p {
    font-size: 14px;
    margin-top: -10px;
    line-height: 14px;
}

.footer-cases.overlay {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1199px) {
    .footer-cases-overlay {
        height: 100% !important;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media screen and (max-width: 1196px) {
    .random.case {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    .expertise .circle {
        position: relative;
        top: 71px;
        border: 2px solid #fcc500;
        border-radius: 50%;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 840px) {
    .expertise .circle {
        position: relative;
        top: 19px;
        border: 2px solid #fcc500;
        border-radius: 50%;
        padding-top: 18px;
        padding-bottom: 46px;
        padding-left: 13px;
        padding-right: 13px;
    }

    .circle img {
        height: 51px;
        margin-top: 25px;
        margin-left: 13px;
        margin-right: 13px;
    }
}


/* RAAP STEINERt */
.team--member {
    position: relative;
    cursor: crosshair;
    overflow: hidden;
}

.team--member img {
    width: 100%;
}

.team--member--name {
    background: #fdc500;
    height: 65px;
    text-align: center;
    text-transform: UPPERCASE;
    position: absolute;
    width: 100%;
    bottom: -75px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.team--member--name p {
    color: #1a1a1a;
    font-size: 18px;
    padding-top: 20px;
}

.team--member:hover .team--member--name {
    bottom: 0px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#team {
    position: relative;
}

#team .columns:last-child,
#cases-main .columns:last-child {
    float: left;
}

#team .medium-3 {
    overflow: hidden;
}

.overlay_container {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5500;
}

.overlay_blocker {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.close_btn:hover,
.close_btn:focus {
    color: #ffc500;
}

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

.close_btn {
    display: block;
    font-weight: 100;
    height: 150px;
    font-size: 10rem;
    left: -25%;
    color: #fdc500;
    position: relative;
    text-decoration: none;
    top: 25%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: opacity 300ms ease 0s, -webkit-transform 520ms ease-in-out 0s;
    transition: opacity 300ms ease 0s, -webkit-transform 520ms ease-in-out 0s;
    -o-transition: opacity 300ms ease 0s, transform 520ms ease-in-out 0s;
    transition: opacity 300ms ease 0s, transform 520ms ease-in-out 0s;
    transition: opacity 300ms ease 0s, transform 520ms ease-in-out 0s, -webkit-transform 520ms ease-in-out 0s;
    width: 150px;
}

.show_details_btn {
    background: #ffc500;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    display: block;
    right: 20px;
    position: absolute;
    top: 20px;
    font-weight: 400;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    padding-top: 5px;
    z-index: 1;
    line-height: 1;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.plus_btn {
    background: #ffc500;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    display: block;
    right: 20px;
    position: absolute;
    top: 20px;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    padding-top: 5px;
    z-index: 1;
    line-height: 1;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}


.show_details_btn:hover {
    -webkit-animation: none;
    animation: none;
    background: #000;
    color: #fff;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 197, 0, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 197, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 197, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 197, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 197, 0, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 197, 0, 0);
        box-shadow: 0 0 0 10px rgba(255, 197, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 197, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 197, 0, 0);
    }
}


.overlaybox img {
    width: 100%;
    height: auto;
    max-width: 480px;
}

.overlaybox {
    background: #FFFFFF;
    height: auto;
    overflow: auto;
    position: absolute;
    top: 20%;
    right: -100%;
    width: 100% !important;
    max-width: 75rem !important;
    margin: 0 !important;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.overlaybox .columns {
    padding-left: 0;
}

.overlaybox p,
.overlaybox h3 {
    color: #999;
}

.overlaybox .teamplus {
    padding: 40px 40px 40px 0;
}

.mobile_only {
    display: none;
}


.hide--overflow {
    height: 75px;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 7;
    bottom: -75px;
}

#instagram h2 {
    font-size: 44px;
    color: #000 !important;
    font-weight: bold;
}

#instagram p {
    color: #666 !important;
}

#instagram a {
    color: #000 !important;
}

#head-line h2 {
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
}

#head-line h3 {
    font-size: 22px;
}

section#talente--teaser h5,
section#talente--teaser h3,
section#talente--teaser p {
    color: #000 !important;
}

.post-type-archive-cases #talente--teaser {
    background: #fdc500;
    padding: 14px 14px 37px 31px !important;
    margin-top: -6px;
}

.row.talente-teaser {
    background: #0d0d0d !important;
}

section#talente--teaser h3 {
    font-size: 32px;
    font-weight: bold;
}

section#talente--teaser div {
    margin-bottom: 50px;
}


/* NAVIGATION */

#nav-icon {
    width: 22px;
    height: 18px;
    /* position: fixed; */
    float: right;
    right: 50px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9001;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#header.fixed #nav-icon span {
    background: #000;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 8px;
}

#nav-icon span:nth-child(3) {
    top: 16px;
}


#nav-icon span:nth-child(4) {
    top: 16px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#header.fixed #nav-icon {
    margin-top: 10px;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

nav.the--nav ul {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

nav.the--nav.open ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    margin-left: 78px;
}

@media (max-width: 667px) {
    nav.the--nav.open ul {
        margin-left: 0;
    }
}

nav.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.head--nav {
    position: relative;
    top: 45%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.head--nav ul {
    list-style: none;
    text-align: left;
    font-size: 80px;
    font-weight: 100;
    text-transform: uppercase;

}

@media (max-width: 1900px) {
    .head--nav ul {
        font-size: 45px;
    }
}

@media (max-height: 1060px) {
    .head--nav ul {
        font-size: 45px;
    }
}

@media only screen and (device-width:932px) and (orientation:landscape) {
    .head--nav ul {
        font-size: 30px;
    }
}

@media only screen and (device-width:844px) and (orientation:landscape) {
    .head--nav ul {
        font-size: 25px;
    }
}

.head--nav ul li a {
    color: #000 !important;
}

.head--nav ul li a:hover {
    color: #fcc500 !important;
}


/* CASES */

.single-cases .news p,
.single-cases .news a,
.single-cases .news h1,
.single-cases .news h2,
.single-cases .news h3,
.single-cases .news h4,
.single-cases .news h5,
.single-cases .news h6,
.single-cases .news span {
    color: #000 !important;
}

p.small {
    color: #999 !important;
    margin-left: 74px;
}


#filters li a img {
    margin-right: 20px;
}

#filters li a {
    color: #000 !important;
    text-transform: uppercase;
    margin-left: 45px;
}

.typ--case ul li {
    margin-right: 80px;
    margin-top: 56px;
    text-transform: uppercase;
    color: #999999;
    font-size: 14px;
    line-height: 3;
}

.typ--case ul {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.typ--case ul li span {
    margin-right: 20px;
}

.case--image {
    width: 100%;
    height: auto;
}

h2.cases--headline {
    color: #000 !important;
    font-weight: 100;
    font-size: 55px;
    text-transform: uppercase;
}

.cases--overlay .short {
    padding-left: 6px;
    padding-right: 50px;
}

h3.cases--subline,
.cases--text p {
    color: #666 !important;
}

#cases--back {
    background: #fafafa;
    padding: 50px 0;

}

#filters li a {
    color: #000 !important;
}

#filters li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}


.casetabs {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.casetabs li {
    padding: 0;
    display: inline-flex;
}

.casetab,
.vidtab {
    float: left;
    padding: 0;
    position: relative;
    background: #ffc500;
    text-align: center;
    margin: 0 1% 1% 0;
    width: 24.25%;
    display: block;
    z-index: 100;
}

.casetabs li:last-child .casetab {
    margin: 0;
}

.casetab span {
    position: relative;
    display: none;
    z-index: 30;
    color: #000;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    align-self: center;
}

.casetab:hover span,
.casetab.active span {
    display: block;
}

.casetab:hover img,
.casetab.active img {
    opacity: 0.2;
}

.casetabs li img,
.vidtab img {
    max-width: 100%;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.case-content {
    padding: 0;
}

.casethumbs .small-4 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.casethumbs .small-4 img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1199px) {
    .case--image {
        width: auto;
    }
}


/* KONTAKT */
.kontakt p {
    line-height: 18px;
}

div#huge_it_google_map432661_container {
    min-height: 480px;
}


.lightgrey {
    background: #f0f0f0;
}

.tab.lgrey {
    background: #f0f0f0;
}

a.contact.tablinks {
    position: relative;
    font-weight: bold;
    display: inline-block;
}

a.contact.tablinks.active,
a.contact.tablinks:hover {
    color: #000 !important;

    background: #ffc500;
}

.kontakt p,
.page-template-kontakt h3 {
    color: #000 !important;
}

.page-template-kontakt a.black.left {
    position: relative;
    bottom: -20px;
}

.page-template-kontakt h3 {
    margin-top: 100px;
    margin-left: 28px;
    margin-bottom: 50px;
}

.slider-push {
    margin-top: 100px !important;
}

#clients .medium-3.columns {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.clients .columns:last-child {
    float: left;
}

.clients .columns {
    margin-bottom: 20px;
}

.clients img {
    max-width: 85%;
}


.cases--overlay {
    height: 100%;
    text-transform: UPPERCASE;
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.case-hover:hover .cases--overlay {
    height: 100%;
    text-transform: UPPERCASE;
    position: absolute;
    width: 100%;
    opacity: 1;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.case-hover {
    overflow: hidden;
}

.case-hover a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}


.case-hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}


/* .case-hover a div::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    z-index: 50;
} */

.case-hover:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.case-hover:hover a div::after {
    z-index: 100;
}

.cases--overlay h3 {
    background: #000;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    bottom: 20px;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 50px 8px 50px;
    position: absolute;
    right: 30px;


}

.cases--overlay .short p {
    padding-left: 50px;
    text-transform: initial;
}

.row.push-left {
    padding-left: 50px;
    padding-right: 50px;
}


.push-down {
    margin-bottom: 100px !important;
}

/* Standort */
#standexp .exp,
#standexp .exp .columns:first-child {
    padding: 0;
}

#standexp .expcont {
    padding: 40px;
    background: #fff;
    min-height: 260px;
}


#standexp .expcont {
    min-height: 460px;
}


/* FOOTER */
#footer {
    background: #f0f0f0;
    padding: 80px 50px 50px 50px;
}

#footer p,
#footer .newsletter a {
    color: #5e5e5e !important;
    font-size: 14px;
}

#footer a {
    font-size: 14px;
    color: #000 !important;
}

#footer .social {
    margin-left: 0;
}

#footer .social li {
    margin: 0 5px 0 0;
}


a.more.black--border--button {
    color: #000 !important;
    text-align: center;
}

footer span {
    color: #fdc500 !important;
}

.footer-logo img {
    max-width: 50%;
}

input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: auto;
    margin: 0 0 1rem 0;
    padding: 1rem !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

input[type="email"]:focus {
    background: none;
    border: 1px solid #000;

}

i.right.fa.fa-chevron-right.footer {
    margin-top: -37px;
    font-size: 18px;
    color: #5e5e5e;
}

.footer-cases-overlay.Ne {
    overflow: hidden;
}


/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    border: 20px solid #fff !important;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
}

.lity-close {
    z-index: 9994;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 44px;
    top: 20px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0 0 5px 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    border: 0;
    background: #000;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0 0 5px 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    border: 0;
    background: #ffc500;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}


/* BODY-SLIDER */

li.lslide img {
    width: 100%;
}


ul#image-gallery,
ul#image-gallery_2 {
    max-height: 720px;
    overflow: hidden;
}

.tab {
    color: #eee !important;
    text-align: center;
}

a.tablinks {
    color: #999999 !important;
    padding: 20px;
    position: relative;
    z-index: 9;
    display: inline-block;
    text-transform: uppercase;
}

a.tablinks.active {
    color: #000 !important;
    font-weight: bold;
}

ul.lSPager.lSGallery {
    min-width: 50000px;
    overflow: hidden;
    background: #000;
    position: relative;
    top: -6px;
    padding: 10px;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px !important;
}


/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade > * {
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper > .lightSlider:after {
    clear: both
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.lSSlideWrapper .lSFade > .active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade > .active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    -o-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    -o-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction > a:hover {
    opacity: 1
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction > a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important
}

.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important
}

@-webkit-keyframes rightEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -15px
    }
}

@keyframes rightEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -15px
    }
}

@-webkit-keyframes topEnd {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -15px
    }
}

@keyframes topEnd {

    0%,
    100% {
        top: 0
    }

    50% {
        top: -15px
    }
}

@-webkit-keyframes leftEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 15px
    }
}

@keyframes leftEnd {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 15px
    }
}

@-webkit-keyframes bottomEnd {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }
}

@keyframes bottomEnd {

    0%,
    100% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.standcase {
    border: 0 !important;
    background: #fafafa;
    float: left;
    width: 49%;
    margin-left: 2%;
}

#news--hero .standcase h3 {
    font-size: 28px;
}

.standcase:nth-child(2n+1) {
    margin-left: 0;
}

.standcase ul {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.standcase li {
    padding: 0 15px;
    display: inline-block;
    position: relative;
    font-size: 18px;
}


.standcase li:last-child {
    margin: 0;
}

.standcase li::before {
    content: "•";
    display: block;
    color: #fdc500;
    width: auto;
    height: auto;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 25px;
    line-height: 1;
}

.lifepic {
    float: left;
}

.lifepic img {
    height: 415px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    height: 950px;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
    overflow: hidden;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}


.owl-carousel .owl-item {
    width: 100%;
    height: 950px;
    overflow: hidden;
}

.owl-carousel .owl-item .item,
.owl-carousel .owl-item .container {
    height: 100%;
}

.owl-carousel .owl-item .container {
    max-width: 75rem;
    padding-top: 220px;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 250%;
    right: 10%;
    position: absolute;
    -webkit-animation: MoveUpDown 2s ease-in-out infinite;
    animation: MoveUpDown 2s ease-in-out infinite;
    top: 0;
    height: 490px;
}


@-webkit-keyframes MoveUpDown {

    0%,
    100% {
        top: 0;

    }

    50% {
        top: 5px;

    }
}


@keyframes MoveUpDown {

    0%,
    100% {
        top: 0;

    }

    50% {
        top: 5px;

    }
}

.owl-carousel .slidecont {
    padding-top: 40px;
}

.owl-carousel .slidecont p {
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
}

.owl-carousel .slidecont strong {
    font-size: 44px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.owl-carousel .slidecont em {
    font-style: normal;
    font-weight: bold;
}

.owl-carousel .read--more {
    color: #fff !important;
    border-color: #fff;
}

.owl-carousel .read--more:hover {
    background: #fff;
    color: #333 !important;
    border-color: #fff;
}

.owl-theme .owl-dots {
    margin-top: -60px !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px !important;
}

.owl-prev {
    left: 5%;
}

.owl-next {
    right: 5%;
}

.owl-nav button::before {
    content: url('../assets/img/rsk-slider-arrwow.svg');
    display: block;
    width: 30px;
    height: auto;
}

.owl-nav button:hover {
    background: none;
}

.owl-prev::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


@media all and (max-height: 900px) {

    .owl-carousel,
    .owl-carousel .owl-item {
        height: 680px;
    }

}


@media all and (max-width: 1080px) {
    .owl-prev {
        left: 3%;
    }

    .owl-next {
        right: 3%;
    }

    .owl-carousel,
    .owl-carousel .owl-item {
        height: 680px;
    }

    .owl-carousel .owl-item .container {
        padding-top: 120px;
    }

    .owl-carousel .slidecont {
        padding-right: 15%;
    }

    .ortintro,
    #clients.standclients {
        padding: 60px 40px 60px 40px;
    }

    .ortintro .columns .large-6:first-child {
        margin-bottom: 40px;
    }

    #standexp .exp {
        padding: 0 !important;
    }

    #standexp .exp h2 {
        font-size: 30px;
    }

    #standexp .expcont {
        min-height: 530px;
    }

    .standcase {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .standcase:last-child {
        margin: 0;
    }

    .standcase img {
        width: 100%;
        height: 360px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .pt-100 {
        padding-top: 60px;
    }


}


@media all and (max-width: 768px) {

    .lifepic img {
        height: 260px;
    }

    #header .container {
        padding: 0 25px;
    }

    .owl-carousel,
    .owl-carousel .owl-item {
        height: 560px;
    }


    .owl-carousel .medium-8 {
        width: 66.667%;
    }


    .owl-carousel .owl-item img {
        height: 330px;
    }

    .owl-carousel .small-8 {
        width: 58.3333333333%;
    }

    .owl-carousel .slidecont strong {
        font-size: 30px;
    }

    .owl-carousel .slidecont p {
        font-size: 21px;
    }

    .standcase .news-short {
        display: block;
    }

    #standexp .expwrap .medium-4 {
        width: 100%;
        margin-bottom: 30px;
    }

    #standexp .expwrap .medium-4.selected {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        top: inherit !important;

    }


}


@media all and (max-width: 430px) {

    #header .container {
        padding: 0 20px;
    }

    .owl-nav button::before {
        width: 20px;
    }

    .owl-prev,
    .owl-next {
        margin-top: -20px !important;
    }


    .ortmap {
        max-width: 180% !important;
        left: -30%;
        position: relative;
    }

    .owl-carousel,
    .owl-carousel .owl-item {
        height: 280px;
    }

    #standexp .expcont {
        min-height: inherit;
    }

    .owl-carousel .owl-item img {
        height: 180px;
    }

    .owl-carousel .slidecont {
        text-align: left;
    }

    .owl-carousel .small-8 {
        width: 66.667%;
    }

    .owl-carousel .slidecont {
        padding-top: 10px;
    }

    .owl-carousel .slidecont strong {
        font-size: 24px;
    }

    .owl-carousel .slidecont p {
        font-size: 16px;
    }

    .owl-carousel .read--more {
        margin-top: 10px;
    }

    .owl-carousel .owl-item .container {
        padding-top: 80px;
    }

    .owl-carousel .slidecont {
        padding-right: 20%;
    }

    .ortintro .large-6 {
        padding: 0;
    }

    .ortintro .large-6 h1 {
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }

    .lifepic img {
        height: 180px;
    }

    .lifestyle {
        padding: 0 30px;
    }

}

/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}


/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


#swipebox-overlay {
    background: rgba(255, 255, 255, 0.6) !important;
}

#swipebox-overlay img {
    border: 20px solid #fff !important;
}

#rskvid {
    width: 100%;
    height: auto;
    display: block;
    background-color: transparent !important;
    border: 0 !important;
    outline: 0 !important;
}

.pgrid {
    width: 100%;
    height: 100%;
    background: url("../assets/img/pixel-grid.png") repeat;
    position: absolute;
    top: 0;
    opacity: 0;
}

.fa-chevron-right::before {
    content: ">" !important;
    font-weight: bold !important;
}


/* Ticker */
#ticker ul,
#ticker span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wetick {
    display: block;
    position: absolute;
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

.outstanding {
    display: block;
    position: absolute;
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 140px;
    width: 100%;
    text-align: center;
}

#ticker {
    top: 70px;
}

#ticker ul {
    list-style: none;
    text-align: center;
}

#ticker ul li {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffc500;
}

#tickerwrap {
    position: absolute;
    top: 38%;
    min-height: 240px;
    left: 47%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* lightbox */
#swipebox-bottom-bar,
#swipebox-top-bar {
    background: none;
    bottom: 48.5%;
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
    background-color: #000;
}

#swipebox-arrows {
    max-width: 100%;
    width: 98%;
}

#swipebox-next {
    position: relative;
    left: -16px;
}

#swipebox-close {
    right: 44px;
    top: 20px;
}


/* Expertise X */
.fix_height {
    height: auto;
    position: relative;
    float: left;
    margin-top: 50px;
}

.background_yellow {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}


@-webkit-keyframes bgop {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }


    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes bgop {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }


    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.background_yellow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: bgop 12s infinite;
    animation: bgop 12s infinite;
    /*-webkit-animation-iteration-count: 2,2,2,2; /* Chrome, Safari, Opera */
    /*animation-iteration-count: 2,2,2,2;*/
}


.maske {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 30;
}

.yellow {
    background-color: #fff;
    height: 100%;
    width: 100% !important;
    position: absolute;
    z-index: 40;
    -webkit-animation: slide 12s infinite;
    animation: slide 12s infinite;
}


.container-txt h2 {
    color: #000 !important;
    font-size: 44px;
    line-height: 4.7rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}


.container-txt h2 span {
    text-align: center;
    color: #000;
}


@-webkit-keyframes slide {
    0% {
        margin-left: 0%;
        opacity: 0.8;
    }


    16% {
        margin-left: 33%;
    }


    32% {
        margin-left: 33%;
    }


    48% {
        margin-left: 66%;

    }


    64% {
        margin-left: 66%;
    }


    80% {
        margin-left: 100%;

    }

    95% {
        opacity: 0.8;
        margin-left: 100%;

    }

    100% {
        opacity: 0;
        margin-left: 100%;
    }

}

@keyframes slide {
    0% {
        margin-left: 0%;
        opacity: 0.8;
    }


    16% {
        margin-left: 33%;
    }


    32% {
        margin-left: 33%;
    }


    48% {
        margin-left: 66%;

    }


    64% {
        margin-left: 66%;
    }


    80% {
        margin-left: 100%;

    }

    95% {
        opacity: 0.8;
        margin-left: 100%;

    }

    100% {
        opacity: 0;
        margin-left: 100%;
    }

}


/* Effect Text */
.container-txt {
    position: absolute;
    bottom: 40%;
    z-index: 50;
    width: 100%;
    left: 50%;
    margin-left: -60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rw-sentence {
    margin: 0;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.rw-sentence span {
    color: #444;
    font-size: 200%;
    font-weight: normal;
}

.rw-words {
    display: inline;
    text-indent: 10px;
    left: 0px;
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #fdc500;
    -webkit-animation: rotateWord 12s linear infinite 0s;
    animation: rotateWord 12s linear infinite 0s;
    width: 100%;
    left: 0px;
}


.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4;
    color: #fdc500;
    text-align: center;
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    color: #fdc500;
    text-align: center;
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    color: #fdc500;
    text-align: center;
}

.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    color: #fdc500;
    text-align: center;
}

.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
    color: #fdc500;
    text-align: center;
}

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    4% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    32% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    34% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    4% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    32% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    34% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.rw-words-2 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #000;
    -webkit-animation: rotateWord2 12s linear infinite 0s;
    animation: rotateWord2 12s linear infinite 0s;

    width: 100%;
    left: 0px;

}

@-webkit-keyframes rotateWord2 {
    0% {
        opacity: 0;
    }

    78% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    83% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    97% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord2 {
    0% {
        opacity: 0;
    }

    78% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    83% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    97% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.benefitlist {
    list-style: none;
    margin-left: 0;
}

.benefitlist li {
    font-size: 22px;
    font-weight: 400;
    width: 33.333%;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
    color: #000;
}

.benefitlist li::before {
    content: '' !important;
    background-image: url("../assets/img/rsk-benefit-icon.svg");
    display: inline-block;
    height: 12px;
    width: 24px;
    position: absolute;
    left: 5px;
    top: 11px;
}


@media all and (max-width: 1024px) {

    .benefitlist li {
        width: 50%;
    }
}

@media all and (max-width: 600px) {

    .benefitlist li {
        width: 100%;
    }
}

/* MEDIA QUERIES */
@media all and (min-width: 1500px) {
    .talent--head {
        min-height: 1000px;
    }


    #body-slider .tabcontent.row,
    #standexp .expwrap,
    #start-intro + .vid {
        max-width: 1920px;
        padding: 0 50px;
    }

    /* html:not(:has(.page-template-expertise)) .expwrap.row,
    html:not(:has(.page-template-expertise)) #talents--start,
    html:not(:has(.page-template-expertise)) #news--hero {
        max-width: 1920px;
        padding: 0 50px;
    } */
    /* .content h3.news_title {
        font-size: 40px !important;
        line-height: 40px !important;
    } */

}

@media all and (min-width: 1680px) {
    .talent--head {
        min-height: 900px;
    }


}


@media all and (max-width: 1280px) {


    .flexrs .inner p {
        margin: 40px auto 0 auto;
        max-width: 90%;
    }

    h1,
    h2,
    h2.cases--headline,
    .content a h3,
    #instagram h2,
    section#talents--start h2,
    section#news h2,
    .expcont h2 {
        font-size: 36px;
    }

    .newsingle,
    .talents,
    .talent,
    .kontakt {
        padding: 40px !important;
    }

    .page-id-7 section:first-of-type .mt-160 {
        margin-top: 70px;
    }

}


@media all and (max-width: 1050px) {

    .hero--overlay {
        width: 100%;
        min-height: 685px;
        position: absolute;
        z-index: 99;
    }

    /* #menulink, */
    .lgwrap {
        display: block;
    }

    .lgwrap {
        right: 55px;
        top: 53px;
    }

    #header.fixed .lgwrap {
        right: 55px;
        top: 20px;
    }

    #nav-icon {
        display: block;
    }

    #header-right {
        /* display: flex;
        flex-direction: row-reverse; */
    }

    #wdi_feed_0 .wdi_photo_wrap {
        float: left;
    }

    .slider-content {
        top: 20%;
    }


    .slider-content span#rev-1 {
        font-size: 60px;
        line-height: 1.2;
    }

    .slider-content p {
        font-size: 18px;
        line-height: 18px;
    }

    .cases--overlay {
        opacity: 1 !important;
        z-index: 99;
    }

    .cases--overlay h3 {
        right: 20px;
        padding: 12px 25px 8px 25px;
    }

    .column,
    .columns,
    .exchangable.content {
        padding: 0;
    }

    .expcont {
        padding-right: 2rem;
    }

    .bergcont {
        padding-left: 2rem;
    }

    .article-color .content {
        padding: 20px 40px 20px 40px;
    }

    .single-case,
    .case-content,
    .exp,
    .bergslider {
        padding: 0 40px !important;
    }

    .projects,
    #clients,
    .expintro {
        padding: 0 40px 40px 40px;
    }

    #head-slider {
        padding: unset;
    }

    .clients .columns {
        margin-bottom: 0;
        min-height: 120px !important;
    }

    .overlaybox {
        margin-right: -48%;
        padding: 20px;
    }

    .close_btn {
        top: 6%;
        left: 2%;
    }

    #news--hero {
        padding: 0 40px;
    }

    #footer {
        padding: 80px 40px 50px 40px;
    }

    .news-short {
        margin-bottom: 0;
    }

    .content h3.news_title {
        margin-bottom: 10px;
    }

    .kontakt .row {
        margin: 0;
    }

    .vid--overlay span {
        font-size: 36px;
    }

    .flexrs .inner span {
        bottom: 20px;
        font-size: 14px;
    }


    .flexrs .large-3 {
        width: 50%;
        padding-bottom: 50%;
    }

    .flexrs .large-3:hover .front,
    .flexrs .large-3:hover .back {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .flexrs .large-3 .back {
        display: none;
    }

    .flexrs .iconbox {
        margin-bottom: 40px;
        min-height: 170px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flexrs .icontext {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 !important;
    }

}

@media (max-width: 1024px) {
    #header {
        /*
        position: fixed;
        width: 100%;
        top: 15px;
        z-index: 999;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        */

        background: #FFFFFF;
        position: fixed;
        width: 100%;
        padding: 17px 0;
        top: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #header .light-logo .st1 {
        fill: #000000;
    }
}

@media all and (max-width: 940px) {
    .slider-content h1 {
        font-size: 40px;
    }

    .standard-head-content h1 {
        font-size: 40px !important;
    }

    .standard-head-content {
        min-height: 300px;
    }

    .coverlay {
        opacity: 1 !important;
        z-index: 99;
    }


    .flexrs .large-3 {
        width: 50%;
        padding-bottom: 50%;
    }

    .flexrs .large-3:hover .front,
    .flexrs .large-3:hover .back {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .flexrs .large-3 .back {
        display: none;
    }


}

@media all and (max-width: 768px) {

    .cases--overlay h3 {
        text-align: center;
    }

    img.logo--white,
    img.logo--black {
        left: 25px;
    }

    #header .logo--black {
        width: 35px;
        padding: 20px 20px 20px 0;
    }

    #header.fixed {
        padding: 20px 0;
    }

    .lgwrap {
        right: 55px;
        top: 33px;
    }

    #header.fixed .lgwrap {
        right: 55px;
        top: 23px;
    }


    #menulink {
        right: 20px;
    }

    .newsingle,
    .talents,
    .talent,
    .kontakt,
    .ptb-100 {
        padding: 60px 40px;
    }

    #team .medium-3 {
        width: 33.333%;
    }

    .mt-200 {
        margin-top: 110px;
    }

    .startslider ul.slides li img {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    a.blue--button.hide-for-large-up {
        top: 0;
        z-index: 1;
    }

    .hero--case {
        min-height: 0 !important;
    }

    .hero--case h5 {
        margin-top: 0;
    }

    .hero--case .medium-7 {
        width: 100%;
    }

    .hero--overlay {
        min-height: 440px;
    }

    #footer {
        padding: 60px;
    }

    .row .row {
        margin: 0;
    }

    #team,
    .single-case,
    .fullWidth.vid,
    .bergslider {
        padding: 0 !important;
    }

    .mb-100,
    .pb-60 {
        padding: 0 40px;
        margin: 0;
    }

    .mt-100 {
        margin-top: 60px;
    }

    #footer .medium-2,
    #footer .medium-3 {
        width: 33.333%;
    }

    #news--hero article {
        padding: 0;
    }

    #footer .newsletter {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }

    #footer ul.social {
        margin-left: 0;
    }

    .case-content {
        padding: 40px 0 !important;
    }

    .news .content {
        min-height: inherit;
        padding: 20px !important;
    }


    .article-color .content {
        padding: 40px 0 0 0;
    }

    .news-short {
        display: none;
    }

    .hero-news .content {
        padding: 20px;
    }

    .vid--overlay span {
        font-size: 28px;
    }

    .small-8 {
        width: 85%;
    }

    .small-9 {
        width: 100%;
    }

    .expertise-intro {
        padding-bottom: 0;
    }

    #wdi_feed_0 .wdi_feed_item {
        width: 33.333% !important;
    }

    .close_btn {
        font-size: 7rem;
        top: 5%;
        width: 110px;
        height: 110px;
    }

    .teamplus {
        padding-left: 0.9375rem !important;
    }

    #head-line div {
        padding: 0 15px;
    }

}

@media all and (max-width: 667px) {

    .pgrid {
        display: none;
    }

    .head--nav ul {
        list-style: none;
        text-align: center;
        font-size: 38px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 55px;
    }

    .column,
    .columns {
        padding: 0;
    }


    .mobile_only {
        display: block;
    }

    .no_mobile {
        display: none;
    }

    .teamplus {
        padding: 30px 0 !important;
    }

    .close_btn_mobile {
        background: #ffc500;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        text-align: center;
        right: 30px;
        top: 30px;
        position: absolute;
        z-index: 9999;
        border: none !important;
        text-decoration: none !important;
        cursor: pointer;
        /*text-indent: -9999px; */
    }

    .overlaybox {
        top: 0;
        height: 100%;
    }

    .flexrs .iconbox {
        min-height: 150px;

    }

    .flexrs .iconbox img {
        max-width: 35%;
    }
}

@media only screen and (device-width:667px) and (orientation:landscape) {
    .head--nav ul {
        font-size: 20px;
    }
}

@media all and (max-width: 520px) {
    h1,
    h2,
    h2.cases--headline,
    .content a h3,
    #instagram h2,
    section#talents--start h2,
    section#news h2,
    .expcont h2 {
        font-size: 26px !important;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}


@media all and (max-width: 430px) {

    .single--talent .medium-2 {
        margin-bottom: 20px;
    }


    .owl-theme .owl-dots {
        display: none;
    }

    .owl-theme .owl-nav {
        margin-top: 0;
    }


    img.logo--white {
        width: 85px;
    }


    .clogo {
        width: 50%;
    }

    .brakat {
        width: 100%;
        margin-top: 25px;
    }

    .single--talent .row {
        padding: 30px 0;
    }

    .royalSlider {
        min-height: 160px !important;
    }

    .row .row {
        margin: 0;
    }

    .mt-100 .mb-60 {
        margin: 0;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

    #header #menulink {
      /*  top: -8px; */
    }

    #header.fixed #menulink {
        top: 20px;
    }

    .lgwrap {
        top: 12px;
    }


    #instagram .mb-60 {
        margin-bottom: 30px;
    }

    a.vid--button {
        bottom: -65px;
        right: 50%;
        -webkit-transform: translate(50%);
        -ms-transform: translate(50%);
        transform: translate(50%);
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .vid {
        margin-bottom: 100px;
    }

    .vid--overlay span {
        left: 25px;
        bottom: 10px;
        font-size: 18px;
    }

    .mt-100,
    #instagram .small-centered,
    .pb-60,
    #cases,
    .newsintro,
    .exp,
    #news {
        padding: 0 30px;
    }

    .expintro {
        padding: 0 30px 30px 30px;
    }

    .exp {
        margin-bottom: 30px !important;
    }

    .cases--overlay h3 {
        display: none;
    }

    .mb-30 {
        margin-bottom: 10px;
    }

    .bergcont {
        margin-top: 10px;
    }

    .bergslider .rsBullets,
    .gallery .rsBullets {
        top: 10px;
    }

    .projects iframe {
        min-height: 400px !important;
    }

    .slider-content {
        top: 10%;
    }

    .slider-content h2,
    #wdi_feed_0 .wdi_load_more_wrap {
        margin-bottom: 0;
    }

    .hero-news .content {
        min-height: inherit;
    }

    .mt-160 {
        margin-top: 120px;
    }

    .mt-200 {
        margin-top: 50px;
    }

    #instagram,
    #Munich,
    #Landshut {
        padding: 0;
    }


    #wdi_feed_0 .wdi_feed_item {
        width: 50% !important;
    }

    #team .medium-3 {
        width: 50%;
    }

    #expertise .tab {
        width: 33.333%;
    }

    .mb-60 {
        margin-bottom: 0;
    }

    .expertise h3 {
        font-size: 16px;
    }

    .casetab {
        width: 50%;
        margin-right: 0;
    }

    #swipebox-arrows {
        width: 100% !important;
    }

    #swipebox-next {
        left: 0;
    }

    #swipebox-close {
        right: 15px;
        top: 15px;
    }

    #swipebox-bottom-bar {
        bottom: 44% !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    #swipebox-bottom-bar.visible-bars {
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    .scase {
        margin-bottom: 0;
    }

    p,
    ul {
        font-size: 15px;
        line-height: 1.5;
    }

    .tab-content .small-6 {
        width: 100%;
    }

    #footer,
    #news--hero,
    .ptb-100,
    .talents,
    .talent,
    .single-case {
        padding: 30px !important;
    }

    section#talents--start .text {
        padding-bottom: 30px;
    }

    #footer .medium-2,
    #footer .medium-3,
    .small-8 {
        width: 100%;
        text-align: center;
    }

    a.read--more {
        padding: 12px 40px 8px 30px;
    }

    .expcont p {
        display: none;
    }

    .content h3.news_title {
        font-size: 18px !important;
        line-height: 21px;
    }

    section .fullWidth,
    #instagram .row,
    .landshut {
        padding: 30px 0;
    }

    .slider-content span#rev-1 {
        font-size: 36px;
    }

    .slider-content p {
        font-size: 14px;
        line-height: 14px;
    }


    .ptb-40 {
        padding: 0 !important;
    }

    #header p.right {
        top: 12px;
        right: 50px !important;
        position: fixed;

    }

    #nav-icon {
        width: 22px;
        height: 18px;
        position: fixed;
        float: right;
        right: 20px !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 9001;
    }

    img.logo--white,
    img.logo--black {
        position: fixed;
        left: 20px !important;
    }

    .slider-content h3 {
        font-size: 14px;
        font-weight: bold;
    }

    .slider-content a.premium--button {
        position: relative;
        top: -38px;
    }

    h2.cases--headline {
        line-height: 1.25;
    }

    .hero--case h5 {
        margin-top: 0;
    }

    #head-slider .mt-100 {
        padding-top: 25px;
    }

}

@media all and (max-width: 380px) {

    .owl-carousel,
    .owl-carousel .owl-item {
        height: 280px;
    }
}


.flex-direction-nav a:before {
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    content: '\f053' !important;
    color: rgba(255, 255, 255, 1);
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0.8);
    height: 80px;
    width: 80px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 80px !important;;
    height: 80px !important;;
    margin: -20px 0 0;
    line-height: 80px !important;;
    position: absolute;
    text-align: center !important;
    z-index: 10;
    overflow: hidden;
    opacity: 1 !important;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8) !important;;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) !important;;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
    left: 0px !important;
}

.flex-direction-nav .flex-next {
    right: 0px !important;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    display: none;
}

.flex-direction-nav a.flex-next:before {
    content: '\f054' !important;
}

/*------*/


@media (min-width: 1520px) {
    #header .container {
        max-width: 1920px;
    }
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

#header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    padding-right: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    /* transform: translateY(-10px); */
    transition: 0.2s ease-in-out;
    /* margin-top: 10px; */
    /* align-items: center; */

    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

#nav-icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
}

.row {
    max-width: 75rem;
    width: 100%;
}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}

@media (min-width: 1520px) {
    /* html:not(:has(.page-template-expertise)) .row {
        max-width: 1920px;
        padding: 0 50px;
    }

    html:not(:has(.page-template-expertise)) .modwrap,
    html:not(:has(.page-template-expertise)) .largemod,
    html:not(:has(.page-template-expertise)) #start-intro+.flexrs,
    html:not(:has(.page-template-expertise)) .flexrs+.vid {
        max-width: 1920px !important;
        padding: 0 50px;
    }

    html:not(:has(.page-template-expertise)) .small-8 {
        max-width: 1920px;
        width: auto;
    }

    html:not(:has(.page-template-expertise)) .large-9 {
        width: auto;
    } */

}

.img-overlay__item:after {
    background-color: rgba(0, 0, 0, 0.3) !important;

}

.site-footer__headline p {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;
    white-space: nowrap;
    font-size: 15vw;
}

@media (min-width: 1024px) {
    .site-footer__headline p {
        font-size: 128px;
        margin-bottom: 48px;
        white-space: normal;
    }
}

._brlbs-embed {
    max-height: 400px !important;
}

.page-template-raap-tmp .text-bg {
    max-width: none;
}

.page-template-raap-tmp .text-bg .container {
    max-width: 1920px;
}


.has_sec {
    position: relative;
    /* width: 200px; */
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logos__wrap {
    display: flex;
    flex-direction: row;
    justify-items: center;
}


.logos__item {
    width: 100%;
}

.logos__item-logo,
.logos__item img {
    max-width: 164px;
    width: 100%;
}


@keyframes rotate {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
        -webkit-transform: translate3d(0, 30px, 0);
        -moz-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        -o-transform: translate3d(0, 30px, 0);
    }


    10% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

    90% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

    /* 90% {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        -o-transform: translate3d(0, -30px, 0);
    } */

    100% {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        -o-transform: translate3d(0, -30px, 0);
    }
}

.logos__item-logo-new {
    display: flex;
    flex-direction: column;
    margin: 10px;
    opacity: 0;
    /* Начальная прозрачность */
}

/* Стили для класса .animate */
/* .logos__item-logo-new.animate {
    animation: rotate 2.5s linear infinite;
    opacity: 0 ;
    -webkit-animation: rotate 2.5s linear infinite;
} */
.logos__item {
    overflow: hidden;
}

.logos__item-logo-new {
    transition: .5s;
    transform: translateY(-100%);
}

.logos__item-logo-new.animate {
    opacity: 1;
    transform: translateY(0);
}

.logos__item-logo-new.nextanimate {
    transform: translateY(100%);
}


.page-template-raap-tmp .img-overlay .container {
    padding: 0 50px;
}

@media (max-width: 1024px) {
    .mt-90 {
        margin-top: 72px;
    }

    .page-template-raap-tmp .img-overlay .container {
        padding: 0 30px;
    }
}

.page-template-raap-tmp .img-overlay__item img {
    max-height: none !important;
    min-height: unset !important;
}

.page-template-raap-tmp .img-overlay__item .img-overlay__btn {
    opacity: 1 !important;
}


a.light-logo {
    color: #FFFFFF !important;
}

.single-cases a,
.single-talents a,
a.dark-logo {
    color: #000000 !important;
}

.single-cases a {
    display: inline-flex;
}

@media (max-width: 430px) {
    .logos {
        padding: 0 30px;
    }
    #cases-modul {
        padding-bottom: 16px;
    }
    #header .container {
        padding-left: 0px;
    }
    #rsk_logo svg {
        height: 25px;
    }
}
