/*
Oranje h1: a2948e OF RGB 162 148 142
Buttons: a2948e
Navbar: a2948e
*/
body {
    font-family: 'Poppins', sans-serif;
    background-color: #F2F2F2;
    color: #444444;
    font-size: 15px;
}
h1, h2, h3 {
    /* font-family: 'Merriweather', serif;*/
	text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
.mod-page {
    line-height: 1.7;
    letter-spacing: 0.05em;
}
.pagecentered {
    margin-right: 100px;
    margin-left: 100px;

}
.bgheader {
	position: relative;
}
.bgheader_img {
	background-image: url("/content/sirredman/carousel/header-foto-7a.jpg");
	background-repeat: no-repeat;
		 background-position: center center;
		 /*background-attachment: fixed;*/
		 -webkit-background-size: contain;
		 -moz-background-size: contain;
		 -o-background-size: contain;
		 background-size: cover;
	position: absolute;
	top:200px;
	left: 0px;
	width:100%;
	height:100%;
	z-index:-1;
	opacity: 1;
	/* opacity: 0.2; Here is your opacity */
	display: none;
}
.bgheader .bgheader_img {
	display: block;
}


.speerpunt {
  background-repeat: no-repeat;
  background-position: top center;
  color: #444444;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 70px;
  position: relative;
  text-align: center;
  font-size: 15px;
}
.speerpunt:nth-child(1) {
  background-image: url("/img/over-ons-naaimachine.png");
}
.speerpunt:nth-child(2) {
  background-image: url("/img/over-ons-naald.png");
}
.speerpunt:nth-child(3) {
  background-image: url("/img/over-ons-paspop.png");
}
.grijsbg {
    background-color: #444444;
    text-align:center;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-bottom: 0px;
}
.whitebg {
    background-color: #ffffff;
    text-align:center;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-bottom: 0px;
}
.inclwhitebg {
    background-color: #ffffff;
    text-align:center;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-bottom: 0px;
}
.inclwhitebg .container {
    margin-bottom: 30px;
}
.oranjebg {
    background-color: #EFC94C;
    text-align:center;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.bruinbg {
    background-color: #A3948F;
    text-align:center;
    padding: 20px 0px 40px 0px!important;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 20px;
}
.oranje {
    color: #B88728;
}
.videoWrapper {
    position: relative;
    /*padding-bottom: 56.25%;*/ /* 16:9 */
    padding-bottom: 40.7%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-video {
    padding: 0px;
}
.content-video .row {
    margin: 0px;
}
.mainpage {
    font-weight: 400;
    /*padding-right: 15px;
    padding-left: 15px;*/
}
.mainpage .row {
    padding-right: 15px;
    padding-left: 15px;
}
.main {
    padding-top: 30px;
}
.itemdetail {
    padding-bottom: 30px;
}
.btn {
    text-transform: uppercase;
}
.btn-primary {
    background-color: #F0C84E;
    border-color: #F0C84E;
}
.btn-primary:hover {
    background-color: #cccccc;
    border-color: #cccccc;
}
.btn-black {
    background-color: #000000;
}
.btn-black:hover {
    color: #444444;
}
.custommadetxt {
    font-size: 16px;
}
.custommadetxt a:link, .custommadetxt a:visited  {
    color: #EFC94C!important;
}
.custommadetxt a:hover {
    color: #444444;
}
.productmenu {
    margin-bottom: 20px;
}
.productmenu a:link, .productmenu a:hover, .productmenu a:focus, .productmenu a:visited{

    color: #000000;
}
.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}
.maxwd { width: 100%; }
.sirredman{
    padding: 50px 20px 50px 20px;
    font-size: 45px;
    color: #ffffff;
    margin-top: 80px;
    margin-bottom: 10px;
  position: relative;
  font-weight: normal;
  font-family: 'Merriweather';
}
.sirredman .text2 {
   font-size: 39px;
 }
.authentic {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 200px;
}
.sirredmantxt {
    opacity: 1;
}
.mod-content-wrapper-menu {
    margin: 20px 0px 20px 0px;
}
#block {
  background: #CCC;
  filter: alpha(opacity=30);
  /* IE */
  -moz-opacity: 0.3;
  /* Mozilla */
  opacity: 0.3;
  /* CSS3 */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*================================
 PROJECTEN
==================================*/
.projecten,.producten {
    padding: 50px 0px 50px 0px;*/
    margin-top: 50px;
}
.projectenXXX .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.projecten .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.producten .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.project,.product {
    padding: 25px 25px 25px 25px;
    text-align: center;
    min-height: 480px;
}
.projecttxt,.producttxt {
    padding: 20px 0px 20px 20px;
}
.navigatie {
    padding-left: 20px;
}
.projectdetail h1, .productdetail h1{
    text-align: left!important;
}
.projecttxt,.producttxt {
  min-height: 590px;
}

.projectrow div { margin-bottom: 20px; }
div.panel-container {
    background-color: #F2F2F2!important;
}
.panel-container .project {
    padding: 5px 5px 5px 5px;
    margin-bottom: 15px;
}
.projecttitle,.producttitle {
    font-size: 23px;
    text-transform: uppercase;
    padding-top: 20px;
    line-height: 20px;
}
.projectsubtitle {
    font-size: 15px;
    text-transform: none;
}
@media (max-width: 780px) {
    .projectenUIT { padding: 50px 50px 50px 50px; }
    .projecttxt { padding: 10px 0px 10px 0px; }
    .projecttitle { font-size: 16px; }
	.producttitle { font-size: 16px; }
	.producttxt { padding: 10px 0px 10px 0px; }
}

@media (max-width: 560px){
  ul.rtabs li.selected a {
      color: black!important;
  }
  .panel-container > div {
    padding: 0px!important;
    margin: 0px;
    border: 0px!important;
    background-color:#F2F2F2;
  }
  .panel-container {
    border: 0px!important;
   }
  ul.rtabs {
      box-sizing: border-box;
      border-left: 0px!important;
      border-top: 0px!important;
      min-width: 260px;
  }
}
@media (max-width: 1200px) {
    .projecttitle { font-size: 20px; }
	.producttitle { font-size: 20px; }
}
@media (max-width: 1600px) {
    .projecttxt { min-height: 453px; }

}
/*================================
 PRODUCTEN
==================================*/

.producten {
    padding: 50px 0px 50px 15px;
}
.producten .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.producten .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.product {
    padding: 25px;
}
.productnaam {
    padding: 20px 0px 20px 0px;
    font-size: 25px;
    text-transform: uppercase;
	text-align: center;
}
.productnaam a:hover {
	color: #EFC94C;
}
.teamnaam {
    padding: 20px 0px 20px 0px;
}
.teamnaam a:hover {
	color: #EFC94C;
}
.teamnaam b {
    font-size: 23px;
    text-transform: uppercase;
}
.producttxt {
    padding: 20px 0px 20px 0px;
}
.productimg img { max-width: 265px!important; }
@media (max-width: 780px) {
    .producten { padding: 0px; }
    .producttxt { padding: 10px 0px 10px 0px; }
}



.custommade .row {
    margin-top: 0px!important;
}
.custommade {
    background-color: #EFC94C;
    padding: 0px;
}
.custommadetxt {
    padding: 40px;
    color: #000000;
}

/*================================
 Bootstrap overrides
==================================*/

.btn.btn-default {
	background: #EFC94C;
	color: #444444!important;
	border: 1px solid #EFC94C;
    text-transform: uppercase;
    padding: 12px 22px 12px 22px;
    font-size: 20px;
}
.btn.btn-primary {
	background: #EFC94C;
	color: #444444!important;
    padding: 10px 20px 10px 20px;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:focus:focus {
	background: #EFC94C;
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #EFC94C;
    background-color: transparent;
}
a:link, a:hover, a:focus, a:visited {
  color: #444444;
	text-decoration: none;
}
.mod-content-wrapper-white a:link, .mod-content-wrapper-white a:hover, .mod-content-wrapper-white a:focus, .mod-content-wrapper-white a:visited {
  color: #000000;
}

#accountbtns a:link,#accountbtns  a:hover,#accountbtns  a:focus,#accountbtns  a:visited { color: #444444; }

#dekstopCarousel a:link, #dekstopCarousel a:hover, #dekstopCarousel a:focus, #dekstopCarousel a:visited {
  color: #444444;
}
/*================================
 header
==================================*/
.mod-top-header-white {
    background-color: #FFFFFF;
    font-size: 19px;
    padding: 20px 4px 20px 4px;
    font-weight: bold;
}
.flags {
    margin: 3px 0px 0px 35px;
}

.flags img {
	width: 32px;
	/* border: 1px solid white; */
}
.phone,.social {
    padding: 0px 30px 3px 30px;
}
.phone .fa { font-size: 20px; }
.phone a {
    color: #A2958E;
    padding: 0px 10px 3px 10px;
    font-size: 16px;
}
.social a {
    color: #A2958E;
    padding: 0px 5px 3px 5px;
}
.phone a, .phone a:link {
    text-decoration: none;
}
.topsocial {
    max-height: 16px;
    padding-right: 7px;
    margin-top: 5px;
}


.mod-top-header {
    font-size:22px;
	color: #FEFEFE;
	padding: 20px 4px 0px 4px;
	margin-top: 0px;
	z-index: 1;
	position: relative;
    background-color: #F2F2F2;
}
.mod-top-header a {
    color: #231F20;
}
.langmenu {
    background-color: #000000;
    font-size: 12px;
    border: 0px;
  overflow: hidden;
  position: relative;
  padding: 0px 0;
  height: 35px;
}
.mod-bottom-bar {
	background-color: #D4D5D7;
	color: #FEFEFE;
	padding: 9px 24px 4px 4px;
	margin: 0px -21px 0px -20px;
	position: relative;
}
.mod-bottom-bar .never {
	float: right;
	margin-top: -2px;
	margin-right: 10px;
}

.mod-bottom-bar .never img {
	width: 215px;
	height: 41px;
}

.mod-actie {
	font-size:22px;
	background-color: #EFC94C;
	text-align:center;
	color: #444444;
	padding: 9px 4px;
	margin-top: 20px;
	z-index: 1;
	position: relative;
}
/** header */
.logo {
	padding: 0px;
    margin-top: 0px;
}
.logo img {
	max-width: 234px;
	max-height: 74px;
}
#main-navbar {
    padding-top: 44px;
}

@media (max-width: 780px) {
    .flags { margin: 3px 3px 0px 3px; }
    .mod-actie {
		font-size:16px;
		padding: 10px 5px 0px 5px;
		margin-bottom: 20px;
	}
    .oranjebg {
        margin-bottom: 20px;
    }

  .sirredman{
      padding: 15px;
      font-size: 41px;
      margin-top: 0px;
  }
  .sirredman .text2 {
     font-size: 36px;
   }
   .grecaptcha-badge {
    display: none;
   }
   #backtotop-button {
    bottom: 20px !important;
    }
}



