

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0 none !important;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0 none !important;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  height: 100%;
  background-color: #fff;
  color: #000;
  font-family: "CPCompany", Helvetica, Arial, sans-serif;
}

html {
  font-size: 100%;
}

h1,
h2,
h3,
h5,
h6 {
  margin-top: 0;
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: 300;
}

h3 {
  font-weight: 600;
}

h4 {
  font-weight: 400;
  margin: 10px 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  outline: 0;
}

p {
  line-height: 1.35em;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  display: inherit;
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding-left: 0;
}

dl,
dd {
  margin: 0;
}

img {
  vertical-align: middle;
}

@font-face {
  font-family: "CPCompanyLight";
  src: url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany300Web.eot);
  src: url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany300Web.eot?#iefix) format('embedded-opentype'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany300Web.svg) format('svg'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany300Web.ttf) format('truetype'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany300Web.woff) format('woff'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany300Web.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: "CPCompany";
  src: url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany400Web.eot);
  src: url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany400Web.eot?#iefix) format('embedded-opentype'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany400Web.svg) format('svg'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany400Web.ttf) format('truetype'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany400Web.woff) format('woff'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany400Web.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: "CPCompanyBold";
  src: url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany700Web.eot);
  src: url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany700Web.eot?#iefix) format('embedded-opentype'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany700Web.svg) format('svg'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany700Web.ttf) format('truetype'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany700Web.woff) format('woff'), url(/bundles/ntrportalpublicationbundle/fonts/CPCompany/CPCompany700Web.woff2) format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: "icons";
  src: url(/bundles/ntrportalpublicationbundle/fonts/icons/icons.eot) format('embedded-opentype'), url(/bundles/ntrportalpublicationbundle/fonts/icons/icons.svg) format('svg'), url(/bundles/ntrportalpublicationbundle/fonts/icons/icons.ttf) format('truetype'), url(/bundles/ntrportalpublicationbundle/fonts/icons/icons.woff) format('woff');
}
.content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content li {
  list-style-type: none;
}

.header, .footer, .main-navigation, .corporate-navigation {
  width: 100%;
}

.header {
  height: 480px;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  color: #fff;
  background-color: #808080;
}
.header a {
  color: #fff;
}

.header-image {
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-image img {
  display: none;
}

.logobalk {
  position: absolute;
  height: 89px;
  top: 0px;
  width: 100%;
  background-color: #000000;
  opacity: 0.6;
}

.mobile-navigation, .mobile-search {
  display: none;
}

.header-content {
  position: relative;
  top: -480px;
  width: 960px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  position: absolute;
  width: 374px;
  margin: 15px 0 0 0;
  padding: 0;
}

#npo-button {
  float: right;
  margin: 18px 0 0 0;
  padding: 0;
}

.header-label {
  position: absolute;
  background-image: url(/bundles/ntrportalpublicationbundle/images/header-label.png);
  height: 226px;
  top: 254px;
  right: 0;
  width: 406px;
}
.header-label h1 {
  width: 285px;
  margin: 22px 0px 11px 106px;
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.5rem;
}
.header-label h2 {
  width: 285px;
  margin: 22px 0px 11px 106px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.5rem;
}
.header-label p {
  width: 285px;
  margin: 11px 0 0 107px;
  font-weight: normal;
}
.header-label .stippellijn {
  height: 4px;
  width: 287px;
  margin: 0 0 0 107px;
  background-image: url(/bundles/ntrportalpublicationbundle/images/stippellijn-label.png);
  background-repeat: no-repeat;
}
.header-label .broadcast {
  font-weight: bold;
}

#js-mobile {
  display: none;
}

.main-navigation, .pip-navigation, .corporate-navigation {
  display: block;
  height: 90px;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.25rem;
  background-color: #e5e5e5;
}
.main-navigation a, .pip-navigation a, .corporate-navigation a {
  color: #000;
}
.main-navigation ul.main-navigation-items, .pip-navigation ul.main-navigation-items, .corporate-navigation ul.main-navigation-items {
  height: 90px;
}
.main-navigation ul.main-navigation-items li, .pip-navigation ul.main-navigation-items li, .corporate-navigation ul.main-navigation-items li {
  display: inline-block;
  float: left;
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-right: 29px;
  margin-top: 25px;
}
.main-navigation ul.main-navigation-items li img.vline, .pip-navigation ul.main-navigation-items li img.vline, .corporate-navigation ul.main-navigation-items li img.vline {
  width: 1px;
  height: 40px;
  margin-left: 29px;
}
.main-navigation ul.main-navigation-items li img.share, .pip-navigation ul.main-navigation-items li img.share, .corporate-navigation ul.main-navigation-items li img.share {
  width: 33px;
  height: 21px;
  margin-top: 6px;
  margin-left: 5px;
}

.pip-navigation ul.main-navigation-items li img.vline, .pip-navigation ul.menu-tools-list li img.vline {
  margin-left: 25px;
}
.pip-navigation ul.main-navigation-items li img.share, .pip-navigation ul.menu-tools-list li img.share {
  margin-top: 0;
  margin-right: -10px;
}

.corporate-navigation {
  height: 60px;
  background-color: #808080;
}
.corporate-navigation a {
  color: #fff;
}
.corporate-navigation ul li {
  margin-top: 20px;
  margin-right: 36px;
}

.menu {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.menu-search {
  background-color: #fff;
  height: 28px;
  width: 300px;
  float: right;
}

.menu-tools {
  position: relative;
  top: -85px;
}
.menu-tools ul.menu-tools-list li {
  margin-right: 18px;
}
.menu-tools ul.menu-tools-list li:last-child {
  margin-right: 8px;
}

.main-navigation .menu-search {
  margin-top: -63px;
}

.corporate-navigation .menu-search {
  margin-top: -74px;
}

.search-input {
  width: 252px;
  height: 20px;
  margin: 0;
  padding: 4px 0 0 8px;
  border: 0px solid;
  float: left;
  font-family: "CPCompany", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  color: #e5e5e5;
}

.search-input:focus {
  outline: 0;
  color: #000;
}

.button-search-submit {
  background-color: #fff;
  border: none;
  padding: 0;
  margin: 0 5px 0 0;
  float: right;
}
.button-search-submit img {
  margin-top: 4px;
  width: 22px;
  height: 20px;
}

.menu-tools {
  height: auto;
  width: auto;
  float: right;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button-search-submit img {
    margin-top: 0;
  }
}
@-moz-document url-prefix() {
  .button-search-submit img {
    margin-top: 0;
  }
}
.share-box {
  position: absolute;
  margin: 60px 0px 0px 658px;
  background: #ffffff;
  border: 1px solid #cccccc;
  height: 115px;
  width: 270px;
  font-size: 0.9rem;
  font-weight: normal;
  padding: 10px 15px;
  z-index: 200;
  display: none;
}

.share-box-portal {
  margin: 65px 0px 0px 360px;
}

.share-box:after, .share-box:before {
  bottom: 100%;
  left: 187px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.share-box-portal:after, .share-box-portal:before {
  left: 253px;
}

.share-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}

.share-box:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #cccccc;
  border-width: 8px;
  margin-left: -8px;
}

