/*
* Created by CeLa
* Copyright by Amdre GmbH
* Main Theme CSS
*/

/*
 * Saira Condensed
 */
@font-face {
	font-display: swap;
	font-family: 'Saira Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/saira-condensed-300.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Saira Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/saira-condensed-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Saira Condensed';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/saira-condensed-500.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Saira Condensed';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/saira-condensed-600.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Saira Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/saira-condensed-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Saira Condensed';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/saira-condensed-800.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Saira Condensed';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/saira-condensed-900.woff2') format('woff2');
}


/*
 * Default styles
 */

:root {

	--base-color: #231f20;	
	--pri-color: #bc2025;
	--sec-color: #e7e7e8;
	
	--pri-font: 'Saira Condensed';
	--sec-font: 'Arial';
}



html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--pri-font);
	font-size: 1.125rem;
}


/*
 * Main navbar
 */
nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li > a {
	font-size: 1.25rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li > a:hover,
nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li > a:active,
nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li > a:focus,
nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li.active > a {
	color: var(--pri-color);
}
nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li > a.fa-brands {
	font-size: 0px;
	line-height: 1000;
}
nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li > a.fa-brands:before {
	line-height: 1;
	font-size: 1.25rem;
	font-weight: 400 !important;
}
.offcanvas-menu .logo {
	margin-top: 45px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li {
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	display: block;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a {
	font-weight: 600;
	font-size: 1.125rem;	
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li > a:active,
.offcanvas-menu .offcanvas-inner ul.menu > li > a:focus {
	color: var(--pri-color);
}
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a:focus, 
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a:hover {
	color: var(--pri-color);
	background-color: transparent;
}
.offcanvas-overlay {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: fixed !important;
}
.offcanvas-inner ul.nav-pills > li > a.fa-brands {
	font-size: 0px;
	line-height: 1000;
}
.offcanvas-inner ul.nav-pills > li > a.fa-brands:before {
	line-height: 1;
	font-size: 1.25rem;
	font-weight: 400 !important;
}
/*
 * Headline styles
 */
.sppb-addon-text-block.heading > .sppb-addon-title {}
.sppb-section.heading > .sppb-row-container > .sppb-section-title {
	display: flex;
	flex-direction: column-reverse;
}
.sppb-section.heading-light > .sppb-row-container > .sppb-section-title .sppb-title-heading {
	color: #fff;
}
.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-heading {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
	font-weight: 800;
	text-transform: uppercase;
}
@media(max-width: 767px){
	.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-heading {
		font-size: 2.5rem !important;
	}
}
@media(min-width: 768px){
	.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-heading {
		font-size: 3.5rem !important;
	}
}
.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-subheading {
	font-size: 1.5rem !important;
	letter-spacing: 1px;
	font-weight: 800 !important;
	text-transform: uppercase;
}
.sppb-section:not(.heading-light) > .sppb-row-container > .sppb-section-title .sppb-title-subheading {
	color: var(--pri-color);
}
.sppb-section.heading-light > .sppb-row-container > .sppb-section-title .sppb-title-subheading {
	color: #fff;
}

.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-heading strong,
.sppb-addon-header.heading .sppb-addon-title strong {
	font-weight: 900;
}
/* Textblock styles */
.sppb-addon-text-block.heading > .sppb-addon-heading {
	margin-bottom: 30px;
}
.sppb-addon-text-block.heading > .sppb-addon-heading > .sppb-addon-subtitle {
	font-weight: 800;
	font-size: 1.25rem;
}
.sppb-addon-text-block.heading:not(.heading-light) > .sppb-addon-heading > .sppb-addon-subtitle {
	color: var(--pri-color) !important;
}
.sppb-addon-text-block.heading > .sppb-addon-heading > .sppb-addon-title {
	font-weight: 800;
	text-transform: uppercase;
}
@media(max-width: 767px){
	.sppb-addon-text-block.heading > .sppb-addon-heading > .sppb-addon-title {
		font-size: 2.125rem !important;
	}
}
@media(min-width: 768px){
	.sppb-addon-text-block.heading > .sppb-addon-heading > .sppb-addon-title {
		font-size: 3.5rem !important;
	}
}

@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 1320px !important;
    }
}
/* SP Pagebuilder fix */
.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-subheading {
	display: block !important;
	max-width: 100% !important;
}

/*
 * Text styles
 */
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.stonger {
	font-weight: 700 !important;
}

.vertical-center > .sppb-column-addons {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
}

@media(min-width: 768px){
	.two-column > .sppb-addon-content {
		column-count: 2;
	}
}
.sppb-addon-text-block.text-300 > .sppb-addon-content {
	font-weight: 300;
}
.sppb-addon-image-content.text-sm > .sppb-content-custom,
.sppb-addon-text-block.text-sm > .sppb-addon-content {
	font-size: 1rem;
}
.sppb-addon-image-content.text-md > .sppb-content-custom,
.sppb-addon-text-block.text-md > .sppb-addon-content {
	font-size: 1.5rem;
}
.sppb-addon-image-content.text-lg > .sppb-content-custom,
.sppb-addon-text-block.text-lg > .sppb-addon-content {
	font-size: 1.75rem;
}
.sppb-addon-image-content.text-xl > .sppb-content-custom,
.sppb-addon-text-block.text-xl > .sppb-addon-content {
	font-size: 2rem;
}
.sppb-addon-image-content.text-xxl > .sppb-content-custom,
.sppb-addon-text-block.text-xxl > .sppb-addon-content {
	font-size: 3rem;
}
.sppb-addon-image-content.text-light > .sppb-content-custom,
.sppb-addon-text-block.text-light > .sppb-addon-content {
	font-weight: 200;
}


/*
 * Content sizes
 */
.sppb-column.content-xs,
.sppb-column.content-sm,
.sppb-column.content-md,
.sppb-column.content-lg,
.sppb-column.content-xl {
	margin: 0 auto;
}
.sppb-column.content-xs {
	max-width: 480px;
}
.sppb-column.content-sm {
	max-width: 600px;
}
.sppb-column.content-md {
	max-width: 768px;
}
.sppb-column.content-lg {
	max-width: 992px;
}
.sppb-column.content-xl {
	max-width: 1140px;
}


@media (min-width: 992px) {
	#offcanvas-toggler {
		display: none !important;
	}
}
.offcanvas-overlay {
	display: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
 * Header
 */
@media (max-width: 991px) {
	#sp-header {
		min-height: 80px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
@media (min-width: 992px) {
	#sp-header {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 30px !important;
		width: auto !important;
		background-color: rgba(255,255,255,.90);
		z-index: 1001;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
	}
}


/*
 * Footer styles
 */
#sp-footer {
	background-color: transparent;
}
#sp-footer .container-inner {
	padding: 0;
	border-top: none;
}
.footer-branding {}
@media(max-width: 991px){
	.footer-branding {
		margin-bottom: 50px;
	}
	.footer-branding .sppb-addon-single-image-container {
		text-align: center;
		width: 100%;
	}
	.footer-branding .sppb-addon-single-image-container img {
		max-width: 280px;
		height: auto;
		margin: 0 auto;
	}
}
.footer-contact {
	font-size: 1.125rem;
}

