@font-face {
  font-family: "Castellar";
  src: url("../fonts/Castellar.woff2") format("woff2"),
       url("../fonts/Castellar.woff") format("woff"),
       url("../fonts/Castellar.ttf") format("truetype");
}

html {
  background: #140d08;
}

body {
  margin: 0 auto;
  max-width: 1920px;
  width: 70%;
  border-left: solid 8px #f9b94a;
  border-right: solid 8px #f9b94a;
}

header {
  font-family: "Castellar", Fallback, serif;
  font-weight: 100;
  font-style: normal;
  color: #f9b94a;
  border-left: solid 5px #f9b94a;
  border-right: solid 5px #f9b94a;
  margin: 0px 5px 0px 5px;
  position: relative;
}

#titles {
  position: absolute;
  top: 18%;
  text-align: left;
  left: 50%;
  transform: translate(-50%, -50%);
}

#titles h1 {
  font-size: 8vw;
  padding-bottom: 15px;
}

#titles h2 {
  font-size: 2.5vw;
}

#titles h3 {
  font-size: 1.5vw;
  padding-bottom: 15px;
}

#covertext {
  position: absolute;
  top: 45%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

#covertext h1 {
  font-size: 3vw;
  color: #000000;
  padding-bottom: 15px;
}

#covertext2 {
  position: absolute;
  top: 35%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

#covertext2 h1 {
  font-size: 4vw;
  color: #FFFFFF;
  padding-bottom: 15px;
}

#covertext2 h2 {
  font-size: 3vw;
  color: #FFFFFF;
  padding-bottom: 15px;
}

h5 {
  color: #f9b94a;
}

a, a:link, a:visited, a:hover, a:active {
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
}

main {
  font-family: "Times New Roman", Fallback, serif;
  font-weight: 100;
  font-style: normal;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
  color: #fff;
  border-left: solid 5px #f9b94a;
  border-right: solid 5px #f9b94a;
  margin: 0px 5px 0px 5px;
  padding: 100px 50px 100px 50px
}

main h4 {
  color: #f9b94a;
  padding-bottom: 15px;
}

footer {
  font-family: "Castellar", Fallback, serif;
  font-weight: 100;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  color: #f9b94a;
  border-left: solid 5px #f9b94a;
  border-right: solid 5px #f9b94a;
  margin: 0px 5px 0px 5px;
  position: relative;
}

#copyright {
  position: absolute;
  bottom: 75px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 480px) {
  body {
    width: 95%;
  }

  #titles h1 {
    font-size: 10vw;
  }

  #titles h2 {
    font-size: 4.5vw;
  }

  #titles h3 {
    font-size: 3.5vw;
  }
}

.book2-main {
  background-color: #020e1d; /* Dunkelblau */
}

#book2 #titles h1,
#book2 #titles h2,
#book2 #titles h3 {
  color: #f9b94a; /* Gelb wie beim ersten Buch */
  text-shadow: 2px 2px 5px #001f4d; /* Dunkelblauer Schatten */
}

.buch-übergang {
  height: 150px;
  background: linear-gradient(to bottom, #150a08 0%, #0a57b3 100%);
  border-left: solid 5px #f9b94a;
  border-right: solid 5px #f9b94a;
  margin: 0px 5px;
  position: relative;
}