/* #####################################################################################################
   This stylesheet describes standart components, which stay the same when scaling (colors, looks etc)
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)"; 

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Responsive functions -----*/
@media only screen and (max-width: 1023px) {
  html,
  body {
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }
  html {
    overflow: auto;
  }
}
/*+++ Default styles and classes +++*/

hr {
  border: 0 none;
  background: #dedede;
  height: 1px;
  margin: 20px 0;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
img.portrait {
  height: 100%;
  width: auto;
}
img.landscape:not(.newsTopImage) {
  width: 100%;
  height: auto;
}
.borderBottom {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1%;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
}
.clearAfter:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.hidden,
#content .hidden {
  display: none;
}
body.contentPage #content img,
body.detailPage:not(.news) #content img {
  max-width: 100%;
  height: auto;
}
body.detailPage.news #content .detailWrap *:not(.newsImage) img {
  max-width: 100%;
  height: auto;
}
.centerImg {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  line-height: 100%;
  width: inherit;
}
.centerImg:hover {
  text-decoration: none;
}
.centerImg span {
  display: none;
}
.loadingIcon {
  background: transparent url("../images/default/loader.gif") no-repeat center center;
}
.errorTxt {
  color: #e6575a;
  padding: 5px 5px 5px 25px;
  background: #ffdedd url("../images/default/message.error.png") no-repeat 5px center;
  background-size: 17px;
  border: 1px solid #e6575a;
  display: block;
  margin: 0 0 1.5%;
}
.blockBg {
  background-color: #fbf8f4;
}
.address {
  border: 1px solid #dedede;
  padding: 10px;
  margin: 0 0 10px 0;
  position: relative;
  display: block;
  color: #222222;
  overflow: hidden;
}
.address .deleteButton {
  float: right;
}
.address .selectAddress {
  display: none;
}
.address:hover {
  text-decoration: none;
}
.checkedAddress,
.address.active {
  border: 1px solid #454545;
  background: #f3f9ec;
}
.checkedAddress:before,
.address.active:before {
  content: "\2714";
  color: #454545;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 200%;
}
#overlayBlack {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
#breadcrumbs {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  background: #ee7f01;
  color: white;
  padding: 0 20px;
}
#breadcrumbs a {
  color: white;
}
/* Table en panel stijling */

table {
  width: 100%;
  border-collapse: collapse;
}
table.borders tr {
  border-top: 1px solid #dedede;
}
table.borders tr:first-child {
  border: 0 none;
}
table tr th {
  padding: 0 5px 0 0;
  line-height: 20px;
}
table tr td {
  padding: 0 0 0 5px;
  line-height: 20px;
}
table.high tr th {
  padding: 5px 5px 5px 0;
  line-height: 22px;
}
table.high tr td {
  padding: 5px 0 5px 5px;
  line-height: 22px;
}
/*--- Default styles and classes ---*/

/* Basis opzet */

#header {
  background: white;
}
#header .vatpicker {
  position: absolute;
  left: 320px;
  top: 30px;
}
#header .vatpicker a {
  padding: 0 10px 0 0;
}
#header .productComparison {
  position: absolute;
  left: 320px;
  top: 53px;
}
#header #shoppingBag > a {
  color: #222222;
}
#header #shoppingBag #CartPrice {
  color: #222222;
}
#header .languageSelectDropdown {
  position: absolute;
  right: 10px;
  top: 0;
  width: 45px;
}
@media only screen and (min-width: 768px) {
  #header .languageSelectDropdown {
    width: 80px;
  }
}
#header .languageSelectDropdown:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 6px;
  background: url('../images/arrowDown.png') no-repeat center center;
  top: 26px;
  right: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#header .languageSelectDropdown:hover .languageSelectTrigger:after,
#header .languageSelectDropdown.active .languageSelectTrigger:after {
  color: #ee7f01;
}
#header .languageSelectDropdown.active .languagePicker {
  display: block;
}
#header .languageSelectDropdown.active:before {
  top: 30px;
}
#header .languageSelectDropdown .languageSelectTrigger {
  height: 57px;
  width: 60px;
  padding-right: 20px;
  cursor: pointer;
  left: 0;
  position: relative;
}
#header .languageSelectDropdown .languageSelectTrigger:before {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  top: 15px;
  left: 0;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#header .languageSelectDropdown .languageSelectTrigger:after {
  position: absolute;
  top: 0;
  height: 57px;
  left: 35px;
  font-size: 16px;
  line-height: 57px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
