


























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































* {
    margin: 0;
    padding: 0;
}

body {
	background-image: -linear-gradient(left, #33CC66, #6633FF, #33CC66); /* achtergrond website inhoudt */
    background-image: -webkit-linear-gradient(left, #33CC66, #6633FF, #33CC66); /* achtergrond website inhoudt */
    background-image: -moz-linear-gradient(left, #33CC66, #6633FF, #33CC66); /* achtergrond website inhoudt */
    background-image: -ms-linear-gradient(left, #33CC66, #6633FF, #33CC66); /* achtergrond website inhoudt */
    background-image: -o-linear-gradient(left, #33CC66, #6633FF, #33CC66); /* achtergrond website inhoudt */
    color: darkslategrey;
    font-family: verdana,arial,sans-serif;
    font-size: 0.95em;
}

p {
	font-family: 'Segoe print', helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 1em;
	color: #ffffff;
}

h1 {
    color: #FFFF33;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 0 1em;
    padding: 1em 0 0;
	text-align: center;
}

h2 {
	font-family: 'Arial';
    font-size: 1.1em;
    margin-bottom: 1em;
	color: #ffffff;
	text-align: center;
}

h3 {
	color: #FFCC66;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 1.1em;
}

h4 > a {
color: #000000;	
font-size: 1.1em;
text-decoration: none;
}

h4 > a:hover {
color: #00FF00;	
font-size: 1.1em;
text-decoration: none;
}


h5 {
	font-family: 'Arial';
    font-size: 1.0em;
	color: #FFFF99;
	text-align: center;
}

#websitevak {
    margin: 0.8em auto;
}

@media screen and (max-width: 800px) {
#websitevak {
    width: 99%;
    margin: 0 auto;
    overflow-x: hidden;
}
}

@media screen and (min-width: 1440px) {
#websitevak {
    width: 95%;
}
}

#balkboven {
background-color: #CCFF99;
background-image : url(../afbeeldingen/logo.png);
background-position : center;
background-repeat : no-repeat;
background-size : contain;
-moz-border-radius: 45px 45px 0 0; /*Firefox*/
-webkit-border-radius: 45px 45px 0 0; /*Safari, Chrome*/
border-radius: 45px 45px 0 0;
margin-top : 1em;
margin-left: 0.5em;
width : 99%;
height : 170px;
}

@media screen and (max-width: 600px) {
#balkboven {
background-size : 45%;
margin-top : 2em;
padding : 1em 0;
width : 95%;
height : 150px;
}
}

@media screen and (max-width: 800px) {
#balkboven {
margin-top: 1em;
width : 95%;
}
}

@media screen and (min-width: 700px) {
.kaderleft {
width: 150px;
height: 150px;
}
}

@media screen and (min-width: 700px) {
.kaderright {
width: 150px;
height: 150px;
float: right;
}
}

@media screen and (max-width: 699px) {
.kaderleft {
width: 75px;
height: 75px;
}
}

@media screen and (max-width: 699px) {
.kaderright {
width: 75px;
height:75px;
float: right;
}
}

.ondertitel {
    color: mediumvioletred;
    font-size: 1.2em;
}

@media screen and (max-width: 800px) {
.ondertitel {
    font-size: 1em;
}
}

#middenstuk {
    width: 100%;
}

@media screen and (max-width: 800px) {
#middenstuk {
    margin: 0 auto;
    width: 100%;
}
}

#menu {
    background-color: midnightblue;
    width: 100%;
}

#menuknop {
    color: white;
    display: none;
    height: 20px;
    font-size: 1.1em;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 9px 0 9px 1.4em;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
#menuknop {
    display: block;
}
}

#menu-icoon {
    display: inline-block;
    width: 22px;
    padding: 0 0.5em 0 0;
    position: relative;
}
 
#menu-icoon span {
    background-color: white;
    border: .5px solid white;
    height: 2px;
    margin-top: 3px;
    width: 100%;
    display: block;
}

#menu ul {
    list-style-type: none;
}

#hoofdmenu {
    display: none;
    margin-left: 2%;
}

