:root { --bricks-color-grey-100: #f5f5f5; --bricks-color-grey-300: #e0e0e0; --bricks-color-grey-500: #9e9e9e; --bricks-color-grey-700: #616161; --bricks-color-grey-800: #424242; --bricks-color-grey-900: #212121; --bricks-color-yellow: #ffeb3b; --bricks-color-amber: #ffc107; --bricks-color-orange: #ff9800; --bricks-color-deep-orange: #ff5722; --bricks-color-red: #f44336; --bricks-color-purple: #9c27b0; --bricks-color-blue: #2196f3; --bricks-color-light-blue: #03a9f4; --bricks-color-sky-blue: #81D4FA; --bricks-color-green: #4caf50; --bricks-color-light-green: #8bc34a; --bricks-color-lime: #cddc39; --rot: #a72831; --rot-l-1: #af3c44; --rot-l-2: #b74f56; --rot-l-3: #bf6369; --rot-l-4: #c7767c; --rot-l-5: #cf8a8f; --rot-l-6: #d79da1; --rot-l-7: #dfb1b4; --rot-l-8: #e7c4c7; --rot-l-9: #efd8da; --rot-l-10: #f7ebec; --rot-d-1: #98242d; --rot-d-2: #892128; --rot-d-3: #791d24; --rot-d-4: #6a191f; --rot-d-5: #5b161b; --rot-d-6: #4c1216; --rot-d-7: #3d0f12; --rot-d-8: #2e0b0d; --rot-d-9: #1e0709; --rot-d-10: #0f0404; --schwarz: #000000; --schwarz-l-1: #171717; --schwarz-l-2: #2e2e2e; --schwarz-l-3: #464646; --schwarz-l-4: #5d5d5d; --schwarz-l-5: #747474; --schwarz-l-6: #8b8b8b; --schwarz-l-7: #a2a2a2; --schwarz-l-8: #b9b9b9; --schwarz-l-9: #d1d1d1; --schwarz-l-10: #e8e8e8; --weiss: #ffffff; --warmweiss: #F2F0EF; --warmweiss-d-1: #dcdad9; --warmweiss-d-2: #c6c4c4; --warmweiss-d-3: #b0afae; --warmweiss-d-4: #9a9998; --warmweiss-d-5: #848382; --warmweiss-d-6: #6e6d6d; --warmweiss-d-7: #585757; --warmweiss-d-8: #424141; --warmweiss-d-9: #2c2c2b; --warmweiss-d-10: #161616; --text-2xs: clamp(0.82rem, calc(0.00018518518518518534 * (100vw - 36rem) + 0.82rem), 0.84rem); --text-xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --text-s: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --text-m: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --text-l: clamp(2rem, calc(0.0062037037037037035 * (100vw - 36rem) + 2rem), 2.67rem); --text-xl: clamp(2.5rem, calc(0.00972222222222222 * (100vw - 36rem) + 2.5rem), 3.55rem); --text-2xl: clamp(3.13rem, calc(0.014907407407407411 * (100vw - 36rem) + 3.13rem), 4.74rem); --space-2xs: clamp(0.82rem, calc(0.00018518518518518534 * (100vw - 36rem) + 0.82rem), 0.84rem); --space-xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --space-s: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --space-m: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --space-l: clamp(2rem, calc(0.0062037037037037035 * (100vw - 36rem) + 2rem), 2.67rem); --space-xl: clamp(2.5rem, calc(0.00972222222222222 * (100vw - 36rem) + 2.5rem), 3.55rem); --space-2xl: clamp(3.13rem, calc(0.014907407407407411 * (100vw - 36rem) + 3.13rem), 4.74rem); --space-3xl: clamp(3.91rem, calc(0.022222222222222216 * (100vw - 36rem) + 3.91rem), 6.31rem); --space-4xl: clamp(4.88rem, calc(0.03277777777777778 * (100vw - 36rem) + 4.88rem), 8.42rem);}.bg-rot { background-color: var(--rot); }.bg-rot-l-1 { background-color: var(--rot-l-1); }.bg-rot-l-2 { background-color: var(--rot-l-2); }.bg-rot-l-3 { background-color: var(--rot-l-3); }.bg-rot-l-4 { background-color: var(--rot-l-4); }.bg-rot-l-5 { background-color: var(--rot-l-5); }.bg-rot-l-6 { background-color: var(--rot-l-6); }.bg-rot-l-7 { background-color: var(--rot-l-7); }.bg-rot-l-8 { background-color: var(--rot-l-8); }.bg-rot-l-9 { background-color: var(--rot-l-9); }.bg-rot-l-10 { background-color: var(--rot-l-10); }.bg-rot-d-1 { background-color: var(--rot-d-1); }.bg-rot-d-2 { background-color: var(--rot-d-2); }.bg-rot-d-3 { background-color: var(--rot-d-3); }.bg-rot-d-4 { background-color: var(--rot-d-4); }.bg-rot-d-5 { background-color: var(--rot-d-5); }.bg-rot-d-6 { background-color: var(--rot-d-6); }.bg-rot-d-7 { background-color: var(--rot-d-7); }.bg-rot-d-8 { background-color: var(--rot-d-8); }.bg-rot-d-9 { background-color: var(--rot-d-9); }.bg-rot-d-10 { background-color: var(--rot-d-10); }.text-rot { color: var(--rot); }.text-rot-l-1 { color: var(--rot-l-1); }.text-rot-l-2 { color: var(--rot-l-2); }.text-rot-l-3 { color: var(--rot-l-3); }.text-rot-l-4 { color: var(--rot-l-4); }.text-rot-l-5 { color: var(--rot-l-5); }.text-rot-l-6 { color: var(--rot-l-6); }.text-rot-l-7 { color: var(--rot-l-7); }.text-rot-l-8 { color: var(--rot-l-8); }.text-rot-l-9 { color: var(--rot-l-9); }.text-rot-l-10 { color: var(--rot-l-10); }.text-rot-d-1 { color: var(--rot-d-1); }.text-rot-d-2 { color: var(--rot-d-2); }.text-rot-d-3 { color: var(--rot-d-3); }.text-rot-d-4 { color: var(--rot-d-4); }.text-rot-d-5 { color: var(--rot-d-5); }.text-rot-d-6 { color: var(--rot-d-6); }.text-rot-d-7 { color: var(--rot-d-7); }.text-rot-d-8 { color: var(--rot-d-8); }.text-rot-d-9 { color: var(--rot-d-9); }.text-rot-d-10 { color: var(--rot-d-10); }.text-schwarz { color: var(--schwarz); }.text-schwarz-l-1 { color: var(--schwarz-l-1); }.text-schwarz-l-2 { color: var(--schwarz-l-2); }.text-schwarz-l-3 { color: var(--schwarz-l-3); }.text-schwarz-l-4 { color: var(--schwarz-l-4); }.text-schwarz-l-5 { color: var(--schwarz-l-5); }.text-schwarz-l-6 { color: var(--schwarz-l-6); }.text-schwarz-l-7 { color: var(--schwarz-l-7); }.text-schwarz-l-8 { color: var(--schwarz-l-8); }.text-schwarz-l-9 { color: var(--schwarz-l-9); }.text-schwarz-l-10 { color: var(--schwarz-l-10); }