* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  background-color: rgb(132, 63, 163);
  margin: 0px;
  overflow-x: hidden;
}

.menu a {
  display: none;
}

.hamburger-nav {
  display: none;
}

nav {
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(6px);
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 3;
}

nav ul {
  list-style: none;
  padding-right: 3%;
  margin-top: 25px;
}

nav li {
  float: right;
  line-height: 36px;
  padding-bottom: 25px;
}

nav img {
  width: 10%;
  float: right;
  margin-right: 33%;
  position: absolute;
  top: 2px;
  left: 46%;

}

nav ul li.logo img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

nav a:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
  color: #fbc72b71;
  text-shadow: 1px 1px 2px #af8624;
  font-weight: 800;
}

nav a {
  text-decoration: none;
  font-size: 30px;
  color: #ffffff;
  font-size: 700;
  padding: 20px;
}

.header {
  background-image: url(../afbeeldingen/lakysha_restaurant2.jpg);
  background-size: cover;
  background-position: center;
  height: 989px;
  padding-top: 80px;
}

.header-text {
  opacity: 0;
  animation: showText 1s ease-in forwards;
  animation-delay: 0s;
  animation-delay: 0.5s;
  position: absolute;
  top: 8%;
  left: 0%;
  font-size: 193pt;
  text-align: center;
  font-family: "Imperial script";
  background: linear-gradient(90deg, #c5a347, #ffd700, #a67c00);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  text-shadow: 1px 1px 2px #af8624;
}

.header-button {
  opacity: 0;
  animation: showText 1s ease-in forwards;
  animation-delay: 0s;
  animation-delay: 0.5s;
  position: absolute;
  top: 78%;
  left: 46%;
  padding: 15px 30px;
  font-size: 24px;
  cursor: pointer;
  background: linear-gradient(90deg, #c5a347, #ffd700, #a67c00);
  color: white;
  border: none;
  border-radius: 4%;
  transition: background 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.header-text:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
  text-shadow: 1px 1px 2px #d9d7d2;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section figure h2:nth-child(1):hover,
.info article h2:hover,
aside h2:hover,
main section h2:nth-child(3):hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
  color: #fff;
  text-shadow: 1px 1px 2px #a67c00;
}

.header-button:hover {
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  color: #a67c00;
  text-shadow: 1px 1px 2px #af8624;
}

@keyframes showText {
  to {
    opacity: 1;
  }
}

.section-button {
  background-color: #b8860b;
  color: #ffffff;
  font-size: 11pt;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.3s ease;
  width: 207px;
  height: 63px;
  font-weight: bold;
      top: 202%;
  position: absolute;
  right: 44%;
}

.section-button:hover {
  background-color: #b844a3;
}

.section-button .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 6px;
}

.section-button:hover .arrow {
  transform: translateX(5px);
}

main section {
  display: grid;
  grid-template-rows:17.52% 69.86% 12.61%;
  grid-template-columns: repeat(3, 1fr); 
  margin-top: 5%;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 6%;
  column-gap: 3%;
  row-gap: 1%;
}

main section img:nth-child(2) {
  grid-row: 1/3;
  grid-column: 1/2;
  width: 100%;
}

main section h2:nth-child(3) {
  grid-row: 1/2;
  grid-column: 2/3;
  color: #d4af37;
  text-shadow: 1px 1px 2px #b8860b;
  font-size: 60pt;
  font-family: "Imperial Script";
  line-height: 2px;
  text-align: center;
}

main section p:nth-child(4) {
grid-row: 2/3;
  grid-column: 2/3;
  color: #b847a3;
  font-size: 15pt;
  line-height: 124.5%;
padding-left: 7%;
  padding-right: 8.5%;
}

main section img:nth-child(6) {
  grid-row: 1/3;
  grid-column: 3/4;
  width: 100%;
}

main section img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

main section .tekstblok {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  background-color: #fff;
  border-radius: 10px;
width: 99.4%;
  height: 96.6%;
}

article figure {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  margin-left: 255px;
  column-gap: 5%;
  grid-template-rows: 77.78% 22.22%;
  margin-right: 256px;
}

article figure img:nth-child(1) {
  width: 52%;
  grid-column: 1/2;
  grid-row: 1/2;

}

article figure img:nth-child(1):hover,
article figure img:nth-child(5):hover,
article figure img:nth-child(3):hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

article figure h5 {
  color: #ebc549;
  text-shadow: 1px 1px 2px #928566;
  text-align: center;
  font-size: 15pt;
}

article figure h5:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;

}

