/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -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;
}
/**
 * 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 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"] {
  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;
  -webkit-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;
}
td,
th {
  padding: 0;
}
.cf {
  display: none;
}
#zomeractie {
  background: url(../images/dekbedbg.png) no-repeat;
  background-size: cover;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 21px;
  position: relative;
  width: 100%;
  height: 674px;
  overflow: hidden;
}
#zomeractie .clearfix:after {
  content: " ";
  /* Older browser do not support empty content */

  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#zomeractie *,
#zomeractie *:before,
#zomeractie *:after {
  box-sizing: border-box;
}
#zomeractie h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #e5e5e5;
  line-height: 60px;
}
#zomeractie h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 23px;
  color: #0061aa;
  line-height: 30px;
  margin: 0px;
}
#zomeractie h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #0061aa;
  line-height: 20px;
  margin: 0px;
}
#zomeractie h4 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #4a4a4a;
  line-height: 15px;
}
#zomeractie h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #0061aa;
  line-height: 19px;
  margin: 0px;
}
#zomeractie h7 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #0061aa;
  line-height: 19px;
  margin: 0px;
}
#zomeractie body {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #1c1c1c;
  line-height: 21px;
}
#zomeractie a {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #0061aa;
  line-height: 15px;
}
#zomeractie ul {
  list-style-position: inside;
  padding-left: 0;
  list-style: none;
}
#zomeractie .note {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #0061aa;
  line-height: 17px;
  text-decoration: none;
  margin-right: 20px;
}
#zomeractie hr {
  background-color: #0061aa;
  border: 0px;
  height: 5px;
  margin-bottom: 33px;
}
#zomeractie .mybutton {
  background-color: #0061aa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #0061aa;
  font-family: Verdana;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02px;
  line-height: 15px;
  padding: 12px 38px;
  text-decoration: none;
}
#zomeractie .mybutton:hover {
  background-color: #034374;
  border: 1px solid #034374;
  color: #FFFFFF;
}
#zomeractie .mybutton:active {
  position: relative;
  top: 1px;
}
#zomeractie .icon {
  padding-right: 7px;
}
#zomeractie .infocon {
  min-width: 110px;
  min-height: 110px;
  vertical-align: middle;
  margin-right: 18px;
}
#zomeractie .infocon.tweej {
  background: url('../images/icon_tweepersoons.png') no-repeat;
}
#zomeractie .infocon.verstel {
  background: url('../images/icon_verstelbaar.png') no-repeat;
}
#zomeractie .infocon.boxspring {
  background: url('../images/icon_boxspring.png') no-repeat;
}
#zomeractie .infocon.bed {
  background: url('../images/icon_bed.png') no-repeat;
}
#zomeractie .infocon h3 {
  padding-top: 60px;
  padding-left: 100px;
  padding-bottom: 16px;
}
#zomeractie .icon_link {
  display: none;
  margin-bottom: 6px;
  padding-left: 22px;
}
#zomeractie .icon_link.pdf {
  background: url('../images/icon_pdf.png') no-repeat left 2px;
}
#zomeractie .icon_link.store {
  background: url('../images/icon_location.png') no-repeat left 3px;
}
#zomeractie .left {
  float: left;
}
#zomeractie .right {
  float: right;
}
#zomeractie #cta {
  position: absolute;
  right: 25px;
  top: 280px;
  width: 150px;
}
#zomeractie #landing {
  background-color: #eef6fd;
  padding-top: 0px;
  padding-left: 80px;
  padding-bottom: 120px;
  background-image: url('../images/keyvisual_960.png');
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  height: 674px;
  margin-left: 0 !important;
  left: 0px !important;
  width: 100% !important;
}
#zomeractie #landing .toolbar {
  width: auto;
  position: static;
  left: auto;
  bottom: auto;
}
#zomeractie #landing .toolbar {
  margin-top: 26px;
}
#zomeractie h1.landing {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #0061aa;
  line-height: 40px;
  margin-bottom: 3px;
}
#zomeractie h2.landing {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #0061aa;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 16px;
}
#zomeractie #landing .half_right {
  float: left;
  width: 398px;
  margin-left: 80px;
}
#zomeractie #landing .half_left {
  position: absolute;
  width: 470px;
  left: 220px;
  top: 30px;
  margin-left: 30px;
}
#zomeractie .tip {
  background-color: transparent;
  padding-top: 82px;
  padding-bottom: 120px;
  padding-right: 80px;
}
#zomeractie .tip .frame {
  background-color: white;
  padding-top: 20px;
  padding-left: 30px;
  margin-left: 30px;
  width: 900px;
  min-height: 534px;
}
#zomeractie .tip .half_right {
  float: left;
  width: 49%;
}
#zomeractie .tip .toolbar {
  width: 60%;
  position: absolute;
  bottom: 86px;
}
#zomeractie .tip .half_left {
  float: left;
  width: 50%;
  padding-right: 12px;
}
#zomeractie .tip h1.title {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 22px;
}
#zomeractie .verstel_large img {
  margin-top: 30px;
}
#zomeractie #tip1 {
  background: url(../images/bgtip1.png) no-repeat 0px 33px;
}
#zomeractie #tip2 {
  background: url(../images/bgtip2.png) no-repeat 0px 33px;
}
#zomeractie #tip3 {
  background: url(../images/bgtip3.png) no-repeat 0px 33px;
}
#zomeractie #tip3 h3 {
  padding-top: 40px;
  padding-left: 100px;
  padding-bottom: 16px;
}
#zomeractie #tip3 .half_right {
  margin-top: -18px;
}
#zomeractie #tip3 ul {
  list-style-type: none;
  margin-left: 12px;
}
#zomeractie #tip3 ul li {
  position: relative;
}
#zomeractie #tip3 ul li:before {
  content: "–";
  /* en dash here */

  position: absolute;
  left: -1.1em;
}
#zomeractie h1.title {
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #4a4a4a;
  float: left;
  margin: 0px;
  padding-left: 22px;
}
#zomeractie .subtitle {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 28px;
  font-weight: 100;
  color: #0061aa;
  padding-top: 12px;
  margin-left: 10px;
  line-height: 34px;
  padding-left: 77px;
}
#zomeractie .infotext {
  padding-top: -22px;
  padding-left: 22px;
}
#zomeractie .header {
  clear: both;
}
#zomeractie .screen {
  opacity: 0;
  display: none;
  position: absolute;
  width: 960px;
  height: 646px;
  left: 50%;
  margin-left: -480px;
}
#zomeractie .screen.tip {
  height: 646px;
}
#zomeractie .screen .toolbar {
  width: 60%;
  left: -20px;
  position: absolute;
  bottom: 86px;
}
#zomeractie .content {
  width: 470px;
  padding-top: 110px;
  margin-left: 80px;
}
#zomeractie .content h2 {
  padding-bottom: 0px;
  margin-bottom: 20px;
  position: relative;
}
#zomeractie .content h2::before {
  position: absolute;
  font-size: 70px;
  top: 20px;
  left: 0px;
  color: #E5E5E5;
}
#zomeractie .punten {
  margin-top: 30px;
  margin-bottom: 30px;
}
#zomeractie .punten h3 {
  color: #505050;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
