body{
	font:400 16px/28px 'Open Sans';
	color:#333;
}

h1, h2, h3, p, ul, ol, table, form, iframe{
	margin-top:0;
	margin-bottom:24px;
}

.jumbotron#topmenu .wpml-ls-legacy-list-horizontal {
    clear: none;
    display: inline-block;
	padding: 0;
}
.jumbotron#topmenu .wpml-ls-legacy-list-horizontal a {
    padding: 5px;
}
.jumbotron#topmenu {
	padding: 5px 0;
	background: #fff;
	color: #454545;
	font:400 14px/22px 'Open Sans';
}
.jumbotron#content,
.jumbotron#foodmailer,
.jumbotron#usp{
	padding: 70px 0;
}
body.page-id-136 .jumbotron#content,
body.page-id-1270 .jumbotron#content,
body.page-id-2166 .jumbotron#content{
	padding: 70px 0 0;
}
.jumbotron#foodmailer {
	background: #e7e7e8;
}
.jumbotron#usp {
	text-align: center;
}
.jumbotron#usp i {
	color: #d1d1d1;
	font-size: 100px;
}
.jumbotron#usp p {
	font:700 18px/normal 'Open Sans';
	margin: 20px 0 0 0;
	color: #454545;
}
.jumbotron.grijs {
    background: #e7e7e8;
}
.usp {
	padding-left: 80px;
}
.owl-dots {
    text-align: center;
	margin: 20px 0 0;
}
.owl-prev,
.owl-next {
	font-family: FontAwesome;
	color: rgba(179,179,179,0.2);
	font-size: 215px;
	position: absolute;
	z-index: 300;
	top: 180px;
}
.owl-prev {
    left: 180px;
}
.owl-prev:before {
	content: '\f104';
}
.owl-next {
    right: 180px;
}
.owl-next:before {
	content: '\f105';
}
/*
#foodmailer-slider:before {
	content: '';
	background: url(../images/foodmailer.png);
	width: 114px;
	height: 114px;
	position: absolute;
	bottom: 85px;
    right: -35px;
    z-index: 200;
}
*/
.owl-dot {
    border-radius: 50px;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #919192;
    margin-left: 7px;
    margin-right: 7px;
}

.owl-dot.active {
    background: #fff;
	border: 1px #919192 solid;
}

.phone {
	font:700 16px/28px 'Open Sans';
	font-style: italic;
	color: #454545;
}
.phone a {
    color: #37ca58;
	font-style: normal;
}
.lang-picker {
	margin-left: 20px;
}
.navbar-header {
	position: relative;
    /*top: -55px;*/
}
.parallaxer .container {
	position: relative;
    z-index: 1500;
	height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#right-content ul,
#foodmailer div.usp ul{
	padding: 0;
}
#right-content ul li:before,
#foodmailer div.usp ul li:before{
	content: '\f00c';
	font-family: FontAwesome;
	margin-right: 10px;
	color: #78ca17;

}
#right-content ul li {
	list-style: none;
	font-weight: 700;
}
#foodmailer div.usp ul li {
	list-style: none;
}
#foodmailer div.usp h2 {
	font:700 30px/normal 'Open Sans';
}

.ssbl-wrap .ssbl-container .ssbl-img{
	display:inline !important;
}

#left-content{
	width:100%;
	float:left;
}
.cta {
	background: rgba(26,21,23,0.6);
	color: #fff;
    padding: 25px;
	width: 37%;
    -webkit-transform: translate(-90px,-90px);
    -ms-transform: translate(-90px,-90px);
    transform: translate(-90px,-90px);
}
.cta .title {
	font:400 37px/normal 'Open Sans';
}
.jumbotron .cta p {
	font:400 14px/normal 'Open Sans';
	margin-bottom: 0;
}
.cta .tekst {
	float: left;
	width: 85%;
}
.cta a,
.cta a:hover,
.cta a:focus{
	margin-top: 20px;
	float: right;
	color: #fff;
	font-size: 48px;
}
.slide-tekst-holder {
    position: absolute;
    width: 100%;
	bottom: 0;
}

