/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    font-size: 1em;
	font-family: 'Open Sans', sans-serif!important;
	color: #333;
    line-height: 2!important;
	overflow-x: hidden!important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


a .site-title {
	text-indent: -9999px;
	background-image: url(../img/merchandise_logo.svg);
	background-size: 240px 60px;
	display: block;
	height: 60px;
	width: 240px;
	}

.outro_container {
	text-align: center!important;	
}

.outro_content {
	margin-top:40px;
	text-align: center!important;
}

.outro_content h2 {
	margin:0 0 20px 0;
}

.outro_content img {
	width:15%!important;
	max-width: 140px;
	margin:0 2% 2% 0;
}
.portfolio_box {
	float:left;
	width:30%;
}

th, td {
    padding: 15px;
    text-align: left;
}

.relations {
	height:60px;
	clear: both;
}
.image_skin .image_inside_border {
	overflow: hidden;
}

.portfolio_box {
	width:33%;
	padding:0 20;
}
.image_holder, .portfolio_details {
	width: 280px;
	height: 150px;
	margin:0 auto;
}
.iconmini {
	height: 30px;
	width: 30px;
	float:left;
	margin-right:20px;
}

.work_img {
	width:50%;
	overflow:hidden;
	float:left;
	
}
.work_text {
	width:50%;
	overflow:hidden;
	float:left;
	padding-left:20px;
}

blockquote {
		border: 1px solid #d3d2d3;
		background: #f7f7f7;
		margin:40px 0!important;
		padding: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
blockquote p {
	padding:0px 15px;
	}
blockquote ul {
	margin: 0;
}
.textwidget ul, .widget-area ul, .infobox ul {
	padding:0;
	margin-left: 2em;
}
.textwidget ul li a:hover {
	color:white;
}
.textwidget ul li a:visited {
	color:white;
}
h3.widget-title {
	color:white;
	margin-bottom: 10px;
}

.related_items {
	clear:both;
	margin-bottom: 3px;
}

.overview {
		overflow: hidden;
	}
				
	.overview_row {
		overflow: hidden;
	}
				
	.overview_box {
		width: 19.7%;
		padding: 2%;
		margin: 0 1% 1% 0;
		float: left;
		border-radius: 4px;
		border: #d3d2d3 1px solid;
		overflow: hidden;
		text-align: center;
	}

	.overview_box img {
		width: 241px!important;
	}
				
	.overview_box:hover {
		background: #f1f1f1;
	}
			
	.overview_box_search {
		width: 49%;
		height: 242px;
		padding: 2%;
		margin: 0 1% 1% 0;
		float: left;
		border-radius: 4px;
		border: #d3d2d3 1px solid;
		overflow: hidden;
	}
				
	.overview_box_search .left {
		width: 48%;
		float: left;
	}
	
	.overview_box_search .left img {
		width:263px;
		height: 164px;
		overflow: hidden;
	}			
	.overview_box_search .right {
		width: 48%;
		float: right;
		border-top: 1px solid #d3d2d3;
		padding-top:20px;
	}

	.overview_box_search .right-search {
		width: 48%;
		float: right;
		padding-top:0;
	}			
	
	.wp-pagenavi {
		padding:40px 0;
	}

	.wp-pagenavi a {
		color: #808080 !important;
		padding: 10px !important;
		text-decoration: none !important;
		border:2px solid #dfdfdf !important;
		margin: 0 10px 0 0 !important;
	}

	.wp-pagenavi a:hover {
	background: #e75410;
		color: #fff;
	border:2px solid #e75410;
	}

	.wp-pagenavi .a-active, .wp-pagenavi span.current {
		background: #333 !important;
		color: #fff !important;
		border:2px solid #333 !important;
		padding: 10px !important;
	}
	.wp-pagenavi .pages, .wp-pagenavi span.current {
		padding: 10px !important;
		margin: 0 10px 0 0 !important;
	}

.custom-bestellen {
	float:left;
	cursor:pointer;
}

.faq {
	margin-top:20px;
	background: #ebebeb;
	padding: 2%;
}
.middle_left img {
	border: 1px solid #ebebeb;
	padding: 2px;
	margin:2px;
}
.productenpagina .customborder .detailpage_link {
	float:left;
	margin-left:20px;
	margin-top: 30px;
	font-size: 0.8em;
	line-height: 25px;
}

.productenpagina .customborder {
	overflow: hidden;
}

.productenpagina .customborder img{
	float: right!important;
	width:26%!important;
}

.productenpagina .customborder h3{
	padding-bottom:20px;
}

.productenpagina .customborder p {
	padding:0!important;
	margin:0!important;
}

.productenpagina .customborder button {
	background: #ffc723;
	border: none;
	border-radius:4px;
	font-size: 1em;
	font-weight: 700;
	padding:14px;
	margin: 20px 0;
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.25);
	color: rgba(0,0,0,0.75);
}

