@font-face {
  font-family: 'uitvaart';
  src: url('../media/fonts/uitvaart.eot');
  src: url('../media/fonts/uitvaart.eot?#iefix') format('embedded-opentype'), url('../media/fonts/uitvaart.woff') format('woff'), url('../media/fonts/uitvaart.ttf') format('truetype'), url('../media/fonts/uitvaart.svg#uitvaartregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Signika';
  font-weight: 300;
  src: url('../fonts/Signika/static/Signika-Light.ttf');
}

@font-face {
  font-family: 'Signika';
  font-weight: 400;
  src: url('../fonts/Signika/static/Signika-Regular.ttf');
}


/* LESS Mixins */
/* Sticky Footer: https://css-tricks.com/snippets/css/sticky-footer/ */
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -270px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer,
.page-wrap:after {
  height: 270px;
  box-sizing: border-box;
}
/* einde Sticky Footer */
* {
  font-family: 'Signika', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  list-style-type: none;
  list-style-position: outside;
  font-weight: 300;
}
.wrap {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
html {
  overflow-y: scroll;
}
a,
[onclick] {
  color: #995582;
  text-decoration: none;
}
a:active,
[onclick]:active {
  color: #2c4f59;
  outline: none !important;
}
a:hover,
[onclick]:hover {
  outline: none !important;
}
img {
  border: none;
}
p.extraInfo {
  font-size: 14px;
  margin-left: 24px;
  color: black;
}
h1,
h2,
h3 {
  color: #6f355a;
  font-weight: 400;
  margin: .5em 0;
  line-height: 115%;
}
h1 {
  color: #292929;
  font-size: 28px;
  line-height: 28px;
  margin: 14px 0;
}
h2 {
  font-size: 21px;
  line-height: 21px;
  margin: 14px 0;
}
h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 14px 0;
}
h4 {
  color: #6f355a;
  font-size: 16px;
  margin: 14px 0;
}
p {
  color: #3c3c3c;
  margin: 14px 0;
}
h3 + p {
  margin-top: 0;
}
ul,
ol,
table {
  margin: 14px 0;
}
ul li,
ol li {
  margin-left: 2em;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
strong,
b {
  font-weight: 500;
}
hr {
  border: 0;
  height: 1px;
  background: #d4c2ce;
}
.warning,
.red,
.error,
.error h2,
.errormelding {
  color: crimson;
}
.clear,
br {
  clear: both !important;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* end general styles */
/* start main styles */
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.line {
  font-size: 0px !important;
  line-height: 0px !important;
  height: 1px !important;
  background-color: #292929;
  margin: 5px 0;
}
.ster {
  margin: 0 auto;
  width: 935px;
}
#noteblock {
  position: absolute;
  display: none;
}
.header {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.header .logo {
  float: left;
}
.header .logo img {
  height: 48px;
  width: auto;
  margin-top: 15px;
  margin-right: 15px;
  display: block;
}
.header .klantenservice {
  line-height: 0;
  float: left;
}
.header .klantenservice img {
  height: 65px;
  width: auto;
  margin-top: 10px;
  margin-right: 5px;
}
.header .telefoon {
  float: left;
  margin-top: 11px;
  line-height: 16px;
  color: #2c4f59;
}
.header .pay-off {
  float: left;
  margin-top: 11px;
  line-height: 16px;
  color: #2c4f59;
}
.header .status {
  position: absolute;
  top: 11px;
  right: 0;
  text-align: right;
}
.header .status a {
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  padding: 0 12px;
  border-right: solid 1px rgba(111, 53, 90, 0.3);
}
.header .status a.no-divider {
  padding-right: 0;
  border: none;
}
.header .status form {
  display: inline-block;
  width: auto;
  margin-top: 5px;
}
.header .status form fieldset {
  margin: 0;
}
.header .status form fieldset input {
  width: 150px;
}
.header .header-top {
  position: relative;
  height: 75px;
  line-height: 0;
  border-bottom: 1px solid #d4c2ce;
}
.header .header-top .dossier {
  position: absolute;
  top: 44px;
  right: 0;
  font-size: 14px;
}
.header form.uw_vraag {
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: block;
  background-color: #6f355a;
}
.header form.uw_vraag fieldset {
  position: relative;
  float: right;
  margin-right: 8px;
}
.header form.uw_vraag fieldset i {
  display: inline-block;
  margin-right: 12px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 48px;
}
.header form.uw_vraag fieldset input {
  width: 198px;
  height: 32px;
  line-height: 32px;
  background: #6f355a url(../assets/gfx/loep.svg) no-repeat right center;
  font-size: 14px;
  font-weight: bold;
  padding: 0 38px 0 6px;
  border: none;
  border-radius: 4px;
}
.header form.uw_vraag fieldset input:focus {
  outline: none;
}
.header form.uw_vraag fieldset .search {
  position: absolute;
  background-color: transparent;
  border: 0 none;
  width: 32px;
  height: 32px;
  right: 0;
  top: 8px;
  z-index: 1;
  cursor: pointer;
}
/* end header */
/* start content */
.left_con {
  float: left;
  width: 183px;
  margin: 0 20px 0 0;
}
.menu li {
  margin: 0 0 1px;
}
.menu li a {
  display: block;
  border-radius: 4px;
  line-height: 120%;
  text-decoration: none;
}
.menu li a span {
  line-height: 120%;
}
.menu li a.hi span {
  font-weight: 500;
  color: #2c4f59;
}
#mainmenu {
  margin: 0;
  clear: left;
}
#mainmenu li {
  display: inline-block;
  margin-left: 0 !important;
}
#mainmenu li a {
  display: block;
  border-left: solid 1px #d4c2ce;
  line-height: 32px;
  margin: 8px 0;
  padding: 0 12px;
  text-decoration: none;
}
#mainmenu li a:hover {
  color: #ec87c0;
}
#mainmenu li a.hi {
  color: #ec87c0;
}
#mainmenu li:first-child a {
  border-left: none;
  padding-left: 0;
}
.submenu li {
  margin-left: 0;
  list-style-type: none;
}
.submenu li a {
  color: #995582;
  transition: all .2s linear;
}
.submenu li a span {
  display: block;
  line-height: 1.125;
  margin-bottom: 12px;
}
.submenu li a:hover {
  color: #ec87c0;
}
.submenu li a.hi {
  color: #ec87c0;
}
.middle_con.wide {
  width: 757px !important;
}
.middle_con ul,
.middle_con ol {
  clear: left;
}
.middle_con h5 {
  color: white;
  margin: 0 0 3px 0;
}
.right_con {
  float: right;
  width: 174px;
  text-align: left;
}
.uiting .right_con {
  width: 45%;
  position: relative;
}
/* selectbuttons */
#tekstKleur_id {
  min-width: auto;
  max-width: 148px;
  width: auto;
}
#font {
  min-width: auto;
  max-width: 148px;
  width: auto;
}
#fontsize {
  min-width: auto;
  max-width: 148px;
  width: auto;
}
/* next & previous buttons */
.pagenav {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}
.wide .pagenav {
  width: 757px;
}
/* start paper form styles */
#papereditor legend {
  color: #6f355a;
  text-align: left;
}
#papereditor h3 {
  color: #6f355a;
  text-align: left;
}
fieldset h3 {
  margin: 0 0 .25rem 0;
}
.wide .content_block form {
  max-width: 757px;
}
input.CMS_RADIO {
  margin-right: 5px;
}
#papers {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
#papers li {
  margin: 0 0 4px 0;
}
#papers li a {
  color: #6f355a;
  padding: 1px 18px 0 0;
}
#papers li a:hover,
#papers li a:active {
  text-decoration: none;
}
#papers li a.toggle,
#papers li a.notoggle {
  float: left;
  margin: 0;
  background-color: #bfdff2;
  width: 437px;
  padding: 0 8px 0 25px;
  border-radius: 4px;
  border: none;
}
#papers li a.notoggle {
  background-image: none !important;
  color: #999;
  cursor: default;
}
#papers ul {
  display: none;
  padding: 0;
  margin: 4px 0 0 0;
}
#papers .paperGroup li {
  list-style: none;
  border-bottom: none;
  display: block;
  padding: 2px 4px 2px 0;
  margin: 0;
}
#papers .paperGroup li.hidden {
  display: none;
}
#papers .paperGroup li a {
  display: block;
  padding: 0 8px 0 25px;
  background-color: #e4f1f9;
  border: none;
}
#papers .paperName li {
  list-style: none;
  border-bottom: 1px solid #c5c5c5;
  display: block;
  padding: 2px 2px 2px 0;
  margin: 0;
}
#papers .paperName li.even {
  background-color: #f8f9ed;
}
#papers .paperName li a {
  display: block;
  background-image: none;
  color: #666;
  background-color: transparent;
  border: none;
}
#papers .paperName li a:hover,
#papers .paperName li a:active,
#papers .paperName li a.hi {
  color: #2c4f59;
  font-weight: 500;
}
#papers .paperName li a.hidden {
  display: none;
}
.cssItems {
  float: right;
  color: #000;
  margin: -30px 10px 0 0;
}
#searchPaper {
  margin-bottom: 5px;
  margin-right: 5px;
}
#knopZoekTitel.fa {
  color: #995582;
  padding: 3px 0 0 8px;
}
ul#krantkeuze {
  border-bottom: 1px solid #c5c5c5;
  height: 21px;
  margin-top: 10px;
  width: 100%;
  float: left;
}
ul#krantkeuze li {
  list-style: none;
  display: inline;
}
ul#krantkeuze li a {
  padding: 0 10px;
  float: left;
}
ul#krantkeuze li a:hover,
ul#krantkeuze li a:active {
  color: #6f355a;
  text-decoration: none;
}
ul#krantkeuze li a.hi {
  background-color: #c5c5c5;
  float: left;
  padding-right: 0;
  text-decoration: none;
}
ul#krantkeuze li a.hi span {
  background-color: #c5c5c5;
  padding-right: 10px;
  height: 21px;
  float: left;
  color: white;
  cursor: pointer;
}
#krant .label {
  border-radius: 10px;
  background-color: #bfdff2;
  padding: 5px;
}
/* end paper form styles */
/* start design choice & resume */
#searchDesign {
  float: left;
  width: auto;
}
.content_block ul.legend {
  padding: 0 0 3px 10px;
  margin: 20px 0;
  list-style: none;
  border: 1px solid #d7d8d9;
  border-radius: 4px;
  background-color: #f8f9ed;
  float: left;
}
ul.legend li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 6px 0;
  font-size: 14px;
}
ul.legend li img {
  position: relative;
  top: 3px;
}
ul.legend17 {
  border: 1px solid #d4c2ce;
  border-radius: 2px;
  background-color: #f1ebef;
}
ul.legend17 li {
  display: inline;
  padding: 8px;
  color: #6f355a;
  font-size: 14px;
}
ul.legend17 li .fa {
  margin-right: 4px;
  font-size: 14px;
}
.pagebrowser a {
  display: inline-block;
  padding: 0 5px;
}
.pagebrowser a:hover,
.pagebrowser a.active {
  color: #ec87c0;
  text-decoration: none !important;
  font-weight: 500;
}
.pagemonitor {
  margin: -5px 0 10px 0;
  font-size: 14px;
  float: right;
  margin-right: 12px;
  display: inline;
}
.pagemonitor.top {
  margin-top: 20px;
}
.pagemonitor a {
  color: #292929 !important;
  font-size: 14px;
}
.pagemonitor a .pagemonitor a:hover,
.pagemonitor a .pagemonitor a:active,
.pagemonitor a .pagemonitor .hi {
  color: #292929 !important;
  text-decoration: none !important;
  font-size: 14px;
}
.pagemonitor:hover,
.pagemonitor:active,
.pagemonitor .hi {
  color: #292929 !important;
  text-decoration: none !important;
  font-size: 14px;
}
.wide .pagemonitor {
  margin-right: 0;
  margin-top: 10px;
}
/* end design choice & resume */
/* start text choice */
#load {
  position: absolute;
  z-index: 8;
  top: 0px;
  left: 0px;
  background-color: white;
  width: 100%;
  height: 2500px;
  opacity: 0.9;
}
#load #center {
  margin: 0;
  margin-top: 25vh;
  position: relative;
}
#page_mask {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #292929;
  width: 100%;
  opacity: 0.7;
}
.content_block a.toggle {
  color: #494949;
  float: right;
  padding: 0;
  line-height: 14px;
}
.content_block a.toggle.hi {
  color: #494949;
  padding: 0 0 2px 0;
}
.content_block a.toggle:hover {
  text-decoration: none;
  color: #292929;
}
.content_block a.toggleSub {
  background: transparent url('../media/icon_toggleI.gif') left 10px no-repeat;
  color: #494949;
  float: right;
  padding: 0 18px 2px 0;
  line-height: 34px;
  margin-right: 10px;
}
.content_block a.toggleSub.hi {
  background: transparent url('../media/icon_toggleI.gif') left 10px no-repeat;
  color: #494949;
  float: right;
  padding: 0 18px 2px 0;
}
.forw {
  float: right;
}
.forw .fa {
  margin-left: 8px;
}
.forw:hover {
  background-color: #ec87c0;
}
.sluit:after {
  content: "\2716";
  color: #DC311C;
  font-size: 28px;
}
.pagebrowser {
  margin: 16px 0;
}
.div_toggle {
  border-top: 1px dotted #d4d2e7;
  margin-top: 12px;
  display: none;
}
.poemSearch {
  margin-top: 5px;
}
.scrollBox {
  border-top: 1px solid #6f355a;
  width: 100%;
  height: 188px;
  margin: 7px 0 0 0;
  padding: 10px 0 0 0;
  overflow-y: auto;
  float: left;
}
.scrollBox h5 {
  color: #787878;
}
.content_block .scrollBox a {
  color: #494949;
}
.content_block .scrollBox a:hover {
  color: #292929;
  text-decoration: none;
}
/* end text choice */
/* start layout choice */
#pictlistHolder {
  margin-bottom: 32px;
}
#picteditor fieldset label,
#picteditor fieldset label.CMS_RADIO,
#picteditor fieldset input.CMS_RADIO {
  margin-bottom: 8px;
}
#picteditor fieldset label.CMS_RADIO {
  position: relative;
  top: -10px;
}
#picteditor .toggleSluiten {
  display: block;
  position: relative;
  z-index: 2;
  color: white;
  background: #4f4f4f url('/media/icon_togglesluiten.gif') 88px 50% no-repeat;
  margin-top: 1px;
  padding: 2px 12px 2px 8px;
  width: 88px;
  float: right;
  margin-right: 30px;
}
#picteditor .div_toggle {
  border-top: none;
  margin-top: 0;
}
#picteditor #pictlistHolder {
  border-bottom: none;
}
.content_block .holder,
.content_block .beeldplaatsen,
.content_block .titles,
.content_block .codes {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.content_block .holder li,
.content_block .beeldplaatsen li,
.content_block .titles li,
.content_block .codes li {
  text-align: left;
  display: block;
  float: left;
  margin: 0 0 0 1px;
  width: 91px;
}
.content_block .holder li:first-child,
.content_block .beeldplaatsen li:first-child,
.content_block .titles li:first-child,
.content_block .codes li:first-child {
  margin-left: 0;
}
.content_block .holder li.last,
.content_block .beeldplaatsen li.last,
.content_block .titles li.last,
.content_block .codes li.last {
  margin: 0 0 4px 0;
}
.content_block #bgholder,
.content_block #facadeholder,
.content_block #bgcodes,
.content_block #pictholder,
.content_block #facadecodes {
  float: left;
  margin: 0 10px 0 0;
  width: 470px;
}
.content_block .holder,
.content_block .beeldplaatsen {
  min-height: 115px;
}
.content_block .holder li,
.content_block .beeldplaatsen li {
  background-color: #e9eef5;
  height: 115px;
  border: 1px solid #d7d8da;
  overflow: hidden;
  text-align: center;
  padding-top: 10px;
}
.content_block .holder li a,
.content_block .beeldplaatsen li a {
  cursor: default !important;
}
.content_block .holder li i,
.content_block .beeldplaatsen li i {
  cursor: pointer !important;
}
.content_block .codes {
  position: relative;
  top: -4px;
}
.content_block .codes li {
  background-color: #e9eef5;
  border: 1px solid #d7d8da;
}
.content_block .titles li {
  padding: 0 1px;
}
.content_block .imgtable {
  list-style: none;
  border-collapse: separate;
  position: relative;
  top: 20px;
}
.ghost {
  background-color: #e9eef5;
}
.holder li .beeldplaatsen li a {
  width: 100%;
  text-align: center;
  margin: 0;
  display: block;
  color: #494949;
  cursor: default;
  height: 150px;
}
.holder li .beeldplaatsen li a span {
  display: block;
  text-align: left;
  margin: 0;
}
.holder li .beeldplaatsen li a span.title {
  width: 64px;
  height: 11px;
  overflow: hidden;
}
.holder li .beeldplaatsen li a div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 76px;
  width: 77px;
}
.holder li .beeldplaatsen li a:hover {
  color: #292929;
  text-decoration: none;
}
.holder li .beeldplaatsen li a.delete {
  position: relative;
  top: -90px;
  float: right;
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: inline;
}
.holder li .beeldplaatsen li span {
  text-align: center;
  display: block;
}
.imgtable td {
  text-align: right;
  width: 84px;
  border: 1px solid #d7d8da !important;
  border-radius: 4px;
}
.imgtable td a {
  width: 100%;
  height: 105px;
  text-align: center;
  margin: 0;
  display: block;
  color: #494949;
}
.imgtable td a:hover {
  color: #292929;
  text-decoration: none;
}
.imgtable td a div,
.imgtable td a span.div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 76px;
  width: 77px;
}
.imgtable td a span {
  display: block;
  text-align: left;
  margin: 0;
}
.imgtable td a span.title {
  height: 11px;
}
/* end layout choice */
/* start default block style */
.inner {
  padding-top: 10px;
}
.banner_block .inner {
  padding-top: 0px;
}
.block {
  padding-bottom: 10px;
  display: inline;
}
.block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block li {
  margin: 0 10px;
  padding: 0;
}
.block a {
  text-decoration: none;
}
.block img {
  margin-top: 10px;
}
/* end default block style */
/* start gray block */
.white_block,
.gray_block {
  background-color: #e8e9e9;
  float: left;
  width: 450px;
  padding: 10px 20px;
}
.white_block .inner,
.gray_block .inner {
  padding: 0 7px 0 8px;
}
.white_block h3,
.gray_block h3 {
  text-align: left;
  color: #287bae;
}
.white_block p,
.gray_block p {
  color: #292929;
  margin: 6px 0;
  display: inline;
}
.white_block .line,
.gray_block .line {
  display: block;
  background-color: #999;
  clear: both;
  position: relative;
  top: 3px;
}
.white_block p.info strong,
.gray_block p.info strong,
.white_block p.info b,
.gray_block p.info b {
  float: right;
  width: 75px;
  text-align: right;
  display: inline;
}
.white_block a,
.gray_block a {
  color: #494949;
}
.white_block .preview,
.gray_block .preview {
  margin: 0 0 6px 0;
}
.white_block {
  background-color: #fff;
  float: none;
  width: auto;
  padding: 10px 20px;
  display: block !important;
}
.white_block .inner {
  display: block;
}
#warning_block.white_block.block,
#warning_block.gray_block.block {
  padding: 10px;
}
.build,
.refresh {
  padding: 2px 0 2px 14px;
  cursor: pointer;
}
.refresh {
  background: transparent url('../media/icon_refresh.gif') left top no-repeat;
}
.build {
  background: transparent url('../media/icon_build.gif') left top no-repeat;
}
.download {
  display: inline-block;
}
#scrollRight a.download:hover {
  color: #FFF;
  background-color: #ec87c0;
}
.build,
.refresh {
  padding-left: 0;
}
a.download:hover {
  background-color: #b0b3b4;
  color: white;
}
#downloadPreview {
  float: right;
  display: inline;
  width: auto;
  margin-bottom: 13px;
}
#downloadPreview input.radio {
  margin-right: 5px;
}
#downloadPreview label,
#downloadPreview label.CMS_RADIO {
  margin-right: 10px;
}
#uploadPreview,
#preview {
  display: block;
  clear: both;
  width: 470px;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #FFFFFF;
}
#preview:hover {
  background: #FFFFFF url(../media/refresh.png) 50% 40% no-repeat;
  cursor: pointer;
}
/* start browse preview */
#uploadPreview img,
#preview img {
  clear: both;
  margin-bottom: 0px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(127, 127, 127, 0.5);
}
#preview:hover img {
  opacity: .4;
}
#preview ul.browser,
#mask .preview ul.browser {
  padding: 0px;
  text-align: center;
}
#mask .preview ul.browser {
  padding-top: 10px;
}
#preview .browser li,
#mask .preview .browser li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
#preview .browser li a,
#mask .preview .browser li a {
  width: 30px;
  display: block;
  text-align: center;
  box-shadow: 0 1px 3px rgba(127, 127, 127, 0.5);
}
#preview .browser li a.hi,
#mask .preview .browser li a.hi {
  background-color: white;
  color: #292929;
  box-shadow: none;
  border: 1px solid #000000;
}
#preview .browser li a.hi:hover,
#mask .preview .browser li a.hi:hover {
  text-decoration: none;
}
/* end browse preview */
/* end gray block */
.right_con h2 {
  margin: 0 0 10px 0;
  text-align: left;
}
.content_block {
  margin: 0 0 50px;
  width: 100%;
}
.content_block table {
  border-collapse: collapse;
}
.content_block table td {
  vertical-align: top;
}
.content_block a {
  cursor: pointer;
}
.content_block a:hover {
  text-decoration: underline;
}
.content_block img.cnt_left_img {
  float: left;
  margin: 5px 10px 5px 0;
}
.content_block img.cnt_right_img {
  float: right;
  margin: 5px 0 5px 10px;
}
.content_block .intro span {
  color: #287bae;
}
/* end content */
/* start error */
.errormelding {
  clear: left;
  display: block;
  font-style: italic;
  font-size: 14px;
  line-height: 130%;
}
span.error.black,
div.error.black,
div.error.black h2,
.errormelding.black {
  color: black;
}
/* end error */
/* end main styles */
/* Styles by Guus */
div.helpdesk {
  clear: both;
  display: block;
}
/* Mask for popups */
#mask {
  display: none;
  z-index: 8;
  position: absolute;
  top: 0px;
  left: 0px;
  background: none;
  width: 100%;
  height: 2500px;
}
#mask .center {
  position: relative;
}
body div.sitelabel {
  background-color: #287bae;
  color: white;
  padding: 5px 9px 9px 5px;
  position: fixed;
  width: auto;
  left: -4px;
  bottom: -4px;
  z-index: 10000;
  display: none;
}
body div.sitelabel.show {
  display: block;
}
fieldset span.cke_skin_kama {
  border: none;
  border-radius: 0;
  padding: 0;
}
#scrollRight {
  width: 470px;
  position: absolute;
  top: 0;
  /* just used to show how to include the margin in the effect */
  margin-top: 0;
  /*padding-top: 19px;*/
}
#scrollRight.fixed {
  position: fixed;
  top: 0;
}
#noscrollingarea .gray_block {
  float: none;
  width: auto;
}
#noscrollingarea .gray_block p {
  display: block;
  float: none;
}
#noscrollingarea .block {
  display: block;
}
.middle_con {
  position: relative;
  text-align: left;
  width: 45%;
  float: left;
}
.uiting .step1-2_con {
  position: relative;
  text-align: left;
  width: 45%;
  float: left;
}
.uiting .middle_con {
  position: absolute;
  /* required to avoid jumping */
}
.h3icon {
  float: left;
  margin-right: 10px;
  clear: both;
  margin-top: 3px;
}
.h3i {
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  background-color: #6f355a;
  color: white;
  border-radius: 2px;
  font-style: normal;
  text-align: center;
  float: left;
  margin-right: 8px;
}
.version {
  font-size: 14px;
  margin-left: 8px;
}
#toelichting {
  width: 100%;
}
.formaatKeuze,
.papierKeuze,
.stijlKeuze {
  background-color: #f1ebef;
  margin-right: 9px;
  margin-bottom: 9px;
  position: relative;
  float: left;
  transition: all, .5s, linear;
}
.formaatKeuze label,
.papierKeuze label,
.stijlKeuze label {
  cursor: pointer;
  padding: 8px;
}
.formaatKeuze:hover,
.papierKeuze:hover,
.stijlKeuze:hover,
.formaatKeuze.hi,
.papierKeuze.hi,
.stijlKeuze.hi {
  background-color: #ec87c0;
}
.formaatKeuze {
  width: 225px;
  height: 325px;
}
.formaatKeuze label {
  width: 209px;
}
.stijlKeuze {
  width: 459px;
  height: 250px;
}
.stijlKeuze label {
  width: 443px;
  height: 234px;
}
.papierKeuze {
  width: 147px;
  height: 175px;
}
.papierKeuze label {
  width: 131px;
}
.scrollBox a.scrollBox-odd,
.scrollBox a.scrollBox-even {
  padding: 5px 10px;
  width: 100%;
  display: block;
  width: 645px;
  background: #fff;
}
.scrollBox a.scrollBox-odd:hover,
.scrollBox a.scrollBox-even:hover {
  background: #ec87c0;
}
.scrollBox a.scrollBox-odd {
  background: #f1ebef;
}
.symbols {
  float: right;
}
.symbols a {
  font-family: uitvaart, comic sans ms;
  font-size: 24px;
  margin-right: 4px;
  color: #995582;
  text-decoration: none;
}
.symbols a:hover {
  color: #ec87c0;
  text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
.hulp .imageslider,
.home .imageslider {
  background: #DC311C url(../media/bg_imageslider.jpg) center center;
  height: 251px;
}
.hulp .menu,
.home .menu {
  background: #f1ebef;
  height: 160px;
  padding: 40px 0 0 0;
  text-align: center;
}
.hulp .menu li,
.home .menu li {
  display: inline-block;
  margin: 0;
}
.hulp .menu li a,
.home .menu li a {
  background: #995582 no-repeat center top;
  color: white;
  text-decoration: none;
  display: block;
  border-radius: 4px;
  padding-top: 90px;
  height: 30px;
  width: 120px;
  margin: 0 20px;
  text-align: center;
  transition: all, .2s, linear;
}
.hulp .menu li a.symbolen,
.home .menu li a.symbolen {
  background-image: url(../media/icon_hulp_symbolen_hover.png);
}
.hulp .menu li a.handleiding,
.home .menu li a.handleiding {
  background-image: url(../media/icon_hulp_handleiding_hover.png);
}
.hulp .menu li a.prijslijst,
.home .menu li a.prijslijst {
  background-image: url(../media/icon_hulp_prijslijst_hover.png);
}
.hulp .menu li a.updates,
.home .menu li a.updates {
  background-image: url(../media/icon_hulp_updates_hover.png);
}
.hulp .menu li a:hover,
.home .menu li a:hover {
  background-color: #ec87c0;
  color: white;
}
.hulp .middle_con li,
.home .middle_con li {
  list-style-type: disc;
}
.hulp .middle_con p,
.home .middle_con p {
  float: none;
}
.hulp .middle_con p,
.home .middle_con p,
.hulp .middle_con ul,
.home .middle_con ul,
.hulp .middle_con ol,
.home .middle_con ol,
.hulp .middle_con table,
.home .middle_con table,
.hulp .middle_con h3,
.home .middle_con h3,
.hulp .middle_con h2,
.home .middle_con h2 {
  color: #3c3c3c;
  margin: 0 0 13px 0;
}
.hulp .middle_con h3,
.home .middle_con h3,
.hulp .middle_con h2,
.home .middle_con h2 {
  color: #DC311C;
}
.hulp .middle_con a,
.home .middle_con a {
  color: #287bae;
}
.hulp .middle_con table,
.home .middle_con table {
  margin-top: 6px;
}
.hulp .middle_con table td,
.home .middle_con table td {
  border: 1px solid #287bae;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
.hulp .partners li,
.home .partners li {
  display: inline-block;
  margin-right: 40px;
}
.hulp table {
  margin-top: 6px;
}
.hulp table td {
  border: 1px solid #d4c2ce;
  text-align: center;
  font-weight: 300;
  line-height: 160%;
  width: 7.7%;
}
.hulp table .uitvaart td {
  font-size: 36px;
  line-height: 160%;
  font-family: uitvaart;
}
.site-footer {
  background-color: #6f355a;
  color: white;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}
.site-footer a {
  color: #c1e1f4;
}
.site-footer h3,
.site-footer p,
.site-footer ul {
  color: #fff;
  margin: 1ex 0;
}
.site-footer #box {
  float: left;
  margin-right: 54px;
}
.site-footer ul {
  padding: 0;
}
.site-footer ul li {
  margin-left: 15px;
}
.site-footer ul.social li {
  list-style-type: none;
  margin-left: -5px;
}
.site-footer ul.social li i {
  color: #ffffff;
}
#VoorbeeldHolder {
  text-align: center;
}
#VoorbeeldHolder .voorbeeld {
  text-align: center;
  display: none;
  vertical-align: top;
}
#VoorbeeldHolder .voorbeeld.selected {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 13px;
}
#VoorbeeldHolder .prev,
#VoorbeeldHolder .next {
  cursor: pointer;
  color: #6f355a;
}
#VoorbeeldHolder .prev.mute,
#VoorbeeldHolder .next.mute {
  color: #eee;
  cursor: default;
}
#VoorbeeldHolder .prev {
  float: left;
}
#VoorbeeldHolder .prev:before {
  font-weight: bold;
  content: '\2190';
  margin-right: 1em;
}
#VoorbeeldHolder .next {
  float: right;
}
#VoorbeeldHolder .next:after {
  font-weight: bold;
  content: '\2192';
  margin-left: 1em;
}
#infoHolder textarea,
textarea#info {
  width: 100%;
  height: 200px;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.05);
}
.banner-toggle {
  clear: both;
  text-align: right;
  border-bottom: 1px solid #d4c2ce;
  color: #995582;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-bottom: 2px;
  margin-bottom: 2%;
  margin-top: -1em;
  cursor: pointer;
}
.banner {
  display: block;
  float: left;
  box-sizing: border-box;
  margin-right: 2%;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.banner.perc33 {
  width: 32%;
}
.banner.perc33:nth-of-type(3) {
  margin-right: 0;
}
.banner.perc100 {
  width: 100%;
  margin-right: 0;
  margin-top: 2%;
}
.banner.img {
  padding: 0;
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
}
.banner header {
  color: #fff;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid #fff;
}
.banner h1 {
  color: #fff;
  font-size: 24px;
  line-height: 27px;
}
.banner h2 {
  color: #fff !important;
  font-size: 18px;
  line-height: 20px;
}
.banner li {
  margin-left: 20px;
}
.banner.xlichtblauw,
.banner.beige {
  background-color: #c1e1f4;
}
.banner.xlichtblauw header,
.banner.beige header,
.banner.xlichtblauw h1,
.banner.beige h1,
.banner.xlichtblauw h2,
.banner.beige h2 {
  color: #000 !important;
}
.banner.xlichtblauw header,
.banner.beige header {
  border-color: #000;
}
.banner.beige {
  background-color: #f1ebef;
}
.banner.lichtblauw {
  background-color: #66B2DF;
}
.banner.oranje {
  background-color: #DC311C;
}
.banner.paars {
  background-color: #6f355a;
}
.banner.blauw {
  background-color: #2c4f59;
}
.banner.groen {
  background-color: #60633b;
}
.banner header,
.banner h1,
.banner h2 {
  text-align: center;
  margin: 10px 0;
}
.banner:hover {
  text-decoration: none !important;
}
#mapinfo {
  line-height: 120%;
  margin: 10px 0;
}
.leaflet-control-attribution a {
  font-size: 14px;
  line-height: 100% !important;
}
#cebucokaart {
  margin-top: 20px;
}
#cebucokaart .gebied {
  stroke: #66b2df;
  fill: #c1e1f4;
  cursor: pointer;
}
#cebucokaart .gebied.active,
#cebucokaart .gebied:hover {
  stroke: #66b2df;
  fill: #66b2df;
}
#cebucokaart circle {
  fill: #333333;
}
#cebucokaart text {
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.6em;
}
.btn {
  position: relative;
  display: inline-block;
  border: none;
  border-radius: 2px;
  padding: .5ex 1em;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  background-color: #777;
  text-align: center;
  color: white !important;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.btn:hover {
  background-color: #ccc;
  text-decoration: none !important;
}
.btn.btn-forward:after {
  content: "\203A";
  padding-left: 1ex;
}
.btn.btn-back:before {
  content: "\2039";
  padding-right: 1ex;
}
.btn.btn-down:after {
  content: "\2193";
  padding-left: 1ex;
}
.btn.btn-up:after {
  content: "\2191";
  padding-left: 1ex;
}
.btn.btn-primary {
  background-color: #6f355a;
}
.btn.btn-primary:hover {
  background-color: #ec87c0;
}
.btn.btn-secondary {
  background-color: #777;
}
.btn.btn-secondary:hover {
  background-color: #ccc;
}
.btn.btn-success {
  background-color: #60633b;
}
.btn.btn-success:hover {
  background-color: #afc96a;
}
.btn.btn-danger {
  background-color: #DC311C;
}
.btn.btn-danger:hover {
  background-color: #ffc3a4;
}
.btn.btn-warning {
  background-color: #ffbb00;
}
.btn.btn-warning:hover {
  background-color: #ffddaa;
}
.btn.btn-info {
  background-color: #2c4f59;
}
.btn.btn-info:hover {
  background-color: #5ba3ab;
}
.btn.btn-lg {
  font-size: 21px;
  line-height: 32px;
}
.btn.btn-block {
  display: block;
}
.uiting-navigation {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 64px;
  background-color: rgba(44, 79, 89, 0.2);
  color: white;
  z-index: 100;
  padding-top: 1.5rem;
}
.uiting-navigation .pagenavigation {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  height: 64px;
  z-index: 7;
}
.uiting_kiezen {
  position: relative;
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 32px;
  overflow: hidden;
  padding-top: 24px;
}
.uiting_kiezen .owl-carousel {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
}
.uiting_kiezen .owl-carousel .item {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 60px;
}
.uiting_kiezen .owl-carousel .item img:not(.UitingAdvertentie) {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  margin-top: 5px;
}
.uiting_kiezen .owl-carousel .item img:nth-child(2) {
  -ms-transform: skewY(20deg) scale(0.5, 1);
  /* IE 9 */
  -webkit-transform: skewY(20deg) scale(0.5, 1);
  /* Chrome, Safari, Opera */
  transform: skewY(20deg) scale(0.5, 1);
  /* Standard syntax */
  -ms-transform-origin: 0 0;
  /* IE 9 */
  -webkit-transform-origin: 0 0;
  /* Chrome, Safari, Opera */
  transform-origin: 0 0;
  /* Standard syntax */
  filter: brightness(95%);
  position: absolute;
  top: -5px;
  left: 0;
  box-shadow: 50px 10px 100px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.uiting_kiezen .owl-carousel .item .titel {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  color: #66b2df;
}
.owl-stage {
  box-sizing: border-box;
  display: table;
}
.owl-stage .owl-item {
  box-sizing: border-box;
  text-align: center;
  display: table-cell;
  opacity: .2;
  transition: all 1s ease-in;
}
.owl-stage .owl-item.active {
  opacity: .4;
}
.owl-stage .owl-item.center {
  opacity: 1;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 100%;
  display: block;
  font-size: 64px;
  opacity: .2;
  transition: all 0.2s ease-out;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  position: relative;
  width: 64px;
  height: 100%;
}
.owl-nav .owl-prev i::before,
.owl-nav .owl-next i::before {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  text-align: center;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  opacity: .8;
}
.owl-nav .owl-next {
  left: auto;
  right: 0;
}
#owl-carousel .owl-stage .owl-item {
  opacity: 1;
}
#owl-carousel .owl-stage .owl-item .item {
  position: relative;
  cursor: pointer;
}
#owl-carousel .owl-stage .owl-item .item .titel {
  display: block;
  text-align: center;
  margin-top: 1ex;
}
#latenmaken1 #owl-carousel {
  margin-top: 2em;
}
#uiting_keuze {
  color: #995582;
  text-align: center;
}
#kranten {
  clear: right;
  padding: 0;
}
#kranten li {
  margin-left: 0;
}
#kranten .categorie {
  background-color: #66b2df;
  color: #fff;
  border-radius: 0;
}
#kranten .categorie > div {
  padding: 5px 0 3px 0;
  margin-bottom: 2px;
  cursor: pointer;
}
#kranten .categorie > div:before {
  font-size: 14px;
  margin-left: 10px;
  width: 20px;
  display: inline-block;
}
#kranten .categorie:first-child {
  border-radius: 5px 5px 0 0;
}
#kranten .categorie:last-child {
  border-radius: 0 0 5px 5px;
}
#kranten .categorie.open > div:before {
  content: '\25bc';
}
#kranten .categorie.open > ul {
  display: block;
}
#kranten .categorie.open[data-count="0"] > ul {
  display: none;
}
#kranten .categorie.gesloten > div:before {
  content: '\25b6';
}
#kranten .categorie.gesloten > ul {
  display: none;
}
#kranten .categorie .cssItems {
  float: right;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 3px;
  background-color: #fff;
  color: #29292c;
  border-radius: 10px;
  width: 30px;
  text-align: center;
}
#kranten .categorie ul {
  margin: 0;
}
#kranten .categorie > ul {
  background-color: #c1e1f4;
  padding: 5px 0;
}
#kranten .categorie .kranten,
#kranten .categorie .uitgevers {
  margin-bottom: 0;
}
#kranten .categorie .krant {
  padding: 0 10px 0 30px;
  color: #287bae;
  text-decoration: underline;
  cursor: pointer;
}
#kranten .categorie .krant.verborgen {
  display: none;
}
#kranten .categorie .krant.zichtbaar {
  display: block;
}
#kranten .categorie .krant.active {
  color: #ff4081;
  font-weight: bold;
  text-decoration: none;
}
#kranten .categorie .uitgever {
  color: #29292c;
  margin-bottom: 5px;
  list-style-type: none;
}
#kranten .categorie .uitgever > div {
  cursor: pointer;
}
#kranten .categorie .uitgever > div:before {
  font-size: 14px;
  margin-left: 12px;
  margin-top: -2px;
  width: 18px;
  display: inline-block;
}
#kranten .categorie .uitgever.open > div:before {
  content: '\25bc';
}
#kranten .categorie .uitgever.open > ul {
  display: block;
}
#kranten .categorie .uitgever.gesloten > div:before {
  content: '\25b6';
}
#kranten .categorie .uitgever.gesloten > ul {
  display: none;
}
#kranten .categorie .uitgever.verborgen {
  display: none;
}
#kranten .categorie .uitgever.zichtbaar {
  display: block;
}
#kranten .categorie .uitgever .cssItems {
  color: #29292c;
}
#verspreidingsgebied-tekst {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  line-height: 100%;
}
#verspreidingsgebied-tekst br {
  line-height: 100%;
}
#verspreidingsgebied-tekst #wisGebied {
  position: absolute;
  top: -10px;
  left: -20px;
  color: #DC311C;
  cursor: pointer;
  line-height: 100%;
  font-size: 28px;
}
#searchPaperField {
  float: right;
}
a.kies {
  margin: 0 0 16px;
}
#knopZoekTitel {
  cursor: pointer;
}
#dialog {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 10;
  background: #fefefe;
  border: #ccc solid 1px;
  border-radius: 5px;
  margin-left: -200px;
  width: 360px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
