/* --- VARS --- */
/* --- GENERAL --- */
/* line 7, ../sass/screen.scss */
* {
  margin: 0px;
  padding: 0px;
}

/* line 11, ../sass/screen.scss */
body, html {
  font-family: "Futura LT W01 Book", helvetica, arial, sans-serif;
  font-size: 15px;
  height: 100%;
}

/* line 16, ../sass/screen.scss */
img {
  border: none;
  display: block;
}

/* line 20, ../sass/screen.scss */
nav {
  font-family: "Futura LT W01 Book", helvetica, arial, sans-serif;
}

/* line 23, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Futura LT W01 Book", helvetica, arial, sans-serif;
}

/* line 27, ../sass/screen.scss */
h3 {
  font-size: 1.5em;
}

/* --- HEADER --- */
/* line 32, ../sass/screen.scss */
header.page-header {
  display: block;
  width: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 38, ../sass/screen.scss */
  header.page-header nav .menu-button {
    background: #fff url("../images/homebutton@2x.png") center center no-repeat;
    background-size: 15px 14px;
  }
}

/* line 46, ../sass/screen.scss */
img {
  max-width: 100%;
}

/* line 50, ../sass/screen.scss */
.mobile-header {
  display: none;
}

/* --- NAVIGATION --- */
/* line 55, ../sass/screen.scss */
.header-top-wrapper {
  display: block;
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #E73B2B;
  z-index: 1000;
}
/* line 66, ../sass/screen.scss */
.header-top-wrapper ul {
  float: right;
  margin-right: 20px;
}
/* line 70, ../sass/screen.scss */
.header-top-wrapper ul li {
  display: inline-block;
  line-height: 45px;
  vertical-align: middle;
  font-size: .85em;
}
/* line 75, ../sass/screen.scss */
.header-top-wrapper ul li a {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0px 15px 0px 15px;
  text-decoration: none;
}
/* line 84, ../sass/screen.scss */
.header-top-wrapper .top-navigation {
  float: right;
  width: 88.2%;
  margin-right: 11.8%;
}
/* line 89, ../sass/screen.scss */
.header-top-wrapper .top-navigation .search-form fieldset {
  background-color: #efefee;
  border: 1px solid #cccccc;
  display: block;
  width: 220px;
  float: right;
  margin-top: 9px;
}
/* line 97, ../sass/screen.scss */
.header-top-wrapper .top-navigation .search-form fieldset input[type=text] {
  display: block;
  width: 175px;
  height: 25px;
  outline: none;
  padding: 0px 7px 0px 7px;
  background-color: #efefee;
  border: none;
  float: left;
}
/* line 108, ../sass/screen.scss */
.header-top-wrapper .top-navigation .search-form fieldset input[type=submit] {
  display: block;
  height: 25px;
  width: 25px;
  background: url("../images/searchbutton_grey.png") center center no-repeat;
  border: none;
  outline: none;
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 108, ../sass/screen.scss */
  .header-top-wrapper .top-navigation .search-form fieldset input[type=submit] {
    background: url("../images/searchbutton_grey@2x.png") center center no-repeat;
    background-size: 13px 12px;
  }
}

