:root {
	--farbe-logorot: #e40413;
	--farbe-logograu: #9e9d9d;
	--farbe-logoschwarz: #1E1E1C;
    --bg-kasten: #555555; 
    --bg-kasten1: #555555; 
    --bg-kasten2: #555555; 
    --bg-kasten3: #555555; 
	--schrift-kasten: #fff;
	--schrift-bottom: #555555;
}  

.justify-content-end {
	justify-content: center !important;
}
/*** Header ***/
.contact-right {
	justify-content: right;
}

@media (min-width: 992px) {
	.sp-contact-info {
		line-height: 80px;
	}
}

/*** Offcanvas Menü ***/
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 45px !important;
}
.burger-icon > span:nth-child(2) {
	display: block !important;
}
html body .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, 
html body .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler { 
display: none;
visibility: hidden;
opacity: 0;
}

html body .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
display: block !important;
height: auto !important;
}

/*** Navigation ***/
.sp-megamenu-parent > li > a::before {
	height: 2px;
	margin-bottom: 20px !important;
}
/*** Schriften ***/
.sp-contact-phone {
	font-weight: bold !important;
}
.sppb-blockquote-style {
	font-size: 14px !important;
	margin: 5px 0 !important;
	padding: 3px 16px !important;
	border-left: 6px solid var(--farbe-logograu) !important;
	font-style: italic !important;
}
/*** Bottom ***/
#sp-bottom1 .sppb-addon-text  {
	display: none;
}