/*
* Created by CeLa
* Copyright by Amdre GmbH
* Main Theme CSS
*/

/* 
 * Suse latin font
 */
@font-face {
	font-display: swap;
	font-family: 'SUSE';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/suse-300.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'SUSE';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/suse-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'SUSE';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/suse-600.woff2') format('woff2');
}
/*
 * Urbanist latin font 
 */
@font-face {
	font-display: swap;
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/urbanist-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/urbanist-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Urbanist';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/urbanist-900.woff2') format('woff2');
}

:root {
	--base-color: #001439;	
	--pri-color: #5b3993;
	--sec-color: #f05122;
	--thd-color: #1e1315;
	
	--pri-font: 'SUSE';
	--sec-font: 'Urbanist';
	
	--pre-gradient: '';
	--sec-gradient: '';
}


html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--pri-font);
	font-size: 1.125rem;
	line-height: 1.45;
	color: var(--base-color);
}

/*
 * Headline styles
 */
h1, h2, h3, h4, h5 {
	font-family: var(--sec-font);
}
.sppb-addon-text-block.heading > .sppb-addon-title {
	text-transform: uppercase;
	font-weight: 700;
	color: var(--sec-color);
	line-height: 1;
}
.sppb-addon-text-block.heading > h2.sppb-addon-title {
	font-size: 2.5rem;
}


.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-heading,
.sppb-section.heading > .sppb-container-inner > .sppb-container > .sppb-section-title .sppb-title-heading {
	margin-bottom: 0 !important;
	font-weight: 700;
	text-transform: uppercase;
	background: #703c7a;
	background: linear-gradient(to right, #703c7a 10%, #001439 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
.sppb-section.heading > .sppb-row-container > .sppb-section-title h2.sppb-title-heading,
.sppb-section.heading > .sppb-container-inner > .sppb-container > .sppb-section-title h3.sppb-title-heading {
	font-size : clamp(2rem, 10vw, 3.5rem) !important;
}
.sppb-section.heading > .sppb-row-container > .sppb-section-title h2.sppb-title-heading,
.sppb-section.heading > .sppb-container-inner > .sppb-container > .sppb-section-title h3.sppb-title-heading {
	font-size : clamp(1.5rem, 10vw, 3rem) !important;
}
.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-subheading {
	font-weight: 700;
	font-size : clamp(2rem, 10vw, 3.5rem) !important;
	text-transform: uppercase;
}
.sppb-addon-header.heading h2.sppb-addon-title {
	margin: 0;
	font-size : clamp(2rem, 10vw, 3.5rem) !important;
}
.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-heading strong,
.sppb-addon-header.heading .sppb-addon-title strong {
	font-weight: 900;
}

/*
 * 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;
}
/*
 * Text styles
 */
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.base-text .sppb-addon-content {
	font-size: 1.125rem;
}
@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-text-block.text-md > .sppb-addon-content {
	font-size: 1.35rem;
}
.sppb-addon-text-block.text-lg > .sppb-addon-content {
	font-size: 1.75rem;
}

/*
 * Colors
 */
.pri-color {
	color: var(--pri-color);
}
.sec-color {
	color: var(--sec-color);
}


@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 1320px !important;
    }
}
@media (min-width: 992px) {
	#offcanvas-toggler {
		display: none !important;
	}
}
.offcanvas-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 
 * Header
 */
@media(max-width: 991px){
	#custom-header #custom-logo {
		text-align: right;
	}
	#custom-header #custom-logo .logo {
		max-width: 200px;
		float: right;
	}
}
@media(min-width: 992px){
	#custom-header {
		transition: all ease-in-out .25s;
	}
	#custom-header:not(.scrolled) {
		position: absolute !important;
		right: 10%;
		top: 2%;
		width: 420px;
		padding: 30px;
		z-index: 1005;
	}
	#custom-header.scrolled {
		position: fixed !important;
		top: 50px;
		right: 10%;
		left: 10%;
		background: rgb(124,61,127);
		background: linear-gradient(
			90deg, 
			rgba(124,61,127,1) 0%, 
			rgba(0,20,57,1) 100%
		);
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		z-index: 1005;
	}
	#custom-header.scrolled #custom-logo {
		display: none;
	}
}
#custom-logo .logo img {
	margin: 0 auto;
	height: auto;
}
@media(max-width: 991px){
	#custom-header {
		position: absolute !important;
		right: 30px;
		top: 20px;
		width: 300px;
		z-index: 1001;
	}
	#offcanvas-toggler {
		position: fixed !important;
		top: 30px;
		left: 30px;
		background-color: rgba(240,82,35,1);
		height: 56px;
		width: 56px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		z-index: 1005 !important;
	}
	#offcanvas-toggler:hover {
		background-color: rgba(240,82,35,.75);
	}
	#offcanvas-toggler .burger-icon {
		margin: 0 auto;
		transform: translateX(-1px);
	}
	#offcanvas-toggler .burger-icon span {
		background-color: #fff;
	}
}
#custom-navbar .sp-megamenu-wrapper {
	display: block !important;
}


@media(max-width: 991px){
	#custom-header #custom-navbar  {
		display: none !important;
	}	
}
@media(min-width: 992px){
	#custom-header:not(.scrolled) #custom-navbar .sp-megamenu-wrapper {
		margin-top: 50px;
	}
	#custom-header.scrolled #custom-navbar .sp-megamenu-wrapper {
		padding: 30px 50px;
	}
	#custom-navbar .sp-megamenu-wrapper ul.sp-megamenu-parent {
		float: none !important;
	}
	#custom-header.scrolled #custom-navbar .sp-megamenu-wrapper:before {
		content: '';
		position: absolute;
		top: 30px;
		bottom: 30px;
		width: 375px;
		left: 40px;
		color: #fff;
		background-image: url(../images/menkens-elektro-navbar.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	#custom-header.scrolled #custom-navbar .sp-megamenu-wrapper ul.sp-megamenu-parent {
		display: flex !important;
		justify-content: end;
		gap: 15px;
	}
	#custom-navbar .sp-megamenu-wrapper ul.sp-megamenu-parent > li {
		padding: 0;
		margin-top: 5px;
		margin-bottom: 5px;
		display: block;
		line-height: 1;
	}
	#custom-header.scrolled #custom-navbar .sp-megamenu-wrapper ul.sp-megamenu-parent > li:not(:first-child) {
		padding-left: 16px;
		border-left: 2px solid #fff;
	}
	#custom-navbar .sp-megamenu-wrapper ul.sp-megamenu-parent > li > a {
		display: block;
		padding: 0;
		margin: 0;
		line-height: normal;
		text-align: center;
		font-size: 1.35rem;
		font-weight: 600;
	}
	#custom-navbar .sp-megamenu-wrapper ul.sp-megamenu-parent > li > a,
	#custom-navbar .sp-megamenu-wrapper ul.sp-megamenu-parent > li > a:visited {
		color: #fff;
	}
	#custom-navbar .sp-megamenu-wrapper ul.sp-megamenu-parent > li.active > a,
	#custom-navbar .sp-megamenu-wrapper ul.sp-megamenu-parent > li > a:hover,
	#custom-navbar .sp-megamenu-wrapper ul.sp-megamenu-parent > li > a:active,
	#custom-navbar .sp-megamenu-wrapper ul.sp-megamenu-parent > li > a:focus {
		color: var(--sec-color);
	}
	#custom-header:not(.scrolled) .sp-megamenu-wrapper ul.sp-megamenu-parent > li .sp-dropdown {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	#custom-header .sp-megamenu-wrapper ul.sp-megamenu-parent > li .sp-dropdown a {
		font-weight: 600;
		font-size: 1rem;
	}
	#custom-header .sp-megamenu-wrapper ul.sp-megamenu-parent > li .sp-dropdown a:hover,
	#custom-header .sp-megamenu-wrapper ul.sp-megamenu-parent > li .sp-dropdown a:active,
	#custom-header .sp-megamenu-wrapper ul.sp-megamenu-parent > li .sp-dropdown a:focus {
		color: var(--sec-color);
	}
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	content: '\f0d7';
	display: inline-block;
	float: none !important;
	font-size: 1rem;
	transform: translateY(-3px);
}