@media only screen and (max-width: 767px) {
  #header .languageSelectDropdown .languageSelectTrigger:after {
    display: none;
  }
}
#header .languageSelectDropdown .languagePicker {
  display: none;
  position: absolute;
  background: white;
  width: 95px;
  padding: 10px 20px;
  box-sizing: border-box;
  right: 0;
  list-style: none;
}
#header .languageSelectDropdown .languagePicker li {
  line-height: 30px;
}
#header .languageSelectDropdown .languagePicker li a {
  display: block;
  color: #222222;
  position: relative;
  padding-left: 25px;
}
#header .languageSelectDropdown .languagePicker li a:hover {
  color: #ee7f01;
  text-decoration: none;
}
#header .languageSelectDropdown .languagePicker li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
}
#header .languageSelectDropdown .languagePicker li.nl a:before {
  background: url('../images/svg/flagNL.svg') no-repeat center center;
  background-size: 100%;
}
#header .languageSelectDropdown .languagePicker li.en a:before {
  background: url('../images/svg/flagEN.svg') no-repeat center center;
  background-size: 100%;
}
#header .languageSelectDropdown .languagePicker li.de a:before {
  background: url('../images/svg/flagDE.svg') no-repeat center center;
  background-size: 100%;
}
#header .languageSelectDropdown .languagePicker li.fr a:before {
  background: url('../images/svg/flagFR.svg') no-repeat center center;
  background-size: 100%;
}
#header .languageSelectDropdown .languagePicker li.pl a:before {
  background: url('../images/svg/flagPL.svg') no-repeat center center;
  background-size: 100%;
}
.LANG_nl-NL #header .languageSelectDropdown .languageSelectTrigger:before {
  background: url('../images/svg/flagNL.svg') no-repeat center center;
  background-size: 100%;
}
.LANG_nl-NL #header .languageSelectDropdown .languageSelectTrigger:after {
  content: 'NL';
}
.LANG_de-DE #header .languageSelectDropdown .languageSelectTrigger:before {
  background: url('../images/svg/flagDE.svg') no-repeat center center;
  background-size: 100%;
}
.LANG_de-DE #header .languageSelectDropdown .languageSelectTrigger:after {
  content: 'DE';
}
.LANG_en-GB #header .languageSelectDropdown .languageSelectTrigger:before {
  background: url('../images/svg/flagen-2.svg') no-repeat center center;
  background-size: 100%;
}
.LANG_en-GB #header .languageSelectDropdown .languageSelectTrigger:after {
  content: 'EN';
}
/* Zoekbox */

#searchNav {
  position: absolute;
  right: 18px;
  bottom: 13px;
  height: 27px;
}
#searchNav input {
  height: 27px;
  line-height: 27px;
  border: none;
  width: 190px;
  font-style: italic;
  font-weight: 300;
  padding: 0 25px 0 10px;
}
#searchNav .bttn {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  margin: 0;
  background: transparent url("../images/default/searchBtn.png") no-repeat 0 0;
  height: 16px;
  width: 19px;
  text-indent: -9999px;
  text-transform: capitalize;
  cursor: pointer;
}
/* standard page overview */

.overviewPage .itemWrap .item {
  margin: 0 0 15px;
  min-height: 120px;
  overflow: hidden;
  padding: 0 0 15px;
}
.overviewPage .itemWrap .item h2 {
  margin: 10px 0 0;
}
.overviewPage .itemWrap .item .date {
  margin-bottom: 15px;
  display: block;
}
.overviewPage .itemWrap h3 {
  margin: 0 0 10px;
}
.overviewPage .itemWrap h3 a {
  color: #222222;
  font-weight: 700;
  font-size: 15px;
}
.overviewPage .itemWrap h3 a:hover {
  color: #ee7f01;
  text-decoration: none;
}
.overviewPage .itemWrap h4 {
  color: #dedede;
  margin: 0 0 10px;
}
.overviewPage .itemWrap .picture {
  float: right;
  margin-left: 0;
}
.overviewPage .itemWrap .picture img {
  display: block;
}
.overviewPage .itemWrap .itemContent {
  line-height: 18px;
  margin: 0 0 15px;
}
.overviewPage .itemWrap a.itemLink {
  color: #222222;
  margin: 0 20px 0 0;
  text-decoration: none;
}
.overviewPage .itemWrap a.itemLink:hover {
  text-decoration: underline;
}
/* standard page detail */

