/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* LESS.JS VARIABLES ----------------------------------------- */
/* Light primary color */
/* Lighter primary color */
/* Dark (text) */
/* Medium (text) */
/* Medium (footer gradient) */
/* Light (footer gradient) */
/* Medium (background blogpost meta date) */
/* #545454 */
.CtaButton {
  margin: 0;
  padding: 3px 8px 3px 11px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #27808b;
  border: 1px solid #27808b;
  border-radius: 3px;
  cursor: pointer;
  overflow: visible;
}
.CtaButton:hover {
  background-color: #1f6169;
  border-color: #091d20 #629da4 #1f6169 #195158;
}
.TitleBar {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.15;
  padding-top: 5px;
}
.TitleBar:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 4px;
  border-bottom: 1px solid #272425;
  margin-left: 20px;
}
.PriceTag {
  display: inline-block;
  padding: 4px 8px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #c0c0c0;
  border-radius: 3px;
}
/* GENERIC STYLES -------------------------------------------- */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-MdCn.eot');
  /* IE9 Compat Modes */
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-MdCn.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-MdCn.woff') format('woff'), /* Modern Browsers */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-MdCn.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-MdCn.svg#HelveticaNeue') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-BdCn.eot');
  /* IE9 Compat Modes */
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'), /* Modern Browsers */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeue') format('svg');
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-MdCnO.eot');
  /* IE9 Compat Modes */
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-MdCnO.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-MdCnO.woff') format('woff'), /* Modern Browsers */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-MdCnO.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/HelveticaNeueLTStd-MdCnO.svg#HelveticaNeue') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-300.eot');
  /* IE9 Compat Modes */
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-300.woff') format('woff'), /* Modern Browsers */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-300.svg#Source Sans Pro') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-700.eot');
  /* IE9 Compat Modes */
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-700.svg#Source Sans Pro') format('svg');
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-italic.eot');
  /* IE9 Compat Modes */
  src: url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-italic.woff') format('woff'), /* Modern Browsers */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.ledemaatjes.nl/_resources/app/client/fonts/source-sans-pro-v14-latin-italic.svg#Source Sans Pro') format('svg');
  /* Legacy iOS */
  font-weight: normal;
  font-style: italic;
}

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