#js-close--share {
  width: 20px;
  float: right;
  margin-right: -10px;
}

.share--text {
  margin-top: 0px;
}

.share--buttons {
  text-wrap: none;
  margin: 20px 0 0 0;
}
.share--buttons li {
  font-size: 0.8rem;
  margin: 0;
  padding: 53px 0 0 0;
  width: 64px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.st_email_custom {
  background: url("/bundles/ntrportalpublicationbundle/images/share-email.jpg") no-repeat scroll 9px top transparent;
  /*padding: 10px 25px 10px 20px;
  margin-right: 30px;*/
}

.st_facebook_custom {
  background: url("/bundles/ntrportalpublicationbundle/images/share-facebook.jpg") no-repeat scroll 9px top transparent;
  /*padding: 10px 25px 16px 20px;
  margin-right: 30px;*/
}

.st_twitter_custom {
  background: url("/bundles/ntrportalpublicationbundle/images/share-twitter.jpg") no-repeat scroll 9px top transparent;
  /*padding: 10px 25px 16px 20px;
  margin-right: 30px;*/
}

.st_googleplus_custom {
  background: url("/bundles/ntrportalpublicationbundle/images/share-google.jpg") no-repeat scroll 9px top transparent;
  /*padding: 10px 25px 16px 20px;*/
}

.content-title, .sidebar-right-title, .pip-info {
  margin: 40px 0px 34px 0px;
  font-size: 1.85rem;
  display: block;
  font-family: "CPCompanyLight", Helvetica, Arial, sans-serif;
}
.content-title strong, .sidebar-right-title strong, .pip-info strong {
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
}
.content-title h2, .sidebar-right-title h2, .pip-info h2 {
  font-size: 1.85rem;
  margin: 0px 0 34px 0;
}

.title-teasers-left {
  position: relative;
  float: left;
  width: 630px;
  margin-right: 30px;
}

.title-teasers-right {
  position: relative;
  float: left;
  width: 300px;
}

.player {
  position: relative;
  float: left;
  width: 630px;
  margin-bottom: 30px;
  background-color: #e5e5e5;
  overflow: hidden;
}

.VideoUnavailableMessage {
  color: #fff;
  background-color: #808080;
  text-align: center;
  margin-top: 0px;
  padding: 15px;
  overflow: hidden;
}

.player-description {
  margin-top: 0px;
  height: 50px;
  padding: 15px 15px 10px 15px;
  line-height: 1.35rem;
}
.player-description .player-intro {
  margin-top: 2px;
}

.teaser-content-wrapper {
  display: inline-block;
}

.teaser-wrap-right {
  position: relative;
  float: left;
  margin: 0px 0px 70px 30px;
  width: 270px;
}

.teaser-right, .broadcast-scheme, .broadcast-scheme--first, .twitter-button-top, .twitter-button-bottom, .more, .teaser-related, .teaser-related--last {
  display: block;
  min-height: 25px;
  background-color: #e5e5e5;
  width: 270px;
  line-height: 1.35em;
  padding: 20px 17px 5px 13px;
}
.teaser-right img, .broadcast-scheme img, .broadcast-scheme--first img, .twitter-button-top img, .twitter-button-bottom img, .more img, .teaser-related img, .teaser-related--last img {
  width: 274px;
  padding-bottom: 10px;
}
.teaser-right .thumb, .broadcast-scheme .thumb, .broadcast-scheme--first .thumb, .twitter-button-top .thumb, .twitter-button-bottom .thumb, .more .thumb, .teaser-related .thumb, .teaser-related--last .thumb {
  width: 100px;
}
.teaser-right h1, .broadcast-scheme h1, .broadcast-scheme--first h1, .twitter-button-top h1, .twitter-button-bottom h1, .more h1, .teaser-related h1, .teaser-related--last h1 {
  margin: 15px 0px 10px 0px;
  line-height: 1.25em;
  letter-spacing: 0.03rem;
}
.teaser-right h3, .broadcast-scheme h3, .broadcast-scheme--first h3, .twitter-button-top h3, .twitter-button-bottom h3, .more h3, .teaser-related h3, .teaser-related--last h3 {
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: block !important;
}
.teaser-right h3.expected, .broadcast-scheme h3.expected, .broadcast-scheme--first h3.expected, .twitter-button-top h3.expected, .twitter-button-bottom h3.expected, .more h3.expected, .teaser-related h3.expected, .teaser-related--last h3.expected {
  font-size: 1.25rem;
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
  line-height: 15px;
}
.teaser-right h3.news, .broadcast-scheme h3.news, .broadcast-scheme--first h3.news, .twitter-button-top h3.news, .twitter-button-bottom h3.news, .more h3.news, .teaser-related h3.news, .teaser-related--last h3.news {
  display: block;
  float: right;
  font-size: 1.1rem;
  line-height: 1.15em;
  margin: -2px 0 0 0;
  width: 163px;
}
.teaser-right h3.noimage, .broadcast-scheme h3.noimage, .broadcast-scheme--first h3.noimage, .twitter-button-top h3.noimage, .twitter-button-bottom h3.noimage, .more h3.noimage, .teaser-related h3.noimage, .teaser-related--last h3.noimage {
  margin: -2px 0 15px 0;
  width: 100%;
}
.teaser-right h4, .broadcast-scheme h4, .broadcast-scheme--first h4, .twitter-button-top h4, .twitter-button-bottom h4, .more h4, .teaser-related h4, .teaser-related--last h4 {
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
  margin: 9px 0 0 0;
}
.teaser-right hr, .broadcast-scheme hr, .broadcast-scheme--first hr, .twitter-button-top hr, .twitter-button-bottom hr, .more hr, .teaser-related hr, .teaser-related--last hr {
  display: block;
  clear: both;
  border: none;
  height: 3px;
  width: 271px;
  margin: 20px 0px 0px 0px;
  background-image: url(/bundles/ntrportalpublicationbundle/images/stippellijn-sidebar.png);
  background-repeat: no-repeat;
}
.teaser-right .date, .broadcast-scheme .date, .broadcast-scheme--first .date, .twitter-button-top .date, .twitter-button-bottom .date, .more .date, .teaser-related .date, .teaser-related--last .date {
  font-family: "CPCompanyLight", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-family: "CPCompany", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
}
.teaser-right .news-intro, .broadcast-scheme .news-intro, .broadcast-scheme--first .news-intro, .twitter-button-top .news-intro, .twitter-button-bottom .news-intro, .more .news-intro, .teaser-related .news-intro, .teaser-related--last .news-intro {
  margin-top: 15px;
  display: block;
}

.teaser-right:last-child, .broadcast-scheme:last-child, .broadcast-scheme--first:last-child, .twitter-button-top:last-child, .twitter-button-bottom:last-child, .more:last-child, .teaser-related:last-child, .teaser-related--last:last-child {
  padding: 20px 17px 25px 13px;
}

.broadcast-scheme, .broadcast-scheme--first {
  padding-top: 5px;
}
.broadcast-scheme hr, .broadcast-scheme--first hr {
  border: none;
  height: 4px;
  width: 270px;
  margin: 15px 0px 0px 0px;
}
.broadcast-scheme .channel, .broadcast-scheme--first .channel {
  width: 40px;
  height: 55px;
  margin: 10px 0 0 0;
  float: left;
}
.broadcast-scheme .channel img.channel-image, .broadcast-scheme--first .channel img.channel-image {
  width: 40px;
  float: left;
}
.broadcast-scheme .scheme, .broadcast-scheme--first .scheme {
  width: 220px;
  margin-left: 55px;
}
.broadcast-scheme .scheme h3, .broadcast-scheme--first .scheme h3 {
  font-size: 1.0rem;
  margin: 5px 0px 0px 0px;
}
.broadcast-scheme img.info-button, .broadcast-scheme--first img.info-button {
  position: relative;
  float: right;
  margin-right: 5px;
  width: 20px;
}

.broadcast-scheme--first {
  padding-top: 20px;
}

.sterbanner {
  position: relative;
  float: left;
  margin-top: 45px;
  width: 284px;
}

.sidebar-banner {
  display: block;
  clear: both;
  position: relative;
  float: left;
  margin: 0 0 25px 0;
  width: 300px;
}
.sidebar-banner .banner-overlay {
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: 0px;
  background-color: #e5e5e5;
  opacity: 0.6;
}
.sidebar-banner .banner-text {
  position: absolute;
  top: 133px;
  padding: 10px;
  width: 280px;
}
.sidebar-banner .banner-icon {
  position: relative;
  float: right;
  top: -5px;
}
.sidebar-banner .banner-link-icon {
  position: absolute;
  bottom: 0px;
  right: 5px;
}

.sidebar-social {
  display: block;
  width: auto;
  margin: 0 0 30px 0;
}
.sidebar-social h2 {
  font-size: 1.85rem;
}

.sidebar-twitter {
  border: 1px solid #e5e5e5;
  width: 272px;
  padding: 15px 13px 15px 13px;
}

.twitter-button-top, .twitter-button-bottom {
  padding-top: 25px;
}
.twitter-button-top hr, .twitter-button-bottom hr {
  border: none;
  height: 3px;
  width: 271px;
  margin: 8px 0px 0px 0px;
  background-image: url(/bundles/ntrportalpublicationbundle/images/stippellijn-sidebar.png);
  background-repeat: no-repeat;
}
.twitter-button-top .button, .twitter-button-bottom .button {
  text-align: center;
}

.twitter-button-bottom {
  padding-top: 10px;
}
.twitter-button-bottom hr {
  margin: 5px 0px 15px 0px;
}

.twitter-buttons-mobile {
  display: none;
}

.sidebar-facebook {
  border: 0 !important;
}

.sidebar-filter-themes ul li h2,
.sidebar-filter-av ul li h2,
.sidebar-filter-genre ul li h2 {
  font-size: 0.7rem;
  font-weight: 300;
  height: 15px;
}

.sidebar-right-title {
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
  font-size: 1.30rem;
  margin: 0 0 20px 0;
}
.sidebar-right-title h3 {
  font-size: 1.30rem;
}
.sidebar-right-title h2 {
  font-size: 1.85rem;
}

.sidebar-url {
  padding-bottom: 5px;
}
.sidebar-url ul li {
  list-style: disc;
  margin: 0px 0px 10px 15px;
  font-weight: bold;
}

.teaser-wrap {
  position: relative;
  float: left;
  width: 630px;
  margin-bottom: 70px;
}

.article {
  font-family: "CPCompany", Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  width: 630px;
  margin-bottom: 70px;
}
.article h4 {
  display: inline-block;
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  margin-top: 20px;
}
.article h4 a {
  text-decoration: none;
}
.article a {
  text-decoration: underline;
}
.article img {
  width: 100%;
}

.home .article {
  margin-bottom: 0;
}

.teaser {
  width: 300px;
  overflow: hidden;
}
.teaser img {
  width: 100%;
}

.teaser-title {
  font-size: 1.15rem;
  margin: 0px 10px 0 0;
  display: inline-block;
  line-height: 1.35em;
}
.teaser-title h2 {
  font-size: 0.6rem;
  font-weight: bold;
}

.teaser-text, .program-tile-text, .pip-teaser-text {
  background-color: #e6e6e6;
  bottom: 0;
  max-height: 60px;
  line-height: 1.35em;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  width: 280px;
}

.teaser-text--dimension, .program-title {
  position: relative;
  float: left;
  width: 240px;
  line-height: 1.35rem;
}

.player-description .teaser-text--dimension, .player-description .program-title {
  width: 540px;
}

.teaser-button, .program-button {
  position: relative;
  float: right;
}

.themes {
  position: relative;
  float: left;
  margin: 0;
  width: 630px;
}

.themes .media-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0 0 20px 0;
  background-color: #e8e8e8;
}
.themes .media-item .media-item-image {
  height: 170px;
  overflow: hidden;
  float: left;
  margin: 0 15px 0 0;
}
.themes .media-item img.thumb {
  width: 170px;
}
.themes .media-item h3 {
  font-size: 130%;
  height: 10px;
  margin: 12px 0 0 0;
}
.themes .media-item h4 {
  margin: 0;
}
.themes .media-item .media-item-text {
  float: left;
  font-size: 90%;
  height: 100%;
  margin: 0;
  width: 440px;
  word-break: 50;
}
.themes .media-item .media-item-text h2 {
  font-size: 130%;
  font-weight: bold;
  height: 10px;
  margin: 12px 0 0 0;
}
.themes .media-item .media-item-text .description {
  float: left;
  font-size: 95%;
  margin: 0px;
  padding: 0px;
  width: 435px;
}
.themes .media-item .info-icon {
  float: right;
  font-size: 1.0rem;
  font-weight: bold;
  margin: 0 5px 10px 5px;
  z-index: 100;
}
.themes .media-item .info-close-icon {
  float: right;
  margin: 115px 0 0 -23px;
  position: absolute;
  z-index: 100;
}

