/* CSS file generated by Responsify */
/* Columns: 3, Gutter Width: 1.5, Breakpoints:  */ 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #f07d00;
}

::selection {
  color: #ffffff;
  background: #f07d00;
}


body {
	color: #999;
	font-family: "agenda", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	width:100vw;
}

.section {
	float: left;
	width: 100%;
}

h1 {
	color: #f07d00;
	font-family: agenda;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 50px;
	padding-bottom: 20px;

}

@media screen and (max-width: 768px) {
	
h1 {
	font-size: 40px;
}

}


h2 {
	color: #f07d00;
	font-family: agenda;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 36px;
}
h3 {
	color: #f07d00;
	font-family: agenda;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 28px;
}
h4 {
	color: #f07d00;
	font-family: agenda;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
    font-size: 18px;
    line-height: 18px;
}
h5 {
	color: #f07d00;
	font-family: agenda;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	font-size: 37px;
	line-height: 45px;
	transform: skew(-0.02turn, -4deg);
	margin-top: 60px;
}

@media screen and (max-width: 790px) {
h5 {
	color: #f07d00;
	font-family: agenda;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	font-size: 26px;
	line-height: 0px;
	transform: skew(-0.02turn, -4deg);
	margin-top: 60px;
}

}


a {
    color:#f07d00;
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
        color:#444;
}

#pa {
	position: fixed;
	z-index: 9999999;
	background: #f07d00;
	padding: 50px;
	width: 450px;
	max-width: calc(90% - 100px) !important;
	color: #fff;
	left: calc(50vw - 275px) !important;
}

@media screen and (max-width: 500px) {
	
#pa {
	position: fixed;
	z-index: 9999999;
	background: #f07d00;
	padding: 50px;
	width: 450px;
	max-width: calc(90% - 100px) !important;
	color: #fff;
	left: calc(50vw - 202px) !important;
}

}
#pa h1{
	color: #fff !important;
}
#pa h2{
	color: #fff !important;
}
#pa h3{
	color: #fff !important;
}
#pa h4{
	color: #fff !important;
}
.pa_close {
	float: left;
	width: 100%;
	text-align: right;
	font-weight: bold;
}

.pa_close a{
	color: #fff;
	padding:5px 10px;
}
.pa_close a:hover{
	color: #f07d00;
	background: #fff;
	text-decoration:none;

}




nav ul, nav li { margin: 0; }

  
.span1, .span2, .span3{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
p {
	margin-bottom: 23px;
}
p:empty {
	display: none;
	}

iframe {
	max-width: 100%;
	z-index:100;

}

hr {
	padding: 0;
	margin: 30px 0;
	border: 0;
	height: 1px;
	background: #f07d00;
}

strong{
	font-weight:normal;
	color:#f07d00;
}

table {
	max-width: 100% !important;
	margin-bottom: 20px;
}
td {
	border-bottom: solid 0.5px #999;
}


.img-responsive {
	max-width: 100% !important;
	height: auto !important;
}


.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
}

.sticky2 {
	padding-top: 126px !important;
}

.sticky3 {
    padding-top: 20px  !important;
}

.sticky + #contentkolom1 {

}
@media screen and (max-width: 790px) {

body{
	max-width:100vw;
	overflow-x:hidden;
}

.sticky + #contentkolom1 {
  padding-top: 0px;
}	

.sticky2 {
	padding-top: 0 !important;
}
.sticky3 {
    padding-top: 0  !important;
}

}
.mpform {
	margin-top: 30px;
	margin-bottom: 30px;
}

 /* Style the navbar */


/* Navbar links */

#navbar {
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
}

#navtop {
	width: 100%;
	height: 45px;
	background: url('images/menutop.png') repeat-x;
	position: absolute;
	top: -43px;
	background-size: 1000px;
	background-position: center top;
}
#navbot {
	width: 100%;
	height: 45px;
	background: url('images/menubot.png') repeat-x;
	position: absolute;
	bottom: -3px;
	background-size: 1000px;
	background-position: center top;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
} 



.col:first-child {
  margin-left:0;
}

.colr{
  margin-left: 1.5%;
}



#bovenbalk {
	width: 100%;
	height: 43px;
	background: url('images/topstrook.png') repeat-x;
	background-size: 1100px;
	z-index: 999999999;
	position: fixed;
}


@media screen and (max-width: 768px) {
	
#bovenbalk {
	z-index: 999;

}

}

#introblok {
	background: url('images/introblok.jpg');
	margin-top: 20px;
	background-size: 1400px;
	background-repeat: repeat;
	background-repeat: repeat;
	padding: 20px 0 36px;
	background-position: bottom;
	margin-bottom: 0 !important;
}

#introblok a{
	color:#ffffff;
}
#introblok a:hover{
	color:#ffffff;
}

#introblok h2 {
	color: #fff;
	font-size: 31px;
	padding-top: 0px;
	padding-bottom: 10px;
}


.seg{
	width:100%;
	float:left;
}

.seg ul {
	margin-left: 40px;
	margin-bottom: 10px;
	color: #f07d00;
}
.seg ol {
	margin-left: 40px;
	margin-bottom: 10px;
	color: #f07d00;
}


.dthead{
display:block;		
}
.mobhead{
display:none;		
}


#seg0 {
	width: 100%;
	height: 650px;
	max-height: calc(100vh - 110px);
	overflow: hidden;
	position: relative;
	/* background-size: ; */
	background-position: center center !important;
	background-size: cover !important;
	overflow-x:hidden;
}

@media screen and (max-width: 768px) {
.dthead{
display:none;		
}
.mobhead{
display:block;		
}


#seg0 {
	width: 100%;
	height: 48vw !important;
	overflow: hidden;
	position: relative;
	background-position: center 31px !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
}


	
}


#seg0 img {
	width: 100vw;
	position: absolute;
	bottom: -1px;
	height: auto !important;
}
#header{
  margin: 0 auto;
  max-width:1100px;
  padding: 0 2% 0 2%;
  height:400px;
  position:relative;
}


.sticker {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 20px;
	width: 169px;
	height: 140px;
	vertical-align: middle;
	-webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	/*background: url('images/oranjestrook.jpg') repeat-x;*/
	background:#f07d00;
	background-size: 200px 240px;
	background-position-y: -40px;
	color: #fff;
	text-align: center;
}