/* line 124, ../sass/screen.scss */
.language-selection {
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  vertical-align: middle;
  display: block;
  position: absolute;
  top: 0px;
  right: 20px;
  width: 86px;
  text-align: right;
  margin-right: 5px;
}
/* line 136, ../sass/screen.scss */
.language-selection a {
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

/* line 143, ../sass/screen.scss */
.onepagerbody .page-navigation.fixed .ulwrapper {
  background-image: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 143, ../sass/screen.scss */
  .onepagerbody .page-navigation.fixed .ulwrapper {
    background-image: none;
    background-size: 57px 57px;
  }
}

/* MENU */
/* line 166, ../sass/screen.scss */
header {
  background-color: #EBEBEB;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  padding-bottom: 8px;
}
/* line 174, ../sass/screen.scss */
header:after {
  display: none;
}

/* line 179, ../sass/screen.scss */
header .page-navigation {
  display: block;
  height: inherit;
  z-index: 1000;
  margin-top: 52px;
  position: relative;
  bottom: 0;
}
/* line 188, ../sass/screen.scss */
header .page-navigation .ulwrapper {
  background-color: #FFF;
  margin-left: 65px;
  margin-right: 0;
  padding: 0 0 0 20px;
  height: 57px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 200, ../sass/screen.scss */
header .page-navigation .nav-links {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 210, ../sass/screen.scss */
header .page-navigation .nav-links ul {
  display: block;
  padding-right: 305px;
}
@media only screen and (max-width: 1100px) {
  /* line 210, ../sass/screen.scss */
  header .page-navigation .nav-links ul {
    padding-right: 130px;
  }
}
@media only screen and (max-width: 1180px) {
  /* line 210, ../sass/screen.scss */
  header .page-navigation .nav-links ul {
    background: #fff;
  }
}
/* line 225, ../sass/screen.scss */
header .page-navigation .nav-links ul li {
  font-weight: 500;
  font-size: .733em;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1em;
}
/* line 233, ../sass/screen.scss */
header .page-navigation .nav-links ul li a {
  white-space: nowrap;
}
/* line 238, ../sass/screen.scss */
header .page-navigation .nav-links ul li.social {
  margin-left: 10px;
  background: none;
}
/* line 249, ../sass/screen.scss */
header .page-navigation .menu-button {
  display: block;
  width: 57px;
  height: 57px;
  background: #fff url("../images/homebutton.png") center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
/* line 258, ../sass/screen.scss */
header .page-navigation .menu-button span {
  display: none;
}
/* line 262, ../sass/screen.scss */
header .page-navigation .menu-item, header .page-navigation .menu-item-extern {
  background: url("../images/arrow_down.png") right center no-repeat;
  padding-right: 10px;
  margin-right: 10px;
  text-decoration: none;
  color: #000;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 262, ../sass/screen.scss */
  header .page-navigation .menu-item, header .page-navigation .menu-item-extern {
    background: url("../images/arrow_down@2x.png") right center no-repeat;
    background-size: 5px 7px;
  }
}
/* line 273, ../sass/screen.scss */
header .page-navigation .menu-item.active, header .page-navigation .menu-item:hover, header .page-navigation .menu-item-extern.active, header .page-navigation .menu-item-extern:hover {
  background: url("../images/arrow_red_down.png") right center no-repeat;
  color: #E73B2B;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 273, ../sass/screen.scss */
  header .page-navigation .menu-item.active, header .page-navigation .menu-item:hover, header .page-navigation .menu-item-extern.active, header .page-navigation .menu-item-extern:hover {
    background: url("../images/arrow_red_down@2x.png") right center no-repeat;
    background-size: 5px 7px;
  }
}

/* line 285, ../sass/screen.scss */
header li.social {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
/* line 291, ../sass/screen.scss */
header li.social .twitter {
  position: absolute;
  margin-left: -75px;
}
/* line 295, ../sass/screen.scss */
header li.social .facebook {
  position: absolute;
  margin-left: -50px;
}
/* line 299, ../sass/screen.scss */
header li.social .linkedin {
  position: absolute;
  margin-left: -25px;
}
/* line 303, ../sass/screen.scss */
header li.social .instagram {
  position: absolute;
  margin-left: -100px;
}

/* --- CONTENT --- */
/* line 316, ../sass/screen.scss */
#wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

/* --- FOOTER --- */
/* line 323, ../sass/screen.scss */
footer {
  display: block;
  width: 100%;
  background-color: #fff;
  font-size: .667em;
  line-height: 1.8em;
}
/* line 331, ../sass/screen.scss */
footer.footer-eng {
  border-top: 9px solid #F5F5F5;
  padding-top: 30px;
}
/* line 336, ../sass/screen.scss */
footer .container {
  width: 100%;
  background-color: #fff;
  padding-bottom: 0px;
  max-width: 100%;
  padding: 0;
}
/* line 343, ../sass/screen.scss */
footer .left {
  display: block;
  float: left;
  width: 635px;
  margin: 0px 0px 5px 10px;
  vertical-align: top;
}
/* line 354, ../sass/screen.scss */
footer .left .image-container {
  display: inline-block;
  width: 180px;
  margin-top: 10px;
}
/* line 355, ../sass/screen.scss */
footer .left .image-container img {
  margin: auto auto;
  width: 100%;
}
/* line 364, ../sass/screen.scss */
footer .left .contact {
  display: inline-block;
  vertical-align: top;
  margin-left: -10px;
}
/* line 374, ../sass/screen.scss */
footer .left .addresses {
  display: inline-block;
  width: 320px;
  padding: 0px 0px 0px 5px;
  margin: 10px 0px 0px 10px;
  vertical-align: middle;
}
/* line 382, ../sass/screen.scss */
footer .left ul {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin-top: 28px;
}
/* line 391, ../sass/screen.scss */
footer .left ul li {
  display: inline-block;
  position: relative;
  margin: 0px 7px 0px 0px;
}
/* line 398, ../sass/screen.scss */
footer .right {
  width: 480px;
  margin: 28px 10px 5px 0px;
  display: block;
  float: right;
  vertical-align: middle;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  /* line 398, ../sass/screen.scss */
  footer .right {
    width: 30%;
  }
}
/* line 408, ../sass/screen.scss */
footer .right p {
  display: block;
  float: left;
  vertical-align: top;
  width: 75%;
  margin-top: -5px;
}
@media only screen and (max-width: 1100px) {
  /* line 408, ../sass/screen.scss */
  footer .right p {
    width: 70%;
  }
}
/* line 419, ../sass/screen.scss */
footer .right img {
  display: block;
  float: right;
  width: 30%;
  max-width: 100px;
  margin-top: -22px;
}

/* --- GENERAL CLASSES */
/* line 430, ../sass/screen.scss */
.container {
  display: block;
  width: 960px;
  margin: auto auto;
  padding: 0px 0px 75px 0px;
  position: relative;
}

/* OK HIER? */
/* line 437, ../sass/screen.scss */
.superscript {
  vertical-align: super;
  font-size: .6em;
}

/* line 441, ../sass/screen.scss */
.section-title {
  display: inline-block;
  font-size: 2.667em;
  padding-bottom: 10px;
  margin: 75px 0px 35px 0px;
  border-bottom: solid 5px #fff;
}

/* line 448, ../sass/screen.scss */
.linksection {
  width: 277px;
  padding: 16px 15px 10px 15px;
  display: block;
  float: left;
  background-color: #F5F5F5;
}
/* line 455, ../sass/screen.scss */
.linksection ul li {
  list-style-type: none;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
/* line 460, ../sass/screen.scss */
.linksection ul li a {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  color: #666;
}
/* line 467, ../sass/screen.scss */
.linksection h5 {
  font-size: 1.33333em;
  color: #666;
  font-weight: normal;
  margin-bottom: 10px;
}

/* line 474, ../sass/screen.scss */
.linkblock {
  width: 100%;
  display: block;
  padding-bottom: 75px;
}
/* line 481, ../sass/screen.scss */
.linkblock section {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 620px;
}
/* line 488, ../sass/screen.scss */
.linkblock section .image-container {
  display: block;
  height: 100%;
  min-height: 600px;
  width: 37%;
  float: left;
  background-size: cover;
}
@media only screen and (max-width: 1110px) {
  /* line 488, ../sass/screen.scss */
  .linkblock section .image-container {
    width: 32%;
  }
}

/* line 503, ../sass/screen.scss */
.clearfix {
  clear: both;
}

/* line 506, ../sass/screen.scss */
.overzicht {
  color: #E73B2B;
  font-weight: 500;
  font-size: 1.33333em;
  background: url("../images/arrow_red.png") right center no-repeat;
  padding-right: 20px;
  text-decoration: none;
  clear: both;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 506, ../sass/screen.scss */
  .overzicht {
    background: url("../images/arrow_red@2x.png") right center no-repeat;
    background-size: 12px 7px;
  }
}

/* line 519, ../sass/screen.scss */
.overzicht-back {
  color: #E73B2B;
  font-weight: 500;
  text-decoration: none;
}

/* line 524, ../sass/screen.scss */
.twitter {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../images/social.png") no-repeat;
  background-position: 0px center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 524, ../sass/screen.scss */
  .twitter {
    background: url("../images/social@2x.png") no-repeat;
    background-size: 111px 16px;
  }
}
/* line 535, ../sass/screen.scss */
.twitter span {
  position: absolute;
  display: none;
}

/* line 540, ../sass/screen.scss */
.facebook {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../images/social.png") no-repeat;
  background-position: -32px center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 540, ../sass/screen.scss */
  .facebook {
    background: url("../images/social@2x.png") no-repeat;
    background-position: -32px center;
    background-size: 111px 16px;
  }
}
/* line 552, ../sass/screen.scss */
.facebook span {
  position: absolute;
  display: none;
}

/* line 557, ../sass/screen.scss */
.linkedin {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../images/social.png") no-repeat;
  background-position: -65px center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 557, ../sass/screen.scss */
  .linkedin {
    background: url("../images/social@2x.png") no-repeat;
    background-size: 111px 16px;
    background-position: -65px center;
  }
}
/* line 569, ../sass/screen.scss */
.linkedin span {
  position: absolute;
  display: none;
}

/* line 574, ../sass/screen.scss */
.instagram {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url("../images/social.png") no-repeat;
  background-position: -94px center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 574, ../sass/screen.scss */
  .instagram {
    background: url("../images/social@2x.png") no-repeat;
    background-size: 111px 16px;
    background-position: -94px center;
  }
}
/* line 586, ../sass/screen.scss */
.instagram span {
  position: absolute;
  display: none;
}

/* line 591, ../sass/screen.scss */
.linkedin-share {
  display: block;
  width: 171px;
  height: 31px;
  background: url("../images/linkedin_share.png") top left no-repeat;
}
/* line 596, ../sass/screen.scss */
.linkedin-share span {
  display: none;
}

/* line 600, ../sass/screen.scss */
.facebook-share {
  display: block;
  width: 171px;
  height: 31px;
  background: url("../images/facebook_share.png") top left no-repeat;
}
/* line 605, ../sass/screen.scss */
.facebook-share span {
  display: none;
}

/* line 609, ../sass/screen.scss */
.twitter-share {
  display: block;
  width: 171px;
  height: 31px;
  background: url("../images/twitter_share.png") top left no-repeat;
}
/* line 614, ../sass/screen.scss */
.twitter-share span {
  display: none;
}

/* line 618, ../sass/screen.scss */
.social-icons {
  display: none;
}

/* line 621, ../sass/screen.scss */
.at300b .at4-icon {
  display: none !important;
}

/* line 624, ../sass/screen.scss */
.readmore-red {
  display: inline;
  text-decoration: none;
  font-weight: bold;
  padding-right: 20px;
  color: #E73B2B;
  background: url("../images/arrow_red.png") right center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 624, ../sass/screen.scss */
  .readmore-red {
    background: url("../images/arrow_red@2x.png") right center no-repeat;
    background-size: 12px 7px;
  }
}

/* line 636, ../sass/screen.scss */
.readmore-grey {
  background-color: #fff;
  display: block;
  width: 160px;
  padding: 5px 10px 10px 10px;
  font-weight: normal;
  font-size: .8em;
}
/* line 643, ../sass/screen.scss */
.readmore-grey span {
  color: #9694AA;
  text-decoration: none;
  background: url("../images/arrow_grey.png") right center no-repeat;
  padding-right: 18px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 643, ../sass/screen.scss */
  .readmore-grey span {
    background: url("../images/arrow_grey@2x.png") right center no-repeat;
    background-size: 9px 8px;
  }
}

/* line 657, ../sass/screen.scss */
.readmore-grey-no-back {
  display: block;
  width: 160px;
  padding: 5px 0px 10px 0px;
  font-weight: normal;
  font-size: .8em;
}
/* line 664, ../sass/screen.scss */
.readmore-grey-no-back a {
  color: #9694AA;
}
/* line 668, ../sass/screen.scss */
.readmore-grey-no-back span {
  color: #9694AA;
  text-decoration: none;
  background: url("../images/arrow_grey.png") right center no-repeat;
  padding-right: 18px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 668, ../sass/screen.scss */
  .readmore-grey-no-back span {
    background: url("../images/arrow_grey@2x.png") right center no-repeat;
    background-size: 9px 8px;
  }
}

/* line 681, ../sass/screen.scss */
.short-search-field fieldset {
  width: 340px;
  display: block;
  border: none;
  background-color: #F2F2F2;
}
/* line 687, ../sass/screen.scss */
.short-search-field fieldset input[type=text] {
  background-color: #F2F2F2;
  outline: none;
  border: none;
  width: 284px;
  height: 100%;
  padding: 8px 8px 7px 8px;
  float: left;
}
/* line 696, ../sass/screen.scss */
.short-search-field fieldset input[type=text]::-webkit-input-placeholder {
  color: #666;
}
/* line 699, ../sass/screen.scss */
.short-search-field fieldset input[type=text]::-moz-input-placeholder {
  color: #666;
}
/* line 702, ../sass/screen.scss */
.short-search-field fieldset input[type=text]::input-placeholder {
  color: #666;
}
/* line 707, ../sass/screen.scss */
.short-search-field fieldset input[type=submit] {
  background: #7d7876 url("../images/searchbutton.png") center center no-repeat;
  display: block;
  width: 40px;
  height: 30px;
  border: none;
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 707, ../sass/screen.scss */
  .short-search-field fieldset input[type=submit] {
    background: #7d7876 url("../images/searchbutton@2x.png") center center no-repeat;
    background-size: 13px 12px;
  }
}
/* line 720, ../sass/screen.scss */
.short-search-field fieldset input[type=submit]:hover {
  background-color: #969290;
  cursor: pointer;
}

/* line 726, ../sass/screen.scss */
.animation {
  transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
}

/* line 732, ../sass/screen.scss */
.otherlinks {
  display: block;
  width: 215px;
  margin-left: 38px;
  float: right;
}
/* line 737, ../sass/screen.scss */
.otherlinks ul {
  margin-top: 20px;
}
/* line 739, ../sass/screen.scss */
.otherlinks ul li {
  list-style-type: none;
  text-align: right;
}
/* line 745, ../sass/screen.scss */
.otherlinks a {
  color: #E73B2B;
  display: inline-block;
  width: 165px;
  padding-bottom: 5px;
  border-bottom: 5px solid #fff;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: .8em;
}

/* line 762, ../sass/screen.scss */
.anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

/* line 768, ../sass/screen.scss */
.mobile-img {
  display: none;
}

/* line 771, ../sass/screen.scss */
.hide-desktop {
  display: none;
}

/* line 774, ../sass/screen.scss */
.show-desktop {
  display: block;
}

/* line 777, ../sass/screen.scss */
.show-narrow {
  display: none;
}

/* line 780, ../sass/screen.scss */
.pagination {
  text-align: center;
}
/* line 784, ../sass/screen.scss */
.pagination .page {
  display: inline-block;
  padding: 2px 9px;
  margin-right: 4px;
  border-radius: 0px;
  font-size: .70em;
  text-decoration: none;
  color: #302b08;
}
/* line 795, ../sass/screen.scss */
.pagination .page:hover {
  background: #d7d7d7;
}
/* line 799, ../sass/screen.scss */
.pagination .active {
  background: #d7d7d7;
}

@media only screen and (min-width: 1025px) {
  /* line 809, ../sass/screen.scss */
  .newsarticle:hover img, .firstarticle:hover img {
    opacity: .15;
  }
  /* line 812, ../sass/screen.scss */
  .newsarticle:hover .extra, .firstarticle:hover .extra {
    display: block;
    padding: 10px;
    font-size: 1em;
    color: #FFF;
    position: absolute;
    bottom: 0;
  }
}
/* --- CONTENT TYPES --- */
/* line 824, ../sass/screen.scss */
.news-topics {
  display: block;
  width: 706px;
  float: left;
}

/* line 829, ../sass/screen.scss */
.newsarticle {
  display: block;
  width: 342px;
  float: left;
  padding-bottom: 7px;
  margin: 0px 20px 75px 0px;
}
/* line 832, ../sass/screen.scss */
.newsarticle img {
  border: none;
}
/* line 840, ../sass/screen.scss */
.newsarticle.edge {
  margin-right: 0px;
}
/* line 844, ../sass/screen.scss */
.newsarticle article {
  display: block;
  position: relative;
  background-color: #E73B2B;
}
/* line 849, ../sass/screen.scss */
.newsarticle article img {
  display: block;
}
/* line 853, ../sass/screen.scss */
.newsarticle article section {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  top: 0;
}
/* line 861, ../sass/screen.scss */
.newsarticle article h3 {
  position: absolute;
  top: 100%;
  color: #5D5D5D;
  font-size: 1.13333em;
  padding: 5px 0;
}
/* line 869, ../sass/screen.scss */
.newsarticle article .readmore-grey {
  display: none;
}
/* line 873, ../sass/screen.scss */
.newsarticle article .extra {
  display: none;
}

/* line 881, ../sass/screen.scss */
.onepagerbody .newsarticle article img {
  width: 100% !important;
}

/* line 887, ../sass/screen.scss */
#agenda .event {
  text-decoration: none;
  border-bottom: 4px solid #fff;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
/* line 894, ../sass/screen.scss */
#agenda .event .date {
  color: #E73B2B;
  margin: 0px 0px 7px 0px !important;
}

/* line 907, ../sass/screen.scss */
.calendar {
  display: block;
  width: 215px;
  float: left;
  margin-left: 38px;
}
/* line 913, ../sass/screen.scss */
.calendar .event {
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
/* line 920, ../sass/screen.scss */
.calendar .event:last-of-type {
  border-bottom-width: 4px;
}
/* line 929, ../sass/screen.scss */
.calendar h5 {
  font-size: 1.13333em;
  display: block;
  color: #666;
  padding-bottom: 4px;
}
/* line 937, ../sass/screen.scss */
.calendar .mobile-date {
  display: none;
}
/* line 940, ../sass/screen.scss */
.calendar .date {
  color: #E73B2B;
  margin: 0px 0px 7px 0px;
  font-size: 0.93333em;
}
/* line 945, ../sass/screen.scss */
.calendar .description {
  display: block;
  color: #303030;
  padding-bottom: 10px;
}

/* line 952, ../sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 957, ../sass/screen.scss */
.nav-logo {
  width: 180px;
  position: absolute;
  right: 130px;
  top: 50%;
  margin-top: -26px;
  display: none;
}
/* line 965, ../sass/screen.scss */
.nav-logo.no-scroll-push {
  display: block;
}
/* line 969, ../sass/screen.scss */
.nav-logo img {
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  /* line 957, ../sass/screen.scss */
  .nav-logo {
    display: none !important;
  }
}

/* line 978, ../sass/screen.scss */
table {
  font-size: 15px;
  margin: 16px 0px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  border: none !important;
}
/* line 985, ../sass/screen.scss */
table tr {
  border: none !important;
}
/* line 989, ../sass/screen.scss */
table td {
  border: none !important;
}

/* line 996, ../sass/screen.scss */
.go-down,
.go-down-eng {
  position: absolute;
  width: 57px;
  height: 57px;
  top: 0px;
  right: 0;
  cursor: pointer;
}

/* line 1007, ../sass/screen.scss */
.fixed .go-down,
.fixed .go-down-eng {
  display: none;
}

/* line 1014, ../sass/screen.scss */
.logo-long {
  width: 100% !important;
  margin: 0px !important;
  box-sizing: border-box;
  padding: 40px 40px 0px 40px;
}

/* line 1021, ../sass/screen.scss */
.tab-pane ul {
  padding-bottom: 30px;
  padding-top: 20px;
}

/* line 1028, ../sass/screen.scss */
ul, li {
  letter-spacing: 0.02em;
}

/* line 1032, ../sass/screen.scss */
#studiekiezer section.otherlinks_brochures a {
  border-bottom: 5px solid #ebebeb;
  color: #E73B2B !important;
  display: inline-block !important;
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 165px;
  text-align: right;
  margin-bottom: 7px;
  padding-bottom: 5px;
}

/* line 1049, ../sass/screen.scss */
iframe {
  max-width: 100% !important;
}

/* line 1053, ../sass/screen.scss */
.nav-links-social-wrapper {
  text-align: right;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 130px;
  height: 100%;
}
/* line 1055, ../sass/screen.scss */
.nav-links-social-wrapper ul, .nav-links-social-wrapper li {
  list-style-type: none;
  display: inline-block;
}
/* line 1066, ../sass/screen.scss */
.nav-links-social-wrapper .table-helper {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 1070, ../sass/screen.scss */
.nav-links-social-wrapper .table-helper .inner-helper {
  display: table-cell;
  vertical-align: middle;
}

/* line 1079, ../sass/screen.scss */
.columns-2 {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 1079, ../sass/screen.scss */
  .columns-2 {
    width: 48%;
    margin-right: 2%;
  }
}

/* line 1089, ../sass/screen.scss */
.columns-3 {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 1089, ../sass/screen.scss */
  .columns-3 {
    width: 30%;
    margin-right: 2%;
  }
}

/* videos */
/* line 1100, ../sass/screen.scss */
.videos {
  overflow: hidden;
}

/* line 1104, ../sass/screen.scss */
.colorbox-video.thumbnail {
  display: block;
  /* < ie9 */
  display: inline-block \9;
  /* ie10-11 */
  position: relative;
  text-decoration: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 1104, ../sass/screen.scss */
  .colorbox-video.thumbnail {
    display: block;
  }
}
/* line 1127, ../sass/screen.scss */
.colorbox-video.thumbnail .thumbnail {
  position: relative;
}
/* line 1130, ../sass/screen.scss */
.colorbox-video.thumbnail .thumbnail img {
  float: none;
}
/* line 1135, ../sass/screen.scss */
.colorbox-video.thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/video_overlay.png) no-repeat center center;
  z-index: 20;
}
/* line 1147, ../sass/screen.scss */
.colorbox-video.thumbnail .thumbnail-title {
  font-size: 12px;
  text-align: center;
  color: #333;
  margin-top: 5px;
  text-decoration: none;
}

/* line 1158, ../sass/screen.scss */
.videos .colorbox-video {
  width: 22.26847%;
  margin-right: 3.64204%;
  float: left;
  margin-bottom: 3.5%;
}
/* line 1166, ../sass/screen.scss */
.videos .colorbox-video:nth-child(4n) {
  float: right;
  margin-right: 0;
}
/* line 1170, ../sass/screen.scss */
.videos .colorbox-video:nth-child(4n+1) {
  clear: both;
}
@media only screen and (max-width: 1100px) {
  /* line 1158, ../sass/screen.scss */
  .videos .colorbox-video {
    width: 30.90531%;
    margin-right: 3.64204%;
  }
  /* line 1178, ../sass/screen.scss */
  .videos .colorbox-video:nth-child(4n) {
    float: left;
    margin-right: 3.64204%;
  }
  /* line 1182, ../sass/screen.scss */
  .videos .colorbox-video:nth-child(4n+1) {
    clear: none;
  }
  /* line 1185, ../sass/screen.scss */
  .videos .colorbox-video:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  /* line 1189, ../sass/screen.scss */
  .videos .colorbox-video:nth-child(3n+1) {
    clear: both;
  }
}

/* inline anchors */
/* line 1196, ../sass/screen.scss */
a.page-anchor {
  position: relative;
  top: -137px;
  /* 117px header + some spacing */
  display: block;
  height: 0;
}

/********************************
**custom overwrites
*********************************/
/* line 1207, ../sass/screen.scss */
table, .content-text ul li, .content-text ol li {
  letter-spacing: 0.02em;
}

/* line 1211, ../sass/screen.scss */
table td {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

/* speciale stijlen */
/* line 1220, ../sass/screen.scss */
.apart {
  float: none;
  display: inline;
}

/* line 1224, ../sass/screen.scss */
.tree-sidebar .no-nav-header {
  margin-top: -18px;
}

/* line 1228, ../sass/screen.scss */
#studiekiezer .studies-desktop .address-floater {
  letter-spacing: 0.02em;
}

/* line 1232, ../sass/screen.scss */
.address-floater a {
  color: #0073A9;
}

/* line 1236, ../sass/screen.scss */
table.styled_fiche {
  width: 100%;
}

/* line 1241, ../sass/screen.scss */
table.styled_fiche tr {
  font-size: 0.9em;
  font-weight: normal;
}

/* line 1246, ../sass/screen.scss */
table.styled_fiche td.header {
  background-color: #bababa !important;
  color: #ffffff;
}

/* line 1251, ../sass/screen.scss */
table.styled_fiche tr td {
  padding: 5px 20px;
}

/* line 1255, ../sass/screen.scss */
.table_image_right {
  text-align: right;
  text-align: -moz-right;
}

/* line 1260, ../sass/screen.scss */
.table_image_right img {
  display: inline;
}

/* line 1264, ../sass/screen.scss */
blockquote {
  padding-top: 4px;
  padding-bottom: 12px;
}

/* bij de wie is wie pagina's waren de dropdownlist te smal */
/* line 1270, ../sass/screen.scss */
.content-text form select {
  border: 1px solid gray;
  border-radius: 2px;
  color: initial;
  display: inline-block;
  letter-spacing: normal;
  margin: 0;
  min-width: 120px;
  padding: 3px 6px;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  word-spacing: normal;
}

/* line 1286, ../sass/screen.scss */
.content-text table.styled tbody {
  font-size: 15px;
}

/* line 1290, ../sass/screen.scss */
#gsearchbar form.search-form fieldset {
  background-color: #efefee;
  border: 1px solid #cccccc;
  display: block;
  width: 300px;
  float: left;
  margin-top: 9px;
  margin-left: 20px;
}

/* line 1300, ../sass/screen.scss */
#gsearchbar form.search-form fieldset input[type=text] {
  display: block;
  width: 255px;
  height: 25px;
  outline: none;
  padding: 0px 7px 0px 7px;
  background-color: #efefee;
  border: none;
  float: left;
  color: #676767;
}

/* line 1312, ../sass/screen.scss */
#gsearchbar form.search-form fieldset input[type=submit] {
  display: block;
  height: 25px;
  width: 25px;
  background: url("/Layout/website2014/images/searchbutton_grey.png") center center no-repeat;
  border: none;
  outline: none;
  float: left;
}

/* line 1322, ../sass/screen.scss */
#gsearchbar form input {
  min-width: 0px;
}

