html {
  scroll-behavior: smooth;
  width: 100vw;
}

.imprint {
  margin: 32px;
  margin-bottom: 50px;
}

.minHead{
  height: 23px;
}

.burgerButton {
  display: none;
}

.backButton {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: none;
  border-radius: 999px;
  background: #e9e9e9;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 60px;
}

.backButton:hover {
  background: #dcdcdc;
  transform: translateX(-2px);
}

.backButton:active {
  transform: translateX(0);
}

body {
  margin: 0;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  background-color: #69689161;
  width: 100vw;
}

.align {
  align-items: center;
}

.center {
  justify-content: center;
}

.page {
  max-width: 1440px;
  width: 100%;
  min-height: 100vh;
}

.aboutBottom {
  margin-top: 48px !important;
  padding-block: 16px;
  padding-inline: 16px;
  background-color: rgb(255, 255, 238);
}

.aboutLink {
  text-decoration: none;
  color: #8b7862;
  font-weight: bold;
}

.aboutLink:hover {
  text-decoration: underline;
}

.imgLink{
  text-align: end;
  width: stretch;
  padding-right: 180px;
}

.allBooksList {
  gap: 4px;
}

.minCover {
  height: 230px;
  border-radius: 8px;
}

.minBookInfo {
  height: 140px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.minBookInfo h4 {
  margin-block: 0;
}

.minBookInfo p {
  margin-block: 0;
  margin-right: 18px;
}

.minHead {
  height: 46px;
}

.allBooksList p {
  font-size: 14px;
  margin-block: 8px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background-color: #827b7b;
  margin-bottom: -11px;
  z-index: 3;
  box-sizing: border-box;
}

.maxWitdh {
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
}

.overviewCoverDiv {
  height: fit-content;
  width: 50%;
}

.overviewCoverShadow {
  display: inline-block;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 0 20px 10px rgba(58, 57, 57, 0.4);
}

.popupCoverShadow {
  display: inline-block;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 0 20px 10px rgba(111, 107, 107, 0.4);
  height: 200px;
}

.overviewCover {
  display: block;
  max-width: 100%;
  height: 500px;
  border-radius: 8px;
}

.logo {
  height: 90px;
  padding-left: 12px;
}

nav {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  height: 100%;
  align-items: center;
  padding-right: 16px;
}

nav a {
  text-decoration: none;
  font-size: 20px;
  color: black;
}

nav a:hover {
  text-decoration: underline;
}

footer a {
  text-decoration: none;
  color: black;
  font-size: 16px;
}

footer a:hover {
  text-decoration: underline;
}

button:hover {
  cursor: pointer;
}

footer button:hover {
  background-color: #6e6868;
}

footer button {
  display: inline-block;
  padding: 6px 20px;
  background: #555050;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #7d7676;
}

.space {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.booksButton {
  display: inline-block;
  padding: 6px 20px;
  background: #555050;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #5a916c;
}

.moreHead {
  text-align: center;
  width: calc((100vw / 3) * 2);
  max-width: calc((1440px / 3) * 2);
}

.moreBooksButton:hover {
  background-color: #6e6868;
}

.mainText {
  width: 65%;
}

.profileImg {
  width: 35%;
}

.imgMusic {
  height: 300px;
  margin-left: 32px;
}

#info {
  padding-inline: 0px;
}

.infoMenu {
  width: 100%;
  justify-content: space-around;
  align-self: center;
  background-color: #555050;
  padding-inline: 16px;
  height: 60px;
  align-items: center;
}

.infoMenu button {
  width: 200px;
  height: 40px;
  border-radius: 10px;
  color: white;
  background-color: #555050;
  border: 2px solid #7d7676;
}

.infoMenu button:hover {
  background-color: #6e6868;
}

.activ {
  background-color: #d6caca !important;
  color: #393535 !important;
}

#books {
  height: fit-content;
  margin-block: 35px;
  padding-top: 60px;
  width: 100%;
}

#booksNotA {
  max-width: 950px;
}

.bookHeaderDiv{
  width: 100%;
  padding-bottom: 40px;
}

.decoration{
  text-decoration: none;
}

