/*!
	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;
  pointer-events: none;
  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: '';
  pointer-events: none;
  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-name {
  hyphens: manual;
}

.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;
  z-index: 999;
  top: 0;
  left: 50%;
  width: 100%;
  margin-left: 0;
  transform: translate(-50%, 0);
  background: transparent;
  transition: transform 0.4s ease, opacity 0.2s linear, background 0.2s linear, margin-left 0s 0.4s linear;
  will-change: transform;
}

.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 {
  position: fixed;
  margin-left: -99999px;
  transform: translate(-50%, -100%);
  opacity: 0;
  background: transparent;
}

.elementor-location-header.header-is-sticky {
  position: fixed;
  width: 100%;
  margin-left: 0;
  transform: translate(-50%, 0);
  opacity: 1;
  box-shadow: 0 0 100px rgba(0, 0, 0, .3);
  background: #fff;
  transition: transform 0.4s ease, opacity 0.2s linear, background 0.2s linear, margin-left 0s 0s linear;
}

@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;
	}
}


body .hero-banner>.elementor-container,
body .hero-banner>.e-con-inner{
	max-width: 885px !important;
}

.elementor-toggle-item a.elementor-toggle-title {
  display: block;
  transition: padding-left 0.2s ease-out;
}

body .elementor-location-header .elementor-widget-theme-site-logo {
	margin-bottom: 0;
}

/* START Page Content Container CSS */


	body .page-content-container {
		background-color: #ECF3F4;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	body .page-content-container>.e-con-inner {
		max-width: 885px;
	}

	body .page-content-container h1, 
	body .page-content-container h2, 
	body .page-content-container h3, 
	body .page-content-container h4, 
	body .page-content-container h5 {
		line-height: 1.2;
		font-weight: normal;
	}

	body .page-content-container h1 {
		font-size: 32px;
	}

	body .page-content-container h2 {
		font-size: 28px;
	}

	body .page-content-container h3 {
		font-size: 24px;
	}

	body .page-content-container h4 {
		font-size: 22px;
	}

	body .page-content-container h5 {
		font-size: 20px;
	}

	body .page-content-container h6 {
		font-size: 18px;
		line-height: 28.8px;
		font-weight: 700;
	}

	@media (max-width: 980px) {
		body .page-content-container{
			padding-top: 60px;
			padding-bottom: 60px;
			padding-left: 20px;
			padding-right: 20px;
		}
	}

	@media (max-width: 480px) {
		body .page-content-container {
			padding-top: 40px;
			padding-bottom: 40px;
			padding-left: 20px;
			padding-right: 20px;
		}
	}

/* END Page Content Container CSS */


/* Start Content Headline adjustment CSS  */
body.single .elementor-widget-theme-post-content h1, 
body.single .elementor-widget-theme-post-content h2, 
body.single .elementor-widget-theme-post-content h3, 
body.single .elementor-widget-theme-post-content h4, 
body.single .elementor-widget-theme-post-content h5 {
	line-height: 1.2;
	font-weight: normal;
}

body.single .elementor-widget-theme-post-content h1 {
	font-size: 32px;
}

body.single .elementor-widget-theme-post-content h2 {
	font-size: 28px;
}

body.single .elementor-widget-theme-post-content h3 {
	font-size: 24px;
}

body.single .elementor-widget-theme-post-content h4 {
	font-size: 22px;
}

body.single .elementor-widget-theme-post-content h5 {
	font-size: 20px;
}

body.single .elementor-widget-theme-post-content h6 {
	font-size: 18px;
	line-height: 28.8px;
	font-weight: 700;
}
/* END Start Content Headline adjustment CSS  */

body.single-post .type-post>.elementor-element:not(.hero-banner)>.e-con-inner, 
body.single-post .type-post>.elementor-element:not(.hero-banner)>.elementor-container {
  max-width: 885px;
}


/* START Inxmail Form Styling */
.inxmail-form.container {
	max-width: 574px;
	margin: 0 auto;
	padding: 0;
	border-radius: 5px;
}

