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;
}
h1, h2, h3, h4 {
	font-family: 'ubuntu', Sans-serif;
    letter-spacing: 1px;
	color: #576673;
	word-break: break-word;
	margin:30px 0;
}
h1, h2, h3 {
    text-transform: uppercase;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
	color:#2582b0;
}
@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;
}
.lr {
	background:#dee7e9;
	margin-top: 30px;
}
.lr h3 {
	margin:0 0 10px 0;
}
.lr img {
	border: 1px solid #cdd5e1;
}
.wrap {
	max-width: 1170px;
    margin: 0 auto;
	padding:30px 0;
}
.wrap:empty {
	display:none;
	visibility:hidden;
}.breadcrumb {
    padding: 15px 0 0 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
}
.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: none;
}
a.foon {
	color: #fff;
	background: #2582b0;
	border-radius: 5px;
	padding: 15px;
	float: right;
	-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;
}
@media (max-width:767px) {
	a.foon {
		float:inherit;
		position: absolute;
		top: 5px;
		left: 0;
	}
}
a.foon:hover {
	color: #fff;
	background: #2582b0;
	opacity:0.8;
}
a.foon:before {
    content: "\f095";
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 1px;
    right: 7px;
}

/*menu*/
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar {
    min-height: 70px;
	border: 15px solid #fff;
}
.navbar-toggle {
    margin-top: 18px;
	border-radius:0;
}
.navbar-collapse { 
    max-height: 100% !important; 
}
/*submenu*/
.colsub {
	background: #f9f9f9;
	padding: 2px;
	border: 1px solid #ddd;
	display: inline-block;
	width:100%;
	border-radius:5px;
}
.colsub:empty,
.colproducts:empty {
	display:none!important;
}
.colproducts {
	padding-bottom: 15px;
	display: inline-block;
}
.submenu {
	float:left;
}
.submenu a {
    background: #519BC0;
    padding: 8px;
    margin: 2px;
	border-radius:5px;
    display: inline-block;
    line-height: 21px;
    color: #fff;
    font-weight: 100;
    letter-spacing: -0.1px;
    font-size: 90%;
	transition: all .2s ease-in-out;
}
.submenu a:hover {
    background: #1a5e7f;
}
.submenu.active a {
    background: #1a5e7f;
    color: #eee;
}
/*einde submenu*/
/*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;
}