@charset "UTF-8";
.banner {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 75vh;
}
@media screen and (max-width: 800px) {
  .banner {
    height: 60vh;
  }
}

html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

.main {
  margin-left: 90px;
  margin-right: 90px;
}
@media screen and (max-width: 1100px) {
  .main {
    margin-left: 45px;
    margin-right: 45px;
  }
}
@media screen and (max-width: 800px) {
  .main {
    margin-left: 15px;
    margin-right: 15px;
  }
}

h1 {
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
}

h5 {
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 1100px) {
  h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  color: #A5A5A5;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 8px 0px;
}
@media screen and (max-width: 1100px) {
  h6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  h6 {
    font-size: 12px;
  }
}

hr {
  border: 1px solid #E6E6E6;
  margin-bottom: 40px;
}
.book {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  position: relative;
  max-width: 1400px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 1000px) {
  .book {
    grid-template-columns: 100%;
    row-gap: 50px;
    margin-bottom: 100px;
  }
}
.book .book-img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  box-sizing: border-box;
}
.book .book-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  max-height: 500px;
  display: block;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1000px) {
  .book .book-img img {
    padding-left: 20px;
    padding-right: 15px;
  }
}
.book .book-info {
  box-sizing: border-box;
  padding-left: 50px;
}
@media screen and (max-width: 1000px) {
  .book .book-info {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.book .book-info p {
  color: #848484;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 21px;
  margin-top: 32px;
}
.book .book-info .rating {
  height: 18px;
  display: flex;
  gap: 8px;
}
.book .book-info .rating .rating-text {
  box-sizing: border-box;
  color: #A5A5A5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.book .book-info .book-links {
  height: 18px;
  display: flex;
  gap: 8px;
}
.book .book-info .book-links .amazon-cta {
  width: 100px;
  height: 30px;
  padding: 3px 0 3px 0;
  background-color: #000;
  display: block;
  border-radius: 6px;
}
.book .book-info .book-links .amazon-cta img {
  margin: 3px auto auto auto;
  display: block;
}
.book .book-info .book-links .lesealter {
  width: 100px;
  height: 30px;
  padding: 3px 0 3px 0;
  background: #E4E4E4;
  border-radius: 6px;
  display: block;
}
.book .book-info .book-links .lesealter .text {
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  width: 100px;
  margin-top: 2px;
}
.book .book-info .book-links .lesealter .alter {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  width: 100px;
  margin-top: 13px;
}

.kachel-ende {
  height: 100px;
  width: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.22) 100%);
  position: absolute;
  left: 0;
  box-sizing: border-box;
  position: absolute;
  transform: translateY(-100px);
  z-index: -999;
}

.veröffentlichungen-liste {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: auto;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
}
.veröffentlichungen-liste img {
  margin-left: 20px;
  margin-right: 20px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.veröffentlichungen-liste .start-img {
  margin-left: 90px;
}
@media screen and (max-width: 1100px) {
  .veröffentlichungen-liste .start-img {
    margin-left: 45px;
  }
}
@media screen and (max-width: 800px) {
  .veröffentlichungen-liste .start-img {
    margin-left: 20px;
  }
}

.show-all {
  position: absolute;
  right: 50px;
  transform: translateY(-22px);
}

.about {
  padding: 40px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  grid-template-columns: 60% 40%;
  display: grid;
}
@media screen and (max-width: 650px) {
  .about {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 800px) {
  .about {
    padding: 20px;
    border-radius: 30px;
    border-radius: 15px;
  }
}
.about .pfp-img-side {
  border-radius: 100%;
  margin: 100px auto auto auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 650px) {
  .about .pfp-img-side {
    display: none;
  }
}
.about .pfp-img-center {
  border-radius: 100%;
  margin: 30px auto 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 50%;
  display: block;
}
@media screen and (min-width: 650px) {
  .about .pfp-img-center {
    display: none;
  }
}
.about .info-about {
  color: #848484;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 21px;
  margin-top: 32px;
}

.contact-cta {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .contact-cta {
    display: block;
  }
}
.contact-cta .contact-email {
  width: 330px;
  height: 80px;
  padding: 3px 0 3px 0;
  background: #EDEDEE;
  border-radius: 20px;
  display: block;
}
@media screen and (max-width: 900px) {
  .contact-cta .contact-email {
    margin: 25px auto 0 auto;
  }
}
.contact-cta .contact-email .text {
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  width: 330px;
  margin-top: 16px;
}
.contact-cta .contact-email .alter {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  width: 330px;
  margin-top: 37px;
}
.contact-cta .contact-links {
  width: 300px;
  padding: 15px;
  background: #EDEDEE;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .contact-cta .contact-links {
    margin: 25px auto 0 auto;
  }
}
.contact-cta .contact-links img {
  cursor: pointer;
}
.contact-cta .contact-links a {
  max-height: 50px;
}/*# sourceMappingURL=startseite-css.css.map */