#zomeractie .punten ul {
  margin-left: 0px;
  list-style: none;
}
#zomeractie .punten ul li {
  border-bottom: 1px solid #c7cdd5;
  background: #FFF;
  padding-bottom: 0px;
  margin-top: 10px;
}
#zomeractie .punten ul li .num {
  display: inline-block;
  width: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  color: #505050 ;
  line-height: 19px;
  padding-left: 7px;
}
#zomeractie .punten ul li input {
  border: none 0px;
  width: 200px;
  height: 34px;
  display: inline-block;
  font-family: Verdana;
  font-weight: 100;
  font-size: 15px;
  color: #505050;
  line-height: 18px;
  padding-left: 8px;
}
#zomeractie .punten .pluspunten {
  width: 225px;
  display: inline-block;
}
#zomeractie .punten .minpunten {
  width: 225px;
  margin-left: 10px;
  display: inline-block;
}
#zomeractie #stap3 {
  background: url(../images/bgstep3.png) no-repeat 0px 33px;
}
#zomeractie #stap4 {
  background: url(../images/Group.png) no-repeat 0px 33px;
}
#zomeractie #stap4 p {
  margin-top: 0px;
}
#zomeractie #stap2 {
  background: url(../images/bgstep2.png) no-repeat 0px 33px;
}
#zomeractie #stap2 p {
  margin-top: 0px;
  width: 467px;
}
#zomeractie #stap2 h2 {
  margin-top: 12px;
  margin-bottom: 10px;
}
#zomeractie #stap2 h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 100;
  color: #505050;
  line-height: 20px;
  margin-bottom: 0px;
}
#zomeractie #stap1 {
  background: url(../images/bgstep1.png) no-repeat 0px 33px;
}
#zomeractie #stap2 .content {
  width: 572px;
}
#zomeractie .afmetingen {
  margin-bottom: 70px;
  margin-top: 26px;
}
#zomeractie .afmetingen .row {
  margin-bottom: 20px;
  margin-right: 10px;
  width: 230px;
  display: inline-block;
}
#zomeractie .afmetingen .row .label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #505050 ;
  width: 100%;
  display: block;
}
#zomeractie .afmetingen .row .input {
  width: 107px;
  display: inline-block;
  background: #FFF;
  margin-right: 10px;
  border-bottom: 1px solid #c6ccd4;
  padding: 7px 4px 7px 4px;
  color: #505050;
  font-size: 15px;
}
#zomeractie .afmetingen .row .input input {
  width: 70px;
  border: 0px none;
  color: #505050;
  font-family: Verdana;
  font-size: 15px;
  line-height: 18px;
}
#zomeractie .afmetingen .row.single {
  width: 100%;
}
#zomeractie .checkboxes {
  width: 320px;
  margin-top: 30px;
  margin-bottom: 50px;
}
#zomeractie .checkboxes ul {
  list-style: none;
  margin-left: 0px;
}
#zomeractie .checkboxes ul li {
  width: 155px;
  height: 40px;
  color: #505050;
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  padding-left: 40px;
  cursor: pointer;
}
#zomeractie .checkboxes ul li.checkbox {
  background: url(../images/checkbox.png) no-repeat;
}
#zomeractie .checkboxes ul li.checkbox.checked {
  background: url(../images/checkbox_checked.png) no-repeat;
}
#zomeractie .samenvatting {
  background-color: #FFF;
  width: 217px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 30px;
  top: 112px;
  height: 459px;
  padding: 0px 0px 0;
}
#zomeractie .samenvatting h4 {
  margin: 0px;
  margin-bottom: 20px;
  border-bottom: 2px solid #D0D9E0 ;
  padding: 12px 10px 15px 20px;
  color: #4A4A4A ;
  font-size: 18px;
  line-height: 26px;
  font-family: Verdana, Geneva, sans-serif;
}
#zomeractie .samenvatting ul {
  list-style: none;
  margin-left: 0px;
}
#zomeractie .samenvatting ul li {
  margin-top: 2px;
  padding-left: 25px;
  margin-left: 20px;
  background-image: url("../images/check_oval.png");
  background-position: 0 6px;
  background-repeat: no-repeat;
  color: #0061aa;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 2px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #zomeractie .samenvatting ul li {
    background-image: url("../images/check_oval%402x.png");
    background-size: 15px 12px;
  }
}
#zomeractie .samenvatting ul li.grey {
  color: #737373 ;
  background-image: url("../images/check_nonactive.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #zomeractie .samenvatting ul li.grey {
    background-image: url("../images/check_nonactive%402x.png");
    background-size: 15px 12px;
  }
}
#zomeractie .samenvatting ul li ul {
  margin-top: 0px;
}
#zomeractie .samenvatting ul li ul li {
  background: none;
  padding-left: 0px;
  text-indent: -25px;
  color: #000;
  font-size: 12px;
  margin-bottom: 0px;
}
#zomeractie #stap4 .samenvatting {
  font-size: 12px;
  width: 460px;
  height: 300px;
  top: 310px;
  left: 82px;
  padding-top: 90px;
}
#zomeractie #stap4 .samenvatting .strong {
  font-weight: bold;
  color: #9B9B9B;
}
#zomeractie #stap4 .samenvatting .pt1 h4 {
  display: none;
}
#zomeractie #stap4 .samenvatting .pt1 .overview {
  width: 400px;
  margin: 0;
  padding: 0;
}
#zomeractie #stap4 .samenvatting .pt1 .overview li {
  margin: 0 10px 0px 30px;
  float: left;
  display: block;
  width: 40%;
}
#zomeractie #stap4 .samenvatting .pt1 .overview li ul {
  width: 200px;
  margin: 0;
  padding: 0;
}
#zomeractie #stap4 .samenvatting .pt1 .overview li ul li {
  float: left;
  display: block;
}
#zomeractie #stap4 .samenvatting .pt1 ul:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#zomeractie #stap4 .samenvatting .vulaan {
  color: #0061aa;
  font-size: 20px;
  padding: 30px 20px;
  font-family: Verdana, Geneva, sans-serif;
}
#zomeractie #stap4 .samenvatting a.terug {
  color: #0061aa;
  font-weight: normal;
  text-decoration: none;
}
#zomeractie #stap4 .samenvatting a.terug:hover {
  text-decoration: underline;
}
#zomeractie #stap4 .samenvatting .tipsbezoek {
  display: none;
}
#zomeractie #stap4 a.prev {
  position: absolute;
  left: 80px;
  bottom: 10px;
}
#zomeractie #stap4 .content {
  width: 440px;
}
#zomeractie #stap4 .toolbar {
  width: 240px;
  height: 300px;
  position: absolute;
  top: 310px;
  left: 682px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
