/* cmsms stylesheet: Best-Layout-2024-grid modified: Thursday, June 26, 2025 9:34:29 PM */
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
	margin: 0;
	padding: 0;
}

img,
fieldset {
	border: 0;
}

/* set html5 elements to block */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

/* apply a natural box layout model to all elements */

*,
*:after,
*:before {
	box-sizing: border-box;
}

/* body css */

body {
	margin: 0;
	text-align: center;
}

.section {
	clear: both;
	padding: 0;
	margin: 0;
}

/* media css */

img {
	max-width: 90%;
	height: auto;
	display: block;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* form css */

input[type=text],
input[type=password],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=file],
input[type=button],
input[type=submit],
input[type=reset],
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=text],
input[type=password],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=file],
select,
textarea {
	width: 100%;
}

/* general table css */

table {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
}

/* split column css */

.split-column {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.split-column:last-child {
	margin-bottom: 0;
}

/* content css */

.content {
	margin: 0 auto;
	text-align: left;
	max-width: 1200px; /* max-width of your responsive website (example 1200px) */
}

.one-column {
	float: left;
	width: 98%;
	margin: 10px 1%;
}

.two-column,
.two-fourth-column {
	float: left;
	width: 48%;
	margin: 10px 1%;
}

.three-column {
	float: left;
	width: 31.333333%;
	margin: 10px 1%;
}

.two-third-column {
	float: left;
	width: 64.666666%;
	margin: 10px 1%;
}

.four-column,
.one-fourth-column {
	float: left;
	width: 23%;
	margin: 10px 1%;
}

.three-fourth-column {
	float: left;
	width: 73%;
	margin: 10px 1%;
}

.six-column {
	float: left;
	width: 14.666666%;
	margin: 10px 1%;
}


.five-sixth-column {
	float: left;
	width: 81.333333%;
	margin: 10px 1%;
}


.four-sixth-column {
	float: left;
	width: 64.666666%;
	margin: 10px 1%;	
}

.five-column {
	float: left;
	width: 18%;
	margin: 10px 1%;	
}

.three-fifth-column {
	float: left;
	width: 58%;
	margin: 10px 1%;	
}

.two-fifth-column {
	float: left;
	width: 38%;
	margin: 10px 1%;	
}



.eight-column {
	float: left;
	width: 10.5%;
	margin: 10px 1%;	
	
}

.six-eight-column {
	float: left;
	width: 73%;
	margin: 10px 1%;	
}



@media screen and (max-width: 800px) {

	.one-column,
	.two-fourth-column,
	.three-column,
	.two-third-column,
	.five-sixth-column,
	.one-fourth-column,
	.three-fourth-column,
	.six-column,
	.three-fifth-column,
	.two-fifth-column,
	.four-sixth-column,
	.five-column,
	.six-eight-column,
	.five-sixth-column {
		width: 97%;
		margin: 10px 1.5%;
	}

	.two-column,
	.eight-column, 
	.four-column {
		width: 47%;
		margin: 10px 1.5%;
	}

}

@media screen and (max-width: 600px) {

	.content {
		min-width: 300px;  /* min-width of your responsive website (example 300px) */
	}

	.one-column,
	.two-column,
	.two-fourth-column,
	.three-column,
	.two-third-column,
	.four-column,
	.one-fourth-column,
	.three-fourth-column,
	.five-sixth-column,
	.three-fifth-column,
	.two-fifth-column,
	.six-column,
	.four-sixth-column,
	.five-sixth-column 
	
	
	
	
	{
		width: 96%;
		margin: 10px 2%;
	}

}
/* cmsms stylesheet: Best-Layout-2024-cookie modified: Thursday, June 26, 2025 9:34:29 PM */
#cookie_consent {
 background: #000;
 position: fixed;
  bottom: 0;
  float: left;
  z-index: 100000;
  width: 100%;
  padding: 15px;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#cookie_consent p {
 text-align: center;
  color: #fff;
 font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
#cookie_consent a.accept_cookies {
 margin: 0 5px;
  padding: 5px;
  color: #000;
 font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #6c0;
}
#cookie_consent a.decline_cookies {
 margin: 0 5px;
  padding: 5px;
  color: #000;
 font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #f33;
}
#cookie_consent a.more_info {
 margin: 0 5px;
  padding: 5px;
  color: #000;
 font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #ccc;
}
/* cmsms stylesheet: Best-Layout-2024-style modified: Saturday, August 23, 2025 8:46:06 PM */
/* TEMPLATE 1200 v2.3 (by PMKMedia.nl/template1200v2) */

 

