@font-face {
    font-family: 'Tamil MN';
    src: url('../fonts/TamilMN.eot');
    src: url('../fonts/TamilMN.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TamilMN.woff2') format('woff2'),
        url('../fonts/TamilMN.woff') format('woff'),
        url('../fonts/TamilMN.ttf') format('truetype'),
        url('../fonts/TamilMN.svg#TamilMN') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SangBleu Sunrise';
    src: url('../fonts/SangBleuSunrise-Medium.eot');
    src: url('../fonts/SangBleuSunrise-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SangBleuSunrise-Medium.woff2') format('woff2'),
        url('../fonts/SangBleuSunrise-Medium.woff') format('woff'),
        url('../fonts/SangBleuSunrise-Medium.ttf') format('truetype'),
        url('../fonts/SangBleuSunrise-Medium.svg#SangBleuSunrise-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AccentGraphicW00';
    src: url('../fonts/AccentGraphicW00-Medium.eot');
    src: url('../fonts/AccentGraphicW00-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AccentGraphicW00-Medium.woff2') format('woff2'),
        url('../fonts/AccentGraphicW00-Medium.woff') format('woff'),
        url('../fonts/AccentGraphicW00-Medium.ttf') format('truetype'),
        url('../fonts/AccentGraphicW00-Medium.svg#AccentGraphicW00-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 300;
    color: #000000;
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
/*     font-family: 'Brandon Grotesque'; */
	font-family: 'brandon-grotesque';
	
}
[lang="de-DE"] body{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

a {
    transition: all 0.2s linear;
}

body.admin-bar {
    min-height: calc(100vh - 32px);
}
#wpadminbar {
    z-index: 1000000;
}
:hover {
    text-decoration: none !important;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'AccentGraphicW00';
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 50px 0 10px;
}

h1,
.h1 {
    font-size: 48px;
}

h2,
.h2 {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

@media screen and (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 26px;
    }

    h4,
    .h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 36px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }
}


/* utility css */

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

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

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

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.bg-white {
    background-color: #fff !important;
}


/* Header css */

#top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background-size: cover;
    transition: all 0.2s linear;
}


.home .gh-logo .logo-wrap {
    opacity: 0;
    visibility: hidden;
}

.logo-wrap {
    max-width: 290px;
    margin-left: 0;
    padding: 20px 0;
    width: 100%;
}

.p_menu_wrap,
header .menu {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin: 0 -26px;
    align-items: flex-start;
}

.primary-menu-wrap {
    width: 100%;
}

#top .header-wrap {
    padding: 0 65px;
}

.p_menu_wrap>li {
    padding: 0 26px;
    position: relative;
}

.logo-wrap>a {
    display: block;
}

.gc-navbar-inner {
    flex: 1;
}

.p_menu_wrap li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 400;
    display: block;
    line-height: 1.22;
}

.p_menu_wrap>li>a {
    position: relative;
}



.logo-wrap img {
    display: block;
    width: 100%;
}

.pollu-lang-list>ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    line-height: 1.22;
    font-size: 14px;
}

.polly-lang-option {
    padding-right: 0;
}

.p_menu_wrap>li+li:before,
.pollu-lang-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
    display: block;
    border-left: 1px solid #F6F4F0;
    width: 1px;
    height: 12px;
    transform: skewX(-15deg);
}

.pollu-lang-list {
    padding-left: 52px;
    position: relative;
}

.pollu-lang-list:before {
    left: 26px;
}


.pollu-lang-list>ul>li>a {
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #fff;
    line-height: 1.222;
    white-space: nowrap;
}

.pollu-lang-list>ul>li+li {
    padding-left: 13px;
    position: relative;
}

.pollu-lang-list>ul>li+li:before {
    content: "";
    position: absolute;
    width: 1px;
    background: #fff;
    height: 12px;
    top: 2px;
    left: 7px;
}

.p_menu_wrap li.current-menu-item a,
.p_menu_wrap li a:hover,
.pollu-lang-list>ul>li>a:hover,
.pollu-lang-list>ul>li.current-lang>a {
    font-weight: 700;
}