.mod-header .row1 {
	position: relative;
	/* height: 140px; */
}
.mod-searchbasket .links {
	position: absolute;
	/*width: 160px;*/
	right: 10px;
	top: 5px;
	z-index: 10;
}

.mod-searchbasket .link {
	padding-left: 30px;
	min-height: 28px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	line-height: 28px;
	display: block;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

.mod-searchbasket .link-support { background-image : url('../img/icon-support.png'); }

.mod-header .link .badge  {
	background: #EFC94C;
}


/** search */
.mod-search {
	display: block;
	text-align: right;
	margin-bottom: 25px;
	margin-top: 15px;

}
.mod-search form {
	min-width: 100px;
	display: inline-block;
	text-align: left;
	position: relative;
    padding: 0px 0px 0px 20px;
}

.mod-search input {

     background-color:transparent !important;
     border-left:none !important;
     border-top:none !important;
     border-right:none !important;
     border-bottom: 2px solid #444444;
     box-shadow:none !important;
     margin-bottom: 0px;
     color: #444444;
     max-width: 100px;
     height: 30px;
    float: right;
}
.mod-search button {
	position: absolute;
	display: block;
	top: 0px;
	right: -4px;
	border: none;
	background: url('../img/icon-search.png');
	background-size: 100% 100%;
	border: none;
	width: 28px;
	height: 28px;
	padding: 0px;
}


/* mobile header stuff */
@media (max-width: 780px) {
    .mod-top-header-white {
        padding: 10px 4px 10px 4px;
    }
    .mod-top-header-white .text-right {
        margin-bottom: 0px;
    }
    [class*="col-"] {
        margin-bottom: 15px;
    }
	.mod-header .row1 {
		height: auto;
		margin: 0px;
	}

	.menu-button {
		border: none;
		background: none;
		display: inline-block;
		margin-top: 0px;

	}
	.menu-button img {
		width: 38px;
		margin-top: 15px;
        margin-left: 0px;
	}
	.mod-search {
		display: block;
		position: static;
		margin-top: 5px;
	}
	.mod-top-header .logo {
		display: inline-block;
		padding: 14px;
	}
	.mod-top-header .logo img {
		max-width: 150px;
		max-height: 110px;
        padding: 0px;
        margin: 0px;
	}

	.mod-search {
		position: static;
		display: block;
		padding: 5px 2px;
		/*width: 100%; */
		margin-bottom: 0px;
	}
	.mod-search form {
		display: block;
	}

    .phone {
      padding: 0px 15px 0px 0px;
      }



	.mod-header .links {
		text-align: right;
		width: 50%;
		margin-top: 34px;
	}

	.mod-header .links li {
		display: inline-block;
	}

	.mod-header .link {
		display: inline-block;
		vertical-align: top;
		margin: 10px 0px;
		height: 42px;
		/*line-height: auto;*/
		padding-left: 32px;
		background-repeat: no-repeat;
		background-size: 28px 28px;
		font-size: 13pt;
		top: 0px;
	}
	.mod-header .link span {
		display: none;
	}

	.mod-header .link .badge  {
		margin-left: -10px;
		margin-top: -10px;
	}
}


/*================================
 Menu
==================================*/


/* shared */
.navbar-default {
  background-color: #FFF;
  border: none;
  float: right;
}

.navbar-default a {
	color: #1D1C1C;
	display: block;
	font-size: 15px;
	line-height: 25px;
}
.navbar-default a:hover {
	color: #EFC94C;
	/*text-decoration: none;*/
}

.navbar-default .heading  {
	font-weight: bold;
	margin-bottom:20px;
  color:#EFC94C;
}
.navbar-default .heading a:hover { /*vervallen*/
	color: #1D1C1C;
	text-decoration: none
}
	.navbar-default .salenew a {
		margin-top: 125px;
	}

.navbar-default .navbar-nav>li>a {
	color: #444444;
	text-transform: uppercase;
	font-weight: bold;

}

.navbar-default .navbar-nav>li.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus{
	color: #EFC94C;
	/* background: #FFF; */
	background: none;
}


/* mobile */
@media (max-width: 780px) {
	.yamm .dropdown.yamm-fw .dropdown-menu {
		left: 50%;
	}

	.navbar.navbar-default {
		max-width: 50%;
	}
	.navbar-default .heading  {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.navbar-default .salenew a {
		margin-top: 0px;
	}
	.nav.navbar-nav {
		background: url('../img/mobile-menu-back.png') repeat-y top right;
		margin: 0px;
		/* margin-left: -15px; */
		min-height: 330px;							/** minimale hoogte menu */
	}

	.navbar-default .navbar-nav>li.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus{
        color: #EFC94C;
		background: url('../img/mobile-menu-tick.png') no-repeat center right;
	}

	.navbar-default .navbar-nav>li>a {
        color: #1D1C1C;
	}

	.dropdown.open .dropdown-menu {
		display: block;
		position: absolute;
		top: 0px;
		/*margin-left: 100%;*/
		left: 100%;
		width: 100%;
	}

	.yamm .yamm-content {
		padding: 0px 20px;
        background-color: #444444;
	}

}


/** menu style changes */
@media (min-width: 780px) {
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
  }
	.mod-header .collapse {
		display: block;
	}

	.navbar.navbar-default {
		margin-bottom: 0px;
		min-height: 40px;
		position: relative;
		margin-top: -30px;
		padding-left: 150px;
		background: none;
        display: flex;
        justify-content: center;

	}

	.navbar-default .navbar-nav>li>a {
		border: none;
		/* border-top: 1px solid #fff;
		border-bottom: 1px solid #625F60;*/
		padding: 9px 0px 20px 28px!important;
		margin-bottom: -1px;
	}

	.navbar-default .navbar-nav>li.open>a {
		border-bottom: 0px;
		padding: 9px 24px !important;		/* 9px, remove 1 px for borders */
		margin-bottom: -1px;
	}

    .navbar-default a {
    	color: #000000;
    	display: block;
    	font-size: 15px;
    	line-height: 25px;
        margin-left: 10px;
    }


	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
		color:#EFC94C;
        padding: 9px 0px 20px 28px!important;
        /* border: 1px solid #625F60;
		border-bottom: 1px solid #FFF; */
	}
	.navbar-default .dropdown-menu {
		border: 1px solid #625F60;
		border-top: 0px;
		margin-top: -1px !important;
		/* margin-top: 1px !important; */
	}


}