.block-text-item {
  background-color: #e5e5e5;
  float: left;
  font-family: "CPCompanyLight", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin: 0 0px 38px 0px;
  padding: 0px 16px 0 20px;
  position: relative;
  width: 594px;
}
.block-text-item .content-title, .block-text-item .sidebar-right-title, .block-text-item .pip-info {
  margin: 0;
}
.block-text-item strong {
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
}

.nieuws-artikel p {
  margin: 0 0 10px 0;
}

.image {
  position: relative;
  float: left;
  width: 630px;
  max-height: 450px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq .group {
  margin: 0 0 20px 0;
}
.faq .group a {
  text-decoration: none;
}
.faq .group .group-heading {
  font-family: "CPCompanyBold",Helvetica,Arial,sans-serif;
  display: block;
  height: 40px;
  margin: 0;
  padding-left: 10px;
  font-size: 1.23rem;
  line-height: 2em;
  background-color: #e5e5e5;
}
.faq .group .group-heading img.info-button {
  width: 20px;
  height: 20px;
  float: right;
  margin: 11px 20px 0 0;
}
.faq li .question {
  font-family: "CPCompanyBold",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  margin: 18px 0px 0 0px;
}
.faq li .answer {
  font-family: "CPCompanyLight",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  margin: 0;
}
.faq li .answer a {
  text-decoration: underline;
}
.faq li .answer p {
  margin: 0 0 10px 0;
}

.sharing {
  position: relative;
  float: left;
  width: 630px;
  margin-top: 20px;
}
.sharing .share--text {
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
}

.footer {
  color: #fff;
  background-color: #808080;
  clear: both;
}

.footer-content {
  width: 960px;
  min-height: 365px;
  margin: auto;
}
.footer-content ul li h3 {
  font-size: 1.0rem;
  font-weight: 400;
}

.footer-nav-wrapper {
  height: 260px;
  width: 100%;
  overflow: hidden;
}

.footer-nav {
  margin: 50px 0 0 30px;
  float: left;
}
.footer-nav li {
  list-style: none;
  clear: both;
  display: block;
  width: 200px;
  height: 20px;
  padding: 0 0 12px 15px;
  margin: 0;
  border-right: 1px solid #fff;
}
.footer-nav li:nth-child(6) {
  margin-top: -160px;
}
.footer-nav li:nth-child(n+6) {
  margin-left: 215px;
}
.footer-nav li:nth-child(11) {
  margin-top: -160px;
}
.footer-nav li:nth-child(n+11) {
  margin-left: 430px;
  border: 0;
}
.footer-nav a {
  color: #fff;
}

.footer-logo {
  float: left;
  margin: 60px 0 0 0;
}

.footer-social-wrapper {
  clear: both;
  display: block;
  width: 260px;
  margin: auto;
}
.footer-social-wrapper li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 18px;
}
.footer-social-wrapper img {
  height: 28px;
}