@media screen and (max-width: 1199px) {
    .p_menu_wrap>li {
        margin: 0 10px;
    }

    .p_menu_wrap li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    #top .header-wrap {
        padding: 0 5px;
    }

    #nav-icon,
    #nav-icon-close {
        width: 40px;
        height: 40px;
        margin-left: auto;
    }

    #nav-icon svg,
    #nav-icon-close svg {
        width: 100%;
        height: auto;
    }

    #nav-icon-close svg {
        padding: 5px;
    }

    .logo-wrap {
        max-width: 41px;
        padding: 15px 0;
    }

    .container {
        padding: 0 20px;
    }

    .header-nav-wrap {
        margin-top: 30px;
        padding: 0 15px;
        padding-bottom: 66px;
    }

    .gc-navbar-inner {
        flex-direction: column;
    }

    .p_menu_wrap>li+li:before,
    .pollu-lang-list:before {
        opacity: 0;
        visibility: hidden;
    }

    .pollu-lang-list {
        padding: 0;
        position: absolute;
        bottom: 26px;
    }

    #header-Navigation {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #5B7E9C;
        z-index: 999999;
        /* opacity: 0;
        visibility: hidden;
        transition: all .3s linear; */
        overflow-y: auto;
        padding: 0 5px;
        display: none;
    }

    .header-nvigation {
        z-index: 99999;
    }

    #mobile-menu-close button {
        width: 24px;
        height: 26px;
        background: transparent;
        text-align: center;
        cursor: pointer;
        z-index: 10;
        transition: .3s ease-in-out;
        display: block;
        padding: 0;
        border: 0;
        position: absolute;
        right: 30px;
        top: 29px;
    }

    #mobile-menu-close svg {
        width: 21px;
    }

    #header-Navigation.active {
        opacity: 1;
        visibility: visible;
    }

    .has-mobile-menu #wpadminbar {
        z-index: 9;
    }

    svg.hamburger {
        width: 30px;
        display: block;
        margin: auto;
    }

    .p_menu_wrap,
    header .menu {
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .p_menu_wrap>li,
    .menu>li {
        display: flex;
        flex-wrap: wrap;
    }

    .p_menu_wrap>li>a,
    .menu>li>a {
        flex: 1;
    }

    .p_menu_wrap>li,
    .menu>li {
        padding: 10px 16px;
        margin: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .p_menu_wrap>li a {
        font-size: 14px;
        padding: 30px 0;
        border-bottom: 1px solid #ffffff;
        text-transform: uppercase;
    }
}

/* Sticky Header */
#top.sticky {
    position: fixed;
    background: #f6f4f0;
}

.admin-bar #top.sticky {
    top: 32px;
}

.lImg.logo-dark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.home #top.sticky .gh-logo .logo-wrap,
#top.sticky .lImg.logo-dark {
    opacity: 1;
    visibility: visible;
}



.lImg {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s linear;
}

#top.sticky #nav-icon svg line {
    stroke: #000;
}

@media screen and (min-width: 992px) {

    #top.sticky .pollu-lang-list>ul>li>a,
    #top.sticky .p_menu_wrap>li>a {
        color: #000;
    }

    #top.sticky .p_menu_wrap>li+li:before,
    #top.sticky .pollu-lang-list:before {
        border-left-color: #000;
    }

    #top.sticky .pollu-lang-list>ul>li+li:before {
        background: #000000;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar #top {
        top: 0px;
    }

    .admin-bar #top.sticky {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar #top.sticky {
        top: 0;
    }

    html #wpadminbar {
        top: -46px;
    }
}


/* Footer CSS */

#footer {
    position: absolute;
    background-color: #F6F4F0;
    width: 100%;
    bottom: 0;
}

.footer-content {
    padding: 30px 0;
    border-top: 1px solid #B4B2A9;
}

.footer-copyright-text {
    font-size: 12px;
    letter-spacing: 1.29px;
    color: #000;
    text-transform: uppercase;
}

.footer-copyright-text p:last-child {
    margin-bottom: 0;
}

.footer-bottom-sec {
    padding-top: 30px;
}

/* Hero Banner */
.scroll-to-next-section {
    position: absolute;
    bottom: 50px;
    z-index: 9999;
    max-width: 151px;
    margin: auto;
    left: 0;
    right: 0;
}

.scroll-section {
    position: relative;
}

.scroll-to-next-section a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-align: center;
    display: block;
}

