/*
* Created by CeLa
* Copyright by Amdre GmbH
* Main Theme CSS
*/

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/poppins-300.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/poppins-500.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins-600.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/poppins-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/poppins-800.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/poppins-900.woff2') format('woff2');
}


/*
 * Default variables
 */
:root {
	--base-color: #112649;	
	--pri-color: #0082bd;
	--sec-color: #e1ebf6;
	
	--pri-font: 'Poppins';
	--sec-font: 'Arial, sans serif';
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--pri-font);
	font-size: 1.125rem;
	font-weight: 300;
	color: var(--base-color);
}

/*
 * Headline styles
 */
.sppb-addon-text-block.heading > .sppb-addon-title {
	text-transform: uppercase;
	font-size: 2rem;
}
.sppb-addon-text-block.heading > .sppb-addon-subtitle {
	margin-bottom: 45px;
	color: var(--pri-color);
	text-transform: uppercase;
	font-size: 1.35rem;
	font-weight: 300;
}
/* Section heading */
.sppb-section.heading .sppb-section-title .sppb-title-heading {
	text-transform: uppercase;
	font-size: 2.5rem !important;
}
.sppb-section.heading .sppb-section-title .sppb-title-subheading {
	text-transform: uppercase;
	font-size: 1.5rem !important;
	color: var(--pri-color);
}

/*
 * Text formatation
 */
@media(min-width: 768px){
	.sppb-addon-text-block.two-column .sppb-addon-content {
		columns: 2 !important;
	}
	.sppb-addon-text-block.three-column .sppb-addon-content {
		columns: 3 !important;
	}
	.sppb-addon-text-block.four-column .sppb-addon-content {
		columns: 4 !important;
	}
}
ul.list-check {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
ul.list-check > li {
	position: relative;
	padding-left: 25px;
	z-index: 98;
}
ul.list-check > li:before {
	content: '\2713';
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 900;
}
strong {
	font-weight: 600;
}

/*
 * Bootstrap and Template overrides
 */
@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 1320px !important;
    }
}

#offcanvas-toggler {
	position: fixed;
	height: 50px;
	width: 50px;
	text-align: center;
	z-index: 1001;
	background-color: rgba(255,255,255,.6);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#offcanvas-toggler .burger-icon {
	margin: 0 auto;
}
@media (min-width: 992px) {
	#offcanvas-toggler {
		display: none !important;
	}
}
.offcanvas-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 
 * Header styles
 */
.custom-header {
	height: calc(100vh - 100px);
	background-color: #f3f3f4;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	border-bottom-right-radius: 100px;
	z-index: 500 !important;
}
@media(max-width: 575px){}
@media(min-width: 576px){
	.custom-header {
		display: grid !important;
		grid-template-columns: 475px 1fr;
		min-height: 800px;
	}
}
.custom-header .header-inner {
	width: inherit !important;
}
.custom-header > .mod-sppagebuilder {
	overflow: hidden;
}
.custom-header > .mod-sppagebuilder .page-content {
	height: 100%;
}
/* Logo styles */
.custom-header #sp-logo {
	padding: 30px;
}
.custom-header #sp-logo .logo-image {
	height: auto;
}
@media(max-width: 575px){
	.custom-header #sp-logo {
		max-width: 320px;
	}
}


/* Navbar styles */
.custom-header #sp-menu {
	padding: 0 30px 30px 130px;
}
.custom-header .sp-megamenu-wrapper {
	margin-bottom: 45px;
}
.custom-header .sp-megamenu-wrapper ul {
	margin-left: 0 !important;
}
.custom-header .sp-megamenu-wrapper ul,
.custom-header .sp-megamenu-wrapper ul > li {
	margin: 7px 0;
	width: 100%;
}
.custom-header .sp-megamenu-wrapper ul > li > a {
	padding: 0 !important;
	line-height: 1 !important;
	font-size: 2.125rem;
	font-weight: 300;
	text-transform: uppercase;
}
.custom-header .sp-megamenu-wrapper ul > li > a,
.custom-header .sp-megamenu-wrapper ul > li > a:visited {
	color: var(--base-color);
}
.custom-header .sp-megamenu-wrapper ul > li > a:hover,
.custom-header .sp-megamenu-wrapper ul > li > a:active,
.custom-header .sp-megamenu-wrapper ul > li > a:focus {
	color: var(--pri-color);
}
.custom-header .sp-megamenu-wrapper ul > li > a:before {
	content: '\00BB';
	display: inline-block;
	margin-right: 6px;
	transition: transform ease-in-out .15s;
	transform: translateX(0);
}
.custom-header .sp-megamenu-wrapper ul > li > a:hover:before {
	transform: translateX(4px);
}
/* Social links */
.custom-header .social-icons > li > a {
	font-size: 1.75rem;
}
.custom-header .social-icons > li > a,
.custom-header .social-icons > li > a:visited {
	color: var(--base-color) !important;
}
.custom-header .social-icons > li > a:hover,
.custom-header .social-icons > li > a:active,
.custom-header .social-icons > li > a:focus {
	color: var(--pri-color) !important;
}