.offcanvas-menu .logo {
	margin: 0 auto;
	padding: 20px;
	background: #8d79b5;
	background-image: linear-gradient(
		90deg,
		rgba(123,61,127,1) 0%, 
		rgba(0,20,57,1) 100%
	);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.offcanvas-menu .menu > li > a {
	text-transform: uppercase;
}
.offcanvas-menu .menu > li a,
.offcanvas-menu .menu > li a:visited {
	color: var(--base-color) !important;
}
.offcanvas-menu .menu > li.active > a,
.offcanvas-menu .menu > li a:hover,
.offcanvas-menu .menu > li a:active,
.offcanvas-menu .menu > li a:focus {
	color: var(--sec-color) !important;
}
@media(max-width:576px){
	.sppb-addon-text-block.heading > h2.sppb-addon-title {
		font-size: 1.75rem;
	}
	.sppb-section.heading > .sppb-row-container > .sppb-section-title h2.sppb-title-heading, .sppb-section.heading > .sppb-container-inner > .sppb-container > .sppb-section-title h3.sppb-title-heading {
		font-size: 1.75rem !important;
	}
}
/*
 * Footer styles
 */

#sp-footer {
	position: relative !important;
	padding-bottom: 0 !important;
	background: rgb(0,20,57);
	background: linear-gradient(
		60deg, 
		rgba(0,20,57,1) 70%, 
		rgba(123,61,127,1) 100%
	);
	z-index: 200 !important;
	overflow: visible !important;
}
#sp-footer:before {
	content: '';
	position: absolute;
	display: block;
	height: 186px;
	width: calc(100% - 100px);
	background-image: url(../images/seperator-footer.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: auto 100%;
	transform: translateY(calc(-100% + 34px));
	z-index: 105;
}
#sp-footer:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: var(--base-color);	
}
#sp-footer > .container > .container-inner {
	padding-bottom: 0;
	border: 0;
}
.main-footer {}
.footer-column {}
.footer-rights {}
.footer-branding {}
.footer-info {}
.footer-info .sppb-addon-title {
	font-size: 1rem;
	color: var(--sec-color);
}
.contact-btn {
	border: 1px solid #fff;
}
.contact-btn:hover {
	background-color: rgba(255,255,255,0.1);
}
.footer-navbar {
	text-align: center;
}
.footer-navbar ul.menu {
	margin-left: 4px !important;
}
.footer-navbar ul.menu > li {
	padding-right: 6px;
	padding-left: 6px;
	margin: 0 0 0 5px !important;
	border-left: 1px solid #fff;
}
.footer-navbar ul.menu > li > a {
	text-transform: uppercase;
}
.footer-navbar ul.menu > li > a,
.footer-navbar ul.menu > li > a:visited {
	color: rgba(255,255,255,1) !important;
}
.footer-navbar ul.menu > li > a:hover,
.footer-navbar ul.menu > li > a:active,
.footer-navbar ul.menu > li > a:focus {
	color: rgba(255,255,255,.5) !important;
}
.list-network {
	display: inline-flex;
	gap: 30px;
}
.list-network li a {
	font-size: 1.5rem;
}
.list-network li a,
.list-network li a:visited {
	color: rgba(255,255,255,1) !important;
}
.list-network li a:hover,
.list-network li a:active,
.list-network li a:focus {
	color: rgba(255,255,255,.5) !important;
}

/*
 * Header section
 */
.main-header {}
.header-image .sppb-addon-single-image-container {
	width: 100%;
}
.header-image .sppb-addon-single-image-container img {
	object-fit: cover;
	object-position: top center;
	width: 100%;
	height: auto;
}
@media(max-width: 767px){
	.header-image .sppb-addon-single-image-container {
		min-height: 420px;
		position: relative;
		z-index: 95;
	}
	.header-image .sppb-addon-single-image-container:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.35);
		z-index: 110;
	}
	.header-image .sppb-addon-single-image-container img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		object-fit: cover;
		z-index: 100;
	}	
}
@media(max-width: 768px){
	.header-image .sppb-addon-single-image-container img {
		object-fit: cover;
		object-position: center top;
		width: 100% !important;
		height: 100% !important;
	}
}


/*
 * Seperators
 */
.sppb-section.section-seperator:before {
	content: '';
	display: block;
	height: 86px;
	transform: translateY(-100%);
	background-image: url("../images/seperator.webp");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.sppb-section.seperetor-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 200px;
	background-image: url("../images/seperator-sec.webp");
	background-position: 100% 50%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transform: translateY(calc(-100% + 35px));
}
 
/*
 * Home
 * Teaser section
 */
