.table {color: #726f84!important;}

.convertforms, input, label, .convertforms button {font-family: 'Open Sans', sans-serif;}
 

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.dj-up.itemid964.first {display: none;}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
color: #0177aa;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0f0d1d;
    margin: 0;
}

#sp-footer2 h3, #sp-footer1 h2, #sp-footer1 .sppb-addon-title {color: white;}
#sp-footer2 h3 {margin-top:20px; font-weight: 700; font-family: 'Titillium Web', sans-serif; font-size: 2rem;}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}


a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}


button {cursor: pointer;}

.sppb-addon-optin-forms,
.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty){
	padding: 0px;
}

#sp-footer {
	font-size: inherit;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

 

.sp-scroll-up {background: #006276; transition: all .2s;}
.sp-scroll-up:hover, .sp-scroll-up:focus {background: #0177aa; 
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(237,65,122, 0.2);}

.sp-scroll-up:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(237,65,122, 0.2);
}

.sp-scroll-up::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.sp-scroll-up::after {
    background-color: #006276;
}

.sp-scroll-up:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.sp-scroll-up {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}



.overflow-hidden {overflow: hidden;}

.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.sppb-media-heading {
	margin: 0;
}

.sppb-optin-form .button-wrap i {display: none !important;}



.sppb-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    
    background-color: var(--maincolor);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    transition: 500ms;
    letter-spacing: 0.1em;
	line-height: 34px;
	cursor: pointer;
}

.sppb-btn:hover {
    background: #ffffff;
    color: var(--maincolor);
}


/* HEADER */ 

#sp-header {
	height: auto;
	box-shadow: none;
padding: 0 60px;
background: #0088A6;
width: 100%;
z-index: 91;
transition: all 500ms ease;
padding-left:0;
}

#sp-header:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background-color: rgba(255, 255, 255, .15);
}

#sp-header.header-sticky {
	background: #0088A6;
	border-color: transparent;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

#sp-header.header-sticky:before {
	display: none;}

#sp-logo {background: #fff; border-right: 20px solid white;}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header .logo {
	height: auto;
	position: relative;
	padding: 4px;
	padding-left: 0;
	border-right: 1px solid rgba(255, 255, 255, .15);
	display: block;
  margin:0 auto; max-width: 130px;
}
	
#sp-header .logo img {height: auto;}

.main-menu-wrapper__phone-contact > p {
  background: transparent;
}


.sp-megamenu-parent {
	float: none;
	padding-left: 10px;}

ul.sp-megamenu-parent {text-align:center;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a.sp-group-title
{text-align:left;}

.sp-megamenu-parent > li {padding: 20px 0;}

.sp-group-title.sp-menu-heading {
  color: #252525;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  line-height: 18px;
  display: block;
  padding-top: 5px;
}


.sp-megamenu-parent .sp-mega-group {
  text-align: left;}


#sp-menu2 .dj-megamenu-clean li a.dj-up_a {
  height: 60px; text-transform: uppercase;   padding: 0 20px;
  font-size: 18px;
font-weight: 700;
font-family: "Titillium Web",sans-serif;
display: flex;
align-items: center;
color: #fff;
text-transform: uppercase;
position: relative;
transition: all 500ms ease;
letter-spacing: 0.1em;
  color: white;}

#sp-menu2 .dj-megamenu-clean .arrow {display: none;}

#sp-menu2 .dj-megamenu-clean li a.dj-up_a:hover {color: black;}

#sp-menu2 .dj-megamenu-clean li a.dj-up_a > span.dj-drop {padding: 0;}
#sp-menu2 .dj-megamenu-clean li ul.dj-submenu > li > a {
  font-size: 15px;
  line-height: 20px;
  color: #333;
  padding: 10px 20px;}


@media (max-width: 1280px) {
.sp-megamenu-parent > li {padding: 10px 0;}	
#sppb-addon-1630287591874 .main-menu-wrapper__search {padding: 18px 30px 18px !important;} 
}

@media (max-width: 1025px) {
.sp-megamenu-parent > li {padding: 6px 0;}	
}

.sp-megamenu-parent > li + li > a {margin-left: 25px;margin-right: 25px;}

@media screen and (max-width: 1680px) {
.sp-megamenu-parent > li + li > a {margin-left: 20px;margin-right: 20px;}
.sp-megamenu-parent > li > a {font-size: 17px;}
}

