html {
	overflow-y: scroll;
}
body {
	color: #555;
	font-family: 'Inter', sans-serif;
	font-size:1.7em;
	margin: 0;
	padding: 80px  0 0 0;
	padding-right: 0!important;
	background: #fff;
}
img {
	max-width: 100%;
	height: auto!important;
}
.img_l {
	padding: 0.5% 1% 0 0;
}
.img_r {
	padding: 0.5% 0 0 1%;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
    outline:0 none !important;
	text-decoration:none;
}
*:focus, *:visited, *:active, *:hover  {
	outline:0 !important;
}
*::-moz-focus-inner {
	border:0;
}
button::-moz-focus-inner {
	border: 0;
}
.container-fluid {
	overflow: hidden;
}
.nopadding {
	padding: 0;
}
.breadcrumb {
    margin: 0 15px 15px;
    background-color: #e7e7e7;
    border-radius: 0;
}h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
	font-family: 'ubuntu', Sans-serif;
	color: #1D4F25;
	word-break: break-word;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #000;
	opacity:0.8;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
	color:#377D41;
}
@media (min-width:768px) and (max-width: 1200px) {
	h1 {
		font-size: 4vw;
	}
	h2 {
		font-size: 3vw;
	}
}
@media (max-width:767px) {
	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 2.8rem;
	}
}
h1, .h1 {
    font-size: 50px;
}
h4, .h4 {
    font-size: 20px;
}
h5 {
	font-family: 'Caveat', cursive;
	font-size:30px;
	margin:0;
}
.knop {
	border: 1px solid #fff;
    padding: 10px 15px;
    background: #79b82b2e;
    color: #fff;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.knop:hover {
	opacity:0.8;
	color:#fff;
}
.logo {
	max-height: 75px;
    padding: 0;
}
.lr2 {
	background: #ccc;
	margin-top: 30px;
}
.wrap {
	max-width:1170px;
	margin: 0 auto;
	padding:50px 0;
	display:block;
}
/*menu*/
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar {
    min-height: 70px;
	border: 15px solid #fff;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-toggle {
    margin-top: 18px;
	border-radius:0;
}
.navbar-collapse { 
    max-height: 100% !important; 
}
/*einde menu*/
/*flex tabel*/
.buiten {
    display: flex;
    max-width: 800px;
    margin: 0;
}
.binnen {
	flex-grow: 1;
	padding: 5px;
	border: 1px solid #444750;
	width: 33%;
	margin: 1px;
	font-size: 0.9em;
}
.binnen p {
	margin: 0;
}
@media (max-width: 1199px) {
	.buiten {
		flex-wrap: wrap;
	}
	.binnen {
		flex: 1 0 95%;
	}
}
/*einde flex tabel*/
/*fixed*/  
.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.wrapper {
	flex: 1;
}
footer {
    left: 0;
    bottom: 0;
	padding: 15px;
    height: calc(100% - 200px);
    width: 100%;
	background: #2d3f44;
	color: #c1c1c1;
}
footer a {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #c1c1c1;
}
footer a:hover {
	color: #909090;
}
footer hr {
    width:25%;
    margin:30px auto;
	border-top: 1px solid #cc3399;
}
.credit {
	text-align:center;
	font-size:85%;
}
#return-to-top {
    position: fixed;
    bottom: 100px;
	right:0;
    display: block; 
	display: none;
	transition: all 0.3s ease;
	background: rgba(0,0,0,.5);
	padding: 15px;
	border-radius: 4px 0 0 4px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a#return-to-top {
	color:#fff!important;
}