/*
 * Created by CeLa
 * Copyright by Amdre GmbH
 * Main Theme CSS
 */



/*
 * Montserrat
 */
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/montserrat-300.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/montserrat-500.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/montserrat-600.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/montserrat-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/montserrat-800.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/montserrat-900.woff2') format('woff2');
}


/*
 * Default styles
 */
 
:root {
	--base-color: #000000;	
	--pri-color: #003c74; /* dunkelblau */
	--sec-color: #00a2a5; /* hellblau */
	--thd-color: #823c71; /* lila */
	--4th-color: #92ccce; /* himmelblau */
	--pri-font: 'Montserrat';
}


html,
body {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: var(--pri-font);
	font-size: 1.1rem;
}

/*
 * Headline styles
 */

.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-heading {
	font-weight: 900;
	text-transform: uppercase;
	font-size : clamp(2rem, 6vw, 2.875rem);
}
 

.sppb-addon-text-block.numeric-headline .sppb-addon-title,
.sppb-section.numeric-headline .sppb-section-title .sppb-title-heading {
}
.sppb-addon-text-block.numeric-headline .sppb-addon-title:before,
.sppb-section.numeric-headline .sppb-section-title .sppb-title-heading:before {
}
/* --- */
.sppb-addon-text-block.numeric-header .sppb-addon-title,
.sppb-section.numeric-header .sppb-section-title .sppb-title-heading {
	line-height: 1;
	font-weight: 900;
}
.sppb-addon-text-block.numeric-header .sppb-addon-title small,
.sppb-section.numeric-header .sppb-section-title .sppb-title-heading small {
	display: inline-block;
	margin-left: -150px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #fff;
	color: var(--base-color);
}
@media(max-width: 991px){
	.sppb-addon-text-block.numeric-header .sppb-addon-title,
	.sppb-section.numeric-header .sppb-section-title .sppb-title-heading {
		font-size: 8.5rem;
	}
	.sppb-addon-text-block.numeric-header .sppb-addon-title small,
	.sppb-section.numeric-header .sppb-section-title .sppb-title-heading small {
		font-size: 3rem;
	}
}
@media(min-width: 992px){
	.sppb-addon-text-block.numeric-header .sppb-addon-title,
	.sppb-section.numeric-header .sppb-section-title .sppb-title-heading {
		font-size: 12.5rem;
	}
	.sppb-addon-text-block.numeric-header .sppb-addon-title small,
	.sppb-section.numeric-header .sppb-section-title .sppb-title-heading small {
		font-size: 4rem;
	}
}
.numeric-header.push-right .sppb-addon-title {
	position: relative;
	line-height: 0.75;
}
.numeric-header.push-right .sppb-addon-title small {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1;
	transform: translate(-132px, 2px);
}

/* Heading */
.sppb-addon-text-block.heading > .sppb-addon-title {
	font-weight: 900;
	text-transform: uppercase;
}
.sppb-addon-text-block.heading > h2.sppb-addon-title {
	font-size: 3rem;
}

/* Numeric headline */
.sppb-section.numeric-headline .sppb-section-title .sppb-title-heading,
.sppb-addon-image-content.numeric-headline > .sppb-addon-body .sppb-addon-title,
.sppb-addon-text-block.numeric-headline > .sppb-addon-title {
	position: relative;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}