@media screen and (max-width: 1450px) {
.sp-megamenu-parent > li + li > a {margin-left: 15px;margin-right: 15px;}
.sp-megamenu-parent > li > a {font-size: 16.5px;}
}

@media screen and (max-width: 1370px) {
.sp-megamenu-parent > li + li > a {margin-left: 12px;margin-right: 12px;}
.sp-megamenu-parent > li > a {font-size: 16.5px;}
} 

@media screen and (max-width: 1280px) {
.sp-megamenu-parent > li + li > a {margin-left: 15px; margin-right: 15px;}
.sp-megamenu-parent > li > a {font-size: 16px;}  
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
font-size: 18px;
font-weight: 700;
font-family: "Titillium Web",sans-serif;
display: flex;
align-items: center;
color: #fff;
text-transform: uppercase;
position: relative;
transition: all 500ms ease;
letter-spacing: 0.1em;
padding: 0;
margin: 0;
line-height: 34px;

}


#sp-menu2 .dj-megamenu-clean {justify-content: center;}

#sp-menu2 .dj-megamenu-clean li a.dj-up_a:before,
.sp-megamenu-parent > li > a:before {
	content: '';
	width: 20px;
	height: 2px;
	background-color: #111;
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: right center;
	z-index: -1;
}

#sp-menu2 .dj-megamenu-clean li a.dj-up_a:before {left:20px; bottom: 10px;}
 

#sp-menu2 .dj-megamenu-clean li:hover a.dj-up_a:before,
#sp-menu2 .dj-megamenu-clean li.active a.dj-up_a:before,
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
	transform: scale(1, 1);
	transform-origin: left center;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 700;
}
#sp-menu2 .dj-megamenu-clean li.active a.dj-up_a,
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a {
	color: #111;
}

.sp-megamenu-parent > li:last-child > a {
	padding: 0px;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 74px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: #fff;
min-width: 185px;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
padding: 0 0 15px 0;
border: 0;
box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	background: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
font-size: 13.3px;
line-height: 20px;
color: #0f0d1d;
display: flex;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
transition: 500ms;
font-weight: 500;
text-transform: none;
letter-spacing: 0.3px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	color: ##0088a6;
	 
}

.sp-megamenu-parent .sp-mega-group > li > a.sp-group-title {
  padding-left: 20px;
  margin-bottom: 5px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 5px;
}


li.sp-menu-item.phone-off::before {
  content: "\f879"; font-family: "Font Awesome 5 Free";
font-weight: 900; cursor: default !important;
    pointer-events: none !important; text-decoration: none;
    color: currentColor; display: inline; font-size: 14px;
float: left;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.phone {padding-left:5px;}

.fixed-top-panel .inline-dark-filters a {
  font-weight: 500; letter-spacing: 0;
  font-size: 14px;}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	height: auto;
	line-height: 1;
	font-size: 20px;
}

.offcanvas-toggler-secondary {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}

.burger-icon > span {
	background-color: #fff;
}

 

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #F58221;
}

.offcanvas-menu .p-3 {
	padding: 25px !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {}

.offcanvas-active .burger-icon > span, 
#modal-menu-toggler.active .burger-icon > span {
  background-color: red;
}

.offcanvas-menu .offcanvas-inner .menu-deeper.menu-parent > a {
  font-weight: bold;
}

#sp-menu2 .dj-megamenu-offcanvas-light .dj-mobile-open-btn,
#sp-menu2 .dj-megamenu-offcanvas-light .dj-mobile-open-btn, #sp-menu2 .dj-megamenu-accordion-light .dj-mobile-open-btn {
  background: transparent;}

 

