/* ---------- KLEUREN -------------------------------------------------------------------------- */

*/

/* ---------- ALGEMEEN CSS ----------------------------------------------------------------------------- */
.sp-contact-info, .social-icons { display: flex; }

.sp-contact-info { float: right; margin-right: 30px;}
.sp-social-icons { float: right; margin-left: 30px; }



ul.social-icons  {
	float: right
}

#sp-logo {
	display: none;
}

ul, li {
    list-style-position: outside;
    list-style: none;
    line-height: 24px;
    list-style-image: url(../../../images/indent.png);
    margin-left: -0.7em;
}
.sppb-section-title h1 {
    background: url(../../../images/border-title.png) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.sppb-section-title h2 {
    background: url(../../../images/border-title.png) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 0;
	font-size: 2.5rem;
}



h4 { color: #DD272B; }
h5 { color: #000000; }

h5, h4 {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

/*#sp-footer {
	text-align: center;
}*/


.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #DD272B;
}

/* ---------- MENU ONZICHTBAAR BIJ IPAD LANDSCAPE ---------------------------------------------- */
@media only screen and (max-width: 1024px) {
	.sp-megamenu-parent {
		display: none !important;
	}
}


/* ---------- MOBIEL MENU ---------------------------------------------------------------------- */
@media only screen and (max-width: 800px) {
	#sp-header {
		height: 60px;
	}
	.logo-image {
		height: 16px!important;
	}

}