.inxmail-form input[type="text"],
.inxmail-form select {
	width: calc(100% - 22px);
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.inxmail-form fieldset {
	margin-bottom: 15px;
}

.inxmail-form legend {
	font-weight: bold;
}

.inxmail-form .frc-captcha {
	margin-top: 15px;
}

.inxmail-form .address {
	display: none;
}

.inxmail-form .required-hint {
	display: block;
	padding: 10px 0;
	font-style: italic;
}

.inxmail-form .input-container {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.inxmail-form .input-container.row-container {
	flex-direction: row;
	align-items: baseline;
	margin: 10px 0 20px;
}

.inxmail-form .input-container.float-input-container label {
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 9;
	transition: top 0.2s ease-in;
	font-size: 16px;
	color: #949286;
	font-weight: 300;
}

.inxmail-form .input-container.float-input-container input.float-input:focus + label, 
.inxmail-form .input-container.float-input-container input.float-input:not(:placeholder-shown) + label {
	top: 12px;
	transform: translateY(-5px);
	font-size: 11px;
	color: #949286;
	font-weight: 300;
}

.inxmail-form .input-container.float-input-container.select-container label {
	position: relative;
	margin-bottom: 10px;
}

.inxmail-form .input-container.float-input-container input {
	padding: 20px 12px 4px;
	color: #000;
	border: none;
	background-color: #fff;
	border-bottom: 1px solid #949286;
	transition: all .5s;
	height: 50px;
	width: 100%;
	font-size: 16px;
	border-radius: 0;
}

.inxmail-form .input-container.float-input-container input::placeholder {
	opacity: 0;
}

.inxmail-form .input-container.float-input-container.input-focused input {
	border-bottom: 1px solid #949286;
}

.inxmail-form .input-container input:not([type=button]):focus,
.inxmail-form .input-container input:not([type=button]):focus-visible {
	outline: none;
}

.inxmail-form .input-container.row-container input {
	margin-right: 20px;
}

.inxmail-form .input-container 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;
	width: 100%;
}

.inxmail-form .input-container.select-container: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;
}

.inxmail-form .input-container.checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    z-index: -1;
}

/* Style the custom checkbox */
.inxmail-form .input-container.checkbox-container label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
}

/* Create the custom checkbox */
.inxmail-form .input-container.checkbox-container label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #b7b7b7;
    transition: all .5s;
    border-radius: 0;
    background-color: #fff;
}

/* Add custom checkmark */
.inxmail-form .input-container.checkbox-container input[type="checkbox"]:checked + label::after {
  color: #5994A1;
  content: "\eb48";
  font-family: 'FA6Solid' !important;
  font-size: 16px;
  position: absolute;
  left: 3px;
  top: 3px;
}

.inxmail-form .input-container input[type=checkbox]:focus+label:after, 
.inxmail-form .input-container input[type=radio]:focus+label:after {
	box-shadow: none;
}

.inxmail-form input[type="submit"] {
	display: block;
	width: fit-content;
	min-width: 180px;
	padding: 14px 30px 14px 14px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.inxmail-form .send-btn input {
	padding: 7px 70px 7px 20px;
	background-color: #fff;
	color: #3B3B31;
	border: 2px solid #3B3B31;
}

.inxmail-form .send-btn-container {
	display: flex;
	position: relative;
	justify-content: flex-end;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.inxmail-form .send-btn-container:after {
	content: '';
	position: absolute;
	width: 14px;
  height: 12px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('img/button-arrow-right-short.svg');
	background-size: contain;
  background-repeat: no-repeat;
	z-index: 9;
}

.inxmail-form .send-btn-container:hover:after {
	filter: brightness(0) saturate(100%) invert(89%) sepia(0%) saturate(6259%) hue-rotate(28deg) brightness(113%) contrast(109%);
}
/* END Inxmail Form Styling */



/* START Unsubscribe Form Styling */
#nl-nf-unsubscribe-form {
	max-width: 574px;
	margin: 0 auto;
	padding: 0;
	border-radius: 5px;
}

#nl-nf-unsubscribe-form .input-container {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

#nl-nf-unsubscribe-form .input-container.float-input-container label {
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 9;
	transition: top 0.2s ease-in;
	font-size: 16px;
	color: #949286;
	font-weight: 300;
}

#nl-nf-unsubscribe-form .input-container.float-input-container input.float-input:focus + label, 
#nl-nf-unsubscribe-form .input-container.float-input-container input.float-input:not(:placeholder-shown) + label {
	top: 12px;
	transform: translateY(-5px);
	font-size: 11px;
	color: #949286;
	font-weight: 300;
}

