/*
@main 						:	#0084B0;
@dark						:	#002937;
@menu_link					:	#A8A8A8;
@menu_link_hover			:	darken(@menu_link,20%);
@menu_link_selected			:	@main;
@menu_link_selected_hover	:	darken(@main,20%);
@white						:	#FFFFFF;
@greybox					:	#EEEEEE;
@playerbg					:	#F9F9F9;
*/
h1 {
  margin-bottom: 25px;
}
.greybackground {
  background-color: #eeeeee;
  padding: 35px;
}
.title_bigblack {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.clear {
  width: 100% !important;
  display: block !important;
  height: 1px;
  clear: both;
}
.maincontent {
  overflow: hidden;
}
.img-responsive {
  width: 100%;
}
.tabbed ul,
.tabbed li {
  list-style: none;
  margin: 0;
  padding: 0px;
}
.tabbed li {
  border: 1px solid #eee;
  display: inline-block;
  padding: 15px;
  font-weight: 400;
  cursor: pointer;
}
.tabbed li:hover,
.tabbed li.active {
  background-color: #eee;
}
.tab {
  padding: 25px;
  display: none;
  background-color: #eee;
}
.tab:first-of-type {
  display: block;
}
.tabs div:first-of-type {
  display: block;
}
.button_small {
  padding: 5px;
  color: white;
  margin: 5px 5px 5px 0px;
  cursor: pointer;
  display: inline-block;
  background-color: #444;
}
.button_small:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
}
.row-bordered {
  border-bottom: 1px solid #ccc;
  margin: 15px 0px;
}
.reddish {
  color: #fd3131;
}
.inline {
  display: inline-block;
}
/* ads */
#d-ros-h1 {
  height: 90px;
}
#d-ros-h1:empty {
  height: 90px;
}
/* popup */
.frameholder {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: white;
  font-size: 1.5em;
}
.frameholder video {
  /* width:800px; */
  margin: 20px auto 10px auto;
  border: none;
  max-width: 90%;
  max-height: 90%;
}
.frameholder div.button {
  background-color: black;
  padding: 0.5em;
  display: inline-block;
  float: none;
  margin: 0px auto;
  cursor: pointer;
}
.homedivider {
  background-color: #dddddd;
  height: 2px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 5px;
}
.midbanner {
  margin-bottom: 20px;
}
#fixedplayer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f4f4f4;
  padding: 10px;
  z-index: 100;
}
#header {
  clear: both;
  *zoom: 1;
}
#header:before,
#header:after {
  display: table;
  content: "";
  line-height: 0;
}
#header:after {
  clear: both;
}
#header .headerlogo {
  margin-top: -32px;
  margin-right: 20px;
  margin-left: -9px;
}
#header .headerluister {
  display: inline-block;
  background-color: #e00a1e;
  color: white !important;
  margin-right: 10px;
  padding: 5px 10px 5px 10px !important;
  cursor: pointer;
}
#header .headerluister:hover {
  text-decoration: none;
}
#header .socialNavIcons {
  float: right;
  margin-top: 26px;
}
#header .socialNavIcons .headerluister {
  background-color: #2e2e2c;
}
#header .socialNavIcons .headerluister i {
  color: #e00a1e;
}
#header .socialNavIcons .socials {
  display: inline-block;
  padding-top: 0px;
  float: right;
}

#header .socialNavIcons .socials img {
  width:25px;
  display:inline-block;
  fill: red;
}