/* Header image */
.header-section {
	height: 100%;
}
@media(max-width: 575px){
	.header-section {
		position: absolute !important;
		top: 33%;
		left: 0;
		width: 100%;
		height: 100% !important;
		background-position: 25% !important;
		z-index: 101;
	}
	.social-links {
		position: absolute;
		top: 30px;
		right: 30px;
	}
}

.header-image .sppb-addon-single-image-container img {
	height: 90% !important;
	max-height: 50%;
	border: 5px solid aqua;
}

/* Quick navbar */
.quick-links-outer {
	position: fixed;
	right: 0;
	top: 50vh;
	transform: translateY(-50%);
	z-index: 1001 !important;
}
ul.quick-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.quick-links li a[class^='icon-'] {
	display: inline-block;
	margin: 3px 0;
	aspect-ratio: 1.2666 / 1;
    background-color: #fff;
	background-repeat: no-repeat;
	background-size: auto calc(100% - 20px);
	background-position: 15px 50%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-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);
	transition: all ease-in-out .15s;
}
ul.quick-links li a[class^='icon-']:hover {
	background-position: 20px 50%;
}
@media(max-width: 767px){
	ul.quick-links li a[class^='icon-'] {
		height: 50px;
	}
}
@media(min-width: 768px){
	ul.quick-links li a[class^='icon-'] {
		height: 75px;
	}
}
ul.quick-links li a.icon-startseite { background-image: url(../images/icon-home.png);}
ul.quick-links li a.icon-email { background-image: url(../images/icon-email.png);}
ul.quick-links li a.icon-telefon { background-image: url(../images/icon-phone.png);}
ul.quick-links li a.icon-service { background-image: url(../images/icon-chair.png);}
ul.quick-links li a span {
	display: none;
}



/*
 * Footer styles
 */
#sp-footer {
	background-color: var(--base-color) !important;
	-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;
}

.footer-navbar > .sppb-addon-content > * {
	margin-right: 40px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.footer-navbar > .sppb-addon-content > ul.menu > li {
	margin: 0 25px !important;
}
.footer-navbar > .sppb-addon-content > ul.menu > li a,
.footer-navbar > .sppb-addon-content > ul.menu > li a:visited {
	color: rgba(255,255,255,1) !important;
}
.footer-navbar > .sppb-addon-content > ul.menu > li a:hover,
.footer-navbar > .sppb-addon-content > ul.menu > li a:active,
.footer-navbar > .sppb-addon-content > ul.menu > li a:focus {
	color: rgba(255,255,255,.5) !important;
}

/*
 * Section styles
 * Main section
 */
@media(min-width: 992px){
	.main-textbox {
		text-align: right;
	}
}


/*
 * Team section
 */
.team-section{
	-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;
}
.team-person {
} 
.team-person .sppb-addon-single-image-container {
	margin-bottom: 15px;
}
.team-person .sppb-addon-single-image-container img {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	border: 10px solid #fff;
}
.team-person .sppb-addon-title {
	font-weight: 300;
	font-size: 1.25rem;
}
.location-info .sppb-addon-image img {
	margin: 0 auto;
}
@media(min-width: 992px){
	.location-info {
		display: flex;
		gap: 30px;
		justify-content: center;
		align-items: center;
	}
	.location-info:before {
		display: none;
	}
	.location-info .sppb-addon-image {
		flex-basis: 200px;
		margin-bottom: 0;
		text-align: center;
	}
	.location-info .sppb-addon-body {
		flex-grow: 1;
	}
}

/*
 * Disturber section
 */
.disturber-section {
	position: relative !important;
	z-index: 98 !important;
}
.disturber-section:before,
.disturber-section:after {
	content: '';
	position: absolute;
	height: 110px;
	width: 110px;
	/*
	background-image: radial-gradient(
		circle at 100px 0px, 
		rgba(0, 0, 0, 0) 0px, 
		rgba(0, 0, 0, 0) 100px, 
		lime 0px);
	*/
	z-index: -1 !important;
}
.disturber-section:before {
	top: 0;
	left: 0;
	background-color: #F2F6FB;
}
.disturber-section:after {
	bottom: 0;
	right: 0;
	background-color: #e1ebf6;
}
.disturber-inner {
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.disturber-text .sppb-addon-subtitle {
	color: #fff !important;
}

/*
 * Service section
 */
.service-section {
	position: relative !important;
	z-index: 105 !important;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	border-bottom-right-radius: 100px;
}
.service-tabs .sppb-nav-custom {
	-webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.35);
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.35);
}
.service-tabs .sppb-nav-custom > li {
	text-align: center;
	flex: 1;
}
.service-tabs .sppb-nav-custom > li > a {
	text-align: center !important;
	height: 100%;
	background-color: #fff;
	text-transform: uppercase;
	color: var(--base-color);
	font-weight: 600;
	font-size: 1.5rem;
}
.service-tabs .sppb-nav-custom > li:not(:first-child):before {
	content: '';
	position: absolute;
	top: 45px;
	bottom: 45px;
	left: 0;
	width: 1px;
	background-color: var(--base-color);
	transition: all ease-in-out .25s;
	z-index: 110;
}
.service-tabs .sppb-tab-content strong {
	font-size: 1.25rem;
}
.service-tabs .sppb-nav-custom > li > a:hover,
.service-tabs .sppb-nav-custom > li.active > a {
	background-color: #e1ebf6;
}
@media(max-width: 767px){}
@media(min-width: 768px){
	.service-tabs .sppb-nav-custom {
		flex-wrap: unset !important;
		display: flex !important;
	}
}

