body {
  background-color: black;
  color: white;
  font-family: "Merriweather", serif;
}

@media screen and (min-width: 800px) {
  header .headertitle {
    background-color: black;
    color: white;
  }
}

article {
  color: white;
}

.search-container {
  height: 100vh;
  width: 100%;
}

article div.step,
aside p {
  font: 400 1.2rem "Merriweather", serif;
  line-height: 1.7rem;
}

header .headertitle {
  padding-top: 40vh;
}

header .headertitle h1 {
  margin: 0;
  font-size: 3em;
  color: white;
}

header .headertitle h3 {
  max-width: 600px;
  margin: auto;
  font-family: "Merriweather", serif;
}

@media screen and (max-width: 800px) {
  header .headertitle h1 {
    font-size: 2.5em;
  }
  header .headertitle {
    padding-top: 50vh;
  }
}

iframe {
  border: 1px solid black;
  width: 100%;
}

.findel-iframe {
  height: 100vh !important;
}

aside {
  padding: 0;
  margin: 0;
  background-color: black;
  box-sizing: border-box;
  overflow: visible;
}

aside.whitebg {
  background-color: white;
  color: black;
}

aside.infobox {
  background-color: #6b6a6a;
}

aside h2 {
  font: normal 2em "Bebas Neue", sans-serif;
  text-align: center;
  padding: 0;
  margin: 3em 0 1em 0;
}

aside p {
  width: 100%;
  max-width: 550px;
  text-align: justify;
  margin: 1em auto;
  padding: 0 1em;
  box-sizing: border-box;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

aside img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  aside img.margintop1200 {
    margin-top: 3rem;
  }
  aside img.marginbottom1200 {
    margin-bottom: 3rem;
  }
}

.image-container {
  height: auto;
  max-width: 1200px;
  position: relative;
}

.image-container img {
  width: 100%;
  height: 100%;
}

.transition-image {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.transition-image:hover {
  opacity: 1;
}

div.dwlchart {
  margin: auto;
  width: 100%;
  max-width: 550px;
  height: auto;
  padding: 2em 1em;
  box-sizing: border-box;
}

.video_container {
  width: 100%;
  max-width: 350px;
  margin: 3rem auto;
}

.agnoPlay {
  position: absolute;
  height: 100vh;
  min-height: 100%;
  width: 100%;
  object-fit: cover;

  height: 0;
  padding-bottom: 177.6%;
  position: relative;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}
aside {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.search-box {
  width: fit-content;
  height: fit-content;
  position: relative;
}
.input-search {
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
  background-color: #b5c2c4;
  padding-right: 40px;
  color: #fff;
}
.input-search::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.btn-search {
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color: #ffffff;
  background-color: transparent;
  pointer-events: painted;
}
.btn-search:focus ~ .input-search {
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}
.input-search:focus {
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

#search-results {
  font: 400 1.2em "Fira Sans", sans-serif;
  margin: 1em;
}