.dropdown-toggle {
  cursor: default;
}

@media (max-width: 1024px) {
	.navbar.navbar-default {
		margin-top: -10px;
		padding-left: 0px;
	}

}

@media (min-width: 1024px) {
	.navbar.navbar-default {
		padding-left: 1px;
	}

}

/*================================
 Footer
==================================*/

.mod-footer {
	background-color: #A59391;
    color: #ffffff;
    margin: 58px 0px 0px 0px;
	padding-top: 70px;
	padding-bottom: 70px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
}
.mod-footer-adres .social img {
    max-height: 35px;
}
.mod-footer-adres .row { margin: 0px; }
.footerhaan {
    margin-top: 50px;
}
.copyright {
    color: #444444;
}
.bgfooterform {
    margin-top: -300px;
    z-index:-1;
}
.mod-footer-adres {
    padding-top: 10px;
}
.mod-footer a {
	color: #FFFFFF;
    text-decoration: none;
}
.mod-footer .menu {
    line-height: 26px;
}
.mod-footer .menu a {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 3px;

}
.mod-footer .fa { font-size: 19px; }

.socialfooter .fa { font-size: 34px; padding: 7px; }

.bottom-menu {
    margin-top: 50px
}
.bottom-menu a {
    padding: 30px;
}
@media (max-width: 992px) {
  .mod-footer a, a:link, a:hover, a:focus, a:visited {
  	text-decoration: underline;
  }
  .list-unstyled { background-color: #444444; }
  .mod-searchbasket .list-unstyled { background: transparent; }
}
.mod-footer .link {
 	text-decoration: underline;
  color: #EFC94C;
}


.mod-footer .list-unstyled a {
	padding: 5px 0px;
	display: block;
}

.footerform {
    background-color: #ffffff;
    margin-top: 44px;
    padding: 0px 30px 30px 30px;
    text-align: left;
}
.footerform input.transparent-input{
     background-color:#f5f5f5!important;
     border-left:none !important;
     border-top:none !important;
     border-right:none !important;
     border-bottom: 1px solid #444444;
     box-shadow:none !important;
     margin-bottom: 35px;
     color: #444444;
     height: 40px;
  }
.footerform textarea.transparent-input{
     background-color:#f5f5f5!important;
     border-left:none !important;
     border-top:none !important;
     border-right:none !important;
     border-bottom: 1px solid #444444;
     box-shadow:none !important;
     margin-bottom: 20px;
     color: #444444;
  }
  .bgfooterform h4 {
    color: #000000;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
  }
/** mobile */
@media (max-width: 780px) {
	.mod-footer {
		margin-left: 0px;
		margin-right: 0px;
	}

}



/*================================
 Back to top
==================================*/

#backtotop-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 14pt;
    background-color: #EFC94C;
    box-shadow: 2px 2px 4px #444;
}