.productenpagina .customborder button:hover {
	background: #ffcc4f;
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.5);
	color: rgba(0,0,0,1);
	cursor: pointer;
}

.productenpagina .customprijzen {
	float: left;
	width:70%;
	border:none;
	padding: 0;
	font-size: 1em;
}

.productenpagina .customprijzen table {
	background:#f1f1f1;
	margin-top:20px;
}

.productenpagina .customprijzen table td {
	padding:4px;
	text-align: left;
	vertical-align: top;
}

.productenpagina .wp-caption, .wp-caption {
    border: 1px solid #d3d2d3;
    background: #f7f7f7;
    margin: 0 3% 20px 0!important;
    padding: 20px;
	width:30%!important;
}
.wp-caption-text {
	font-size: 0.8em;
}

.productenpagina .wp-caption img {
    text-align: center!important;
}

.productenpagina .wp-caption .wp-caption-text {
	margin:0!important;
	
}

.productenpagina figure {
    margin: 0!important;
}

.colors td {
	width: 100px;
	margin:10px;
	text-align:center;
}
.colors .chip {
	height:100px;
}
.colors p {
	font-size: 0.7em;
	height:100px;
	overflow: hidden;
}

.calculator {
    display: none;
    width: 55%;
    height: 100%;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
}

.calculator .wrapper {
    width: 100%;
    margin: 0;
    padding: 10px 40px;
    background: rgba(255,255,255,0.95);
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.2);
}

.calculator .wrapper .close {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0 0 22px 0;
    border-bottom: 1px solid #dedede;
}

.calculator .wrapper .close a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: url("../img/button_close.svg") top 1px right no-repeat;
    background-size: 12px;
    padding: 0 17px 0 0;
    text-decoration: none;
}

.calculator .wrapper hr {
    height: 1px;
    border-top: 1px solid #dcdcdc;
    margin: 10px 0 8px 0;
    padding: 0;
}

.calculator .wrapper .label_padding {
    padding: 5px 25px;
    line-height: 24px;
}

.calculator .wrapper .pricetxt {
  width: 70px;
  line-height: 1;
  float: left;
  margin-top:10px;
}

.calculator .wrapper .price {
    width: 45%;
    font-size: 48px;
    color: #008b38;
    font-weight: 400;
    text-align: right;
    line-height: 1;
    float: right;
    margin-top:7px;

}

.calculator .wrapper .pricetxt-small {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 40px 0;
  font-weight: 400;
}

/* TEXT */

.calculator .wrapper .text label {
  margin-right: 17px;
}

.calculator .wrapper .text input[type=text] {
    border: 1px solid #a6a6a6;
    font-weight: 600;
    height: 32px;
    max-width: 70px;
    padding: 0 0 0 10px;
    margin: 11px 10px 10px 0;
}


/* HALF WIDTH RADIO BUTTONS */

.calculator .wrapper .half_width {
  width: 47%;
  float: left;
  margin-right: 3%;
}

.calculator .wrapper .half_width label {
  width: 88%;
  padding: 0 6%;
  min-height: 36px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  background: #b6b6b6;
  -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.15);
  box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
}

