


























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































* {
    margin: 0;
    padding: 0;
}

body {
    background: linear-gradient(to right, #4B0082, #1E90FF, #4B0082);
    color: black;
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
}

p {
	font-family:  Arial, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 1em;
	color: #FFFF00;
}

p a {
	color: #9400D3;
	font-weight: bolder;
	text-decoration: none;
}

p a:hover {
	color: #FF8C00;
	font-weight: bolder;
	text-decoration: none;
}

h2 {
    color: #ffffff;
    font-size: 1.4em;
    margin-bottom: 0.25em;
    padding-top: 0.25em;
}

#websitevak {
    background-color: transparant;
    margin: 0.5em auto;
    width: 100%;
}

@media screen and (max-width: 1024px) {
#websitevak {
    width: 100%;
}
}

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

#balkboven {
background-color: #1E90FF;
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;
}
}


#middenstuk {
    background-color: lightblue;
}

#menu {
    background-color: #FF4500;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-variant: small-caps;
    letter-spacing: 0.1em;
}

#menuknop {
    border-bottom: 1px solid white;
    color: #ffffff;
    display: none;
    height: 20px;
    font-size: 0.9em;
    font-weight: bold;
    padding: 9px 0.2em 9px 2em;
    text-align: left;
    text-decoration: none;
}

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

@media screen and (min-width: 600px) and (max-width: 800px) {
#menuknop {
    padding: 2.1em 0.2em 2.1em 2em;
}
}

#menu-icoon {
    display: inline-block;
    width: 22px;
    padding: 0 0.5em 0 0;
    position: relative;
}
 
#menu-icoon span {
    background-color: #ffffff; /* dit wijzigt de 3 streepjes icoon menu in mobiele modus */
    border: .5px solid white;
    height: 2px;
    margin-top: 3px;
    width: 100%;
    display: block;
}

#menu ul {
    list-style-type: none;
    margin: 0.05em auto;
}

@media screen and (max-width: 800px) {
#menu ul {
    margin: 0 auto;
}
}

#hoofdmenu {
    display: none;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

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

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

#hoofdmenu > li {
    display: inline-block;
    position: relative;
}

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

#hoofdmenu > li > a {
    background-color: transparent;
    color: #ffffff; /* tekst kleur van het menu */
    display: block;
    font-size: 1.4em;
    padding: 0.8em 0.4em 0.6em;
	font-weight: bold;
    text-align: left;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
#hoofdmenu > li > a {
	color: #ffffff; /* tekst kleur menu in mobiele scherm */
    border-bottom: 1px solid lightgrey;
    display: block;
    padding: 0.6em 1.5em;
}
}

#hoofdmenu > li > a:hover {
    color: #0000CD; /* tekst kleur van menu bij mouse over */
}

@media screen and (max-width: 800px) {
#hoofdmenu > li > a:hover {
    color: #0000CD; /* tekst kleur van menu in mobiele modus bij mouse over */
}
}

#hoofdmenu > li:hover ul {
    display: block;
	padding-top: 5%;
    position: absolute;
	top: 90%;
    z-index: 2;
	text-align: center;
}

@media screen and (min-width: 400px) and (max-width: 800px) {
#hoofdmenu > li:hover ul {
	padding-top: 0;
    position: absolute;
    top: 0;
    left: 30%;
}
}

@media screen and (max-width: 400px) {
#hoofdmenu > li:hover ul {
 	padding-top: 0;
    position: absolute;
    top: 0;
    right: 5%;
}
}

.submenu > ul {
    display: none;
}

.submenu > ul > li > a {
    background-color: #1E90FF;
    border-top: 1px solid lightgrey;
    color: white;
    display: block;
    font-size: 1.2em;
    padding: 1em 0.75em 1em 0.5em;
    text-align: left;
    text-decoration: none;
    width: 14em;
}

@media screen and (max-width: 800px) {
.submenu > ul > li > a {
    background-color: #339900;
    border-bottom: 1px solid lightgrey;
    border-top: 0 none transparent;
    color: white;
    padding: 0.6em 1em;
}
}

@media screen and (max-width: 400px) {
.submenu > ul > li > a {
    width: auto;
}
}

.submenu > ul > li:first-child a {
    border-top: 0 none transparent;
}

.submenu > ul > li > a:hover {
    background-color: #4B0082; /* achtergrond kleur submenu bij mouse over */
    color: #ffff00; /* achtergrond tekst kleur van submenu bij mouse over */
}