.sticker-om {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	width: 177px;
	height: 148px;
	vertical-align: middle;
	-webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	/*background: url('images/oranjestrook.jpg') repeat-x;*/
	background:#ffffff;
	background-size: 200px 240px;
	background-position-y: -40px;
	rotate: 3deg;
	color: #fff;
	text-align: center;
}



.sticker_in {
	padding-top: 18px;
	font-size: 25px;
	line-height: 34px;
}

@media screen and (max-width: 900px){
	
.sticker-om {
	position: relative;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	float: right;
}

}

#soc {
	width: 300px;
	height: 100px;
	background: url('images/socbg.png') no-repeat;
	z-index: 999999;
	position: absolute;
	right: -120px;
	background-size: 220px;
	background-position-x: right;
}


#soc img {
	position: relative;
	top: 10px;
	max-height: 35px;
}

@media screen and (max-width: 790px){
	
#soc {
	width: 300px;
	height: 100px;
	background: url('images/socbg2.png') no-repeat;
	z-index: 999999;
	position: absolute;
	right: unset;
	left:0;
	background-size: 220px;
	background-position-x: left;
	display:none;
}

	
}

#logomidden {
	width: 50vw;
	height: 600px;
	max-height: 38vw;
	margin: 0 auto;
	position: absolute;
	left: 25vw;
	text-align: center;
}
#logomidden img {
	width: 77%;
	max-width: 550px;
	position: unset;
	margin-top: 12vw;
}

#logo {
	width: 1100px;
	height: 600px;
	max-height: 38vw;
	margin: 0 auto;
	text-align: ;
}
#logovak {
	width: ;
	text-align: center;
	position: absolute;
	background: ;
	left: calc(50% - 200px);
	top: 40px;
}
#logo img {
	width: 400px;
	max-width: 90vw;
	position: unset;
	z-index: 999999;
	position: relative;
}




.quote1 {
	width: 100px;
	overflow: hidden;
	height: 200px;
	float:left;
}
.quote1 img {
	width: 80px;
	max-width: 100%;
	float: right;
}

.quote2 {
	width: 100px;
	overflow: hidden;
	height: 200px;
	float:left;
}
.quote2 img{
	width: 80px;
	max-width: 100%;
	float: left;
}
.quotecontentvak {
	width: calc(100% - 240px);
	max-width: 80vw;
	margin: 0 auto;
	text-align: center;
	color: #f77800;
	font-size: 28px;
	font-weight: 500;
	float: left;
	padding:0 20px;
}
.quotecontentvak_om {
	margin: 0 auto;
	width: 1200px;
	max-width:100%;
}

.quotevak {
	width: 1450px;
	/* max-width: 90vw; */
	/* background: red; */
	margin-left: -200px;
	max-width: 100vw;
	background: url('images/quotegolf.jpg'), url('images/quotegolf.jpg');
	background-position: center top, center bottom;
	background-repeat: no-repeat;
	min-height: 100px;
	background-size: 100%;
	padding-top: 100px;
	padding-bottom: 125px;
	float: left;
	margin-bottom: -60px;
}

@media screen and (max-width: 1450px){
.quotevak {
	width: 100vw;
	/* max-width: 90vw; */
	margin-left: calc(-50vw + 525px);
	max-width: 100vw;
}
	
}
@media screen and (max-width: 1100px){
.quotevak {
	width: 100vw;
	/* max-width: 90vw; */
	margin-left: -2%;
	max-width: 100vw;
}
	
}
@media screen and (max-width: 768px){

.quote1 {
	width: 100%;
	overflow: hidden;
	height: 100px;
	float:left;
	text-align: center;
}
.quote1 img {
	width: 80px;
	max-width: 100%;
	float: unset;
}

.quote2 {
	width: 100%;
	overflow: hidden;
	height: 200px;
	float:unset;
	text-align: center;
}
.quote2 img{
	width: 80px;
	max-width: 100%;
	float: unset;
}

.quotecontentvak_om {
	margin: 0 auto;
	width: 1200px;
	max-width:100%;
}

.quotevak {
	width: 100%;
	/* max-width: 90vw; */
	margin-left: ;
	max-width: 100vw;
	margin-left: 0 !important;
	padding-bottom: 0;
  	margin-bottom: -80px;
}

.quotecontentvak {
	width: 90%;
	max-width: 100vw;
	margin: 0 auto;
	text-align: center;
	color: #f77800;
	font-size: 28px;
	font-weight: 500;
	float: left;
	padding:0 5%;
}

}


/*===================*/
/* PULSE GROW
/*===================*/

@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.pulse-grow-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.pulse-grow-on-hover:hover, .pulse-grow-on-hover:focus, .pulse-grow-on-hover:active {
  -webkit-animation-name: pulse-grow-on-hover;
  animation-name: pulse-grow-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  
}


@media screen and (min-width: 1600px){
#logo img {
	width: 430px;
}
}

@media screen and (max-width: 900px) {

#logo {
	position: absolute;
	top: -20px;
	left: calc(50% - 92px) !important;
	width: 50%;
	z-index: 999;
}
#logovak {
	text-align: center;
	position: absolute;
	left: 10px;
}	
	
	
#logo img {
	width: 170px;
	max-width: 90vw;
	position: unset;
	z-index: 999999;
	position: relative;
}
}


.hexagon{
/* 350 x 300*/	
-webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0); 
clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);

}




.hexboxlinks {
    float: left;
    width: 540px;
    height:440px;
    margin: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align:center;
    rotate: -5deg;
    margin-bottom: 30px;
   max-width: 100%;
   max-height: 80vw;
}
.hexboxlinks  img {
    width: 100%;
    height:460px;
	object-fit: cover;
}
.hexboxrechts {
    float: left;
    width: 540px;
    height:440px;
    margin: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align:center;
    rotate: 5deg;
    margin-bottom: 30px;
    max-width: 100%;
    max-height: 80vw;
}
.hexboxrechts img {
    width: 100%;
    height:460px;
	object-fit: cover;
}

.contactstrookje {
	max-width: 25% !important;
	height: auto !important;
}

.strook1 .bx-item{
	width:calc(1050px / 3) !important;
	max-width: 31.5vw;
}

.strook2 .bx-item {
	width: calc(1050px / 3) !important;
	max-width: 31.5vw;
}

