/*! Created on 04-09-2015 at 10:48 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/url?family=Open Sans%3A400%2C400italic%2C800%2C800 italic");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}



ul.Navigation-list--dropdown {
   [ ]display: block;[ ]
[ ]z-index: 9999;
}




/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alignleft {
  float: left;
}

.alignright {
  float: left;
}

.alignnone {
  float: none;
}

html {
  font-size: 14px;
}

body {
  background-image: url("../img/bg_pattern.png");
  background-color: #bdd2e7;
  color: #1B1C17;
  font-family: "Raleway", sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

p {
  font-size: 1rem;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 2.85714rem;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.42857rem;
}

h6 {
  font-size: 1.14286rem;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

a {
  color: #0070AF;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 75%;
}

img {
  max-width: 100%;
}

.u-cf {
  *zoom: 1;
}
.u-cf:before, .u-cf:after {
  content: " ";
  display: table;
}
.u-cf:after {
  clear: both;
}

.u-hide {
  display: none;
}

.u-layoutBlock {
  display: block;
}

.u-layoutFullWidth {
  width: 100%;
}

.u-gridContainer {
  *zoom: 1;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.u-gridContainer:before, .u-gridContainer:after {
  content: " ";
  display: table;
}
.u-gridContainer:after {
  clear: both;
}

.u-gridRow, .Header-contact, .Header-logo, .Header-nav, .Header-carousel {
  *zoom: 1;
  display: block;
}
.u-gridRow:before, .Header-contact:before, .Header-logo:before, .Header-nav:before, .Header-carousel:before, .u-gridRow:after, .Header-contact:after, .Header-logo:after, .Header-nav:after, .Header-carousel:after {
  content: " ";
  display: table;
}
.u-gridRow:after, .Header-contact:after, .Header-logo:after, .Header-nav:after, .Header-carousel:after {
  clear: both;
}

.u-gridCol1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}
.u-gridCol1:last-child {
  margin-right: 0;
}

.u-gridCol2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
.u-gridCol2:last-child {
  margin-right: 0;
}

.u-gridCol3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.u-gridCol3:last-child {
  margin-right: 0;
}

.u-gridCol4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.u-gridCol4:last-child {
  margin-right: 0;
}

.u-gridCol5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}
.u-gridCol5:last-child {
  margin-right: 0;
}

.u-gridCol6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.u-gridCol6:last-child {
  margin-right: 0;
}

.u-gridCol7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}
.u-gridCol7:last-child {
  margin-right: 0;
}

.u-gridCol8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.u-gridCol8:last-child {
  margin-right: 0;
}

.u-gridCol9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
.u-gridCol9:last-child {
  margin-right: 0;
}

.u-gridCol10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
}
.u-gridCol10:last-child {
  margin-right: 0;
}

.u-gridCol11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
}
.u-gridCol11:last-child {
  margin-right: 0;
}

.u-gridCol12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.u-gridCol12:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .u-gridCol1, .u-gridCol2, .u-gridCol3, .u-gridCol4, .u-gridCol5,
  .u-gridCol6, .u-gridCol7, .u-gridCol8, .u-gridCol9, .u-gridCol10,
  .u-gridCol11 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .u-gridCol1:last-child, .u-gridCol2:last-child, .u-gridCol3:last-child, .u-gridCol4:last-child, .u-gridCol5:last-child,
  .u-gridCol6:last-child, .u-gridCol7:last-child, .u-gridCol8:last-child, .u-gridCol9:last-child, .u-gridCol10:last-child,
  .u-gridCol11:last-child {
    margin-right: 0;
  }
}
.u-textShout {
  text-transform: uppercase;
}

.u-textFat {
  font-weight: bold;
}

.u-textLead {
  font-size: 125%;
}

.u-textRight {
  text-align: right;
}

.u-textCenter {
  text-align: center;
}

.u-textLeft {
  text-align: left;
}

.u-objLeft {
  float: left;
}

.u-objRight {
  float: right;
}

.Article {
  margin-top: 2.85714rem;
}

.Article--inverted {
  margin-top: 0.71429rem;
}
.Article--inverted .Article-heading {
  color: #EFEFEF;
}
.Article--inverted .Article-tagline {
  color: #EFEFEF;
}
.Article--inverted .Article-content {
  color: #003857;
  font-weight: bold;
}

.Article-heading {
  text-transform: uppercase;
  margin: 0;
}

.Article-tagline {
  margin: 0;
  font-weight: bold;
}

#map_canvas img {
  max-width: inherit;
}

.content-home {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.titel-blue {
  color: #175b9a;
  display: inline;
}

.Content--home {
  color: #6f6f6f;
}

.intro-text {
  color: #6f6f6f;
}

.button-style {
  border-radius: 5px;
  border: 1px solid #303539;
  color: #ffffff;
  padding: 10px 25px 10px 25px;
  background: #2c5a8e;
  background-image: linear-gradient(to top, #2c5a8e, #3679c7);
  box-shadow: inset 0px 1px 1px 0px white;
}
.button-style:hover {
  background: #3679c7;
  background-image: linear-gradient(to top, #fe7203, #ee8a00);
}

.content-left {
  position: relative;
}

.meer-info {
  margin-left: 174px;
  position: absolute;
  right: 0;
  bottom: -74px;
}

.meer-info-2 {
  margin-left: 174px;
  position: absolute;
  right: 0;
  bottom: -94px;
}

.afspraak-area {
  background: #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.big-button {
  border-radius: 5px;
  border: 1px solid #303539;
  color: #ffffff;
  padding: 0px 10px 0px 20px;
  position: relative;
  background: #3679c7;
  background-image: linear-gradient(to top, #2c5a8e, #3679c7);
  box-shadow: inset 0px 1px 1px 0px white;
}

.big-button-mobile {
  border-radius: 5px;
  border: 1px solid #303539;
  color: #ffffff;
  padding: 0px 10px 0px 20px;
  position: relative;
  background: #3679c7;
  background-image: linear-gradient(to top, #2c5a8e, #3679c7);
  box-shadow: inset 0px 1px 1px 0px white;
  display: none;
}

.big-button-mobile-a {
  display: none;
}

.big-button a {
  font-size: 25px;
}

.big-button-text {
  font-size: 20px;
}

.orange-button {
  border-radius: 5px;
  border: 1px solid #303539;
  color: #ffffff;
  padding: 10px 25px 10px 25px;
  width: 262px;
  text-align: Center;
  position: absolute;
  right: 20px;
  top: 22px;
  background-image: linear-gradient(to top, #fe7203, #ee8a00);
  box-shadow: inset 0px 1px 1px 0px white;
}

.telefoon-icon {
  width: 32px;
  vertical-align: middle;
}

.telefoon-icon-mobile {
  width: 32px;
  float: right;
}

.page-title {
  color: #f87b07;
}

.page-title-landingspagina {
  color: #f87b07;
  display: inline;
}

.Content--content {
  color: #6f6f6f;
}

.side-image {
  border: 3px solid #ffffff;
  margin-top: 14px;
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.25);
}

.main-content {
  background: #ffffff;
}

.main-content-space {
  margin-top: 30px;
  margin-bottom: 30px;
}

.home-boxes {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.home-boxes b {
  font-size: 16px;
}

.home-boxes p {
  text-align: left;
  color: #6f6f6f;
}

.home-boxes img {
  margin-top: 10px;
  width: 255px;
}

.home-boxes-right-top {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.home-boxes-right-top b {
  font-size: 16px;
}

.home-boxes-right-top p {
  text-align: left;
  color: #6f6f6f;
}

.home-boxes-right-top img {
  margin-top: 10px;
  width: 255px;
}

.home-box-right {
  margin-top: 20px;
}

.home-box-right b {
  font-size: 16px;
}

.producten-lijst {
  color: #616161;
  list-style-image: url("../img/list-button.png");
  padding-left: 16px;
}

.meer-info-box {
  margin-left: 174px;
  margin-top: 136px;
  position: absolute;
  right: 15px;
  width: 160px;
}

#input_1_1, #input_1_2, #input_1_3, #input_1_4, #input_1_5 {
  width: 100%;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
}

.google-play {
  display: block;
  margin-top: 30px;
}

.qr_code {
  width: 200px;
  margin-top: 30px;
}

@media all and (min-width: 800px) {
  .home-boxes {
    background-image: url("../img/divider.png");
    background-repeat: no-repeat;
    background-position: right;
  }
}
@media all and (max-width: 1000px) {
  .meer-info {
    display: none;
  }

  .meer-info-2 {
    display: none;
  }

  .bx-pager {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .header-tekst {
    display: none;
  }

  .glas-title {
    width: 100%;
  }

  .header-badge-area {
    display: none;
  }

  .orange-button {
    display: none;
  }

  .big-button-mobile-a {
    display: block;
  }

  .big-button-mobile {
    display: block;
  }

  .big-button {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .big-button-text {
    font-size: 14px;
  }

  .Content--home {
    margin-top: 20px;
  }

  .titel-blue {
    font-size: 18px;
  }
}
@media all and (max-width: 400px) {
  .glaswacht-font {
    font-size: 41px !important;
  }
}
@media all and (max-width: 250px) {
  .glaswacht-font {
    font-size: 31px !important;
  }
}
.Slider {
  visibility: hidden;
}

/* BX Slider default css */
/** RESET AND LAYOUT ===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  width: 100%;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME ===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-pager {
  margin: 0;
  bottom: 0 !important;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(https://dubbelglas-denhaag.nl/wp-content/themes/slate-0.3.1_dubbelglas/img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #006991;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(https://dubbelglas-denhaag.nl/wp-content/themes/slate-0.3.1_dubbelglas/img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(https://dubbelglas-denhaag.nl/wp-content/themes/slate-0.3.1_dubbelglas/img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(https://dubbelglas-denhaag.nl/wp-content/themes/slate-0.3.1_dubbelglas/img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(https://dubbelglas-denhaag.nl/wp-content/themes/slate-0.3.1_dubbelglas/img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.Button {
  display: inline-block;
  font-weight: bold;
  padding: 0.71429rem 0.35714rem;
}
.Button:hover {
  text-decoration: none;
}

.Button--default {
  color: #EFEFEF;
  fill: #EFEFEF;
}

.Button--brand {
  color: #EFEFEF;
  fill: #EFEFEF;
  background: #0070AF;
}

.EqualHeight {
  display: table;
}

.EqualHeight--carousel {
  border-spacing: 1rem;
}
.EqualHeight--carousel .EqualHeight-column {
  width: 45%;
}
.EqualHeight--carousel .EqualHeight-column--withText {
  padding-left: 1rem;
  padding-right: 1rem;
  background: #0070AF;
}

.EqualHeight-column--withImage {
  vertical-align: top;
}

.EqualHeight-column--withImage-image {
  display: block;
  width: 100%;
}

.EqualHeight-column {
  display: table-cell;
  border-collapse: separate;
}

.header-full-bg {
  background: url("../img/header_bg.png");
  background-repeat: repeat-x;
}

.header-top {
  margin-top: 20px;
}

.website-titel {
  color: #ffffff;
  font-size: 51px;
}

.website-titel-caption {
  display: block;
  color: #ffffff;
  font-size: 17px;
  margin-top: -9px;
}

.header-tekst {
  position: relative;
}

.header-tekst img {
  position: absolute;
  top: 60px;
}

.header-badge {
  width: 101px;
}

.Header-contact {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  background: rgba(27, 28, 23, 0.5);
}

.Header-logo {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  background: rgba(27, 28, 23, 0.25);
}

.Header-nav {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  background: #0070AF;
}

.Header-carousel {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.Slider {
  visibility: hidden;
}

.Footer {
  background: #244570;
  padding-top: 45px;
  padding-bottom: 0px;
}

.sitemap h4 {
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

.Socket {
  background: #ffffff;
  text-align: center;
}

.Socket p {
  color: #6f6f6f;
}

.Socket a {
  color: #07548c;
}

.orange-text {
  color: #f59725;
}

.td-rechts {
  width: 50%;
}

.openingstijden {
  border-radius: 5px;
  border: 1px solid #303539;
  color: #ffffff;
  padding: 10px 25px 10px 25px;
  background-image: linear-gradient(to top, #fe7203, #ee8a00);
  box-shadow: inset 0px 1px 1px 0px white;
}

.openingstijden b {
  font-size: 23px;
}

.google-maps-footer {
  padding: 10px;
  float:left;
/*background: #FFF;*/
}

