@font-face {
    font-family: 'Abstract';
    src: url('fonts/Abstract-Black.woff2') format('woff2'),
        url('fonts/Abstract-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'isidorasemibold';
    src: url('fonts/isidora-semibold-webfont.woff2') format('woff2'),
         url('fonts/isidora-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'isidoramedium';
    src: url('fonts/isidora-medium-webfont.woff2') format('woff2'),
         url('fonts/isidora-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'isidoralight';
    src: url('fonts/isidora-light-webfont.woff2') format('woff2'),
         url('fonts/isidora-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'isidoramedium_it';
    src: url('fonts/isidora-mediumit-webfont.woff2') format('woff2'),
         url('fonts/isidora-mediumit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
                font-family: "Nicky-Laatz-Summer-Loving-Regular";
                src: url('fonts/Nicky-Laatz-Summer-Loving-Regular.woff') format('woff'),
        url('fonts/Nicky-Laatz-Summer-Loving-Regular.woff2') format('woff2'),
        url('fonts/Nicky-Laatz-Summer-Loving-Regular.svg#Nicky-Laatz-Summer-Loving-Regular') format('svg'),
        url('fonts/Nicky-Laatz-Summer-Loving-Regular.eot'),
        url('fonts/Nicky-Laatz-Summer-Loving-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nicky-Laatz-Summer-Loving-Regular.ttf') format('truetype');

                font-weight: normal;
                font-style: normal;
                font-display: swap;
            }
        
            
            

/* 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: #81dad3;
}

::selection {
  color: #ffffff;
  background: #81dad3;
}


body {
	color: #666;
	font-family: 'isidoralight';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	max-width: 100vw;
}


@media screen and (max-width: 790px){
	
	body {
	color: #666;
	font-family: 'isidoralight';
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 34px;

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


h1 {
	color: #02b5a6;
    font-family: 'Abstract';
    font-weight: 900;
    font-style: normal;
	font-size: 38px;
	letter-spacing: 1px;
	line-height: 50px;
	padding-bottom: 20px;
}



h2 {
    color: #02b5a6;
	font-family: 'isidoramedium';
	font-weight: 400;
	font-style: normal;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 12px;
}

h3 {
    color: #02b5a6;
	font-family: 'isidoramedium';
	font-weight: 400;
	font-style: normal;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 28px;
}
h4 {
    color: #02b5a6;
    font-family: 'isidoramedium';
	font-weight: 400;
	font-style: normal;
    font-size: 18px;
    line-height: 18px;
}
h5 {
	color: #02b5a6;
	font-family: 'isidoramedium';
	font-weight: 400;
	font-style: normal;
	font-size: 37px;
	line-height: 45px;
	transform: skew(-0.02turn, -4deg);
	margin-top: 60px;
}


.projectkop1{
	margin-left: 40px;
	}
}



iframe {
	max-width: 100%;
	z-index: 100;
	-webkit-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
}


a {
    color:#00aba1;

}
a:hover {
    text-decoration: underline;
    color:#a593c6;
}

a img{
	opacity:100%;
	-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;
}
a img:hover{
	opacity:50%;
}

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;

}

strong{
	font-family: 'isidoramedium';
}

hr {
	padding: 0;
	margin: 10px 0 40px;
	border: 0;
	height: 1px;
	background: #1bc1d9;
}

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

.img-responsive {
	margin-bottom: 50px !important;
}

}

.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: 30px;
	position: relative;
	background: #9a8cbd;
}


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

}

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

#segspacertop {
	width: 100%;
	height: 98px;
	background: #ffffff;
}




#seg0 {
	width: 100%;
	height: 570px;
	max-height: 38vw;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
}
#seg0 img {
	max-width: 103%;
}


#seg0-over {
	width: 100%;
	height: 600px;
	position: relative;
	background:#00aba1;
	-webkit-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
}
#seg0-over img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#seg0-over200 {
	width: 100%;
	height: 600px;
	position: relative;
	background:#00aba1;
	-webkit-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
}
#seg0-over200 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#seg0-over300 {
	width: 100%;
	height: 300px;
	position: relative;
	background:#00aba1;
	-webkit-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
}
#seg0-over300 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


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

#seg0 {
	width: 100%;
	height: 300px;
	max-height: 38vw;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
}


#seg0-over200 {
	width: 100%;
	height: 300px;
	position: relative;
	background:#00aba1;
	-webkit-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
}
#seg0-over200 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


}


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

#seg0-over200 {
	width: 100%;
	height: 200px;
	position: relative;
	background:#00aba1;
	-webkit-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
}
#seg0-over200 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#segspacertop {
	height: 0;
}

#seg0 {
margin-top:12px;
}	
	
}






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


#zijfoto {
	z-index: 999999;
	position: absolute;
	right: 0;
	width: 400px;
	height: 602px;
	overflow: hidden;
	max-height: calc(38vw + 2px);
	max-width:26vw;
	top: -1px;
	border-left:12px solid #ffffff;
}
#zijfoto img{
max-height:100%;
width:auto !important;
}


@media screen and (max-height: 900px){
	
#zijfoto {
	z-index: 999999;
	position: absolute;
	right: 0;
	width: 200px;
	height: 602px;
	overflow: hidden;
	max-height: calc(38vw + 2px);
	max-width:26vw;
	top: -1px;
	border-left:12px solid #ffffff;
}
#zijfoto img{
max-height:100%;
width:auto !important;
}	
	
	
}



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


#soc img {
	position: relative;
	top: 10px;
	max-height: 35px;
		-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;
}

#soc img:hover {
	transform: rotate(10deg);
}


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

	
}

#headvak {
	width: 1200px;
	height: 600px;
	max-height: 38vw;
	position: absolute;
	left: calc(50% - 600px);
	z-index: 9999999;
	max-width: 61%;
	top: 0;
}

#logo-omvak {

	width: 1200px;
	margin-left: calc(50vw - 600px);
	height: 200px;
	position: absolute;
}
#bollen-omvak {
	width: 1200px;
	margin-left: calc(50vw - 600px);
	height: 400px;
	position: absolute;
	padding-top: 50px;
	text-align: center;
}
#bollen-omvak img {
	max-width: 50% !important;
	object-fit: unset;
	height: auto;
}

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

	width: 100%;
	margin-left:0;
	height: 200px;
	position: absolute;
}
#bollen-omvak {
	width: 100%;
	margin-left:0;
	height: 600px;
	position: absolute;
}
}

@media screen and (max-width: 790px){
#bollen-omvak img {
	max-width: 80% !important;
	object-fit: unset;
	height: auto;
	margin-top: 60px;
}

}
#logovak {
	width: 240px;
	height: 240px;
	max-height: 38vw;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 9999998;
	max-width: 61%;
}

#logovak img {
	width: 240px;
	position: unset;
	max-width: 100%;
}

#logobreedvak {
	width: 240px;
	height: 240px;
	max-height: 30vw;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 9999998;
	max-width: 30vw;

}

#logobreedvak img {
	width: 240px;
	position: unset;
	max-width: 100%;
	object-fit: unset;
	height: auto !important;
}

#tagvak {
	width: 100%;
	height: 600px;
	z-index: 9999998;
	max-width: calc(100% - 100px);
	top: 0;
	text-align: center;
	padding-top: 223px;
	background: ;
	padding-left: 100px;
}

#tagvak img {
	width: 79%;
	max-width: 746px;
	padding-right: 25px;
}




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


#tagvak {
	width: 100%;
	height: 300px;
	z-index: 9999998;
	max-width: calc(100% - 140px);
	top: 0;
	text-align: right;
	padding-top: 35px !important;
}
#tagvak img {
	width: unset;
	max-width: unset;
	padding-right: 25px;
	max-height: 260px;
}

}


@media screen and (max-width: 1300px){
#headvak {
	max-width: 66%;
}

}

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


#tagvak {
	width: 100%;
	height: 600px;
	z-index: 9999998;
	max-width: calc(100% - 140px);
	top: 0;
	text-align: right;
	padding-top: 12vw;
}

#tagvak img {
	width: 79%;
	max-width: 646px;
	padding-right: 25px;
}
#headvak {
	max-width:73%;
}

}


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

#headvak {
	width: 1200px;
	height: 600px;
	max-height: 38vw;
	position: absolute;
	left: 0;
	z-index: 9999998;
	max-width: calc(100% - (26vw + 12px));
	border-right:15px;
}
}

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

#logovak {
	width: 16vw;
	height: 16vw;
	max-height: 38vw;
	position: absolute;
	left: 2vw;
	top: 2vw;
	z-index: 9999998;
	max-width: 61%;
}

#logobreedvak {
	width: 26vw;
	height: 26vw;
	max-height: 38vw;
	position: absolute;
	left: 2vw;
	top: 2vw;
	z-index: 9999998;
	max-width: 61%;
}
	
#logobreedvak img {
	left: 20px;
	top: 10px;
}
#logovak img {
	left: 20px;
	top: 10px;
}

}

#menu {
	height: 98px;
	/* z-index: 9999999; */
	padding-top: 15px;
	padding-bottom: 34px;
	position: fixed;
	z-index: 99999999;
	background: #fff;
}

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

#tagvak {
	width: 100%;
	height: 600px;
	z-index: 9999998;
	max-width: calc(100% - 45px);
	top: 0;
	text-align: right;
	padding-top: 12vw;
	padding-left: 45px;
}

#logovak {
	width: 16vw;
	height: 16vw;
	max-height: 38vw;
	position: absolute;
	left: 2vw;
	top: 2vw;
	z-index: 9999998;
	max-width: 61%;
}

#menu {
	display: none;
}

}