/* Homepage */
.content-main {
  width: 960px;
  margin: 0 auto;
}

.teaser-wrap .teaser {
  margin-bottom: 25px;
}

.transparent {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

span.advertentie {
  display: block;
  height: 14px;
  font-size: 0.6em;
  font-style: italic;
  color: #999;
  margin: 0 0 5px 0;
  padding: 0;
  padding-left: 110px;
}

.program-content {
  margin-top: 2em;
}

.filter-container {
  float: left;
  height: 30px;
  margin: 40px 0px;
}
.filter-container .content-head {
  font-size: 1.85rem;
}
.filter-container .content-head {
  float: left;
  font-family: "CPCompanyBold",Helvetica,Arial,sans-serif;
  margin: 0 25px 0 0;
}
.filter-container .toggle-view {
  float: left;
  margin: 1px 44px 0 0;
}
.filter-container .sort {
  width: auto;
  margin: 0;
  float: right;
  line-height: 2rem;
}
.filter-container .sort-label {
  float: left;
  margin: 0 12px 0 0;
}
.filter-container .sort-dropdown {
  position: relative;
  float: right;
  background-color: #e5e5e5;
  width: 185px;
  padding-left: 5px;
  z-index: 2;
}
.filter-container .sort-dropdown ul {
  width: 100%;
  list-style: none;
  margin: 0 0 0 0;
}
.filter-container .sort-dropdown ul li {
  font-size: 1em;
  font-weight: bold;
  height: 20px;
  padding: 1px 0 8px 5px;
}
.filter-container .sort-dropdown ul li a {
  display: block;
}
.filter-container .sort-icon {
  position: absolute;
  top: 2px;
  right: 5px;
  width: 20px;
  height: 20px;
  margin: 4px 5px 0 0;
  background-repeat: no-repeat;
}
.filter-container .button-down {
  background-image: url(/bundles/ntrportalpublicationbundle/images/button-info-down.png);
}
.filter-container .button-up {
  background-image: url(/bundles/ntrportalpublicationbundle/images/button-info-up.png);
}

.sidebar-filter ul {
  list-style: none;
}
.sidebar-filter ul li {
  font-family: "CPCompanyLight", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}
.sidebar-filter ul li h2 {
  font-size: 1.35rem;
  font-weight: 400;
  height: 15px;
}
.sidebar-filter input[type="checkbox"] {
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  margin: 0px 15px 17px 0px;
}
.sidebar-filter .filters {
  padding: 15px 10px;
  background-color: #e5e5e5;
}
.sidebar-filter .filters hr {
  border: none;
  height: 4px;
  width: 250px;
  margin: 30px 0px;
  background-image: url(/bundles/ntrportalpublicationbundle/images/stippellijn-kolom_z.png);
  background-repeat: repeat-x;
}

#js-sort {
  display: block;
  float: right;
}