/* line 1326, ../sass/screen.scss */
.content-text form input[type=submit], input[type=reset] {
  text-align: center;
}

/* line 1329, ../sass/screen.scss */
.content-text table.styled tbody tr:nth-child(2n) {
  background-color: #f5f5f5;
}

/* line 1333, ../sass/screen.scss */
.tabs ul li a {
  padding: 5px 6px;
  font-family: "Futura LT W01 Book", helvetica, arial, sans-serif;
  font-size: 15px;
}

/* line 1339, ../sass/screen.scss */
table.tablesorter thead tr th {
  background-color: #bababa;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: normal;
  font-size: 0.9em;
  background-image: url("/images/icons/bg.gif");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 1351, ../sass/screen.scss */
table#myTable1 {
  margin-top: 0px;
}

/* line 1356, ../sass/screen.scss */
table.uh_table_alternate_header {
  margin: 0px;
  /*background-color: #bababa;*/
  margin-left: 3px;
}

/* line 1363, ../sass/screen.scss */
.accordion .outer {
  background: #ebebeb;
}

/* line 1366, ../sass/screen.scss */
div.inner table tr {
  background-color: #ebebeb;
}

/* line 1370, ../sass/screen.scss */
.content-text form select {
  min-width: 50px;
}

/* line 1373, ../sass/screen.scss */
fieldset.resultsBar {
  border: 0px;
}

