@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*=========Start Algemeen=======*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.content {
  width: 90%;
  max-width: 1600px;
  margin:0 auto;
  position: relative; 
}
.content:after {
  display: block;
  clear: both;
  content: "";
}
body,html {
  min-height: 100%;
}
body {
  color:#231f20;
  font-family: 'Montserrat', sans-serif;
}
p {
  line-height: 150%;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0px;
}
.c p:last-child {
  margin-bottom: 0;
}
.c p:first-child {
  margin-top: 0;
}
.item {
  position: relative;
}
.item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.vertcent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.imgoverlay {
  overflow:hidden;
}
.imgoverlay img {
  width: 100%;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}
.item:hover .imgoverlay img {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
  transform:scale(1.1);

}
.footermar {
  margin-bottom: 80px;
}
.cnt {
  text-align: center;
}
.titlebox {
  position: relative;
  height: 60px;
}

.page {
  position: relative;
  left: 0px;
  transition: left .45s;
}
.page>.after {  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0);
  content: "";
  transition: background-color 0.45s ease-in;
}
.page>.after.fade {
 background-color: rgba(0,0,0,0.5);
 transition: background-color 0.45s ease-out;
 z-index: 10;
}

.programmainfo {
  padding: 30px 10px;
  background-color: white !important;
  width: 100%;
  border-left: 3px solid #FDACA8;
  position: relative;
  float: left;
}

.pointer {
  color: #E56D32 !important;
  cursor: pointer;
}

.temp {
  position: relative;
}
.temp > span {
  position: absolute;
  left: 5px;
  right: 5px;
  text-transform: uppercase;
  text-align: center;
  color: yellow;
  font-size: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.h3 {
  font-size: 1.2em;
  color: #eb2d2f;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
/**Lightbox**/
#loctek-lightbox-close {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
.loctek-lightbox {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
/*======einde algemeen=====*/
/* COOKIE MELDING 
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

#PLCookie article div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

@media screen and (max-width: 550px) {
  #PLCookie article {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  #PLCookie article div {
    padding-top: 10px;
  }
}*/

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #eb2d2f;
	border: 1px solid #eb2d2f;
	color: #fefefe;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	margin: 5px;
	font-size: 1.3em;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #eb2d2f;
	border: 1px solid #eb2d2f;
}

/* NEW COOKIE END */

/*====Start header home=====*/

.kluis {
  padding:5px;
  background-color: #E0281F;
  color: #fefefe;
}

.tophead {
  background-color: rgb(240,240,240);
  height: 25px;
  width: 100%;
}
.mainhead {
  width: 100%;
  background-color: #eb2d2f;
  color: #fefefe;
  overflow: hidden;

 /* background-image: url('/images/headbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;*/
}
.mainhead .top {
  height: 165px;
  width: 100%;
  position: relative;
}
#logo {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 355px;
  z-index: 3;
}
#logo > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 2;
}
#logo .aside {
  position: absolute;
  right: 0;
  top: 70px;
}
#logo .logo {
  width: 100%;
}
#logo span {
  position: absolute;
  left: 171px;
  text-transform: uppercase;
  bottom: 0;  
  font-size: 0.85em;
  letter-spacing: 115%;  
}
#logo span strong {
  font-weight: 500;
  font-size: 2em;
  line-height: 120%;
}

#headertelefoon
{
  position: absolute;
  left:365px;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5em;
  z-index: 5;
}

#headertelefoon a
{
 color: #fff;
 font-size:1em;
 font-weight: 500;
}

.mainhead .menu {
  height: 40px;
  position: relative;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;  
  z-index: 1;
}
.mainhead .menu a {
  line-height: 40px;
  border-radius: 8px;
  background-color: #ec5a19;
  width: 150px;
  text-align: center;  
  display: inline-block;
  color: #fefefe;
  position: relative;
  bottom: 15px;
  z-index: 3;
}
.menu .extrabuts {
  display: inline-block;
  margin-right: 50px;
}
.menu .extrabuts a {
  background-color: #EA6D68;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.menu .extrabuts a:hover {
  background-color: #ffe826;
  color:#000;
}
.menu .extrabuts img {
  line-height: 40px;
  display: inline-block;
  margin:0 2.5px;
  vertical-align: top;
}
.menu a:hover {
  background-color: #EA6D68;
}
.mainhead .menuico {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  padding:7px;
  z-index: 3;
}
.menuico span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fefefe;
}
.menuico span:first-child, .menuico span:nth-child(2) {
  margin-bottom: 10px;
}
.mainhead .bot {
  height: 360px;
  position: relative;
  background-image: url("/images/overlay3.png");
}
.mainhead .bot .content {
  position: absolute;
  top: 210px;
  left: 0;
  right: 0;
  height: 150px;
}

.mainhead .bot .content div
{
  position: relative;
  width: 100%;
  height: 100%;
}

.mainhead .bot .content h1
{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fed201;
  font-size: 2em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}



.posters {
  text-align: right;
  padding:5px 0px;
}
.poster {
  display: inline-block;
  font-size: 0.95em;
  font-weight: 500;
  text-align: left;
  color: #ffb1b1;
  width: 200px;
  vertical-align: top;
  margin-right: 40px;
}
.poster img {
  display: block;  
  width: 100%;
}
.poster .posthold {
  margin-bottom: 15px;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.poster>span {
  height: 30px;
  display: block;
}
.poster h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8em;
}
.poster h2 span {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 150%;
}
.poster.active {
  color: #fefefe;
  font-size: 1.1em;
  font-weight: 500;
}
.poster.active h2 {
  font-weight: 500;
}
.poster.active h2 span {
  color: #ff9c00;
}
.band {
  height: 210px;
  width: 120%;
  position: absolute;
  left: -10%;
  right: 0;
  top: 0;
  background-color: #ffe826;
}

.band > div
{
  width: 20%;
  height: 210px;
  float:left;
  position: relative;
  overflow: hidden;
  -ms-transform: skewX(-20deg); /* IE 9 */
  -webkit-transform: skewX(-20deg); /* Safari */
  transform: skewX(-20deg); /* Standard syntax */
  border-left:5px solid #ffe826;
  border-right:5px solid #ffe826;
}

.band > div > .band_image
{
  position: absolute;
  left:-50px;
  top:0;
  right:-50px;
  bottom:0;
  background-position: center;
  background-size: cover;
  -ms-transform: skewX(20deg); /* IE 9 */
  -webkit-transform: skewX(20deg); /* Safari */
  transform: skewX(20deg); /* Standard syntax */
}