ul.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.social-links li {
	padding-top: 4px;
	padding-bottom: 4px;
}
ul.social-links li a {
	font-size: 1.125rem;
}
ul.social-links li a i {
	display: inline-block;
	height: 26px;
	width: 26px;
	line-height: 26px;
	margin-right: 4px;
	background-color: var(--pri-color);
	color: #000 !important;
	text-align: center;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	font-size: 14px;
	transform: translateY(-3px);
}
.footer-opening {
	font-size: 1.125rem;
}
.footer-opening .sppb-addon-content label {
	color: var(--pri-color);
}
.rights-section .sppb-section-title .sppb-title-subheading {
	color: #000 !important;
}
/* Navbar */
.footer-navbar .sppb-addon-content {
	text-align: center;
}
.footer-navbar .sppb-addon-content ul.menu > li > a {
	font-weight: 800;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.footer-navbar .sppb-addon-content ul.menu > li > a,
.footer-navbar .sppb-addon-content ul.menu > li > a:visited {
	color: var(--pri-color) !important;
}
.footer-navbar .sppb-addon-content ul.menu > li > a:hover,
.footer-navbar .sppb-addon-content ul.menu > li > a:active,
.footer-navbar .sppb-addon-content ul.menu > li > a:focus {
	color: #222 !important;
}

.error-logo {
	max-width: 480px;
	height: auto;
}


/*
 * Carriere page styles
 */

/* Map section */
.map-info-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.leaflet-marker-pane img {
	height: auto !important;
}
 
/* List styles */
ul.list-arrow,
ul.list-dots,
ul.list-check,
ul.list-plus {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list-arrow li,
ul.list-dots li,
ul.list-check li,
ul.list-plus li {
	position: relative;
	padding-left: 30px;
}
ul.list-arrow li:before,
ul.list-dots li:before,
ul.list-check li:before,
ul.list-plus li:before {
	position: absolute;
	top: 5px;
	left: 2px;
	line-height: 1;
	color: var(--pri-color);
	text-align: center;
	font-family: Arial;
}
ul.list-arrow li:before {
	content: "\00BB";
	font-weight: 800;
	font-size: 1.25rem;
}
ul.list-dots li:before {
	content: "\2022";
	font-weight: 800;
	font-size: 1.25rem;
}
ul.list-check li:before {
	content: "\2714";
	position: absolute;
	top: 6px;
}
ul.list-plus li:before {
	content: "\271A";
	position: absolute;
	top: 6px;
	font-size: 1rem;
}

/* Header section */
.carriere-header {
	position: relative;
	z-index: 200 !important;
}
.carriere-header-image {}
.carriere-header-image .sppb-image-outer {
	height: 600px;
	overflow: hidden;
	margin-bottom: 0;
}
.carriere-header-image .sppb-image-outer img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	z-index: 102;
}
.carriere-header-image .sppb-content-custom {
	position: absolute;
	bottom: 60px;
	left: calc(50vw - (1320px/2));
	color: #fff;
	z-index: 301;
}
.carriere-header-image .sppb-content-custom .sppb-image-content-title {
	font-size: 4rem;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	line-height: .8;
}
.carriere-header-image .sppb-content-custom .sppb-image-content-title small {
	color: #fff;
	font-weight: 800;
}
.carriere-header-image .sppb-content-custom .sppb-image-content-btn .sppb-btn-custom {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1.25rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
}

/* Speed application*/
.speed-application {
	padding: 20px 40px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
.speed-application {
	background-color: #fff;
}
@media(min-width: 992px){
	.speed-application {
		position: absolute;
		width: 360px;
		bottom: 0;
		right: calc(50vw - (1500px/2));
		z-index: 301;
		transform: translateY(30%);
	}
}
.speed-application .sppb-image-outer {
	margin-bottom: 5px;
}

@media(max-width: 991px){
	.speed-application .sppb-image-outer > img {
		margin: 0 auto;
		max-width: 360px;
		height: auto;
	}
}
@media(min-width: 992px){
	.speed-application .sppb-image-outer > img {
		max-width: 100%;
		height: auto;
	}
}

.speed-application .sppb-image-content-title {
	margin-top: 15px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 1;
}
.speed-application .sppb-image-content-text {
	font-size: 1rem;
	font-weight: 400;
}
.speed-application .sppb-image-content-btn .sppb-btn-custom {
	margin-top: 0 !important;
	padding: 10px 24px;
	text-align: left;
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
}
.speed-application .sppb-image-content-btn .sppb-btn-custom i {
	float: right;
}

/* Main section */
.carriere-main {
	position: relative;
	z-index: 100 !important;
}
.carriere-text {}

/* team carousel styles */
.team-carousel-section {}
.team-carousel {}
@media (min-width: 768px){
	.team-carousel:not(.sec-style) .sppb-carousel-extended-item {
		display: grid;
		grid-template-columns: 0.8fr 1.2fr;
		grid-gap: 30px;
	}
}
.team-carousel:not(.sec-style) .sppb-carousel-extended-item img {
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: auto;
	border-radius: 100% !important;
	border: 6px solid #fff;
	height: auto;
}
@media (max-width: 767px){
	.team-carousel .sppb-carousel-extended-outer-stage {
		height: auto !important;
	}
	.team-carousel:not(.sec-style) .sppb-carousel-extended-item img {
		max-width: 200px;
		margin-bottom: 50px;
	}
}
@media (min-width: 768px){
	.team-carousel .sppb-carousel-extended-outer-stage {
		height: auto !important;
	}
	.team-carousel .sppb-carousel-extended-item img {
		max-width: 320px;
	}
}
.team-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
	position: static;
	width: auto;
	top: auto;
	bottom: auto;
	left: auto;
	padding: 0;
}
.team-carousel:not(.sec-style) .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
	text-align: left !important;
}
@media (min-width: 768px){
	.team-carousel:not(.sec-style) .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
		align-items: flex-start;
	}
}
.team-carousel .sppb-carousel-extended-item .sppb-carousel-extended-heading {
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.team-carousel .sppb-carousel-extended-item .sppb-carousel-extended-subheading {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 4rem;
}
.team-carousel:not(.sec-style) .sppb-carousel-extended-item .sppb-carousel-extended-subheading {
	color: #000;
}
.team-carousel .sppb-carousel-extended-item .sppb-carousel-extended-subheading:before {
	content: '\201E';
}
.team-carousel .sppb-carousel-extended-item .sppb-carousel-extended-subheading:after {
	content: '\201D';
}
.team-carousel .sppb-carousel-extended-item .sppb-carousel-extended-description {
	margin-top: 20px;
	line-height: 2.5rem !important;
	font-size: 1.5rem;
}
.team-carousel.sec-style .sppb-carousel-extended-item .sppb-carousel-extended-description {
	max-width: 800px;
}
@media (min-width: 768px){
	.team-carousel:not(.sec-style) .sppb-carousel-extended-item .sppb-carousel-extended-description {
		margin-right: 15%;
	}
}
@media (max-width: 767px){
	.team-carousel:not(.sec-style) .sppb-carousel-extended-item .sppb-carousel-extended-description {
		margin-bottom: 30px;
		text-align: center;
	}
}
/*
.team-carousel .sppb-carousel-extended-item .sppb-carousel-extended-description:before {
	content: '\201E';
}
.team-carousel .sppb-carousel-extended-item .sppb-carousel-extended-description:after {
	content: '\201D';
}
*/
.team-carousel .sppb-carousel-extended-nav-control .next-control,
.team-carousel .sppb-carousel-extended-nav-control .prev-control {
	border: 0 !important;
	font-size: 3rem !important;
}
.team-carousel:not(.sec-style) .sppb-carousel-extended-nav-control .next-control,
.team-carousel:not(.sec-style) .sppb-carousel-extended-nav-control .prev-control {
	color: rgba(255,255,255,1);
}
.team-carousel.sec-style .sppb-carousel-extended-nav-control .next-control,
.team-carousel.sec-style .sppb-carousel-extended-nav-control .prev-control {
	color: rgba(255,255,255,.5);
}
.team-carousel .sppb-carousel-extended-nav-control .next-control i:before {
	content: '\f061';
}
.team-carousel .sppb-carousel-extended-nav-control .prev-control i:before {
	content: '\f060';	
}

/* Facts section */
.carriere-facts {}
.carriere-fact .sppb-addon-content .sppb-animated-number {
	font-size: 5rem;
	font-weight: 800;
}
.carriere-fact .sppb-addon-content .sppb-animated-number-title {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 800;
}
.carriere-fact.sec-style .sppb-addon-content .sppb-animated-number-title {
	color: #fff;
}
.carriere-fact:not(.sec-style) .sppb-addon-content .sppb-animated-number-title {
	color: var(--pri-color);
}

/*
 * Disturber image
 */
.disturber-image .sppb-addon-content .sppb-addon-single-image-container {
	width: 100%;
}
.disturber-image .sppb-addon-content .sppb-addon-single-image-container img {
	object-fit: cover !important;
	object-position: center top;
	width: 100% !important;
	height: auto;
}

/* Disturber section */
.carriere-disturber {
	position: relative;
	z-index: 98;
}
.carriere-disturber:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 101;
	background-color: var(--base-color);
	opacity: .70;
	mix-blend-mode: multiply;
}
.carriere-disturber > .sppb-row-container {
	position: relative;
	z-index: 105;
}
.carriere-disturber-brand {
	max-width: 150px;
	margin: 0 auto;
}
.carriere-disturber-text {}
.carriere-disturber-text .sppb-addon-heading .sppb-addon-subtitle {
	font-size: 1.5rem !important;
	text-transform: uppercase;
}