.calculator .wrapper .half_width input.radio:empty {
    margin-left: -9999999px;
}

.calculator .wrapper .half_width input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin: 10px 0 0 0;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fff;
}

.calculator .wrapper .half_width input.radio:hover:not(:checked) ~ label {
    background: #114f6e;
}

.calculator .wrapper .half_width input.radio:hover:not(:checked) ~ label:before {
    background: #0095df;
}

.calculator .wrapper .half_width input.radio:checked ~ label {
    background: #0095df;
}

.calculator .wrapper .half_width input.radio:checked ~ label:before {
    background: #008b38;
}


/* FULL WIDTH RADIO BUTTONS */

.calculator .wrapper .full_width label {
  width: 94%;
  padding: 0 3%;
  min-height: 36px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  background: #b6b6b6;
  -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.15);
  box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
}

.calculator .wrapper .full_width input.radio:empty {
    margin-left: -9999999px;
}

.calculator .wrapper .full_width input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin: 10px 0 0 0;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #fff;
}

.calculator .wrapper .full_width input.radio:hover:not(:checked) ~ label {
    background: #114f6e;
}

.calculator .wrapper .full_width input.radio:hover:not(:checked) ~ label:before {
    background: #0095df;
}

.calculator .wrapper .full_width input.radio:checked ~ label {
    background: #0095df;
}

.calculator .wrapper .full_width input.radio:checked ~ label:before {
    background: #008b38;
}

/* Richard weer in de code */
.calculator .gform_body input {
	width:100%;
}
.calculator .gform_body textarea {
	width:100%;
	height:200px;
	margin-bottom: 20px;
}
.gform_button {
	cursor: pointer;
}

/* Submit Button Gravity Forms
—————————–*/
body .gform_wrapper .gform_footer input[type=submit] {
color: #FFFFFF;
background: #ff8d00;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
float: left;
height: 50px;
min-width: 240px;
border: 1 px solid #ac5a03; border-radius: 5px;
margin-top:-40px;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
background: #494949;
}

@media screen and (max-width: 800px) {
	
	.header_contact .tel {
		float: left;
		width:50%;
		padding-top:10px;
		text-align: left;
	}

	.header_contact .mail {
		float: right;
		padding-top:10px;
		width:50%;
	}
	
	.header_contact .flags {
		clear: both;
		padding-bottom:10px;
		padding-left:0!important;
		border-left:none!important;
		text-align: right;
		border-bottom: 1px solid rgba(0,0,0,0.20);
		width:100%;
	}

	.header_contact .img-02 {
		height:20px;
		padding: 0 6px 0 0!important;
	}
	
  .calculator {
      width: 96%;
      margin: 2%;
  }

  .calculator .wrapper {
      width: 90%;
      padding: 5%;
      background: rgba(255,255,255,0.95);
      border: 2px solid #a6a6a6;
      -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
      -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
      box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
  }

}

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

  .calculator {
      width: 100%;
      margin: 0;
  }

  .calculator .wrapper {
      width: 90%;
      padding: 5%;
      border: 0;
  }

}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/* ==========================================================================
   Code Merchandise.nl
   ========================================================================== */


body {
    background: #dfdfdf!important;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
	
	font-size: 1em;
	font-family: 'Open Sans', sans-serif!important;
	color: #333;
    line-height: 2!important;
}

#container a {
	color: #333;
	text-decoration: underline;
}

#container .top-blocks-container .top-block .content ul>li a{
    color:#fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
}

h1 {
color: #e75410;
	font-weight: 400!important;
	margin: 0!important;
	font-size: 2.5em!important;
	line-height: 1.5em!important;
}

h2 {
color: #e75410;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em!important;
}

h3 {
color: #e75410;
	font-weight: 400;
	margin: 0;
}

.color333 {
	color: #333;
	font-weight: 300;
}

.cta_button {
	background: #ffc723;
	border: none;
	width: 100%;
	border-radius:4px;
	min-height: 70px;
	font-size: 1.25em;
	font-weight: 700;
	margin: 40px 0;
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.25);
	color: rgba(0,0,0,0.75);
}