span.down-arrow {
    width: 30px;
    height: 40px;
    transform-origin: 50% 50%;
    transform: rotate(90deg);
    background-image: url(../images/chevron-large-white.svg);
    margin: 0 auto 0;
    position: relative;
    top: 0;
    transition: all 0.2s linear;
    -webkit-animation: bounce 1600ms infinite linear;
    animation: bounce 1600ms infinite linear;
    background-size: 28px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

body.page:not(.home) span.down-arrow {
    background-image: url(../images/chevron-large-black.svg);
}

body.page:not(.home) .scroll-to-next-section a {
    color: #000;
}

@-webkit-keyframes bounce {
    50% {
        top: 10px;
    }
}

@keyframes bounce {
    50% {
        top: 10px;
    }
}

.hero-section_module {
    min-height: 100vh;
    position: relative;
}

.admin-bar .banner-details-wrapper,
.admin-bar .hero-section_module {
    min-height: calc(100vh - 32px);
}

.hero-bg-fade-slider .slick-track {
    height: 100vh;
}

.hero-bg-fade-slider {
    position: absolute;
    height: 100%;
    width: 100%;
}

.banner-bg-div {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: 50% 0%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100vw;
}

.banner-bg-div {
    transform: scale(1);
    transition: transform 9s ease 0s;
    transform-origin: 50% 50%;
}

.page-loaded .slick-initialized .slick-active .banner-bg-div {
    transform: scale(1.1);
}

.banner-details-wrap {
    width: 100%;
    padding: 40px 0 40px;
}

.banner-details-wrapper {
    min-height: 98vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: relative;
}

.watermark-logoes img {
    width: 100%;
    max-width: 440px;
    display: block;
    margin: auto;
}

.footer-menu-links {
    list-style: none;
    font-size: 12px;
    letter-spacing: 1.29px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.footer-menu-links>li+li {
    padding-left: 44px;
    position: relative;
}

.footer-menu-links>li a {
    color: #000;
}

.footer-menu-links>li+li:before {
    content: "";
    position: absolute;
    left: 22px;
    top: 1px;
    color: #fff;
    display: block;
    border-left: 1px solid #000000;
    width: 1px;
    height: 12px;
    transform: skewX(-15deg);
}

/* Page Sections */
.page-section {
    background: #F6F4F0;
    position: relative;
    padding: 70px 0;
}

.details-wrapper {
    max-width: 626px;
}

.section-title {
    font-size: 36px;
    color: #5B7E9C;
    margin: 0 0 10px;
    line-height: 46px;
}

.section-title-med {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 46px;
    color: #5B7E9C;
    margin: 0 0 10px;
}

.text-desc {
    font-size: 24px;
}

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

.section-title-small {
    margin: 0;
    color: #5B7E9C;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.section-image-wrapper img {
    display: block;
}

.section-image-wrapper {
    margin-bottom: 25px;
}

.section-image-wrapper img {
    width: 100%;
}

.text-desc-small {
    margin-top: 2px;
    font-size: 20px;
}

.go-to-link a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: #5B7E9C;
    position: relative;
    padding-bottom: 2px;
    letter-spacing: 1.5px;
    font-size: 14px;
    position: relative;
    z-index: 999;
}

.go-to-link {
    margin-top: 30px;
}

.go-to-link a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    max-width: 100px;
    right: 19px;
    border-radius: 35px;
    background: #5B7E9C;
    transition: max-width 0.25s linear;
}

.arrow-left-blue {
    width: 10px;
    height: 14px;
    margin-left: 7px;
    background-image: url(../images/chevron-blue.svg);
    display: inline-block;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    top: 2px;
}
.arrow-left-blue:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 14px;
    background-image: url(../images/chevron-blue-hover.svg);
    display: inline-block;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 0;
    right: 0;
    opacity: 0;
}
.go-to-link a:hover{
    color: #48647C;
}
.go-to-link a:hover >  .arrow-left-blue:after{
    opacity: 1;
}

/* Tab Section */
a.tab-heading {
    padding-left: 36px;
    font-family: 'AccentGraphicW00';
    color: #5B7E9C;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0 0 22px;
    line-height: 1.5;
    opacity: 0.7;
    transition: all 0.2s linear;
    position: relative;
    cursor: pointer;
}