#dossierlist tbody tr {
  cursor: pointer;
}
.float {
  float: left;
}
.accordion {
  margin: 1.25em 0;
}
.accordion h2 {
  border-radius: 2px;
  padding: .5ex 1em;
  margin: 10px 0;
  line-height: 32px;
  background-color: #60633b;
  color: white;
  cursor: pointer;
}
.accordion h2:hover {
  background-color: #afc96a;
}
.accordion h2:after {
  content: "+";
  float: right;
}
.accordion h2.active {
  background-color: #afc96a;
}
.accordion h2.active:after {
  content: "-";
  float: right;
}
.accordion article {
  display: none;
  background-color: #f7f7f7;
  margin-top: -10px;
  padding: 1ex 1em;
}
.accordion article h3 {
  color: #60633b;
}
.accordion.step3 article {
  min-height: 400px;
  position: relative;
}
.accordion.step3 article picture {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 1;
  width: 150px;
}
.accordion.step3 article picture .fa-info-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #3a767c;
  cursor: pointer;
}
.accordion.step3 article picture p {
  font-size: 14px;
  line-height: 125%;
}
.accordion.step3 article fieldset {
  margin-left: 200px;
}
.accordion.step3 article fieldset:last-child {
  margin-bottom: 0;
}
.accordion.step3 article fieldset h3 {
  margin-top: .5em;
}
.accordion.step3 article fieldset input[type=text],
.accordion.step3 article fieldset textarea,
.accordion.step3 article fieldset select {
  background-color: #fff;
}
.accordion.step3 article fieldset textarea {
  box-sizing: border-box;
  width: 93%;
  height: 100px;
}
.accordion.step3 article fieldset input[type=radio] {
  margin-left: 0;
}
.accordion.step3 article fieldset .fa-info-circle {
  color: #3a767c;
  cursor: pointer;
  padding-left: 1ex;
}
.accordion.step3 article fieldset br {
  clear: left !important;
}
.accordion.step3 article fieldset .kaartje {
  float: right;
  width: 350px;
  margin-top: 1em;
  height: auto;
}
#uitingtypen {
  margin: 0 -1% 30px -1%;
}
#uitingtypen .uitingtype {
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  width: 23%;
  height: 160px;
  margin: 10px 1%;
  background-color: #c1e1f4;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  padding: 0 1em 0 1em;
}
#uitingtypen .uitingtype h3 {
  margin-top: 1.5ex;
  margin-bottom: .5ex;
  color: #3a767c;
}
#uitingtypen .uitingtype img {
  display: block;
  margin: 0 auto;
}
#uitingtypen .uitingtype i {
  position: absolute;
  right: .5em;
  color: #3a767c;
}
#uitingtypen .uitingtype i.fa-info-circle {
  top: .5em;
}
#uitingtypen .uitingtype i.fa-check {
  bottom: .5em;
}
#uitingtypen .uitingtype.active {
  background-color: #2c4f59;
}
#uitingtypen .uitingtype.active h3,
#uitingtypen .uitingtype.active i {
  color: #fff;
}
#uitingtypen .uitingtype.x2 {
  padding: 0;
  width: 48%;
  height: 340px;
  background-image: url(../media/collage-bg.png);
  background-size: 100% 100%;
}
#uitingtypen .uitingtype.x2 img {
  margin: 0 auto;
  width: auto;
  height: 100%;
}
.hidden {
  display: none;
}
.levensstijlen {
  margin: 0 -1% 30px -1%;
}
.levensstijlen .levensstijl {
  box-sizing: border-box;
  position: relative;
  display: none;
  float: left;
  width: 23%;
  margin: 1%;
  cursor: pointer;
}
.levensstijlen .levensstijl h3 {
  color: #3a767c;
}
.levensstijlen .levensstijl img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: all .4s;
  position: relative;
}
.levensstijlen .levensstijl img:hover {
  transform: scale(1.5);
  z-index: 2;
}
.levensstijlen .levensstijl.active {
  display: block;
}
.levensstijlen-filter {
  background-color: #c1e1f4;
  margin-bottom: 30px;
  padding: 1em;
}
.levensstijlen-filter input[type=text],
.levensstijlen-filter select,
.levensstijlen-filter button {
  width: 20%;
  margin-bottom: 0;
}
.levensstijlen-filter input[type=text],
.levensstijlen-filter select {
  background-color: #fff;
}
.levensstijlen-filter input[type=text]:focus,
.levensstijlen-filter select:focus {
  background-color: #fff;
}
#image-header {
  display: none;
  width: 100%;
  position: relative;
}
#image-header #kies-deze-levensstijl-wrapper {
  position: absolute;
  text-align: center;
  bottom: 20px;
  width: 100%;
  margin: 0;
}
#image-header .fa-chevron-left,
#image-header .fa-chevron-right {
  position: absolute;
  font-size: 64px;
  bottom: 44%;
  opacity: .2;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
