@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Ubuntu:wght@700&display=swap');
body {
	color: #555;
	font-size:1.7em;
	font-family: 'Didact Gothic', sans-serif;
	margin: 0;
	padding-right: 0!important;
	background: #fff;
	background: url(https://roos.teverwachten.nl/templates/bootstrap/img/ballonnen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;}
img {
	max-width: 100%;
	height: auto!important;
}
.img_l {
	padding: 0.5% 1% 0 0;
}
.img_r {
	padding: 0.5% 0 0 1%;
}
h1, h2, h3, h4 {
	/* font-family: 'Ubuntu', sans-serif; */
	color: #41a657;
	/* text-shadow: 1px 1px 1px #cacaca; */
}
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;
}
.wrap {
	max-width:1170px;
	margin:0 auto;
}@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}.lr {	background: #ebf1eb;
    padding: 100px 15px;}
.top {
    background: #fff;
    font-size: 80%;
    height: 40px;
    line-height: 20px;
	text-align:center;
}
.top a {
	cursor: pointer;
	color: #555;
	padding-left: 5px;
}
.top a:hover {
	text-decoration: none;
}
.page-header {
	border-bottom: 4px double #e8762b;
	text-align: center;
}
.breadcrumb {
	padding: 10px 15px;
    background-color: rgb(54 54 54 / 62%);
    margin: 0 15px;
    color: #d5d5d5;
    text-align: center;	border-radius: 0;
}.breadcrumb 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: #eee;}.breadcrumb a:hover {
	color: #aaa;
}
/* homepage */
body#p1 {
	padding-top: 0;
}
#skrollr-body {
	margin-top: 0;
}
#wave {
	transform:rotate(180deg);
	transition: 0.3s;
	z-index: -1;
	position: absolute;
	top: 100px;
}
/* */
.half {
	height: 40px;
    box-sizing: border-box;
    margin: auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.knop1 {
	color: #fff;
	font-size: 22px;
	padding: 15px 30px;
	background: #87AC59;
	background: linear-gradient(to bottom, #515948, #000);
	background: -webkit-linear-gradient(to bottom, #515948, #000);
	border-radius: 0;
	box-shadow: 1px 2px 3px #333;
	outline: 3px solid #fff !important;
	outline-offset: -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.knop1:hover {
	color: #fff;
	outline: 3px solid #555 !important;
	outline-offset: -8px;
	background: linear-gradient(to bottom, #515948, #333);
	background: -webkit-linear-gradient(to bottom, #515948, #333);
}
footer {
    left: 0;
    bottom: 0;
	padding: 15px;
    height: calc(100% - 200px);
    width: 100%;
	background: #0d1c20;
	color: #818181;
}
footer a {
	color: #818181;    -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: #999;
}footer center {	padding: 30px 0;	font-size: 85%;}footer span:after {    content: "•";
    padding: 0 30px;}footer hr {
    width:25%;
    margin:30px auto;	border-top: 1px solid #818181;
}.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: 0;
    -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;
}/*flex tabel*/
.buiten {
    display: flex;
    max-width: 800px;
    margin: 0;
}
.binnen {
	flex-grow: 1;
	padding: 5px;
	width: 33%;
	margin: 1px;
	font-size: 0.9em;	background: rgb(192 204 215 / 50%);
}
.binnen p {
	margin: 0;
}
@media (max-width: 1199px) {
	.buiten {
		flex-wrap: wrap;
	}
	.binnen {
		flex: 1 0 95%;
	}
}
/*einde flex tabel*/