/*================================
 General Content
==================================*/

.mod-content-wrapper {
	/* background-color:#ffffff; */
	z-index: 0;
	padding: 0px 0px;
    margin: 0px;
}
.mod-content-wrapper-white {
	background-color:#ffffff;
	z-index: 0;
	/*padding: 0px 20px; */
}
.mod-footer-wrapper {
    background-color: #A59391;
    margin: -90px 0px 0px 0px;
}
.footerlogo {
    margin-top: 10px;
}
.mod-content-wrapper-footer {
	background-color:#ffffff;
	margin: -30px 0px 0px 0px;
	z-index: 0;
	padding: 0px 20px;
}

.mod-page {
	clear: both;
}

.strike {
	text-decoration:line-through;
}


@media (max-width: 780px) {
	.mod-content-wrapper {
		box-shadow: none;
		/*padding: 0px 0px; */
        margin: 0px;
	}
}

@media (min-width: 780px) {
	.mod-page {
		padding: 0px;
        margin-top: 0px;
		padding-top: 0px;
        margin-bottom: 0px;
	}
}
.mypage .mod-content-wrapper-white {
    position: relative;
}

.mod-categories .col-sm-3{
  margin-top: 0px;
  margin-bottom:0px;
}
.line {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #625F60;
}
.mod-categories h2 {
	text-align: center;
}

.form-horizontal .control-label {
	font-weight: normal;
	text-align: left;
}
.form-control {
	border: 1px solid #1A1819;
	padding: 4px 10px;
	line-height: 14px;
	height: 25px;
}


.checked-list {
	margin-left: 0px;
	padding-left: 0px;
}
.checked-list li{
   list-style: none;
   padding-left: 32px;
   background: url('../img/check-mark.png') no-repeat center left;
   background-size: 24px;
}


.section {
	margin-bottom: 20px;
}
.top-section {
	margin: 20px 0px;
}

/* product home -- */
.page-home {
  margin-top: 25px;
}
.page-home .row-fluid {
	padding-bottom: 10px;
	margin-bottom: 10px
}
.nopadding {
    padding-left: 0px!important;
    padding-right: 0px!important;
    text-align: left;
}
.img-home { padding-bottom: 30px;}

.duurzaamheid { padding: 20px 40px 0px 40px; text-align: left; }
.duurzaamheid h1 {text-align: left!important;}
@media (max-width: 1200px) {
    .duurzaamheid { padding: 20px;}
}
.rowmargin { margin-top: 50px; margin-bottom: 50px; }
/*================================
 breadcrumbs
==================================*/

.mod-breadcrumbs {
	margin-bottom: 5px;
	display: none;		/* hidden on mobile */
	font-size: 14px;
}
.mod-breadcrumbs a {
	color: #454546;
	font-style: italic;
}
.mod-breadcrumbs a.active {
	font-style: normal;
	font-weight: bold;
}

@media (min-width: 780px) {
	.mod-breadcrumbs { display: block; }
}

.mod-productfotos  { display: none; }
.mod-productfotos-sm { display: block; }

@media (min-width: 780px) {
	.mod-productfotos { display: block; }
	.mod-productfotos-sm { display: none; }
}

/*================================
 Productlist
==================================*/

.mod-product-list p {
	/*font-style: italic;*/
	color: #454546;
  font-size: 13px;
}

.mod-product-list .filter-button {
	margin-top: -10px;
}

.mod-product-list .menuartikelen li{
  color: #454546;
  font-size: 13px;
}
@media (max-width: 768px) {
.mod-product-list .filter-button {
  margin: 0px 0px 10px 15px;
}
}

.mod-product-list .filters {
	padding-top: 20px;	/* extra spacing for mobile */
}

/* label color-change on check (werkt ws niet in alle browsers!!) */
.mod-product-list .filters label span {
   color: #454546;
   font-style: normal;
   font-weight: normal;
}

.mod-product-list .filters .clear-button {
	margin-bottom: 10px;
}

.mod-product-list .filters label :checked + span {
   color: #EFC94C;
   font-style: normal;
   font-weight: bold;
}

.mod-product-list .filters label {
	display: block;
	padding: 5px 10px; /* extra padding mobile */
}

.mod-product-list .filters fieldset {
	margin-bottom: 20px;
}

.mod-product-list .filters legend {
	color: #1A1817;
	border-bottom: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
  font-size:15px;
}

.mod-product-list .productlist h2 {
  margin-top:0px;
}

@media (min-width: 780px) {
	.mod-product-list .filters {
		padding-top: 0px;
	}

	.mod-product-list .filters legend {
		margin-top: 0px;
	}

	.mod-product-list .filters.collapse {
		display: block;
	}

	.mod-product-list .filters label {
		padding: 0px 0px;
	}

}