#image-header .fa-chevron-left:hover,
#image-header .fa-chevron-right:hover {
  opacity: 1;
}
#image-header .fa-chevron-left {
  left: .25ex;
}
#image-header .fa-chevron-right {
  right: .25ex;
}
div.uploadInput,
div.modalInput {
  display: inline-block;
  width: 60%;
  position: relative;
  padding-left: 33%;
  min-height: 30px;
  padding-top: 3px;
  padding-bottom: 1px;
}
div.uploadInput.drag-over,
div.modalInput.drag-over {
  background-color: pink;
}
div.uploadInput .label-text,
div.modalInput .label-text {
  position: absolute;
  top: 5px;
  left: 0;
}
div.uploadInput label.button,
div.modalInput label.button {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 1ex;
  border: none;
  border-radius: 2px;
  background-color: #2c4f59;
  color: white;
  overflow: hidden;
  cursor: pointer;
  padding: 4px 5px;
  vertical-align: top;
}
div.uploadInput label.button:hover,
div.modalInput label.button:hover {
  background-color: #5ba3ab;
}
div.uploadInput .button,
div.modalInput .button,
div.uploadInput .dropzone,
div.modalInput .dropzone {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 1ex;
  width: 49.5%;
}
div.uploadInput .dropzone,
div.modalInput .dropzone {
  border: 1px dotted #2c4f59;
  color: #2c4f59;
  font-size: 14px;
  padding: 3px 5px 2px 5px;
  margin-left: 1%;
}
div.uploadInput .bar,
div.modalInput .bar {
  height: 30px;
  background: green;
  width: 0;
  display: none;
}
div.uploadInput .files .thumb .file-image,
div.modalInput .files .thumb .file-image {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0 4px 4px 0;
  vertical-align: middle;
}
div.uploadInput .files .thumb .file-image img,
div.modalInput .files .thumb .file-image img {
  max-width: 32px;
  max-height: 32px;
  width: auto;
  height: auto;
}
div.uploadInput .files .thumb .fa-times,
div.modalInput .files .thumb .fa-times {
  color: #DC311C;
  padding-left: 1ex;
  cursor: pointer;
}
div.uploadInput .files .thumb .fa-times:hover,
div.modalInput .files .thumb .fa-times:hover {
  color: black;
}
div.uploadInput .fileupload,
div.modalInput .fileupload {
  display: none;
}
.uitingen {
  margin-bottom: 30px;
}
/* The Modal (background) */
#modal-info,
#modal-krant,
#modal-input {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 5;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(154, 154, 154, 0.75);
  /* Black w/ opacity */
  /* Modal Content/Box */
  /* The Close Button */
}
#modal-info .content,
#modal-krant .content,
#modal-input .content {
  border-radius: 2px;
  background-color: #fff;
  margin: 10% auto;
  /* 15% from the top and centered */
  padding: 20px;
  width: 800px;
  /* Could be more or less, depending on screen size */
}
#modal-info .content .modal-text,
#modal-krant .content .modal-text,
#modal-input .content .modal-text {
  position: relative;
}
#modal-info .content .tile,
#modal-krant .content .tile,
#modal-input .content .tile {
  float: left;
  width: 80px;
  height: 80px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}