/* LESS.JS VARIABLES ----------------------------------------- */
/* Light primary color */
/* Lighter primary color */
/* Dark (text) */
/* Medium (text) */
/* Medium (footer gradient) */
/* Light (footer gradient) */
/* Medium (background blogpost meta date) */
/* #545454 */
.CtaButton {
  margin: 0;
  padding: 3px 8px 3px 11px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #27808b;
  border: 1px solid #27808b;
  border-radius: 3px;
  cursor: pointer;
  overflow: visible;
}
.CtaButton:hover {
  background-color: #1f6169;
  border-color: #091d20 #629da4 #1f6169 #195158;
}
.TitleBar {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.15;
  padding-top: 5px;
}
.TitleBar:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 4px;
  border-bottom: 1px solid #272425;
  margin-left: 20px;
}
.PriceTag {
  display: inline-block;
  padding: 4px 8px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #c0c0c0;
  border-radius: 3px;
}
.mce-content-body.typography_advertentie {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #43536d;
}
.mce-content-body.typography_advertentie p {
  line-height: 20px;
  margin: 0;
}
/* GENERIC STYLES -------------------------------------------- */
.typography {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
/* HEADINGS -------------------------------------------------- */
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  font-weight: bold;
  color: #000000;
}
.typography h1 a,
.typography h2 a,
.typography h3 a,
.typography h4 a {
  text-decoration: none;
  color: black;
}
.typography h1,
.typography h2 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.typography h1 {
  font-size: 44px;
  line-height: 50px;
}
.typography h2 {
  font-size: 38px;
  line-height: 44px;
}
.typography h3 {
  font-size: 22px;
  line-height: 28px;
}
.typography h4 {
  font-size: 22px;
  line-height: 28px;
}
/* PARAGRAPHS ------------------------------------------------ */
.typography p {
  margin: 10px 0;
  line-height: 28px;
}
/* QUOTES ---------------------------------------------------- */
.typography blockquote {
  margin: 10px;
  font-size: 1.4em;
  color: #777;
  font-style: italic;
}
.typography q {
  display: block;
  font-size: 0.8em;
  margin: 18px 18px;
  padding: 0.5em;
  border: 1px #cccccc solid;
}
/* LINKS ----------------------------------------------------- */
.typography a {
  color: #818285;
  text-decoration: underline;
}
.typography a:hover {
  color: #000000;
}
.typography a:visited,
.typography a:active {
  color: #818285;
}
.typography a img {
  vertical-align: bottom;
}
/* LINK ICONS - shows type of file --------------------------- */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
  padding: 2px 2px 2px 20px;
  background: url('../../images/icons/page_white_acrobat.png') no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
  padding: 2px 2px 2px 20px;
  background: url('../../images/icons/page_word.png') no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
  padding: 2px 2px 2px 20px;
  background: url('../../images/icons/page_excel.png') no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
  padding: 2px 2px 2px 20px;
  background: url('../../images/icons/page_white_zip.png') no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
  padding: 2px 2px 2px 20px;
  background: url('../../images/icons/application.png') no-repeat left center;
}
/* LIST STYLES ----------------------------------------------- */
.typography ul,
.typography ol {
  margin: 10px 0 10px 30px;
  padding: 0;
}
.typography ol {
  list-style-type: decimal;
}
/* PRE STYLES ------------------------------------------------ */
.typography pre {
  font-family: "Courier New", Courier;
  display: block;
  font-size: 1.2em;
  margin: 2em 5em;
  padding: 0.5em;
  border: 1px #cccccc solid;
  background: #eeeeee;
}
/* TABLE STYLING --------------------------------------------- */
.typography table {
  margin: 0 0 18px 0;
  font-size: 18px;
  color: #000000;
  border-collapse: collapse;
}
.typography td {
  padding: 5px;
  border: 1px solid #32818b;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES -------------------------- */
.typography .left {
  text-align: left;
}
.typography .center {
  text-align: center;
}
.typography .right {
  text-align: right;
}
.typography div.right {
  float: right;
  margin-left: 20px;
  width: auto;
}
.typography div.left {
  float: left;
  margin-right: 20px;
  width: auto;
}
/* IMAGES ---------------------------------------------------- */
.typography img {
  border: none;
  max-width: 100%;
  height: auto;
}
.typography img.right {
  float: right;
  margin-left: 20px;
}
.typography img.left {
  float: left;
}
.typography img.leftAlone {
  float: left;
  margin-right: 100%;
}
.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

/********** IMPORTS ************************************/
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* Light primary color */
/* Lighter primary color */
/* Dark (text) */
/* Medium (text) */
/* Medium (footer gradient) */
/* Light (footer gradient) */
/* Medium (background blogpost meta date) */
/* #545454 */
.CtaButton {
  margin: 0;
  padding: 3px 8px 3px 11px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #27808b;
  border: 1px solid #27808b;
  border-radius: 3px;
  cursor: pointer;
  overflow: visible;
}
.CtaButton:hover {
  background-color: #1f6169;
  border-color: #091d20 #629da4 #1f6169 #195158;
}
.TitleBar {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.15;
  padding-top: 5px;
}
.TitleBar:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 4px;
  border-bottom: 1px solid #272425;
  margin-left: 20px;
}
.PriceTag {
  display: inline-block;
  padding: 4px 8px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #c0c0c0;
  border-radius: 3px;
}
/** base_general.less **/
html,
body {
  height: 100%;
}
html {
  overflow-y: auto;
  font-size: 18px;
}
html,
body {
  font-size: 20px;
}
body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}
::-moz-selection {
  color: #ffffff;
  background-color: #3fa4b1;
}
::selection {
  color: #ffffff;
  background-color: #3fa4b1;
}
/* optimizeLegibility breaks @font-face in some installations of Chrome */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: auto;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
  color: #000000;
  line-height: 1.2em;
}
h1,
h2 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 22px;
}
p {
  margin: 10px 0;
  line-height: 28px;
}
em {
  font-style: italic;
}
a {
  color: #818285;
  text-decoration: underline;
  outline: none;
}
a:hover {
  color: #000000;
}
a:visited,
a:active {
  /*color: @color2;*/
  /*&:hover { color: @color5; }*/
}
a img {
  vertical-align: bottom;
}
figure img {
  vertical-align: bottom;
}
img {
  border: 0;
}
b {
  font-weight: bold;
}
address {
  font-style: normal;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: auto !important;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
}
.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cta-orange,
a.cta-orange,
a.action.cta-orange,
input.action.cta-orange,
input.action.goto-step.cta-orange {
  font-weight: bold;
  color: #ffffff;
  background-color: tomato;
  text-decoration: none;
  border-radius: 3px;
  border-width: 0;
}
.cta-orange:hover,
a.cta-orange:hover,
a.action.cta-orange:hover,
input.action.cta-orange:hover,
input.action.goto-step.cta-orange:hover {
  background-color: #ff3814;
  border-width: 0;
}
a.cta-orange:hover,
a.action.cta-orange:hover {
  background-image: none;
}
table.notable tr td {
  border: 0 none;
}
table.notable tr td h1,
table.notable tr td h2,
table.notable tr td h3 {
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header {
  background-color: black;
}
.site-top {
  position: relative;
  padding-bottom: 10px;
}
.site-top-content-narrow {
  display: none;
}
.site-top-content-wide {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1450px;
}
.navmob-btn-menu .action {
  background-color: black;
  border-width: 0;
}
.site-logo {
  padding: 14px 0 16px 0;
  /*background: transparent url('@{imgDir}/bg-logo-image.png') no-repeat 100% 8px;*/
  width: 430px;
  float: left;
}
.logo-link {
  display: inline-block;
}
.site-access {
  position: relative;
  overflow: hidden;
  height: 41px;
  width: 100%;
  font-size: 16px;
  color: white;
}
.nav-main {
  position: relative;
  float: left;
  overflow: hidden;
}
.mainnav-item {
  float: left;
  width: auto;
}
.mainnav-item:first-child a {
  border-left: 0 none;
  padding-left: 0;
}
.mainnav-item:last-child a {
  border-right: 0 none;
}
.mainnav-item a {
  display: block;
  padding: 9px 10px 10px 12px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
  text-decoration: none;
  border: 0 none;
  border-right: 1px solid #5a8e95;
  border-left: 1px solid #8abec5;
}
.mainnav-item a:hover,
.mainnav-item a.current,
.mainnav-item a.section {
  color: #97c5cb;
}
.mainnav-item a.cat {
  padding: 5px 4px 4px 4px;
  border-right: 0;
  border-left: 0;
}
.mainnav-item a.cat:hover,
.mainnav-item a.cat.current,
.mainnav-item a.cat.section {
  background-color: transparent;
}
.mainnav-item a.cat span {
  display: inline-block;
  padding: 3px 13px 5px 13px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}
#nav-werken {
  padding-left: 8px;
  border-left: 1px solid #8abec5;
}
#nav-werken:hover span,
#nav-werken.current span,
#nav-werken.section span {
  background: #0e6691;
  /* Fallback for non-CSS3 browsers */
  background: -webkit-gradient(linear, top, from(#0e6691), to(#004262));
  /* Old Webkit */
  background: -webkit-linear-gradient(top, #0e6691, #004262);
  /* New Webkit */
  /* Gecko */
  /* IE10 */
  background: -o-linear-gradient(top, #0e6691, #004262);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#0e6691), to(#004262));
  background: linear-gradient(top, #0e6691, #004262);
  /* Future CSS3 browsers */
  -pie-background: linear-gradient(top, #0e6691, #004262);
  /* PIE */
}
#nav-werken span {
  background: #1d7baa;
  /* Fallback for non-CSS3 browsers */
  background: -webkit-gradient(linear, top, from(#1d7baa), to(#005985));
  /* Old Webkit */
  background: -webkit-linear-gradient(top, #1d7baa, #005985);
  /* New Webkit */
  /* Gecko */
  /* IE10 */
  background: -o-linear-gradient(top, #1d7baa, #005985);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#1d7baa), to(#005985));
  background: linear-gradient(top, #1d7baa, #005985);
  /* Future CSS3 browsers */
  -pie-background: linear-gradient(top, #1d7baa, #005985);
  /* PIE */
  border-color: #071c27 #5698b9 #90b7ca #0c4b6b;
}
#nav-leven:hover span,
#nav-leven.current span,
#nav-leven.section span {
  background: #553585;
  /* Fallback for non-CSS3 browsers */
  background: -webkit-gradient(linear, top, from(#553585), to(#321a58));
  /* Old Webkit */
  background: -webkit-linear-gradient(top, #553585, #321a58);
  /* New Webkit */
  /* Gecko */
  /* IE10 */
  background: -o-linear-gradient(top, #553585, #321a58);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#553585), to(#321a58));
  background: linear-gradient(top, #553585, #321a58);
  /* Future CSS3 browsers */
  -pie-background: linear-gradient(top, #553585, #321a58);
  /* PIE */
}
#nav-leven span {
  background: #6e5398;
  /* Fallback for non-CSS3 browsers */
  background: -webkit-gradient(linear, top, from(#6e5398), to(#4e3673));
  /* Old Webkit */
  background: -webkit-linear-gradient(top, #6e5398, #4e3673);
  /* New Webkit */
  /* Gecko */
  /* IE10 */
  background: -o-linear-gradient(top, #6e5398, #4e3673);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#6e5398), to(#4e3673));
  background: linear-gradient(top, #6e5398, #4e3673);
  /* Future CSS3 browsers */
  -pie-background: linear-gradient(top, #6e5398, #4e3673);
  /* PIE */
  border-color: #191323 #917eae #b2a8c2 #473462;
}
#nav-studeren {
  padding-right: 8px;
  border-right: 1px solid #5a8e95;
}
#nav-studeren:hover span,
#nav-studeren.current span,
#nav-studeren.section span {
  background: #791932;
  /* Fallback for non-CSS3 browsers */
  background: -webkit-gradient(linear, top, from(#791932), to(#590017));
  /* Old Webkit */
  background: -webkit-linear-gradient(top, #791932, #590017);
  /* New Webkit */
  /* Gecko */
  /* IE10 */
  background: -o-linear-gradient(top, #791932, #590017);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#791932), to(#590017));
  background: linear-gradient(top, #791932, #590017);
  /* Future CSS3 browsers */
  -pie-background: linear-gradient(top, #791932, #590017);
  /* PIE */
}
#nav-studeren span {
  background: #932d47;
  /* Fallback for non-CSS3 browsers */
  background: -webkit-gradient(linear, top, from(#932d47), to(#7e0423));
  /* Old Webkit */
  background: -webkit-linear-gradient(top, #932d47, #7e0423);
  /* New Webkit */
  /* Gecko */
  /* IE10 */
  background: -o-linear-gradient(top, #932d47, #7e0423);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#932d47), to(#7e0423));
  background: linear-gradient(top, #932d47, #7e0423);
  /* Future CSS3 browsers */
  -pie-background: linear-gradient(top, #932d47, #7e0423);
  /* PIE */
  border-color: #210a10 #aa5b6f #c792a0 #5e1225;
}
.top-search {
  float: right;
  width: auto;
}
.top-search fieldset {
  float: left;
  margin: 0;
  width: auto;
}
.top-search .search-criteria {
  width: 138px;
  color: #afafaf;
  background-color: #ffffff;
  margin: 0;
  padding: 0 5px;
  border: 0;
}
.top-search .Actions {
  float: left;
  margin: 0 0 0 7px;
  width: auto;
}
.nav-sub {
  position: relative;
  height: 27px;
  background-color: #000000;
  border: 0 none;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.subnav-item {
  float: left;
  width: auto;
}
.subnav-item:first-child a {
  padding-right: 7px;
  padding-left: 0;
}
.subnav-item a {
  display: inline-block;
  padding: 6px 10px 7px 10px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.site-main {
  width: 100%;
  position: relative;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 234px;
}
.nav-ledemaatjes {
  margin-bottom: 25px;
  text-align: right;
  padding-top: 10px;
}
.sitenav-help {
  display: inline-block;
  margin-right: 12px;
  max-width: 258px;
  overflow: hidden;
  vertical-align: bottom;
}
.sitenav-help li {
  position: relative;
  /*top: -2px; */
  display: inline-block;
  margin-left: 2px;
}
.sitenav-help li:before {
  /* content: "|"; */
  position: absolute;
  left: -6px;
  font-size: 20px;
  color: #32818b;
  vertical-align: middle;
}
.sitenav-help li:first-child {
  margin-left: 0;
}
.sitenav-help li:first-child:before {
  content: "";
}
.sitenav-help a {
  /*display: block;*/
  color: white;
  text-decoration: none;
}
.sitenav-help a:hover,
.sitenav-help a.current,
.sitenav-help a.section {
  color: white;
  text-decoration: underline;
}
.sitenav-placead {
  display: inline-block;
}
.cta-advertise {
  margin: 0;
  padding: 3px 8px 3px 11px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #27808b;
  border: 1px solid #27808b;
  border-radius: 3px;
  cursor: pointer;
  overflow: visible;
  display: inline-block;
  padding-left: 8px;
  text-decoration: none;
  background-color: #498b93;
}
.cta-advertise:hover {
  background-color: #1f6169;
  border-color: #091d20 #629da4 #1f6169 #195158;
}
.cta-advertise:hover {
  color: #ffffff;
}
.cta-advertise img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.page-content {
  margin-top: 12px;
  position: relative;
}
.page-title:first-child {
  margin-top: 0;
}
.content-container {
  float: left;
  width: 69%;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  overflow: hidden;
}
.content-container h1 {
  width: 100%;
  display: block;
}
.sidebar-container {
  float: right;
  width: 30%;
  margin: 0;
  margin-top: 12px;
  padding: 0 0 0 10px;
  overflow: hidden;
  max-width: 375px;
}
.site-bottom {
  width: 100%;
  background: #d8d8d8;
  /* Fallback for non-CSS3 browsers */
  background: -webkit-gradient(linear, top, from(#d8d8d8), to(#eaeaea));
  /* Old Webkit */
  background: -webkit-linear-gradient(top, #d8d8d8, #eaeaea);
  /* New Webkit */
  /* Gecko */
  /* IE10 */
  background: -o-linear-gradient(top, #d8d8d8, #eaeaea);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#eaeaea));
  background: linear-gradient(top, #d8d8d8, #eaeaea);
  /* Future CSS3 browsers */
  -pie-background: linear-gradient(top, #d8d8d8, #eaeaea);
  /* PIE */
  -webkit-box-shadow: inset 0 4px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 4px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 4px 3px rgba(0, 0, 0, 0.2);
}
.bottom-wrapper {
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 12px;
  max-width: 1450px;
}
.bottom-wrapper a {
  text-decoration: none;
}
.bottom-wrapper a:hover {
  text-decoration: underline;
}
.navs-footer {
  /* padding-bottom: 20px; */
  padding-bottom: 0;
  border-bottom: 1px solid #b4b4b4;
}
.navs-footer div.footernav {
  float: left;
  padding: 0 29px 0 14px;
  width: 223px;
  min-height: 115px;
  border-left: 1px solid #ffffff;
}
.navs-footer h3 {
  margin: 0;
}
.navs-footer .title,
.navs-footer h3 {
  margin-bottom: 3px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}
.footernav a {
  display: inline-block;
  padding: 5px 0;
  color: #666666;
  line-height: 1rem;
}
.footertxt {
  color: #666666;
  line-height: 1.6em;
}
.footertxt a {
  color: #000000;
  text-decoration: underline;
}
.nav-service {
  margin-top: 5px;
}
.nav-service a {
  color: #9d9d9d;
}
.nav-service .servicenav-item {
  display: inline-block;
}
.servicenav-item {
  margin-right: 7px;
  width: auto;
  font-size: 18px;
  color: #9d9d9d;
}
.servicenav-item:after {
  padding-left: 7px;
  vertical-align: baseline;
}
.servicenav-item:last-child {
  margin-right: 0;
}
.servicenav-item:last-child:after {
  content: "";
}
.home-categories {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  display: block;
  width: 102.08333333%;
  margin: 0 -1.04166667%;
  *zoom: 1;
}
.home-categories:before,
.home-categories:after {
  content: "";
  display: table;
}
.home-categories:after {
  clear: both;
}
.home-cat {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
.home-cat .cat-adverts .ledemaatje-date {
  display: none;
}
.home-cat .cat-adverts .ledemaatje-date.home {
  display: block;
}
body.Page .page-content,
body.DeleteAdvertisementPage .page-content {
  max-width: 980px;
}
.list-all-categories {
  width: 100%;
  float: left;
}
.list-all-categories ul {
  padding: 0;
  display: block;
  width: 20%;
  float: left;
  clar: both;
}
.list-all-categories ul li {
  padding: 0 1% 10px 1%;
  margin: 0;
  list-style: none;
  font-size: 20px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  width: 100%;
  height: 71px;
  overflow: hidden;
}
.list-all-categories ul a {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  text-decoration: none;
}
.list-all-categories ul a:hover {
  background-color: #F0F0EE;
}
select.CategoryPicker {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 30px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #6fafb7;
}
a.clickable-header {
  text-decoration: none;
}
.cat-title {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.15;
  padding-top: 5px;
  /*a {
        float: right;
        padding: 0 8px;
        width: auto;
        font-size: 80%;
        font-weight: normal;
        color: @color3;

        text-decoration: none;
        background-color: #ffffff;
        .RoundedCorners(1em);

        &:hover { color: @color5; }
    }*/
}
.cat-title:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 4px;
  border-bottom: 1px solid #272425;
  margin-left: 20px;
}
.cat-title a {
  color: #ffffff;
  text-decoration: none;
}
.cat-title .cat-title-more {
  float: right;
  padding: 0 8px;
  width: auto;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  /*background-color: #ffffff;
        .RoundedCorners(1em);*/
}
.cat-title .cat-title-more:hover {
  /* color: @color5; */
}
.cat-title-horizontal {
  margin-top: 20px;
}
.cat-adverts {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  padding: 0;
  padding-bottom: 1%;
  background-color: #eaeaea;
}
.cat-adverts.empty {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 130%;
  font-weight: normal;
  font-style: italic;
  background-color: transparent;
  min-height: 20px;
}
.cat-adverts-horizontal {
  padding: 0px;
}
.cat-adverts .advertisement,
.cat-adverts-horizontal .advertisement {
  padding: 1%;
  background-color: #ffffff;
  cursor: pointer;
  width: 48%;
  margin: 1% 1% 0 1%;
  height: 300px;
  float: left;
}
.cat-adverts .advertisement .ledemaatje-summary,
.cat-adverts-horizontal .advertisement .ledemaatje-summary {
  height: 125px;
  overflow: hidden;
}
.cat-adverts .advertisement-horizontal,
.cat-adverts-horizontal .advertisement-horizontal {
  position: relative;
  float: left;
  width: 32%;
  height: 300px;
  margin: 1% 1% 1% 0;
}
.cat-adverts .advertisement-horizontal:first-of-type,
.cat-adverts-horizontal .advertisement-horizontal:first-of-type {
  margin-left: 1%;
}
.cat-adverts .ledemaatje-photo,
.cat-adverts-horizontal .ledemaatje-photo {
  float: left;
  margin-right: 5%;
  width: 25%;
  min-height: 1px;
}
.cat-adverts .ledemaatje-photo .ledemaatje-link,
.cat-adverts-horizontal .ledemaatje-photo .ledemaatje-link {
  display: block;
}
.cat-adverts .ledemaatje-photo img,
.cat-adverts-horizontal .ledemaatje-photo img {
  max-width: 100%;
}
.cat-adverts .ledemaatje-details,
.cat-adverts-horizontal .ledemaatje-details {
  position: relative;
  width: 70%;
  height: 300px;
  overflow: hidden;
}
.cat-adverts .ledemaatje-title,
.cat-adverts-horizontal .ledemaatje-title {
  margin: 0 0 5px 0;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  overflow: hidden;
  height: 40px;
}
.cat-adverts .ledemaatje-title .ledemaatje-link,
.cat-adverts-horizontal .ledemaatje-title .ledemaatje-link {
  color: #000000;
  text-decoration: none;
}
.cat-adverts .ledemaatje-title .ledemaatje-link:hover,
.cat-adverts-horizontal .ledemaatje-title .ledemaatje-link:hover {
  color: #32818b;
}
.cat-adverts .ledemaatje-summary,
.cat-adverts-horizontal .ledemaatje-summary {
  margin: 8px 0;
  height: 150px;
  word-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.cat-adverts .ledemaatje-summary .ledemaatje-link,
.cat-adverts-horizontal .ledemaatje-summary .ledemaatje-link {
  font-weight: bold;
  color: #000000;
}
.cat-adverts .ledemaatje-summary .ledemaatje-link:hover,
.cat-adverts-horizontal .ledemaatje-summary .ledemaatje-link:hover {
  text-decoration: none;
}
.cat-adverts .ledemaatje-meta,
.cat-adverts-horizontal .ledemaatje-meta {
  position: absolute;
  bottom: 0;
  width: 95%;
}
.cat-adverts .ledemaatje-meta .ledemaatje-price,
.cat-adverts-horizontal .ledemaatje-meta .ledemaatje-price {
  display: inline-block;
  padding: 4px 8px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #c0c0c0;
  border-radius: 3px;
  float: left;
  width: auto;
}
.cat-adverts .ledemaatje-meta .ledemaatje-type,
.cat-adverts-horizontal .ledemaatje-meta .ledemaatje-type {
  float: right;
  margin: 6px 0;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  color: #32818b;
  text-transform: uppercase;
}
.cat-adverts .ledemaatje-date,
.cat-adverts-horizontal .ledemaatje-date {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #c0c0c0;
  text-align: right;
  text-transform: uppercase;
  clear: both;
}
.cat-adverts .ledemaatje-date.home,
.cat-adverts-horizontal .ledemaatje-date.home {
  display: none;
  text-align: left;
}
.cat-adverts .ledemaatje-date.home .more-info,
.cat-adverts-horizontal .ledemaatje-date.home .more-info {
  display: none;
}
.cat-adverts .highlighted-ad,
.cat-adverts-horizontal .highlighted-ad {
  height: 450px;
}
.cat-adverts .highlighted-ad .ledemaatje-photo,
.cat-adverts-horizontal .highlighted-ad .ledemaatje-photo {
  width: 100%;
}
.cat-adverts .highlighted-ad .ledemaatje-photo img,
.cat-adverts-horizontal .highlighted-ad .ledemaatje-photo img {
  width: 100%;
}
.cat-adverts .highlighted-ad .ledemaatje-details,
.cat-adverts-horizontal .highlighted-ad .ledemaatje-details {
  float: left;
  width: 100%;
  height: auto;
}
.cat-adverts .highlighted-ad .ledemaatje-title,
.cat-adverts-horizontal .highlighted-ad .ledemaatje-title {
  height: 40px;
  width: 100%;
  margin-top: 5px;
}
.cat-adverts .highlighted-ad .ledemaatje-summary,
.cat-adverts-horizontal .highlighted-ad .ledemaatje-summary {
  height: 160px;
}
.cat-adverts .highlighted-ad .ledemaatje-meta,
.cat-adverts-horizontal .highlighted-ad .ledemaatje-meta {
  width: 94%;
  min-height: 65px;
}
.cat-link {
  display: block;
  padding: 4px 8px;
  font-size: 20px;
  color: #666666;
  text-align: right;
  background-color: #d8d8d8;
}
.cat-link:hover {
  color: #000000;
}
.category-advertisements {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  display: block;
  width: 102.08333333%;
  margin: 0 -1.04166667%;
  *zoom: 1;
}
.category-advertisements:before,
.category-advertisements:after {
  content: "";
  display: table;
}
.category-advertisements:after {
  clear: both;
}
.category-advertisements .category-type {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.category-advertisements .ledemaatje-meta .ledemaatje-type {
  display: none;
}
.catdisplay-nav {
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 1.5em;
  text-transform: uppercase;
  background-color: #c0c0c0;
}
.display-sortopts {
  float: left;
  width: auto;
}
.display-viewopts {
  float: right;
  width: auto;
}
.display-viewopts .view-list {
  margin: 0 2px;
}
.display-viewopts a {
  display: inline-block;
}
.display-viewopts a img {
  vertical-align: middle;
}
/** Category Page filter header **/
.category-filter-header #row1 {
  width: 100%;
  height: 20px;
}
.category-filter-header #row2 {
  width: 100%;
}
.category-filter-header #searchfilter {
  position: relative;
}
.category-filter-header #row3 {
  width: 100%;
  overflow: hidden;
}
.category-filter-header #row3 #searchfield {
  display: inline-block;
  width: 28%;
  padding: 0 2% 0 0;
}
.category-filter-header #row3 #searchfield .text {
  width: 100%;
}
.category-filter-header #row3 #filterfield {
  display: inline-block;
  width: 50%;
  padding: 7px 2% 0 0;
}
.category-filter-header #row3 #filterfield .filterfield-container {
  display: inline-block;
  padding-right: 8px;
}
.category-filter-header #row3 #sortfield {
  position: absolute;
  display: inline-block;
  right: 0;
  width: 23%;
  min-width: 199px;
  padding: 0 2% 0 0;
}
.category-filter-header #row3 #sortfield select {
  width: 100%;
}
.category-filter-header #breadcrumbs-wrapper {
  width: 68%;
  height: 30px;
  float: left;
}
.category-filter-header #category-picker-wrapper {
  width: 30%;
  height: 40px;
  float: right;
}
.markt-wrapper {
  display: block;
  width: 102.08333333%;
  margin: 0 -1.04166667%;
  *zoom: 1;
}
.markt-wrapper:before,
.markt-wrapper:after {
  content: "";
  display: table;
}
.markt-wrapper:after {
  clear: both;
}
.ledemaatje-content {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.preview-content .ledemaatje-content {
  width: 607px;
}
.similar-advertisements {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
  margin: 0;
}
.ledemaatje-block-title {
  margin-top: 20px;
}
.ledemaatje-block {
  width: 100%;
  margin: 0;
}
.adcontent-properties {
  display: block;
  margin: 0;
  width: 100%;
  position: relative;
}
.adcontent-details {
  clear: both;
  padding-top: 2px;
}
.adcontent-details p {
  margin: 0;
}
.adprops-slideshow {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
  margin-right: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  float: left;
}
.adprops-slideshow .preview-photo img {
  max-width: 100%;
  height: auto;
}
.adprops-slideshow .ledemaatje-photo {
  height: 100%;
  width: 100%;
}
.adprops-slideshow .ledemaatje-photo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #c3dfe1;
}
.adprops-slideshow .photo-enlarge {
  display: block;
  text-align: center;
}
.adprops-slideshow.empty {
  text-align: center;
}
.adprops-slideshow.empty img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.slideshow-control {
  position: absolute;
  top: 250px;
  z-index: 10;
  display: block;
  width: 36px;
  height: 34px;
  text-decoration: none;
  /*background: transparent url('@{imgDir}/slideshow-buttons.png') no-repeat 0 0;*/
  background: transparent url('https://www.ledemaatjes.nl/_resources/app/client/javascript/fancyBox/source/fancybox_sprite.png') no-repeat 0 -36px;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  /* IE8 */
}
.slideshow-control.prev {
  left: 20px;
}
.slideshow-control.next {
  right: 20px;
  /*background-position: -63px 0;*/
  background-position: 0 -72px;
}
.slideshow-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE8 */
  /*&.prev { background-position: 0 -30px; }
        &.next { background-position: -63px -30px; }*/
}
.slideshow-enlarge {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-right: 5px;
  z-index: 10;
  display: block;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  /* IE8 */
}
.slideshow-enlarge:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE8 */
}
.adprops-finance {
  width: 46%;
  float: left;
  padding: 2%;
}
.adprops-finance strong {
  display: inline-block;
  margin-bottom: 10px;
  width: 50px;
}
.adfinance-date,
.adfinance-price,
.adfinance-type,
.adfinance-website {
  margin-left: 4px;
}
.adfinance-price {
  display: inline-block;
  padding: 4px 8px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #c0c0c0;
  border-radius: 3px;
  font-size: 16px;
  margin-left: 4px;
}
.adfinance-type {
  margin-left: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #32818b;
  text-transform: uppercase;
}
.ledemaatje-sidebar {
  margin: 0;
  margin-top: 0;
  margin-left: 2%;
  float: left;
  width: 29%;
}
.ledemaatje-sidebar .other-ads-of-user ul,
.sidebar-container .other-ads-of-user ul,
.ledemaatje-sidebar .home-new-ads ul,
.sidebar-container .home-new-ads ul {
  padding-left: 0;
}
.ledemaatje-sidebar .other-ads-of-user ul li,
.sidebar-container .other-ads-of-user ul li,
.ledemaatje-sidebar .home-new-ads ul li,
.sidebar-container .home-new-ads ul li {
  padding: 3px 10px 10px 10px;
  list-style: none;
  margin-left: 0px;
}
.ledemaatje-sidebar .other-ads-of-user ul li:after,
.sidebar-container .other-ads-of-user ul li:after,
.ledemaatje-sidebar .home-new-ads ul li:after,
.sidebar-container .home-new-ads ul li:after {
  content: " ";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #eaeaea;
  margin-top: 10px;
}
.ledemaatje-sidebar .other-ads-of-user ul li a h3,
.sidebar-container .other-ads-of-user ul li a h3,
.ledemaatje-sidebar .home-new-ads ul li a h3,
.sidebar-container .home-new-ads ul li a h3 {
  font-size: 20px;
  height: auto;
}
.ledemaatje-sidebar .other-ads-of-user ul li a,
.sidebar-container .other-ads-of-user ul li a,
.ledemaatje-sidebar .home-new-ads ul li a,
.sidebar-container .home-new-ads ul li a,
.ledemaatje-sidebar .other-ads-of-user ul li a:hover,
.sidebar-container .other-ads-of-user ul li a:hover,
.ledemaatje-sidebar .home-new-ads ul li a:hover,
.sidebar-container .home-new-ads ul li a:hover {
  display: block;
  text-decoration: none;
  color: black;
}
.ledemaatje-sidebar .other-ads-of-user ul li p,
.sidebar-container .other-ads-of-user ul li p,
.ledemaatje-sidebar .home-new-ads ul li p,
.sidebar-container .home-new-ads ul li p {
  padding: 0;
  margin: 0;
}
.ledemaatje-sidebar .other-ads-of-user ul li span,
.sidebar-container .other-ads-of-user ul li span,
.ledemaatje-sidebar .home-new-ads ul li span,
.sidebar-container .home-new-ads ul li span {
  font-size: 16px;
}
.ledemaatje-sidebar .other-ads-of-user ul li span.oaou-type,
.sidebar-container .other-ads-of-user ul li span.oaou-type,
.ledemaatje-sidebar .home-new-ads ul li span.oaou-type,
.sidebar-container .home-new-ads ul li span.oaou-type {
  color: #32818b;
  text-transform: uppercase;
}
.ledemaatje-sidebar .other-ads-of-user ul li span.oaou-date,
.sidebar-container .other-ads-of-user ul li span.oaou-date,
.ledemaatje-sidebar .home-new-ads ul li span.oaou-date,
.sidebar-container .home-new-ads ul li span.oaou-date {
  color: grey;
}
.ledemaatje-sidebar .other-ads-of-user ul li:hover a h3,
.sidebar-container .other-ads-of-user ul li:hover a h3,
.ledemaatje-sidebar .home-new-ads ul li:hover a h3,
.sidebar-container .home-new-ads ul li:hover a h3 {
  color: #32818b;
}
.ledemaatje-sidebar .other-ads-of-user ul:last-child li:after,
.sidebar-container .other-ads-of-user ul:last-child li:after,
.ledemaatje-sidebar .home-new-ads ul:last-child li:after,
.sidebar-container .home-new-ads ul:last-child li:after {
  content: none;
}
.ledemaatje-sidebar .other-ads-of-user .sidebarblock-title,
.sidebar-container .other-ads-of-user .sidebarblock-title {
  background: -webkit-linear-gradient(top, #DFDFDF, #9D9D9D);
}
.preview-content .ledemaatje-sidebar {
  width: 29%;
  margin-top: 0;
}
.sidebar-block {
  margin-bottom: 25px;
  padding-top: 12px;
  overflow: hidden;
}
.sidebar-block.location .sidebarblock-content {
  padding: 0;
  background-color: #d8d8d8;
}
.sidebar-block.location .gmapslink {
  display: block;
}
.sidebar-block.location img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.sidebar-block .cta-contact-advertiser {
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  padding: 10px 15px;
}
.sidebar-block.home-map img {
  width: 100%;
  height: auto;
}
.sidebarblock-title {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.15;
  padding-top: 5px;
}
.sidebarblock-title:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 4px;
  border-bottom: 1px solid #272425;
  margin-left: 20px;
}
.sidebarblock-content {
  padding: 0 10px 0 10px;
  line-height: 28px;
}
.small-disclaimer {
  font-size: 80%;
  float: right;
  margin-top: 0.5rem;
  color: #BEBEBE;
}
.advertiser-actions {
  margin-top: 5px;
}
.advertiser-actions .action_delete {
  margin-right: 10px;
}
.form-finalize {
  display: inline;
  float: left;
  width: 56.25%;
  margin: 0 1.04166667%;
}
.feedback-ad {
  margin: 10px 0;
  padding: 5px;
}
.feedback-ad :first-child {
  margin-top: 0;
}
.feedback-ad :last-child {
  margin-bottom: 0;
}
.feedback-ad.notice {
  background-color: #fff79a;
  border: 1px solid #fdc68a;
}
.feedback-ad.positive {
  background-color: #a2d39c;
  border: 1px solid #82ca9d;
}
.map-category-picker {
  position: absolute;
  right: 32px;
  top: 47px;
}
.typography .mapbox.cat-adverts .ledemaatje-title,
.typography .mapbox.cat-adverts-horizontal .ledemaatje-title {
  font-size: 16px;
}
#page-map img {
  max-width: none;
}
#page-map .ledemaatje-photo img {
  max-width: 100%;
}
.mapbox.cat-adverts {
  padding: 10px;
  background-color: transparent;
}
.mapbox.cat-adverts h3 {
  line-height: 18px;
}
.mapbox.cat-adverts .ledemaatje-details {
  height: 207px;
}
.mapbox.cat-adverts .ledemaatje-meta {
  bottom: 10px;
  width: 89%;
}
.mapbox.cat-adverts .ledemaatje-summary {
  overflow: hidden;
}
a.action,
input.action {
  margin: 0;
  padding: 3px 8px 3px 11px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #27808b;
  border: 1px solid #27808b;
  border-radius: 3px;
  cursor: pointer;
  overflow: visible;
  text-decoration: none;
  min-height: 25px;
}
a.action:hover,
input.action:hover {
  background-color: #1f6169;
  border-color: #091d20 #629da4 #1f6169 #195158;
}
a.action.nolabel,
input.action.nolabel {
  padding: 0;
  background-color: transparent;
}
a.action:hover,
input.action:hover,
a.action:active,
input.action:active,
a.action:visited,
input.action:visited {
  color: #FFFFFF;
}
a.action.goto-step,
input.action.goto-step {
  float: right;
  padding-right: 38px;
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icon-arrow-right-25x25.png');
  background-repeat: no-repeat;
  background-position: 97% 3px;
}
a.action.goto-step:hover,
input.action.goto-step:hover {
  background-color: #27808b;
  text-decoration: none;
}
a.action.goto-step-orange,
input.action.goto-step-orange {
  background-color: tomato;
  border-width: 0px;
}
a.action.goto-step-orange:hover,
input.action.goto-step-orange:hover {
  background-color: #ff3814;
  text-decoration: none;
}
a.action {
  line-height: 25px;
}
form {
  /*div.text > label.right {
        float: left;
        margin-left: 10px;
        padding: 5px 0;
        line-height: 1em;
    }*/
}
form input,
form textarea {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}
form input.text,
form textarea,
form select {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 1rem;
}
form input.text,
form textarea,
form select,
form .editable {
  margin: 0;
  padding: 4px 3px 3px 4px;
  width: 700px;
  background-color: #f5f5f5;
  border: 1px solid #a3a3a3;
  border-radius: 3px;
}
form input.text.invalid,
form textarea.invalid,
form select.invalid,
form .editable.invalid {
  background: #f09999;
}
form .editable p {
  margin: 0;
}
form input.text {
  line-height: 1.6rem;
}
form textarea {
  margin: 0;
  height: 60px;
  border: 1px solid #818285;
  overflow: auto;
  line-height: 1.5rem;
}
form input.file.invalid {
  background: #f09999;
}
form select {
  /*padding: 2px;
        font-family: @fontStack;
        font-size: 100%;
        color: @color5;*/
  width: 700px;
}
form ::-webkit-input-placeholder {
  color: #9d9d9d;
  font-style: italic;
  opacity: 1;
  /* Firefox needs this to change color */
}
form ::-moz-placeholder {
  color: #9d9d9d;
  font-style: italic;
  opacity: 1;
  /* Firefox needs this to change color */
}
form ::-ms-input-placeholder {
  color: #9d9d9d;
  font-style: italic;
  opacity: 1;
  /* Firefox needs this to change color */
}
form ::placeholder {
  color: #9d9d9d;
  font-style: italic;
  opacity: 1;
  /* Firefox needs this to change color */
}
form input::-webkit-input-placeholder {
  color: #9d9d9d;
  font-style: italic;
}
form .editable-toolbar .mce-tinymce-inline {
  display: block !important;
}
form .editable {
  min-height: 250px;
  /* Three lines as a visual indication of this being a WYSIWYG */
}
form .editable.mce-edit-focus {
  outline: 0 none;
  border-radius: 0 0 3px 3px;
}
form .editable :first-child {
  margin-top: 0;
}
form .editable :last-child {
  margin-bottom: 0;
}
form label {
  cursor: pointer;
}
form input.radio,
form input.checkbox {
  vertical-align: baseline;
}
form fieldset {
  margin: 18px 0;
}
form div.field {
  margin-bottom: 10px;
  zoom: 1;
}
form div.field:before,
form div.field:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
form div.field:after {
  clear: both;
}
form div.field.required label.left:after {
  content: ' *';
  vertical-align: middle;
}
form div.field label:empty {
  display: none;
}
form div.field label.left {
  float: left;
  padding: 12px 4px 6px 0;
  line-height: 1rem;
  width: 160px;
}
form div.field label.right {
  float: left;
  margin: 4px 0 0 190px;
  color: #c0c0c0;
  text-align: left;
  clear: both;
}
form div.field .middleColumn {
  float: left;
  margin-left: 25px;
  width: auto;
}
form div.field.nolabel .middleColumn {
  margin-left: 190px;
}
form div.field.nolabel.confirmedpassword .middleColumn,
form div.field.nolabel.optionset .middleColumn,
form div.field.nolabel.dropdown .middleColumn {
  margin-left: 0;
}
form div.field.nolabel.confirmedpassword .middleColumn .middleColumn,
form div.field.nolabel.optionset .middleColumn .middleColumn,
form div.field.nolabel.dropdown .middleColumn .middleColumn {
  margin-left: 25px;
}
form div.field label.left {
  font-weight: normal;
}
form div.ss-uploadfield.nolabel {
  padding-top: 23px;
}
form div.ss-uploadfield.nolabel .middleColumn {
  margin-left: 25px;
}
form div.ss-uploadfield label.left {
  padding-top: 5px;
  float: none;
  display: block;
  clear: both;
  width: 100%;
}
form div.ss-uploadfield .middleColumn {
  background: #f5f5f5 none;
  border: 1px solid transparent;
  border-color: #a3a3a3 #d8d8d8 #d8d8d8 #b6b6b6;
}
form div.ss-uploadfield .ss-uploadfield-files {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  overflow: visible;
}
form div.ss-uploadfield .ss-uploadfield-item {
  padding: 4px 3px 3px 4px;
  width: 300px;
  overflow: visible;
  border-radius: 3px;
}
form div.ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-preview {
  line-height: 28px;
}
form div.ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info {
  height: 110px;
  overflow: hidden;
}
form div.ss-uploadfield .ss-uploadfield-item .ss-uploadfield-item-info .ss-uploadfield-item-name .ss-uploadfield-item-status {
  float: left;
  margin-top: 3px;
  text-align: left;
}
form div.ss-uploadfield .ss-ui-button {
  margin: 0;
  padding: 3px 8px 3px 11px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #27808b;
  border: 1px solid #27808b;
  border-radius: 3px;
  cursor: pointer;
  overflow: visible;
  display: inline-block;
  padding: 3px 5px;
  font-size: 20px;
}
form div.ss-uploadfield .ss-ui-button:hover {
  background-color: #1f6169;
  border-color: #091d20 #629da4 #1f6169 #195158;
}
form div.ss-uploadfield .ss-uploadfield-item-edit,
form div.ss-uploadfield .ss-uploadfield-item-delete {
  display: none;
}
form div.ss-uploadfield .ss-uploadfield-item-cancel button {
  top: 25px;
}
form div.ss-uploadfield .ss-uploadfield-files .ss-uploadfield-item-actions {
  margin: 0;
  min-height: 0;
  overflow: visible;
  float: none !important;
}
form div.ss-uploadfield .ss-uploadfield-files .ss-uploadfield-item-cancel {
  position: static;
}
form div.ss-uploadfield .ss-uploadfield-files .ss-uploadfield-item-cancel button {
  margin: 0;
  padding: 3px 8px 3px 11px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #27808b;
  border: 1px solid #27808b;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
  padding: 3px 5px;
  width: auto;
  height: auto;
  font-size: 20px;
  text-indent: 0;
  overflow: visible;
}
form div.ss-uploadfield .ss-uploadfield-files .ss-uploadfield-item-cancel button:hover {
  background-color: #1f6169;
  border-color: #091d20 #629da4 #1f6169 #195158;
}
form div.ss-uploadfield .ss-uploadfield-item-overwrite,
form div.ss-uploadfield .ss-uploadfield-item-overwrite .ss-uploadfield-item-overwrite-warning {
  display: none;
}
form div.checkbox {
  margin-left: 190px;
}
form div.checkbox label.right {
  float: none;
  margin: 0 0 0 6px;
  color: #6fafb7;
  clear: none;
}
form div.optionset label.left,
form div.checkboxset label.left {
  padding-top: 3px;
}
form div.optionset ul.optionset,
form div.checkboxset ul.optionset {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
form div.optionset ul.optionset li,
form div.checkboxset ul.optionset li {
  line-height: 28px;
}
form div.optionset ul.optionset li label,
form div.checkboxset ul.optionset li label {
  margin-left: 6px;
  color: #6fafb7;
}
form div.required input.text,
form ul.required input.text,
form div.required textarea,
form ul.required textarea {
  /*padding-right: 20px;
            width: 134px;
            background: #ffffff url('@{imgDir}/bg-requiredField.png') no-repeat 100% 0;*/
}
form div.required input.text.invalid,
form ul.required input.text.invalid,
form div.required textarea.invalid,
form ul.required textarea.invalid {
  background-color: #f09999;
}
form div.required.checkbox.invalid label.right,
form ul.required.checkbox.invalid label.right,
form div.required.optionset.invalid label.right,
form ul.required.optionset.invalid label.right {
  background-color: #f09999;
  padding: 2px 6px;
  color: #000000;
}
form div.required.checkbox label.invalid,
form ul.required.checkbox label.invalid,
form div.required.optionset label.invalid,
form ul.required.optionset label.invalid {
  background-color: #f09999;
  padding: 2px 6px;
  color: #000000;
}
form div.required.checkbox label,
form ul.required.checkbox label,
form div.required.optionset li:first-child label,
form ul.required.optionset li:first-child label {
  position: relative;
  /*&:after {
                    content: "";
                    position: absolute;
                    top: -2px;
                    right: -20px;
                    width: 20px;
                    height: 21px;
                    background: transparent url('@{imgDir}/bg-requiredField.png');
                }*/
}
form .validate.invalid {
  background-color: #f09999;
}
form div.Actions {
  margin-left: 190px;
  text-align: left;
  overflow: hidden;
}
#Form_advertiseForm {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
}
#Form_advertiseForm .action {
  clear: both;
  margin-bottom: 10px;
}
#Form_advertiseForm .heading {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.15;
  padding-top: 5px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#Form_advertiseForm .heading:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 4px;
  border-bottom: 1px solid #272425;
  margin-left: 20px;
}
#Form_advertiseForm .literal .note {
  font-size: 16px;
  color: #c0c0c0;
}
#Form_advertiseForm .reqfields-text {
  float: left;
  padding: 13px 0 7px 0;
  font-style: italic;
  line-height: 1rem;
}
#Form_advertiseForm label.left {
  width: 180px;
}
#Form_advertiseForm .description {
  display: block;
  clear: both;
  padding-top: 6px;
  margin-left: 207px;
  font-style: italic;
  font-size: 95%;
  color: #222222;
}
.preview-overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.62);
  width: 100%;
  height: 100%;
}
.preview-overlay {
  position: relative;
  background-color: #ffffff;
  top: 10%;
  width: 960px;
  margin: 0 auto;
  padding: 20px 32px;
}
.preview-close {
  position: absolute;
  right: -17px;
  top: -17px;
  background-color: #ffffff;
  color: #000000;
  width: 30px;
  height: 30px;
  border: #666666 4px solid;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
#Form_advertiseForm_MagazineContent {
  height: 130px;
}
.magazine-preview {
  font-size: 12px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.magazine-preview-top {
  max-width: 100%;
  height: auto;
}
.magazine-preview-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  padding: 6px 0 0 0;
}
.magazine-preview-content {
  font-size: 12px;
  padding: 0 0 6px 0;
  max-width: 442px;
}
#Form_finalizeAdForm div.Actions {
  margin-left: 0;
  zoom: 1;
}
#Form_finalizeAdForm div.Actions:before,
#Form_finalizeAdForm div.Actions:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#Form_finalizeAdForm div.Actions:after {
  clear: both;
}
#Form_finalizeAdForm div.Actions input.action.back-edit {
  float: left;
  padding-left: 38px;
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icon-arrow-left-25x25.png');
  background-repeat: no-repeat;
  background-position: 3% 3px;
}
#Form_finalizeAdForm div.Actions input.action.back-edit:hover {
  background-color: #1f6169;
}
#Form_finalizeAdForm .approveinfo-text {
  float: left;
  width: auto;
  clear: both;
  font-size: 90%;
  color: #666666;
}
#Form_advertiseForm div.field.LittleBitOfExtraMarginTop {
  margin-top: 35px;
}
#Form_advertiseForm .field.googlemap .googlemapfield-map {
  width: 100%;
  height: 310px;
  max-width: 100%;
}
#Form_advertiseForm label.right {
  margin-top: 13px;
  margin-left: 125px;
}
#Form_advertiseForm div.checkbox {
  margin-left: 201px;
}
#Form_advertiseForm div.checkbox .right {
  margin-left: 0;
}
#Form_advertiseForm .more-images {
  float: right;
  margin-bottom: 10px;
  clear: both;
}
#Form_advertiseForm .heading {
  clear: both;
}
#Form_advertiseForm .Actions {
  display: none;
}
#Form_advertiseForm .Actions.custom {
  display: block;
}
.field.readonly .middleColumn .readonly {
  display: inline-block;
  margin-top: 10px;
}
.file .middleColumn {
  margin-left: 0 !important;
}
.file input.file {
  visibility: hidden;
  display: none;
}
.file label.left {
  visibility: hidden;
  display: none;
}
.upload__dropzone {
  background-color: white;
  padding: 12px;
  border-radius: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  border: 1px dashed #6fafb7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload__dropzone.hover {
  border: 1px dashed #6fafb7;
  background-color: #818285;
}
.upload__dropzone-label {
  font-size: rem(18);
  line-height: rem(26);
  font-weight: 600;
  color: #818285;
  pointer-events: none;
}
.upload__actions {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-column-gap: rem(16);
     -moz-column-gap: rem(16);
          column-gap: rem(16);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.upload__file-icon {
  height: 20px;
  width: 14px;
}
.upload__label {
  font-size: rem(16);
  line-height: rem(18);
  font-weight: 800;
  color: #6fafb7;
}
.upload__delete {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 16px;
  width: 16px;
  cursor: pointer;
  margin-left: auto;
}
.upload__delete svg {
  display: block;
}
#Form_advertiseForm_HideLocation_Holder label,
#Form_advertiseForm_ContactByLetter_Holder label {
  font-size: 18px;
  color: black;
}
.createadform {
  border: 2px solid #8abec5;
  padding: 1em;
  margin-bottom: 3em;
}
.createadform fieldset {
  margin: 0;
}
.createadform h4 {
  margin-top: 0;
}
.createadform div.field label.left {
  width: 171px;
}
/** base_misc.less **/
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.no-overflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.underline {
  text-decoration: underline;
}
.noMarginTop,
.typography .noMarginTop {
  margin-top: 0;
}
.feedback,
#content .feedback,
.message {
  margin: 10px 0;
  padding: 5px;
  display: inline-block;
  clear: both;
  font-size: 100%;
  /*font-weight: bold;
		font-style: italic;*/
}
.feedback :first-child,
#content .feedback :first-child,
.message :first-child {
  margin-top: 0;
}
.feedback :last-child,
#content .feedback :last-child,
.message :last-child {
  margin-bottom: 0;
}
.feedback.bad,
#content .feedback.bad,
.message.bad,
.feedback.invalid,
#content .feedback.invalid,
.message.invalid,
.feedback.validation,
#content .feedback.validation,
.message.validation {
  background-color: #f09999;
  border: 1px solid #f96666;
}
.feedback.good,
#content .feedback.good,
.message.good,
.feedback.valid,
#content .feedback.valid,
.message.valid {
  background-color: #a2d39c;
  border: 1px solid #82ca9d;
}
.feedback.warning,
#content .feedback.warning,
.message.warning,
.feedback.notice,
#content .feedback.notice,
.message.notice {
  background-color: #fff79a;
  border: 1px solid #fdc68a;
}
.feedback.full-width,
#content .feedback.full-width,
.message.full-width {
  width: 100%;
}
.reviewpage .online .cta-contact-advertiser {
  display: none;
}
.reviewpage .magazine {
  width: 100%;
  max-width: 445px;
  padding-left: 40px;
}
.SecurityPage {
  text-align: center;
  background-color: #fff;
}
.security-header {
  text-align: center;
}
/** base_security.less **/
#CMSMemberLoginFormHmk_LoginForm input.text,
#CMSMemberLoginFormHmk_LostPasswordForm input.text,
#CMSMemberLoginFormHmk_LoginForm input.email,
#CMSMemberLoginFormHmk_LostPasswordForm input.email,
#CMSMemberLoginFormHmk_LoginForm textarea,
#CMSMemberLoginFormHmk_LostPasswordForm textarea,
#CMSMemberLoginFormHmk_LoginForm select,
#CMSMemberLoginFormHmk_LostPasswordForm select {
  margin: 0 5px 10px 0;
  padding: 8px 13px 9px 13px;
  width: 100%;
  background-color: #ececec;
  border: 2px solid #c4c4c4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#CMSMemberLoginFormHmk_LoginForm input.text:focus,
#CMSMemberLoginFormHmk_LostPasswordForm input.text:focus,
#CMSMemberLoginFormHmk_LoginForm input.email:focus,
#CMSMemberLoginFormHmk_LostPasswordForm input.email:focus,
#CMSMemberLoginFormHmk_LoginForm textarea:focus,
#CMSMemberLoginFormHmk_LostPasswordForm textarea:focus,
#CMSMemberLoginFormHmk_LoginForm select:focus,
#CMSMemberLoginFormHmk_LostPasswordForm select:focus {
  outline-color: #484848;
}
#CMSMemberLoginFormHmk_LoginForm .field.text,
#CMSMemberLoginFormHmk_LostPasswordForm .field.text,
#CMSMemberLoginFormHmk_LoginForm .field.textarea,
#CMSMemberLoginFormHmk_LostPasswordForm .field.textarea {
  position: relative;
  margin-bottom: 20px;
}
#CMSMemberLoginFormHmk_LoginForm .field.text .middleColumn,
#CMSMemberLoginFormHmk_LostPasswordForm .field.text .middleColumn,
#CMSMemberLoginFormHmk_LoginForm .field.textarea .middleColumn,
#CMSMemberLoginFormHmk_LostPasswordForm .field.textarea .middleColumn {
  float: none;
  margin-left: 0;
}
#CMSMemberLoginFormHmk_LoginForm .field.text label,
#CMSMemberLoginFormHmk_LostPasswordForm .field.text label,
#CMSMemberLoginFormHmk_LoginForm .field.textarea label,
#CMSMemberLoginFormHmk_LostPasswordForm .field.textarea label {
  position: absolute;
  top: -10px;
  left: 13px;
  color: #aaaaaa;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  /* IE8 */
  font-size: 100%;
  font-weight: normal;
}
#CMSMemberLoginFormHmk_LoginForm .field.text label.show,
#CMSMemberLoginFormHmk_LostPasswordForm .field.text label.show,
#CMSMemberLoginFormHmk_LoginForm .field.textarea label.show,
#CMSMemberLoginFormHmk_LostPasswordForm .field.textarea label.show {
  top: -25px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE8 */
}
#CMSMemberLoginFormHmk_LoginForm textarea,
#CMSMemberLoginFormHmk_LostPasswordForm textarea {
  height: 140px;
}
#CMSMemberLoginFormHmk_LoginForm fieldset,
#CMSMemberLoginFormHmk_LostPasswordForm fieldset {
  margin: 30px 0;
}
#CMSMemberLoginFormHmk_LoginForm div.field.nolabel div.middleColumn,
#CMSMemberLoginFormHmk_LostPasswordForm div.field.nolabel div.middleColumn {
  margin-left: 190px;
}
#CMSMemberLoginFormHmk_LoginForm div.field.nolabel.confirmedpassword div.middleColumn,
#CMSMemberLoginFormHmk_LostPasswordForm div.field.nolabel.confirmedpassword div.middleColumn {
  margin-left: 0;
}
#CMSMemberLoginFormHmk_LoginForm div.field.nolabel.confirmedpassword div.middleColumn div.middleColumn,
#CMSMemberLoginFormHmk_LostPasswordForm div.field.nolabel.confirmedpassword div.middleColumn div.middleColumn {
  margin-left: 25px;
}
#CMSMemberLoginFormHmk_LoginForm div.Actions input.action,
#CMSMemberLoginFormHmk_LostPasswordForm div.Actions input.action {
  padding: 10px 30px;
  font-size: 13px;
  background-color: #404040;
  border: 2px solid #c4c4c4;
  border-top: 0 none;
  border-left: 0 none;
}
#CMSMemberLoginFormHmk_LoginForm {
  margin: 0 auto;
}
#CMSMemberLoginFormHmk_LoginForm,
#CMSMemberLoginFormHmk_LostPasswordForm {
  padding: 10px;
  max-width: 500px;
  background-color: transparent;
  border: 0;
}
#CMSMemberLoginFormHmk_LoginForm fieldset,
#CMSMemberLoginFormHmk_LostPasswordForm fieldset {
  margin-bottom: 0;
}
#CMSMemberLoginFormHmk_LoginForm div.field label.left,
#CMSMemberLoginFormHmk_LostPasswordForm div.field label.left {
  text-align: left;
}
#CMSMemberLoginFormHmk_LoginForm #Remember,
#CMSMemberLoginFormHmk_LostPasswordForm #Remember {
  margin-left: 0;
}
#CMSMemberLoginFormHmk_LoginForm #Remember .checkbox,
#CMSMemberLoginFormHmk_LostPasswordForm #Remember .checkbox,
#CMSMemberLoginFormHmk_LoginForm #Remember .right,
#CMSMemberLoginFormHmk_LostPasswordForm #Remember .right {
  float: left;
  position: relative;
}
#CMSMemberLoginFormHmk_LoginForm #Remember r label,
#CMSMemberLoginFormHmk_LostPasswordForm #Remember r label {
  margin-left: 7px;
}
#CMSMemberLoginFormHmk_LoginForm div.Actions,
#CMSMemberLoginFormHmk_LostPasswordForm div.Actions {
  float: none;
  margin-left: 0;
}
#CMSMemberLoginFormHmk_LoginForm div.Actions input.action,
#CMSMemberLoginFormHmk_LostPasswordForm div.Actions input.action {
  float: left;
  padding: 5px 25px;
  margin-right: 20px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1f9433;
  background: #93be42;
  /* Fallback for non-CSS3 browsers */
  background: -webkit-gradient(linear, top, from(#93be42), to(#1f9433));
  /* Old Webkit */
  background: -webkit-linear-gradient(top, #93be42, #1f9433);
  /* New Webkit */
  /* Gecko */
  /* IE10 */
  background: -o-linear-gradient(top, #93be42, #1f9433);
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#93be42), to(#1f9433));
  background: linear-gradient(top, #93be42, #1f9433);
  /* Future CSS3 browsers */
  -pie-background: linear-gradient(top, #93be42, #1f9433);
  /* PIE */
  border-radius: 4px;
}
#CMSMemberLoginFormHmk_LoginForm #ForgotPassword a,
#CMSMemberLoginFormHmk_LostPasswordForm #ForgotPassword a,
#CMSMemberLoginFormHmk_LoginForm #ForgotPassword a:hover,
#CMSMemberLoginFormHmk_LostPasswordForm #ForgotPassword a:hover,
#CMSMemberLoginFormHmk_LoginForm #ForgotPassword a:visited,
#CMSMemberLoginFormHmk_LostPasswordForm #ForgotPassword a:visited,
#CMSMemberLoginFormHmk_LoginForm #ForgotPassword a:active,
#CMSMemberLoginFormHmk_LostPasswordForm #ForgotPassword a:active {
  color: #000000;
  border-color: #000000;
}
#CMSMemberLoginFormHmk_LostPasswordForm {
  padding-left: 0px;
}
#CMSMemberLoginFormHmk_LostPasswordForm fieldset {
  margin-top: 0;
}
#CMSMemberLoginFormHmk_LostPasswordForm .field.email {
  margin-bottom: 0;
}
.security-branding {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.security-branding a {
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  /* IE8 */
  border-width: 0;
}
.security-branding a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE8 */
}
body.Security .share-footer,
body.Security .social {
  display: none;
}
table.notable tr td {
  border: 0 none;
}
table.notable tr td h1,
table.notable tr td h2,
table.notable tr td h3 {
  margin: 0;
}
.teaser_box #MyLoginForm_MyLoginForm .forgot a,
.teaser_box #MyLoginForm_MyLoginForm .forgot a:visited,
.teaser_box #MyLoginForm_MyLoginForm .forgot a:active,
.teaser_box #MyLoginForm_MyLoginForm .forgot a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.MyChangeEmailPage .form-warning {
  color: red;
}
#MyLoginForm_MyLoginForm .forgot a,
#MyLoginForm_MyLoginForm .forgot a:visited,
#MyLoginForm_MyLoginForm .forgot a:active,
#MyLoginForm_MyLoginForm .forgot a:hover {
  color: #000000;
  border-color: #000000;
}
#MyLoginForm_MyLoginForm p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5rem;
}
#MyLoginForm_MyLoginForm .account-notice,
#MyLoginForm_MyLoginForm .account-notice p {
  font-size: 20px;
}
#MyLoginForm_MyLoginForm .description {
  display: block;
  clear: both;
  margin-left: 184px;
  padding-top: 5px;
  margin-bottom: 3px;
}
#MyCreateAccountForm_MyCreateAccountForm .description {
  display: block;
  clear: both;
  margin-left: 200px;
  padding-top: 5px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  #MyCreateAccountForm_MyCreateAccountForm .description {
    margin-left: 0;
  }
}
#MyLoginForm_MyLoginForm_error {
  color: #d10000;
  font-weight: bold;
}
#MyLoginForm_MyLoginForm_error.notactivated,
#MyLoginForm_MyLoginForm_error.disabled {
  display: none;
}
#MyCreateAccountForm_MyCreateAccountForm_Password_Holder > .middleColumn {
  margin-left: 0;
}
.sidebar-data-row {
  position: relative;
  clear: both;
  margin-bottom: 3px;
}
.personal-data-container {
  padding: 13px 10px 10px 10px;
}
.personal-data-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  clear: both;
  margin-bottom: 8px;
}
.personal-data-row.lidnr,
.personal-data-row.logout {
  margin-top: 10px;
}
.personal-data-row.logout {
  min-height: 15px;
}
.personal-data-hdr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  width: 35%;
}
.personal-data-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  top: 0;
  left: 0;
  padding-left: 37%;
  text-align: left;
  width: 100%;
}
.personal-data-content a.edit {
  display: inline-block;
  float: right;
}
.personal-data-name {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 5px;
}
.myad-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.myad-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  border: 1px solid #000000;
  padding: 20px 8px 8px 8px;
  width: 69%;
  min-height: 124px;
}
.myad-img {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 150px;
  overflow: hidden;
}
.myad-data {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 160px;
  width: 100%;
}
.myad-title {
  margin: 0;
  max-width: 400px;
  word-wrap: break-word;
}
.myad-intro {
  margin: 4px 0;
}
.myad-price {
  display: inline-block;
  color: #ffffff;
  background-color: #9d9d9d;
  border-radius: 5px;
  padding: 3px 5px;
}
.myad-type {
  position: absolute;
  right: 8px;
  top: 4px;
  font-size: 16px;
  color: #009900;
}
.myad-date {
  position: absolute;
  right: 8px;
  bottom: 4px;
  font-size: 16px;
}
.myad-controls {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  display: inline-block;
  width: 29%;
}
.myad-controls .icon {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.myad-control {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  min-height: 28px;
  clear: both;
  margin-bottom: 3px;
  overflow: hidden;
}
.myad-control .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.myad-controls-label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 2px 0 2px 30px;
}
.myad-control-stats {
  font-size: 16px;
  color: #9d9d9d;
}
.myad-control-stats .icon {
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icons/ic_visibility_grey600_24dp.png');
}
.myad-control-magazine {
  font-size: 16px;
  color: #9d9d9d;
}
.myad-control-magazine .icon {
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icons/ic_magazine_grey.png');
}
.myad-control-renew .icon {
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icons/ic_autorenew_grey600_24dp.png');
}
.myad-control-renew:hover .icon {
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icons/ic_autorenew_black_24dp.png');
}
.myad-control-review .icon {
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icons/euro_grey_24_24.png');
}
.myad-control-review:hover .icon {
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icons/euro_black_24_24.png');
}
.myad-control-actions .myad-controls-sidebyside {
  position: relative;
  display: inline-block;
}
.myad-control-actions .myad-controls-sidebyside .myad-controls-label {
  padding-top: 4px;
}
.myad-control-actions .myad-controls-sidebyside.edit .icon {
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icons/ic_edit_grey600_24dp.png');
}
.myad-control-actions .myad-controls-sidebyside.edit:hover .icon {
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icons/ic_edit_black_24dp.png');
}
.myad-control-actions .myad-controls-sidebyside.delete .icon {
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icons/ic_delete_grey600_24dp.png');
}
.myad-control-actions .myad-controls-sidebyside.delete:hover .icon {
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/images/icons/ic_delete_black_24dp.png');
}
.myorders-container-recent .cat-title {
  margin-bottom: 20px;
}
.myorders-container-recent .myad-container {
  margin-bottom: 40px;
}
/*
	<div class="myad-container">
		<div class="myad-content">
			<div class="myad-img">
				$Photo.PaddedImage(295, 212)
			</div>
			<div class="myad-data">
				<span class="type">$Type</span>
				<h3>$Title</h3>
				<div class="myad-intro">$Intro</div>
				<div class="myad-price">$Price</div>
				<div class="myad-date">$Date</div>
			</div>
		</div>
		<div class="myad-controls">
			<div class="myad-controls-renew">
				verlengen
			</div>
			<div class="myad-controls-stats">
				140 x bekeken, loopt tot 14 apr
			</div>
			<div class="myad-controls-magazine">
				opgenomen in A&A 12
			</div>
			<div class="myad-controls-actions">
				bewerk verwijder
			</div>
		</div>
	</div>
*/
.typography .orderhistory {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  max-width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666666;
}
.typography .orderhistory th,
.typography .orderhistory td {
  border-width: 0 1px;
  border-style: solid;
  border-color: #666666;
}
.typography .orderhistory thead {
  font-weight: bold;
  border-right-width: 1px;
  border-left-width: 1px;
}
.typography .orderhistory thead th {
  background-color: #d8d8d8;
  text-align: left;
  padding: 0 5px;
}
.typography .orderhistory .col-title {
  width: 265px;
}
.typography .orderhistory .col-date {
  width: 75px;
}
.typography .orderhistory td {
  min-height: 25px;
  vertical-align: top;
}
.typography .orderhistory .odd td {
  background-color: #eaeaea;
}
.typography .orderhistory .even td {
  background-color: #ffffff;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('https://www.ledemaatjes.nl/_resources/app/client/javascript/fancyBox/source/fancybox_sprite.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('https://www.ledemaatjes.nl/_resources/app/client/javascript/fancyBox/source/fancybox_sprite@2x.png');
  }
  #fancybox-loading div {
    background-image: url('https://www.ledemaatjes.nl/_resources/app/client/javascript/fancyBox/source/fancybox_loading@2x.gif');
  }
}
/********** HTML5 DISPLAY DEFINITIONS *****************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/********** CORE **************************************************/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* Remove text-shadow in selection highlight: h5bp.com/i */
::-moz-selection {
  text-shadow: none;
}
::selection {
  text-shadow: none;
}
/********** TYPOGRAPHY ********************************************/
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/********** EMBEDDED CONTENT **************************************/
/*
    * 1. Improve image quality when scaled in IE7: h5bp.com/d
    * 2. Remove the gap between images and borders on image containers: h5bp.com/e
*/
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Correct overflow not hidden in IE9 */
svg:not(:root) {
  overflow: hidden;
}
/********** FORMS *************************************************/
/*
    * 1. Display hand cursor for clickable form elements
    * 2. Allow styling of clickable form elements in iOS
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
[role="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/* Consistent box sizing and appearance */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* Remove inner padding and border in FF3/4: h5bp.com/l */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/*
    * 1. Remove default vertical scrollbar in IE6/7/8/9
    * 2. Allow only vertical resizing
*/
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* Formulier "Plaats Ledemaatje" */
.UserDefinedForm form textarea {
  height: auto;
}
.UserDefinedForm form select {
  width: 432px;
}
/********** ARTS EN AUTO ******************************************/
/********** HELPER CLASSES ****************************************/
/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}
/* Text overflow with ellipsis */
.ellipsis {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}
/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* This is not meant for responsiveness, use a separate file for that */
@media only screen and (max-width: 767px) {
  /* Open all sitemap tree nodes by default to prevent usability difficulty on mobile devices */
  #sitemap li a {
    font-size: 115%;
  }
  #sitemap li ul {
    display: block !important;
  }
}
.ledemaatje-overview__cols-2,
.ledemaatje-overview__cols-3,
.ledemaatje-overview__cols-4 {
  display: grid;
  grid-gap: 20px;
}
@media (min-width: 1024px) {
  .ledemaatje-overview__cols-2,
  .ledemaatje-overview__cols-3,
  .ledemaatje-overview__cols-4 {
    margin-bottom: 20px;
  }
  .ledemaatje-overview__cols-2:last-child,
  .ledemaatje-overview__cols-3:last-child,
  .ledemaatje-overview__cols-4:last-child {
    margin-bottom: 0;
  }
}
.ledemaatje-overview__cols-2 .ledemaatje-overview__item,
.ledemaatje-overview__cols-3 .ledemaatje-overview__item,
.ledemaatje-overview__cols-4 .ledemaatje-overview__item {
  margin-bottom: 30px;
  background-color: #e5f1f2;
  padding: 10px;
}
.ledemaatje-overview__cols-2 .ledemaatje-overview__item img,
.ledemaatje-overview__cols-3 .ledemaatje-overview__item img,
.ledemaatje-overview__cols-4 .ledemaatje-overview__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #c3dfe1;
}
.CategoryObjectPage .ledemaatje-overview__item img {
  width: auto;
}
.ledemaatje-overview__cols-2 h2 {
  font-size: 22px;
}
.ledemaatje-overview__cols-2 h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .ledemaatje-overview__cols-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media (min-width: 768px) {
  .ledemaatje-overview__cols-2.recent-articles {
    margin-bottom: 60px;
  }
}
.ledemaatje-overview__cols-3 h2 {
  font-size: 21px;
}
.ledemaatje-overview__cols-3 h5 {
  font-size: 16px;
}
@media (min-width: 858px) {
  .ledemaatje-overview__cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1318px) {
  .ledemaatje-overview__cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1240px) {
  .ledemaatje-overview__cols-3 {
    grid-gap: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1239px) {
  .ledemaatje-overview__cols-3 .ledemaatje-overview__item {
    width: auto;
  }
  .ledemaatje-overview__cols-3 .ledemaatje-overview__item h5 {
    margin-top: -5px;
  }
  .ledemaatje-overview__cols-3 .ledemaatje-overview__item-content {
    padding-left: 20px;
  }
}
.ledemaatje-overview__cols-4 h2 {
  font-size: 21px;
}
.ledemaatje-overview__cols-4 h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .ledemaatje-overview__cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1240px) {
  .ledemaatje-overview__cols-4 {
    grid-gap: 30px;
  }
}
.ledemaatje-overview__cols-4 .ledemaatje-overview__item {
  margin-bottom: 30px;
}
.CategoryObjectPage .ledemaatje-overview__item,
.CategoryHolderPage .ledemaatje-overview__item {
  margin-right: 30px;
  width: 100%;
  min-height: 625px;
}
@media (min-width: 722px) {
  .CategoryObjectPage .ledemaatje-overview__item,
  .CategoryHolderPage .ledemaatje-overview__item {
    max-width: 315px;
    width: calc(50% - 30px);
  }
}
@media (min-width: 1318px) {
  .CategoryObjectPage .ledemaatje-overview__item,
  .CategoryHolderPage .ledemaatje-overview__item {
    width: calc(33% - 60px);
  }
  .CategoryObjectPage .ledemaatje-overview__item.googlead,
  .CategoryHolderPage .ledemaatje-overview__item.googlead {
    width: 100%;
    max-width: 100%;
    height: 90px;
    background: none;
    min-height: 90px;
  }
}
@media (min-width: 1240px) {
}
.ledemaatje-overview__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ledemaatje-overview__item h2 {
  margin: 0 0 16px;
  line-height: 25px;
}
.ledemaatje-overview__item h2 a {
  color: #000000;
}
.ledemaatje-overview__item h5 {
  margin: 0;
  font-weight: normal;
  color: #000000;
}
.ledemaatje-overview__item p {
  margin: 0;
  line-height: 23px;
}
@media (min-width: 1024px) {
  .ledemaatje-overview__item p {
    line-height: 27px;
  }
}
.ledemaatje-overview__item p.post-comments-count {
  color: #000000;
  font-size: 0.8em;
  margin-top: 6px;
  font-style: italic;
}
.ledemaatje-overview__item-content {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 310px;
}
.ledemaatje-overview__item-content br {
  display: none;
}
.ledemaatje-overview__item-content a.ledemaatje-link {
  display: block;
}
.ledemaatje-overview__item-content-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  bottom: 0;
  padding: 0 4px 0 0;
  min-height: 29px;
}
.ledemaatje-overview__item-content-meta h5 {
  color: #ff7113;
}
.button-more__container {
  text-align: center;
  margin-bottom: 50px;
}
.button-more__link {
  background-color: #000;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 20px;
  position: relative;
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0 15px;
  border: 0 !important;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.button-more__icon {
  background-color: #383838;
  width: 40px;
  margin: 0 -15px 0 15px;
  border-radius: 0 20px 20px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.button-more__icon svg {
  margin: auto;
  vertical-align: middle;
}
.hdr-line__container {
  display: block;
  position: relative;
}
.hdr-line__container a {
  display: block;
  text-decoration: none;
}
.hdr-line__container--with-extra-text .hdr-line__hdr {
  margin-bottom: 40px;
}
.hdr-line__hdr {
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.15;
  padding-top: 5px;
}
.hdr-line__hdr:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 4px;
  border-bottom: 1px solid #272425;
  margin-left: 20px;
}
h1.hdr-line__hdr {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  h1.hdr-line__hdr {
    font-size: 38px;
    line-height: 44px;
  }
}
h2.hdr-line__hdr {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  h2.hdr-line__hdr {
    font-size: 32px;
    line-height: 38px;
  }
}
h3.hdr-line__hdr {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  h3.hdr-line__hdr {
    font-size: 32px;
    line-height: 38px;
  }
}
h4.hdr-line__hdr {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #ff7113;
}
@media only screen and (min-width: 1024px) {
  h4.hdr-line__hdr {
    font-size: 32px;
    line-height: 38px;
  }
}
.hdr-line__extra-text {
  position: absolute;
  bottom: -17px;
  left: 0;
  text-align: right;
  padding: 0 8px;
  width: auto;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}
.no-underline {
  text-decoration: none;
}
.main-container .main-wrapper {
  max-width: 1450px;
}
.style2024 body {
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
}
.main-container {
  padding: 35px 0 50px;
  line-height: 1.6;
}
.main-container .main-wrapper {
  max-width: 1450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .main-container {
    padding: 70px 0 80px;
  }
}
.main-container > .main-wrapper > :first-child {
  margin-top: 0;
}
.main-container > .main-wrapper > :last-child {
  margin-bottom: 0;
}
.main-content {
  width: 100%;
  overflow: hidden;
}
.main-content > :first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .main-content {
    width: 100%;
  }
  .main-content--full-width {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .main-content .content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .main-content .content p,
  .main-content .content li {
    font-size: 17px;
  }
}

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@media only screen and (max-width: 960px) {
  html {
    font-size: 12px;
  }
  body {
    width: 100%;
    min-width: 0;
  }
  #container {
    padding: 0;
    width: 100%;
  }
  /********** TOP + MENU ********************************************/
  .site-top {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .site-access {
    position: static;
    height: auto;
  }
  .site-logo {
    width: auto;
  }
  .nav-main .mainnav-item:first-child {
    display: none;
  }
  .nav-main .mainnav-item a {
    font-size: 20px;
    line-height: 20px;
  }
  .nav-main .mainnav-item a,
  .nav-main .mainnav-item a:hover {
    background-color: transparent;
  }
  .nav-sub {
    height: auto;
  }
  .subnav-item a {
    font-size: 20px;
  }
  /********** CONTENT ***********************************************/
  .site-main {
    padding-bottom: 10px;
    width: 100%;
  }
  .site-bottom {
    position: relative;
  }
  /********** BOTTOM ************************************************/
  .bottom-wrapper {
    width: 100%;
  }
  .navs-footer div.footernav {
    width: 25%;
    margin-bottom: 20px;
  }
  .navs-footer div.footernav a:hover {
    background-color: rgba(111, 175, 183, 0.5);
  }
  .navs-footer ul {
    float: none;
    padding: 0;
    width: 100%;
    height: auto;
    border-left: 0 none;
  }
  .navs-footer ul li {
    text-align: center;
  }
  .navs-footer ul a {
    display: block;
    font-size: 20px;
  }
  .nav-service ul {
    margin: 0;
  }
  .nav-service .servicenav-item {
    display: inline-block;
  }
}
@media only screen and (max-width: 960px) {
  .nav-ledemaatjes {
    position: relative;
  }
  .site-top-content-wide .sitenav-help {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    top: 2px;
    max-width: none;
    margin-right: 0;
  }
  .sitenav-placead {
    margin-top: 18px;
  }
  .nav-ledemaatjes {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 750px) {
  .top-search .search-criteria {
    width: 82px;
  }
  .cta-advertise img {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .navs-footer div.footernav {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .nav-main .mainnav-item a,
  .nav-main .mainnav-item a:hover {
    border: 0 none;
  }
  .onMobileEmbedVvAAapp .top-search-mobile {
    width: 100% !important;
  }
  .onMobileEmbedVvAAapp .navmob-btn-menu {
    display: none;
  }
  .site-top-content-narrow {
    display: block;
  }
  .site-top-content-narrow .top-search-mobile {
    display: inline-block;
    vertical-align: bottom;
    width: 76%;
    height: 30px;
    overflow: hidden;
    margin-bottom: 1px;
    padding-top: 2px;
  }
  .site-top-content-narrow fieldset {
    position: relative;
    display: inline-block;
    width: 78%;
    margin: 0 1% 0 0;
    overflow: hidden;
  }
  .site-top-content-narrow fieldset input {
    width: 100%;
    height: 27px;
  }
  .site-top-content-narrow .Actions {
    display: inline-block;
    width: 20%;
    margin-left: 0;
  }
  .site-top-content-narrow .Actions input {
    float: right;
    height: 27px;
    line-height: 1.9rem;
    padding-top: 0;
  }
  .site-top-content-wide {
    display: none;
  }
  .site-main {
    margin-top: 15px;
  }
  .nav-ledemaatjes-narrow {
    display: block;
    width: 100%;
    position: relative;
  }
  .navmob-logo {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0.4rem;
  }
  .navmob-logo img {
    max-width: 100%;
    height: auto;
  }
  .navmob-btn-menu {
    position: relative;
    margin: 0 2% 0 0;
  }
  .navmob-btn-menu .label {
    margin-left: 31px;
  }
  /*
            .navmob-btn-my {
                margin: 0 2% 0.2rem 0;
            }
    */
  /*
            .navmob-btn-search {
                margin: 0 0 0.2rem 0;
            }
    */
  .navmob-btn {
    display: inline-block;
    width: 22%;
    height: 29px;
  }
  .navmob-btn a.action {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    font-size: 21px;
    border-radius: 3px 3px 0 0;
  }
  .navmob-btn.selected a.action,
  .navmob-btn.selected a.action:active {
    background: transparent;
    background-color: #6fafb7;
    border-color: #6fafb7;
  }
  .navmob-select-cat {
    display: inline-block;
    width: 100%;
    height: 30px;
    margin-bottom: 0.2rem;
    background-color: #6fafb7;
    margin-top: 10px;
  }
  .navmob-search {
    width: 100%;
    padding: 0.5rem;
  }
  .navmob-search.site-access {
    border-radius: 0;
  }
  .navmob-search fieldset {
    display: inline-block;
    vertical-align: bottom;
    width: 80%;
    padding: 0;
    margin: 0;
  }
  .navmob-search fieldset input {
    width: 95% !important;
  }
  .navmob-search .Actions {
    display: inline-block;
    vertical-align: bottom;
    width: 20%;
    margin: 0;
    padding: 0;
  }
  .navmob-search .Actions input {
    width: 100%;
    min-width: 55px;
  }
  .navmob-menu {
    width: 100%;
    margin-top: -1px;
  }
  .navmob-menu .site-access {
    padding: 0.6rem 0 0 0;
    border-radius: 0;
  }
  .navmob-menu .site-access .nav-main {
    width: 100%;
  }
  .navmob-menu .site-access .mainnav-item {
    display: inline-block;
    width: 25%;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    height: 21px;
    overflow: hidden;
  }
  .navmob-menu .site-access .mainnav-item a {
    padding: 0 0 0 11px;
  }
  .hambo {
    position: absolute;
    display: inline-block;
    left: 10px;
    top: -4px;
    border: none;
    width: 33px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    padding-top: 28px;
    color: #666666;
  }
  .hambo:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 3px;
    background: #fff;
    top: 10px;
    left: 0;
    -webkit-box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
            box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
  }
}
@media only screen and (max-width: 700px) and (max-width: 420px) {
  .navmob-logo {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .cat-adverts .highlighted-ad,
  .cat-adverts-horizontal .highlighted-ad {
    height: 500px;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 14px;
  }
  .site-logo {
    padding: 16px 0;
    background: transparent none;
  }
  .site-logo img {
    max-width: 160px;
  }
  .cat-adverts .highlighted-ad .ledemaatje-title,
  .cat-adverts-horizontal .highlighted-ad .ledemaatje-title,
  .cat-adverts .ledemaatje-title,
  .cat-adverts-horizontal .ledemaatje-title {
    height: auto;
  }
  .navs-footer div.footernav {
    width: 100%;
  }
  .container-main-padding {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .navmob-menu .site-access .mainnav-item {
    width: 33.3%;
  }
}
@media only screen and (max-width: 450px) {
  .navmob-btn a.action {
    font-size: 18px;
  }
  .site-top-content-narrow .top-search-mobile {
    font-size: 10px;
  }
  .navmob-btn-menu {
    vertical-align: bottom;
  }
  .navmob-btn-menu .label {
    margin-left: 14px;
    float: right;
  }
  .hambo {
    left: 6px;
    width: 25px;
  }
  .site-top-content-narrow .Actions input {
    font-size: 16px;
    padding: 0 5px 2px 6px;
  }
}
@media only screen and (max-width: 400px) {
  .navmob-menu .site-access .mainnav-item {
    width: 50%;
  }
  .navmob-btn a.action {
    padding-right: 3px;
  }
  .hambo {
    width: 20px;
  }
}
@media only screen and (max-width: 0px) {
  /********** CORE SITE *********************************************/
  body {
    width: 100%;
    min-width: 0;
    font-size: 12px;
  }
  #container {
    padding: 0;
    width: 100%;
  }
  /********** TOP + MENU ********************************************/
  .site-top {
    position: relative;
    margin: 0 auto;
    width: 98%;
  }
  .site-logo {
    padding: 16px 0;
    background: transparent none;
  }
  .site-logo img {
    max-width: 160px;
  }
  .site-access {
    position: static;
    height: auto;
  }
  .nav-main > ul li:first-child {
    display: none;
  }
  .nav-main > ul li a {
    font-size: 20px;
  }
  .nav-main > ul li a,
  .nav-main > ul li a:hover {
    border: 0 none;
  }
  .top-search {
    position: absolute;
    top: 14px;
    right: 0;
    float: none;
    margin: 0;
  }
  .top-search .search-criteria {
    width: 80px;
  }
  .top-search .search-criteria,
  .top-search .search-submit {
    font-size: 20px;
  }
  .nav-sub {
    height: auto;
  }
  .subnav-item a {
    font-size: 19px;
  }
  /********** CONTENT ***********************************************/
  .site-mainDEPRECATED {
    margin: 25px auto 0 auto;
    padding-bottom: 510px;
    width: 98%;
  }
  /********** BOTTOM ************************************************/
  .bottom-wrapper {
    width: 98%;
  }
  .navs-footer ul {
    float: none;
    padding: 0;
    width: 100%;
    height: auto;
    border-left: 0 none;
  }
  .navs-footer ul.footernav {
    margin-bottom: 20px;
  }
  .navs-footer ul li {
    text-align: center;
  }
  .navs-footer ul li a {
    display: block;
    font-size: 20px;
  }
  .navs-footer ul li a:hover {
    background-color: rgba(111, 175, 183, 0.5);
  }
  .nav-service ul {
    margin: 0 auto;
    width: 295px;
  }
}
@media only screen and (max-width: 1430px) {
  #Form_advertiseForm {
    width: auto;
  }
}
@media only screen and (max-width: 550px) {
  form div.field .middleColumn {
    margin-left: 0;
    float: none;
    width: 100%;
  }
  form input.text,
  form textarea,
  form select,
  form .editable {
    width: 100%;
  }
  form div.Actions {
    float: right;
    margin-left: auto;
  }
  #Form_advertiseForm label.left {
    width: 100%;
  }
  #Form_advertiseForm .description {
    margin-left: 0px;
  }
  #Form_advertiseForm #Photo01 .middleColumn,
  #Form_advertiseForm .photo .middleColumn {
    width: 100%;
  }
  form div.ss-uploadfield.nolabel .middleColumn {
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  ul:not(.highlighted-ads) .ledemaatje-details {
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  .content-container {
    width: 100%;
  }
  .sidebar-container {
    width: 100%;
  }
  .list-all-categories ul {
    width: 100%;
    margin-bottom: 0;
  }
  .list-all-categories ul li {
    float: none;
    display: inline-block;
    width: 50%;
    height: 56px;
  }
  .HomePage .sidebar-container .CategoryPicker {
    display: none;
  }
  ul:not(.highlighted-ads) .ledemaatje-details {
    width: auto;
  }
  ul:not(.highlighted-ads) .advertisement-horizontal {
    height: auto !important;
  }
  ul:not(.highlighted-ads) .ledemaatje-summary,
  ul:not(.highlighted-ads) .ledemaatje-details {
    height: 300px !important;
  }
}
@media only screen and (max-width: 600px) {
  .cat-adverts .advertisement-horizontal,
  .cat-adverts-horizontal .advertisement-horizontal {
    width: 48.5%;
  }
}
@media only screen and (max-width: 500px) {
  .cat-title-more {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .list-all-categories {
    display: none;
  }
  .cat-adverts .highlighted-ad,
  .cat-adverts-horizontal .highlighted-ad {
    height: auto;
  }
  .cat-adverts .highlighted-ad .ledemaatje-photo,
  .cat-adverts-horizontal .highlighted-ad .ledemaatje-photo {
    float: none;
  }
  .cat-adverts .highlighted-ad .ledemaatje-meta,
  .cat-adverts-horizontal .highlighted-ad .ledemaatje-meta {
    position: relative;
    bottom: auto;
  }
  .cat-adverts .advertisement-horizontal,
  .cat-adverts-horizontal .advertisement-horizontal {
    width: 98%;
  }
}
@media only screen and (max-width: 960px) {
  .myad-type {
    position: relative;
    right: auto;
    top: auto;
  }
  .myad-date {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 10px;
  }
  .mce-container-body.mce-abs-layout {
    position: static;
  }
}
@media only screen and (max-width: 700px) {
  .sidebar-container {
    padding: 0;
  }
  .personal-data-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .adprops-slideshow {
    width: 100%;
  }
  .adprops-finance {
    width: 100%;
    padding: 0;
  }
  .slideshow-enlarge {
    right: 1%;
  }
  .slideshow-control.prev {
    left: 20px;
  }
  .slideshow-control.next {
    right: 20px;
    left: initial;
  }
}
@media only screen and (max-width: 500px) {
  .myad-content {
    width: 60%;
  }
  .myad-controls {
    width: 36%;
  }
  .myad-img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .myad-img img {
    width: 100%;
    height: auto;
  }
  .myad-data {
    padding-left: 0;
    width: 100%;
  }
  .col-date {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .AdvertisementObjectPage h1 {
    font-size: 28px;
  }
  .similar-advertisements {
    display: none;
  }
  .ledemaatje-content {
    width: 100%;
    margin: 0;
  }
  .ledemaatje-sidebar {
    width: 100%;
    float: left;
    margin: 0;
  }
  .sidebar-block {
    width: 48%;
    float: left;
    margin: 1%;
  }
}
@media only screen and (max-width: 700px) {
  .CategoryObjectPage h1,
  .AdvertisementObjectPage h1 {
    font-size: 28px;
  }
  .CategoryObjectPage #row1,
  .AdvertisementObjectPage #row1 {
    display: none;
  }
  #category-picker-wrapper {
    display: none;
  }
  .category-filter-header #row3 #searchfield {
    width: 50%;
  }
  .category-filter-header #row3 #searchfield input {
    min-width: 199px;
  }
  .category-filter-header #row3 #filterfield {
    width: 38%;
    position: absolute;
    right: 0;
    margin-top: 0;
    padding-top: 17px;
  }
  .category-filter-header #row3 #filterfield .filterfield-container {
    width: 100%;
    height: 30px;
  }
  .category-filter-header #row3 #sortfield {
    position: relative;
    width: 50%;
    margin-top: 0;
    margin-right: 40%;
  }
  .map-category-picker {
    position: relative;
    margin-bottom: 20px;
    right: auto;
    top: auto;
  }
}
@media only screen and (max-width: 600px) {
  .CategoryHolderPage .cat-adverts .advertisement,
  .CategoryHolderPage .cat-adverts-horizontal .advertisement {
    width: 98%;
  }
}
@media only screen and (max-width: 550px) {
  .sidebar-block {
    width: 100%;
    float: left;
    margin: 0;
  }
}
@media only screen and (max-width: 400px) {
  #category-picker-wrapper {
    display: none;
  }
  .category-filter-header #row3 #searchfield {
    width: 100%;
  }
  .category-filter-header #row3 #filterfield {
    position: relative;
    width: 100%;
    right: auto;
    padding-top: 0;
    margin-bottom: 0;
  }
  .category-filter-header #row3 #sortfield {
    position: relative;
    width: 100%;
    margin-right: 0;
  }
}

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

