body{
    background-color: #5b696f;
    margin: 10px;
}

header{
background-image: url(../Afbeeldingen/hoofd.jpg);
background-size: cover;
width: 100%;
height: 500px;
padding: 20px;
}



.menu-toggle {
  display: none;
}

header nav {
  width: 90%;
  height: 170px;
  background-color: rgba(233, 228, 221, 0.8);
  margin: auto;
  border-radius: 50px;
  position: absolute;
  top: 15%;
  left: 6%;
  padding: 0 20px;
}

 .toon{
  display: none;
}

header nav img {
  width: 15%;
  float: left;
  margin: 0;
  padding-left: 10px;
}

nav ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
  height: 10%;
}

nav ul li {
  display: inline-block;
  margin-left: 20px;
}

nav a {
  display: none;
}

nav ul li a {
  text-decoration: none;
  color: #e9e4dd;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  background-color: #2b4257;
  padding: 20px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 45px;
}

nav a:hover {
  color: #add8e6;
}


main{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

main section{
    margin-top: 50px;
     grid-column: 1/2;
     background-color:#2b4257 ;
}

main section h1:hover {
  text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  transform: scale(1.02);
  transition: all 0.3s ease-in-out;
}


main section h1{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  color: #e9e4dd;
  margin: 10px;
}

main section p{
font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 18px;
  color: #e9e4dd;
  margin: 20px;
  width: 80%;
}

main img{
    margin-top: 50px;
    width: 100%;
    grid-column: 2/3;
}

article h1{
    text-decoration: none;
color: #2b4257;
font-family: "Archivo Black", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 40px;
background-color: #b9cbd8;
padding: 20px;
border-radius: 50px;
text-align: center;
}


article section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}


article section img {
  width: 180%;
  grid-column: 1;
  margin-left: 100px;
  margin-bottom: 50px;
}

article section figure {
  grid-column: 2;
  margin-right: 120px;
}

article section figure p {
  font-family: "Open Sans", sans-serif;
  font-weight: 350;
  color: #000;
  text-align: right;
}

article section figure h2 {
  font-family: "Anton", sans-serif;
  font-size: 40px;
  color: #2b4257;
  text-align: right;
}

article section figure h2:hover {
  letter-spacing: 2px;
  color: #88a9c3;
  transition: all 0.3s ease;
}


aside h1{
text-decoration: none;
color: #e9e4dd;
font-family: "Archivo Black", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 40px;
background-color: #55683d;
padding: 20px;
border-radius: 50px;
text-align: center;
grid-column: 1/5;
grid-row: 1;
height: 60px ;
}

aside{
background-image: url(../Afbeeldingen/backround.avif);
background-size: cover;
width: 98%;
height: 1000px;
padding: 20px;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
border-radius: 10px;
}

aside img{
    width: 70%;
    border-radius: 20px;
    margin: auto;
    padding: auto;
}

aside img:hover {
  filter: drop-shadow(0 0 10px #000000);
  transform: scale(1.05);
  transition: 0.4s ease;
}

aside button{
  display: none;
}

aside section{
    margin: auto;
    padding: auto;
    background-color: #55683d;
    width: 80%;
    height: 450px;
    border-radius: 20px;
}

aside img:nth-child(2) {
grid-column: 1;
grid-row: 2;
}

aside img:nth-child(7) {
grid-column: 2;
grid-row: 2;
}

aside img:nth-child(12) {
grid-column: 3;
grid-row: 2;
}

aside img:nth-child(17) {
grid-column: 4;
grid-row: 2;
}

aside #een{
grid-column: 1;
grid-row: 3;
}

aside #twee{
grid-column: 2;
grid-row: 3;
}

aside #drie{
grid-column: 3;
grid-row: 3;
}

aside #vier{
grid-column: 4;
grid-row: 3;
}

aside p{
    font-family: "Open Sans", sans-serif;
  font-weight: 350;
  color: #e9e4dd;
  text-align: center;
  margin: 20px;
}