.mod-page h1  {
	text-align: center;
/*	font-weight: 500; /* semi bold */
}

.mod-product-list h1 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
/*  text-transform: uppercase; */
}

.mod-product-list .top-banner {
	margin-bottom: 20px;
}

.mod-product-list .paging {
	margin: 0px 0px 10px 0px;
	text-align: right;
}

.mod-product-list .paging .active {
	color: #EFC94C;
	font-style: normal;
	font-weight: bold;
}
.mod-product-list .paging a {
	text-decoration: underline;
	color: #1A1817;
}
.mod-product-list .paging .mobile .btn-default {
	background: none;
	color: #1D1C1C;
	border: none;
}
.mod-product-list .paging .mobile .btn-default:hover {
	text-decoration: underline;
}


.mod-product-list .product {
	color: #1A1817;
	/*font-style: italic;*/
	margin-bottom: 50px;
	height: 320px;		/* hoogte is belangijk mocht product info etc gaan afwijken **/
	border: 2px solid #fff;
	padding: 5px;
	text-align: center;
}


.mod-product-list .product:hover {
	text-decoration: none;
	border: 2px solid #ddd;
}


.mod-product-list .product .img {
	text-align: center;
	min-height: 200px;

	/* vertical align image: */
	vertical-align: middle;
	line-height: 200px;
}

.mod-product-list .product img {
	display: inline-block;
	max-height: 200px;
}

