/* In ALLEN CSS-Dateien die @font-face Regeln anpassen */
@font-face {
    font-family: 'Just Another Hand';
    /* NUR moderne Formate behalten */
    src: url('../fonts/Calligraph/Naissan1-Regular.woff2') format('woff2'),
         url('../fonts/Calligraph/Naissan1-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* ⭐ WICHTIG: Text sofort mit Fallback-Font anzeigen */
}

p{ 
    font-family: 'Just Another Hand';
    text-align: justify;
    color:rgb(254,229,0);
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
}

.headline{
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 20vw;
}

a{
    color: chocolate;
    text-decoration: none;
}

/*portrait style as default*/
#imgAlone{
    position:fixed;
    z-index: 13;
    left: 50%;
    transform: translate(-50%);
    height: 100lvh;
    width: auto;
}
#imgAloneTOP{
    display:block;
    height: 100lvh;
    width: auto;
}

#imgAloneTOPHeader{
    top: 0lvh;
    cursor: pointer;
}

#imgAloneTOPland{
    position:fixed;
    z-index: 30;
    display:block;
    left:0;
    top: 50lvh;
    transform: translate(0,-50%);
    width: 100%;
}

#overlayWrapper{
    top:45vh;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
}
#overlay{
    left: 50%;
    transform: translate(-50%);
    width: 90%;
}