﻿/*********** ALGEMENE OPMAAK ***********/

body {
    background-color: lightgray;
    color: #005F96;
    font-size: 15px;
}
hr {    
    color: #9A1417;    
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
    padding: 0;
}

/*********** OPMAAK HEADER ***********/

header {
    width: auto;
    max-width: 65%;    
    margin: 10px auto 10px auto;
}
header img {
    width: 100%;;      
}

/*********** OPMAAK SECTION RADIO ***********/

#Radio {
    width: auto;
    max-width: 75%;
    margin: 0 auto;   
}
#Radio article {
    float: left;
    width: 31%;
    margin-right: 2%;
}
#Radio img {
    margin-right: 8%;
}

#play {
    float:left;
    margin: auto 3%;
    background: transparent url('../img/player_play.png') no-repeat;
    height: 65px;
    width: 65px;
}
#pause {
    float: left;
    margin: auto 3%;
    background: transparent url('../img/player_pause.png') no-repeat;
    height: 65px;
    width: 65px;
}
#stop {
    float: left;
    margin: auto 3%;
    background: transparent url('../img/player_stop.png') no-repeat;
    height: 65px;
    width: 65px;
}


/*********** OPMAAK SECTION ZOEKER ***********/

#Zoeker {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
}
#Zoeker article {
    float: left;
    width: 45%;
    margin: 10px 20px 20px 20px;
    padding: 0 10px;
    border: 1px solid #9A1417;
    border-radius: 6px;
}
/*********** OPMAAK CONTROLS ************/
.Controls {
    margin: 2%;    
}
.ZoekControlsRight {
    float:left;
    margin-left: 3%;
}
.ctlBtn {
    padding: 10px;
    background-color: #005F96;
    color: #BDBDBD;
    font-size: 24px;      
    border-radius: 6px;    
}
.ctlBtnNieuw {
    background-color: #005F96;
    color: #BDBDBD;
    font-size: 20px;      
    border-radius: 6px;
    float: right;
    margin-top: 1%;
    margin-right: 2%;
}
.ctlBtnSluit {
    padding: 5px;
    background-color: #005F96;
    color: #BDBDBD;
    font-size: 18px;
    border-radius: 6px;
    float: right;
    margin-top: 4px;
    margin-right: 25%;
    cursor: pointer;
}

.ctlDdl {
    height: 35px;
    border-radius: 6px;
    margin: 20px 0;     
}
.ctlLbl {
    font-size: 20px;
    margin-left: 15px;    
}
.ctlTxt {
    height: 35px;
    border-radius: 6px;
    width: 250px;
    margin-bottom: 12px;
}
#btnZoekList {
    margin-left: 20px;
}
#btnZoekTitel {
    margin-top: 18px;
}

.ctlBtnLijst {
    background-color: #005F96;
    color: #BDBDBD;
    font-size: 20px;
    border-radius: 6px;
    float: right;
    margin-top: 1%;
    margin-right: 2%;
    cursor: pointer;
}


/*********** OPMAAK FOOTER ***********/

footer {
    background: #9A1417;
    color: #BDBDBD;
}
footer a {
    color: #BDBDBD;    
}
footer img, .Tekst {
    float: left;
}
footer span {    
    padding-left: 10px;
    padding-top: 5px;
}
#Info {
    width: auto;
    max-width: 80%;
    margin: 4px auto;
}
#Info article {
    float: left;
    width: 20%;
    margin-left: 3%;
}
#Info h2 {
    border-bottom: 1px solid #F89A16; 
}
.Copyright {
    background: #F89A16;
    color: #00456D;
    text-align: center;    
    padding: 5px;
}
#stats {
    float: right;
}

/*********** CLEARFIX ***********/

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

/*********** MEDIA QUERIES ***********/

@media (max-width: 1580px)
{
    header {        
        max-width: 50%;
    }    
    #Zoeker article {
        width: 100%;
        margin: 2% auto;
    }
}

@media (max-width: 1380px)
{    
    #Info article {
        width: 46%;
        margin: 2% auto;
        margin-left: 3%;        
    }
}

@media (max-width: 1050px)
{
    header {        
        max-width: 60%;
    }    
    #Info article {        
        width: 100%;
        margin: 2% auto;
    }
}

@media (max-width: 700px)
{
    header {        
        max-width: 70%;
    }    
    #Radio article {        
        width: 95%;
        margin: 3% auto;
    }
}

@media (max-width: 450px)
{
    #sponsor img {
        max-width: 85%;
    }
}

@media (max-width: 350px)
{
    .ctlBtnNieuw {
        margin: 10px;
    } 
    .ctlTxt {
        width: 200px;
    }
    #sponsor img {
        max-width: 85%;
    }
}


/****** NIEUW IN PLAYLIST ******/

#LijstHeader {
    width: auto;    
}
.TitelKnop {
    background: #9A1417;
    color: #BDBDBD;
}
.TitelKnop h1 {
    margin: 0;
    padding: 10px 25%;
    text-align: left;
}
#lijst {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
}
#lijst h1 {
    text-align: center;
}
.lijstNieuw {
    width: 100%;    
    border: solid 1px grey;        
}
.lijstNieuw th {
    font-size: 22px;
    font-family: 'Courier New';    
    text-align: left;
    border-bottom: solid 1px grey;
    background-color: #005F96;
    color: red;
}
.lijstNieuw td {
    padding: 10px;    
}
.lijstNieuw tr:hover {
    color: red;    
}
.playlist {
    font-size: 30px;
    text-align: center;
}