@media(max-width: 767px){
	.teaser-section {
		margin-top: -75px;
	}
}
@media(min-width: 768px){
	.teaser-section {
		margin-top: -113px;
	}
}
.teaser-column > .sppb-column-addons {
	display: inline-flex;
	gap: 30px;
}
.teaser-image {
	max-width: 226px;
	aspect-ratio: 1/1;
}
.teaser-image .sppb-addon-single-image-container img {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

/*
 * Home
 * Building section
 */

.building-outer {}
@media(max-width: 1460px){
	.building-outer {}
}
.building-outer > .sppb-column-addons {
	display: block !important;
	position: relative;
	width: 1440px !important;
	margin: 0 auto;
	padding-right: 50px;
	padding-left: 50px;
	z-index: 95;
}
.custom-dropdown .dropdown-toggle {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.custom-dropdown .dropdown-toggle {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.125rem;
	border-color: var(--sec-color);
}
.custom-dropdown .dropdown-toggle:not(.show) {
	color: var(--sec-color);
}
.custom-dropdown .dropdown-toggle.show {
	color: #fff;
	background-color: rgb(91,57,147);
	background-image: linear-gradient(
		90deg, 
		rgba(91,57,147,1) 20%, 
		rgba(240,81,34,1) 100%
	);
	border-color: var(--sec-color);
}
.custom-dropdown .dropdown-toggle:after {
	display: none;
}
.custom-dropdown .dropdown-menu {
	margin-top: 4px !important;
	padding: 10px 15px;
	font-size: .875rem !important;
	background-color: rgba(255,255,255,.6);
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
@media(max-width: 991px){
	.alarm-dropdown,
	.electricity-dropdown,
	.smart-dropdown,
	.antenna-dropdown,
	.solar-dropdown,
	.lights-dropdown {
		margin-bottom: 15px;
	}
	.custom-dropdown .btn {
		display: block;
		width: 250px;
	}
	.custom-dropdown .dropdown-menu {
		margin-left: 260px !important;
		margin-top: 0% !important;
		background-color: rgba(255,255,255,1);
		transform: translateY(-0px) !important;
	}
}
@media(max-width: 576px){
	.custom-dropdown .dropdown-menu{
		position: relative !important;
		margin-left: 0px !important;
	}
	.custom-dropdown .btn{
		 width: 100%;
	}
}
@media(min-width: 992px){
	.alarm-dropdown,
	.electricity-dropdown,
	.smart-dropdown,
	.antenna-dropdown,
	.solar-dropdown,
	.lights-dropdown {
		position: absolute;
		z-index: 105;
	}
	.lights-dropdown {
		top: 32%;
		left: 0;
	}
	.solar-dropdown {
		top: -120px;
		left: 40%;
	}
	.antenna-dropdown {
		top: -20px;
		right: 25%;
	}
	.smart-dropdown {
		top: 120px;
		right: 12.5%;
	}
	.electricity-dropdown {
		bottom: 25px;
		left: 12.5%;
	}
	.alarm-dropdown {
		bottom: -50px;
		left: 62%;
	}
	.alarm-dropdown:before,
	.electricity-dropdown:before,
	.smart-dropdown:before,
	.antenna-dropdown:before,
	.solar-dropdown:before,
	.lights-dropdown:before {
		content: '';
		position: absolute;
		width: 8px;	
		height: 8px;
		border: 1px solid var(--sec-color);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.lights-dropdown:before {
		top: 24px;
		left: calc(100% + 100px);
		transform: translateY(-50%);
	}
	.solar-dropdown:before {
		top: calc(100% + 100px);
		left: 50%;
		transform: translateX(-50%);
	}
	.antenna-dropdown:before {
		top: calc(100% + 100px);
		left: 50%;
		transform: translateX(-50%);
	}
	.smart-dropdown:before {
		top: calc(100% + 200px);
		left: 50%;
		transform: translateX(-50%);
	}
	.electricity-dropdown:before {
		bottom: calc(100% + 150px);
		left: 75%;
		transform: translateX(-50%);
	}
	.alarm-dropdown:before {
		bottom: calc(100% + 180px);
		left: 50%;
		transform: translateX(-50%);
	}
	.alarm-dropdown:after,
	.electricity-dropdown:after,
	.smart-dropdown:after,
	.antenna-dropdown:after,
	.solar-dropdown:after,
	.lights-dropdown:after {
		content: '';
		position: absolute;
		width: 100px;
		background-color: var(--sec-color);
	}
	.lights-dropdown:after {
		top: 24px;
		left: 100%;
		height: 1px;
		width: 100px;
	}
	.solar-dropdown:after {
		width: 1px;
		height: 100px;
		left: 50%;
	}
	.antenna-dropdown:after {
		width: 1px;
		height: 100px;
		left: 50%;
	}
	.smart-dropdown:after {
		width: 1px;
		height: 200px;
		left: 50%;
	}
	.electricity-dropdown:after {
		width: 1px;
		height: 150px;
		left: 75%;
		bottom: 100%;
	}
	.alarm-dropdown:after {
		width: 1px;
		height: 180px;
		left: 50%;
		bottom: 100%;
	}
}


/*
 * Home
 * Service section
 */
.service-section {
	background-color: rgb(253,234,228);
	background-image:  url(../images/bg-sign.png), linear-gradient(
		90deg, 
		rgba(253,234,228,1) 0%, 
		rgba(235,231,242,1) 100%
	);
	background-repeat: no-repeat;
	background-position: 0% -10%;
}
.service-section:before {
	content: '';
	display: block;
	height: 86px;
	transform: translateY(-50%);
	background-image: url(../images/seperator.webp);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.btn-custom.sppb-btn-custom {
	text-transform: uppercase;
	font-family: var(--sec-font);
	font-size: 1.5rem;
	font-weight: 700;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: rgb(91,57,147);
	background-image: linear-gradient(
		90deg, 
		rgba(91,57,147,1) 0%, 
		rgba(240,81,34,1) 100%
	);
}
.btn-custom.sppb-btn-custom:hover {
	background-color: rgb(91,57,147);
	background-image: linear-gradient(
		90deg, 
		rgba(91,57,147,1) 20%, 
		rgba(240,81,34,1) 100%
	);
}

/*
 * Focal points section
 */
.focal-points-section {
	z-index: 101 !important;
}
.focal-point-info {}
.focal-point-info .sppb-addon-title {
	font-family: var(--pri-font) !important;
	font-size: 2.5rem;
	background: #e7460f !important;
	background: linear-gradient(to right, #e7460f 0%, #8e386e 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
/* Accordion */
.focal-point-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading,
.quality-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading {
	padding-right: 30px;
	padding-left: 30px;
	color: #fff;
}
.focal-point-accordion .sppb-panel-group .sppb-panel .sppb-panel-body,
.quality-accordion .sppb-panel-group .sppb-panel .sppb-panel-body {
	padding: 30px 12%;
}
.focal-point-accordion .sppb-panel-group .sppb-panel:nth-child(1) .sppb-panel-heading,
.quality-accordion .sppb-panel-group .sppb-panel:nth-child(1) .sppb-panel-heading {
	background: rgb(95,42,133);
	background: linear-gradient(
		180deg, 
		rgba(95,42,133,1) 0%, 
		rgba(120,53,122,1) 100%
	);
}
.focal-point-accordion .sppb-panel-group .sppb-panel:nth-child(1) .sppb-panel-body,
.quality-accordion .sppb-panel-group .sppb-panel:nth-child(1) .sppb-panel-body {
	background: rgb(230,225,239);
	background: linear-gradient(
		180deg, 
		rgba(230,225,239,1) 0%, 
		rgba(235,226,236,1) 100%
	);
}
.focal-point-accordion .sppb-panel-group .sppb-panel:nth-child(2) .sppb-panel-heading {
	background: rgb(147,57,106);
	background: linear-gradient(
		180deg, 
		rgba(147,57,106,1) 0%, 
		rgba(213,67,46,1) 100%
	);
}
.quality-accordion .sppb-panel-group .sppb-panel:nth-child(2) .sppb-panel-heading {
	background: rgb(144,65,115);
	background: linear-gradient(
		90deg, 
		rgba(144,65,115,1) 0%, 
		rgba(218,78,57,1) 100%
	);
}
.quality-accordion .sppb-panel-group .sppb-panel:nth-child(3) .sppb-panel-heading {
	background: rgb(199,74,75);
	background: linear-gradient(
		90deg, 
		rgba(199,74,75,1) 0%, 
		rgba(222,79,53,1) 100%
	);
}
.focal-point-accordion .sppb-panel-group .sppb-panel:nth-child(2) .sppb-panel-body,
.quality-accordion .sppb-panel-group .sppb-panel:nth-child(2) .sppb-panel-body,
.quality-accordion .sppb-panel-group .sppb-panel:nth-child(3) .sppb-panel-body {
	background: rgb(230,225,239);
	background: linear-gradient(
		180deg, 
		rgba(230,225,239,1) 0%, 
		rgba(253,229,222,1) 100%
	);
}

.focal-point-accordion .sppb-panel-group .sppb-panel:nth-child(3) .sppb-panel-heading,
.quality-accordion .sppb-panel-group .sppb-panel:nth-child(4) .sppb-panel-heading {
	background: rgb(231,69,16);
}
.focal-point-accordion .sppb-panel-group .sppb-panel:nth-child(3) .sppb-panel-body,
.quality-accordion .sppb-panel-group .sppb-panel:nth-child(4) .sppb-panel-body {
	background: rgb(245,220,221);
}
.focal-point-accordion .sppb-panel .sppb-panel-heading,
.quality-accordion .sppb-panel .sppb-panel-heading  {
	display: inline-flex;
	align-items: center;
	gap: 30px;
}
.focal-point-accordion .sppb-panel .sppb-panel-heading  .sppb-accordion-icon-wrap,
.quality-accordion .sppb-panel .sppb-panel-heading  .sppb-accordion-icon-wrap {
	font-size: 3.5rem;
}
.focal-point-accordion .sppb-panel .sppb-panel-heading  .sppb-panel-title,
.quality-accordion .sppb-panel .sppb-panel-heading  .sppb-panel-title {
	line-height: 1;
	font-family: var(--sec-font);
	font-size: 2rem;
	text-transform: uppercase;
}
.focal-point-image {
	transform: translateY(50px);
}
@media(min-width: 991px){
	.focal-point-image {
		display: flex;
		flex-direction: column-reverse;
	}
	.focal-point-image .sppb-image-outer img {
		margin: 0 auto;
		max-width: 350px;
	}
}
@media(min-width: 992px){
	.focal-point-image {
		display: flex;
		gap: 30px;
		flex-direction: row-reverse;
		align-items: center;
	}
}
.focal-point-image .sppb-image-outer {
	margin-bottom: 0;
	flex: 0 0 320px;
}
.focal-point-image .sppb-image-content-title {
	font-family: var(--pri-font);
	background: #f05223 !important;
	background: linear-gradient(to right, #f05223 0%, #5a3993 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
@media(max-width: 991px){
	.focal-point-image .sppb-image-content-title {
		display: block;
		text-align: center;
	}	
}
@media(max-width: 576px){
	.focal-point-accordion .sppb-panel .sppb-panel-heading  .sppb-panel-title, .focal-point-accordion .sppb-panel .sppb-panel-heading  .sppb-panel-title,
.quality-accordion .sppb-panel .sppb-panel-heading  .sppb-panel-title{
		line-height: 115%;
		font-size: 1.4rem;
	}
	.focal-point-accordion .sppb-panel .sppb-panel-heading .sppb-accordion-icon-wrap, .quality-accordion .sppb-panel .sppb-panel-heading .sppb-accordion-icon-wrap, .focal-point-accordion .sppb-panel .sppb-panel-heading  .sppb-accordion-icon-wrap,
.quality-accordion .sppb-panel .sppb-panel-heading  .sppb-accordion-icon-wrap {
		font-size: 2rem;
	}
	.focal-point-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading, .quality-accordion .sppb-panel-group .sppb-panel .sppb-panel-heading {
		padding-right: 15px;
		padding-left: 15px;
	}
	.focal-point-accordion .sppb-panel .sppb-panel-heading, .focal-point-accordion .sppb-panel .sppb-panel-heading,
.quality-accordion .sppb-panel .sppb-panel-heading{
		gap: 15px;
	}
	.focal-point-info .sppb-addon-title{
		font-size: 1.5rem;
	}
	
	


}
@media(max-width: 335px){
	.focal-point-accordion .sppb-panel .sppb-panel-heading  .sppb-panel-title{
		font-size: 1.15rem;
	}
	.focal-point-accordion .sppb-panel .sppb-panel-heading .sppb-accordion-icon-wrap, .quality-accordion .sppb-panel .sppb-panel-heading .sppb-accordion-icon-wrap {
		font-size: 1.5rem;
	}
	.focal-point-accordion .sppb-panel-group .sppb-panel .sppb-panel-body, .quality-accordion .sppb-panel-group .sppb-panel .sppb-panel-body {
		padding: 20px 10%;
	}

}

@media(min-width: 992px){
	.focal-point-image .sppb-image-content-title span {
		display: inline-block;
		padding-left: 75px;
	}
}

/*
 * Home
 * Projects section
 */
.projects-section {
	z-index: 95 !important;
}
.project-info {
	position: relative;
	z-index: 95;
}
.project-info .sppb-flipbox-panel {
	/*
	cursor: pointer;
	*/
}
.project-info .sppb-flipbox-back {
	font-size: 1rem;
	text-align: center;
}
.project-info .flip-box-inner {
	position: initial !important;
}
.project-info .sppb-flipbox-back .sppb-flipbox-back-title {
	font-size: 1.5rem;
	font-family: var(--sec-font);
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.project-info .sppb-flipbox-back .sppb-flipbox-back-button .sppb-btn {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-size: 0;
	line-height: 999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
 * Home
 * Hotline section
 */
.hotline-section {
	background-color: rgb(124,61,127);
	background-image: url(../images/bg-hotline.png), linear-gradient(
		90deg, 
		rgba(124,61,127,1) 0%, 
		rgba(0,20,57,1) 100%
	);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.hotline-section:after {
	content: '';
	display: block;
	height: 200px;
	margin-top: -150px;
	margin-right: 20%;
	background-image: url(../images/seperator-sec.webp);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	opacity: 1;
	transition: all ease-in-out .25s;
}
@media(max-width: 767px){
	.hotline-section:after {
		opacity: .5;
	}
}
.hotline-info .sppb-addon-title {
	display: block;
	margin-bottom: 0;
	line-height: 1;
	font-weight: 700;
	font-size : clamp(2rem, 10vw, 4.75rem);
	text-transform: uppercase;
}
.hotline-info .sppb-addon-content {
	font-size : clamp(1.5rem, 10vw, 2.5rem);
}
/*
 * Home
 * Teaser career section
 */
@media(max-width: 991px){
	.teaser-career-section {
		z-index: 95 !important;
	}
	.teaser-career-section:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		z-index: 100;
	}
	.teaser-career-section > div {
		position: relative;
		z-index: 105;
	}
}
.teaser-career-section .teaser-info .sppb-addon-title {
	display: block;
	margin-bottom: 0;
	line-height: 1;
	font-weight: 700;
	font-size : clamp(2rem, 10vw, 4.75rem);
	text-transform: uppercase;
}
.teaser-career-section .teaser-info .sppb-addon-content {
	font-size : clamp(1.5rem, 10vw, 2.5rem);
}

/*
 * Home
 * Customer section
 */
.customer-section {
	background-color: #ebe7f2;
	background-image: url(../images/bg-sign.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
}
.customer-carousel {
	
}
.customer-carousel .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}
.customer-carousel .sppb-carousel-extended-list .sppb-carousel-extended-item img {
	height: auto !important;
	filter: grayscale(1);
	opacity: .6;
	transition: all ease-in-out .25s;
}
.customer-carousel .sppb-carousel-extended-list .sppb-carousel-extended-item:hover img {
	filter: grayscale(0);
	opacity: 1;
}
.customer-carousel .sppb-carousel-extended-nav-control .prev-control i.fa-angle-left:before,
.customer-carousel .sppb-carousel-extended-nav-control .next-control i.fa-angle-right:before {
	font-family: 'SUSE';
	font-weight: 600;
	font-size: 6rem;
	line-height: 0;
}
.customer-carousel .sppb-carousel-extended-nav-control .prev-control i.fa-angle-left:before {
	content: '«';	
}
.customer-carousel .sppb-carousel-extended-nav-control .next-control i.fa-angle-right:before {
	content: '»';
}

/*
 * Company page
 * History
 */
.timeline-carousel {}
.timeline-carousel .sppb-carousel-extended-outer-stage {
	height: inherit !important;
}
.timeline-carousel .sppb-carousel-extended-list {
	padding-bottom: 75px;
	z-index: 102;
}
.timeline-carousel .sppb-carousel-extended-item {
	min-height: 200px;
	background: rgb(124,61,127);
	background: linear-gradient(
		90deg, 
		rgba(124,61,127,1) 0%, 
		rgba(0,20,57,1) 100%
	);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.timeline-carousel .sppb-carousel-extended-item:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: 100%;
	left: 50%;
	background-color: #fff;
	border: 2px solid #5B3993;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 110;
	transform: translate(-50%, 50px);
}
.timeline-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
	position: static !important;
	text-align: left;
}
.timeline-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap .sppb-carousel-extended-heading {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 1.5rem;
	text-transform: uppercase;
}
.timeline-carousel  .sppb-carousel-extended-nav-control {
	border-top: 2px solid #5B3993;
	top: calc(100% - 23px) !important;
	z-index: 101;
}
.timeline-carousel  .sppb-carousel-extended-nav-control .nav-control {
	height: 20px !important;
	width: 8px !important;
	margin: 0;
	line-height: 1;
	overflow: hidden;
}
.timeline-carousel  .sppb-carousel-extended-nav-control .prev-control {
	transform: translate(-3px, -9px);
}
.timeline-carousel  .sppb-carousel-extended-nav-control .next-control {
	transform: translate(3px, -9px);
}
.timeline-carousel  .sppb-carousel-extended-nav-control .nav-control i {
	transform: translateY(-4px);
}
.timeline-carousel  .sppb-carousel-extended-nav-control .next-control i {
	transform: translate(-16px, -4px);
}


/*
 * Team section
 */
.team-section {
	background-color: rgb(253,234,228);
	background-image:  url(../images/bg-sign.png), linear-gradient(
		90deg, 
		rgba(253,234,228,1) 0%, 
		rgba(235,231,242,1) 100%
	);
	background-repeat: no-repeat;
	background-position: 0% center;
}
.team-person {
	cursor: help;
}
.team-person .sppb-flipbox-panel {
	height: auto !important;
	min-height: 500px;
}
.team-person .sppb-flipbox-panel {
	overflow: visible !important;
}
.team-person .sppb-flipbox-panel .sppb-flipbox-front,
.team-person .sppb-flipbox-panel .sppb-flipbox-back  {
	background-size: auto 100% !important;
}
.team-person:hover .sppb-flipbox-panel .sppb-flipbox-front {
	opacity: 0;
}
.team-person .sppb-flipbox-panel .sppb-flipbox-back {
	justify-content: end;
	overflow: visible !important;
}
.team-person .sppb-flipbox-panel .sppb-flipbox-back .flip-box-inner {
	margin-right: 30px;
	margin-left: 30px;
	transform: translateY(calc(100% + 15px));
	text-align: center;
}
.team-person .sppb-flipbox-back .flip-box-inner h4 {
	text-transform: uppercase;
	font-weight: 600;
}
.team-person .sppb-flipbox-back .flip-box-inner ul {
	margin-right: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	gap: 10px;
}
.team-person .sppb-flipbox-back .flip-box-inner a,
.team-person .sppb-flipbox-back .flip-box-inner a:visited {
	color: var(--base-color);
}
.team-person .sppb-flipbox-back .flip-box-inner a:hover,
.team-person .sppb-flipbox-back .flip-box-inner a:active,
.team-person .sppb-flipbox-back .flip-box-inner a:focus {
	color: var(--sec-color);
}


/*
 * Contact section
 */
.contact-person {}
.contact-person .sppb-person-image  {
	margin-bottom: 0;
	padding-top: 30px;
	background-color: #ebe7f2;
}
.contact-person .sppb-person-information  {
	text-align: center;
	padding: 30px;
	color: #fff;
	background: rgb(124,61,127);
	background: linear-gradient( 
		90deg, 
		rgba(124,61,127,1) 0%, 
		rgba(0,20,57,1) 100%
	);
}
.contact-person .sppb-person-information a,
.contact-person .sppb-person-information a:visited {
	color: rgba(255,255,255,1) !important;
}
.contact-person .sppb-person-information a:hover,
.contact-person .sppb-person-information a:active,
.contact-person .sppb-person-information a:focus {
	color: rgba(255,255,255,.6) !important;
}
.contact-person .sppb-person-information .sppb-person-name {
	text-transform: uppercase;
	font-family: var(--sec-font);
	font-size: 1.125rem !important;
}
.contact-person .sppb-person-information .sppb-person-designation {
	margin-bottom: 15px;
	color: #fff !important;
}
.contact-person .sppb-person-information .sppb-person-phone {
	font-size: .8rem !important;
}
.contact-person .sppb-person-information .sppb-person-phone span,
.contact-person .sppb-person-information .sppb-person-email span {
	display: inline-block;
	margin-left: 5px;
}

/*
 * Service page
 * Main section
 */
 
/*
 * Energy section
 */
.energy-section > div > div > div > div > div > div,
.energy-section > div > div > div > div > div > div > div {
	height: 100%;
}
.energy-section {
	position: relative !important;
	z-index: 95 !important;
}
.energy-section:after {
	content: '';
	aspect-ratio: 1.46/1;
	background-image: url(../images/energy-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	z-index: 100;
}
@media(max-width: 991px){
	.energy-section:after {
		display: block;
		transform: translateY(20%);
	}
	
}
@media(min-width: 992px){
	.energy-section:after {
		position: absolute;
		right: 0;
		bottom: 0;
		height: 85%;
		transform: translateY(10%);
	}
}
.energy-section > .sppb-row-container {
	z-index: 105 !important;
}
.energy-column > .sppb-column-addons {
	transition: all ease-in-out .25s;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	overflow: visible;
}
.energy-column:hover > .sppb-column-addons {
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
	transform: scale(1.05);
}
.energy-info {
	height: 100%;
	text-align: center;
}
.energy-info .sppb-image-outer img {
	max-width: 120px;
	height: auto;
	margin: 0 auto;
}
.energy-info .sppb-image-content-btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	font-size: 0;
	line-height: 999;
	z-index: 110;
} 
@media(max-width: 576px){
	.energy-info .sppb-image-outer img {
		max-width: 65px;
	}
}
/*
 * Projets section
 */
 @media(max-width: 767px){
	.projects-section.seperetor-top:before {
		display: none;
	}
}

/*
 * Secure section
 */
.secure-energy-section {
	background-position: 15px calc(100% + 100px) !important;
}
.secure-energy-section:after {
	content: '';
	background-image: url(../images/secure-bg.webp);
	background-repeat: no-repeat;
}
@media(max-width: 991px){
	.secure-energy-section:after {
		display: block;
		width: 100%;
		height: 500px;
		background-position: 0;
		background-size: auto 100%;
		margin-bottom: -30px;
	}
}
@media(min-width: 992px){
	.secure-energy-section:after {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(50% - 15px);
		height: 100%;
		background-position: 0 50%;
		background-size: 100% auto;
	}
}
.secure-column > div > div,
.secure-column > div > div > div {
	height: 100%;
}

/*
 * Contact site
 *
 */
.contactform-section {
	background-color: rgb(253,234,228);
	background-image:  url(../images/bg-sign.png), linear-gradient(
		90deg, 
		rgba(253,234,228,1) 0%, 
		rgba(235,231,242,1) 100%
	);
	background-repeat: no-repeat;
	background-position: 0% -10%;
}
.contactform-section:before {
	content: '';
	display: block;
	height: 86px;
	transform: translateY(-50%);
	background-image: url(../images/seperator.webp);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.greadient-header .sppb-addon-title {
	font-family: var(--pri-font) !important;
	font-size: 2.5rem;
	background: #e7460f !important;
	background: linear-gradient(to right, #e7460f 0%, #8e386e 100%) !important;
	background-clip: border-box;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
.btn-hotline {
	border: 2px solid var(--sec-color);
}
/*
 * Contactform section
 */
#contact-form .form-control {
	padding: 15px 20px;
	background-color: rgba(255,255,255,.75);
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#contact-form input::placeholder,
#contact-form textarea::placeholder {
	color: var(--base-color);
}
#contact-form .form-select {
	padding: 15px 20px;
	height: inherit !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	background: #8d79b5;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), linear-gradient(
		90deg,
		rgba(123,61,127,1) 0%, 
		rgba(0,20,57,1) 100%
	);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 15px auto, auto;
	font-family: var(--sec-font);
	color: #fff;
}


#contact-form [data-rsfp-hashcash] {
	border: 0 !important;
	background-color: transparent !important;
}
#contact-form .rsform-type-submitbutton {
	margin-top: 15px;
	text-align: center;
}
@media(min-width: 576px){
	#contact-form .rsform-type-submitbutton .btn-primary {
		min-width: 360px;
	}
}
@media(max-width: 576px){
	.greadient-header .sppb-addon-title {
		font-size: 1.75rem;
	}
	.service-info-text {
        padding-top: 30px;
    }
}

#contact-form .rsform-type-submitbutton .btn-primary {
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform: uppercase;
	border: 0;
	font-weight: 700;
	font-family: var(--sec-font);
	letter-spacing: .5px;
	font-size: 1.125rem;
}
#contact-form .rsform-type-submitbutton .btn-primary {
	background-color: rgb(91,57,147);
	background-image: linear-gradient(
		90deg, 
		rgba(91,57,147,1) 0%, 
		rgba(240,81,34,1) 100%
	);
}
#contact-form .rsform-type-submitbutton .btn-primary:hover {
	background-color: rgb(91,57,147);
	background-image: linear-gradient(
		90deg, 
		rgba(91,57,147,1) 20%, 
		rgba(240,81,34,1) 100%
	);
}
#contact-form .rsform-block-anrede {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 8px !important;
	display: flex;
	gap: 15px;
	font-size: 1rem;
}

/*
 * Energy page
 *
 */
.energy-info-column {
}

#Antennentechnik > .sppb-row-container,
#Industrieanlagen > .sppb-row-container,
#Photovoltaik > .sppb-row-container {
	transform: translateY(-150px);
}
#Antennentechnik > .sppb-row-container > .sppb-row .sppb-row-column:nth-child(1),
#Industrieanlagen > .sppb-row-container > .sppb-row .sppb-row-column:nth-child(1),
#Photovoltaik > .sppb-row-container > .sppb-row .sppb-row-column:nth-child(1) {
	z-index: 105; 
}
#Antennentechnik > .sppb-row-container > .sppb-row .sppb-row-column:nth-child(2),
#Antennentechnik > .sppb-row-container > .sppb-row .sppb-row-column:nth-child(3),
#Industrieanlagen > .sppb-row-container > .sppb-row .sppb-row-column:nth-child(2),
#Industrieanlagen > .sppb-row-container > .sppb-row .sppb-row-column:nth-child(3),
#Photovoltaik > .sppb-row-container > .sppb-row .sppb-row-column:nth-child(2),
#Photovoltaik > .sppb-row-container > .sppb-row .sppb-row-column:nth-child(3) {
	z-index: 101; 
}