@media screen and (max-width: 820px) {
.strook1 .bx-item{
	width:calc(1050px / 2) !important;
	max-width: 47.5vw;
}

.strook2 .bx-item {
	width: calc(1050px / 2) !important;
	max-width: 47.5vw;
}

}

@media screen and (max-width:768px) {
.strook1 .bx-item{
	width:calc(1050px / 2) !important;
	max-width: 98.5vw;
}

.strook2 .bx-item {
	width: calc(1050px / 2) !important;
	max-width: 98.5vw;
}

}




.kaderoranje {
	background: #d5d5d5;
	position: relative;
	min-height: 120px;
	border-radius: 8px;
	padding: 40px 20px 30px;
}

.kader ul {
	color:#ffffff;
}
.kader ol {
	color:#ffffff;
}


.kader h2{
	color:#ffffff;
}
.kader h3{
	color:#ffffff;
}
.kader h4{
	color:#ffffff;
}
.kaderlinks h2{
	color:#ffffff;
}
.kaderlinks h3{
	color:#ffffff;
}
.kaderlinks h4{
	color:#ffffff;
}
	
.kaderrechts h2{
	color:#ffffff;
}
.kaderrechts h3{
	color:#ffffff;
}
.kaderrechts h4{
	color:#ffffff;
}

.grijskader {
	background: #f5f5f5;
	padding: 20px 20px 10px;
	border-radius: 6px;
	margin-bottom: 40px;
}
	
.witkader {
	background: #ffffff;
	padding: 0px 20px 0px;
	border-radius: 6px;
	

}
	

.kader {
	background: #f07d00;
	border-radius: 10px;
	padding: 20px 20px 2px 20px;
	color: #fff;
	-webkit-box-shadow: 0px 13px 16px -4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 16px -4px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 16px -4px rgba(0,0,0,0.25);
	float: left;
	width: calc(100% - 40px);
}
.kader strong{
	color:#444;
}
.kader a{
	color:#ffffff;
	text-decoration:underline;
}
.kaderlinks {
	background: #f07d00;
	border-radius: 10px;
	padding: 20px 20px 2px 20px;
	color: #fff;
	rotate: -1deg;
	-webkit-box-shadow: 0px 13px 16px -4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 16px -4px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 16px -4px rgba(0,0,0,0.25);
}
.kaderlinks a{
	color:#ffffff;
	text-decoration:underline;
}
.kaderrechts {
	background: #f07d00;
	border-radius: 10px;
	padding: 20px 20px 2px 20px;
	color: #fff;
	rotate: 1deg;
	-webkit-box-shadow: 0px 13px 16px -4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 16px -4px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 16px -4px rgba(0,0,0,0.25);
}
.kaderrechts a{
	color:#ffffff;
	text-decoration:underline;
}


/* entire container, keeps perspective */
.flip-container {
    perspective:1000px;
    float:left;
    margin:20px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 300px;
	height: 340px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
    background:url('https://bodylab.dgw-bouwlocatie.nl/templates/TheBodyLab/images/oranjestrook.jpg');
    background-position:-20px;
    clip-path: polygon(0 26%, 50% 0, 100% 26%, 100% 74%, 50% 100%, 0 74%);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
    background-color:#f07d00;
    clip-path: polygon(0 26%, 50% 0, 100% 26%, 100% 74%, 50% 100%, 0 74%);
}

.frontcontent {
	padding-top:75px;
	text-align: center;
	color: #FFFFFF;
}

.frontcontent_in {
	padding: 70px 10px;
}


.frontcontent h2 {
	color: #FFFFFF !important;
	font-size: 26px !important;
}

.overzichticoon {
	max-width: 80px !important;
}


.backcontent {
	color: #ffffff;
	padding: 80px 20px 20px;
	text-align: center;
	min-height:70px;
}

.backcontent p{
	margin:0 !important;
	padding:0 !important;
}

.backcontent h3 {
	color: #FFFFFF;
}

.flip-container.plek1 {
	margin-left: calc( 50% - 324px);
	margin-top: -45px;
	
}
.flip-container.plek2 {
	margin-top: -45px;
}
.flip-container.plek3 {
	margin-top: -77px;
	margin-left:calc( 50% - 495px);
}
.flip-container.plek4 {
	margin-top: -77px;
}
.flip-container.plek5 {
	margin-top: -77px;
}
.flip-container.plek6 {
	margin-left: calc( 50% - 324px);
	margin-top: -77px;
}
.flip-container.plek7 {
	margin-top: -77px;
}
.flip-container.plek8 {
	margin-top: -77px;
	margin-left:calc( 50% - 495px);
}
.flip-container.plek9 {
	margin-top: -77px;
}
.flip-container.plek10 {
	margin-top: -77px;
}


@media screen and (max-width: 1060px) {

.flip-container.plek1 {
	margin-left: calc( 50% - 150px);
	margin-top: -45px;
}
.flip-container.plek2 {
	margin-left: calc( 50% - 318px);
	margin-top: -80px;
}
.flip-container.plek3 {
	margin-left: 18px;
	margin-top: -80px;
}
.flip-container.plek4 {
	margin-left: calc( 50% - 150px);
	margin-top: -80px;
}
.flip-container.plek5 {
	margin-left: calc( 50% - 318px);
	margin-top: -80px;
}
.flip-container.plek6 {
	margin-left: 18px;
	margin-top: -80px;
}
.flip-container.plek7 {
	margin-left: calc( 50% - 150px);
	margin-top: -80px;
}
.flip-container.plek8 {
	margin-left: calc( 50% - 318px);
	margin-top: -80px;
}
.flip-container.plek9 {
	margin-left: 18px;
	margin-top: -80px;
}
.flip-container.plek10 {
	margin-left: calc( 50% - 150px);
	margin-top: -80px;
}

}

@media screen and (max-width: 768px) {

.flip-container.plek1 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plek2 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plek3 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plek4 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plek5 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plek6 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plek7 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plek8 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plek9 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plek10 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
}






