/*!
	Theme Name: TPA Hello Elementor Child Theme
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
	Version: 2.4.1
	Stable tag: 2.4.1
	Requires at least: 4.7
	Tested up to: 5.6
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html, body {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Helvetica Neue LT STD", Sans-serif;
  hyphens: auto;
  -webkit-hyphens: auto;
}

i.fab.fa-linkedin:before {
	content: "\f08c";
}

body .hero-banner {
	overflow-y: hidden;
}

body .hero-banner .elementor-container {
	z-index: 9;
}

.elementor-location-header.search-open .jet-mega-menu-item.jet-mega-search-icon-menu-item .jet-mega-menu-item__link, 
body.white-menu-items .elementor-location-header.search-open .jet-mega-menu-item.jet-mega-search-icon-menu-item .jet-mega-menu-item__link, 
.elementor-location-header.search-open .jet-mega-menu-item.jet-mega-search-icon-menu-item .jet-mega-menu-item__link .jet-mega-menu-item__title, 
body.white-menu-items .elementor-location-header.search-open .jet-mega-menu-item.jet-mega-search-icon-menu-item .jet-mega-menu-item__link .jet-mega-menu-item__title, 
.elementor-location-header.search-open .jet-mega-menu-item.jet-mega-search-icon-menu-item .jet-mega-menu-item__link .jet-mega-menu-item__title i, 
body.white-menu-items .elementor-location-header.search-open .jet-mega-menu-item.jet-mega-search-icon-menu-item .jet-mega-menu-item__link .jet-mega-menu-item__title i, 
.elementor-location-header.search-open .jet-mega-menu-item.jet-mega-search-icon-menu-item .jet-mega-menu-item__link .jet-mega-menu-item__title i:before, 
body.white-menu-items .elementor-location-header.search-open .jet-mega-menu-item.jet-mega-search-icon-menu-item .jet-mega-menu-item__link .jet-mega-menu-item__title i:before {
	color: #3B3B31 !important;
}

body .elementor-location-header .tpa-logo.tpa-logo-white {
	display: none;
}

body.white-menu-items .elementor-location-header .tpa-logo.tpa-logo-green {
	display: none;
}

body.white-menu-items .elementor-location-header .tpa-logo.tpa-logo-white {
	display: block;
}

.custom-mobile-menu .jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-layout-default .jet-mega-menu-container {
  width: 100vw;
  right: 0;
  top: 0;
  position: fixed;
}

.jet-mega-menu .close-mobile-menu {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 999;
}

.jet-mega-menu .close-mobile-menu:hover {
  opacity: 1;
}
.jet-mega-menu .close-mobile-menu:before, .jet-mega-menu .close-mobile-menu:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 20px;
  width: 1px;
  background-color: #3B3B31;
}
.jet-mega-menu .close-mobile-menu:before {
  transform: rotate(45deg);
}
.jet-mega-menu .close-mobile-menu:after {
  transform: rotate(-45deg);
}

.custom-mobile-menu .jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-layout-default .jet-mega-menu-container .jet-mega-menu-list {
	margin-top: 10px;
	padding-bottom: 30px;
}

.jet-mega-mobile-karriere-menu-item:after {
  content: '';
  background-color: #DEDDD7;
  height: 1px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
}

body.white-menu-items .elementor-location-header .elementor-widget-icon i {
	color: #fff;
}

body.white-menu-items .elementor-location-header.header-is-sticky .elementor-widget-icon i {
	color: #3B3B31;
}

body.white-menu-items .elementor-location-header .custom-mobile-menu .jet-mega-menu .jet-mega-menu-toggle {
	color: #fff;
}

body.white-menu-items .elementor-location-header.header-is-sticky .custom-mobile-menu .jet-mega-menu .jet-mega-menu-toggle {
	color: #3B3B31;
}

body.hero-dark-with-gradient .hero-banner {
	background-color: #3B3B31;
}

body.hero-dark-with-gradient .hero-banner:after {
  /*content: '';
  position: absolute;
  left: -200px;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: url('img/bg-circle-hero60.svg');
  background-size: cover;
  background-repeat: no-repeat;*/

  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-repeat: no-repeat;
  background: radial-gradient(circle at 30% 150%, rgba(144,182,193,1) 0%, rgba(25,25,62,0) 60%, rgba(0,212,255,0) 100%);
}

body.hero-dark-no-gradient .hero-banner {
	background-color: #3B3B31;
}

body.hero-light-with-gradient .hero-banner {
	background-color: #ECF3F4;
}

body.hero-light-with-gradient .hero-banner:after {
  /*content: '';
  position: absolute;
  left: -200px;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url('img/bg-circle-hero60.svg');
  background-size: cover;
  background-repeat: no-repeat;*/

  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background: radial-gradient(circle at 30% 170%, rgba(144,182,193,1) 0%, rgba(25,25,62,0) 60%, rgba(0,212,255,0) 100%);
}

body.hero-light-no-gradient .hero-banner {
	background-color: #ECF3F4;
}


body.hero-dark-with-gradient .hero-banner .elementor-background-overlay, 
body.hero-dark-no-gradient .hero-banner .elementor-background-overlay, 
body.hero-light-with-gradient .hero-banner .elementor-background-overlay, 
body.hero-light-no-gradient .hero-banner .elementor-background-overlay {
	opacity: 0 !important;
}

.home-alert-banner .home-alert-banner-container .col1 {
	position: relative;
	width: 30px;
}

.home-alert-banner .home-alert-banner-container .col1 .close-container {
	width: 26px;
	height: 26px;
	position: absolute;
	left: -15px;
	top: -15px;
	cursor: pointer;
  background-color: #3B3B31;
  border-radius: 100%;
  padding: 5px;
  border: 2px solid #fff;
}


.home-alert-banner .home-alert-banner-container .col1 .close-container .close {
	cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: -5px;
  margin-top: -5px;
  padding-top: 5px;
}

