body{
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4b4846;
    font-size: 16px;
    line-height: 1.7;
    background-color: #FFF;
    overflow-x: hidden !important;
}
*:focus {
	outline:none !important;
}
.container {
    max-width: 1400px;
    position: relative;
}
article {
    background-color: #FFF;
}
section{
    position: relative;
    margin-top: 130px;
    margin-bottom: 130px;
}
.quform .quform-option-label {
    max-width: none!important;
    position: relative;
    padding-left: 45px!important;
    display: inline-block !important;
}
.quform .quform-field-checkbox {
    margin: 20px 0!important;
}
.quform .quform-element [type="checkbox"]+label::before {
    width: 25px;
    height: 25px;
    background-color: transparent;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 0;
    border: 2px solid #4b4846;
    transform: translateY(-50%);
}
.quform input[type="checkbox"]:checked+label::before {
    background-color: #4b4846;
    box-shadow: inset 0 0 0 5px #fff;
}
.quform .quform-field-checkbox {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
}
.bg-g.inner-spacing {
    padding: 100px 0;
}
a {
    color: #4b4846;
    text-decoration: none;
    background-color: transparent;
}
a:hover, .btn-link:hover, .btn-link:focus, .btn-link:active {
	text-decoration: none;
}
.topbar a:hover {
    color: #4b4846;
}
.newssection .ctabtn {
    min-width: auto;
    display: inline-block;
    padding: 10px 40px;
}
section ul li {
    list-style-type: square;
}
section ul, section ol {
	padding-left: 20px;
}
.post-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px;
	margin-top: 70px;
}
.post-listing li {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    list-style-type: none;
	margin-top: 30px;
}
.post-listing li:nth-child(1), .post-listing li:nth-child(2), .post-listing li:nth-child(3) {
	margin-top: 0;
}
.swiper-slide, .team-swiper-slide {
    overflow: hidden !important;
}
.swiper-slide::before, .team-swiper-slide::before {
    background: rgb(244,244,244);
    background: -moz-linear-gradient(90deg, rgba(244,244,244,1) 40%, rgba(244,244,244,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(244,244,244,1) 40%, rgba(244,244,244,0) 100%);
    background: linear-gradient(90deg, rgba(244,244,244,1) 40%, rgba(244,244,244,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#f4f4f4",GradientType=1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 10;
}
.team-swiper-slide::before {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
section:first-of-type {
    margin: 0 !important;
}
p:last-child {
    margin-bottom: 0;
}
.bg-g{
    background-color: #F2F2F2;
}
.result a {
    color: #4b4846 !important;
}
.result p {
    margin-top: 20px;
}
.result a:hover {
    text-decoration: none;
}
.lead p{
    font-size: 20px;
    line-height: 35px;
}
.mb-50{
    margin-bottom: 50px;
}
.menulocked {
    overflow: hidden;
}
.bg-blue {
    background-color: #135eab;
}
.bg-pink {
    background-color: #e24486;
}
.bg-green {
    background-color: #6cc72b;
}
.content-blue .page-content a{
    color: #135eab;
}
.content-magenta .page-content a{
    color: #e24486;
}
.content-green .page-content a{
    color: #6cc72b;
}
.innerspacing {
    padding: 130px 0;
}
.result {
    border-bottom: 1px solid;
    padding: 15px 0;
}

/* ---------------------------------------- Schriften ---------------------------------------- */
h1, .h1{
    font-family: merriweather, serif;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 35px;
    margin-top: 2rem;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: merriweather, serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    margin-top: 2rem;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
h2, .h2{
    font-size: 35px;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 60px;
}
h2::after {
    height: 2px;
    width: 60px;
    position: absolute;
    content: '';
    bottom: -17px;
    left: 0;
}
.text-center h2::after {
    margin: 0 auto;
    right: 0;
}
.content-blue h2::after {
    background-color: #135eab;
}
.content-magenta h2::after {
    background-color: #e24486;
}
.content-green h2::after {
    background-color: #6cc72b;
}
h3, .h3 {
    font-size: 26px;
    line-height: 35px;
}
h4, .h4 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 1.3rem;
}
h5, .h5{
    font-size: 20px;
    line-height: 40px;
}
h6, .h6{
    font-size: 15px;
    line-height: 40px;
}

/* ------------------------------------------ Header ------------------------------------------ */

.menu-wrapper {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
}
.topbar {
    font-size: 15px;
}
.topbar ul{
    padding: 0;
    margin: 0;
}
.topbar li {
    padding: 10px 25px;
    display: inline-block;
}
.topbar-menu li {
    padding: 10px;
    position: relative;
}
.navi {
    padding: 30px 0;
}
.logo {
    width: 345px;
    height: auto;
}
.wpml-ls-sub-menu li {
    display: block;
}
.js-wpml-ls-legacy-dropdown-click {
    padding: 10px 0px 10px 25px;
    display: inline-block;
    max-width: 75px;
}
.wpml-ls-legacy-dropdown-click a {
    display: block;
    border: 0;
    background-color: transparent;
}
.js-wpml-ls-item-toggle {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
    background-color: #F2F2F2;
    top: 45px;
    border-top: 0 !important;
}
.topbar span {
    display: inline-block;
}
.wpml-ls-sub-menu {
    width: 70px;
}
.js-wpml-ls-sub-menu li {
    padding: 5px 0px !important;
}
.wpml-ls ul {
    width: 70px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
    color: #4b4846;
    background: transparent !important;
}
.searchicon {
    display: inline-block !important;
    cursor: pointer;
}
.menu, .searchbox {
    display: inline-block;
    margin-left: 20px;
}
.menuicon {
    padding-left: 5px;
}
#body::after {
    content: '';
    background: black;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
    visibility: hidden;
}
#body.menulocked:after, #body.searchlocked:after {
    opacity: 0.4 !important;
    visibility: visible;
}
.menulocked .headroom--unpinned, .searchlocked .headroom--unpinned {
    transform: none !important;
}
.search-field {
    border: 0;
    background: transparent;
    border-bottom: 1px solid;
    padding: 10px 0;
    width: 65%;
    border-radius: 0;
}
.search-submit {
    background: transparent;
    padding: 10px 20px;
    width: 30%;
    border-radius: 0;
}
.content-magenta .search-submit {
    border: 1px solid #e24486;
}
.content-green .search-submit {
    border: 1px solid #6cc72b;
}
.content-blue .search-submit {
    border: 1px solid #135eab;
}
.headroom {
    will-change: transform;
    transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-o-transition: transform .3s linear;
    position: fixed;
    width: 100%;
    z-index: 10002;
    left: 0;
    right: 0;
    background: #FFF;
}
.headroom--unpinned {
    transform: translateY(-100%);
    box-shadow: unset !important;
}
.headroom--pinned {
    transform: translateY(0%);
    position: fixed !important;
}
.headroom--not-top.headroom--pinned {
    box-shadow: 0px 0px 30px rgba(214, 214, 214, 0.4);
}
.menulocked .headroom--not-top.headroom--pinned {
    box-shadow: none;
}
#menuoverlay, #searchoverlay {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 10001;
    background-color: #F4F4F4;
    left: 0;
    top: -100%;
    right: 0;
    padding: 70px 0;
    visibility: hidden;
    opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#menuoverlay {
	padding-bottom: 20px;
}
#menuoverlay.open, #searchoverlay.open {
    visibility: visible;
    opacity: 1;
    overflow: scroll !important;
    top: 168px !important;
}
#menu-hauptmenu, footer ul {
    padding-left: 0px !important;
}
.menu-item-has-children {
    list-style-type: none !important;
    font-weight: bold;
    margin-bottom: 50px;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 33.3333%;
}
.menu-item-has-children a {
    margin-bottom: 20px;
    padding-bottom: 15px;
	width: 100%;
    display: block;
}
.sub-menu a {
    margin: 10px 0;
    padding: 0;
}
.menu-blue .menu-item-has-children a {
    border-bottom: 1px solid #135eab;
}
.menu-magenta .menu-item-has-children a {
    border-bottom: 1px solid #e24486;
}
.menu-green .menu-item-has-children a {
    border-bottom: 1px solid #6cc72b;
}
.sub-menu a {
    border-bottom: none !important;
}
.hamburger {
    padding: 0;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 30px !important;
    height: 1px !important;
    border-radius: 0 !important;
}
.hamburger--squeeze .hamburger-inner {
    top: 20px !important;
}
.current-menu-item {
    font-weight: 800 !important;
}
.sub-menu {
    padding-left: 0;
}
.sub-menu li:hover, .newsreadmore:hover, .readmore:hover, .footer .widget ul li:hover {
    left: 10px;
}
.newssection {
    padding-top: 130px;
    padding-bottom: 130px;
}
.newsreadmore, .readmore {
    position: relative;
    left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sub-menu li {
    font-weight: normal;
    list-style-type: none;
    margin-bottom: 5px;
    position: relative;
    padding-left: 40px;
    left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sub-menu li:before {
    content: '';
    background-image: url("../images/arrow-right-gray.svg");
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 23px;
    top: 10px;
    height: 8px;
}
.sub-menu li a{
    color: #4b4846;
    border-bottom: 0px;
}
.swiper-container {
    width: auto;
    height: 650px;
}
.swiper-slide-active .sliderimage {
    transform: scale(1.2);
}
.team-swiper-slide.swiper-slide-active .sliderimage {
    transform: none;
}
.sliderimage {
    width: 80% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
    float: right;
    filter: saturate(0%);
    z-index: -1 !important;
    position: relative;
    transform: scale(1);
	-webkit-transition: all 10s;
	-moz-transition: all 10s;
	-o-transition: all 10s;
	transition: all 10s;
    -webkit-transition-timing-function: cubic-bezier(.17,.67,.83,.67);
    -moz-transition-timing-function: cubic-bezier(.17,.67,.83,.67);
    -o-transition-timing-function: cubic-bezier(.17,.67,.83,.67);
    transition-timing-function: cubic-bezier(.17,.67,.83,.67);
}
.team-swiper-slide .sliderimage {
    filter: none !important;
    width: 100% !important;
    object-position: left;
}
.overlay {
    float: left !important;
    opacity: 1;
    position: absolute;
    width: 100% !important;
    height: 100%;
}
.teamoverlay {
    float: right !important;
    opacity: 1;
    position: absolute;
    width: 100% !important;
    height: 100%;
    transform: rotate(0.5turn);
}
.swiper-slide-active .slidercontent {
    top: 50%;
    opacity: 1;
}
.slidercontent {
    width: auto;
    max-width: 520px;
    position: absolute!important;
    top: 53%;
    opacity: 0;
    bottom: auto;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
    transform: translateY(-50%);
    left: calc(((100% - 1400px) / 2) + 15px);
	z-index: 100;
}
.slidercontent.teamslidercontent {
    left: auto;
    right: calc(((100% - 1400px) / 2) + 15px);
    text-align: right;
}
.slidercontent *{
    font-size: 45px;
    line-height: 60px;
    font-family: merriweather, serif;
    font-weight: 700;
    font-style: normal;
	margin-bottom: 0;
    text-decoration: none;
}
.slidercontent *::after{
    position: absolute;
    width: 0;
    height: 2px;
    content: '';
    background-color: black;
    bottom: -50px;
    left: 0;
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}
.swiper-slide-active .slidercontent *:after{
    width: 50px;
}
.slidercontent.teamslidercontent *::after {
    left: auto;
    right: 0;
}
.stgicon {
    opacity: 1;
    bottom: 0;
    position: absolute;
    height: 110%;
    width: auto !important;
    right: 50px;
    mix-blend-mode: overlay;
    backface-visibility: hidden;
}
.sliderbtn {
    color: white !important;
    text-decoration: none !important;
    padding: 8px 25px !important;
    position: absolute;
    bottom: -25px !important;
    z-index: 5;
    transform: skew(-20deg);
    font-size: 19px;
    width: auto;
}
.btncontent {
    transform: skew(20deg);
}
.btncontent::before {
    content: url('../images/arrow-right-white.svg');
    margin-right: 15px;
    position: relative;
    top: -3px;
}
[data-aos=fade-up] {
    transform: translate3d(0,20px,0) !important;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0) !important;
}
.img-container {
    overflow: hidden;
    position: relative;
}
.img-container::before {
    content: '';
    padding-top: 66.66%;
    display: block;
}
.singlenews .img-container::before {
    padding-top: 56.25%;
}
.img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
    -webkit-transition-timing-function: cubic-bezier(.17,.67,.83,.67);
    -moz-transition-timing-function: cubic-bezier(.17,.67,.83,.67);
    -o-transition-timing-function: cubic-bezier(.17,.67,.83,.67);
    transition-timing-function: cubic-bezier(.17,.67,.83,.67);
}
.img-container:hover img, .post-container:hover .img-container img, .teammember:hover .img-container img {
    transform: scale(1.1);
}
.img-container.no-scale img {
	transform: none;
}
.newssection .img-container, .teamsection .img-container {
    width: auto;
    box-shadow: 0px 3px 30px #00000029;
}
.newssection .img-container img, .teamsection .img-container img, .archive .img-container img {
	filter: saturate(0%);
}
.teamsection .img-container img {
    filter: none;
}
.contactperson .img-container {
    box-shadow: 0px 3px 30px #00000029;
    margin-bottom: 20px;
}
.contactperson .memberdetails {
    margin-top: 15px;
}
.date {
    font-size: 15px;
    font-weight: bold;
}
.newstitle, .membertitle { 
    margin-bottom: 20px;
    margin-top: 25px;
}
.newsexcerpt, .memberdetails {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
}
.content-blue .quform-elements input, .content-blue .quform-elements textarea{
    border-bottom: 1px solid #135eab !important;
}
.content-green .quform-elements input, .content-green .quform-elements textarea{
    border-bottom: 1px solid #6cc72b !important;
}
.content-magenta .quform-elements input, .content-magenta .quform-elements textarea{
    border-bottom: 1px solid #e24486 !important;
}
.content-blue .quform-submit{
    color: #135eab !important;
}
.content-green .quform-submit{
    color: #6cc72b !important;
}
.content-magenta .quform-submit{
    color: #e24486 !important;
}
.quform-elements input, .quform-elements textarea {
    border: 0px !important;   
    padding-left: 0px !important;
}
.quform-submit {
    border: 0 !important;
    background-color: transparent !important;
    position: absolute;
    right: 0;
}
::placeholder {
    opacity: 1 !important;
    color: #4b4846 !important;
}
::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #4b4846 !important;
}
::-moz-placeholder {
    opacity: 1 !important;
    color: #4b4846 !important;
}
:-ms-input-placeholder {
    opacity: 1 !important;
    color: #4b4846 !important;
}
:-moz-placeholder  {
    opacity: 1 !important;
    color: #4b4846 !important;
}
.accordion-item {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #4b4846;
    border-radius: 0 !important;
}
.accordion-header {
    background-color: white;
    border: 0 !important;
    padding-left: 0px !important;
    padding-top: 0;
}
.accordion-header button {
    padding: 0 !important;
}
.content-blue .accordion-header button{
    color: #135eab !important;
}
.content-green .accordion-header button{
    color: #6cc72b !important;
}
.content-magenta .accordion-header button{
    color: #e24486 !important;
}
.accordion-header button:focus {
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.btn.btn-link::after {
    vertical-align: middle;
    display: inline-block;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: none;
    position: absolute;
    right: 0;
    top: unset;
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    margin-left: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
    margin-right: 0;
    font-weight: 300;
}
.btn.btn-link.collapsed::after {
    transform: rotate(180deg);
}
.accordion-body {
    padding: 10px 0;
    padding-bottom: 40px;
}
.jobpdf a::before {
    display: inline-block;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f1c1";
    left: 12px;
}
.jobpdf {
    display: inline-block;
    border: 1px solid #4b4846;
    padding: 8px 15px;
    margin-top: 30px;
    padding-left: 35px;
}
.jobpdf a{
    color: #4b4846 !important;
}
.singlenews {
    padding-bottom: 60px !important;
	padding-top: 20px;
}
.singlenews .img-container {
    width: auto;
    box-shadow: 0px 3px 30px #00000029;
    margin-bottom: 20px;
}
.singlenews .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ctasection p{
    font-size: 27px;
    font-family: merriweather, serif;
    font-weight: bold;
    font-style: normal;
}
.ctabtn {
    border: 1px solid #4b4846;
    min-width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    color: #4b4846 !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
    -webkit-transition-timing-function: cubic-bezier(.17,.67,.83,.67);
    -moz-transition-timing-function: cubic-bezier(.17,.67,.83,.67);
    -o-transition-timing-function: cubic-bezier(.17,.67,.83,.67);
    transition-timing-function: cubic-bezier(.17,.67,.83,.67);
}
.ctabtn:hover {
    transform: scale(1.02);
}
.ctabox {
    padding: 40px 60px;
}
.linkarrow {
    margin-right: 14px;
    margin-top: -3px;
}
.formular-blue .quform-button-text::before {
    content: url('../images/arrow-right.svg');
    margin-right: 15px;
}
.formular-magenta .quform-button-text::before {
    content: url('../images/arrow-right-pink.svg');
    margin-right: 15px;
}
.formular-green .quform-button-text::before {
    content: url('../images/arrow-right-green.svg');
    margin-right: 15px;
}
.contactdetails {
    padding: 20px;
}
.contactdetails p:last-of-type {
    margin-bottom: 0;
}
.memberdescription ul {
    padding-left: 15px;
}
.memberdescription li {
    list-style-type: none;
    position: relative;
}
.memberdescription li::before {
    content: '';
    position: absolute;
    background-color: black;
    height: 1px;
    width: 5px;
    left: -15px !important;
    top: 11px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    vertical-align: middle;
    display: inline-block;
    border: none;
    border-top: none;
    position: absolute;
    right: 0;
    top: 3px;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    font-weight: 300;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: 20px;
}
.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
    background-color: #F2F2F2;
    top: 30px;
    border-top: 0 !important;
}
.wpml-ls ul {
    width: 70px;
    top: -2px;
}