.flip-container.plekleefstijl1 {
	margin-left: calc( 50% - 324px);
	margin-top: -45px;
	
}
.flip-container.plekleefstijl2 {
	margin-top: -45px;
}
.flip-container.plekleefstijl3 {
	margin-top: -77px;
	margin-left:calc( 50% - 495px);
}
.flip-container.plekleefstijl4 {
	margin-top: -77px;
}
.flip-container.plekleefstijl5 {
	margin-top: -77px;
}
.flip-container.plekleefstijl6 {
	margin-left: calc( 50% - 324px);
	margin-top: -77px;
}
.flip-container.plekleefstijl7 {
	margin-top: -77px;
}
.flip-container.plekleefstijl8 {
	margin-top: -77px;
	margin-left:calc( 50% - 495px);
}
.flip-container.plekleefstijl9 {
	margin-top: -77px;
}
.flip-container.plekleefstijl10 {
	margin-top: -77px;
}


@media screen and (max-width: 1060px) {


.flip-container.plekleefstijl3 {
	margin-left: calc( 50% - 318px);
	margin-top: -80px;
}
.flip-container.plekleefstijl4 {
	margin-left: 18px;
	margin-top: -80px;
}
.flip-container.plekleefstijl5 {
	margin-left: calc( 50% - 150px);
	margin-top: -80px;
}
.flip-container.plekleefstijl6 {
	margin-left: calc( 50% - 318px);
	margin-top: -80px;
}
.flip-container.plekleefstijl7 {
	margin-left: 18px;
	margin-top: -80px;
}
.flip-container.plekleefstijl8 {
	margin-left: calc( 50% - 150px);
	margin-top: -80px;
}
.flip-container.plekleefstijl9 {
	margin-left: calc( 50% - 318px);
	margin-top: -80px;
}

.flip-container.plekleefstijl10 {
	margin-left: 18px;
	margin-top: -80px;
}
.flip-container.plekleefstijl11 {
	margin-left: calc( 50% - 150px);
	margin-top: -80px;
}
.flip-container.plekleefstijl12 {
	margin-left: calc( 50% - 318px);
	margin-top: -80px;
}

}

@media screen and (max-width: 768px) {

.flip-container.plekleefstijl1 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plekleefstijl2 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plekleefstijl3 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plekleefstijl4 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plekleefstijl5 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plekleefstijl6 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plekleefstijl7 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plekleefstijl8 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plekleefstijl9 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
.flip-container.plekleefstijl10 {
	margin-left: calc( 50% - 150px);
	margin-top: -15px;
}
}




.backlink a{
	display:inline-block;
	background:#444444;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:5px 10px;
	color:#ffffff;
	text-decoration:none;
	margin-top:10px;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.backlink {
	color: #ffffff;
	text-align: center;
}
.backlink a:hover{
	background:#000000;	
	margin-top:7px;
}

.leeg {
	opacity: 0;
}

@media screen and (max-width: 790px) {

.leeg {
	opacity: 0;
	display:none;
}

	
}


.seg img {
	max-width: 1056px;
	height: auto;
}


#menu {
	height: 114px;
	z-index: 9999999;
	background: #fff;
	position: relative;
}

@media screen and (max-width: 790px) {

#menu {
	display: none;
}
}


#seg1 {
	padding: 10px 0 10px;
	position:relative;
}

#seg1 h2 {
	font-size: 23px;
	color: #777;
	line-height: 30px;
}
#seg1 img {
	max-width: 100%;
	height: auto !important;
}


#seg1 td {
	border-top: 1px dashed;
	padding:10px;
}


@media screen and (max-width: 900px) {
#introblok {
	background: url('images/introblokmob.jpg');
	background-size: 900px;
	padding-top: 68px;
	margin-top: -20px;
}	
#seg1 {
	padding: 37px 0 10px;
	margin-top: 10px;
}

#seg1a {
	padding-top: 40px;
}
	
	
}


@media screen and (max-width: 790px) {

.lunchkaart {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
}
.lunchkaart table {
	margin-left: 0 !important;
}
.lunchkaart h1{
	margin-left: 0 !important;
}
.lunchkaart h2{
	margin-left: 0 !important;
	margin-bottom:20px;
}

.lunchkaart img {
	max-width: 100%;
	height: auto !important;
}

}

 /* formulierstrook */
#seg1b {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

#seg1b h2 {
	color: #fff;
	margin-top: 20px;
	font-size: 37px;
	margin-bottom: 25px;
}

#introkolom {
	width: 1050px;
	max-width: calc(90vw - 40px);
	color: #fff;
	padding: 0 20px;
	margin: 20px auto;
	font-size: 22px;
	font-weight: 400;
}
#kolomrechts1b {
	width: 500px;
	max-width: calc(90vw - 40px);
	border: 0.5px solid #fff;
	padding: 0 20px;
	margin: 20px auto;
}
#kolomrechts1c {
	width: 1050px;
	max-width: calc(90vw - 40px);
	border: 0.5px solid #fff;
	padding: 0 20px;
	margin: 20px auto;
}

#formlines1 {
	background: url('images/formlines1.png');
	width: 100%;
	height: 30px;
	margin-top: -20px;
	background-size: 1800px;
	background-repeat: repeat-x;
}

#formlines2 {
	background: url('images/formlines2.png');
	width: 100%;
	height: 30px;
	margin-bottom: -28px;
	background-size: 1800px;
	background-repeat: repeat-x;
	position: relative;
	z-index: 99999;
	margin-top: ;
}


#seg2 {
	background: url('images/oranjestrook.jpg') repeat-x;
	background-position: center;
	position: relative;
	min-height: 520px;
	background-size:1400px;
	margin-top: 60px;
}
#seg3 {
	background: url('images/zwartestrook.jpg') repeat-x;
	background-position: top;
	position: relative;
	min-height: 480px;
	background-size: 1400px;
	margin-bottom: 60px;
}

.hexhover{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.hexhover:hover{

}


.kolom_tijden {
	max-width: 90vw;
	width: 1000px;
	margin: -50px auto 0;
}

.breed100 {
	width: 100%;
	float: left;
}

.breedlinks {
	padding-top:20px;
	float: left;
}
.breedrechts {
	padding-top:20px;
	float: left;
}
.toptop{
	margin-top:40px;
}


@media screen and (max-width: 790px) {
	
.breedlinks {
	width: 100%;
	padding-left:0;
	float: left;
}
.breedrechts {
	width: 100%;
	padding-left:0;
	float: left;
}	
	
	
}
.blokgroen {
	background: #999c7d;
	color: #fff;
	padding: 20px 35px 1px;
}

.blokgroen h2 {
	color: #fff;
}
.blokgroen a {
	color: #fff;
}

.blokgroen a:hover {
	color: #fff;
	background:#000000
}
#seg3 {
	position: relative;
}