.sppb-section.numeric-headline .sppb-section-title .sppb-title-heading:before,
.sppb-addon-image-content.numeric-headline > .sppb-addon-body .sppb-addon-title:before,
.sppb-addon-text-block.numeric-headline > .sppb-addon-title:before {
	content: '00';
	position: absolute;
	padding: 0 !important;
	font-weight: 900;
	z-index: -1;
}
@media(max-width: 575px){
	.sppb-section.numeric-headline .sppb-section-title .sppb-title-heading,
	.sppb-addon-image-content.numeric-headline > .sppb-addon-body .sppb-addon-title,
	.sppb-addon-text-block.numeric-headline > .sppb-addon-title {
		font-size: 2rem;
	}
	.sppb-section.numeric-headline .sppb-section-title .sppb-title-heading:before,
	.sppb-addon-image-content.numeric-headline > .sppb-addon-body .sppb-addon-title:before,
	.sppb-addon-text-block.numeric-headline > .sppb-addon-title:before {
		font-size: 6rem;
		line-height: 0.25;
	}
	.numeric-headline:not(.right-align) .sppb-section-title .sppb-title-heading,
	.numeric-headline:not(.right-align) > .sppb-addon-body .sppb-addon-title,
	.numeric-headline:not(.right-align) > .sppb-addon-title {
		margin-left: 65px;
	}
	.numeric-headline.right-align .sppb-section-title .sppb-title-heading,
	.numeric-headline.right-align > .sppb-addon-body .sppb-addon-title,
	.numeric-headline.right-align > .sppb-addon-title {
		margin-right: 65px;
	}
	.numeric-headline:not(.right-align) .sppb-section-title .sppb-title-heading:before,
	.numeric-headline:not(.right-align) > .sppb-addon-body .sppb-addon-title:before,
	.numeric-headline:not(.right-align) > .sppb-addon-title:before {
		left: -10px;
		top: 0;
		transform: translate(-65px, -60%);
	}
	.numeric-headline.right-align .sppb-section-title .sppb-title-heading:before,
	.numeric-headline.right-align > .sppb-addon-body .sppb-addon-title:before,
	.numeric-headline.right-align > .sppb-addon-title:before {
		right: 0px;
		top: 0;
		transform: translate(65px, -60%);
	}
}
@media(min-width: 576px) and (max-width: 991px){
	.sppb-section.numeric-headline .sppb-section-title .sppb-title-heading,
	.sppb-addon-image-content.numeric-headline > .sppb-addon-body .sppb-addon-title,
	.sppb-addon-text-block.numeric-headline > .sppb-addon-title {
		font-size: 2.5rem;
	}
	.sppb-section.numeric-headline .sppb-section-title .sppb-title-heading:before,
	.sppb-addon-image-content.numeric-headline > .sppb-addon-body .sppb-addon-title:before,
	.sppb-addon-text-block.numeric-headline > .sppb-addon-title:before {
		font-size: 8rem;
		line-height: 0.25;
	}
	.numeric-headline:not(.right-align) .sppb-section-title .sppb-title-heading,
	.numeric-headline:not(.right-align) > .sppb-addon-body .sppb-addon-title,
	.numeric-headline:not(.right-align) > .sppb-addon-title {
		margin-left: 85px;
	}
	.numeric-headline.right-align .sppb-section-title .sppb-title-heading,
	.numeric-headline.right-align > .sppb-addon-body .sppb-addon-title,
	.numeric-headline.right-align > .sppb-addon-title {
		margin-right: 85px;
	}
	.numeric-headline:not(.right-align) .sppb-section-title .sppb-title-heading:before,
	.numeric-headline:not(.right-align) > .sppb-addon-body .sppb-addon-title:before,
	.numeric-headline:not(.right-align) > .sppb-addon-title:before {
		left: -10px;
		top: 0;
		transform: translate(-85px, -60%);
	}
	.numeric-headline.right-align .sppb-section-title .sppb-title-heading:before,
	.numeric-headline.right-align > .sppb-addon-body .sppb-addon-title:before,
	.numeric-headline.right-align > .sppb-addon-title:before {
		right: 0px;
		top: 0;
		transform: translate(85px, -60%);
	}
}
@media(min-width: 992px){
	.sppb-section.numeric-headline .sppb-section-title .sppb-title-heading,
	.sppb-addon-image-content.numeric-headline > .sppb-addon-body .sppb-addon-title,
	.sppb-addon-text-block.numeric-headline > .sppb-addon-title {
		margin-top: 100px;
		margin-bottom: 30px;
		font-size: 3rem;
	}
	.sppb-section.numeric-headline .sppb-section-title .sppb-title-heading:before,
	.sppb-addon-image-content.numeric-headline > .sppb-addon-body .sppb-addon-title:before,
	.sppb-addon-text-block.numeric-headline > .sppb-addon-title:before {
		font-size: 12rem;
		line-height: 0.78;
	}
	.numeric-headline:not(.right-align) .sppb-section-title .sppb-title-heading,
	.numeric-headline:not(.right-align) > .sppb-addon-body .sppb-addon-title,
	.numeric-headline:not(.right-align) > .sppb-addon-title {
		margin-left: 130px;
	}
	.numeric-headline.right-align .sppb-section-title .sppb-title-heading,
	.numeric-headline.right-align > .sppb-addon-body .sppb-addon-title,
	.numeric-headline.right-align > .sppb-addon-title {
		margin-right: 130px;
	}
	.numeric-headline:not(.right-align) .sppb-section-title .sppb-title-heading:before,
	.numeric-headline:not(.right-align) > .sppb-addon-body .sppb-addon-title:before,
	.numeric-headline:not(.right-align) > .sppb-addon-title:before {
		left: -10px;
		top: 0;
		transform: translate(-130px, -60%);
	}
	.numeric-headline.right-align .sppb-section-title .sppb-title-heading:before,
	.numeric-headline.right-align > .sppb-addon-body .sppb-addon-title:before,
	.numeric-headline.right-align > .sppb-addon-title:before {
		right: 0px;
		top: 0;
		transform: translate(130px, -60%);
	}
}
.numeric-headline.count-one .sppb-section-title .sppb-title-heading:before,
.numeric-headline.count-one > .sppb-addon-title:before,
.numeric-headline.count-one > .sppb-addon-body .sppb-addon-title:before {
	content: '01';
	color: var(--pri-color);
}
.numeric-headline.count-two .sppb-section-title .sppb-title-heading:before,
.numeric-headline.count-two > .sppb-addon-title:before,
.numeric-headline.count-two > .sppb-addon-body .sppb-addon-title:before {
	content: '02';
	color: var(--sec-color);
}
.numeric-headline.count-three .sppb-section-title .sppb-title-heading:before,
.numeric-headline.count-three > .sppb-addon-title:before,
.numeric-headline.count-three > .sppb-addon-body .sppb-addon-title:before {
	content: '03';
	color: var(--thd-color);
}
.numeric-headline.count-four .sppb-section-title .sppb-title-heading:before,
.numeric-headline.count-four > .sppb-addon-title:before,
.numeric-headline.count-four > .sppb-addon-body .sppb-addon-title:before {
	content: '04';
	color: var(--pri-color);
}
.numeric-headline.count-five .sppb-section-title .sppb-title-heading:before,
.numeric-headline.count-five > .sppb-addon-title:before,
.numeric-headline.count-five > .sppb-addon-body .sppb-addon-title:before {
	content: '05';
	color: var(--sec-color);
}
.numeric-headline.count-six .sppb-section-title .sppb-title-heading:before,
.numeric-headline.count-six > .sppb-addon-title:before,
.numeric-headline.count-six > .sppb-addon-body .sppb-addon-title:before {
	content: '06';
	color: var(--thd-color);
}