#modal-info .content .tile img,
#modal-krant .content .tile img,
#modal-input .content .tile img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  transform: scale(1);
  transition: all .4s;
  position: relative;
}
#modal-info .content .tile.zoom img,
#modal-krant .content .tile.zoom img,
#modal-input .content .tile.zoom img {
  transform: scale(6);
  z-index: 2;
}
#modal-info .content .tile.lettertype,
#modal-krant .content .tile.lettertype,
#modal-input .content .tile.lettertype {
  width: 160px;
  height: 160px;
}
#modal-info .content .tile.lettertype.zoom img,
#modal-krant .content .tile.lettertype.zoom img,
#modal-input .content .tile.lettertype.zoom img {
  transform: scale(3);
  z-index: 2;
}
#modal-info .content h2,
#modal-krant .content h2,
#modal-input .content h2 {
  margin-top: 0;
}
#modal-info .fa-times,
#modal-krant .fa-times,
#modal-input .fa-times {
  color: #DC311C;
  float: right;
  font-size: 28px;
}
#modal-info .fa-times:hover,
#modal-krant .fa-times:hover,
#modal-input .fa-times:hover,
#modal-info .fa-times:focus,
#modal-krant .fa-times:focus,
#modal-input .fa-times:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#modal-info .searchInModal,
#modal-krant .searchInModal,
#modal-input .searchInModal {
  float: right;
  margin-right: 1em;
  display: none;
}
#modal-info table,
#modal-krant table,
#modal-input table {
  width: auto;
}
#modal-info table th,
#modal-krant table th,
#modal-input table th {
  padding-right: 1em;
  font-weight: 500;
}
#modal-info .vanaf,
#modal-krant .vanaf,
#modal-input .vanaf {
  box-sizing: border-box;
  float: right;
  background-color: #2c4f59;
  color: #fff;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 1.25em 0 0 0;
  border-radius: 100px;
  line-height: 100%;
}
#modal-info .vanaf span,
#modal-krant .vanaf span,
#modal-input .vanaf span {
  font-weight: 500;
  font-size: 300%;
  line-height: 100%;
}
#modal-info .vanaf span:after,
#modal-krant .vanaf span:after,
#modal-input .vanaf span:after {
  font-size: 36px;
  content: ',-';
}
.buttons,
.pagenavDossier {
  clear: both;
  margin: 30px 0;
  height: 42px;
}
.s {
  font-size: 14px;
}
.em {
  font-style: italic;
}
.sr-only {
  color: transparent;
}
.full-width {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.full-width img {
  width: 100%;
  height: auto;
}
.cols {
  margin: 0 -2%;
}
.cols:before,
.cols:after {
  display: table;
  content: " ";
}
.cols:after {
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  box-sizing: border-box;
  margin: 0 2%;
  float: left;
}
.col-1 img,
.col-2 img,
.col-3 img,
.col-4 img,
.col-5 img,
.col-6 img,
.col-7 img,
.col-8 img,
.col-9 img,
.col-10 img,
.col-11 img,
.col-12 img,
.col-1 svg,
.col-2 svg,
.col-3 svg,
.col-4 svg,
.col-5 svg,
.col-6 svg,
.col-7 svg,
.col-8 svg,
.col-9 svg,
.col-10 svg,
.col-11 svg,
.col-12 svg {
  max-width: 100%;
  height: auto;
}
.col-1 {
  width: 4.33%;
}
.col-2 {
  width: 12.66%;
}
.col-3 {
  width: 21%;
}
.col-4 {
  width: 29%;
}
.col-5 {
  width: 37.66%;
}
.col-6 {
  width: 46%;
}
.col-7 {
  width: 54.33%;
}
.col-8 {
  width: 62.66%;
}
.col-9 {
  width: 71%;
}
.col-10 {
  width: 79.33%;
}
.col-11 {
  width: 87.66%;
}
.col-12 {
  width: 94%;
}
.message {
  padding: 1em;
  color: #000;
  border: 2px solid #000;
  border-radius: 2px;
  font-weight: 500;
}
.message.primary {
  border-color: #6f355a;
  background-color: #ec87c0;
}
.message.secondary {
  border-color: #777;
  background-color: #ccc;
}
.message.success {
  border-color: #60633b;
  background-color: #afc96a;
}
.message.error,
.message.danger {
  border-color: #DC311C;
  background-color: #ffc3a4;
}
.message.warning {
  border-color: #ffbb00;
  background-color: #ffddaa;
}
.message.info {
  border-color: #2c4f59;
  background-color: #5ba3ab;
}
.success-text {
  color: #afc96a;
}
.error-text,
.danger-text {
  color: #DC311C;
}
.warning-text {
  color: #ffbb00;
}
.info-text {
  color: #5ba3ab;
}
.triangle-border {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  border: 5px solid #5a8f00;
  color: #333;
  background: #fff;
  /* css3 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.triangle-border.left {
  margin-left: 30px;
}
.triangle-border:before {
  content: "";
  position: absolute;
  bottom: -20px;
  /* value = - border-top-width - border-bottom-width */
  left: 40px;
  /* controls horizontal position */
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #5a8f00 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
/* creates the smaller  triangle */
.triangle-border:after {
  content: "";
  position: absolute;
  bottom: -13px;
  /* value = - border-top-width - border-bottom-width */
  left: 47px;
  /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
/* Variant : left
------------------------------------------ */
/* creates the larger triangle */
.triangle-border.left:before {
  top: 10px;
  /* controls vertical position */
  bottom: auto;
  left: -30px;
  /* value = - border-left-width - border-right-width */
  border-width: 15px 30px 15px 0;
  border-color: transparent #5a8f00;
}
/* creates the smaller  triangle */
.triangle-border.left:after {
  top: 16px;
  /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom: auto;
  left: -21px;
  /* value = - border-left-width - border-right-width */
  border-width: 9px 21px 9px 0;
  border-color: transparent #fff;
}
.navigation {
  clear: left;
  height: 3em;
}
.navigation ul.wrap {
  width: 90%;
  min-width: 1280px;
}
.navigation li {
  margin: 0 0 0 -1em;
  display: inline-block;
  list-style-type: none;
  position: relative;
  padding: 0 1em;
}
.navigation li a {
  cursor: pointer;
  display: block;
  line-height: 3em;
  font-weight: 300;
  white-space: nowrap;
}
.navigation li a:hover {
  border-bottom: 1px solid #6f355a;
}
.navigation li a.active {
  color: #000;
  border-bottom: 2px solid #000;
}
.navigation li a.dropdown:hover {
  border-bottom: none;
}
.navigation li ul {
  z-index: 10;
  display: none;
  margin: 0;
  padding: 0 1em 1ex 1em;
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  background: linear-gradient(white, #e2d7de);
}
.navigation li ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.navigation li ul li a {
  font-size: 14px;
  line-height: 2em;
}
.navigation li:hover ul {
  display: block;
}
.navigation li.separator {
  border-right: 1px solid #d4c2ce;
  margin-right: 1em;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#texteditor h3 {
  display: inline;
}