#seg3 img {
	max-width: 100%;
}


#witbot2 {
	width: 100%;
	height: 220px;
	background: url('images/witbot2.png') repeat-x;
	position: absolute;
	bottom: 44px;
	background-position: center top;
	background-size: 100% 220px;
}
@media screen and (max-width: 1600px){
	
#witbot2 {
	width: 100%;
	height: 220px;
	background: url('images/witbot2.png') repeat-x;
	position: absolute;
	bottom: 44px;
	background-position: center top;
	background-size: 1600px 220px;
}
}
@media screen and (max-width: 790px){
	
#witbot2 {
	width: 100%;
	height: 120px;
	background: url('images/witbot2.png') repeat-x;
	position: absolute;
	bottom: 44px;
	background-position: center top;
	background-size: 1600px 120px;
}
}

#seg4 {
	position: relative;
	margin-top: -60px;
}


#seg4 img {
	max-width: 100%;
}
#kaartlabel {
	width: 500px;
	height: 38px;
	background: #999c7d;
	clip-path: polygon(2% 0, 98% 0, 100% 100%, 3% 100%);
	margin: 0 auto;
	margin-bottom: -9px;
	z-index: 200;
	color: #fff;
	text-align: center;
	font-family: "typeka", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	padding-top: 10px;
}
#kaartlabelback {
	width: 500px;
	height: 40px;
	background: #d5d6ca;
	clip-path: polygon(2% 0, 90% 0, 98% 91%, 0% 100%);
	margin: 0 auto;
	margin-bottom: -40px;
	z-index: 10;
}

@media screen and (max-width: 790px) {
#kaartlabel {
	width: 400px;
	height: 38px;
	background: #999c7d;
	clip-path: polygon(2% 0, 98% 0, 100% 100%, 3% 100%);
	margin: 0 auto;
	margin-bottom: -9px;
	z-index: 200;
	color: #fff;
	text-align: center;
	font-family: "typeka", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	padding-top: 10px;
}
#kaartlabelback {
	width: 400px;
	height: 40px;
	background: #d5d6ca;
	clip-path: polygon(2% 0, 90% 0, 98% 91%, 0% 100%);
	margin: 0 auto;
	margin-bottom: -40px;
	z-index: 10;
}

}

#witbotmaps {
	width: 100%;
	height: 122px;
	background: url('images/witbotmaps.png') repeat-x;
	position: absolute;
	bottom: 0;
	background-position: center top;
	background-size: 1600px;
}


.halvebreedte {
	width: 50%;
	float: left;
}


@media screen and (max-width: 790px) {
.halvebreedte {
	width: 100%;
	float: left;
}
}


.derdebreedte {
	width: 33%;
	float: left;
}
@media screen and (max-width: 790px) {
.derdebreedte {
	width: 100%;
	float: left;
}
}



#logobottom {
	text-align: center;
	position: relative;
}

#logobottom img {
	max-width: 400px;
}



#adres {
	width: 100%;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex_zwart.png');
	background-repeat: no-repeat;
	background-position-x: center;
	height: 430px;
	background-size: 400px;
}

#adres p {
	margin-bottom: 16px !important;
}

.adres420 {
	display: block;
	text-align: center;
	margin-top: -30px;
}
.adres420_in {
	display: block;
	text-align: center;
	padding-top: 100px;
}




@media screen and (max-width: 790px) {



}


.scrollToTop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	display: none;
	background: #fff;
	color: #f07d00;
	border-radius: 50%;
	font-size: 40px;
	z-index: 9999999999999999999999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 2px solid #fff;
}
.scrollToTop:hover{
	color: #414141;	
}

#copy {
	width: 100%;
	background: url('images/witbotmaps.png') repeat-x;
	background-size: 1000px 50px;
	float: left;
	height: 50px;
	position: relative;
	z-index: 9999999999999999999999;
	background-color: ;
	margin-top: -30px;
	padding-top: 15px;
}
#copywrap {
	margin: 0 auto;
	max-width: 1100px;
	text-align: right;
	padding-top: 19px;
	font-size: 12px;
}
#copywrap p {
	margin: 0;
	padding: 0;
}
#copywrapmob{
	display:none;
}

@media screen and (max-width: 790px) {
#copy {
	width: 100%;
	background: url('images/witbotmaps.png') repeat-x;
	background-size: 1000px 100px;
	float: left;
	height: 100px;
}

#copywrapmob {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
	padding-top: 40px;
	display: block;
	font-size: 12px;
}
#copywrapmob p {
	margin: 0;
	padding: 0;
}
#copywrap{
	display:none;
}

}

.eenderde{
  width: 32.33%;
  float:left;
  
}
.tweederde{
  width: 66.167%;
  float:left;
  
}


.eenderde-r{
	float:right;
	width: 32.33%;
}
.tweederde-r{
	float:right;
	width: 66.167%;
}


.span3{
  width: 100%;
  margin-left: 0;
}


.kolomspacer{
  margin-left: 1.5%;
}

.kolom33{
  width: 32.33%;
  float:left;
  
}

.kolom50{
  width: 49.25%;
  float:left;
  
}
.kolom25{
  width: 23.875%;
  float:left;
  
}




p{
    font-size: 1em; /* 14 / 14 */
    line-height: 1.5em; /* 21 / 14 */
    margin-bottom: 20px; /* 21 / 14 */
}


#kolomrechts, #driekolommen, #tweekolommen, #vierkolommen, .inner {
	margin: 0 auto;
	max-width: 1050px;
	padding: 0 2% 0 2%;
	padding-top: 30px;
	position: relative;
}


#kolomoranje {
	margin: 0 auto;
	max-width: 1050px;
	padding: 50px 2% 12px 2%;
	color:#ffffff;
}
#kolomoranje h1 {
	color:#ffffff;
}
#kolomoranje h2 {
	color: #ffffff;

}
#kolomoranje h3 {
	color:#ffffff;

}
#kolomoranje h4 {
	color:#ffffff;
}
#kolomoranje a {
	color:#ffffff;
	text-decoration:underline;
}
#kolomoranje a:hover {
	color:#888;
	text-decoration:underline;
}

.kolomoranje_tekst {
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
}