.home-alert-banner .home-alert-banner-container .col1 .close:hover {
  opacity: 1;
}
.home-alert-banner .home-alert-banner-container .col1 .close:before, .home-alert-banner .home-alert-banner-container .col1 .close:after {
  position: absolute;
  left: 10.5px;
  content: ' ';
  height: 13px;
  width: 2px;
  background-color: #fff;
}
.home-alert-banner .home-alert-banner-container .col1 .close:before {
  transform: rotate(45deg);
}
.home-alert-banner .home-alert-banner-container .col1 .close:after {
  transform: rotate(-45deg);
}

.person-hero-banner-image:after {
  /*content: '';
  position: absolute;
  width: 803px;
  height: 809px;
  left: -96px;
  top: 390px;
  background: #005233;
  opacity: 0.8;
  filter: blur(100px);*/

  content: '';
  position: absolute;
  left: -200px;
  width: 913px;
  height: 920px;
  opacity: 1;
  background-repeat: no-repeat;
  bottom: 40px;
  background: radial-gradient(circle at 50% 110%, rgba(89, 148, 162, 1) 0%, rgba(25,25,62,0) 40%, rgba(0,212,255,0) 100%);
}

.person-hero-banner-image img {
    position: relative;
    z-index: 1;
}

body.hide-person-knowhow-section .knowhow-section {
	display: none;
}

body.hide-publication-subscribe-section .subscribe-publication-section {
	display: none;
}

body.single .hero-banner-post-update {
  display: block;
  width: fit-content;
  margin-bottom: 0;
}

body.single .hero-banner-post-update p {
  margin-bottom: 0;
  background-color: #E7C266;
  padding: 3px 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #3B3B31; 
}

body.single .post-meta-info {
  display: flex;
  flex-wrap: wrap;
}

body.single .post-meta-info p, 
body.single .post-meta-info span {
  margin-bottom: 0;
  color: #545346;
  opacity: 0.8;
}

body.single .post-meta-info .post-date {
  display: flex;
}

body.single .post-meta-info .reading-time {
  display: flex;
  margin-left: 20px;
  position: relative;
}

body.single .post-meta-info .reading-time:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #5994A1;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}

body.single .post-meta-info .post-type {
  margin-left: 20px;
	font-size: 14px;
	line-height: 17px;
	background-color: #EFEEEA;
	border-radius: 10px;
	padding: 3px 10px;
	position: relative;
	text-transform: capitalize;
	display: none;
}

body.single .post-meta-info .post-type:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #5994A1;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}

body.single .post-meta-info .location-description {
	display: flex;
  margin-left: 20px;
  position: relative;
}

body.single .post-meta-info .location-description:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #5994A1;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}

body.single .event-details-container {

}

body.single .event-details-container .event-details-row {
	display: flex;
	margin-bottom: 20px;
}

body.single .event-details-container .event-details-row i {
	margin-right: 10px;
	margin-top: 4px;
	min-width: 18px;
}

body.single .event-details-container .event-details-row p {
	margin-bottom: 0;
}

body.single .event-details-container .event-details-row .event-date-row-inner-container {
	display: block;
}

body.single .event-details-container .event-details-row .event-date-row-inner-container p {
	margin-bottom: 10px;
}

body.single .event-details-container .event-details-row.address-row .zip-state-container {
	display: flex;
}

body.single .event-details-container .event-details-row.show-route-row a {
	display: flex;
}

body.single .event-details-container .event-details-row.show-route-row a i {
	color: #3B3B31;
}

body.single .event-details-container .event-details-row.show-route-row a p {
	text-decoration: underline;
}


body.single .location-details-container {

}

body.single .location-details-container .location-details-row {
	display: flex;
	margin-bottom: 20px;
}

body.single .location-details-container .location-details-row i {
	margin-right: 10px;
	margin-top: 4px;
	min-width: 18px;
}

body.single .location-details-container .location-details-row p {
	margin-bottom: 0;
}

body.single .location-details-container .location-details-row .event-date-row-inner-container {
	display: block;
}

body.single .location-details-container .location-details-row .event-date-row-inner-container p {
	margin-bottom: 10px;
}

body.single .location-details-container .location-details-row.address-row .zip-state-container {
	display: flex;
}

body.single .location-details-container .location-details-row.address-row .zip-state-container .zip-container {
	margin-right: 5px;
}

body.single .location-details-container .location-details-row.show-route-row a {
	display: flex;
}

body.single .location-details-container .location-details-row.show-route-row a i {
	color: #3B3B31;
}

body.single .location-details-container .location-details-row.show-route-row a p {
	text-decoration: underline;
}

body.single .location-contact-container .location-contact-row {
	display: flex;
	margin-bottom: 15px;
}

body.single .location-contact-container .location-contact-row i {
	margin-right: 10px;
	margin-top: 4px;
	min-width: 18px;
}

body.single .location-contact-container .location-contact-row p {
	margin-bottom: 0;
}

body.single .location-contact-container .location-contact-row a {
	display: flex;
}

body.single .location-contact-container .location-contact-row a i {
	color: #3B3B31;
}

body.single .location-contact-container .location-contact-row a p {
	text-decoration: underline;
}

body.single .location-working-hours-container .location-working-hours-row {
	display: flex;
	margin-bottom: 15px;
}

body.single .location-working-hours-container .location-working-hours-row i {
	margin-right: 10px;
	margin-top: 4px;
	min-width: 18px;
}

body.single .location-working-hours-container .location-working-hours-row p {
	margin-bottom: 0;
}

body.single .location-working-hours-container .location-working-hours-row .location-working-hours-row-outter-container {
	display: block;
	width: 100%;
}

body.single .location-working-hours-container .location-working-hours-row .location-working-hours-row-inner-container {
	display: flex;
}

