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

/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 3 - Ot en sien
   ##################################################################################################### */
/*--- 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 -----*/
/*----- 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;
}
@media only screen and (max-width: 1023px) {
  html,
  body {
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }
  html {
    overflow: auto;
  }
}
.printBtn {
  color: #262626;
  text-decoration: none;
}
.printBtn:hover {
  text-decoration: underline;
}
.percentualOldPrice {
  display: none;
  position: relative;
  color: #656565;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: inherit;
  font-size: 12px;
  line-height: 14px;
  margin-top: -5px;
  margin-bottom: 9px;
}
/*+++ Default styles and classes +++*/

.searchContainer {
  position: relative;
}
.searchContainer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?> <svg enable-background='new 0 0 451 451' version='1.1' viewBox='0 0 451 451' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'> <path d='m447.05 428l-109.6-109.6c29.4-33.8 47.2-77.9 47.2-126.1 0-106.1-86.3-192.3-192.3-192.3-106.1 0-192.3 86.3-192.3 192.3s86.3 192.3 192.3 192.3c48.2 0 92.3-17.8 126.1-47.2l109.6 109.6c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4c5.2-5.2 5.2-13.8 0-19zm-420.1-235.7c0-91.2 74.2-165.3 165.3-165.3 91.2 0 165.3 74.2 165.3 165.3s-74.1 165.4-165.3 165.4c-91.1 0-165.3-74.2-165.3-165.4z' fill='%23262626'/> </svg>");
  background-size: 100% 100%;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
@media only screen and (min-width: 768px) {
  
}
.searchContainer input[type="search"] {
  padding-left: 35px;
}
.searchContainer.focused:before {
  color: #262626;
}
hr {
  border: 0 none;
  border-bottom: 1px solid #ebebeb;
  height: 1px;
  margin: 20px 0;
}
dl {
  line-height: 24px;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 1023px) {
  .container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#pageContainer {
  padding-top: 80px;
}
@media only screen and (min-width: 1024px) {
  #pageContainer {
    padding-top: 15px;
  }
}
.seoContentWrapper {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
  background-color: #f8f8f8;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .seoContentWrapper {
    padding: 80px 0;
  }
}
.seoContentWrapper * {
  margin-top: 0;
  margin-bottom: 15px;
}
.seoContentWrapper *:last-child {
  margin-bottom: 0;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.uppercase {
  text-transform: uppercase;
}
img.portrait,
img.landscape {
  max-width: 100%;
  max-height: 100%;
}
img:not(.banner__image).portrait,
img:not(.banner__image).landscape {
  width: auto;
  height: auto;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
}
.clearAfter:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.emptyText {
  padding: 20px;
  text-align: center;
  font-style: italic;
}
@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 !important;
}
body.contentPage #content img,
body.detailPage #content 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;
}
.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%;
}
.loadingIcon {
  background: transparent url(https://otensien-development.staging-03.divide.nl//images/default/loader.gif) no-repeat center center;
}
.errorTxt {
  color: #e6575a;
  padding: 5px 5px 5px 25px;
  background: #ffdedd url(https://otensien-development.staging-03.divide.nl//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 #ebebeb;
  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 #d2d2d2;
}
.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 #ebebeb;
}
.address:not(.active):hover:before {
  border-color: #262626;
}
.address.active:after {
  width: 8px;
  height: 8px;
  background: #262626;
  left: 14px;
}
.address.active,
.address.checkedAddress {
  border: 1px solid #d2d2d2;
  background-color: #f8f8f8;
}
.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: 15px;
  line-height: 28px;
  margin: 2px 0 0;
}
@media only screen and (min-width: 1024px) {
  #breadcrumbs {
    margin: 15px 0;
  }
}
#breadcrumbs a {
  color: #454545;
}
#breadcrumbs a:hover {
  color: black;
}
#detailNav {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #detailNav {
    width: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  #detailNav {
    float: right;
    margin: 15px 0;
    font-size: 15px;
  }
}
#detailNav a {
  width: inherit;
  text-align: right;
}
#detailNav a:hover {
  text-decoration: underline;
}
/* Table en panel stijling */

table {
  width: 100%;
  border-collapse: collapse;
}
table thead th {
  font-weight: 700;
}
table.borders tr {
  border-top: 1px solid #ebebeb;
}
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,
table.high tr td {
  padding: 5px;
  line-height: 30px;
}
table.striped thead tr {
  background: #f7f7f7;
}
table.striped tbody tr:nth-child(odd) {
  background: white;
}
table.striped tbody tr:nth-child(even) {
  background: #f7f7f7;
}
/* Documentlists */