.flex-center-v{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-center-h{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-center{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.alert > *:last-child{
	margin:0 !important;
}

.row.editor{
	margin-bottom:24px;
}

.row.editor div > *:last-child{
	margin-bottom:0;
}

.jumbotron{
	background:none;
	margin:0;
	padding:0;
	float:left;
	clear:both;
	width:100%;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul,
.jumbotron ol,
.jumbotron table,
.jumbotron div.gform_wrapper form{
	font-size:16px;
	font-weight:400;
	font-style:normal;
	margin-bottom:24px;
	margin-top:0;
}

.jumbotron ul ul, .jumbotron ol ul, .jumbotron ul ol, .jumbotron ol ol {
    margin-bottom: 0;
}

.jumbotron h1,
.jumbotron h1 a{
	font-size: 45px;
    font-weight: 700;
    font-style: italic;
}
/*sidebar h1*/
.jumbotron aside h1 {
	font-size:32px;
	font-weight: 700;
	font-style: italic;
    padding-top: 13px;
}

.jumbotron h2,
.jumbotron h2 a{
	/*font-size:25px;*/
	font-size:32px;
	font-weight: 700;
	font-style: italic;
}

.jumbotron h3,
.jumbotron h3 a{
	font-size:20px;
	font-weight: 700;
	font-style: italic;
}

.hide_tekst {
    display: none;
}

.lees_verder{
	margin-bottom:24px;
    color: #37ca58;
    font-weight: 700;
}
.lees_verder:hover,
.lees_verder:focus {
	color: #37ca58;
}

p:empty{
	display:none;
}

em{
	font-style:italic !important;

}

strong{
	font-weight:700 !important;
}

a,
a:hover,
a:focus{
	color:#444;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

hr{
	float:left;
	clear:both;
	width:100%;
	border-top:solid 1px #c9c9c9;
	margin:0 0 24px;
}

.button,

body div.gform_wrapper .gform_footer input[type=submit]{
	display:inline-block;
	text-decoration:none !important;
	outline:none;
	border:none;
	border-radius:0;
	color:#fff;
	background:#919192;
	padding: 0 25px !important;
    line-height: 50px;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	color:#ffffff;
	background:#37ca58;
    border-radius: 35px;
}

.button.wit,
.button.wit:hover,
.button.wit:focus{
	color:#2f2f2f;
	background:#fff;
	border: 1px #c3c3c3 solid;
}
.button:hover,
.button:focus,
body div.gform_wrapper .gform_footer input[type=submit]:hover,
body div.gform_wrapper .gform_footer input[type=submit]:focus {
	background-color: #53ce6f;
	color:#fff;
}


/*
.button.groen,
.button.groen:hover,
.button.groen:focus{
	color:#ffffff;
	background:#37ca58;
    border-radius: 35px;
    line-height: 50px;
}*/

.button.groen.klein {
	line-height: 30px;
    border-radius: 20px;
}



.button.wit:hover,
.mixitup-control-active{
	background:#e6e6e6 !important;
}

.mix .blok {
	margin: 20px 0;
}
.jumbotron#filter .filters .button:first-child {
	margin-left: 0;
    background-color: #37ca58 !important;
    color: #fff;
}
.jumbotron#filter .filters .button {
	margin: 5px;
    border-radius: 20px;
    line-height: 30px;
}
.jumbotron#filter {
	padding: 30px 0 70px;
}

article > *:last-child{
	margin-bottom:0;
}

form.search-form{
	margin:0;
}

form.search-form label{
	padding:0;
	margin:0;
	float:left;
	background:#fff;
}

form.search-form input{
	margin:0;
	padding:0 5px;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

form.search-form button{
	margin:0;
	padding:0;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

.navbar-default{
	min-height:0;
	background:#fff;
	border:none;
	margin:0;
	width:100%;
	float:left;
	-webkit-box-shadow: 0 5px  10px rgba(181,181,181,.46);
	box-shadow: 0 5px 10px rgba(181,181,181,.46);
}

.navbar>.container .navbar-brand{
	height:auto;
	padding:0;
	margin:0;
}

#logoholder{
	float:left;
	margin-top: -16px;
    margin-bottom: -26px;
}

#slider{
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	float:left;
	clear:both;
	border-radius:0;
}

#slider .slide{
	width:100%;
	overflow:hidden;
	float:left;
	clear:both;
	display:-webkit-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-box !important;
    display:-webkit-flex !important;
    display:flex !important;
    -webkit-flex-align:center !important;
    -ms-flex-align:center !important;
    -webkit-box-align:center !important;
    -webkit-align-items:center !important;
    align-items:center !important;
	-webkit-background-size:cover !important;
	background-size:cover !important;
	position:relative;
}

#slider .slide .parallaxer{
	width:100%;
	position:absolute;
	top:0;
	height:100%;
	left: 0;
}