/* Service section */
.carriere-services {
	position: relative;
	z-index: 98;
	/*
	background: rgb(233,232,232);
	background: linear-gradient(180deg,
		rgba(233,232,232,1) 0%, 
		rgba(255,255,255,1) 35%, 
		rgba(255,255,255,1) 75%, 
		rgba(233,232,232,1) 100%
	);
	*/
}
.carriere-services:after {
	content: '';
	position: absolute;
	top: -50px;
	right: 0;
	width: 386px;
	aspect-ratio: 1/1.47;
	z-index: 101;
	background-image: url(../images/bg-sign-carriere.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: all ease-in-out .35s;
	opacity: 1;
}
@media(min-width: 1200px){
	.carriere-services > .sppb-row-container > .sppb-row {
		padding-right: 100px;
	}
}
@media(max-width: 1319px){
	.carriere-services:after {
		opacity: .4;
	}
}
.carriere-services > .sppb-row-container {
	position: relative;
	z-index: 106;
}
.carriere-services-column {}
.carriere-service .sppb-content-custom .sppb-image-content-title {
	font-weight: 800;
	font-size: 1.5rem;
	text-transform: uppercase;
}

/*
 * Carriere module styles
 */
@media(max-width: 991px){
	ul.carriere-module > li:not(:first-child) {
		margin-top: 30px;
	}
}
@media(min-width: 992px){
	ul.carriere-module {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}
}
ul.carriere-module > li figure.mod-articles-category-image {
	position: relative;
	z-index: 98;
}
ul.carriere-module > li figure.mod-articles-category-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	z-index: 100;
}
ul.carriere-module > li {
	padding: 0;
	display: grid;
	grid-template-columns: 33.3333% 1fr;
	grid-gap: 30px;
	background: var(--base-color);
	color: #fff;
}
ul.carriere-module > li figure.mod-articles-category-image {
	margin-bottom: 0;
}
ul.carriere-module > li .mod-articles-category-body {
	padding: 30px 30px 30px 0px;
	display: flex;
	flex-direction: column;
}
ul.carriere-module > li .mod-articles-category-body .mod-articles-category-introtext {
	margin-top: 30px;
	flex-grow: 1;
}
ul.carriere-module > li .mod-articles-category-head {
	font-size: 2rem;
	font-weight: 800;
	text-transform: uppercase;
}
ul.carriere-module > li .mod-articles-category-head:after {
	content: '(m/w/d)';
	display: block;
	font-weight: 300;
	font-size: 1.125rem;
}
ul.carriere-module > li .mod-articles-category-readmore {
	margin-bottom: 0;
}
ul.carriere-module > li a.mod-articles-category-btn {
	display: block;
	padding: 10px 24px;
	font-size: 1.125rem;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .75px;
}
ul.carriere-module > li a.mod-articles-category-btn,
ul.carriere-module > li a.mod-articles-category-btn:visited {
	color: rgba(255,255,255,1);
	background-color: var(--pri-color);
}
ul.carriere-module > li a.mod-articles-category-btn:hover,
ul.carriere-module > li a.mod-articles-category-btn:active,
ul.carriere-module > li a.mod-articles-category-btn:focus {
	color: rgba(255,255,255,.6);
	background-color: var(--pri-color);
}