/* line 1376, ../sass/screen.scss */
fieldset.buttonBar {
  border: 0px;
}

/*Uitlijning afbeeldingen Ayse*/
/* line 1383, ../sass/screen.scss */
.content-text .container img {
  float: left;
  margin-right: 10px;
}

/* line 1389, ../sass/screen.scss */
.content-text .container img.apart {
  float: none;
  margin: 2px;
}

/* line 1394, ../sass/screen.scss */
.content-text .container img.center {
  display: block;
  float: none;
  margin: 2px auto;
}

/* line 1401, ../sass/screen.scss */
.content-text .container img.right {
  float: right;
  margin-left: 10px;
}

/* line 1406, ../sass/screen.scss */
.content-text .container img {
  margin-bottom: 10px;
}

/*Aanpassingen om oude klassen voor tabellen te kunnen herbruiken binnen nieuwe website*/
/* line 1414, ../sass/screen.scss */
.container table.uh_table_alternate_header_donker {
  empty-cells: show;
  padding: 0px;
}

/* line 1419, ../sass/screen.scss */
.container td.headerdonker {
  font-size: 0.9em;
  color: #ffffff;
  vertical-align: bottom;
  font-weight: normal;
  padding: 5px 20px;
  background-color: #bababa !important;
}

/* line 1429, ../sass/screen.scss */
.container td.header {
  font-size: 0.9em;
  color: #ffffff;
  vertical-align: bottom;
  font-weight: normal;
  padding: 5px 20px;
  background-color: #bababa !important;
}

/* line 1440, ../sass/screen.scss */
.container table.uh_table_alternate_donker {
  empty-cells: show;
  padding: 0px;
}

/*ingekleurde tabel op witte achtergrond - tabpagina - Ayse*/
/* line 1447, ../sass/screen.scss */
.container .tab-panes table.randdonker_ingekleurd {
  border-color: #BABABA !important;
  background: #EFEFEF !important;
  empty-cells: show;
  border-style: solid !important;
  padding: 0px;
  border-spacing: 0px !important;
  border-width: 1px !important;
}

/*ingekleurde tabel op grijze achtergrond - gewone pagina - Ayse*/
/* line 1459, ../sass/screen.scss */
.container table.randdonker_ingekleurd {
  border-color: #BABABA !important;
  background: #FFFFFF !important;
  empty-cells: show;
  border-style: solid !important;
  padding: 0px;
  border-spacing: 0px !important;
  border-width: 1px !important;
}

/* line 1470, ../sass/screen.scss */
.content-text table.styled thead tr {
  background-color: #bababa !important;
}

/* line 1473, ../sass/screen.scss */
.content-text table.uh_table_alternate_donker thead tr {
  background-color: #bababa !important;
}

/* line 1477, ../sass/screen.scss */
.content-text table.uh_table_alternate thead tr {
  background-color: #bababa !important;
}

/* line 1482, ../sass/screen.scss */
.container table.randdonker {
  border: 1px solid #BABABA !important;
  border-spacing: 0;
  empty-cells: show;
  padding: 0;
}

/* line 1489, ../sass/screen.scss */
.container table.rand {
  border: 1px solid #BABABA !important;
  border-spacing: 0;
  empty-cells: show;
  padding: 0;
}

/*opsommingen opgemaakt*/
/* line 1498, ../sass/screen.scss */
.content-text ul, .content-text ol {
  margin-bottom: 25px;
  margin-left: 40px;
  margin-top: 20px;
  line-height: 20px;
}

/* line 1506, ../sass/screen.scss */
.content-text ul ul, .content-text ol ol {
  line-height: 20px;
  margin-bottom: 0;
  margin-left: 40px;
  margin-top: 0;
}

/* line 1514, ../sass/screen.scss */
.tab-pane ul {
  padding-bottom: 0px;
  padding-top: 0px;
}

/* specifieker gemaakt hiervoor zonder class content-text van voor*/
/* line 1521, ../sass/screen.scss */
.content-text .tabs ul {
  background: none repeat scroll 0 0 #c0c0c0;
  border-bottom: 2px solid #fff;
  line-height: 24px;
  list-style: none outside none;
  margin: 0 auto;
  width: 100%;
}

/* line 1531, ../sass/screen.scss */
.tab-pane h4 {
  margin-top: 10px;
}

/*tekst van perscontact Ayse*/
/* line 1536, ../sass/screen.scss */
#perscontact article dl {
  margin: 20px 0;
}

