/*
* 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');
}

:root {

	--base-color: #2b3941;	
	--pri-color: #f8b134;
	--sec-color: #9d9d9c;
	--thd-color: #00b3d1;
	
	--pri-font: 'Montserrat';
	--sec-font: 'Arial';
}

/*
 * Base styles
 */
 
html,
body {
	margin: 0;
	padding: 0;
	font-family: var(--pri-font);
	font-display: swap;
	font-style: normal;
	font-weight: 400;
}

/*
 * 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;
}
/*
 * Headline styles
 */
.sppb-addon-text-block.heading > .sppb-addon-title {
	text-transform: uppercase;
	font-weight: 900;
}
.sppb-addon-text-block.heading > .sppb-addon-content {
	margin-top: 30px;
}
.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-heading {
	margin-bottom: 0 !important;
	font-weight: 300;
	font-size: 2.25rem;
	text-transform: uppercase;
}
.sppb-section.heading > .sppb-row-container > .sppb-section-title .sppb-title-subheading {
	font-weight: 900;
	font-size: 2.25rem !important;
	text-transform: uppercase;
}
.sppb-addon-header.heading h2.sppb-addon-title {
	margin: 0;
	font-size: 2.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;
}


/*
 * 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);
}
/*
 * Layout styles
 */

@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 1320px !important;
    }
}
@media (min-width: 992px) {
	#offcanvas-toggler {
		display: none !important;
	}
}
.offcanvas-overlay {
	display: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Top bar */
#sp-top1 {
}
#sp-top1:after {
	content: '';
	display: block;
	height: 21px;
	background-image: url(../images/claim.png);
	background-repeat: no-repeat;
	background-position: 45% center;
	background-size: auto 100%;
}
/* Header */

@media (max-width: 991px) {
	#sp-header {
		height: 80px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
@media (min-width: 992px) {
	#sp-header {
		height: auto;
		padding-bottom: 10px;
	}
}
/* Logo */
@media (min-width: 992px) {
	#sp-logo {
		margin-bottom: 40px;
	}
	#sp-header .logo {
		height: auto !important;
	}
	#sp-header .logo .logo-image {
		width: auto;
		height: auto;
		max-width: 360px;
	}
}