#sp-menu2 .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon,
#sp-menu2 .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon::before, #sp-menu2 .dj-mobile-open-btn.dj-fa-no .dj-mobile-open-icon::after
{background-color: #eee; }

 

.dj-offcanvas-wrapper { height: 0 !important;}

.dj-offcanvas-open .dj-offcanvas-wrapper { height: 100% !important;}

.dj-offcanvas { position: fixed !important;}

body.ltr.offcanvs-position-right .offcanvas-menu {display: none;}


ul.dj-mobile-light a {color: #555; text-transform: uppercase;}

ul.dj-mobile-nav ul.dj-mobile-nav-child > li.dj-mobileitem > a {text-transform: none; color: #555;}


ul.dj-mobile-light ul li.dj-mobileitem > a:hover,
ul.dj-mobile-light ul li.dj-mobileitem > a:focus{color: #333;}

ul.dj-mobile-light li.dj-mobileitem > a {
  font-size: 14px;
  line-height: 1;
  color: #444444;
  cursor: pointer;
  
}


/* */

.real-world-shape .sppb-row-overlay {
	width: 610px;
	height: 595px;
	opacity: 0.08;
}



#sppb-addon-1629820873594 {
	overflow: visible !important;
}

.footer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: #151921;
	z-index: -1;
}

/* */

/* PAGE TITLE */

.sp-page-title {
background: #BDBACA;
background-blend-mode: luminosity;
opacity: 1;
text-align: center;
padding: 1px;
}



.sp-page-title .container {
    position: relative;
    z-index: 2;
}


.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;}

.breadcrumb {
	justify-content: center;
}

.sp-page-title .breadcrumb > li > a {
	color: #BDBACA;
	font-size: 14px;
	font-weight: 100;
	text-transform: none;
	transition: all 500ms ease;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .8rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: .8rem;
}

.sp-page-title .breadcrumb > li > a:hover {
	color: #ffffff;
}

.sp-page-title .breadcrumb > .active {
	font-size: 14px;
	font-weight: 100;
	text-transform: none;
	transition: all 500ms ease;
	color: #000000!important;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
  color: #ffffff!important;
}

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body {
	padding: 5px 0 50px 0;
}


.view-category.layout-blog #sp-main-body {padding-top:20px;}
.view-category.layout-blog #sp-main-body h1 {color:#0f0d1d; font-size: 36px;line-height: 36px; font-weight: bold; text-align: center; margin-bottom:5px;}
.view-category.layout-blog #sp-main-body h1>span {color: #ee427a;}


.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}

.page-header {padding-bottom: 25px; text-align: center;}
.page-header h1 {font-size: 36px;}

.page-header h1, .page-header h2 {
  text-align: center;
  font-weight: bold;
  color: #0f0d1d;
}

.blog.nieuwsberichten > .page-header {
  margin-bottom: 0;
  padding-bottom: 5px;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 120px;
}

/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

/* */


/* PORTFOLIO */