#seg1 {
	min-height: 300px;
	/*background: url('images/matthjabg.jpg') no-repeat;*/
	background-position: center 30px;
	background-size: 1600px;
}

#seg1 img {
	align-content: space-around;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	max-width: calc(100% - 50px);
	height: auto !important;
}

.noshade{
	-webkit-box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	box-shadow: unset !important;
}
.noshade img{
	-webkit-box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	box-shadow: unset !important;
}
		
.noshade a img{
	-webkit-box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	box-shadow: unset !important;
}

.nomarge{
	margin:unset !important;
}
		
.valign {
	vertical-align: middle;
}
.gmaps {
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	box-shadow: 3px 37px 19px -23px rgba(0,0,0,0.15);
	lione: -8px;
	line-height: 0;
}
	

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

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

#seg1 {
	min-height: 300px;
	background: url('images/matthjabg.jpg');
	background-position: center 30px;
	background-size: 800px;
	background-repeat: repeat-y;
}

}





 /* 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: ;
}

.tabs-om{
	width:100%;
	float:left;
}

.tab{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin:0 10px;
}
#tab1 strong{
	color:#00aba1;
	font-family: 'isidoramedium';
}
#tab2 strong{
	color:#00aba1;
	font-family: 'isidoramedium';
}
#tab3 strong{
	color:#00aba1;
	font-family: 'isidoramedium';
}

#tab1 li::marker{
		color:#00aba1;
	font-family: 'isidoramedium';
}
#tab2 li::marker{
		color:#00aba1;
	font-family: 'isidoramedium';
}
#tab3 li::marker{
		color:#00aba1;
	font-family: 'isidoramedium';
}

.tabs {
	display: flex;
	cursor: pointer;
	border-bottom: 1px solid #00bad4;
}

.tabs-om ul {
	margin: 0;
}

        .tabs div {
            padding: 10px;
            width: 100%;
            text-align: center;
            color:#00bad4;
            
        }

        .tabs div.active {
            background-color: #00bad4;
            font-weight: bold;
            color:#fff;
        }

        .tab-content {
            display: none;
            padding: 20px;
            border-top: none;
            background-color: #fff;
            overflow: hidden;
        }

        .tab-content.active {
            display: block;
        }

        /* Accordion style on small screens */
        @media (max-width: 768px) {
            .tabs {
                display: block;
                border-bottom: none;
            }
            

           .tabs div {
	background-color: #f1f1f1;
	border-bottom: none;
	text-align: left;
	padding: 15px;
	max-width: calc(100% - 50px);
	margin-top: 20px;
}

            .tabs div.active {
                background-color: #00bad4;
            font-weight: bold;
            color:#fff;
            }

            .tab-content {
                display: none;
                padding: 0 !important;
                background-color: #fff;
            }

            .tab-content.active {
                display: block;
            }
        }