.detailPage .detailWrap {
  position: relative;
  overflow: hidden;
}
.detailPage .detailWrap .picture {
  margin: 0 10px 10px 0;
  float: left;
}
.detailPage .detailWrap .teaser {
  font-weight: bold;
}
.detailPage .detailWrap .content {
  margin: 0 0 30px;
}
/* normal panel styling */

.panel {
  width: 100%;
  padding: 0 0 5%;
  margin: 0 0 5%;
  border-bottom: 1px solid #dedede;
}
.panel table {
  width: 100%;
}
.singlePanel {
  width: 100%;
  border: 0 none;
  float: none;
  padding: 0;
}
.panel.noMargin {
  margin: 0;
  padding: 0;
  border: 0 none;
}
/* panel exceptions */

.noMargin,
.business,
.full .business,
.full .noMargin {
  margin: 0 0 5%;
  padding: 0;
}
.noPadding,
.full .noPadding {
  padding: 0;
  float: right;
}
.noBorder,
.full .noBorder {
  border: 0 none;
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width: 768px) {
  /* normal panel styling */
  
  .panel {
    width: 48%;
    padding: 0 1.9% 0 0;
    margin: 0;
    float: left;
    border-bottom: 0 none;
    border-right: 1px solid #dedede;
  }
  .panel table {
    width: 100%;
  }
  .panel.noMargin {
    margin: 0;
    padding: 0 0 0 1.9%;
    border: 0 none;
  }
  .adressPanels {
    width: 50%;
    float: left;
  }
  .adressPanels .panel {
    width: 98%;
  }
  .noMargin,
  .business,
  .full .business,
  .full .noMargin {
    border-left: 1px solid #dedede;
    border-right: 0 none;
    margin: 0 0 0 -1px;
    padding: 0 0 0 1.9%;
  }
  .overviewPage .itemWrap {
    overflow: hidden;
  }
  .overviewPage .itemWrap .item {
    float: left;
    margin-right: 1.502403846%;
    margin-bottom: 1.502403846%;
    width: 49.248798077%;
  }
  .lt-ie9 .overviewPage .itemWrap .item {
    /*IE 8*/
    width: 48.497596154%;
  }
  .overviewPage .itemWrap .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.502403846%;
  }
  .overviewPage .itemWrap .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
::selection {
  background: #ee7f01;
  /* Safari */
  color: white;
}
::-moz-selection {
  background: #ee7f01;
  /* Firefox */
  color: white;
}
/* Onderstaande gekopieerd vanuit layout.less */

/* ==========================================================================
   Default / Mobile styles
   ========================================================================== */

html,
body,
body > form {
  background-color: #fbf8f4;
  position: relative;
  min-height: 100%;
  min-width: 320px;
}
#headerWrapper,
#footerWrapper {
  position: relative;
}
/* Standaard kolommen */

#cols {
  min-height: 200px;
  z-index: 100;
  position: relative;
  padding-top: 20px;
}
#content {
  position: relative;
  padding: 10px;
  z-index: 90;
  min-height: 300px;
}
.full #cols #sidecol {
  display: none;
}
.full #cols #content {
  float: none;
  padding: 10px;
  border: 0 none;
}
#headerWrapper {
  height: 57px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
#header {
  height: inherit;
  position: relative;
  /*end #searchNav*/

}
#header #shoppingBag {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
}
#header #menuToggle {
  height: 100%;
  height: 57px;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
@media only screen and (max-width: 767px) {
  #header #menuToggle {
    padding: 8px 0 8px 10px;
  }
}
@media only screen and (min-width: 768px) {
  #header #menuToggle {
    width: 130px;
    padding: 16px 0 16px 30px;
  }
}
#header #menuToggle .menuLine {
  width: 40px;
  height: 5px;
  display: block;
  background: #222222;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#header #menuToggle .menuLine + .menuLine {
  margin-top: 5px;
}
#header #menuToggle .menuText {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 57px;
  color: #222222;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
@media only screen and (max-width: 767px) {
  #header #menuToggle .menuText {
    top: 14px;
    font-size: 14px;
  }
}
#header #menuToggle:hover .menuLine,
.mobileNavOpen #header #menuToggle .menuLine {
  background: #ee7f01;
}
#header #menuToggle:hover .menuText,
.mobileNavOpen #header #menuToggle .menuText {
  color: #ee7f01;
}
#header #shoppingBag #ShoppingCart {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  max-width: 55px;
  border-left: 1px solid #dedede;
  background: url("../images/responsive/icons.png") no-repeat center center;
  background-size: auto 100%;
}
#header #logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 50%;
  line-height: 45px;
  position: relative;
  top: 5px;
  background: none;
  width: 90px;
  height: 46px;
}
@media only screen and (max-width: 767px) {
  #header #logo {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #header #logo {
    width: 150px;
    height: 73px;
    top: 10px;
  }
}
#header #logo img {
  width: auto;
  vertical-align: middle;
}
#header #searchNav {
  position: absolute;
  top: 0;
  right: 110px;
  height: 100%;
  display: block;
  background: #fbf8f4;
}
#header #searchNav #searchBlock {
  overflow: hidden;
  position: relative;
  width: 200px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
