@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);

/*font-family: 'Open Sans', sans-serif;*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}

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

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

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

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

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

textarea {
    resize: vertical;
}

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

a, a:hover {text-decoration: none;
color: #666666; }

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


#header-top-wrapper{
    background: #2e5d2e;
    border-bottom: 5px solid #fefe00;
    padding: 20px 0;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 4px 13px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 4px 13px 0px rgba(50, 50, 50, 0.75);
}
#main-nav-logo ul li{
    position: relative;
    float: left;
    
}

#main-nav-logo ul li ul li{
    width: 100%;
}

#main-nav-logo ul li a{
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 700;
    display: block;
    padding: 10px 10px;
    color: white;
    
}

#main-nav-logo ul li ul{
    display: none;
    position: absolute;
    z-index: 9999;
}
#main-nav-logo ul li:hover{
    background:#fefe00;
}
#main-nav-logo ul li:hover ul{
    display: block;
    width: 200%;
    background:#fefe00;
}
#main-nav-logo ul li ul li:hover{
    background: #fefe00;
}
#main-nav-logo ul li:hover a {
    color: #2e5d2e;
}
#language-menu{
    float: right;
    font-size: 0.8em;
    margin-top: 20px;
    text-align: right;
   
}
#language-menu li {
    border-top: 1px solid rgba(0,0,0,.2);
}

#language-menu ul {
    list-style: none;
   float: right;
}

.interesse-btn{
    display: block;
    max-width: 15%;
    text-transform: uppercase;
    background: #2e5d2e;
    color: white;
    padding: 8px 12px;
    margin: 25px;
    text-align: center;
}

.contact-fb img{
    display: inline;
    margin-top: -20px;
}



.dynamic-content ul li{
    margin: 10px 35px;
}
.dynamic-content ul ul {
    margin-left: 30px;
}


.openingsuren-infobox table{
    width: 100%;
}

.dag{
    font-weight: 700;
}

.today{
    background: #2e5d2e;
    color: white;
}

.slogan {
    text-align: left;
    padding: 0 !important;
    color: #fefe00;
    text-transform: uppercase;
    font-size: 0.8em;
}

.download-item-title h5{
    text-align: center;
}



.active{
    background: #fefe00;
    color: black !important;
}



/* ==========================================================================
                           PAGELINKS
   ========================================================================== */

.pagelinks-wrapper{
   color: black;
}


.single-pagelink {
    padding: 15px 10px;
    text-align: center;
}
#footerTopContainer .single-pagelink a {
    color: black;
}
.single-pagelink{
   
    border-right: 1px solid rgba(0,0,0,.2);
}

.single-pagelink:last-child{
    border: none;
}

.single-links-content h4{
    margin-bottom: 15px;
}

.nav-links {
  margin-top: 40px;
  padding: 24px;
  text-align: center;
  background: #2e5d2e;
  bottom: 15px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.read-on-links {
  transition: 0.3s ease;
  background: #2e5d2e;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  border-top: 4px solid #2e5d2e;
  border-bottom: 4px solid #2e5d2e;
  padding: 20px 0;
  margin: 0 20px;
}
#footerTopContainer .single-pagelink a.read-on-links{
    color: white;
}
.read-on-links:hover {
  border-top: 4px solid #fefe00;
  border-bottom: 4px solid #fefe00;
  padding: 6px 0; 
}



/* ==========================================================================
                                    CHILDREN
   ========================================================================== */

.children{
    float: none !important;
    margin:0 auto;
}


.children li{
    display: block;
    margin: 0 !important;
    padding: 0;
    text-align: center;
    padding-right: 5px;
}

.children li a{
    font-size: 1.4em;
    display: block;
    
    padding: 25px 0px;
    background: #2e5e2e;
    color: white;
}

























/* ==========================================================================
                            SFEER
   ========================================================================== */
.header-outer-bottom{
    position: relative;
    border-bottom: 5px solid #2e5d2e;
}
.fotorama__caption{
   right: 5%;
   top: 30%;
   width: 20%;
}

.slideshow-caption{
    text-align: center;
}

