body {
    color: #434343;
    font-family: 'Poppins', sans-serif;
	line-height: 2;
	font-size: 17px;
	overflow-x: hidden;
	padding-top: 100px;
}
#wrap {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto !important;
}
img[style*="float:left"],img[style*="float: left"],img[align="left"] {
  margin: 5px 15px 5px 0px;
}
img[style*="float:right"],img[style*="float: right"],img[align="right"] {
  margin: 5px 0px 5px 15px;
}
.img-responsive {
	display: inline-block;
}
@media (max-width: 450px) {
	img.img-responsive {
		float: none !important;
		/* display: block; */
		margin-left: 0 ;
		margin-right: 0;
	}
}


a {
	/* color: #0072ff; */
	color: #434343;
    text-decoration: underline;
}

a:hover, a:focus {
	color: #0072ff;
	text-decoration: underline;
}

a:active, a:hover {
	outline: 0 none;
}
a:not([href]), 
a:not([href]):hover {
    color: #0072ff;
    text-decoration: underline;
	cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #82b917;
    border-color: #a5d150;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #a5d150;
    border-color: #a5d150;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 2;
}
h1 {
	font-size: 36px;
	font-weight: 700;
}
h2 {
	font-size: 31px;
}
h1.variable {
  font-size: calc(18px + 1.1vw);
  min-width: 0vw;
}
h1.s36, h2.s36 {
	font-size: 36px;
}
h1.s32, h2.s32 {
	font-size: 32px;
}
h1.s26, h2.s26 {
	font-size: 26px;
}
h1.s24, h2.s24 {
	font-size: 24px;
}
h1.s20, h2.s20 {
	font-size: 20px;
}
h1.s18, h2.s18 {
	font-size: 18px;
}


@media (min-width: 991px) {
	h1.pagetitle {
		font-size: 22px;
		font-weight: 400;
		color: #111;
		margin-top: 0;
		overflow-wrap: break-word;
		word-wrap: break-word;
		hyphens: auto;
	}
}
/*
h2 {
  font-size: calc(16px + 1.1vw);
  min-width: 0vw;
}
*/
.h3, h3 {
    font-size: 1.2rem;
	color: #0072ff;
}
.h4, h4 {
    font-size: 24px;
}

p {
	/* line-height: 1.6; */
	/* font-size: 18px; */
	margin: 0 0 20px;
}
img {
	max-width: 100%;
	height: auto !important;
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.navbar-brand img {
	max-width: 105px;
}

.navbar-collapse.show {
	border-bottom: 2px solid #0072ff;
	background: #eff6ff;
	padding-bottom: 15px;
}
#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff1e5;
	color: #333;
}
#footer a {
	text-decoration: none;
}

.section li {
    list-style: none;
}

.section li::before {
	content: "• ";
	font-size: 40px;
	color: #0072ff; 
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
    vertical-align:middle;
    line-height:20px;
}



.knop,
.button {
	display: inline-block;
	vertical-align: middle;
	background: #0072ff;
	padding: 10px 45px;
	color: #fff !important;
	text-decoration: none;
	border-radius: 25px;
	font-weight: 700;
	text-shadow: none;
	text-align: center;
	margin: 10px 0;
}
.knop:hover,
.button:hover {
	color: #fff !important;
	text-decoration: none;
}
.button.wide {
	display: block;
}
.button.small {
	padding: 5px 15px;
	border-radius: 5px;
}

.button.blue,
.button.blauw {
	background: #48a1da;
	color: #fff !important;
}
.button.blue:hover,
.button.blauw:hover {
	color: #111 !important;
	text-decoration: none;
}

.button .fa {
	color: #fff;
}



.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
  
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	margin-bottom: 10px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
  width: 100%    !important;
  height: auto   !important;
}


.b1, .b2, .b3, .b4 {
    padding: 75px 0 ;
}
.b2 {
		background: #fff;
}
.b3 {
		background:#fff1e5;

}
.l3 {
	background: #fff1e5;
	background: #f9f9f9;
	padding-top: 5px;
}

.fullbottom {
	padding: 40px 0 40px;
}

.minihero {
    background-size: cover !important;
    background-position: center !important;
	max-width: 100%;
}

.btcolumn-row {
    padding: 10px 0px;
	display: -ms-flexbox !important;
    display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
blockquote {
	padding: 0px 25px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 10px solid #fff1e5;
}