/* body css */

/* div {border: 1px solid #ff0000} */


body {
	background: #FFF;
	font-family: 'Barlow', arial;
    font-weight: bold;
    font-style: bold;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
}

.content {color:#000;}


.copyright {
    text-align:center; 
    background:#ef8b0e; 
    color: #fff;
    overflow:hidden;
    
}

/* headings / paragraph margin css */

h1,h2,h3,h4,h5,h6,p {margin:10px;}

/* headings css */
 
.faq_q {background:#662582; color:#fff; font-size: 21px; border: 3px solid #fff; cursor: pointer; }
.faq_a {  }



h1 {font-size:30px;font-weight:400;color:#000;line-height:42px;}
h2 {font-size:26px;font-weight:600;color:#000;line-height:38px;}
h3 {font-size:22px;font-weight:400;color:#000;line-height:34px;}
h4 {font-size:20px;font-weight:400;color:#000;line-height:32px;}
h5 {font-size:18px;font-weight:400;color:#000;}
h6 {font-size:16px;font-weight:400;color:#000;}

/* list css */

ul {list-style-type:disc;margin:10px 40px;}
ol {list-style-type:decimal;margin:10px 40px;}
ul li {display:list-item;}
ol li {display:list-item;}

.content_blocks li {margin-top:25px; list-style-type: square;}


/* link css */

a {color: #000;text-decoration:none; }
a:visited {color:#000;}
a:hover {color:#000; font-weight: 600;}
a:active {color:#000; font-weight: 600;}

/* CMSMS MicroTiny WYSIWYG Editor text left */

.CMSMSBody {text-align:left;}

/* elements css */

strong,b {font-weight:600;}
em,i {font-style:italic;}
u {text-decoration:underline;}

.form h1,.form h2,.form h3,.form h4,.form h5,.form h6,.form p {margin:5px -6px;}
.form input,.form textarea {background:#FFF;border:1px solid #000;padding:8px;font-family:'Roboto Condensed',sans-serif;color:#000;font-size:16px;font-weight:300;border-radius:5px;}
.form input[type=submit],.form button {color:#FFF;background:#662582;border:0;font-weight:400;width:100%;}
.form input[type=submit]:hover,.form button:hover {background:#000;cursor:pointer;}
.form td {padding:0 12px;border:0;}
.form div input[type=radio] {cursor: pointer; } 


/* .formuliervast {position: fixed;} */













.search-form input {background:#FFF;border:0;padding:8px;font-family:'Roboto Condensed',sans-serif;color:#000;font-size:16px;font-weight:300;border-radius:5px;}
.search-form input[type=submit]{display:none;}

.kopjeform label {font-weight: bold;}
/* content css */

#header_container {
	top: 0;
	left: 0;
	position: fixed;
	background: #FFF;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2 );
}

#header_container span {color:#662582;}

#content_container {
	margin-top: 60px;
	width: 100%;
}

.content_back {
	width: 100%;
	text-shadow: 0 0 5px #000;
	border-bottom: 1px solid #efefef;
	font-size: 18px;
	font-weight: 400;
	padding: 315px 0;
}

.content_back p,.content_back h1,.content_back h2,.content_back h3,.content_back h4,.content_back h5,.content_back h6 {
	color: #FFF;
	padding: 5px;
}

.content_blocks {
	background: #FFF;
	border-bottom: 1px solid #efefef;
	padding: 40px 0;
}

.content_blocks p {padding:5px;}

.content_blocks h1,.content_blocks h2,.content_blocks h3,.content_blocks h4,.content_blocks h5,.content_blocks h6 {
	padding: 5px;
	color: #662582;
}

.news-content {
	text-align: center;
	border: 1px solid #efefef;
	border-radius: 5px;
	color: #000;
}

.news-content:hover {background:#f5f5f5;}

.news-content:hover > .orange_button {background:#000;}

.orange_button {
	margin: 20px;
	text-align: center;
	background: #662582;
	border-radius: 5px;
	font-weight: 400;
	color: #FFF;
}

.round {padding:30px;}

.round > div {
	border-radius: 50%;
	overflow: hidden;
}
.round img {
	display: block;
	width: 100%;
}

.image-article img {
	width: 100%;
	border-radius: 10px;
	display: block;
}

.footer {
	background: #662582;
	padding-bottom: 50px;
	color: #fff;
	overflow:hidden;
}

.footer a {color:#000;text-decoration:none;}
.footer a:hover{color:#000;}

.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6 {
	padding: 5px;
	color: #fff;
}

.footer p {
	padding: 0 5px;
	margin: 0 10px;
	color: #fff;
}

.footer-desktop {display:block;}
.footer-mobile {display:none;}

.main-nav {
    background:#fff;
    border: 3px solid #ef8b0e;
    color:#ef8b0e;
    font-family: 'Quicksand', sans-serif;
	font-size: 48px;
	text-align: center;
    position: fixed;
    right:5px;
    bottom:2px;
    padding:20px 20px 10px 20px;
    border-radius: 10px;
    
}

.main-nav p {margin:0;}

.main-nav a {
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}

.main-nav a:hover {color:#CCC;}

.facebook-share {background:#42549a;color:#FFF;text-decoration:none;padding:5px 10px;border-radius:5px;}
.twitter-share {background:#66ccff;color:#FFF;text-decoration:none;padding:5px 10px;border-radius:5px;}
.facebook-share:hover,.twitter-share:hover {background:#000;color:#FFF;}
.facebook-share:visited,.twitter-share:visited {color:#FFF;}

.social img {width:18px;display:inline-block;}

@media screen and (max-width: 1600px) {
	
	.content_back {padding:150px 0;}
}

@media screen and (max-width: 1200px) {
	
	.content_back {padding:100px 0;}

	.news-height {min-height:280px;}

}

@media screen and (max-width: 980px) {
	
	.content_back {padding:100px 0;}

	.news-height {min-height:340px;}

}

@media screen and (max-width: 800px) {
	

	
	body {line-height:25px;}

	.search-form label {display:none;}
	
	#header_container:hover {
		overflow: auto;
		max-height: 100%;
	}

	#content_container {
		overflow: hidden;
	}

	.content_blocks {padding:0;}
	
	.news-content {
		text-align: left;	
		line-height: 20px;
		min-height: 100%;
	}

	.news-content h1,.news-content h2,.news-content h3,.news-content h4,.news-content h5,.news-content h6,.news-content p {margin:10px;}

	.news-height {min-height:100%;}
	
	.orange_button {margin:15px;}
	
	.news-content > .round {
		float: left;
		padding: 15px;
		width: 30%;
	}

	.image-article {
		margin: -20px -20px 10px -20px;
	}

	.image-article img {
		border-radius: 0;
	}
	
	.footer-desktop {display:none;}
	.footer-mobile {display:block;}
	
	.footer {padding-bottom:5px; overflow:hidden;}
	
	.social img {
		width: 26px;
		display: inline-block;
		margin: 10px 5px;
	}

	#switch-div {display:flex;flex-flow:column;}
	#one {order:2;}
	#two {order:1;}
	
}

@media screen and (max-width: 600px) {
    
    .logo img {max-width: 100px;}
	
	.content_back {padding: 90px 0;}
	
	.news-content {line-height:25px;}

}
/* cmsms stylesheet: Best-Layout-2024-menu modified: Thursday, June 26, 2025 9:34:29 PM */
/* TEMPLATE 1200 v2.3 (by PMKMedia.nl/template1200v2) */

 

/* menu css */

#menu {
	font-size: 20px;
}

.logo a {
	text-decoration: none;
}

#nav-mobile {
	display: none;
}

#menu-mobile {
	float: right;
}

#menufooter, #menufooter ul, #menu, #menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menufooter li, #menu li {
	float: left;
	position: relative;
}

#menu li ul {
	position: absolute;
	margin-top: -10%;
	margin-left: 10%;
	display: none;
}

#menu li:hover ul {
	display: block;
}


/* menufooter link css */

#menufooter li ul {
	margin-top: 0;
	margin-left: 0; 
}

#menufooter ul li a, #menufooter li a  {
  position: relative;
  left: -20px;
}




#menufooter li:hover ul {
	display: block;
}



#menufooter a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0px 20px;
	margin: 0px 20px;
	font-weight: 400;
	-webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
     line-height: 30px;
}

#menufooter a:hover {
	color: #ccc;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



#menufooter ul a {
	width: 250px;
}

#menufooter .currentpage {
	background: #662582 !important;
	color: #ccc !important;
/*	border-radius: 5px !important; */
/*border-bottom: 3px solid #662582; */
}


 #menu a.whatsapp {
	background: #fff;
	font-weight:800;
	color: #075E54;
	border: #075E54 solid 3px;
	-webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
}



 #menu a.whatsapp:hover {
	background: #075E54;
	font-weight:800;
	color: #fff;
	border-radius: 50px;
	border: #075E54 solid 3px;
	-webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
}



/* menu link css */

#menu a {
	display: block;
	color: #662582;
	text-decoration: none;
		padding: 20px 25px;
	margin: 5px;
	border: solid 3px  #662582;
	border-radius: 5px;
	font-weight: 800;
		-webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

#menu a:hover {
	background: #662582;
	color: #fff;
	font-weight:800;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

#menu ul {
	background: #FFF;
	width: 200px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2 );
}

#menu ul a {
	width: 200px;
	padding: 10px;
}

.currentpage {
/*	background: #662582 !important; */
	color: #662582 !important;
/*	border-radius: 5px !important; */
border-bottom: 3px solid #662582;
}

/* menu z-index */

#menu ul {
	z-index: 1000;
}

@media screen and (max-width: 800px) {	

	/* mobile menu css */

	#menu-mobile {
		float: none;
	}
	
	.logo {
		display: none;
	}

	#nav-mobile {
		display: block;
		padding: 10px;
		font-size: 20px;
		font-weight: 400;
		background: url(https://budgetdruk.nl/locaties/uploads/designs/Best-Layout-2024/mobmenu.svg) no-repeat right;
		background-position: 98% 50%; 
		background-size: 22px;
		-moz-background-size: 22px;
		-webkit-background-size: 22px;
	}

	#menu {
		display: none;
	}
	
	#menu-mobile:hover #menu {
		display: block;
	}

	/* menu css */
	
	#menu li {
		float: none;
	}
	
	#menu li ul {
		position: relative;
		margin-top: 0;
		margin-left: 0;
		display: block;
	}
	
	#menu li:hover ul {
		display: block;
	}
	
	#menu ul {
		width: 100%;
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	/* menu link css */
	
	#menu ul a {
		width: 100%;
		padding: 10px 10%;
	}

}
/* cmsms stylesheet: Best-Layout-2024-fonts modified: Thursday, June 26, 2025 9:34:29 PM */
@font-face {
    font-family: 'Barlow';
    src: url(https://budgetdruk.nl/locaties/uploads/designs/Best-Layout-2024/barlow-regular.eot),
         url(https://budgetdruk.nl/locaties/uploads/designs/Best-Layout-2024/barlow-regular.woff2),
         url(https://budgetdruk.nl/locaties/uploads/designs/Best-Layout-2024/barlow-regular.woff),
         url(https://budgetdruk.nl/locaties/uploads/designs/Best-Layout-2024/barlow-regular.ttf),
    font-weight: normal;
    font-style: normal;