@media only screen and (max-width: 767px) {
  #header #searchNav #searchBlock {
    display: none;
  }
}
#header #searchNav #searchBlock:before {
  position: absolute;
  content: '';
  left: 0;
  top: 14px;
  width: 27px;
  height: 27px;
  background: url("../images/svg/iconSearch.svg") no-repeat center center;
  background-size: 150%;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  #header #searchNav #searchBlock.active {
    width: 350px;
  }
}
#header #searchNav #searchBlock.active input[type="submit"] {
  display: block;
}
#header #searchNav input {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  min-height: 57px;
  padding: 0 40px;
  border: 0 none;
  outline: none;
}
#header #searchNav input[type="submit"] {
  display: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

  width: 35px;
  min-width: 35px;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/svg/arrowRight.svg") no-repeat center center;
  background-size: 75%;
}
#header .hasSub .brandCol,
#header .hasSub .suggestCol,
#header .hasSub .banner,
#header .hasSub .title {
  display: none;
}
/*end #header*/

.column {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .column {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .column {
    width: 49%;
    float: left;
    padding-bottom: 60px;
  }
  .column + .column {
    float: right;
  }
  .column.floatRight {
    float: right;
  }
  .column.floatLeft {
    float: left;
  }
}
.iframeContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
@media only screen and (max-width: 767px) {
  .iframeContainer {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .iframeContainer {
    margin-bottom: 60px;
  }
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#usp {
  border: 1px solid #dfdbda;
  margin: 15px 0;
}
#usp li {
  width: 100%;
  height: 30px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
  overflow: hidden;
}
#usp li:before {
  content: "";
  display: inline-block;
  background: url("../images/default/uspV.png") no-repeat left center;
  margin-right: 8px;
  width: 16px;
  height: 12px;
}
/*end #usp*/

#footerTop {
  width: 100%;
  text-align: center;
  background: #ee7f01;
}
@media only screen and (min-width: 768px) {
  #footerTop {
    height: 60px;
  }
}
#footerTop > .container > span {
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}
@media only screen and (min-width: 768px) {
  #footerTop > .container > span {
    display: inline-block;
    margin: 10px 20px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footerTop > .container > span {
    display: block;
    margin: 0;
    padding: 10px 0 0;
  }
}
#footer {
  position: relative;
}
#footer a {
  color: #8a8a8a;
}
#footer a:hover {
  color: #4d4d4d;
}
#footer #footerCols {
  padding: 20px 10px;
}
#footer #footerCols h3,
#footer #footerCols .kop3 {
  color: #222222;
  font-weight: 600;
}
#footer #footerCols > ul {
  margin-bottom: 15px;
}
#footer #footerCols ul {
  list-style: none;
}
#footer #footerCols ul li a {
  display: block;
  line-height: 30px;
  color: #222222;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#footer #footerCols ul li a:hover {
  color: #ee7f01;
  text-decoration: none;
}
#footer #footerCols img {
  margin-top: 8px;
}
/*end #footer*/