#seg2 {
	background: url('images/plank.jpg') repeat-x;
	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;
}	
	
	
}

.bollenstrook {
	width: calc(100% / 3);
	float: left;
	padding-top: 100px;
	padding-bottom: 100px;
}


.bollenstrook-in {
	padding: 0 20px;
	text-align: center;
}

.bollenstrook-afbeelding{
	
}

.bollenstrook-afbeelding img {
	max-width: 90%;
	    	-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;
}
.bollenstrook-afbeelding img:hover {
	max-width: 86%;
	opacity: 0.6;
}


@media screen and (max-width: 790px){
.bollenstrook {
	width: calc(100% / 3);
	float: left;
	padding-top: 30px;
	padding-bottom: 60px;
}

}


.bollenkleur1 a{
	color: #4fac97;
	    	-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;
}

.bollenkleur2 a{
	color: #ddbc32;
	    	-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;
}

.bollenkleur3 a{
	color: #9a8cbd;
	    	-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;
}


.bollenkleur1 a:hover{
	color: #1bc1d9;
	transform:scale(1,1);
}

.bollenkleur2 a:hover{
	color: #1bc1d9;
    transform:scale(1,1);
}

.bollenkleur3 a:hover{
	color: #1bc1d9;
	transform:scale(1,1);
}



