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

/*--- standard variables ---*/
/*--- Switch Themes ---*/
/*.importTheme(@season) when (@season = 'lente') {
    @import "../themes/lente/css/variables_theme.less";
}*/

/*.importTheme(@season) when (@season = 'zomer') {
    @import "../themes/zomer/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'herst') {
    @import "../themes/herfst/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'winter') {
    @import "../themes/winter/css/variables_theme.less";
}*/

/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
/*
@import this file directly into your existing Less files to use these mixins
*/
/* Set everything to box-sizing model: Border-box */

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-carousel .owl-item img.desktopbanner,
ul.slider li a img.desktopbanner {
  display: none;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  .owl-carousel .owl-item img.desktopbanner,
  ul.slider li a img.desktopbanner {
    display: initial;
  }
}
.owl-carousel .owl-item img.mobilebanner,
ul.slider li a img.mobilebanner {
  display: initial;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  .owl-carousel .owl-item img.mobilebanner,
  ul.slider li a img.mobilebanner {
    display: none;
  }
}
.newsLetter #pageContainer #newsletterPage .newsletterWrapper .row {
  margin: 0 0 15px 0;
}
.g-recaptcha-badge {
  display: none;
}
@media only screen and (max-width: 1279px) {
  html,
  body {
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }
  html {
    overflow: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .inspirationContainer {
    width: 75% !important;
  }
}
/*+++ Default styles and classes +++*/

table.striped tr:nth-child(odd) {
  background: #f7f7f7;
}
table.striped tr:nth-child(even) {
  background: white;
}
hr {
  border: 0 none;
  border-bottom: 1px solid #dedede;
  height: 1px;
  margin: 20px 0;
}
dl {
  line-height: 24px;
}
.floatLeft.mobile {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .floatLeft.tablet {
    float: left;
  }
}
@media only screen and (max-width: 1023px) {
  .floatLeft {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .floatLeft {
    float: left;
  }
}
.floatRight.mobile {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .floatRight.tablet {
    float: right;
  }
}
@media only screen and (max-width: 1023px) {
  .floatRight {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .floatRight {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .mobileHalfWidth {
    width: 48%;
  }
  .mobileHalfWidth + .mobileHalfWidth {
    margin-left: 4%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mobileOneThirdWidth {
    width: 32%;
    width: calc((100% - 32px) / 3);
  }
  .mobileOneThirdWidth + .mobileThreeThirdWidth {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .mobileThreeThirdWidth {
    width: 64%;
    width: calc(((100% - 32px) / 3) * 2 + 20px);
  }
}
@media only screen and (min-width: 768px) {
  .halfWidth {
    width: 48%;
  }
}
@media only screen and (max-width: 1023px) {
  .halfWidth.halfWidth--tabletLand {
    width: auto;
  }
}
@media only screen and (max-width: 1279px) {
  .halfWidth.halfWidth--desktop {
    width: auto;
  }
}
@media only screen and (max-width: 1279px) {
  .fullWidth--upToDesktop {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  #pageContainer .thirdWidth,
  #pageContainer .oneThirdWidth {
    width: 32%;
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (min-width: 768px) {
  #pageContainer .threeThirdWidth {
    width: 66%;
    width: calc(((100% - 40px) / 3) * 2 + 20px);
  }
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.displayBlock {
  display: block;
}
.underline {
  text-decoration: underline;
}
.marginTop {
  margin-top: 15px;
}
img.portrait,
img.landscape {
  max-width: 100%;
  max-height: 100%;
}
.bordered {
  padding: 25px 10px;
  border: 1px solid #dedede;
}
img.fullWidth {
  width: 100%;
  height: auto;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
}
.clearAfter:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  .horizontal-scroll {
    overflow-x: auto;
    max-width: 100%;
  }
  .horizontal-scroll td,
  .horizontal-scroll th {
    min-width: 120px;
  }
}
.hidden,
#content .hidden {
  display: none;
}
body.contentPage #content img,
body.detailPage #content img {
  max-width: 100%;
  height: auto;
}
/*.contentPage {
    @media @tabletLand {
        #cols {
            width: 100%;
            max-width: @wrapperWidth;
            margin: 0 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;
}
.verticalAlign img {
  max-width: 93%;
  display: inline-block;
  vertical-align: middle;
}
.verticalAlign:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: -1px;
  height: 100%;
}
.scrollTopBttn {
  width: 50px;
  height: 50px;
  display: none;
  background: #b6b9c2;
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 300;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 9px #848484;
  -moz-box-shadow: 0px 2px 9px #848484;
  box-shadow: 0px 2px 9px #848484;
}
.scrollTopBttn:before {
  content: '';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  content: '\f054';
  position: absolute;
  width: 100%;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
  color: white;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#detailNav .bttn {
  margin-top: 0;
}
.paddingTop15 {
  padding-top: 15px;
}
#mobileSearchBlock #searchNav .searchDropdown {
  display: block;
  position: relative;
}
.ctaBannerBlock .banner h2 {
  font-size: 30px;
  line-height: 35px;
}
.textBlock {
  max-width: 760px;
  text-align: center;
  margin: 45px auto;
}
.textBlock.noMarginTop {
  margin-top: 0;
}
.textBlock h2 {
  font-size: 30px;
  line-height: 36px;
}
.textBlock .bttn {
  margin-top: 15px;
}
.textBlock.textBlockHighlighted,
.textBlock.textBlock--highlight {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  /*background: #FAFAFA;
        /*top: -40px;*/
  padding: 30px 15px;
  z-index: 120;
}
@media only screen and (max-width: 767px) {
  
}
@media only screen and (min-width: 768px) {
  .textBlock.textBlockHighlighted,
  .textBlock.textBlock--highlight {
    padding: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .textBlock.textBlockHighlighted,
  .textBlock.textBlock--highlight {
    max-width: 400px;
    /*position: absolute;
              top: auto;
              right: auto;
              bottom: -75px;
              left: 0;*/
  
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .textBlock.textBlockHighlighted,
  .textBlock.textBlock--highlight {
    left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #pageContainer ul.socialMediaBlock {
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
    width: max-content;
    margin: 0px auto;
  }
}
#pageContainer ul.socialMediaBlock li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #e0e1e5;
}
@media only screen and (min-width: 1024px) {
  #pageContainer ul.socialMediaBlock li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#pageContainer ul.socialMediaBlock li + li {
  margin-left: 5px;
}
@media only screen and (min-width: 1024px) {
  #pageContainer ul.socialMediaBlock li + li {
    margin-left: 10px;
  }
}
#pageContainer ul.socialMediaBlock li > a {
  background: #1b1b1b;
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  -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;*/

  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#pageContainer ul.socialMediaBlock li > a:hover {
  background-color: #454545;
}
#pageContainer #newsletterPage .newsletterWrapper input[type="submit"] {
  float: none;
  clear: both;
  display: block;
}
#pageContainer #footer .newsletterContainer .newsletterWrapper {
  border-bottom: 1px solid #bbb6bd;
  margin-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #pageContainer #footer .newsletterContainer .newsletterWrapper {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#pageContainer #footer .newsletterContainer .newsletterWrapper .row {
  float: left;
  width: 60%;
  margin: 0;
  min-height: 40px;
  background: none;
}
body:not(.newsLetter) #pageContainer #footer .newsletterContainer .newsletterWrapper .row > label {
  display: none;
}
#pageContainer #footer .newsletterContainer .newsletterWrapper .row.required:before {
  display: none;
}
#pageContainer #footer .newsletterContainer .newsletterWrapper input[type="email"] {
  background: none;
  padding: 9.5px 15px 9.5px 0;
  outline: none;
  border: none;
  font-size: 15px !important;
}
#pageContainer #footer .newsletterContainer .newsletterWrapper input[type="email"]::-webkit-input-placeholder {
  color: initial;
}
#pageContainer #footer .newsletterContainer .newsletterWrapper input[type="email"]::-moz-placeholder {
  color: initial;
}
#pageContainer #footer .newsletterContainer .newsletterWrapper input[type="email"]:-moz-placeholder {
  color: initial;
}
#pageContainer #footer .newsletterContainer .newsletterWrapper input[type="email"]:-ms-input-placeholder {
  color: initial;
}
#pageContainer #footer .newsletterContainer .newsletterWrapper input[type="submit"] {
  float: right;
  background-color: #bbb6bd;
  width: 40%;
  text-transform: uppercase;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  #pageContainer #footer .newsletterContainer .newsletterWrapper input[type="submit"] {
    height: 40px;
    line-height: 40px;
  }
}
#pageContainer #footer .newsletterContainer .newsletterWrapper input[type="submit"]:hover {
  background-color: #a29ba5;
}
#pageContainer .uspBlock {
  padding: 15px;
}
#pageContainer .uspBlock.borderTop:before {
  content: "";
  border-top: 1px solid #dedede;
  padding: 10px 0;
  height: 1px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  #pageContainer .uspBlock {
    width: 114%;
    position: relative;
    left: -7%;
  }
  #pageContainer .uspBlock .subContainer {
    padding: 0% 20px 0% 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #pageContainer .uspBlock {
    min-width: 380px;
  }
}
#pageContainer .uspBlock.alt {
  background: #eeeef1;
}
#pageContainer .uspBlock li {
  position: relative;
  line-height: 24px;
}
#pageContainer .uspBlock li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
#pageContainer .uspBlock li + li {
  margin-top: 7px;
}
#pageContainer .uspBlock li:before {
  float: left;
  max-width: 10%;
  text-align: center;
  background: #5e5e5e;
  color: white;
  margin: 7px 15px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