.page-section .tab-controller ul.tab-headings {
    margin: 0;
    padding: 0;
    list-style: none;
}



a.tab-heading:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 12px;
    display: block;
    background: #5b7e9c;
    width: 2px;
    height: 26px;
    transform: skewX(-20deg);
    opacity: 0;
    transition: all 0.2s linear;
    visibility: hidden;
}

a.tab-heading.active-tab,
a.tab-heading.active-tab:before,
.slick-active a.tab-heading,
.slick-active a.tab-heading:before {
    opacity: 1;
}

a.tab-heading:after {
    content: "";
    position: absolute;
    left: 36px;
    bottom: 0;
    height: 2px;
    max-width: 0;
    right: 0;
    border-radius: 35px;
    background: #5B7E9C;
    transition: max-width 0.25s linear;
}

.slick-active a.tab-heading:after,
a.tab-heading:hover:after {
    max-width: 100%;
}

a.tab-heading:hover {
    opacity: 1;
}

.tab-desc {
    font-size: 20px;
}

.tab-descriptions {
    margin-top: 10px;
    padding-left: 36px;
    max-width: 450px;
}

.tab-content .go-to-link {
    margin-top: 40px;
}

.tab-content:not(.active-tab) {
    display: none;
}

.slider-progress {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 0;
    overflow: hidden;
    background-color: #EFD4AD;
    bottom: 38px;
    left: 0;
    right: 0;
    position: absolute;
}

.progress {
    display: block;
    width: 0%;
    height: 4px;
    border-radius: 0;
    overflow: hidden;
    background-color: #5B7E9C;
}

.tab-image-slider {
    padding-bottom: 58px;
}

.tab-image-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 18px;
    height: 22px;
    background-color: transparent;
    border: 0;
    font-size: 0;
    border-radius: 0;
    background-image: url(../images/chevron-blue.svg);
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 9999;
    cursor: pointer;
}
.tab-image-slider .slick-arrow:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 18px;
    height: 22px;
    background-image: url(../images/chevron-blue-hover.svg);
    display: inline-block;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    opacity: 0;
}

.tab-content {
    position: relative;
}

.tab-image-slider .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(180deg);
}

.tab-image-slider .slick-arrow.slick-next {
    right: 0;
}
.tab-image-slider .slick-arrow:hover:after{
    opacity: 1;
}
.tab-slide-image img {
    display: block;
    width: 100%;
}


.tab-image-slider .slick-slide>div {
    font-size: 0;
}

.tab-slider-wrapper-block {
    max-width: 408px;
    margin: auto;
    position: relative;
    margin: auto;
}

.slick-track {
    min-width: 100%;
}

.tab-image-slider,
.tab-image-slider .slick-list {
    min-width: 100%;
}

.tab-content .go-to-link a:after,
.press-link .go-to-link a:after {
    max-width: 29px;
}

.tab-content .go-to-link a:hover:after,
.go-to-link a:hover:after {
    max-width: 100%;
}

ul.slick-dots {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 38px;
}

ul.slick-dots>li {
    flex: 1;
    height: 4px;
    font-size: 0;
    padding: 0;
    margin: 0;
    background: #EFD4AD;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: background-size .4s ease-in-out;
}

ul.slick-dots>li:before {
    background: #5B7E9C;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 4px;
    transition: max-width 2.5s linear;
    max-width: 0;
}

ul.slick-dots>li button {
    background: transparent;
    font-size: 0;
    border: 0;
    position: relative;
    outline: none !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99;
    opacity: 0;
}

/* .progress {
    opacity: 0;
} */

ul.slick-dots>li.slick-active:before {
    max-width: 100%;
}

/* Inner pages */
.title-wrap h1 {
    text-align: center;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #5B7E9C;
    margin: 0;
}



body.page:not(.home) .banner-bg-div:before {
    content: "";
    position: absolute;
    top: 0;
    left: -16%;
    bottom: 0;
    width: 40%;
    background: #5B7E9C;
    transform: skewX(-25deg);
}

.text-small h3.section-title {
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 1px;
}

.text-small .text-desc {
    font-size: 20px;
}

.page-section.pt-small {
    padding-top: 50px;
}

