@charset "UTF-8";
/* CSS Document */
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

body, html{
    height: 100%;
    font-size: 17px;
}

.inhoud{
    background-color: rgba(0,0,0,0.2);
    height: 100%;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}

.logo{
    float: left;
    z-index: 99;
    position: relative;
}

.logo img{
    height: 120px;
}

.navbar-default{
	background: rgba(0,0,0,0.5);
	border: none;
    position: fixed;
    padding: 10px 0;
}

.navigatie li{
	display: inline-block;
    padding: 0 30px;
}

.navigatie{
	padding: 0;
	list-style-type: none;
    margin-top: 90px;
}

.body{
    padding-top: 170px;
    color: white;
}

nav{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 200;
}

.navigatie a{
	color: white;
    font-size: 22px;
}

.restaurant{
    margin-bottom: 15px;
    padding: 20px;
}

.restaurant img{
    width: 350px;
    height: auto;
    background-color: rgba(0,0,0,0.5);
    padding: 30px;
}

.restaurant ul{
    list-style-type: none;
    padding: 0;
}

.restaurant a{
    color: white;
    display: inline-block;
    padding: 5px 15px;
    border: solid thin white;
    margin-top: 10px;
}

.restaurant .col-md-5 img{
    width: 300px;
    margin: auto;
}

.restaurant a:hover{
    text-decoration: none;
    background-color: black;
}

.body{
    z-index: 99;
    position: relative;
}

.team, .contact{
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
}

.rij2 .col-md-4, .contact .col-md-6{
    padding: 0 !important;
}

.contact input, .contact textarea{
    width: 100%;
    margin-bottom: 5px;
    padding: 15px;
    color: black;
}

.rij2 .foto:hover .overlay{
   visibility: visible;
}

.contact label{
    display: block;
}

#spam{
    display: none;
}

.contact ul{
    list-style-type: none;
    padding: 0;
}

@media screen and (max-width: 768px){
    .restaurant{
        text-align: center;
    }

    .restaurant img{
        width: 100%;
    }

    .team img{
        width: 100%;
    }
}
@media screen and (min-width: 768px){
    .rij2 .overlay{
      visibility: hidden;
      position: absolute;
      bottom: 0;
      text-align: center;
      background-color: rgba(0,0,0,0.5);
      left: 0;
      right: 0;
      border-bottom: solid 5px white;
      margin-bottom: 20px;
    }

    .rij2 img{
        height: 450px;
        width: 100%;
        margin-bottom: 20px;
    }
}

.tekst1, .tekst2, .tekst3, .tekst4, .tekst5{
    display: none;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    right: 0;
}

@media screen and (max-width: 991px) {
  .tekst1, .tekst2, .tekst3, .tekst4, .tekst5{
      z-index: 1;
      position: relative;
      margin: 0px auto;
      width: 300px;
      display: block;
  }


  .navbar-collapse ul li {
    display: block !important;
  }

  .navbar-collapse ul li a {
    width: 100%;
    display: block;
  }

  .navigatie {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.tekst{
    padding: 20px;
}

.tekst img{
    background: none;
    padding: 0;
    width: 100%;
}