.bloktekst {
	position: relative;
	z-index: 999;
	min-height: 150px;
	padding: 0 7px;
}
.bloktekst2 {
	position: relative;
	z-index: 999;
	min-height: 150px;
	padding: 0 7px;
}

.linkblok{
	position: relative;
}
.bloklink {
	position: relative;
}

.drieopeenrij {
	width: 29%;
	float: left;
	padding: 2%;
}





.hexframeafbeelding {
	width: 200px;
	margin: 0 auto;
	height: 170px;
	z-index: 99999;
	position: relative;
	margin-bottom: 25px;
	background: #ffffff;
}


.hexframeafbeelding img {
	width: 100px;
	height: 100px;
	margin-top: 35px !important;
}


.hexframeafbeelding2 {
	width: 200px;
	margin: 0 auto;
	height: 170px;
	z-index: 99999;
	position: relative;
	margin-bottom: 25px;
	background: rgba(0,0,0,0.4);
}

.hexframeafbeelding2 img {
	width: 100px;
	height: 100px;
	margin-top: 35px !important;
}


.ervaringbericht {
	padding-top: 100px;
	padding-left: 40px;
	padding-right: 40px;
	color: #ffffff;
	max-width: 700px;
	margin: 0 auto;
}

.ervaringbericht h2 {
	color: #ffffff;
}
.ervaringbericht h3 {
	color: #ffffff;
}
.ervaringbericht h4 {
	color: #ffffff;
}

#kolomwit {
	margin: 0 auto;
	max-width: 1050px;
	padding: 50px 2% 0px 2%;
}

.kolomwit_tekst {
	text-align: center;
	margin-top:20px;
}
#kolomrev {
	margin: 0 auto;
	max-width: 1400px;
	padding: 20px 2% 0px 2%;
	background: url('images/revbg.jpg');
	background-size: 1500px;
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (max-width: 768px) {

#kolomrev {
	margin: 0 auto;
	max-width: 100%;
	padding: 20px 2% 0px 2%;
	background: url('images/oranjestrook2.jpg') repeat-x;
	background-size: 100%;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 40px;
}

}



.kolomrev_tekst {
	text-align: center;
}

.wittestrookafbeelding {
	width: 40%;
	overflow: hidden;
	float: left;
	margin-left: 7%;
}

.wittestrooktekst {
	width: 40%;
	float: left;
	margin-left: 5%;
	margin-top: 40px;
}
#wittestrooktekst h2 {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 22px;
}


@media screen and (max-width: 768px) {


#seg2 {
	background: url('images/oranjestrookmob.jpg') repeat-x;
	background-position: center top;
	position: relative;
	min-height: 520px;
	background-size: 800px;
	margin-top: 60px;
}

#seg3 {
	background: url('images/zwartestrookmob.jpg') repeat-x;
	background-position: center bottom;
	position: relative;
	min-height: 520px;
	background-size: 800px;
	margin-bottom: 60px;
	padding-bottom: 50px;
}

#kolomoranje {
	margin: 0 auto;
	max-width: 1050px;
	padding: 50px 2% 12px 2%;
	color: #ffffff;
}

.drieopeenrij {
	width: 90%;
	float: left;
	padding: 5%;
}

.hexframeafbeelding {
	width: 200px;
	margin: 0 auto;
	height: 170px;
	margin-top: 0;
	z-index: 99999;
	position: relative;
	margin-bottom: 25px;
	background: #ffffff;
}


.hexframeafbeelding2 {
	margin-top: 0 !important;
}


.wittestrookafbeelding {
	width: 86%;

}

.wittestrooktekst {
	width: 86%;
	margin-left: 7%;

}

}


.onderframe {
	margin-top: -100px;
	max-width: 450px;
}


.blokjesknop1-1 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background-image: url('images/zwarteknop1.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop1-1:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    background-image: url('images/zwarteknop1.jpg');
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}

.blokjesknop1-2 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/zwarteknop2.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop1-2:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}
.blokjesknop1-3 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/zwarteknop3.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop1-3:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}
.blokjesknop1-4 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background-image: url('images/zwarteknop1.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop1-4:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    background-image: url('images/zwarteknop1.jpg');
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}

.blokjesknop1-5 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/zwarteknop2.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop1-5:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}
.blokjesknop1-6 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/zwarteknop3.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop1-6:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}
.blokjesknop1-7 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background-image: url('images/zwarteknop1.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop1-7:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    background-image: url('images/zwarteknop1.jpg');
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}

.blokjesknop1-8 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/zwarteknop2.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop1-8:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}
.blokjesknop1-9 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/zwarteknop3.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop1-9:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}


.blokjesknop2-1 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/oranjeknop1.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop2-1:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}
.blokjesknop2-2 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/oranjeknop2.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop2-2:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}
.blokjesknop2-3 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/oranjeknop3.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop2-3:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}

.blokjesknop2-4 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/oranjeknop1.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop2-4:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}
.blokjesknop2-5 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/oranjeknop2.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop2-5:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}
.blokjesknop2-6 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/oranjeknop3.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop2-6:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}

.blokjesknop2-7 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/oranjeknop1.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop2-7:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}
.blokjesknop2-8 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/oranjeknop2.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop2-8:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}
.blokjesknop2-9 {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px !important;
	display: block;
	padding: 10px 20px !important;
	letter-spacing: 1px !important;
	cursor: pointer;
	background: url('images/oranjeknop3.jpg');
	transform: scale(1.1);
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	width: 172px;
	margin: 10px auto 0;
	margin-top: 10px !important;
	position: ;
	display: inline-block;
	background-position: center -10px;
	background-size:100%;
}

.blokjesknop2-9:hover{
	color: #ffffff !important;
	font-size: 18px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px!important;
	 display:block;
	padding: 10px 26px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    margin: 0 auto 10px;
}






.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.blokjesknop2:hover .overlay {
  opacity: 1;
}


@keyframes swinging{
    0%{transform: rotate(5deg);}
    50%{transform: rotate(-5deg);}
    100%{transform: rotate(5deg);}

}


.cta_om{
	margin-top:70px;
  	width:100%;
}
.cta_omzwart{
	margin-top:22px;
	margin-bottom:22px;
  	width:100%;
}

.cta_omzwart33 {
	margin-top: 22px;
	margin-bottom: 22px;
	width: 33%;
	float: left;
}

