html {
	overflow-y: scroll;
    scroll-behavior: smooth !important;
}
body {
	color: #555;
	font-family: 'Inter', sans-serif;
	font-size:1.8em;
	font-weight:300;
	margin: 0;
	padding: 0;
	padding-right: 0!important;
	background: #fff;
}
img {
	max-width: 100%;
	height: auto!important;
}
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;
}
a {
	color: #6F7A8C;
	-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:hover {
	color: #797362;
}
h1, h2, h3, h4 {
	font-family: 'ubuntu', Sans-serif;
    letter-spacing: 1px;
	color: #6F7A8C;
	word-break: break-word;
	margin:30px 0;
}
h1, h2, h3 {
    text-transform: uppercase;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
	color:#BB8D38;
}
@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;
	}
}
h4, .h4 {
    font-size: 20px;
}
h5 {
	font-family: 'Caveat', cursive;
	font-size:30px;
	margin:0;
}
.container-fluid {
	overflow: hidden;
}
.nopadding {
	padding: 0;
}
.wrap {
	max-width:1440px;
	margin:0 auto;
}
/*half*/
@media (min-width:768px) {
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
	.row.equal > [class*='col-'] {
		display: flex;
		flex-direction: column;
	}
	.row.equal .half {
		flex: 1;
	}
	.half {
		padding: 50px;
	}
	.links, .rechts {
		border-radius: 8px;
	}
}
.half,
.half h2,.half h3,.half h4 {
	color: #fff;
}
.links {
	background: #6F8C82;
}
.rechts {
  background: 
     linear-gradient(rgba(255, 190, 0, 0.8), rgba(255, 190, 0, 0.8)),
    url("/modules/blogs/images/blast.png") center/cover no-repeat;
}
@media (max-width:767px) {
	.links, .rechts {
		padding: 15px;
	}
	.links {
		border-radius:8px 8px 0 0;
	}
	.rechts {
		border-radius: 0 0 8px 8px;
	}
}
.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
    text-align: center;
}
/*menu*/
/*menu*/
.homeknop {
	display: inline-block;
	padding: 23px 10px;
}
.fa-home {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#650b0b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}
.homeknop a {
	color: #fff;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-default {
    background-color: hsl(0deg 0% 0% / 45%);
	border-color: transparent;
}
.navbar {
    border: 0px solid transparent;
	z-index:1;
}
.nav > li > a {
    padding: 10px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	letter-spacing: 1px;
	font-style: normal;	font-weight: 600;
	font-size: 16px;
	
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background: #FF0000;
    margin: 15px 8px 15px 15px;
    padding: 10px;
    font-weight: 600;	border-radius: 8px;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.mobiel {
		display: none!important;
	}
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
	.home {
		padding: 18px;
        display: inline-block;
    }
	.navbar-collapse.in {
		bottom: 58px;
		position: absolute;
		background-color: rgba(0,0,0,0.85);
		width: 100%;
	}
	.navbar-inverse {
    	border-color: transparent;
		background:#000;
	}
	.navbar-inverse .navbar-toggle {
		border-color: transparent;
		color: #fff;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: transparent;
	}
	nav {
		display: none;
	}
	.navbar-collapse {
		position: absolute;
		bottom: 58px;
		width: 100%;
		background-color: rgba(0,0,0,0.85);
	}
	.navbar-fixed-bottom {
	    border-width: 0;
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: inherit;
	}
	.navbar-toggle {
      border: none;
      outline: none;
	  margin-right: 5px;
    }
	.navbar-nav .open .dropdown-menu > li > a {
    	line-height: 30px;
	}
	.navbar.affix {
		bottom: 0;
	}
}/*affix*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.navbar.affix {
    position: fixed;
    z-index: 10000;
    left: 0;
    width: 100%;
    border: 0;
    margin-top: 0;
    padding-top: 0px;
    border-radius: 0;
}
.affix-top {
	margin-top: 40px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
@media (min-width:768px) {
	.navbar.affix {
		top: 0;
		background:rgb(0,0,0);
		-webkit-transition: all .3s ease-in;
		transition: all .3s ease-in;
		z-index: 1;
	}
	.affix-top:hover {
		background:rgba(0,0,0,.65);
	}
}
.affix-placeholder {
    display: none;
}
.navbar.affix + .affix-placeholder {
    display: block;
    visibility: hidden;
}
.affix + .container-fluid {
    padding-top:0px;/*verticalebump*/
}
/*einde affix*/
/*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;
	margin: 0;
	height: 100vh;
    background: url(/modules/minivhero/img/graskaal.png), linear-gradient(to top, #b3dee3 35%, #ffffff 50%);
    background-size: contain, cover;
    background-repeat: repeat-x, no-repeat;
    background-position: bottom, center;
}.page-1 .wrapper {	background: inherit;}.page-4 .fas {	color: #FF0000;}
footer {
    left: 0;
    bottom: 0;
	padding: 15px;
    height: calc(100% - 200px);
    width: 100%;
	background: #fff;
}
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;
}
footer a:hover {
	color: #909090;
}
footer hr {
    width:25%;
    margin:30px auto;
	border-top: 1px solid #FF0000;
}
.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;
}
blockquote {
    padding: 40px 80px 70px;
    position: relative;
	border:none;
}
blockquote p {
	font-family: 'ubuntu', Sans-serif;
    letter-spacing: 1px;
	color: #6F7A8C;
    font-size: 35px;
    text-align: center;
}
blockquote:before {
	position: absolute;
	font-family: 'FontAwesome';
	top: 0;
	content:"\f10d";
	font-size: 140px;
	color: rgba(0,0,0,0.1);
}
blockquote::after {
	content: "";
    position: absolute;
    width: 25%;
    margin: 30px auto;
    border-bottom: 3px solid #ddd;
    top: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.or {
	background: url(/modules/minivhero/img/graskaal.png), linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(44 191 203 / 45%) 30% 25%, rgba(255, 255, 255, 1) 99%);
	background-size: contain, cover;
	background-repeat: repeat-x, no-repeat;
	background-position: bottom, center;
}
.or img {
	border-radius: 8px;
}
.orwrap {
	max-width: 1170px;
    margin: 0 auto;
	padding:50px 0;
	margin-top:50px;
}
.orwrap:empty {
	display:none;
	visibility:hidden;
}iframe {	border-radius: 8px;}a.knop {	background: #FF0000;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 8px;    -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.knop:hover {opacity:0.8;}