/*
 * Text styles
 */


/*
 * Addon styles
 */
.sppb-section.boxed-section {
	max-width: 1500px;
	margin: 0 auto !important;
}


/*
 * Layout styles
 */

@media (min-width: 1200px) {
    .container,
    .sppb-row-container {
        max-width: 1500px !important;
    }
}
@media (min-width: 992px) {
	#offcanvas-toggler {
		display: none !important;
	}
}
.offcanvas-overlay {
	display: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 
 * Header 
 */
#sp-header {
	box-shadow: none;
	height: inherit !important;
}
@media (max-width: 991px) {
	#sp-header {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*
 * Navbar
 */
@media(max-width: 1139px){
	#sp-menu ul.sp-megamenu-parent {
		text-align: center;
	}
}
#sp-menu ul.sp-megamenu-parent > li > a {
	font-weight: 700;
	line-height: 120px;
	text-transform: uppercase;
}
#sp-menu ul.sp-megamenu-parent {
	width: 100%;
}
#sp-menu ul.sp-megamenu-parent > li > a.phone-contact span {
	display: none;
}
/*
#sp-menu ul.sp-megamenu-parent > li:last-child {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(95px);
}
*/
.sp-dropdown-main ul.sp-dropdown-items li.active a {
	font-weight: 700;
}


/*
 * Notdienst
 */
.notdienst-modul {
	position: absolute;
	top: 12px;
	right: calc(50% - 738px);
	z-index: 1001;
}
@media(max-width: 1514px){
	.notdienst-modul {
		right: 15px;
	}
}
@media(min-width: 1515px){
	.notdienst-modul {
		right: calc(50% - 738px);
	}
}
@media(max-width: 575px){
	.notdienst-modul {
		margin-top: 12px;
		max-width: 33.3333%;
	}
}


/*
 * Floating Contact
 */
.floating-contact p {
	padding: 0;
	margin: 0;
}
#telefon,
#anschrift,
#facebook,
#bewerben,
#rezension {
	z-index: 10;
	width: 40px;
	height: 40px;
	overflow: hidden;
	right: -10px;
	position: fixed;
	background-repeat: no-repeat;
	background-color: white;
}
#telefon {
	top: 455px;
	background-image: url("/images/icon-telefon.png");
}
#anschrift {
	top: 505px;
	background-image: url("/images/icon-anschrift.png");
}
#facebook {
	top: 555px;
	background-image: url("/images/icon-facebook.png");
}
#bewerben {
	top: 605px;
	background-image: url("/images/icon-bewerben.png");
}
#rezension {
	top: 655px;
	background-image: url("/images/icon-rezension.png");
}
.iconinhalt {
	padding-left: 50px;
	padding-top: 8px;
	font-weight: 800;
	color: #19387a;
}