.cta_button:hover {
	background: #ffcc4f;
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.5);
	color: rgba(0,0,0,1);
	cursor: pointer;
}

.infobox {
	width:92%;
	padding: 4%;
	border-radius: 4px;
	border: #d3d2d3 1px solid;
	overflow: hidden;
	margin: 0 0 40px 0;
}

.infobox .title {
	border-bottom: #d3d2d3 1px solid;
	padding: 0;
	margin: 0 0 14px 0;
color: #e75410;
}

.infobox .item {
	padding:14px 0;
	border-bottom: #d3d2d3 1px solid;
	overflow: hidden;
}

.infobox .item_last {
	padding:14px 0;
	overflow: hidden;
}

.infobox .icon {
	width: 20%;
	float: left;
}

.infobox .text {
	width: 76%;
	float: right;
	line-height: 1.5;
}
.related_items .text {
	line-height: 42px;
}
.infobox .text_full {
	width: 100%;
	clear: both;
	line-height: 1.5;
}
.infobox-links {
	width:35%;
	padding: 4%;
	border-radius: 4px;
	background: #efefef;
	overflow: hidden;
	margin: 0 0 20px 20px;
	float: right;
}

.infobox-links .title {
	border-bottom: #d3d2d3 1px solid;
	padding: 0 0 14px 0;
	margin: 0;
	line-height: 1em;;
color: #e75410;
}

.infobox-links .item {
	padding:14px 0;
	border-bottom: #d3d2d3 1px solid;
	overflow: hidden;
	font-size: 0.8em;
}

.infobox-links .item_last {
	padding:14px 0 0 0;
	overflow: hidden;
	font-size: 0.8em;
}

.infobox-links .icon {
	width: 20%;
	float: left;
}

.infobox-links .text {
	width: 76%;
	float: right;
	line-height: 1.5;
}

.infobox-links .text_full {
	width: 100%;
	clear: both;
	line-height: 1.5;
}

.under_content .infobox {
	float:left;
	width:24%;
	min-height: 350px;
	padding:2%;
	margin:0 1% 1% 0;
	font-size: 0.8em;
}
.full_usp {
	width: 100%;
	float: none;
	text-align: left;
	padding: 14px 2%;
color: #e75410;
	background: #f1f1f1;
}


.header {
    margin: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 2%;
	overflow:hidden;
}

.header .logo {
	width:100%;
	min-width: 240px;
}


.header .left {
	width: 20%;
	float: left;
	text-align: left;
}

.header .right {
	width: 80%;
	float: left;
	text-align: right;
}

.header .right a {
	color: #bdbdbd;
	font-size: 0.75em;
}

.header .full {
	width: 100%;
	float: none;
	text-align: left;
	margin-top: 20px;
	padding-top: 10px;
	border-top: #d3d2d3 1px solid;
color: #e75410;
}

.header .search, .infobox #searchform input #s {
    padding: .66667em .66667em .66667em 1em;
    margin: 0;
    border-width: 1px;
	border-top: 1px #d3d2d3;
	border-bottom: 1px #d3d2d3;
	border-left: 1px #d3d2d3;
	border-right: 0px;
    border-style: solid;
    width: 50%;
    height: 20px;
}

.header .searchbutton, .infobox #searchsubmit {
	height: 43px;
	width: 43px;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #e75410 url(../img/search.svg) center no-repeat;
	background-size: 20px;
	text-indent: -9999px;
	cursor: pointer;
}

.header_contact {
	padding: 10px 2%;
	background: #f1f1f1;
	text-align: right;
	max-width:100%;
	overflow: hidden;
}

.header_contact .img-01 {
	height:20px;
}

.header_contact .img-02 {
	height:20px;
	padding: 0 10px 0 20px;
}

.header_contact a {
	color: #404040;
	text-decoration: none;
}

.header_contact a:hover {
	text-decoration: underline;
}

