@import url(../fonts/myFonts/MyFontsWebfontsKit.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* stylesheet colors*/
/* Positioning */
/* Box model */
/* Typography */
/* Visual */
/* Misc */
/* DNN reset */
#ControlBar_ControlPanel,
#ControlBar_ControlPanel * {
  box-sizing: content-box !important; }

#ControlBar_ControlPanel li {
  list-style: none none !important; }

.Normal {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

.TitleH2 {
  color: inherit; }

.Head {
  display: inherit;
  margin-bottom: inherit; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #ffffff; }

header {
  text-align: center; }

section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  padding-bottom: 20px; }
  section:last-child {
    margin-right: 0; }

h1 {
  margin: 38px 0;
  font-family: TextaAlt-Heavy;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  color: inherit; }

h2 {
  margin: 0 0 0.58824em 0;
  color: inherit;
  font-family: TextaAlt-Heavy;
  font-size: 2.125em;
  font-weight: 400;
  line-height: 1; }

h3 {
  margin: 20px 0;
  font-family: TextaAlt-Heavy;
  font-size: 24px;
  font-weight: 400;
  line-height: inherit;
  color: inherit; }

p {
  margin: 0 0 1.5em 0; }

a, a:visited, a:active {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

ul {
  font-size: 16px; }

.summary,
.diensten,
.doelgroepen {
  padding: 2.6875em 0 3.6875em 0; }

.introduction .DnnModule ul,
.content-panel .DnnModule ul,
.summary .DnnModule ul,
.diensten .DnnModule ul,
.doelgroepen .DnnModule ul {
  padding: 0;
  margin: 0; }

.introduction .DnnModule li,
.content-panel .DnnModule li,
.summary .DnnModule li,
.diensten .DnnModule li,
.doelgroepen .DnnModule li {
  list-style: none none; }

.introduction .DnnModule li a,
.content-panel .DnnModule li a,
.summary .DnnModule li a,
.diensten .DnnModule li a,
.doelgroepen .DnnModule li a {
  display: block;
  padding-left: 1em;
  background: url(../icons/chevron-right-yellow.png) no-repeat left top 0.4375em;
  background-size: 6px 11px;
  font-size: 1rem; }
  .introduction .DnnModule li a:hover,
  .content-panel .DnnModule li a:hover,
  .summary .DnnModule li a:hover,
  .diensten .DnnModule li a:hover,
  .doelgroepen .DnnModule li a:hover {
    text-decoration: underline; }

.searchResults li:before {
  content: '';
  background-repeat: no-repeat;
  background-image: none; }

.dnnSearchResultAdvancedTip { 
  visibility:hidden !important;}

.dnnSearchResultItem-Others { 
  visibility:hidden !important;}

.breadcrumb-desktop {
  display: none; }
  .breadcrumb-desktop img {
    display: none; }
  .breadcrumb-desktop span a {
    display: inline-block;
    padding-left: 1em;
    margin-left: 0.25em;
    background: url(../icons/chevron-right-white-breadcrumb.png) no-repeat left top 8px;
    background-size: 10px 10px; }
  @media (min-width: 768px) {
    .breadcrumb-desktop {
      display: block; } }

.breadcrumb-mobile {
  display: block; }
  .breadcrumb-mobile a {
    display: inline-block;
    padding-left: 1em;
    background: url(../icons/chevron-left-white-breadcrumb.png) no-repeat left top 8px;
    background-size: 10px 10px; }
  @media (min-width: 768px) {
    .breadcrumb-mobile {
      display: none; } }

/* Grid */
.container {
  margin: 0 auto;
  max-width: 940px;
  background-color: inherit !important; }
  @media (max-width: 767px) {
    .container {
      margin: 0 1em; } }

.col4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .col4:last-child {
    margin-right: 0; }

.col4-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  .col4-right:last-child {
    margin-right: 0; }

.col6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .col6:last-child {
    margin-right: 0; }

.col6-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0; }
  .col6-right:last-child {
    margin-right: 0; }

.col8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .col8:last-child {
    margin-right: 0; }

/* Grid */
/* Mobile specific styling */
@media (max-width: 767px) {
  [class*="col"] {
    float: none;
    width: auto;
    margin-right: 0; }
  .desktop {
    display: none; }
  .mobile {
    display: inherit; }
  .navigation .container ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    float: none; }
    .navigation .container ul li:last-child {
      margin-right: 0; }
    .navigation .container ul li a, .navigation .container ul li a:visited, .navigation .container ul li a:active {
      color: #ffffff; }
    .navigation .container ul li a:hover {
      text-decoration: none;
      color: #ffffff; }
  .content-panel-right.link-list {
    display: none; }
  .rubriek-nav li {
    width: 100% !important; }
  .searchInputContainer {
    width: 100%; } }

.mobile .header-top {
  display: inline-block;
  width: 100%;
  background-color: #0a5285; }

.mobile .header-sub-search {
  display: none;
  padding: 15px;
  width: 100%;
  background-color: #07385c; }

.mobile .header-logo {
  width: 70%;
  margin-right: 0; }

.mobile .header-logo .logo {
  width: 100%; }

.toggle-search {
  float: left;
  margin-bottom: 20px;
  height: 39px;
  width: 15%;
  background: url("../icons/magnifying-glass.png") no-repeat;
  background-size: 29px;
  background-position-x: center;
  background-position-y: 5px;
  border: none; }

.toggle-menu {
  float: left;
  height: 39px;
  margin-bottom: 20px;
  width: 15%;
  background: url("../icons/menu.png") no-repeat;
  background-size: 35px;
  background-position-x: center;
  background-position-y: 5px;
  border: none; }

.mobile-search {
  width: 100%; }
  .mobile-search input {
    display: block;
    margin: 10px 0;
    width: 100%; }
  .mobile-search .searchInputContainer {
    width: 70%; }
  .mobile-search span.search-label {
    display: inline-block;
    width: 25%;
    color: #ffffff;
    text-align: center; }

.mobile-nav {
  display: none;
  width: 100%;
  float: left;
  background-color: #07385c;
  color: #ffffff; }
  .mobile-nav ul {
    list-style-type: none; }
    .mobile-nav ul li {
      line-height: 42px; }
  .mobile-nav a, .mobile-nav a:hover, .mobile-nav a:active, .mobile-nav a:visited {
    color: #ffffff;
    text-decoration: none; }

/* End mobile */
/* Desktop specific styling */
@media (min-width: 767px) {
  .desktop {
    display: inherit; }
  .mobile {
    display: none; }
  .navigation .container ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    float: left; }
    .navigation .container ul li:last-child {
      margin-right: 0; }
    .navigation .container ul li a, .navigation .container ul li a:visited, .navigation .container ul li a:active {
      color: #ffffff; }
    .navigation .container ul li a:hover {
      text-decoration: none;
      color: #ffffff; } }

.desktop-search {
  margin-right: 15px;
  display: none; }

.searchInputContainer {
  top: -5px; }
  .searchInputContainer .NormalTextBox {
    line-height: 30px; }

.searchInputContainer a.dnnSearchBoxClearText {
  display: none !important; }

/* End desktop specific styling */
.link-list {
  font-size: 16px;
  line-height: 2.25em; }

.rubriek-nav {
  margin: 1.875em 0;
  font-size: 1.25em;
  line-height: 2.1em; }
  .rubriek-nav::after {
    clear: both;
    content: "";
    display: table; }

.rubriek-nav li {
  width: 50%;
  float: left;
  list-style: none none; }

.rubriek-nav a {
  display: inline-block;
  padding-left: 0.8em;
  background: url(../icons/chevron-right-yellow.png) no-repeat left center;
  background-size: 8px 15px; }

.header-logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .header-logo:last-child {
    margin-right: 0; }

.header-logo .logo {
  width: 100%; }

.header-searchbox {
  float: right;
  text-align: right; }

.header-searchbox a, .header-searchbox a:hover, .header-searchbox a:active, .header-searchbox a:visited {
  margin-right: 15px;
  color: #ffffff;
  text-decoration: none; }

.header-searchbox ul {
  float: right;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }

.header-searchbox ul li {
  float: left; }

.top {
  border: none;
  padding: 20px 0;
  background-color: #0a5285; }
  .top a:hover {
    text-decoration: underline; }

.top .logo {
  width: 270px; }

.navigation {
  padding-top: 20px;
  border: none;
  background-color: #0a5285; }
  .navigation a {
    color: inherit; }

.navigation .container ul {
  margin-left: 0px;
  margin-bottom: 0px;
  list-style-position: inside;
  list-style-type: none; }

.media-banner {
  display: table;
  height: 350px;
  padding: 0;
  background: #006eb7 url(../img/bg_media_banner.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .media-banner h1 {
    margin-top: 0;
    margin-bottom: 38px;
    color: currentColor;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
  .media-banner .container {
    background-color: transparent !important; }
  .media-banner .playbutton {
    display: block;
    width: 97px;
    height: 97px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
  @media (min-width: 1440px) {
    .media-banner {
      background-size: 70%; } }

.media-banner-inner {
  display: table-cell;
  vertical-align: middle; }

.fancybox-inner {
  overflow: hidden !important; }

mediaContainerPanel {
  height: 30%; }

.playbutton {
  height: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.introduction {
  min-height: 280px;
  color: #ffffff;
  background-color: #006eb7; }
  .introduction .Normal {
    color: #ffffff; }
  .introduction a, .introduction a:visited, .introduction a:active {
    color: #ffffff; }
  .introduction a:hover {
    text-decoration: underline;
    color: #ffffff; }

.introduction-left {
  padding-top: 20px; }

.content-panel h2, .content-panel .TitleH2, .content-panel h3, .content-panel TitleH3 {
  color: #f7941d; }

.content-panel .Normal {
  color: #000000; }

.content-panel a, .content-panel a:visited, .content-panel a:active {
  color: #000000; }

.content-panel a:hover {
  text-decoration: underline;
  color: #000000; }

.content-panel-right h2, .content-panel-right .TitleH2, .content-panel-right h3, .content-panel-right TitleH3 {
  color: #81358e; }

.summary {
  color: #ffffff;
  background-color: #81358e; }
  .summary a, .summary a:visited, .summary a:active {
    color: #ffffff; }
  .summary a:hover {
    text-decoration: underline;
    color: #ffffff; }

.summary h2 .TitleH2 {
  color: #ffffff; }

.summary .TitleH2.LabelEditTextClass, .summary h2 .LabelEditTextClass {
  color: #000000; }

.summary .Normal {
  color: #ffffff; }

.content-panel {
  color: #000000; }
  .content-panel a,
  .content-panel a:visited,
  .content-panel a:active {
    color: #006eb7; }
  .content-panel a:hover {
    color: #006eb7;
    text-decoration: underline; }

.content-panel,
.content-panel-left {
  padding-top: 1.5em; }
  .content-panel .content-panel,
  .content-panel-left .content-panel {
    padding-top: 0; }

.content-panel-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .content-panel-left:last-child {
    margin-right: 0; }

.content-panel-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .content-panel-right:last-child {
    margin-right: 0; }

.diensten a, .diensten a:visited, .diensten a:active {
  color: #000000; }

.diensten a:hover {
  text-decoration: underline;
  color: #000000; }

.diensten .container {
  min-height: 300px; }

.diensten h2, .diensten h2 .TitleH2 {
  color: #f39200; }

.doelgroepen {
  background-color: #006eb7;
  color: #ffffff; }
  .doelgroepen a, .doelgroepen a:visited, .doelgroepen a:active {
    color: #ffffff; }
  .doelgroepen a:hover {
    text-decoration: underline;
    color: #ffffff; }

.doelgroepen .Normal {
  color: #ffffff; }

.doelgroepen h2 .LabelEditTextClass {
  color: #000000; }

.doelgroepen ul {
  margin: 20px 0;
  list-style-type: none; }

.banner {
  padding: 40px 0; }
  .banner img {
    max-width: 100%;
    height: auto; }

.page-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 1em 0;
  background-color: #81358e;
  color: #fff; }
  .page-footer:last-child {
    margin-right: 0; }
  @media (min-width: 768px) {
    .page-footer {
      padding: 0; } }

.page-footer-copy,
.page-footer-menu {
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .page-footer-copy,
    .page-footer-menu {
      margin-top: 2.125em;
      margin-bottom: 2.125em; } }

.page-footer-copy {
  text-align: center; }
  @media (min-width: 768px) {
    .page-footer-copy {
      text-align: left; } }

.page-footer-menu ul {
  width: 6.875em;
  margin: 0 auto;
  list-style: none none; }
  .page-footer-menu ul::after {
    clear: both;
    content: "";
    display: table; }
  .page-footer-menu ul li {
    float: left;
    margin-left: 1em; }
  .page-footer-menu ul li:first-child {
    margin-left: 0; }

@media (min-width: 768px) {
  .page-footer-menu ul {
    float: right;
    width: auto;
    margin: 0; } }

.page-footer-logo {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .page-footer-logo {
      margin-top: 1.75em;
      margin-bottom: 0; } }

.page-footer-logo img {
  display: block;
  margin: 0 auto;
  width: 13.375em;
  height: auto; }

footer a,
footer a:active,
footer a:visited {
  text-decoration: none;
  color: #fff; }
  footer a:hover,
  footer a:active:hover,
  footer a:visited:hover {
    color: #fff;
    text-decoration: underline; }
