.div-block {
  height: auto;
  display: flex;
}

.body {
  background-color: #082004;
  background-image: none;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100vh;
  margin-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 0 0 10vh;
  display: flex;
}

.heading {
  color: #ffcd4f;
  text-align: center;
  margin-top: 1vh;
  margin-bottom: 5vh;
  font-family: Cinzel, sans-serif;
  font-size: 2vw;
  line-height: 2vw;
}

.image {
  width: 7vw;
  margin-bottom: 2vh;
}

.text-block {
  color: #ffcb4a;
  text-align: left;
  margin-bottom: 2vh;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.text-block.footer {
  margin-bottom: 5vh;
  font-size: .8vw;
  font-style: italic;
}

.text-block.sub {
  text-align: center;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
}

.text-block._3 {
  font-size: .8vw;
}

.text-block._3.line {
  margin-right: 3vw;
}

.text-block._5 {
  text-align: center;
}

.link {
  color: #fdca4a;
  font-weight: 300;
  text-decoration: underline;
}

.text-block-2 {
  color: #fdca4a;
  font-weight: 700;
}

.div-block-4 {
  flex-flow: row;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-6 {
  text-align: center;
  margin-bottom: 0;
}

.intel {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-7._2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2vh;
}

.div-block-7._3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2vh;
  font-size: .9vw;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 10vh;
  display: flex;
}

.button {
  color: #f0bf43;
  text-transform: none;
  background-color: #efbe4300;
  border: 1px solid #efbf43;
  margin-top: 4vh;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Open Sans, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  transition: background-color .3s;
}

.button:hover {
  color: #082004;
  background-color: #efbf43;
  font-weight: 300;
}

.button.content {
  margin-top: 0;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 15vh;
  padding: 15vh 10vh 8vh 5vw;
  display: flex;
}

.div-block-9.last {
  margin-bottom: 0;
  padding-right: 16vh;
}

.text-block-3 {
  color: #f0bf43;
  text-align: left;
  margin-top: 2vw;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Cinzel, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.5vw;
}

.text-block-3.bio {
  margin-top: 1vw;
  margin-left: 1vw;
}

.text-span, .text-span-2 {
  font-weight: 600;
}

.image-2 {
  width: 8vw;
  margin-right: 1vw;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 5vh;
  display: flex;
}

.div-block-11 {
  height: 5vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block {
  color: #cfa117;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-left: 2vw;
  margin-right: 2vw;
  text-decoration: none;
  display: flex;
}

.button-2 {
  color: #efbf43;
  background-color: #ffcb4a00;
  border: 1px solid #f8b70a;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.image-3 {
  width: 15vw;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vh;
  font-size: 4vw;
  display: flex;
}

.image-4 {
  width: 90%;
  margin-right: -5vw;
}

.div-block-13 {
  background-color: #031101;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.image-5 {
  width: 3vw;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2vh;
  display: flex;
}

.bold-text {
  font-weight: 600;
}

.div-block-15 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-17 {
  background-color: #1a1919;
  border-radius: 1vw;
  width: 100%;
  height: 40vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 3vh;
  display: flex;
}

.text-block-4 {
  color: #f0bf43;
  margin-left: 1vw;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-style: italic;
  font-weight: 300;
}

.div-block-19, .div-block-20 {
  margin-bottom: 2vh;
}

.div-block-21 {
  display: none;
}

.image-6 {
  height: 90%;
  margin-right: -5vw;
}

.text-span-3 {
  font-weight: 400;
}

.div-block-22 {
  width: 100%;
  height: 10vh;
  padding-left: 5vw;
}

.div-block-23 {
  height: 5vh;
}

.div-block-24 {
  width: 100%;
  height: 10vh;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    display: none;
  }

  .div-block-3 {
    width: 100%;
  }

  .heading {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-block {
    margin-bottom: 5vh;
    font-size: 1.8vw;
    line-height: 3vw;
  }

  .text-block.footer {
    font-size: 1.5vw;
  }

  .text-block._3, .text-block._3.line {
    font-size: 1.8vw;
  }

  .text-block._5 {
    font-size: 2vw;
    line-height: 3vw;
    display: none;
  }

  .div-block-8 {
    background-color: #031101;
    background-image: linear-gradient(#0000 56%, #082004), linear-gradient(#031101c2, #031101c2);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    justify-content: center;
    align-items: center;
  }

  .button {
    font-size: 2vw;
  }

  .div-block-9 {
    height: auto;
    margin-bottom: 25vh;
    padding-right: 5vh;
  }

  .text-block-3 {
    margin-left: 2vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .image-2 {
    width: 10vw;
  }

  .div-block-11 {
    display: none;
  }

  .button-2 {
    font-size: 1.5vw;
  }

  .div-block-13 {
    display: none;
  }

  .image-5 {
    width: 5vw;
  }

  .div-block-16 {
    width: 100%;
    height: 50vh;
  }

  .text-block-4 {
    font-size: 1.5vw;
  }

  .div-block-21 {
    background-color: #031101;
    background-image: url('../images/Prinz.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto 90%;
    width: 100%;
    height: 70vh;
    margin-bottom: 10vh;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-bottom: 0;
    font-size: 6vw;
    line-height: 7vw;
  }

  .image {
    width: 20vw;
  }

  .text-block {
    text-align: center;
    font-size: 3vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .text-block.footer {
    font-size: 2.5vw;
  }

  .text-block.sub, .text-block._3 {
    font-size: 3vw;
  }

  .text-block._3.line {
    margin-right: 0;
    font-size: 3vw;
  }

  .text-block._5 {
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .div-block-7._2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-7._3 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-8 {
    background-image: linear-gradient(#0000 56%, #082004), linear-gradient(#03110194, #03110194);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 15vh;
  }

  .button {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 4vw;
  }

  .div-block-9 {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10vh;
    padding-top: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9.last {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    font-size: 9vw;
    line-height: 8vw;
  }

  .image-2 {
    width: 20vw;
  }

  .button-2 {
    margin-bottom: 1vh;
    font-size: 3vw;
    line-height: 5vw;
  }

  .image-5 {
    width: 9vw;
  }

  .bold-text {
    font-weight: 400;
  }

  .div-block-15, .div-block-18 {
    flex-flow: column;
  }

  .text-block-4 {
    margin-top: 1vh;
    font-size: 3vw;
  }

  .div-block-21 {
    border-radius: 4vw;
    justify-content: center;
    align-items: flex-end;
    width: 90vw;
    height: 60vh;
    margin-bottom: 5vh;
    margin-left: 0;
    overflow: hidden;
  }
}