#slider .slide .parallaxer > img{
	position:absolute;
	top:0;
	object-fit:cover;
	left:0;
	margin:0;
	display:block;
	/* fill and maintain aspect ratio */
	width:auto; height:auto;
	min-width:100%; min-height:100%;
	max-height:none; max-width:100%;
}

#slider .slide-link{
	width:100%;
	height:100%;
	float:left;
	position:relative;
	display:-webkit-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-box !important;
    display:-webkit-flex !important;
    display:flex !important;
    -webkit-flex-align:center !important;
    -ms-flex-align:center !important;
    -webkit-box-align:center !important;
    -webkit-align-items:center !important;
    align-items:center !important;
}
body.home .text-center.slide-tekst{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background: rgba(26,21,23,0.6);
	font:400 41px/normal 'Open Sans';
	color: #fff;
	padding: 50px 0;
}

body.home .text-center.slide-tekst:before {
	content: '\f00c';
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 15px;
	color: #78ca17;
}
.maps p,
.maps iframe {
	margin:0;
}
div.blok {
	background: #fff;
	padding: 10px;
	border: solid 1px #c3c3c3;
	-webkit-transition: all 0.3s;
	  -o-transition: all 0.3s;
	  transition: all 0.3s;
  	-webkit-box-shadow: 0 0 10px rgba(181,181,181,.46);
  	box-shadow: 0 0 10px rgba(181,181,181,.46);
}
div.blok:hover {
	color: #2f2f2f;
	border: 1px solid #b5b5b5;
	-webkit-transform: scale(1.02);
	    -ms-transform: scale(1.02);
	        transform: scale(1.02);
}
div.blok img {
	max-width: 100%;
	margin: 15px 0 25px;

}
div.blok h2,
div.blok h2 a{
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 10px;
	color: #2f2f2f;
	font-style: normal;
}
div.blok a:hover {
	text-decoration: none;
}
div.blok p {
	font-size: 16px;
}
div.blok .button {
	margin: 0 0 10px 0;
}

.pull-left.slide-tekst{
	position:relative;
	background:#666;
}

.text-right.slide-tekst{
	position:relative;
	background:#666;
}

#hoofdmenu{
	margin: 6px 0 0 0;
}

#hoofdmenu li{
	position:relative;
	margin: 0 15px;
}

#hoofdmenu li:first-of-type{
	margin-left:0;
}

#hoofdmenu li:last-of-type{
	margin-right:0;
}

#hoofdmenu li a{
	color: #8d8d7d;
	padding:0;
	background:none;
	position: relative;
	transition: initial;
	-webkit-transition: initial;
}


body.single-materialen #hoofdmenu > li.verpakkingsmaterialen > a,
body.single-machine #hoofdmenu > li.verpakkingsmachines > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
	font-weight: 700;
	color: #454545;
}
body.single-materialen #hoofdmenu > li.verpakkingsmaterialen > a::before,
body.single-machine #hoofdmenu > li.verpakkingsmachines > a::before,
#hoofdmenu > li:hover > a::before,
#hoofdmenu > li.current-menu-item > a::before,
#hoofdmenu > li.current-menu-ancestor > a::before,
#hoofdmenu > li.current-menu-parent > a::before{
	content: '';
	position: absolute;
	bottom: -6px;
	width: 100%;
	height: 2px;
	background: #37ca58;
}

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

/*Dit is om de ruimte tussen menu en submenu hoverable te maken
#hoofdmenu > li > ul:before {
    height: 15px; Dit is afhankelijk van je website
    top: -15px; Deze moet evenhoog zijn als "height"
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: #f00; Deze moet je op "transparent" zetten
}
*/

#hoofdmenu li:hover > ul{
	display:block;
}

#hoofdmenu li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

#hoofdmenu li ul li:hover > a,
#hoofdmenu li ul li.current-menu-item > a,
#hoofdmenu li ul li.current-menu-ancestor > a,
#hoofdmenu li ul li.current-menu-parent > a{
}

/*Sub-sub menu*/
#hoofdmenu li ul li ul{
	display:none;
	left:100%;
	top:0;
}

#hoofdmenu li ul li:hover > ul{
	display:block;
}

#hoofdmenu li ul li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

#footer{
	padding:50px 0;
	background:#585858;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
}

#footer ul li{
	margin: 0 0 10px 0;
}

#footer ul li a{
	font:400 16px/20px 'Open Sans';
	color:#fff;
}