@media screen and (min-width: 801px) {
#hoofdmenu {
    display: block !important;
}
}

@media screen and (max-width: 800px) {
#hoofdmenu {
    margin-left: 0;
}
}

#hoofdmenu:after {
    clear: both;
    content: " ";
    display: table;
}

#hoofdmenu > li {
    float: left;
    position: relative;
}

@media screen and (max-width: 800px) {
#hoofdmenu > li {
    background-color: #4169E1;
    float: none;
}
}

#hoofdmenu > li > a {
    border-left: 1px solid midnightblue;
    border-right: 1px solid midnightblue;
    color: white;
    display: block;
    font-size: 1em;
    font-variant: small-caps;
    padding: 0.5em 1.6em;
    text-align: left;
    text-decoration: none;
}

@media screen and (max-width: 900px) {
#hoofdmenu > li > a {
    border-left: 0 none transparent;
    border-right: 0 none transparent;
    padding: 0.5em 1em 0.5em 0.8em;
}
}

@media screen and (max-width: 800px) {
#hoofdmenu > li > a {
    border-bottom: 1px solid lightgrey;
    padding: 0.5em 1em 0.5em 1.6em;
}
}

@media screen and (max-width: 800px) {
#hoofdmenu > li:last-child a {
    border-bottom: 3px solid midnightblue;
}
}

#hoofdmenu > li > a:hover {
    background-color: #FF9900;
	color: #0000CC;
}

#hoofdmenu > li:hover ul {
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

@media screen and (max-width: 600px) {
#hoofdmenu > li:hover ul {
    left: 35%;
    position: absolute;
    top: 0;
}
}

.submenu > ul {
    display: none;
}

.submenu > ul > li > a {
    background-color: midnightblue;
    border-left: 1px solid white;
    border-top: 1px solid white;
    color: white;
    display: block;
    font-size: 1em;
    font-variant: small-caps;
    letter-spacing: 0.05em;
    padding: 0.5em 0 0.5em 1.6em;
    text-decoration: none;
    width: 7em;
}

@media screen and (max-width: 800px) {
.submenu > ul > li > a {
    background-color: #00BFFF;
    border-bottom: 1px solid slategrey;
    border-left: 4px solid darkgreen;
    border-top: 0 none transparent;
    color: black;
    padding: 0.5em 1em 0.5em 0.5em;
    width: auto;
}
}

.submenu > ul > li > a:hover {
    background-color: #66CC33;
    color: #3333CC;
}

@media screen and (max-width: 800px) {
.submenu > ul > li > a:hover {
    background-color: green;
    border-left: 4px solid midnightblue;
    color: white;
}
}

#hoofdvak {
    float: left;
    width: 80%;
}

@media screen and (max-width: 800px) {
#hoofdvak {
    float: none;
    width: 100%;
}
}

#tekstvak {
    float: right;
    width: 75%;
}

@media screen and (max-width: 800px) {
#tekstvak {
    float: none;
    width: 100%;
}
}

#inhoudtekstvak {
    padding: 1.5em;
    min-height: 80vh;
    box-sizing: border-box; /* telt padding mee in de breedte */
}

#tekstvak {
    font-size: 0.95em;
    line-height: 1.3em;
    margin-bottom: 1em;
}

#tekstvak ul, #tekstvak ol {
    font-size: 0.95em;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-left: 2em;
}

#tekstvak ul li, #tekstvak ol li {
    padding-right: 2em;
    position: relative;
    left: 2em;
}

@media screen and (max-width: 800px) {
#tekstvak ul li, #tekstvak ol li {
    padding-right: 0;
    position: static;
    left: 0;
}
}

#tekstvak {
    color: mediumvioletred;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 0.8em;
}

#tekstvak {
    color: midnightblue;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.25em;
    padding-top: 0.25em;
}

#extravak {
    width: 25%;
}

@media screen and (max-width: 800px) {
#extravak {
    border: 1px solid palevioletred;
    margin: 0 auto 1em;
    width: 90%;
}
}

#inhoudextravak {
    padding: 1.5em;
    text-align: center;
}

