(function () {
const colors = [
"#ff0000", // rot
"#ff7f00", // orange
"#ffff00", // gelb
"#00ff00", // grün
"#0000ff", // blau
"#4b0082", // indigo
"#8f00ff" // violett
];
const randomColor = colors[Math.floor(Math.random() * colors.length)];
function applyColor() {
document.documentElement.style.backgroundColor = randomColor;
document.body.style.backgroundColor = randomColor;
document.body.style.color = "#ffffff";
}
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", applyColor);
} else {
applyColor();
}
})();
SCHWESTERN
A FILM BY ANNE WILD
SYNOPSIS
The happening of a ceremonial robing of the youngest daughter as a novice in a Swabian convent screws up the values of a modern family. As if life wasn't complicated enough anyway. And how are you supposed to be happy without new clothes?
CREDITS
WORLD PREMIERE: 2013
ORIGINAL VERSION: German
PRODUCER: Stefan Raiser, Felix Zackor
DIRECTED BY: Anne Wild
WRITTEN BY: Anne Wild
MUSIC COMPOSED BY: Balz Bachmann