.slideshow-caption-title{
    font-size: 1.6em;
    color: white;
    text-transform: uppercase;
}


.slideshow-caption-description{
    margin: 15px 0;
}


.slideshow-caption-link{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    padding: 8px 12px;
    background:#2e5d2e;
    margin: 15px auto;
    width: 60%;
    text-align: center;
    color: white;
    font-weight: 600;
    
}


#header-products-menu{
    margin-top: -20px;
}

#header-products-menu ul{
    list-style: none;
    
}
#header-products-menu ul li {
    float: left;
    text-align: center;
}

#header-products-menu ul li a{
    display: block;
    padding: 10px 0;
    background: #cecfd0;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
    
}

#header-products-menu ul li a:hover{
    background: gray;
}
.dynamic-content{
    padding: 25px 15px 0 15px;
}


/* ==========================================================================
                            NEWS
   ========================================================================== */


.news-read-on{
    margin: 15px 0;
    display: block;
    text-align: center;
}
.news-item-author{
    margin-bottom: 15px;
    display: block;
    font-size: 0.8em;
}


.cntl {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cntl-center {
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.cntl-bar {
	position: absolute;
	width: 10px;
	top: 0;
	bottom: 0;
	background-color: #ccc;
	box-shadow: inset 0px 0px 7px -2px #000;
}


.cntl-bar-fill {
	background-color: #2e5d2e;
	position: absolute;
	left:0;
	right:0;
	top:0;
	height:0;

}

.cntl-state {
	position: relative;
	width:100%;
	min-height: 200px;
	margin-bottom: 50px;
}

.cntl-state::after {
	display:block;
	content: ' ';
	clear:both;
}

.cntl-icon {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-color: #00313C;
	border: solid 5px #2e5d2e;
	box-shadow: 0px 0px 19px -9px #000;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 80px;
	font-size: 0.8em;
	color: #fff;
}

.cntl-content {
	width: 40%;
	padding: 2%;
	background-color: rgba(238, 238, 238, 0.25);
	border-radius: 8px;
	border-bottom: solid 3px #2e5d2e;
	float:left;
	opacity:0;
	position:relative;
	margin-left:-40%;
}


.cntl .cntl-states:nth-of-type(2) .cntl-content {
	float:right;
	margin-left:-40%;
}

.cntl-image {
	opacity:0;
	width: 40%;
	padding: 2%;
}

.cntl-state:nth-child(2n+1) .cntl-image {
	float:right;
}

.cntl-image img {
	width:100%;
}

.cntl-content h4 {
	font-size:20px;
	font-weight: normal;
	margin-bottom: 10px;
}


/*
animations
*/
.cntl-bar-fill,.cntl-content,.cntl-image {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
	margin-right:0%;
}

.cntl-animate .cntl-content {
	opacity:1;
	margin-left:0%;
}

.cntl-animate .cntl-image {
	opacity:1;
}




/* mobile support */

@media (max-width: 600px) {

	.cntl-bar {
		left:auto;
		right: 37px;
	}

	.cntl-content {
		width:80%;
		float:none;
	}
	.cntl-state:nth-child(2n+2) .cntl-content {
		margi-right:0%;
		float:none;
	}

	.cntl-image {
		width:80%;
	}

	.cntl-state:nth-child(2n+1) .cntl-image {
		float:none;
	}

	.animate .cntl-content {
		margin-left: 2%;
	}

	.cntl-icon {
		left: auto;
		right: 0;
	}

}


/* ==========================================================================
                            PRODUCTS
   ========================================================================== */


.breadcrumbs{
    font-size: 0.8em;
}

.breadcrumbs ul{
    list-style: none;
    
}
.breadcrumbs ul li {
    float: left;
    margin:0px 10px 0 0;
}

.product-categories-single{
    text-align: center;
    margin-bottom: 15px;
}

.product-categories-single h5{
    display: block;
    float: none;
    margin: 0 auto;
    background: #fdfe00;
    padding: 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-category-title{
      display: block;
    float: none;
    margin: 0 auto;
    background: #fdfe00;
    padding: 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.product-list-single{
    margin-bottom:100px;
}

.qr-modal{
    float: right;
    display: block;
    margin: 50px 0;
}

category-image{
    max-width: none;
    width: 100%;
    margin: 0 auto;
}
.product-category-imageholder img{
    color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  position: relative;
  z-index: 2;
  text-align: center;
}

.sold{
    padding: 5px 10px;
    background: red;
    color: white;
     position: absolute;
    z-index: 3;
    right: 0;
}
.single-prod-cat{
  margin-bottom: 15px !important;
}
.new{
    background: #fdfe00;
    padding: 5px 10px;
    color: #2e5d2e;
    position: absolute;
    z-index: 3;
    left: 0;
}

.product-specs-table{
  width: 100%;
  margin: 25px 0;
}

.product-specs-table tr td{
    padding: 5px 10px;
}

.product-specs-table tr:nth-of-type(2n){
    background: rgba(253,254,0,.7);
}
.product-specs-table tr:nth-of-type(2n+1){
    background: rgba(46,93,46,.7);
    color: white;
}

#main-navigation select{
    display: none;
}

#language-menu select{
    display: none;
}

.product-categories-single img, .product-list-single img{
    max-width: none !important;
}
/* ==========================================================================
                            FOOTER
   ========================================================================== */

#footer-content{
    border-top: 5px solid #2e5d2e;
    padding-top: 25px;
    background: #2e5d2e;
}

.footer-block-content{
    border-right: 1px solid rgba(0,0,0,.1);
}

.footerpages ul li{
    float: left;
    padding: 10px 12px;
   
}

.footer-block-content{
    color: white;
}
.footersocial{
    text-align: right;
}
.footersocial a{
    font-size: 2em;
    margin-left: 2%;

}

#footerTopContainer a{
    color: white;;
}