.mainimg {
  position: absolute;
  bottom: 0;
  left: 235px;
}
.bothead {
  background-color: #eb2d2f;
}
.live {
  float: right;
  padding-top: 27.5px;
  cursor: pointer;
}
.dj {
  color: #fefefe;
  padding:10px 0;
  height: 100px;
}
.dj h2, .djimg, .djinfo {
  display: inline-block;
  vertical-align: top;
}
.dj>h2 {
  font-size: 2em;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  top: 1.5px;
}
.djimg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border:10px solid #f89002;
  margin:0 20px;
  position: relative;
  bottom: 30px;
}
.djimg img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.djinfo {
  padding-top: 18px;
}
.djinfo span {
  font-size: 0.9em;
  display: block;
  margin-bottom: 10px;
}
.djinfo h2 {
  font-size: 1.2em;
  font-weight: 500;
  color: #ff9c00;
}
.djprog h3 {
  font-size: 1.2em;
  color: #eb2d2f;
  margin-bottom: 20px;
}
.live img {
  display: inline-block;
  margin-right: 20px;  
  position: relative;
  top: 6px;
}
.live h2 {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #fefefe;
  font-weight: 400;
  display: inline-block;
}
/*=====Einde header home====*/
/*===Start header small====*/
header .songsmall span {    
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 1em;    
} 
header .songsmall h2 {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  padding-top: 11px;
  padding-bottom: 11px;
}
header .songsmall h2 span {
  font-weight: 500;
  font-size: 1em;
  line-height: 150%;
  color: #ff9c00;
}
header .songsmall img {
  position: relative;
  top: 4px;
  margin-right: 5px;
}  
.song.active {
  position: relative;
}  
.songsmall {
  margin-right: 250px;
  padding-left: 20px;
}
.songsmall:after {
  display: block;
  clear: both;
  content: "";
}
.songsmall .song {
  width: 31.33%;
  float: left;
  margin-right: 3%;
  color: #ffb1b1;
}
.songsmall .song.active {
  color: #fefefe;
}
.songsmall .song:last-child {
  margin-right: 0;
}
.songsmall .song > span {
  display: block;
  line-height: 23px;
}
.songsmall .song {
  padding-top: 11px;
}
.small .live {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 0;
  padding-top: 0;
}
/*===Eidne header small====*/
/*====Start footer====*/
footer {
  background-color: #eb2d2f;
  position: relative;
  padding-top: 90px;
  padding-bottom:20px;
  color: #fefefe;
  background-image: url("/images/overlay3.png");
}
footer a {
  color: #fefefe;
}
footer .tri {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
}
footer .mn {
  position: absolute;
  top: -50px;
  left: 20px;
}
.footeritems {
  text-align: justify;
  padding-right: 60px;
  padding-bottom: 20px;
}
.footeritems:before, .footeritems:after, .footeritems .after {
  display: inline-block;
  content: "";
}
.footeritems:after {
  width: 100%;
}
.footeritem {
  display: inline-block;
  vertical-align: top;
}
.footeritem p {
  line-height: 200%;
  position: relative;
  padding-left: 50px;
}
.footeritem p img {
  position: absolute;
  top: 50%;
  left: 10px;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footeritem:nth-child(3) img {
  margin-top: -55px;
}
/*.footeritem:nth-child(4) p {
  text-align: center;
  padding-left: 0;
  }*/
  .footeritem:nth-child(4) > a {
    display: block;
    line-height: 35px;
    background-color:#ffe826;
    text-align: center;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    position: relative;
    top: -2px;
    margin-left: 50px;
    color: #000;
  }
  .footeritem:nth-child(4) > a:hover {
    background-color: #EA6D68;
  }
  .footeritems .mob {
    display: none !important;
  }

  .siteby
  {
    width: 100%;
    text-align: center;
    color: #EA6D68;
    position: absolute;
    bottom:5px;
    left:0;
    font-size: 0.8em;
  }

  .siteby a
  {
    color: #EA6D68;
  }
  .dots {
    position: absolute;
    right: 0;
    width: 40%;
    bottom: 0;
    top: 0;
    background-image: url('/images/bolbg.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .socialfoot {
    position: absolute;
    top: -113px;
    right: 0;
  }
  .socialfoot a {
    position: relative;
    z-index: 3;
  }
  .socialfoot img {
    margin-right: 15px;  
  }
  /*=====Einde footer===*/
  /*====Start Head====*/
  .head {
    padding:60px 0;
    text-align: center;
  }
  .head h1 {
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .head h1:last-child {
    margin:0;
  }
  /*====EInde Head====*/
  /*=====STart Home=====*/
  .home-nav:after {
    display: block;
    clear: both;
    content: "";
  }
  .home-nav > * {
    width: 33.33%;
    float: left;
  }
  .home-nav img {
    width: 100%;
  }
  .home-nav h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 50px;
    padding:0 10px;
    color: #fefefe;
    background-color: rgba(0,0,0,0.6);
    text-transform: uppercase;
    font-weight: 500;
  }
  .home-nav {
    margin-bottom: 60px;
  }
  .home-nav h2:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent rgba(0,0,0,0.6) transparent;
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 1;
    margin-left: -20px;
  }
  .home-ads {
    margin-bottom: 20px;
  }
  .home-ads:after {
    display: block;
    clear: both;
    content: "";
  }
  .home-ads > .item {
    width: 23%;
    margin:1%;
    border-bottom: 3px solid #da322a;
    float: left;
    /*padding-bottom: 10px;*/
  }
  /*.home-ads > .item:nth-child(4), .home-ads > .item:nth-child(5) {
    margin-bottom: 0;
  }
  .ads-holder .big-ad {
    border-bottom: 3px solid #da322a;
    }*/
    .home-ads img {
      width: 100%;
    }
    .home-ads h2 {
      font-weight: 500;
      font-size: 1.1em;
    }
    .home-ads .txt {
      display: none;
    }  
    .trots {
      text-align: center;
    }
    .trots > * {
      display: inline-block;
      width: 49%;
      margin-right: 2%;
      vertical-align: top;
    }
    .trots > *:last-child {
      margin-right: 0;
    }
    .trots > * img {
      width: 100%;
    }
    .trots h1 {
      padding:10px 5px;
      background-color: #eb2d2f;
      color: #fefefe;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.4em;
    }
    .trots h2 {
     padding:6px 5px;
     background-color: #EC5A19;
     color: #fefefe;
     text-align: center;
     font-weight: bold;
     font-size: 1.1em;
   }
   .trots h3 {
     padding:10px 5px;
     background-color: rgba(236, 90, 25, 0.8);
     color: #fefefe;
     text-align: center;
     text-transform: uppercase;
     font-size: 1.1em;
   }
   .trots {
    margin-bottom: 60px;
  }
  /*=====Einde Home=====*/
  /*=====Start Nav=====*/
  nav {
    position: fixed;
    top: 0;
    bottom: 0;
    min-height: 100%;
    height: 100%;
    width: 350px;
    max-width: 100%;
    background-color: #eb2d2f;
    right: 0;
    color: #fefefe;
    overflow: auto;
    display: none;
    right: -260px; 
    z-index: 90;
    padding-bottom: 50px;
    background-image:url(/images/menuback.jpg);
    background-size: cover;
    background-position: center;
  }
  nav .menucredits
  {
    height: 30px;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
    color:#ee8485;
    font-size: 0.7em;
    line-height: 30px;
  }
  nav .menucredits a:hover
  {
    background-color: transparent;
    color:#fff !important;
  }
  nav .top {
    padding:20px;
    position: relative;
    background-color: #eb2d2f;
  }
  nav .top .menuico {
    line-height: 40px;
    font-size: 1.8em;
    margin-right: 35px;
    display: inline-block;
  }
  nav .top .webs {
    line-height: 40px;
    border-radius: 8px;
    background-color: #ec5a19;
    width: 161px;
    text-align: center;
    display: inline-block;
    color: #fefefe;
    position: relative;
    bottom: 5px;
  }
  nav > a {
    width: 100%;
    display: block;
    line-height: 50px;
    color: #fefefe;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center;
  }
  nav a:hover, nav a.active {
    background-color: #fed201;
    color: #000;
  }

  .langswitch a:hover,.langswitch a.active
  {
    background-color: #ee8485;
    color:#fff;
  }

  nav .line {
    width: 86%;
    margin-left: 7%;
    height: 1px;
    background-color:#d08885; 
  }
  nav img {
    margin-top: 20px;
    width: 86%;
    margin-left: 7%;
    margin-bottom: 20px;
    display: block;
  }
  /*=====Einde Nav=====*/
  /*=====Start Radio====*/
  .radio-nav {
    margin-bottom: 60px;
    margin-top: -1%;
  }
  .radio-nav:after {
    display: block;
    clear: both;
    content: "";
  }
  .radio-nav > .item {
    width: 23%;
    margin:1%;
    margin-bottom: 40px;
    border-bottom: 3px solid #da322a;
    float: left;
    padding-bottom: 10px;
  }
  .radio-nav img {
    width: 100%;
  }
  .radio-nav h2 {
    font-weight: 500;
    font-size: 1.1em;
  }
  /*=====Einde Radio====*/
  /*=====Start luister live=====*/
  .live-nav {
    margin-top: -1%;
    margin-bottom: 90px;
  }
  .live-nav * {
    display: inline-block;
    width: 31.33%;
    margin:1%;
    background-color: #EC5A19;
    color: #fefefe;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius: 8px;
  }
  /*=====Einde luister live=====*/
  /*====Start Blocks====*/
  .blocks .row{
    background-color: rgb(240,240,240);
  }
  .blocks.trans {
    background-color: transparent;
  }
  .blocks .row:after {
    display: block;
    clear: both;
    content: "";  
  }
  .blocks .row > * {
    width: 50%;
    float: right;
  }
  .blocks .row .img img {
    margin-bottom: 0;
  }
  .blocks .row.reverse > * {
    float: left;
  }
  .blocks .cont {
    padding:45px;
  }
  .blocks .cont h2 {
   text-transform: uppercase;
   font-size: 1.5em;
   margin-bottom: 20px;
 }
 .blocks .cont p {
  margin-bottom: 20px;
}
.blocks .cont p:last-child {
  margin-bottom: 0;
}
.blocks .img img {
  width: 100%;
}

.blocks .img
{
  overflow: hidden;
  text-align: center;
}
.blocks .img img
{
  min-height: 100%;
  min-width: 100%;
}

.blocks .row ul
{
  list-style: square url("/images/bulletpoint.png");
  padding-left:30px;
}
.blocks .row ul li
{
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
/*=====Einde Blocks====*/
/*====Start programma's====*/
.switchbtn {
  text-align: center;
  margin-top: 30px;
}
.switchbtn * {
  display: inline-block;
  width: 31.33%;
  margin:1%;
  background-color: #EC5A19;
  color: #fefefe;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius: 8px;
  cursor: pointer;
}
.switchbtn *.active, .switchbtn *:hover {
  background-color: #eb2d2f;
}
/*====Einde Programma's====*/
/*====Start programmatie====*/
.programmaties:after {
  display: block;
  clear: both;
  content: "";
}
.programmaties > .dag {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.programmaties > .dag:nth-child(2n) {
  margin-right: 0;
}
.dag h2 {
  background-color: #eb2d2f;
  color: #fefefe;
  font-weight: 500;
  line-height: 45px;
  padding:0 15px;
}
.dag .row:after {
  display: block;
  clear: both;
  content: "";
}
.dag .row:nth-child(2n) {
  background-color: #FDACA8;
}
.dag .col {
  float: left;
  padding:0 8px;
  line-height: 35px;
}
.dag a {
  line-height: 35px;
  color: #E56D32;
}
.dag a:hover {
  text-decoration: underline;
}
.dag .c1 {
  width: 20%;
}
.dag .c2, .dag .c3 {
  width: 40%;
}
.programmaties {
  padding-bottom: -2%;
  margin-bottom: 80px;
}
/*====Einde programmatie====*/
/*====Start wie is wie =====*/
.press {
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px solid rgb(180,180,180);
  margin-bottom: 60px;
}
.pres {
  display: inline-block;
  width: 250px;
  margin:15px;
  -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pres .imgoverlay {
  -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pres img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}
.pres h1 {
  padding:0 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  text-align: center;
  color: #fefefe;
  background-color: rgba(236, 90, 25, 0.9);
  -webkit-border-bottom-left-radius: 5px; 
  -moz-border-bottom-left-radius: 5px; 
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px; 
  -moz-border-bottom-right-radius: 5px; 
  border-bottom-right-radius: 5px; 
  font-size: 0.85em;
  font-weight: 500;
}
.pres span {
  display: none;
}
.pres.livedj h1 {
  text-align: right;
  background-color: rgba(189,9,0,0.8);
}
.pres.livedj span {
  position: absolute;
  bottom:0px;
  left: 10px;
  color: #fefefe;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
  z-index: 2;
  font-weight: 500;
}
.medewerks {
  text-align: center;
  margin-bottom: 80px;
}
.med {
  display: inline-block;
  width: 180px;
  margin:15px;
  -webkit-border-radius:53px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.med img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}
.med h1 {
  padding:0 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  text-align: center;
  color: #fefefe;
  background-color: rgba(236, 90, 25, 0.9);
  -webkit-border-bottom-left-radius: 5px; 
  -moz-border-bottom-left-radius: 5px; 
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px; 
  -moz-border-bottom-right-radius: 5px; 
  border-bottom-right-radius: 5px; 
  font-size: 0.85em;
  font-weight: 500;
}
.wietit {
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #eb2d2f;
  text-transform: uppercase;
  text-align: center;
}
/*===Detail===*/
.wiedet .triafb {
  padding:1px;
  border:2px solid #eb2d2f;
}
.wiedet h1 {
  font-size: 1.5em;
  color: #eb2d2f;
}
.wiedet .head {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wiedet .content.fake > img, .wiedet .content.triafb > img {
  display: inline-block;
  width: 33.33%;
}
.dethold {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.dethold #prev, .dethold #next {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 3;
}
.dethold #prev {
  left: -60px;
}
.dethold #next {
  right: -60px;
}
.dettri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #eb2d2f transparent transparent transparent;
  margin:0 auto;
  margin-bottom: 25px;
  position: relative;
}
.dettri a {
  color: #fefefe;
  text-align: center;
  left: -200px;
  right: 0;
  top: -90px;
  position: absolute;
  width: 400px;
}
.wiedet .topdet > * {
  width: 49%;
  float: left;  
  margin-right: 2%;
}
.wiedet .topdet > *:nth-child(2n) {
  margin-right: 0;
}
/*=====Einde wie is wie=====*/
/*====Start frequentie====*/
.freq {
  margin:0 auto 15px auto;
  display: block;
  max-width: 100%;
}
.legend {
  text-align: center;
  margin-bottom: 40px;
}
.legend > p {
  display: inline-block;
  margin:5px 8px;
}
.legend > p img {
  position: relative;
  top: 1px;
}
.legend2 {
  margin-bottom: 75px;
}
/*====Einde frequentie===*/
/*=====Start adverteren====*/
.labels input[type="text"] {
  margin-left: 200px;
  height: 35px;
  border:1px solid rgb(40,40,40);
  padding-left: 5px;
  display: block;
  width: calc(100% - 200px);
}
.labels label {
  float: left;
  display: inline-block;
}
.labels input[type="submit"] {
  width: 100%;
  background-size: 300% 100%;
  background-color: transparent;
  background-image: linear-gradient(to right, transparent 50%, #EC5A19 50%);
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  display: block;
  color: #EC5A19;
  border: 2px solid #EC5A19;
  line-height: 31px;
  margin-top: 42px;
  text-transform: uppercase;
}
.labels input[type="submit"]:hover {
  background-position: -50% 0;
  color: #fefefe;  
}
.labels .subtitform {
  height: 35px;
}
.labels .checkbox label {
  float: none;
  padding-left: 5px;
}
/*=====Einde adverteren====*/
/*======Start fotos======*/
.albums .item a {
  z-index: 2;
}
.albums .item {
  border: 3px solid #ccc;
}
.albums .item h2 {
  padding: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fefefe;
  background-color: rgba(236, 90, 25, 0.9);
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 0.85em;
  font-weight: 500;
}
.overlay {
  z-index: 1;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:rgba(0,0,0,0.6);
}
.overlay i {
 position: absolute;
 top: 50%;
 left: 50%;
 -ms-transform: translate(-50%,-50%);
 -o-transform: translate(-50%,-50%);
 -webkit-transform: translate(-50%,-50%);
 -moz-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
 font-size: 2em;
 color: #fff;
}
.albums .item:hover .overlay{
  display: block;
}
.albums .item:hover {
  border:3px solid rgba(236, 90, 25, 0.9);
}
/*======Einde fotos======*/
/*====Start nieuws====*/
.blog .item .img {
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.blog h3 {
  font-weight: 500;
  font-size: 1.2em;
  text-align: center;
  color: #CB221B;
}
.blog .item {
  margin-bottom: 30px;
}
.blog .newtxt {
  margin-bottom: 30px;
}
/*====Einde nieuws====*/
/*=====Start vragen====*/
.ak-ads {
  float: right;
  width: 640px;
}
.ak-ads {
  margin-bottom: 80px;
}
.ak-ads:after {
  display: block;
  clear: both;
  content: "";
}
.ak-ads > .item {
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
  border-bottom: 3px solid #da322a;
  /*padding-bottom: 10px;*/
}
.ak-ads > .item:nth-child(2n) {
  margin-right: 0;
}
.ak-ads > .item .txt {
  display: none;
}
.ak-ads img {
  width: 100%;
}
.ak-ads h2 {
  font-weight: 500;
  font-size: 1.1em;
}
/*=====Einde vragen=====*/
/*====Start contact====*/
.contact:after {
  display: block;
  clear: both;
  content: "";
}
.contact .half {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.contact .half:nth-child(2n) {
  margin-right: 0;
}
.contact input[type="text"], .contact input[type="email"], .contact select { 
  height: 35px;
  border: 1px solid rgb(40,40,40);
  padding-left: 5px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact .selectdiv
{
  position: relative;
}

.contact .selectdiv i
{
  display: block;
  position: absolute;
  right:10px;
  top: 0;
  line-height: 35px;
  z-index: 1;
}

.contact textarea {
  height: 150px;
  width: 100%;
  padding-left: 8px;
  padding-top: 8px;
  border: 1px solid rgb(40,40,40);
}
#contactform
{
  position: relative;
}
.contact input[type="submit"] {
  width: 50%;
  background-size: 300% 100%;
  background-color: transparent;
  background-image: linear-gradient(to right, transparent 50%, #000 50%);
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  display: block;  
  color: #000;
  border: 1px solid #000;
  line-height: 31px;
  margin-top: 10px;
  text-transform: uppercase;
  float:right;
}

.vpl
{
  float:left;
  margin-top:10px;
  line-height: 31px;
}

.contact input[type="submit"]:hover {
  background-position: -50% 0;
  color: #fefefe;  
}
.contact .rightform {
  height: 0! important;
  margin:0! important;
}
.contact h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #eb2d2f;
  font-weight: 500;
}
.contact a {
  color: rgb(35, 31, 32);
}
.vrienden {
  max-width: 800px;
  margin:0 auto;
}
/*====Einde contact====*/
/*====Start nb=====*/
.nb {
  max-width: 800px;
  margin:0 auto;
  display: block;
}
/*=====Einde nb====*/
/*====Playlist start====*/
.playlist .top {
  background-color: #eb2d2f;
  padding:0px 10px;  
  color: #fefefe;
  position: relative;
}
.playlist .top .text {
  margin-right: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.playlist .top .zoeken {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -15px;
}
.playlist .top input {
  height: 30px;
  border:0;
}
.playlist .row:after, .playlist .rowin:after {
  display: block;
  content: "";
  clear: both;
}
.playlist .c1 {
  float: left;
  width: 100px;
}
.playlist .c1 .img {
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.playlist .rowin {
  margin-left: 120px;
  position: relative;
}
.playlist .c2, .playlist .c3, .playlist .c4 {
  position: absolute;
  top: 50%; 
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); 
  transform: translateY(-50%);
}
.playlist .c2 {
  left: 0;
  width: 20%;
  padding:0 5px;
}
.playlist .c3, .playlist .c4 {  
  width: 40%;
  padding:0 5px;
}
.playlist .c3 {
  left: 20%;
}
.playlist .c4 {
  left: 60%;
}
.playlist .row {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.playlist .rowhead {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #EC5A19;
  font-weight: bold;
}
.playlist .bottom > *:nth-child(2n) {
  background-color: #FCA8A5;
}
#zoek {
  padding-left: 8px;
}
#zoek {
  width: 153px;
}
/*====Playlist end=====*/
/*====Stream start=====*/
.streamholder {
  padding-top: 10px;
  background-color: #000000;
}
.streamholder * {
  border:none !important;
}
.playhold {
  position: relative;
  display: inline-block;
}
.playhold:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: #000;
  content: "";
  display: block;
  width: 14px;
}
.playhold:before {
  right: 0;
  left: 0;
  bottom: 0;
  height: 20px;
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
}
/*====Stream holder====*/
/*====Start Frequenties====*/
/*.freqrow > img {
  float: left;
}
.freqrow .legend {
  margin-left: 587px;
}
.freqrow:after {
  display: block;
  clear: both;
  content: "";
}
.freqrow.reverse > img {
  float: right;
}
.freqrow.reverse .temp {
  float: right;
}
.freqrow.reverse .legend {
  margin-right: 587px;
  margin-left: 0;
}
.temp > span {
  display: none;
  }*/
  /*====Einde frequenties=====*/


  /*====vbrotv=====*/
  .vbrotv {
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    overflow: auto;
    display: flex;
    justify-content: space-between;
  }

  .vbrotvleft {
    max-width: 1050px;
    max-height: 591px;
    width: 100%;
    height: 100%;
    float: left;
  }

  .vbrotvright {
    width: 25%;
    float: right;
    background-color: #DE1F15;
    max-height: 591px;
    padding: 10px;
  }

  .vbrotvright h1 {
    text-align: center;
    color: white;
    padding: 20px 0 30px 0;
    font-size: 1.2em;
  }

  .vbrotvright article {
    width: 100%;
    border-top: 1px solid white;
    min-height: 102px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
  }

  .vbrotvright article h1 {
    padding: 10px;
    color: white;
  }

  .vbrotvright article:last-child {
    border-bottom: 1px solid white;
  }


  .vbrotvright article div img  {
    width: 40px;
  }

  .videoholder{
    height: 0px;
    padding-bottom: 56.25%;
    position: relative;
  }

  .videoholder iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .tvback {
    background-color: #DE1F15;
  }

  /*====Einde vbrotv=====*/
  @media screen and (max-width: 1530px) {
    #headertelefoon
    {
      left: 270px;
      font-size: 1.25em;
    }
    .dethold #prev {
      left: 5px;
    }
    .dethold #next {
      right: 5px;
    }
  }
  @media screen and (max-width: 1440px) {
    .content.fake {
      width: 90%;
      margin-left:auto;
      margin-right:auto;
    }
    .menu .extrabuts > a:nth-child(1) {
      display: none;
    }
    .menu .extrabuts > img:nth-child(2)
    {
      display: none;
    }
  }
  @media screen and (max-width: 1420px) {
    .mainimg {
      width: 305px;
      left: 0;
    }
  }
  @media screen and (max-width: 1320px) {
    .vbrotvright article {
      min-height: 95px;
    }
  }
  @media screen and (max-width: 1300px) {
    .blocks .cont {
      padding:25px;
    }
    .menu .extrabuts > a:nth-child(7) {
      display: none;
    }
    .menu .extrabuts > img:nth-child(6)
    {
      display: none;
    }
  }
  @media screen and (max-width: 1260px) {
    .vbrotvleft {
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 800px;
      display: block; 
    }
    .vbrotvright {
      float: none;
      width: 100%;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .vbrotv {
      display: block;
    }
    .vbrotvright h1 {
      font-size: 1.1em;
      line-height: 150%;
    }
    .vbrotvright article {
      min-height: 80px;
    }
    .vbrotvright article div img {
      width: 30px;
    }
  }
  @media screen and (max-width: 1250px) {
    .programmaties > .dag {
      width: 100%;
      margin-right: 0;
    }
  }
  @media screen and (max-width: 1200px) {
    .pres {
      width: 23%;
      margin:1%;
      float: left;
    }
    .press:after {
      display: block;
      clear: both;
      content: "";
    }
    .menu .extrabuts {
      margin-right: 0px;
    }
  }
  @media screen and (max-width: 1160px) {
    .blocks .row > * {
      width: 100%;
      float: none;
    }
    form .blocks .row:first-child .cont {
      border-top: 0;
    }

    .blocks .row .img
    {
      position: relative;
    }
    .blocks .row .img:after
    {
      content:'';
      position: absolute;
      bottom:0;
      left:50%;
      margin-left:-20px;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 20px 40px 20px;
      border-color: transparent transparent rgb(240,240,240) transparent;
    }
    .blocks .row
    {
      margin-bottom: 2em;
    }
    .seperator img
    {
      max-width: 100px;
    }
  }
  @media screen and (max-width: 1150px) {
    #headertelefoon
    {
      font-size: 1em;
    }
    .ak-ads .item:nth-child(3), .ak-ads .item:nth-child(4) {
      display: none;
    }
    .ak-ads {
      width: 320px;
    }
    .ak-ads .item {
      width: 100%;
      margin-right: 0;
    }

  }
  @media screen and (max-width: 1120px) {
    .live-nav {
      width: 100%;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    .live-nav * {
      width: 98%;
    }
  }
  @media screen and (max-width: 1080px) {
    .mainimg {
      display: none;
    }
  }
  @media screen and (max-width: 980px) {
    .press {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    .pres {
      width: 48%;
      margin:1%;
      float: left;
    }
    .menu .extrabuts > a:nth-child(3) {
      display: none;
    }
    .menu .extrabuts > img:nth-child(2) {
      display: none;
    }
    .menu .extrabuts > img:nth-child(4) {
      display: none;
    }
  }
  @media screen and (max-width: 950px) {
    .footeritems {
      padding-top: 50px;
    }
    .footeritems .logofoot {
      position: absolute;
      left: 50%;
      margin-left: -125px;
      top: -20px;
    }
    .footeritems .logofoot img {
      margin-top: 0;
    }
    .footeritems {
      padding-right: 0;
    }
  }
  @media screen and (max-width: 900px) {  
    .blocks .row .item {
      width: 100%;
    }
    .radio-nav > .item {
      width: 48%;
    }
    .songsmall .song:first-child {
      display: none;
    }
    .songsmall .song {
      width: 49%;
      margin-right: 2%;
    }
    .wiedet .content.triafb > img {
      width: 50%;
    }
    .wiedet .content.triafb > img:last-child {
      display: none;
    }
    .dethold #prev, .dethold #next {
      width: 30px;
      margin-top: -25px;
    }
  }
  @media screen and (max-width: 850px) {
    footer {
      padding-top: 60px;
    }
    .socialfoot {
      top: -83px;
    }
    .footeritems:before, .footeritems.after {
      display: none;
    }
    .home-ads > .item {
      width: 48%;
      margin-bottom: 2%;
    }
  }
  @media screen and (max-width: 825px) {
    .home-nav > * {
      width: 100%;
    }
  }
  @media screen and (max-width: 800px) {  
    .contact > .half {
      width: 100%;
    }
    .contact > .half:first-child {
      margin-bottom: 20px;
    }
    .head {
      padding-bottom: 45px;
    }
    .playlist .rowhead {
      display: none;
    }
    .posters .poster {
      margin-right: 20px;    
    }
    .posters .poster:nth-child(3) {
      margin-right: 0;
    }
  }
  .mobile
  {
    display: none;
  }
  @media screen and (max-width: 850px) {
    .djinfo {
      display: none;
    }
    .menu .extrabuts {
      display: none;
    }
    .mobile
    {
      display: block;
    }
    .desktop
    {
      display: none;
    }
  }
  @media screen and (max-width: 780px) {
    .topdet .djprog {
      width: 100%;
      float: none;
      margin-right: 0;
    }
    .ak-ads {
      display: none;
    }
    .ak-ads.dn {
      display: block;
    }
    .ak-ads:after {
      display: block;
      clear: both;
      content: "";
    }
    .ak-ads > * {
      float: left;
      width: 49%;
      margin-right: 2%;
    }
    .ak-ads *:nth-child(2n) {
      margin-right: 0;
    }
    .ak-ads {
      float: none;
      width: 100%;
    }
    .ak-ads {
      margin-bottom: 80px;
    }
  }
  @media screen and (max-width: 750px) {
  /*.big-ad {
    display: none;
  }
  .home-ads > .item.dn {
    display: block;
  }
  .home-ads > .item:nth-child(n) {
    margin-bottom: 1%;
  }
  .ads-holder {
    padding-right: 0;
    }*/
    .footeritems {
      text-align: center;
    }
    .footeritems > * {
      display: block;
      width: 100%;
      max-width: 300px;
      margin:0 auto;
      margin-bottom: 10px;
    }
    .footeritems p {
      margin-bottom: 0;
    }
    .footeritems .mob {
      display: block !important;
    }
    .footeritems .notmob {
      display: none !important;
    }
    .footeritem:nth-child(4) > a {
      margin-left: 0;
      margin-top: 20px;
    }
    .footeritems {
      padding-top: 0px;
    }
    .footeritems .logofoot {
      display: none;
    }
    .trots > * h1 {
      font-size: 1.2em;
    }
  }
  @media screen and (max-width: 700px) {
    .playlist .c2, .playlist .c3, .playlist .c4 {
      display: none;
    }
    .playlist .c5 {
      display: block;
      position: absolute;
      top: 50%;
      left: 0px;
      right: 5px;
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .playlist .c5 span {
      color: #eb2d2f;    
    }
  }
  @media screen and (max-width: 670px) {
    .medewerks:after {
      display: block;
      clear: both;
      content: "";
    }
    .medewerks .med {
      float: left;
      width: 48%;
      margin:1%;
    }
  }

  @media screen and (max-width: 650px) {
    header .aside {
      display: none;
    }
    header #logo > span {
      display: none;
    }
    #logo {
      width: 165px;
    }
    .mainhead .top
    {
      height: 100px;
      bottom: 0;
    }
    .tophead
    {
      height: 0;
    }
    #headertelefoon
    {
      right: 60px;
      left:auto;
    }
  }  
  @media screen and (max-width: 620px) {
    .checkbox label {
      margin-left: 20px;
      display: block;
    }
    .checkbox input {
      float: left;
      position: relative;
      top: 5px;
    }
    .trots > * {
      width: 100%;
      margin-right: 0%;
    }
    .trots > *:first-child {
      margin-bottom: 3%;
    }
  }
  @media screen and (max-width: 600px) {
    .switchbtn * {
      width: 98%;
    }
    .playlist .top .text h2 {
      display: none;
    }
    .playlist .top .text h2.dn {
      display: block;
    }
        .mainhead .top {
      height: 140px;
    }

    #headertelefoon
    {
      left:0;
      margin-top:2em;
    }

    #logo .logo
    {
      width: 120px;
    }
  }
  @media screen and (max-width: 550px) {
    .dag .row div:nth-child(3) {
      float: left;
      width: 100%;
      padding-left: calc(20% + 8px);
    }
    .dag .c2 {
      width: 80%;
    }
  }
  @media screen and (max-width: 530px) {
    .playlist .c4 {
      display: none;
    }
    .playlist .c3 {
      width: 80%;
    }
    .posters {
      display: none;
    }
    header.home .bot {
      display: none;
    }
    header.home .bothead {
      display: none;
    } 
    header.home .resp {
      display: block;
      width: 100%;
      background-color: #e33129;
      color: #fefefe;
      margin:0 auto;
      padding:0 2%;
    }
    header.home .resp span {    
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      font-size: 1em;    
    } 
    header.home .resp h2 {
      display: inline-block;
      line-height: 20px;
      vertical-align: top;
      padding-top: 11px;
      padding-bottom: 11px;
    }
    header.home .resp h2 span {
      font-weight: 500;
      font-size: 1em;
      line-height: 150%;
      color: #ff9c00;
    }
    header.home .resp img {
      position: relative;
      top: 4px;
      margin-right: 5px;
    }
    header.home .song.active {
      padding-left: 70px;
    }
    .resp .song.active {
      position: relative;
    }
    .resp .song.active > span {
      position: absolute;
      line-height: 30px;
      left: -3px;
      top: 50%;
      margin-top: -15px;
      margin-bottom: 0;
      display: block;
    }  
  }
  @media screen and (max-width: 500px) {
    .mainhead .menuico {
      position: absolute;
      margin:0;
      top: auto;
      bottom: 0px;
      right: 0;
    }
    footer .mn {
      display: none;
    }
    footer {
      padding-top: 40px;
    }
    footer .socialfoot {
      top: -63px;
    } 
    .live-nav * {
      line-height: 120%;
      padding:15px 5px;
    }
    .contact .half .half {
      width: 100%;
    }
    .contact .half .half:last-child {
      margin-top: 25px;
    }
    nav {
      width: 100%;
    }
    .wiedet .content.triafb > img {
      width: 100%;
    }
    .wiedet .content.triafb > img:nth-child(2){
      display: none;
    }
  }
  @media screen and (max-width: 450px) {
    .pres {
      width: 98%;
      margin:1%;
      float: left;
    }  
    .contact input[type="submit"] {
      width: 100%;
      margin-left: 0%;
    }
  }
  @media screen and (max-width: 400px) { 
    .blocks .row .cont {
      padding-left: 10px;
      padding-right: 10px;
    }
    .ak-ads > .item {
      float: none;
      width: 100%;
      margin-right: 0;
    }
    .home-ads > .item {
      width: 98%;
      margin-bottom: 4%;
    }
    .radio-nav > .item {
      width: 98%;
    }
    .medewerks .med {
      float: none;
      width: 98%;
      margin:1%;
    }
  }
  @media screen and (max-width: 420px) { 
    #logo {
      width: 120px;     
      top:40%;
    }
    #logo .logo {
      width: 120px;
      height: auto;
    }
    #logo span {
      left: 116px;
      bottom: -30px;
    }

  }
  @media screen and (max-width: 330px) {
    .playlist .rowin {
      font-size: 0.85em;
    }
    .playlist .c5 {
      left: -5px;
    }
  }

  .zestiennegen, .vierkant
  {
    position: relative;
    width: 100%;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .zestiennegen:after, .vierkant:after
  {
    padding-top:56.25%;
    display: block;
    content: '';
  }

  .vierkant:after
  {
    padding-top:100%;
  }


  /*  AANBOD */

  .product
  {
    position: relative;
  }

  .product .zestiennegen,.product .vierkant
  {
    border: 1px solid #000;
    overflow: hidden;
  }

  .zestiennegenwrapper
  {
    position: relative;
  }
  .product .driehoekje
  {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #fff transparent;
    display: block;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -10px;
    z-index: 20;
    display: none;
  }

  .product .zestiennegen img, .listproduct .zestiennegen img
  {
    position: absolute;
    left:0;
    top:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
  }

  .product .zestiennegen:hover img,.listproduct .zestiennegen:hover img
  {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .product h2
  {
    text-align: center;
    margin-top: 0;
    color: #000;
    background-color: rgba(254,210,1,0.8);
    padding: 10px;
    border: 1px solid #000;
    border-top:0;
  }

  .product .fa-share-square
  {
    position: absolute;
    right:0;
    top:0;
    color: #fed201;
    background-color: transparent;
    padding:5px;
    font-size: 2em;
    cursor: pointer;
  }

  .product .fa-share-square:hover
  {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .listproduct
  {
    width: 100% !important;
  }

  .listproduct .zestiennegenwrapper
  {
    max-width: 150px;
  }

  @media screen and (max-width: 550px) {
    .product .driehoekje
    {
      display: block;
    }

    .product h2
    {
      background-color: #fff;
      border:none;
      margin-top:0.5em;
    }
  }

  .imgoverlay
  {
    display: none;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color: rgba(240,240,240,0.7);
    color: #000;
  }

  .imgoverlay span
  {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left:5%;
    width: 90%;
    text-align: center;
    font-size: 1.25em;
    text-transform: uppercase;
  }

  .product .zestiennegen:hover .imgoverlay
  {
    display: block;
  }

  .swiper-container {
    width: 95% !important;
    margin: 0px auto !important;
  }

  .swiper-wrapper
  {
    margin:auto;
    padding-bottom:40px;
  }

  .swiper-slide
  {
    padding-bottom: 50px !important;
  }

  .swiper-slide h2
  {
    text-align: center;
    margin-top: 1em;
    font-size: 1em;
  }

  .swiper-button-next, .swiper-button-prev
  {
    margin-top:-4em !important;
  }

  .swiper-button-next
  {
    background-image: url("/images/arr_right.png") !important;
  }

  .swiper-button-prev
  {
    background-image: url("/images/arr_left.png") !important;
  }

  .swiper-pagination-bullet-active
  {
    background: #ee3022 !important;
  }

  .swiper-button-disabled
  {
    opacity: 0 !important;
  }

  @media screen and (max-width: 1200px) {
    .swipesign
    {
      position: absolute;
      top:-170px;
      left:50%;
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: rgba(255,255,255,0.7);
      width: 70px;
      height: 70px;
      border-radius: 50%;
    }

    .swipesign img
    {
      margin-top:10px;
    }

    .swiper-wrapper
    {
      margin:auto;
      padding-bottom:0px;
    }
  }

  .gerelateerd
  {
    padding: 30px 20px 20px;
    margin-top: 80px;
    background-color: rgb(240,240,240);
    width: 100% !important;
    /*background-image: url("/images/overlay2.png");*/
  }

  .gerelateerd h1
  {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
  }

  .productfilter
  {
    margin-bottom: 4em;
    position: relative;
  }

  .ui-selectmenu-button.ui-button
  {
    margin:auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 300px !important;
  }

  .seperator
  {
    width: 100%;
    position: relative;
    text-align: center;
  }

  .seperator img
  {
    max-width: 160px;
  }

  .opmerking
  {
    position: absolute;
    left:0;
    top: 0;
    font-style: italic;
    background-color: #ccc;
    padding: 5px;
    z-index: 50;
  }

  .artikel_button
  {
    text-align: center;
    border: 1px solid #000;
    color: #000;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #ffe826;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 25px;
  }

  .artikel_button.bigcenter
  {
    margin:auto;
    display: block;
    max-width: 600px;
    margin-top: 4em;
  }

  .artikel_button.blackbutton
  {
    box-shadow: inset 0 0 0 0 #000;
  }

  .artikel_button.blackbutton:hover
  {
    background-color: #000;
    color:#fff;
    box-shadow: inset 300px 0 0 0 #000;
  }

  .artikel_button:hover, .artikel_button.active
  {
    background-color: #ffe826;
    color: #000;
    box-shadow: inset 300px 0 0 0 #ffe826;
  }

  /*---------------*/
  /***** Bubba *****/
  /*---------------*/

  figure.effect-bubba {
    background: #9e5406;
  }

  figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 100%;
  }

  figure.effect-bubba:hover img {
    opacity: 0.4;
  }

  figure.effect-bubba figcaption::before,
  figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }

  figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
  }

  figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
  }

  figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }

  figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }

  figure.effect-bubba:hover figcaption::before,
  figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  figure.effect-bubba:hover h2,
  figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  .leftarrow, .rightarrow
  {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2em;
    color: #000;
  }

  .leftarrow:hover, .rightarrow:hover
  {
    color:#ccc;
  }

  .leftarrow
  {
    left:-1.5em;
  }

  .rightarrow
  {
    right: -1.5em;
  }

  .leftarrow.mobile
  {
    left:0.5em;
  }
  .rightarrow.mobile
  {
    right: 0.5em;
  }

  .langswitch
  {
    position: absolute;
    left:50%;
    width: 100px;
    margin-left:-50px;
    text-align: center;
    top:50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .langswitch a
  {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    float:left;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }

  .langswitch a:first-child
  {
    margin-right:20px;
  }

  .team
  {
    max-width: 800px;
    margin:auto;
  }

  .team_member
  {
    vertical-align: top;
  }

  .team_member .vierkant
  {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    max-width: 300px;
    margin:auto;
  }

  .team_member h2
  {
    text-align: center;
    font-size: 1.5em;
    margin:1em 0;
  }

  .team_member h3
  {
    text-align: center;
  }

  .kaart
  {
    position: relative;
  }

  .vergroot
  {
    position: absolute;
    right:1px;
    top:1px;
    width: 80px;
    height: 80px;
    background-color: rgb(170,170,170);
    text-align: center;
  }

  .vergroot i
  {
    font-size: 3em;
    line-height: 80px;
  }

  .contactgeg
  {
    margin-top: 0;
    text-align: left;
    margin-bottom: 10px;
  }

  .contactgeg ul
  {

    padding-left:20px;
  }

  .contactgeg div:first-child ul
  {
    border-right: 1px solid #fff;
  }

  .contactgeg li
  {
    color: #fff;
    margin-bottom: 1em;
    padding-left:20px;
    position: relative;
  }

  .contactgeg a
  {
    color: #fff;
  }

  .contactgeg li i
  {
    position: absolute;
    left:0;
  }

  @media screen and (max-width: 1000px)
  {
    .contactgeg div:first-child ul
    {
      border:none;
    }

    .contactgeg div ul li
    {
      float:left;
      clear: both;
      left:50%;
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-left:-20px;
    }
  }

  .akfill3
  {
    position: relative;
  }

  .akfill3 > div
  {
    position: relative;
    height: 47.5%;
    background-color: #ffe826;
    color: #000;
  }

  .akfill3 > div:nth-child(2)
  {
    margin-top:5%;
    background-color: #eb2d2f; 
    color: #fff;
  }

  .akfill3 h1
  {
    font-size:1.8em;
    text-align: center;
    padding:10px;
    line-height: 1.5em;
  }

  @media screen and (max-width: 1130px) {
    .akfill3
    {
      width: 100% !important;
      height: 300px !important;
      margin-top: 3em !important;
    }
    .akfill3 > div
    {
      width: 49%;
      height: 100%;
    }
    .akfill3 > div:first-child
    {
      float:left !important;
    }
    .akfill3 > div:nth-child(2)
    {
      float:right !important;
      margin-top:0 !important;
    }
  }

  @media screen and (max-width: 550px) {
    .akfill3
    {
      height: 500px !important;
    }
    .akfill3 > div
    {
      width: 100%;
      height: 47.5%;
      float: none !important;
    }
    .akfill3 > div:nth-child(2)
    {
      margin-top:5% !important;
    }

    .blocks .img img
    {
      min-height: 0;
    }
  }

  .content h2.tussentitel
  {
    font-size: 1.25em;
    font-weight: bold;
    margin:2em 0 1em;
  }

  .job
  {
    width: 33.3333%;
    float:left;
    border-bottom: 1px solid rgb(240,240,240);
    border-right: 1px solid rgb(240,240,240);
    padding:60px;
  }

  .job:nth-child(3n+1)
  {
    clear:both;
  }

  .job h2
  {
    padding: 20px 0;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #000;
  }

  .job_omschrijving .c
  {
    height: 100px;
  }

  @media screen and (max-width: 1150px)
  {
    .job
    {
      width: 50%;
    } 
    .job:nth-child(3n+1)
    {
      clear:none;
    }
    .job:nth-child(2n+1)
    {
      clear:both;
    }
  }

  @media screen and (max-width: 790px) {

    .job
    {
      width: 100%;
      padding:30px;
    }


  }

  .akmenu
  {
    overflow: hidden;
    margin:auto;
    width: 80%;
  }

  .akmenu:hover
  {
    background-color:transparent;
  }

  .akmenu img
  {
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
  }

  .akmenu:hover img
  {
    border: 1px solid #fed201;
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
  }

  .ui-loader-default
  {
    display: none;
  }

  .meerfotos
  {
    position: absolute;
    top:0;
    right: 0;
    cursor: pointer;

  }

  .artikel_afbeelding:hover .meerfotos:after
  {
    border-width: 0 160px 160px 0;
    border-color: transparent rgba(254,210,1,1) transparent transparent;
  }
  .artikel_afbeelding:hover .meerfotos i
  {

  }

  .meerfotos:after
  {
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    display: block;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 140px 140px 0;
    border-color: transparent rgba(254,210,1,0.5) transparent transparent;
  }

  .meerfotos img
  {
    width: 30px;
    font-size:2em;
    position: absolute;
    right:25px;
    top: 30px;
    font-weight: 100;
  }


  @media screen and (max-width: 1600px) {

    #logo
    {
      width: 250px;
    }

  }

  @media screen and (max-width: 1400px) {
    #logo
    {
      width: 200px;
    }
  }

  #content-container {
    width: 50%;
    margin: auto;
    margin-bottom: 2em;
  }
  
  #content-container h2 {
    color: #eb2d2f;
    font-size:2.4em; 
    font-weight:bold; 
    margin-bottom: 5px;
    margin-top: 1em;
    cursor: pointer;
  }
  
  #content-container h3 {
    background-color:#fff; 
    color: #000;
    font-size:1.5em; 
    margin: 1em;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: inset 0 0 0 0 #eb2d2f;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    cursor: pointer;
  }
  
  #content-container h2:hover + div > h3, #content-container h3:hover {
    box-shadow: inset 1200px 0 0 0 #eb2d2f;
    color: #fefefe;
  }
  
  #content-container h3.active {
    color: #fff;
    box-shadow: inset 1200px 0 0 0 #eb2d2f;
  }
  
  #content-container h3 span {
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #eb2d2f;
    margin-right: 10px;
    margin-top: 9px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.4s;
  }
  
  #content-container h2:hover + div > h3 > span, #content-container h3:hover span {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px;
  }
  
  #content-container h3.active span {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  #content-container h3.active:hover span {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    margin-right: 10px;
  }
  
  #content-container h4 {
    margin-left: 2em;
    margin-right: 2em;
    font-size: 1.1em;
    font-weight: bold;
  }
  
  #content-container p {
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 2em;
  }
  
  #content-container ul {
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 1em;
  }
  
  #content-container li {
    margin-bottom: 0.5em;
    margin-left: 1em;
    list-style: disc;
  }
  
  #content-container table {
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 1em;
  }
  
  #content-container th, #content-container td {
    border: 1px solid #000;
    padding: 5px;
  }
  
  #content-container th {
    font-weight: bold
  }
  
  #content-container a {
    color: #D3191C;
  }
  