#hoofdvak {
	background-color: #808080;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

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

#hoofdvak:before {
	background-color: #1E90FF;
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 17.5%;
	z-index: -1;	
}

@media screen and (max-width: 800px) {
#hoofdvak:before {
	display: none;
}
}

#hoofdvak:after {
	background-color: #4B0082;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17.5%;
	z-index: -1;
}

@media screen and (max-width: 1000px) {
#hoofdvak:after {
	display: none;
}
}

#tekstvak {
    float: left;
    position: relative;
	left: 17.5%;
    width: 65%;
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
#tekstvak {
	width: 82.5%;
}
}

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

#inhoudtekstvak {
    padding: 1em;
    min-height: 80vh;
}

#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 {
    left: 2em;
    padding-right: 2em;
    position: relative;
}

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

#tekstvak h1 {
    color: indigo;
    font-size: 1.3em;
    font-weight: bold;
    padding: 1em 0 1.2em;
}

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

#tekstvak img {
    max-width: 95%;
}

#extravak {
    float: left;
    position: relative;
	left: -65%;
    width: 17.5%;
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
#extravak {
	left: -82.5%;
}
}

@media screen and (max-width: 800px) {
#extravak {
	background-color: lightgreen;
    border-top: 1px solid darkgrey;
    float: none;
	left: 0;
    width: 100%;
}
}

#inhoudextravak {
    margin: 1em auto;
    padding: 1em;
    width: 80%;
}

@media screen and (max-width: 800px) {
#inhoudextravak {
	margin: 0 auto;
    text-align: center;
    width: 70%;
}
}

#inhoudextravak > h3 {
    color: midnightblue;
    font-size: 1em;
    font-variant: small-caps;
    padding: 0.6em 0;
}

#inhoudextravak  {
    color: black;
    font-size: 0.8em;
    line-height: 1.3em;
    padding: 0.3em 0;
}

#socialmediavak {
    float: left;
    position: relative;
	left: 0;
    width: 17.5%;
}

@media screen and (max-width: 1000px) {
#socialmediavak {
	background-color: lightblue;
    border-top: 1px solid darkgrey;
    float: none;
	clear: left;
    width: 100%;
}
}

#inhoudsocialmediavak {
    margin: 1em auto 0;
    padding: 1em;
    text-align: center;
}

#inhoudsocialmediavak > h3 {
    color: midnightblue;
    font-size: 1em;
    font-variant: small-caps;
    padding: 0.6em 0;
}

#inhoudsocialmediavak {
    color: black;
    font-size: 0.8em;
    padding: 0.2em 0.2em 0.6em;
}

#balkbeneden a:hover {
	color: #ffff00;
	font-size: 1.0em;
    clear: both;
    width: 100%;
}

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

#inhoudbalkbeneden span {
    border-right: 1px solid white;
    color: white;
    display: inline-block;
    font-size: 1.2em;
    padding: 0.5em 2em;
    white-space: nowrap;
}

@media screen and (max-width: 800px) {
#inhoudbalkbeneden span {
    border-bottom: 1px solid white;
    border-right: 0 none;
    padding: 0.5em 0;
    width: 100%;
}
}

#inhoudbalkbeneden span:last-child {
    border-bottom: medium none;
    border-right: medium none;
}

#inhoudbalkbeneden span a {
    color: white;
    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;
}

.socialmedia {
    border: 0 none;
    margin: 0.5em 0.1em;
}

.player {
	width: 99%;
	height: 250px;
}

.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;
}

.folder {
size: 40; 
display: block;
margin-left: auto;
margin-right: auto;
}

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

.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;
}

.cc_recenttracks_list {
	background-color: #000000;
}

.socialmedia > a:hover {
    border: 0 none;
	height : 30px;
    width : 30px;
}

TABLE { 
border-collapse: collapse; 
border: none;
margin-left: auto; 
margin-right: auto; 
width: 99%;
}

TD { 
border: none; 
text-align: center;
width: 50px; 
}

.pakket {
	background-color: #4B0082;
	color: #ffff00;
}

.koop > a {
	background-color: #000000;
	color: #cccccc;
	text-decoration: none;
}

.koop > a:hover {
	color: #ff0000;
	text-decoration: none;
}

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


/* start code onderste player */
.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; }
/* einde code onderste player */


























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