#pageContainer .uspBlock li span {
  float: left;
  width: 85%;
}
.itemList {
  margin-top: 50px;
}
.itemList > li {
  display: flex;
  flex-direction: column;
}
.itemList > li a.bttn:not(.noMarginAuto) {
  margin-top: auto;
}
.itemList > li h2,
.itemList > li h3,
.itemList > li h4 {
  margin-top: 10px;
}
.itemList.noMarginTop {
  margin-top: 0;
}
.itemList img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .itemList:not(.mobileFlex) li + li,
  .itemList:not(.mobileFlex) > * + * {
    margin-top: 30px;
  }
  .itemList:not(.no-flex).mobileFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
  .itemList:not(.no-flex).mobileFlex li + li,
  .itemList:not(.no-flex).mobileFlex > * + * {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .itemList.no-flex.mobileTwo {
    overflow: hidden;
    overflow: visible;
  }
  .itemList.no-flex.mobileTwo > li {
    float: left;
    margin-right: 2.34375%;
    margin-bottom: 2.34375%;
    width: 48.828125%;
  }
  .lt-ie9 .itemList.no-flex.mobileTwo > li {
    /*IE 8*/
    width: 47.65625%;
  }
  .itemList.no-flex.mobileTwo > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 2.34375%;
  }
  .itemList.no-flex.mobileTwo > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .itemList.no-flex.mobileTwo > li {
    margin-bottom: 10px !important;
  }
  .itemList.no-flex.full li {
    width: 100%;
  }
  .itemList.mobileTwo li,
  .itemList.mobileTwo > * {
    flex: 0 auto;
    width: 47%;
  }
}
@media only screen and (min-width: 768px) {
  .itemList:not(.no-flex) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .itemList.two li,
  .itemList.two > * {
    flex: 0 auto;
    width: 47%;
  }
  .itemList.four li {
    flex: 0 auto;
    width: 23%;
  }
  .itemList.four li + li:nth-child(4n+5),
  .itemList.four li > * + * {
    margin-left: 0;
  }
  .itemList li,
  .itemList > * {
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    margin-bottom: 2%;
  }
  .itemList li + li,
  .itemList > * + * {
    margin-left: 15px;
  }
  .itemList.two > li:nth-child(odd),
  .itemList.two > *:nth-child(odd) {
    margin-left: 0;
  }
  html.no-flexbox .itemList.two,
  .itemList.no-flex.two {
    overflow: hidden;
  }
  html.no-flexbox .itemList.two > li,
  .itemList.no-flex.two > li {
    float: left;
    margin-right: 1.171875%;
    margin-bottom: 1.171875%;
    width: 49.4140625%;
  }
  .lt-ie9 html.no-flexbox .itemList.two > li,
  .lt-ie9 .itemList.no-flex.two > li {
    /*IE 8*/
    width: 48.828125%;
  }
  html.no-flexbox .itemList.two > li:nth-of-type(n),
  .itemList.no-flex.two > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.171875%;
  }
  html.no-flexbox .itemList.two > li:nth-of-type(2n),
  .itemList.no-flex.two > li:nth-of-type(2n) {
    margin-right: 0;
  }
  html.no-flexbox .itemList.four,
  .itemList.no-flex.four {
    overflow: hidden;
    overflow: visible;
  }
  html.no-flexbox .itemList.four > li,
  .itemList.no-flex.four > li {
    float: left;
    margin-right: 1.171875%;
    margin-bottom: 1.171875%;
    width: 24.12109375%;
  }
  .lt-ie9 html.no-flexbox .itemList.four > li,
  .lt-ie9 .itemList.no-flex.four > li {
    /*IE 8*/
    width: 23.828125%;
  }
  html.no-flexbox .itemList.four > li:nth-of-type(n),
  .itemList.no-flex.four > li:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.171875%;
  }
  html.no-flexbox .itemList.four > li:nth-of-type(4n),
  .itemList.no-flex.four > li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .itemList.tabletTwo li,
  .itemList.tabletTwo > * {
    flex: 0 auto;
    width: 46%;
  }
}
#pageContainer .slide-out-list li {
  margin-bottom: 0;
  padding-bottom: 20px;
  cursor: pointer;
  margin-left: 0;
}
#pageContainer .slide-out-list li.active {
  border-bottom: 2px solid #c1b39a;
}
#pageContainer .slide-out-list li span {
  display: block;
  height: 40px;
  line-height: 20px;
}
[data-slideout-name] {
  clear: both;
  display: none;
  margin: 0;
  padding: 0;
  border: 0 none;
}
[data-slideout-role="container"] [data-slideout-name] {
  display: block;
  width: 100%;
}
[data-slideout-name] .innerBlock {
  display: none;
  position: relative;
  background: #fbfbfb;
  padding: 50px 0;
}
[data-slideout-name] .innerBlock:before,
[data-slideout-name] .innerBlock:after {
  content: "";
  position: absolute;
  /* fill vertically */
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
  background: #fbfbfb;
}
[data-slideout-name] .innerBlock:after {
  width: 960px;
  left: 100%;
  background: #fbfbfb;
}
[data-slideout-name] .innerBlock > div {
  padding: 0 10px;
}
[data-slideout-name] .innerBlock.open {
  display: block;
  flex-basis: 100%;
}
.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: white;
}
.address {
  border: 1px solid #dedede;
  padding: 10px 10px 10px 40px;
  margin: 0;
  position: relative;
  display: block;
  color: #454545;
  overflow: hidden;
}
.address + .address {
  margin-top: 15px;
}
.address .selectAddress {
  display: none;
}
.address .title,
.address .businessHours caption {
  font-weight: bold;
}
.address:hover {
  text-decoration: none;
  color: #454545;
  border: 1px solid #c4c4c4;
}
.address img {
  height: 51px;
  float: right;
  margin-right: 10px;
}
.address:before,
.address.active:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.address:before {
  width: 14px;
  height: 14px;
  border: 1px solid #dedede;
}
.address:not(.active):hover:before {
  border-color: #c1b39a;
}
.address.active:after {
  width: 8px;
  height: 8px;
  background: #c1b39a;
  left: 14px;
}
.address:before {
  top: 15px;
  bottom: auto;
}
.address.active:after {
  top: 19px;
  bottom: auto;
}
.address.active,
.address.checkedAddress {
  border: 1px solid #c4c4c4;
  background-color: #fbfbfb;
}
.address.active .businessHours,
.address.checkedAddress .businessHours {
  display: block;
}
.address .businessHours {
  margin-top: 15px;
  display: none;
}
.address .businessHours caption {
  text-align: left;
}
#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: normal;
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
  position: relative;
  z-index: 1;
}
#breadcrumbs a {
  color: #454545;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