/*iconen voor meer informatie-blok*/
/* line 1542, ../sass/screen.scss */
.tree-sidebar ul li.info-icon {
  background: url("/layout/website2014/images/info-info.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1551, ../sass/screen.scss */
.tree-sidebar ul li.infodagen-icon {
  background: url("/layout/website2014/images/info-infodagen.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1560, ../sass/screen.scss */
.tree-sidebar ul li.betalen-icon {
  background: url("/layout/website2014/images/info-betalen.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1569, ../sass/screen.scss */
.tree-sidebar ul li.begeleiding-icon {
  background: url("/layout/website2014/images/info-studie.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1578, ../sass/screen.scss */
.tree-sidebar ul li.faciliteiten-icon {
  background: url("/layout/website2014/images/info-faciliteiten.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1587, ../sass/screen.scss */
.tree-sidebar ul li.inschrijven-icon {
  background: url("/layout/website2014/images/info-inschrijven.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1596, ../sass/screen.scss */
.tree-sidebar ul li.brochures-icon {
  background: url("/layout/website2014/images/info-brochures.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1605, ../sass/screen.scss */
.tree-sidebar ul li.campusleven-icon {
  background: url("/layout/website2014/images/info-campusleven.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1614, ../sass/screen.scss */
.tree-sidebar ul li.informatie_mob-icon {
  background: url("/layout/website2014/images/info-informatie_mob.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1623, ../sass/screen.scss */
.tree-sidebar ul li.online_mob-icon {
  background: url("/layout/website2014/images/info-online_mob.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1632, ../sass/screen.scss */
.tree-sidebar ul li.rechtsbibliotheek-icon {
  background: url("/layout/website2014/images/info-rechtsbibliotheek.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1641, ../sass/screen.scss */
.tree-sidebar ul li.wetenschappen-icon {
  background: url("/layout/website2014/images/info-wetenschappen.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1650, ../sass/screen.scss */
.tree-sidebar ul li.troeven-icon {
  background: url("/layout/website2014/images/info-troeven.png") no-repeat;
  background-position: 0px 0px;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* line 1659, ../sass/screen.scss */
.tree-sidebar ul li.admission-icon {
  background: url(/layout/website2014/images/info-admission.png) no-repeat;
  background-position: 0 0;
  background-size: 18px;
  padding-left: 30px;
  display: block;
  height: 18px;
}

/* Opmaak brochures op onepager - Ayse */
/* line 1671, ../sass/screen.scss */
#studiekiezer section.otherlinks_brochures a {
  border-bottom: 5px solid #ebebeb;
  color: #E73B2B !important;
  display: inline-block !important;
  /*float: left;*/
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 165px;
  text-align: right;
  margin-bottom: 7px;
  padding-bottom: 5px;
}

/* wordt gebruikt in de custom javascript voor een tabel met alternate rijen - Ayse */
/* line 1690, ../sass/screen.scss */
.changeBackground {
  background-color: #f5f5f5 !important;
  padding: 0px;
}

/* styling om de huidige foto's in de rechterbalk duidelijk weer te geven */
/*
.blocks-aside .block-row p {
  margin-top: 11px;
  margin-bottom: 11px;
}
.content-middle .right-sidebar .block-row p {
  margin-top: 11px;
  margin-bottom: 11px;
}
*/
/*hyperlink*/
/* line 1711, ../sass/screen.scss */
a {
  color: #E73B2B;
}

/*Internal and external links*/
/* line 1716, ../sass/screen.scss */
.tree-sidebar .mobile-nav a.internalLink {
  padding-right: 15px;
  background: url("/Layout/website2014/images/links/2-2.png?hid=img;w=13") no-repeat scroll right 2px transparent;
  transition: all 180ms ease-in-out 0s;
}

/* line 1721, ../sass/screen.scss */
.container a.internalLink {
  padding-right: 12px;
  background: url("/Layout/website2014/images/links/2-1.png?hid=img;w=10") no-repeat scroll right 2px transparent;
}

/* line 1725, ../sass/screen.scss */
.tree-sidebar .mobile-nav a.externalLink {
  padding-right: 15px;
  background: url("/Layout/website2014/images/links/3-2.png?hid=img;w=13") no-repeat scroll right 2px transparent;
  transition: all 180ms ease-in-out 0s;
}

/* line 1730, ../sass/screen.scss */
.container a.externalLink {
  padding-right: 12px;
  background: url("/Layout/website2014/images/links/2-1.png?hid=img;w=10") no-repeat scroll right 2px transparent;
}

/* line 1734, ../sass/screen.scss */
.tree-sidebar .mobile-nav a.internalLink:hover {
  background: url("/Layout/website2014/images/links/2-3.png?hid=img;w=13") no-repeat scroll right 2px transparent;
}

/* line 1737, ../sass/screen.scss */
.tree-sidebar .mobile-nav a.externalLink:hover {
  background: url("/Layout/website2014/images/links/3-3.png?hid=img;w=13") no-repeat scroll right 2px transparent;
}

/* line 1740, ../sass/screen.scss */
.tree-sidebar .mobile-nav a.home {
  padding-left: 20px;
  background: url("/Layout/website2014/images/links/1-2.png?hid=img;w=15") no-repeat scroll left 2px transparent;
  transition: all 180ms ease-in-out 0s;
}

/* line 1745, ../sass/screen.scss */
.tree-sidebar .mobile-nav a.home:hover {
  background: url("/Layout/website2014/images/links/1-3.png?hid=img;w=15") no-repeat scroll left 2px transparent;
}

/* line 1749, ../sass/screen.scss */
.calendar h4.article-title {
  color: #666666;
  background: url("/Layout/website2014/images/arrow_grey@2x.png") left 1px no-repeat;
  background-size: 14px 12px;
  text-indent: 25px;
  margin-bottom: 10px;
  font-size: 1.2em;
  padding-bottom: 5px;
}

/* Ondertitel bij nieuws */
/* line 1762, ../sass/screen.scss */
.wide-text .one-column h4, .wide-text .two-column h4 {
  color: #E73B2B;
  font-size: 1.1em;
  font-weight: 400;
}

/* --------------------------------------------------------------------
    BLOCK BROCHURES
-------------------------------------------------------------------- */
/* line 2686, ../sass/_all_block.scss */
/* line 1773, ../sass/screen.scss */
.block_brochures {
  overflow: hidden;
  padding-top: 1.66667em;
  padding-bottom: 2.66667em;
}

/* line 2692, ../sass/_all_block.scss */
/* line 1780, ../sass/screen.scss */
.block_brochures .brochure {
  position: relative;
  width: 22.26847%;
  float: left;
  margin-right: 3.64204%;
  display: inline;
  padding-top: 2em;
  margin-bottom: 1.66667em;
}

/* line 185, ../../../lib/gems/1.8/gems/susy-1.0.5/sass/susy/_grid.scss */
/* line 1790, ../sass/screen.scss */
.block_brochures .brochure:nth-child(4n) {
  float: right;
  margin-right: 0;
}

/* line 2699, ../sass/_all_block.scss */
/* line 1795, ../sass/screen.scss */
.block_brochures .brochure:nth-child(4n+1) {
  clear: both;
}

/* line 2703, ../sass/_all_block.scss */
/* line 1799, ../sass/screen.scss */
.block_brochures .brochure:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -999em;
  right: -999em;
  height: 1px;
  background: #E5E5E5;
}

/* line 2715, ../sass/_all_block.scss */
/* line 1811, ../sass/screen.scss */
.block_brochures .brochure .field-title {
  min-height: 6em;
  /*overflow: hidden;*/
  margin-bottom: 0.66667em;
}

/* line 2721, ../sass/_all_block.scss */
/* line 1818, ../sass/screen.scss */
.block_brochures .brochure .field-title h2 {
  font-family: Arial;
  font-size: 1em;
  font-weight: bold;
}

/* line 2727, ../sass/_all_block.scss */
/* line 1825, ../sass/screen.scss */
.block_brochures .brochure .field-img {
  margin-bottom: 1em;
}

/* line 2730, ../sass/_all_block.scss */
/* line 1829, ../sass/screen.scss */
.block_brochures .brochure .field-img img {
  border: none;
  width: 165px;
}

/* line 2735, ../sass/_all_block.scss */
/* line 1835, ../sass/screen.scss */
.block_brochures .brochure .field-download {
  margin-bottom: 0.66667em;
}

/* line 2739, ../sass/_all_block.scss */
/* line 1840, ../sass/screen.scss */
.block_brochures .brochure .field-download a {
  display: block;
  background: url("/Layout/website2014/images/icon_download2.png") no-repeat scroll left center transparent;
  padding-left: 22px;
}

/* line 2744, ../sass/_all_block.scss */
/* line 1847, ../sass/screen.scss */
.block_brochures .brochure .field-download a:hover {
  text-decoration: underline;
}

/* line 2749, ../sass/_all_block.scss */
/* line 1852, ../sass/screen.scss */
.block_brochures .brochure .field-url a {
  display: inline-block;
  background: url(../img/overzicht_arrow.png) no-repeat right 3px;
  padding-right: 1em;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

/* line 2757, ../sass/_all_block.scss */
/* line 1861, ../sass/screen.scss */
.block_brochures .brochure .field-url a:hover {
  background-position: right -11px;
  color: #58a518;
}

@media (max-width: 998px) {
  /* line 2764, ../sass/_all_block.scss */
  /* line 1868, ../sass/screen.scss */
  .block_brochures .brochure {
    width: 30.90531%;
    float: left;
    margin-right: 3.64204%;
    display: inline;
  }

  /* line 248, ../../../lib/gems/1.8/gems/susy-1.0.5/sass/susy/_grid.scss */
  /* line 1875, ../sass/screen.scss */
  .block_brochures .brochure:nth-child(4n) {
    float: left;
    margin-right: 3.64204%;
  }

  /* line 185, ../../../lib/gems/1.8/gems/susy-1.0.5/sass/susy/_grid.scss */
  /* line 1880, ../sass/screen.scss */
  .block_brochures .brochure:nth-child(3n) {
    float: right;
    margin-right: 0;
  }

  /* line 2769, ../sass/_all_block.scss */
  /* line 1885, ../sass/screen.scss */
  .block_brochures .brochure:nth-child(4n+1) {
    clear: none;
  }

  /* line 2773, ../sass/_all_block.scss */
  /* line 1889, ../sass/screen.scss */
  .block_brochures .brochure:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 1895, ../sass/screen.scss */
  .block_brochures .brochure {
    width: 50%;
    float: left;
    margin-right: 3.64204%;
    display: inline;
  }
}
/* line 1904, ../sass/screen.scss */
a.praktisch_meerinfo {
  color: #E73B2B;
  text-decoration: none;
}

/* line 1909, ../sass/screen.scss */
.calendar .pagination {
  text-align: center;
  font-size: 15px;
}

/* line 1914, ../sass/screen.scss */
img.topnav_email {
  display: inline;
}

/* line 1918, ../sass/screen.scss */
.wide-text ul {
  margin-bottom: 25px;
  margin-left: 40px;
  margin-top: 20px;
  line-height: 20px;
}

/* line 1924, ../sass/screen.scss */
.wide-text .container img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 1930, ../sass/screen.scss */
.facebook-share {
  width: 171px !important;
}

/* line 1933, ../sass/screen.scss */
.twitter-share {
  width: 171px !important;
}

/* line 1936, ../sass/screen.scss */
.linkedin-share {
  width: 171px !important;
}

/* --- GENERAL --- */
/* line 4, ../sass/pages_screen.scss */
body {
  background-color: #EBEBEB;
}

/* --- HEADER --- */
/* --- MAIN --- */
/* line 12, ../sass/pages_screen.scss */
.main {
  display: block;
  padding-top: 117px;
  position: relative;
  width: 100%;
  background-color: #fff;
}
/* line 21, ../sass/pages_screen.scss */
.main .header-title {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  left: 6.8%;
  margin-left: -9px;
}
/* line 29, ../sass/pages_screen.scss */
.main .header-title .h2-wrapper {
  padding: 10px 10px 9px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
/* line 35, ../sass/pages_screen.scss */
.main .header-title h2, .main .header-title h3 {
  display: inline-block;
  padding-bottom: 5px;
  margin: 0px 0px 0px 0px;
  line-height: 1em;
}
/* line 42, ../sass/pages_screen.scss */
.main .header-title h2 {
  font-size: 2.8em;
  border-bottom: 6px solid #303030;
  display: inline-block;
}
/* line 47, ../sass/pages_screen.scss */
.main .header-title h3 {
  display: block;
  padding: 10px 10px 10px 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 57, ../sass/pages_screen.scss */
.main .photo-and-title {
  display: block;
  width: 70%;
  height: 100%;
  position: relative;
  float: left;
}
/* line 64, ../sass/pages_screen.scss */
.main .photo-and-title img {
  width: 100%;
}
/* line 68, ../sass/pages_screen.scss */
.main .photo-and-title h2, .main .photo-and-title h3 {
  font-size: 2.8em;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 10px 10px 0px 10px;
  position: absolute;
  bottom: 0px;
  left: 8.3%;
}
/* line 76, ../sass/pages_screen.scss */
.main .photo-and-title h2 span, .main .photo-and-title h3 span {
  background-color: red;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 6px solid #303030;
  margin: 0px 0px 10px 0px;
  line-height: 1em;
}
/* line 87, ../sass/pages_screen.scss */
.main .photo-and-title.subtitle h2 {
  bottom: 42px;
}
/* line 90, ../sass/pages_screen.scss */
.main .photo-and-title.subtitle h3 {
  font-size: 1.4em;
}
/* line 92, ../sass/pages_screen.scss */
.main .photo-and-title.subtitle h3 span {
  border: none;
  margin: 0;
}
/* line 100, ../sass/pages_screen.scss */
.main .side {
  display: block;
  width: 30%;
  height: 100%;
  background-color: #fff;
  float: right;
}
/* line 107, ../sass/pages_screen.scss */
.main .side h1 {
  display: block;
  width: 215px;
  height: 100px;
  position: relative;
  margin: 25px 10% 0px 40px;
  float: right;
}
/* line 116, ../sass/pages_screen.scss */
.main .side h1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* line 122, ../sass/pages_screen.scss */
.main .side h1 span {
  position: absolute;
  top: -10000px;
}
/* line 128, ../sass/pages_screen.scss */
.main .sidecontent {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 3%;
}
/* line 135, ../sass/pages_screen.scss */
.main .sidecontent.otherlinks {
  display: block;
  width: 26%;
  float: right;
}
/* line 140, ../sass/pages_screen.scss */
.main .sidecontent.otherlinks ul {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.9);
}
/* line 143, ../sass/pages_screen.scss */
.main .sidecontent.otherlinks ul li {
  list-style-type: none;
  text-align: right;
  color: #696969;
  font-size: 0.8em;
  display: block;
  /*&.bold{
    font-weight: bold;
    margin-bottom: 4px;
  }
  &:last-of-type{
    margin-bottom: 10px;
  }*/
}
/* line 145, ../sass/pages_screen.scss */
.main .sidecontent.otherlinks ul li.sub-links {
  font-weight: normal;
  line-height: 1.4em;
  font-size: 1em;
}
/* line 150, ../sass/pages_screen.scss */
.main .sidecontent.otherlinks ul li.sub-links p {
  font-size: 12px;
}
/* line 153, ../sass/pages_screen.scss */
.main .sidecontent.otherlinks ul li.sub-links a {
  display: inline;
  color: #666;
  border-bottom: none;
  font-weight: normal;
  font-size: 12px;
}
/* line 177, ../sass/pages_screen.scss */
.main .sidecontent.otherlinks a {
  color: #E73B2B;
  display: inline-block;
  width: 165px;
  padding-bottom: 5px;
  border-bottom: 5px solid #EBEBEB;
  margin-bottom: 7px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: .8em;
}
/* line 194, ../sass/pages_screen.scss */
.main .sidecontent.otherlinks .short-search-field fieldset {
  float: right;
  margin-top: 20px;
}
/* line 197, ../sass/pages_screen.scss */
.main .sidecontent.otherlinks .short-search-field fieldset input[type=submit] {
  background-color: #E73B2B;
}
/* line 199, ../sass/pages_screen.scss */
.main .sidecontent.otherlinks .short-search-field fieldset input[type=submit].hover {
  background-color: #ec6559;
}
@media only screen and (max-width: 1279px) {
  /* line 194, ../sass/pages_screen.scss */
  .main .sidecontent.otherlinks .short-search-field fieldset {
    width: 250px;
  }
  /* line 206, ../sass/pages_screen.scss */
  .main .sidecontent.otherlinks .short-search-field fieldset input[type=text] {
    width: 194px;
  }
}

/* --- SIDEBAR --- */
/* line 216, ../sass/pages_screen.scss */
aside.page-sidebar {
  display: block;
  width: 22%;
  float: left;
  background-color: #E73B2B;
  padding: 60px 0px 40px 7%;
  height: auto;
  min-width: 260px;
  /*min-height: 110%;*/
}
/* line 225, ../sass/pages_screen.scss */
aside.page-sidebar a {
  color: #666;
}
@media only screen and (max-width: 1180px) {
  /* line 216, ../sass/pages_screen.scss */
  aside.page-sidebar {
    padding: 60px 0px 0px 4%;
  }
}
/* line 241, ../sass/pages_screen.scss */
aside.page-sidebar ul span {
  line-height: 25px;
  padding-bottom: 2px;
}
/* line 247, ../sass/pages_screen.scss */
aside.page-sidebar ul li {
  list-style-type: none;
}
/* line 251, ../sass/pages_screen.scss */
aside.page-sidebar ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: "Futura LT W01 Book", helvetica, arial, sans-serif;
  -webkit-transition: all 180ms ease-in-out;
  -moz-transition: all 180ms ease-in-out;
  -o-transition: all 180ms ease-in-out;
  transition: all 180ms ease-in-out;
}
/* line 263, ../sass/pages_screen.scss */
aside.page-sidebar ul li a.active {
  font-weight: bold;
  color: #FFA9A9;
}
/* line 269, ../sass/pages_screen.scss */
aside.page-sidebar ul li a:hover {
  color: #FFA9A9;
}
/* line 276, ../sass/pages_screen.scss */
aside.page-sidebar .mobile-nav-toggle {
  display: none;
}

/* line 284, ../sass/pages_screen.scss */
.content-text .container a {
  text-decoration: underline;
  letter-spacing: 0.02em;
  color: #E73B2B;
}

/* line 302, ../sass/pages_screen.scss */
.content-text .container .tabs a {
  color: #FFF;
}
/* line 307, ../sass/pages_screen.scss */
.content-text .container .tabs .active a {
  color: #302b08;
}

/* --- CONTENT --- */
/* line 322, ../sass/pages_screen.scss */
.content {
  width: 56.3%;
  /*min-height: 100%; */
  display: block;
  float: left;
  background-color: #EBEBEB;
  padding: 60px 6.8% 0% 6.8%;
}
/* line 333, ../sass/pages_screen.scss */
.content .container {
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  /* line 322, ../sass/pages_screen.scss */
  .content {
    width: 53%;
  }
}

/* --- PAGE SPECIFIC STYLING --- */
/* line 345, ../sass/pages_screen.scss */
#nieuws {
  width: 58%;
  min-width: 706px;
  max-width: 960px;
}

/* line 353, ../sass/pages_screen.scss */
.agenda {
  overflow: hidden;
}
/* line 356, ../sass/pages_screen.scss */
.agenda .calendar {
  width: 46%;
  float: left;
  margin-left: 0px;
}
/* line 361, ../sass/pages_screen.scss */
.agenda .in-the-picture {
  width: 46%;
  float: right;
}
/* line 364, ../sass/pages_screen.scss */
.agenda .in-the-picture h2 {
  background: url("../images/arrow_grey.png") left 4px no-repeat;
  padding-left: 18px;
  font-size: 0.95em;
  display: block;
  color: #666;
  padding-bottom: 5px;
  margin-top: -4px;
  border-bottom: 5px solid #fff;
}
/* line 376, ../sass/pages_screen.scss */
.agenda .newsarticle {
  border-bottom: none;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 8px;
  overflow: hidden;
}
/* line 384, ../sass/pages_screen.scss */
.agenda .newsarticle span.date {
  display: block;
  background-color: #fff;
  color: #E73B2B;
  font-weight: 500;
  font-size: 0.85em;
  padding: 8px 10px;
  width: 70px;
}
/* line 394, ../sass/pages_screen.scss */
.agenda .newsarticle h3 {
  width: 250px;
}
/* line 397, ../sass/pages_screen.scss */
.agenda .newsarticle p.readmore-grey {
  width: 80px;
}

/* line 402, ../sass/pages_screen.scss */
#perscontact {
  min-height: 540px;
}
/* line 404, ../sass/pages_screen.scss */
#perscontact h3 {
  margin-top: 0px;
}
/* line 407, ../sass/pages_screen.scss */
#perscontact article {
  width: 50%;
  float: left;
}
/* line 411, ../sass/pages_screen.scss */
#perscontact article img {
  margin: 30px auto 0 auto;
  padding-bottom: 6px;
  border-bottom: 3px solid #fff;
}
/* line 417, ../sass/pages_screen.scss */
#perscontact article dl {
  width: 240px;
  margin: 20px auto;
}
/* line 421, ../sass/pages_screen.scss */
#perscontact article dt {
  width: 70px;
  clear: left;
  font-weight: 600;
}
/* line 422, ../sass/pages_screen.scss */
#perscontact article dd {
  width: 170px;
}
/* line 423, ../sass/pages_screen.scss */
#perscontact article dt, #perscontact article dd {
  float: left;
  font-size: 0.85em;
  padding-bottom: 10px;
  line-height: 1.6em;
}
/* line 426, ../sass/pages_screen.scss */
#perscontact .clearfix {
  display: none;
}

/* line 430, ../sass/pages_screen.scss */
#fotoboek {
  width: 57%;
}
/* line 435, ../sass/pages_screen.scss */
#fotoboek span.date {
  display: block;
  background-color: #fff;
  color: #E73B2B;
  font-weight: 500;
  font-size: 0.85em;
  padding: 8px 10px;
  width: 70px;
}
/* line 445, ../sass/pages_screen.scss */
#fotoboek h3 {
  width: auto;
}
/* line 449, ../sass/pages_screen.scss */
#fotoboek .newsarticle {
  width: 46%;
}
@media only screen and (min-width: 1280px) {
  /* line 449, ../sass/pages_screen.scss */
  #fotoboek .newsarticle {
    width: 46%;
  }
}

/* line 459, ../sass/pages_screen.scss */
#fotoboek-detail .container .bigimg {
  width: 100%;
}
/* line 463, ../sass/pages_screen.scss */
#fotoboek-detail .container .img-preview ul {
  margin-top: 40px;
  list-style: none;
}
/* line 466, ../sass/pages_screen.scss */
#fotoboek-detail .container .img-preview ul li {
  display: inline-block;
  width: 10%;
  margin: 0 1%;
}
/* line 470, ../sass/pages_screen.scss */
#fotoboek-detail .container .img-preview ul li img {
  width: 100%;
}

/* --- CONTENT TYPES --- */
/* line 480, ../sass/pages_screen.scss */
.wide-text {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 55px 0px 0px 0px;
}
/* line 486, ../sass/pages_screen.scss */
.wide-text .container {
  width: 86.8%;
  padding-bottom: 60px;
  margin: auto auto;
}
/* line 491, ../sass/pages_screen.scss */
.wide-text .article-side {
  display: block;
  width: 32%;
  float: left;
}
/* line 496, ../sass/pages_screen.scss */
.wide-text .article-side img {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: solid 3px #fff;
  margin-bottom: 25px;
}
/* line 503, ../sass/pages_screen.scss */
.wide-text .one-column, .wide-text .two-column {
  display: block;
  width: 62.5%;
  float: left;
  margin-left: 5%;
}
/* line 509, ../sass/pages_screen.scss */
.wide-text .one-column p, .wide-text .two-column p {
  margin-bottom: 20px;
  font-weight: 200;
}
/* line 514, ../sass/pages_screen.scss */
.wide-text .one-column h4, .wide-text .two-column h4 {
  font-size: 1.2em;
  margin-bottom: 20px;
}
/* line 519, ../sass/pages_screen.scss */
.wide-text .one-column h5, .wide-text .two-column h5 {
  font-size: 1em;
  margin-bottom: 20px;
}
/* line 524, ../sass/pages_screen.scss */
.wide-text .one-column .side-info, .wide-text .two-column .side-info {
  display: none;
}
/* line 528, ../sass/pages_screen.scss */
.wide-text .two-column {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 25px;
  -webkit-column-gap: 25px;
  column-gap: 25px;
}
/* line 536, ../sass/pages_screen.scss */
.wide-text p.article-intro {
  font-weight: bold;
}
/* line 539, ../sass/pages_screen.scss */
.wide-text .side-info {
  text-align: right;
  color: #E73B2B;
}
/* line 543, ../sass/pages_screen.scss */
.wide-text .side-info h6 {
  font-size: 1.13em;
  margin-bottom: 10px;
}
/* line 548, ../sass/pages_screen.scss */
.wide-text .article-share {
  margin-top: 30px;
}
/* line 551, ../sass/pages_screen.scss */
.wide-text .article-share a {
  float: right;
  clear: right;
  margin-bottom: 8px;
}
/* line 558, ../sass/pages_screen.scss */
.wide-text h3 {
  display: block;
  font-size: 1.67em;
  font-weight: 200;
  padding-bottom: 10px;
  margin: 15px 0px 40px 0px;
  border-bottom: 3px solid #fff;
}

/* line 568, ../sass/pages_screen.scss */
.content-text .page-date {
  position: absolute;
  color: #E73B2B;
  font-weight: bold;
  margin-top: -30px;
  margin-bottom: 20px;
  font-size: 1.1em;
}
/* line 576, ../sass/pages_screen.scss */
.content-text h2 {
  display: block;
  font-size: 1.67em;
  font-weight: 200;
  padding-bottom: 10px;
  margin: -6px 0px 40px 0px;
  border-bottom: 3px solid #fff;
}
/* line 585, ../sass/pages_screen.scss */
.content-text h3 {
  display: block;
  font-size: 1.4em;
  font-weight: 200;
  padding-bottom: 0px;
}
/* line 593, ../sass/pages_screen.scss */
.content-text h4 {
  display: block;
  font-size: 1.1em;
  font-weight: 400;
  color: #E73B2B;
}
/* line 600, ../sass/pages_screen.scss */
.content-text h5 {
  font-size: 1.1em;
  margin-bottom: -10px;
  /*font-weight: 500;*/
}
/* line 605, ../sass/pages_screen.scss */
.content-text p {
  margin: 16px 0px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 20px;
}
/* line 612, ../sass/pages_screen.scss */
.content-text form {
  width: 100%;
}
/* line 616, ../sass/pages_screen.scss */
.content-text form .invalid {
  color: red;
}
/* line 619, ../sass/pages_screen.scss */
.content-text form .invalid input {
  border: 1px solid red;
  color: red;
}
/* line 627, ../sass/pages_screen.scss */
.content-text form .valid {
  color: #00b000;
}
/* line 630, ../sass/pages_screen.scss */
.content-text form .valid input {
  border: 1px solid #00b000;
  color: #00b000;
}
/* line 639, ../sass/pages_screen.scss */
.content-text form .error-messages {
  color: red;
  margin-left: 100px;
  font-size: 0.8em;
}
/* line 646, ../sass/pages_screen.scss */
.content-text form .error-messages ul {
  margin: 0px;
  padding: 0px;
}
/* line 649, ../sass/pages_screen.scss */
.content-text form .error-messages ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
/* line 663, ../sass/pages_screen.scss */
.content-text form select {
  min-width: 133px;
}
/* line 667, ../sass/pages_screen.scss */
.content-text form button {
  padding: 4px 6px;
}
/* line 673, ../sass/pages_screen.scss */
.content-text form textarea {
  border: 1px solid gray;
  border-radius: 2px;
  height: 100px;
  width: 50%;
}
/* line 680, ../sass/pages_screen.scss */
.content-text form input {
  border: 1px solid gray;
  padding: 4px 6px;
  border-radius: 2px;
  margin: 0em;
  font: -webkit-small-control;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  border-style: solid;
  min-width: 120px;
}
/* line 700, ../sass/pages_screen.scss */
.content-text form input[type=radio],
.content-text form input[type=checkbox] {
  min-width: inherit;
}
/* line 710, ../sass/pages_screen.scss */
.content-text .control-group {
  margin-bottom: 20px;
}
/* line 713, ../sass/pages_screen.scss */
.content-text .control-group .controls {
  margin-left: 100px;
}
/* line 716, ../sass/pages_screen.scss */
.content-text .control-group .controls span {
  font-size: 0.7em;
  margin-left: 10px;
}
/* line 725, ../sass/pages_screen.scss */
.content-text .control-label {
  float: left;
  width: 100px;
  padding-top: 5px;
  text-align: left;
  font-size: 0.8em;
}
/* line 735, ../sass/pages_screen.scss */
.content-text .align-left {
  float: left;
  margin-right: 20px;
}
/* line 741, ../sass/pages_screen.scss */
.content-text .align-right {
  float: right;
  margin-right: 20px;
}
/* line 749, ../sass/pages_screen.scss */
.content-text p.intro {
  font-weight: bold;
  padding-top: 0px;
}
/* line 754, ../sass/pages_screen.scss */
.content-text ul, .content-text ol {
  margin-left: 18px;
}
/* line 758, ../sass/pages_screen.scss */
.content-text ul li, .content-text ol li {
  font-weight: 300;
}
/* line 763, ../sass/pages_screen.scss */
.content-text table.styled {
  font-weight: 300;
  width: 100%;
}
/* line 767, ../sass/pages_screen.scss */
.content-text table.styled thead {
  font-weight: 300;
  color: #ffffff;
  font-weight: normal;
}
/* line 772, ../sass/pages_screen.scss */
.content-text table.styled thead tr {
  background-color: #bababa;
}
/* line 774, ../sass/pages_screen.scss */
.content-text table.styled thead tr th {
  padding: 5px 20px;
  font-weight: normal;
  font-size: 0.9em;
}
/* line 783, ../sass/pages_screen.scss */
.content-text table.styled tbody {
  font-size: 0.88em;
}
/* line 788, ../sass/pages_screen.scss */
.content-text table.styled tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
}
/* line 795, ../sass/pages_screen.scss */
.content-text table.styled tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
/* line 806, ../sass/pages_screen.scss */
.content-text aside.brochure {
  display: inline;
  margin: 5px 0px 20px 20px;
  float: right;
}
/* line 811, ../sass/pages_screen.scss */
.content-text aside.brochure h4 {
  background: url("../images/arrow_grey.png") left 4px no-repeat;
  padding-left: 18px;
  font-size: 0.8em;
  display: block;
  color: #666;
  padding-bottom: 3px;
  margin-top: -4px;
  margin-bottom: 5px;
  border-bottom: 5px solid #fff;
}
/* line 822, ../sass/pages_screen.scss */
.content-text aside.brochure img {
  width: 180px;
}
/* line 825, ../sass/pages_screen.scss */
.content-text aside.brochure a.download-overlay {
  background: url("../../assets/images/download-icon.png");
  position: absolute;
  width: 180px;
  height: 254px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px;
}
/* line 837, ../sass/pages_screen.scss */
.content-text aside.brochure-mobile {
  display: none;
}
/* line 840, ../sass/pages_screen.scss */
.content-text .red {
  color: #E73B2B;
}
/* line 843, ../sass/pages_screen.scss */
.content-text .left-img {
  display: inline;
  clear: right;
  float: left;
  margin: 20px 20px 10px 0px;
}

/* line 850, ../sass/pages_screen.scss */
.content-blocks {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/* line 856, ../sass/pages_screen.scss */
.content-blocks .container {
  overflow: hidden;
  padding: 0;
}
/* line 862, ../sass/pages_screen.scss */
.content-blocks .left-row {
  float: left;
  width: 48%;
}
/* line 869, ../sass/pages_screen.scss */
.content-blocks .right-row {
  float: right;
  width: 48%;
}
/* line 876, ../sass/pages_screen.scss */
.content-blocks .blocks {
  overflow: hidden;
  display: block;
  width: 73%;
  float: left;
}
/* line 885, ../sass/pages_screen.scss */
.content-blocks .blocks .block {
  max-width: 100%;
  width: 300px;
  float: left;
  position: relative;
}
/* line 893, ../sass/pages_screen.scss */
.content-blocks .blocks .block-image-wrapper {
  position: relative;
}
/* line 896, ../sass/pages_screen.scss */
.content-blocks .blocks .block-image-wrapper img {
  width: 100%;
}
/* line 903, ../sass/pages_screen.scss */
.content-blocks .blocks .block-mobile {
  width: 100%;
}
/* line 909, ../sass/pages_screen.scss */
.content-blocks .blocks .block img {
  width: 100%;
  max-width: 100%;
}
/* line 915, ../sass/pages_screen.scss */
.content-blocks .blocks article.block {
  margin-bottom: 40px;
}
/* line 918, ../sass/pages_screen.scss */
.content-blocks .blocks article.block h3 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  color: #5d5d5d;
  font-size: 1em;
  display: inline-block;
  width: auto;
  padding: 10px;
  bottom: 0px;
}
/* line 928, ../sass/pages_screen.scss */
.content-blocks .blocks article.block section {
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
}
/* line 933, ../sass/pages_screen.scss */
.content-blocks .blocks article.block section ul {
  background: #fff;
  list-style: none;
  font-size: 0.88em;
  padding: 10px;
}
/* line 938, ../sass/pages_screen.scss */
.content-blocks .blocks article.block section ul li {
  width: 100%;
  padding: 1px 0px;
  background: url("../images/arrow_red.png") right center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 938, ../sass/pages_screen.scss */
  .content-blocks .blocks article.block section ul li {
    background: url("../images/arrow_red@2x.png") right center no-repeat;
    background-size: 12px 7px;
  }
}
/* line 946, ../sass/pages_screen.scss */
.content-blocks .blocks article.block section ul li a {
  color: #666;
  text-decoration: none;
}
/* line 949, ../sass/pages_screen.scss */
.content-blocks .blocks article.block section ul li a:hover {
  color: #E73B2B;
}
/* line 954, ../sass/pages_screen.scss */
.content-blocks .blocks article.block section ul li.active a {
  color: #E73B2B;
}
/* line 963, ../sass/pages_screen.scss */
.content-blocks .blocks-aside {
  float: right;
  width: 215px;
}
/* line 970, ../sass/pages_screen.scss */
.content-blocks .blocks-aside section, .content-blocks .blocks-aside article, .content-blocks .blocks-aside .readmore-grey {
  width: 215px;
}
/* line 973, ../sass/pages_screen.scss */
.content-blocks .blocks-aside section {
  margin-bottom: 40px;
}
/* line 976, ../sass/pages_screen.scss */
.content-blocks .blocks-aside section article img {
  width: 100%;
}
/* line 979, ../sass/pages_screen.scss */
.content-blocks .blocks-aside section article h4.article-title {
  color: #666666;
  background: url("../images/arrow_grey@2x.png") left 1px no-repeat;
  background-size: 14px 12px;
  text-indent: 25px;
  margin-bottom: 10px;
  font-size: 0.9em;
  border-bottom: 5px solid #fff;
  padding-bottom: 5px;
}
/* line 990, ../sass/pages_screen.scss */
.content-blocks .blocks-aside section article h5 {
  background: #fff;
  color: #5D5D5D;
  padding: 10px 10px 0px 10px;
}
/* line 995, ../sass/pages_screen.scss */
.content-blocks .blocks-aside section article p {
  padding: 10px;
  background: #fff;
  font-size: 0.86em;
  color: #5D5D5D;
  margin: 0;
}
/* line 1002, ../sass/pages_screen.scss */
.content-blocks .blocks-aside section article p.readmore-grey {
  padding: 6px 10px;
  width: auto;
  display: inline-block;
}
/* line 1010, ../sass/pages_screen.scss */
.content-blocks .blocks-aside .calendar {
  margin-left: 0px;
}
/* line 1013, ../sass/pages_screen.scss */
.content-blocks .blocks-aside .brochure-mobile {
  display: none;
}

/* line 1019, ../sass/pages_screen.scss */
.news-topics {
  display: block;
  float: left;
}

/* line 1024, ../sass/pages_screen.scss */
.newsarticle {
  width: 46%;
  float: left;
  padding-bottom: 7px;
}
/* line 1025, ../sass/pages_screen.scss */
.newsarticle img {
  border: none;
  width: 100%;
  height: auto;
}

/* line 1034, ../sass/pages_screen.scss */
.tree-sidebar {
  color: #fff;
  letter-spacing: 2px;
  font-family: "Futura LT W01 Book", helvetica, arial, sans-serif;
  max-width: 97%;
}
/* line 1041, ../sass/pages_screen.scss */
.tree-sidebar a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 1046, ../sass/pages_screen.scss */
.tree-sidebar h3 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #ffffff !important;
}
/* line 1060, ../sass/pages_screen.scss */
.tree-sidebar ul li {
  margin: 20px 0 0px 0;
}
/* line 1063, ../sass/pages_screen.scss */
.tree-sidebar ul li li {
  text-decoration: none;
  border: none;
  /* font-weight: 100; */
  font-size: 0.85em;
  margin: 20px 0px 20px 20px;
}
/* line 1075, ../sass/pages_screen.scss */
.tree-sidebar .no-nav-header {
  margin-top: -30px;
}

/* line 1081, ../sass/pages_screen.scss */
.tabs ul {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  background: #C0C0C0;
  line-height: 24px;
  border-bottom: 2px solid #fff;
}
/* line 1088, ../sass/pages_screen.scss */
.tabs ul li {
  width: auto;
  display: inline-block;
  padding-top: 4px;
}
/* line 1094, ../sass/pages_screen.scss */
.tabs ul li.active {
  background: #fff;
}
/* line 1096, ../sass/pages_screen.scss */
.tabs ul li.active a {
  color: #666;
}
/* line 1101, ../sass/pages_screen.scss */
.tabs ul li a {
  padding: 8px 15px;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 500;
  color: #FDFDFD;
}

/* line 1111, ../sass/pages_screen.scss */
.tab-pane {
  display: none;
}
/* line 1113, ../sass/pages_screen.scss */
.tab-pane:first-child {
  display: block;
}
/* line 1116, ../sass/pages_screen.scss */
.tab-pane img {
  max-width: 100%;
}
/* line 1120, ../sass/pages_screen.scss */
.tab-pane:before {
  display: block;
  content: " ";
  height: 173px;
  margin-top: -173px;
  visibility: hidden;
}

/* line 1130, ../sass/pages_screen.scss */
.side-bar-minWidth {
  min-width: 260px;
}

/* line 1135, ../sass/pages_screen.scss */
.tab-pane-wrapper {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1180px) {
  /* line 1139, ../sass/pages_screen.scss */
  .sidebar .header-title {
    left: 4%;
  }
}

/* line 1150, ../sass/pages_screen.scss */
.aside-last {
  margin-top: -20px;
  margin-bottom: 30px;
}
/* line 1153, ../sass/pages_screen.scss */
.aside-last a {
  border-bottom: none !important;
}

/* line 1159, ../sass/pages_screen.scss */
.aside-last.middle {
  margin-top: -30px;
}

/* line 1169, ../sass/pages_screen.scss */
.blocks-aside .calendar p a {
  border-bottom: none;
  margin-top: -20px;
}

/* line 1176, ../sass/pages_screen.scss */
.blocks-aside .calendar a {
  border-bottom: 4px solid #ffffff;
}

/* line 1186, ../sass/pages_screen.scss */
.tab-panes {
  background-color: #ffffff;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1194, ../sass/pages_screen.scss */
.ulwrapper {
  position: relative;
}

/* line 1199, ../sass/pages_screen.scss */
blockquote {
  font-weight: 300;
  padding-left: 20px;
  display: block;
}

/* line 1207, ../sass/pages_screen.scss */
.content-middle {
  width: 61.3%;
  display: block;
  float: left;
  background-color: #ebebeb;
  padding: 60px 0% 0% 6.8%;
}
/* line 1216, ../sass/pages_screen.scss */
.content-middle .container {
  width: 80%;
  float: left;
  height: 100%;
  padding-right: 6.8%;
  box-sizing: border-box;
}
/* line 1224, ../sass/pages_screen.scss */
.content-middle .content-middle {
  padding-right: 0px !important;
  width: 61.3% !important;
}
/* line 1230, ../sass/pages_screen.scss */
.content-middle .right-sidebar {
  float: left;
  width: 20%;
  height: inherit;
  position: relative;
  padding-top: 25px;
}

/* line 1244, ../sass/pages_screen.scss */
.block-row {
  min-width: 110px;
  margin-bottom: 40px;
}
/* line 1248, ../sass/pages_screen.scss */
.block-row a {
  text-decoration: none;
  border-bottom: none !important;
}
/* line 1253, ../sass/pages_screen.scss */
.block-row span {
  text-decoration: underline;
}
/* line 1257, ../sass/pages_screen.scss */
.block-row h4.article-title {
  color: #666666;
  background: url("../images/arrow_grey@2x.png") left 1px no-repeat;
  background-size: 14px 12px;
  text-indent: 25px;
  margin-bottom: 10px;
  font-size: 0.9em;
  padding-bottom: 5px;
}
/* line 1272, ../sass/pages_screen.scss */
.block-row .description {
  padding-top: 5px;
}
/* line 1276, ../sass/pages_screen.scss */
.block-row p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: .85em;
  color: #9694aa;
}
/* line 1284, ../sass/pages_screen.scss */
.block-row img {
  max-width: 100%;
}

/* line 1293, ../sass/pages_screen.scss */
.block-row {
  min-width: 110px;
  margin-bottom: 40px;
}
/* line 1297, ../sass/pages_screen.scss */
.block-row a {
  text-decoration: none;
}
/* line 1305, ../sass/pages_screen.scss */
.block-row h4.article-title {
  color: #666666;
  background: url("../images/arrow_grey@2x.png") left 1px no-repeat;
  background-size: 14px 12px;
  text-indent: 25px;
  margin-bottom: 10px;
  font-size: 0.9em;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* line 1319, ../sass/pages_screen.scss */
.block-row h4.article-title.underline {
  border-bottom: 5px solid #FFF;
}
/* line 1323, ../sass/pages_screen.scss */
.block-row .event {
  text-decoration: none;
  display: block;
}
/* line 1327, ../sass/pages_screen.scss */
.block-row .event h5 {
  background: #fff;
  color: #5D5D5D;
  padding: 10px 10px 0px 10px;
}
/* line 1332, ../sass/pages_screen.scss */
.block-row .event p {
  padding: 10px;
  background: #fff;
  font-size: 0.86em;
  color: #5D5D5D;
  margin: 0;
}
/* line 1342, ../sass/pages_screen.scss */
.block-row .event + .event {
  border-top: 4px solid #FFF;
  padding-top: 20px;
  margin-top: 15px;
}
/* line 1349, ../sass/pages_screen.scss */
.block-row .agenda-item h5, .block-row .agenda-item p {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 1357, ../sass/pages_screen.scss */
.block-row h5 {
  font-size: 14px;
  display: block;
  color: #666;
  padding-bottom: 4px;
  margin-bottom: 0 !important;
}
/* line 1365, ../sass/pages_screen.scss */
.block-row img + h5 {
  margin-top: 5px;
}
/* line 1369, ../sass/pages_screen.scss */
.block-row article img + h5 {
  margin-top: 0;
}
/* line 1373, ../sass/pages_screen.scss */
.block-row .date {
  color: #8E271D;
  margin: 0px;
  line-height: 1em;
}
/* line 1379, ../sass/pages_screen.scss */
.block-row .event + .readmore-grey-no-back {
  padding-top: 20px;
}
/* line 1383, ../sass/pages_screen.scss */
.block-row .readmore-grey-no-back a.overzicht {
  text-decoration: underline;
  background: url("../images/arrow_grey.png") right center no-repeat;
  padding-right: 18px;
}
/* line 1390, ../sass/pages_screen.scss */
.block-row .description {
  padding-top: 5px;
}
/* line 1394, ../sass/pages_screen.scss */
.block-row p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: .8em;
  color: #303030;
}
/* line 1402, ../sass/pages_screen.scss */
.block-row.block-row-editor p {
  margin-bottom: 11px;
}
/* line 1406, ../sass/pages_screen.scss */
.block-row img {
  max-width: 100%;
}

/* line 1415, ../sass/pages_screen.scss */
.content {
  /*overflow: hidden;*/
  position: relative;
}

/* line 1421, ../sass/pages_screen.scss */
html, body {
  height: 100%;
}

/* line 1426, ../sass/pages_screen.scss */
aside table a {
  color: #666 !important;
}
/* line 1432, ../sass/pages_screen.scss */
aside table {
  font-size: 0.6em;
}
/* line 1436, ../sass/pages_screen.scss */
aside h4 {
  font-weight: 200;
}

/* line 1442, ../sass/pages_screen.scss */
.readmore-grey a {
  border-bottom: none !important;
}

/* line 1448, ../sass/pages_screen.scss */
.tree-sidebar h3 a {
  color: #ffffff;
}