body:not(.home) .page-section {
    padding: 60px 0;
	margin-bottom: -1px;
}

.title {
    color: #5B7E9C;
    text-transform: uppercase;
    font-size: 22px;
    font-family: Times Roman;
}

.track-record {
    border-bottom: 1px solid #B4B2A9;
    padding: 25px 0;
}

.track-record-list {
    border-top: 1px solid #B4B2A9;
    margin-top: 37px;
}

.details {
    font-size: 20px;
    margin-top: 5px;
}

.pt-large {
    padding-top: 140px !important;
}

.pg-large,
.pb-large {
    padding-bottom: 100px !important;
}

.pt-large-sm {
    padding-top: 120px !important;
}

.lc-place {
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #5B7E9C;
    text-transform: uppercase;
    font-family: 'AccentGraphicW00';
    padding-bottom: 4px;
    border-bottom: 1px solid #B4B2A9;
}

.lc-block {
    margin-top: 20px;
}

.location-col-block {
    padding: 37px 0 32px;
}

.lc-right {
    flex: 0 0 299px;
    max-width: 299px;
}

.lc-left {
    flex: 1;
    padding-right: 30px;
}

.lc-name {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px;
}

.lc-telephone,
.lc-email {
    font-size: 20px;
    margin: 0 0 4px;
}

.lc-telephone a,
.lc-email a {
    color: #000;
}

.lc-address address {
    font-size: 20px;
    font-style: normal;
    margin: 16px 0;
}

.location-list-col {
    max-width: 763px;
}

.map-iframe {
    position: relative;
    display: block;
    padding-top: 80%;
}

.map-iframe iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/* Portfolio List */
.pl-right-inner {
    padding: 40px 0;
    border-top: 1px solid #B4B2A9;
    width: 100%;
    flex: 1;
}

body.page-id-481 .pl-right-inner,
body.page-id-558 .pl-right-inner{
	padding: 40px 0;
}

.pl-right {
    flex: 1;
    padding-left: 28px;
    display: flex;
    position: relative;
}


.pl-left {
    flex: 0 0 380px;
    max-width: 380px;
}

.portfolio-list-box .pl-left {
    flex: 0 0 50%;
    max-width: 50%;
	padding-right: 30px;
}

.portfolio-list-box .pl-right {
	padding-left: 30px;
}

.portfolio-list_module.section .container .pl-left {
    flex: 0 0 50%;
    max-width: 50%;
}


.project-image img {
    width: 100%;
    display: block;
}

.project-image {
    padding: 40px 0;
}

.pl-location {
    color: #5B7E9C;
    font-family: 'AccentGraphicW00';
    opacity: 0.7;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.pl-location>span {
    font-size: 15px;
    letter-spacing: 0.5px;
}

.project-name {
    margin: 0 0 15px;
    color: #5B7E9C;
    font-size: 28px;
    letter-spacing: 0.5px;
}

.project-to-title {
	font-family: 'brandon-grotesque';
    font-size: 18px;
	font-weight: 500;
}

.press-text-desc {
	font-family: 'brandon-grotesque';
    color: #000;
    font-size: 16px;
	line-height: 1.5pc;
}

.pl-short_description {
    color: #000000;
    font-size: 20px;
    margin: 0 0 8px;
}

.pl-status {
    color: #000000;
    font-size: 20px;
}

span.sl-text {
    text-transform: capitalize;
    font-weight: 500;
}

.portfolio-list-box {
    margin-left: 0px;/*-407px*/
}

.portfolio-list_module.section .container .portfolio-list-box {
    margin-left: 0px;
}

.pl-project-link .go-to-link {
    margin-top: 20px;
}

.portfolio-list-box:last-child .pl-right-inner {
    border-bottom: 1px solid #B4B2A9;
}

.portfolio-list_module {
    padding-bottom: 60px;
}

/* 404 page */
body.error404 {
    background: #f6f4f0;
}

h1.error-title {
    color: #5B7E9C;
    font-family: 'AccentGraphicW00';
    font-size: 250px;
    margin: 10px 0;
    line-height: 1;
}

.error404 .page-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 23px;
}

.error-desc {
    position: relative;
    margin: 0;
    text-align: center;
}

.home-button {
    padding-top: 15px;
    text-align: center;
}

.erroe-block {
    padding: 100px 0;
}

