body {
    background: greenyellow;
}

main {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;

    background-image: url('../BILDER/print-textur-v7.png');
    background-size: cover;
    background-position: center center;
    mix-blend-mode: multiply;
}

main header,
main header figure {
    width: 100%;
    height: fit-content;
}

main header figure img {
    width: 100%;
    height: auto;
}

main p {
    position: fixed;
    width: fit-content;
    font-size: 1.4vw;
    padding: 1em;
    color: white;
    background: black;
    text-transform: lowercase;
}

main p.nextmarket {
    bottom: 0;
    right: 0;
}

main p.description {
    top: 0;
    left: 0;
}

/* namen */
header {
    position: initial;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    position: absolute;
    top: 48%;
    width: fit-content;
    transform: translateX(-50%);
}

ul li a {
    color: white;
    background: black;
    text-decoration: none;
    padding: 0;
    display: inline;
    font-size: 1.5vw;
    line-height: 1.2em;
    white-space: nowrap;
    text-transform: uppercase;
}

ul li a:hover {
    background: white;
    color: black;
}

p a {
    color: inherit;
}

.lori {
    left: 20%;
}

.kuehni {
    left: 40%;
}

.raafi {
    left: 60%;
}

.schaufi {
    left: 80%;
}

.mobile-only {
    display: none;
}
/* responsive */
@media screen and (orientation: portrait) {
    
    .desktop { display: none;}
    .mobile-only { display: inline; }

    ul li {width: 32vw; text-align: center; }
    ul li a { 
        font-size: 3.6vw;
        white-space: wrap; 
    }

    main p { font-size: 3.6vw; }
}