aside h2{
    font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #e9e4dd;
  margin: 20px;
text-align: center;
}

.boven h1{
text-decoration: none;
color: #e9e4dd;
font-family: "Archivo Black", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 40px;
background-color: #2b4257;
padding: 20px;
border-radius: 50px;
text-align: center;
grid-column: 1/5;
grid-row: 1;
height: 60px ;
}


.boven {
  position: relative;
  width: 600px;
  margin: auto;
  overflow: hidden;
}

.boven h1 {
  text-align: center;
  margin-bottom: 20px;
}

.slider {
  white-space: nowrap;
  transition: transform 0.5s ease;
}

.slider img {
  width: 100%;
  display: inline-block;
  border-radius: 20px;
}

button {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background-color: #add8e6;
  border: none;
  border-radius: 30px;
  height: 100px;
  width: 5%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.2s;
  z-index: 10;
}

button:hover {
  background-color: #cbe5f2;
  transform: translateY(-50%) scale(1.05);
}

#prev {
  left: 10px;
}

#next {
  right: 10px;
}

.tickets{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
 background-color: #cbe5f2;
 margin: 15px;
border-radius: 10px;
}

.tickets img{
  width: 50%;
  border-radius: 100px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tickets img:hover {
  filter: drop-shadow(0 0 10px #b9cbd8);
  transform: scale(1.05);
  transition: 0.4s ease;
}

.tickets img:nth-child(1) {
grid-column: 1;
grid-row: 1;
}

.tickets img:nth-child(5) {
grid-column: 2;
grid-row: 1;
}

.tickets img:nth-child(9) {
grid-column: 3;
grid-row: 1;
}

.tickets section:nth-of-type(1) {
grid-column: 1;
grid-row: 2;
}

.tickets section :nth-child(2) {
grid-column: 2;
grid-row: 2;
}

.tickets section :nth-child(3) {
grid-column: 3;
grid-row: 2;
}

.tickets section{
  background-color: #88a9c3;
  margin: auto;
  border-radius: 20px;
  width: 60%;
  height: 200px;
}

.tickets section h4{
  font-family: "Archivo Black", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 25px;
color: #2b4257;
padding: 20px;
text-align: center;
}

.kaart{
  width: 80%;
  background-color: #e9e4dd;
  border-radius: 40px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.kaart img{
  width: 90%;
  margin: auto;
  grid-column: 2/4;
  margin-bottom: 45px;
  border-radius: 40px;
}

.kaart h1{
    grid-column: 2/4;
  text-align: center;
  font-family: "Anton", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 70px;
color: #504a40;
}

.kaart img:hover {
  filter: drop-shadow(0 0 10px #b9cbd8);
  transform: scale(1.05);
  transition: 0.4s ease;
}

footer {
  background-color: #2b4257;
  color: #e9e4dd;
  padding: 40px 30px;
   font-family: "Open Sans", sans-serif;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
  margin: 30px auto 0 auto;
  text-align: center;
}

footer section {
  margin-bottom: 25px;
}

footer section:last-child p {
  color: #b9cbd8;
  font-style: italic;
}

footer section p {
  margin: 8px 0;
}

@media only screen and (max-width: 480px){
  header nav > a:nth-child(1){
   display: block;

       font-size: 30px; 
       margin: 20px 50px 20px 20px;
       background-color: #5b696f;
}

header{
background-image: url(../Afbeeldingen/hoofd.jpg);
background-size: cover;
width: 90%;
height: 200px;
padding: 20px;
}

header nav {
  height: 100px;
  width: 80%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


  header nav img {
    width: 30%;
  }

nav ul li {
  width: 100%;
  text-align: right;
}

nav ul.menudicht {
  display: none; 
}

.menudicht {
  display: block;
}

nav a {
  font-size: 20px;
}

nav > a {
  display: inline-block;
  font-size: 36px;
  color: #0a2f5c;
  padding: 12px 18px;
  text-decoration: none;
  background-color: #dceeff;
  border-radius: 50px;
  margin-top: 8px;
  margin-right: 10px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

nav a{
  float: right;
}

nav > a:hover {
  background-color: #b0d4f1;
}

ul#hamburgerklikkentonenniettonen {
  display: none;
  list-style: none;
  padding: 10px;
  margin: 15px;
  background-color: #f7f5f0;
  border: 2px solid #aac4d9;
  border-radius: 16px;
  position: absolute;
  right: 10px;
  top: 70px;
  height: auto;
  min-height: 250px;
  width: 170px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

ul#hamburgerklikkentonenniettonen li {
  margin: 0px 0;
  text-align: center;
}

ul#hamburgerklikkentonenniettonen li a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: #e3e6e9;
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

ul#hamburgerklikkentonenniettonen li a:hover {
  background-color: #dceeff;
  color: #001d3d;
}

ul#hamburgerklikkentonenniettonen:not(.menudicht) {
  display: block;
}


main section{
  width: 100%;
  height: 260px;
  margin-top: 50px;
  grid-column: 1/2;
 background-color:#2b4257 ;
}


main section h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: #e9e4dd;
  margin: 10px;
  text-align: right;
}


main section p{
font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #e9e4dd;
  margin: 20px;
  width: 85%;
}

main p:nth-of-type(2),
main p:nth-of-type(3) {
  display: none;
}

main img{
    margin-top: 50px;
    width: 100%;
    height: 260px;
    grid-column: 2/3;
}

article section {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  background-color: #b9cbd8;
  margin: auto;
  border-radius: 20px;
  margin: 20px;
}


article h1{
font-size: 30px;
text-align: center;
}

article section figure h2:hover {
  display: none;
}

article section img {
display: none;
}

article section figure {
  grid-column: 1;
}

figure p:nth-of-type(2) {
  display: none;
}

article section figure p {
font-size: 14px;
margin: auto;
width: 130%;
}

article section figure h2 {
  font-size: 25px;
  width: 130%;
}


article section figure h2 {
  font-size: 25px;
  text-align: right;
}
aside img:nth-child(2) {
width: 60%;
}

aside img:nth-child(7) {
width: 60%;
}

aside img:nth-child(12) {
width: 60%;
}

aside img:nth-child(17) {
width: 10%;
}

  aside {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  width: 90%;
  height: 800px;
}

aside section {
  display: none;
  width: 160%;
  position: relative;
}

aside img.active,
aside section.active {
  display: block;
}

aside > button {
  left: 35%;
  width: 30%;
  height: 40px;
  padding: 10px 0;
  cursor: pointer;
  background-color: #84986c;
  display: inline;
  position: absolute;
  top:25%;
  transform: translateY(-50%);
  border: none;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.2s;
  z-index: 10;
font-family: "Archivo Black", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 20px;
color: #504a40;
}

aside #een{
position: relative;
width: 165%;
height: 300px;
}

aside #twee{
position: relative;
right: 36%;
width: 212%;
height: 300px;
}

aside #drie{
position: relative;
width: 212%;
height: 300px;
right: 75%;
}

aside #vier{
position: relative;
width: 140%;
height: 320px;
right: 40%;
}


button:hover {
  background-color: #cbe5f2;
  transform: translateY(-50%) scale(1.05);
}

#next-slide {
  right: 50%;
  width: 100%;
  height: 50px;
text-decoration: none;
color: #2b4257;
font-family: "Archivo Black", sans-serif;
font-weight: 400;
font-size: 18px;
}

.boven h1 {
  font-size: 30px;
  height: 40px;
  width: 90%;
}

.boven {
  width: 100%;
}


.tickets img{
  width: 90%;
  border-radius: 100px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tickets{
  height: 320px;
}


.tickets section{
  width: 85%;
  height: 150px;
}

.tickets section h4{
font-size: 14px;
}

.kaart{
  width: 100%;
}

.kaart img{
  width: 100%;
}

.kaart h1{
font-size: 30px;
}

footer{
  width: 80%;
}

}










