/* ----------------------------------
   --    Algemene settings         --
   ---------------------------------- */
   
* {
    box-sizing: border-box;
}

.row:after {
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 5px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

.hiddensmall {
  display: none; visibility: hidden;
}

@media only screen and (min-width: 560px) {
    /* For tablets: */
/*    .col-m-1 {width: 8.33%; visibility: hidden;}*/
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .hiddensmall {display: block; visibility: visible;}
     body {  font-size: 1.25em; }
}

@font-face {
   font-family: ShakyHandSomeComic;
   src: url(./fonts/shakyhandsomecomic.otf);
}

@font-face {
   font-family: Marvel-Regular;
   src: url(./fonts/marvel-regular.ttf);
}

html {
  font-family: Marvel-Regular, "Lucida Sans", sans-serif;
  background-image: url("../assets/bg/nootjes.png");
  background-repeat: repeat;
}

body {
  color: black;
  background-color: white;
/*  font-size: 1.25em;*/
}

a {
/*  text-decoration: none; */
  color: inherit;
  box-shadow: none;
}

a:hover {
  box-shadow: 0 0 20px 5px rgba(255,120,0,0.80);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

li {
  box-sizing: border-box;
  padding: 5px;
/*  background-color: orange;*/
}

table {
  width: 100%;
  text-align: center;
  padding: 10 10 10 10;
}

th {
  background-color: rgb(255,242,214);
}

#placeholder {
  padding: 2em;
}
/* ----------------------------------
   --    Footer                    --
   ---------------------------------- */
footer {
  text-align: center;
/*  padding: 2em 2em 2em 2em;*/
}

/* ----------------------------------
   --    Header                    --
   ---------------------------------- */
header, .footer {
  width: 100%;
  height: auto;
/*  padding: 10px;*/
  box-sizing: border-box;
  background-color: rgb(255,242,214);
}
                  

/* ----------------------------------
   --    Menu navigatie            --
   ---------------------------------- */
   
nav {
  width: 100%;
  height: auto;
/*  padding-top: 3%;*/
  text-align: center;
}

header nav {
	  padding: 0.5em;
}

nav ul {
  width: 100%;
}

header nav li {
	width: 70px;
	display: inline-block;
	font-size: 1.25em;
}

@media only screen and (min-width: 768px) {
  header nav li{
    width: auto;
    display: inline-block;
    box-sizing: border-box;
  /*  margin: 10px 10px 0px 10px;
    padding: 1px 20px 0px 20px;*/ 
    margin: 0px 10px 0px 10px;
    padding: 0px 20px 0px 20px; 
    background-color: rgb(216,128,13);
    box-shadow: 3px 3px 0 0 rgba(180,80,13,1);
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-style: normal;
  }
  

.skew_pos
{
    -ms-transform: skew(5deg,3deg); /* IE 9 */
    -webkit-transform: skew(5deg,3deg); /* Safari */
    transform: skew(5deg,3deg); /* Standard syntax */
}

.skew_neg
{
    -ms-transform: skew(-5deg,-3deg); /* IE 9 */
    -webkit-transform: skew(-5deg,-3deg); /* Safari */
    transform: skew(-5deg,-3deg); /* Standard syntax */
}
  
}

.footer nav li {
  /* width: 90px; */
  display: inline-block;
  margin: 0px 10px 0px 10px;
  text-decoration: none;
  font-style: normal;
}

nav li:hover {
  box-shadow: 0 0 20px 5px rgba(255,120,0,0.80);
}

nav a {
  text-decoration: none;
}

nav a:hover {
  box-shadow: none; /* Uitschakelen omdat het op tag li staat */
}

img {
  width: 100%;
  height: auto;
}

.notes ul {
   list-style-image: url('../assets/bg/bullet_nootjes.png');
   padding-left: 1em;
}

.icon {
	width: 30px;
	height: auto;
}

.btn {
  /* width: 90px; */
  display: inline-block;
  border-style: none;
  border-radius: 10px;
  margin: 10px 10px 0px 10px;
  padding: 1px 20px 0px 20px;
/*  background-color: rgb(249,167,43); */
  background-color: rgb(216,128,13);
  box-shadow: 3px 3px 0 0 rgba(180,80,13,1);
  font-weight: bold;
  color: white;
  text-decoration: none;
  font-size: 32px;
  font-style: normal;
}

#btn_nieuws {
/*  display: none;*/	
  visibility: hidden;
}