.service-icon-column {
	position: relative;
	z-index: 101;
}
.service-icon {
	width: 176px;
	height: 176px;
	padding: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 110;
	background: rgb(189,73,83);
	background: linear-gradient(
		90deg, 
		rgba(189,73,83,1) 0%, 
		rgba(130,62,123,1) 100%
	);
}
.service-icon:not(.pos-absolute) {
	margin: -88px auto -88px auto;
}
.service-icon.pos-absolute {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 105;
}
@media(max-width: 991px){
	.service-icon.pos-absolute {
		transform: translate(-50%, -50%);
	}	
}
@media(min-width: 992px){
	.service-icon.pos-absolute {
		transform: translate(100%, -50%);
	}	
}
@media(max-width: 576px){
	.service-icon, .install-info .sppb-image-outer{
		width: 120px!important;
		height: 120px!important;
		padding: 30px!important;
	}

	.service-icon:not(.pos-absolute) {
		margin: -57px auto -88px auto;
	}
	.install-info .sppb-content-custom {
		padding: 100px 60px 60px 60px;
	}
	.img-teaser h2{
		font-size: 2rem!important;
	}
}

/*
 * Installation styles
 */

.installation-section > .sppb-container-inner {
	background-color: #EBE8F3;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
@media(min-width: 1320px){
	.installation-section > .sppb-container-inner {
		margin-left: calc(50% - 645px);
	}
}
.install-info-column > div > div,
.install-info-column > div > div > div {
	height: 100%;
}
.install-info {
	height: 100%;
}
.install-info .sppb-image-outer {
	position: absolute;
	top: 0;
	left: 50%;
	width: 176px;
	height: 176px;
	padding: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 105;
	background: rgb(189,73,83);
	background: linear-gradient(
		90deg, 
		rgba(189,73,83,1) 0%, 
		rgba(130,62,123,1) 100%
	);
	transform: translate(-50%, -50%);
}
.install-info .sppb-content-custom {
	padding: 120px 60px 60px 60px;
}
@media(max-width: 991px){
	.service-info-text {
		padding-top: 50px;
	}
}
/*
 * Facts section
 */
.facts-item {
	font-family: var(--sec-font);
}
.facts-item .sppb-animated-number-title {
	text-transform: uppercase;
	font-weight: 300 !important;
	font-size: 1.5rem !important;
}

/*
 * Lighting section
 */
.lighting-section {
	background-color: rgb(253,234,228);
	background-image:  url(../images/bg-sign.png), linear-gradient(
		90deg, 
		rgba(253,234,228,1) 0%, 
		rgba(235,231,242,1) 100%
	);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
@media(min-width: 1320px){
	.lighting-section > .sppb-container-inner {
		margin-right: calc(50% - 645px);
	}
}
@media(min-width: 992px){
	.secure-image-column {
		margin-top: -75px;
		margin-bottom: -75px;
	}
}

/*
 * Communication page
 *
 */
.foot-teaser-image .sppb-addon-single-image-container {
	max-width: 100px;
}


/*
 * Career page
 *
 */

.speed-app-outer {
	max-width: 525px !important;	
}
@media(max-width: 991px){
	.speed-app-outer {
		margin: 0 auto;
	}
}
@media(min-width: 992px){
	.speed-app-outer {
		margin-left: 20%;
	}
}
.speed-app {
	display: flex;
	gap: 1.5rem;
}
.speed-app .sppb-image-outer {
	max-width: 100px;
}
.speed-app .sppb-content-custom {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.speed-app .sppb-content-custom .sppb-image-content-subtitle { 
	order: 2;
	font-family: var(--pri-font);
	font-size: 1.25rem;
}
.speed-app .sppb-content-custom .sppb-image-content-title { 
	order: 1;
	font-size: 2rem;
}
.speed-app .sppb-content-custom .sppb-image-content-btn { order: 3}

.speed-app .sppb-image-content-btn .sppb-btn-custom {
	border: 0;
	color: #fff;
	background-color: rgb(91,57,147);
	background-image: linear-gradient(
		90deg, 
		rgba(91,57,147,1) 0%, 
		rgba(240,81,34,1) 100%
	);
}
.speed-app .sppb-image-content-btn .sppb-btn-custom:hover {
	background-color: rgb(91,57,147);
	background-image: linear-gradient(
		90deg, 
		rgba(91,57,147,1) 20%, 
		rgba(240,81,34,1) 100%
	);
}


/*
 * Benefits section
 */
.benefits-section {
	background-image:  url(../images/bg-sign.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
.benefit-info {
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
}
@media(min-width: 992px){
	.benefit-info {
		text-align: right;
	}
}
.benefit-info .sppb-image-outer {
	flex-basis: 100px;
}
.benefit-info .sppb-content-custom {
	flex: 1;
}
.benefit-info .sppb-content-custom .sppb-image-content-title {
	font-family: var(--pri-font);
	font-weight: 600;
	font-size: 1.5rem;
}

/*
 * Teaser section
 */
.teaser-career-section .sppb-addon-title {
	font-family: var(--pri-font);
	font-weight: 300 !important;
}

/*
 * Rating section
 */
.rating-section {}
@media(max-width: 991px){
	.rating-section {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
}
@media(min-width: 992px){
	.rating-section > .sppb-row-container {
		transform: translateY(calc(50% - 50px));
		margin-top: -2px;
		margin-bottom: 100px;
	}
}
.rating-section .sppb-title-heading {
	color: #fff;
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 600;
}
.customer-rating {
	padding: 20px;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.6); 
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.6);
}
@media(max-width: 991px){
	.customer-rating {
		margin-bottom: 30px;
	}
}
.customer-rating .sppb-image-outer img {
	margin: 0 auto;
}
.customer-rating .sppb-content-custom {
	display: flex;
	flex-direction: column;
}
.customer-rating .sppb-content-custom .sppb-image-content-subtitle {order: 2}
.customer-rating .sppb-content-custom .sppb-image-content-title {
	order: 3;
	font-size: 1.25rem;
	font-family: var(--pri-font);
	font-weight: 600;
	color: #7b3d7f;
}
.customer-rating .sppb-content-custom .sppb-image-content-text {order: 1; margin-bottom: 10px;}
.customer-rating .sppb-content-custom .sppb-image-content-btn {order: 4}

/* Career contact person */
.career-contact {
	display: flex;
}
.career-contact .sppb-image-outer {
	flex-basis: 40%;
	margin-bottom: 0;
}
.career-contact .sppb-content-custom {
	text-align: center;
}
@media(max-width: 991px){
	.career-contact {
		display: flex;
		flex-direction: column;
	}
	.career-contact .sppb-image-outer {
		order: 2;
	}
	.career-contact .sppb-content-custom {
		order: 1;
		margin-bottom: 60px;
	}
}
@media(min-width: 992px){
	.career-contact .sppb-image-outer {
		flex-basis: 40%;
		margin-bottom: 0;
	}
	.career-contact .sppb-content-custom {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex: 1;
	}
}
.career-contact .sppb-content-custom .sppb-image-content-subtitle {
	color: var(--sec-color);
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.75rem;
	letter-spacing: 1.5px;
}
.career-contact .sppb-content-custom .sppb-image-content-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 2.5rem;
}
.career-contact .sppb-image-content-btn .sppb-btn-custom {
	font-family: var(--sec-font);
}
.career-contact .sppb-image-content-btn .sppb-btn-custom {
	border: 0;
	color: #fff;
	background-color: rgb(91,57,147);
	background-image: linear-gradient(
		90deg, 
		rgba(91,57,147,1) 0%, 
		rgba(240,81,34,1) 100%
	);
}
.career-contact .sppb-image-content-btn .sppb-btn-custom:hover {
	background-color: rgb(91,57,147);
	background-image: linear-gradient(
		90deg, 
		rgba(91,57,147,1) 20%, 
		rgba(240,81,34,1) 100%
	);
}


/*
 * Career module styles
 */
@media(max-width: 991px){
	.career-module .category-module > li:not(:first-child) {
		margin-top: 30px;
	}
}
@media(min-width: 992px){
	.career-module .category-module {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 30px;
	}	
}
.career-module .category-module li {
	position: relative;
	padding: 0;
	display: flex;
	flex-direction: column;
	background-color: #ebe7f2;
}
.career-module .category-module li .education {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	background-color: var(--sec-color);
	color: #fff;
	text-transform: uppercase;
	font-family: var(--sec-font);
	font-weight: 600;
	font-size: 1.125rem;
}
.career-module .category-module li .mod-articles-body {
	flex: 1;
	padding: 30px 30px 0px 30px;
}
.career-module .category-module li .mod-articles-body h3 {
	font-size: 1.25rem;
	font-weight: 800;
	text-transform: uppercase;
}
.career-module .category-module li .mod-articles-body h3:after {
	content: '(m/w/d)';
	display: inline-block;
	margin-left: 6px;
	font-weight: 300;
}
.career-module .category-module li .mod-articles-body .mod-articles-category-shorttext {
	margin-top: 15px;
}
.career-module .category-module li .mod-articles-category-readmore a {
	display: block;
	padding: 12px 24px;
	text-transform: uppercase;
	font-family: var(--sec-font);
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
}
.career-module .category-module li .mod-articles-category-readmore a,
.career-module .category-module li .mod-articles-category-readmore a:visited {
	color: #fff;
	background: #8d79b5;
	background-image: linear-gradient(
		90deg,
		rgba(0,20,57,1) 0%, 
		rgba(123,61,127,1) 100%
	);
}
.career-module .category-module li .mod-articles-category-readmore a:hover,
.career-module .category-module li .mod-articles-category-readmore a:active,
.career-module .category-module li .mod-articles-category-readmore a:visited {
	color: #fff;
	background: #8d79b5;
	background-image: linear-gradient(
		90deg,
		rgba(0,20,57,1) 25%, 
		rgba(123,61,127,1) 100%
	);
}

/*
 * Career conatct person
 */
.career-contact-person .sppb-content-custom {
	display: flex;
	flex-direction: column;
	color: #fff;
	background: #8d79b5;
	background-image: linear-gradient(
		90deg,
		rgba(123,61,127,1) 25%, 
		rgba(0,20,57,1) 100%
	);
}
.career-contact-person .sppb-content-custom ul.list-contact {
	margin: 0;
	padding: 0;
	list-style: none;
}
.career-contact-person .sppb-content-custom ul.list-contact li {
	position: relative;
	padding-left: 30px;
}
.career-contact-person .sppb-content-custom ul.list-contact li i {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 1rem;
}
.career-contact-person .sppb-content-custom a:not(.sppb-btn),
.career-contact-person .sppb-content-custom a:not(.sppb-btn):visited {
	color: rgba(255,255,255,1);
}
.career-contact-person .sppb-content-custom a:not(.sppb-btn):hover,
.career-contact-person .sppb-content-custom a:not(.sppb-btn):active,
.career-contact-person .sppb-content-custom a:not(.sppb-btn):focus {
	color: rgba(255,255,255,.5);
}
.career-contact-person .sppb-image-outer {
	margin-bottom: 0;
	padding-top: 30px;
	background-color: #ebe7f2;
}
.career-contact-person .sppb-content-custom {
	padding: 30px;
}
.career-contact-person .sppb-content-custom .sppb-image-content-subtitle {
	order: 2;
	font-weight: 600;
}
.career-contact-person .sppb-content-custom .sppb-image-content-title {
	margin-bottom: 30px;
	order: 1;
	font-weight: 600;
	font-size: 1.75rem;
	text-transform: uppercase;
}
.career-contact-person .sppb-content-custom .sppb-image-content-text {
	order: 3;
}
.career-contact-person .sppb-content-custom .sppb-image-content-btn {
	order: 4;
}
.career-contact-person .sppb-content-custom .sppb-image-content-btn .sppb-btn-custom {
	font-family: var(--sec-font);
	border: 0;
	color: #fff;
	background-color: rgb(91,57,147);
	background-image: linear-gradient(
		90deg, 
		rgba(240,81,34,1) 0%, 
		rgba(91,57,147,1) 100%
	);
}
@media(max-width:576px){
	.career-contact-person .sppb-content-custom .sppb-image-content-title {
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
}

/*
 * Form styles
 */
#bewerbungsformular {}
#bewerbungsformular > h2 {
	padding: 15px 30px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	font-size: 2.25rem;
	color: #fff;
	background: #8d79b5;
	background-image: linear-gradient(
		90deg,
		rgba(123,61,127,1) 25%, 
		rgba(0,20,57,1) 100%
	);
}
@media(max-width:768px){
	#bewerbungsformular > h2 {
		padding: 15px;
		font-size: 1.75rem;
	}
}
@media(max-width:440px){
	#bewerbungsformular > h2 {
		font-size: 1.4rem;
	}
}

/*
 * Contactform section
 */
#bewerbungsformular input[type='text'].form-control,
#bewerbungsformular textarea.form-control {
	padding: 15px 20px;
	background-color: #e7e1ef;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#bewerbungsformular input[type='file'].form-control {
	background-color: #e7e1ef;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
}
#bewerbungsformular input[type='file'].form-control::file-selector-button {
	background-color: #5b3993;
	color: #fff;
	padding: 12px 30px;
}
#bewerbungsformular .rsform-block-anrede {
	padding: 16px 24px 10px 24px;
	margin-top: 10px !important;
	margin-bottom: 20px !important;
	display: flex;
	gap: 15px;
	font-size: 1rem;
	background-color: #e7e1ef;
}
#bewerbungsformular input::placeholder,
#bewerbungsformular textarea::placeholder {
	color: var(--base-color);
}
#bewerbungsformular [data-rsfp-hashcash] {
	border: 0 !important;
	background-color: transparent !important;
}
#bewerbungsformular .rsform-type-submitbutton {
	margin-top: 15px;
	text-align: center;
}
@media(min-width: 576px){
	#bewerbungsformular .rsform-type-submitbutton .btn-primary {
		min-width: 360px;
	}
}
#bewerbungsformular .rsform-type-submitbutton .btn-primary {
	display: block !important;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform: uppercase;
	border: 0;
	font-weight: 700;
	font-family: var(--sec-font);
	letter-spacing: .5px;
	font-size: 1.5rem;
}
#bewerbungsformular .rsform-type-submitbutton .btn-primary {
	background: #8d79b5;
	background-image: linear-gradient(
		90deg,
		rgba(123,61,127,1) 0%, 
		rgba(0,20,57,1) 100%
	);
}
#bewerbungsformular .rsform-type-submitbutton .btn-primary:hover {
	background: #8d79b5;
	background-image: linear-gradient(
		90deg,
		rgba(123,61,127,1) 25%, 
		rgba(0,20,57,1) 100%
	);
}