#bottomBlock {
  padding: 20px 0;
}
#bottomBlock #legal {
  text-align: center;
  line-height: 20px;
  margin: 0 0 15px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #bottomBlock #legal {
    padding: 0 10px;
  }
}
#bottomBlock #legal a {
  color: #8a8a8a;
  margin-left: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#bottomBlock #legal a:hover {
  color: #222222;
  text-decoration: underline;
}
#bottomBlock #legal .company {
  display: block;
}
#footerIcons {
  text-align: center;
  margin: 0 auto;
  width: 75%;
}
#footerIcons #paymentMethods,
#footerIcons #deliveryMethods {
  display: inline;
}
#backToTop {
  background: #00519e url("../images/svg/arrowTopWhite.svg") no-repeat center center;
  background-size: 50%;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  position: fixed;
  cursor: pointer;
  z-index: 2;
  display: none;
}
#backToTop:hover {
  background-color: #004485;
}
@media only screen and (max-width: 767px) {
  #content a.back {
    display: none;
  }
  .mobileSearchBttn {
    width: 40px;
    height: 40px;
    background: url('../images/svg/iconSearch.svg') no-repeat center center;
    position: absolute;
    right: 67px;
    top: 8px;
  }
  #footer .footerCol {
    text-align: center;
    margin-bottom: 15px;
  }
  #footer .footerCol .kop3 {
    position: relative;
  }
  #footer .footerCol .column {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  #footer .footerCol .column.open {
    max-height: 450px;
  }
}
@media only screen and (max-width: 1023px) {
  #sidecol {
    z-index: 100;
    /*91*/
    position: relative;
    padding: 0 10px;
  }
  #sidecol #localNav {
    background: white;
    border: 1px solid #dedede;
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
    position: relative;
  }
  #sidecol #localNav:before {
    content: "";
    float: right;
    width: 13px;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    height: 13px;
    margin: 12px 15px 12px 0;
    display: block;
    background: url(../images/default/arrowDown.png) no-repeat left center;
  }
  #sidecol #localNav h3,
  #sidecol #localNav .kop3 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 0 40px 0 10px;
    margin: 0;
    line-height: 38px;
    height: 38px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #sidecol #localNav ul li.active > a {
    color: #ee7f01;
    font-weight: 500;
  }
  #sidecol #localNav ul li a {
    color: #222222;
    line-height: 30px;
    display: block;
  }
  #sidecol #localNav.active {
    -webkit-box-shadow: 0 0 3px #cccccc;
    -moz-box-shadow: 0 0 3px #cccccc;
    box-shadow: 0 0 3px #cccccc;
  }
  #sidecol #localNav.active .ul-1 {
    display: block;
    -webkit-box-shadow: 0 2px 3px #cccccc;
    -moz-box-shadow: 0 2px 3px #cccccc;
    box-shadow: 0 2px 3px #cccccc;
  }
  #sidecol #localNav .ul-1 {
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 38px;
    background: white;
    border: 1px solid #dedede;
    padding: 15px;
  }
  #sidecol #localNav .ul-2 {
    margin-left: 10px;
  }
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width: 768px) {
  #overlayBlack {
    display: none;
  }
  #header #logo {
    padding-right: 0;
  }
  #cols {
    z-index: 90;
    position: relative;
    min-height: 400px;
  }
  .ConfigList {
    overflow: hidden;
  }
  #usp {
    overflow: auto;
  }
  #usp li {
    width: 33%;
    line-height: 35px;
    height: 35px;
    float: left;
  }
  #footer #footerCols {
    overflow: hidden;
  }
  #footer #footerCols .footerCol {
    float: left;
    margin-right: 1.171875%;
    margin-bottom: 1.171875%;
    width: 24.12109375%;
  }
  .lt-ie9 #footer #footerCols .footerCol {
    /*IE 8*/
    width: 23.828125%;
  }
  #footer #footerCols .footerCol:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.171875%;
  }
  #footer #footerCols .footerCol:nth-of-type(4n) {
    margin-right: 0;
  }
  /*end #footer*/
  
  #bottomBlock #legal .company {
    display: inline;
  }
}
.nowContent {
  padding-bottom: 30px;
  position: relative;
}
.nowContent .moreLessBttn {
  display: block;
  line-height: 40px;
  text-align: center;
  z-index: 9;
}
.nowContent .moreLessBttn.more:after {
  content: '';
  width: 100%;
  position: absolute;
  background: url('../images/bgShade.png') repeat-x left bottom;
  height: 80px;
  bottom: 57px;
  left: 0;
  right: 0;
  display: block;
  pointer-events: none;
}
.nowContent .moreLessBttn.less:after {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #amountWrapper {
    display: block;
  }
  #amountWrapper span {
    display: none;
  }
  #amountWrapper #ShoppingCartCount {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ee7f01;
    color: #fbf8f4;
    min-width: 16px;
    border-radius: 8px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    text-indent: 0;
    font-size: 10px;
  }
  #amountWrapper #ShoppingCartCount.empty {
    display: none;
  }
}
/* ==========================================================================
   Desktop styles
   ========================================================================== */