.bollenkleur1 h2{
	color: #4fac97;
}

.bollenkleur2 h2{
	color: #ddbc32;
}

.bollenkleur3 h2{
	color: #9a8cbd;
}

.bollenstrook-knop {
	text-align: center;
}

.bollenstrook-knop a {
	font-family: "Nicky-Laatz-Summer-Loving-Regular";
	text-decoration: none;
	font-size: 42px;
}




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

.bollenstrook-afbeelding img {
	width: 90%;
	max-width: 220px;
}
	
}

.news-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

.news-item {
  width: calc(33.333% - 20px);
  background-color: #f4f4f4;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
}

.news-item h2 {
  margin-bottom: 10px;
}

.news-item p {
  margin-bottom: 20px;
}

.read-more {
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
}

.read-more:hover {
  color: #0056b3;
}

/* Responsive */
@media (max-width: 1024px) {
  .news-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .news-item {
    width: 100%;
  }
}

/* Modal Styles */
.modal {
	display: none;
	position: fixed;
	z-index: 9999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.modalgroen {
	background-color: rgba(241,134,90, 0.9);
	background-color: rgba(0,178,211, 0.9);
}
.modalgeel {
	background-color: rgba(241,134,90, 0.9);
}
.modalpaars {
	
	background-color: rgba(2,181,166, 0.9);
}
.modaloranje {	
	background-color: rgba(165,147,198, 0.9);
}
.modalblauw {
	
	background-color: rgba(226,194,34, 0.9);
}

.modal-content {
  background-color: white;
  padding: 50px;
  width: 40%;
  min-width:600px;
  max-height: 80%;
  overflow-y: auto;
  border-radius: 10px;
  position: relative;
}



.close {
	position: absolute;
	top: 28px;
	right: 20px;
	color: #a593c6;
	font-size: 70px;
	cursor: pointer;
}




@media screen and (max-width: 790px) {
	
.modal-content {
	background-color: white;
	padding: 20px;
	width: 80%;
	max-height: 80%;
	overflow-y: auto;
	border-radius: 10px;
	position: relative;
	min-width: unset;
}


}	

.close {
	position: absolute;
	top: 28px;
	right: 20px;
	color: #a593c6;
	font-size: 70px;
	cursor: pointer;
}

.close:hover {
  color: #02b5a6;
}


#seg3 {
	position: relative;
	min-height:400px;
	background:;
}

.seg3toprand {
	margin-top: -35px;
	height: 40px;
	width: 100% !important;
	position: relative;
	background-size: 100vw 40px;
}
.seg3botrand {
	margin-bottom: -35px;
	height: 40px;
	width: 100% !important;
	position: relative;
	background-size: 100vw 40px;
	z-index: 99;
}






.seg3_in{
	width:1600px;
	max-width:calc(100vw - 48px);
	margin:0 auto;
	min-height:400px;	
}