body.single .location-working-hours-container .location-working-hours-row .location-working-hours-row-inner-container .working-days {
	font-weight: 600;
	width: 25%;
	margin-right: 5%;
}

body.single .location-working-hours-container .location-working-hours-row .location-working-hours-row-inner-container .working-hours {
	width: 70%;
}

.title-with-line-top .elementor-widget-container {
	position: relative;
}

.title-with-line-top .elementor-widget-container:before {
	content: '';
	position: absolute;
	left: 0;
	top: -15px;
	height: 3px;
	width: 160px;
	background-color: #3B3B31;
}

.float-icon-left-top {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  position: absolute;
  top: -35px;
  left: -60px;
  box-shadow: 0px 8px 48px 12px rgba(26, 85, 56, 0.25);
}

.float-icon-left-top .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nf-form-cont nf-field .hide-label .nf-field-label {
	display: none;
}

.nf-form-cont nf-field .tpa-float-input-container .nf-field-label {
	position: absolute;
	left: 10px;
	top: 11px;
	z-index: 9;
	transition: top 0.2s ease-in;
}

.nf-form-cont nf-field .tpa-float-input-container .nf-field-label label {
	font-size: 16px;
	color: #949286;
	font-weight: 300;
}

.nf-form-cont nf-field .tpa-float-input-container.input-focused .nf-field-label {
	top: 0px;
	transform: translateY(-5px);
	background: ;
}

.nf-form-cont nf-field .tpa-float-input-container.input-focused .nf-field-label label {
	font-size: 11px;
	color: #949286;
	font-weight: 300;
	background-color: #fff;
}

.nf-form-cont nf-field .tpa-float-input-container input, 
.nf-form-cont nf-field .tpa-float-input-container textarea {
	color: #000;
	border: none;
	background-color: #fff;
	border-bottom: 1px solid #949286;
	padding: 20px 12px 4px;
}

.nf-form-cont nf-field .tpa-float-input-container textarea {
	resize: none;
  min-height: 80px;
  height:  80px;
  overflow: hidden;
  box-sizing: border-box;
  transform: none;
  transition-duration: 0s;
}

.nf-form-cont nf-field .tpa-float-input-container

.nf-form-cont nf-field .tpa-float-input-container input:not([type=button]):focus {
	color: #000;
}

.nf-form-cont nf-field .tpa-float-input-container .nf-pass .nf-field-element:after {
	background: transparent !important;
	color: #5994A1;
	content: '';
}

.nf-form-cont nf-field .tpa-float-input-container .nf-pass input,
.nf-form-cont nf-field .tpa-float-input-container .nf-pass textarea {
	border-color: #5994A1 !important;
}

.nf-form-cont nf-field .tpa-float-input-container.input-focused .nf-pass .nf-field-label label {
	color: #5994A1 !important;
}

.nf-form-cont nf-field .tpa-float-input-container .nf-error .nf-field-element:after {
	background: transparent !important;
	color: #D95F6A;
	content: "\f06a";
}

.nf-form-cont nf-field .tpa-float-input-container .nf-error input,
.nf-form-cont nf-field .tpa-float-input-container .nf-error textarea {
	border-color: #D95F6A !important;
}

.nf-form-cont nf-field .tpa-float-input-container.input-focused .nf-error .nf-field-label label {
	color: #D95F6A !important;
}

.nf-form-cont nf-field .checkbox-container.subscribe-print-input-container, 
.nf-form-cont nf-field .subscribe-print-label {
	display: none;
}

body.subscription-available-in-print .nf-form-cont nf-field .checkbox-container.subscribe-print-input-container {
	display: flex;
}

body.subscription-available-in-print .nf-form-cont nf-field .nf-form-cont nf-field .subscribe-print-label {
	display: block;
}

.nf-form-cont nf-field .checkbox-container.disclaimer-input-container .nf-field-label,
.nf-form-cont nf-field .checkbox-container.subscribe-print-input-container .nf-field-label {
	width: fit-content;
	margin-right: 10px;
	align-items: flex-start;
}

.nf-form-cont nf-field .checkbox-container.disclaimer-input-container .nf-field-description,
.nf-form-cont nf-field .checkbox-container.subscribe-print-input-container .nf-field-description {
	width: fit-content;
}

.nf-form-cont nf-field .nf-field-container {
	margin-bottom: 10px;
}

.nf-form-cont nf-field .nf-field-container .nf-field-element select {
  color: #3B3B31;
  background-color: #fff !important;
  padding: 12.5px 8px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #949286;
  position: relative;
  outline: none;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

.nf-form-cont nf-field .nf-field-container.listselect-container .nf-field-element:after {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #3B3B31;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: transparent;
}

.nf-form-cont nf-field .nf-field-container.submit-container {
	margin-top: 25px;
}

.nf-form-cont nf-field .nf-field-container.submit-container .submit-wrap {
	text-align: right;
}

.nf-form-cont nf-field .nf-field-container.submit-container .submit-wrap input {
	padding: 7px 70px 7px 20px;
	background-color: #fff;
	color: #3B3B31;
	border: 2px solid #3B3B31;
}

.nf-form-cont nf-field .nf-field-container.submit-container .submit-wrap .nf-field-element:after {
	content: '';
	position: absolute;
	width: 14px;
  height: 12px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('img/button-arrow-right-short.svg');
	z-index: 9;
}

.checkbox-container.label-right .nf-field-label {
	width: 20%;
}

.checkbox-container.label-right .nf-field-description {
	width: 75%;
	margin-right: 5%;
	font-size: 14px;
	line-height: 18px;
}

.checkbox-container.label-right .nf-field-description p, 
.checkbox-container.label-right .nf-field-description a {
	font-size: 14px;
	line-height: 18px;
}

.checkbox-container.label-right .nf-field-description a {
	text-decoration: underline;
}

.nf-form-cont nf-field .checkbox-wrap .nf-field-label label:before {
	color: #5994A1;
	content: "\eb48";
	font-family: 'FA6Solid' !important;
  font-size: 14px;
  left: -24px;
}

.nf-form-cont nf-field .checkbox-wrap .nf-field-label label:after {
	width: 22px;
	height: 22px;
}

.cut-corner-top-right, 
.cut-corner-top-right-img.elementor-widget-image img {
 	-webkit-clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
}

.cut-corner-bottom-right, 
.cut-corner-bottom-right-img.elementor-widget-image img {
 	-webkit-clip-path: polygon(100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%, 0 0);
}

.cut-corner-bottom-left, 
.cut-corner-bottom-left-img.elementor-widget-image img {
 	-webkit-clip-path: polygon(100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px), 0 0);
  clip-path: polygon(100% 0, 100% 100%, 60px 100%, 0 calc(100% - 60px), 0 0);
}