@media screen and (max-width:768px) {
.cta_omzwart33 {
	margin-top: 22px;
	margin-bottom: 22px;
	width: 100%;
	float: left;
}
}

.cta_om a {
	text-decoration: none !important;
}

.cta_knop{
   min-width:100px;
   width:max-content;
   margin:0 auto;
   position:relative;
   padding-bottom: 10px;
}



.cta_left{
	margin-left:0;
}
.cta_links{
	margin-left:0;
}
.cta_center{
	margin:0 auto;
}
.cta_right{
	margin-right:0;
}
.cta_rechts{
	margin-right:0;
}


.ctaknop {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 20px !important;
	display: block;
	padding: 16px 20px !important;
	letter-spacing: 0px !important;
	cursor: pointer;
	transform: scale(1.1);
	background: url('images/knoporanjebg.jpg');
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 100%;
}



.ctaknop:hover{
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 20px !important;
	 display:block;
	padding: 16px 20px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
    rotate:-2deg;
}
.ctaknopzwart {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 20px !important;
	display: block;
	padding: 16px 20px !important;
	letter-spacing: 0px !important;
	cursor: pointer;
	transform: scale(1.1);
	background: url('images/zwarteknop3.jpg');
	height: auto !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 100%;
}



.ctaknopzwart:hover{
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 20px !important;
	 display:block;
	padding: 16px 20px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    transform:scale(1.1);
    height:auto !important;
  
}

.cta_ornament{
  width:50px;
  height:50px;
}
.kettlebell {
	position: absolute;
	top: -53px;
	right: -6px;
	width: 134px;
	text-align: right;
}
.kettlebell img {
	width: 130px;
}

.bootje {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -79px;
}

.bootje img {
	width: 100%;
    outline: none !important;
        -webkit-transform-origin: 50% bottom;
    transform-origin: 50% bottom;
    -webkit-animation: swinging 8s ease-in-out forwards infinite;
    animation: swinging 8s ease-in-out forwards infinite;
}


.ballonnengroen {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -116px;
}

.ballonnengroen img {
	width: 100%;
    outline: none !important;
        -webkit-transform-origin: 50% bottom;
    transform-origin: 50% bottom;
    -webkit-animation: swinging 8s ease-in-out forwards infinite;
    animation: swinging 8s ease-in-out forwards infinite;
}

.ballonnendonkergroen {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -116px;
}

.ballonnendonkergroen img {
	width: 100%;
    outline: none !important;
    -webkit-transform-origin: 50% bottom;
    transform-origin: 50% bottom;
    -webkit-animation: swinging 8s ease-in-out forwards infinite;
    animation: swinging 8s ease-in-out forwards infinite;
   
}
.ballonnenwit{
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -116px;
}

.ballonnenwit img {
	width: 100%;
    outline: none !important;
        -webkit-transform-origin: 50% bottom;
    transform-origin: 50% bottom;
    -webkit-animation: swinging 8s ease-in-out forwards infinite;
    animation: swinging 8s ease-in-out forwards infinite;
}
.ballonnengrijs {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -116px;
}

.ballonnengrijs img {
	width: 100%;
    outline: none !important;
        -webkit-transform-origin: 50% bottom;
    transform-origin: 50% bottom;
    -webkit-animation: swinging 8s ease-in-out forwards infinite;
    animation: swinging 8s ease-in-out forwards infinite;
}
.ballonnenzwart {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -116px;
}

.ballonnenzwart img {
	width: 100%;
    outline: none !important;
        -webkit-transform-origin: 50% bottom;
    transform-origin: 50% bottom;
    -webkit-animation: swinging 8s ease-in-out forwards infinite;
    animation: swinging 8s ease-in-out forwards infinite;
}
.ballonnenroze {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -116px;
}

.ballonnenroze img {
	width: 100%;
    outline: none !important;
        -webkit-transform-origin: 50% bottom;
    transform-origin: 50% bottom;
    -webkit-animation: swinging 8s ease-in-out forwards infinite;
    animation: swinging 8s ease-in-out forwards infinite;
}


.tafelgroen {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -63px;
}

.tafelgroen img {
	width: 100%;
    outline: none !important;
}
.tafeldonkergroen {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -63px;
}

.tafeldonkergroen img {
	width: 100%;
    outline: none !important;
}
.tafelroze {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -63px;
}

.tafelroze img {
	width: 100%;
    outline: none !important;
}
.tafelgrijs {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -63px;
}

.tafelgrijs img {
	width: 100%;
    outline: none !important;
}
.tafelwit {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -63px;
}

.tafelwit img {
	width: 100%;
    outline: none !important;
}
.tafelzwart {
	width: 80px;
	height: 112px;
	right: 0;
	position: absolute;
	top: -63px;
}

.tafelzwart img {
	width: 100%;
    outline: none !important;
}

.pijlzwart {
	width: 80px;
	height: 112px;
	right: -75px;
	position: absolute;
	top: -6px;
	z-index: 999;
}

.pijlzwart img {
	width: 100%;
    outline: none !important;
}
.pijlgroen {
	width: 80px;
	height: 112px;
	right: -75px;
	position: absolute;
	top: -6px;
	z-index: 999;
}

.pijlgroen img {
	width: 100%;
    outline: none !important;
}
.pijldonkergroen {
	width: 80px;
	height: 112px;
	right: -75px;
	position: absolute;
	top: -6px;
	z-index: 999;
}

.pijldonkergroen img {
	width: 100%;
    outline: none !important;
}
.pijlgrijs {
	width: 80px;
	height: 112px;
	right: -75px;
	position: absolute;
	top: -6px;
	z-index: 999;
}

.pijlgrijs img {
	width: 100%;
    outline: none !important;
}
.pijlroze {
	width: 80px;
	height: 112px;
	right: -75px;
	position: absolute;
	top: -6px;
	z-index: 999;
}

.pijlroze img {
	width: 100%;
    outline: none !important;
}
.pijlwit {
	width: 80px;
	height: 112px;
	right: -75px;
	position: absolute;
	top: -6px;
	z-index: 999;
}

.pijlwit img {
	width: 100%;
    outline: none !important;
}

#adreswrap {
	margin: 0 auto;
	max-width: 100%;
	min-height: 50px;
	position: relative;
}

