/*=================================GENERAL================================*/
body{
    padding:0;
    margin:0;
    max-width: 100%;
    overflow-x: hidden;
    /*background-image: url("../images/workshopBackground.png");
    background-size: contain;*/
}

/* In ALLEN CSS-Dateien die @font-face Regeln anpassen */
@font-face {
    font-family: 'Just Another Hand';
    /* NUR moderne Formate behalten */
    src: url('../fonts/Calligraph/Naissanmixed-Regular.woff2') format('woff2'),
         url('../fonts/Calligraph/Naissanmixed-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:goldenrod;
    text-align: center;
    letter-spacing: -0.05em;
}

.headline{
    letter-spacing: 0.05em;
}

.headline2{
    letter-spacing: 0.05em;
}

a{
    color:rgb(210,118,35);
    text-decoration: none;
}

#imgAlone{
    position:fixed;
    z-index: 13;
    display:block;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    pointer-events: none;
}

#imgAloneTOP{
    position:fixed;
    z-index: 30;
    display:block;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    pointer-events:none;
}

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

#imgAloneTOPHeader{
    position:fixed;
    z-index: 100;
    display:block;
    left: 50%;
    transform: translate(-50%);
    width: 75%;
}

#imgAloneTOPempty{
    position:fixed;
    z-index: 40;
    display:block;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    cursor: pointer;
}

#overlayWrapper{
    position:absolute;
    z-index: 19;
    display:block;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
}
#overlay{
    position:absolute;
    z-index: 20;
    display:block;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
}

.imgWrapper{
    position: relative;
    z-index: 12;
    display:block;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    top: 45vw;
    margin: 0 0 100 0;
    bottom: 40vw;
}

.textWrapper{
    font-size: 6vw;
    position: relative;
    z-index: 12;
    display:block;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    top: 45vw;
    bottom: 10vw;
}