@media(max-width:440px){
	#bewerbungsformular .rsform-type-submitbutton .btn-primary {
		font-size: 1.25rem;
	}
}
/*
 * Career details page
 */
body.view-article {}
body.view-article #sp-main-body {
	padding-top: 0;
}
body.view-article #sp-main-body > .container {
	max-width: 100% !important;
	padding: 0;
	margin: 0;
}
body.view-article #sp-main-body .article-details .article-full-image {
	height: 60vh;
	min-height: 800px;
	overflow: hidden;
	margin-bottom: 0;
}
body.view-article #sp-main-body .article-details .article-full-image img {
	object-fit: cover;
	object-position: center top;
	width: 100% !important;
	height: 100% !important;
}
body.view-article #sp-main-body .article-details .article-header {
	margin-bottom: 60px;
	padding-top: 75px;
	background-color: rgb(253,234,228);
	background-image: url(../images/bg-sign.png), linear-gradient( 90deg, rgba(253,234,228,1) 0%, rgba(235,231,242,1) 100%);
	background-repeat: no-repeat;
	background-position: 0% -10%, 0;
	background-size: auto 150%;
}
body.view-article #sp-main-body .article-details .article-header:after {
	content: '';
	display: block;
	height: 86px;
	transform: translateY(50%);
	background-image: url(../images/seperator.webp);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