h3.sub-headline {
    margin: 60px 0 10px;
    color: #5B7E9C;
    font-size: 22px;
}

.list-headline {
    color: #5B7E9C;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid #B4B2A9;
    border-bottom: 1px solid #B4B2A9;
    padding: 10px 0;
    margin-bottom: 18px;
    margin-top: 36px;
}

ul.tab-headings li:before {
    display: none;
}

ul.tab-headings li {
    padding-left: 0;
    margin: 0;
}

/* Footer down arrow */
.toggle-down-arrow {
    background-image: url(../images/chevron-blue.svg);
    width: 18px;
    height: 23px;
    display: block;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 50% 50%;
    transition: all 0.25s linear;
}

.active-arrow span.toggle-down-arrow {
    transform: rotate(-90deg);
}
.press-link .go-to-link {
    margin-top: 15px;
}
@media screen and (min-width: 992px) {

    body:not(.home) .p_menu_wrap li a,
    body:not(.home) .pollu-lang-list>ul>li>a {
        color: #000;
    }

    body:not(.home) .p_menu_wrap>li+li:before,
    body:not(.home) .pollu-lang-list:before,
    body:not(.home) .pollu-lang-list>ul>li+li:before {
        border-color: #000;
        background: #000;
    }
	

}

/* Responsive CSS */
@media screen and (max-width: 991px) {
    .portfolio-list-box {
        margin-left: 0;
    }

    body:not(.home) #nav-icon svg line {
        stroke: #000;
    }

    body.page:not(.home) .banner-bg-div:before {
        left: -20%;
        width: 43%;
    }

    body.page:not(.home) .banner-bg-div:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 75%;
        width: 13%;
        background: #5b7e9c;
    }
    a {
        overflow-wrap: break-word;
    }
	.pl-left {
		flex: 0 0 280px;
		max-width: 280px;
	}
}

@media (min-width: 768px) {
    .portfolio-list_module.section .container .col-md-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .page-section,
    body:not(.home) .page-section {
        padding: 36px 0;
    }

    .page-section.pt-large {
        padding-top: 78px;
    }

    .section-title {
        font-size: 33px;
        margin: 0 0 6px;
    }

    .text-desc {
        font-size: 22px;
        line-height: 1.3;
    }

    a.tab-heading {
        font-size: 24px;
        padding-left: 13px;
        margin: 0 0 10px;
    }

    a.tab-heading:before {
        height: 18px;
    }

    a.tab-heading:after {
        left: 13px;
    }

    .tab-descriptions {
        padding: 0;
    }

    .tab-content .go-to-link {
        margin-top: 21px;
    }

    .tab-slider-controller-col {
        margin-top: 53px;
        padding-bottom: 27px;
    }

    .section-title-small {
        font-size: 18px;
    }

    .text-desc-small {
        font-size: 16px;
    }

    .go-to-link {
        margin-top: 25px;
    }

    .section-image-wrapper {
        margin-bottom: 25px;
    }

    body.page:not(.home) .banner-bg-div:before {
        left: -40%;
        width: 50%;
    }

    span.sroll-text {
        font-size: 0;
    }

    span.down-arrow.d-block {
        width: 28px;
        height: 28px;
        background-size: contain;
    }

    .pt-large {
        padding-top: 70px !important;
    }

    ul.tab-headings {
        margin-bottom: 21px;
    }

    .footer-bottom-sec {
        padding-top: 61px;
    }

    .footer-content {
        padding: 20px 0 24px;
    }

    .footer-copyright {
        flex: 0 0 100%;
        margin: 0;
    }

    .footer-menu-links {
        flex-direction: column;
    }

    .footer-menu-links>li+li {
        padding: 18px 0 0;
    }

    .footer-menu-links>li+li:before {
        opacity: 0;
        visibility: hidden;
    }

    .title-wrap h1 span {
        display: block;
    }

    .title-wrap h1 {
        font-size: 34px;
        margin: auto;
        line-height: 1.2;
       
    }

    .pt-large-sm {
        padding-top: 70px !important;
    }

    .text-small h3.section-title {
        font-size: 24px;
        margin: 0 0 15px;
    }

    .text-small .text-desc {
        font-size: 18px;
    }

    .track-record {
        padding: 30px 0;
    }

    .track-record-list {
        margin-top: 79px;
    }

    .title {
        font-size: 18px;
    }

    .details {
        font-size: 16px;
    }

    .pg-large,
    .pb-large {
        padding-bottom: 50px !important;
    }
	
	.portfolio-list-box .pl-left, .portfolio-list-box .pl-right {
		padding: 0;
	}

    .pl-left {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    }

    .pl-right {
        padding: 0;
        border: 0;
    }
	.project-image {
		padding: 40px 0 0;
	}
    .pl-right-inner {
        padding: 30px 0;
        border-top: 0;
        border-bottom: 1px solid #B4B2A9;
    }
	
	.portfolio-list-box  .pl-right-inner {
		padding-top: 20px !important;
	}
	
	.pl-right-inner .project-to-title {
		padding: 0px !important;
	}

    .pl-location {
        font-size: 16px;
        margin: 0 0 4px;
    }

    h3.project-name {
        font-size: 20px;
    }
	
	.project-to-title {
		font-family: 'brandon-grotesque';
		font-size: 16px;
	}

	.press-text-desc {
		font-family: 'brandon-grotesque';
		color: #000;
		font-size: 16px;
	}

    .pl-short_description,
    .pl-status {
        font-size: 16px;
    }

    .portfolio-list_module {
        padding: 0;
    }

    h3.section-title-med {
        font-size: 24px;
    }

    .lc-place {
        font-size: 18px;
    }

    .lc-name,
    .lc-telephone,
    .lc-email,
    .lc-address address {
        font-size: 20px;
    }

    .lc-right {
        padding-top: 20px;
    }

    .location-col-block {
        padding: 40px 0 0;
    }

    .location-list-col {
        margin-top: -15px;
    }

    h3.sub-headline {
        font-size: 18px;
        margin: 40px 0 15px;
    }

    .list-headline {
        margin: 32px 0 15px;
    }

    [data-links-toggle] {
        display: block;
        width: 18px;
        height: 23px;
    }

    .footer-links-toggle {
        position: absolute;
        right: 2px;
        top: -4px;
    }

    .footer--row {
        position: relative;
    }

    .footer-links {
        display: none;
        padding-top: 18px;
    }

    body {
        padding-bottom: 0 !important;
    }

    #footer {
        position: relative;
    }

}