/* Navbar */
#sp-menu .sp-column.align-items-center {
	align-items: end !important;
}
nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li > a {
	padding: 6px 15px !important;
	line-height: normal !important;
	text-transform: uppercase;
	font-size: 1.125rem;
}
nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li.active > a {
	font-weight: 900;
}
/* Fixed navbar */
.fixed-navbar-outer {
	position: fixed;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 1001;
}
ul.fixed-navbar {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.fixed-navbar > li {
	margin-top: 2px;
	margin-bottom: 2px;
}
ul.fixed-navbar > li > a {
	display: block;
	width: 78px;
	height: 78px;
	line-height: 78px;
	padding-bottom: 9px;
	padding-right: 5px;
	text-align: center;
	color: #fff !important;
	background-image: url(../images/fixed-navbar-bg.png);
	background-repeat: no-repeat;
	background-position: 0;
	font-size: 1.75rem;
}
.sp-megamenu-parent .sp-dropdown {
	padding-top: 10px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: rgba(255,255,255,0.75);
}
ul.sp-dropdown-items li a {
	text-transform: uppercase;
	font-size: 1.125rem !important;
	transition: all linear .25s;
}
ul.sp-dropdown-items li.active a {
	font-weight: 800;
	color: var(--base-color) !important;
}
ul.sp-dropdown-items li a:hover,
ul.sp-dropdown-items li a:active,
ul.sp-dropdown-items li a:focus {
	font-weight: 900;
	color: var(--pri-color) !important;
}

/*
 * Footer navbar
 */
ul.menufooter {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menufooter > li > a,
ul.menufooter > li > a:visited {
	color: rgba(255,255,255,1) !important;
}
ul.menufooter > li > a:hover,
ul.menufooter > li > a:active,
ul.menufooter > li > a:focus {
	color: rgba(255,255,255,.6) !important;
}

.footer-contact .sppb-addon-content i.fas {
	display: inline-block;
	margin-right: 10px;
}

.navbar-rights {
	padding-top: 30px;
	border-top: 1px solid rgba(255,255,255,.1);
	text-align: center;
}

/*
 * Section styles
 */

@media(min-width: 992px){
	.sppb-addon-text-block.page-content {
		text-align: right;
	}	
}
.sppb-addon-text-block.page-content .sppb-addon-content {
	margin-top: 30px;
}	


.header-image > .sppb-addon-content > .sppb-addon-single-image-container {
	display: block;
}
.header-image > .sppb-addon-content > .sppb-addon-single-image-container > img {
	object-fit: cover !important;
	object-position: center top;
	width: 100% !important;
}

/*
 * Startpage styles
 */
.main-carousel {}
.main-carousel .sppb-carousel-extended-dots {
	bottom: 20px;
}
.main-carousel .sppb-carousel-extended-item > img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
@media(max-width: 767px){
	.main-carousel .sppb-carousel-extended-item > img {
		object-fit: cover;
		object-position: top center;
		width: auto;
		height: 100%;
	}
}
@media(min-width: 768px){
	.main-carousel .sppb-carousel-extended-item > img {
		position: absolute; 
		width: 100%; 
		height: 100%; 
		left: 0; 
		right: 0; 
		top: 0; 
		bottom: 0; 
		object-fit: cover; 
		z-index: 100;
	}
}
.main-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
	z-index: 1001;
	justify-content: flex-end;
	margin-bottom: 50px;
}
.main-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap .sppb-carousel-extended-heading {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--pri-color);
}
.main-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap .sppb-carousel-extended-subheading {
	font-size: 2.5rem;
	font-weight: 800;
	color: #000;
}
.main-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap .sppb-carousel-extended-heading,
.main-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap .sppb-carousel-extended-subheading {
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}


/* Facts */
.fact-number {}
.fact-number .sppb-addon-content .sppb-animated-number {
	font-size: 3rem;
	font-weight: 900;
}
.fact-number .sppb-addon-content .sppb-animated-number:before {
	display: block !important;
	font-size: 1.35rem;
	font-weight: 400;
	text-transform: uppercase;
}
.fact-number .sppb-addon-content .sppb-animated-number-title {
	font-size: 1.75rem;
	text-transform: uppercase
}

/*
 * Faq section
 */
@media(max-width: 767px) {
	.faq-section {
		background-position: 60% 50% !important;
		background-size: auto 100% !important;
	}
}

/*
 * Contact
 */
