/* 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: #444;
  background: #dff1cc;
}

::selection {
  color: #444;
  background: #dff1cc;
}


body {
	color: #554455;
	font-family: "agenda", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

.gradient1{
		background: #8bb922;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #8bb922, #0ea34e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #8bb922, #0ea34e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient2{
		background: #39a037;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0ea34e, #8bb922);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0ea34e, #8bb922); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.menu-om {
	position: fixed;
	z-index: 99999999999999999999;
	width: 100vw;
}

.mobnav{
display:none;	
}

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

h1 {
	color: #39a037;
	font-family: "agenda", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 36px;
	margin-bottom: 10px;
}
h2 {
	color: #39a037;
	font-family: "agenda", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 36px;
	margin-bottom: 10px;
}
h3 {
	color: #39a037;
	font-family: "agenda", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 36px;
	margin-bottom: 10px;
}
h4 {
	color: #39a037;
	font-family: "agenda", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 36px;
	margin-bottom: 10px;
}
h5 {
	color: #39a037;
	font-family: "agenda", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 36px;
	margin-bottom: 10px;
}

@media screen and (max-width: 790px) {
h5 {
	color: #39a037;
	font-family: "agenda", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	letter-spacing: 1px;
	line-height: 36px;
	margin-bottom: 10px;
}

}


a {
    color:#39a037;
}
a:hover {
    text-decoration: underline;
        color:#7eb326;
}

strong {
	font-family: "agenda", sans-serif;
	font-weight: 400;
	font-style: normal;
}



.uitlegdesktop{
	display:block;	
}
.uitlegmobiel{
	display:none;
}

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

.uitlegdesktop{
	display:none;
}
.uitlegmobiel{
	display:block;
}
	
}


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:empty {
	display: none;
	}

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

}

hr {
	padding: 0;
	margin: 40px 0 40px;
	border: 0;
	height: 1px;
	background: #7eb326;
}
.hrstyle {
	padding: 0;
	margin: 10px 0 10px;
	border: 0;
	height: 1px;
	background: #7eb326;
}

.img-responsive {
	border-radius: 6px;
}

/* stroken */

#tagline {
	position: absolute;
	z-index: 999;
	width: 100%;
	margin-top: 0;
	color: #222;
	font-size: 3vw;
	text-align: center;
	opacity: 0.1;
	text-transform: uppercase;
	background: #dff1cc;
	height: 36px;
	padding-top: 35px;
}

#strook1top {
	width:100vw;
	height:25px;
    background: #dce8f1;
    padding: 0 !important;
  }

#strook1 {
	width: 100vw;
	background: linear-gradient(to right, #0ea34e, #8bb922);
	color: white;
	padding-top: 40px;
}

  .check-wrapper {
    max-width: 1050px;
    padding: 0 2%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 180px;
    flex-wrap: wrap;
  }

.check-icon {
	background: white;
	border-radius: 50%;
	width: 136px;
	height: 136px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
}

  .check-icon img {
    width: 180px;
    height: 180px;
  }

  .check-text {
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  @media (max-width: 768px) {
    .check-wrapper {
      flex-direction: column;
      text-align: center;
      gap: 20px;
      padding: 30px 5%;
    }

    .check-text {
      font-size: 1.2rem;
    }
  }
  
 
 
   .acupunctuurstrook {
    	background: url('images/lichtblauw.png');
  }

  .acupunctuur-wrapper {
    max-width: 1050px;
    margin: 0 auto;
    padding: 60px 2% 0;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

.acupunctuur-image {
	flex: 1 1 300px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}


  .acupunctuur-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
  }

  .acupunctuur-text {
    flex: 2 1 400px;
  }

  .acupunctuur-text h2 {
    color: #4c9631;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .acupunctuur-text p {
    margin-bottom: 16px;
    line-height: 1.6;
    color: #333;
  }

  .acupunctuur-text a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #39a037;
    color: #ffffff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid #4c9631;
    -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;
	margin-right: 20px;
  }

  .acupunctuur-text a:hover {
    margin-top: 15px;
    margin-bottom: 5px;	
    background: #4fb44d;
    color: #336d1f;
  }

  @media (max-width: 768px) {
    .acupunctuur-wrapper {
      flex-direction: column;
      text-align: center;
    }

    .acupunctuur-text {
      text-align: left;
    }

    .acupunctuur-text h2 {
      text-align: center;
    }
  }
  
#kolommenstrooktop {
	width: 100vw;
	background: url('images/boog.png');
	padding: 0;
	background-size: 100% 60px;
	height: 60px;
	margin-bottom: -60px;
	z-index: 99999999;
	position: relative;
}
   
   .kolommenstrook {
    width: 100vw;
    background: linear-gradient(to right, #6bbc36, #3fae49);
    padding: 80px 0;
  }

#kolommenstrooktop2 {
	width: 100vw;
	background: url('images/boog2.png');
	padding: 0;
	background-size: 100% 60px;
	height: 60px;
	margin-bottom: -60px;
	z-index: 99999999;
	position: relative;
}