#header .socialNavIcons .classicnlplus {
  margin-right: 30px;
}
#header .socialNavIcons a {
  padding-left: 5px;
}
#header .socialNavIcons a:hover {
  opacity: 0.5;
}
#header .socialNavIcons .fa-facebook-official {
  margin-top: 20px;
  color: #21579d;
}
#header .socialNavIcons .fa-twitter-square {
  color: #55acee;
}
#header .socialNavIcons .fa-instagram {
  color: #000000;
}
#btn-menu {
  display: none;
  float: right;
  padding: 11px;
  margin: 6px;
  cursor: pointer;
  background: #282828;
}
#btn-menu:hover {
  background: gainsboro;
}
#btn-menu:hover .btn-menu-bar {
  background-color: black;
}
#btn-menu .btn-menu-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: white;
}
#btn-menu .btn-menu-bar + .btn-menu-bar {
  margin-top: 3px;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99999;
  animation-name: showmenu;
  animation-duration: 1s;
  /*opacity:0;   */
}
#headercontainer_dummy {
  height: 0px;
}
#header {
  padding: 0px 0px 13px 0px;
  position: relative;
  z-index: 900;
}
#header .header-round-logo {
  float: left;
  /* margin-top: 11px; */
  margin-right: 10px;
  width: 40px;
}
#header .nav-bar .nav-list {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0;
  float: left;
}
#header .nav-bar .nav-list:after {
  content: "";
  clear: both;
  display: block;
}
#header .nav-bar .nav-list li {
  float: none;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 22px;
  padding: 1px 12px;
  text-transform: none;
  cursor: default;
  color: black;
}
#header .nav-bar .nav-list li span {
  cursor: pointer;
}
#header .nav-bar .nav-list li a {
  float: none;
  display: block;
  color: #777;
  font-size: 0.9rem;
}
#header .nav-bar .nav-list li a:hover {
  color: #e00a1e;
  text-decoration: none;
}
#header .nav-bar .nav-list li ul {
  display: none;
  min-width: 150px;
  float: none;
  position: absolute;
  z-index: 999;
  margin: 6px -8.4px;
  padding: 6px 12px 6px 0;
  background: white;
  border-color: red;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  /*
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-left-radius: 10px;
        */
}
#header .nav-bar .nav-list > li {
  float: left;
  padding: 6px 4px 6px 0px;
  text-transform: inherit;
}
#header .nav-bar .nav-list > li > a {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
#header .nav-bar .nav-list > li.active a,
#header .nav-bar .nav-list > li.active a:hover {
  color: #e00a1e;
}
#header .nav-bar .nav-list > li.active ul li a {
  color: black;
}
#header .nav-bar .nav-list > li.active ul li.active a {
  color: #e00a1e;
}
#header .nav-bar .nav-list > li:hover {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  color: #e00a1e;
}
#header .nav-bar .nav-list > li:hover > a {
  text-decoration: none;
}
#header .nav-bar .nav-list > li:hover ul {
  display: block;
}
#header .nav-bar .nav-list > li a#menu-home {
  display: none;
}
#content {
  position: relative;
  margin-bottom: 22px;
  margin-top: 45px;
}
.maincontent {
  position: relative;
}
.optinpop {
  position: absolute;
  top: 0px;
  background-image: linear-gradient(to bottom, rgba(200, 200, 200, 0.9), #646464);
  height: 100%;
  width: 100%;
}
.optinpop .minipop {
  width: 75%;
  background-color: #333;
  color: white;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.1em;
  text-align: center;
  margin: 100px auto;
}
.optinpop .optin_button {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  font-weight: bold;
}
.fadeover {
  position: absolute;
  top: 0px;
  display: flex;
  background-image: linear-gradient(transparent, #ffffff);
  height: 100%;
  width: 100%;
}
.tagcloud span {
  display: inline-block;
  margin-right: 3px;
  background-color: #ddd;
  color: #222;
  border-radius: 5px;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 0.9em;
  margin-bottom: 3px;
}
.tagcloud span:hover {
  background-color: black;
  color: white;
}
.tagcloud span.active {
  background-color: black;
  color: white;
}
.newsitem {
  margin-bottom: 30px;
  text-decoration: none !important;
}
.newsitem .square {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  /* = width for a 1:1 aspect ratio */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* you change this to "contain" if you don't want the images to be cropped */
  background-color: #eee;
}
.newsitem img {
  width: 100%;
  vertical-align: top;
  border: 0;
}
.newsitem .marker {
  width: 45px;
  position: absolute;
  z-index: 2;
  left: 25px;
  top: 8px;
}
.newsitem .marker2 {
  width: 100px;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 158px;
}
.newsitem .marker3 {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 237px;
}
.newsitem .title {
  background-color: #eeeeee;
  padding: 10px 20px 20px 20px;
  color: #666666;
  font-size: 15px;
  height: 115px;
  overflow: hidden;
}
.newsitem .title:hover {
  text-decoration: none !important;
}
.newsitem .title_video {
  background-color: #eeeeee;
  padding: 10px 20px 20px 20px;
  color: #666666;
  font-size: 12px;
  line-height: 1.2em;
  height: 90px;
  overflow: hidden;
}
.newsitem .title_video:hover {
  text-decoration: none !important;
}
.newsitem .text {
  display: none;
  position: absolute;
  bottom: 0px;
  height: 0%;
  overflow: hidden;
  margin-right: 15px;
  background-color: #eee;
  color: #666 !important;
  min-width: 88%;
  z-index: 3;
}
.newsitem .text p {
  padding: 15px;
}
.newsitem .text .leesmeer {
  color: #666;
  min-height: 1em;
  min-width: 3em;
  margin-left: 15px;
  padding-left: 30px;
  background-image: url('../images/leesmeer-arrow-opaque.png');
  background-repeat: no-repeat;
}
.newsitem .text .leesmeer::after {
  content: 'lees meer';
}
.agenda {
  margin-bottom: 30px;
  text-decoration: none !important;
}
.agenda .square {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  /* = width for a 1:1 aspect ratio */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* you change this to "contain" if you don't want the images to be cropped */
  background-color: #eee;
}
.agenda .leesmeer {
  color: white;
  min-height: 1em;
  min-width: 3em;
  margin-left: 15px;
  padding-left: 30px;
  background-image: url('../images/leesmeer-arrow.gif');
  background-repeat: no-repeat;
}
.agenda .leesmeer::after {
  content: 'lees meer';
}
#caroussel {
  position: relative;
  /* height:293px; */
  overflow: hidden;
  background-color: #eee;
  display: none;
}
#caroussel .carousselimg {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#caroussel .bolletje {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  /* float: left; */
  margin-right: 10px;
  background-color: white;
  border: 1px solid white;
  cursor: pointer;
  display:inline-block;
}
#caroussel .bolletje:hover {
  opacity: 0.8;
  border: 1px solid #666666;  
}
#caroussel .bolletje.active {
  background-color: #e00a1e;
  border: 1px solid #e00a1e;
}
#caroussel #bolletjes_holder {
  margin-top:1em;
  text-align:center;
  /*position: absolute;
  bottom: 10%;
  right: 5%;  
  z-index: 30;
  */
}
/* Footer navigation */
footer {
  margin-bottom: 100px;
}
footer .footermenu {
  background-color: #eaeaea;
  padding: 47px 0px 37px 0px;
  text-align: center;
}
footer .footermenu ul {
  list-style: none;
  margin: 0px 0px 36px 0px;
  padding: 0;
}
footer .footermenu ul li {
  display: inline-block;
  padding: 0px 10px;
  border-right: 2px solid #a2a2a2;
}
footer .footermenu ul li a {
  color: #666666;
}
footer .footermenu ul li:nth-last-of-type(1) {
  border-right: none;
}
#footer {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
#footer .nav-list {
  display: block;
  list-style: none;
  margin: 0 12px;
  padding: 0;
  *zoom: 1;
}
#footer .nav-list:before,
#footer .nav-list:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .nav-list:after {
  clear: both;
}
#footer .nav-list li {
  float: none;
  padding: 0;
  color: black;
  font-weight: normal;
  line-height: 28.6px;
}
#footer .nav-list li a {
  display: block;
  color: black;
}
#footer .nav-list li a:hover {
  color: #e00a1e;
  text-decoration: none;
}
#footer .nav-list li ul {
  padding: 6px 0 12px;
  margin: 6px 0 0;
  list-style: none;
}
#footer .nav-list > li {
  float: left;
  padding: 0 18px;
  color: #e00a1e;
  font-weight: normal;
  list-style: none;
}
#footer .nav-list > li:first-child {
  padding: 0 18px 0 0;
}
#footer .nav-list > li:last-child {
  padding: 0 0 0 18px;
}
#footer .nav-list > li > a {
  font-size: 19.2px;
  color: #e00a1e;
}
#footer .nav-list a#menu-home {
  display: none;
}
#footer .logo {
  display: block;
  text-align: center;
}
/* override firefox red border */
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow: none;
}
.comment_melden {
  cursor: pointer;
}
.comment_melden:hover {
  color: #e00a1e;
}
.selector {
  border: 1px solid #ccc;
}
/* buttons */
.bigred_button {
  color: white;
  font-size: 20.8px;
  background: #e00a1e;
  padding: 12px;
  outline: none;
  height: 50px;
  margin-right: 10px;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 10px;
  display: inline-block;
}
.bigred_button:hover {
  color: white;
  opacity: 0.8;
  text-decoration: none;
}
.small_button {
  background-color: #e00a1e;
  color: white;
  text-decoration: none;
  padding: 6px;
  margin: 8px 6px 6px 0px;
  display: inline-block;
  cursor: pointer;
}
.small_button:hover {
  color: white;
  opacity: 0.8;
  text-decoration: none;
}
.plain_button {
  padding: 6px;
  /*border:1px solid #ccc;*/
  background-color: white;
  border: none;
}
.filtersearch,
.filtersearch2 {
  width: 73%;
  border: none;
  padding: 6px;
  margin-top: 2px;
}
/* fields */
input {
  border: 1px solid #c6c6c6;
  padding: 5px;
  font-size: 1em;
  margin-bottom: 10px;
}
input[type='checkbox'],
input[type='radio'] {
  margin-right: 10px;
}
label {
  text-align: left;
  width: 200px;
  display: inline-block !important;
}
textarea {
  width: 90%;
  padding: 10px;
  margin-bottom: 10px;
}
.comments {
  background-color: #f3f3f3;
  border-radius: 3px;
  padding: 20px 20px 10px 20px;
}
.comments .commentpost {
  border: 1px solid #c6c6c6;
  margin-bottom: 10px;
}
.comments .commentpost div {
  background-color: #ececec;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 0.8em;
}
.comments .commentpost p {
  padding: 10px;
  margin-bottom: 0px;
}
.comments .commentheader {
  margin: -10px -20px 10px -20px;
  background-color: #666;
  color: white;
  padding: 10px;
}
.article_form {
  background-color: #f3f3f3;
  padding: 15px;
  border-radius: 3px;
}
.article_form input,
.article_form textarea {
  width: 100%;
  padding: 10px;
}
.article_form input:focus,
.article_form textarea:focus,
.article_form input:active,
.article_form textarea:active {
  /*background-color:rgb(255, 253, 219,0.1);*/
}
.article_form input[type='checkbox'] {
  width: auto;
}
.article_form .fauxinput {
  border: 1px solid #c6c6c6;
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
}
.article_form .ql-editor:focus,
.article_form .ql-editor:active {
  /*background-color:rgb(255, 253, 219,0.1);*/
}
.article_form .quill_editor {
  background-color: white;
  margin-bottom: 10px;
  min-height: 120px;
}
.article_form .align-top {
  display: inline-block !important;
}
.article_form label {
  background-color: #ececec;
  color: #111;
  width: 100%;
  font-weight: normal;
  padding: 10px;
  border: 1px solid #c6c6c6;
  border-bottom: none;
}
.article_form .article_button {
  padding: 5px;
  background-color: #111;
  color: white;
  margin: 5px 5px 5px 0px;
  cursor: pointer;
  display: inline-block;
}
.article_form .article_button:hover {
  opacity: 0.7;
}
.article_form .col-md-12.row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
}
.article_form .col-md-12.row .col-md-2 {
  border-bottom: 1px solid #c6c6c6;
  border-right: none;
}
.article_form .col-md-12.row .col-md-10 {
  margin-bottom: 0px;
  border: 1px solid #c6c6c6;
  background-color: white;
  padding: 10px;
}
#loginform {
  padding: 50px;
  background-color: #eaeaea;
  text-decoration: none;
}
#loginform a {
  color: #848484;
  text-decoration: none;
  border-bottom: none;
  display: inline-block;
  margin: 30px 10px;
}
#loginform a:hover {
  color: #000000;
}
#loginform .col-centered {
  float: none;
  margin: 0 auto;
  display: inline-block;
}
#loginform button {
  background-color: #e00a1e;
  color: #fff;
  padding: 10px 40px;
  margin: 10px;
  display: inline-block;
  height: auto;
}
.prettyselect {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #666;
  padding: 5px;
  background-image: url('/images/select-triangle.png');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 97% 45%;
  border-radius: 0px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
/* responsive #768? */
@media only screen and (max-width: 479px) {
  .col-sm-12 {
    width: 100%;
  }
  #PagesController article p img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  article p img {
    margin-bottom: 20px;
  }
  .framed {
    width: 100%;
  }
  .nopaddingonmobile {
    padding: 0px;
  }
  .hidedesktop .img-responsive {
    max-width: 100%;
  }
  #loginform {
    padding: 5px;
  }
  #m-ros-r1 {
    margin-left: -15px;
    margin-bottom: 15px;
  }
  .brievenbus {
    padding: 0px;
  }
  .lowerbanner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tab {
    padding: 10px;
  }
  .tab input[type='text'],
  .tab input[type='password'],
  .tab select {
    width: 100%;
  }
  .newsitem .title {
    min-height: 170px;
    padding: 5px 10px;
  }
  .newsitem .marker {
    width: 30px;
    left: 20px;
  }
  .newsitem .marker2 {
    top: 18px;
  }
  .newsitem .marker3 {
    width: 86%;
    top: 166px;
  }  
  p iframe {
    width: 100% !important;
  }
  button {
    border: 1px solid #ccc;
  }
  #header {
    padding: 0px;
  }
  nav .mobile_burger {
    cursor: pointer;
    display: block;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
  }
  nav .nav-list {
    margin-top: 0px !important;
    width: 100% !important;
  }
  nav .nav-list ul {
    padding: 0px !important;
    margin: 0px !important;
  }
  nav .nav-list li {
    width: 100% !important;
    background-color: #efefef;
  }
  nav .nav-list li a {
    color: #404040 !important;
    padding-left: 15px !important;
    width: 100% !important;
  }
  nav .nav-list li ul {
    /* padding-left:15px !important; */
    padding: 0px;
  }
  nav .nav-list .socials a {
    display: inline-block !important;
    color: #e00a1e !important;
    width: auto !important;
  }
  nav .boulet {
    width: 40px;
    position: absolute;
    right: 10px;
    top: 0px;
  }
  .themakanalen_2020 {
    width: 100%;
  }
  .themakanalen_2020 .luisterbutton {
    cursor: pointer;
    margin-right: 0px !important;
    padding: 2px 0px !important;
    width: 22%;
    font-size: 11px;
    text-align: center;
  }
  #now_playing {
    width: 100%;
  }
  #now_playing .track {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }
  #now_playing .artist {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }
  .stream-player {
    width: 100%;
  }
  .stream-player .cue-point {
    width: 80%;
  }
  .stream-player .triton_play {
    width: 100% !important;
  }
  .stream-player #volumeSlider {
    display: none;
  }
  .stream-player .controls {
    position: relative;
  }
  .stream-player .controls:hover {
    background-color: #f4f4f4 !important;
    color: #404040 !important;
  }
  /* ads */
  #d-ros-h1:empty {
    height: 0px;
  }
  /* prevent page collapse */
  #m-ros-h1:empty {
    height: 106px;
  }
  /* agenda */
  .agenda h3 {
    font-size: 19px;
    line-height: 1em;
  }
  .filtersearch {
    width: 79.5% !important;
  }
  #agendalist .square {
    margin-left: 0px !important;
    margin-top: 1em;
    width: 25%;
    height: auto;
    background-size: 100%;
    padding-bottom: 25%;
    margin-right: 10px;
    margin-bottom: 25px;
  }
  .squarefix {
    padding-bottom: 0px;
  }
  /* popup */
  .frameholder video {
    width: 95%;
  }
  .frameholder .videoelement {
    width: 100%;
  }
}
a.luisterbutton {
  border: 1px solid #999999;
  background-color: white;
  color: #444444;
  padding: 14px 15px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 20px;
}
a.luisterbutton:hover {
  background-color: #444444;
  border: 1px solid #444444;
  color: white;
}
a.luisterbutton.active {
  background-color: #e00a1e;
  color: white;
  border: 1px solid #e00a1e;
}
#fixedplayer i {
  display: inline-block;
  float: left;
}
.stream-player {
  display: inline-block;
  top: 10px;
}
.stream-player #now_playing {
  position: relative;
  display: inline-block;
  line-height: 1.7em;
  font-size: 1.1em;
  top: -5px;
}
.stream-player #now_playing .track {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stream-player #now_playing .track:hover {
  text-decoration: underline;
}
.stream-player #now_playing .artist {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stream-player #now_playing .artist:hover {
  text-decoration: underline;
}
.stream-player .now_playing,
.stream-player .cue-point,
.stream-player .controls {
  display: inline-block;
}
.stream-player .controls {
  font-size: 1.3em;
  margin-right: 10px;
  margin-left: -12px;
  float: left;
  cursor: pointer;
}
.stream-player .controls i {
  font-size: 15px;
}
.stream-player .controls .triton_play {
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid #444;
  padding: 5px 20px;
  width: 80%;
}
.stream-player .controls .triton_play i {
  float: none !important;
}
#volumeSlider {
  height: 6px;
  width: 64%;
  float: left;
  top: 3px;
  margin-left: 8px;
  background-color: #848484;
  border-radius: 0;
  border: none;
}
#volumeSlider .ui-slider-handle {
  top: -6px;
  margin-left: -5px;
  width: 5px;
  height: 19px;
  border-radius: 0;
  background-color: #b4b4b4;
  border: none;
}
.themakanalen_2020 {
  display: inline-block;
  margin-top: 5px;
  padding-right: 0px;
  white-space: nowrap;
}
.themakanalen_2020 .luisterbutton {
  cursor: pointer;
  margin-right: 0px;
  margin-left: 5px;
  padding: 14px 15px;
}
.now-playing-playlist {
  display: inline-block;
}
.nowplaying_title {
  color: #808080;
  /*font-size:15px;*/
  font-weight: 600;
}
#premiumplayer {
  height: 0;
  width: 0;
}
.agenda {
  color: black;
}

