body
{
  padding: 0px;
  margin: 0px;
}

header, h1, div:not(#background) {
  transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out;
}

.left {
  float: left;
} .right {
  float: right;
} .text-center {
  text-align: center;
}

#page
{
  width: 100%;
}

#inner-nav
{
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

header
{
  height: 300px;
  background: url('../img/banner.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

nav
{
  z-index: 1;
  display: inline-table;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  background-color: black;
}

#hoofd-knop
{
  width: 200px;
  float: left;
  font-size: 24px;
  font-family: 'Lobster', 'Pacifico', cursive;
  display: block;
  color: grey;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}

nav ul
{
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

nav ul li
{
  float: left;
  margin-right: 5px;
}

nav li a
{
  display: block;
  color: grey;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
}

#hoofd-knop:hover
{
  text-decoration: none;
  color: magenta;
  font-weight: bold;
}

nav li a:hover
{
  border-bottom: 3px solid magenta;
  text-decoration: none;
  padding-bottom: 13px;
}

#mainNav
{
  display: block;
}

#nav-repacement
{
  height: 56px;
  width: 100%;
  display: none;
}

#background
{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/Feest.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}

#kop
{
  margin-bottom: 0px;
  color: white;
  height: 600px;
  background-color: hsla(0, 0%, 0%, 0.0);
} .simply-countdown, #jumbotext
{
  text-shadow: black 0.3em 0.3em 0.3em;
}

#jumbotext
{
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
}

#countdown-container
{
  width: 100%;
  margin-top: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.5);
}

#koop-ticket
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 5px;
  background-color: #47C0EB;
  padding: 5px 30px;
  display: table;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
}

.filler
{
  height: 1000px;
  background: lightgrey;
  width: 100%;
}

#Afbeeldingen
{
  width: 100%;
  padding: 50px 0;
  background-color: #210035;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

#Afbeeldingen h2
{
  text-align: center;
  margin-bottom: 50px;
  color: #bfbfbf;
}

#info
{
  width: 100%;
}

#info .info-kaart:nth-child(odd)
{
  background-color: hsla(0, 0%, 0%, 0.7);
}

#info .info-kaart:nth-child(even)
{
  background-color: #210035;
}

.info-kaart
{
  width: 100%;
  padding: 50px;
  display: inline-block;
  border-bottom: 1px solid black;
}

.info-kaart #vid
{
  width: 340px;
}

.info-kaart p
{
  font-size: 20px;
  color: white;
}

.info-kaart h2
{
  text-align: center;
  font-size: 30px;
  color: white;
}

.card {
  background-color: #1f0038;
  border: 1px solid black;
  color: white;
  display: inline-table;
  margin: 0 10px;
}

.card-block
{
  padding-bottom: 10px;
}

#bericht-goed
{
  background-color: green;
  font-family: 'Poppins', sans-serif;
  padding: 7px;
  text-align: center;
  display: none;
}

#bericht-fout
{
  background-color: red;
  font-family: 'Poppins', sans-serif;
  padding: 7px;
  text-align: center;
  display: none;
}

#bericht-goed h2, #bericht-fout h2
{
  margin: 0;
  font-weight: bold;
}

#contact
{
  width: 100%;
  padding: 30px 10px;
  background-color: #210035;
}

#contact-invoer
{
  width: 1300px;
  margin: 0 auto;
}
#contact-invoer h2
{
  color: white;
}

#contact-kop
{
  text-align: center;
  padding: 10px 0;
}

#naam-veld, #email-veld, #onderwerp-veld
{
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  padding: 5px 10px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

#email-veld, #onderwerp-veld
{
  margin-top: 71px;
}

#bericht-veld
{
  width: 100%;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  padding: 3px;
  resize: none;
  margin-bottom: 5px;
  height: 229px;
}

#verstuur-knop
{
  width: 100%;
  background-color: #61059a;
  border: 1px solid #3c0061;
  color: white;
} #verstuur-knop:hover
{
  cursor: pointer;
}

#locatie
{
  width: 100%;
}

#locatie iframe
{
  width: 100%;
  height: 500px;
}

.card-block
{
  text-align: center;
}

footer
{
  width: 100%;
  background-color: #1d1d1d;
  padding: 5px;
}

footer p
{
  line-height: 55px;
  font-family: 'poppins', 'Inconsolata';
  padding: 5px 50px;
  margin: 0;
  color: white;
}

@media screen and (min-width: 0px) and (max-width: 1350px)
{

  #contact-invoer
  {
    width: 100%;
  }

  #inner-nav
  {
    width: 1000px;

  }

} @media screen and (min-width: 0px) and (max-width: 1075px)
{

  #inner-nav
  {
    width: 750px;
    height: 90%;
  }

  #hoofd-knop
  {
    font-size: 21px;
    padding: 11px 10px;
    width: 150px;
  }


  nav li a
  {
    padding: 10px;
    padding-top: 13px;
  }

  header
  {
    height: 150px;
  }

} @media screen and (min-width: 0px) and (max-width: 875px)
{

  #mainNav
  {
    display: none;
    width: 100%;
  }

  #inner-nav
  {
    width: 100%;
  }

  nav ul li
  {
    float: none;
    margin-right: 0;
  }

  nav li a
  {
    width: 100%;
    padding: 16px 0px;
  }

  header
  {
    display: none;
  }

} @media screen and (min-width: 0px) and (max-width: 725px)
{

  footer p
  {
    padding: 5px 15px;
  }

} @media screen and (min-width: 0px) and (max-width: 666px)
{

  .info-kaart img
  {
    max-height: 10000px;
    width: 100%;
  }

  .info-kaart #vid
  {
    width: 100%;
  }

} @media screen and (min-width: 0px) and (max-width: 575px)
{

  #contact
  {
    padding: 10px;
  }

  #naam-veld, #email-veld, #onderwerp-veld
  {
    width: 94%;
    padding: 5px 3%;
  }

  #email-veld, #onderwerp-veld
  {
    margin-top: 50px;
  }

}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
  padding: 0;
}
