/*
* Created by CeLa
* Copyright by Amdre GmbH
* Main Theme CSS
*/

/* Oxanium */
@font-face {
	font-display: swap;
	font-family: 'Oxanium';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/oxanium-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Oxanium';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/oxanium-500.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Oxanium';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/oxanium-600.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Oxanium';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/oxanium-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Oxanium';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/oxanium-800.woff2') format('woff2');
}


:root {

	--base-color: #f04275;	
	--pri-color: #d31f11;
	--sec-color: #452414;
	--thd-color: #e3d1b9;
	
	--pri-font: 'Oxanium';
	--sec-font: 'Arial';
}


html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--pri-font);
	color: var(--sec-color);
	font-size: 1.1rem;
}
@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 1320px !important;
    }
}

/*
 * Link styles
 */
#sp-main-body a,
#sp-main-body a:visited {
	color: var(--pri-color);
}
#sp-main-body a:hover,
#sp-main-body a:active,
#sp-main-body a:focus {
	color: var(--thd-color);
}
/*
 * Headline styles
 */
.heading > .sppb-row-container > .sppb-section-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0 !important;
}
.header-symbole > .sppb-row-container > .sppb-section-title:before {
	content: '';
	display: block;
	margin-bottom: 5px;
	height: 50px;
	width: 50px;
	background-image: url(../images/header-symbole.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.heading > .sppb-row-container > .sppb-section-title .sppb-title-heading {
	order: 2;
	color: var(--sec-color);
	font-size: 2.5rem;
	font-weight: 700;
}
.heading > .sppb-row-container > .sppb-section-title .sppb-title-subheading {
	display: block;
	margin-bottom: 15px !important;
	order: 1;
	width: 100%;
	color: var(--pri-color);
	text-transform: uppercase;
	font-size: 1.125rem !important;
}
.heading > .sppb-addon-title {
	display: block;
	font-weight: 700;
}
.heading.center > .sppb-addon-title {
	text-align: center;
}


/*
 * Text styles
 */
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.text-bold {
	font-weight: 700;
}
strong {
	font-weight: 700;
}
@media(min-width: 768px){
	.column-two .sppb-addon-content {
		column-count: 2;
		column-gap: 30px;
	}
}


/*
 * Colors
 */
.pri-color {
	color: var(--pri-color);
}
.sec-color {
	color: var(--sec-color);
}
.thd-color {
	color: var(--thd-color);
}

/*
 * Main navbar
 */

body.homepage .home-link {
	display: none;
}

@media (min-width: 992px) {
	#offcanvas-toggler {
		display: none !important;
	}
}
.offcanvas-overlay {
	display: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media(max-width: 991px){
	#sp-logo {
		width: 100%;
	}
	#sp-logo .logo {
	}
	#sp-logo .logo a img {
		height: 50px;
	}
}

#sp-menu {}
#sp-menu > .sp-column {
	align-items: end !important;
}
#sp-menu > .sp-column .menu-wrap {
	margin-bottom: 15px;
}
#sp-menu .sp-megamenu-wrapper {
	justify-content: flex-end !important;
	align-items: end !important;
}
#sp-menu .sp-megamenu-wrapper > ul.sp-megamenu-parent > li {}
#sp-menu .sp-megamenu-wrapper > ul.sp-megamenu-parent > li > a {
	text-transform: lowercase;
	font-size: 1.25rem;
	line-height: 1 !important;
}
#sp-menu .sp-megamenu-wrapper > ul.sp-megamenu-parent > li > a,
#sp-menu .sp-megamenu-wrapper > ul.sp-megamenu-parent > li > a:visited {
	color: var(--sec-color);
}
#sp-menu .sp-megamenu-wrapper > ul.sp-megamenu-parent > li > a:hover,
#sp-menu .sp-megamenu-wrapper > ul.sp-megamenu-parent > li > a:active,
#sp-menu .sp-megamenu-wrapper > ul.sp-megamenu-parent > li > a:focus {
	color: var(--pri-color);
}