/* Carriere contact styles */
.carriere-contact {}
.carriere-contact .sppb-person-information {
	padding: 15px 30px;
}
.carriere-contact .sppb-person-image {}
.carriere-contact .sppb-person-image img {
	max-width: 100%;
	height: auto;
}
@media(max-width: 991px){}
.carriere-contact .sppb-person-title {
	margin-bottom: 30px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}
.carriere-contact .sppb-person-name {
	font-size: 1.5rem !important;
	letter-spacing: 1px;
	font-weight: 800 !important;
}
.carriere-contact .sppb-person-designation {
	font-weight: 300 !important;
	font-size: 1.25rem !important;
}
.carriere-contact .sppb-person-introtext {
	padding: 15px 0;
	font-size: 0.875rem;
}
.carriere-contact .sppb-person-address {
	position: relative;
	margin-top: 15px;
	margin-bottom: 0;
	padding-left: 28px;
	color: #fff;
}
.carriere-contact .sppb-person-address:before {
	content: "\f015";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--pri-color);
	font-family: "Font Awesome 6 free";
	font-weight: 900;
}
.carriere-contact .sppb-person-contact {
	margin-bottom: 15px;
}
.carriere-contact .sppb-person-contact a {
	display: block;
	color: rgba(255,255,255,1);
}
.carriere-contact .sppb-person-contact a:hover {
	color: rgba(255,255,255,.6);
}
.carriere-contact .sppb-person-contact a i {
	display: inline-block;
	margin-right: 8px;
	color: var(--pri-color);
}
/* Carriere form styles */
#bewerbungsformular a,
#bewerbungsformular a:visited {
	color: var(--pri-color);
}
#bewerbungsformular a:hover,
#bewerbungsformular a:active,
#bewerbungsformular a:focus {
	color: var(--base-color);
}
#bewerbungsformular > .sppb-addon-content > .sppb-addon-title {
	display: block;
	padding: 30px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.carriere-location-head {
	padding: 15px 30px;
	background-color: var(--base-color);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#bewerbungsformular .rsform-block-infotext {
	margin-bottom: 15px !important;
	padding: 20px;
	background-color: var(--pri-color);
	font-weight: 800;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}