/*
 * Footer styles
 */
.footer-branding {}
@media(max-width: 991px){
	.footer-branding {
		margin: 0 auto;
		max-width: 300px;
	}
}
@media(min-width: 992px){
	.footer-branding {
		max-width: 400px;
	}
}
.footer-navbar-outer {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}
@media(max-width: 991px){
	.footer-navbar-outer {
		justify-content: center;
	}
	.footer-navbar-module {
		text-align: center;
	}
}
@media(max-width: 1399px){
	.footer-navbar-outer {
		justify-content: center;
	}
	.footer-navbar-module {
		text-align: right;
	}
}
@media(min-width: 1400px){
	.footer-navbar-outer {
		justify-content: end;
	}
	.footer-navbar-module {
		text-align: right;
	}
}
.footer-navbar-module .sppb-addon-title {
	font-size : clamp(0.2rem, 2.5vw, 1.125rem) !important;
}
.footer-navbar-module ul.menu {
	margin-left: 15px !important;
	text-align: right;
}
.footer-navbar-module ul.menu li {
	margin-left: 0 !important;
	padding-left: 15px;
	border-left: 1px solid var(--base-color);
}
.footer-navbar-module ul.menu li a {
	font-size : clamp(0.2rem, 3vw, 1.125rem) !important;
}
.footer-navbar-module ul.menu li a,
.footer-navbar-module ul.menu li a:visited {
	color: var(--base-color) !important;
}
.footer-navbar-module ul.menu li a:hover,
.footer-navbar-module ul.menu li a:active,
.footer-navbar-module ul.menu li a:focus {
	color: var(--pri-color) !important;
}
.partner-grid > .sppb-column-addons {
	display: inline-flex;
	align-items: center;
	gap: 8%;
}
.sp-scroll-up {
	background-color: var(--sec-color);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
	background-color: var(--pri-color);
}
.sp-scroll-up .fas {
	transform: translateY(3px) rotate(90deg) !important;
	font-size: 1.2rem;
}
.sp-scroll-up .fas:before {
	content: '\f060' !important;
	transform: rotate(90deg) !important;
}
/*
 * Footer Popup Link
 */
.simple-popup {
	position: fixed;
	left: 30px;
	bottom: 30px;
	width: 200px;
	height: 120px;
	background-color: #a41663;
	text-align: center;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
	animation: float 1s ease-out infinite;
}
@keyframes float {
  50% {
     transform: translate(0, -8px);
  }
}
.simple-popup:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(164, 22, 99, 0);
	border-top-color: #a41663;
	border-width: 8px;
	margin-left: -8px;
}
.simple-popup a {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.25rem;
}
.simple-popup a,
.simple-popup a:visited {
	color: #fff !important;
}
.simple-popup a:hover,
.simple-popup a:active,
.simple-popup a:focus {
	color: #fff !important;
}

/*
 * Homepage
 * 
 * Main Slideshow
 */

@media(min-width: 1500px){
	.slideshow-section {
		max-width: 1500px;
		margin: 0 auto !important;
	}
}