#btn_folder {
/*  display: none;*/	
  visibility: hidden;
}

#logo {
/*  float: left;*/
  padding: 0.5%;
  padding-left: 2%;
  padding-right: 2%;
/*  vertical-align: middle;*/
/*  background-image: url("../assets/bg/logo.png");
  background-position: left;
  padding-top: 3%;
*/
}

.title {
  font-family: ShakyHandSomeComic, "Lucida Sans", sans-serif;
/*  font-size: 42px; */
  font-size: 1.5em;
  text-align: center;
  color: rgb(216,128,13);
  margin-top: 20px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  nav ul {
 /*   position: fixed; */
  }
  nav li {
/*    display: block; */
  }
}


/* ----------------------------------
   --    Background images         --
   ---------------------------------- */
.bg_image {
background-size: contain;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-repeat: no-repeat;
width: 100%;
height: 0;
background-position: center;
}

#bg_home_vlo {
background-image: url("../assets/bg/bg_home_vlo.png");
padding-top: 25%; /*66.70%; *//* (img-height / img-width * container-width) */
/* (647 / 970 * 100) */
}

#bg_koor {
background-image: url("../assets/bg/bg_koor.jpg");
padding-top: 100%; /*66.70%; *//* (img-height / img-width * container-width) */
/* (647 / 970 * 100) */
}

#bg_dirigent {
background-image: url("../assets/bg/illustratie_dirigent.png");
padding-top: 65%; /*66.70%; *//* (img-height / img-width * container-width) */
/* (647 / 970 * 100) */
}

@media only screen and (min-width: 560px) {
  #bg_biografie {
    background-image: url("../assets/bg/logo.png");
    padding-top: 30%; /*66.70%; *//* (img-height / img-width * container-width) */
    /* (647 / 970 * 100) */
  }
}

#bg_agenda_1 {
/*width: 24%;*/
position: relative;
background-image: url("../assets/bg/agenda_bollen.png");
padding-top: 90%; /* (img-height / img-width * container-width) */
/* (647 / 970 * 100) */
background-position: left;
float: left;
z-index: 2;
}

.content {
  position: center;
  margin: auto;
  padding: 5px;
}

@media only screen and (min-width: 560px) {
  .content {
    padding: 10px;
  }
}

.verleden {
  color: gray; 
}

/* ----------------------------------
   --    Contact formulier         --
   ---------------------------------- */
#contact_form {
  width: 100%;
}

.form_group {
  width: 100%;
}

.form_label {
  height: 10px;
}

.form_control {
  width: 100%;
}

/* ----------------------------------
   --    Video                     --
   ---------------------------------- */
.video_container {
  width: 100%;
  margin: auto;
  max-width: 960px;
/*  max-width: 560px;*/
}

.video_aspect_ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}

.video {
  width: 100%;
}

.video_aspect_ratio .video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}


/* ----------------------------------
   --    Foto                      --
   ---------------------------------- */
.fancybox-nav:hover{
  box-shadow: none;
}
.fancybox-close:hover{
  box-shadow: none;
}
.images:hover{
  box-shadow: none;
}

.gallery:hover{
  box-shadow: none;
}

#map{
	height: 350px;
}

#contact_vlo {
    width: 60%;
    position: relative;
    bottom: 2em;
    left: 8em;
}

@media only screen and (min-width: 560px) {
  #contact_vlo {
    width: 100%;
    position: static;
    bottom: 0em;
    padding-left: 0;
  }
}