#bewerbungsformular .rsform-block-infotext *:last-child {
	margin-bottom: 0;
}

#bewerbungsformular .rsform-block-anrede {
	margin-top: 10px;
	display: flex;
	align-items: center;
	padding: 12px;
	background-color: var(--sec-color);
}
#bewerbungsformular .rsform-block-anrede > label {
	margin-right: 15px;
	margin-bottom: 0;
	line-height: 1;
}
#bewerbungsformular .rsform-block-anrede > .formControls {
	display: flex;
	align-items: center;
}
#bewerbungsformular .rsform-block-anrede > .formControls label {
	margin-right: 5px;
}
#bewerbungsformular .rsform-block-anrede > .formControls label.radio-inline .rsform-radio {
	transform: translateY(4px);
}
#bewerbungsformular .formControls .form-control {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1;
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	background-color: var(--sec-color);
}
#bewerbungsformular .formControls ::placeholder {
	color: var(--base-color) !important;
	opacity: 1;
}
#bewerbungsformular .rsform-block-anhang {
	margin-top: 30px;
	margin-bottom: 30px;
}
#bewerbungsformular input[type=file] {
	height: auto;
	width: 100%;
	background-color: rgba(64,36,28,.2);
}
#bewerbungsformular input[type=file]::file-selector-button {
	background-color: var(--pri-color);
	color: #fff;
	border: 0px;
	padding: 10px 15px !important;
	margin-right: 20px;
	transition: .5s;
	cursor: pointer;
}
#bewerbungsformular input[type=file]::file-selector-button:hover {}
#bewerbungsformular .rsform-block-senden .btn {
	display: block !important;
	width: 100%;
	padding: 12px 30px;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#bewerbungsformular .rsform-block-datenschutzerklaerung .formControls input.rsform-checkbox {
	transform: translateY(4px);
}
#bewerbungsformular .rsform-block-senden {
	margin-top: 30px;
}
#bewerbungsformular .rsform-block-senden .btn-primary {
	background-color: var(--pri-color) !important;
	border-color: var(--pri-color) !important;
	font-weight: 800;
	font-size: 1.25rem;
	letter-spacing: 1.5px;
}
#bewerbungsformular .rsform-block-senden .btn-primary:hover {}