#kolommenstrookhead {
	width: 100vw;
	background: url('images/boog1.png');
	padding: 0;
	background-size: 100% 60px;
	height: 60px;
	margin-top: -60px;
	z-index: 99999999;
	position: relative;
}
   
   
.none{
	display:none !important;
}

.kolommenstrook h2 {
	color: #fff;
	font-size: 28px;
	}

.kolommenstrook h3 {
	color: #fff;
	font-size: 28px;
}


  .icon-columns {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    text-align: center;
    color: white;
  }

  .icon-col {
    flex: 1 1 280px;
  }

  .icon-circle {
    background: white;
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
  }

  .icon-circle img {
    width: 140px;
    height: 140px;
    object-fit: contain;
  }
  
  .icon-content {
	min-height: 100px;
}

  .icon-col h3 {
    margin-bottom: 10px;
  }

  .icon-col p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #f2f2f2;
  }

  .icon-col a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #f4f4f4;
    color: #4c9631;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    
    transition: background 0.2s, color 0.2s;
  }

  .icon-col a:hover {
    background: #e2e2e2;
    color: #336d1f;
  }

  @media (max-width: 768px) {
    .icon-columns {
      flex-direction: column;
      align-items: center;
    }

    .icon-col {
      max-width: 320px;
    }
  }




  
  
.infoblokkenstrook {
	background: white;
	padding: 60px 0 !important;
}

  .info-block {
    max-width: 950px;
    margin: 0 auto 60px auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    border-top: 1px solid #a1c96e;
    padding-top: 60px;
  }

  .info-block1 {
   border-top: none !important;
   padding-top: 20px !important;

  }
  
  .info-block:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .info-image {
    flex: 1 1 300px;
  }

  .info-image img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
  }

  .info-text1 {
    flex: 2 1 400px;
  }

  .info-text1 h2 {
    margin-bottom: 20px;
  }

  .info-text1 p {
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }



  .info-text1 a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #39a037;
    color: #ffffff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    min-width: 90px;
  	text-align: center;
    border-bottom: 2px solid #4c9631;
    -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;
  }

  .info-text1 a:hover {
    margin-top: 15px;
    margin-bottom: 5px;	
    background: #4fb44d;
    color: #336d1f;
  }


  .info-text2 {
    flex: 2 1 400px;
    text-align:right;
  }

  .info-text2 h2 {
    margin-bottom: 20px;
  }

  .info-text2 p {
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }

  .info-text2 a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #39a037;
    color: #ffffff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    min-width: 90px;
  	text-align: center;
    border-bottom: 2px solid #4c9631;
    -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;
  }

  .info-text2 a:hover {
  	margin-top: 15px;
    margin-bottom: 5px;
    background: #4fb44d;
    color: #336d1f;
  }

  .info-block.owner .info-text a::after {
    background-image: url('icon-owner.svg'); /* vervang door eigen pictogram */
  }

  .info-block.vet .info-text a::after {
    background-image: url('icon-vet.svg'); /* vervang door eigen pictogram */
  }

  @media (max-width: 768px) {
    .info-block {
      flex-direction: column;
      text-align: center;
    }

    .info-text {
      text-align: center;
    }

    .info-image img {
      margin-bottom: 20px;
    }
  }

  .reverse1 {
    
  }
  
  .reverse2 {
    flex-direction: row-reverse;
  }

  @media (max-width: 768px) {
    .reverse1 {
      flex-direction: column;
    }
    .reverse2 {
      flex-direction: column;
    }
  }
  
  
  
  
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
}

.sticky2 {
	padding-top: 100px !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: 0;
	padding-top: 0;
	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%;
}

.seg{
	width:100%;
	float:left;
	padding-bottom:40px;
}

.seg ul {
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 10px;

	
}
.seg ol {
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 10px;
	color: #39a037;
}
#seg0 {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 100px;
	line-height: 0;
	max-height: 65vh;
}



#seg0 img {
	width: 100vw;
	height: auto !important;
}


@media screen and (max-width: 1050px){
	
#seg0 {
	padding-top: 90px;

}
	

}

@media screen and (max-width: 900px){
	
#seg0 {
	padding-top: 5px;

}
	

}


#header{
  margin: 0 auto;
  max-width:1100px;
  padding: 0 2% 0 2%;
  height:400px;
  position:relative;
}

.segstrook{
	width:100%;
	float:left;
	padding-bottom:40px;
}



