:root {
--wrapper-background: url('https://parken-kassel.designa-parking.com/iPCP/system/fa/NV6Z-6WVEWT-Y5WD-3ZCIKZ-V3YI-PMAQ.jpg');
--primary-color: #0288D1;
--primary-dark-color: #0173b0;
--primary-light-color: #9fdcfe;
--primary-darker-color: #015f92;
--primary-color-text: #ffffff;
--primary-50: #E1F5FE;
--primary-100: #B3E5FC;
--primary-200: #81D4FA;
--primary-300: #4FC3F7;
--primary-400: #2AB7F6;
--primary-500: #04AAF4;
--primary-600: #049CE5;
--primary-700: #0289D1;
--primary-800: #0278BD;
--primary-900: #01589B;
--shade-0: #ffffff;
--shade-50: #FAFAFA;
--shade-100: #F5F5F5;
--shade-200: #EEEEEE;
--shade-300: #E0E0E0;
--shade-400: #BDBDBD;
--shade-500: #9E9E9E;
--shade-600: #757575;
--shade-700: #616161;
--shade-800: #424242;
--shade-900: #212121;
--color-secondary: #F55151;
--gray-50: #FFEBEE;
--gray-100: #FFCDD3;
--gray-200: #F39A9B;
--gray-300: #EA7274;
--gray-400: #F55151;
--gray-500: #FA3F36;
--gray-600: #EC3536;
--gray-700: #DA2A30;
--gray-800: #CD2228;
--gray-900: #BD141C;
--color-secondary-text: #000000;
--color-error: #CE2246;
--red-50: #FCE3E8;
--red-100: #F8B9C6;
--red-200: #F28DA0;
--red-300: #EB607C;
--red-400: #E44161;
--red-500: #DE2749;
--red-600: #CE2247;
--red-700: #B91C44;
--red-800: #A51642;
--red-900: #820B3C;
--color-error-text: #ffffff;
--color-info: #43A047;
--blue-50: #E8F5E9;
--blue-100: #C8E6C9;
--blue-200: #A5D6A7;
--blue-300: #81C784;
--blue-400: #66BB6B;
--blue-500: #4CAF51;
--blue-600: #43A048;
--blue-700: #388E3D;
--blue-800: #2E7D33;
--blue-900: #1B5E21;
--color-info-text: #000000;
--color-warn: #009fe3;
--yellow-50: #E1F6FD;
--yellow-100: #B4E6FB;
--yellow-200: #82D6F8;
--yellow-300: #52C6F4;
--yellow-400: #2DB9F3;
--yellow-500: #05ADF2;
--yellow-600: #009FE3;
--yellow-700: #008CCF;
--yellow-800: #007BBB;
--yellow-900: #005B9A;
--color-warn-text: #000000;
--color-help: #a855f7;
--purple-50: #F3E7FE;
--purple-100: #E1C4FC;
--purple-200: #CE9CFB;
--purple-300: #B974F9;
--purple-400: #A955F7;
--purple-500: #9938F3;
--purple-600: #8537EC;
--purple-700: #6A33E4;
--purple-800: #4E30DD;
--purple-900: #002CCE;
--color-help-text: #000000;
--color-success: #22c55e;
--green-50: #E4F7E8;
--green-100: #BEEAC7;
--green-200: #91DDA2;
--green-300: #5CD07C;
--green-400: #22C55E;
--green-500: #00BA3E;
--green-600: #00AA35;
--green-700: #009828;
--green-800: #00871B;
--green-900: #006703;
--color-success-text: #000000;
--text-color-secondary: color-mix(in srgb, var(--text-color), var(--surface-ground) 20%);
--text-color-on-light: #000000;
--text-color-on-dark: #ffffff;
--text-color: #000000;
--surface-0: #ffffff;
--surface-50: #FFFFFF;
--surface-100: #FAFAFA;
--surface-200: #F5F5F5;
--surface-300: #F0F0F0;
--surface-400: #DEDEDE;
--surface-500: #C2C2C2;
--surface-600: #979797;
--surface-700: #818181;
--surface-800: #606060;
--surface-900: #3C3C3C;
--bg-color-secondary: #ffffff;
--bg-color-body: #F5F5F5;
--surface-section: #ffffff;
--surface-b: #ffffff;
--surface-ground: #F5F5F5;
--surface-a: #F5F5F5;
--surface-border: #E0E0E0;
--surface-d: #E0E0E0;
--surface-hover: rgba(0,0,0,.04);
--surface-c: rgba(0,0,0,.04);
--maskbg: rgba(0,0,0,.4);
--surface-card: var(--shade-0);
--surface-e: var(--shade-0);
--surface-overlay: var(--shade-0);
--surface-f: var(--shade-0);
--focus-ring: 0 0 0 0.2rem var(--primary-light-color);
color-scheme: light;
}
:root.dark {
--wrapper-background: none;
--primary-color: #0288D1;
--primary-dark-color: #0173b0;
--primary-light-color: #9fdcfe;
--primary-darker-color: #015f92;
--primary-color-text: #ffffff;
--primary-50: #01589B;
--primary-100: #0278BD;
--primary-200: #0289D1;
--primary-300: #049CE5;
--primary-400: #04AAF4;
--primary-500: #2AB7F6;
--primary-600: #4FC3F7;
--primary-700: #81D4FA;
--primary-800: #B3E5FC;
--primary-900: #E1F5FE;
--shade-0: #121212;
--shade-50: #050505;
--shade-100: #292929;
--shade-200: #464646;
--shade-300: #585858;
--shade-400: #7F7F7F;
--shade-500: #A1A1A1;
--shade-600: #C7C7C7;
--shade-700: #DBDBDB;
--shade-800: #EAEAEA;
--shade-900: #F6F6F6;
--color-secondary: #F55151;
--gray-50: #BD141C;
--gray-100: #CD2228;
--gray-200: #DA2A30;
--gray-300: #EC3536;
--gray-400: #FA3F36;
--gray-500: #F55151;
--gray-600: #EA7274;
--gray-700: #F39A9B;
--gray-800: #FFCDD3;
--gray-900: #FFEBEE;
--color-secondary-text: #000000;
--color-error: #CE2246;
--red-50: #820B3C;
--red-100: #A51642;
--red-200: #B91C44;
--red-300: #CE2247;
--red-400: #DE2749;
--red-500: #E44161;
--red-600: #EB607C;
--red-700: #F28DA0;
--red-800: #F8B9C6;
--red-900: #FCE3E8;
--color-error-text: #ffffff;
--color-info: #43A047;
--blue-50: #1B5E21;
--blue-100: #2E7D33;
--blue-200: #388E3D;
--blue-300: #43A048;
--blue-400: #4CAF51;
--blue-500: #66BB6B;
--blue-600: #81C784;
--blue-700: #A5D6A7;
--blue-800: #C8E6C9;
--blue-900: #E8F5E9;
--color-info-text: #000000;
--color-warn: #009fe3;
--yellow-50: #005B9A;
--yellow-100: #007BBB;
--yellow-200: #008CCF;
--yellow-300: #009FE3;
--yellow-400: #05ADF2;
--yellow-500: #2DB9F3;
--yellow-600: #52C6F4;
--yellow-700: #82D6F8;
--yellow-800: #B4E6FB;
--yellow-900: #E1F6FD;
--color-warn-text: #000000;
--color-help: #a855f7;
--purple-50: #002CCE;
--purple-100: #4E30DD;
--purple-200: #6A33E4;
--purple-300: #8537EC;
--purple-400: #9938F3;
--purple-500: #A955F7;
--purple-600: #B974F9;
--purple-700: #CE9CFB;
--purple-800: #E1C4FC;
--purple-900: #F3E7FE;
--color-help-text: #000000;
--color-success: #22c55e;
--green-50: #006703;
--green-100: #00871B;
--green-200: #009828;
--green-300: #00AA35;
--green-400: #00BA3E;
--green-500: #22C55E;
--green-600: #5CD07C;
--green-700: #91DDA2;
--green-800: #BEEAC7;
--green-900: #E4F7E8;
--color-success-text: #000000;
--text-color-secondary: color-mix(in srgb, var(--text-color), var(--surface-ground) 20%);
--text-color-on-dark: #000000;
--text-color-on-light: #ffffff;
--text-color: #ffffff;
--surface-0: #121212;
--surface-50: #121212;
--surface-100: #323232;
--surface-200: #505050;
--surface-300: #636363;
--surface-400: #8A8A8A;
--surface-500: #ABABAB;
--surface-600: #D0D0D0;
--surface-700: #E2E2E2;
--surface-800: #EEEEEE;
--surface-900: #F7F7F7;
--bg-color-secondary: #000000;
--bg-color-body: #0a0a0a;
--surface-section: #121212;
--surface-b: #121212;
--surface-ground: #0a0a0a;
--surface-a: #0a0a0a;
--surface-border: #1f1f1f;
--surface-d: #1f1f1f;
--surface-hover: rgba(255,255,255,.04);
--surface-c: rgba(255,255,255,.04);
--maskbg: rgba(255,255,255,.4);
--surface-card: var(--shade-0);
--surface-e: var(--shade-0);
--surface-overlay: var(--shade-0);
--surface-f: var(--shade-0);
--focus-ring: 0 0 0 0.2rem var(--primary-light-color);
color-scheme: dark;
}
:root {
--font-family: FormularLight, sans-serif;
--font-weight: 400;
--font-size: 1rem;
--header-font-family: FormularLight, sans-serif;
--header-font-weight: 300;
--header-font-size: 1.429rem;
--content-padding: 1rem;
--inline-spacing: .5rem;
--border-radius: 4px;
}
.ipcp-mpcPostTab-link {
    display: none !important;
}




