Erweitere Physiotherapie und Vita

This commit is contained in:
2026-09-13 19:29:25 +02:00
parent c7bae55fac
commit ce9e5e1658
4 changed files with 125 additions and 46 deletions
+30
View File
@@ -22,3 +22,33 @@ body {
.badge-info {
background-color: #7a6111;
}
.partner-logo {
height: 220px;
object-fit: contain;
padding: 1rem;
}
.accordion-toggle {
position: relative;
width: 100%;
padding-right: 2rem !important;
text-align: left;
}
.accordion-toggle::after {
position: absolute;
top: 50%;
right: 0.5rem;
width: 0.65rem;
height: 0.65rem;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
content: "";
transform: translateY(-65%) rotate(-135deg);
transition: transform 0.15s ease-in-out;
}
.accordion-toggle.collapsed::after {
transform: translateY(-35%) rotate(45deg);
}