.header_contact .tel {
	float: right;
}

.header_contact .mail {
	float: right;
}

.header_contact .flags {
	float: right;
	margin-left:20px;
	padding-left:20px;
	border-left:1px solid rgba(0,0,0,0.20);
}

.nav {
    margin: 0;
    width: 100%;
    background-color: #e75410;
	overflow:visible;
	color:#fff;
	text-align: center;
	min-height: 44px;
	position: -webkit-sticky;
    position: sticky;
    top: 0; 
	z-index: 10000;
}

.nav .logo_fixed {
	float:left;
	width:36px;
	display: none;
	margin: 12px 12px 0 12px;
}

.nav .button_fixed {
	background: #ffc723;
	border: none;
	border-radius:2px;
	font-weight: 700;
	padding:10px 20px;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.25);
	color: rgba(0,0,0,0.75);
	float:right;
	display: none;
	margin: 11px 11px 0 0;
}

.nav .button_fixed:hover {
	background: #ffcc4f;
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.5);
	color: rgba(0,0,0,1);
	cursor: pointer;
}

.ubermenu-responsive-toggle .fa{
  float:right;
  margin:0;
  font-size:20px;
  padding:5px 0;
}


/* START DROPDOWN MENU */

.nav ul {
    list-style-type: none;
    margin: 0 2%;
    padding: 0;
    overflow: hidden;
}

.nav li {
    float: left;
}

.nav li a, .dropbtn {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.nav li a:hover, .dropdown:hover .dropbtn {
    background-color: #333;
}

.nav li.dropdown {
    display: inline-block;
}

.nav .dropdown-content {
	color: #fff;
    display: none;
    position: absolute;
    background-color: #333;
	padding: 40px;
    min-width: 160px;
    z-index: 1;
	font-size: 0.75em;
	text-align: left;
}

.nav .dropdown-content a {
    color: #fff;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    text-align: left;
}

.nav .dropdown-content .column {
    float:left;
	padding-right:80px;
}

.nav .dropdown-content a:hover {
	color: #fff;
}

.nav .dropdown:hover .dropdown-content {
    display: block;
}

/* END DROPDOWN MENU */

.nav_mobile {
	visibility: hidden;
	display: none;
}

.nav_mobile_logo {
	visibility: hidden;
	display: none;
}

.nav_mobile_search {
	visibility: hidden;
	display: none;
}

.case {
	padding-top:2%!important;
}

.case #container {
	margin-top:0!important;
}

#container {
    margin-left: auto;
    margin-right: auto;
	margin-top:2%!important;
    max-width: 1224px;
    background-color: #fff;
    padding: 2% 2%;
	overflow:hidden;
}

#container .top_left {
	width: 39%;
	float: left;
}

#container .top_right {
	width: 57%;
	float: right;
}

#container .top_right_volg {
	width: 57%;
	float: right;
}

#container .top_home_block {
    overflow: hidden;
    padding: 2%;
    background: #ebebeb;
}

#container .top_home_block-001629 {
    background: #001629;
    overflow: hidden;
    padding: 2%;
    color: #fff;
    text-align: left;
}

#container .home_block_werkwijze {
    margin: 40px 0 0 0;
    padding: 2%;
    text-align: center;
}
.wa_description {
	min-height:360px;
	clear:both;
}
#container .wa_links a {
	color:white !important;
}
#container .top_left_home {
	width: 49%;
	float: left;
}

#container .top_case_block-333333 {
	overflow: hidden;
}

#container .top_case_block-333333 .top_left_home img {
	width:100%!important;
}

#container .top_right_home {
	width: 49%;
	float: right;
}

.tech-slideshow-wrapper {
	text-align: center;
	margin:40px 0;
}

.tech-slideshow {
  height: 72px;
  max-width: 1224px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 200px;
  width: 3150px;
  background: url(../img/../img/logoreel.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.tech-slideshow .mover-2 {
  animation: moveSlideshow 60s linear infinite;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}


#container .divide {
	width: 100%;
	height:40px;
	margin-top:20px;
	border-top: #d3d2d3 1px solid;
}

#container .middle_left {
	width: 64%;
	float: left;
}