.main-slideshow {}
.main-slideshow .sp-nav-control {
	right: 0px !important;
	left: 0px !important;
}
.main-slideshow .sp-nav-control .nav-control {
	border: 0 !important;
	background-color: var(--pri-color) !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.main-slideshow .sp-nav-control .nav-control {
	height: 80px !important;
	width: 50px !important;
	line-height: 80px !important;
}
.main-slideshow .sp-slider-outer-stage .sp-item .sppb-container {
	margin-right: 75px;
	margin-left: 75px;
	padding-right: 60px;
	padding-left: 60px;
}
.main-slideshow .text-shadow {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.main-slideshow .btn-custom {
	display: inline-block;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.main-slideshow .btn-custom span,
.main-slideshow .btn-custom:visited span {
	background-color: var(--sec-color) !important;
	color: #fff !important;
}
.main-slideshow .btn-custom:hover span,
.main-slideshow .btn-custom:active span,
.main-slideshow .btn-custom:focus span {
	background-color: var(--pri-color) !important;
	color: #fff !important;
}
@media(max-width: 767px){
	.main-slideshow .sp-item .sppb-sp-slider-title {
		font-size : clamp(1.5rem, 6vw, 3rem) !important;
	}
}

/*
 * Main section
 */
.service-section {}
.service-section > .sppb-container-inner {
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	padding-right: 10%;
	padding-left: 10%;
}
.service-text {
	max-width: 600px;
}
.service-text .sppb-addon-title {
	background-color: #ececec !important;
}

.flex-row {
	display: flex !important;
	gap: 30px;
}
@media(min-width: 992px){
	.flex-row {
		margin-top: 125px !important;
	}
}
.flex-row > * {
	flex: 1;
}
.service-icon .sppb-addon-single-image-container {
	margin-bottom: 20px;
}
.service-icon .sppb-addon-title {
	font-weight: 700;
}
.service-icon h3.sppb-addon-title {
	font-size: 1.25rem;
}

.carriere-link-column {}
@media(max-width: 991px){
	.carriere-link {
		margin-top: 45px;
		text-align: center;
	}
}
@media(min-width: 992px){
	.carriere-link {
		margin-top: -30px;
		margin-left: -75px;
	}
}

/*
 * Performence section
 */
.performence-section {}
@media(min-width: 1320px){
	.performence-section > .sppb-row-container {
		max-width: 1320px !important;
		margin: 0 auto;
	}
}
.performence-section > .sppb-row-container > .sppb-row > .sppb-row-column:nth-child(1) .performence-info .sppb-addon-image img {
	filter: invert(10%) sepia(90%) saturate(4231%) hue-rotate(198deg) brightness(89%) contrast(102%);
}
.performence-section > .sppb-row-container > .sppb-row > .sppb-row-column:nth-child(2) .performence-info .sppb-addon-image img {
	filter: invert(47%) sepia(21%) saturate(7155%) hue-rotate(151deg) brightness(93%) contrast(101%);
}
.performence-section > .sppb-row-container > .sppb-row > .sppb-row-column:nth-child(3) .performence-info .sppb-addon-image img {
	filter: invert(27%) sepia(54%) saturate(626%) hue-rotate(262deg) brightness(94%) contrast(90%);
}
.performence-info .sppb-addon-image {}
.performence-info .sppb-addon-image img {
	max-width: 64px;
	height: auto;
}
@media(max-width: 767px){
	.performence-info .sppb-image-content-text {
		font-size: 0.875rem !important;
	}
}
.performence-info .sppb-addon-title {
	font-weight: 700;
	font-size: 1.35rem;
}
/* Hover effect */
.performence-column > div > div,
.performence-column > div > div > div,
.performence-column > div > div > div > div {
	height: 100%;
}
.performence-column {
	position: relative;
	padding: 30px;
	overflow: hidden;
}
.performence-column:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: all ease-in-out .25s;
}
.performence-column:hover:before {
	transform: translateX(0);
}
.performence-section .sppb-row .sppb-row-column:nth-child(1) .performence-column:before {
	background-color: var(--pri-color);
}
.performence-section .sppb-row .sppb-row-column:nth-child(2) .performence-column:before {
	background-color: var(--sec-color);
}
.performence-section .sppb-row .sppb-row-column:nth-child(3) .performence-column:before {
	background-color: var(--thd-color);
}
.performence-column:hover .performence-info {
	color: #fff !important;
}
.performence-column:hover .performence-info .sppb-addon-image img {
	filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7473%) hue-rotate(70deg) brightness(107%) contrast(110%) !important;
}

/*
 * Designer info section
 */
.designer-section {
}
.designer-section > .sppb-row-container {
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.designer-section .designer-row {}
.designer-info {
	max-width: 600px;
}
.designer-info .sppb-addon-image {
	width: 153px;
	transform: translate(-40px, 10px);
}
/*
 * References section
 */
.references-section {}
@media(min-width: 992px){
	.reference-info {
		display: flex;
		gap: 75px;
	}
}
@media(min-width: 1320px){
	.references-section > .sppb-row-container {
		max-width: 1320px !important;
		margin: 0 auto !important;
	}
}
.reference-info:before {
	display: none;
}
.reference-info.left-align {
}
.reference-info.right-align {
	flex-direction: row-reverse;
	text-align: right;
}
.reference-info .sppb-addon-image {
	position: relative;
	margin-bottom: 0;
	z-index: 95;
}
@media(min-width: 992px) and (max-width: 1139px){
	.reference-info .sppb-addon-image {
		flex-basis: 50%;
	}
}
@media(min-width: 1140px){
	.reference-info .sppb-addon-image {
		flex-basis: 33.333%;
	}
}
@media(max-width: 991px){
	.reference-info .sppb-addon-image:before {
		content: '';
		display: block;
		width: 2px;
		height: 100%;
		max-height: 33%;
		bottom: 0;
		margin-left: -1px;
		line-height: 0;
		position: absolute;
		background-color: var(--base-color);
		z-index: 105;
	}
	.reference-info.left-align .sppb-addon-image:before {
		left: 0;
		transform: translate(50px, 30px);
	}
	.reference-info.right-align .sppb-addon-image:before {
		right: 0;
		transform: translate(-50px, 30px);
	}
}
@media(min-width: 992px){
	.reference-info .sppb-addon-image:before {
		content: '';
		display: block;
		height: 2px;
		width: 100%;
		max-width: 33%;
		line-height: 0;
		position: absolute;
		top: 150px;
		background-color: var(--base-color);
		z-index: 105;
	}
	.reference-info.left-align .sppb-addon-image:before {
		right: 0;
		transform: translate(50px, -50px);
	}
	.reference-info.right-align .sppb-addon-image:before {
		left: 0;
		transform: translate(-50px, -50px);
	}
}
.reference-info .sppb-addon-image img {
	object-fit: cover;
	object-position: center !important;
	width: 100%;
	height: 100%;
}
.reference-info .sppb-addon-body {
	display: flex;
	flex-direction: column;
}
.reference-info.left-align .sppb-addon-body {
	padding: 50px 50px 50px 0px;
}
.reference-info.right-align .sppb-addon-body {
	padding: 50px 0px 50px 50px;
}
.reference-info .sppb-addon-body .sppb-image-content-text {
	order: 2;
}
.reference-info .sppb-addon-body .sppb-image-content-btn {
	margin-bottom: 20px;
	order: 1;
}
.reference-info .sppb-addon-body .sppb-image-content-btn a {
	text-transform: uppercase;
	font-size: 1.75rem;
	color: var(--base-color);
}

/*
 * Facts section
 */
.facts-section {}
.fact-number {
	color: #fff;
}
.fact-number .sppb-animated-number {
	font-size: 5rem;
	font-weight: 700;
}
.fact-number .sppb-animated-number:before {
	display: block !important;
	text-transform: uppercase;
	font-size: 2.5rem !important;
}
.fact-number .sppb-animated-number-title {
	text-transform: uppercase;
	font-size: 2.5rem;
	line-height: 1.25;
}

/*
 * Team section
 */
.team-section {}
@media(min-width: 1320px){
	.team-section > .sppb-row-container {
		max-width: 1320px !important;
		margin: 0 auto;
	}	
}
.team-person.custom-layout .sppb-addon-content {
	display: flex;
	gap: 45px;
}
.team-person.custom-layout .sppb-addon-content .sppb-person-image {
	flex-basis: 66.6666%;
	margin-bottom: 0;
	overflow: visible !important;
}
.team-person.custom-layout .sppb-addon-content .sppb-person-image img {
	object-fit: cover;
	object-position: center !important;
	width: 100%;
	height: 100%;
}
.team-person.custom-layout .sppb-addon-content .sppb-person-image:before {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	line-height: 0;
	position: absolute;
	top: 40px;
	right: -25px;
	background-color: var(--base-color);
}
.team-person.custom-layout .sppb-person-body .sppb-person-name {
	font-weight: 400;
	font-size: 1.65rem;
	text-transform: uppercase;
}
.team-person.custom-layout .sppb-person-body .sppb-person-designation {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: .95rem;
}
.team-person.custom-layout .sppb-addon-contact span {
	display: block;
	font-size: .95rem;
}
.team-person.custom-layout .sppb-addon-contact span.sppb-person-phone:before {
	content: 'Tel.';
	display: inline-block;
	margin-right: 5px;
}
.team-person.custom-layout .sppb-addon-contact span a,
.team-person.custom-layout .sppb-addon-contact span a:visited {
	color: var(--base-color);
}
.team-person.custom-layout .sppb-addon-contact span a:hover,
.team-person.custom-layout .sppb-addon-contact span a:active,
.team-person.custom-layout .sppb-addon-contact span a:focus {
	color: var(--pri-color);
}


/*
 * Contact section
 */
@media(min-width: 1320px	){
	.contact-section > .sppb-row-container {
		max-width: 1320px !important;
		margin: 0 auto !important;
	}
}

/*
 * Activity section 
 */
.activity-section {
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.activity-info {
	margin-left: 10%;
	max-width: 400px;
}

/*
 * Contact section
 */
.contact-info a,
.contact-info a:visited {
	color: var(--base-color);
}
.contact-info a:hover,
.contact-info a:active,
.contact-info a:focus {
	color: var(--pri-color);
}
@media(min-width: 1400px){
	.contact-map-outer {
		transform: translateY(150px);
	}
}


/*
 * About Us Page
 * Page header
 */
.pagehead-section {}
@media(max-width: 991px){
	.pagehead-section > .sppb-row-container > .sppb-row > .sppb-row-column > .sppb-column {
		padding-top: 100px !important;
	}
}
/*
 * Kaeltetechnik
 * Page Header
 */
.teaser-image-section {}
.teaser-image {
	position: relative;
	z-index: 95;
	padding: 100px 10%;
	min-height: 700px;
}
.teaser-image.right-align {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
}
.teaser-image .sppb-addon-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	overflow: hidden;
	z-index: 100;
}
.teaser-image .sppb-addon-image img {
	object-fit: cover;
	object-position: center !important;
	width: 100%;
	height: 100%;
}
.teaser-image .sppb-addon-body {
	position: relative;
	max-width: 600px;
	z-index: 105;
}
.teaser-image.right-align .sppb-addon-body {
	text-align: right;
}
.teaser-image .sppb-addon-body .sppb-image-content-title {
	background-color: #ebebeb !important;
}


/*
 * Job page
 *
 */
.jobs-section > .sppb-row-container {
	background-image: url(../images/hg-quadrate.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
}
@media(max-width: 991px){
	.jobs-section > .sppb-row-container {
		padding: 50px 50px;
	}
}
@media(min-width: 992px){
	.jobs-section > .sppb-row-container {
		padding: 75px 150px;
	}
}

.job-info .sppb-blocknumber-number {
	color: var(--pri-color);
	font-size: 3rem;
	font-weight: 800;
	width: auto !important;
	height: auto !important;
}
.job-info .sppb-blocknumber {
	display: flex;
	gap: 10px;
}
.job-info .pull-left {
	float: none !important;
}
.job-info .sppb-blocknumber .sppb-media-heading {
	font-size: 1.125rem;
	font-weight: 700;
}
.job-info .sppb-blocknumber .sppb-blocknumber-text {}

/*
 * Certifcate section
 */
.certifcate-section {}
.certifcate-section > .sppb-row-container {
	background-image: url(../images/hg-quadrate.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
}
@media(max-width: 991px){
	.certifcate-section > .sppb-row-container {
		padding: 50px 50px;
	}
}
@media(min-width: 992px){
	.certifcate-section > .sppb-row-container {
		padding: 75px 150px;
	}
	.certificate-info {
		display: flex;
		gap: 30px;
	}
	.certificate-info .sppb-addon-image {
		margin-bottom: 0;
		flex-basis: 33.333%;
	}
	.certificate-info .sppb-addon-image:before {
		display: none;
	}
	.certificate-info .sppb-addon-body {
		flex: 1;
	}
}
.certificate-info .sppb-addon-body .sppb-image-content-title {
	font-size: 1rem;
	font-weight: 700;
}
.certificate-info .sppb-addon-body .sppb-image-content-text {
	font-size: 1rem;
}

/*
 * Contact Page
 *
 */
.contact-form-section {
}
@media(min-width: 1320px){
	.contact-form-section > .sppb-row-container {
		max-width: 1320px !important;
		margin: 0 auto !important;
	}
}
.contact-form > h2,
.contact-form-info .sppb-addon-title {
	font-weight: 900;
	font-size: 3rem;
	text-transform: uppercase;
}
.contact-form-info a,
.contact-form-info a:visited {
	color: var(--base-color);
}
.contact-form-info a:hover,
.contact-form-info a:active,
.contact-form-info a:focus {
	color: var(--sec-color);
}
.contact-form {}
.contact-form .form-control {
	padding: 10px 16px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-color: var(--base-color);
}
.contact-form .form-control::placeholder {
	color: var(--base-color);
}
.contact-form .btn {
	display: inline-block;
	min-width: 160px;
	margin-right: 12px;
	padding: 12px 16px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: var(--sec-color);
	border-color: var(--sec-color);
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-form .btn:hover {
	background-color: var(--pri-color);
	border-color: var(--pri-color);
}



/*
 * Refernces
 */
.com-content-category-blog {
	background-image: url(../images/hg-quadrate.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
}
@media(max-width: 991px){
	.com-content-category-blog {
		padding: 50px 50px 0px 50px;
	}
}
@media(min-width: 992px){
	.com-content-category-blog {
		padding: 50px 100px 0px 100px;
	}
}
.com-content-category-blog .category-blog-inner {
	padding-bottom: 100px;
	border-bottom: 1px solid #000;
}
.com-content-category-blog .category-blog-inner > h1,
.com-content-category-blog .category-blog-inner > h2 {
	margin-bottom: 50px;
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 900;
}
@media(max-width: 991px){
	.com-content-category-blog .article-list .article:not(:first-child) {
		margin-top: 45px;
	}
}
@media(min-width: 992px){
	.com-content-category-blog .article-list  {
		display: grid;
		grid-gap: 50px;
		grid-template-columns: repeat(3, 1fr);
	}
}
.com-content-category-blog .article-list .article {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}
.com-content-category-blog .article-list .article .article-header h2 {
	font-weight: 300;
	font-size: 1.25rem;
	text-transform: uppercase;
}
.com-content-category-blog .article-list .article .article-image-custom {
	margin-bottom: 0;
}
.com-content-category-blog .article-list .article .article-image-custom a {
	display: block;
}
.com-content-category-blog .article-list .article .article-image-custom a img {
	object-fit: cover;
	object-position: center !important;
	width: 100%;
	height: 100%;
	opacity: .6;
	transition: all ease-in-out .25s;
}
.com-content-category-blog .article-list .article .readmore {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all ease-in-out .25s;
	opacity: 0;
}
.com-content-category-blog .article-list .article:hover .article-image-custom a img {
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75); 
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
	opacity: 1;
}
.com-content-category-blog .article-list .article:hover .readmore {
	top: 50%;
	opacity: 1;
}
.com-content-category-blog .article-list .article .readmore a {
	padding: 10px 24px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
.com-content-category-blog .article-list .article .readmore a,
.com-content-category-blog .article-list .article .readmore a:visited {
	background-color: var(--sec-color);
	color: #fff;
}
.com-content-category-blog .article-list .article .readmore a:hover,
.com-content-category-blog .article-list .article .readmore a:active,
.com-content-category-blog .article-list .article .readmore a:focus {
	background-color: var(--pri-color);
	color: #fff;
}

/* Article details */
.article-details.custom-article {
	padding: 50px 100px 0px 100px;
	background-image: url(../images/hg-quadrate.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
}
@media(max-width: 991px){
	.article-details.custom-article {
		padding: 50px 30px 0px 30px;
	}
}
@media(min-width: 992px){
	.article-details.custom-article {
		padding: 50px 100px 0px 100px;
	}
}
.article-details.custom-article .article-info .category-name {
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: 900;
	text-transform: uppercase;
}
.article-details.custom-article .article-header {
	margin-bottom: 30px;
}
.article-details.custom-article .article-header h1,
.article-details.custom-article .article-header h2 {
	font-weight: 400;
	font-size: 1.75rem;
	text-transform: uppercase;
}
.article-details.custom-article .article-inner {
	padding-bottom: 100px;
	border-bottom: 1px solid #000;
}
@media(min-width: 992px){
	.article-details.custom-article .article-inner {
		display: flex;
		gap: 30px;
	}
	.article-details.custom-article .article-inner .article-full-image {
		flex-basis: 33.333%;
		margin-bottom: 0;
	}
}
.article-details.custom-article .article-inner .article-body {
	flex: 1;
	font-size: 0.9rem;
}
.article-details.custom-article .article-inner .article-body ul.fields-container {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.article-details.custom-article .article-inner .article-body ul.fields-container li {
	margin-top: 3px;
	margin-bottom: 3px;
}
.article-details.custom-article .article-inner .article-body ul.fields-container li .field-label {
	font-weight: 700;
	text-transform: uppercase;
}
.article-details.custom-article .article-inner .article-body .return-to-category {
	margin-top: 30px;
}
.article-details.custom-article .article-inner .article-body a.btn-custom {
	padding: 12px 24px;
	background-color: var(--sec-color);
	color: #fff;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.article-details.custom-article .article-inner .article-body a.btn-custom,
.article-details.custom-article .article-inner .article-body a.btn-custom:visited {
	background-color: var(--sec-color);
	color: #fff;
}
.article-details.custom-article .article-inner .article-body a.btn-custom:hover,
.article-details.custom-article .article-inner .article-body a.btn-custom:active,
.article-details.custom-article .article-inner .article-body a.btn-custom:focus {
	background-color: var(--pri-color);
	color: #fff;
}


/*
 * Page rights
 */
body.page-rights #sp-main-body {
	padding-top: 30px;
	padding-bottom: 30px;
}
body.page-rights #sp-main #sp-main-body .article-details .article-header h1,
body.page-rights #sp-main #sp-main-body .article-details .article-header h2 {
	font-size: 3rem;
	font-weight: 900;
	text-transform: uppercase;
}