body {
  height: 100vh;
  width: 100vw;
  display: flex;
  margin: 0;
  overflow: hidden;
}



/*Regal*/

.panneleins{
  width: 35vw;
  height: 100vh;
  background: black;
  position:relative;
}

.list{
  width: 33vw;
  height: 96vh;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  overflow-y: scroll;
  gap: 2vw;
  margin: 1vw;
  z-index: 5;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.cover{
  height: 38vh;
  width: 8vw;
  color: #e9d5bb;
  text-align: center;
}

.cover img {
  width: 100%;
  height: 70%;
  object-fit: contain;
  object-position: top;
}

.cover p {
  margin: 0;
}

.cover:hover {
  opacity: 0.4;
}

.list::-webkit-scrollbar {
  display: none;
}

#closezwei-info {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: none;
  background: black;
  color: #e9d5bb;
  border: 3px solid;
  font-weight: bold;
  border-color: #e9d5bb;
  border-radius: 50%;
  cursor: pointer;
}

#closezwei-info:hover {
  opacity:0.4;
}



/*Übersicht*/

.pannelzwei{
  width: 35vw;
  height: 100vh;
  background: black;
  position: relative;
}

#book-info h1 {
    color: #e9d5bb;
    text-align: center;
    font-size: 6vh;
}

#book-info p {
    color: #e9d5bb;
    text-align: center;
    font-size: 2vh;
}

#book-info a {
    color: red;
    font-size: 2vh;
}

#book-info {
  text-align: center;
  color: #e9d5bb;
  margin-top: 10vh;
  font-size: 8vh;
  margin: 4vw;
}

#close-info {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: none;
    background: black;
    color: #e9d5bb;
    border: 3px solid;
    font-weight: bold;
    border-color: #e9d5bb;
    border-radius: 50%;
    cursor: pointer;
}

#close-info:hover {
    opacity: 0.4;
}


/*Bücherzelle*/

.scene {
  width: 30vw;
  height: 100vh;
  perspective: 500px;
  overflow:hidden;
}

.container {
  width: 30vw;
  height: 100vh;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1.2s ease;
  pointer-events: none;
}

.face {
  position: absolute;
  width: 30vw;
  height: 110vh;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
}

.face a {
  pointer-events: auto;
}

.floor {
  position: absolute;
  width: 30vw;
  height: 30vw;
}

.vorne {
    transform: translateZ(-15vw);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.vorne img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.back {
  transform: rotateY(180deg) translateZ(-15vw);
  pointer-events: auto;
  transform-style: preserve-3d;
  z-index: 10;
  position: absolute;
}

.back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.right {
  transform: rotateY(90deg) translateZ(-15vw);
  pointer-events: auto;
  transform-style: preserve-3d;
}

.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.left {
  transform: rotateY(-90deg) translateZ(-15vw);
  pointer-events: auto;
  transform-style: preserve-3d;
}

.left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.top {
    transform:
        rotateX(90deg)
        translateZ(-75vh);
}

.top img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  backface-visibility: hidden;
}

.bottom {
    transform:
        rotateX(-90deg)
        translateZ(-16vw);
}

.bottom img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.2);
  backface-visibility: hidden;
}

.listen-button {
  z-index: 200;
}




/*Buttons box*/

.buttons {
  position: absolute;
  z-index: 100;
  margin-top: 45vh;
  cursor: pointer;
  pointer-events: none;
}


.dreieckeins,
.dreieckzwei {
  height: 0;
  width: 0;
  background: transparent;
  border: none;
  pointer-events: auto;
}

.dreieckeins {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid black;
  margin-left: 36vw;
}

.dreieckzwei {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid black;
  margin-left: 22.3vw;
}

.dreieckeins:hover {
  border-right: 30px solid white;
}

.dreieckzwei:hover {
  border-left: 30px solid white;
}

.dreieckvier {
  height: 0;
  width: 0;
  background: transparent;
  border: none;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 45px solid black;
  margin-top: 70vh;
  position: relative;
  z-index: 201;
}

.dreieckvier:hover {
  border-bottom: 45px solid white;
}



/*homepage*/

.dreieckdrei {
  height: 0;
  width: 0;
  background: transparent;
  border: none;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #FFDE54;
  margin-left: 40vw;
  position: absolute;
  z-index: 100;
  margin-top: 90vh;
}

.dreieckdrei:hover {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid white;
}

.aussenbild {
  width: 100%;
}

.header {
  position: absolute;
  color: #FFDE54;
  margin-top: 10vh;
  width: 100%;
  text-align: center;
  font-size: 100px;
}


/*Gästebuch*/

#zettel {
    width: 160px;
    height: 210px;
    position: relative;
    transform: rotate(-5deg);
    cursor: pointer;
    bottom: 15vh;
    backface-visibility: hidden;
    z-index: 10;
}

#zettel img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.5);
    z-index: 1;
}

.text {
    position: absolute;
    margin: 20px;
    color: black;
    font-size: 20px;
    z-index: 2;
}


#gästebuch-popup {
    display:none;
    position:fixed;
    top:12vh;
    left:23vw;
    width:100%;
    height:100%;
    z-index:527;
}


.gästebuch-fenster {
    background:white;
    width:50vw;
    height:65vh;
    overflow-y: scroll;
    border-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUCAYAAAAcaxDBAAAB/klEQVR4Xu3c4Y6CMBBFYXz/h3ZjYowWluk4Byh49u/SW/r1Us0m7G3yBxW4oWmGTYLCJRB0QNA7fE9Hx5VKVhr8XLmgbxUQdP48lExKg20osxvtI05sytHn5vv8pfV9g1GacCS5f+6ltD5B56qCwq3fHDQ7wdm+RkVPaWr9Udhj81OBC9fDBcLjIoPU+qMwQZOFEnQK/0C0e0PPdmZGZ0ZbMkEjseD3ghYB2+GC/hpozwcfbLIaF535wzdU0GZ/o0+57I7v2calubL3G63/Y46e9kSB2RsUtBEonTFHay7Mny3Magm3aGhP5kiugsK7IaigsAAcZ0MFhQXgOBsqKCwAx9lQQWEBOM6GCgoLwHE2VFBYAI6zoYLCAnCcDRUUFoDjbKigsAAcZ0MFhQXgOBsqKCwAx9lQQWEBOM6GCgoLwHE2VFBYAI6zoYLCAnCcDRUUFoDjbKigsAAcZ0MFhQXgOBt6ddB2fdGLYLBHOS56DShq8McNRGGPi1OBC9eXV7xxQGSQWn8UJmiyUIIO8D9H2iewZ1M2fmrR+OgzAH/XU9CV/etpV2nH0O7sE1Zar6DzTdoc9OzfM6u97inda47Uxc9R0Q5WFzDa+JRR6mJB470WFDb6BvTqZ2rJpDT4okdAyaQ0WND5eSEobEKAxsf6D10hKLzZggoKC8Bxf46y8FUCPWCtAAAAAElFTkSuQmCC') 28 /  28px / 0 round;
    border-width:  28px;
    border-style:  solid;

}