.lifeline {
	width: 100vw;
	height: 120px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/lifeline.png');
	background-repeat: repeat-x;
	background-position-x: center;
	background-size: 1400px;
	position: absolute;
	top: 68px;
	right: 0;
}

.adres210a {
	width: calc(50vw - 210px);
	float: left;
	height: 430px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.adres210a1{
	width: 420px;
	height:430px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex2.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 400px;
	position:absolute;
	top:0;
	right:0;
	
}

.adres210a2{
	width: 420px;
	float:right;
	height:430px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex1.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 400px;
	position:absolute;
	top:0;
	right:420px;
}
.adres210a3{
	width: 420px;
	height:430px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex4.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 400px;
	position:absolute;
	top:0;
	right:840px;
	
}

.adres210a4{
	width: 420px;
	float:right;
	height:430px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex1.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 400px;
	position:absolute;
	top:0;
	right:1260px;
}

.adres210b{
	width: calc(50vw - 210px);
	float:left;
	height:430px;
 	overflow:hidden;
	position:relative;
	
}

.adres210b1{
	width: 420px;
	height:430px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex3.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 400px;
	position:absolute;
	top:0;
	left:0;
	
}

.adres210b2{
	width: 420px;
	float:right;
	height:430px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex4.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 400px;
	position:absolute;
	top:0;
	left:420px;
}
.adres210b3{
	width: 420px;
	height:430px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex1.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 400px;
	position:absolute;
	top:0;
	left:840px;
	
}

.adres210b4{
	width: 420px;
	float:right;
	height:430px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex2.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 400px;
	position:absolute;
	top:0;
	left:1260px;
}


.adres420 {
	display: block;
	text-align: center;
	margin-top: -30px;
	float:left;
	width:420px;
}
.adres420_in {
	display: block;
	text-align: center;
	padding-top: 175px;
}
.adres420_in p {
	margin: 0;
	padding: 0;
	line-height: 22px;
}


.oranges {
	width: 100vw;
	height: 100px;
	position: absolute;
	float: left;
	padding-top: ;
	margin-top: -117px;
	bottom: 0;
}
.orangesa{
	width:50vw;
	height:100px;
	position:relative;
	float:left;
	overflow:hidden;
}
.orangesb{
	width:50vw;
	height:100px;
	position:relative;
	float:left;
	overflow:hidden;
}


.or1a {
	width: 420px;
	height: 100px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex-or5.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 240px;
	position: absolute;
	top: 0;
	right: 0;
}
.or2a {
	width: 420px;
	height: 100px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex-or4.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 240px;
	position: absolute;
	top: 0;
	right: 420px;
}
.or3a {
	width: 420px;
	height: 100px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex-or3.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 240px;
	position: absolute;
	top: 0;
	right: 840px;
}
.or4a {
	width: 420px;
	height: 100px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex-or2.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 240px;
	position: absolute;
	top: 0;
	right: 1260px;
}
.or5a {
	width: 420px;
	height: 100px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex-or1.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 240px;
	position: absolute;
	top: 0;
	right: 1680px;
}



.or1b {
	width: 420px;
	height: 100px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex-or5.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 240px;
	position: absolute;
	top: 0;
	left: 0;
}
.or2b {
	width: 420px;
	height: 100px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex-or4.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 240px;
	position: absolute;
	top: 0;
	left: 420px;
}
.or3b {
	width: 420px;
	height: 100px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex-or3.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 240px;
	position: absolute;
	top: 0;
	left: 840px;
}
.or4b {
	width: 420px;
	height: 100px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex-or2.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 240px;
	position: absolute;
	top: 0;
	left: 1260px;
}
.or5b {
	width: 420px;
	height: 100px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	background: url('images/hex-or1.png');
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: 240px;
	position: absolute;
	top: 0;
	left: 1680px;
}


#ervaringen{
	min-height: 400px;
}


#container{
  clear: both;
  padding-top: 20px;
}

.alt{
  color: #fff;
  color: rgba(255,255,255, 0.9);
  letter-spacing: 0.05em;
}


.nieuws_bericht {
	float: left;
	width: 100%;
}

.nieuws_afbeelding {
	width: 40%;
	float: left;
}
.nieuws_bericht_om {
	width: 60%;
	float: left;
}
.nieuws_titel {
	padding: 0 0 0 30px;
}

.nieuws_kort {
	padding: 0 0 0 30px;
}

.nieuws_link {
	padding: 0 0 0 30px;
}


/* MEDIA QUERIES */

/* Responsify Defaults */

@media screen and (max-width: 790px){
  
  .adres210a{
  	display:none;
  }
  .adres210b{
  	display:none;
  }
  
  nav .span1{
    width: 100%;
  }

  .eenderde, article{
    width: 100%;
  }

  .tweederde, aside{
    width: 100%;
    margin-left: 0;
  }
  .eenderde-r{
	width: 100%;
  }
  .tweederde-r, aside{
	width: 100%;
  }
	
  .kolom33{
  	width: 100%;
  }
  .kolom33, aside{
    width: 100%;
    margin-left: 0;
  }

  .kolom50{
  	width: 100%;
  }
  .kolom50, aside{
    width: 100%;
    margin-left: 0;
  }
  
  .kolom25{
  	width: 100%;
  }
  .kolom25, aside{
    width: 100%;
    margin-left: 0;
  }
  
#header{
    width: 90%;
    padding: 0 5% 0 5%;
    background:#000000
    height:200px;
  }

#kolomrechts, #driekolommen, #tweekolommen, #vierkolommen, .inner{
    width: 90%;
    padding: 0 5% 0 5%;

  }

#kolomhout {
	margin: 0 auto;
	max-width: 1100px;
	padding: 130px 2% 50px 2%;
}
  

#copywrap{
  margin: 0 auto;
  width: 90%;
  padding: 0 5% 0 5%;
  height:50px;
  text-align: right;
}
}

@media screen and (max-width: 480px){
	
  nav ul li{
    width: 100%;
    margin: 0 0 5px 0;
  }

  nav a{
    margin: 0;
    padding: 14px 0 14px 0;
  }
  
  .mobnav{
  	display:block;
  	width: 100%;
    background:red;
    height:30px;
  }
  
}

/* Custom Breakpoints */

@media screen and (max-width: px) {
 /* Add your styles for devices with a maximum width of  */
}


/* Micro Clearfix */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}


