/* IE FLEXBOX MIN HEIGHT FIX */
.overzicht-blocks-holder, .overzicht-blocks3-col2-repeat  {
	display:flex;
	flex-direction:row;
}
.overzicht-blocks-img, .overzicht-blocks-content  {
	display:flex;
	flex-direction: column;
	min-height:400px;
}
.overzicht-blocks3-repeat-left, .overzicht-blocks3-repeat-right {
	display:flex;
	flex-direction: column;
	min-height:300px;
}

.overzicht-blocks-holder:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.overzicht-blocks-holder:nth-child(even) .overzicht-blocks-contentholder {
	float: right;
}

.overzicht-blocks3-col2-repeat:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.overzicht-blocks2 {

	width:100%;

}

.arrow-txt-down {

	font-family: Fontawesome,sans-serif;
	font-size: 20px;

}








@media (max-width: 767px) {
	.overzicht-blocks .overzicht-blocks-holder:nth-child(3) .overzicht-blocks-img { width:100%; }
	.overzicht-blocks .overzicht-blocks-holder:nth-child(3) .overzicht-blocks-content {   right:auto;  position: relative;  display: block;  }

	.overzicht-blocks .overzicht-blocks-holder:first-child .overzicht-blocks-contentholder {
		margin-top: 0px;
	}

	.overzicht-blocks3-col2-repeat:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}


	.overzicht-blocks-img, .overzicht-blocks-content  {
		display:flex;
		flex-direction: column;
		min-height:250px;
		padding-bottom: 40px;
	}


}


/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
  margin-right: 5px;   }

/* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-track {
  background: rgba(240, 240, 240, 1);  }

/* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb {
  background: rgba(165, 165, 165, 1);  }