.vaklichtgrijs {
	background: #f5f5f5;
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.vaklichtgrijs p {
	margin-bottom: 0 !important;
}
.vaklichtgrijs h2 {
}

.vaklichtgrijs ul {
	color: #444;
}

.vaklichtgroen {
  background: #8bb922;
  color: #ffffff;
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.vaklichtgroen p {
	margin-bottom: 0 !important;
}
.vaklichtgroen h2 {
  color: #ffffff;
}

.vakheelheellichtgroen img {
	margin-right: 0 !important;
}

.vakheellichtgroen {
  background: #c0e499;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.vakheellichtgroen p {
	margin-bottom: 0 !important;
}
.vakheellichtgroen h2 {
  }
.vakheelheellichtgroen {
  background: #dff1cc;
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.vakheelheellichtgroen p {
	margin-bottom: 0 !important;
}
.vakheelheellichtgroen h2 {
  }

#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: 900px){
	
#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;
}

	
}

#logo {
	width: 200px;
	height: 100px;
	max-height: 100px;
	margin: 0 auto;
	left: 0;
	text-align: center;
}

#logo img {
	width: 100%;
	max-width: 100%;
	margin-top: 15px;
}

@media screen and (min-width: 1600px){
#logo img {
	margin-top: 15px;
	width: 200px;
}
}

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

}

	
}


#menu {
	height: 100px;
	z-index: 9999999;
}
@media screen and (max-width: 790px) {

#menu {
	display: none;
}
}


#seg1 {
	min-height:300px;
}

#seg1 img {
	max-width: 100%;
	height: auto !important;
}

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

#seg1 {
padding-top: 20px;
}

h1{
padding-bottom: 20px;	
}
#seg1 img {
	max-width: 100%;
	height: auto !important;
	width: 100% !important;
	margin:0 auto 20px !important;
}
}

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

#seg1 p {
	margin-bottom: 23px;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.dtknoptekst {
	display: block;
}

.mobknoptekst {
	display: none;
}
@media screen and (max-width: 790px) {
.dtknoptekst {
	display: none;
}

.mobknoptekst {
	display: block;
}
}

 /* formulierstrook */
#seg1b {
	background: #bc9ea0;
	color: #ffffff !important;
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

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

#kolomrechts1b {
	width: 500px;
	max-width: calc(90vw - 40px);
	border: 0.5px solid #fff;
	padding: 0 20px;
	margin: 20px auto;
}
#kolomrechts1c {
	width: 1100px;
	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:#e5f1fa;
	background-position: center;
	position: relative;
	min-height: 700px;
}
#wittop {
	width: 100%;
	height: 145px;
	background: url('images/wittop.png') repeat-x;
	position: absolute;
	top: 0;
	background-size: 1800px;
	background-position: center top;
}
#witbot {
	width: 100%;
	height: 85px;
	background: url('images/witbot.png') repeat-x;
	position: absolute;
	bottom: -3px;
	background-size: 1800px;
	background-position: center top;
}


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

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

.breedlinks {
	width: 30%;
	padding-left:20%;
	padding-top:20px;
	float: left;
}
.breedrechts {
	width: 30%;
	padding-right:20%;
	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;
	margin-top: 40px;
	position: relative;
}

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



#adres {
	width: 100%;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

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

.adresdt {
	display: block;
	text-align: center;
	margin-top: 34px;
}
.adresdt_in {
	display: block;
	text-align: right;
}

.adresmob{
	display:none;
	
}


.adresdt_in {
}
.adresdt_in {
  width: 35%;
  float: left;
  margin-top: 120px;
}
.logodt_in {
  width: 30%;
  float: left;
}

.infodt_in {
	width: 35%;
	float: left;
	margin-top: 120px;
	text-align: left;
}
.infodt_in ul {
	margin-left: 16px;
}


@media screen and (max-width: 790px) {
.adresdt{
	display:none;
}
.adresmob{
	display:block;
	text-align:center;
	margin-top: -30px;
}
.adresmob_in{
	display:block;
	text-align:center;
}



}


.scrollToTop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	display: none;
	/* background: url(images/arrow_up.png) no-repeat; */
	background: ;
	color: #39a037;
	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;	
}
.scrollToTop:hover{
	color: #5d6148;	
}

#copy {
	width: 100%;
	float: left;
	height: 50px;
}
#copywrap {
	margin: 0 auto;
	max-width: 1100px;
	text-align: right;
	padding-top: 19px;
	font-size: 12px;
}
#copywrap p {
	margin: 0;
	padding: 0;
		color: #fff;
}

#copywrap a {
	color: #fff;
}

#copywrap a:hover {
	color: #fff;
}


#copywrapmob{
	display:none;
}

@media screen and (max-width: 790px) {
#copy {
	width: 100%;
	float: left;
	height: 100px;
	color: #fff;
}
#copy a{
	color: #fff;	
}