.js-sort-field {
  display: none;
}

.programs ul {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 1.9rem 0;
}

.column {
  float: left;
  width: 50%;
}

.active-state {
  zoom: 1;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.programs-list {
  min-width: 660px;
  display: none;
}

.programs-list ul {
  width: 100%;
  display: inline-block;
}

.programs-list ul li {
  list-style-type: none;
  font-family: "CPCompany", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.0rem;
  margin: 10px 0 0 0;
}
.programs-list ul li h2 {
  font-size: 1.25rem;
  width: 300px;
}

.letter {
  font-size: 1.6rem !important;
  font-weight: bold;
  margin: 0;
}
.letter h3 {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
}

.programs {
  width: 660px;
  position: relative;
  float: left;
}

.programs-tiles {
  display: inline-block;
}

.program-tile {
  position: relative;
  float: left;
  width: 190px;
  height: 110px;
  background-color: #cccccc;
  font-size: 0.93rem;
  font-weight: bold;
  margin: 0px 30px 30px 0px;
}
.program-tile .tile {
  width: 190px;
  height: 110px;
}

.program-tile-text {
  height: 40px;
  padding: 0px;
  width: 190px;
}

.program-title {
  width: 124px;
  padding: 5px 20px 0 8px;
}
.program-title h3 {
  font-weight: normal;
  font-size: 0.95rem;
  font-family: "CPCompany", Helvetica, Arial, sans-serif;
  line-height: 1.15em;
}

.program-button {
  margin: 8px 5px 5px 5px;
}

.content-title input[type=button], .sidebar-right-title input[type=button], .pip-info input[type=button] {
  background: url(/bundles/ntrportalpublicationbundle/images/button-clear.png) no-repeat;
  background-position: 80px 3px;
  background-color: #e5e5e5;
  border: none;
  float: right;
  font-size: 1.0rem;
  font-weight: bold;
  margin-top: -70px;
  padding: 7px 5px 5px 8px;
  text-align: left;
  width: 105px;
}

.pip-teaser-wrap #js-grid, .latest-grid {
  margin-bottom: 30px;
}

.pip-teaser-wrap {
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 630px;
}
.pip-teaser-wrap .teaser-image img {
  height: 170px;
}

.pip-teaser-text {
  position: relative;
}

.piplatest, .broadcast, .archive {
  position: relative;
  float: left;
  width: 630px;
  margin: 40px 0px;
}
.piplatest h2, .broadcast h2, .archive h2 {
  font-size: 1.85rem;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}
.piplatest h1, .broadcast h1, .archive h1 {
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
}

.piplatest h1 {
  margin-bottom: 43px;
}

.piplatest .block-text-item {
  margin-top: 0px;
}

.pip-info {
  font-size: 1.75rem;
}

.teaser-date {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 3px 15px 3px 15px;
  position: absolute;
  top: 135px;
}

.player .teaser-date {
  top: 320px;
}

.broadcast-date {
  font-family: "CPCompanyLight", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  display: block;
  margin: -22px 0 10px 0;
}

.archive.broadcast-date {
  float: right;
}

.more {
  text-align: center;
}
.more h3 {
  line-height: 0em;
  margin: 0px 0px 10px 0px;
}

.pipdetail-right {
  margin: 0px 0px 50px 0px;
}

.pipteaser-right {
  margin: 0px 0px 30px 0px;
}
.pipteaser-right .related {
  width: 100px;
  height: 56px;
}

.archive h1 {
  float: left;
  font-weight: normal;
}

.archive h2 {
  font-family: "CPCompanyBold",Helvetica,Arial,sans-serif;
}

.archive .media-items {
  margin-top: 35px;
}

.archive .select-years {
  display: inline-block;
  position: absolute;
  right: 0;
  margin-top: -35px;
}

.archive .select-years .select-years-label {
  display: inline-block;
  float: left;
  margin: 2px 0 0 0;
  padding: 0;
  line-height: 2em;
}

.archive .select-years .select-years-dropdown {
  display: inline-block;
  float: left;
  width: 133px;
  margin: 0 0 0 10px;
  font-size: 1.5em;
  background-color: #e8e8e8;
}
.archive .select-years .select-years-dropdown ul.all-years {
  z-index: 100;
  display: none;
}
.archive .select-years .select-years-dropdown li {
  height: 30px;
  overflow: hidden;
  margin: 0 5px 0 20px;
  line-height: 1.5em;
}
.archive .select-years .select-years-dropdown .select-years-icon {
  float: right;
  width: 20px;
  height: 21px;
  margin: 5px 5px 0 0;
  background-repeat: no-repeat;
}
.archive .select-years .select-years-dropdown .button-down {
  background-image: url(/bundles/ntrportalpublicationbundle/images/button-info-down.png);
}
.archive .select-years .select-years-dropdown .button-up {
  background-image: url(/bundles/ntrportalpublicationbundle/images/button-info-up.png);
}

.archive .media-item {
  background-color: #e8e8e8;
  display: inline-block;
  height: auto;
  line-height: 18px;
  margin: 0 0 20px 0;
  width: 100%;
}
.archive .media-item .media-item-image {
  height: 85px;
  overflow: hidden;
  float: left;
  margin: 0 15px 0 0;
}
.archive .media-item img.thumb {
  width: 150px;
}
.archive .media-item h3 {
  margin: 8px 0 0 0;
}
.archive .media-item h4 {
  margin: 0;
}
.archive .media-item .media-item-text {
  float: left;
  height: 100%;
  margin: 0;
  width: 390px;
}
.archive .media-item .date {
  margin: 0px 0px 2px 0px;
  font-size: 0.85rem;
}
.archive .media-item .time {
  margin: 0;
  font-size: 0.75rem;
}
.archive .media-item .description {
  margin: 1px 0 0 0;
}
.archive .media-item .player-icon, .archive .media-item .info-icon {
  float: left;
  height: 100%;
}
.archive .media-item .player-icon {
  width: 45px;
  margin: 23px 0px 0px 20px;
}

