
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
}
body {
  overflow-x: hidden;
  /* background: #383E4C; */
  background-image: url("../img/background-geldspelletjes.webp");
  background-attachment: fixed;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
.banner-groot {
	width: 100%; 
	height: auto; 
	padding: 5px;
}
.icon-18+ {
 	width: 56px;  
  	image-rendering: auto;
 	max-inline-size: 100%;
	max-width: 56px;
 	height: auto;
	float: left;
}
.small-icon img {
 	 max-width: 56px;
}
.icon-rating {
 	width: 40px;  
  	image-rendering: auto;
 	width: 100%;
 	max-width: 40px;
 	height: auto;
}
.icon-rating5 {
 	width: 70%;  
  	image-rendering: auto;
 	max-width: 70%;
 	height: auto;
}
.icon-rating4 {
 	width: 55%;  
  	image-rendering: auto;
 	max-width: 55%;
 	height: auto;
}
.icon-rating3 {
 	width: 40%;  
  	image-rendering: auto;
 	max-width: 40%;
 	height: auto;
}
.icon-high-quality {
  image-rendering: high-quality;
}
.icon-left {
	float: left;
	max-inline-size: 100%;
  	block-size: auto;
	padding: 10px;
}
.icon-right {
	float: right;
	max-inline-size: 100%;
  	block-size: auto;
	padding: 10px;
}
h1 {
  font-size: 35px;
  font-weight: 700;
  color: #545454;
}
h2 {
  font-size: 23px;
  font-weight: 700;
  color: #545454;
}
h3 {
  font-size: 21px;
  font-weight: 700;
  color: #545454;
}
h4 {
  font-size: 19px;
  font-weight: 900;
  color: #545454;
}
h5 {
  font-size: 17px;
  font-weight: 900;
  color: #545454;
}
p {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0;
}
a {  font-weight: 700; }
a:link { color: #1743a6;}
a:visited { color: #1743a6;}
a:active { color: #708dd0;}
a:hover {  text-decoration: underline; color: #0a1c46;
}
ul.uitleg {  
	list-style-image: url('../img/check.png');
	line-height: 1.8;	
	padding: 10px 10px 0 20px;
	text-align:left;
}
li.uitleg {
	margin-bottom: 20px;
}	
ul.list {  
	list-style-image: url('../img/check.png');
	list-style-type: none;
	text-align: left;
}
li.list {
	padding: 5px 5px 8px 0px;
	border: solid 1px transparent
	border-radius:1px;
}	
.box2 {
  box-sizing: border-box;
  border: 15px solid transparent;
  background-clip:padding-box;
}
.pink-text { color: #5e545a; }
.pink-btn { background: #000; }
.pink-btn:hover { background: #5e545a; }
.feature-content {
    background: #f5fdfd;
    padding: 5px;
    border: 2px solid #7de4ec;
    border-radius: 13px;
}
.feature-content img {
    border-radius: 10px;
}
.feature-content-artikel {
	background: #f5fdfd;
    padding: 40px;
    border: 2px solid #7de4ec;
    border-radius: 13px;
}
.feature-content-title {
    padding: 0 10px;
    text-align: left;    
}
.feature-content-description {
    padding: 0 10px 10px 10px;
    text-align: left;
    color: #333333;
    margin-top: 15px;
}
.feature-content-link {
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 3px 26px;
  	font-weight: 600;
    text-decoration: strong;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.feature-content-link:hover, .feature-content-link:link, .feature-content-link:visited  {
  color: white;
  text-decoration: none;
}
.about-section {
    height: 100%;
    padding-top: 30px;
}
.tm-box {
  background-color: #f2f2f2;
  max-width: 1140px;
  width: 100%;
  padding: 30px;
}
.hr-gray hr {
  border-top: 4px dotted #ccc9c9;
}
.tm-box-description {
  padding: 30px;
}
.tm-box-p {
 	margin-bottom: 10px;
    text-align: left;
    padding: 5px 5px 5px 0px;
}
.tm-box-p p:before {
	content: url('../img/ico-link-blue.webp');
 	margin-bottom: 5px;
}
.boxed {
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
  border-radius:10px;
  border:2px solid #bad3d5;
}
#blog-area {
    margin: 60px 0px;
}
.blog-content {
  background: #F2F2F2;
  max-width: 555px;
  margin: 0 auto;
  padding: 25px;
  border-radius: 8px;
  border:2px solid #bad3d5;
 margin-bottom: 10px;
}
.blog-content-picts p:before {
	content: url('../img/ico-star16x16.webp'); /*ico-link-blue.webp*/
}
.blog-content-picts span{
  display:inline-block;
  vertical-align:top;
  margin-top:-10px;
  margin-left:-5px;
}
.blog-content p {
    padding: 10px;
    text-align: left;
    color: #333333;
}
.copy {
    color: #000;
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 10px;
	font-weight: 700;
}
.copy a:link { color: #000; }
.copy a:visited { color: #000; }
.copy a:active { color: #1743a6; }
.copy a:hover { text-decoration: undeline;
}
#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}
/* headmenu menumaker 108387 - hover bfd8d9 e5eaea* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);*/
#cssmenu2,
#cssmenu2 ul,
#cssmenu2 ul li,
#cssmenu2 ul li a,
#cssmenu2 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu2:after,
#cssmenu2 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu2 #menu-button {
  display: none;
}
#cssmenu2 {
  width: auto;
  border-radius: 5px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #00c0f0;
  background: -o-linear-gradient(top, #24d3ff, #009fc7);
  background: -ms-linear-gradient(top, #24d3ff, #009fc7);
  background: -webkit-linear-gradient(top, #24d3ff, #009fc7);
  background: -moz-linear-gradient(top, #24d3ff, #009fc7);
  background: linear-gradient(to bottom, #24d3ff, #009fc7);
  box-shadow: inset 0 -3px 0 #0093b8, inset 0 -3px 3px #0097bd, inset 0 2px 2px #5cdeff, inset 1px 0 2px #00a3cc, inset -1px 0 2px #00a3cc, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
}
#cssmenu2.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu2.align-center ul ul {
  text-align: left;
}
#cssmenu2.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu2.align-right > ul > li {
  float: right;
}
#cssmenu2.align-right ul ul {
  text-align: right;
}
#cssmenu2 > ul > li {
  float: left;
}
#cssmenu2 > ul > li > a {
  padding: 20px 25px;
  font-size: 14px;
  color: #fffff9;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
/*hover kleur*/
#cssmenu2 > ul > li:hover > a,
#cssmenu2 > ul > li > a:hover,
#cssmenu2 > ul > li.active > a {
  color: #faf9cd;
}
#cssmenu2 > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu2 ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 18px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #00c0f0;
  background: -webkit-linear-gradient(top, #10cfff 0%, #00ccff 25%, #00b0dc 50%, #10cfff 75%, #00ccff 100%);
  background: -ms-linear-gradient(top, #10cfff 0%, #00ccff 25%, #00b0dc 50%, #10cfff 75%, #00ccff 100%);
  background: -moz-linear-gradient(top, #10cfff 0%, #00ccff 25%, #00b0dc 50%, #10cfff 75%, #00ccff 100%);
  background: -o-linear-gradient(top, #10cfff 0%, #00ccff 25%, #00b0dc 50%, #10cfff 75%, #00ccff 100%);
  background: linear-gradient(to bottom, #10cfff 0%, #00ccff 25%, #00b0dc 50%, #10cfff 75%, #00ccff 100%);
  box-shadow: inset 0 -1px 1px #009bc2, inset 0 2px 1px #3ed8ff;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu2 ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu2 ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 26px;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #fffff9;
  z-index: 99;
}
#cssmenu2 ul > li.has-sub:hover > a:before {
  border-top-color: #006e8a;
}
#cssmenu2 ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
  z-index: 100;
}
#cssmenu2 > ul > li > ul {
  top: 92px;
  padding-top: 8px;
  border-radius: 5px;
}
#cssmenu2 > ul > li:hover > ul {
  left: auto;
  top: 52px;
  opacity: 1;
}
#cssmenu2.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu2 ul ul ul {
  top: 40px;
}
#cssmenu2 ul ul > li:hover > ul {
  top: 0;
  left: 273px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu2.align-right ul ul > li:hover > ul {
  left: auto;
  right: 273px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu2 ul ul li a {
  width: 175px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #fffff9;
  text-decoration: none;
  background: #06a7d0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
/*hover kleur*/
#cssmenu2 ul ul li:hover > a,
#cssmenu2 ul ul li > a:hover,
#cssmenu2 ul ul li.active > a {
  color: #faf9cd;
}
#cssmenu2 ul ul li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: inset 0 2px 2px #34d1f9;
}
#cssmenu2 ul ul li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 0 -3px 0 #0593b7, inset 0 -3px 3px #057f9e, 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.13);
}
#cssmenu2 ul ul > li.has-sub > a:after {
  right: 12px;
  top: 10px;
  background: #06a7d0;
  background: -webkit-linear-gradient(top, #07bfee 0%, #06b3df 25%, #0597bc 50%, #07bfee 75%, #06b3df 100%);
  background: -ms-linear-gradient(top, #07bfee 0%, #06b3df 25%, #0597bc 50%, #07bfee 75%, #06b3df 100%);
  background: -moz-linear-gradient(top, #07bfee 0%, #06b3df 25%, #0597bc 50%, #07bfee 75%, #06b3df 100%);
  background: -o-linear-gradient(top, #07bfee 0%, #06b3df 25%, #0597bc 50%, #07bfee 75%, #06b3df 100%);
  background: linear-gradient(to bottom, #07bfee 0%, #06b3df 25%, #0597bc 50%, #07bfee 75%, #06b3df 100%);
  box-shadow: inset 0 -1px 1px #0583a3, inset 0 2px 1px #2acff9;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu2.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu2 ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu2 ul ul > li.has-sub > a:before {
  top: 16px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #fffff9;
}
#cssmenu2.align-right ul ul > li.has-sub > a:before {
  top: 16px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #fffff9;
  border-left-color: transparent;
}
#cssmenu2 ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #046b86;
}
#cssmenu2.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #046b86;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 1px;
  z-index: 99;
  font-size: 17px;
  border: 5px;
  border-radius: 4px;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 5px;
}
#myBtn:hover {
  background-color: #555;
}
@media only screen and (max-width: 1200px) {
	.small-icon img { max-width: 42px; }
	.icon-rating { height: auto; width: 26px; }
	.icon-rating5 { height: auto; width: 50%; }
	.icon-rating4 { height: auto; width: 40%; }
	.icon-rating3 { height: auto; width: 30%; }
}
@media only screen and (max-width: 1024px) {
	h2 { font-size: 20px; }
	h3 { font-size: 18px; }
	h4 { font-size: 17px; }
	h5 { font-size: 16px; }
	.icon-left {   width: 100%; border: 10px;}
	.feature-content-title { text-align: center; margin-left: 0; }
 	.feature-content-description {  text-align: center; padding:  0 10px 0 10px; }
	.blog-content p {  margin-bottom: 11px;  padding: 0  5px 0 25px;  text-align: left; }
}
@media only screen and (max-width: 767px) {
	#myBtn {   font-size: 14px; }
	.boxed img { width: 100%;	}
	.boxed { padding: 5px; margin-right: 0px; margin-left: 0px;}	
  	.feature-content { max-width: 766px; padding-top: 5px;  padding-bottom: 35px; 0 auto 30px;  }
  	.feature-content-artikel { max-width: 766px; padding: 10px; }
 	.feature-content-description { padding:  0 1px 0 1px; }
	.tm-box {  padding: 5px; max-width: 766px;  margin: 0 auto 10px; }
	.tm-box-description {  padding: 1px;  margin-right: 10px;	}
	.tm-box-p {  margin-left: 0px;  margin-right: 0px; padding: 1px;}
    .blog-content { margin-bottom: 30px; }
	.img-responsive { display:none; }
	.small-icon img { max-width: 48px; }
	.icon-rating { height: auto; width: 48px;  max-width: 48px; }
	.icon-right { width: 100%; border: 10px; }
 	/*   background-image: url("../img/background-geldspelletjes.webp"); */
  	body { overflow-x: hidden; background: #b6bdbe;}
	ul.list { margin-left: 25px;}
	li.list { padding: 5px 0px 8px 0px; margin-left: 25px;}
	ul.uitleg {  padding: 10px 10px 0 30px;}
	h2 { margin-left: 5px; }
	h3 { margin-left: 5px; }
	h4 { margin-left: 5px; }
	h5 { margin-left: 5px; margin-right: 10px; }
}	
@media only screen and (max-width: 550) {
	.icon-rating5 { height: auto; width: 65%; }
	.icon-rating4 { height: auto; width: 50%; }
	.icon-rating3 { height: auto; width: 40%; }
  	.feature-content { max-width: 550; padding-left: 5px; padding-right: 5px; padding-top: 5px; margin: 0 auto 30px;  }
 	.tm-box {  max-width: 550; padding-bottom: 15px; padding-top: 15px;}
	h2 {  font-size: 19px; }
	h3 {  font-size: 17px;  }
	h4 {  font-size: 16px;  }
}