.klanten-vertellen-footer {
	 padding: 10px;
float:left;
}



.footer-info {
  color: #ffffff;
  text-align: right;
}

.footer-info h4 {
  display: inline;
}

.footer-info a {
  color: #ffffff;
}

.Footer-inner .widget {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.Footer-inner .widget:last-child {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .Footer-inner .widget {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .Footer-inner .widget:last-child {
    margin-right: 0;
  }
}

.Footer-inner {
  position: relative;
}

@media all and (max-width: 800px) {
  .openingstijden {
    margin-bottom: 20px;
  }

  .footer-info {
    margin-top: 20px;
  }
}
.Icon--inline {
  height: 1em;
  width: 1em;
  vertical-align: middle;
  padding-bottom: 0.2em;
}

.Logo {
  display: inline-block;
}

.Logo-textLink {
  vertical-align: top;
  padding-top: 1.14286rem;
}

.Logo-textLink,
.Logo-heading,
.Logo-imageLink {
  display: inline-block;
}

.Logo-headingTop,
.Logo-headingBottom {
  color: #EFEFEF;
  display: block;
  line-height: 1;
}

.Logo-headingTop {
  font-family: 'Hobo', sans-serif;
  font-size: 5rem;
  text-align: center;
}

.Logo-headingBottom {
  font-size: 2.14286rem;
}

.Navigation {
  *zoom: 1;
  text-align: center;
}
.Navigation:before, .Navigation:after {
  content: " ";
  display: table;
}
.Navigation:after {
  clear: both;
}

.Navigation-list {
  display: block;
  margin: 0px;
}

.Bot-Nav {
  height: 40px;
  padding-top: 10px;
  background: #e1edf8;
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.1);
  z-index: -999;
}

.Navigation-listItem {
  display: block;
  margin: 0 1.07143rem;
  float: left;
}
.Navigation-listItem:first-of-type {
  margin-left: 0;
}
.Navigation-listItem:last-of-type {
  margin-right: 0;
}

.Navigation-link {
  text-transform: uppercase;
  font-weight: 700;
  color: #205c99;
}

.Navigation-link--invertedBold {
  color: #EFEFEF;
  font-weight: bold;
}

.Navigation-listItem--hasDropdown {
  position: relative;
  text-decoration: none;
}

ul.Navigation-list--dropdown {
  display: block;
  height: auto;
  left: 1px;
  line-height: 35px;
  margin-top: 22px;
  position: absolute;
  width: 235px;
  z-index: 9999;
}

ul.Navigation-list--dropdown li.Navigation-listItem {
  display: block;
  padding: 0px 2px;
  margin: 0px auto;
  border: 0px none;
  float: none;
  text-align: left;
  color: #ffffff;
  padding-left: 10px;
  width: 277px;
  background: #f1f7fd;
}

.Navigation-list.is-hidden {
  display: none;
}

@media all and (max-width: 1025px) {
  ul.Navigation-list--dropdown {
    display: block;
    height: auto;
    position: static;
    width: 100%;
    line-height: 40px;
    z-index: 110;
    margin-top: 27px;
    background: #FFFFFF;
    border-radius: 5px;
  }

  ul.Navigation-list--dropdown a {
    font-size: 14px;
  }

  ul.Navigation-list--dropdown li.Navigation-listItem {
    display: block;
    padding: 12px 2px;
    margin: 0px auto;
    border: 0px none;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    background: transparent;
    width: 100%;
  }
}
.Navigation-menuToggle {
  display: none;
}

.Navigation-menuToggle {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  margin-top: 7px;
  background-color: transparent;
  border: 3px solid #205c99;
  cursor: pointer;
  float: right;
}

.Nav-toggle .Icon.Icon--inline {
  fill: #205c99;
  display: block;
  margin: auto;
  margin-top: 4px;
  height: 25px;
  width: 25px;
}

.Mob-contact-ico {
  display: none;
}

@media all and (max-width: 1040px) {
  .Nav-tel {
    display: none;
  }

  .navigatie {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .navigatie:last-child {
    margin-right: 0;
  }

  #js-navCollapseTarget {
    display: none;
    position: relative;
    top: 30px;
    left: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .Bot-Nav {
    height: auto;
    min-height: 58px;
    padding-bottom: 16px;
  }

  #js-navCollapse {
    display: block;
  }

  .Nav-wrap {
    height: auto;
    min-height: 60px;
  }

  .Navigation-menuToggle {
    display: block;
  }

  .Navigation {
    position: relative;
  }

  .Navigation-list {
    position: static;
    background-color: #e1edf8;
    border: 0px solid;
    border-radius: 5px;
  }

  .Navigation-listItem {
    display: block;
    float: none;
    line-height: 30px;
    border-left: 0 solid;
    width: 100%;
    margin-left: 0px;
  }
  .Navigation-listItem:last-of-type {
    margin-bottom: 15px;
  }
  .Navigation-listItem:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  .Navigation-listItem:hover a.Navigation-link {
    text-decoration: none;
  }
  .Navigation-listItem:first-of-type a {
    padding-top: 10px;
  }
  .Navigation-listItem:last-of-type a {
    border-bottom: 0px solid;
  }

  .Navigation-link {
    line-height: 58px;
    color: #205c99;
    display: block;
    font-size: 18px;
    padding: 5px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 1.7px;
  }

  .Mob-contact-ico {
    display: block;
    z-index: 5000;
    position: relative;
    top: -43px;
  }
  .Mob-contact-ico a {
    border: 3px solid #205c99;
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    top: 8px;
    left: 58px;
    background-color: transparent;
  }
  .Mob-contact-ico a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .Mob-contact-ico a .Icon--inline {
    fill: #205c99;
    width: 2.5em;
    height: 2.5em;
    padding-bottom: 1em;
  }
  .Mob-contact-ico .telsvg {
    left: 10px;
  }
  .Mob-contact-ico .telsvg .Icon--inline {
    margin: -7px;
    margin-top: -6px;
  }
  .Mob-contact-ico .mailsvg {
    left: 65px;
  }
  .Mob-contact-ico .mailsvg .Icon--inline {
    margin: -8px;
    margin-top: -7px;
  }
}
@media all and (min-width: 1040px) {
  #js-navCollapse {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .logo-top {
    width: 220px;
    margin-top: 38px;
  }

  .logo-bot {
    margin-top: 16px;
    width: 210px;
  }
}
@media all and (max-width: 390px) {
  .logo-top {
    width: 180px;
    margin-top: 48px;
  }

  .logo-bot {
    margin-top: 20px;
    width: 170px;
  }
}
.Table {
  text-transform: uppercase;
}