.invoice.transaction {
  padding: 30px;
}
.invoice.transaction span.info {
  display: inline-block;
  min-width: 120px;
}
.invoice.transaction .products thead tr th {
  width: auto;
  border-bottom: 1px solid #dedede;
}
.invoice.transaction .products tbody tr td {
  padding: 5px 0;
}
.invoice.transaction .products tfoot {
  border-top: 1px solid #dedede;
}
.invoice.transaction .products tfoot tr td {
  padding: 10px 0;
  text-align: left;
}
.invoice.transaction .products tfoot tr td.totalPrice {
  font-weight: bold;
}
#detailNav .bttn.link {
  color: #aaaaaa;
  text-transform: initial;
}
@media only screen and (min-width: 1024px) {
  #detailNav {
    float: right;
    margin: 15px 0;
    font-size: 16px;
  }
  #detailNav > a:hover {
    text-decoration: underline;
  }
}
/* 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;
  line-height: 20px;
}
table tr td + td {
  padding-left: 5px;
}
table.high tr th {
  padding: 5px 5px 5px 0;
  line-height: 22px;
}
table.high tr td {
  padding: 5px 0 5px 5px;
  line-height: 22px;
}
/* Documentlists */

.documentList .documentListItem {
  line-height: 24px;
}
.documentList .documentListItem.docx a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../images/modules/documentIcons/document-icons.sprite.png') -10px -140px no-repeat;
}
html.svg .documentList .documentListItem.docx a:before {
  background: url('../images/modules/documentIcons/word.svg') no-repeat center center;
  background-size: 16px 16px;
}
.documentList .documentListItem.pdf a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../images/modules/documentIcons/document-icons.sprite.png') -10px -62px no-repeat;
}
html.svg .documentList .documentListItem.pdf a:before {
  background: url('../images/modules/documentIcons/pdf.svg') no-repeat center center;
}
.documentList .documentListItem.xlsx a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../images/modules/documentIcons/document-icons.sprite.png') -10px -10px no-repeat;
}
html.svg .documentList .documentListItem.xlsx a:before {
  background: url('../images/modules/documentIcons/excel.svg') no-repeat center center;
}
.documentList .documentListItem.gif a:before,
.documentList .documentListItem.jpg a:before,
.documentList .documentListItem.png a:before,
.documentList .documentListItem.jpeg a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../images/modules/documentIcons/document-icons.sprite.png') -10px -36px no-repeat;
}
html.svg .documentList .documentListItem.gif a:before,
html.svg .documentList .documentListItem.jpg a:before,
html.svg .documentList .documentListItem.png a:before,
html.svg .documentList .documentListItem.jpeg a:before {
  background: url('../images/modules/documentIcons/image.svg') no-repeat center center;
}
.documentList .documentListItem.pptx a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('../images/modules/documentIcons/document-icons.sprite.png') -10px -88px no-repeat;
}
html.svg .documentList .documentListItem.pptx a:before {
  background: url('../images/modules/documentIcons/powerpoint.svg') no-repeat center center;
}
.documentList .documentListItem > a {
  padding-left: 35px;
  position: relative;
}
.documentList .documentListItem > a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 2px;
  width: 16px !important;
  height: 15px !important;
}
.documentList .documentListItem:nth-child(odd) {
  background: #ebebeb;
}
.documentList .documentListItem .documentListFileSize {
  float: right;
  padding-right: 10px;
}
/* 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;
}
.noMarginTop {
  margin-top: 0 !important;
}
.noPadding,
.full .noPadding {
  padding: 0;
}
.noBorder,
.full .noBorder {
  border: 0 none;
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width: 768px) {
  /* normal panel styling */
  
  .panel {
    width: 50%;
    padding: 0 2% 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%;
  }
}
::selection {
  background: #c1b39a;
  /* Safari */
  color: white;
}
::-moz-selection {
  background: #c1b39a;
  /* Firefox */
  color: white;
}
/* ==========================================================================
   Default / Mobile styles
   ========================================================================== */