.mod-product-list .product .uitverkocht {
	position:absolute;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	height: 68%;
	width: 90%;
	top:0px;

	text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.88);
	padding-top:90px;
	margin: 0px;
}
.btnUitverkocht {
	background-color:#bf424a;
	cursor: not-allowed;
}
.uitverkochtOudeCss {
	background:#cccccc;
	background-position: center;
    background-size: cover;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.mod-product-list .product .uitverkochtOUD {
	position:absolute;
	min-height: 200px;
	max-height: 200px;
	background:#fef4ef;
	right:0px;
	top:0px;
	background-position: center;
    background-size: cover;
	border-radius:10px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.mod-product-list .product .name {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}


.mod-product-list .product .price {
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

.mod-product-list .product .info {
	padding: 2px 10px;
	margin-left: 5px;
}


.mod-product-list .bottom-info {
	border-top: 1px solid #1A1817;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top:20px;
}


.mod-product-list .bottom-info p,.mod-product-list .bottom-info  {
	font-size: 14px;
}

.mod-product-list .paging .mobile {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #1A1817;
}
.mod-product-list .paging .mobile .text{
	margin: 20px 0px;
}
.mod-product-list .paging .mobile .btn{
	margin: 0px 20px;
}

.mod-product-list .paging .desktop {
	display: none;
}

#knoopvoorbeelden img, #vouwwijze img { width:80%;}

@media (min-width: 780px) {
	.mod-product-list .paging .mobile {
		display: none;
	}
	.mod-product-list .paging .desktop {
		display: block;
	}

	.mod-product-list .product {
		text-align: center;
	}
	.mod-product-list .product .info {
		display: inline-block;
	}
  #knoopvoorbeelden img,#vouwwijze img { width:17%;}
  .mainpage .row { margin-top:15px;}
  .form-group .row { margin-top:0px;}
}
@media (min-width: 1200px) {
  #knoopvoorbeelden img,#vouwwijze img { width:14%;}
  .mainpage .row { margin-top:25px;}
  .form-group .row { margin-top:0px;}
}
/*================================
Product
==================================*/

.mod-product {
	font-size: 14px;
}

.mod-product h1 {
	text-align: center;
	margin-bottom: 30px;
}
.mod-product .staffel-remark {
	color: #EFC94C;
	font-size: 14pt;
	font-weight: bold;
	text-transform: none;
	margin: 20px 0px;
}

.mod-product .staffel-info {
	margin-left: 20px;
	color: #777;
}


.mod-product .staffel-old-price {
	text-decoration: line-through;
	color: #888;
	font-size: 11pt;
	display: inline-block;
	font-weight: normal;
	margin-left: 15px;
}
.mod-product .artikelnummer {
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
}
.mod-product .groteaantallen {
	color:#EFC94C;
  font-weight: bold;
  font-size:15px;
	margin-bottom: 10px;
}

.mod-product p {
	/*font-style: italic;*/
}

.mod-product .dl-horizontal {
	margin-top: 20px;
}

.mod-product .dl-horizontal dt {
	text-align: left;
	float: left;
	width: 110px;
}

.mod-product .dl-horizontal dd {
	/*font-style: italic;*/
	margin-left: 120px;
}

.dl-table {
	margin-top: 20px;
}

.dl-table dt {
	text-align: left;
	float: left;
	width: 105px;
}

.dl-table dd {
	/*font-style: italic;*/
	margin-left: 120px;
}

.mod-product .colors {
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 450px;
}

.mod-product .colors .lbl {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

.mod-product .color {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 5px 0px;
	margin-right: 15px;
}

.mod-product .sample {
	text-align: center;
}
.mod-product .sample img {
	display: inline-block;
	max-height: 100px;
}



.mod-product .conditions {
	margin: 20px 0px;
}

.mod-product .product-image {
	text-align: center;
	position: relative;
}
.mod-product .product-image-thumbs {
	text-align: center;
	position: relative;
}
.mod-product .product-image-thumbs img {
	margin-top: 20px;
	margin-bottom:20px;
}

@media (min-width: 780px) {
	.mod-product .product-image {
		margin-top: 5px;	 	/* zet de afbeeldings iets hoger naast de titel op de niet mobiele versie (stond -50px, terug gezet) */
	}
	.mod-product .product-image-thumbs {
		margin-top: 5px;	 	/* zet de afbeeldings iets hoger naast de titel op de niet mobiele versie (stond -50px, terug gezet) */
	}
}

.mod-product .product-image img {
	display: inline-block;
	max-height: 600px;
}
.mod-product .product-image-thumbs img {
	display: inline-block;
	max-height: 200px;
}

.mod-product .social {
	text-align: center;
	margin: 20px 0px;
}
.mod-product .social .addthis_default_style{
	max-width: 400px;
	display: inline-block;
}

.mod-product .row2 {
	margin-top: 30px;
}

.mod-product .nav-tabs>li.active>a,
.mod-product .nav-tabs>li.active>a:hover,
.mod-product .nav-tabs>li.active>a:focus {
	color: #000000;
	font-weight: bold;
}

.mod-product .nav>li>a {
	color: #1A1819;
	font-weight: bold;
}

.mod-product .sub-product {
	padding: 20px;
	margin-top: 20px;
	text-align: center;
}
.mod-product .sub-product img {
	display: inline-block;
	max-height: 200px;
}

.mod-product .price {
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
}
.mod-product .reseller {
	font-size: 13px;
}


.mod-product .mobile-header {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}
.mod-product .mobile-header .price{
	display: block;
	text-align: center;
	padding-top: 20px;
}
.mod-product .mobile-header .actions {
	margin-top: 15px;
	margin-bottom: 20px;
}


.mod-product .action-buttons {
	padding-top:10px;
	text-align: center;
}
.mod-product .verhaaltje {
	/* padding: -10px 0px 20px 0px;*/
    padding: 0px 0px 20px 0px;
	margin-bottom: 30px;
}
.product-laatst {
	margin-top:30px;
}
@media (min-width: 780px) {
	.mod-product h1 {
		text-align: left;
	}
	.mod-product .mobile-header {
		display: none;
	}
	.mod-product .sub-product {
		text-align: left;
	}

	.mod-product .action-buttons {
		text-align: left;
	}

}

.mod-product .panel-group.responsive .panel-default {
	border: none;
	box-shadow: none;
}

.mod-product .panel-group.responsive .panel-default .panel-heading {
	background: none;
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #1A1819;
	margin-top: 10px;
}

.mod-product .panel-group.responsive .panel-default .panel-heading a {
	display: inline-block;
	padding: 8px 20px;
	padding-right: 10px;
	border: 1px solid #1A1819;
	border-bottom: 1px solid white;
	min-width: 240px;
	margin-bottom: -1px;
}
.mod-product .panel-group.responsive .panel-default .panel-heading a.collapsed {
	/*background-color: red;*/
}

.mod-product .panel-group.responsive .panel-default .panel-heading a:after {
  font-family: 'Glyphicons Halflings';
  content:"\e259";
  display: block;
  float: right;
}
.mod-product .panel-group.responsive .panel-default .panel-heading a.collapsed:after {
  font-family: 'Glyphicons Halflings';
  content:"\e260";
  display: block;
  float: right;
}


.mod-product .panel-group.responsive .panel-default .panel-heading a:active,
.mod-product .panel-group.responsive .panel-default .panel-heading a:focus,
.mod-product .panel-group.responsive .panel-default .panel-heading a:hover {
	/*background: #eee;*/
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


.mod-product .panel-group.responsive .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}

.mod-product .amount-input {
	max-width: 50px;
}
/*================================
Order
==================================*/

.mod-order {
	margin-top: 20px;
	font-size: 15px;
}

.mod-order h1 {
	margin-top: 0px;
	margin-bottom: 40px;
}

.mod-order h2 {
  padding: 0px 0px 2px 0px;
  margin: 0px;
}
.mod-order .btn-gebruik {
  margin-top:-6px;
}
.form-group.required .control-label:after {
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 8px;
  top:1px;
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-size: 8px;
}

.mod-order .step {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #EFC94C;
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
}
.mod-order .stepOLD {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #EFC94C;
	color: #EFC94C;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
}

@media (min-width: 780px) {
	.mod-order .step-content {
		padding-left: 44px;
	}
}

.mod-order .dl-horizontal {
	margin-bottom: 5px;
}

.mod-order .dl-horizontal dt {
	width: 100px;
	text-align: left;
}

.mod-order .dl-horizontal dd {
	margin-left: 120px;
}

.mod-order .dl-table {
	margin-bottom: 5px;
}

.mod-order .dl-table dt {
	width: 130px;
	text-align: left;
}

.mod-order .dl-table dd {
	margin-left: 140px;
}

.mod-order .cart-giftbox td {
	padding-bottom: 40px;
}
.mod-order .cart-clip td {
  padding-top: 0px;
  padding-bottom: 40px;
}

.mod-order .table td {
	border-top: none;
}

.mod-order tfoot .lbl {
	font-weight: bold;
}

.mod-order .currency {
	text-align: right;
}

.mod-order .subtotal td.currency {
	border-top: 1px solid #454546;
}

.mod-order .amount {
	width: 3em;
}
.mod-order .product-photo img {
  max-height: 70px!important;
}
.mod-order .product-photo {
  text-align:center;
}
.mod-order .radio,
.mod-order .radio-inline {
	font-weight: normal;
}

.mod-order .step-block {
	margin-bottom: 30px;
}

.mod-order .bpe_paymentmethod_list li{
	display: block;
	border-top: 1px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 5px 0px;
}
.mod-order .bpe_paymentmethod_list li:hover {
	background: #eee;
}

.mod-order .bpe_paymentmethod_list img{
	float: right;
}

/** mobile */
@media (max-width: 780px) {
	.mod-order .dl-horizontal dt {
		display: none;
	}
	.mod-order .dl-horizontal dd {
		margin-left: 0px;
	}
	.mod-order .amount {
		width: 3em;
	}
}

/*================================
Mod staffel
==================================*/

.mod-staffel {
	border: 1px solid #ccc;
	min-height: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;

	max-width: 300px;
}

.mod-staffel .bar {
	border-left: 1px solid #ccc;
	float: left;
	color: #ccc;
	text-align: center;
	cursor: pointer;
}

.mod-staffel .bar:hover {
	color: #fff;
	background: #0E748B;
}


.mod-staffel .bar.sel {
	color: #fff;
	background: #0E748B;
}

.mod-staffel .bar:first-child {
	border-left: none;
}



/** Review */
.review { display: inline-block; }
.review a{ font-size: 12px; }
.review a:hover{ font-size: 12px; }

span.stars, span.stars span {
    display: inline-block;
    background: url(images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}

.clear {clear: both;}

.innerListBlock	{float: left; clear: both; width: 100%; margin: 25px 0 0 0; background-color: #cccccc; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; box-shadow: 0px 3px 0px #e9eaeb; border: none;}
.innerListBlock .innerreviewlist	{float: left; width: 96%; margin: 25px 2%;}
.innerListBlock .innerreviewlist .top		{float: left; width: 100%;}
.innerListBlock .innerreviewlist .top H2	{font-size: 233%; margin: 0; padding: 0; color: white;}
.innerListBlock .innerreviewlist .top .innerSelectVestiging		{float: right;}
.innerListBlock .innerreviewlist .review						{float: left; clear: both; width: 100%; margin: 34px 0 0 0; height: auto;}
.innerListBlock .innerreviewlist .review .reviewerInfo			{float: left; width: 75px; height: 100%;}
.innerListBlock .innerreviewlist .review .reviewerInfo .genderIcon			{width: 45px; height:45px; margin: 0 auto;}
.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconFemale	{background: url(images/iconfemale.png) no-repeat; background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconMale		{background: url(images/iconmale.png) no-repeat; background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewerInfo .reviewer			{float: left; clear: both; width: 100%; margin: 10px 0 0 0; text-align: center; color: white; position: relative;}
.innerListBlock .innerreviewlist .review .reviewerInfo .reviewer .innerReviewername	{position: absolute; top: 0; left: -8px; width: 92px; height: auto; text-align: center; color: white; font-size: 117%; overflow:hidden;}
.innerListBlock .innerreviewlist .review .reviewArrow						{float: left; width: 13px; height: 100%; min-height: 100px; background: url(images/arrowleft.png) right 20px no-repeat;}
.innerListBlock .innerreviewlist .review .reviewBox							{float: left; width: 70%; max-width: 788px; background: white; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; border: none; box-shadow: 0px 3px 0px #e9eaeb;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem				{float: left; width: 90%; margin: 20px 5%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerStars	{float: left;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerLegend	{float: left; margin: 5px 0 0 10px; font-size: 117%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile						{float: left; clear: both; display: none; margin-top: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIcon			{width: 45px; height:45px; margin: 0 auto;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconFemale	{background: url(images/iconfemale.png) no-repeat; background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconMale		{background: url(images/iconmale.png) no-repeat;background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .reviewer			{float: left; clear: both; width: 100%; margin: 10px 0 0 0; text-align: center; color: white; font-size: 117%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDate		{float: right; font-size: 117%; color: #9f9f9f; margin: 5px 0 0 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .summary		{float: left; clear: both; width: 100%; border-top: solid #e6eaf0 1px; margin: 20px 0 0 0; padding: 25px 0 0 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .summary H2		{margin:0; padding: 0; font-size: 150%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .summary H2	A	{font-weight: bold; text-decoration: none;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDesc		{float: left; clear: both; width: 100%; border-bottom: solid #e6eaf0 1px; margin: 0 0 20px 0; padding: 0 0 25px 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDesc H3	{font-size: 133%; font-weight: bold; margin: 20px 0 0 0; padding: 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDesc P	{font-size: 133%; margin: 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerReactie	{float: left; clear: both; width: 100%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerReactie H3	{color: #ff0000;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore		{float: left; clear: left; line-height: 20px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .innerLabel		{font-size: 117%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .numberrating	{font-size: 117%; color: #9f9f9f; margin-left: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .aanbeveling	{font-size: 117%; color: #9f9f9f; margin-left: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .txtvalue		{font-size: 117%; color: #9f9f9f; margin-left: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerLink		{float: right;margin-top: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerLink A	{font-size: 117%;}
@media screen and (min-width: 0px) and (max-width: 619px){
	.innerListBlock .innerreviewlist .review .reviewerInfo									{display: none;}
	.innerListBlock .innerreviewlist .review .reviewArrow									{display: none;}
	.innerListBlock .innerreviewlist .review .reviewBox										{max-width: 100%;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile		{display: block;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDate				{margin-top: 25px;}
}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ), only screen and ( min--moz-device-pixel-ratio: 1.3 ), only screen and ( -o-min-device-pixel-ratio: 2.6/2 ), only screen and ( min-device-pixel-ratio: 1.3 ), only screen and ( min-resolution: 124.8dpi ), only screen and ( min-resolution: 1.3dppx ) {
	.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconFemale	{background: url(images/iconfemaleb.png) no-repeat; background-size: 45px 45px;}
	.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconMale		{background: url(images/iconmaleb.png) no-repeat; background-size: 45px 45px;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconFemale	{background: url(images/iconfemaleb.png) no-repeat; background-size: 45px 45px;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconMale		{background: url(images/iconmaleb.png) no-repeat;background-size: 45px 45px;}
}
.ns	{display: none;}
.star1	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_1.png) left center no-repeat; background-size: 162px 24px;}
.star2	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_2.png) left center no-repeat; background-size: 162px 24px;}
.star3	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_3.png) left center no-repeat; background-size: 162px 24px;}
.star4	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_4.png) left center no-repeat; background-size: 162px 24px;}
.star5	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_5.png) left center no-repeat; background-size: 162px 24px;}
.star6	{width: 200px; height: 26px; margin: 0 0 0 0; background: url(images/star_inbox_-1.png) left center no-repeat; background-size: 162px 24px;}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ), only screen and ( min--moz-device-pixel-ratio: 1.3 ), only screen and ( -o-min-device-pixel-ratio: 2.6/2 ), only screen and ( min-device-pixel-ratio: 1.3 ), only screen and ( min-resolution: 124.8dpi ), only screen and ( min-resolution: 1.3dppx ) {
	.star1	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_1b.png) left center no-repeat; background-size: 162px 24px;}
	.star2	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_2b.png) left center no-repeat; background-size: 162px 24px;}
	.star3	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_3b.png) left center no-repeat; background-size: 162px 24px;}
	.star4	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_4b.png) left center no-repeat; background-size: 162px 24px;}
	.star5	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_5b.png) left center no-repeat; background-size: 162px 24px;}
	.star6	{width: 200px; height: 26px; margin: 0 0 0 0; background: url(images/star_inbox_-1b.png) left center no-repeat; background-size: 162px 24px;}
}