.agenda .datecol {
  color: #848484;
  font-size: 1.1em;
  text-align:center;
  /*padding: -2px 10px 0px 20px;*/
  margin-right: 2em;
}
.agenda .datecol .nr {
  font-size: 4em;
  color: #000;
  margin: 0.3em 0px 0.3em -3px;
}
.sticky {
  position: absolute;
  /*left: -15px;*/
  width: 100%;
  padding-right: 15px;
}
#agendalist .square {
  margin-left: 12px;
}
#agendalist h3 {
  margin-top: 0px;
}


@media only screen and (max-width: 1199px) {
  #header .nav-bar .nav-list > li > a {
    font-size:13px;
    margin-right:8px;
  }
}



/*
.location {
	position:absolute;
	top:0px;
	left:15px;
	right:15px;
	display:inline-block;
	padding:3px;
	background-color: rgba(255,255,255,0.8);
	color:black;
}

.newsitem.agenda {
	.title {
		height:150px;
		font-size:0.8em;
	}
}

.agenda_info {
	padding:15px;
	background-color:#eee;
}

.agendalink {
	background-color:@red;
	color:white;
	font-weight:normal;
	padding:8px;
	margin:10px 5px 10px 0px;
	display:inline-block;

	&:hover {
		background-color:black;
		color:white;
		text-decoration:none;
	}
}

.dateinfo {
	position:absolute;
	top:0px;
	left:15px;
	width:100%;
	color: black;
	font-weight: bold;
	z-index:10;
	div {
		background-color:rgba(255,255,255,0.7);
		width: 100%;
		padding: 3px;
	}
}

.agenda {

	
	.event_date {
		background-color:#333;
		padding:5px;
		margin:0px 5px 10px 0px;
		display: inline-block;
		color:white;
		font-weight:normal;
	}

}
*/