#container .middle_right {
	width: 34%;
	float: right;
}

#container .middle_whole {
	float:left;
	width:100%;
}
#container .content_left01 {
	width:58%;
	margin-right:2%;
	margin-bottom:2em;
	float:left;
}

#container .content_right01 {
	width:40%;
	float:left;
	margin-bottom:2em;
}

#container .content_left02 {
	width:40%;
	margin-right:2%;
	float:left;
	margin-bottom:2em;
}

#container .content_right02 {
	width:58%;
	float:left;
	margin-bottom:2em;
}

#container .full {
	width: 100%;
	float: left;
	text-align: left;
	padding:20px 0;
}

#container .full-divide {
	width: 100%;
	float: left;
	text-align: left;
	padding:60px 0 0 0;
}

.home_products_bg_ebebeb {
    background: white;
    overflow: hidden;
    padding: 2%;
    margin-top: 4%;
					margin-bottom:40px;
}
				
.home_products_productoverview {
    width: 47%;
    margin: 0 2% 2% 0;
    float: left;
    border: 2px solid #bcbcbc;
    text-align: left;
}	
				
#container .home_afdelingen_bg_af272f {
	background: #e75410;
		overflow: hidden;
		padding: 2%;
		color: #fff;
		margin: 2% 0 0 0;

	}
				
#container .home_afdelingen {
		width: 96%;
		margin-bottom: 20px;
		padding: 0 2%;
	}
				
#container .home_afdelingen_qrt {
		width: 23%;
		margin: 0 1%;
		float: left;
	}
				
#container .home_afdelingen_qrt a {
		color:#fff;
	}

#container .full_home {
	width: 100%;
	float: left;
	text-align: left;
	padding-bottom:20px;
	background: url(../img/arrow17.png) top 25% left 25% no-repeat;
}

#container .full_home button {
	max-width: 400px;
	margin: 40px 0 0 0;
}

#container .breadcrumbs, #container #breadcrumbs {
	font-size: 0.75em!important;
	padding: 0;
	margin: 0;
}

.footer {
    margin: 2% 0 0 0;
    width: 100%;
    background: #e75410;
	color: #fff;
    padding: 2%;
	overflow:hidden;
	font-size: 0.75em;
}

.footer a, .footer a:visited {
	color: #fff!important;
}

.footer .column {
	width: 23%;
	margin-right: 2%;
	float: left;
}

.footer .column_last {
	width: 23%;
	margin-right: 2%;
	float: left;
}

.footer .footer_ul-50 {
	width:50%;
	float:left;
}

.table_price table, .productenpagina .customprijzen table {
	width: 100%;
	padding:0px;
	margin-bottom:20px;
	font-size: 0.75em;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1em;
    color: #fff;
    display: block;
}

.sidenav a:hover {
    background: none;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 0;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}









/* ==========================================================================
   Code Image Slider
   ========================================================================== */

.wrapper_imageslider {
	overflow: visible;
}

.carousel-cell {
	padding-right: 10px;
}

.carousel-cell img {
	width:200px;
	height: 125px;
	max-width: none;
	border:1px solid #d3d2d3;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
	display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 4px;
  background: none;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  visibility: hidden;
  display: none;
}


.home_workflow_werkwijzeblokleft {
    background: #ebebeb;
    width: 24%;
    float: left;
    margin-right: 1%;
    text-transform: uppercase;
    font-weight: 700;
	text-align: center;		
}
				