.documentList .documentListItem {
  line-height: 24px;
}
.documentList .documentListItem.docx a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(https://otensien-development.staging-03.divide.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -140px no-repeat;
}
html.svg .documentList .documentListItem.docx a:before {
  background: url(https://otensien-development.staging-03.divide.nl//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(https://otensien-development.staging-03.divide.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -62px no-repeat;
}
html.svg .documentList .documentListItem.pdf a:before {
  background: url(https://otensien-development.staging-03.divide.nl//images/modules/documentIcons/pdf.svg) no-repeat center center;
}
.documentList .documentListItem.xlsx a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(https://otensien-development.staging-03.divide.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -10px no-repeat;
}
html.svg .documentList .documentListItem.xlsx a:before {
  background: url(https://otensien-development.staging-03.divide.nl//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(https://otensien-development.staging-03.divide.nl//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(https://otensien-development.staging-03.divide.nl//images/modules/documentIcons/image.svg) no-repeat center center;
}
.documentList .documentListItem.pptx a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(https://otensien-development.staging-03.divide.nl//images/modules/documentIcons/document-icons.sprite.png) -10px -88px no-repeat;
}
html.svg .documentList .documentListItem.pptx a:before {
  background: url(https://otensien-development.staging-03.divide.nl//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: #f8f8f8;
}
.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 #ebebeb;
}
.panel table {
  width: 100%;
}
.panel.noBorder {
  border: 0 none;
}
.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;
}
.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 #ebebeb;
  }
  .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 #ebebeb;
    border-right: 0 none;
    margin: 0 0 0 -1px;
    padding: 0 0 0 1.9%;
  }
}
::selection {
  background: #262626;
  /* Safari */
  color: white;
}
::-moz-selection {
  background: #262626;
  /* 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: 100;
  position: relative;
}
#content {
  position: relative;
  padding: 0;
  z-index: 90;
  min-height: 300px;
}
.full #cols #sidecol {
  display: none;
}
.full #cols #content {
  float: none;
  border: 0 none;
}
#sidecol {
  /*display: none;*/
  clear: both;
}
@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;
    min-height: 400px;
  }
  #cols #content {
    min-height: 600px;
  }
  .ConfigList {
    overflow: hidden;
  }
}
/* ==========================================================================
   Desktop styles
   ========================================================================== */

@media only screen and (min-width: 1024px) {
  #usp {
    font-size: 14px;
  }
  #cols {
    width: auto;
    float: none;
    clear: both;
  }
  .socialWrap .newsletterWrap {
    width: 79%;
  }
  .socialWrap .newsletterWrap .newsletterContainer .newsletterTitle {
    font-size: 20px;
  }
  .socialWrap .newsletterWrap .newsletterContainer .newsletterWrapper .row {
    width: 300px;
  }
  .socialWrap .newsletterWrap .newsletterContainer .newsletterWrapper .row input {
    width: 300px;
  }
  .socialWrap .socialIconsWrap {
    width: 19%;
  }
  .socialWrap .socialIconsWrap ul {
    text-align: right;
  }
  #sidecol {
    display: block;
    float: left;
    width: 19.484375%;
    margin-right: 3.515625%;
  }
  #sidecol #localNav,
  #sidecol #archiveNav {
    padding: 5%;
    margin-bottom: 15px;
  }
  #sidecol #localNav ul li a:hover,
  #sidecol #archiveNav ul li a:hover,
  #sidecol #localNav ul li.active > a,
  #sidecol #archiveNav ul li.active > a {
    color: #262626;
  }
  #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;
  }
  #content {
    margin: 0;
    width: 77%;
    float: right;
    padding: 0 0 15px;
  }
  .full #cols #content {
    width: auto;
    margin: 0;
  }
  .full #sidecol {
    display: none;
  }
  .full #content {
    float: none;
  }
}
@media only screen and (min-width: 1280px) {
  .socialWrap .newsletterWrap {
    width: 69%;
  }
  .socialWrap .socialIconsWrap {
    width: 29%;
  }
}
@media only screen and (min-width: 1024px) {
  .FullwidthWrapperTop {
    margin-top: -15px;
  }
}
/*---{ 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: Tahoma, Geneva, sans-serif;
  font-size: 15px;
}
/* OWL carousel and slidesjs styling (generic) */

.owl-nav > div,
.slidesjs-navigation {
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 20;
  background-color: #f2f2f2 !important;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -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;*/

}
.owl-nav > div:before,
.slidesjs-navigation:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px black;
  border-left: solid 2px black;
  text-indent: -9999px;
}
.owl-nav > div.owl-next,
.slidesjs-navigation.owl-next,
.owl-nav > div.slidesjs-next,
.slidesjs-navigation.slidesjs-next {
  right: 0;
  left: auto;
}
.owl-nav > div.owl-next:before,
.slidesjs-navigation.owl-next:before,
.owl-nav > div.slidesjs-next:before,
.slidesjs-navigation.slidesjs-next:before {
  -webkit-transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
  -o-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  left: -5px;
  right: 0;
}
.owl-nav > div.owl-prev,
.slidesjs-navigation.owl-prev,
.owl-nav > div.slidesjs-previous,
.slidesjs-navigation.slidesjs-previous {
  left: 0;
  right: auto;
}
.owl-nav > div.owl-prev:before,
.slidesjs-navigation.owl-prev:before,
.owl-nav > div.slidesjs-previous:before,
.slidesjs-navigation.slidesjs-previous:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  left: 0;
  right: -5px;
}
.owl-nav > div:hover,
.slidesjs-navigation:hover {
  background-color: black !important;
  -webkit-transform: translateY(-50%) scale(1.1);
  -moz-transform: translateY(-50%) scale(1.1);
  -o-transform: translateY(-50%) scale(1.1);
  -ms-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
.owl-nav > div:hover:before,
.slidesjs-navigation:hover:before {
  border-color: white;
}
/* slidess specific changes */

.slidesjs-navigation {
  width: 50px;
  height: 50px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.slidesjs-navigation.slidesjs-next {
  right: 15px !important;
}
.slidesjs-navigation.slidesjs-previous {
  left: 15px !important;
}
.slidesjs-navigation:before {
  width: 13px;
  height: 13px;
}
