.dashboard-wesensformen {
    background: #fffefa;
    border: 2px solid #ffd700;
    border-radius: 20px;
    padding: 28px 16px;
    box-shadow: 0 2px 32px rgba(26,35,126,0.09);
    margin-bottom: 38px;
}
.dashboard-wesen-switches {
    display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 28px;
}
.switch-btn {
    border-radius: 20px; border: 2px solid #ffd700;
    background: #1a237e; color: #ffd700; padding: 8px 22px;
    font-weight: 700; font-size: 1em; cursor: pointer; transition: .2s;
}
.switch-btn.off {
    background: #fffefa; color: #1a237e; border-color: #1a237e;
}
.dashboard-wesen-container { margin-top: 16px; }
.wesensmodul { background: #fff; border: 1px solid #ffd700; border-radius: 14px; padding: 18px 11px; margin-bottom: 24px; }