/* ------------------------------------------ Footer ------------------------------------------ */

.footer {
    padding-top: 100px;
    padding-bottom: 40px;
    margin-top: 50px;
}
footer h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
footer .agbs a {
    text-decoration: underline;
}
.footer form .button {
    background: none !important;
    border: none !important;
}
footer form .email {
    display: block;
    border: 1px solid #4b4846;
    padding: 14px 25px;
    margin-top: 30px;
    min-width: 300px;
    background: transparent;
    margin-bottom: 10px;
}
footer form .mc-field-group:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url('../images/emailicon.svg');
    background-size: cover;
    width: 56px;
    height: 22px;
    background-position: center;
}
#mc-embedded-subscribe {
    color: #4b4846;
}
footer a:hover {
	color: #4b4846;
}
footer ul li a {
    text-decoration: none;
}
.social-icons-container {
    top: -120px;
    position: relative;
}
.footersociallogos {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}
.footersociallogos img {
    top: 6px;
    position: relative;
}
.footersociallogos li {
    list-style-type: none;
    display: inline-block;
    min-height: 40px;
    min-width: 40px;
    color: white;
    margin-right: 8px;
    text-align: center;
}
.footersociallogos li:last-child {
    margin-right: 0;
}
.footer-blue .footersociallogos li {
    background-color: #135eab;
}
.footer-magenta .footersociallogos li {
    background-color: #e24486;
}
.footer-green .footersociallogos li {
    background-color: #6cc72b;
}
.newsletterbtn {
    display: block;
    border: 1px solid #4b4846;
    padding: 14px 25px;
    margin-top: 30px;
    min-width: 300px;
    margin-bottom: 10px;
}
.newslettericon {
    float: right;
}
.partnerlogo {
    margin-top: 40px;
    margin-bottom: 30px;
    max-height: 50px;
    padding-left: 50px;
    min-width: 115px;
    min-height: 40px;
    max-width: 150px;
}
.agbs{
    margin-top: 20px;
}
.agbs::before {
    content: '';
    height: 1px;
    position: absolute;
    background-color: #dadada;
    width: calc(100% - 30px);
    left: 15px;
    top: -20px;
}
footer .widget ul li {
    font-weight: normal;
    list-style-type: none;
    margin-bottom: 5px;
    position: relative;
    padding-left: 40px;
    left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
} 
footer .widget ul li:before {
    content: '';
    background-image: url("../images/arrow-right-gray.svg");
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    width: 23px;
    top: 10px;
    height: 8px;
}

