/****************** xxx *****************/

/****************** Schrift *****************/
h1, .h1, h2, .h2, h3, .h3 {
	color: #231f20;
}
@media (max-width: 768px) {
	body p {
		font-size: 16px;
	}
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #a7a9ac;
}
.footer {
	font-size: 16px;
}
/****************** Addons *****************/
.sppb-panel-modern > .sppb-panel-heading {
	background: #f1f1f1;
	color: #555;
}
/****************** Header *****************/
#sp-header {
/*	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
*/
}
/****************** Logo *****************/

/****************** Navigation *****************/
.sp-megamenu-parent > li {
	text-transform: none;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
	font-size: 1.5rem;
	padding-bottom: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
	font-size: 1.2rem;
	padding: 0.7rem 0;
}
/****************** bottom *****************/
#sp-bottom {
	border-top: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
}
#sp-bottom .sp-module .sp-module-title {
	color: #555 !important;
}
#sp-bottom .sp-module  h3 {
	color: #555 !important;
        font-size: 16px !important;

}

#sp-bottom .sp-module ul {
	line-height: 1;
        padding-top: 15px;
}

.cpnb-button, .cpnb-button-ok, .cpnb-m-enableAllButton {
	color: #fff!important;

}

#sp-footer {
	background: #fff !important;
}
#sp-footer ul.menu li a {
	color: #0a9ff0;
	font-weight: normal;
}
#sp-footer .container-inner {
	padding: 15px 0;
}