#footerTopContainer .footersocial a:hover{
    color: #fefe00;
}

.copyright-wrapper{
    background: #fefe00;
}
#copyright{
    text-align: center;
    font-size: 0.7em;
}

#footerTopContainer #copyright a{
    color: black;
}
/* ==========================================================================
                            BLOKKEN
   ========================================================================== */

.block-img{
    border-radius: 50%;
}
.blokken-wrapper{
    text-align: center;
    margin-top: 50px !important;
}

.single-blok .rounded-blok{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 10px solid #a4a4a5;
    border-right-color: #2e5d2e;
    border-left-color: #2e5d2e;
    border-top-color: #fefe00;
    border-bottom-color: #fefe00;
    position: relative;
    z-index: 9999;
    transition: 0.4s;
    width: 100%;
    margin: 0 auto;
    background: #2e5d2e;
}

.block-title{
    color: black;
    font-weight: 900;
}

.single-blok:first-child{
    border-left: none;
}
.single-blok {
    text-align: center;
    display: inline-block;
    width: 27%;
    padding: 0 3%;
    border-left: 1px solid rgba(0,0,0,.3);
}

.single-blok  h4{
    margin: 15px 0;
}


.single-blok .rounded-blok:hover{
    border: 10px solid #2e5d2e;
    -ms-transform: rotate(17deg); /* IE 9 */
    -webkit-transform: rotate(17deg); /* Chrome, Safari, Opera */
    transform: rotate(17deg);
}

 a.blok{
    text-decoration: none;
}

.read-on{
    width: 40%;
    margin: 10px auto;
    float: none;
    color:black;
    padding: 6px 12px;
    background: #cecfd0;
    cursor: pointer;
}

.read-on:hover{
    background: #5c5d5e;
    color: white;
}

.single-blok{
    opacity: 0.5;
    transition: 0.4s;
}

.single-blok:hover{
   opacity: 1;
}


/* Effect 1: Brackets */

.cl-effect-1{
    margin: 0 auto;
    display: block;
    text-align: center;
}
#footerTopContainer .cl-effect-1{
    color: black;
    font-weight: 700;
    font-size: 1.2em;
}
.cl-effect-1 span::before,
.cl-effect-1 span::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 span::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 span::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 span:hover::before,
.cl-effect-1 span:hover::after,
.cl-effect-1 span:focus::before,
.cl-effect-1 span:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}












/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

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

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