diff --git a/content/projects/festivals.md b/content/projects/festivals.md index a05854f..1869e2e 100644 --- a/content/projects/festivals.md +++ b/content/projects/festivals.md @@ -3,4 +3,60 @@ title: "Festivals" type: page --- -Festivals ... +## Festival am Waldrand + +Seit 2022 findet auf dem Christophshof bei Bad Wildbad das +[Festival am Waldrand](https://www.festivalamwaldrand.de/) statt — ein kleines, +kollektiv organisiertes Festival von Freund\*innen für Freund\*innen. Seine +Geschichte beginnt 2019 in einem Wohnwagen an einem Stuttgarter Waldrand, wo +sich aus Kartenspielen, elektronischer Musik und einer anstehenden TÜV-Prüfung +nach und nach das Kollektiv am Waldrand formte. + +Das Festival kommt ohne Chef\*innen aus. Gearbeitet wird möglichst hierarchiefrei +in thematischen Gewerken — musikalisches Programm, Produktion, Bühnentechnik — +die sich in einem übergreifenden Forum austauschen. Entschieden, verantwortet +und getragen wird gemeinsam. + +## Was Art:Al dort macht + +Ein solches Festival trägt sich nicht allein. Es lebt von einem Netz aus +Kollektiven, die Jahr für Jahr die Bühnen, die Bar und die gemütlichen Ecken auf +dem Gelände erst erschaffen und dann beleben — mit Veranstaltungs-Know-how, mit +Technik und Material, und mit Auftritten von Künstler\*innen aus den eigenen +Reihen. + +Das Kollektiv am Waldrand nennt in seiner eigenen Darstellung zwei Kollektive +ausdrücklich an erster Stelle: das trabanten.kollektiv und das +**Art:Al-Kollektiv**. Beide, heißt es dort, setzen sich für die elektronische +Subkultur in Stuttgart ein. + + + + + + diff --git a/content/projects/lichterei.md b/content/projects/lichterei.md index 4d1573c..a71f397 100644 --- a/content/projects/lichterei.md +++ b/content/projects/lichterei.md @@ -2,6 +2,8 @@ title: "Lichterei" type: lampe lampen: + - bild: /lampen/lampe0.jpg + text: "" - bild: /lampen/lampe1.jpg text: "" - bild: /lampen/lampe2.jpg diff --git a/static/css/lichterei.css b/static/css/lichterei.css index d753fe2..7cda876 100644 --- a/static/css/lichterei.css +++ b/static/css/lichterei.css @@ -10,3 +10,16 @@ body.lampe-type, body.lampe-type main { background:#111!important; color:#eee!im @keyframes floatIn { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} } @keyframes gentleFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .lampe-card figcaption { padding:.75rem 1rem; font-size:.95rem; opacity:.8; line-height:1.4; } +/* Nav-Links für Lichterei-Seite stylen */ +body.lampe-type .nav-links .nav-link a { + color: #eee!important; + text-decoration: none!important; + font-weight: normal!important; +} +body.lampe-type .nav-links .nav-link a:hover { + color: var(--accent-color)!important; + text-decoration: underline!important; +} +body.lampe-type .nav-brand { + color: var(--accent-color)!important; +} diff --git a/static/lampen/lampe0.jpg b/static/lampen/lampe0.jpg new file mode 100644 index 0000000..f37f35e Binary files /dev/null and b/static/lampen/lampe0.jpg differ