#zomeractie #stap4 .toolbar h2 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 20px;
}
#zomeractie #stap4 .toolbar .icon_link {
  display: none;
}
#zomeractie #stap4 .toolbar .mybutton {
  margin-top: 30px;
  width: 210px;
  padding: 12px 0;
  text-align: center;
}
#zomeractie #stap4 .print {
  background-image: url("../images/print.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 165px;
  cursor: pointer;
  z-index: 200;
  margin-left: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #zomeractie #stap4 .print {
    background-image: url("../images/print%402x.png");
    background-size: 17px 15px;
  }
}
#zomeractie #stap4 .printcontainer {
  position: absolute;
  left: 82px;
  width: 460px;
  height: 80px;
  bottom: 270px;
  background-color: #fff;
  border-bottom: 2px solid #D0D9E0 ;
}
#zomeractie #stap4 .printcontainer h4 {
  font-weight: lighter;
  padding: 8px 10px 25px 12px;
  font-size: 1.6em;
}
#zomeractie #stap4 .printcontainer .mybutton {
  padding: 12px 0px 12px 38px;
  position: absolute;
  top: 20px;
  left: 270px;
}
#zomeractie #stap4 .opnieuw {
  display: none;
}
#zomeractie.fr h1.title {
  margin-right: 10px;
}
#zomeractie.fr h1.landing {
  font-size: 51px;
}
#zomeractie.fr .screen .toolbar {
  bottom: 56px;
}
#zomeractie.fr #stap4.screen .toolbar {
  top: 371px;
}
.printlogo {
  display: none;
}
.overview_col1 {
  display: none;
}
.overview_col2 {
  display: none;
}
@page  {
  size: auto;
  margin: 3mm;
}
@media print {
  #header,
  #orgSubNav,
  #nav,
  .subnav,
  #mijn_auping,
  #search,
  #footer {
    display: none !important;
  }
  body {
    width: 960px;
    font-family: Verdana, Geneva, sans-serif;
  }
  #zomeractie {
    width: 800px;
    height: 1300px;
  }
  #zomeractie .screen {
    width: 100%;
  }
  #zomeractie .toolbar {
    display: none;
  }
  #zomeractie #stap4 {
    background: none;
    left: 0px !important;
    margin-left: 0px !important;
  }
  #zomeractie #stap4 a.terug {
    display: none;
  }
  #zomeractie #stap4 .content {
    display: none;
  }
  #zomeractie #stap4 .samenvatting {
    padding: 20px;
    width: 800px;
    left: 0px;
    top: 0px;
    height: 1300px;
    overflow: hidden;
  }
  #zomeractie #stap4 .samenvatting .pt1 {
    width: 70%;
  }
  #zomeractie #stap4 .samenvatting .printlogo {
    width: 160px;
    height: 60px;
    float: right;
    margin-top: 12px;
    display: block;
  }
  #zomeractie #stap4 .samenvatting .overview {
    display: none;
  }
  #zomeractie #stap4 .samenvatting .overview_col1,
  #zomeractie #stap4 .samenvatting .overview_col2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  #zomeractie #stap4 .samenvatting ul {
    width: 100%;
    list-style-type: none;
    padding-left: 25px;
  }
  #zomeractie #stap4 .samenvatting ul li {
    width: 100%;
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    background-image: none;
    margin-left: 0;
    padding-left: 0;
  }
  #zomeractie #stap4 .samenvatting ul li ul {
    padding-left: 0;
  }
  #zomeractie #stap4 .samenvatting ul li ul li {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    text-indent: 0;
    color: #737373;
  }
  #zomeractie #stap4 .samenvatting .tipsbezoek {
    display: block;
  }
  #zomeractie #stap4 .samenvatting .tipsbezoek p {
    padding-left: 25px;
  }
  #zomeractie #stap4 .samenvatting .tipsbezoek .strong {
    color: black;
  }
  #zomeractie .print {
    display: none;
  }
  #zomeractie .printcontainer {
    display: none;
  }
  ::-webkit-input-placeholder {
    font-family: Verdana;
    font-size: 14px;
    color: #737373;
    line-height: 18px;
  }
  :-moz-placeholder {
    /* Firefox 18- */
  
    font-family: Verdana;
    font-size: 14px;
    color: #737373;
    line-height: 18px;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
  
    font-family: Verdana;
    font-size: 14px;
    color: #737373;
    line-height: 18px;
  }
  :-ms-input-placeholder {
    font-family: Verdana;
    font-size: 14px;
    color: #737373;
    line-height: 18px;
  }
}
/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
/*.styled-select {
   background: url('../images/dropdown.png') no-repeat left center;
   height: 35px;
   overflow: hidden;
   width: 222px;
}

.styled-select select {
 	background: transparent;
 	border: 0px;
    font-size: 15px;
	color: #737373;
	line-height: 18px;
 	height: 35px;
 	padding: 5px; 
 	width: 242px;
}*/
#search {
  font-weight: normal !important;
}