.featherlight {
  top: 10%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 80px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter ul {
	padding: 15px;
	background: rgba(0, 0, 0, 0.02);
	border-radius: 30px;
	display: inline-block;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 0 20px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	padding: 0;
	background: transparent;
	color: inherit;
	border-radius: 0;
	position: relative;
	font-family: 'Poppins', sans-serif;
	line-height: 1.3;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: none;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: '';
	width: 7px;
	height: 7px;
	background: var(--maincolor);
	border-radius: 50%;
	position: absolute;
	right: -24px;
	top: 40%;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:last-child > a:after {
	display: none;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: transparent;
	color: var(--maincolor);
}

.item-img {
    overflow: hidden;
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.item-img:hover {
	-webkit-clip-path: inset(5px 10px);
	clip-path: inset(5px 10px);
}

.imago {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.item-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.sp-simpleportfolio .item-img:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.sp-simpleportfolio .cont {
	margin-top: 30px;
	text-align: center;
}

.sp-simpleportfolio .cont h6 {
	font-weight: 600;
	margin-bottom: 5px;
}

.sp-simpleportfolio .cont .portfolio-tags {
	color: #999;
	text-transform: none;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 13px;
  font-family: 'Century Gothic', sans-serif;
}

.portfolio-set .logo a .logo-image, .portfolio-set .logo a .logo-image-phone {
	filter: invert(100%);
}

.portfolio-set .sp-megamenu-parent > li > a {
	color: #0c0f16;
}

.portfolio-set .sp-megamenu-parent > li.active > a, .portfolio-set .sp-megamenu-parent > li.active:hover > a, .portfolio-set .sp-megamenu-parent > li:hover > a {color: #0c0f16;}

.portfolio-set #sp-header .search {
	color: #0c0f16 !important;
	border-color: #ccc !important;
}

.portfolio-overlay .cont {
	position: absolute;
	bottom: 15px;
	left: 0;
	text-align: left;
	padding-left: 30px;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.portfolio-overlay .cont h6 {
    font-weight: 600;
	color: #fff;
    margin-bottom: 5px;
}

.portfolio-overlay .cont span.portfolio-tags {
	color: #eee;
	text-transform: none;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 400;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .portfolio-overlay .cont {
	opacity: 1;
}

/* */

/* BLOG */

.article-list .article {
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0px;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	background-color: #0f0d1d;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 0;
	width: 100%;
	width: 100%;
	mix-blend-mode: luminosity;
}

.article-body {
	border: 0px solid #dce1e4;
	padding-top: 0;
	border-top: 0px;
	position: relative;
	display: block;
	margin-top: 20px;
}

.view-category .article-body {
  margin: 0;
  background: #F1F1F1;
  padding: 15px 10px;
}


.blog-single__meta {
	display: flex;
	align-items: center;
	margin: 0;
}

.blog-single__meta > span {
	font-size: 12px;
	color: #726f84;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: none;
}

.blog-single__meta span + span {
	margin-left: 12px;
}

.blog-single__meta span i,
.blog-single__meta > span a:hover {
	color: #F6851F;
}

.blog-single__meta > span.published {
padding: 0 20px;
font-size: 12px;
font-weight: 700;
text-transform: none;
margin: 0;
	letter-spacing: 0.1em;
color: #F6851F;
}

.article-list .article .article-header h2 {
font-size: 28px;
font-weight: 700;
line-height: 40px;
text-transform: none;
margin-top: 9px;
margin-bottom: 10px;
letter-spacing: -0.02em; padding: 10px 0 3px 0;
}

@media (max-width: 580px) {
  .article-list .article .article-header h2 {font-size: 24px;}
}


.article-list .article .article-header h2 a {
  color: #0f0d1d;
  transition: all 500ms ease;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}

.article-list .article .article-header h2 a:hover {
  color: ##0088a6;
}

.article-introtext p {
	font-size: 17px;
	margin: 0;
	line-height: 26px;
	padding-bottom: 15px;
}

.article-list .article .readmore a {
position: relative;
display: inline-block;
font-size: 12px;
font-weight: 700;
text-transform: none;
color: #0f0d1d;
transition: all 500ms ease;
}

.article-list .article .readmore a:after {
position: absolute;
bottom: 0;
left: 0;
height: 2px;
width: 10px;
content: "";
background-color: currentColor;
transition: all 500ms ease;
}

.article-list .article .readmore a:hover {
	color: var(--maincolor);
}

.article-list .article .readmore a:hover:after {
	width: 100%;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.page-link {
list-style: none;
display: inline-block;
height: 50px;
width: 50px;
background: #f8f8f8;
border-radius: 0;
line-height: 37px;
color: #6a727f ;
margin-top: 40px;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
cursor: pointer;
border: none;
margin-right: 5px;
text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
	z-index: 1;
	color: #fff !important;
	background-color: #000;
	border-color: #000;
}

.pagination-counter {margin-top: 40px;}
.pagination-wrapper {
  align-items: center;
  justify-content: center !important;
}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details .article-header {
	position: relative;
	padding: 0;
}

.article-details .article-full-image {
position: relative;
display: block;
background-color: #0f0d1d;
margin-bottom: 19px;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	width: 100%;
}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
color: #0f0d1d;
font-size: 34px;
font-weight: 700;
line-height: 44px;
text-transform: none;
margin-bottom: 20px;
margin-top: 7px;
}

.article-details .article-ratings-social-share {
	border-bottom: 0px solid #f5f5f5;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #e6e9ef;
	padding: 30px 0 30px;
	margin-top: 55px;
}

.article-details .article-ratings-social-share > span {
	color: #0f0d1d;
	font-weight: 700;
	text-transform: none;
	font-size: 16px;
	margin-right: 10px;
}

.article-details .article-author-information {

	margin-top: 0px;
	border-top: 0px solid #f5f5f5;
	background-color: #f2f4f8;
	padding: 60px 60px 60px;
	display: flex;
	margin-bottom: 54px;
}

.article-details .article-author-information h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: none;
	padding-bottom: 18px;
	letter-spacing: -0.02em;
}

.article-details .article-author-information .author-bio {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	margin-top: 13px;
}

.author-website, .author-website a {color: #0f0d1d; margin-left: 4px;}

.author-website a:hover {color: var(--maincolor);}

#article-comments {
	padding-top: 0;
	margin-top: 50px;
	border-top: 0px solid #f5f5f5;
}

.article-social-share .social-share-icon ul li a {
	border: none;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f7f7f7;
	color: #9499ae;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.article-social-share .social-share-icon ul li a:hover {
	color: #ffffff;
	background: var(--maincolor);
}

/* */

/* IMPORT ICOMOON & REEY*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?orkqwr');
  src:  url('../fonts/icomoon.eot?orkqwr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?orkqwr') format('truetype'),
    url('../fonts/icomoon.woff?orkqwr') format('woff'),
    url('../fonts/icomoon.svg?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tick:before {
  content: "\e913";
}
.icon-magnifying-glass1:before {
  content: "\e914";
}
.icon-right-arrow1:before {
  content: "\e915";
}
.icon-wealth:before {
  content: "\e916";
}
.icon-data-analytics:before {
  content: "\e917";
}
.icon-report:before {
  content: "\e918";
}
.icon-phone-ringing:before {
  content: "\e919";
}
.icon-mobile-analytics:before {
  content: "\e91a";
}
.icon-research:before {
  content: "\e91b";
}
.icon-creative:before {
  content: "\e91c";
}
.icon-video:before {
  content: "\e91d";
}
.icon-help:before {
  content: "\e91e";
}
.icon-customer-review:before {
  content: "\e91f";
}
.icon-consultant:before {
  content: "\e920";
}
.icon-checkmark:before {
  content: "\e921";
}
.icon-bank:before {
  content: "\e922";
}
.icon-protection:before {
  content: "\e923";
}
.icon-travel:before {
  content: "\e924";
}
.icon-software:before {
  content: "\e925";
}
.icon-consulting:before {
  content: "\e926";
}
.icon-group:before {
  content: "\e927";
}
.icon-consulting-1:before {
  content: "\e928";
}
.icon-creative-1:before {
  content: "\e929";
}
.icon-analysis:before {
  content: "\e92a";
}
.icon-business:before {
  content: "\e92b";
}
.icon-global:before {
  content: "\e92c";
}
.icon-team1:before {
  content: "\e92d";
}
.icon-magnifying-glass:before {
  content: "\e900";
}
.icon-shopping-cart:before {
  content: "\e901";
}
.icon-right-arrow:before {
  content: "\e902";
}
.icon-furnitures:before {
  content: "\e903";
}
.icon-buildings:before {
  content: "\e904";
}
.icon-house-design:before {
  content: "\e905";
}
.icon-architect:before {
  content: "\e906";
}
.icon-architect-1:before {
  content: "\e907";
}
.icon-architect-2:before {
  content: "\e908";
}
.icon-measure:before {
  content: "\e909";
}
.icon-blueprint:before {
  content: "\e90a";
}
.icon-kitchen:before {
  content: "\e90b";
}
.icon-architect-3:before {
  content: "\e90c";
}
.icon-architect-4:before {
  content: "\e90d";
}
.icon-architect-5:before {
  content: "\e90e";
}
.icon-satisfaction:before {
  content: "\e90f";
}
.icon-team:before {
  content: "\e910";
}
.icon-checklist:before {
  content: "\e911";
}
.icon-outsourcing:before {
  content: "\e912";
}

@font-face {
    font-family: 'reeyregular';
    src: url('../fonts/reey-regular-webfont.woff2') format('woff2'),
         url('../fonts/reey-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@-webkit-keyframes zoom-fade {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes zoom-fade {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.1);
    }
}



/* */


@media (min-width: 320px) {#sp-bottom1  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-bottom1  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-bottom1  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) 
{#sp-bottom1 .sppb-container-inner {max-width: 100%;width: 100%;
padding-right: 0;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {
  #sp-bottom1  .sppb-container-inner {max-width: 100%;width: 100%;
padding-right: 0;
padding-left: 100px;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}


/* J4 Optimization */

.sp-page-title .breadcrumb .float-start {display: none !important;}
.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}

 


.iconlist ul {
  list-style-position: inside;
  padding-left: 0;
  list-style: none;
}
.iconlist ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.iconlist li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: ##0088a6;
  position: absolute;
  top: calc(10% - 4px); /* half font-size */
  left: -5px;
}

#sp-bottom .openinghours-eachday {
  font-size: 16.5px;
  line-height: 22px;
  Color: #fff !important;
}
 

#openingstijden .sppb-addon-content p {color:#fff;}

#sp-component .openinghours-eachday {
  Color: #726f84!important;
}
 

.Main__Container-sc-1n4ud0o-0 a {color: white;}

.sppb-carousel-extended-nav-control .nav-control {
  color: #fff; border-radius: 100%;
  border: 1px solid #fff;}

.sppb-carousel-extended-nav-control .nav-control:hover {
  color: #000000;  border: 1px solid #000000;}

.sppb-carousel-extended-dots ul li span {background: #fff;}
.sppb-addon-clients .sppb-carousel-extended-dots li {
  height: 4px;width: 25px;border-radius: 0;}
.sppb-addon-clients div.sppb-carousel-extended-dots {bottom: -10px;}
.sppb-addon-clients .sppb-carousel-extended-item {padding: 15px 20px;text-align: center;}


@media screen and (max-width: 580px) {
 .sppb-carousel-extended-nav-control .nav-control.next-control {margin-right: -10px;} 
 .sppb-carousel-extended-nav-control .nav-control.prev-control {margin-left: -10px;}
}
  
  
}


#redim-cookiehint .cookiehead {
  display: none;
}

#redim-cookiehint {
  padding: 15px 5% 0 5%;
  box-sizing: border-box;
  background-color: rgba(0,93,110,0.9);
  font-size: 14px;
}

#redim-cookiehint .cookiebuttons .btn, #redim-cookiehint .cookiebuttons button {
  padding: 0px 15px !important;
  font-size: 13px;
  line-height: 1.4rem;
  margin:3px !important;
}

#sp-bottom .sp-module, #sp-bottom .sp-module ul > li {
  margin-bottom: 0;
}

#sp-footer1 {
  z-index: 0;
}