@media(max-width: 991px){
	.service-tabs .sppb-nav-custom > li:first-child a {
		-webkit-border-top-left-radius: 50px;
		-moz-border-radius-topleft: 50px;
		border-top-left-radius: 50px;
	}
	.service-tabs .sppb-nav-custom > li:last-child a {
		-webkit-border-bottom-right-radius: 50px;
		-moz-border-radius-bottomright: 50px;
		border-bottom-right-radius: 50px;
	}
	.service-tabs .sppb-nav-custom {
		-webkit-border-top-left-radius: 50px;
		-webkit-border-bottom-right-radius: 50px;
		-moz-border-radius-topleft: 50px;
		-moz-border-radius-bottomright: 50px;
		border-top-left-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	.service-tabs .sppb-nav-custom > li > a > img {
		max-width: 85px;
		margin: 0px auto 20px auto;
	}
	.service-tabs .sppb-nav-custom > li > a {
		padding: 20px 15px;
		font-size: 1rem;
	}
	.service-tabs .sppb-nav-custom > li > a:hover,
	.service-tabs .sppb-nav-custom > li.active > a {
		padding-top: 30px;
		height: calc(100% + 30px);
	}
}
@media(min-width: 992px){
	.service-tabs .sppb-nav-custom > li:first-child a {
		-webkit-border-top-left-radius: 100px;
		-moz-border-radius-topleft: 100px;
		border-top-left-radius: 100px;
	}
	.service-tabs .sppb-nav-custom > li:last-child a {
		-webkit-border-bottom-right-radius: 100px;
		-moz-border-radius-bottomright: 100px;
		border-bottom-right-radius: 100px;
	}
	.service-tabs .sppb-nav-custom {
		-webkit-border-top-left-radius: 100px;
		-webkit-border-bottom-right-radius: 100px;
		-moz-border-radius-topleft: 100px;
		-moz-border-radius-bottomright: 100px;
		border-top-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}
	.service-tabs .sppb-nav-custom > li > a > img {
		max-width: 120px;
		margin: 0px auto 30px auto;
	}
	.service-tabs .sppb-nav-custom > li > a {
		padding: 45px 30px;
	}
	.service-tabs .sppb-nav-custom > li > a:hover,
	.service-tabs .sppb-nav-custom > li.active > a {
		padding-top: 60px;
		margin-top: -15px;
		height: calc(100% + 30px);
	}
}

/*
 * Gallery section
 */
.gallery-section {}
.gallery-grid {}
@media(max-width: 767px){
	.gallery-grid > .sppb-column-addons > div:not(:first-child) {
		margin-top: 25px;
	}
}
@media(min-width: 768px){
	.gallery-grid > .sppb-column-addons {
	  display: grid; 
	  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 
	  grid-template-rows: 1fr 1fr 1fr 1fr; 
	  gap: 30px 30px; 
	  grid-template-areas: 
		"image-1 image-1 image-1 image-1 image-2 image-2 image-2 image-3 image-3 image-3 image-3 image-3"
		"image-1 image-1 image-1 image-1 image-4 image-4 image-4 image-4 image-5 image-5 image-5 image-5"
		"image-6 image-6 image-6 image-6 image-7 image-7 image-7 image-7 image-8 image-8 image-8 image-8"
		"image-9 image-9 image-9 image-9 image-10 image-10 image-10 image-10 image-10 image-11 image-11 image-11"; 
	}
	.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 > div:nth-child(11) { grid-area: image-11; }
	.gallery-grid > .sppb-column-addons > div:nth-child(2) .sppb-addon-single-image-container img {
		object-fit: cover !important;
		object-position: center top;
		height: 100% !important;
	}
	.gallery-grid > .sppb-column-addons > div:not(:nth-child(2)) .sppb-addon-single-image-container img {
		position: absolute; 
		width: 100%; 
		height: 100%; 
		left: 0; 
		right: 0; 
		top: 0; 
		bottom: 0; 
		object-fit: cover;
	}
	.gallery-grid > .sppb-column-addons > div > div,
	.gallery-grid > .sppb-column-addons > div > div > div,
	.gallery-grid > .sppb-column-addons > div > div > div > div,
	.gallery-grid > .sppb-column-addons > div > div > div > div > div {
		height: 100%;
		width: 100%;
	}
}

.gallery-grid > .sppb-column-addons > div {}
.gallery-image {}
.gallery-image .sppb-addon-content {}
.gallery-image .sppb-addon-single-image-container img {
	display: block !important;
}

/*
 * Childs section
 */
.childs-section {
	position: relative;
	-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;

	background-image: url(../images/icon-baby-light.png);
	background-repeat: no-repeat;
	background-position: 100% calc(100% + 20px);
}
.childs-section:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 120px;
	transform: translateY(100%);
	background-color: #E1EBF6;
}
.childs-image .sppb-addon-single-image-container {
	display: block !important;
	text-align: center;
}
.childs-image .sppb-addon-single-image-container img {
	-webkit-border-top-left-radius: 100px !important;
	-webkit-border-bottom-right-radius: 100px !important;
	-moz-border-radius-topleft: 100px !important;
	-moz-border-radius-bottomright: 100px !important;
	border-top-left-radius: 100px !important;
	border-bottom-right-radius: 100px !important;
}
.childs-infos {}