#inhoudextravak {
    color: midnightblue;
    font-size: 1em;
    font-variant: small-caps;
    padding-bottom: 1em;
}

#inhoudextravak {
    font-size: 0.9em;
    margin-bottom: 1em;
}

#inhoudextravak img {
    display: block;
    height: auto;
    max-width: 100%;
    padding: 0.8em 0;
}

@media screen and (max-width: 800px) {
#inhoudextravak img {
    display: inline;
    max-width: 50%;
}
}

#socialmediavak {
    float: left;
    width: 20%;
}

@media screen and (max-width: 800px) {
  #socialmediavak {
    background: linear-gradient(to right, #33CC66, #6633FF, #33CC66);
    float: none;
    width: 100%;
  }
}

#inhoudsocialmediavak {
    padding: 1.5em;
    text-align: center;
}

#inhoudsocialmediavak {
    color: midnightblue;
    font-size: 1em;
    font-variant: small-caps;
    padding-bottom: 0.5em;
}

#balkbeneden {
    background-color: #CCFF99; /* achtergrond kleur balk beneden */
    border-top: 5px solid darkgreen;
    clear: both;
    color: #000000;
    width: 100%;
}

#inhoudbalkbeneden {
    padding: 0.5em 0;
    text-align: center;
    width: 100%;
}

#inhoudbalkbeneden span {
    display: inline-block;
    font-size: 1.0em;
    padding: 0.5em 2em;
    white-space: nowrap;
}

@media screen and (max-width: 800px) {
#inhoudbalkbeneden span {
    padding: 0.25em 0.5em;
}
}

#inhoudbalkbeneden > span > a {
    color: darkblue;
    text-decoration: none;
}

#inhoudbalkbeneden > span > a:hover{
    color: #CC3300;
    text-decoration: none;
}


.clearfix:before, .clearfix:after {
    clear: both;
    content: " ";
    display: table;
}

.links {
    float: left;
    margin: 0.2em 0.8em 0.6em 0;
}

.rechts {
    float: right;
    margin: 0.2em 0 0.6em 0.8em;
}

.gecentreerd {
    display: block;
    margin: 0 auto 1em;
}

.foto {
border: 0;
width: 90%; 
margin-top: 1px;
}

.foto img {
border: 0;
margin-top: 1px; 
width: 160px;
}

.socialmedia {
    border: 0 none;
	height : 45px;
    width : 40px;
}

.linken {
    border: 0 none;
	height : 250px;
    width : 250px;
}

.folder {
width: 140px;
display: block;
margin-left: auto;
margin-right: auto;
}

.melding {
color: black;
}

.button {
display: block;
margin-left: auto;
margin-right: auto;
}

.mailing {
color: red;
text-decoration: none;
}

.chatmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #3399FF;
}

.chatmenu li {
  float: left;
}