.sppb-box-text-off { background-color: rgba(0,136,166,0.75);}
 
.sppb-box-text {
    padding: 5px 30px 20px 30px!important;
   
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    z-index: 1;
    width: 100%;
    height: 100%; color: white;
}

.sppb-box-text::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  transform: translateY(100%);
  transition: all 400ms ease;
}


.sppb-box-text:hover::before {
  background-color: rgba(0,136,166,0.85);
}


.fas.fa-arrow-circle-right:hover, .cases-one__tagline a:hover .fas, .cases-one__tagline:hover a .fas {
  transform: scale(1.2);
}


.sppb-box-text a, .sppb-box-text i, .sppb-box-text span, .sppb-box-text strong, .sppb-box-text p {color: white; background: transparent;}


.sppb-title-heading > span,
.sppb-addon-title > span,
h3 > span,
h2 > span { color: #0088A6;}



.sppb-addon-title > em,
.sppb-title-heading > em,
h2 > em {color: #F58221;font-style: normal; }


.offcanvas-menu .offcanvas-inner .sp-module.dark {margin-top: 20px;}

.offcanvas-menu  .form-control {
  border: 1px solid #eee; border-radius: 6px !important}
 
 
 

.offcanvas-menu  .mod-finder__search button {
  background: transparent;
  border: 0;
  color: #333;
  padding-left: 10px;
  font-weight: bold;
}

.dark .icon-magnifying-glass {font-weight: bold;}




 .article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  mix-blend-mode: normal;
}

 


.article-list .article-header {
  background: #F1F1F1;
  margin-top: -20px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.article-list .article-introtext {
  max-width: 90%;
  padding: 0 15px;
}

.blog-single__meta > span.published {top: -105px;}

.article-list .article .readmore {
  font-size: 1rem;
  padding-left: 15px; text-transform: uppercase;
}

.article-list .article .readmore a {
  font-size: 16px;}

.article-introtext p {
  color: #333;  
}


.article-list .article:hover img {
  transform: scale(1.1);
}
.article-list .article img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transition: all 0.75s cubic-bezier(0.77,0,0.18,1);
  transition: all 0.75s cubic-bezier(0.77,0,0.18,1);
}


 

.article-list .article .readmore::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  color: #333;
  font-size: 16px;
  font-weight: bold;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 500ms ease-in;
}

.article-list .article .readmore:hover::before { transform: scale(1.2);}

.form-all button.form-submit-button:hover {
 
  color: #fff;
}
.form-all button.form-submit-button {
 
  color: #fff;
  padding: 5px 25px 5px 25px;
  font-size: 16px;
  font-weight: 700;
text-transform: none;
transition: 500ms;
letter-spacing: 0.1em;
line-height: 34px;
cursor: pointer;
  border-radius: 100px;
}

.sp-module.black-orange h1 {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 36px;
  margin-top: 20px;
}

.sp-module.black-orange  h1 span {color: #F58221;}

@media only screen and (max-width: 640px) {
#sp-page-builder .sppb-section-title {margin-bottom: 20px; }
#sp-page-builder .sppb-section-title .sppb-title-heading,  #sp-page-builder .sppb-addon-title,
#openingstijden .sppb-addon-title, #sp-footer1 .sppb-addon-title  {font-size: 28px; text-align: center;}
#sp-bottom1 div#openingstijden .sppb-container-inner {
  max-width: 100%; width: 100%; padding-right: 0px; padding-left: 0px;}
.openinghours-day {text-align: right !important;padding-right: 15px;}
.sp-module.black-orange  h1 {font-size: 32px;}
  .com-sppagebuilder #sp-main-body {
  padding-top: 50px;
}
  
}

 
.isotope-wrap a.box-media-zoom {display: none; visibility: hidden; z-index:0;}