.reviewblok {

	width: 100%;
	height: 550px;
	margin-top: -40px;
	position: relative;
	z-index: 99;
}

.reviewtekst {
	width: 86%;
	margin: 0 auto;
}
.reviewtekst h2 {
	color:#ffffff;
}

.reviewklant {
	font-weight: bold;
}

.slick-slide img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	width: 80px;
	margin-bottom: 30px;
}
.revslide {
	max-width:1120px;
	margin:0 auto;
	height: 550px;
}
.revslide_in {
	height: 550px;
	
}
.revcontent {
	padding: 70px 100px 100px;
	width: calc(100% - 200px);
	color: #fff;
	text-align: center;

}

.revdesk{
display:block;		
}
.revmob{
display:none;	
}

@media screen and (max-width: 790px){
.revdesk{
display:none;		
}
.revmob{
display:block;		
}

.revcontent {
	padding: 70px 30px 30px;
	width: calc(100% - 60px);
	font-size: 15px;
}

}

.revmarker {
	margin-bottom: 20px;
}

.vlek1{
	background: url('https://www.matthja.nl/media/reviewblok/1.png') no-repeat;
	background-size: 100% 100%;
}
.vlek2{
	background: url('https://www.matthja.nl/media/reviewblok/2.png') no-repeat;
	background-size: 100% 100%;
}
.vlek3{
	background: url('https://www.matthja.nl/media/reviewblok/3.png') no-repeat;
	background-size: 100% 100%;
}
.vlek4 {
	background: url('https://www.matthja.nl/media/reviewblok/4.png') no-repeat;
	background-size: 100% 100%;
}
.vlek5{
	background: url('https://www.matthja.nl/media/reviewblok/5.png') no-repeat;
	background-size: 100% 100%;
}

#seg3b {
	margin-top: -46px;
	position: relative;
	z-index: 9;
	height: 120px;

}
.seg3b_in {
	width: 1120px;
	height: 120px;
	margin: 0 auto;
	max-width: calc(100vw - 48px);
	background: #fff;
}

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

#seg3b {
	margin-top: -46px;
	position: relative;
	z-index: 9;
	height: 70px;
}

}
#seg4 {
	position: relative;
	min-height:400px;
}

.seg4_in {
	background: #fff;
	width: 1120px;
	max-width: calc(100vw - 48px);
	margin: 0 auto;
	min-height: 400px;
	padding-bottom: 60px;
}


.actieblok-in {
	width: 80%;
	padding: 60px 10%;
}
.actie-tekst {
	width: calc(80% - 40px);
	margin-left: 40px;
	float: left;
}
.actie-tekst h2{
	color:#4fac97;
}
.actie-afbeelding {
	width: 20%;
	background: ;
	float: left;
}
.actie-afbeelding img {
	max-width: 100%;
}
.actie-knop {
	float: left;
	width: 100%;
	text-align: center;
	font-family:"Nicky-Laatz-Summer-Loving-Regular";
}

.halvebreedte {
	width: 47%;
	float: left;
	padding-right: 3%;
}


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

.seg4_in {
	float: left;
	margin-left: 24px;
}


.actie-afbeelding {
	width: 100%;
	background: ;
	float: left;
	text-align: center;
}
.actie-afbeelding img {
	width: 100%;
	max-width: 220px;
}
.actie-tekst {
	width: 100%;
	margin-left: 0;
	float: left;
}
.actie-knop {
	padding-bottom: 50px;
}

.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: 24px;
	position: relative;
}

#logobottom img {
	width: 250px;
	max-width: 40vw;
}


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

#adres  a{
	color: #fff;
	text-decoration:none;
}
#adres  a:hover{
	color: #fff;
	text-decoration:underline;
}

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

.adresdt {
	display: block;
	text-align: center;
}
.adresdt_in {
	display: block;
	text-align: center;
}


.adresdt_in  img:hover {
	transform: rotate(-10deg);
}

.adresmob{
	display:none;
	
}


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



.adresmob_in  img:hover {
	transform: rotate(-10deg);
}

}


