/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body .elementor-widget-container {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

p:last-child {
    margin-bottom: 0 !important;
}

h2>a,
h3>a,
h4>a,
footer a,
.menu>.menu-item>a {
    background-image: -o-linear-gradient(currentColor, currentColor);
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: background-size .3s, background-position .3s;
    -o-transition: background-size .3s, background-position .3s;
    transition: background-size .3s, background-position .3s;
}

h2>a:hover,
h3>a:hover,
h4>a:hover,
.menu>.menu-item>a:hover,
footer a:hover {
    background-size: 100% 2px;
}

main p>a:not(.apply-btn),
main p>span>a,
main label>a,
.job-list-item a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, left bottom, from(var(--e-global-color-1527fbc)), to(var(--e-global-color-1527fbc)));
    background-image: -o-linear-gradient(currentColor, currentColor), -o-linear-gradient(var(--e-global-color-1527fbc), var(--e-global-color-1527fbc));
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(var(--e-global-color-1527fbc), var(--e-global-color-1527fbc));
    background-position: 0% 100%, 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px, 100% 1px;
    -webkit-transition: background-size .3s, background-position .3s;
    -o-transition: background-size .3s, background-position .3s;
    transition: background-size .3s, background-position .3s;
}

main p>a:not(.apply-btn):hover,
main label>a:hover,
main p>span>a:hover,
.job-list-item a:hover {
    background-size: 100% 1px, 100% 1px !important;
}

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4 {}

.elementor-widget-text-editor h4 {
    margin-top: 1.4em;
    margin-bottom: .4em;
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4 {
    margin: 0;
}

.elementor-widget-heading h3 {
    margin-bottom: 10px;
}

.home main h3,
.single-post article h3 {
    font-size: 35px;
    font-weight: 900;
}

.elementor-widget-text-editor ul,
.elementor-toggle-item ul {
    margin-bottom: 1em;
    list-style: none;
    padding: 0;
}

.elementor-widget-text-editor ul li,
.elementor-toggle-item ul li {
    padding-left: 35px;
    position: relative;
    padding-bottom: 10px;
}

.elementor-widget-text-editor ul li:before,
.elementor-toggle-item ul li:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    display: block;
    top: 15px;
    left: 0;
    background-color: var(--e-global-color-text);
}

.button {
    border-color: currentColor;
}

.elementor-button-link,
.button {
    background-repeat: no-repeat;
    background-size: 32px 14px;
    background-position: calc(100% - 30px) 15px;
    -webkit-transition: padding-right .3s ease, background-position .3s ease;
    -o-transition: padding-right .3s ease, background-position .3s ease;
    transition: padding-right .3s ease, background-position .3s ease;
}

.elementor-form .elementor-button>span {
    display: block;
    background-repeat: no-repeat;
    background-size: 32px 14px;
    background-position: calc(100% - 30px) 4px;
    -webkit-transition: padding-right .3s ease, background-position .3s ease;
    -o-transition: padding-right .3s ease, background-position .3s ease;
    transition: padding-right .3s ease, background-position .3s ease;
}

.elementor-button-link:hover,
.button:hover {
    background-image: url('../img/arrow_right_white.svg');
    padding-right: 60px;
    background-position: calc(100% - 20px) 15px;
}

.elementor-form .elementor-button:hover>span {
    background-image: url('../img/arrow_right_white.svg');
    padding-right: 40px;
    background-position: 100% 4px;
}

main {
    min-height: 65vh;
}

.nbsp {
    width: 6px;
    display: inline-block;
}

.job-iframe {
    min-height: 100vh;
}

/* JOB LIST */

.job-list {
    overflow-y: hidden;
    position: relative;
}

.job-list-header {
    background: #efefef;
    font-weight: bold;
}

.job-list-item {
    display: flex;
    width: 100%;
    border-bottom: 1px solid;
    padding: .5em 1em;
    align-items: center;
}

.job-list-item.hidden {
    display: none;
}

.job-list-item--title {
    width: 70%;
    font-weight: bold;
}

.job-list-item--location {
    width: 30%;
}

.job-filters-nav {
    padding: .5em 1em;
    background: #efefef;
}

.job-filters-nav a {
    padding-left: .5em;
    padding-right: .5em;
}

.job-filters-nav a.active {
    font-weight: bold;
}

/* TAB VIEW */
.goetz-tab-view {
    display: flex;
}

.goetz-tab-view-nav {
    width: 50%;
    position: relative;
}

.goetz-tab-view-nav--item label {
    display: flex;
    align-items: center;
    margin-bottom: 3em;
    opacity: .4;
    transition: opacity .3s;
}

.goetz-tab-view-nav--item:before {
    position: absolute;
    width: 100%;
    height: 80px;
    background: #efefef;
    display: block;
    content: '';
    z-index: -1;
    left: -20px;
    opacity: 0;
    transition: opacity .3s;
}

.goetz-tab-view-nav--item:hover label {
    opacity: 1;
    cursor: pointer;
}

.goetz-tab-view-nav--check:checked~label {
    opacity: 1;
}

.goetz-tab-view-nav--item .goetz-tab-view-nav--text h4 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.goetz-tab-view-nav--item h5 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.goetz-tab-view-nav--icon svg {
    width: 60px;
}