.pager {
  width: 100%;
  display: inline-block;
  margin: 30px auto 20px auto;
}
.pager ul {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  list-style-type: none;
}
.pager li {
  font-size: 1.2rem;
  float: left;
  margin: 0 0 0 .8em;
  height: 30px;
  text-align: center;
}
.pager li:first-child {
  margin: 0 0 0 0;
}
.pager .pager-page {
  background-color: #e5e5e5;
  width: 42px;
}
.pager .pager-page a {
  display: block;
  height: 27px;
  width: 42px;
  text-align: center;
  padding: 3px 0 0 0;
}
.pager .pager-division {
  width: 21px;
  text-align: center;
}
.pager .current {
  height: 27px;
  font-weight: bold;
  color: #fff;
  background-color: #878787;
  padding: 3px 0 0 0;
}
.pager li.pager-previouspage {
  background-color: #e5e5e5;
}
.pager li.pager-previouspage a {
  height: 26px;
  display: block;
  background-image: url(/bundles/ntrportalpublicationbundle/images/icon-pageprev.png);
  background-repeat: no-repeat;
  background-position: 6px 5px;
  padding: 4px 11px 0 37px;
  text-align: left;
}
.pager li.pager-nextpage {
  background-color: #e5e5e5;
  padding: 0 6px 0 0;
}
.pager li.pager-nextpage a {
  height: 26px;
  display: block;
  background-image: url(/bundles/ntrportalpublicationbundle/images/icon-pagenext.png);
  background-repeat: no-repeat;
  background-position: right 5px;
  padding: 4px 36px 0 11px;
  text-align: left;
}

.teaser-related {
  padding-bottom: 20px;
}
.teaser-related hr {
  margin: 25px 0px -15px 0px;
}

.content-search {
  width: 960px;
  margin: 0px auto;
}

.searchresults {
  margin: 0 0 40px 0;
  padding: 0;
  float: left;
  clear: none;
  width: 660px;
}
.searchresults .result-items {
  margin-top: -9px;
}
.searchresults .result-items h3 {
  font-size: 1.15rem;
  padding-top: 10px;
}
.searchresults .result-items p {
  line-height: 1.25em;
  margin: 0;
  width: 460px;
}
.searchresults .result-items li {
  width: 660px;
  background-color: #E5E5E5;
  height: 85px;
  list-style: none;
  margin: 20px auto 25px auto;
  padding: 0;
  overflow: hidden;
}
.searchresults .result-items .search-result {
  cursor: pointer;
}
.searchresults .result-items .search-image {
  width: 150px;
  float: left;
  display: inline-block;
  padding-right: 15px;
  clear: none;
}
.searchresults .result-items .search-text {
  float: left;
  display: block;
  width: 480px;
  font-size: 0.8rem;
  margin: 0;
  clear: right;
}
.searchresults .result-items .search-text h3 {
  margin: 0;
}
.searchresults .result-items .genre, .searchresults .result-items .thema {
  font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
  margin: 3px 0px 0px 5px;
}
.searchresults .result-items .info-icon {
  float: right;
  margin: 0;
  padding: 21px 0 0 10px;
}
.searchresults .content-title, .searchresults .sidebar-right-title, .searchresults .pip-info {
  margin-bottom: 0px;
}
.searchresults .content-title h3, .searchresults .sidebar-right-title h3, .searchresults .pip-info h3 {
  margin-bottom: 0px;
}