#nl-nf-unsubscribe-form .input-container.float-input-container input {
	padding: 20px 12px 4px;
	color: #000;
	border: none;
	background-color: #fff;
	border-bottom: 1px solid #949286;
	transition: all .5s;
	height: 50px;
	width: 100%;
	font-size: 16px;
	border-radius: 0;
}

#nl-nf-unsubscribe-form .input-container.float-input-container input::placeholder {
	opacity: 0;
}

#nl-nf-unsubscribe-form .input-container input:not([type=button]):focus,
#nl-nf-unsubscribe-form .input-container input:not([type=button]):focus-visible {
	outline: none;
}

#nl-nf-unsubscribe-form input[type="submit"] {
	display: block;
	width: fit-content;
	min-width: 180px;
	padding: 14px 30px 14px 14px;
	background-color: #fff;
	color: #3B3B31;
	border: 2px solid #3B3B31;
	border-radius: 0px;
	cursor: pointer;
}

#nl-nf-unsubscribe-form input[type="submit"]:hover {
	background-color: #3B3B31;
	color: #fff;
	border-radius: 0px;
  outline: none;
}

#nl-nf-unsubscribe-form input[type="submit"]:focus, 
#nl-nf-unsubscribe-form input[type="submit"]:focus-visible {
	border-radius: 0px !important;
  outline: none;
}

#nl-nf-unsubscribe-form .send-btn-container {
	display: flex;
	position: relative;
	justify-content: flex-end;
	width: fit-content;
	margin-right: 0;
	margin-left: auto;
}

#nl-nf-unsubscribe-form .send-btn-container:after {
	content: '';
	position: absolute;
	width: 14px;
  height: 12px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('img/button-arrow-right-short.svg');
	background-size: contain;
  background-repeat: no-repeat;
	z-index: 9;
}

#nl-nf-unsubscribe-form .send-btn-container:hover:after {
	filter: brightness(0) saturate(100%) invert(89%) sepia(0%) saturate(6259%) hue-rotate(28deg) brightness(113%) contrast(109%);
}
/* END Unsubscribe Form Styling */

#test-develop-branch {
	font-size: inherit;
}

body.single-persons .elementor-widget-theme-post-title h1,
body.single-persons .knowhow-section .elementor-widget-theme-post-title h3.elementor-heading-title {
	hyphens: manual;
}

.e-con.e-flex .tpa-com-mobile-menu-container .e-con-inner {
    align-items: center;
}

.tpa-com-menu-desktop .jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse {
    right: auto;
    left: 0;
}

/* Custom TPA Hero Slider */

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .swiper-slide-contents {
    width: 100%;
}

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .swiper-slide-contents {
    z-index: 1
}

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .swiper-slide-inner:after {
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(209.23deg, rgba(59, 59, 49, 0) 27.42%, rgba(59, 59, 49, 0.56) 83.98%);
}

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .swiper-slide-contents .elementor-slide-heading, 
.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .swiper-slide-contents .elementor-slide-description {
    max-width: 480px;
}

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .swiper-slide-contents .elementor-button: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: "\e95f";
    padding-left: 36px;
}

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button {
    bottom: 10px;
    border-radius: 2px;
    top: unset;
}

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: calc(50% + 460px);
}

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
    left: calc(50% + 540px);
    right: unset;
}

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button i {
    font-family: 'FA6Light' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transition: scale 0.1s ease-in;
    color: #fff;
    /*text-shadow: 1px 1px 2px #fff;*/
}

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button:hover i, 
.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button:active i, 
.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button:active i {
    color: #fff;
    scale: 1.15;
}

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev i:before {
        content: "\e959" !important;
}

.custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next i:before {
        content: "\e95f" !important;
}

@media (max-width: 1024px) {
    .custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button {
        bottom: 10px;
    }

    .custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev {
        left: unset;
        right: 100px;
    }

    .custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
        left: unset;
        right: 20px;
    }
}

@media (max-width: 480px) {
    .custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button .swiper-slide swiper-slide-bg:after {
	background: linear-gradient(218.72deg, rgba(59, 59, 49, 0) 26.23%, rgba(59, 59, 49, 0.56) 69.58%);
    }
    
    .custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev {
        left: 20px;
        right: unset;
    }

    .custom-tpa-hero-slider.elementor-widget-slides .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
        left: 100px;
        right: unset;
    }
}

