.hah-storybox {
   margin:auto;
  max-width: 500px;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 30px;
 background:url('https://www.weare.hauntedandholy.de/storyline/story2.jpg');
  background-color: #000;
 background-size: cover;
   background-size: 540px;
  background-position: 41% 95%;
  box-sizing: border-box;
  color: white;
}

.hah-inner {
  border: 1px solid white;
  height: 100%;
  padding: 30px;
}

.hah-effect {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hah-storybox:hover .hah-initial {
  bottom: 100%;
}
.hah-storybox:hover .hah-story {
  top: 0;
}

.hah-initial {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 30px;
  transition: bottom 0.5s ease;
  font-family: 'DM Serif Display', serif;
  text-transform: uppercase;

}

.hah-initial ul {
  position: relative;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px;
font-family: 'Work Sans', sans-serif;
  font-size:10px;
  top: -15px;
left: 11px;

}
.hah-initial .first,
.hah-initial .second,
.hah-initial .third {
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.hah-initial .first {
  animation-delay: 0s;
}
.hah-initial .second {
  animation-delay: 0.5s;
}
.hah-initial .third {
  animation-delay: 1s;
}

@keyframes fade-in {
  from {opacity: 0;}
  to {opacity: 1;}
}

.hah-story {
  background:url('https://www.hauntedandholy.de/images/themes/hauntedandholy/bg.png');
  background-blend-mode: multiply;
  padding: 30px;
  height: 90%;
  position: absolute;
  width: 80%;
  left: 0;
  top: 100%;
  overflow-y: auto;
  transition: top 0.5s ease;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
 text-align: justify;
}

.hah-story b {
padding: 3px;
background: #cc5031;
font-style: normal;
font-weight: bold;
font-size: 11px;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #fff;
}

.hah-story i {font-style: italic;
font-weight: normal;
font-size: 10px;
text-align: justify;
letter-spacing: 0.19em;
text-transform: uppercase;
  color: #cc5031;}

.hah-story button:hover{cursor: pointer}
    button {
      background: transparent; outline: none;
      position: relative;
      border: 2px solid #cc5031;
      padding: 15px 50px;
      overflow: hidden;
      color:#cc5031;
      font-family: 'Work Sans', sans-serif;
  font-size:10px;
    }

    /*button:before (attr data-hover)*/
.hah-story button:hover:before{opacity: 1; transform: translate(0,0);}
.hah-story button:before{
      content: attr(data-hover);
      position: absolute;
       top: 15px; left: 0;
      width: 100%;
      opacity: 0;
      transform: translate(-100%,0);
      transition: all .3s ease-in-out;
      font-family: 'Work Sans', sans-serif;
  font-size:10px;
      text-transform:uppercase;
    }
      /*button div (button text before hover)*/
.hah-story button:hover div{opacity: 0; transform: translate(100%,0)}
.hah-story button div{
        text-transform: uppercase;
         font-family: 'Work Sans', sans-serif;
  font-size:10px;
        transition: all .3s ease-in-out;
      }

section.button1{
    margin-left:50px;
  margin-top:30px;
  margin-bottom:20px;
text-align:center;

  }