body.view-article #sp-main-body .article-details .article-header #article-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size : clamp(2rem, 10vw, 3.5rem);
	background: #703c7a;
	background: linear-gradient(to right, #703c7a 10%, #001439 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}
body.view-article #sp-main-body .article-details .article-header #article-title:after {
	content: '(m/w/d)';
	display: inline-block;
}
body.view-article #sp-main-body .article-details .article-header .article-introtext {
	text-align: center;
}
body.view-article #sp-main-body .article-details .article-header .article-header-fields {
	display: flex;
	gap: 30px;
	margin-top: 60px;
}
body.view-article #sp-main-body .article-details .article-header .article-header-fields > * {
	flex: 1;
}
body.view-article #sp-main-body .article-details .article-header .article-header-fields h4 {
	font-family: var(--pri-font);
	font-weight: 600;
}
body.view-article #sp-main-body .article-details .article-custom-fields {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #e7e1ef;
}
body.view-article #sp-main-body .article-details .article-custom-fields div[class^='article-']:not(:first-child), 
body.view-article #sp-main-body .article-details .article-custom-fields div[class*=' article-']:not(:first-child) {
    margin-top: 30px;
}
body.view-article #sp-main-body .article-details .article-custom-fields h4 {
	font-family: var(--pri-font);
	font-size: 1.25rem;
	font-weight: 600;
}
@media (max-width: 1024px){
	body.view-article #sp-main-body .article-details .article-header #article-title{
		font-size: 3rem;
	}
}

@media (max-width: 768px){
	body.view-article #sp-main-body .article-details .article-header .article-header-fields{
		flex-direction: column;
	}
	body.view-article #sp-main-body .article-details .article-header #article-title{
		font-size: 2.5rem;
	}
}
@media (max-width: 576px){
	body.view-article #sp-main-body .article-details .article-header #article-title{
		font-size: 1.75rem;
		hyphens: auto;
	}
}
/* 
 * 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: 25px;
}
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;
}
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-weight: 300 !important;
}