@media screen and (min-width: 992px) {
    .menu-item-home {
        display: none;
    }

    .menu-item-home+.menu-item:before {
        opacity: 0;
    }
	
	.portfolio-list_module.section .container .col-lg-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	.office-location_module.section .container .col-lg-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
		.portfolio-list_module.section .container .pl-left {
		padding-right: 30px;
	}

	.portfolio-list_module.section .container .pl-right {
		padding-left: 30px;
	}
	
		.col-lg-7 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}
	
}

@media (min-width: 768px) {
   .office-location_module.section .container .col-md-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
		.portfolio-list_module.section .container .pl-left {
		padding-right: 30px;
	}

	.portfolio-list_module.section .container .pl-right {
		padding-left: 30px;
	}
	
	  .col-md-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.test-section_module.section .details-wrapper {
    max-width: 100%;
}


@media screen and (min-width: 1440px) {
    .container {
        max-width: 1310px;
    }

    .col-lg-7 {
        -ms-flex: 0 0 52.4%;
        flex: 0 0 52.4%;
        max-width: 52.4%;
    }
	
	   .test-section_module.section .col-lg-7, .press-list_module.section .col-lg-7{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	.portfolio-list_module.section .container .col-lg-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	.portfolio-list_module.section .container .pl-left {
		padding-right: 30px;
	}

	.portfolio-list_module.section .container .pl-right {
		padding-left: 30px;
	}
	
	.office-location_module.section .container .col-lg-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	
	.office-location_module.section .container .lc-right {
		flex: 0 0 400px;
		max-width: 400px;
	}

    .col-lg-5 {
        -ms-flex: 0 0 47.6%;
        flex: 0 0 47.6%;
        max-width: 47.6%;
    }

    .tab-controller {
        padding-left: 71px;
    }
}

@media screen and (max-width: 575px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        letter-spacing: 0;
    }

    .admin-bar .banner-details-wrapper,
    .admin-bar .hero-section_module,
    .banner-details-wrapper,
    .hero-section_module {
        min-height: 500px;
    }
	
	.hero-section_module .banner-details-wrapper{
		height: 100vh;
	}

    body.page:not(.home) .banner-bg-div:before {
        width: 296px;
        height: 300px;
        left: -255px;
        transform: skewX(-30deg);
    }

    .banner-bg-div {
        height: 100vh;
        /*min-height: 500px;*/
        background-attachment: scroll;
    }

    .admin-bar .banner-bg-div {
		background-repeat: none;
		background-size: cover;
        height: 100vh;
        /*min-height: 546px;*/
    }

    body.page:not(.home) .banner-bg-div,
    body.page:not(.home) .hero-section_module,
    body.page:not(.home) .banner-details-wrapper {
        min-height: 425px;
        height: 425px;
    }

    body.admin-bar.page:not(.home) .banner-bg-div {
        min-height: 471px;
    }

    .tab-image-slider .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 25px;
    }
	.tab-image-slider .slick-arrow:after {
		width: 30px;
		opacity: 0;
		visibility: hidden;
		height: 30px;
		background-size: 25px;
	}
    .tab-image-slider {
        padding-bottom: 68px;
    }

    .slider-progress {
        bottom: 47px;
    }

    /* .title-wrap h1 br {
        display: none;
    } */
    h1.error-title {
        font-size: 150px;
    }

    .erroe-block {
        padding: 180px 0 30px;
    }


    .home-button {
        padding-top: 57px;
    }

    .watermark-logoes {
        max-width: 237px;
        margin: auto;
    }

    body.page:not(.home) .banner-bg-div:after {
        opacity: 0;
        visibility: hidden;
    }
}
[lang="de-DE"] .scroll-to-next-section {
    max-width: 200px;
}
.hero-section_module .title-wrap {
    max-width: 800px;
    margin: auto;
}
blockquote { margin: 20px 0; font-size: 20px; } blockquote p { font-size: 22px; } b, strong { font-weight: 500; }
a.image-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: transparent;
}