/*
 * Section styles
 */
@media(min-width: 600px){
	.section-xs > .sppb-row-container {
		max-width: 600px !important;
		margin: 0 auto !important;
	}
}
@media(min-width: 768px){
	.section-sm > .sppb-row-container {
		max-width: 768px !important;
		margin: 0 auto !important;
	}
}
@media(min-width: 992px){
	.section-md > .sppb-row-container {
		max-width: 900px !important;
		margin: 0 auto !important;
	}
}
@media(min-width: 1140px){
	.section-lg > .sppb-row-container {
		max-width: 1140px !important;
		margin: 0 auto !important;
	}
}
.content-xs {
	max-width: 600px !important;
	margin: 0 auto !important;
}
.content-sm {
	max-width: 768px !important;
	margin: 0 auto !important;
}
.content-md {
	max-width: 900px !important;
	margin: 0 auto !important;
}

/*
 * Layout styles
 */

/* Top bar */

#sp-top-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: var(--sec-color);
	color: #fff;
	font-size: 1.2rem;
}
#sp-top-bar a {
	color: rgba(255,255,255,1);
}
#sp-top-bar a:hover {
	color: rgba(255,255,255,.6);
}
#sp-top-bar a .fa-envelope {
	display: inline-block;
	font-size: 1.25rem;
	transform: translateY(2px);
}

#sp-top-bar > .container > .container-inner {
	padding-top: 50px;
}
#sp-top-bar > .container > .container-inner > .row #sp-top1 {
	order: 2 !important;
}
#sp-top-bar > .container > .container-inner > .row #sp-top2 {
	order: 1 !important;
}
#sp-top-bar > .container > .container-inner > .row #sp-top1 .sp-column .sp-module  {
	display: block;
	text-align: right;
}


/* Header */
@media (min-width: 992px) {
	#sp-header {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 991px) {
	#sp-header {
		height: 80px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
#sp-header {
	box-shadow: none;
}
#sp-footer {
	background-color: var(--sec-color);
	color: #fff;
}
.footer-section {
	font-size: 1.35rem;
}

.footer-info {}
.footer-contact {}
.footer-service {}


.footer-outer {}

.rights-outer {}
.footer-navbar {
	padding: 15px 0px;
}
@media(min-width: 992px){
	.footer-navbar {
		margin-right: 150px;
		margin-left: 150px;
	}
}
.footer-navbar ul.menu {
	display: flex;
	gap: 15px;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-navbar ul.menu > li:not(:first-child) {
	border-left: 2px solid var(--sec-color);
	padding-left: 15px;
}
.footer-navbar ul.menu > li a {
	color: var(--sec-color);
	text-transform: lowercase;
}
.footer-navbar ul.menu > li a:hover {
	color: var(--pri-color);
}

ul.list-arrows {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list-arrows li:before {
	content: '\f101';
	display: inline-block;
	margin-right: 6px;
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	font-size: 0.875rem;
	transform: translateY(-2px);
}

/* Qick contact */
@media(min-width: 992px){
	.sppb-column.flex-end .sppb-column-addons {
		display: flex;
		flex-direction: row;
		align-items: end;
		justify-content: flex-end;
	}
}
@media(max-width: 991px){
	.contact-branding .sppb-addon-single-image-container {
		display: block;
		max-width: 460px;
		margin: 0 auto !important;
	}
}
.quick-contact {}
ul.list-navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
}
@media(max-width: 991px){
	ul.list-navbar {
		justify-content: center;
	}
}
ul.list-navbar li a,
ul.list-navbar li a:visited {
	font-size: 1.35rem;
	line-height: 1;
	color: var(--sec-color) !important;
}
ul.list-navbar li a:hover,
ul.list-navbar li a:active,
ul.list-navbar li a:focus {
	color: var(--pri-color) !important;
}


/*
 * Section styles
 */
 
/*
 * Main section
 */
.main-carousel {} 
.main-carousel .sppb-carousel-extended-list {
	overflow: visible !important;
} 

.main-carousel .sppb-carousel-extended-item,
.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	overflow: hidden;
}