/* ------------------------------------------ Responsive Design ------------------------------------------ */

@media screen and (max-width: 1500px) {
    .container {
        max-width: 90%;
    }
    .slidercontent {
        left: calc(5% + 15px);
    }
    .slidercontent.teamslidercontent {
        right: calc(5% + 15px);
    }
}
@media screen and (max-width: 1300px) {
    .swiper-container {
        height: 500px;
    }
    .slidercontent span, .teamslidercontent span, .slidercontent h1, .teamslidercontent h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .sliderbtn {
        font-size: 17px;
        right: 25px;
    }
    .slidercontent {
        max-width: 45%;
    }
    .lead p {
        font-size: 18px;
        line-height: 33px;
    }
    h1, .h1, .slidercontent * {
        font-size: 35px;
        line-height: 55px;
    }
    h2, .h2 {
        font-size: 32px;
        line-height: 52px;
    }
    .stgicon {
        right: -100px;
    }
    .logo {
        width: 325px;
    }
    .footer .container:nth-child(2) .col-12 {
        margin-bottom: 50px;
    }
    .post-listing li:nth-child(3) {
        margin-top: 30px;
    }
    .post-listing li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 1100px) {
    .menu-item-has-children {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menulocked {
        overflow: hidden !important;
    }
    .menu-item-has-children:last-child {
        margin-bottom: 0;
    }
    #menuoverlay.open, #searchoverlay.open {
        overflow: scroll !important;
        max-height: calc(100vh - 170px);
        padding: 50px 0;
    }
}
@media screen and (max-width: 991.99px) {
    .partnerlogo {
        padding-left: 0;
        padding-right: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .slidercontent {
        max-width: 80%;
    }
    footer form .email {
        min-width: 100%;
    }
    .innerspacing {
        padding: 100px 0;
    }
    .quform-submit {
        text-align: left;
        margin-bottom: 30px !important;
        padding: 0 !important;
        position: relative;
    }
    .team-swiper-slide .sliderimage {
        object-position: 12% 50%;
    }
}
@media screen and (max-width: 765px) {
    .post-listing li:nth-child(2) {
        margin-top: 30px;
    }
    .topbar .searchbox {
        padding-top: 9px;
        margin-left: 0;
    }
    .innerspacing {
        padding: 50px 0;
    }
    .searchicon {
        width: 17px;
        height: 17px;
        position: relative;
        top: 8px;
    }
    .post-listing li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .newssection .col-lg-5:last-child {
        margin-top: 3rem;
    }
    .swiper-slide::before, .team-swiper-slide::before {
        background: rgb(244,244,244);
        background: -moz-linear-gradient(90deg, rgba(244,244,244,0.95) 40%, rgba(244,244,244,0.5) 100%);
        background: -webkit-linear-gradient(90deg, rgba(244,244,244,0.95) 40%, rgba(244,244,244,0.5) 100%);
        background: linear-gradient(90deg, rgba(244,244,244,0.95) 40%, rgba(244,244,244,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#f4f4f4",GradientType=1);
    }
}
@media screen and (max-width: 600px) {
    .newssection .col-lg-5:last-child {
        margin-top: 3rem;
    }
    section:nth-child(2) {
        padding-top: 3rem !important;
    }
    .slidercontent {
        max-width: 90%;
    }
    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 25px !important;
    }
    .hamburger-box {
        width: 25px;
        height: 31px;
    }
    .stgicon {
        display: none;
    }
    .logo {
        width: 250px;
    }
    .back-top::before {
        top: 5px;
        width: 30px;
        height: 30px;
        left: 5px;
    }
    .search-field, .search-submit {
        font-size: 14px;
    }
    .sub-menu a {
        margin: 4px 0;
    }
    .js-wpml-ls-legacy-dropdown-click {
        padding: 10px 0px 10px 15px;
        max-width: 75px;
        width: auto;
        text-align: right;
    }
    .wpml-ls-sub-menu {
        text-align: left;
    }
    .wpml-ls ul {
        width: auto;
        top: -2px;
    }
    .back-top {
        bottom: 30px;
        width: 40px;
        height: 40px;
    }
    .slidercontent ::after {
        bottom: -30px;
    }
    .swiper-slide-active .slidercontent ::after {
        width: 30px;
    }
    section {
        margin: 50px 0;
    }
    .footersociallogos img {
        top: 3px;
    }
    #menuoverlay.open, #searchoverlay.open {
        max-height: calc(100vh - 144px) !important;
        top: 144px !important;
    }
    .ctabox {
        padding: 30px;
    }
    .ctasection p {
        font-size: 19px;
    }
    .footer {
        padding-top: 50px;
        margin-top: 80px;
    }
    .social-icons-container {
        top: -70px;
    }
    .newssection {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footersociallogos li {
        min-height: 37px;
        min-width: 37px;
    }
    .sliderbtn {
        padding: 7px 14px !important;
    }
    .menu-item-has-children {
        margin-bottom: 30px;
    }
    .swiper-container {
        height: 350px;
    }
    .slidercontent span, .teamslidercontent span, .slidercontent h1, .teamslidercontent h1 {
        font-size: 25px;
        line-height: 40px;
    }
    h1, .h1, .slidercontent * {
        font-size: 25px;
        line-height: 40px;
    }
    h2, .h2, h3, .h3, footer h3 {
        font-size: 23px;
        line-height: 35px;
    }
    h2, .h2 {
        margin-bottom: 40px;
    }
    h2::after {
        width: 30px;
    }
    h4, .h4 {
        font-size: 20px;
        line-height: 26px;
    }
    h5, .h5 {
        font-size: 18px;
        line-height: 38px;
        margin-top: 1.3rem;
    }
    .lead p {
        font-size: 17px;
        line-height: 32px;
    }
    .stgicon {
        right: -30%;
    }
    .partnerlogo {
        max-height: 35px;
    }
    .menu-item-has-children {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .search-field, .search-submit {
        display: block;
        width: 100%;
    }
    .googlemaps iframe {
        height: 300px;
    }
    .sliderimage {
        width: 100% !important;
    }
    .search-submit {
        padding: 8px 20px;
    }
    .slidercontent {
        max-width: 80%;
    }
    .ctabtn {
        padding: 6px;
    }
    footer form .email {
        padding: 12px 25px;
    }
    footer form .mc-field-group::after {
        top: 16px;
        width: 50px;
        height: 19px;
    }
    .partnerlogo {
        min-width: 101px;
        min-height: 30px;
        max-width: 135px;
    }
}
@media screen and (max-width: 400px) {
    .logo {
        width: 200px;
    }
    h1, .h1, .slidercontent * {
        font-size: 23px;
        line-height: 37px;
    }
    h2, .h2, h3, .h3, footer h3 {
        font-size: 21px;
        line-height: 33px;
    }
}
@media screen and (max-width: 320px) {
    .logo {
        width: 190px;
    }
    #menuoverlay.open, #searchoverlay.open {
        max-height: calc(100vh - 138px) !important;
        top: 138px !important;
    }
    .sub-menu li, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    .topbar {
        font-size: 14px;
    }
}
@media screen and (max-height: 700px){
	.menulocked {
		overflow: hidden !important;
	}
	.menu-item-has-children:last-child {
        margin-bottom: 0;
    }
    #menuoverlay.open, #searchoverlay.open {
        overflow: scroll !important;
        max-height: calc(100vh - 170px);
        padding: 50px 0;
    }
}