.project-image figure {
    position: relative;
}

h3.project-name a {
    color: #5B7E9C;
}
.pl-box-inner {
    position: relative;
}



.group .body-part{display:none;padding: 19px 0px; padding-top:0px;}
.accordion {
    border-top: 2px solid #89a1b4;
}
.group span.customgroups::after{
	content:"+"; position:absolute; right:0px; cursor: pointer;font-size: 40px;line-height: 40px;font-weight: normal;}
.active .group span.customgroups::after{content:"-";font-size: 78px;line-height: 40px;font-weight: normal; margin-top:-8px;}
.group span.customgroups {
	 display: flex; 	
	font-family: 'AccentGraphicW00';
	color: #5B7E9C;	
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.5;
	transition: all 0.2s linear;
	position: relative;
	cursor: pointer;
	padding:20px 0;
	padding-inline-end:40px;
}

.slick-custom-dots.tab-headings {
    display: none !important;
}


span.link-text {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	color: #5B7E9C;
	position: relative;
	padding-bottom: 2px;
	letter-spacing: 1.5px;
	font-size: 14px;
	position: relative;
	z-index: 999;
	margin-top: 20px;
}
p.body-part {
	line-height: 1.22;
	font-style: normal;
	font-weight: 300;
	color: #000000;
/* 	font-family: 'Brandon Grotesque'; */
	font-family: 'brandon-grotesque';
	font-size: 20px;
}







@media only screen and (max-width: 1200px) {
  .location-col-block .lc-block.d-flex.flex-wrap {
    display: block !important;
}
}

@media only screen and (max-width: 1025px) {
	body.page:not(.home) .banner-bg-div:before {
    left: -50%;
    width: 66%;
    height: 100%;
   }
}

@media only screen and (max-width: 600px) {
	.group span.customgroups {
		padding-left: 0;		
		font-size: 26px;		
	}
	
	body.page:not(.home) .banner-bg-div:before{
		left: -52%;
    width: 50%;
    height: 100%;
	}
	
	.title-wrap h1{
		width:100%;
	}
}
@media screen and (min-width: 1921px){
	body.page:not(.home) .banner-bg-div:before {
		width: 50vw;
	}
}