/** 

    A28-Webdesign 2014
    Vano Media opmaak  v 2 

**/

@import url(https://fonts.googleapis.com/css?family=Lato:300,400);

html{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 99.5%;
}
body{
    background: url(../images/background.jpg) no-repeat top center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 100%;
      width: 99.5%;
      z-index: -1!important;
}

#all{
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 40px;
    width: 100%;
    min-width: 1000px;
    max-width: 1200px;
    background-color: #FFF;
    box-shadow: 0 8px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(26 ,26 ,26 , 0.8), -12px 0 15px -4px rgba(26, 26, 26, 0.8);
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
#logo{
    margin-left: 20px;
    float: left;
}
#logo_holder{
    width: 48%;
    float: left;
}
#navigation{
    float: right;
    width: auto;
    height: 60px;
    border: 0px solid #800000;
    margin-bottom: -70px;
    margin-right: 30px;
}
#navigation img{
    border: 0px!important;
    z-index: 9999;
}
#navigation a img{
    border: 0px!important;
    z-index: 9999;
}
#blackline{
    margin-top: 120px;
    height: 188px;
    width: 100%;
    background: #1a1a1a url(../images/blackline.png) repeat-x top; 
    border-top: 5px solid #FF0000;
}
        #microfoon{
            float: right;
            margin-top: -112px;
            border: 0px solid #FF0000;
            z-index: 9999;
            position: relative; /** special IE7 **/
        }

        #inner_slider{
            float: left;
        }
        
        #inner_slider .item{
            margin-top: 0px!important;
        }

#onder{
    width: 99%;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
}
   #left{
    width: 80px;
    min-width: 180px;
    float: left!important;
    text-align: center;
    margin-left: 20px;
   } 
   #left img{
        width: 140px;
   } 
    
   #content{
    width: 65%;
    float: left;
    padding-left: 10px;
    font-family: 'Cantarell', sans-serif;
    border: 0px solid #000;
    width: 600px;
   } 

#content span{
    font-family: 'Lato', sans-serif!important;
    font-weight: bold;
    color: #1a1a1a!important;
}
#content p{
    margin-left: 0px;
    width: 800px;
    font-family: 'Lato', sans-serif!important;
    font-weight: normal;
    color: #5A5A5A;
    line-height: 20px;
    font-size: 16px;
}

   
/*** contact ***/

input, textarea{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #FF0000;
    margin-top: 6px;
    width: 250px;
    padding-left: 5px;
    margin-left: -10px;
}
input, .checkbox{
    height: 10px!important;
    line-height: 10px!important;
    
    margin-top: 6px;
    
    padding-left: 5px;
    margin-left: -10px;
}
textarea{
    height: 60px;
    line-height: 18px;
    
}

    
input:focus, textarea:focus, .submit:hover{
    background-color: #FFFF2A;
    color: #FF0000;
    border: 1px solid #FF0000;
}
input, textarea{
    font-family: verdana!important;
}
form{
    float: left;
    max-width:300px;
    margin:-20px auto;
    background:#fff;
    border-radius:2px;
    padding:8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: -10px;
}
form ul{
    list-style-type: none;
    color: #940000;
    margin-top: 0px;
}
label{
    margin-bottom: 2px;
}
textarea, input{
    width: 210px;
}
/*** end contact ***/     
   
#footer{
    text-align: center;
    color: #FFF;
    margin-top: -20px;
    font-family: verdana;
    font-size: 12px;
}
#footer a{
    text-decoration: none;
    color: #FFF;
}
#footer a:hover{
    text-decoration: underline;
    }
    
/** media query **/
@media (max-device-width: 1280px) and (orientation: landscape) { 
    #apenstaart{
        display: none;
    }
    #apenstaartklein{
        display: inline-block!important;
    }
}

@media (min-device-width: 480px) and (max-device-width: 1280px) { 
    #apenstaart{
        display: inline-block;
    }
    #apenstaartklein{
        display: none!important;
    }
}

@media (max-device-width: 800px) and (orientation: portrait) { 
    #apenstaart{
        display: none!important;
    }
    #apenstaartklein{
        display: inline-block!important;
    }
    
    #rightcontent{
        border: 0px solid #000!important;
        width: 200px!important;
    }
    #left{
        min-width: 200px;
    }
}