/* END Custom TPA Hero Slider */

/* TPA Karriere Style */
.karriere-post-related-persons-container .section-divider {
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 20px;
}

.karriere-post-related-persons-container .section-divider span {
	display: flex;
	width: 100%;
	max-width: 80%;
	height: 1px;
	background-color: #3B3B312E;
}

.karriere-post-related-persons-container .karriere-post-related-persons-title {
	color: #005233;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.karriere-post-related-persons-container .section-divider span {
		max-width: 100%;
		margin-left: -20px;
	}
}


.jobs-container {
  max-width: 800px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.jobs-container .jobs-category {
  margin-bottom: 40px;
}

.jobs-container .category-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 26.4px;
	letter-spacing: 4%;
  text-transform: uppercase;
  color: #005233;
  margin-bottom: 15px;
}

.jobs-container .jobs-list {
  padding-bottom: 20px;
}

.jobs-container .jobs-list.initiativbewerbung-job-list {
	display: flex;
  gap: 30px;
}

.jobs-container .jobs-list.initiativbewerbung-job-list .job-item {
	min-height: 100%;
}

.jobs-container .jobs-list.initiativbewerbung-job-list .job-item .job-item-col1 {
  flex-direction: column;
}

.jobs-container .jobs-list.initiativbewerbung-job-list .job-item .job-item-col1 .job-title-container {
	margin-bottom: 10px;
}

.jobs-container .jobs-list.initiativbewerbung-job-list .job-meta {
	flex-direction: column;
}

.jobs-container .job-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
  flex-direction: column;
}

.jobs-container .job-item .job-item-col1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.jobs-container .job-item .job-item-col1 .job-title {
  text-decoration: none;
  transition: color 0.jobs-container .3s ease;
}

.jobs-container .job-item .job-item-col1 .job-title-container {
  width: 60%;
  margin-right: 20px;
}

.jobs-container .job-item .job-item-col1 .job-title-container h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}

.jobs-container a.job-link:hover .job-item .job-item-col1 .job-title-container h4 {
  color: #578896;
}

.jobs-container .job-meta {
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #6A695C;
    width: calc(40% - 20px);
    justify-content: space-around;
}

.jobs-container .job-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 110px;
}

.jobs-container .job-item .job-item-col2 {
	width: 100%;
}

.jobs-container .job-arrow {
    display: flex;
}

.jobs-container .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;
  display: block;
}

.jobs-container a.job-link:hover .arrow {
  background-position-x: unset;
}

.jobs-container .job-divider {
    border: none;
    height: 1px;
    background: #ddd;
    width: 100%;
    margin: 10px 0;
}

.jobs-repeater-list-section-title {
	margin-bottom: 30px;
}

.job-benefits-outter-container {
	display: flex;
	flex-direction: column;
  background-transition: 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -40px;
  margin-right: 0px;
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 60px, 60px 0%);
}

h3.job-benefits-title {
	color: #578896 !important;
	font-weight: 500 !important;
	font-size: 42px !important;
	line-height: 50.4px !important;
	letter-spacing: 0 !important;
	margin-bottom: 40px;
}

.job-benefit-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); /* Up to 5 columns */
    gap: 30px 20px; /* Space between items */
    justify-content: center;
    max-width: 800px; /* Adjust as needed */
    margin: 20px auto 20px 0; /* Center align */
}

.job-benefit-wrapper .job-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.job-benefit-wrapper .job-benefit-icon {
    width: auto; /* Adjust icon size */
    height: 40px;
    margin-bottom: 20px;
}

.job-benefit-wrapper .job-benefit p {
    font-size: 14px;
    color: #1D5534;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 980px) {
	.jobs-container .job-item .job-item-col1 {
	  flex-direction: column;
	}
	.jobs-container .job-item .job-item-col1 .job-title-container {
		margin-bottom: 10px;
		width: 100%;
	}
	.jobs-container .job-meta {
		flex-direction: column;
	}
	.jobs-container .jobs-list.initiativbewerbung-job-list {
		flex-direction: column;
	}
	.job-benefits-outter-container {
	  clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
	}
	.job-benefit-wrapper {
		width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  	gap: 30px 3%;
	}
}

@media (max-width: 480px) {
	.job-benefit-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  	gap: 30px 5%;
	}
}

/* END TPA Karriere Style */