#footer div[class^="col-"] p:last-child,
#footer div[class*=" col-"] p:last-child,
#footer div[class^="col-"] ul:last-child,
#footer div[class*=" col-"] ul:last-child{
	margin-bottom:0 !important;
}

#credits{
	background: #1a1517;
	padding: 20px 0;
}

#credits,
#credits a{
	color:#9e9e9f;
	text-decoration:none;
	font:400 13px/normal 'Open Sans';
}
#credits a:hover,
#credits a:focus {
    text-decoration: underline;
}

@media (max-width:767px)
{

	.navbar-default {
		-webkit-box-shadow: initial;
		box-shadow: initial;
	}
	.jumbotron h1, .jumbotron h1 a {
		font-size: 30px;
	}
	.slide-tekst-holder {
    	position: static;
	}
	#footer {
    	padding: 15px 0;
	}
	#right-content {
		margin-top: 20px;
	}
	.jumbotron#usp p {
		margin: 5px 0 0 0;
	}
	.jumbotron#usp .container .row > div:first-child,
	.jumbotron#usp .container .row > div:nth-child(2) {
		margin: 0 0 40px;
	}
	#foodmailer-slider {
    	padding-right: 35px;
	}
	#foodmailer-slider:before {
    	right: 0px;
	}
	.usp {
		padding-left: 15px;
		margin-top: 20px;
	}
	.jumbotron#content, .jumbotron#foodmailer, .jumbotron#usp {
		padding: 15px 0;
	}
	.navbar-header {
		top: -25px;
	}

	button#trigger-overlay {
    	margin-top: 32px !important;
	}
	.no_parallax_slider_xs .parallaxer{
		top:0 !important;
	}

	.navbar>.container .navbar-brand{
		max-width:100%;
	}

	#logoholder{
		padding: 15px 75px 15px 15px;
	}

	#hide-top{
		display:none;
	}

	.navbar-toggle {
	  border: none;
	  background: transparent !important;
	}
	.navbar-toggle:hover {
	  background: transparent !important;
	}
	.navbar-toggle .icon-bar {
	  width: 22px;
	  -webkit-transition: all 0.2s;
	  transition: all 0.2s;
	}
	.navbar-toggle span:nth-child(2) {
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  -ms-transform-origin: 10% 10%;
	  -webkit-transform-origin: 10% 10%;
	  transform-origin: 10% 10%;
	}
	.navbar-toggle span:nth-child(3) {
	  opacity: 0;
	}
	.navbar-toggle span:nth-child(4) {
	  -ms-transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  -ms-transform-origin: 10% 90%;
	  -webkit-transform-origin: 10% 90%;
	  transform-origin: 10% 90%;
	}

	.navbar-toggle.collapsed  span:nth-child(2) {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	.navbar-toggle.collapsed  span:nth-child(3) {
	  opacity: 1;
	}
	.navbar-toggle.collapsed  span:nth-child(4) {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	.navbar>.container .navbar-brand img{
		max-width:100%;
		height:auto;
	}

	.navbar-header{
		position:relative;
		width:auto;
	}

	.navbar-toggle{
		position:absolute;
		right:0;
		border:none;
		top:50%;
		background:none !important;
		margin-top:-17px;
	}

	.navbar-default .navbar-toggle .icon-bar{
		background:#666;
	}

	.table-responsive{
		width:100%;
		overflow-y:auto;
		_overflow:auto;
		margin:5px 0 0 0;
		border:1px solid #888;
	}

	.table-responsive::-webkit-scrollbar{
		-webkit-appearance:none;
		width:14px;
		height:14px;
	}

	.table-responsive::-webkit-scrollbar-thumb{
		border-radius:8px;
		border:3px solid #fff;
		background-color:rgba(0, 0, 0, .3);
	}

	.table-responsive table{
		min-width:100%;
	}

	article img{
		max-width:100%;
		height:auto;

		float: none !important;
		margin: 0 auto 15px !important;
		display: block !important;
		width: auto !important;
	}

	#hoofdmenu li{
		margin:0;
	}

	#hoofdmenu li a{
		line-height:36px;
	}
}

@media (max-width:480px){
	body.home .text-center.slide-tekst {
    	font: 400 18px/normal 'Open Sans';
	}
	.jumbotron#usp i {
		font-size: 50px;
	}
	.lang-picker {
    	margin-left: 10px;
	}
}

@media (max-width:375px){
	.col-xs-6{
		width:100%;
	}

	.nieuws-tekst.nieuws-margin{
		margin-left:0;
	}

	.nieuws-tekst.nieuws-margin,
	.nieuws-tekst{
		width:100%;
		float:left;
	}
}

