#main-menu-mobile {
    position: fixed;
    z-index: 99999;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

.Kontext-texts {
    font-size: clamp(25px, 4vw, 35px);
}

#main-menu-mobile span:hover {
    text-decoration: underline;
    cursor:alias;
}

#main-menu-mobile-button {
    font-family: 'Times New Roman', Times, serif;
    position: fixed;
    top: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid black;
    border-radius: 20rem;
    padding: 6px 14px;
    z-index: 9999;
    cursor: pointer;
}


#menu-background-line {
    position: fixed;
    display: flex;
    width: 100vw;
    height: fit-content;
    text-align: right;
    padding-right: 15px;
    top: 20px;
    left: 95px;
    padding: 8px 16px;
    border-color: white;
    border-width: 0;
    border-style: solid;
    align-items: center;
    gap: 1rem;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0s ease;
}



.main-menu-mobile-sub {
        display: none;
        position: fixed;
        background-color: rgb(227, 227, 227, .9);
        z-index: 3;
        width: 100vw;
        height: calc(var(--vh, 1vh) * 100);
        top: 0;

}

.main-menu-mobile-sub.open {
    display: flex;
}

.main-menu-mobile-sub.open #menu-background-line {
    opacity: 1;
    pointer-events: auto;
}


.menu-button {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0s forwards;
}


.main-menu-mobile-sub.open .menu-button:nth-child(1) { animation-delay: 0.05s; }
.main-menu-mobile-sub.open .menu-button:nth-child(2) { animation-delay: 0.1s; }
.main-menu-mobile-sub.open .menu-button:nth-child(3) { animation-delay: 0.15s; }
.main-menu-mobile-sub.open .menu-button:nth-child(4) { animation-delay: 0.2s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-img {
    position: relative;
    width: 20vw;
    height: fit-content;
    margin: auto;
    align-self: center;
}

.poem span:hover {
    text-decoration: underline;
}

.poem {
        display: none;
        font-family: 'Times New Roman', Times, serif;
        font-size: clamp(15px,1rem + 2vw,18px);
        height: calc(var(--vh, 1vh) * 100);
        width: 100vw;
        margin: auto;
        align-content: center;
        text-align: center;
        grid-template-columns: 50vw 50vw;
        background-color: white;
        background-color: #EBEBEB;
        z-index: 99;
        position: absolute;
}

.menu-block-left {
    display: block;
    position: relative;
    text-align: left;
    margin: auto;
    align-content: center;
    width: auto;
    left: 4vw;
}

@media (max-width:768px) {
            .menu-block-left {
                left: 10vw;
            }
        }

.menu-block-left span {
    position: relative;
    height: fit-content;
}

/*BEGIN LIST ARTISTS */

.artist-titles {
    font-style: italic;
}

#alphabet-artists {
    /* display: flex; */
    position: absolute;
    width: 100vw;
    margin: auto;
    top: 10vh;
    justify-content: center;
    background-color: whitesmoke;
    font-size: 23px;
    
}

#alphabet-artists a {
    padding: 5px; 
    text-decoration: none;
    color: black;
}

#alphabet-artists .alphabet-set:hover {
    text-decoration: underline;
}

.alphabet-blanc {
    opacity: 50%;
    cursor:not-allowed;
}


.alphabet-logos {
    height: clamp(15px,6vh,35px);
    width: fit-content;
    margin: 8% 0% 0%;
    background-color: #c2c1c1;
}

.alphabet-letters {
    color: white;
    font-size: 23px;
    width: 38vw;
    position: relative;
    left: 0;
    display: inline-block;
    padding: 3px 3px;
    border-radius: 10px;
}

.alphabet-letters-style {
    display: inline-block;
    position: relative;
    rotate: 7deg;
    color: white;
    left: 20px;
}

.alphabet-letters-style:hover {
    color: white;
}

#head-artists-names {
    position: relative;
    display: block;
    width: auto;
    grid-template-columns: auto;
    overflow: auto;
    direction: rtl;
    height: 85%;
    top: 15%;
    padding-bottom: 80px;
    scrollbar-width: none;
}

#head-artists-imgs {
    display: flex;
    align-content: center;
    height: 50vh;
    max-width: 45vw;
    margin: auto 0;
    top: 5vh;
    border: 5vh solid;
    background: white;
    border-color: rgba(255,255,255,.7);
    
    
    
    @media (max-width:768px) {
        display: none;
    }
}