#bewerbungsformular .formRed {
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;
}
#bewerbungsformular  .formError {
	font-weight: 400;
	font-size: 15px;
}
#bewerbungsformular  .rsform-block-anrede {
	position: relative;
}
#bewerbungsformular  .rsform-block-anrede .formError {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
/* Processes section */
.carriere-processes {
	position: relative;
	z-index: 98;
}
/*
.carriere-processes:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 101;
	background-color: var(--base-color);
	opacity: .75;
	mix-blend-mode: multiply;
}
*/
.carriere-processes > .sppb-row-container {
	position: relative;
	z-index: 105;
}
.carriere-processes > .sppb-row-container > .sppb-section-title {
	margin-bottom: 0 !important;
}

.carriere-processes-column {}
.carriere-process {}
.carriere-processes-column .sppb-column-addons {}
@media (max-width: 767px){
	.carriere-processes-column .sppb-column-addons .carriere-process {
	}
}
@media (min-width: 768px){
	.carriere-processes-column .sppb-column-addons {
		display: grid;
		grid-gap: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.carriere-processes-column .sppb-column-addons {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px){
	.carriere-processes-column .sppb-column-addons {
		grid-template-columns: repeat(4, 1fr);
	}
}
.carriere-process {
	position: relative;
	z-index: 99;
	cursor: help;
	background-color: #e3ddda;
	-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.5); 
	box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.5);
}
.carriere-process .sppb-image-outer {
	margin-bottom: 0;
}
/*
.carriere-process .sppb-image-outer {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.carriere-process .sppb-image-outer:after {
	content: 'Mehr erfahren';
	display: block;
	margin-top: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--base-color);
}
*/
.carriere-process .sppb-image-outer img {
	margin: 0 auto;
	max-width: 100%;
	transition: all ease-in-out .25s;
}
.carriere-process:hover .sppb-image-outer img {
	filter: grayscale(1);
	opacity: .1;
}