@media only screen and (min-width: 1024px) {
  #cols,
  #breadcrumbs > span,
  .container,
  #footer {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
  }
  #topNavWrapper {
    width: 100%;
  }
  #topNav {
    max-width: 1280px;
    margin: 0 auto;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
  }
  #topNav #utilNav,
  #topNav #memberNav {
    background: none;
    overflow: hidden;
    float: left;
  }
  #topNav #utilNav ul,
  #topNav #memberNav ul {
    border: none;
    display: block;
    overflow: hidden;
  }
  #topNav #utilNav ul li,
  #topNav #memberNav ul li {
    float: left;
    height: 40px;
    line-height: 40px;
  }
  #topNav #utilNav ul li.account,
  #topNav #memberNav ul li.account {
    padding: 0 5px;
  }
  #topNav #utilNav ul li a,
  #topNav #memberNav ul li a {
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    display: block;
    color: #222222;
  }
  #topNav #memberNav {
    float: right;
  }
  #cols {
    width: auto;
    float: none;
    clear: both;
    padding: 40px 20px;
  }
  #sidecol {
    display: block;
    float: left;
    width: 18.875%;
    margin-right: 3.125%;
  }
  #sidecol #localNav {
    padding: 20px;
    margin-bottom: 15px;
    background: #e9e8e7;
  }
  #sidecol #localNav ul li.active > a {
    color: #ee7f01;
    text-decoration: underline;
  }
  #sidecol #localNav ul li a {
    color: #222222;
    display: block;
  }
  #sidecol #localNav .ul-1 .li-1 > a {
    line-height: 20px;
    padding: 5px 0;
  }
  #sidecol #localNav .ul-2 {
    margin: 0 0 10px 15px;
  }
  #sidecol .h3 {
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  #sidecol ul {
    margin: 0;
    list-style: none;
  }
  #content {
    margin: 0;
    width: 78%;
    float: right;
    padding: 0 0 15px;
  }
  .full #cols #content {
    width: auto;
    margin: 0;
    padding: 15px 0;
  }
  .full #sidecol {
    display: none;
  }
  .full #content {
    float: none;
  }
  #footerWrapper {
    padding: 0 20px;
  }
  #footer {
    background-color: #fbf8f4;
    padding: 0;
  }
  #footer #footerCols {
    padding: 65px 0;
  }
  /*end #footer*/
  
  #bottomBlock {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
  }
  #bottomBlock #legal {
    float: left;
    line-height: 20px;
    margin: 0;
    width: 100%;
  }
  #bottomBlock #legal > div {
    float: left;
    margin: 0 2% 0 0;
  }
  #footerIcons {
    float: right;
    margin: 0;
    width: 50%;
  }
  #footerIcons #paymentMethods,
  #footerIcons #deliveryMethods {
    float: right;
    text-align: right;
  }
  #divide {
    position: fixed;
    right: 5px;
    bottom: 5px;
    color: #cccccc;
    font-size: 9px;
    font-family: arial;
  }
  #divide:hover {
    text-decoration: none;
    color: #666666;
  }
}
/* Onderstaande gekopieerd vanuit oude utils.less */

/*---{ page-navigation }---------------------------------------------------------*/

#pageNavBottom {
  position: relative;
}
#content .pageNav {
  margin: 0 0 15px;
  /*end ul*/

}
#content .pageNav > span {
  display: block;
}
#content .pageNav ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
#content .pageNav ul li {
  margin: 0 0 0 4px;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  *display: inline;
}
#content .pageNav ul li:first-child {
  margin-left: 0;
}
#content .pageNav ul li:hover,
#content .pageNav ul li.active {
  background-color: #ee7f01;
}
#content .pageNav ul li span,
#content .pageNav ul li a {
  border: 1px solid #dedede;
  line-height: 44px;
  min-width: 44px;
  height: 44px;
  color: #222222;
  text-align: center;
  display: block;
  overflow: hidden;
}
#content .pageNav ul li:hover a,
#content .pageNav ul li.active a {
  color: white;
}
#content .pageNav ul .prev,
#content .pageNav ul .next,
#content .pageNav ul .prevDisabled,
#content .pageNav ul .nextDisabled {
  cursor: pointer;
}
#content .pageNav ul .prev a,
#content .pageNav ul .next a,
#content .pageNav ul .prevDisabled a,
#content .pageNav ul .nextDisabled a {
  text-indent: -9999px;
}
#content .pageNav ul .prev a:before,
#content .pageNav ul .next a:before,
#content .pageNav ul .prevDisabled a:before,
#content .pageNav ul .nextDisabled a:before {
  text-indent: 0;
  content: "\25c0";
  color: #ee7f01;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#content .pageNav ul .prev a:hover:before,