article figure img:nth-child(3) {
  width: 52%;
  grid-column: 2/3;
  grid-row: 1/2;

}

article figure h5:nth-child(4) {

  grid-column: 2/3;
  grid-row: 2/3;

}

article figure img:nth-child(5) {
  width: 52%;
  grid-column: 3/4;
  grid-row: 1/2;

}

article figure h5:nth-child(6) {
  grid-column: 3/4;
  grid-row: 2/3;

}

article figure img {
  justify-self: center;
}

.lijn {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-template-rows: 6%;
  margin-top: 10%;
}

.lijn hr:first-child {
  grid-column: 1/2;
  grid-row: 1/2;
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #c5a347, #ffd700, #a67c00);
  width: 140.5%;
  margin-top: 38px;
  margin-right: 0.5%;
}

.lijn img {
  width: 10%;
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: center;
}

.lijn img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.lijn hr:last-child {
  grid-column: 3/4;
  grid-row: 1/2;
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #c5a347, #ffd700, #a67c00);
  width: 359.5%;
  margin-top: 38px;
  margin-left: -36.5%;
}


aside {
display: grid;
grid-template-rows:
  20.28% 6.15% 9.79% 6.15% 9.79% 6.15% 9.79% 6.15% 9.79% 6.15% 9.79%;
grid-template-columns: 1fr 1fr;
margin: 5% 5% 6% 5%;
column-gap: 4%;
}

aside h2 {
  grid-row: 1/2;
  grid-column: 2/3;
  color: #d4af37;
  text-shadow: 1px 1px 2px #b8860b;
  font-size: 64pt;
  font-family: "Imperial Script";
  line-height: 0px;
  text-align: center;
}

aside h5 {
  font-size: 19pt;
  line-height: 0px;
  color: #d4af37;
  text-shadow: 1px 1px 2px #b8860b;
}

aside p:nth-child(5),
aside p:nth-child(9),
aside p:nth-child(13),
aside p:nth-child(17),
aside p:nth-child(21) {
  color: #d4af37;
  text-shadow: 1px 1px 2px #b8860b;
}

aside p:nth-child(6),
aside p:nth-child(10),
aside p:nth-child(14),
aside p:nth-child(18),
aside p:nth-child(22) {
  color: #ffffff;
}

aside hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, #c5a347, #ffd700, #a67c00);
  width: 32.5%;
}

aside h5:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}

aside hr:nth-child(4) {
  grid-row: 2/3;
  grid-column: 2/3;
  margin-top: 	4.3%;
  margin-right: 7.5%;
  width: 44.5%;
}

aside p:nth-child(5) {
  grid-row: 2/3;
  grid-column: 2/3;
  line-height: 42px;
  justify-self: end;
  padding-right: 1%;
}

aside p:nth-child(6) {
  grid-row: 3/4;
  grid-column: 2/3;
}

aside h5:nth-child(7) {
  grid-row: 4/5;
  grid-column: 2/3;
}

aside hr:nth-child(8) {
  grid-row: 4/5;
  grid-column: 2/3;
  margin-top: 4.3%;
  margin-right: 8.5%;
  width: 39.5%;
}

aside p:nth-child(9) {
  grid-row: 4/5;
  grid-column: 2/3;
  line-height: 55px;
  justify-self: end;
  padding-right: 1%;
}

aside p:nth-child(10) {
  grid-row: 5/6;
  grid-column: 2/3;
}

aside h5:nth-child(11) {
  grid-row: 6/7;
  grid-column: 2/3;
}

aside hr:nth-child(12) {
  grid-row: 6/7;
  grid-column: 2/3;
  margin-top: 4.3%;
  margin-right: 7.5%;
  width: 29.5%;
}

aside p:nth-child(13) {
  grid-row: 6/7;
  grid-column: 2/3;
  justify-self: end;
  padding-right: 1%;
  line-height: 42px;
}

aside p:nth-child(14) {
  grid-row: 7/8;
  grid-column: 2/3;
}

aside h5:nth-child(15) {
  grid-row: 8/9;
  grid-column: 2/3;
}

aside hr:nth-child(16) {
  grid-row: 8/9;
  grid-column: 2/3;
  margin-top: 4.3%;
  margin-right: 8.5%;
  width: 36.5%;
}