.artist-names {
    left: 20px;
}

.dot-menu {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin-bottom: 14px;
    display: inline-block;
    display: none;
}


.corners {
    position:relative;
    }
    
.corners:before, .corners:after, .corners>:first-child:before, .corners>:first-child:after {
        position:absolute;
        width:2rem;
        height: 2rem;
        border-color: rgba(140, 118, 118, 1);
        border-style:solid;
        content: ' ';
    }
    
.corners:hover:before, .corners:hover:after, .corners:hover>:first-child:before, .corners:hover>:first-child:after {
        border-color: rgb(140, 118, 118, .6); 
    }
    
    .corners:before {top:0;left:0;border-width: 4px 0 0 4px}
    .corners:after {top:0;right:0;border-width: 4px 4px 0 0}
    .corners>:first-child:before {bottom:0;right:0;border-width: 0 4px 4px 0}
    .corners>:first-child:after {bottom:0;left:0;border-width: 0 0 4px 4px}

.artists-imgs-main {
    align-items: center;
    margin: auto;
    /* background-image: url(assets/logos/cross.svg); */
    align-content: center;
    justify-content: center;
    display: contents;
    height: 100vh;
    /* width: 100vw; */
}
    
.rahmen {
        align-self: center;
        width: 45vw;
        max-width: 750px;
        padding: 15px;
        margin: auto;
    }
    
.rahmen img {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 100%;
      max-height: 60vh;
      width: auto;
      height: auto;
      border: 20px solid white;
    }
    
.rahmen p {
      width: 0;
    }

/*BEGIN EDITIONS*/

#poem2 > * {
    position: relative;
    width: 100vw;
    background-color: #EBEBEB;

}

#editions-head-main {
    overflow: auto;
    justify-content: center;
    display: grid;
    grid-template-columns: 20vw 20vw 20vw 20vw;
    margin: 10% 0%;
    margin-top: 10vh;
    z-index: 1;
}

.edition-column {
    grid-column: 1/4;
}

.sticky-wrapper-full {
    position: relative;
}

.sticky-wrapper {
    height: calc(50rem + 50px);
    position: relative;
    margin-bottom: 50px;
  }

  .sticky-wrapper-editions {
    height: 85vh;
    position: relative;
    width: fit-content;
  }

  @media (max-width:768px) {
    .sticky-wrapper-editions {
    height: 55vh;
    position: relative;
    width: fit-content;
  }
  }


.editions-head {
    position: sticky;
    top: calc(1rem + 20px);
}

.editions-head  .corners:before {
    width: 1rem;
    height: 1rem;
}

.editions-head  .corners:after {
    width: 1rem;
    height: 1rem;
}

.editions-head .corners>:first-child:before {
    width: 1rem;
    height: 1rem;
}

.editions-head .corners>:first-child:after {
    width: 1rem;
    height: 1rem;
}

.edition-body {
    position: relative;
    display: inline-table;
    margin: 20px;
    width: auto;
    /* height: 20vh; */
}

.edition-body-content {
    display: block;
    align-content: center;
    height: 100%;
    width: fit-content;
    margin: auto;
}

.edition-body-content:hover {
    cursor: pointer;
}

.edition-text {
    padding: 10px;
}

/*END EDITIONS*/
/*BEGIN ABOUT*/

#poem3  {
    grid-template-columns: 100%;
    text-align: justify;
    /* font-family: "Georgia-regular"; */
    background-color: #EBEBEB;
    overflow: auto;

}

#about-head {
    /* display: flex; */
    margin: auto;
    align-content: center;
    width: 65vw;
}

#about-head a{
    background-color: #c2c1c1;
    padding: auto;
    margin: 20px;
}

.letter-rotate {
    display: inline-flex;
    font-style: normal;
    transform: rotateZ(25deg);
}

/*END ABOUT*/

/*BEGIN SUBSCRIBE*/

#poem4 {
    background-color: #EBEBEB;
}

#subscribe-logo {
    position: relative;
    width: 100vw;
    height: auto;
    align-content: center;
}


#subscribe-logo img {
    display: flex;
    max-width: 42vw;
    height: auto;
    max-height: 60vh;
    position: relative;
    justify-self: center;
    margin: auto;
}