@media (max-width:320px){

}

@media (min-width:768px) and (max-width:991px)
{
	.cta {
		width: 60%;
		-webkit-transform: translate(0,-90px);
		-ms-transform: translate(0,-90px);
		transform: translate(0,-90px);
	}
	.no_parallax_slider_sm .parallaxer{
		top:0 !important;
	}
	#hoofdmenu {
		margin: 10px 0;
		max-width: 502px;
	}
	#hoofdmenu li#menu-item-137 {
		margin-right: 30px;
		margin-bottom: 5px;
	}
	#hoofdmenu li#menu-item-246 {
	    margin-left: 0;
	}
	.navbar-header {
    	top: -5px;
	}
}
@media (min-width:480px) and (max-width:991px) {
	body.home .text-center.slide-tekst {
    	font: 400 34px/normal 'Open Sans';
	}
}

@media (min-width:480px) and (max-width:767px) {
	.jumbotron#usp i {
		font-size: 75px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.no_parallax_slider_md .parallaxer{
		top:0 !important;
	}
}

@media (max-width:991px)
{
	.navbar-brand>img {
		width: 180px;
	}
	.jumbotron#topmenu {
    	padding: 5px 0;
	}
}

@media (min-width:992px) and (max-width:1366px)
{
	.cta {
		width: 60%;
		-webkit-transform: translate(0,-60px);
		-ms-transform: translate(0,-60px);
		transform: translate(0,-60px);
	}
	body.home .text-center.slide-tekst {
		padding: 30px 0;
	}
	#logoholder img {
		max-width: 150px;
	}
	.navbar-default {
		height: 55px;
	}
}

@media (max-width:1366px)
{
	.owl-controls {
		display: none;
	}
}

@media (max-width:1199px)
{
	div.blok img {
		margin: 0 0 25px;
	}
}

@media (min-width:1200px)
{
	.no_parallax_slider_lg .parallaxer{
		top:0 !important;
	}
}

.cd-top{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
	overflow:hidden;
	text-indent:100%;
	z-index:1000;
	white-space:nowrap;
	/*Kleur instellen*/
	background:rgba(161, 197, 22, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:opacity .3s 0s, visibility 0s .3s;
	transition:opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{
	-webkit-transition:opacity .3s 0s, visibility 0s 0s;
	transition:opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible{
	visibility:visible;
	opacity:1;
}

.cd-top.cd-fade-out{
	opacity:.5;
}

.cd-top.cd-fade-out:hover{
	opacity:1;
}

.no-touch .cd-top:hover{
	/*Kleur instellen*/
	background-color:#a1c516;
	opacity:1;
}

@media only screen and (min-width:768px){
	.cd-top{
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width:1024px){
	.cd-top{
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}

#verpakkingen h2 {
	min-height:45px;
	clear:both;
}
a.btn-terug-overzicht {
	color: #37ca58;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.afbeelding-detail-container {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 10px rgba(181,181,181,.46);
	box-shadow: 0 0 10px rgba(181,181,181,.46);
}

.materiaal-thumb{
	margin: 0 -10px 30px;
	float: left;
}

.materiaal-thumb a{
	float: left;
	padding: 0 10px;
	margin-top: 20px;
	max-width: 33.33% !important;
}

.materiaal-thumb img{
}

.afbeelding-detail-container img{
}

.afbeelding-detail img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.materiaal-thumb img{
	
	-webkit-box-shadow: 0 0 10px rgba(181,181,181,.46);
	box-shadow: 0 0 10px rgba(181,181,181,.46);
}

.afbeelding-detail .buttons {
	text-align: center;
}
.afbeelding-detail .buttons .neem-contact-op {
	margin-top: 5px;
	font-size: 14px;
    display: inline-block;
}
.gallery {
	margin-bottom: 20px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
    border: 2px solid #cfcfcf;
	margin-right: 10px;
}

.content_detail em {
	font-size: 20px;
}
.content_onder {
	margin-top: 30px;
}


.single-materialen #content .col-md-4 {
	border-left:1px solid #e7e7e7;
}

.single-materialen #right-content,
.single-machine #right-content {
	padding-top: 40px;
}

.afbeelding-volgt {
	width:calc(100% - 20px);
	height:212px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	text-align:center;
	background:#919192;
	margin:15px 10px 25px 10px;
	float:left;
}