.carriere-process .sppb-content-custom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	z-index: 102;
	text-align: center;
	font-size: .9rem;
	color: #fff;
	transition: color linear .25s;
	
	display: flex;
	flex-direction: column;

	
}
@media (min-width: 992px){
	.carriere-process .sppb-content-custom {
		min-height: 250px;
	}
}
.carriere-process.show-body .sppb-content-custom,
.carriere-process:hover .sppb-content-custom {
	color: var(--base-color);

}
.carriere-process .sppb-content-custom .sppb-image-content-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 1.25rem	;
	text-transform: uppercase;
}
.carriere-process .sppb-content-custom .sppb-image-content-text {
	margin-top: 50px;
	opacity: 0;
	transition: opacity linear .25s;
}
.carriere-process:hover .sppb-content-custom .sppb-image-content-text {
	opacity: 1;
}


/* Carriere power section */
.carriere-power {
	/*
	background: rgb(233,232,232);
	background: linear-gradient(180deg,
		rgba(233,232,232,1) 0%, 
		rgba(255,255,255,1) 35%, 
		rgba(255,255,255,1) 75%, 
		rgba(233,232,232,1) 100%
	);	
	*/
}
.power-carousel .sppb-carousel-extended-item {
	background-color: #4a4a49;
	transition: background-color linear .25s;
}
.power-carousel .sppb-carousel-extended-item:hover {
	background-color: var(--pri-color);
}
.power-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
}
.power-carousel .sppb-carousel-extended-content-wrap .sppb-carousel-extended-heading {
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 1.5px;
}
.power-carousel .sppb-carousel-extended-content-wrap .sppb-carousel-extended-heading:before {
	content: '\bb';
	display: inline-block;
	margin-right: 6px;
	font-weight: 600;
}

.power-carousel .sppb-carousel-extended-content-wrap .sppb-carousel-extended-description {
	text-align: left;
	font-size: 1.125rem;
	line-height: 1.5;
}
.power-carousel .sppb-carousel-extended-nav-control .nav-control .fa {
	font-size: 3rem;
}
.power-carousel .sppb-carousel-extended-nav-control .prev-control .fa-angle-left:before {
	content: '\f060';
}
.power-carousel .sppb-carousel-extended-nav-control .next-control .fa-angle-right:before {
	content: '\f061';
}