.sppb-addon-articles-carousel .sppb-articles-carousel-img {overflow: hidden;}
.sppb-addon-articles-carousel .sppb-articles-carousel-img img {width: 100%;
height: auto;
position: relative;
z-index: 1;
background: #f8f8f8;
transform: translateZ(0);
transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;}

.grid-det-item  .fa.fa-long-arrow-right::before,
.grid-det_category span,
.grid-det_category {
  display: none; visibility: hidden;
}
 
 


.sppb-articles-carousel-img:hover img {
	opacity: 0.7;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.filter-panel .fa.fa-long-arrow-right::before {
  content: "\f0a9";
}


.scrollmore { text-align: center; overflow: hidden; cursor: pointer; border-radius: 50%; padding: 20px 14px 14px 14px; color:#fff; display: block; width: 70px; height: 70px; font-size: 14px; line-height: 14px; background-color: #1ea899;  margin:0 auto;  transition: all 0.3s ease-in-out; -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);}
.scrollmore span { position: relative; z-index: 1; }
.fas.fa-arrow-circle-down.shake, .scrollmore svg { margin-top: 7px; }
.scrollmore svg path { fill: #fff; transition: all 0.3s ease-in-out;}
.scrollmore:before { content: ''; background-color: #FFF; height: 100%; width: 0; position: absolute; top: 0px; left: 0px; transition: all 0.3s ease-in-out;}
.scrollmore:hover:before { width: 100%; }
.scrollmore:hover { color: #0B2C34; }
.scrollmore:hover svg path { fill: #0B2C34; }


svg:not(:root) {
  overflow: hidden;
}
svg:not(:root) {
  overflow: hidden;
}
/* animations */
@-webkit-keyframes shakeY {
 0%, to {
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
 10%, 30%, 50%, 70%, 90% {
  -webkit-transform:translate3d(0,-1px,0);
  transform:translate3d(0,-1px,0)
 }
 20%, 40%, 60%, 80% {
  -webkit-transform:translate3d(0,1px,0);
  transform:translate3d(0,1px,0)
 }
}
@keyframes shakeY {
 0%, to {
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
 10%, 30%, 50%, 70%, 90% {
  -webkit-transform:translate3d(0,-1px,0);
  transform:translate3d(0,-1px,0)
 }
 20%, 40%, 60%, 80% {
  -webkit-transform:translate3d(0,1px,0);
  transform:translate3d(0,1px,0)
 }
}
.shake {
 -webkit-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-delay:1s;
 animation-delay:1s;
 -webkit-animation-name:shakeY;
 animation-name:shakeY;
}
@media (prefers-reduced-motion:reduce),print {
 .shake {
  -webkit-animation-duration:1ms!important;
  animation-duration:1ms!important;
  -webkit-transition-duration:1ms!important;
  transition-duration:1ms!important;
  -webkit-animation-iteration-count:1!important;
  animation-iteration-count:1!important
 }
}

@-webkit-keyframes shakeX {
 0%, to {
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
 10%, 30%, 50%, 70%, 90% {
  -webkit-transform:translate3d(-1px,0,0);
  transform:translate3d(-1px,0,0)
 }
 20%, 40%, 60%, 80% {
  -webkit-transform:translate3d(1px,0,0);
  transform:translate3d(1px,0,0)
 }
}
@keyframes shakeX {
 0%, to {
  -webkit-transform:translateZ(0);
  transform:translateZ(0)
 }
 10%, 30%, 50%, 70%, 90% {
  -webkit-transform:translate3d(-1px,0,0);
  transform:translate3d(-1px,0,0)
 }
 20%, 40%, 60%, 80% {
  -webkit-transform:translate3d(1px,0,0);
  transform:translate3d(1px,0,0)
 }
}
.shakex {
 -webkit-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-delay:1s;
 animation-delay:1s;
 -webkit-animation-name:shakeX;
 animation-name:shakeX;
}
@media (prefers-reduced-motion:reduce),print {
 .shakex {
  -webkit-animation-duration:1ms!important;
  animation-duration:1ms!important;
  -webkit-transition-duration:1ms!important;
  transition-duration:1ms!important;
  -webkit-animation-iteration-count:1!important;
  animation-iteration-count:1!important
 }
}

.checklist ul {padding-left: 5px; margin-left: 1rem; box-sizing: border-box;}

.checklist  ul li {
  width: 99%;
  max-width: 100%;
  margin: 0px;
  display: inline-block !important
  vertical-align: top;
 padding: 10px 20px 10px 10px;
text-align: left;
display: block;
border-bottom: 1px solid #dedcde;
}
.checklist ul li:before {content: "\f00c";font-size: 20px;font-weight: 700; font-family: "Font Awesome 5 Free"; padding-right: 15px;}
.checklist ul li a {color: #726f84}
.checklist ul li:hover:before, .checklist ul li:hover a, .checklist ul li a:hover, .checklist ul li a:focus {color: #ED417A; border-bottom:0;}
.checklist ul li:hover {border-bottom: 1px solid #ED417A;}
.checklist a, .checklist a:hover, .checklist ul li a, .checklist ul li:hover a, .checklist ul li a:hover {text-decoration: none !important;}

@media (max-width: 580px) {
.checklist  ul {margin-left:0rem;} 
.checklist  ul li {width:100%; display: block !important;} 
}

.sppb-addon-accordion a, 
.sppb-addon-text-block a, 
p a {color: #0088A6;}
.sppb-addon-text-block .sppb-addon-content a:hover {border-bottom: 1px solid #0088A6;}

.sppb-addon-text-block.checklist .sppb-addon-content a:hover {border-bottom: 0; text-decoration: none;}

.cases-one__tagline a:hover {border-bottom:0;}
.grid-det_link a {color: #222;}

.content-category.view-behandelaanbod {
  display: none;
  visibility: hidden;
}

#sp-component .grid-det_link {
  color: #222;
  display: block;
  text-transform: normal;
  font-size: 24px;
  letter-spacing: normal !important;
  text-align: left;
  position: relative;
  text-transform: capitalize;
}

#sp-component a.grid-det_link:hover, a.grid-det_link:focus {
  color: #F6851F;
}
#gallery .fixed-filter-panel_title {
  padding: 0 20px;
  font-size: 16px;
}


.fixed-top-panel {
  max-width: 1235px;
  margin: 0 auto;
  box-shadow: none;
}

.isotope-item {
  padding: 0 0 1.5% 1.5%;
}

.mod-sppagebuilder .sppb-section-title {
  margin-bottom: 50px;}

#gallery .fixed-filter-panel_title {padding: 0 20px; letter-spacing: 0;font-size: 16px;}
.mod-sppagebuilder .grid-det-item {margin-top: 0;}
.mod-sppagebuilder .inline-dark-filters a {text-transform: capitalize;}

.mod-sppagebuilder.sp-page-builder a.sppb-btn-custom {padding: 5px 25px 5px 25px;font-size: 16px; font-weight: 700; line-height: 34px;}
.mod-sppagebuilder.sp-page-builder .sppb-section-title .sppb-title-heading {font-size: 36px; line-height: 36px;}




.divider.sp-menu-separator {
  border-bottom: 1px solid #888;
  color: transparent !important;
  line-height: 5px !important;
  padding: 0 !important;
}


#sp-top2 .sp-module {
  float: left;
}
#hikashop_cart_188 {
  margin-top: 20px;
}

#hikashop_cart_188 a, #hikashop_cart_188 span {
  color: white;
}


.hikashop_checkout_payment_images img {
  display: inline-block;
  padding: 0 5px;
}


div.mod-languages ul li.lang-active {background-color: transparent !important;}

.mod-languages {margin-top: 20px;}


#sp-footer, #sp-bottom {
  background: #0088A6;}


.offcanvas-menu .offcanvas-inner {
  padding: 5px 25px;
}

#sppb-addon-1677616400602 #btn-1677616400602.sppb-btn-primary {
  letter-spacing: 0px;
  color: #eee;
  background:#0088A6;
  border-color: #0088A6; border-radius: 50px; padding: 5px 20px;
}


#sppb-addon-1677616400602 #btn-1677616400602.sppb-btn-primary:hover {background-color: #006276;}

#osdonate_202 .osdonate-amount {text-align: left;}

 


 .article-social-share .social-share-icon ul li a:hover,
 .article-social-share .social-share-icon ul li:hover a {
 
  background: #f7f7f7;
  color: #0088A6;
 
}