/*
* Created by CeLa
* Copyright by Amdre GmbH
* Main Theme CSS
*/

/* Nunito */
@font-face {
	font-display: swap; 
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/nunito-300.woff2') format('woff2');
}
@font-face {
	font-display: swap; 
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/nunito-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap; 
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/nunito-500.woff2') format('woff2');
}
@font-face {
	font-display: swap; 
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/nunito-600.woff2') format('woff2');
}
@font-face {
	font-display: swap; 
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/nunito-700.woff2') format('woff2');
}
@font-face {
	font-display: swap; 
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/nunito-800.woff2') format('woff2');
}

:root {

	--base-color: #666666;	
	--pri-color: #248564;
	--sec-color: #b3d4fc;
	
	--pri-font: 'Nunito';
	--sec-font: 'Arial';
}

html,
body {
	margin: 0;
	padding: 0;
	color: var(--base-color);
	font-family: var(--pri-font);
}
html {
	height: 100%;
	background-color: #f1f1f1;
}
body {
	background-color: transparent;
}
@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%;
}

b,
strong {
	font-weight: 600;
}
label {
	display: inline-block;
	min-width: 75px;
}
ul.list-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list-dots > li {
	position: relative;
	padding: 3px 0 3px 16px;
}
ul.list-dots > li:before {
	content: '\25A0';
	position: absolute;
	top: 5px;
	left: 0;
	line-height: 1;
	color: var(--pri-color);
}

a,
a:visited {
	color: var(--pri-color);
}
a:hover,
a:active,
a:focus {
	color: var(--base-color);
}

/* Header */
@media (max-width: 991px) {
	#sp-header {
	  height: 80px;
	  padding-top: 12px;
	  padding-bottom: 12px;
	}
}

.layout-boxed .body-innerwrapper {
	margin-top: 30px;
	max-width: 992px;
	box-shadow: none;
	border: 1px solid #bbb;
	background-color: #fff;
}
.layout-boxed #sp-header {
	padding-right: 100px;
	padding-left: 60px;
}
.layout-boxed #sp-component {
	padding-right: 100px;
	padding-left: 100px;
}
#sp-header:before {
	content: '';
	display: block;
	height: 138px;
	margin-left: -100px;
	margin-right: -100px;
	margin-bottom: -50px;
	background-image: url(../images/buntstifte.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 100%;
}
#sp-header {
	height: auto;
	box-shadow: none;
}
#sp-header .logo {
	height: auto;
}
#sp-logo {
	width: 240px;
	padding-right: 15px !important;
}
.logo-image {
	display: inline-block;
	height: auto;
	max-width: 100% !important;
	width: auto;
}
#sp-footer .container-inner {
	padding: 0;
}
.sp-megamenu-wrapper {}
.header-modules,
.social-wrap {
	display: none !important;
}

#sp-footer {
	padding-right: 85px;
	padding-left: 85px;
	padding-bottom: 30px;
}

/*
 * Navbar styles
 */
#sp-menu {}
#sp-menu > .sp-column {
	align-items: end !important;
}
.sp-megamenu-parent > li:not(:first-child) {
	margin-left: 8px;
}
.sp-megamenu-parent > li > a {
	line-height: normal !important;
	display: inline-block !important;
	padding: 6px 15px !important;
	text-transform: uppercase;
	font-size: 0.875rem;
}
.sp-megamenu-parent > li.active > a:after,
.sp-megamenu-parent > li > a:hover:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: #000;
	transform: translateY(6px);
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > a:visited {
	background-color: var(--pri-color);
	color: #fff;
}
.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li > a:active,
.sp-megamenu-parent > li > a:focus {
	color: #fff !important;
	background-color: var(--pri-color);
}


/*
 * Layout styles
 */
.fill-image .sppb-addon-content .sppb-addon-single-image-container {
	justify-content: center;
	display: flex;
	flex-direction: row;
}
.fill-image .sppb-addon-content .sppb-addon-single-image-container img {
	flex: 1;
}
.main-heading .sppb-addon-title {
	color: var(--pri-color);
	font-size: 1.35rem;
	text-transform: uppercase;
}
.footer-image:before,
.footer-image:after {
	content: '';
	display: block !important;
	height: 1px;
	width: 100%;
	background-color: var(--pri-color);
}
.footer-image:before {
	margin-bottom: 14px;
}
.footer-image:after {
	margin-top: 14px;
}
ul.footer-navbar li {
	margin: 0 5px !important;
}
ul.footer-navbar li:not(:first-child) {
	padding-left: 10px;
	border-left: 1px solid #000;
}

.text-heading .sppb-addon-title {
	color: var(--pri-color);
	font-size: 1.35rem;
	text-transform: uppercase;
}