aside p:nth-child(17) {
  grid-row: 8/9;
  grid-column: 2/3;
  line-height: 42px;
  justify-self: end;
  padding-right: 1%;
}

aside p:nth-child(18) {
  grid-row: 9/10;
  grid-column: 2/3;
}

aside h5:nth-child(19) {
  grid-row: 10/11;
  grid-column: 2/3;
}

aside hr:nth-child(20) {
  grid-row: 10/11;
  grid-column: 2/3;
  margin-top: 4.3%;
  margin-right: 8.5%;
  width: 59.5%;
}

aside p:nth-child(21) {
  grid-row: 10/11;
  grid-column: 2/3;
  line-height: 42px;
  justify-self: end;
  padding-right: 1%;
}

aside p:nth-child(22) {
  grid-row: 11/12;
  grid-column: 2/3;
}

.menu2 {
position: relative;
  max-width: 800px;
  margin: auto;
  grid-column: 1/2;
  grid-row: 1/12;
}

.slide {
  display: none;
}

.slide.active {
  display: block;
}

.menu2 img {
  width: 100%;
  height: auto;
  display: block;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(115, 3, 134, 0.426);
  color: #d4af37;
  border: none;
  padding: 12px;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.dots {
  text-align: center;
  margin-top: 10px;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: #d4af37;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
  cursor: pointer;
}

.dot.active {
  background-color: #b844a3;
}


section figure {
  grid-template-columns: 25% 25% 25% 25%;
  display: grid;
grid-template-rows: 6.21% 20.87% 20.87% 22.04%;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 16%;
}

section figure h2:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/5;
  font-size: 55pt;
  line-height: 0px;
  color: #d4af37;
  text-align: center;
  text-shadow: 1px 1px 2px #b8860b;
  font-family: "Imperial Script";
}

section figure p:nth-child(2) {
  grid-row: 1/2;
  grid-column: 1/2;
  line-height: 195px;
  color: #fff;
}

section figure img:nth-child(3) {
  grid-row: 2/3;
  grid-column: 1/2;
  width: 202%;
}

section figure img:nth-child(4) {
  grid-row: 2/4;
  width: 101%;
  grid-column: 3/4;
}

section figure img:nth-child(5) {
  grid-row: 3/4;
  grid-column: 1/2;
  width: 100%;
}

section figure img:nth-child(6) {
  grid-row: 2/3;
  grid-column: 4/5;
  width: 100%;
}

section figure img:nth-child(9) {
  grid-row: 4/5;
  grid-column: 2/3;
  width: 200%;
}

section figure img:nth-child(7) {
  grid-row: 3/4;
  grid-column: 2/3;
  width: 100.5%;
}

section figure img:nth-child(8) {
  grid-row: 3/4;
  grid-column: 4/5;
  width: 100%;
}

section figure img:nth-child(10) {
  grid-row: 4/5;
  grid-column: 1/2;
  width: 100%;
}

section figure img:nth-child(11) {
  grid-row: 4/5;
  grid-column: 4/5;
  width: 100%;
}

section figure img:nth-child(3):hover,
section figure img:nth-child(4):hover,
section figure img:nth-child(5):hover,
section figure img:nth-child(6):hover,
section figure img:nth-child(7):hover,
section figure img:nth-child(8):hover,
section figure img:nth-child(9):hover,
section figure img:nth-child(10):hover,
section figure img:nth-child(11):hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
  box-shadow: 0 30px 25px #fbc72b71;
  z-index: 1;
  cursor: pointer;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox-content img {
  max-width: 1080px;
  max-height: 720px;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40pt;
  color: #d4af37;
  cursor: pointer;
  font-weight: bold;
}


.info {
  position: relative;
  background-image: url(../afbeeldingen/lakysha_background.jpg);
  background-size: cover;
  background-position: center;
  height: 989px;
  padding-top: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 5%;
  z-index: 0;
}

.info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.318);
  z-index: 1;
}

.info>* {
  position: relative;
  z-index: 2;
}

.info article h2 {
  text-align: center;
  margin-bottom: 6.2%;
  color: #d4af37;
  text-shadow: 1px 1px 2px #b8860b;
  font-family: "Imperial Script";
  font-size: 82pt;
  line-height: 0px;
}


.informatie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 11%;
  margin: 0 18% 0 22%;
  position: relative;
  z-index: 2;
}