.scrollToTop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	display: none;
	/* background: url(images/arrow_up.png) no-repeat; */
	background: ;
	color: #9a8cbd;
	border-radius: 50%;
	font-size: 40px;
	z-index: 99999999;
	-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;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.scrollToTop:hover{
	color: #ffffff;	
	border: 2px solid #9a8cbd;
}
.pijl {
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-bottom: 0;
}
.pijl:hover {
	background: #09bdd6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-bottom: 0;
}

#copy {
	width: 100%;
	background: ;
	background-size: ;
	float: left;
	height: 30px;
	margin-top: -30px;
}
#copywrap {
	margin: 0 auto;
	max-width: 1100px;
	text-align: right;
	padding-top: 8px;
	font-size: 12px;
	padding: 0 2%;
}
#copywrap p {
	margin: 0;
	padding: 0;
	color:#ffffff;
}

#copywrap a {
	color:#ffffff;
	text-decoration:none;
}

#copywrap a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#copywrapmob{
	color:#ffffff;
	display:none;
}
#copywrapmob a {
	color:#ffffff;
	text-decoration:none;
}

#copywrapmob a:hover {
	color:#ffffff;
	text-decoration:underline;
}

@media screen and (max-width: 790px) {
#copy {
	width: 100%;
	float: left;
	height: 100px;
	margin-top: -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;
  
}

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

.seglijn_in {
	margin: 0 auto;
	height: 1px;
	width: 980px;
	max-width: 90%;
	background: #a593c6;
	margin-top:-1px;
}


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


.kolomrechts, #driekolommen, #tweekolommen, #vierkolommen, .inner {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 70px;
	padding-top: 60px;
}
.kolomrechts {
	background: #fff;
	width:980px;
	padding-bottom:0;
	max-width: 80% !important;
}

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



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

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



#adreswrap{
  margin: 0 auto;
  max-width:1100px;
  padding: 0 2% 0 2%;
  min-height:550px;
}

.footerbg1{
	background: url('https://www.matthja.nl/media/footers/1.jpg') no-repeat;
	background-position: center top;
	background-size: 100vw 600px;
}
.footerbg2{
	background: url('https://www.matthja.nl/media/footers/2.jpg') no-repeat;
	background-position: center top;
	background-size: 100vw 600px;
}
.footerbg3{
	background: url('https://www.matthja.nl/media/footers/3.jpg') no-repeat;
	background-position: center top;
	background-size: 100vw 600px;
}
.footerbg4{
	background: url('https://www.matthja.nl/media/footers/4.jpg') no-repeat;
	background-position: center top;
	background-size: 100vw 600px;
}
.footerbg5{
	background: url('https://www.matthja.nl/media/footers/5.jpg') no-repeat;
	background-position: center top;
	background-size: 100vw 600px;
}
.footerbg6{
	background: url('https://www.matthja.nl/media/footers/6.jpg') no-repeat;
	background-position: center top;
	background-size: 100vw 600px;
}



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

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

.nieuws_om {
	float: left;
	border-bottom: 1px solid #1bc1d9;
}

.nieuws_bericht {
	float: left;
	width: 100%;
	padding-top: 40px;
	margin-top: 20px;
}

.nieuws_afbeelding {
	width: 40%;
	float: left;
}
.nieuws_bericht_om {
	width: 60%;
	float: left;
}
.nieuws_afbeelding1 {
	width: 40%;
	float: left;
	margin-top: 10px;
	text-align:center;
}
.nieuws_afbeelding1 img {
	max-width: 240px !important;
}
.nieuws_bericht_om1 {
	width: 60%;
	float: left;
}
.nieuws_afbeelding2 {
	width: 40%;
	float: right;
	margin-top: 10px;
	text-align:center;
}
.nieuws_afbeelding2 img {
	max-width: 240px !important;
}
.nieuws_bericht_om2 {
	width: 60%;
	float: right;
}



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

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

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