.goetz-tab-view-nav--icon {
    margin-right: 1em;
    display: flex;
    align-items: center;
}

.goetz-tab-view-content {
    width: 50%;
}

.goetz-tab-view-content--item {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}

.goetz-tab-view-nav--check:checked~.goetz-tab-view-content--item {
    display: block;
}

.goetz-tab-view-nav--check {
    display: none;
}

/* FILE UPLOAD */
input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.elementor-field-type-upload:before {
    content: 'Bewerbungs\00ADunterlagen hochladen';
    display: block;
    letter-spacing: normal;
    text-transform: none;
    width: 25%;
    font-weight: 500;
}

.elementor-field-type-upload {
    margin-bottom: 2em !important;
}

.elementor-field-type-upload label {
    top: 0;
    position: static;
    height: auto;
    width: auto;

    color: var(--e-global-color-text);
    font-weight: normal !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-text);
    border-radius: 30px;
    padding: 10px 32px 10px 32px !important;
    -webkit-transition: color .5s, background-color .5s, border-color .5s;
    -o-transition: color .5s, background-color .5s, border-color .5s;
    transition: color .5s, background-color .5s, border-color .5s;
    position: relative;
}

.elementor-field-type-upload label:hover {
    color: #FFFFFF;
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.apply-btn button {
    margin: 40px 0;
}

/* TEASER SLIDER */
.teaser-slider {
    position: relative;
    color: #fff;
    height: 100vh;
}

.teaser-slider--slide {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0;
    padding: 1em;
    -webkit-transition: opacity 1s, z-index 1s;
    -o-transition: opacity 1s, z-index 1s;
    transition: opacity 1s, z-index 1s;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
}

.teaser-slider--slide:before,
body:not(.home) main .page-content>.elementor>section:first-of-type:before,
body.error404 .elementor-location-single>section.elementor-element-d0a8ccd:first-child:before,
.search-results main section:first-of-type:before {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vh;
    display: block;
    content: '';
    background: transparent -o-linear-gradient(top, rgba(4, 27, 46, 1) 0%, #005CA900 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(4, 27, 46, 1)), to(#005CA900)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(4, 27, 46, 1) 0%, #005CA900 100%) 0% 0% no-repeat padding-box;
}

body:not(.home) main .page-content>.elementor>section:first-of-type:before {
    background: transparent -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(#00000000)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.teaser-slider--slide:after,
.service-slide--inner:after,
.overlay-bottom:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    display: block;
    content: '';
    -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: transparent -o-linear-gradient(top, #041B2E 0%, #005CA900 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#041B2E), to(#005CA900)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #041B2E 0%, #005CA900 100%) 0% 0% no-repeat padding-box;
    -webkit-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

.teaser-slider--slide:after {
    height: 70vh;
}

.overlay-bottom:after {
    height: 200px;
    z-index: 1;
}

.overlay-bottom>.elementor-widget-wrap>* {
    z-index: 2;
}

.teaser-slider--slide.active {
    z-index: initial;
    opacity: 1;
}

.teaser-slide--inner {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}

.teaser-slider--nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.teaser-nav--inner {
    max-width: 1480px;
    margin: auto;
    padding: 1em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.teaser-nav--item {
    width: calc(100% / 3 - 2em);
    border-bottom: 2px solid #fff;
    padding-bottom: 1em;
    opacity: .5;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.teaser-nav--item p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.teaser-nav--item.active {
    opacity: 1;
}

.teaser-nav--item a {
    color: #fff !important;
}

/* LE POSTS */

.le-posts-container {
    overflow-x: hidden;
}

.le-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2em;
    margin-right: -2em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.le-post {
    width: calc(100% / 4 - 4em);
    margin: 0 2em 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.le-post .le-excerpt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.le-post h4 {
    margin-top: 0;
}

.post-date {
    color: var(--e-global-color-1527fbc);
    font-size: var(--e-global-typography-7385e09-font-size);
}

.post-type {
    color: var(--e-global-color-1527fbc);
    font-size: var(--e-global-typography-7385e09-font-size);
}

.le-readmore-link {
    text-align: right;
}

.le-readmore-link a {
    background-image: url('../img/arrow_right_blue.svg');
    background-repeat: no-repeat;
    background-size: 32px 14px;
    background-position: calc(100% - 30px) 65%;
    padding-right: 75px;
    -webkit-transition: padding-left .3s ease-in-out, margin-right .3s ease-in-out;
    -o-transition: padding-left .3s ease-in-out, margin-right .3s ease-in-out;
    transition: padding-left .3s ease-in-out, margin-right .3s ease-in-out;
}

.le-readmore-link a:hover {
    -webkit-animation: le-arrow 2s infinite;
    animation: le-arrow 2s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    padding-left: 5px;
}

@-webkit-keyframes le-arrow {
    0% {
        background-position: calc(100% - 30px) 65%;
    }

    25% {
        background-position: calc(100% - 25px) 65%;
    }

    75% {
        background-position: calc(100% - 35px) 65%;
    }

    100% {
        background-position: calc(100% - 30px) 65%;
    }
}

@keyframes le-arrow {
    0% {
        background-position: calc(100% - 30px) 65%;
    }

    25% {
        background-position: calc(100% - 25px) 65%;
    }

    75% {
        background-position: calc(100% - 35px) 65%;
    }

    100% {
        background-position: calc(100% - 30px) 65%;
    }
}

.le-post .le-readmore-link a {
    margin-right: 5px;
}

.le-post .le-readmore-link a:hover {
    margin-right: 0;
}

/* BURGER */

.burger-menu {
    display: none;
}

.burger-menu label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 28px;
    cursor: pointer;
    z-index: 99;
    position: relative;
}

.burger-menu label span {
    background: #fff;
    border-radius: 10px;
    height: 2px;
    margin: 3px 0;
    -webkit-transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.burger-menu span:nth-of-type(1) {
    width: 100%;
    margin-top: 5px;
}

.burger-menu span:nth-of-type(2) {
    width: 100%;
}

.burger-menu span:nth-of-type(3) {
    width: 100%;
    margin-bottom: 5px;
}

.burger-menu input[type="checkbox"] {
    display: none;
}

.burger-menu input[type="checkbox"]:checked~span:nth-of-type(1) {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotatez(45deg) translate(5px, 8px);
    -ms-transform: rotate(45deg) translate(5px, 8px);
    transform: rotatez(45deg) translate(5px, 8px);
    width: 100%;
}

.burger-menu input[type="checkbox"]:checked~span:nth-of-type(2) {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    width: 50%;
    -webkit-transform: rotatez(-45deg) translate(-4px, 5px);
    -ms-transform: rotate(-45deg) translate(-4px, 5px);
    transform: rotatez(-45deg) translate(-4px, 5px);
}

.burger-menu input[type="checkbox"]:checked~span:nth-of-type(3) {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    width: 50%;
    -webkit-transform: rotatez(-45deg) translate(16px, 0);
    -ms-transform: rotate(-45deg) translate(16px, 0);
    transform: rotatez(-45deg) translate(16px, 0)
}

.burger-menu input[type="checkbox"]:checked~span,
.elementor-sticky--effects .burger-menu input[type="checkbox"]~span {
    background: var(--e-global-color-text);
}

.elementor-sticky--active {
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

/* MENU */

.le-main-menu>.current-menu-item>a {
    background-size: 100% 2px;
}

.le-main-menu .menu-item a {
    position: relative;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
}

.single-post .le-main-menu .menu-item a,
.single-job .le-main-menu .menu-item a {
    color: var(--e-global-color-text);
}

.le-main-menu,
.le-main-menu .sub-menu {
    list-style: none;
    padding: 0;
}

.le-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.le-main-menu>.menu-item {
    position: relative;
    padding: 1em 3em 1em 0;
    margin: -1em 0 -1em 0;
}

.le-main-menu .sub-menu {
    margin: auto;
    padding: 2em;
    padding-right: 4em;
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: 0;
    top: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;

    background-image: url('/wp-content/uploads/goetz_footer-bg.svg');
    background-size: cover;
    background-position: 40%;
}

.le-main-menu .menu-item-218 .sub-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.le-main-menu .sub-menu .menu-item {
    padding-bottom: .5em;
}

.le-main-menu .sub-menu .menu-item a {
    display: block;
    color: #fff;
    background-image: url('../img/arrow_right_blue.svg');
    background-repeat: no-repeat;
    background-size: 32px 14px;
    background-position: -32px 9px;
    -webkit-transition: color .3s ease, padding-left .3s ease, background-position .3s ease;
    -o-transition: color .3s ease, padding-left .3s ease, background-position .3s ease;
    transition: color .3s ease, padding-left .3s ease, background-position .3s ease;
}

.le-main-menu .sub-menu .menu-item a:hover,
.le-main-menu .sub-menu .current-menu-item a {
    color: var(--e-global-color-text);
    padding-left: 45px;
    background-position: 0 9px;
}

.elementor-widget-theme-site-logo img,
.le-main-menu>.menu-item a {
    z-index: 2;
    position: relative;
}

.le-main-menu>.menu-item>a {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.elementor-widget-theme-site-logo img {
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.elementor-sticky--effects .le-main-menu>.menu-item>a {
    color: var(--e-global-color-text);
}

.le-main-menu>.menu-item:hover .sub-menu {
    opacity: 1;
    pointer-events: initial;
}

/* HEADER */

.elementor-sticky__spacer {
    margin-top: -130px;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.elementor-sticky--effects {
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

.elementor-widget-theme-site-logo img {
    opacity: 0;
}

.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    width: 100px !important;
    opacity: 1;
}

.elementor-sticky--effects {
    background-color: #fff;
}

header .elementor-widget-theme-site-logo a {
    position: relative;
}

header .elementor-widget-theme-site-logo a:after {
    background-image: url('/wp-content/uploads/goetz_logo-weiss.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
}

.single-post .elementor-widget-theme-site-logo a:after,
.single-job .elementor-widget-theme-site-logo a:after,
.elementor-sticky--effects .elementor-widget-theme-site-logo a:after {
    content: unset;
}

.single-post .elementor-widget-theme-site-logo img,
.single-job .elementor-widget-theme-site-logo img {
    opacity: 1;
}

.single-post header svg path,
.single-job header svg path,
.single-post header svg .st0,
.single-job header svg .st0 {
    fill: var(--e-global-color-text);
}

.single-post .burger-menu label span,
.single-job .burger-menu label span {
    background-color: var(--e-global-color-text);
}

/* LOCATIONS LIST */
.swtb-privacy-overlay .swtb-privacy-overlay-inner {
    background: hsla(0, 0%, 100%, .9);
    padding: 1em;
}

.infowindow span {
    display: block;
    font-weight: bold;
}

.swtb-gm-container .swtb-gm-js-map img {
    max-width: initial;
}

.swtb-gm-container .swtb-gm-js-map button {
    border-radius: 2px !important;
}

.locations-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    overflow-x: hidden;
}

.locations-item {
    width: calc(100% / 3 - 2%);
    background: #efefef;
    margin: 1%;
    padding: 1em;
    position: relative;
}

.locations-item.hidden {
    display: none;
}

.country-flag {
    position: absolute;
    padding: 6px 12px;
    line-height: 1;
    background: #005CA9;
    color: #fff;
    border: 0;
    top: 5px;
    right: 5px;
    font-size: 13px;
}

.locations-filters,
.job-filters {
    display: flex;
    padding: 1em 0 0;
}

.locations-filter,
.job-filter {
    padding: 1em 1em 1em 0;
}

.locations-item h4 {
    margin-top: 15px;
}

.locations-filters .locations-search input,
.job-filters .job-search input {
    border: 2px solid;
    color: var(--e-global-color-text);
    border-radius: 30px;
    font-size: var(--e-global-typography-text-font-size);
}

.locations-filters .locations-search input:focus,
.job-filters .job-search input:focus {
    outline: currentColor;
}

.locations-filter select {
    background: url('/wp-content/plugins/goetz/assets/img/arrow_down_blue.svg') #00000000 no-repeat;
    background-size: 20px 20px;
    background-position: calc(100% - 20px) center;
    border: 2px solid;
    border-radius: 30px;
    padding-right: 2em;
    color: var(--e-global-color-text);
    font-size: var(--e-global-typography-text-font-size);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/* SEARCH */
.search-icon:hover {
    cursor: pointer;
}

.le-search-icon {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    position: relative;
    z-index: 4;
    background-color: #fff;
}

.search-icon img {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
    left: 6px;
    z-index: 4;
}

.search-icon img path {
    fill: #fff;
}

.search-container {
    position: absolute;
    top: 0;
    right: 32px;
    height: 32px;
    z-index: 3;
    -webkit-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
}

.search-field {
    color: var(--e-global-color-text);
    appearance: none !important;
}

.search-container label {
    overflow-x: hidden;
}

.search-container .search-submit {
    display: none;
}

.search-container .search-field {
    border: none;
    outline: none;
    height: 32px;
    width: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: width .3s ease-in-out, padding .3s ease-in-out;
    -o-transition: width .3s ease-in-out, padding .3s ease-in-out;
    transition: width .3s ease-in-out, padding .3s ease-in-out;
}

.search-form label {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.search-icon:hover .search-field,
.search-icon.active .search-field {
    width: 200px;
    padding-left: 1em;
    padding-right: 1em;
}

.search-icon:hover .search-container,
.search-icon.active .search-container {
    right: 0;
}

/* FORM */
main .elementor-form input:not([type="checkbox"]):not([type="file"]),
main .elementor-form textarea {
    background-color: #efefef !important;
    border: 1px solid #d9d9d9 !important;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-top: 15px;
    padding-bottom: 15px;
}

main .elementor-form .elementor-field-option input {
    position: absolute;
    top: 6px;
    left: 10px;
}

main .elementor-form .elementor-field-option label {
    margin-left: 2em;
    display: block !important;
    margin-bottom: 1em;
    line-height: 1.4;
}

main .elementor-form .elementor-field-label {
    font-weight: 500;
}

/* SOCIAL SHARES */
.social-shares .share-button img {
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    margin: 0;
    margin-right: 1em;
}

.social-shares .share-button img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* SWIPER */
.swiper {
    overflow-x: hidden;
    color: #fff;
}

.separator-dots {
    text-align: center;
}

.service-slider .swiper .swiper-pagination {
    bottom: -3em;
}

.swiper .swiper-pagination-bullet,
.separator-dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    -webkit-transform: skewX(-27deg);
    -ms-transform: skewX(-27deg);
    transform: skewX(-27deg);
    border-radius: 0;
    -webkit-transition: width .5s, height .5s;
    -o-transition: width .5s, height .5s;
    transition: width .5s, height .5s;
    background-color: var(--e-global-color-text);
    opacity: 1;
}

.separator-dot {
    display: inline-block;
    background-color: #fff;
}

.swiper .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
}

/* KPI */

.kpi-section .elementor-counter-number {
    font-size: 80px;
    font-weight: 900;
}

.kpi-section .elementor-counter .elementor-counter-title {
    font-size: 30px;
    line-height: 1.5;
}

/*
.kpi-section {
    overflow-x: hidden;
}

.kpi-section .elementor-column {
    position: absolute;
}

.kpi-section .elementor-column:first-child {
    top: 20%;
    left: 0;
}
*/
.kpi-section .elementor-column:first-child .elementor-counter-number {
    background: transparent -o-linear-gradient(left, #005CA9 0%, #0093D6 100%) 0% 0% no-repeat;
    background: transparent -webkit-gradient(linear, left top, right top, from(#005CA9), to(#0093D6)) 0% 0% no-repeat;
    background: transparent linear-gradient(90deg, #005CA9 0%, #0093D6 100%) 0% 0% no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kpi-section .elementor-column:nth-child(2) .elementor-counter-number {
    background: transparent -o-linear-gradient(200deg, #005CA9 0%, #0093D6 100%) 0% 0% no-repeat;
    background: transparent linear-gradient(250deg, #005CA9 0%, #0093D6 100%) 0% 0% no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*
.kpi-section .elementor-column:nth-child(2) .elementor-counter-title {
    margin-left: 5em;
}
*/
.kpi-section .elementor-column:nth-child(3) .elementor-counter-number {
    background: transparent -o-linear-gradient(307deg, #005CA9 0%, #0093D6 100%) 0% 0% no-repeat;
    background: transparent linear-gradient(143deg, #005CA9 0%, #0093D6 100%) 0% 0% no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kpi-section .elementor-column:nth-child(4) .elementor-counter-number {
    background: transparent -o-linear-gradient(339deg, #005CA9 0%, #0093D6 100%) 0% 0% no-repeat;
    background: transparent linear-gradient(111deg, #005CA9 0%, #0093D6 100%) 0% 0% no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*
.kpi-section .elementor-column:nth-child(2) {
    left: 100px;
    bottom: 10%;
}

.kpi-section .elementor-column:nth-child(3) {
    left: 38%;
    top: 35%;
}

.kpi-section .elementor-column:nth-child(4) {
    bottom: 20%;
    right: 0;
}

.kpi-section .elementor-column:nth-child(4) .elementor-counter-title {
    margin-left: 4em;
}

.kpi-box-inner {
    padding: 1em;
}
*/
.kpi-number {
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
}

/* SERVICE SLIDER */

.service-slider .service-slider--slide {
    width: 20vw;
    min-width: 400px;
    height: 40vw;
    max-height: 600px;
}

.service-slide--inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2em;
    -webkit-transition: padding .3s ease-in-out;
    -o-transition: padding .3s ease-in-out;
    transition: padding .3s ease-in-out;
}

.service-slide--inner:hover:after {
    height: 100%;
}

.service-slide--inner:hover {
    padding-bottom: 3em;
}

.service-slide--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
    position: relative;
    z-index: 1;
}

.service-slide--content h3 {
    font-size: 30px !important;
}

.service-slider .service-slide--inner a {
    color: #fff;
}

.service-slider .le-readmore-link {
    text-align: left;
    position: relative;
    z-index: 1;
}

.service-slider .le-readmore-link a {
    background-image: url('../img/arrow_right_white.svg');
}

.service-slide--image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 2s linear;
    transition: -webkit-transform 2s linear;
    -o-transition: transform 2s linear;
    transition: transform 2s linear;
    transition: transform 2s linear, -webkit-transform 2s linear;
}

.service-slider--slide:hover .service-slide--image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* FOOTER */
.le-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.le-footer-menu>.menu-item {
    margin-bottom: 1em;
    min-width: 140px;
}

.le-footer-menu>.menu-item:nth-last-child(2) {
    display: none;
}

.le-footer-menu .menu-item a {
    color: #fff;

}

.le-footer-menu,
.le-footer-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.le-footer-menu .sub {
    display: block;
    max-width: 200px;
}

.le-footer-menu .sub p {
    margin-bottom: 0;
    line-height: 1.8em;
}

.le-footer-menu .sub p span {
    font-size: 15px;
}

.le-footer-menu>.menu-item>a {
    font-weight: bold;
}

.le-footer-menu .sub a,
.le-footer-menu .sub p,
.le-footer-menu .sub-menu a {
    font-size: 15px;
}

.le-footer-menu .menu-item-218 .sub-menu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

footer a.elementor-icon {
    background-image: none !important;
}

/* LEA CLASSES */
.has-gradient-bg .elementor-column {
    background-image: url('/wp-content/uploads/goetz_footer-bg.svg');
    background-size: cover;
    background-position: 40%;
    color: #fff !important;
}

.has-gradient-bg .elementor-column:nth-child(odd) {
    background-image: none;
}

.has-bg>.elementor-container>.elementor-column {
    color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
}

.has-bg {
    background-color: rgba(0, 5, 10, 0.6);
    background-blend-mode: overlay;
}

.has-bg .elementor-button-wrapper .elementor-button {
    color: #fff;
}

.has-bg .elementor-widget-text-editor ul li:before {
    background-color: #fff;
}

.toc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.toc a {
    width: 100%;
    background-image: url('../img/arrow_right_lightblue.svg');
    background-repeat: no-repeat;
    background-size: 32px 14px;
    background-position: 0 17px;
    padding: 5px 0;
    padding-left: 45px;
    -webkit-transition: background-position .2s ease-in-out, padding-left .2s ease-in-out;
    -o-transition: background-position .2s ease-in-out, padding-left .2s ease-in-out;
    transition: background-position .2s ease-in-out, padding-left .2s ease-in-out;
    font-size: 25px;
    line-height: 1.4em;
    color: var(--e-global-color-accent) !important;
}

.toc a:hover {
    background-position: 10px 17px;
    padding-left: 50px;
}

.sub-drop {
    display: none;
}

.to-top-btn {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.to-top-btn img {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
}

.to-top-btn a {
    background: #fff;
    box-shadow: 0 0 25px #b8b8b8 !important;
    border-radius: 50%;
    padding: 10px;
}

.to-top-btn:hover img {
    -webkit-animation: wobble 2s infinite;
    animation: wobble 2s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    75% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    75% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.to-top-btn.active {
    opacity: 1;
    pointer-events: initial;
}


/* SERVICES */
.le-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
}

.le-service {
    width: calc(100% / 3 - 2em / 3);
    position: relative;
}

.le-service:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: block;
    content: '';
    -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: transparent -o-linear-gradient(top, #041B2E 0%, #005CA900 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#041B2E), to(#005CA900)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #041B2E 0%, #005CA900 100%) 0% 0% no-repeat padding-box;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
}

.le-service:hover:after {
    height: 100%;
}

.le-service-img {
    height: 500px;
    overflow: hidden;
}

.le-service .le-service-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
}

.le-service:hover .le-service-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.le-service-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 8;
    padding: .5em 1em;
    -webkit-transition: padding-bottom .5s;
    -o-transition: padding-bottom .5s;
    transition: padding-bottom .5s;
}

.le-service:hover .le-service-title {
    padding-bottom: 1em;
}

.teaser-nav--mobile {
    display: none;
}

/* TIMELINE */

.goetz-timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.goetz-timeline-item {
    word-break: break-word;
    display: flex;
}

.goetz-timeline-item__content {
    padding: 2em;
    width: 50%;
}

.goetz-timeline-item__image {
    padding: 3em 2em 2em;
    width: 50%;

}

.goetz-timeline-item h4 {
    position: relative;
    font-size: 1.4em;
    color: var(--e-global-color-primary);
    margin-bottom: 1em;
}

.goetz-timeline-item h4:after {
    display: block;
    position: absolute;
    content: '';
    background: #fff;
    border: 4px solid var(--e-global-color-primary);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 5px;
    right: -47px;
}

.goetz-timeline-item:nth-child(odd) .goetz-timeline-item__content,
.goetz-timeline-item:nth-child(even) .goetz-timeline-item__image {
    border-right: 1px solid var(--e-global-color-primary);
}

.goetz-timeline-item:nth-child(odd) .goetz-timeline-item__content {
    text-align: right;
}

.goetz-timeline-item:nth-child(even) .goetz-timeline-item__content,
.goetz-timeline-item:nth-child(odd) .goetz-timeline-item__image {
    order: 1;
    border-left: 1px solid var(--e-global-color-primary);
}

.goetz-timeline-item:nth-child(even) .goetz-timeline-item__content {
    order: 1;
    text-align: left;
}

.goetz-timeline-item:nth-child(even) h4:after {
    left: -47px;
}

.goetz-timeline-item__content-box {
    position: relative;
}

.goetz-timeline-item__image {}

.goetz-timeline-item:nth-child(even) .goetz-timeline-item__image {}

/* ACCORDION */
.elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
    float: right !important;
    text-align: right !important;
    background: url('/wp-content/uploads/arrow_right_blue.svg') center no-repeat;
    width: 1.4em;
    height: 1.4em;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon span {
    display: none;
}

.elementor-toggle .elementor-toggle-item .elementor-toggle-icon {
    margin-top: 6px;
}

.elementor-toggle .elementor-toggle-item .elementor-toggle-icon-opened {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.elementor-toggle .elementor-toggle-item .elementor-toggle-title {
    font-size: var(--e-global-typography-6f2a23b-font-size);
    font-weight: var(--e-global-typography-6f2a23b-font-weight);
}

.elementor-toggle .elementor-toggle-item .elementor-tab-title {
    border-width: 2px;
    border-color: var(--e-global-color-text);
    padding: 2em 2em 2em 2em;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-content {
    border-width: 2px;
    border-color: var(--e-global-color-text);
    padding: 0 2em 2em 2em;
}

.no-results-text {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

/* MOBILE */
@media screen and (max-width: 1200px) {
    .no-results-text {

        font-size: 20px;

    }

    .teaser-nav--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 95%;
    }

    .teaser-nav--mobile img {
        width: 40px;
        margin: 5px;
        position: relative;
        z-index: 8;
    }

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

    .teaser-nav--arrow-right img {}

    .teaser-nav--item {
        width: 90%;
        position: absolute;
        bottom: 1em;
        left: -100%;
    }

    .teaser-nav--item.active {
        left: 5%;
    }

    .burger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header-container {
        display: none;
        overflow-y: scroll;
        padding-bottom: 2em;
    }

    .mobile-menu-active {
        overflow: hidden;
    }

    .search-icon {
        position: absolute;
        top: 22px;
        right: 3em;
    }

    .search-icon img {
        display: none;
    }

    .search-icon .search-field {
        border: 2px solid rgba(0, 0, 0, 0.1);
        width: calc(100vw - 1em) !important;
        border-radius: 5px;
        padding-left: 1em;
        padding-right: 1em;
    }

    .search-icon .search-container {
        top: 4em;
    }

    .search-form label {
        box-shadow: none;
    }

    .search-icon .search-container {
        left: calc(100% - 100vw + 64px);
    }

    .mobile-menu-active .header-container {
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        padding-top: 6em;
        left: 0;
        background-color: #fff;
    }

    .mobile-menu-active .le-main-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        padding-top: 2em;
        padding-bottom: 5em;
    }

    .mobile-menu-active .le-main-menu .menu-item {
        width: 100%;
        padding: 0.5em 1em;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    }

    .mobile-menu-active .le-main-menu .sub-menu .menu-item:last-child {
        border-bottom: none;
    }

    .mobile-menu-active .le-main-menu .menu-item-has-children>a>.sub-drop {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 17px;
        right: calc(100% - 100vw + 40px);
        background: url('/wp-content/uploads/arrow_right_blue.svg') center no-repeat;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .le-main-menu>.menu-item {
        margin: 0;
    }

    .le-main-menu .menu-item a {
        white-space: initial;
    }

    .mobile-menu-active .le-main-menu .sub-menu {
        position: initial;
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        -webkit-column-gap: initial;
        -moz-column-gap: initial;
        column-gap: initial;
        padding: 0;
        background: none;
        display: none;
        overflow-wrap: normal;
        padding-top: .5em;
        width: auto !important;
    }

    .mobile-menu-active .le-main-menu .menu-item-has-children.active .sub-menu {
        opacity: 1;
        pointer-events: initial;
        display: block;
    }

    .mobile-menu-active .le-main-menu .menu-item-has-children.active>a>.sub-drop {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .mobile-menu-active .le-main-menu .menu-item-has-children.active .sub-menu .menu-item {
        padding: .2em .5em;
    }

    .mobile-menu-active .le-main-menu .menu-item-has-children.active .sub-menu .menu-item a {
        font-size: .9em;
        color: inherit;
    }

    .le-main-menu .sub-menu .menu-item a {
        background-size: 20px 10px;
    }

    .le-main-menu .sub-menu .menu-item a:hover,
    .le-main-menu .sub-menu .current-menu-item a {
        padding-left: 28px;
        background-position: 0 8px;
    }

    .menu>.menu-item>a {
        background-image: none;
        display: block;
    }

    .mobile-menu-active .le-main-menu>.menu-item>a {
        color: var(--e-global-color-text);
    }

    .mobile-menu-active .elementor-sticky--active {
        background-color: #fff;
    }

    .mobile-menu-active .elementor-widget-theme-site-logo a:after {
        content: unset;
    }

    .mobile-menu-active .elementor-widget-theme-site-logo img {
        opacity: 1;
    }
}

@media screen and (max-width: 1440px) {
    .teaser-nav--item p {
        line-height: 1.3;
    }

    .teaser-slider--slide::after {
        height: 60vh;
    }
}

@media screen and (max-width: 1023px) {
    .le-service {
        width: calc(50% - 1em);
    }

    .locations-item {
        width: calc(50% - 2%);
    }

    .goetz-tab-view-nav {
        width: 100%;
    }

    .kpi-section .elementor-counter-number {
        font-size: 60px;
    }

    .kpi-section .elementor-counter .elementor-counter-title {
        font-size: 20px;
    }

    .goetz-tab-view-content {
        display: none;
    }

    .goetz-tab-view-content--item {
        position: initial;
        margin-bottom: 4em;
        display: block !important;
        text-align: center;
    }

    .goetz-tab-view-nav--item label {
        margin-bottom: 1em;
        opacity: 1 !important;
        flex-wrap: wrap;
    }

    .goetz-tab-view-nav--icon {
        width: 100%;
        margin-right: 0;
        justify-content: center;
    }

    .goetz-tab-view-nav--text {
        width: 100%;
        text-align: center;
        margin-top: .5em;
    }

    .le-post {
        width: calc(50% - 4em);
    }
}

@media screen and (max-width: 850px) {
    .kpi-section .elementor-counter-number {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .home .swiper-container-horizontal {
        height: 500px;
    }

    main h2 {
        font-size: 27px !important;
    }

    main h3 {
        font-size: 20px !important;
    }

    .elementor-button-link {
        padding: 10px 20px !important;
    }

    #wpadminbar #wp-admin-bar-customize>.ab-item,
    #wpadminbar #wp-admin-bar-edit>.ab-item,
    #wpadminbar #wp-admin-bar-my-account>.ab-item,
    #wpadminbar #wp-admin-bar-my-sites>.ab-item,
    #wpadminbar #wp-admin-bar-site-editor>.ab-item,
    #wpadminbar #wp-admin-bar-site-name>.ab-item,
    #wpadminbar #wp-admin-bar-customize>.ab-item::before,
    #wpadminbar #wp-admin-bar-edit>.ab-item::before,
    #wpadminbar #wp-admin-bar-my-account>.ab-item::before,
    #wpadminbar #wp-admin-bar-my-sites>.ab-item::before,
    #wpadminbar #wp-admin-bar-site-editor>.ab-item::before,
    #wpadminbar #wp-admin-bar-site-name>.ab-item::before {
        width: 30px;
    }

    .kpi-section .elementor-column {
        position: initial;
    }

    .kpi-section .elementor-column:first-child {
        margin-top: 4em;
    }

    .kpi-section .elementor-counter .elementor-counter-title {
        margin: 0 !important;
    }

    .kpi-section .elementor-counter-number {
        font-size: 70px;
    }

    footer .le-footer-menu .menu-item .sub-menu {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
    }

    .teaser-slider,
    .teaser-slider--slide {
        height: 90vh;
    }

    .service-slider .service-slider--slide {
        width: 90%;
        height: initial;
        min-width: initial;
        max-height: initial;
    }

    .le-posts {
        margin-left: -1em;
        margin-right: -1em;
    }

    .le-post {
        margin: 1em;
        width: 100%;
    }

    .social-shares .share-button img {
        width: 20px;
        height: 20px;
        margin-right: .5em;
    }

    .home main h3,
    .single-post article h3 {
        font-size: 20px !important;
        font-weight: 900;
        line-height: 1.2;
    }

    .footer-bottom p a {
        display: block;
        text-align: left;
        margin: -.5em 0;
    }

    .footer-bottom .elementor-container {
        padding-bottom: .5em;
    }

    .elementor-widget-text-editor {
        columns: 1 !important;
    }

    .job-list-item {
        flex-wrap: wrap;
    }

    .job-list-item--title {
        width: 100%;
    }

    .job-list-item--location {
        width: 100%;
    }

    body:not(.home) main .page-content>.elementor>section:first-of-type>.elementor-container {
        min-height: 40vh;
    }

    .swtb-privacy-overlay-inner button {
        width: 100%;
        margin-bottom: .5em;
    }

    .locations-filters {
        flex-wrap: wrap;
    }

    .locations-item {
        width: 100%;
    }

    .locations-filter {
        padding: 0;
        padding-bottom: .5em;
        width: 100%;
    }

    .locations-filter label,
    .locations-filter a {
        width: 100%;
    }

    .elementor-toggle .elementor-toggle-item .elementor-tab-title {
        padding: .5em !important;
    }

    .elementor-toggle .elementor-toggle-item .elementor-tab-content {
        padding: 0 .5em .5em !important;
    }

    .elementor-toggle .elementor-toggle-item .elementor-toggle-title {
        font-size: 1.2em !important;
        line-height: 1.2;
    }

    .elementor-toggle .elementor-toggle-item .elementor-toggle-icon {
        margin-top: 2px !important;
    }

    .elementor-field-type-upload:before {
        width: 100%;
    }

    .elementor-select-wrapper {
        margin-top: .3em;
        margin-bottom: .3em;
    }

    .elementor-icon-box-title br {
        display: none;
    }

    .le-service {
        width: 100%;
    }

    .le-footer-menu>.menu-item {
        width: 100%;
    }

    .goetz-timeline-item:nth-child(odd) h4:after {
        right: -30px;
    }

    .goetz-timeline-item:nth-child(even) h4:after {
        left: -30px;
    }

    .goetz-timeline-item {
        flex-wrap: wrap;
        position: relative;
    }

    .goetz-timeline-item:after {
        content: '';
        border-left: 1px solid currentColor;
        border-right: 1px solid currentColor;
        width: 1px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: calc(50% - 1px);
    }

    .goetz-timeline-item__image {
        order: 2 !important;
    }

    .goetz-timeline-item__content {
        margin: 3em 1em 0;
        padding: 2em 2em 0;
        z-index: 3;
        text-align: left !important;
    }

    .goetz-timeline-item__image {
        margin: 0 1em 2em;
        z-index: 3;
    }

    .goetz-timeline-item__content,
    .goetz-timeline-item__image {
        border: none !important;
        width: 100%;
        text-align: left;
        background: #efefef;
    }

    .goetz-timeline-item:before {
        bottom: calc(100% - 3em);
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #efefef;
        border-width: 15px;
        margin-left: -15px;
        z-index: 3;
    }

    .goetz-timeline-item__image {
        position: initial;
    }

    .goetz-timeline-item__year h4:after {
        content: unset;
    }
}

@media screen and (min-width: 1024px) {
    .content-width .elementor-column {
        width: 60% !important;
    }
}

@media screen and (min-width: 768px) {
    .elementor-field-group:not(.elementor-field-type-acceptance):not(.elementor-field-type-upload) {
        flex-wrap: nowrap;
    }

    .elementor-field-group:not(.elementor-field-type-acceptance):not(.elementor-field-type-upload) .elementor-field-label {
        width: 25%;
    }

    .elementor-field-group:not(.elementor-field-type-acceptance):not(.elementor-field-type-upload) .elementor-field {
        width: 75% !important;
        flex-basis: initial !important;
    }
}


.unsupported-browser {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 1110px;
    top: 200px;
    left: 0;
    z-index: 99;
    background-color: #005CA9;
    color: #fff;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
}