/*
 * career section
 */
.career-section {
	position: relative;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	z-index: 95;
}
.career-section:after {
	content: '';
	z-index: 105;
	aspect-ratio: 1.17 / 1;
	background-image: url(../images/team-karriere.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transform: translateY(60px);
}
@media(max-width: 991px){
	.career-section:after {
		margin-left: 60px;
		display: block;
	}
}
@media(min-width: 992px){
	.career-section:after {
		position: absolute;
		right: 0;
		bottom: 0;
		height: 95%;
	}
}
.career-info.heading .sppb-addon-subtitle {
	color: #fff !important;
}
.career-image-outer > div > div,
.career-image-outer > div > div > div,
.career-image-outer > div > div > div > div,
.career-image-outer > div > div > div > div > div {
	height: 100%;
}
@media(min-width: 992px){
	.career-image-outer {
		right: -100px;
	}
}
.career-image .sppb-addon-single-image-container {
	height: 100%;
	display: flex !important;
	flex-direction: column;
	justify-content: end;
}
.btn.btn-custom {
	padding: 15px 25px;
	background-color: var(--pri-color);
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
/*
 * Contactform section
 */
#contact-form .form-control {
	padding: 15px 20px;
	background-color: #e1ebf6;
	border-color: #e1ebf6 !important;
}
#contact-form input::placeholder,
#contact-form textarea::placeholder {
	color: var(--base-color);
}
#contact-form .rsform-type-submitbutton {
	margin-top: 15px;
	text-align: center;
}
@media(min-width: 576px){
	#contact-form .rsform-type-submitbutton .btn-primary {
		min-width: 420px;
	}
}
#contact-form .rsform-type-submitbutton .btn-primary {
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-transform: uppercase;
}
#contact-form .rsform-type-submitbutton .btn-primary {
	background-color: var(--base-color);
	border-color: var(--base-color);
}
#contact-form .rsform-type-submitbutton .btn-primary:hover {
	background-color: var(--pri-color);
	border-color: var(--pri-color);
}
#contact-form input[type=file]::file-selector-button {
  border: 0;
  border-radius: .3em;
  background-color: var(--base-color);
  color: #fff;
}

/*
 * Contact section
 */
.address-map {
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	overflow: hidden;
}
@media(max-width: 991px){
	.contact-map-outer {
		margin-top: 30px;
		margin-bottom: 50px;
	}
}
@media(min-width: 992px){
	.contact-map-outer {
		margin-bottom: -120px !important;
	}
}