#content .pageNav ul .next a:hover:before,
#content .pageNav ul .prevDisabled a:hover:before,
#content .pageNav ul .nextDisabled a:hover:before {
  color: white;
}
#content .pageNav ul .next a:before,
#content .pageNav ul .nextDisabled a:before {
  content: "\25b6";
}
#content .pageNav ul .prevDisabled,
#content .pageNav ul .nextDisabled {
  display: none;
}
/*end .pageNav*/

/*---{ payment icons }---------------------------------------------------------*/

#paymentMethods img,
#deliveryMethods img {
  width: auto;
  height: 20px;
  margin-left: 5px;
}
#paymentMethods img:last-child,
#deliveryMethods img:last-child {
  margin-left: 0;
}
/*---{ Cookie notice }---------------------------------------------------------*/

#cookieNotice {
  background: url("../images/default/transpBG80.png") repeat 0 0;
  width: 100%;
  z-index: 1005;
  position: fixed;
  bottom: 0;
}
#cookieNotice p {
  display: block;
  padding: 4% 4% 60px;
  margin: 0;
  color: white;
}
#cookieNotice .closeBtn {
  color: white;
  position: absolute;
  right: 4%;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  display: block;
  background: url("../images/default/btn_close.gif") no-repeat right 29px;
  padding: 15px 30px 20px 40px;
}
/*---{ Triangulair arrow icon }---------------------------------------------------------*/

.arrow:after,
.arrow:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
.arrow:after {
  border-width: 13px;
  top: 2px;
  left: 1px;
  border-bottom-color: #fbf8f4;
}
.arrow:before {
  border-width: 14px;
  border-bottom-color: #dddddd;
}
.visKalenderTabel {
  margin: 1em 0;
  min-width: 300px;
  font-size: 13px;
  font-weight: 300;
  color: #222222;
  overflow: hidden;
}
.visKalenderTabel tr {
  border-color: #222222;
}
.visKalenderTabel th,
.visKalenderTabel td {
  margin: 0;
  padding: 0;
}
.visKalenderTabel th.best,
.visKalenderTabel td.best {
  background: #a9d09a;
}
.visKalenderTabel th.good,
.visKalenderTabel td.good {
  background: #fdff75;
}
.visKalenderTabel th.possible,
.visKalenderTabel td.possible {
  background: #e59b47;
}
.visKalenderTabel th.bad,
.visKalenderTabel td.bad {
  background: #e26865;
}
@media only screen and (min-width: 768px) {
  .visKalenderTabel th,
  .visKalenderTabel td {
    padding: 2.5px;
  }
}
@media only screen and (min-width: 768px) {
  .visKalenderTabel tr + tr {
    border-top: 1px solid #3c3c3c;
  }
}
.visKalenderTabel th {
  display: none;
  background: #dedede;
  border-top: 0;
}
@media only screen and (min-width: 1024px) {
  .visKalenderTabel th {
    width: 7%;
  }
}
.visKalenderTabel th:first-child {
  min-width: 125px;
}
@media only screen and (min-width: 1024px) {
  .visKalenderTabel th:first-child {
    width: 16%;
  }
}
.visKalenderTabel th + th {
  border-left: 1px solid #555555;
}
.visKalenderTabel td {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visKalenderTabel td + td {
    border-left: 1px solid #555555;
  }
}
@media only screen and (max-width: 767px) {
  .visKalenderTabel td + td {
    border-top: 1px solid #555555;
  }
}
.visKalenderTabel td:first-child {
  text-align: left;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .visKalenderTabel td:first-child {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 5px;
  }
  .visKalenderTabel td:first-child:before {
    width: 100%;
  }
}
.visKalenderTabel td:last-child {
  padding-bottom: .5em;
}
.visKalenderTabel td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .visKalenderTabel td:before {
    display: none;
  }
}
.visKalenderTabel th,
.visKalenderTabel td {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .visKalenderTabel th,
  .visKalenderTabel td {
    display: table-cell;
    padding: .25em .5em;
  }
  .visKalenderTabel th:first-child,
  .visKalenderTabel td:first-child {
    padding-left: 0;
  }
  .visKalenderTabel th:last-child,
  .visKalenderTabel td:last-child {
    padding-right: 0;
  }
}
ul.visKalenderLegenda {
  list-style: none;
  margin: 0 0 20px;
  font-weight: 400;
  overflow: hidden;
  font-size: 13px;
}
ul.visKalenderLegenda li {
  float: left;
  padding: 2.5px 15px;
}
ul.visKalenderLegenda li.good {
  background: #fdff75;
}
ul.visKalenderLegenda li.best {
  background: #a9d09a;
}
ul.visKalenderLegenda li.possible {
  background: #e59b47;
}
ul.visKalenderLegenda li.bad {
  background: #e26865;
}
/*---{ maps styles }---------------------------------------------------------*/