@media screen and (min-width: 1200px) {
  /* mediaqueries for header and navigation */
  .header, .header-image {
    height: 480px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1001px) {
  /* mediaqueries for header and navigation */
  .header, .header-image, .header-content {
    height: 400px;
  }

  .header-content {
    top: -400px;
  }

  .header-label {
    top: 180px;
  }
}
@media screen and (max-width: 1000px) {
  /* mediaqueries for header and navigation */
  .header, .header-image, .header-content {
    height: 360px;
  }

  .header {
    position: relative;
  }

  .main-navigation, .corporate-navigation, .pip-navigation, #npo-button, #js-mobile {
    display: none;
  }

  .logo {
    margin: 133px 0 0 0;
    width: 100%;
  }

  .header-content {
    width: 630px;
  }

  .header-label {
    margin-right: 0;
  }

  .mobile-menu {
    position: relative;
    float: left;
    top: 0px;
    height: 437px;
    width: 100%;
    background-color: #e6e7e8;
  }
  .mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .mobile-menu li {
    border-bottom: solid 1px;
    line-height: 80px;
    vertical-align: middle;
    font-family: CPCompanyBold;
    font-size: 2.1rem;
  }
  .mobile-menu .nav {
    padding: 0px 20px;
  }

  .pip-nav-color {
    background-color: #808080;
  }
  .pip-nav-color li a {
    color: #ffffff;
  }

  .mobile-navigation, .mobile-search {
    position: relative;
    float: right;
    top: 0px;
    display: block;
  }

  .mobile-navigation {
    margin-right: 20px;
  }

  .mobile-search {
    margin-right: 0;
  }

  .menu-search {
    height: 45px;
    width: 100%;
    margin: 35px 0px;
  }
  .menu-search .search-input {
    height: 45px;
    width: 75%;
    padding: 0px 15px;
    font-size: 1.8em;
  }
  .menu-search .button-search-submit img {
    width: 40px;
    height: 40px;
  }

  /* mediaqueries for content */
  .teaser-wrap {
    margin-bottom: 0px;
  }

  .content-main, .content-search, .searchresults {
    width: 630px;
  }

  .teaser-wrap-right {
    width: 630px;
    margin: 0px 0px 70px 0px;
  }
  .teaser-wrap-right .content-title, .teaser-wrap-right .sidebar-right-title, .teaser-wrap-right .pip-info {
    margin: 0px 0px 42px 0px;
  }

  .teaser-right, .broadcast-scheme, .broadcast-scheme--first, .twitter-button-top, .twitter-button-bottom, .more, .teaser-related, .teaser-related--last {
    width: 600px;
    min-height: 126px;
    padding: 20px 17px 15px 13px;
  }
  .teaser-right img, .broadcast-scheme img, .broadcast-scheme--first img, .twitter-button-top img, .twitter-button-bottom img, .more img, .teaser-related img, .teaser-related--last img {
    float: left;
    width: 200px;
    margin-right: 22px;
    padding-bottom: 10px;
  }
  .teaser-right h3.teaser-title, .broadcast-scheme h3.teaser-title, .broadcast-scheme--first h3.teaser-title, .twitter-button-top h3.teaser-title, .twitter-button-bottom h3.teaser-title, .more h3.teaser-title, .teaser-related h3.teaser-title, .teaser-related--last h3.teaser-title {
    float: none;
    margin-bottom: 10px;
  }
  .teaser-right .news-intro, .broadcast-scheme .news-intro, .broadcast-scheme--first .news-intro, .twitter-button-top .news-intro, .twitter-button-bottom .news-intro, .more .news-intro, .teaser-related .news-intro, .teaser-related--last .news-intro {
    margin-top: 0px;
  }
  .teaser-right hr, .broadcast-scheme hr, .broadcast-scheme--first hr, .twitter-button-top hr, .twitter-button-bottom hr, .more hr, .teaser-related hr, .teaser-related--last hr {
    background-repeat: repeat-x;
    width: 600px;
    margin: 42px 0px 0px 0px;
  }

  .pip-teaser-wrap {
    margin: 0px;
  }

  .pipteaser-right {
    margin: 33px 0px;
    height: auto;
  }
  .pipteaser-right .teaser-right, .pipteaser-right .broadcast-scheme, .pipteaser-right .broadcast-scheme--first, .pipteaser-right .twitter-button-top, .pipteaser-right .twitter-button-bottom, .pipteaser-right .more, .pipteaser-right .teaser-related, .pipteaser-right .teaser-related--last {
    width: 600px;
    padding: 16px 15px 5px 15px;
  }
  .pipteaser-right .related {
    width: 200px;
    height: 113px;
    margin-bottom: 5px;
  }
  .pipteaser-right h3.news {
    float: left;
    font-size: 1.15rem;
    width: auto;
  }

  .sidebar-banner {
    clear: none;
    margin: 30px 0px 15px 0px;
  }
  .sidebar-banner img {
    width: 300px;
  }
  .sidebar-banner .banner-link-icon img, .sidebar-banner .banner-icon img {
    width: 25px;
  }

  .first-banner {
    margin-right: 25px;
  }

  .teaser-related, .teaser-related--last {
    height: 30px;
  }
  .teaser-related h3.news, .teaser-related--last h3.news {
    font-size: 1.3rem;
    font-family: "CPCompanyLight", Helvetica, Arial, sans-serif;
  }

  .teaser-related--last {
    padding-bottom: 15px;
  }

  .twitter-button-top, .twitter-button-bottom, .twitter-button-bottom {
    display: none;
  }

  .twitter-buttons-mobile {
    display: block;
  }

  .sidebar-twitter {
    width: 601px;
  }

  .twitter-buttons-mobile {
    height: 60px;
    width: 630px;
    background-color: #e5e5e5;
  }
  .twitter-buttons-mobile .button-left {
    position: relative;
    float: left;
    margin: 20px 0px 0px 65px;
  }
  .twitter-buttons-mobile .button-right {
    position: relative;
    float: right;
    margin: 20px 65px 0px 0px;
  }

  .content {
    width: 630px;
  }

  .title-teasers-right {
    display: none;
  }

  .broadcast-scheme hr, .broadcast-scheme--first hr {
    border: none;
    height: 3px;
    width: 600px;
    margin: 8px 0px 0px 0px;
  }
  .broadcast-scheme .channel, .broadcast-scheme--first .channel {
    width: 40px;
    height: 55px;
    float: left;
  }
  .broadcast-scheme .channel img, .broadcast-scheme--first .channel img {
    width: 82px;
  }
  .broadcast-scheme .scheme, .broadcast-scheme--first .scheme {
    width: 468px;
    margin-left: 95px;
    font-family: "CPCompanyLight", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 30px;
  }
  .broadcast-scheme .scheme h3, .broadcast-scheme--first .scheme h3 {
    font-family: "CPCompanyBold", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    margin: -4px 0px 0px 0px;
  }
  .broadcast-scheme img, .broadcast-scheme--first img {
    position: relative;
    width: 30px;
    float: right;
    margin-right: -38px;
    margin-top: -6px;
  }
  .broadcast-scheme .js-showInfo, .broadcast-scheme--first .js-showInfo {
    margin-top: 10px;
    font-family: "CPCompanyLight", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .broadcast-scheme, .broadcast-scheme--first, .broadcast-scheme--first {
    width: 600px !important;
    height: auto;
  }

  .sterbanner {
    display: none;
  }

  .teaser-wrap-right hr {
    width: 99% !important;
  }

  .result-items li {
    width: 630px !important;
  }
  .result-items li .search-text {
    width: 440px !important;
  }

  /* mediaqueries for footer */
  .footer-content {
    width: 630px;
    min-height: 800px;
  }

  .footer-nav-wrapper {
    min-height: 630px;
    overflow: hidden;
  }

  .footer-logo {
    float: left;
    margin: 40px 0 60px 0;
  }

  .footer-nav {
    margin: 0 0 40px 0;
  }
  .footer-nav li:nth-child(n+0) {
    margin: 0;
    border-right: 1px solid #fff;
    font-size: 1.6rem;
    width: 275px;
    height: 40px;
    padding: 4px 0 12px 0;
  }
  .footer-nav li:nth-child(7) {
    /* bottom item first row is 16px less high at the bottom to make for a nicer line */
    padding: 4px 0 4px 0;
    height: 32px;
  }
  .footer-nav li:nth-child(8) {
    margin-top: -376px;
  }
  .footer-nav li:nth-child(n+8) {
    margin-left: 310px;
    border: 0;
  }

  .footer-social-wrapper {
    width: 490px;
  }
  .footer-social-wrapper li {
    margin: 0 0 0 35px;
  }
  .footer-social-wrapper img {
    height: 56px;
  }
}
@media screen and (max-width: 660px) {
  /* mediaqueries for header and navigation */
  .header-content {
    width: 640px;
    margin: auto;
  }
  .header-content .logo {
    margin: 133px 0 0 35px;
  }
  .header-content .mobile-search {
    margin-right: 58px;
  }
  .header-content .mobile-navigation {
    margin-right: 20px;
  }

  .header-label {
    background-image: url(/bundles/ntrportalpublicationbundle/images/header-label-mobile.png);
    background-repeat: no-repeat;
    height: 130px;
    top: 335px;
    width: 390px;
    margin-right: 0px;
  }
  .header-label h1, .header-label h2 {
    width: 270px;
    margin: 15px 0px 0px 75px;
    font-size: 1.9rem;
  }
  .header-label .broadcast {
    font-size: 1.3rem;
    font-weight: normal;
    margin: 10px 0px 0px 75px;
  }
  .header-label .stippellijn, .header-label .header-description, .header-label .label-info {
    display: none;
  }

  .search-input {
    font-size: 1.8rem;
  }

  /* mediaqueries for content */
  .article, .content, .content-main, .content-search, .searchresults {
    width: 576px;
    margin: auto;
  }

  .player, .teaser-wrap, .pip-teaser-wrap, .teaser-wrap-right, .teaser-right, .broadcast-scheme, .broadcast-scheme--first, .twitter-button-top, .twitter-button-bottom, .more, .teaser-related, .teaser-related--last, .article, .archive {
    width: 576px;
  }

  .teaser {
    width: 272px;
  }

  .teaser-text, .program-tile-text, .pip-teaser-text {
    width: 252px;
  }
  .teaser-text .subtitle, .program-tile-text .subtitle, .pip-teaser-text .subtitle {
    display: none;
  }
  .teaser-text .teaser-title, .program-tile-text .teaser-title, .pip-teaser-text .teaser-title {
    font-size: 1.5rem;
    margin: 3px 0px;
  }

  .teaser-text--dimension, .program-title {
    width: 500px !important;
    padding: 0 0 15px 0;
  }
  .teaser-text--dimension a, .program-title a {
    clear: both;
  }

  .player .teaser-date {
    top: 290px;
  }

  .teaser-wrap-right {
    margin: 28px auto;
    position: initial;
  }

  .pip-mobiel {
    margin-left: 0px;
    margin-top: 5px !important;
  }

  .block-text-item {
    width: 553px;
  }

  .pipteaser-right {
    margin-top: -27px;
  }

  .teaser-right, .broadcast-scheme, .broadcast-scheme--first, .twitter-button-top, .twitter-button-bottom, .more, .teaser-related, .teaser-related--last {
    width: 544px;
    min-height: 126px;
    padding: 20px 17px 15px 13px;
  }
  .teaser-right img, .broadcast-scheme img, .broadcast-scheme--first img, .twitter-button-top img, .twitter-button-bottom img, .more img, .teaser-related img, .teaser-related--last img {
    float: left;
    width: 200px;
    margin-right: 22px;
    padding-bottom: 10px;
  }
  .teaser-right h3.teaser-title, .broadcast-scheme h3.teaser-title, .broadcast-scheme--first h3.teaser-title, .twitter-button-top h3.teaser-title, .twitter-button-bottom h3.teaser-title, .more h3.teaser-title, .teaser-related h3.teaser-title, .teaser-related--last h3.teaser-title {
    float: none;
    margin-bottom: 10px;
  }
  .teaser-right hr, .broadcast-scheme hr, .broadcast-scheme--first hr, .twitter-button-top hr, .twitter-button-bottom hr, .more hr, .teaser-related hr, .teaser-related--last hr {
    width: 545px !important;
    margin: 42px 0px 0px 0px;
  }

  .broadcast-scheme hr, .broadcast-scheme--first hr {
    background-repeat: repeat-x;
    border: none;
    height: 3px;
    width: 545px !important;
    margin: 20px 0px 0px 0px;
  }
  .broadcast-scheme .scheme, .broadcast-scheme--first .scheme {
    width: 414px !important;
  }
  .broadcast-scheme img, .broadcast-scheme--first img {
    width: 30px;
  }
  .broadcast-scheme .info-button, .broadcast-scheme--first .info-button {
    margin-left: 420px;
    margin-top: -60px;
  }

  .broadcast-scheme, .broadcast-scheme--first, .broadcast-scheme--first {
    width: 544px !important;
    height: auto;
  }

  .content-head {
    margin: 0 10px 0 0 !important;
  }

  .toggle-view {
    margin: 4px 10px 0 0 !important;
  }

  .sort-dropdown {
    width: 170px !important;
  }

  .programs {
    width: 576px !important;
    overflow: hidden;
  }

  .programs-tiles {
    width: 606px;
  }

  .program-tile {
    width: 168px;
    height: 90px;
    overflow: hidden;
  }
  .program-tile .tile {
    width: 168px;
  }

  .program-tile-text {
    width: 168px;
  }
  .program-tile-text .program-title {
    width: 120px;
    padding: 5px 0 0 8px;
  }

  .programs-list {
    min-width: 576px;
  }

  .media-item-text {
    width: 335px !important;
  }

  .result-items li {
    width: 576px !important;
  }
  .result-items li .search-text {
    width: 395px !important;
  }

  .pager li {
    margin: 0 0 0 .6em;
  }

  .pager li:first-child {
    margin: 0 0 0 0;
  }

  .pipteaser-right .teaser-right, .pipteaser-right .broadcast-scheme, .pipteaser-right .broadcast-scheme--first, .pipteaser-right .twitter-button-top, .pipteaser-right .twitter-button-bottom, .pipteaser-right .more, .pipteaser-right .teaser-related, .pipteaser-right .teaser-related--last {
    width: 545px;
  }

  .sidebar-banner {
    margin: 30px 0px 15px 0px;
    width: 270px;
  }
  .sidebar-banner img {
    width: 270px;
  }
  .sidebar-banner .banner-text {
    top: 115px;
    width: 255px;
  }

  .first-banner {
    margin-right: 25px;
  }

  .teaser-related, .teaser-related--last {
    height: 30px;
  }
  .teaser-related h3.news, .teaser-related--last h3.news {
    font-size: 1.3rem;
    font-family: "CPCompanyLight", Helvetica, Arial, sans-serif;
  }

  .teaser-related--last {
    padding-bottom: 15px;
  }

  .sidebar-twitter {
    width: 560px;
    padding-right: 0px;
  }

  .twitter-buttons-mobile {
    height: 60px;
    width: 574px;
    background-color: #e5e5e5;
  }
  .twitter-buttons-mobile .button-left {
    position: relative;
    float: left;
    margin: 20px 0px 0px 65px;
  }
  .twitter-buttons-mobile .button-right {
    position: relative;
    float: right;
    margin: 20px 65px 0px 0px;
  }

  /* mediaqueries for footer */
  .footer-content {
    width: 576px;
    min-height: 800px;
  }
}
.color-text {
  color: #000;
}

.color-footer {
  color: #000;
  background-color: #808080;
}

.color-navigation {
  color: #000;
  background-color: #e5e5e5;
}