html,
body,
body > form {
  background-color: white;
  position: relative;
  min-height: 100%;
}
/* Standaard kolommen */

#cols {
  min-height: 200px;
  z-index: 130;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #cols #content,
  #cols #sidecol {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.account #cols #content {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #cols #sidecol,
  #cols #content {
    padding-bottom: 45px;
  }
}
.homepage #cols #sidecol,
.homepage #cols #content,
.afdelingen #cols #sidecol,
.afdelingen #cols #content,
.MeerRoetgerink #cols #sidecol,
.MeerRoetgerink #cols #content {
  padding-bottom: 0;
}
.flexColumn {
  display: flex;
  flex-direction: column;
}
.flexColumn .flexFooter {
  margin-top: auto;
}
#content {
  position: relative;
  z-index: 90;
}
@media only screen and (min-width: 768px) {
  #content {
    overflow: hidden;
  }
}
.full #cols #sidecol {
  display: none;
}
.full #cols #content {
  float: none;
  border: 0 none;
  clear: both;
}
#sidecol {
  clear: both;
}
#usp {
  margin: 0;
  float: left;
}
#usp li {
  width: 100%;
  height: 40px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 40px;
  overflow: hidden;
}
#usp li:before {
  color: #dedede;
  margin-right: 5px;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
/*end #usp*/