.cut-corner-top-left, 
.cut-corner-top-left-img.elementor-widget-image img {
 	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 60px, 60px 0%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 60px, 60px 0%);
}

.btn-icon-next-line.elementor-widget-button .elementor-button-content-wrapper {
	flex-direction: column;
}

.btn-icon-next-line.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon {
	text-align: left;
}

.btn-text-left.elementor-widget-button .elementor-button-text {
	text-align: left;
}

.btn-text-icon-space10.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-right:before, 
.btn-text-icon-space10.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-left:after, 
.btn-text-icon-space20.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-right:before, 
.btn-text-icon-space20.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-left:after, 
.btn-text-icon-space30.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-right:before, 
.btn-text-icon-space30.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-left:after  {
	content: '';
	width: 10px;
	display: block;
	position: relative;
}

.btn-text-icon-space10.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-right:before, 
.btn-text-icon-space10.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-left:after {
	height: 10px;
}

.btn-text-icon-space20.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-right:before, 
.btn-text-icon-space20.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-left:after {
	height: 20px;
}

.btn-text-icon-space30.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-right:before, 
.btn-text-icon-space30.elementor-widget-button .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-left:after {
	height: 30px;
}

.hero-banner-breadcrumbs-container .elementor-column {
	display: flex;
}

.hero-banner-breadcrumbs-container .elementor-column .elementor-widget {
	width: auto;
}

.elementor-widget .services-breadcrumbs-links {
	display: flex;
}

.elementor-widget .services-breadcrumbs-links a {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
}

.elementor-widget .services-breadcrumbs-links.white a {
	color: #fff;
}

.elementor-widget .services-breadcrumbs-links.green a {
	color: #005233;
}

.elementor-widget .services-breadcrumbs-links a p {
	margin-bottom: 0;
}

.tpa-img-cta .elementor-cta__content {
	flex-direction: row;
	padding: 30px 25px;
}

.tpa-img-cta .elementor-cta__bg-wrapper .elementor-bg {
	background-size: cover;
  transition: transform 0.3s ease-in;
  transition-duration: 0.3s !important;
  transform: scale(1.0);
}

.tpa-img-cta:hover {
	box-shadow: 0px 6px 40px -2px rgba(0, 0, 0, 0.5);
}

body.home .tpa-img-cta:hover {
	box-shadow: none;
}

.tpa-img-cta:hover .elementor-cta__bg-wrapper .elementor-bg {
  transform: scale(1.1);
}

.tpa-img-cta .elementor-cta__content .elementor-icon-wrapper {
	width: auto;
  max-width: 20%;
  order: 2;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 0;
}

.tpa-img-cta .elementor-cta__content .elementor-icon-wrapper i {
	overflow: hidden;
}

.tpa-img-cta .elementor-cta__content .elementor-icon-wrapper i:before {
	left: 25%;
	transition: left 0.2s ease-in;
}

.tpa-img-cta:hover .elementor-cta__content .elementor-icon-wrapper i:before {
	left: 50%;
}

.tpa-img-cta .elementor-cta__content .elementor-cta__title, 
.tpa-img-cta .elementor-cta__content .elementor-cta__description {
	width: auto;
  max-width: 80%;
  width: 80%;
}

.tpa-img-cta.icon-bottom .elementor-cta__content {
  flex-direction: column;
  min-height: 200px;
  padding: 30px 25px;
  align-content: flex-start;
  align-items: flex-end;
}

.tpa-img-cta.icon-bottom .elementor-cta__content .elementor-icon-wrapper {
	max-width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: 0;
  margin-top: 0;
}

.tpa-img-cta.icon-bottom .elementor-cta__content .elementor-cta__title {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 10px;
}

.tpa-content-accordion .elementor-tab-title.elementor-active .elementor-toggle-title {
	padding-left: 25px;
}

