#sp-top-bar {
	background: repeating-linear-gradient(
		-45deg,
		#6BB532,
		#6BB532 5px,
		#592A00 5px,
		#592A00 10px
)
}

.sp-page-title {
	background: repeating-linear-gradient(
		-45deg,
		#552800,
		#552800 60px,
		#592A00 60px,
		#592A00 120px
)
}

@media screen and (max-width: 600px) {
  .footerlinks {
    float: none;
	text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #sp-bottom {
    float: none;
	text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #sp-footer {
    float: none;
	text-align: center;
  }
}

@media screen and (max-width: 600px) {
	#sp-main-body {
		padding: 50px 0;
		padding-left: 15px;
		padding-right: 15px;
	}
}

#sp-bottom {
	background: repeating-linear-gradient(
		-45deg,
		#552800,
		#552800 60px,
		#592A00 60px,
		#592A00 120px
)
}

.verloop {
	border-radius: 10px;
	background: repeating-linear-gradient(
		-45deg,
		#552800,
		#552800 60px,
		#592A00 60px,
		#592A00 120px
)
}

#sp-footer .container-inner {
  border-top: none! important;
}

.sp-scroll-up {
	color: #fff;
	background: #6BB532;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
	color: #592A00;
	background: #fff;
}

.sp-megamenu-parent > li.active > a {
	font-weight: bold;
}

.article-details .article-header h1, .article-details .article-header h2 {
	color: #592A00;
	margin-bottom: 20px;
}

h2 {
	color: #592A00;
	margin-top: 35px;
}

h3 {
	color: #6BB532;
	margin-top: 35px;
}

h4 {
	color: #6BB532;
	margin-top: 35px;
}

.speasyimagegallery-modal-wrapper {
	z-index: 9999;
}

.fa-heart:before {
    color: #592A00;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #592A00;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a:hover {
  color: #6BB532;
}

#sp-header {
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}

.sp-page-title .sp-page-title-heading {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 25px;
}

#offcanvas-toggler {
	font-size: 50px;
}

.offcanvas-menu {
	background: repeating-linear-gradient(
		-45deg,
		#6BB532,
		#6BB532 60px,
		#68b030 60px,
		#68b030 120px)
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
	color: #ffffff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #ffffff;
}

.offcanvas-menu .offcanvas-inner .current active {
	font-weight: bold;
}

.close-offcanvas {
	position: absolute;
	top: 15px;
	z-index: 1;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 50px;
	background: none;
	color: #fff;
}
.close-offcanvas:hover {
	background: none;
	color: #592A00;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
	display: block;
	font-size: 22px;
	padding: 0.5rem 0;
	margin-left: 25px;
}

#sp-bottom {
	padding: 50px 0 30px;
	font-size: 16px;
	line-height: 1.8;
}

#sp-bottom .sp-module .sp-module-title {
	margin: 0 0 20px;
}

#sp-footer {
	font-size: 16px;
}

#sp-main-body {
  padding: 75px 0px 50px 0px;
}

#icon-nijssenmedia {
	position: fixed;
	bottom: 15px;
	left: 15px;
  	width: 20px;
  	height: 20px;
  	z-index: 99;
}

img.rotate {
	-webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

img.rotate:hover {
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}