* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.engels {
  display: none;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: rgb(19,18,18);
}
.past-expo{
  display: flex;
  justify-content: center;
  color: rgb(255, 255, 255);
  margin-bottom: 70px;
  font-size: 60px;
  
}
.Review-header {
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  font-size: 60px;
  border-top: solid rgb(164, 164, 164);
  
  
}
header {
  background-color: #131212;
  padding-bottom: 50px;
  height: 200px;
 
}

nav {
  width: 80vw;
  height: 100%;
  margin: 0 auto;
}

nav > ul {
  display: flex;
  list-style: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}

nav > ul > li {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
nav > ul > li > a > img {
  
  display: flex;
  justify-content: center;
}

a{
  z-index: 999999999999999999999999999999999999999999999999999999;
  text-decoration: none;
  color: white;
}


.background {
  background: linear-gradient(0deg, rgba(19,18,18,1) 10%, rgba(19,18,18,0) 15%, rgba(19,18,18,0) 49%, rgba(19,18,18,0) 90%, rgba(19,18,18,1) 100%), url("historyOverview.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 110vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.paragraph {
  display: block;
  margin-top: 50px;
  padding: 30px;
  border-radius: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.499) 96%, rgba(68,68,68,0) 100%);
  color: #FFFFFF;
  height: 600px;
  width: 400px;
  border-top: solid;
  border-bottom: none;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(68,68,68,0) 50%, rgba(255, 0, 0, 0) 100%);
  border-image-slice: 1;
}

nav > ul > li > a {
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 80px;
  text-decoration: none;
  color: white;
}

nav > ul {
  list-style-type: none;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
}

footer {
  background-color: #222;
  background-image: linear-gradient(to top, #000000, #131212);
  color: #fff;
  padding: 20px;
  
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: white;
  text-decoration: none; 
  margin-left: 8%;
}

.footer-section {
  flex-basis: 20%;
  margin-bottom: 20px;
  color: white;
  text-decoration: none; 
}
a:link{
  text-decoration: dashed;
  color: white;
}

.opening-hours {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-decoration: none; 
}


.image-container {
  display: flex;
  justify-content: space-evenly;
  background-color: #131212;
  background-size: cover;
}

.image-container img {
  width: 100%;
  height: auto;
  margin-top: auto;
  transition: transform 0.3s ease;
  object-fit: contain;
  height: 95%;
}

.image-container img:hover {
  transform: scale(1.1);
}

.dropbtn {
  font-family: 'Merriweather', serif;
  background-color: #000000;
  color: white;
  padding: 0px;
  font-size: 27px;
  border-width: 2px 2px 2px 2px;
  border-color: white;
  border-style: solid;
  height: 80px;
  width: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 10px;
}

.dropbtnWhite {
  font-family: 'Merriweather', serif;
  background-color: white;
  color: black;
  padding: 0px;
  font-size: 33px;
  border-width: 2px 2px 2px 2px;
  border-color: white;
  border-style: solid;
  height: 120px;
  width: 250px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 10px;
-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 80%, 100% 0);
}

.dropbtnWhite:hover {
  background-color: grey;
  cursor: pointer;
}

.dropdown {
  width: 150px;
}

.dropdown-content {
  display: none;
  position:fixed;
  background-color: #f1f1f1;
  min-width: 150px;
  max-width: 150px;
  box-shadow: 0px 8px 16px 0px #010101;
  z-index: 9999999999999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 2;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.toggle-button-cover {
  
  position: relative;
  width: 200px;
  
  box-sizing: border-box;
  margin-left: 52px;
  margin-right: 52px;
}

.button-cover {
  height: 100px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}

.button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 25px;
  line-height: 1;
  padding: 5px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  width: 152px;
  height: 66px;
  overflow: hidden;

}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

.button.r,
.button.r .layer {
  border-radius: 1000px;
}

#button-3 .knobs:before {
  content: "NL";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 50px;
  height: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 9px 4px;
  background-color: #03a9f4;
  border-radius: 100%;
  transition: 0.3s ease all, left 0.3s
}

#button-3 .checkbox:active+.knobs:before {
  width: 46px;
  border-radius: 1000px;
}

#button-3 .checkbox:checked:active+.knobs:before {
  margin-left: 26px;
}

#button-3 .checkbox:checked+.knobs:before {
  content: "EN";
  left: 84px;
  background-color: #03a9f4;
}

#button-3 .checkbox:checked~.layer {
  background-color: #fff;
}