.alignLeft {
  text-align: left;
}

.newBook {
  display: flex;
  flex-direction: column;
}

.listItem {
  max-width: 480px;
  width: calc(100vw / 3);
  align-items: center;
  height: 100%;
}

.textCenter {
  text-align: center;
}

.list {
  width: 100vw;
  overflow-x: auto;
  height: fit-content;
  margin-inline: 32px 16px;
  padding-bottom: 40px;
}

.moreList {
  height: 80%;
}

.sectionHeader {
  padding-inline: 16px;
}

#practice {
  height: 100%;
  padding-inline: 64px;
  padding-top: 80px;
}

.practiceList {
  max-width: 800px;
  padding-bottom: 16px;
}

.left {
  width: 100vw;
  max-width: 1440px;
}

.bookHead {
  max-width: 1150px;
}

#aMinfos {
  margin-top: 60px;
  width: fit-content;
}

#aboutMe {
  height: 100%;
  margin-block: 22px;
  padding-top: 40px;
  padding-top: 60px;
}

#music {
  max-width: 940px;
  height: 100%;
  margin-block: 22px;
  padding-inline: 16px;
  padding-top: 60px;
  padding-block-end: 60px;
}

.image {
  height: 100%;
  margin-block: 38px 10px;
  padding-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding-top: 140px;
}

footer {
  position: fixed;
  bottom: 0;
  height: 40px;
  background-color: lightgray;
  width: 100vw;
  display: flex;
  justify-content: center;
  gap: 32px;
  align-items: center;
  z-index: 2;
}

.bookCover {
  height: 228px;
  border-radius: 8px;
}

.none {
  display: none !important;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

#overview {
  width: 100%;
  min-height: 500px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-bottom: 0px;
}