.toggleable {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.elementor-widget-text-editor.toggleable.active, 
.toggleable.active {
  opacity: 1;
  transition: opacity 0.5s ease-in;
  height: auto;
  overflow: visible;
}

body.elementor-editor-active .toggleable {
	opacity: 1;
  transition: opacity 0.5s ease-in;
  height: auto;
  overflow: auto;
}


.megamenu-link-item .fa6l-light-arrow-right, 
.megamenu-teaser-item .elementor-widget-button .fa6l-light-arrow-right {
	display: block;
  margin-top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: -15px;
  transition: background-position-x 0.2s, margin-right 0.2s;
  width: 36px;
  height: 20px;
}

.megamenu-link-item .fa6l-light-arrow-right {
	background-image: url('img/button-arrow-right-long.svg');
}

.megamenu-link-item .elementor-button-link .elementor-button-text {
	text-align: left;
}

.megamenu-teaser-item .elementor-widget-button .fa6l-light-arrow-right {
	background-image: url('img/button-arrow-right-white-long.svg');
}

.megamenu-link-item a:hover .fa6l-light-arrow-right, 
.megamenu-teaser-item:hover .elementor-widget-button .fa6l-light-arrow-right {
  background-position-x: unset;
  background-position-x: -5px;
  margin-right: 15px;
}

.megamenu-teaser-item {
	cursor: pointer;
}

.megamenu-teaser-item:hover {
	-webkit-box-shadow: 4px 3px 27px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 3px 27px -5px rgba(0,0,0,0.75);
	box-shadow: 4px 3px 27px -5px rgba(0,0,0,0.75);
}

.megamenu-link-item .fa6l-light-arrow-right:before, 
.megamenu-teaser-item .elementor-widget-button .fa6l-light-arrow-right:before {
  display: none;
}

table .span-10 {width: 10%;}
table .span-20 {width: 20%;}
table .span-25 {width: 25%;}
table .span-30 {width: 30%;}
table .span-33 {width: 33.33%;}
table .span-50 {width: 50%;}
table .span-60 {width: 60%;}
table .span-66 {width: 66.66%;}
table .span-70 {width: 70%;}
table .span-75 {width: 75%;}
table .span-80 {width: 80%;}
table .span-90 {width: 90%;}

.section-absolute-icon .icon-container-col .elementor-widget-icon {
	position: absolute;
  left: -50px;
  top: -30px;
}

.tpa-custom-tabs .e-n-tabs-heading {
	background-color: #3B3B31;
}

.tpa-custom-tabs .e-n-tabs-heading .e-n-tab-title.e-active .e-n-tab-title-text {
	position: relative;
	z-index: 2;
}

.tpa-custom-tabs .e-n-tabs-heading .e-n-tab-title.e-active .e-n-tab-title-text:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #4AB18F;
    position: absolute;
    left: -5px;
    top: 1px;
    z-index: -1;
}

.wpml-ls-statics-footer, 
.otgs-development-site-front-end {
	display: none;
}

.lang-switch-container {
	display: inline-block;
	position: relative;
	z-index: 9;
	width: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  margin-right: 10px;
}

.lang-switch-container .current-language {
	margin-bottom: 0;
  font-family: "Helvetica Neue LT STD", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 16px;
  cursor: pointer;
  width: fit-content;
  position: relative;
  color: #212529;
}

body.white-menu-items .elementor-location-header .lang-switch-container .current-language {
	color: #fff;
}

body.white-menu-items .elementor-location-header.header-is-sticky .lang-switch-container .current-language {
	color: #3B3B31;
}

.header-menu-secondary-menu-container .jet-mega-kontakt-menu-item {
	order: 1;
}

.header-menu-secondary-menu-container .jet-mega-standorte-menu-item {
	order: 2;
}

.header-menu-secondary-menu-container .jet-mega-search-icon-menu-item {
	order: 4;
}

.header-menu-secondary-menu-container .jet-mega-menu-item.wpml-ls-item {
	order: 3;
	margin-right: 12px;
}

.jet-mega-menu-item.wpml-ls-item.jet-mega-menu-item-has-children:after {
	content: '';
  background-image: url('img/language-arrow-down.svg');
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: -8px;
  top: 12px;
}

.jet-mega-menu-item.wpml-ls-item.jet-mega-menu-item-has-children:hover:after {
    transform: rotate(180deg);
  	top: 8px;
}

.jet-mega-menu-item.wpml-ls-item.jet-mega-menu-item-has-children .jet-mega-menu-sub-menu li a, 
.jet-mega-menu-item.wpml-ls-item.jet-mega-menu-item-has-children .jet-mega-menu-sub-menu li a span {
	color: #3B3B31;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.elementor-location-header .jet-mega-menu-item.wpml-ls-item:hover .jet-mega-menu-item__label {
	text-decoration: none;
}

.elementor-location-header .custom-mobile-menu .jet-mega-menu-item.wpml-ls-item {
	display: flex;
}

.elementor-location-header .custom-mobile-menu .jet-mega-menu-item.wpml-ls-item .jet-mega-menu-item__inner {
	padding: 4px 20px;
}

.elementor-location-header .custom-mobile-menu .jet-mega-menu-item.wpml-ls-item.jet-mega-menu-item-has-children .jet-mega-menu-item__inner {
	padding-right: 10px;
}

.elementor-location-header .custom-mobile-menu .jet-mega-menu-item.wpml-ls-item.jet-mega-menu-item-has-children .jet-mega-menu-sub-menu .jet-mega-menu-item__inner {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #DEDDD7;
}

.elementor-location-header .custom-mobile-menu .jet-mega-menu-item.wpml-ls-item .jet-mega-menu-item__dropdown {
	display: none;
}

.elementor-location-header .custom-mobile-menu .jet-mega-menu-item.wpml-ls-item .jet-mega-menu-sub-menu {
	visibility: visible;
  pointer-events: auto;
  height: auto;
  width: auto;
  max-width: max-content;
}

.elementor-location-header .custom-mobile-menu .jet-mega-menu-item.wpml-ls-item .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu__list{
	flex-direction: row;
}

.elementor-location-header .custom-mobile-menu .jet-mega-menu-item.wpml-ls-item>.jet-mega-menu-item__inner>a.jet-mega-menu-item__link--top-level span {
	color: #5994A1;
	text-underline-offset: 6px;
	text-decoration: underline;
}

.elementor-location-header .custom-mobile-menu .jet-mega-menu-item.wpml-ls-item.jet-mega-menu-item-has-children:after {
	display: none;
}

.elementor-location-header .custom-mobile-menu .jet-mega-menu-item.wpml-ls-item.jet-mega-menu-item-has-children .jet-mega-menu-sub-menu li a, 
.elementor-location-header .custom-mobile-menu .jet-mega-menu-item.wpml-ls-item.jet-mega-menu-item-has-children .jet-mega-menu-sub-menu li a span {
	font-size: 24px;
	line-height: 28px;
}

