.landscape {
    display: flex;
    position: fixed;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    background: var(--color-koenigsblau-blass);
    color: var(--color-weiss);
    justify-content: center;
    align-items: center;
    z-index: 100000;
}

.landscape .landscape-icon {
    background: url(../images/landscape.svg) center center no-repeat transparent;
    background-size: contain;
    width: 150px;
    height: 150px;
}