.lijn-groen{
border-top:1px solid #02b5a6;	
}
.kleurstijl-groen h2{
	color: #02b5a6;	
}
.kleurstijl-groen h3{
	color: #02b5a6;	
}
.kleurstijl-groen h4{
	color: #02b5a6;	
}
.kleurstijl-groen a{
	color: #02b5a6;	
}
.kleurstijl-groen strong{
	color: #02b5a6;	
}
.lijn-oranje{
border-top:1px solid #ddbc32;	
}
.kleurstijl-oranje h2{
	color: #ddbc32;	
}
.kleurstijl-oranje h3{
	color: #f1865a;	
}
.kleurstijl-oranje h4{
	color: #f1865a;	
}
.kleurstijl-oranje a{
	color: #f1865a;	
}
.kleurstijl-oranje strong{
	color: #f1865a;	
}

.lijn-paars{
border-top:1px solid #a593c6;	
}

.kleurstijl-paars h2{
	color: #a593c6;	
}
.kleurstijl-paars h3{
	color: #a593c6;	
}
.kleurstijl-paars h4{
	color: #a593c6;	
}
.kleurstijl-paars a{
	color: #a593c6;	
}
.kleurstijl-paars strong{
	color: #a593c6;	
}

 .samen_bericht {
	width: calc(100% / 3);
	float: left;
} 
.samen_afbeelding1{
	text-align:center;
}
.samen_afbeelding1 img {
	max-width: 240px !important;
}


@media screen and (max-width: 900px) {
 .samen_bericht {
	width: calc(100% / 2);
	float: left;
} 	
	
}
@media screen and (max-width: 790px) {
 .samen_bericht {
	width: calc(100% / 1);
	float: left;
} 	
	
}


.samen_titel {
	text-align: center;
	height: 150px;
	margin-top: -40px;
	position: relative;
	z-index: 999999;
}
.samen_afbeeldingdetail {
	margin-top: 50px;
	text-align:center;
}

.samen_afbeeldingdetail img {
	max-width: 300px !important;
}

 .projecten_bericht {
	width: calc(100% / 3);
	float: left;
} 
 .projecten_afbeelding1{
	text-align:center;
}
 .projecten_afbeelding1 img {
	max-width: 240px !important;
}


@media screen and (max-width: 900px) {
 .projecten_bericht {
	width: calc(100% / 2);
	float: left;
} 	
	
}
@media screen and (max-width: 790px) {
 .projecten_bericht {
	width: calc(100% / 1);
	float: left;
} 	
	
}


 .projecten_titel {
	text-align: center;
	height: 80px;

	position: relative;
	z-index: 999999;
}
 .projecten_afbeeldingdetail {
	margin-top: 50px;
	text-align:center;
}

 .projecten_afbeeldingdetail img {
	max-width: 300px !important;
}

.projectenintro {
	padding: 0 22px 0 43px;
}

/* MEDIA QUERIES */

/* Responsify Defaults */

@media screen and (max-width: 790px){
 
 .nieuws_afbeelding {
	width: 100%;
	float: left;
}
.nieuws_bericht_om {
	width: 100%;
	float: left;
}
.nieuws_afbeelding1 {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.nieuws_bericht_om1 {
	width: 100%;
	float: left;
}
.nieuws_afbeelding2 {
	width: 100%;
	float: right;
	margin-top: 10px;
}
.nieuws_bericht_om2 {
	width: 100%;
	float: right;
}
 

  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: 80%;
	padding-left: 5%;
	padding-right:5%;
	padding-bottom: 10px;
}

#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:450px;
}
#copywrap{
  margin: 0 auto;
  width: 90%;
  padding: 0 5% 0 5%;
  height:50px;
  text-align: right;
}
}

    .masonry {
            column-count: 3; /* Set the number of columns */
            column-gap: 15px; /* Gap between the columns */
        }

        .masonry-item {
            background-color: #f4f4f4;
            margin-bottom: 7px;
            display: inline-block;
            width: 100%;
            box-sizing: border-box;
        }

        .masonry-item img {
            width: 100%;
            height: auto;
            display: block;
			margin: 0 !important;
			max-width: 100% !important;
		}

        /* Responsive: adjust column count on smaller screens */
        @media (max-width: 1024px) {
            .masonry {
                column-count: 2;
            }
        }

        @media (max-width: 600px) {
            .masonry {
                column-count: 1;
            }
        }

/* 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;
}

.-z-10.mb-6.mt-auto.pt-6.\[\&_img\]\:h-\[15px\].block img {
	width: 0 !important;
}