.lang-switch-container .current-language:after {
    content: '';
    background-image: url('img/language-arrow-down.svg');
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: -20px;
    top: 4px;
}

.lang-switch-container .current-language:hover:after {
    transform: rotate(180deg);
    top: 0;
}

.lang-switch-container .dropdown-content {
	display: none;
	position: absolute;
	width: 120px;
	left: 0;
	padding-top: 10px;
	transform: translateX(-60%);
	background-color: #fff;
	overflow: auto;
	text-align: end;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	top: 100%;
}

.lang-switch-container:hover .dropdown-content {
	display: block;
}

.lang-switch-container .dropdown-content a {
	display: block;
	position: relative;
	color: #262626;
	padding: 8px 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 16px;
}

.lang-switch-container .dropdown-content a .wpml-ls-native:after {
	content: '';
	position: absolute;
	width: 90%;
	margin-left: 5%;
	bottom: 0;
	left: 0
	height: 3px;
	z-index: 9999;
	display: block;
	background-color: #007A91;
}

.lang-switch-container .dropdown-content a.current-language-item {
	display: none;
}

.lang-switch-container .dropdown-content a .wpml-ls-display {
	display: none;
}

.lang-switch-container-mobile {
	display: flex;
  padding: 15px 10px 10px;
}

.elementor-location-header .lang-switch-container-mobile a {
  padding: 3px 10px !important;
  font-size: 24px;
	line-height: 29px;
  font-weight: 500;
  text-underline-offset: 6px;
}

.lang-switch-container-mobile a.current-language-item {
  text-decoration: underline;
}

.lang-switch-container-mobile a .wpml-ls-flag {
  display: none;
}

.lang-switch-container-mobile a span {
	color: #3B3B31;
}

.lang-switch-container-mobile a.current-language-item span {
	color: #5994A1;
}

.lang-switch-container-mobile a:first-of-type {
	margin-left: 0;
}

.lang-switch-container-mobile a:nth-of-type(2) {
	border-left: 1px solid #DEDDD7;
}

.lang-switch-container-mobile a .wpml-ls-display {
	display: none;
}

.elementor-widget-search-form form.elementor-search-form input.elementor-search-form__input {
	border-radius: 0;
	border-bottom: 2px solid #5994A1;
	padding-left: 50px !important;
	position: relative;
}

.elementor-widget-search-form form.elementor-search-form input.elementor-search-form__input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	height: 17px;
	width: 17px;
	background-image: url('img/cancel-icon-green.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;	
}

.elementor-widget-search-form form.elementor-search-form .search-input-icon-inside:after {
	font-family: 'FA6Solid' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00e";
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
}

