/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.ampel {
    width: 100px;
    padding: 12px;
    background: #222;
    border-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.licht {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #444;
    transition: all 0.3s ease;
}

/* í ½í´´ ROT aktiv */
.ampel-rot .licht.rot {
    background: #ff1a1a;
    box-shadow: 0 0 20px rgba(255,0,0,0.8);
}

/* í ½í¿¡ GELB aktiv */
.ampel-gelb .licht.gelb {
    background: #ffcc00;
    box-shadow: 0 0 20px rgba(255,200,0,0.9);
}

/* í ½í¿¢ GRÃœN aktiv */
.ampel-gruen .licht.gruen {
    background: #00cc44;
    box-shadow: 0 0 20px rgba(0,255,80,0.8);
}
