.open {
    background: black;
}

body:not(.open) .geheim {
    display: none;
}

div.geheim {
    background: white;
    color: black;
    padding: 10px;
}

input {
    padding: 5px;
    margin: 5px;
}

.weggefiltert {
    display: none;
}

.module {
    background: white;
    border: 3px solid #aaa;
    border-radius: 30px;
    padding: 70px;
    position: relative;
    overflow: hidden;
}

.konfetti {
    width: 5px;
    height: 5px;
    background: red;
    position: absolute;
    --x: 0;
    --y: 0;
    top: 0;
    left: 0;
    translate: var(--x) var(--y);
    pointer-events: none;
}

.nur-als-suchergebnis:not(.ist-suchergebnis) {
    display: none;
}

img {
    max-width: 100%;
}

iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