.chatmenu li a {
  display: block;
  color: #FFFF00;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}

.chatmenu li a:hover {
  background-color: #FF9900;
  color: #336600;
}

.chatten {
width: 100%;
height: 780px;
border: 0;
}

.tunein {
width: 99%; 
height: 100px; 
border: 0;
}

.responsive-player {
    position: relative;
    width: 100%;
    max-width: 100%; /* zorgt dat het nooit breder wordt dan container */
    height: auto; /* hoogte schaalt automatisch */
    border-radius: 12px;
    overflow: hidden;
}
.responsive-player iframe {
  width: 100%;
  height: 240px;  /* iets ruimer dan de embed zelf */
  border: 0;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.cc_recenttracks_list {
background-color: #FFFFCC;

}

.display {
margin-top: 1em;
display: block;
height : 150px;
width : 150px;
border : 0;
margin-left: auto;
margin-right: auto;
}

.nowplay {
margin-top: 2em;
height : 84px;
width : 99%;
margin-left: auto;
margin-right: auto;
border : 0;
}

.mailhover a {
color: #FFFF99;
}

.mailhover a:hover {
color: #66FF00;
}

.poll TD { 
width: 550px; 
}

.weerplazaWidget {
width: 100% !important; 
padding: 10px; 
max-width: 370px; 
height: 350px; 
box-sizing: border-box;
border: 0;
margin-top: 1em;
}

TABLE { 
border-collapse: separate; 
border-spacing: 2px; 
width: 100%
}
TABLE, TD        
{ border: solid 1px #999999; }
TD               
{ width: 75px; 
color: #000000; 
padding: 2px;
text-align: center; 
}

.celkleur        
{ 
background-color: white; 
}
.rijkleur        
{ 
background-color: aqua; 
}
.rijgroepkleur   
{
background-color: fuchsia; 
}
.kolomkleur      
{ 
background-color: red; 
}
.kolomgroepkleur 
{ 
background-color: lime; 
}
.tabelkleur      
{ 
background-color: yellow; 
}

.pak {
background-color: #ffffff;	
}

.cd {
    border: 0 none;
	height: 150px;
	width: 150px;
}

@media screen and (max-width: 800px) {
.cd {
    border: 0 none;
	height: 110px;
	width: 110px;
}
}

.pakket {
background-color: #FF6666;	
}

.koop {
background-color: #000000;
}

.koop a:hover {
background-color: #ff0000;
}

.koop a {
text-decoration:none;
color: #FF9900;
}

.tijden {
width: 100%;	
}

.tijd {
background-color: darkred;	
color: white;
}

.dag {
background-color: purple;
color: white;	
}

.aanvang {
background-color: darkblue;	
color: white;
font-size: 0.9em;
}

.vrij {
background-color: lightgreen;	
font-size: 0.8em;
}

.bezet {
background-color: red;	
font-size: 0.6em;
}

.ntb {
background-color: yellow;
font-size: 0.6em;
}

.responsive-player {
    position: relative;
    width: 100%;
    max-width: 100%; /* zorgt dat het nooit breder wordt dan container */
    height: auto; /* hoogte schaalt automatisch */
    border-radius: 12px;
    overflow: hidden;
}
.responsive-player iframe {
  width: 100%;
  height: 240px;  /* iets ruimer dan de embed zelf */
  border: 0;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

/* Mobiel: schermbreedte < 800px */
@media screen and (max-width: 799px) {
.responsive-player-full {
    width: 100vw; /* 100% van viewport breedte */
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.responsive-player-full iframe {
    width: 100%;
    height: 220px; /* of auto voor proportioneel */
    border: 0;
}
}

@media screen and (max-width: 699px) {
.onder {
height: 60px;	
}
}

.hide { 
display: none !important; 
} button { 
margin: 0; 
padding: 0; 
border: 0; 
outline: 0; 
background: transparent; 
} 
#stickplayer { 
width: 100%; 
} 
.ap { background: #000; 
position: fixed; 
left: 0; 
bottom: 0; 
width: 100%; 
height: 50px; 
max-height: 100%; 
margin: auto; 
font-family: Arial, sans-serif; 
font-size: 14px; 
user-select: none; 
color: #333; 
background: rgba(255, 255, 255, 0.06); 
opacity: 0.9; 
border-top: 1px solid rgba(255, 255, 255, 0.19); 
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); 
z-index: 9999; 
-webkit-transition: all 30s ease-in-out; 
-moz-transition: all 30s ease-in-out; -o-transition: all 30s ease-in-out; 
transition: all 1s ease-in-out; }.ap-inner {; margin: 0 auto; } .ap-panel { 
display: flex; background: #000000; } .ap-item { 
display: flex; 
flex: 1; 
justify-content: center; 
align-items: center; } .ap--track { 
flex: 1 40%; 
padding: 0 20px; } .ap-info { 
width: 100%; position: relative; align-self: flex-start; padding: 5px 0 0; } .ap-title { position: relative; 
overflow: hidden; padding-right: 80px; text-align: left; white-space: nowrap; text-overflow: ellipsis; 
color: #ffffff; } .ap-title:hover { position: relative; overflow: hidden; padding-right: 80px; 
text-align: left; white-space: nowrap; text-overflow: ellipsis; color: #f50; font-weight: bold; } .ap-time { 
position: absolute; top: 5px; right: 0; color: #ffffff; } .ap-time:hover { position: absolute; top: 5px; 
right: 0; color: #f50; font-weight: bold; } .ap-progress-container { padding: 5px 0 10px; 
cursor: pointer; } .ap-progress { position: relative; height: 3px; border-radius: 5px; 
background: #ffffff; } .ap-preload-bar, .ap-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 0; 
border-radius: 5px 0 0 5px; background: rgba(0, 0, 0, 0.3); z-index: 999; } .ap-bar { background: #f50; 
z-index: 9999; } .ap-bar:after { position: absolute; top: 0; right: -5px; width: 12px; height: 12px; 
margin-top: -4px; content: ""; border-radius: 6px; background: #f50; opacity: 0; 
transition: opacity 0.3s ease; } .ap-progress-container:hover .ap-bar:after { opacity: 1; } .ap-controls { 
position: relative; z-index: 1000; display: block; height: 50px; cursor: pointer; 
transition: background 0.2s ease; text-align: center; color: #EEEEEE; border: 0; outline: 0; 
background: none; } .ap-controls svg { fill: #ffffff; } .ap-controls:hover svg { 
fill: #f50; } .ap-controls:active { 
background: rgba(0, 0, 0, 3); } .ap--playback > .ap-controls, .ap--settings > .ap-controls { 
flex: 0 25%; } .ap--pause, .playing > .ap--play { display: none; } .playing > .ap--pause { 
display: inline; } .ap-volume-container { z-index: 9999; } .ap-volume { position: absolute; right: 0; 
bottom: 50px; overflow: hidden; width: 100%; height: 0; cursor: pointer; visibility: hidden; 
transition: height 0.9s cubic-bezier(0.17, 0.72, 0.26, 1.23); background: rgba(255, 255, 255, 0.02); 
opacity: 0.7; border: 1px solid rgba(255, 255, 255, 0.02); border-bottom: 0; 
z-index: 9999; } .ap-volume-btn { display: block; text-align: center; 
width: 100%; } .ap-volume-btn > .ap--volume-off, .muted > .ap--volume-on { 
display: none; } .muted > .ap--volume-off { display: inline; } .ap-volume-container:hover { 
background: #1e88e5; } .ap-volume-container:hover .ap-volume { height: 120px; 
visibility: visible; } .ap-volume-progress { display: block; width: 4px; height: 100px; margin: 10px auto; 
background: rgba(0, 0, 0, 0.2); position: relative; border-radius: 3px; } .ap-volume-bar { 
position: absolute; left: 0; right: 0; bottom: 0; background: #f50; height: 50%; 
border-radius: 3px; } .ap-active { background: rgba(0, 0, 0, 0.15); 
opacity: 1; } @keyframes blink { from { opacity: 0; } 50% { opacity: 1; } to { 
opacity: 0; } } .playing > .ap--pause { 
animation: blink 1.5s linear infinite; } @media (max-width: 880px) { .ap-item > .ap-controls { 
flex: 1; } } @media (max-width: 550px) { .ap { min-width: 250px; } .ap, .ap-panel { 
height: auto; } .ap-panel { flex-wrap: wrap; } .ap--track { margin-bottom: 10px; padding: 0 20px; order: 1; 
flex: 1 1 100%; } .ap--playback, .ap--settings { flex: 1 1 50%; order: 2; } } ::-webkit-scrollbar { 
width: 0px; background: transparent; } ::-webkit-scrollbar-thumb { 
background: #f00; } @keyframes eq { 0% { height: 3px; } 50% { height: 20px; } 100% { height: 3px; } } .eq { 
display: flex; width: 20px; height: 20px; margin: 0 auto; justify-content: space-between; 
align-items: flex-end; } .eq-bar { width: 4px; background: rgb(255, 250, 250); } .eq-bar:nth-child(1) { 
animation: eq 0.8s ease-in-out infinite 0s; } .eq-bar:nth-child(2) { 
animation: eq 0.8s ease-in-out infinite 0.2s; } .eq-bar:nth-child(3) { 
animation: eq 0.8s ease-in-out infinite 0.4s; }#overflow { white-space: nowrap; max-width: 25em; 
overflow: hidden; }























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