.main-carousel .sppb-carousel-extended-item {
	position: relative;
	min-height: 600px;
	z-index: 100;
}
.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;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/*
.main-carousel .sppb-carousel-extended-item img {
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 0;
}
*/

.main-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
	display: block;
	position: relative;
	padding: 0;
	z-index: 105;
	top: auto;
	bottom: auto;
	left: auto;
	height: 100%;
}.main-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap .sppb-carousel-extended-heading {
	position: absolute;
	bottom: -15px;
	left: 50%;
	padding: 15px 30px;
	background-color: var(--sec-color);
	font-weight: 400 !important;
	z-index: 1001;
}
.main-carousel .sppb-carousel-extended-item .sppb-carousel-extended-heading:after {
	bottom: 100%;
	left: 25%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(69, 36, 20, 0);
	border-bottom-color: #452414;
	border-width: 25px;
	margin-left: -25px;
}


.main-carousel .sppb-carousel-extended-item .sppb-carousel-extended-heading span {
	font-weight: 600;
}

.main-carousel .sppb-carousel-extended-nav-control .nav-control {}
.main-carousel .sppb-carousel-extended-nav-control .prev-control {
	margin-left: 15%;	
} 
.main-carousel .sppb-carousel-extended-nav-control .next-control {
	margin-right: 15%;
}
.main-carousel .sppb-carousel-extended-nav-control .prev-control .fa.fa-long-arrow-left:before {
	content: '\f100';
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.main-carousel .sppb-carousel-extended-nav-control .next-control .fa.fa-long-arrow-right:before {
	content: '\f101';
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.main-carousel .sppb-carousel-extended-nav-control .nav-control i:before {
	color: var(--sec-color);
}

.speech-bubble {
	position: absolute;
	top: -150px;
	right: 0;
	width: 200px;
	height: 200px;
	padding: 30px;
	text-align: center;
	background-color: var(--pri-color);
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	z-index: 10001;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.speech-bubble:after {
	top: 80%;
	left: 10%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(211, 31, 17, 0);
	border-top-color: #d31f11;
	border-width: 30px;
	margin-left: -30px;
	transform: rotate(45deg);
}

/* Main page content */

.main-section {
	position: relative;
	z-index: 1000;
}

.disturber {
	position: relative;
	padding: 45px;
	background-color: var(--sec-color);
	color: #fff;
	font-size: 2rem;
}
.disturber:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 166px;
	width: 68px;
	transform: translate(-100%, -50%);
	background-image: url(../images/disturber-beore.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.disturber:after {
	top: 100%;
	right: 20%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(69, 36, 20, 0);
	border-top-color: #452414;
	border-width: 50px;
	margin-left: -50px;
}

/*
 * Service section
 */
.service-section {}
.service-section > .sppb-row-container > .sppb-row > .sppb-row-column > .sppb-column > .sppb-column-addons {
	padding-top: 50px;
	padding-bottom: 100px;
}
.service-section > .sppb-row-container > .sppb-row > .sppb-row-column > .sppb-column > .sppb-column-addons > .sppb-addon-wrapper {
	position: relative;
	height: 100%;
	background-color: var(--sec-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	z-index: 97;
}
.service-section > .sppb-row-container > .sppb-row > .sppb-row-column > .sppb-column > .sppb-column-addons > .sppb-addon-wrapper:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 204px;
	aspect-ratio: 1.624 / 1;
	background-image: url(../images/service-after.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	z-index: 101;
	transform: translate(-50%, 100%);
}
.service-section > .sppb-row-container > .sppb-row > .sppb-row-column > .sppb-column > .sppb-column-addons > .sppb-addon-wrapper:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	height: 54px;
	text-align: center;
	transform: translate(-50%, -100%);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center bottom;
}
.service-section > .sppb-row-container > .sppb-row > .sppb-row-column:nth-child(1) > .sppb-column > .sppb-column-addons > .sppb-addon-wrapper:before {
	background-image: url(../images/service-before-pri.png);
}
.service-section > .sppb-row-container > .sppb-row > .sppb-row-column:nth-child(2) > .sppb-column > .sppb-column-addons > .sppb-addon-wrapper:before {
	background-image: url(../images/service-before-sec.png);
}
.service-section > .sppb-row-container > .sppb-row > .sppb-row-column:nth-child(3) > .sppb-column > .sppb-column-addons > .sppb-addon-wrapper:before {
	background-image: url(../images/service-before-thd.png);
}


/*
 * Disturber section
 */

.disturber-section .sppb-addon-header .sppb-addon-title span {
	color: #764b22;
}


/*
 * Gallery section
 */
.gallery-section {}
.gallery-grid {
	margin-top: 7px;
}
@media(max-width: 991px){
	.gallery-grid .sppb-column-addons > div:not(:first-child) {
		margin-top: 15px;
	}
}
@media(min-width: 992px){
	.gallery-grid .sppb-column-addons {
	  display: grid; 
	  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 
	  grid-template-rows: 1fr 1fr 1fr 1fr; 
	  gap: 15px 15px; 
	  grid-template-areas: 
		"image-1 image-1 image-1 image-1 image-1 image-2 image-2 image-2 image-2 image-2"
		"image-3 image-3 image-3 image-3 image-4 image-4 image-5 image-5 image-5 image-5"
		"image-6 image-6 image-6 image-6 image-6 image-6 image-6 image-7 image-7 image-7"
		"image-8 image-8 image-8 image-8 image-9 image-9 image-9 image-10 image-10 image-10"; 
	}
	.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(6) { grid-area: image-6; }
	.gallery-grid > .sppb-column-addons > div:nth-child(7) { grid-area: image-7; }
	.gallery-grid > .sppb-column-addons > div:nth-child(8) { grid-area: image-8; }
	.gallery-grid > .sppb-column-addons > div:nth-child(9) { grid-area: image-9; }
	.gallery-grid > .sppb-column-addons > div:nth-child(10) { grid-area: image-10; }

	.gallery-grid > .sppb-column-addons > .addon-root-image-content .sppb-addon-image,
	.gallery-grid > .sppb-column-addons > .addon-root-image .sppb-addon-single-image-container {
		display: block;
		position: relative;
		width: 100%;
		min-height: 450px;
		z-index: 97;
		overflow: hidden;
	}
	.gallery-grid > .sppb-column-addons > .addon-root-image-content .sppb-addon-image > img,
	.gallery-grid > .sppb-column-addons > .addon-root-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: 101;
	}
}
.gallery-grid > .sppb-column-addons > .addon-root-image-content .sppb-addon-image {
	margin-bottom: 0;
}
.gallery-grid > .sppb-column-addons > .addon-root-image-content .sppb-addon-body {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 45px;
	z-index: 105;
	color: #fff;
	background-color: rgba(62,30,15,0.85);
	opacity: 0;
	transition: opacity linear .15s;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	
}
.gallery-grid > .sppb-column-addons > .addon-root-image-content:hover .sppb-addon-body {
	opacity: 1;
}

/*
 * Contact form
 */

#contact-form .formControls {
	padding-bottom: 15px !important;
}
#contact-form .form-control {
	padding-top: 15px;
	padding-bottom: 10px;
	border-color: #d7c5b6;
	background-color: #d7c5b6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#contact-form ::placeholder {
	color: var(--sec-color);
	font-size: 0.9rem !important;
}
#contact-form [data-rsfp-hashcash] {
	border: 0 !important;
	background-color: transparent !important;
	color: var(--sec-color);
}
#contact-form .btn {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block !important;
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#contact-form .btn-primary {
	background-color: var(--sec-color);
	border-color: var(--sec-color);
	text-transform: uppercase;
}
#contact-form .btn-primary:hover {
	background-color: #532f1e;
	border-color: #532f1e;
}