.home_workflow_werkwijzenummer {
    display:none;
}
				
	.overview {
		overflow: hidden;
	}
				
	.overview_row {
		overflow: hidden;
	}
				
	.overview_box {
		width: 24%;
		height:290px;
		padding: 2%;
		margin: 0 1% 1% 0;
		float: left;
		border-radius: 4px;
		border: #d3d2d3 1px solid;
		overflow: hidden;
	}
				
	.overview_box:hover {
		background: #f1f1f1;
	}
		
	.overview_box button {
		color:#fff;
	background: #e75410;
		border: 0;
		padding: 10px 20px;
		margin-top: 20px;
		cursor: pointer;
		font-size: 1em;
		font-family: 'Open Sans', sans-serif!important;
	}
			
	.overview_box_half {
		width: 44.7%;
		padding: 2%;
		margin: 0 1% 1% 0;
		float: left;
		border-radius: 4px;
		border: #d3d2d3 1px solid;
		overflow: hidden;
	}
				
	.overview_box_half .left {
		width: 48%;
		float: left;
	}
				
	.overview_box_half .right {
		width: 48%;
		float: right;
		border-top: 1px solid #d3d2d3;
		padding-top:20px;
	}
	.overview_box h2 {
		height:40px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 1em;
	}			

/* ==========================================================================
   Responsive css
   ========================================================================== */




@media screen and (max-width: 1200px) {
	
	#container .full_home {
		background: url(../img/arrow17.png) top 25% left 20% no-repeat;
	}
	
	.overview_box {
		width: 47.7%;
		padding: 2%;
		margin: 0 2% 2% 0!important;
		text-align: center;
	}
	
	.outro_content img {
		width:25%!important;
		margin:0 2% 2% 0;
	}
	
}

@media screen and (max-width: 1000px) {
	
	.footer .footer_ul-50 {
		width:100%;
		clear:both;
	}
	
	
	#container .full_home {
		background: none;
	}
	
	#container .home_afdelingen_qrt {
		width: 46%;
		margin: 0 4% 40px 0;
		float: left;
	}
	
.wa_description {
	min-height:auto;
	clear:both;
}
	
	.overview_box_half {
		width: 95.4%;
		padding: 2%;
		margin: 0 0 20px 0;
	}
	
	
	.outro_content img {
		width:48%!important;
		margin:0 2% 2% 0;
	}
	
}
@media only screen and (max-width: 812px) {
    .top-blocks-container .top-block{
        width: calc(100%/2 - 8px) !important;
    }
    .home_workflow_werkwijzeblokleft{
        width: calc(100%/2 - 8px) !important;
    }
    .home_afdelingen_qrt,
    .references{
        padding: 4px!important;
    }
    .header {
		display: none;
	}
	
	.under_content .infobox {
	float:left;
	width:100%;
	padding:2%;
	margin:0 0 2% 0;
	font-size: 0.8em;
	min-height: inherit;
}
	
	.productenpagina .customborder img{
		clear:both!important;
		width:100%!important;
		padding-top:20px;
	}

	.productenpagina .customprijzen {
		clear:both;
		width:100%;
	}

	
	
	
	
	.full_usp {
		background: #f1f1f1;
		text-align: center;
		font-size: 0.75em;
	}
	
	.overview_box_half .left {
		width: 100%;
		clear:both;
	}
				
	.overview_box_half .right {
		width: 100%;
		clear: both;
		border-top: none;
		padding-top:20px;
	}
	
	a .site-title {
		display: none;
		visibility: hidden;
	}
	
	.overview_box {
		width: 95%;
		padding: 2%;
		margin: 0;
		clear:both;
	}
				
.home_products_productoverview {
    width: 100%;
    clear: both;
}	
	
	
#container .home_afdelingen_qrt {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		clear:both;
		border-bottom:1px solid #fff;
	}
	
	.headeredit {
	background:#e75410;
		position:relative;
		top:0;
		z-index: 10001;
	}

	.header .logo {
		visibility: hidden;
		display: none;
	}
	
	.header .left {
		width: 96%;
		clear:both;
		padding:4% 2%;
		text-align: center;
	}
	.header .left .sitebranding a.sitetitle {
		visibility: hidden;
		display: none;
	}
	.header .right {
		visibility: hidden;
		display: none;
	}

	.header .search {
		padding: .66667em 2% .66667em 2%;
		width: 80%;
		float:left;
		margin-bottom:2%;
	}

	.header .searchbutton {
		float: right;
		position: absolute;
	}
	
	.header .full {
		display:none;
	}
	
	.nav_service {
		display: none;
	}
	
	.nav_mobile {
		visibility: visible;
		display: block;
	}
	
	.nav_mobile img {
		width:40px;
		padding-top:6px;
	}
	
	.nav_mobile_logo {
		visibility: visible;
		display: none;
		float: left;
		position: fixed;
		
	}
	
	.nav_mobile_search {
		visibility: visible;
		display: block;
		float: right;
		position: fixed;
		right:4%;
		padding-top: 8px;
	}
	
	#container {
		margin-top:20px;
		margin-left:20px;
		margin-right:20px;
	}

	#container .top_left {
		width: 100%;
		clear:both;
	}

	#container .top_right {
		width: 100%;
		clear:both;
	}
	
	#container .top_right_volg {
		width: 100%;
		clear:both;
		padding-top:20px;
	}
	
	#container .top_home_block {
		padding: 4%;
	}

	#container .top_left_home {
		width: 100%;
		padding-bottom:1em;
		clear:both;
	}

	#container .top_right_home {
		width: 100%;
		clear:both;
	}
	
	
	#container .middle_left {
		width: 100%;
		clear:both;
	}

	#container .middle_right {
		width: 100%;
		clear:both;
	}
	
	#container .content_left01 {
		width:100%;
		clear:both;
		margin-bottom:2em;
	}
	
	#container .content_right01 {
		width:100%;
		clear:both;
		margin-bottom:2em;
	}

	#container .content_left02 {
		width:100%;
		clear:both;
		margin-bottom:2em;
	}
	
	#container .content_left02 img {
		width:100%!important;
	}
	
	#container .content_right02 {
		width:100%;
		clear:both;
		margin-bottom:2em;
	}
	
	.footer {
		margin:20px 0 0 0;
	}
	
	.footer {
		font-size: 1em;
		text-align: left;
	}
	
	.footer .column {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		margin-top:20px;
		float: left;
		border-right: 0;
	}

	.footer .column_last {
		width: 100%;
		clear: both;
		border-top: 1px solid #fff;
		padding-top:40px;
		margin-top:20px;
		text-align: center;
	}
	
	