.contact-section {
	background-size: 100% auto;
}
.contact .sppb-person-image {
	max-width: 250px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.contact .sppb-person-information .sppb-person-designation {
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: var(--base-color) !important;
}
.contact .sppb-person-information .sppb-person-name {
	font-weight: 900 !important;
	font-size: 1.25rem !important;
	text-transform: uppercase !important;
}
.contact .sppb-person-information .sppb-person-introtext {
	line-height: normal;
}
.contact .sppb-person-information .sppb-person-contact {
	margin-top: 15px;
}
.contact .sppb-person-information .sppb-person-contact a {
	display: inline-block;
	margin: 0 6px;
}
.contact .sppb-person-information .sppb-person-contact a {
	color: var(--base-color);
}
.contact .sppb-person-information .sppb-person-contact a:hover {
	color: var(--sec-color);
}
.contact .sppb-person-information .sppb-person-contact a i {
	font-size: 2rem;
}
.contact .sppb-person-information .sppb-person-contact a span {
	
	display: none;
}

/*
 * Portfolio
 */
@media(min-width: 992px){
	.portfolio > .sppb-column-addons {
		display: grid; 
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 
		grid-template-rows: 1fr 1fr; 
		gap: 20px 20px; 
		grid-template-areas: 
		"image-01 image-01 image-02 image-02 image-02 image-02 image-03 image-03 image-03"
		"image-01 image-01 image-04 image-04 image-04 image-05 image-05 image-05 image-05"; 
	}
	.portfolio > .sppb-column-addons > div:nth-child(1) { grid-area: image-01; }
	.portfolio > .sppb-column-addons > div:nth-child(2) { grid-area: image-02; }
	.portfolio > .sppb-column-addons > div:nth-child(3) { grid-area: image-03; }
	.portfolio > .sppb-column-addons > div:nth-child(4) { grid-area: image-04; }
	.portfolio > .sppb-column-addons > div:nth-child(5) { grid-area: image-05; }
	
	.portfolio > .sppb-column-addons > div:nth-child(1),
	.portfolio > .sppb-column-addons > div:nth-child(1) > div,
	.portfolio > .sppb-column-addons > div:nth-child(3),
	.portfolio > .sppb-column-addons > div:nth-child(3) > div,
	.portfolio > .sppb-column-addons > div:nth-child(4), 
	.portfolio > .sppb-column-addons > div:nth-child(4) > div { 
		height: 100%;
	}
	.portfolio > .sppb-column-addons .addon-root-image-content .portfolio-image,
	.portfolio > .sppb-column-addons .addon-root-image-content .portfolio-image figure {
		height: 100%;
		margin-bottom: 0;
	}
	.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(1) .portfolio-image figure.sppb-image-outer img,
	.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(3) .portfolio-image figure.sppb-image-outer img,
	.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(4) .portfolio-image figure.sppb-image-outer img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		min-width: 100%;
		min-height: 100%;
		height: auto;
		width: auto;
		z-index: 100;
	}
}
.portfolio-image {}
.portfolio-image .sppb-content-custom {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 50px 30px 30px;
	overflow: hidden;
	z-index: 101;
}
@media(max-width: 991px){
	.portfolio-image .sppb-content-custom {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(2) .portfolio-image .sppb-content-custom,
.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(3) .portfolio-image .sppb-content-custom,
.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(4) .portfolio-image .sppb-content-custom,
.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(5) .portfolio-image .sppb-content-custom {
	top: 0;
}
@media (max-width: 991px){
	.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(2) .portfolio-image .sppb-content-custom,
	.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(3) .portfolio-image .sppb-content-custom,
	.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(4) .portfolio-image .sppb-content-custom,
	.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(5) .portfolio-image .sppb-content-custom {
		right: 45%;
	}
}
@media (min-width: 992px){
	.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(2) .portfolio-image .sppb-content-custom{
		right: 35%;
	}
	.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(3) .portfolio-image .sppb-content-custom {
		right: 20%;
	}
	.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(4) .portfolio-image .sppb-content-custom {
		right: 25%;
	}
	.portfolio > .sppb-column-addons .addon-root-image-content:nth-child(5) .portfolio-image .sppb-content-custom {
		right: 45%;
	}
}
.portfolio-image .sppb-content-custom:after {
	content: '';
	position: absolute;
	left: -50px;
	top: -50px;
	width: calc(100% + 25px);
	height: 150%;
	background-color: rgba(43,57,65,0.85);
	transform: rotate(-10deg);
	z-index: 98;
}
.portfolio-image .sppb-content-custom > * {
	position: relative;
	z-index: 105;
}
.portfolio-image .sppb-image-content-title {
	font-size: 1rem;
	text-transform: uppercase;
}
.portfolio-image .sppb-image-content-title strong {
	font-weight: 900;
	font-size: 1.5rem;
	display: block;
	color: #fff;
}
.portfolio-image .sppb-image-content-text {
	font-size: .9rem;
}
.portfolio-image .sppb-btn-custom {
	font-size: .9rem !important;
}

/*
 * Product slider
 */

.product-carousel .sppb-carousel-extended-outer-stage {
	height: auto !important;
}
.product-carousel .sppb-carousel-extended-nav-control .next-control .fa-angle-right:before {
	content: '\2771';
}
.product-carousel .sppb-carousel-extended-nav-control .prev-control .fa-angle-left:before {
	content: '\2770';
}
.product-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.product-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap .sppb-carousel-extended-heading,
.product-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap .sppb-carousel-extended-subheading,
.product-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap .sppb-carousel-extended-description {
	color: var(--base-color);
}
.product-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap .sppb-carousel-extended-heading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.75rem;
}
.product-carousel .sppb-carousel-extended-item .sppb-carousel-extended-btn a.btn-link {
	padding-right: 30px;
	padding-left: 30px;
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.product-carousel .sppb-carousel-extended-item .sppb-carousel-extended-btn a.btn-link,
.product-carousel .sppb-carousel-extended-item .sppb-carousel-extended-btn a.btn-link:visited {
	background-color: #00a3a6;
	color: #fff;
}
.product-carousel .sppb-carousel-extended-item .sppb-carousel-extended-btn a.btn-link:hover,
.product-carousel .sppb-carousel-extended-item .sppb-carousel-extended-btn a.btn-link:active,
.product-carousel .sppb-carousel-extended-item .sppb-carousel-extended-btn a.btn-link:focus {
	background-color: #19acaf;
}

/*
 * Disturber call section
 */
.disturber-call {}
/*
 * Disturber coupon section
 */
.disturber-coupon {}

/*
 * Offer section
 */
 
.offer-section {}

.offer-article {}
.offer-article .sppb-content-custom {
	position: absolute;
	overflow: hidden;
	z-index: 101;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media(max-width: 991px) {
	.offer-article .sppb-content-custom {
		right: 0;
		bottom: 0;
		left: 0;
		padding: 30px;
	}
}
@media(min-width: 992px) {
	.offer-article .sppb-content-custom {
		top: 0;
		right: calc(50% - 100px);
		bottom: 0;
		left: 0;
		padding: 50px 150px 50px 100px;
	}
}
.offer-article .sppb-content-custom > .sppb-btn {
	width: auto;
}
.offer-article .sppb-content-custom > * {
	position: relative;
	z-index: 102;
}
.offer-article .sppb-content-custom:after {
	content: '';
	position: absolute;
	z-index: 98;
}
@media(max-width: 991px) {
	.offer-article .sppb-content-custom:after {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(43,57,65,0.75);
	}
}
@media(min-width: 992px) {
	.offer-article .sppb-content-custom:after {
		left: -60px;
		top: -150px;
		width: 100%;
		height: 200%;
		background-color: rgba(43,57,65,0.85);
		transform: rotate(-15deg);
	}
}
.offer-article .sppb-image-content-title span {
	color: #fff;
}
.offer-article .sppb-image-content-text {
}

/*
 * Clients section styles
 */
.clients-section {}

.clients-slider {
}
.clients-slider .sppb-carousel-extended-outer-stage {
	height: auto !important;
}
@media(min-width: 992px) and (max-width: 1400px) {
	.clients-slider {
		margin-right: 50px !important;
		margin-left: 50px !important;
	}
	.clients-slider .sppb-carousel-extended-nav-control .next-control {
		margin-right: -50px !important;
	}
	.clients-slider .sppb-carousel-extended-nav-control .prev-control {
		margin-left: -50px !important;
	}
}
@media(max-width: 991px){
	.clients-slider .sppb-carousel-extended-nav-control .next-control {
		margin-right: -50px !important;
	}
	.clients-slider .sppb-carousel-extended-nav-control .prev-control {
		margin-left: -50px !important;
	}
}
.clients-slider .sppb-carousel-extended-nav-control .next-control .fa-angle-right:before {
	content: '\2771';
}
.clients-slider .sppb-carousel-extended-nav-control .prev-control .fa-angle-left:before {
	content: '\2770';
}


/*
 * History Page
 */
 
.main-timeline .timeline-item .timeline-panel {
	border: 0 !important;
	display: flex;
	flex-direction: column;
	width: 480px !important;
}
.main-timeline .timeline-item .timeline-panel:before {
	display: none;
}
.main-timeline .timeline-item .timeline-panel > .sppb-image-container-right { 
	order: 1;
}
.main-timeline .timeline-item .timeline-panel > .timeline-date {
	margin-top: 20px !important;
	order: 2;
	line-height: normal !important;
}
.main-timeline .timeline-item .timeline-panel > .title {
	font-weight: 800;
	font-size: 2rem !important;
	order: 3;
}
.main-timeline .timeline-item .timeline-panel > .details {
	order: 4;
	font-weight: 300;
	font-size: 1.25rem !important;
}
.main-timeline .timeline-item .timeline-date {
	font-weight: 800;
	font-size: 2rem !important;
	color: var(--pri-color);
}
/* Sytel */
.main-timeline .sppb-addon-timeline-wrapper .timeline-badge:before {
	border-color: var(--pri-color) !important;
	width: 60px;
	height: 60px;
	border-width: 5px;
}
.main-timeline .sppb-addon-timeline-wrapper .timeline-badge:after {
	display: none;
}
.main-timeline .sppb-addon-timeline-wrapper:before, 
.main-timeline .sppb-addon-timeline-wrapper .timeline-badge:after, 
.main-timeline .timeline-movement.even:before {
	background-color: transparent !important;
	width: 1px !important;
	border-left: 4px dotted #000;
	transform: translateX(-2px);
}
.main-timeline > .sppb-addon-timeline-wrapper .timeline-movement.odd .timeline-item .timeline-panel {
	margin-left: 30px;
}
@media(max-width: 767px){
	.main-timeline > .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-panel {
		margin-left: 30px;
	}
}
@media(min-width: 768px){
	.main-timeline > .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-panel {
		margin-right: 30px;
	}
}
/* Padding last element */
.main-timeline > .sppb-addon-timeline-wrapper > div:last-child {
	padding-bottom: 100px !important;
}

/*
 * Product page
 */
 
.products-section {}
@media(min-width: 768px){
	.product-column {
		min-height: 560px;
	}
	.product-column > .sppb-column-addons {
		display: flex;
		flex-direction: column;
	}
	.product-column > .sppb-column-addons > .addon-root-text-block {
		flex-grow: 1;
	}	
}
.product-text > .sppb-addon-title {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 2rem;
}
.product-text > .sppb-addon-content {
	margin-top: 30px;
}
.product-btn {
	padding-right: 30px;
	padding-left: 30px;
	text-transform: uppercase;
}

.product-item {
	text-align: center;
}
.product-item .sppb-image-content-title {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.75rem !important;
}
.product-item .sppb-image-content-btn .sppb-btn-custom {
	padding-right: 30px;
	padding-left: 30px;
}

/* News & Facts */
.fact-image {}
.fact-image .sppb-content-custom {
	position: absolute;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	right: calc(50% - 100px);
	bottom: 0;
	left: 0;
	padding: 50px 125px 50px 30px;
	z-index: 101!important;
}
.fact-image .sppb-content-custom:after {
	content: '';
	position: absolute;
	left: -15%;
	top: -150px;
	width: 100%;
	height: 200%;
	background-color: rgba(43,57,65,0.85);
	transform: rotate(-15deg);
	z-index: -1 !important;
}
.fact-image .sppb-content-custom > figure {
	margin-bottom: 0 !important;
}
@media(max-width: 767px){
	.fact-image figure.sppb-image-outer {
		min-height: 320px;
	}
	.fact-image figure.sppb-image-outer img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		object-fit: cover;
		object-position: right center;
		z-index: 100;
	}
}
.fact-image .sppb-content-custom .sppb-image-content-subtitle {
	margin-bottom: 10px;
	color: #fff;
	font-weight: 300;
	font-size: 1.25rem;
	text-transform: uppercase;
}
.fact-image.fact-onlineshop .sppb-content-custom .sppb-image-content-subtitle {color: #00a3a6;}
.fact-image.fact-configurator .sppb-content-custom .sppb-image-content-subtitle {color: #00b3d1;}
.fact-image.fact-offer-sec .sppb-content-custom .sppb-image-content-subtitle {color: #f9b233;}
.fact-image.fact-delivery .sppb-content-custom .sppb-image-content-subtitle {color: #0098D7;}
.fact-image.fact-check .sppb-content-custom .sppb-image-content-subtitle {color: #00A3A6;}
.fact-image.fact-assembly .sppb-image-content-subtitle {color: #0098D7;}
.fact-image.fact-renting .sppb-image-content-subtitle {color: #5F68D1;}

@media(max-width: 991px){
	.fact-image.fact-offer-sec {}
	.fact-image.fact-offer-sec .sppb-image-outer {
		min-height: 300px;
	}
	.fact-image.fact-offer-sec .sppb-image-outer img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		object-fit: cover;
		object-position: right center;
		z-index: 100;
	}
	.fact-image.fact-offer-sec .sppb-content-custom {
		padding: 50px 50px 50px 30px !important;
		right: calc(50% - 150	px) !important;
	}
}
@media(min-width: 992px){
	.fact-image.fact-offer-sec .sppb-image-content-subtitle {
		font-size: 1.75rem;	
	}
	.fact-image.fact-offer-sec .sppb-image-content-title {
		font-size: 2.5rem;
	}
}

.fact-image .sppb-content-custom .sppb-image-content-title {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}
.fact-image .sppb-content-custom .sppb-image-content-text {
	color: #fff;
}
.fact-image .sppb-content-custom .sppb-image-content-btn .sppb-btn-custom {
	padding-right: 45px;
	padding-left: 45px;
	text-transform: uppercase;
}
@media(max-width: 575px){
	.fact-image {}
	.fact-image .sppb-image-outer {
		height: 350px !important;
	}
	.fact-image .sppb-image-outer img {
		object-fit: cover;
		object-position: top center;
		width: auto;
		height: 100%;
	}
}

/*
 * Facts & News Module override
 */

ul.mod-articlescategory {
}
ul.mod-articlescategory > li:not(:first-child) {
	margin-top: 30px;
}
ul.mod-articlescategory > li {
	position: relative;
	z-index: 98;
	padding: 0 !important;
}
@media(max-width: 767px){
	ul.mod-articlescategory > li {
	}
	ul.mod-articlescategory > li .mod-articles-category-image {
		min-height: 320px;
	}
	ul.mod-articlescategory > li .mod-articles-category-image img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		object-fit: cover;
		object-position: right center;
		z-index: 100;
	}
}
ul.mod-articlescategory > li .mod-articles-category-image {
	margin-bottom: 0 !important;
}
ul.mod-articlescategory > li .mod-articles-category-image img {
	margin: 0 !important;
	display: inline-block !important;
}
ul.mod-articlescategory > li .mod-articles-category-body {
	position: absolute;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	right: calc(50% - 100px);
	bottom: 0;
	left: 0;
	padding: 50px 125px 50px 30px;
	z-index: 101;
	color: #fff;
}
ul.mod-articlescategory > li .mod-articles-category-body:after {
	content: '';
	position: absolute;
	left: -15%;
	top: -150px;
	width: 100%;
	height: 200%;
	background-color: rgba(43,57,65,0.85);
	transform: rotate(-15deg);
	z-index: -1 !important;
}
ul.mod-articlescategory > li .mod-articles-category-body .mod-articles-category-title {
	margin-bottom: 10px;
	color: #fff;
	font-weight: 300;
	font-size: 1.25rem;
	text-transform: uppercase;
}
ul.mod-articlescategory > li .mod-articles-category-body .mod-articles-category-subtitle {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.75rem;
}
ul.mod-articlescategory > li .mod-articles-category-body .btn.btn-custom {
	padding-right: 45px;
	padding-left: 45px;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
ul.mod-articlescategory > li:nth-child(1) .mod-articles-category-body .mod-articles-category-title {
	color: #5F68D1;
}
ul.mod-articlescategory > li:nth-child(2) .mod-articles-category-body .mod-articles-category-title {
	color: #0068A2;
}
ul.mod-articlescategory > li:nth-child(1) .mod-articles-category-body .btn.btn-custom {
	background-color: #5F68D1;
}
ul.mod-articlescategory > li:nth-child(1) .mod-articles-category-body .btn.btn-custom:hover {
	background-color: #6C75DF;
}
ul.mod-articlescategory > li:nth-child(2) .mod-articles-category-body .btn.btn-custom {
	background-color: #0068A2;
}
ul.mod-articlescategory > li:nth-child(2) .mod-articles-category-body .btn.btn-custom:hover {
	background-color: #0770AB;
}
ul.mod-articlescategory > li:nth-child(3) .mod-articles-category-body .btn.btn-custom {
	background-color: #016188;
}
ul.mod-articlescategory > li:nth-child(3) .mod-articles-category-body .btn.btn-custom:hover {
	background-color: #006d9a;
}
ul.mod-articlescategory > li:nth-child(3) .mod-articles-category-title {
	color: #006d9a;
}

/*
 * Service page
 */
.service-section {
	background-size: 100% auto;
}
@media(max-width: 767px){
	.service-section {
		margin-bottom: 100px !important;
		padding-bottom: 100px !important;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.service-section {
		margin-bottom: 100px !important;
		padding-bottom: 150px !important;
	}
}
@media(min-width: 992px){
	.service-section {
		margin-bottom: 200px !important;
		padding-bottom: 200px !important;
	}
}
.service-column {
	background-color: #2f373b;
	transition: background-color linear .25s;
}
@media(min-width: 992px){
	.service-column {
		min-height: 550px;
	}
}
.service-column:hover {
	background-color: #f5b742;
}
.service-column > .sppb-column-addons {
	display: flex;
	flex-direction: column;
}
.service-column > .sppb-column-addons > .addon-root-text-block {
	flex-grow: 1;
}
.service-column .service-text > .sppb-addon-title {
	color: #f5b742;
}
.service-column:hover .service-text > .sppb-addon-title {
	color: #2f373b;
}
.service-column .service-text > .sppb-addon-content {
	/* opacity: 0; */
	color: #fff;
	font-size: 1.125rem;
}
.service-column:hover .service-text > .sppb-addon-content {
	/* opacity: 1; */
	color: var(--base-color);
}
.service-text {}
.service-text > .sppb-addon-title {
	font-size: 2.25rem;
}
.service-btn {
	padding-right: 30px;
	padding-left: 30px;
}

/*
 * Showroom page
 */
.showroom-text > .sppb-addon-title span {
	color: #1ba8a7;
}

/* Showroom gallery */
@media(max-width: 575px){
	.gallery-grid > .sppb-column-addons > div:not(:first-child) {
		margin-top: 30px;
	}
}
@media(min-width: 576px){
	.gallery-grid > .sppb-column-addons {
	  display: grid; 
	  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
	  grid-template-rows: 1fr 1fr 1fr; 
	  gap: 30px 30px; 
	  grid-template-areas: 
		"image-1 image-1 image-1 image-2 image-2"
		"image-3 image-3 image-3 image-3 image-3"
		"image-4 image-4 image-5 image-5 image-5";
	}
	.gallery-grid > .sppb-column-addons > div:nth-child(1) { grid-area: image-1; }
	.gallery-grid > .sppb-column-addons > div:nth-child(2) { grid-area: image-2; }
	.gallery-grid > .sppb-column-addons > div:nth-child(3) { grid-area: image-3; }
	.gallery-grid > .sppb-column-addons > div:nth-child(4) { grid-area: image-4; }
	.gallery-grid > .sppb-column-addons > div:nth-child(5) { grid-area: image-5; }

	.gallery-grid > .sppb-column-addons > div:nth-child(2) > div,
	.gallery-grid > .sppb-column-addons > div:nth-child(2) > div > div,
	.gallery-grid > .sppb-column-addons > div:nth-child(2) > div > div > div,
	.gallery-grid > .sppb-column-addons > div:nth-child(2) > div > div > div > div,
	.gallery-grid > .sppb-column-addons > div:nth-child(3) > div,
	.gallery-grid > .sppb-column-addons > div:nth-child(3) > div > div,
	.gallery-grid > .sppb-column-addons > div:nth-child(3) > div > div > div,
	.gallery-grid > .sppb-column-addons > div:nth-child(3) > div > div > div > div,
	.gallery-grid > .sppb-column-addons > div:nth-child(4) > div,
	.gallery-grid > .sppb-column-addons > div:nth-child(4) > div > div,
	.gallery-grid > .sppb-column-addons > div:nth-child(4) > div > div > div,
	.gallery-grid > .sppb-column-addons > div:nth-child(4) > div > div > div > div {
		height: 100%;
	}
	.gallery-grid > .sppb-column-addons > div:nth-child(2) .gallery-image .sppb-addon-single-image-container,
	.gallery-grid > .sppb-column-addons > div:nth-child(3) .gallery-image .sppb-addon-single-image-container,
	.gallery-grid > .sppb-column-addons > div:nth-child(4) .gallery-image .sppb-addon-single-image-container {
		position: relative;
		width: 100%;
		z-index: 98;
	}
	.gallery-grid > .sppb-column-addons > div:nth-child(2) .gallery-image .sppb-addon-single-image-container img,
	.gallery-grid > .sppb-column-addons > div:nth-child(3) .gallery-image .sppb-addon-single-image-container img,
	.gallery-grid > .sppb-column-addons > div:nth-child(4) .gallery-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;
	}
	/*
	.gallery-grid > .sppb-column-addons > div:nth-child(1) .gallery-image .sppb-addon-single-image-container img {
		object-fit: cover;
		object-position: center;
		width: 100%;
	}
	*/
}

/*
 * Onlineshop page
 */

.onlineshop-text > .sppb-addon-title span {
	color: #5568b1;
}

/*
 * Contact form
 */
#contact-form ::placeholder {
	font-size: 0.875rem;
}
#contact-form .formControls {
	padding-bottom: 15px;
}
#contact-form .form-control {
	padding: 20px 15px 10px 15px;
	border: 0;
	background-color: #e4e8ea;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#contact-form .rsform-type-hashcash {
	text-align: right;
}
#contact-form .rsform-type-hashcash [data-rsfp-hashcash] {
	border: 0;
	background-color: transparent;
}
#contact-form .rsform-type-submitbutton {
	margin-top: 30px;
	text-align: center;
}
#contact-form .rsform-type-submitbutton .btn-primary {
	display: block;
	margin: 0 auto;
	padding: 8px 30px;
	text-transform: uppercase;
	background-color: #2a3941;
	border-color: #2a3941;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
@media(max-width: 767px){
	#contact-form .rsform-type-submitbutton .btn-primary {
		width: 100%;
	}
}
@media(min-width: 768px){
	#contact-form .rsform-type-submitbutton .btn-primary {
		width: 45%;
	}
}

/*
 * Article details
 */
.article-details {
	max-width: 800px;
	margin: 0 auto;
}
.article-details .article-full-image {
	overflow: hidden;
	border: 1px solid #2b3941;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.article-details .pagenavigation .btn {
	padding-right: 45px;
	padding-left: 45px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/*
 * Customs
 */
.btn.btn-primary {

}
.btn-primary {
	padding-right: 30px;
	padding-left: 30px;
	background-color: var(--pri-color);
	border-color: var(--pri-color);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 1.125rem;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: var(--base-color);
	border-color: var(--base-color);
	color: #fff;
}