.klok {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.klok:hover,
.mensen:hover,
.portal:hover,
.adres:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.mensen {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.portal {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.adres {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.Mewformasie {
  text-align: center;
  padding: 4.3%;
  background-color: #f9f6fbcf;
  border-radius: 2%;
}

.Mewformasie img {
  width: 91px;
  height: auto;
  margin-bottom: 15px;
}

.Mewformasie h5 {
  margin: 10px 0;
  font-size: 18px;
  color: #d7b33d;
}

.Mewformasie p {
  font-size: 16px;
  color: #333;
}

footer {
  background-color: rgba(249, 249, 249, 0.23);
  backdrop-filter: blur(29.9px);
height: 100%;
  width: 100%;
  margin-top: 9%;
}

.footer {

  display: grid;
  grid-template-columns: 39% 1% 5% 5% 5% 5% 1% 39%;
  grid-template-rows: 30px 90px;
  gap: 1%;
  margin-left: 2%;
  margin-right: 3%;
}

.footer img:nth-child(1):hover,
.footer a:nth-child(4):hover,
.footer a:nth-child(6):hover,
.footer a:nth-child(7):hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.footer img:nth-child(1) {
height: 120%;
  width: 49%;
  grid-column: 1/2;
  grid-row: 1/3;
}


.footer hr:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/3;
  color: #fff;
}

.footer p:nth-child(3) {
  grid-column: 3/5;
  grid-row: 1/2;
}

.footer a:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2/3;
    width: 256%;
    height: 82%;
}

.footer a:nth-child(5) {
  grid-column: 4/5;
  grid-row: 2/3;
    width: 256%;
    height: 82%;
}

.footer a:nth-child(6) {
  grid-column: 5/6;
  grid-row: 2/3;
    width: 256%;
    height: 82%;
}

.footer a:nth-child(7) {
  grid-column: 6/7;
  grid-row: 2/3;
    width: 256%;
    height: 82%;
}

.footer hr:nth-child(8) {
  grid-column: 7/8;
  grid-row: 1/3;
  color: #fff;
}

.footer img {
  overflow: hidden;
  float: left;
  height: 88.5px;
  width: 88.9px;
  padding: 20px;
}

.footer p {
  color: #ffffff;
}

.footer h6 {
  grid-column: 8/9;
  grid-row: 2/3;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  font-size: 15.1px;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .hamburger-nav {
    display: block;
  }

  nav {
    display: none;
  }

  .hamburger {
    font-size: 30px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    display: block;
    float: left;
  }

  .menu {
    margin: 0.4px;
    display: none;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(6px);
    position: absolute;
    left: 0;
    top: 73.9px;
    padding-left: 11.4px;
    width: 205.9px;
    height: 360.3px;
    padding-right: 25.4px;
    border: solid 1px white;
    border-radius: 11px;

  }

  .menu li {
    display: block;
    padding: 10px;
    color: white;
    cursor: pointer;
  }

  .menu li:hover {
    color: #fbc72b71;
    text-shadow: 1px 1px 2px #af8624;
  }


  .menu.actief {
    display: block;
  }

  .hamburger-nav img {
    width: 15%;
    margin-right: 33%;
    position: absolute;
    top: 0px;
    left: 22%;
  }

  .menu li {
    padding: 18px;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding-bottom: 25px;
  }

  .menu a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
    text-align: left;
    width: 110%;
  }

  .header {
    height: 400px;
  }

  .header-text {
    top: 5%;
    font-size: 48pt;
  }

  .header-button {
    top: 9%;
    left: 54%;
    transform: translateX(-50%);
    padding: 9px 10px;
    font-size: 14px;
  }

  .section-button {
    font-size: 6pt;
    width: 84px;
    height: 25px;
  }

  .section-button:hover {
    background-color: #b844a3;
  }

  .section-button .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    margin-left: 6px;
  }

  .section-button:hover .arrow {
    transform: translateX(5px);
  }

  main section {
    grid-template-rows: 20.41% 55.10% 10.20% 14.29%;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 10.2px;
    margin-left: 10.2px;
  }

  span {
    display: none;
  }


  main section h2:nth-child(3) {
    font-size: 26pt;
  }

  main section p:nth-child(4) {
    font-size: 8pt;
    line-height: 15px;
    padding-right: 38px;
  }

  main section img:nth-child(6) {
    display: none;
  }

  main section img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
  }

  main section .tekstblok {
width: 90.2%;
    height: 134.3%;
  }

  article figure {
    margin-left: 0px;
    grid-template-rows: 61.29% 38.71%;
    margin-right: 0px;
  }

  #hoofd article figure img {
    width: 66%;
  }

  article figure h5 {
    font-size: 10pt;
  }

  .lijn {
    grid-template-rows: 26px;
    margin-bottom: 77px;
  }

  .lijn img {
    width: 16%;
  }

  .lijn hr:first-child {
    margin-top: 16px;
  }

  .lijn hr:last-child {
    margin-top: 16px;
    margin-left: -41.5%;
  }

  aside {
    display: grid;
    grid-template-rows:5.16% 41.31 4.13% 6.57% 4.13% 6.57% 4.13% 6.57% 4.13% 6.57% 4.13% 6.57%;
    grid-template-columns: 1fr;
    row-gap: 0.5%;
  }

  aside h2 {
    grid-row: 1/2;
    grid-column: 1 /2;
    font-size: 35pt;
  }

  aside h5 {
    font-size: 13pt;

  }

  aside p {
    font-size: 11pt;
    line-height: 1.4;
  }

  aside hr {
    width: 100%;
    margin: 10px 0;
  }

  aside hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #c5a347, #ffd700, #a67c00);
    width: 32.5%;
  }

  aside h5:nth-child(3) {
    grid-row: 3/4;
    grid-column: 1/2;
  }

  aside hr:nth-child(4) {
    grid-row: 3/4;
    grid-column: 1/2;
    margin-top: 29px;
    margin-right: 8.5%;
    width: 31.5%;
    justify-self: end;
  }

  aside p:nth-child(5) {
    grid-row: 3/4;
    grid-column: 1/2;
    line-height: 32px;
    justify-self: end;
    padding-right: 1%;
  }

  aside p:nth-child(6) {
    grid-row: 4/5;
    grid-column: 1/2;
  }

  aside h5:nth-child(7) {
    grid-row: 5/6;
    grid-column: 1/2;
  }

  aside hr:nth-child(8) {
    grid-row: 5/6;
    grid-column: 1/2;
    margin-top: 30px;
    margin-right: 8.5%;
    width: 26.5%;
    justify-self: end;

  }

  aside p:nth-child(9) {
    grid-row: 5/6;
    grid-column: 1/2;
    line-height: 39px;
    justify-self: end;
    padding-right: 0%;
  }

  aside p:nth-child(10) {
    grid-row: 6/7;
    grid-column: 1/2;
  }

  aside h5:nth-child(11) {
    grid-row: 7/8;
    grid-column: 1/2;
  }

  aside hr:nth-child(12) {
    grid-row: 7/8;
    grid-column: 1/2;
    margin-top: 31px;
    margin-right: 8.6%;
    width: 11.9%;
    justify-self: end;

  }

  aside p:nth-child(13) {
    grid-row: 7/8;
    grid-column: 1/2;
    justify-self: end;
    padding-right: 1%;
    line-height: 39px;
  }

  aside p:nth-child(14) {
    grid-row: 8/9;
    grid-column: 1/2;
  }

  aside h5:nth-child(15) {
    grid-row: 9/10;
    grid-column: 1/2;
  }

  aside hr:nth-child(16) {
    grid-row: 9/10;
    grid-column: 1/2;
    margin-top: 29px;
    margin-right: 10.5%;
    width: 21.5%;
    justify-self: end;

  }

  aside p:nth-child(17) {
    grid-row: 9/10;
    grid-column: 1/2;
    line-height: 37px;
    justify-self: end;
    padding-right: 1%;
  }

  aside p:nth-child(18) {
    grid-row: 10/11;
    grid-column: 1/2;
  }

  aside h5:nth-child(19) {
    grid-row: 11/12;
    grid-column: 1/2;
  }

  aside hr:nth-child(20) {
    grid-row: 11/12;
    grid-column: 1/2;
    margin-top: 31px;
    margin-right: 11.5%;
    width: 48.5%;
    justify-self: end;

  }

  aside p:nth-child(21) {
    grid-row: 11/12;
    grid-column: 1/2;
    line-height: 41px;
    justify-self: end;
    padding-right: 1%;
  }

  aside p:nth-child(22) {
    grid-row: 12/13;
    grid-column: 1/2;
  }

  .menu2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  aside p:nth-child(5),
  aside p:nth-child(9),
  aside p:nth-child(13),
  aside p:nth-child(17),
  aside p:nth-child(21) {
    justify-self: end;
    font-size: 8pt;
  }


  section figure {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-rows: 11.63% 14.73% 14.73% 14.73% 14.73% 14.73% 14.73%;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 16%;
    margin-bottom: 42%;
  }

  section figure h2:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/3;
    font-size: 41pt;
    line-height: 46px;
  }

  section figure img:nth-child(3) {
    grid-row: 4/5;
    grid-column: 1/3;
    width: 100.5%;
  }

  section figure img:nth-child(4) {
    grid-row: 2/4;
    width: 101%;
    grid-column: 2/3;
  }

  section figure img:nth-child(5) {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 100%;
  }

  section figure img:nth-child(7) {
    grid-row: 3/4;
    grid-column: 1/2;
    width: 100%;
  }

  section figure img:nth-child(9) {
    grid-row: 7/8;
    grid-column: 1/2;
    width: 200%;
  }

  section figure img:nth-child(6) {
    grid-row: 5/6;
    grid-column: 2/3;
    width: 100.5%;
  }

  section figure img:nth-child(8) {
    grid-row: 6/7;
    grid-column: 2/3;
    width: 100%;
  }

  section figure img:nth-child(10) {
    grid-row: 6/7;
    grid-column: 1/2;

  }

  section figure img:nth-child(11) {
    grid-row: 5/6;
    grid-column: 1/2;
  }

  .lightbox-content {
    width: 90%;
    height: auto;
max-width: 75%;
max-height: 80%;
  }

  .lightbox-content img {
    width: 55%;
    height: auto;
    max-width: 111%;
    max-height: 55%;
    border-radius: 6px;
  }

  .close-btn {
    font-size: 100pt;
top: 56.98%;
right: 20.69%;
    z-index: 2;
  }

  .info {
    height: 41.46%;
    padding-top: 0px;
  }

  .info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.318);
    z-index: 1;
  }

  .info>* {
    position: relative;
    z-index: 2;
  }

  .info article h2 {
    margin-bottom: 27px;
    font-size: 62pt;
    line-height: 80px;
  }


  .informatie {
    gap: 2%;
    margin: 2%;
  }

  .klok {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .klok:hover,
  .mensen:hover,
  .portal:hover,
  .adres:hover {
    transform: scale(1.03);
    transition: transform 0.3s ease;
  }

  .mensen {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .portal {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .adres {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .Mewformasie {
    padding: 0.42%;
  }

  .Mewformasie img {
    width: 4.72%;
    margin-bottom: 0px;
  }

  .Mewformasie h5 {
    font-size: 21px;
  }

  footer {
    background-color: rgba(249, 249, 249, 0.23);
    backdrop-filter: blur(29.9px);
    height: 158px;
    width: 100%;
    margin-top: 9%;
  }

  .footer {
    display: grid;
    grid-template-columns: 1fr 12.5% 12.5% 12.5% 12.5%;
    grid-template-rows: 17.65% 52.94% 29.41%;
    gap: 1%;
    margin-left: 0;
    margin-right: 1%;
  }

  .footer img:nth-child(1) {
height: 73%;
        width: 126%;
  }


  .footer hr:nth-child(2),
  .footer hr:nth-child(8) {
    display: none;
  }

  .footer p:nth-child(3) {
    grid-column: 2/5;
    grid-row: 1/2;
  }

  .footer a:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 110%;
    height: 88%;
  }

  .footer a:nth-child(5) {
    grid-column: 3/4;
    grid-row: 2/3;
        width: 106%;
        height: 83%;
  }

  .footer a:nth-child(6) {
    grid-column: 4/5;
    grid-row: 2/3;
        width: 106%;
        height: 83%;
  }

  .footer a:nth-child(7) {
    grid-column: 5/6;
    grid-row: 2/3;
    width: 112%;
    height: 93%;
  }



  .footer img {
    overflow: hidden;
    float: left;
    height: 88.5px;
    width: 88.9px;
    padding: 20px;
  }

  .footer p {
    color: #ffffff;
  }

  .footer h6 {
    grid-column: 1/5;
    grid-row: 2/4;
    font-size: 11.1px;
    font-weight: bold;
    line-height: 157px;
  }
}