.elementor-widget-search-form form.elementor-search-form .elementor-search-form__submit i {
  font-family: 'FA6Solid' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.elementor-widget-search-form form.elementor-search-form .elementor-search-form__submit i:before {
  content: "\f00e";
}

.post-category-links {
	padding-left: 0;
}

.post-category-links .post-category-link {
	margin: 20px 0;
}

.post-category-links .post-category-link a {
	display: flex;
	width: fit-content;
}

.post-category-links .post-category-link a .arrow {
	background-image: url('img/button-arrow-right-long.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: -15px;
  transition: background-position-x 0.3s;
  width: 57px;
  height: 24px;
  min-width: 57px;
}

.post-category-links .post-category-link a:hover .arrow {
  background-position-x: unset;
}

.post-category-links .post-category-link a p {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #3B3B31;
	margin-bottom: 0;
  transition: margin-left 0.3s, margin-right 0.3s;
	margin-left: -10px;
	margin-right: 10px;
}

.post-category-links .post-category-link a:hover p {
  margin-left: 0px;
  margin-right: 0px;
}

.post-related-persons-container {
	padding-left: 0;
}

.post-related-persons-container .post-related-person {
	margin: 20px 0;
}

.post-related-persons-container .post-related-person a {
	display: flex;
	width: fit-content;
}

.post-related-persons-container .post-related-person a .arrow {
	background-image: url('img/button-arrow-right-long.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: -15px;
  transition: background-position-x 0.3s;
  width: 57px;
  height: 24px;
  min-width: 57px;
}

.post-related-persons-container .post-related-person a:hover .arrow {
  background-position-x: unset;
}

.post-related-persons-container .post-related-person a p {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #3B3B31;
	margin-bottom: 0;
  transition: margin-left 0.3s, margin-right 0.3s;
	margin-left: -10px;
	margin-right: 10px;
}

.post-related-persons-container .post-related-person a:hover p {
  margin-left: 0px;
  margin-right: 0px;
}

.post-related-persons-container .post-related-person a p.post-related-person-role {
  font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.person-locations-container {
	display: flex;
}

.person-locations-container .person-locations-item {
	display: flex;
	padding-right: 8px;
  margin-right: 8px;
  border-right: 2px solid #3B3B31;
}

.person-locations-container .person-locations-item:last-of-type {
	border-right: none;
}

.person-locations-container .person-locations-item i {
	margin-right: 7px;
	font-size: 13px;
	line-height: 17px;
}

.person-locations-container .person-locations-item p {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0;
}

.person-locations-container .person-locations-item p {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}

.person-social-media-container {
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
}

.person-social-media-container .person-social-media-single {
	margin-right: 20px;
}

.person-social-media-container .person-social-media-single a {
	color: #005233;
	font-size: 20px;
}

.person-social-media-container .person-social-media-single a i.fab.fa-linkedin:before {
	content: "\f08c";
}

.person-info-separator {
	width: 80%;
  height: 1px;
  background-color: #3B3B31;
  opacity: 0.1;
  margin-bottom: 20px;
}

.person-info-row {
	margin-bottom: 10px;
	display: flex;
}

.person-info-row a {
	display: flex;
}

.person-info-row i {
	min-width: 25px;
	margin-right: 5px;
	display: flex;
  align-items: center;
	color: #3B3B31;
}

.person-info-row p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #3B3B31;
	margin-bottom: 0;
}

.person-info-row a p {
	color: #5994A1;
	text-decoration: underline;
}

.person-info-row.person-email p {
	color: #5994A1;
	text-decoration: underline;
}

body.single.single-persons .job-positions {
	display: inline-flex;
  flex-wrap: wrap;
}

body.single.single-persons .job-positions .job-position {
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #333333;
	margin-bottom: 0;
	width: fit-content;
  position: relative;
  margin-right: 40px;
}

body.single.single-persons .job-positions .job-position.has-dot:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #5994A1;
  position: absolute;
  right: -20px;
  top: 52%;
  transform: translateY(-50%);
}

.person-branches-container .person-branches-title, 
.person-services-container .person-services-title {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #005233;
}

.person-branches-container .person-branches-links, 
.person-services-container .person-services-links {
	padding-left: 50px;
}

.person-branches-container .person-branches-links .person-branches-link, 
.person-services-container .person-services-links .person-services-link {
	margin: 20px 0;
}

.person-branches-container .person-branches-links .person-branches-link a, 
.person-services-container .person-services-links .person-services-link a {
	display: flex;
	width: fit-content;
}

.person-branches-container .person-branches-links .person-branches-link a .arrow, 
.person-services-container .person-services-links .person-services-link a .arrow {
	background-image: url('img/button-arrow-right-long.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: -15px;
  transition: background-position-x 0.3s;
  width: 57px;
  min-width: 57px;
  height: 24px;
}

.person-branches-container .person-branches-links .person-branches-link a:hover .arrow, 
.person-services-container .person-services-links .person-services-link a:hover .arrow {
  background-position-x: unset;
}

.person-branches-container .person-branches-links .person-branches-link a p, 
.person-services-container .person-services-links .person-services-link a p {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #3B3B31;
	margin-bottom: 0;
  transition: margin-left 0.3s, margin-right 0.3s;
	margin-left: -10px;
	margin-right: 10px;
}

.person-branches-container .person-branches-links .person-branches-link a:hover p, 
.person-services-container .person-services-links .person-services-link a:hover p {
  margin-left: 0px;
  margin-right: 0px;
}

body.elementor-editor-active .kontakt-popup-section, 
body.elementor-editor-active .publikation-popup-section,
body.elementor-editor-active .newsletter-popup-section,
body.elementor-editor-active .subscribe-publication-section {
	display: block;
}

.kontakt-popup-section {
	display: none;

}

.kontakt-popup-section.active {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	min-height: 100vh;
}

.kontakt-popup-section.active .close-popup {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.kontakt-popup-section.active .close-popup:hover {
  opacity: 1;
}
.kontakt-popup-section.active .close-popup:before, .kontakt-popup-section.active .close-popup:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 3px;
  background-color: #fff;
}
.kontakt-popup-section.active .close-popup:before {
  transform: rotate(45deg);
}
.kontakt-popup-section.active .close-popup:after {
  transform: rotate(-45deg);
}

.publikation-popup-section {
	display: none;
}

.publikation-popup-section.active {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	min-height: 100vh;
}

.publikation-popup-section.active .close-popup {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.publikation-popup-section.active .close-popup:hover {
  opacity: 1;
}
.publikation-popup-section.active .close-popup:before, .publikation-popup-section.active .close-popup:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 3px;
  background-color: #fff;
}
.publikation-popup-section.active .close-popup:before {
  transform: rotate(45deg);
}
.publikation-popup-section.active .close-popup:after {
  transform: rotate(-45deg);
}

.publikation-popup-section .nf-form-cont nf-field .nf-field-container {
	margin-bottom: 40px;
}

.publikation-popup-section .nf-form-cont nf-field .nf-field-container.hidden-container {
	margin-bottom: 0;
}

.publikation-popup-section .nf-form-cont nf-field .nf-field-container.html-label-container {
	margin-bottom: 10px;
}

.publikation-popup-section .nf-form-cont nf-field .nf-field-container.html-label-container p {
	margin-bottom: 0;
}

.publikation-popup-section .nf-form-cont nf-field .nf-field-container {
	margin-bottom: 40px;
}

.newsletter-popup-section {
	display: none;
}

.newsletter-popup-section.active {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	min-height: 100vh;
}

.newsletter-popup-section.active .close-popup {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.newsletter-popup-section.active .close-popup:hover {
  opacity: 1;
}
.newsletter-popup-section.active .close-popup:before, .newsletter-popup-section.active .close-popup:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 3px;
  background-color: #fff;
}
.newsletter-popup-section.active .close-popup:before {
  transform: rotate(45deg);
}
.newsletter-popup-section.active .close-popup:after {
  transform: rotate(-45deg);
}

.elementor-location-header {
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.custom-search-archive-posts .elementor-post__title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.custom-search-archive-posts .elementor-post__title:after {
	content: '';
	width: 45%;
	height: 1px;
	background-color: #DEDDD7;
	position: absolute;
	bottom:	0;
	left: 0;
}

.custom-search-archive-posts .elementor-post__read-more {
	display: block;
	background-image: url('img/button-arrow-right-long.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: -15px;
  transition: background-position-x 0.3s;
  width: 57px;
  height: 24px;
  margin-top: ;
}

.custom-search-archive-posts .elementor-post__read-more:hover {
  background-position-x: unset;
}

.haftungsauschluss-downloads-container {
	display: none;
}

.haftungsauschluss-downloads-container.active {
	display: block;
}

@media (max-width: 1400px) and (min-width: 1025px) {
	body.single .single-post-content-container {
		padding-right: 90px;
	}
}

@media(min-width: 1025px) {
	body .hero-banner {
		min-height: 620px;
		display: flex;
	}
	body .hero-banner .elementor-container {
		width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
	}
	.elementor-location-header.mega-menu-showing {
		background-color: #fff !important;
	}
	.elementor-location-header .jet-mega-menu-item:hover .jet-mega-menu-item__label, 
	.elementor-location-header .jet-mega-menu-item.jet-mega-current-menu-item .jet-mega-menu-item__label {
		text-decoration: underline;
		text-underline-offset: 5px;
		text-decoration-thickness: 2px;
	}
	body.white-menu-items .elementor-location-header .jet-mega-menu-item .jet-mega-menu-item__link, 
	body.white-menu-items .elementor-location-header .jet-mega-menu-item .jet-mega-menu-item__link .jet-mega-menu-item__title {
		color: #fff;
	}
	body.white-menu-items .elementor-location-header.header-is-sticky .jet-mega-menu-item .jet-mega-menu-item__link, 
	body.white-menu-items .elementor-location-header.header-is-sticky .jet-mega-menu-item .jet-mega-menu-item__link .jet-mega-menu-item__title {
		color: #3B3B31;
	}
	body.white-menu-items .elementor-location-header.mega-menu-showing .jet-mega-menu-item .jet-mega-menu-item__link, 
	body.white-menu-items .elementor-location-header.mega-menu-showing .jet-mega-menu-item .jet-mega-menu-item__link .jet-mega-menu-item__title {
		color: #3B3B31;
	}
	body .elementor-location-header.header-is-sticky .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title {
		color: #5994A1
	}
	.elementor-location-header .jet-mega-menu-item.lang-switcher-menu-item {
		margin-right: 10px;
	}
	.elementor-location-header .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
		width: 100vw !important;
    position: fixed;
    left: 0;
	}	
	.elementor-location-header .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner {
		transform: translateX(0);
	}
	.elementor-location-header .elementor-widget-search-form {
		display: none;
	}
	.elementor-location-header.search-open .elementor-widget-search-form {
		display: block;
		position: absolute;
		width: 1050px;
		z-index: 999;
	} 
	.person-hero-banner-image img {
    scale: 1.2;
    margin-left: -30px;
	}
}

@media(max-width: 1024px) {

	body .hero-banner {
		min-height: 520px;
		display: flex;
		overflow-x: hidden;
	}
	.elementor-location-header .custom-mobile-menu {
		width: 40px;
	}
	.elementor-location-header .custom-mobile-menu .jet-mega-menu {
		min-width: 40px;
	}
	body.single .post-meta-info .post-type {
		display: block;
	}
	.elementor-location-header .elementor-widget-search-form {
		display: none;
	}
	.elementor-location-header.search-open .elementor-widget-search-form {
		display: block;
		position: absolute;
		width: 1050px;
		z-index: 999;
	} 
	.elementor-location-header ul.jet-mega-menu-list {
		display: none;
	}
	.elementor-location-header .jet-mega-menu--inited ul.jet-mega-menu-list {
		display: flex;
	}
}

@media(max-width: 480px) {
	.table-scrollable-mobile {
		max-width: calc(100% + 20px) !important;
	}
	.table-scrollable-mobile table {
	  white-space: nowrap;
	  margin: 0;
	  border: none;
	  border-collapse: separate;
	  border-spacing: 0;
	  table-layout: fixed;
	  max-width: fit-content !important;
	  display: block;
	  width: fit-content;
	}
	.table-sticky-first-column table thead tr th:first-child {
    position: sticky;
    left: 0;
    width: 100px;
    min-width: 100px;
    white-space: normal;
	}
	.table-sticky-first-column table tbody tr td:first-child {
    position: sticky;
    left: 0;
    width: 100px;
    min-width: 100px;
    white-space: normal;
	}
	.elementor-widget-eael-data-table table .td-content {
		justify-content: left;
		font-size: 13px;
		line-height: 18px;
	}
	.section-absolute-icon>.elementor-container {
		position: relative;
	}
	.section-absolute-icon .icon-container-col {
		width: fit-content;
		position: absolute;
		right: -20px;
	}
	.section-absolute-icon .icon-container-col .elementor-widget-icon {
		position: absolute;
	  left: unset;
	  right: 70px;
	  top: -65px;
	}
	body.single .post-meta-info .post-date {
		font-size: 14px;
	}
	body.single .post-meta-info .reading-time {
		font-size: 14px;
	}
	.tpa-img-cta.icon-bottom.tpa-services-cta .elementor-cta__content {
		flex-direction: row;
	}
	.tpa-img-cta.icon-bottom.tpa-services-cta .elementor-cta__content .elementor-icon-wrapper {
		margin-left: auto;
		margin-right: 0;
		margin-top: auto;
    margin-bottom: auto;
	}
}

.elementor-location-header.header-is-off-canvas {
	transition: all .4s ease!important;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  left: 0;
}

.elementor-location-header.header-is-sticky {
	-webkit-box-shadow: 0 0 100px rgba(0,0,0,.3);
  box-shadow: 0 0 100px rgba(0,0,0,.3);
  background: #fff;
  position: fixed;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  left: 0;
}

@media print {
	body .elementor-location-header, 
	body .elementor-location-footer, 
	body .subscribe-publication-section, 
	body .posts-accordion-container, 
	body .posts-accordion {
		display: none !important;
	}
	body {
		padding-top: 400px;
	}
	body:before {
		content: 'Entschuldigen Sie die Unannehmlichkeiten! Wir optimieren gerade die Druckfunktion der Webseite, um sicherzustellen, dass alles so aussieht, wie Sie es erwarten. Bald ist alles reibungslos. Danke für Ihr Verständnis!';
		position: absolute;
		width: 100%;
		max-width: 980px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 20px;
		text-align: center;
		font-size: 24px;
		line-height: 36px;
	}
	body .posts-slider-container .swiper-wrapper {
		transform: none !important;
		display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	}
	body .posts-slider-container .swiper-slide {
		opacity: 1 !important;
	}
}