@media only screen and (max-width: 767px) {
  #content a.back {
    display: none;
  }
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width: 768px) {
  #overlayBlack {
    display: none;
  }
  #cols {
    z-index: 90;
    position: relative;
  }
  .ConfigList {
    overflow: hidden;
  }
  #usp {
    overflow: auto;
  }
  #usp li {
    width: auto;
    line-height: 40px;
    height: 40px;
    float: left;
  }
  #usp li + li {
    margin-left: 15px;
  }
}
/* ==========================================================================
   Desktop styles
   ========================================================================== */

@media only screen and (min-width: 1024px) {
  #usp {
    font-size: 14px;
  }
  #cols {
    width: auto;
    float: none;
    clear: both;
  }
  #sidecol {
    display: block;
    float: left;
    width: 23.828125%;
    margin-right: 1.171875%;
  }
  #sidecol #localNav,
  #sidecol #archiveNav {
    padding: 5% 5% 5% 0;
    margin-bottom: 15px;
  }
  #sidecol #localNav ul li.active > a,
  #sidecol #archiveNav ul li.active > a {
    color: #c1b39a;
  }
  #sidecol #localNav ul li a,
  #sidecol #archiveNav ul li a {
    color: #454545;
    display: block;
  }
  #sidecol #localNav .ul-1 .li-1 > a,
  #sidecol #archiveNav .ul-1 .li-1 > a {
    line-height: 20px;
    padding: 5px 1%;
  }
  #sidecol #localNav .ul-2,
  #sidecol #archiveNav .ul-2 {
    margin: 0 0 10px 15px;
  }
  #sidecol .h3 {
    padding: 0 0 3%;
    margin: 0 0 3%;
  }
  #sidecol ul {
    margin: 0;
    list-style: none;
  }
  #sidecol ul ul {
    margin-left: 15px;
  }
  #content {
    margin: 0;
    width: 75%;
    float: right;
  }
  .full #cols #content {
    width: auto;
    margin: 0;
  }
  .full #sidecol {
    display: none;
  }
  .full #content {
    float: none;
  }
}
@media only screen and (min-width: 1280px) {
  #sidecol {
    width: 18.828125%;
  }
  #content {
    width: 80%;
  }
}
/*---{ Triangulair arrow icon }---------------------------------------------------------*/

.arrow:after,
.arrow:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
}
.arrow:after {
  border-width: 13px;
  top: 2px;
  left: 1px;
  border-bottom-color: white;
}
.arrow:before {
  border-width: 14px;
  border-bottom-color: #dddddd;
}
/*---{ 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 {
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
/*---{ Services overview }---------------------------------------------------------*/

.service-contact-details h4 {
  margin-bottom: 0;
  line-height: 20px;
}
.service-contact-details p {
  margin-top: 0;
  line-height: 22px;
}