.overviewTitle {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.overviewText {
  width: 50%;
  text-align: justify;
  padding-inline: 16px;
  z-index: 2;
}

.overviewText h3 {
  margin-bottom: 10px;
}

.overviewHead {
  width: 100%;
  margin-left: 25px;
}

.new {
  font-size: 1.1875rem;
}

.overviewSubTitle {
  margin-top: 0;
  font-size: 1.25rem;
}

.pt24 {
  font-size: 2rem;
}

.pt20 {
  font-size: 1.69rem;
}

.pt16 {
  font-size: 1.31rem;
}

.pt18 {
  font-size: 1.5rem;
}

.pt14 {
  font-size: 1.19rem;
}

.imgGalery {
  height: 250px;
  width: auto;
  border-radius: 4px;
}

.musicDescription {
  text-align: justify;
      padding-inline: 16px;
}

.descriptionIntro {
  font-size: 1.25rem;
}

.description {
  margin-bottom: 16px !important;
}

.subDescription {
  font-size: 12px;
}

.overviewText p {
  line-height: 1.7;
  margin: 0px;
  margin-inline: 16px;
}

.buyButton {
  display: inline-block;
  padding: 14px 28px;
  background-color: #555050;
  color: white;
  text-decoration: none;
  border: 2px solid #7d7676;
  border-radius: 10px;
  margin-bottom: 8px;
}

.overviewText a:hover {
  background-color: #6e6868;
}

.practice {
  margin-bottom: 32px;
  justify-content: space-between;
}

.practiceTop {
  flex-direction: column;
}

.routeButton {
  display: inline-block;
  padding: 14px 28px;
  background-color: #555050;
  color: white;
  text-decoration: none;
  margin-top: 16px;
  border-radius: 10px;
  margin-bottom: 8px;
  text-align: center;
  width: 120px;
}

.routeButton:hover {
  background-color: #6e6868;
}

.mapImg {
  height: 360px;
}

.overviewImage {
  width: 45%;
  height: 500px;
  background-size: cover;
  background-position: center;
  mask-image: linear-gradient(to left, black 65%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, black 65%, transparent 100%);
}

.pImgCont {
  height: 600px;
  width: 50%;
}

.profileImage {
  height: 600px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.lyrikLink {
  color: #487456;
  text-decoration: underline;
}

.profileInfo {
  width: 50%;
  margin-top: 60px;
}

.aboutMenu {
  margin-block: 8px;
  background-color: #2b4834;
  height: 35px;
  justify-content: space-around;
  align-items: center;
}

.aboutMenu button {
  width: 200px;
  height: 25px;
  border-radius: 10px;
  color: white;
  background-color: #555050;
  border: 1px solid #6a6464;
}

.aboutMenu button:hover {
  background-color: #6e6868;
}

#buyPopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.181);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.buyBackground {
  position: fixed;
  width: 650px;
  height: 540px;
  z-index: 5;
  top: 0px;
}

.buyPopupContent {
  height: 100%;
  /* width: 100%; */
  align-items: center;
  flex-direction: column;
  background-color: #efe9e2;
  padding: 16px;
  border: 2px solid #7d7676;
  border-radius: 8px;
}

.popupHead {
  margin-block: 10px;
}

.topLink {
  margin-top: 25px;
}

.buyCover {
  height: 200px;
}

.shopLinks {
  gap: 8px;
}

.shopLinks a {
  display: inline-block;
  padding: 7px 28px;
  background-color: #ffffff;
  border: 2px solid #7d7676;
  color: black;
  text-decoration: none;
  border-radius: 10px;
  margin-bottom: 4px;
  text-align: center;
}

.shopLinks a:hover {
  background-color: #c5c5c5;
}

.closeButton {
  height: 40px;
  width: 40px;
  border: 2px solid #7d7676;
  border-radius: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.closeButton:hover {
  background-color: #c5c5c5;
}

.shopLinkIco {
  height: 20px;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carouselViewport {
  width: 100%;
  overflow: hidden;
}

.carouselTrack {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.4s ease;
}

.carouselSlide {
  position: relative;
  flex: 0 0 70%;
  height: 500px;
  opacity: 0.35;
  transform: scale(0.9);
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  overflow: hidden;
  border-radius: 20px;
}

.slideBackground {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(25px);
  transform: scale(1.15);
  opacity: 0.5;
  z-index: 1;
}

.carouselSlide.active {
  opacity: 1;
  transform: scale(1);
}

.carouselSlide img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


.carousel::before,
.carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.carousel::before {
  left: 0px;
  background: linear-gradient(to right, white, transparent);
}

.carousel::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}



.carouselArrow {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  background: rgba(222, 222, 222, 0.34);
  backdrop-filter: blur(4px);
  transition: 0.2s;
}

.carouselArrow:hover {
  background: rgba(255, 255, 255, 0.9);
}

.carouselArrow.left {
  left: 15px;
}

.carouselArrow.right {
  right: 15px;
}













.audio-preview {
    padding: 0rem 1.5rem 1rem 1.5rem;
    border-radius: 16px;
    backdrop-filter: blur(5px);
}

.audio-preview h3 {
    margin-block: 0 1rem;
    color: #385640;
}

.audio-preview audio {
    width: 100%;
}

/* Impressum / Datenschutz */

.legalPage {

    width: 100%;
    max-width: 1440px;

    margin: 0 auto;

    padding: 32px 16px;

    box-sizing: border-box;
}

/* Überschriften */

.legalPage h1 {

    margin-bottom: 2rem;
}

.legalPage h2 {

    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* Text */

.legalPage p {

    line-height: 1.6;

    margin-bottom: 1rem;
}

/* Links */

.legalPage a {

    color: inherit;

    text-decoration: underline;
}

.legalPage a:hover {

    opacity: 0.8;
}

.legalPage {

    width: 100%;
    max-width: 900px;

    margin: 0 auto;

    padding: 32px 16px;
}











@media (max-width: 970px) {


  nav {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .overviewImage {
    display: none;
  }

  #overview {
    flex-direction: column;
    text-align: center;
  }

  .overviewDiv{
    flex-direction: column-reverse;
  }

  .overviewText {
    width: auto;
    padding-inline: 20px;
  }

  .overviewCoverDiv {
    height: fit-content;
    width: 100%;
    margin-top: 20px;
  }

  .profileInfoUl{
    padding-inline: 56px 16px;
  }

  .profileImage {
    height: 450px;
  }

  .aboutDiv{
    padding-block: 16px;
    padding-left: 16px;
  }

  .pImgCont {
    width: 100%;
    height: 450px;
  }

  .moreList{
    justify-content: center;
    align-items: center;
  }

  .profileInfo {
    width: 100%;
    margin-top: 20px;
    padding-inline: 20px;
  }

  .list {
    margin-inline: 16px;
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }


  .carousel {
    height: 400px;
  }

  .carouselSlide {
    flex: 0 0 80%;
  }

  .imgMusic {
    height: 220px;
  }

  .listItem{
    width: auto;
  }
}


@media (max-width: 750px) {
  .moreList{
        flex-direction: column;
  }

  .shopLinks {
    width: 90%;
  }

  .buyBackground{
    height: 630px;
  }

 
  .musicTop{
        flex-direction: column;
  }

  .imgMusic{
    width: 80%;
    height: auto;
    margin-left: 0;
  }

  .buyBackground{
    width: 100%;
  }

  .minBookInfo {
    height: fit-content;
  }

  .audio-preview{
    padding: 1rem 1.5rem 1rem 1.5rem;
  }

  .audio-preview h3{
    text-align: center;
  }

  .legalPage {
    padding-bottom: 100px;
  }

    .bookCover {
    height: auto;
    width: 160px;
    }
}


@media (max-width: 610px) {

  body {
    overflow-x: hidden;
  }

  header {
    position: fixed;
    flex-direction: column;

  }

  .burgerButton {
    display: block;
    font-size: 28px;
    border: none;
    background: transparent;
    margin-right: 16px;
    cursor: pointer;
  }

  .maxWitdh {
    align-items: center;
  }



  nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #827b7b;
    flex-direction: column;
    padding: 16px;
    z-index: 10;
  }

  nav.open {
    display: grid;
    height: auto;

  }

  nav a {
    padding: 10px;
    text-align: center;
  }



  #overview {
    flex-direction: column;
    margin-top: 120px;
  }

  .mobileFSh2{
    font-size: 1.17rem;
  }

  .mobileFSh3{
    font-size: 1.08rem;
  }

  .overviewText {
    width: 100%;
    padding-inline: 12px;
  }

  .overviewCover {
    height: 300px;
  }

  .overviewCoverDiv {
    width: 100%;
  }

  /* INFO MENU (falls später genutzt) */
  .infoMenu {
    flex-wrap: wrap;
    height: auto;
    gap: 8px;
    padding: 10px;
  }

  .aboutDiv{
    flex-direction: column;
    padding-left: 0;
  }

  .aMinfo{
        padding-right: 32px;
  }

  .bookHeaderDiv{
    margin-left: 0;
  }

  .infoMenu button {
    width: 45%;
    font-size: 14px;
  }

  .imgLink{
  text-align: center;
  width: auto;
  padding-right: 0;
}

  /* BÜCHER */
  .list {
    flex-direction: column;
    align-items: center;
    overflow-x: visible;
  }

  .listItem {
    width: 100%;
    max-width: 320px;
        padding-block-end: 34px;
  }

  .bookCover {
    width: 140px;
  }

  /* PRAKTIKUM / TEXTBEREICHE */
  #practice {
    padding-inline: 16px;
  }

  .practice {
    flex-direction: column;
  }



  .profileInfo {
    width: 100%;
    padding-inline: 0px;
  }

  .profileInfoDiv{
    padding-inline: 16px;
  }

  .profileInfoUl{
    padding-inline-start: 56px;
    padding-inline-end: 16px;
  }

  /* MUSIC */
  #music {
    padding-inline: 16px;
  }

  .imgMusic {
    margin-left: 0;
  }

  /* CAROUSEL */
  .carousel {
    height: 280px;
  }

  .carouselSlide {
    flex: 0 0 90%;
    height: 280px;
  }

  .carouselArrow {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  /* FOOTER */
  footer {
    flex-direction: column;
    height: auto;
    padding: 8px;
    gap: 8px;
  }

  /* BUTTONS */
  .buyButton,
  .routeButton {
    text-align: center;
  }

  .moreHead{
    width: auto;
  }

  .minHead{
    text-align: center;
    height: fit-content;
  }
}