.Table--invertedBold {
  color: #EFEFEF;
  font-weight: bold;
}

.Table-heading {
  padding-bottom: 0.5rem;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
@media all and (max-width: 1000px) {
  .bx-pager {
    display: none;
  }
}
.Slider {
  visibility: hidden;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 30%;
}

.bx-pager {
  margin: 0;
  bottom: 0 !important;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(https://dubbelglas-denhaag.nl/wp-content/themes/slate-0.3.1_dubbelglas/img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 17px;
  padding-bottom: 6px;
  left: 568px;
  border-radius: 5px;
  border: 1px solid #303539;
  background-image: linear-gradient(to top, #2c5a8e, #3679c7);
  box-shadow: inset 0px 1px 1px 0px white;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #1f4671;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f37d19;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(https://dubbelglas-denhaag.nl/wp-content/themes/slate-0.3.1_dubbelglas/img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(https://dubbelglas-denhaag.nl/wp-content/themes/slate-0.3.1_dubbelglas/img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(https://dubbelglas-denhaag.nl/wp-content/themes/slate-0.3.1_dubbelglas/img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(https://dubbelglas-denhaag.nl/wp-content/themes/slate-0.3.1_dubbelglas/img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

#map_canvas {
  width: 100%;
  height: 250px;
}

/*# sourceMappingURL=production.css.map */