#adreswrap ul, #adreswrap  li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#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;
  
}



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


#kolomhout {
	margin: 0 auto;
	max-width: 1050px;
	padding: 130px 2% 12px 2%;
	color:#ffffff;
}
#kolomhout h1 {
	color:#ffffff;
}
#kolomhout h2 {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 22px;
}
#kolomhout h3 {
	color:#ffffff;
	font-size: 24px;
	margin-bottom: 22px;
}
#kolomhout h4 {
	font-size: 24px;
	margin-bottom: 22px;
}
#kolomhout a {
	color:#ffffff;
	text-decoration:underline;
}
#kolomhout a:hover {
	color:#888;
	background:#ffffff;
	text-decoration:underline;
}

.kolomhout_tekst {
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}

.bloktekst {
	position: relative;
	z-index: 999;
}


.houtframeafbeelding {
	max-width: 300px;
	margin: 0 auto;
	height: 300px;
	margin-top: -100px;
	z-index: 99999;
	position: relative;
	margin-bottom: 40px;
	background-image: url('https://www.etenendrinkenderoerdomp.nl/fotoframe/houtfotoframe.png');
	background-size: 100%;
}

.houtframeafbeelding img {
	object-fit: cover;
	width: 250px;
	height: 250px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top: 27px;
}


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



.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) {


.wittestrookafbeelding {
	width: 86%;

}

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

}

}


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


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

}


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

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

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

.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: 5px!important;
	 display:block;
	padding: 16px 20px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    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;	
}




.ctaknop:hover{
	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: 16px 20px !important;
	letter-spacing:1px  !important;
    cursor:pointer;
    background: #333333 !important;
    transform:scale(1.1);
    height:auto !important;
}

.cta_ornament{
  width:50px;
  height:50px;
}




#test_om {
  width: 100vw;
  height: 300px;
  background: burlywood;
}
#test_vul {
  width: calc(50vw - 600px);
  background: brown;
  height: 250px;
  float: left;
}
#test_vak {
  background: orange;
  width: 1200px;
  height: 200px;
  float: left;
  max-width: 100vw;
  float: left;
}
#test_blok1 {
  width: 200px;
  height: 150px;
  background: blue;
  float: left;
}

.left-column {
  display: table-cell;
  white-space: nowrap; /* voorkom dat het afbreekt */
  vertical-align: top;
  background: azure;
}

.right-column {
  display: table-cell;
  width: 100%; /* vult resterende ruimte */
  vertical-align: top;
  background: brown;
}



.wrapper {
  display: table;
  width: 100%;
}

.left-column {
  display: table-cell;
  white-space: nowrap; /* voorkom dat het afbreekt */
  vertical-align: top;
}

.right-column {
  display: table-cell;
  width: 100%; /* vult resterende ruimte */
  vertical-align: top;
}

.infolink0 {
	position: relative;
	text-align: right;
}
.infolink1 {
	position: relative;
	text-align: left;
	width: 145px;
	margin-top: 20px;
}
.infolink2 {
	position: relative;
	text-align: right;
}

@media screen and (max-width: 790px) {
.info-text1 {
	text-align: center;
	padding: 0 20px;
}

.info-text2 {
	text-align: center;
	padding: 0 20px;
}

.infolink1 {
	margin: 20px auto  !important;
}
.infolink2 {
	margin: 20px auto !important;
	width: 140px;
}

}
.anyknopornament {
	position: absolute;
	top: -80px;
	right: 0;
}

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

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


.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;
}




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

.naaldjes 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: 1100px;
	padding: 0 2% 0 2%;
	min-height: 50px;
	color: #fff;
}
#adreswrap h2{
	color: #fff;
}

#adreswrap a{
	color: #fff;
}
#adreswrap a:hover{
	color: #444444;
}
#adreswrap ul {
	color: #ffffff;
	margin-top: 0;
}
#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){
  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%;
}
  
  #adreswrap{
  margin: 0 auto;
  width: 90%;
  padding: 0 5% 0 5%;
  min-height:50px;
}
#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;
}


#modal-body {
	text-align: center;
}

.modal-content {
  background: white;
  padding: 0;
  border-radius: 6px;
  max-width: 90vw;
  min-width: 600px;
  min-height: 600px;
  overflow: hidden;
  font-family: Arial;
  position: relative;
}

.modal-header {
	background-color: #39a037;
	color: white;
	padding: 15px 20px;
	font-size: 20px;
	height: 50px;
	display: flex;
	align-items: center;
	border-radius: 8px;
	text-align: center !important;
	margin-bottom:15px;
}
.modal-content h2 {
	margin: 0;
	font-size: 30px;
	text-align: center !important;
	display: block;
	width: 100%;
	color: #fff;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #444;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  z-index: 101;
}

#modal-body {
  padding: 20px;
}