.home_workflow_werkwijzeblokleft {
width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
    margin-bottom: 60px;		
}
	
	/* START DROPDOWN MENU */

	.nav {
		visibility: visible;
		display: block;
		top:0;
	}
	
	.nav ul {
		list-style-type: none;
		margin: 0 2%;
		padding: 0;
		overflow: hidden;
	}

	.nav li {
		clear: both;
	}

	.nav li a, .dropbtn {
		display: inline-block;
		color: #fff;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
	}

	.nav li a:hover, .dropdown:hover .dropbtn {
		background-color: #333;
	}

	.nav li.dropdown {
		display: inline-block;
	}

	.nav .dropdown-content {
		color: #fff;
		display: none;
		position: absolute;
		background-color: #333;
		padding: 40px;
		min-width: 160px;
		z-index: 1;
		font-size: 0.75em;
		text-align: left;
	}

	.nav .dropdown-content a {
		color: #fff;
		padding: 0;
		text-decoration: none;
		display: inline-block;
		text-align: left;
	}

	.nav .dropdown-content .column {
		float:left;
		padding-right:80px;
	}

	.nav .dropdown-content a:hover {
		color: #fff;
	}

	.nav .dropdown:hover .dropdown-content {
		display: block;
	}

	/* END DROPDOWN MENU */

}

@media only screen and (max-width: 375px) {
    .top-blocks-container .top-block{
        width: 100% !important;
    }
    .home_workflow_werkwijzeblokleft{
        width: 100% !important;
        display: block;
    }
    .reference{
        width: calc(100%/2 - 48px) !important;
    }
    .footer .column{
        display: block;
        width: 100%!important;
        border-bottom: 1px solid #fff!important;
    }
}



