/* basis */

*{
  margin: 0;
  padding: 0;
}

body{
  margin: 0;
}

header{
  width:100%;
  height: 190px;
  background-image: url(img/header_bg_1920x1098.jpg);
  background-position: bottom;
  background-size: cover;
  position: sticky;
  top: 0px;


}
a {
  text-decoration: none;
  color: black;
}

h1{
  font-family: Montserrat;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 20px;
}

h3{
  font-family: Montserrat;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 20px;
}

h4{
  font-family: Montserrat;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 160px;
  margin-top: 60px;
}

h5{
  font-family: Montserrat;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
}

p{
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

em{
  font-size: 18px;
}

.wrapper{
  margin: 0 auto;
  padding-bottom: 60px;
  width: 75%;
}

.headerbar{
  width: 100%;
  height: 10px;
  background-color: #01EDED;
  position: sticky;
  top: 180px;

}

/* nav - basis */

nav {
	font-family: Montserrat;
	font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}

.nav_logo {
  float: left;
  width: 250px;
  padding-top: 30px;
  padding-left: 80px;
}

.nav ul{
  float: right;
  font-size: 14px;
  padding-right: 60px;
}


nav li {
  display: inline-block;
  padding: 80px 10px;
  position: relative;
}

nav ul li a {
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

nav ul li a:hover {
  color: #01EDED;
}

nav ul li a:active {
  color: #01EDED;
}
.nav a.active{
  color: #01EDED;
}



/* nav - subnav */

nav ul li ul{
  display: none;
  position: absolute;
  font-size: 12px;
  color: #000;
  background-color: rgba(50,50,50,0.5);
  border-radius: 5px 5px 5px 5px;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -20px;
  z-index: 1;

}

nav ul li:hover ul {
  display: block;
  text-align: left;
  color: #01EDED;

}

nav ul li ul li{
  width: 165px;
  border-radius: 5px;
  padding: 5px 2px 5px 12px
}

nav ul li ul li a{
  padding: 10px;
  font-size: 12px;
}

nav ul li ul li a:hover{
  color: #01EDED;
}

nav ul li ul li a:active{
  color: #01EDED;
}

nav ul li ul li a::before{
  content: '';
  display: block;
  background-color: rgba(255,255,255,0.0);
  height: 1px;
  position: absolute;
  width: 0%;
  transition: all ease-in-out 0ms;
}





/* homepage */

.home{
  background-image: url(img/header_bg_2400x1372.jpg);
  background-position: center;
  background-repeat: no-repeat;

}

.home-container{
  width: 80%;
  height: 400px;
  margin: auto;
  margin-bottom: 200px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  gap: 0px;
}

.intro {
  padding-top: 100px;
  padding-bottom: 10px;
  text-align: center;
}

.title {
	font-family: Abril Fatface;
	font-weight: 400;
  font-size: 26px;
	text-transform: lowercase;
  color: #FFF;
  margin-bottom: 100px;
  padding-top: 60px;
  letter-spacing: 2px;
  text-align: center;
}

.index_nav {
  background-color: #01EDED;
  width: 100%;
  height: 50px;
  padding-top: 30px;
  color: 000;
  position: fixed;
  bottom: 50px;
  }

  .home-image img{
    height: 400px;
  }

  .home-content{
    background-color: #f7f7f7;
    padding: 60px;
    padding-top: 80px;
  }

  .wrapper ul{
  text-align: center;

}

.wrapper li{
  display: inline-block;
  padding-top: 0px;
  color: #000;
}

.wrapper a{
  padding-left: 10px;
  padding-right: 10px;
  color:#000;
}

.wrapper a:hover{
  color: #fff;
}

/* content */

.container{
  width: 80%;
  height: 400px;
  margin: auto;
  padding: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  gap: 0px;
}

.container_contact{
  width: 80%;
  height: 400px;
  margin: auto;
  padding: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  gap: 0px;
}

.container_films{
  width: 80%;
  margin: auto;
  padding: 80px 80px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  gap: 0px;
}

.filmkop {
  display: block;
  margin-bottom: 30px;
}

.film_db{
  width: 80%;
  margin: auto;
  padding: 20px 80px 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
}

.filmoverzicht {
  display: block;
}

.over-image img{
  height: 400px;
}

.over-content{
  background-color: #f7f7f7;
  padding: 60px;
}

.contact-image img{
  height: 400px;
}

img.filmafb{
  width: 200px;
}

/* contactform */


.contact-content{
  background-color: #f7f7f7;
  padding: 30px 60px;
}


.beheer-content{
  background-color: #f7f7f7;
  padding: 30px 160px;
}

input, textarea{
  display: block;
  width: 100%;
  font-family: Poppins;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 20px;
  background-color: transparent;
  border:0;
  border-bottom: 1px solid #ddd;
  outline: none;
}

textarea{
  resize: none;
}

form{
  width: 500px;
  margin: 20 auto;
  text-align: left;
}

input[type=submit]{
  background-color: #01EDED;
  margin-top: 28px;
  width: 120px;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}

input[type=submit]:hover{
  background-color: #0000EC;
  color: #fff;
}

.status-msg{
	font-size: 12px;
}

.status-msg.error{
	color: #EA4335;
}
.status-msg.success{
	color: #34A853;
}

/* bottombar */

.wrapper{
  margin: 0 auto;
  padding-bottom: 6px;
  width: 90%;
}

.bottombar {
  width: 100%;
  height: 50px;
  background-color: #333;
  position: fixed;
  bottom: 0px;
}

.bottombar p{
  font-family: Montserrat;
  font-weight: 200;
  color: #fff;
  font-size: 12px;
  float: left;
  padding-top: 12px;
}