/* Feedback section */
.carriere-feedbacks {
	position: relative;
	z-index: 98;
}
.carriere-feedbacks:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45%;
	background-color: var(--pri-color);
}
.carriere-feedbacks .sppb-section-title {
	margin-bottom: 0 !important;
}
.carriere-feedback {
	padding: 20px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
.carriere-feedback .sppb-image-outer img {
	margin: 0 auto;
}
.carriere-feedback .sppb-content-custom {
	display: flex;
	flex-direction: column;
}
.carriere-feedback .sppb-content-custom .sppb-image-content-title {
	margin-top: 15px;
	font-size: 1.125rem;
	font-weight: 900;
	color: var(--pri-color);
	letter-spacing: 2px;
	text-transform: uppercase;
	order: 2;
}
.carriere-feedback .sppb-content-custom .sppb-image-content-text:before {
	content: '\bb';
}
.carriere-feedback .sppb-content-custom .sppb-image-content-text:after {
	content: '\ab';
}
.carriere-feedback .sppb-content-custom .sppb-image-content-text {
	order: 1;
	font-size: 1.125rem;
}


/*
 * Carrere article styles
 */
body.view-article .body-wrapper #sp-main-body {
	background-image: url(../images/bg-benefits.png);
	background-repeat: no-repeat;
	background-position: 99% 100%;
}
body.view-article #sp-main-body {
	padding-top: 0;
}
body.view-article #sp-main-body > .container {
	padding: 0;
	max-width: inherit;
}
.carriere-article-media {}
.carriere-article-media .article-full-image {
	position: relative;
	min-height: 600px;
	z-index: 98;
}
.carriere-article-media .article-full-image img {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	left: 0; 
	right: 0; 
	top: 0; 
	bottom: 0; 
	object-fit: cover; 
	z-index: 100;
}
.carriere-header-image .sppb-content-custom {
	position: absolute;
	bottom: 60px;
	left: calc(50vw - (1320px/2));
	color: #fff;
	z-index: 301;
}
.carriere-article-media .article-full-image figcaption.caption {
	position: absolute;
	max-width: 600px;
	bottom: 60px;
	left: calc(50vw - (1320px/2));
	font-size: 4rem;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	line-height: 100%;
	text-rendering: optimizelegibility;
	text-align: left;
	letter-spacing: 1px;
	color: #fff;
	z-index: 105;
}
.carriere-article {}
.carriere-article .article-header {
	padding-top: 75px;
	padding-bottom: 75px;
	margin-bottom: 30px;
	text-align: center;
}
.carriere-article  h5.article-subline {
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: var(--pri-color);
	font-weight: 800;
	text-transform: uppercase;
}
.carriere-article .article-header .article-header-inner > h1 {
	text-transform: uppercase;
	font-weight: 800;
}
@media(max-width: 767px){
	.carriere-article .article-header .article-header-inner > h1 {
		font-size: 2.5rem;
	}
}
@media(min-width: 768px){
	.carriere-article .article-header .article-header-inner > h1 {
		font-size: 3.5rem;
	}
}
.carriere-article .article-header .article-info {
	justify-content: center;
}
.carriere-article .article-body {
	margin-bottom: 30px;
	padding: 45px;
	background-color: var(--sec-color);
}
.carriere-article .article-body .article-tasks {
}
.carriere-article .article-body .article-tasks:before {
	content: 'Ihr Aufgaben';
}
.carriere-article .article-body .article-profile {
	margin-top: 30px;
}
.carriere-article .article-body .article-profile:before {
	content: 'Ihr Profil';
}
.carriere-article .article-body .article-sevices {
	margin-top: 30px;
}
.carriere-article .article-body .article-sevices:before {
	content: 'Das erwartet sie';
}
.carriere-article .article-body .article-tasks:before,
.carriere-article .article-body .article-profile:before,
.carriere-article .article-body .article-sevices:before {
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 2.5rem;
}
@media(max-width: 767px){
	.carriere-article .addon-root-person {
		margin-top: 120px;
	}
}
.carriere-article .rsformapplication-form {
	margin-top: 30px;
}

/* Personal contact section */
.personal-contact-section {
	position: relative;
	z-index: 1001 !important;
}
.personal-contact-section:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
	min-width: 320px;
	aspect-ratio: 1/1.34;
	transform: translateY(30%);
	background-image: url(../images/holzbalken.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
@media(max-width: 767px){
	.personal-contact-section:after {
		display: none;
	}
}
.personal-contact .sppb-addon-subtitle {
	font-size: 1.5rem !important;
	letter-spacing: 1.5px;
}