#responsiveMaster .gm-style .gm-style-iw,
#responsiveMaster .gm-style .gm-style-iw a,
#responsiveMaster .gm-style .gm-style-iw span,
#responsiveMaster .gm-style .gm-style-iw label,
#responsiveMaster .gm-style .gm-style-iw > div:first-child {
  font-weight: 300;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  max-width: 250px;
  display: block !important;
}
#responsiveMaster .gm-style .gm-style-iw {
  padding-top: 10px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorMap .gm-style .content .top {
    display: block !important;
  }
}
#responsiveMaster .gm-style .gm-style-iw span.teaser,
#responsiveMaster .gm-style .gm-style-iw .title,
#responsiveMaster .gm-style .gm-style-iw span.contact {
  margin-bottom: 10px;
  display: block;
}
#responsiveMaster .gm-style .gm-style-iw span.teaser {
  margin-top: 10px;
}
#responsiveMaster .gm-style .gm-style-iw span {
  display: block;
}
#responsiveMaster .gm-style .gm-style-iw .title {
  font-weight: 500;
  font-size: 18px;
}
#responsiveMaster .gm-style .gm-style-iw .btn {
  display: block;
  margin: 10px 0 0;
}
/*---{ newsletter signup }---------------------------------------------------------*/

#newsletterSignup {
  overflow: hidden;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#newsletterSignup input {
  border: 0 none;
  background: none;
  float: left;
  padding: 0 45px 0 15px;
  box-sizing: border-box;
  width: 270px;
  font-weight: 300;
  line-height: 40px;
  height: 40px;
  font-style: italic;
  min-height: 40px;
  background: white;
  outline: none;
}
#newsletterSignup input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 0;
  width: 15%;
  padding: 0;
  background: url("../images/svg/arrowRight.svg") no-repeat center center;
  background-size: 65%;
  min-width: 0;
}
#sitemapMenu .li-1 {
  font-weight: 400;
}
#sitemapMenu .li-1 a {
  color: #222222;
}
#sitemapMenu .li-1 .ul-2 {
  margin-left: 20px;
  margin-bottom: 10px;
}
#sitemapMenu .li-1 .ul-2 .li-2 {
  font-weight: 300;
}
.socialMediaBlock {
  display: inline-block;
  height: 40px;
  padding: 10px 0;
  vertical-align: top;
  text-indent: -999999em;
  list-style: none;
}
.socialMediaBlock li {
  float: left;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.socialMediaBlock li.facebookIcon a:before {
  background: url("../images/svg/facebookIcon.svg") no-repeat center center;
  background-size: 100%;
  width: 10px;
  margin-left: -5px;
}
.socialMediaBlock li.youtubeIcon a:before {
  background: url("../images/svg/youtubeIcon.svg") no-repeat center center;
  background-size: 100%;
  width: 18px;
  margin-left: -12px;
}
.socialMediaBlock li a {
  display: block;
  position: relative;
  height: 100%;
}
.socialMediaBlock li a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  margin-top: -10px;
}
@media only screen and (min-width: 768px) {
  /*---{ Cookie notice }---------------------------------------------------------*/
  
  #cookieNotice p {
    padding: 2% 15% 2% 3%;
  }
  #cookieNotice .closeBtn {
    padding: 0 30px 0 0;
    top: 15px;
    right: 2%;
    bottom: auto;
    background-position: right center;
  }
}
@media only screen and (min-width: 1024px) {
  /*---{ Cookie notice }---------------------------------------------------------*/
  
  #cookieNotice p {
    padding: 1% 15% 1% 5%;
  }
  #cookieNotice .closeBtn {
    top: 5px;
  }
  #content .pageNav ul li span,
  #content .pageNav ul li a {
    line-height: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.gm-control-active > img {
  left: 20% !important;
}
.newsImage {
  float: left;
  width: 100%;
}
.newsImage .picture {
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .newsImage img {
    width: 100%;
    height: auto;
  }
}
body.LANG_nl-NL .newsletterFooter,
body.LANG_en-GB .newsletterFooter,
body.LANG_nl-NL #newsletterSignup,
body.LANG_en-GB #newsletterSignup {
  display: none !important;
}