.img-responsive {
  display: inline-block;
}

@media (min-width: 750px) {
  .img-responsive {max-width:100%!important;} /* was 90*/
}

@media (min-width: 992px) {
  .img-responsive {max-width:100%!important;} /* was 95*/
}

@media (min-width: 1200px) {
  .img-responsive {max-width:100%!important;}
}
@media (max-width: 80px) {
  td {padding: 0px;}
}
/*UIT GEZET IVM WINKELMANDJE RESPONSIVE
table, tr, td {
	position: static;
	float:left;
	clear:left;
}
*/
.table-header-rotated td {
	position: static;
	float:none;
}
td {padding: 3px 10px 3px 3px;}
@media all and (min-width: 768px) {
	table, tr, td {
	position: static;
	float:none;
	}
}

.table tr>td.vert-align-bottom{
    vertical-align: bottom;
}

.center {
    margin: 0 auto;
    width: 80%;
}
.roodbold {
  color:#ff0000;
  font-weight: bold;
}
.icon {
  font-weight: bold;
  font-size: 15px;
  color: #EFC94C;
}
.accountkop {
  font-weight: bold;
  font-size: 15px;
}
.rm {display: none;}
.hand {cursor: pointer; }
.cadeauklikhier {font-size:13px; color:#000000; font-weight: normal;}
.fout {
	font-size : 13pt;
	font-weight : bold;
	color : #FF0000;
}
.color-box {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
	margin: 0px 3px 0px 2px;
}
.mainpage .rowsmall {margin: 0px; padding: 0px;}

input[type=checkbox][disabled] + label {
    color: #ccc;
}

  .addtocartinput {
    width: 35px;
}

.contactformverzonden {
	color: #444444;
}

.XXXXlightslider {
    width:420px;
}
.lightslider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.lightslider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.lightslider img {
    display: block;
    height: auto;
    max-width: 100%;
}

/*Home hover effect producten*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #EFC94C;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}
@media (max-width: 1600px) {
    .hovereffect .overlay { padding: 25px 10px;}
}
@media (max-width: 780px) {
    .hovereffect .overlay { padding: 5px 2px;}
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
  display:none;
}
@media (max-width: 780px) {
    .hovereffect h2 { display: block; font-size: 14px;}
}
.hovereffect:hover h2 {
  display:block;
}
.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  /*opacity: 0;*/
  font-size: 14px;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.blogrow {
    padding: 10px;
}
.bloginhoud {
    padding: 30px 140px 10px 140px;
}
.blog {
    margin-top: 30px;
    padding: 0px;
    color: #000000;
}
.blogitem {
    background-color: #ffffff;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 13px;
    padding: 0px;
    display: block;
}
.blogimg {
    display: block;
}
.blogtitle {
    display: block;
    margin: 10px 10px 0px 10px;
    line-height: 23px;
    min-height: 53px;
}
.blogtitle a{
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}
.blogintro {
    display: block;
    margin: 25px;
    height: 185px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
}

.blogintro a {
    color: #cca04b!important;
    font-weight: bold;
}
.blogstat {
    display: block;
    margin: 25px;
    padding-bottom: 20px;
}
.blogintro a:hover {
    color: #000000!important;
    font-weight: bold;
}
.blogread {
    float: right;
}
.blogheader {
    background-color: #cca04b;
    text-align:center;
    padding: 0px;

}
.blogheader img {
    width: 100%;
}
.blogregel div {
    padding: 30px;
}
.blogregel, .blogregel h2 {
    background-color: #ffffff;
}

.blogcontainer {
    margin-top: 25px;
    margin-bottom: 80px;
    text-align: center;
}
.blogcontainer .fa { font-size: 40px; color: #EFC94C; padding: 7px;}
.concept {
    padding: 40px;
    color: #000000;
}
.conceptitem {
    background-color: #ffffff;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 0px;
    padding: 0px;
    display: block;
}
.conceptimg {
    display: block;
}
.concepttitle {
    display: block;
    padding: 20px 0px 20px 0px;
}
.concepttitle a{
    font-size: 25px;
    color: #000000;
}
.conceptlogo img {
    max-height: 120px!important;
}
.conceptwebsite {
    padding: 20px 0px 20px 0px;
}

.google-maps {
    position: relative;
    padding-bottom: 40%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.contact {
    margin-top: -20px;
    padding-top: 0px;
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
}
@media (min-width: 1200px) {
    .mainpage .row {
        margin-top: 0px;
        margin-left: 0px;
    }
}
.contactverkoop {
    margin-top: 60px;
    font-size: 16px;
}
.contactverkoop td { text-align: left; }
.snapframe {
    border: 1px solid #444444;
    padding: 20px 30px 0px 30px;
    text-align: left;
    margin: 60px 60px 0px 60px;
}

/* === NIEUWE AANPASSINGEN === */

/* Blog kaarten gelijke hoogte */
.blogrow { display: flex; flex-wrap: wrap; margin-right: 0px;}
.blogrow .blog { display: flex; }
.blogrow .blogitem { height: 100%; display: flex; flex-direction: column; }
.blogrow .blogintro { flex-grow: 1; }

/* Blog header tekst centreren in gele balk */
.blogheader h2 {
    padding: 15px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}


/* Footer SEO landingspagina links - 4 kolommen */
.footer-seo-links {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    line-height: 2;
}
.footer-seo-links a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}
.footer-seo-links a:hover {
    text-decoration: underline;
}
@media (min-width: 1200px) {
    .mainpage .product img.img-responsive {
        max-width: 75% !important;
    }
}
/* Blog social media icons */
.blog-social { margin: 10px 0 30px 60px; }
.blog-social .fa { font-size: 34px; padding: 7px; color: #A59391; }
.blog-social a:hover .fa { color: #444444; }

/* Duurzaamheid button + sustainable logo alignment */
.duurzaamheid-actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}
.duurzaamheid-actions .btn {
    flex-shrink: 0;
}
.sustain-logo {
    max-width: 200px !important;
    margin-top: 45px;
}
.containerproducten, .containerprojecten {
    padding-top: 25px;
    margin-top: 30px;
}
/* Contactpagina linkslijnend */
.contact-page, .contact-page .row, .contact-page .col-xs-12, .contact-page .col-sm-6, .contact-page .col-md-5, .contact-page .col-md-6 {
    text-align: left;
    padding-top:25px;
}
