@charset "UTF-8";
/*	================================================== styles.scss         ==================================================*/
/*	================================================== ABSTRACTS / colors ==================================================*/
:root { --cd-color-main:#0b5b58; --cd-color-light:#367779; --cd-color-dark:#073b39; --cd-color-secondary:#ffcc01; --cd-color-more-lighten:#b5cecd; --cd-color-more-lighten-25:#eff5f4; --cd-color-light-25:#73a0a2; --cd-color-light-hell:#5f9295; --cd-color-light-heller:#7fa8aa; --cd-color-sek-hellgruen:#D6E9D8; --cd-color-sek-hellblau:#C9E7F2; --cd-color-sek-hellviolett:#E6D4E9; --cd-color-sek-hellrose:#FBD9D2; --cd-color-sek-hellbeige:#F3DDC5; --cd-color-sek-hellgelb:#F7EBAE; --cd-color-main-bg: rgba(7, 59, 57, 0.9); }

.theme-rot { --cd-color-main:#9a3847; --cd-color-light:#ae616b; --cd-color-dark:#742935; --cd-color-secondary:#ffcc01; --cd-color-more-lighten:#c58e95; --cd-color-more-lighten-25:#e2c6ca; --cd-color-light-25:#c58e95; --cd-color-light-hell:#c58e95; --cd-color-light-heller:#e2c6ca; --cd-color-main-bg: rgba(154, 56, 71, 0.9); --cd-color-main-teaser:rgba(154, 56, 71, 0.9); --cd-color-root-main:#0b5b58; }

.theme-blau { --cd-color-main:#25436c; --cd-color-light:#345c94; --cd-color-dark:#192d49; --cd-color-secondary:#ffcc01; --cd-color-more-lighten:#4173b9; --cd-color-more-lighten-25:#6d94cc; }

.theme-rot.contrast_WB { --cd-color-main:#000; --cd-color-light:#000; --cd-color-dark:#000; --cd-color-secondary:#000; --cd-color-more-lighten:#fff; --cd-color-more-lighten-25:#fff; --cd-color-light-25:#fff; --cd-color-light-hell:#fff; --cd-color-light-heller:#fff; --cd-color-sek-hellgruen:#D6E9D8; --cd-color-sek-hellblau:#C9E7F2; --cd-color-sek-hellviolett:#E6D4E9; --cd-color-sek-hellrose:#FBD9D2; --cd-color-sek-hellbeige:#F3DDC5; --cd-color-sek-hellgelb:#F7EBAE; --cd-color-main-bg: rgba(7, 59, 57, 0.9); }

.theme-rot.contrast_BW { --cd-color-main:#fff; --cd-color-light:#fff; --cd-color-dark:#fff; --cd-color-secondary:#fff; --cd-color-more-lighten:#000; --cd-color-more-lighten-25:#000; --cd-color-light-25:#000; --cd-color-light-hell:#000; --cd-color-light-heller:#000; --cd-color-sek-hellgruen:#D6E9D8; --cd-color-sek-hellblau:#C9E7F2; --cd-color-sek-hellviolett:#E6D4E9; --cd-color-sek-hellrose:#FBD9D2; --cd-color-sek-hellbeige:#F3DDC5; --cd-color-sek-hellgelb:#F7EBAE; --cd-color-main-bg: rgba(7, 59, 57, 0.9); }

/*	================================================== ABSTRACTS / vars ==================================================*/
/*	==================== Neu ab TNG-Master 10.3.2	====================*/
/*! Bootstrap v4.6.0 (https://getbootstrap.com/) Copyright 2011-2021 The Bootstrap Authors Copyright 2011-2021 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #9a3847; --secondary: #9a3847; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --breakpoint-xxl: 1440px; --font-family-sans-serif: "Open Sans", Arial, Helvetica, sans-serif; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*, *::before, *::after { box-sizing: border-box; }

html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

body { margin: 0; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #e9ecef; }

[tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

h1, .c-stoerer__inner h2, h2, h3, h4, .c-table caption, .basecontent-table > table caption, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; }

p { margin-top: 0; margin-bottom: 1rem; }

abbr[title], abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; text-decoration-skip-ink: none; }

address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }

ol, ul, dl { margin-top: 0; margin-bottom: 1rem; }

ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }

dt { font-weight: 700; }

dd { margin-bottom: .5rem; margin-left: 0; }

blockquote { margin: 0 0 1rem; }

b, strong { font-weight: bolder; }

small { font-size: 80%; }

sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }

sub { bottom: -.25em; }

sup { top: -.5em; }

a { color: #9a3847; text-decoration: none; background-color: transparent; }

a:hover { color: var(--cd-color-secondary); text-decoration: underline; }

a:not([href]):not([class]) { color: inherit; text-decoration: none; }

a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }

pre, code, kbd, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }

pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; }

figure { margin: 0 0 1rem; }

img { vertical-align: middle; border-style: none; }

svg { overflow: hidden; vertical-align: middle; }

table { border-collapse: collapse; }

caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; }

th { text-align: inherit; text-align: -webkit-match-parent; }

label { display: inline-block; margin-bottom: 0.5rem; }

button { border-radius: 0; }

button:focus:not(:focus-visible) { outline: 0; }

input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }

button, input { overflow: visible; }

button, select { text-transform: none; }

[role="button"] { cursor: pointer; }

select { word-wrap: normal; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }

input[type="radio"], input[type="checkbox"] { box-sizing: border-box; padding: 0; }

textarea { overflow: auto; resize: vertical; }

fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }

progress { vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { outline-offset: -2px; -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }

summary { display: list-item; cursor: pointer; }

template { display: none; }

[hidden] { display: none !important; }

h1, .c-stoerer__inner h2, h2, h3, h4, .c-table caption, .basecontent-table > table caption, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; }

h1, .c-stoerer__inner h2, .h1 { font-size: 2.5rem; }

h2, .h2 { font-size: 2rem; }

h3, .h3 { font-size: 1.75rem; }

h4, .c-table caption, .basecontent-table > table caption, .h4 { font-size: 1.5rem; }

h5, .h5 { font-size: 1.25rem; }

h6, .h6 { font-size: 1rem; }

.lead { font-size: 1.25rem; font-weight: 300; }

.display-1 { font-size: 6rem; font-weight: 300; line-height: 1.2; }

.display-2 { font-size: 5.5rem; font-weight: 300; line-height: 1.2; }

.display-3 { font-size: 4.5rem; font-weight: 300; line-height: 1.2; }

.display-4 { font-size: 3.5rem; font-weight: 300; line-height: 1.2; }

hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small { font-size: 80%; font-weight: 400; }

mark, .mark { padding: 0.2em; background-color: #ff0; }

.list-unstyled { padding-left: 0; list-style: none; }

.list-inline { padding-left: 0; list-style: none; }

.list-inline-item { display: inline-block; }

.list-inline-item:not(:last-child) { margin-right: 0.5rem; }

.initialism { font-size: 90%; text-transform: uppercase; }

.blockquote { margin-bottom: 1rem; font-size: 1.25rem; }

.blockquote-footer { display: block; font-size: 80%; color: #6c757d; }

.blockquote-footer::before { content: "\2014\00A0"; }

.img-fluid { max-width: 100%; height: auto; }

.img-thumbnail { padding: 0.25rem; background-color: #e9ecef; border: 1px solid #dee2e6; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); max-width: 100%; height: auto; }

.figure { display: inline-block; }

.figure-img { margin-bottom: 0.5rem; line-height: 1; }

.figure-caption { font-size: 90%; color: #6c757d; }

code { font-size: 87.5%; color: #e83e8c; word-wrap: break-word; }

a > code { color: inherit; }

kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; background-color: #212529; box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }

kbd kbd { padding: 0; font-size: 100%; font-weight: 700; box-shadow: none; }

pre { display: block; font-size: 87.5%; color: #212529; }

pre code { font-size: inherit; color: inherit; word-break: normal; }

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

.container, .container-fluid, .l-header-stage, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm { width: 100%; padding-right: 18px; padding-left: 18px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container-sm, .container { max-width: 540px; } }

@media (min-width: 768px) { .container-md, .container-sm, .container { max-width: 720px; } }

@media (min-width: 992px) { .container-lg, .container-md, .container-sm, .container { max-width: 960px; } }

@media (min-width: 1200px) { .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1140px; } }

@media (min-width: 1440px) { .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1360px; } }

.row { display: flex; flex-wrap: wrap; margin-right: -18px; margin-left: -18px; }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-xxl, .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .pm-detail .pm-parentRubrik, .pm-detail-author .pm-parentRubrik, .pm-detail .pm-from, .pm-detail-author .pm-from, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { position: relative; width: 100%; padding-right: 18px; padding-left: 18px; }

.col { flex-basis: 0; flex-grow: 1; max-width: 100%; }

.row-cols-1 > * { flex: 0 0 100%; max-width: 100%; }

.row-cols-2 > * { flex: 0 0 50%; max-width: 50%; }

.row-cols-3 > * { flex: 0 0 33.33333333%; max-width: 33.33333333%; }

.row-cols-4 > * { flex: 0 0 25%; max-width: 25%; }

.row-cols-5 > * { flex: 0 0 20%; max-width: 20%; }

.row-cols-6 > * { flex: 0 0 16.66666667%; max-width: 16.66666667%; }

.col-auto { flex: 0 0 auto; width: auto; max-width: 100%; }

.col-1 { flex: 0 0 8.33333333%; max-width: 8.33333333%; }

.col-2 { flex: 0 0 16.66666667%; max-width: 16.66666667%; }

.col-3 { flex: 0 0 25%; max-width: 25%; }

.col-4 { flex: 0 0 33.33333333%; max-width: 33.33333333%; }

.col-5 { flex: 0 0 41.66666667%; max-width: 41.66666667%; }

.col-6 { flex: 0 0 50%; max-width: 50%; }

.col-7 { flex: 0 0 58.33333333%; max-width: 58.33333333%; }

.col-8 { flex: 0 0 66.66666667%; max-width: 66.66666667%; }

.col-9 { flex: 0 0 75%; max-width: 75%; }

.col-10 { flex: 0 0 83.33333333%; max-width: 83.33333333%; }

.col-11 { flex: 0 0 91.66666667%; max-width: 91.66666667%; }

.col-12, .pm-detail .pm-parentRubrik, .pm-detail-author .pm-parentRubrik, .pm-detail .pm-from, .pm-detail-author .pm-from { flex: 0 0 100%; max-width: 100%; }

.order-first { order: -1; }

.order-last { order: 13; }

.order-0 { order: 0; }

.order-1 { order: 1; }

.order-2 { order: 2; }

.order-3 { order: 3; }

.order-4 { order: 4; }

.order-5 { order: 5; }

.order-6 { order: 6; }

.order-7 { order: 7; }

.order-8 { order: 8; }

.order-9 { order: 9; }

.order-10 { order: 10; }

.order-11 { order: 11; }

.order-12 { order: 12; }

.offset-1 { margin-left: 8.33333333%; }

.offset-2 { margin-left: 16.66666667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.33333333%; }

.offset-5 { margin-left: 41.66666667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.33333333%; }

.offset-8 { margin-left: 66.66666667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.33333333%; }

.offset-11 { margin-left: 91.66666667%; }

@media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-sm-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-sm-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-sm-3 > * { flex: 0 0 33.33333333%; max-width: 33.33333333%; } .row-cols-sm-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-sm-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-sm-6 > * { flex: 0 0 16.66666667%; max-width: 16.66666667%; } .col-sm-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-sm-1 { flex: 0 0 8.33333333%; max-width: 8.33333333%; } .col-sm-2 { flex: 0 0 16.66666667%; max-width: 16.66666667%; } .col-sm-3 { flex: 0 0 25%; max-width: 25%; } .col-sm-4 { flex: 0 0 33.33333333%; max-width: 33.33333333%; } .col-sm-5 { flex: 0 0 41.66666667%; max-width: 41.66666667%; } .col-sm-6 { flex: 0 0 50%; max-width: 50%; } .col-sm-7 { flex: 0 0 58.33333333%; max-width: 58.33333333%; } .col-sm-8 { flex: 0 0 66.66666667%; max-width: 66.66666667%; } .col-sm-9 { flex: 0 0 75%; max-width: 75%; } .col-sm-10 { flex: 0 0 83.33333333%; max-width: 83.33333333%; } .col-sm-11 { flex: 0 0 91.66666667%; max-width: 91.66666667%; } .col-sm-12 { flex: 0 0 100%; max-width: 100%; } .order-sm-first { order: -1; } .order-sm-last { order: 13; } .order-sm-0 { order: 0; } .order-sm-1 { order: 1; } .order-sm-2 { order: 2; } .order-sm-3 { order: 3; } .order-sm-4 { order: 4; } .order-sm-5 { order: 5; } .order-sm-6 { order: 6; } .order-sm-7 { order: 7; } .order-sm-8 { order: 8; } .order-sm-9 { order: 9; } .order-sm-10 { order: 10; } .order-sm-11 { order: 11; } .order-sm-12 { order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333333%; } .offset-sm-2 { margin-left: 16.66666667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333333%; } .offset-sm-5 { margin-left: 41.66666667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333333%; } .offset-sm-8 { margin-left: 66.66666667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333333%; } .offset-sm-11 { margin-left: 91.66666667%; } }

@media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-md-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-md-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-md-3 > * { flex: 0 0 33.33333333%; max-width: 33.33333333%; } .row-cols-md-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-md-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-md-6 > * { flex: 0 0 16.66666667%; max-width: 16.66666667%; } .col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-md-1 { flex: 0 0 8.33333333%; max-width: 8.33333333%; } .col-md-2 { flex: 0 0 16.66666667%; max-width: 16.66666667%; } .col-md-3 { flex: 0 0 25%; max-width: 25%; } .col-md-4 { flex: 0 0 33.33333333%; max-width: 33.33333333%; } .col-md-5 { flex: 0 0 41.66666667%; max-width: 41.66666667%; } .col-md-6 { flex: 0 0 50%; max-width: 50%; } .col-md-7 { flex: 0 0 58.33333333%; max-width: 58.33333333%; } .col-md-8 { flex: 0 0 66.66666667%; max-width: 66.66666667%; } .col-md-9 { flex: 0 0 75%; max-width: 75%; } .col-md-10 { flex: 0 0 83.33333333%; max-width: 83.33333333%; } .col-md-11 { flex: 0 0 91.66666667%; max-width: 91.66666667%; } .col-md-12 { flex: 0 0 100%; max-width: 100%; } .order-md-first { order: -1; } .order-md-last { order: 13; } .order-md-0 { order: 0; } .order-md-1 { order: 1; } .order-md-2 { order: 2; } .order-md-3 { order: 3; } .order-md-4 { order: 4; } .order-md-5 { order: 5; } .order-md-6 { order: 6; } .order-md-7 { order: 7; } .order-md-8 { order: 8; } .order-md-9 { order: 9; } .order-md-10 { order: 10; } .order-md-11 { order: 11; } .order-md-12 { order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333333%; } .offset-md-2 { margin-left: 16.66666667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333333%; } .offset-md-5 { margin-left: 41.66666667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333333%; } .offset-md-8 { margin-left: 66.66666667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333333%; } .offset-md-11 { margin-left: 91.66666667%; } }

@media (min-width: 992px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-lg-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-lg-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-lg-3 > * { flex: 0 0 33.33333333%; max-width: 33.33333333%; } .row-cols-lg-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-lg-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-lg-6 > * { flex: 0 0 16.66666667%; max-width: 16.66666667%; } .col-lg-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-lg-1 { flex: 0 0 8.33333333%; max-width: 8.33333333%; } .col-lg-2 { flex: 0 0 16.66666667%; max-width: 16.66666667%; } .col-lg-3 { flex: 0 0 25%; max-width: 25%; } .col-lg-4 { flex: 0 0 33.33333333%; max-width: 33.33333333%; } .col-lg-5 { flex: 0 0 41.66666667%; max-width: 41.66666667%; } .col-lg-6 { flex: 0 0 50%; max-width: 50%; } .col-lg-7 { flex: 0 0 58.33333333%; max-width: 58.33333333%; } .col-lg-8 { flex: 0 0 66.66666667%; max-width: 66.66666667%; } .col-lg-9 { flex: 0 0 75%; max-width: 75%; } .col-lg-10 { flex: 0 0 83.33333333%; max-width: 83.33333333%; } .col-lg-11 { flex: 0 0 91.66666667%; max-width: 91.66666667%; } .col-lg-12 { flex: 0 0 100%; max-width: 100%; } .order-lg-first { order: -1; } .order-lg-last { order: 13; } .order-lg-0 { order: 0; } .order-lg-1 { order: 1; } .order-lg-2 { order: 2; } .order-lg-3 { order: 3; } .order-lg-4 { order: 4; } .order-lg-5 { order: 5; } .order-lg-6 { order: 6; } .order-lg-7 { order: 7; } .order-lg-8 { order: 8; } .order-lg-9 { order: 9; } .order-lg-10 { order: 10; } .order-lg-11 { order: 11; } .order-lg-12 { order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333333%; } .offset-lg-2 { margin-left: 16.66666667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333333%; } .offset-lg-5 { margin-left: 41.66666667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333333%; } .offset-lg-8 { margin-left: 66.66666667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333333%; } .offset-lg-11 { margin-left: 91.66666667%; } }

@media (min-width: 1200px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-xl-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-xl-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-xl-3 > * { flex: 0 0 33.33333333%; max-width: 33.33333333%; } .row-cols-xl-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-xl-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-xl-6 > * { flex: 0 0 16.66666667%; max-width: 16.66666667%; } .col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-xl-1 { flex: 0 0 8.33333333%; max-width: 8.33333333%; } .col-xl-2 { flex: 0 0 16.66666667%; max-width: 16.66666667%; } .col-xl-3 { flex: 0 0 25%; max-width: 25%; } .col-xl-4 { flex: 0 0 33.33333333%; max-width: 33.33333333%; } .col-xl-5 { flex: 0 0 41.66666667%; max-width: 41.66666667%; } .col-xl-6 { flex: 0 0 50%; max-width: 50%; } .col-xl-7 { flex: 0 0 58.33333333%; max-width: 58.33333333%; } .col-xl-8 { flex: 0 0 66.66666667%; max-width: 66.66666667%; } .col-xl-9 { flex: 0 0 75%; max-width: 75%; } .col-xl-10 { flex: 0 0 83.33333333%; max-width: 83.33333333%; } .col-xl-11 { flex: 0 0 91.66666667%; max-width: 91.66666667%; } .col-xl-12 { flex: 0 0 100%; max-width: 100%; } .order-xl-first { order: -1; } .order-xl-last { order: 13; } .order-xl-0 { order: 0; } .order-xl-1 { order: 1; } .order-xl-2 { order: 2; } .order-xl-3 { order: 3; } .order-xl-4 { order: 4; } .order-xl-5 { order: 5; } .order-xl-6 { order: 6; } .order-xl-7 { order: 7; } .order-xl-8 { order: 8; } .order-xl-9 { order: 9; } .order-xl-10 { order: 10; } .order-xl-11 { order: 11; } .order-xl-12 { order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333333%; } .offset-xl-2 { margin-left: 16.66666667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333333%; } .offset-xl-5 { margin-left: 41.66666667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333333%; } .offset-xl-8 { margin-left: 66.66666667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333333%; } .offset-xl-11 { margin-left: 91.66666667%; } }

@media (min-width: 1440px) { .col-xxl { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-xxl-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-xxl-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-xxl-3 > * { flex: 0 0 33.33333333%; max-width: 33.33333333%; } .row-cols-xxl-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-xxl-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-xxl-6 > * { flex: 0 0 16.66666667%; max-width: 16.66666667%; } .col-xxl-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-xxl-1 { flex: 0 0 8.33333333%; max-width: 8.33333333%; } .col-xxl-2 { flex: 0 0 16.66666667%; max-width: 16.66666667%; } .col-xxl-3 { flex: 0 0 25%; max-width: 25%; } .col-xxl-4 { flex: 0 0 33.33333333%; max-width: 33.33333333%; } .col-xxl-5 { flex: 0 0 41.66666667%; max-width: 41.66666667%; } .col-xxl-6 { flex: 0 0 50%; max-width: 50%; } .col-xxl-7 { flex: 0 0 58.33333333%; max-width: 58.33333333%; } .col-xxl-8 { flex: 0 0 66.66666667%; max-width: 66.66666667%; } .col-xxl-9 { flex: 0 0 75%; max-width: 75%; } .col-xxl-10 { flex: 0 0 83.33333333%; max-width: 83.33333333%; } .col-xxl-11 { flex: 0 0 91.66666667%; max-width: 91.66666667%; } .col-xxl-12 { flex: 0 0 100%; max-width: 100%; } .order-xxl-first { order: -1; } .order-xxl-last { order: 13; } .order-xxl-0 { order: 0; } .order-xxl-1 { order: 1; } .order-xxl-2 { order: 2; } .order-xxl-3 { order: 3; } .order-xxl-4 { order: 4; } .order-xxl-5 { order: 5; } .order-xxl-6 { order: 6; } .order-xxl-7 { order: 7; } .order-xxl-8 { order: 8; } .order-xxl-9 { order: 9; } .order-xxl-10 { order: 10; } .order-xxl-11 { order: 11; } .order-xxl-12 { order: 12; } .offset-xxl-0 { margin-left: 0; } .offset-xxl-1 { margin-left: 8.33333333%; } .offset-xxl-2 { margin-left: 16.66666667%; } .offset-xxl-3 { margin-left: 25%; } .offset-xxl-4 { margin-left: 33.33333333%; } .offset-xxl-5 { margin-left: 41.66666667%; } .offset-xxl-6 { margin-left: 50%; } .offset-xxl-7 { margin-left: 58.33333333%; } .offset-xxl-8 { margin-left: 66.66666667%; } .offset-xxl-9 { margin-left: 75%; } .offset-xxl-10 { margin-left: 83.33333333%; } .offset-xxl-11 { margin-left: 91.66666667%; } }

.table, .c-table, .basecontent-table > table, .c-downloadlist, .e-downloadlist { width: 100%; margin-bottom: 1rem; color: #212529; }

.table th, .c-table th, .basecontent-table > table th, .c-downloadlist th, .e-downloadlist th, .table td, .c-table td, .basecontent-table > table td, .c-downloadlist td, .e-downloadlist td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }

.table thead th, .c-table thead th, .basecontent-table > table thead th, .c-downloadlist thead th, .e-downloadlist thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

.table tbody + tbody, .c-table tbody + tbody, .basecontent-table > table tbody + tbody, .c-downloadlist tbody + tbody, .e-downloadlist tbody + tbody { border-top: 2px solid #dee2e6; }

.table-sm th, .table-sm td { padding: 0.3rem; }

.table-bordered, .c-table.show-grid, .basecontent-table > table.show-grid { border: 1px solid #dee2e6; }

.table-bordered th, .c-table.show-grid th, .basecontent-table > table.show-grid th, .table-bordered td, .c-table.show-grid td, .basecontent-table > table.show-grid td { border: 1px solid #dee2e6; }

.table-bordered thead th, .c-table.show-grid thead th, .basecontent-table > table.show-grid thead th, .table-bordered thead td, .c-table.show-grid thead td, .basecontent-table > table.show-grid thead td { border-bottom-width: 2px; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody { border: 0; }

.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover { color: #212529; background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > th, .table-primary > td { background-color: #e3c7cb; }

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody { border-color: #ca989f; }

.table-hover .table-primary:hover { background-color: #dbb6bb; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #dbb6bb; }

.table-secondary, .table-secondary > th, .table-secondary > td { background-color: #e3c7cb; }

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody { border-color: #ca989f; }

.table-hover .table-secondary:hover { background-color: #dbb6bb; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #dbb6bb; }

.table-success, .table-success > th, .table-success > td { background-color: #c3e6cb; }

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody { border-color: #8fd19e; }

.table-hover .table-success:hover { background-color: #b1dfbb; }

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #b1dfbb; }

.table-info, .table-info > th, .table-info > td { background-color: #bee5eb; }

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody { border-color: #86cfda; }

.table-hover .table-info:hover { background-color: #abdde5; }

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #abdde5; }

.table-warning, .table-warning > th, .table-warning > td { background-color: #ffeeba; }

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody { border-color: #ffdf7e; }

.table-hover .table-warning:hover { background-color: #ffe8a1; }

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #ffe8a1; }

.table-danger, .table-danger > th, .table-danger > td { background-color: #f5c6cb; }

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody { border-color: #ed969e; }

.table-hover .table-danger:hover { background-color: #f1b0b7; }

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #f1b0b7; }

.table-light, .table-light > th, .table-light > td { background-color: #fdfdfe; }

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody { border-color: #fbfcfc; }

.table-hover .table-light:hover { background-color: #ececf6; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #ececf6; }

.table-dark, .table-dark > th, .table-dark > td { background-color: #c6c8ca; }

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: #95999c; }

.table-hover .table-dark:hover { background-color: #b9bbbe; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #b9bbbe; }

.table-active, .table-active > th, .table-active > td { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, .c-table .thead-dark th, .basecontent-table > table .thead-dark th, .c-downloadlist .thead-dark th, .e-downloadlist .thead-dark th { color: #fff; background-color: #343a40; border-color: #454d55; }

.table .thead-light th, .c-table .thead-light th, .basecontent-table > table .thead-light th, .c-downloadlist .thead-light th, .e-downloadlist .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; }

.table-dark { color: #fff; background-color: #343a40; }

.table-dark th, .table-dark td, .table-dark thead th { border-color: #454d55; }

.table-dark.table-bordered, .table-dark.c-table.show-grid, .basecontent-table > table.table-dark.show-grid { border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover { color: #fff; background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-sm > .table-bordered, .table-responsive-sm > .c-table.show-grid, .basecontent-table.table-responsive-sm > table.show-grid { border: 0; } }

@media (max-width: 767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-md > .table-bordered, .table-responsive-md > .c-table.show-grid, .basecontent-table.table-responsive-md > table.show-grid { border: 0; } }

@media (max-width: 991.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-lg > .table-bordered, .table-responsive-lg > .c-table.show-grid, .basecontent-table.table-responsive-lg > table.show-grid { border: 0; } }

@media (max-width: 1199.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-xl > .table-bordered, .table-responsive-xl > .c-table.show-grid, .basecontent-table.table-responsive-xl > table.show-grid { border: 0; } }

@media (max-width: 1439.98px) { .table-responsive-xxl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-xxl > .table-bordered, .table-responsive-xxl > .c-table.show-grid, .basecontent-table.table-responsive-xxl > table.show-grid { border: 0; } }

.table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered, .table-responsive > .c-table.show-grid, .basecontent-table.table-responsive > table.show-grid { border: 0; }

.form-control, .c-quicksearch__input, .c-form input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input:not([type=checkbox], [type=radio], .btn), .subscriptionForm input:not([type=checkbox], [type=radio], .btn), .form-horizontal input:not([type=checkbox], [type=radio], .btn), .c-form select, .basecontent-form-editor select, .subscriptionForm select, .form-horizontal select, .c-form textarea, .basecontent-form-editor textarea, .subscriptionForm textarea, .form-horizontal textarea { display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .form-control, .c-quicksearch__input, .c-form input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input:not([type=checkbox], [type=radio], .btn), .subscriptionForm input:not([type=checkbox], [type=radio], .btn), .form-horizontal input:not([type=checkbox], [type=radio], .btn), .c-form select, .basecontent-form-editor select, .subscriptionForm select, .form-horizontal select, .c-form textarea, .basecontent-form-editor textarea, .subscriptionForm textarea, .form-horizontal textarea { transition: none; } }

.form-control::-ms-expand, .c-quicksearch__input::-ms-expand, .c-form input:not([type=checkbox], [type=radio], .btn)::-ms-expand, .basecontent-form-editor input:not([type=checkbox], [type=radio], .btn)::-ms-expand, .subscriptionForm input:not([type=checkbox], [type=radio], .btn)::-ms-expand, .form-horizontal input:not([type=checkbox], [type=radio], .btn)::-ms-expand, .c-form select::-ms-expand, .basecontent-form-editor select::-ms-expand, .subscriptionForm select::-ms-expand, .form-horizontal select::-ms-expand, .c-form textarea::-ms-expand, .basecontent-form-editor textarea::-ms-expand, .subscriptionForm textarea::-ms-expand, .form-horizontal textarea::-ms-expand { background-color: transparent; border: 0; }

.form-control:-moz-focusring, .c-quicksearch__input:-moz-focusring, .c-form input:-moz-focusring:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input:-moz-focusring:not([type=checkbox], [type=radio], .btn), .subscriptionForm input:-moz-focusring:not([type=checkbox], [type=radio], .btn), .form-horizontal input:-moz-focusring:not([type=checkbox], [type=radio], .btn), .c-form select:-moz-focusring, .basecontent-form-editor select:-moz-focusring, .subscriptionForm select:-moz-focusring, .form-horizontal select:-moz-focusring, .c-form textarea:-moz-focusring, .basecontent-form-editor textarea:-moz-focusring, .subscriptionForm textarea:-moz-focusring, .form-horizontal textarea:-moz-focusring { color: transparent; text-shadow: 0 0 0 #495057; }

.form-control:focus, .c-quicksearch__input:focus, .c-form input:focus:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input:focus:not([type=checkbox], [type=radio], .btn), .subscriptionForm input:focus:not([type=checkbox], [type=radio], .btn), .form-horizontal input:focus:not([type=checkbox], [type=radio], .btn), .c-form select:focus, .basecontent-form-editor select:focus, .subscriptionForm select:focus, .form-horizontal select:focus, .c-form textarea:focus, .basecontent-form-editor textarea:focus, .subscriptionForm textarea:focus, .form-horizontal textarea:focus { color: #495057; background-color: #fff; border-color: #d1818d; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(154, 56, 71, 0.25); }

.form-control::placeholder, .c-quicksearch__input::placeholder, .c-form input:not([type=checkbox], [type=radio], .btn)::placeholder, .basecontent-form-editor input:not([type=checkbox], [type=radio], .btn)::placeholder, .subscriptionForm input:not([type=checkbox], [type=radio], .btn)::placeholder, .form-horizontal input:not([type=checkbox], [type=radio], .btn)::placeholder, .c-form select::placeholder, .basecontent-form-editor select::placeholder, .subscriptionForm select::placeholder, .form-horizontal select::placeholder, .c-form textarea::placeholder, .basecontent-form-editor textarea::placeholder, .subscriptionForm textarea::placeholder, .form-horizontal textarea::placeholder { color: #6c757d; opacity: 1; }

.form-control:disabled, .c-quicksearch__input:disabled, .c-form input:disabled:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input:disabled:not([type=checkbox], [type=radio], .btn), .subscriptionForm input:disabled:not([type=checkbox], [type=radio], .btn), .form-horizontal input:disabled:not([type=checkbox], [type=radio], .btn), .c-form select:disabled, .basecontent-form-editor select:disabled, .subscriptionForm select:disabled, .form-horizontal select:disabled, .c-form textarea:disabled, .basecontent-form-editor textarea:disabled, .subscriptionForm textarea:disabled, .form-horizontal textarea:disabled, .form-control[readonly], [readonly].c-quicksearch__input, .c-form input[readonly]:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input[readonly]:not([type=checkbox], [type=radio], .btn), .subscriptionForm input[readonly]:not([type=checkbox], [type=radio], .btn), .form-horizontal input[readonly]:not([type=checkbox], [type=radio], .btn), .c-form select[readonly], .basecontent-form-editor select[readonly], .subscriptionForm select[readonly], .form-horizontal select[readonly], .c-form textarea[readonly], .basecontent-form-editor textarea[readonly], .subscriptionForm textarea[readonly], .form-horizontal textarea[readonly] { background-color: #e9ecef; opacity: 1; }

input[type="date"].form-control, [type="date"].c-quicksearch__input, .c-form input[type="date"]:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input[type="date"]:not([type=checkbox], [type=radio], .btn), .subscriptionForm input[type="date"]:not([type=checkbox], [type=radio], .btn), .form-horizontal input[type="date"]:not([type=checkbox], [type=radio], .btn), .c-form select[type="date"], .basecontent-form-editor select[type="date"], .subscriptionForm select[type="date"], .form-horizontal select[type="date"], .c-form textarea[type="date"], .basecontent-form-editor textarea[type="date"], .subscriptionForm textarea[type="date"], .form-horizontal textarea[type="date"], input[type="time"].form-control, [type="time"].c-quicksearch__input, .c-form input[type="time"]:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input[type="time"]:not([type=checkbox], [type=radio], .btn), .subscriptionForm input[type="time"]:not([type=checkbox], [type=radio], .btn), .form-horizontal input[type="time"]:not([type=checkbox], [type=radio], .btn), .c-form select[type="time"], .basecontent-form-editor select[type="time"], .subscriptionForm select[type="time"], .form-horizontal select[type="time"], .c-form textarea[type="time"], .basecontent-form-editor textarea[type="time"], .subscriptionForm textarea[type="time"], .form-horizontal textarea[type="time"], input[type="datetime-local"].form-control, [type="datetime-local"].c-quicksearch__input, .c-form input[type="datetime-local"]:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input[type="datetime-local"]:not([type=checkbox], [type=radio], .btn), .subscriptionForm input[type="datetime-local"]:not([type=checkbox], [type=radio], .btn), .form-horizontal input[type="datetime-local"]:not([type=checkbox], [type=radio], .btn), .c-form select[type="datetime-local"], .basecontent-form-editor select[type="datetime-local"], .subscriptionForm select[type="datetime-local"], .form-horizontal select[type="datetime-local"], .c-form textarea[type="datetime-local"], .basecontent-form-editor textarea[type="datetime-local"], .subscriptionForm textarea[type="datetime-local"], .form-horizontal textarea[type="datetime-local"], input[type="month"].form-control, [type="month"].c-quicksearch__input, .c-form input[type="month"]:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input[type="month"]:not([type=checkbox], [type=radio], .btn), .subscriptionForm input[type="month"]:not([type=checkbox], [type=radio], .btn), .form-horizontal input[type="month"]:not([type=checkbox], [type=radio], .btn), .c-form select[type="month"], .basecontent-form-editor select[type="month"], .subscriptionForm select[type="month"], .form-horizontal select[type="month"], .c-form textarea[type="month"], .basecontent-form-editor textarea[type="month"], .subscriptionForm textarea[type="month"], .form-horizontal textarea[type="month"] { appearance: none; }

select.form-control:focus::-ms-value, select.c-quicksearch__input:focus::-ms-value { color: #495057; background-color: #fff; }

.form-control-file, .form-control-range { display: block; width: 100%; }

.col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; }

.col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; line-height: 1.5; }

.col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; }

.form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; font-size: 1rem; line-height: 1.5; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; }

.form-control-sm { height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; }

.form-control-lg { height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; }

select.form-control[size], select[size].c-quicksearch__input, select.form-control[multiple], select[multiple].c-quicksearch__input { height: auto; }

textarea.form-control, textarea.c-quicksearch__input { height: auto; }

.form-group, .c-form [class^=form-group]:not(.senderCc), .basecontent-form-editor [class^=form-group]:not(.senderCc), .subscriptionForm [class^=form-group]:not(.senderCc), .form-horizontal [class^=form-group]:not(.senderCc), .c-form .formTitle, .basecontent-form-editor .formTitle, .subscriptionForm .formTitle, .form-horizontal .formTitle, .c-form .formElement > .type-file, .basecontent-form-editor .formElement > .type-file, .subscriptionForm .formElement > .type-file, .form-horizontal .formElement > .type-file, .c-form .captcha, .basecontent-form-editor .captcha, .subscriptionForm .captcha, .form-horizontal .captcha { margin-bottom: 1rem; }

.form-text { display: block; margin-top: 0.25rem; }

.form-row { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }

.form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; }

.form-check, .c-form .checkboxes, .basecontent-form-editor .checkboxes, .subscriptionForm .checkboxes, .form-horizontal .checkboxes, .c-form .radiobuttons, .basecontent-form-editor .radiobuttons, .subscriptionForm .radiobuttons, .form-horizontal .radiobuttons { position: relative; display: block; padding-left: 1.25rem; }

.form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; }

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { color: #6c757d; }

.form-check-label { margin-bottom: 0; }

.form-check-inline { display: inline-flex; align-items: center; padding-left: 0; margin-right: 0.75rem; }

.form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; }

.valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #28a745; }

.valid-tooltip { position: absolute; top: 100%; left: 0; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(40, 167, 69, 0.9); }

.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip { left: 5px; }

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip { display: block; }

.was-validated .form-control:valid, .was-validated .c-quicksearch__input:valid, .was-validated .c-form input:valid:not([type=checkbox], [type=radio], .btn), .c-form .was-validated input:valid:not([type=checkbox], [type=radio], .btn), .was-validated .basecontent-form-editor input:valid:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .was-validated input:valid:not([type=checkbox], [type=radio], .btn), .was-validated .subscriptionForm input:valid:not([type=checkbox], [type=radio], .btn), .subscriptionForm .was-validated input:valid:not([type=checkbox], [type=radio], .btn), .was-validated .form-horizontal input:valid:not([type=checkbox], [type=radio], .btn), .form-horizontal .was-validated input:valid:not([type=checkbox], [type=radio], .btn), .was-validated .c-form select:valid, .c-form .was-validated select:valid, .was-validated .basecontent-form-editor select:valid, .basecontent-form-editor .was-validated select:valid, .was-validated .subscriptionForm select:valid, .subscriptionForm .was-validated select:valid, .was-validated .form-horizontal select:valid, .form-horizontal .was-validated select:valid, .was-validated .c-form textarea:valid, .c-form .was-validated textarea:valid, .was-validated .basecontent-form-editor textarea:valid, .basecontent-form-editor .was-validated textarea:valid, .was-validated .subscriptionForm textarea:valid, .subscriptionForm .was-validated textarea:valid, .was-validated .form-horizontal textarea:valid, .form-horizontal .was-validated textarea:valid, .form-control.is-valid, .is-valid.c-quicksearch__input, .c-form input.is-valid:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input.is-valid:not([type=checkbox], [type=radio], .btn), .subscriptionForm input.is-valid:not([type=checkbox], [type=radio], .btn), .form-horizontal input.is-valid:not([type=checkbox], [type=radio], .btn), .c-form select.is-valid, .basecontent-form-editor select.is-valid, .subscriptionForm select.is-valid, .form-horizontal select.is-valid, .c-form textarea.is-valid, .basecontent-form-editor textarea.is-valid, .subscriptionForm textarea.is-valid, .form-horizontal textarea.is-valid { border-color: #28a745; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:valid:focus, .was-validated .c-quicksearch__input:valid:focus, .was-validated .c-form input:valid:focus:not([type=checkbox], [type=radio], .btn), .c-form .was-validated input:valid:focus:not([type=checkbox], [type=radio], .btn), .was-validated .basecontent-form-editor input:valid:focus:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .was-validated input:valid:focus:not([type=checkbox], [type=radio], .btn), .was-validated .subscriptionForm input:valid:focus:not([type=checkbox], [type=radio], .btn), .subscriptionForm .was-validated input:valid:focus:not([type=checkbox], [type=radio], .btn), .was-validated .form-horizontal input:valid:focus:not([type=checkbox], [type=radio], .btn), .form-horizontal .was-validated input:valid:focus:not([type=checkbox], [type=radio], .btn), .was-validated .c-form select:valid:focus, .c-form .was-validated select:valid:focus, .was-validated .basecontent-form-editor select:valid:focus, .basecontent-form-editor .was-validated select:valid:focus, .was-validated .subscriptionForm select:valid:focus, .subscriptionForm .was-validated select:valid:focus, .was-validated .form-horizontal select:valid:focus, .form-horizontal .was-validated select:valid:focus, .was-validated .c-form textarea:valid:focus, .c-form .was-validated textarea:valid:focus, .was-validated .basecontent-form-editor textarea:valid:focus, .basecontent-form-editor .was-validated textarea:valid:focus, .was-validated .subscriptionForm textarea:valid:focus, .subscriptionForm .was-validated textarea:valid:focus, .was-validated .form-horizontal textarea:valid:focus, .form-horizontal .was-validated textarea:valid:focus, .form-control.is-valid:focus, .is-valid.c-quicksearch__input:focus, .c-form input.is-valid:focus:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input.is-valid:focus:not([type=checkbox], [type=radio], .btn), .subscriptionForm input.is-valid:focus:not([type=checkbox], [type=radio], .btn), .form-horizontal input.is-valid:focus:not([type=checkbox], [type=radio], .btn), .c-form select.is-valid:focus, .basecontent-form-editor select.is-valid:focus, .subscriptionForm select.is-valid:focus, .form-horizontal select.is-valid:focus, .c-form textarea.is-valid:focus, .basecontent-form-editor textarea.is-valid:focus, .subscriptionForm textarea.is-valid:focus, .form-horizontal textarea.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, .was-validated textarea.c-quicksearch__input:valid, textarea.form-control.is-valid, textarea.is-valid.c-quicksearch__input { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid { border-color: #28a745; padding-right: calc(0.75em + 2.3125rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { border-color: #34ce57; background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545; }

.invalid-tooltip { position: absolute; top: 100%; left: 0; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(220, 53, 69, 0.9); }

.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip { left: 5px; }

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .form-control:invalid, .was-validated .c-quicksearch__input:invalid, .was-validated .c-form input:invalid:not([type=checkbox], [type=radio], .btn), .c-form .was-validated input:invalid:not([type=checkbox], [type=radio], .btn), .was-validated .basecontent-form-editor input:invalid:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .was-validated input:invalid:not([type=checkbox], [type=radio], .btn), .was-validated .subscriptionForm input:invalid:not([type=checkbox], [type=radio], .btn), .subscriptionForm .was-validated input:invalid:not([type=checkbox], [type=radio], .btn), .was-validated .form-horizontal input:invalid:not([type=checkbox], [type=radio], .btn), .form-horizontal .was-validated input:invalid:not([type=checkbox], [type=radio], .btn), .was-validated .c-form select:invalid, .c-form .was-validated select:invalid, .was-validated .basecontent-form-editor select:invalid, .basecontent-form-editor .was-validated select:invalid, .was-validated .subscriptionForm select:invalid, .subscriptionForm .was-validated select:invalid, .was-validated .form-horizontal select:invalid, .form-horizontal .was-validated select:invalid, .was-validated .c-form textarea:invalid, .c-form .was-validated textarea:invalid, .was-validated .basecontent-form-editor textarea:invalid, .basecontent-form-editor .was-validated textarea:invalid, .was-validated .subscriptionForm textarea:invalid, .subscriptionForm .was-validated textarea:invalid, .was-validated .form-horizontal textarea:invalid, .form-horizontal .was-validated textarea:invalid, .form-control.is-invalid, .is-invalid.c-quicksearch__input, .c-form input.is-invalid:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input.is-invalid:not([type=checkbox], [type=radio], .btn), .subscriptionForm input.is-invalid:not([type=checkbox], [type=radio], .btn), .form-horizontal input.is-invalid:not([type=checkbox], [type=radio], .btn), .c-form select.is-invalid, .basecontent-form-editor select.is-invalid, .subscriptionForm select.is-invalid, .form-horizontal select.is-invalid, .c-form textarea.is-invalid, .basecontent-form-editor textarea.is-invalid, .subscriptionForm textarea.is-invalid, .form-horizontal textarea.is-invalid { border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:invalid:focus, .was-validated .c-quicksearch__input:invalid:focus, .was-validated .c-form input:invalid:focus:not([type=checkbox], [type=radio], .btn), .c-form .was-validated input:invalid:focus:not([type=checkbox], [type=radio], .btn), .was-validated .basecontent-form-editor input:invalid:focus:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .was-validated input:invalid:focus:not([type=checkbox], [type=radio], .btn), .was-validated .subscriptionForm input:invalid:focus:not([type=checkbox], [type=radio], .btn), .subscriptionForm .was-validated input:invalid:focus:not([type=checkbox], [type=radio], .btn), .was-validated .form-horizontal input:invalid:focus:not([type=checkbox], [type=radio], .btn), .form-horizontal .was-validated input:invalid:focus:not([type=checkbox], [type=radio], .btn), .was-validated .c-form select:invalid:focus, .c-form .was-validated select:invalid:focus, .was-validated .basecontent-form-editor select:invalid:focus, .basecontent-form-editor .was-validated select:invalid:focus, .was-validated .subscriptionForm select:invalid:focus, .subscriptionForm .was-validated select:invalid:focus, .was-validated .form-horizontal select:invalid:focus, .form-horizontal .was-validated select:invalid:focus, .was-validated .c-form textarea:invalid:focus, .c-form .was-validated textarea:invalid:focus, .was-validated .basecontent-form-editor textarea:invalid:focus, .basecontent-form-editor .was-validated textarea:invalid:focus, .was-validated .subscriptionForm textarea:invalid:focus, .subscriptionForm .was-validated textarea:invalid:focus, .was-validated .form-horizontal textarea:invalid:focus, .form-horizontal .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .is-invalid.c-quicksearch__input:focus, .c-form input.is-invalid:focus:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor input.is-invalid:focus:not([type=checkbox], [type=radio], .btn), .subscriptionForm input.is-invalid:focus:not([type=checkbox], [type=radio], .btn), .form-horizontal input.is-invalid:focus:not([type=checkbox], [type=radio], .btn), .c-form select.is-invalid:focus, .basecontent-form-editor select.is-invalid:focus, .subscriptionForm select.is-invalid:focus, .form-horizontal select.is-invalid:focus, .c-form textarea.is-invalid:focus, .basecontent-form-editor textarea.is-invalid:focus, .subscriptionForm textarea.is-invalid:focus, .form-horizontal textarea.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, .was-validated textarea.c-quicksearch__input:invalid, textarea.form-control.is-invalid, textarea.is-invalid.c-quicksearch__input { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #dc3545; padding-right: calc(0.75em + 2.3125rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { border-color: #e4606d; background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline { display: flex; flex-flow: row wrap; align-items: center; }

.form-inline .form-check, .form-inline .c-form .checkboxes, .c-form .form-inline .checkboxes, .form-inline .basecontent-form-editor .checkboxes, .basecontent-form-editor .form-inline .checkboxes, .form-inline .subscriptionForm .checkboxes, .subscriptionForm .form-inline .checkboxes, .form-inline .form-horizontal .checkboxes, .form-horizontal .form-inline .checkboxes, .form-inline .c-form .radiobuttons, .c-form .form-inline .radiobuttons, .form-inline .basecontent-form-editor .radiobuttons, .basecontent-form-editor .form-inline .radiobuttons, .form-inline .subscriptionForm .radiobuttons, .subscriptionForm .form-inline .radiobuttons, .form-inline .form-horizontal .radiobuttons, .form-horizontal .form-inline .radiobuttons { width: 100%; }

@media (min-width: 576px) { .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0; } .form-inline .form-group, .form-inline .c-form [class^=form-group]:not(.senderCc), .c-form .form-inline [class^=form-group]:not(.senderCc), .form-inline .basecontent-form-editor [class^=form-group]:not(.senderCc), .basecontent-form-editor .form-inline [class^=form-group]:not(.senderCc), .form-inline .subscriptionForm [class^=form-group]:not(.senderCc), .subscriptionForm .form-inline [class^=form-group]:not(.senderCc), .form-inline .form-horizontal [class^=form-group]:not(.senderCc), .form-horizontal .form-inline [class^=form-group]:not(.senderCc), .form-inline .c-form .formTitle, .c-form .form-inline .formTitle, .form-inline .basecontent-form-editor .formTitle, .basecontent-form-editor .form-inline .formTitle, .form-inline .subscriptionForm .formTitle, .subscriptionForm .form-inline .formTitle, .form-inline .form-horizontal .formTitle, .form-horizontal .form-inline .formTitle, .form-inline .c-form .formElement > .type-file, .c-form .form-inline .formElement > .type-file, .form-inline .basecontent-form-editor .formElement > .type-file, .basecontent-form-editor .form-inline .formElement > .type-file, .form-inline .subscriptionForm .formElement > .type-file, .subscriptionForm .form-inline .formElement > .type-file, .form-inline .form-horizontal .formElement > .type-file, .form-horizontal .form-inline .formElement > .type-file, .form-inline .c-form .captcha, .c-form .form-inline .captcha, .form-inline .basecontent-form-editor .captcha, .basecontent-form-editor .form-inline .captcha, .form-inline .subscriptionForm .captcha, .subscriptionForm .form-inline .captcha, .form-inline .form-horizontal .captcha, .form-horizontal .form-inline .captcha { display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0; } .form-inline .form-control, .form-inline .c-quicksearch__input, .form-inline .c-form input:not([type=checkbox], [type=radio], .btn), .c-form .form-inline input:not([type=checkbox], [type=radio], .btn), .form-inline .basecontent-form-editor input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .form-inline input:not([type=checkbox], [type=radio], .btn), .form-inline .subscriptionForm input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .form-inline input:not([type=checkbox], [type=radio], .btn), .form-inline .form-horizontal input:not([type=checkbox], [type=radio], .btn), .form-horizontal .form-inline input:not([type=checkbox], [type=radio], .btn), .form-inline .c-form select, .c-form .form-inline select, .form-inline .basecontent-form-editor select, .basecontent-form-editor .form-inline select, .form-inline .subscriptionForm select, .subscriptionForm .form-inline select, .form-inline .form-horizontal select, .form-horizontal .form-inline select, .form-inline .c-form textarea, .c-form .form-inline textarea, .form-inline .basecontent-form-editor textarea, .basecontent-form-editor .form-inline textarea, .form-inline .subscriptionForm textarea, .subscriptionForm .form-inline textarea, .form-inline .form-horizontal textarea, .form-horizontal .form-inline textarea { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-plaintext { display: inline-block; } .form-inline .input-group, .form-inline .custom-select { width: auto; } .form-inline .form-check, .form-inline .c-form .checkboxes, .c-form .form-inline .checkboxes, .form-inline .basecontent-form-editor .checkboxes, .basecontent-form-editor .form-inline .checkboxes, .form-inline .subscriptionForm .checkboxes, .subscriptionForm .form-inline .checkboxes, .form-inline .form-horizontal .checkboxes, .form-horizontal .form-inline .checkboxes, .form-inline .c-form .radiobuttons, .c-form .form-inline .radiobuttons, .form-inline .basecontent-form-editor .radiobuttons, .basecontent-form-editor .form-inline .radiobuttons, .form-inline .subscriptionForm .radiobuttons, .subscriptionForm .form-inline .radiobuttons, .form-inline .form-horizontal .radiobuttons, .form-horizontal .form-inline .radiobuttons { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0; } .form-inline .form-check-input { position: relative; flex-shrink: 0; margin-top: 0; margin-right: 0.25rem; margin-left: 0; } .form-inline .custom-control { align-items: center; justify-content: center; } .form-inline .custom-control-label { margin-bottom: 0; } }

.btn { display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }

.btn:hover { color: #212529; text-decoration: none; }

.btn:focus, .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(154, 56, 71, 0.25); }

.btn.disabled, .vwp #anfangsbuchstaben .btn.lpInaktiv, .vwp #anfangsbuchstaben .btn.inaktiv, .btn:disabled { opacity: 0.65; box-shadow: none; }

.btn:not(:disabled):not(.disabled) { cursor: pointer; }

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus { box-shadow: 0 0 0 0.2rem rgba(154, 56, 71, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

a.btn.disabled, .vwp #anfangsbuchstaben .btn.lpInaktiv, .vwp #anfangsbuchstaben .btn.inaktiv, fieldset:disabled a.btn { pointer-events: none; }

.btn-primary { color: #fff; background-color: #9a3847; border-color: #9a3847; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-primary:hover { color: #fff; background-color: #7e2e3a; border-color: #752a36; }

.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #7e2e3a; border-color: #752a36; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(169, 86, 99, 0.5); }

.btn-primary.disabled, .vwp #anfangsbuchstaben .btn-primary.lpInaktiv, .vwp #anfangsbuchstaben .btn-primary.inaktiv, .btn-primary:disabled { color: #fff; background-color: #9a3847; border-color: #9a3847; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #752a36; border-color: #6b2731; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(169, 86, 99, 0.5); }

.btn-secondary { color: #fff; background-color: #9a3847; border-color: #9a3847; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-secondary:hover { color: #fff; background-color: #7e2e3a; border-color: #752a36; }

.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #7e2e3a; border-color: #752a36; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(169, 86, 99, 0.5); }

.btn-secondary.disabled, .vwp #anfangsbuchstaben .btn-secondary.lpInaktiv, .vwp #anfangsbuchstaben .btn-secondary.inaktiv, .btn-secondary:disabled { color: #fff; background-color: #9a3847; border-color: #9a3847; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #752a36; border-color: #6b2731; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(169, 86, 99, 0.5); }

.btn-success { color: #fff; background-color: #28a745; border-color: #28a745; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34; }

.btn-success:focus, .btn-success.focus { color: #fff; background-color: #218838; border-color: #1e7e34; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled, .vwp #anfangsbuchstaben .btn-success.lpInaktiv, .vwp #anfangsbuchstaben .btn-success.inaktiv, .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #1e7e34; border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; }

.btn-info:focus, .btn-info.focus { color: #fff; background-color: #138496; border-color: #117a8b; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .vwp #anfangsbuchstaben .btn-info.lpInaktiv, .vwp #anfangsbuchstaben .btn-info.inaktiv, .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; }

.btn-warning:focus, .btn-warning.focus { color: #212529; background-color: #e0a800; border-color: #d39e00; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .vwp #anfangsbuchstaben .btn-warning.lpInaktiv, .vwp #anfangsbuchstaben .btn-warning.inaktiv, .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; }

.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c82333; border-color: #bd2130; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .vwp #anfangsbuchstaben .btn-danger.lpInaktiv, .vwp #anfangsbuchstaben .btn-danger.inaktiv, .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; }

.btn-light:focus, .btn-light.focus { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .vwp #anfangsbuchstaben .btn-light.lpInaktiv, .vwp #anfangsbuchstaben .btn-light.inaktiv, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124; }

.btn-dark:focus, .btn-dark.focus { color: #fff; background-color: #23272b; border-color: #1d2124; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .vwp #anfangsbuchstaben .btn-dark.lpInaktiv, .vwp #anfangsbuchstaben .btn-dark.inaktiv, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary { color: #9a3847; border-color: #9a3847; }

.btn-outline-primary:hover { color: #fff; background-color: #9a3847; border-color: #9a3847; }

.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(154, 56, 71, 0.5); }

.btn-outline-primary.disabled, .vwp #anfangsbuchstaben .btn-outline-primary.lpInaktiv, .vwp #anfangsbuchstaben .btn-outline-primary.inaktiv, .btn-outline-primary:disabled { color: #9a3847; background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #9a3847; border-color: #9a3847; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(154, 56, 71, 0.5); }

.btn-outline-secondary { color: #9a3847; border-color: #9a3847; }

.btn-outline-secondary:hover { color: #fff; background-color: #9a3847; border-color: #9a3847; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(154, 56, 71, 0.5); }

.btn-outline-secondary.disabled, .vwp #anfangsbuchstaben .btn-outline-secondary.lpInaktiv, .vwp #anfangsbuchstaben .btn-outline-secondary.inaktiv, .btn-outline-secondary:disabled { color: #9a3847; background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #9a3847; border-color: #9a3847; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(154, 56, 71, 0.5); }

.btn-outline-success { color: #28a745; border-color: #28a745; }

.btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; }

.btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .vwp #anfangsbuchstaben .btn-outline-success.lpInaktiv, .vwp #anfangsbuchstaben .btn-outline-success.inaktiv, .btn-outline-success:disabled { color: #28a745; background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info { color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .vwp #anfangsbuchstaben .btn-outline-info.lpInaktiv, .vwp #anfangsbuchstaben .btn-outline-info.inaktiv, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning { color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .vwp #anfangsbuchstaben .btn-outline-warning.lpInaktiv, .vwp #anfangsbuchstaben .btn-outline-warning.inaktiv, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger { color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .vwp #anfangsbuchstaben .btn-outline-danger.lpInaktiv, .vwp #anfangsbuchstaben .btn-outline-danger.inaktiv, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .vwp #anfangsbuchstaben .btn-outline-light.lpInaktiv, .vwp #anfangsbuchstaben .btn-outline-light.inaktiv, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark { color: #343a40; border-color: #343a40; }

.btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .vwp #anfangsbuchstaben .btn-outline-dark.lpInaktiv, .vwp #anfangsbuchstaben .btn-outline-dark.inaktiv, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link { font-weight: 400; color: #9a3847; text-decoration: none; }

.btn-link:hover { color: var(--cd-color-secondary); text-decoration: underline; }

.btn-link:focus, .btn-link.focus { text-decoration: underline; }

.btn-link:disabled, .btn-link.disabled, .vwp #anfangsbuchstaben .btn-link.lpInaktiv, .vwp #anfangsbuchstaben .btn-link.inaktiv { color: #6c757d; pointer-events: none; }

.btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0; }

.btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 0.5rem; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.fade { transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) { .fade { transition: none; } }

.fade:not(.show) { opacity: 0; }

.collapse:not(.show) { display: none; }

.collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } }

.dropup, .dropright, .dropdown, .dropleft { position: relative; }

.dropdown-toggle { white-space: nowrap; }

.dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after { margin-left: 0; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }

.dropdown-menu-left { right: auto; left: 0; }

.dropdown-menu-right { right: 0; left: auto; }

@media (min-width: 576px) { .dropdown-menu-sm-left { right: auto; left: 0; } .dropdown-menu-sm-right { right: 0; left: auto; } }

@media (min-width: 768px) { .dropdown-menu-md-left { right: auto; left: 0; } .dropdown-menu-md-right { right: 0; left: auto; } }

@media (min-width: 992px) { .dropdown-menu-lg-left { right: auto; left: 0; } .dropdown-menu-lg-right { right: 0; left: auto; } }

@media (min-width: 1200px) { .dropdown-menu-xl-left { right: auto; left: 0; } .dropdown-menu-xl-right { right: 0; left: auto; } }

@media (min-width: 1440px) { .dropdown-menu-xxl-left { right: auto; left: 0; } .dropdown-menu-xxl-right { right: 0; left: auto; } }

.dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after { margin-left: 0; }

.dropright .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; }

.dropright .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after { margin-left: 0; }

.dropright .dropdown-toggle::after { vertical-align: 0; }

.dropleft .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; }

.dropleft .dropdown-toggle::after { display: none; }

.dropleft .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after { margin-left: 0; }

.dropleft .dropdown-toggle::before { vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { right: auto; bottom: auto; }

.dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #e9ecef; }

.dropdown-item, .c-fontsizer a { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

.dropdown-item:hover, .c-fontsizer a:hover, .dropdown-item:focus, .c-fontsizer a:focus { color: #16181b; text-decoration: none; background-color: #e9ecef; }

.dropdown-item.active, .c-fontsizer a.active, .dropdown-item:active, .c-fontsizer a:active { color: #fff; text-decoration: none; background-color: #9a3847; }

.dropdown-item.disabled, .vwp #anfangsbuchstaben .dropdown-item.lpInaktiv, .vwp #anfangsbuchstaben .dropdown-item.inaktiv, .c-fontsizer a.disabled, .c-fontsizer .vwp #anfangsbuchstaben a.lpInaktiv, .vwp #anfangsbuchstaben .c-fontsizer a.lpInaktiv, .c-fontsizer .vwp #anfangsbuchstaben a.inaktiv, .vwp #anfangsbuchstaben .c-fontsizer a.inaktiv, .dropdown-item:disabled, .c-fontsizer a:disabled { color: #adb5bd; pointer-events: none; background-color: transparent; }

.dropdown-menu.show { display: block; }

.dropdown-header { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; }

.dropdown-item-text { display: block; padding: 0.25rem 1.5rem; color: #212529; }

.btn-group, .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; }

.btn-group > .btn, .btn-group-vertical > .btn { position: relative; flex: 1 1 auto; }

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover { z-index: 1; }

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 1; }

.btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; }

.btn-toolbar .input-group { width: auto; }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) { margin-left: -1px; }

.dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; }

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0; }

.dropleft .dropdown-toggle-split::before { margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; }

.btn-group.show .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.show .dropdown-toggle.btn-link { box-shadow: none; }

.btn-group-vertical { flex-direction: column; align-items: flex-start; justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; }

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) { margin-top: -1px; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }

.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }

.input-group > .form-control, .input-group > .c-quicksearch__input, .c-form .input-group > input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn), .c-form .input-group > select, .basecontent-form-editor .input-group > select, .subscriptionForm .input-group > select, .form-horizontal .input-group > select, .c-form .input-group > textarea, .basecontent-form-editor .input-group > textarea, .subscriptionForm .input-group > textarea, .form-horizontal .input-group > textarea, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; margin-bottom: 0; }

.input-group > .form-control + .form-control, .input-group > .c-quicksearch__input + .form-control, .input-group > .form-control + .c-quicksearch__input, .input-group > .c-quicksearch__input + .c-quicksearch__input, .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + .form-control, .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + .c-quicksearch__input, .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + .form-control, .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + .c-quicksearch__input, .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + .form-control, .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + .c-quicksearch__input, .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + .form-control, .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + .c-quicksearch__input, .c-form .input-group > select + .form-control, .c-form .input-group > select + .c-quicksearch__input, .basecontent-form-editor .input-group > select + .form-control, .basecontent-form-editor .input-group > select + .c-quicksearch__input, .subscriptionForm .input-group > select + .form-control, .subscriptionForm .input-group > select + .c-quicksearch__input, .form-horizontal .input-group > select + .form-control, .form-horizontal .input-group > select + .c-quicksearch__input, .c-form .input-group > textarea + .form-control, .c-form .input-group > textarea + .c-quicksearch__input, .basecontent-form-editor .input-group > textarea + .form-control, .basecontent-form-editor .input-group > textarea + .c-quicksearch__input, .subscriptionForm .input-group > textarea + .form-control, .subscriptionForm .input-group > textarea + .c-quicksearch__input, .form-horizontal .input-group > textarea + .form-control, .form-horizontal .input-group > textarea + .c-quicksearch__input, .c-form .input-group > .form-control + input:not([type=checkbox], [type=radio], .btn), .c-form .input-group > .c-quicksearch__input + input:not([type=checkbox], [type=radio], .btn), .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .c-form .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .c-form .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .c-form .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .c-form .input-group > select + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .c-form .input-group > select + input:not([type=checkbox], [type=radio], .btn), .c-form .basecontent-form-editor .input-group > select + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .c-form .input-group > select + input:not([type=checkbox], [type=radio], .btn), .c-form .subscriptionForm .input-group > select + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .c-form .input-group > select + input:not([type=checkbox], [type=radio], .btn), .c-form .form-horizontal .input-group > select + input:not([type=checkbox], [type=radio], .btn), .c-form .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .c-form .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .c-form .basecontent-form-editor .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .c-form .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .c-form .subscriptionForm .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .c-form .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .c-form .form-horizontal .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group > .form-control + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group > .c-quicksearch__input + input:not([type=checkbox], [type=radio], .btn), .c-form .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .c-form .basecontent-form-editor .input-group > select + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .c-form .input-group > select + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group > select + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .basecontent-form-editor .input-group > select + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .subscriptionForm .input-group > select + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .basecontent-form-editor .input-group > select + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .form-horizontal .input-group > select + input:not([type=checkbox], [type=radio], .btn), .c-form .basecontent-form-editor .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .c-form .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .basecontent-form-editor .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .subscriptionForm .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .basecontent-form-editor .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .form-horizontal .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group > .form-control + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group > .c-quicksearch__input + input:not([type=checkbox], [type=radio], .btn), .c-form .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .c-form .subscriptionForm .input-group > select + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .c-form .input-group > select + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .subscriptionForm .input-group > select + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .basecontent-form-editor .input-group > select + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group > select + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .subscriptionForm .input-group > select + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .form-horizontal .input-group > select + input:not([type=checkbox], [type=radio], .btn), .c-form .subscriptionForm .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .c-form .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .subscriptionForm .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .basecontent-form-editor .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .subscriptionForm .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .form-horizontal .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group > .form-control + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group > .c-quicksearch__input + input:not([type=checkbox], [type=radio], .btn), .c-form .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + input:not([type=checkbox], [type=radio], .btn), .c-form .form-horizontal .input-group > select + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .c-form .input-group > select + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .form-horizontal .input-group > select + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .basecontent-form-editor .input-group > select + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .form-horizontal .input-group > select + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .subscriptionForm .input-group > select + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group > select + input:not([type=checkbox], [type=radio], .btn), .c-form .form-horizontal .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .c-form .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .form-horizontal .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .basecontent-form-editor .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .form-horizontal .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .subscriptionForm .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group > textarea + input:not([type=checkbox], [type=radio], .btn), .c-form .input-group > .form-control + select, .c-form .input-group > .c-quicksearch__input + select, .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .basecontent-form-editor .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .c-form .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .subscriptionForm .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .c-form .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .form-horizontal .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .c-form .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .c-form .input-group > select + select, .basecontent-form-editor .c-form .input-group > select + select, .c-form .basecontent-form-editor .input-group > select + select, .subscriptionForm .c-form .input-group > select + select, .c-form .subscriptionForm .input-group > select + select, .form-horizontal .c-form .input-group > select + select, .c-form .form-horizontal .input-group > select + select, .c-form .input-group > textarea + select, .basecontent-form-editor .c-form .input-group > textarea + select, .c-form .basecontent-form-editor .input-group > textarea + select, .subscriptionForm .c-form .input-group > textarea + select, .c-form .subscriptionForm .input-group > textarea + select, .form-horizontal .c-form .input-group > textarea + select, .c-form .form-horizontal .input-group > textarea + select, .basecontent-form-editor .input-group > .form-control + select, .basecontent-form-editor .input-group > .c-quicksearch__input + select, .c-form .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .basecontent-form-editor .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .subscriptionForm .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .basecontent-form-editor .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .form-horizontal .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .basecontent-form-editor .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .c-form .basecontent-form-editor .input-group > select + select, .basecontent-form-editor .c-form .input-group > select + select, .basecontent-form-editor .input-group > select + select, .subscriptionForm .basecontent-form-editor .input-group > select + select, .basecontent-form-editor .subscriptionForm .input-group > select + select, .form-horizontal .basecontent-form-editor .input-group > select + select, .basecontent-form-editor .form-horizontal .input-group > select + select, .c-form .basecontent-form-editor .input-group > textarea + select, .basecontent-form-editor .c-form .input-group > textarea + select, .basecontent-form-editor .input-group > textarea + select, .subscriptionForm .basecontent-form-editor .input-group > textarea + select, .basecontent-form-editor .subscriptionForm .input-group > textarea + select, .form-horizontal .basecontent-form-editor .input-group > textarea + select, .basecontent-form-editor .form-horizontal .input-group > textarea + select, .subscriptionForm .input-group > .form-control + select, .subscriptionForm .input-group > .c-quicksearch__input + select, .c-form .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .subscriptionForm .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .basecontent-form-editor .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .subscriptionForm .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .form-horizontal .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .subscriptionForm .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .c-form .subscriptionForm .input-group > select + select, .subscriptionForm .c-form .input-group > select + select, .basecontent-form-editor .subscriptionForm .input-group > select + select, .subscriptionForm .basecontent-form-editor .input-group > select + select, .subscriptionForm .input-group > select + select, .form-horizontal .subscriptionForm .input-group > select + select, .subscriptionForm .form-horizontal .input-group > select + select, .c-form .subscriptionForm .input-group > textarea + select, .subscriptionForm .c-form .input-group > textarea + select, .basecontent-form-editor .subscriptionForm .input-group > textarea + select, .subscriptionForm .basecontent-form-editor .input-group > textarea + select, .subscriptionForm .input-group > textarea + select, .form-horizontal .subscriptionForm .input-group > textarea + select, .subscriptionForm .form-horizontal .input-group > textarea + select, .form-horizontal .input-group > .form-control + select, .form-horizontal .input-group > .c-quicksearch__input + select, .c-form .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .form-horizontal .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .basecontent-form-editor .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .form-horizontal .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .subscriptionForm .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .form-horizontal .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + select, .c-form .form-horizontal .input-group > select + select, .form-horizontal .c-form .input-group > select + select, .basecontent-form-editor .form-horizontal .input-group > select + select, .form-horizontal .basecontent-form-editor .input-group > select + select, .subscriptionForm .form-horizontal .input-group > select + select, .form-horizontal .subscriptionForm .input-group > select + select, .form-horizontal .input-group > select + select, .c-form .form-horizontal .input-group > textarea + select, .form-horizontal .c-form .input-group > textarea + select, .basecontent-form-editor .form-horizontal .input-group > textarea + select, .form-horizontal .basecontent-form-editor .input-group > textarea + select, .subscriptionForm .form-horizontal .input-group > textarea + select, .form-horizontal .subscriptionForm .input-group > textarea + select, .form-horizontal .input-group > textarea + select, .c-form .input-group > .form-control + textarea, .c-form .input-group > .c-quicksearch__input + textarea, .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .basecontent-form-editor .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .c-form .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .subscriptionForm .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .c-form .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .form-horizontal .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .c-form .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .c-form .input-group > select + textarea, .basecontent-form-editor .c-form .input-group > select + textarea, .c-form .basecontent-form-editor .input-group > select + textarea, .subscriptionForm .c-form .input-group > select + textarea, .c-form .subscriptionForm .input-group > select + textarea, .form-horizontal .c-form .input-group > select + textarea, .c-form .form-horizontal .input-group > select + textarea, .c-form .input-group > textarea + textarea, .basecontent-form-editor .c-form .input-group > textarea + textarea, .c-form .basecontent-form-editor .input-group > textarea + textarea, .subscriptionForm .c-form .input-group > textarea + textarea, .c-form .subscriptionForm .input-group > textarea + textarea, .form-horizontal .c-form .input-group > textarea + textarea, .c-form .form-horizontal .input-group > textarea + textarea, .basecontent-form-editor .input-group > .form-control + textarea, .basecontent-form-editor .input-group > .c-quicksearch__input + textarea, .c-form .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .basecontent-form-editor .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .subscriptionForm .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .basecontent-form-editor .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .form-horizontal .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .basecontent-form-editor .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .c-form .basecontent-form-editor .input-group > select + textarea, .basecontent-form-editor .c-form .input-group > select + textarea, .basecontent-form-editor .input-group > select + textarea, .subscriptionForm .basecontent-form-editor .input-group > select + textarea, .basecontent-form-editor .subscriptionForm .input-group > select + textarea, .form-horizontal .basecontent-form-editor .input-group > select + textarea, .basecontent-form-editor .form-horizontal .input-group > select + textarea, .c-form .basecontent-form-editor .input-group > textarea + textarea, .basecontent-form-editor .c-form .input-group > textarea + textarea, .basecontent-form-editor .input-group > textarea + textarea, .subscriptionForm .basecontent-form-editor .input-group > textarea + textarea, .basecontent-form-editor .subscriptionForm .input-group > textarea + textarea, .form-horizontal .basecontent-form-editor .input-group > textarea + textarea, .basecontent-form-editor .form-horizontal .input-group > textarea + textarea, .subscriptionForm .input-group > .form-control + textarea, .subscriptionForm .input-group > .c-quicksearch__input + textarea, .c-form .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .subscriptionForm .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .basecontent-form-editor .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .subscriptionForm .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .form-horizontal .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .subscriptionForm .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .c-form .subscriptionForm .input-group > select + textarea, .subscriptionForm .c-form .input-group > select + textarea, .basecontent-form-editor .subscriptionForm .input-group > select + textarea, .subscriptionForm .basecontent-form-editor .input-group > select + textarea, .subscriptionForm .input-group > select + textarea, .form-horizontal .subscriptionForm .input-group > select + textarea, .subscriptionForm .form-horizontal .input-group > select + textarea, .c-form .subscriptionForm .input-group > textarea + textarea, .subscriptionForm .c-form .input-group > textarea + textarea, .basecontent-form-editor .subscriptionForm .input-group > textarea + textarea, .subscriptionForm .basecontent-form-editor .input-group > textarea + textarea, .subscriptionForm .input-group > textarea + textarea, .form-horizontal .subscriptionForm .input-group > textarea + textarea, .subscriptionForm .form-horizontal .input-group > textarea + textarea, .form-horizontal .input-group > .form-control + textarea, .form-horizontal .input-group > .c-quicksearch__input + textarea, .c-form .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .form-horizontal .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .basecontent-form-editor .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .form-horizontal .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .subscriptionForm .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .form-horizontal .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + textarea, .c-form .form-horizontal .input-group > select + textarea, .form-horizontal .c-form .input-group > select + textarea, .basecontent-form-editor .form-horizontal .input-group > select + textarea, .form-horizontal .basecontent-form-editor .input-group > select + textarea, .subscriptionForm .form-horizontal .input-group > select + textarea, .form-horizontal .subscriptionForm .input-group > select + textarea, .form-horizontal .input-group > select + textarea, .c-form .form-horizontal .input-group > textarea + textarea, .form-horizontal .c-form .input-group > textarea + textarea, .basecontent-form-editor .form-horizontal .input-group > textarea + textarea, .form-horizontal .basecontent-form-editor .input-group > textarea + textarea, .subscriptionForm .form-horizontal .input-group > textarea + textarea, .form-horizontal .subscriptionForm .input-group > textarea + textarea, .form-horizontal .input-group > textarea + textarea, .input-group > .form-control + .custom-select, .input-group > .c-quicksearch__input + .custom-select, .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + .custom-select, .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + .custom-select, .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + .custom-select, .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + .custom-select, .c-form .input-group > select + .custom-select, .basecontent-form-editor .input-group > select + .custom-select, .subscriptionForm .input-group > select + .custom-select, .form-horizontal .input-group > select + .custom-select, .c-form .input-group > textarea + .custom-select, .basecontent-form-editor .input-group > textarea + .custom-select, .subscriptionForm .input-group > textarea + .custom-select, .form-horizontal .input-group > textarea + .custom-select, .input-group > .form-control + .custom-file, .input-group > .c-quicksearch__input + .custom-file, .c-form .input-group > input:not([type=checkbox], [type=radio], .btn) + .custom-file, .basecontent-form-editor .input-group > input:not([type=checkbox], [type=radio], .btn) + .custom-file, .subscriptionForm .input-group > input:not([type=checkbox], [type=radio], .btn) + .custom-file, .form-horizontal .input-group > input:not([type=checkbox], [type=radio], .btn) + .custom-file, .c-form .input-group > select + .custom-file, .basecontent-form-editor .input-group > select + .custom-file, .subscriptionForm .input-group > select + .custom-file, .form-horizontal .input-group > select + .custom-file, .c-form .input-group > textarea + .custom-file, .basecontent-form-editor .input-group > textarea + .custom-file, .subscriptionForm .input-group > textarea + .custom-file, .form-horizontal .input-group > textarea + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .c-quicksearch__input, .c-form .input-group > .form-control-plaintext + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group > .form-control-plaintext + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group > .form-control-plaintext + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group > .form-control-plaintext + input:not([type=checkbox], [type=radio], .btn), .c-form .input-group > .form-control-plaintext + select, .basecontent-form-editor .input-group > .form-control-plaintext + select, .subscriptionForm .input-group > .form-control-plaintext + select, .form-horizontal .input-group > .form-control-plaintext + select, .c-form .input-group > .form-control-plaintext + textarea, .basecontent-form-editor .input-group > .form-control-plaintext + textarea, .subscriptionForm .input-group > .form-control-plaintext + textarea, .form-horizontal .input-group > .form-control-plaintext + textarea, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .c-quicksearch__input, .c-form .input-group > .custom-select + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group > .custom-select + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group > .custom-select + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group > .custom-select + input:not([type=checkbox], [type=radio], .btn), .c-form .input-group > .custom-select + select, .basecontent-form-editor .input-group > .custom-select + select, .subscriptionForm .input-group > .custom-select + select, .form-horizontal .input-group > .custom-select + select, .c-form .input-group > .custom-select + textarea, .basecontent-form-editor .input-group > .custom-select + textarea, .subscriptionForm .input-group > .custom-select + textarea, .form-horizontal .input-group > .custom-select + textarea, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .c-quicksearch__input, .c-form .input-group > .custom-file + input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group > .custom-file + input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group > .custom-file + input:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group > .custom-file + input:not([type=checkbox], [type=radio], .btn), .c-form .input-group > .custom-file + select, .basecontent-form-editor .input-group > .custom-file + select, .subscriptionForm .input-group > .custom-file + select, .form-horizontal .input-group > .custom-file + select, .c-form .input-group > .custom-file + textarea, .basecontent-form-editor .input-group > .custom-file + textarea, .subscriptionForm .input-group > .custom-file + textarea, .form-horizontal .input-group > .custom-file + textarea, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file { margin-left: -1px; }

.input-group > .form-control:focus, .input-group > .c-quicksearch__input:focus, .c-form .input-group > input:focus:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group > input:focus:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group > input:focus:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group > input:focus:not([type=checkbox], [type=radio], .btn), .c-form .input-group > select:focus, .basecontent-form-editor .input-group > select:focus, .subscriptionForm .input-group > select:focus, .form-horizontal .input-group > select:focus, .c-form .input-group > textarea:focus, .basecontent-form-editor .input-group > textarea:focus, .subscriptionForm .input-group > textarea:focus, .form-horizontal .input-group > textarea:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { z-index: 3; }

.input-group > .custom-file .custom-file-input:focus { z-index: 4; }

.input-group > .custom-file { display: flex; align-items: center; }

.input-group-prepend, .input-group-append { display: flex; }

.input-group-prepend .btn, .input-group-append .btn { position: relative; z-index: 2; }

.input-group-prepend .btn:focus, .input-group-append .btn:focus { z-index: 3; }

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn { margin-left: -1px; }

.input-group-prepend { margin-right: -1px; }

.input-group-append { margin-left: -1px; }

.input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; }

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] { margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .input-group-lg > .c-quicksearch__input:not(textarea), .c-form .input-group-lg > input:not(textarea):not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group-lg > input:not(textarea):not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group-lg > input:not(textarea):not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group-lg > input:not(textarea):not([type=checkbox], [type=radio], .btn), .c-form .input-group-lg > select:not(textarea), .basecontent-form-editor .input-group-lg > select:not(textarea), .subscriptionForm .input-group-lg > select:not(textarea), .form-horizontal .input-group-lg > select:not(textarea), .c-form .input-group-lg > textarea:not(textarea), .basecontent-form-editor .input-group-lg > textarea:not(textarea), .subscriptionForm .input-group-lg > textarea:not(textarea), .form-horizontal .input-group-lg > textarea:not(textarea), .input-group-lg > .custom-select { height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .input-group-lg > .c-quicksearch__input, .c-form .input-group-lg > input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group-lg > input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group-lg > input:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group-lg > input:not([type=checkbox], [type=radio], .btn), .c-form .input-group-lg > select, .basecontent-form-editor .input-group-lg > select, .subscriptionForm .input-group-lg > select, .form-horizontal .input-group-lg > select, .c-form .input-group-lg > textarea, .basecontent-form-editor .input-group-lg > textarea, .subscriptionForm .input-group-lg > textarea, .form-horizontal .input-group-lg > textarea, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; }

.input-group-sm > .form-control:not(textarea), .input-group-sm > .c-quicksearch__input:not(textarea), .c-form .input-group-sm > input:not(textarea):not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group-sm > input:not(textarea):not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group-sm > input:not(textarea):not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group-sm > input:not(textarea):not([type=checkbox], [type=radio], .btn), .c-form .input-group-sm > select:not(textarea), .basecontent-form-editor .input-group-sm > select:not(textarea), .subscriptionForm .input-group-sm > select:not(textarea), .form-horizontal .input-group-sm > select:not(textarea), .c-form .input-group-sm > textarea:not(textarea), .basecontent-form-editor .input-group-sm > textarea:not(textarea), .subscriptionForm .input-group-sm > textarea:not(textarea), .form-horizontal .input-group-sm > textarea:not(textarea), .input-group-sm > .custom-select { height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .input-group-sm > .c-quicksearch__input, .c-form .input-group-sm > input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .input-group-sm > input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .input-group-sm > input:not([type=checkbox], [type=radio], .btn), .form-horizontal .input-group-sm > input:not([type=checkbox], [type=radio], .btn), .c-form .input-group-sm > select, .basecontent-form-editor .input-group-sm > select, .subscriptionForm .input-group-sm > select, .form-horizontal .input-group-sm > select, .c-form .input-group-sm > textarea, .basecontent-form-editor .input-group-sm > textarea, .subscriptionForm .input-group-sm > textarea, .form-horizontal .input-group-sm > textarea, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; }

.input-group-lg > .custom-select, .input-group-sm > .custom-select { padding-right: 1.75rem; }

.custom-control { position: relative; z-index: 1; display: block; min-height: 1.5rem; padding-left: 1.5rem; color-adjust: exact; }

.custom-control-inline { display: inline-flex; margin-right: 1rem; }

.custom-control-input { position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.25rem; opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #9a3847; background-color: #9a3847; box-shadow:; }

.custom-control-input:focus ~ .custom-control-label::before { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(154, 56, 71, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: #d1818d; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #fff; background-color: #dfa6af; border-color: #dfa6af; box-shadow:; }

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { color: #6c757d; }

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { background-color: #e9ecef; }

.custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; }

.custom-control-label::before { position: absolute; top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; background-color: #fff; border: #adb5bd solid 1px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.custom-control-label::after { position: absolute; top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: #9a3847; background-color: #9a3847; box-shadow:; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(154, 56, 71, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(154, 56, 71, 0.5); }

.custom-radio .custom-control-label::before { border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(154, 56, 71, 0.5); }

.custom-switch { padding-left: 2.25rem; }

.custom-switch .custom-control-label::before { left: -2.25rem; width: 1.75rem; pointer-events: all; border-radius: 0.5rem; }

.custom-switch .custom-control-label::after { top: calc(0.25rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .custom-switch .custom-control-label::after { transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after { background-color: #fff; transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(154, 56, 71, 0.5); }

.custom-select { display: inline-block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; vertical-align: middle; background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat; border: 1px solid #ced4da; border-radius: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); appearance: none; }

.custom-select:focus { border-color: #d1818d; outline: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(154, 56, 71, 0.25); }

.custom-select:focus::-ms-value { color: #495057; background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; }

.custom-select:disabled { color: #6c757d; background-color: #e9ecef; }

.custom-select::-ms-expand { display: none; }

.custom-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #495057; }

.custom-select-sm { height: calc(1.5em + 0.5rem + 2px); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.875rem; }

.custom-select-lg { height: calc(1.5em + 1rem + 2px); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.25rem; }

.custom-file { position: relative; display: inline-block; width: 100%; height: calc(1.5em + 0.75rem + 2px); margin-bottom: 0; }

.custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(1.5em + 0.75rem + 2px); margin: 0; overflow: hidden; opacity: 0; }

.custom-file-input:focus ~ .custom-file-label { border-color: #d1818d; box-shadow: 0 0 0 0.2rem rgba(154, 56, 71, 0.25); }

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label { background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after { content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after { content: attr(data-browse); }

.custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; overflow: hidden; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(1.5em + 0.75rem); padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: inherit; }

.custom-range { width: 100%; height: 1.4rem; padding: 0; background-color: transparent; appearance: none; }

.custom-range:focus { outline: 0; }

.custom-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #e9ecef, 0 0 0 0.2rem rgba(154, 56, 71, 0.25); }

.custom-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #e9ecef, 0 0 0 0.2rem rgba(154, 56, 71, 0.25); }

.custom-range:focus::-ms-thumb { box-shadow: 0 0 0 1px #e9ecef, 0 0 0 0.2rem rgba(154, 56, 71, 0.25); }

.custom-range::-moz-focus-outer { border: 0; }

.custom-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #9a3847; border: 0; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-webkit-slider-thumb { transition: none; } }

.custom-range::-webkit-slider-thumb:active { background-color: #dfa6af; }

.custom-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.custom-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #9a3847; border: 0; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-moz-range-thumb { transition: none; } }

.custom-range::-moz-range-thumb:active { background-color: #dfa6af; }

.custom-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.custom-range::-ms-thumb { width: 1rem; height: 1rem; margin-top: 0; margin-right: 0.2rem; margin-left: 0.2rem; background-color: #9a3847; border: 0; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }

@media (prefers-reduced-motion: reduce) { .custom-range::-ms-thumb { transition: none; } }

.custom-range::-ms-thumb:active { background-color: #dfa6af; }

.custom-range::-ms-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: transparent; border-color: transparent; border-width: 0.5rem; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.custom-range::-ms-fill-lower { background-color: #dee2e6; }

.custom-range::-ms-fill-upper { margin-right: 15px; background-color: #dee2e6; }

.custom-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track { cursor: default; }

.custom-range:disabled::-moz-range-thumb { background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track { cursor: default; }

.custom-range:disabled::-ms-thumb { background-color: #adb5bd; }

.custom-control-label::before, .custom-file-label, .custom-select { transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .custom-control-label::before, .custom-file-label, .custom-select { transition: none; } }

.nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }

.nav-link { display: block; padding: 0.5rem 1rem; }

.nav-link:hover, .nav-link:focus { text-decoration: none; }

.nav-link.disabled, .vwp #anfangsbuchstaben .nav-link.lpInaktiv, .vwp #anfangsbuchstaben .nav-link.inaktiv { color: #6c757d; pointer-events: none; cursor: default; }

.nav-tabs { border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-link { margin-bottom: -1px; border: 1px solid transparent; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled, .nav-tabs .vwp #anfangsbuchstaben .nav-link.lpInaktiv, .vwp #anfangsbuchstaben .nav-tabs .nav-link.lpInaktiv, .nav-tabs .vwp #anfangsbuchstaben .nav-link.inaktiv, .vwp #anfangsbuchstaben .nav-tabs .nav-link.inaktiv { color: #6c757d; background-color: transparent; border-color: transparent; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #e9ecef; border-color: #dee2e6 #dee2e6 #e9ecef; }

.nav-tabs .dropdown-menu { margin-top: -1px; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #9a3847; }

.nav-fill > .nav-link, .nav-fill .nav-item { flex: 1 1 auto; text-align: center; }

.nav-justified > .nav-link, .nav-justified .nav-item { flex-basis: 0; flex-grow: 1; text-align: center; }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; }

.navbar .container, .navbar .container-fluid, .navbar .l-header-stage, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }

.navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }

.navbar-nav .nav-link { padding-right: 0; padding-left: 0; }

.navbar-nav .dropdown-menu { position: static; float: none; }

.navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; }

.navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; }

.navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; }

.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }

.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll { max-height: 75vh; overflow-y: auto; }

@media (max-width: 575.98px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .l-header-stage, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl { padding-right: 0; padding-left: 0; } }

@media (min-width: 576px) { .navbar-expand-sm { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .l-header-stage, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { overflow: visible; } .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } }

@media (max-width: 767.98px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .l-header-stage, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl { padding-right: 0; padding-left: 0; } }

@media (min-width: 768px) { .navbar-expand-md { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-md .navbar-nav { flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .l-header-stage, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { overflow: visible; } .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } }

@media (max-width: 991.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .l-header-stage, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl { padding-right: 0; padding-left: 0; } }

@media (min-width: 992px) { .navbar-expand-lg { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .l-header-stage, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { overflow: visible; } .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; } }

@media (max-width: 1199.98px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .l-header-stage, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl { padding-right: 0; padding-left: 0; } }

@media (min-width: 1200px) { .navbar-expand-xl { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-xl .navbar-nav { flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .l-header-stage, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; } }

@media (max-width: 1439.98px) { .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .l-header-stage, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl { padding-right: 0; padding-left: 0; } }

@media (min-width: 1440px) { .navbar-expand-xxl { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-xxl .navbar-nav { flex-direction: row; } .navbar-expand-xxl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xxl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .l-header-stage, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl { flex-wrap: nowrap; } .navbar-expand-xxl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xxl .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-xxl .navbar-toggler { display: none; } }

.navbar-expand { flex-flow: row nowrap; justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .l-header-stage, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl { padding-right: 0; padding-left: 0; }

.navbar-expand .navbar-nav { flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu { position: absolute; }

.navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .l-header-stage, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl { flex-wrap: nowrap; }

.navbar-expand .navbar-nav-scroll { overflow: visible; }

.navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; }

.navbar-expand .navbar-toggler { display: none; }

.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .vwp #anfangsbuchstaben .nav-link.lpInaktiv, .vwp #anfangsbuchstaben .navbar-light .navbar-nav .nav-link.lpInaktiv, .navbar-light .navbar-nav .vwp #anfangsbuchstaben .nav-link.inaktiv, .vwp #anfangsbuchstaben .navbar-light .navbar-nav .nav-link.inaktiv { color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand { color: #fff; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }

.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .vwp #anfangsbuchstaben .nav-link.lpInaktiv, .vwp #anfangsbuchstaben .navbar-dark .navbar-nav .nav-link.lpInaktiv, .navbar-dark .navbar-nav .vwp #anfangsbuchstaben .nav-link.inaktiv, .vwp #anfangsbuchstaben .navbar-dark .navbar-nav .nav-link.inaktiv { color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; }

.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a { color: #fff; }

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; }

.card, .c-comment-form, #create_comment_form { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); }

.card > hr, .c-comment-form > hr, #create_comment_form > hr { margin-right: 0; margin-left: 0; }

.card > .list-group, .c-comment-form > .list-group, #create_comment_form > .list-group { border-top: inherit; border-bottom: inherit; }

.card > .list-group:first-child, .c-comment-form > .list-group:first-child, #create_comment_form > .list-group:first-child { border-top-width: 0; }

.card > .list-group:last-child, .c-comment-form > .list-group:last-child, #create_comment_form > .list-group:last-child { border-bottom-width: 0; }

.card > .card-header + .list-group, .c-comment-form > .card-header + .list-group, #create_comment_form > .card-header + .list-group, .card > .list-group + .card-footer, .c-comment-form > .list-group + .card-footer, #create_comment_form > .list-group + .card-footer { border-top: 0; }

.card-body { flex: 1 1 auto; min-height: 1px; padding: 1.25rem; }

.card-title { margin-bottom: 0.75rem; }

.card-subtitle { margin-top: -0.375rem; margin-bottom: 0; }

.card-text:last-child { margin-bottom: 0; }

.card-link:hover { text-decoration: none; }

.card-link + .card-link { margin-left: 1.25rem; }

.card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer { padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; }

.card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; }

.card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; }

.card-img, .card-img-top, .card-img-bottom { flex-shrink: 0; width: 100%; }

.card-deck .card, .card-deck .c-comment-form, .card-deck #create_comment_form { margin-bottom: 18px; }

@media (min-width: 576px) { .card-deck { display: flex; flex-flow: row wrap; margin-right: -18px; margin-left: -18px; } .card-deck .card, .card-deck .c-comment-form, .card-deck #create_comment_form { flex: 1 0 0%; margin-right: 18px; margin-bottom: 0; margin-left: 18px; } }

.card-group > .card, .card-group > .c-comment-form, .card-group > #create_comment_form { margin-bottom: 18px; }

@media (min-width: 576px) { .card-group { display: flex; flex-flow: row wrap; } .card-group > .card, .card-group > .c-comment-form, .card-group > #create_comment_form { flex: 1 0 0%; margin-bottom: 0; } .card-group > .card + .card, .card-group > .c-comment-form + .card, .card-group > #create_comment_form + .card, .card-group > .card + .c-comment-form, .card-group > .c-comment-form + .c-comment-form, .card-group > #create_comment_form + .c-comment-form, .card-group > .card + #create_comment_form, .card-group > .c-comment-form + #create_comment_form, .card-group > #create_comment_form + #create_comment_form { margin-left: 0; border-left: 0; } }

.card-columns .card, .card-columns .c-comment-form, .card-columns #create_comment_form { margin-bottom: 0.75rem; }

@media (min-width: 576px) { .card-columns { column-count: 3; column-gap: 1.25rem; orphans: 1; widows: 1; } .card-columns .card, .card-columns .c-comment-form, .card-columns #create_comment_form { display: inline-block; width: 100%; } }

.accordion { overflow-anchor: none; }

.accordion > .card, .accordion > .c-comment-form, .accordion > #create_comment_form { overflow: hidden; }

.accordion > .card:not(:last-of-type), .accordion > .c-comment-form:not(:last-of-type), .accordion > #create_comment_form:not(:last-of-type) { border-bottom: 0; }

.accordion > .card > .card-header, .accordion > .c-comment-form > .card-header, .accordion > #create_comment_form > .card-header { margin-bottom: -1px; }

.breadcrumb { display: flex; flex-wrap: wrap; padding: 0.75rem 0; margin-bottom: 1rem; list-style: none; background-color: transparent; }

.breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before { float: left; padding-right: 0.5rem; color: #6c757d; content: ""; }

.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; }

.breadcrumb-item.active { color: #6c757d; }

.pagination { display: flex; padding-left: 0; list-style: none; }

.page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #9a3847; background-color: #fff; border: 1px solid #dee2e6; }

.page-link:hover { z-index: 2; color: var(--cd-color-secondary); text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }

.page-link:focus { z-index: 3; outline: 0; box-shadow: 0 0 0 0.2rem rgba(154, 56, 71, 0.25); }

.page-item:first-child .page-link { margin-left: 0; }

.page-item.active .page-link { z-index: 3; color: #fff; background-color: #9a3847; border-color: #9a3847; }

.page-item.disabled .page-link, .vwp #anfangsbuchstaben .page-item.lpInaktiv .page-link, .vwp #anfangsbuchstaben .page-item.inaktiv .page-link { color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6; }

.pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5; }

.pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; }

.badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .badge { transition: none; } }

a.badge:hover, a.badge:focus { text-decoration: none; }

.badge:empty { display: none; }

.btn .badge { position: relative; top: -1px; }

.badge-pill { padding-right: 0.6em; padding-left: 0.6em; }

.badge-primary { color: #fff; background-color: #9a3847; }

a.badge-primary:hover, a.badge-primary:focus { color: #fff; background-color: #752a36; }

a.badge-primary:focus, a.badge-primary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(154, 56, 71, 0.5); }

.badge-secondary { color: #fff; background-color: #9a3847; }

a.badge-secondary:hover, a.badge-secondary:focus { color: #fff; background-color: #752a36; }

a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(154, 56, 71, 0.5); }

.badge-success { color: #fff; background-color: #28a745; }

a.badge-success:hover, a.badge-success:focus { color: #fff; background-color: #1e7e34; }

a.badge-success:focus, a.badge-success.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info { color: #fff; background-color: #17a2b8; }

a.badge-info:hover, a.badge-info:focus { color: #fff; background-color: #117a8b; }

a.badge-info:focus, a.badge-info.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning { color: #212529; background-color: #ffc107; }

a.badge-warning:hover, a.badge-warning:focus { color: #212529; background-color: #d39e00; }

a.badge-warning:focus, a.badge-warning.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger { color: #fff; background-color: #dc3545; }

a.badge-danger:hover, a.badge-danger:focus { color: #fff; background-color: #bd2130; }

a.badge-danger:focus, a.badge-danger.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light { color: #212529; background-color: #f8f9fa; }

a.badge-light:hover, a.badge-light:focus { color: #212529; background-color: #dae0e5; }

a.badge-light:focus, a.badge-light.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark { color: #fff; background-color: #343a40; }

a.badge-dark:hover, a.badge-dark:focus { color: #fff; background-color: #1d2124; }

a.badge-dark:focus, a.badge-dark.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; }

@media (min-width: 576px) { .jumbotron { padding: 4rem 2rem; } }

.jumbotron-fluid { padding-right: 0; padding-left: 0; }

.alert, .sessionMessage { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; }

.alert-heading { color: inherit; }

.alert-link { font-weight: 700; }

.alert-dismissible { padding-right: 4rem; }

.alert-dismissible .close { position: absolute; top: 0; right: 0; z-index: 2; padding: 0.75rem 1.25rem; color: inherit; }

.alert-primary { color: #501d25; background-color: #ebd7da; border-color: #e3c7cb; }

.alert-primary hr { border-top-color: #dbb6bb; }

.alert-primary .alert-link { color: #2b0f14; }

.alert-secondary, .sessionMessage_trace { color: #501d25; background-color: #ebd7da; border-color: #e3c7cb; }

.alert-secondary hr, .sessionMessage_trace hr { border-top-color: #dbb6bb; }

.alert-secondary .alert-link, .sessionMessage_trace .alert-link { color: #2b0f14; }

.alert-success { color: #155724; background-color: #d4edda; border-color: #c3e6cb; }

.alert-success hr { border-top-color: #b1dfbb; }

.alert-success .alert-link { color: #0b2e13; }

.alert-info, .elementMessage_info, .sessionMessage_info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; }

.alert-info hr, .elementMessage_info hr, .sessionMessage_info hr { border-top-color: #abdde5; }

.alert-info .alert-link, .elementMessage_info .alert-link, .sessionMessage_info .alert-link { color: #062c33; }

.alert-warning, .sessionMessage_warn { color: #856404; background-color: #fff3cd; border-color: #ffeeba; }

.alert-warning hr, .sessionMessage_warn hr { border-top-color: #ffe8a1; }

.alert-warning .alert-link, .sessionMessage_warn .alert-link { color: #533f03; }

.alert-danger, .elementMessage_error, .sessionMessage_error { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }

.alert-danger hr, .elementMessage_error hr, .sessionMessage_error hr { border-top-color: #f1b0b7; }

.alert-danger .alert-link, .elementMessage_error .alert-link, .sessionMessage_error .alert-link { color: #491217; }

.alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe; }

.alert-light hr { border-top-color: #ececf6; }

.alert-light .alert-link { color: #686868; }

.alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca; }

.alert-dark hr { border-top-color: #b9bbbe; }

.alert-dark .alert-link { color: #040505; }

@keyframes progress-bar-stripes { from { background-position: 1rem 0; }
  to { background-position: 0 0; } }

.progress { display: flex; height: 1rem; overflow: hidden; line-height: 0; font-size: 0.75rem; background-color: #e9ecef; box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar { display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: #fff; text-align: center; white-space: nowrap; background-color: #9a3847; transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) { .progress-bar { transition: none; } }

.progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; }

.progress-bar-animated { animation: 1s linear infinite progress-bar-stripes; }

@media (prefers-reduced-motion: reduce) { .progress-bar-animated { animation: none; } }

.media { display: flex; align-items: flex-start; }

.media-body { flex: 1; }

.list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; }

.list-group-item-action { width: 100%; color: #495057; text-align: inherit; }

.list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #495057; text-decoration: none; background-color: #f8f9fa; }

.list-group-item-action:active { color: #212529; background-color: #e9ecef; }

.list-group-item { position: relative; display: block; padding: 0.75rem 1.25rem; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item.disabled, .vwp #anfangsbuchstaben .list-group-item.lpInaktiv, .vwp #anfangsbuchstaben .list-group-item.inaktiv, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff; }

.list-group-item.active { z-index: 2; color: #fff; background-color: #9a3847; border-color: #9a3847; }

.list-group-item + .list-group-item { border-top-width: 0; }

.list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; }

.list-group-horizontal { flex-direction: row; }

.list-group-horizontal > .list-group-item.active { margin-top: 0; }

.list-group-horizontal > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; }

.list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; }

@media (min-width: 576px) { .list-group-horizontal-sm { flex-direction: row; } .list-group-horizontal-sm > .list-group-item.active { margin-top: 0; } .list-group-horizontal-sm > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-sm > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } }

@media (min-width: 768px) { .list-group-horizontal-md { flex-direction: row; } .list-group-horizontal-md > .list-group-item.active { margin-top: 0; } .list-group-horizontal-md > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-md > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } }

@media (min-width: 992px) { .list-group-horizontal-lg { flex-direction: row; } .list-group-horizontal-lg > .list-group-item.active { margin-top: 0; } .list-group-horizontal-lg > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-lg > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } }

@media (min-width: 1200px) { .list-group-horizontal-xl { flex-direction: row; } .list-group-horizontal-xl > .list-group-item.active { margin-top: 0; } .list-group-horizontal-xl > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xl > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } }

@media (min-width: 1440px) { .list-group-horizontal-xxl { flex-direction: row; } .list-group-horizontal-xxl > .list-group-item.active { margin-top: 0; } .list-group-horizontal-xxl > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } }

.list-group-flush > .list-group-item { border-width: 0 0 1px; }

.list-group-flush > .list-group-item:last-child { border-bottom-width: 0; }

.list-group-item-primary { color: #501d25; background-color: #e3c7cb; }

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #501d25; background-color: #dbb6bb; }

.list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #501d25; border-color: #501d25; }

.list-group-item-secondary { color: #501d25; background-color: #e3c7cb; }

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #501d25; background-color: #dbb6bb; }

.list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #501d25; border-color: #501d25; }

.list-group-item-success { color: #155724; background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #155724; background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724; }

.list-group-item-info { color: #0c5460; background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #0c5460; background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460; }

.list-group-item-warning { color: #856404; background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #856404; background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404; }

.list-group-item-danger { color: #721c24; background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #721c24; background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24; }

.list-group-item-light { color: #818182; background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #818182; background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182; }

.list-group-item-dark { color: #1b1e21; background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #1b1e21; background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21; }

.close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; }

.close:hover { color: #000; text-decoration: none; }

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: .75; }

button.close { padding: 0; background-color: transparent; border: 0; }

a.close.disabled, .vwp #anfangsbuchstaben .close.lpInaktiv, .vwp #anfangsbuchstaben .close.inaktiv { pointer-events: none; }

.toast { flex-basis: 350px; max-width: 350px; font-size: 0.875rem; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); opacity: 0; }

.toast:not(:last-child) { margin-bottom: 0.75rem; }

.toast.showing { opacity: 1; }

.toast.show { display: block; opacity: 1; }

.toast.hide { display: none; }

.toast-header { display: flex; align-items: center; padding: 0.25rem 0.75rem; color: #6c757d; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body { padding: 0.75rem; }

.modal-open { overflow: hidden; }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal { position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0; }

.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }

.modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { transition: none; } }

.modal.show .modal-dialog { transform: none; }

.modal.modal-static .modal-dialog { transform: scale(1.02); }

.modal-dialog-scrollable { display: flex; max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content { max-height: calc(100vh - 1rem); overflow: hidden; }

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer { flex-shrink: 0; }

.modal-dialog-scrollable .modal-body { overflow-y: auto; }

.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 1rem); }

.modal-dialog-centered::before { display: block; height: calc(100vh - 1rem); height: min-content; content: ""; }

.modal-dialog-centered.modal-dialog-scrollable { flex-direction: column; justify-content: center; height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before { content: none; }

.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); outline: 0; }

.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; }

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop.show { opacity: 0.5; }

.modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; }

.modal-header .close { padding: 1rem 1rem; margin: -1rem -1rem -1rem auto; }

.modal-title { margin-bottom: 0; line-height: 1.5; }

.modal-body { position: relative; flex: 1 1 auto; padding: 1rem; }

.modal-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; padding: 0.75rem; border-top: 1px solid #dee2e6; }

.modal-footer > * { margin: 0.25rem; }

.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

@media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-scrollable { max-height: calc(100% - 3.5rem); } .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 3.5rem); } .modal-dialog-centered { min-height: calc(100% - 3.5rem); } .modal-dialog-centered::before { height: calc(100vh - 3.5rem); height: min-content; } .modal-content { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); } .modal-sm { max-width: 300px; } }

@media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } }

@media (min-width: 1200px) { .modal-xl { max-width: 1140px; } }

.tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; }

.tooltip.show { opacity: 0.9; }

.tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; }

.tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { padding: 0.4rem 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { padding: 0 0.4rem; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; width: 0.4rem; height: 0.8rem; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { padding: 0 0.4rem; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; width: 0.4rem; height: 0.8rem; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; }

.tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; }

.popover { position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }

.popover .arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; margin: 0 0.3rem; }

.popover .arrow::before, .popover .arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] { margin-bottom: 0.5rem; }

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow { bottom: calc(-0.5rem - 1px); }

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] { margin-left: 0.5rem; }

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.3rem 0; }

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { margin-top: 0.5rem; }

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow { top: calc(-0.5rem - 1px); }

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] { margin-right: 0.5rem; }

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.3rem 0; }

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; }

.popover-header { padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; }

.popover-header:empty { display: none; }

.popover-body { padding: 0.5rem 0.75rem; color: #212529; }

.carousel { position: relative; }

.carousel.pointer-event { touch-action: pan-y; }

.carousel-inner { position: relative; width: 100%; overflow: hidden; }

.carousel-inner::after { display: block; clear: both; content: ""; }

.carousel-item { position: relative; display: none; float: left; width: 100%; margin-right: -100%; backface-visibility: hidden; transition: transform 0.6s ease-in-out; }

@media (prefers-reduced-motion: reduce) { .carousel-item { transition: none; } }

.carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; }

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right { transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left { transform: translateX(-100%); }

.carousel-fade .carousel-item { opacity: 0; transition-property: opacity; transform: none; }

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right { z-index: 1; opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { z-index: 0; opacity: 0; transition: opacity 0s 0.6s; }

@media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { transition: none; } }

.carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { transition: none; } }

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; }

.carousel-control-prev { left: 0; }

.carousel-control-next { right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 20px; height: 20px; background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: flex; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; }

.carousel-indicators li { box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: .5; transition: opacity 0.6s ease; }

@media (prefers-reduced-motion: reduce) { .carousel-indicators li { transition: none; } }

.carousel-indicators .active { opacity: 1; }

.carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; }

@keyframes spinner-border { to { transform: rotate(360deg); } }

.spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; animation: .75s linear infinite spinner-border; }

.spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; }

@keyframes spinner-grow { 0% { transform: scale(0); }
  50% { opacity: 1;
    transform: none; } }

.spinner-grow { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm { width: 1rem; height: 1rem; }

@media (prefers-reduced-motion: reduce) { .spinner-border, .spinner-grow { animation-duration: 1.5s; } }

.align-baseline { vertical-align: baseline !important; }

.align-top { vertical-align: top !important; }

.align-middle { vertical-align: middle !important; }

.align-bottom { vertical-align: bottom !important; }

.align-text-bottom { vertical-align: text-bottom !important; }

.align-text-top { vertical-align: text-top !important; }

.bg-primary { background-color: #9a3847 !important; }

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: #752a36 !important; }

.bg-secondary { background-color: #9a3847 !important; }

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: #752a36 !important; }

.bg-success { background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background-color: #1e7e34 !important; }

.bg-info { background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: #117a8b !important; }

.bg-warning { background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: #d39e00 !important; }

.bg-danger { background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background-color: #bd2130 !important; }

.bg-light { background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background-color: #dae0e5 !important; }

.bg-dark { background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: #1d2124 !important; }

.bg-white { background-color: #fff !important; }

.bg-transparent { background-color: transparent !important; }

.border { border: 1px solid #dee2e6 !important; }

.border-top { border-top: 1px solid #dee2e6 !important; }

.border-right { border-right: 1px solid #dee2e6 !important; }

.border-bottom { border-bottom: 1px solid #dee2e6 !important; }

.border-left { border-left: 1px solid #dee2e6 !important; }

.border-0 { border: 0 !important; }

.border-top-0 { border-top: 0 !important; }

.border-right-0 { border-right: 0 !important; }

.border-bottom-0 { border-bottom: 0 !important; }

.border-left-0 { border-left: 0 !important; }

.border-primary { border-color: #9a3847 !important; }

.border-secondary { border-color: #9a3847 !important; }

.border-success { border-color: #28a745 !important; }

.border-info { border-color: #17a2b8 !important; }

.border-warning { border-color: #ffc107 !important; }

.border-danger { border-color: #dc3545 !important; }

.border-light { border-color: #f8f9fa !important; }

.border-dark { border-color: #343a40 !important; }

.border-white { border-color: #fff !important; }

.rounded-sm { border-radius: 0.2rem !important; }

.rounded { border-radius: 0.25rem !important; }

.rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; }

.rounded-right { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }

.rounded-left { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }

.rounded-lg { border-radius: 0.3rem !important; }

.rounded-circle { border-radius: 50% !important; }

.rounded-pill { border-radius: 50rem !important; }

.rounded-0 { border-radius: 0 !important; }

.clearfix::after { display: block; clear: both; content: ""; }

.d-none { display: none !important; }

.d-inline { display: inline !important; }

.d-inline-block { display: inline-block !important; }

.d-block { display: block !important; }

.d-table { display: table !important; }

.d-table-row { display: table-row !important; }

.d-table-cell { display: table-cell !important; }

.d-flex { display: flex !important; }

.d-inline-flex { display: inline-flex !important; }

@media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: flex !important; } .d-sm-inline-flex { display: inline-flex !important; } }

@media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: flex !important; } .d-md-inline-flex { display: inline-flex !important; } }

@media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: flex !important; } .d-lg-inline-flex { display: inline-flex !important; } }

@media (min-width: 1200px) { .d-xl-none { display: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: flex !important; } .d-xl-inline-flex { display: inline-flex !important; } }

@media (min-width: 1440px) { .d-xxl-none { display: none !important; } .d-xxl-inline { display: inline !important; } .d-xxl-inline-block { display: inline-block !important; } .d-xxl-block { display: block !important; } .d-xxl-table { display: table !important; } .d-xxl-table-row { display: table-row !important; } .d-xxl-table-cell { display: table-cell !important; } .d-xxl-flex { display: flex !important; } .d-xxl-inline-flex { display: inline-flex !important; } }

@media print { .d-print-none { display: none !important; } .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: flex !important; } .d-print-inline-flex { display: inline-flex !important; } }

.embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; }

.embed-responsive::before { display: block; content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

.embed-responsive-21by9::before { padding-top: 42.85714286%; }

.embed-responsive-16by9::before { padding-top: 56.25%; }

.embed-responsive-4by3::before { padding-top: 75%; }

.embed-responsive-1by1::before { padding-top: 100%; }

.flex-row { flex-direction: row !important; }

.flex-column { flex-direction: column !important; }

.flex-row-reverse { flex-direction: row-reverse !important; }

.flex-column-reverse { flex-direction: column-reverse !important; }

.flex-wrap { flex-wrap: wrap !important; }

.flex-nowrap { flex-wrap: nowrap !important; }

.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }

.flex-fill { flex: 1 1 auto !important; }

.flex-grow-0 { flex-grow: 0 !important; }

.flex-grow-1 { flex-grow: 1 !important; }

.flex-shrink-0 { flex-shrink: 0 !important; }

.flex-shrink-1 { flex-shrink: 1 !important; }

.justify-content-start { justify-content: flex-start !important; }

.justify-content-end { justify-content: flex-end !important; }

.justify-content-center { justify-content: center !important; }

.justify-content-between { justify-content: space-between !important; }

.justify-content-around { justify-content: space-around !important; }

.align-items-start { align-items: flex-start !important; }

.align-items-end { align-items: flex-end !important; }

.align-items-center { align-items: center !important; }

.align-items-baseline { align-items: baseline !important; }

.align-items-stretch { align-items: stretch !important; }

.align-content-start { align-content: flex-start !important; }

.align-content-end { align-content: flex-end !important; }

.align-content-center { align-content: center !important; }

.align-content-between { align-content: space-between !important; }

.align-content-around { align-content: space-around !important; }

.align-content-stretch { align-content: stretch !important; }

.align-self-auto { align-self: auto !important; }

.align-self-start { align-self: flex-start !important; }

.align-self-end { align-self: flex-end !important; }

.align-self-center { align-self: center !important; }

.align-self-baseline { align-self: baseline !important; }

.align-self-stretch { align-self: stretch !important; }

@media (min-width: 576px) { .flex-sm-row { flex-direction: row !important; } .flex-sm-column { flex-direction: column !important; } .flex-sm-row-reverse { flex-direction: row-reverse !important; } .flex-sm-column-reverse { flex-direction: column-reverse !important; } .flex-sm-wrap { flex-wrap: wrap !important; } .flex-sm-nowrap { flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-sm-fill { flex: 1 1 auto !important; } .flex-sm-grow-0 { flex-grow: 0 !important; } .flex-sm-grow-1 { flex-grow: 1 !important; } .flex-sm-shrink-0 { flex-shrink: 0 !important; } .flex-sm-shrink-1 { flex-shrink: 1 !important; } .justify-content-sm-start { justify-content: flex-start !important; } .justify-content-sm-end { justify-content: flex-end !important; } .justify-content-sm-center { justify-content: center !important; } .justify-content-sm-between { justify-content: space-between !important; } .justify-content-sm-around { justify-content: space-around !important; } .align-items-sm-start { align-items: flex-start !important; } .align-items-sm-end { align-items: flex-end !important; } .align-items-sm-center { align-items: center !important; } .align-items-sm-baseline { align-items: baseline !important; } .align-items-sm-stretch { align-items: stretch !important; } .align-content-sm-start { align-content: flex-start !important; } .align-content-sm-end { align-content: flex-end !important; } .align-content-sm-center { align-content: center !important; } .align-content-sm-between { align-content: space-between !important; } .align-content-sm-around { align-content: space-around !important; } .align-content-sm-stretch { align-content: stretch !important; } .align-self-sm-auto { align-self: auto !important; } .align-self-sm-start { align-self: flex-start !important; } .align-self-sm-end { align-self: flex-end !important; } .align-self-sm-center { align-self: center !important; } .align-self-sm-baseline { align-self: baseline !important; } .align-self-sm-stretch { align-self: stretch !important; } }

@media (min-width: 768px) { .flex-md-row { flex-direction: row !important; } .flex-md-column { flex-direction: column !important; } .flex-md-row-reverse { flex-direction: row-reverse !important; } .flex-md-column-reverse { flex-direction: column-reverse !important; } .flex-md-wrap { flex-wrap: wrap !important; } .flex-md-nowrap { flex-wrap: nowrap !important; } .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-md-fill { flex: 1 1 auto !important; } .flex-md-grow-0 { flex-grow: 0 !important; } .flex-md-grow-1 { flex-grow: 1 !important; } .flex-md-shrink-0 { flex-shrink: 0 !important; } .flex-md-shrink-1 { flex-shrink: 1 !important; } .justify-content-md-start { justify-content: flex-start !important; } .justify-content-md-end { justify-content: flex-end !important; } .justify-content-md-center { justify-content: center !important; } .justify-content-md-between { justify-content: space-between !important; } .justify-content-md-around { justify-content: space-around !important; } .align-items-md-start { align-items: flex-start !important; } .align-items-md-end { align-items: flex-end !important; } .align-items-md-center { align-items: center !important; } .align-items-md-baseline { align-items: baseline !important; } .align-items-md-stretch { align-items: stretch !important; } .align-content-md-start { align-content: flex-start !important; } .align-content-md-end { align-content: flex-end !important; } .align-content-md-center { align-content: center !important; } .align-content-md-between { align-content: space-between !important; } .align-content-md-around { align-content: space-around !important; } .align-content-md-stretch { align-content: stretch !important; } .align-self-md-auto { align-self: auto !important; } .align-self-md-start { align-self: flex-start !important; } .align-self-md-end { align-self: flex-end !important; } .align-self-md-center { align-self: center !important; } .align-self-md-baseline { align-self: baseline !important; } .align-self-md-stretch { align-self: stretch !important; } }

@media (min-width: 992px) { .flex-lg-row { flex-direction: row !important; } .flex-lg-column { flex-direction: column !important; } .flex-lg-row-reverse { flex-direction: row-reverse !important; } .flex-lg-column-reverse { flex-direction: column-reverse !important; } .flex-lg-wrap { flex-wrap: wrap !important; } .flex-lg-nowrap { flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-lg-fill { flex: 1 1 auto !important; } .flex-lg-grow-0 { flex-grow: 0 !important; } .flex-lg-grow-1 { flex-grow: 1 !important; } .flex-lg-shrink-0 { flex-shrink: 0 !important; } .flex-lg-shrink-1 { flex-shrink: 1 !important; } .justify-content-lg-start { justify-content: flex-start !important; } .justify-content-lg-end { justify-content: flex-end !important; } .justify-content-lg-center { justify-content: center !important; } .justify-content-lg-between { justify-content: space-between !important; } .justify-content-lg-around { justify-content: space-around !important; } .align-items-lg-start { align-items: flex-start !important; } .align-items-lg-end { align-items: flex-end !important; } .align-items-lg-center { align-items: center !important; } .align-items-lg-baseline { align-items: baseline !important; } .align-items-lg-stretch { align-items: stretch !important; } .align-content-lg-start { align-content: flex-start !important; } .align-content-lg-end { align-content: flex-end !important; } .align-content-lg-center { align-content: center !important; } .align-content-lg-between { align-content: space-between !important; } .align-content-lg-around { align-content: space-around !important; } .align-content-lg-stretch { align-content: stretch !important; } .align-self-lg-auto { align-self: auto !important; } .align-self-lg-start { align-self: flex-start !important; } .align-self-lg-end { align-self: flex-end !important; } .align-self-lg-center { align-self: center !important; } .align-self-lg-baseline { align-self: baseline !important; } .align-self-lg-stretch { align-self: stretch !important; } }

@media (min-width: 1200px) { .flex-xl-row { flex-direction: row !important; } .flex-xl-column { flex-direction: column !important; } .flex-xl-row-reverse { flex-direction: row-reverse !important; } .flex-xl-column-reverse { flex-direction: column-reverse !important; } .flex-xl-wrap { flex-wrap: wrap !important; } .flex-xl-nowrap { flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-xl-fill { flex: 1 1 auto !important; } .flex-xl-grow-0 { flex-grow: 0 !important; } .flex-xl-grow-1 { flex-grow: 1 !important; } .flex-xl-shrink-0 { flex-shrink: 0 !important; } .flex-xl-shrink-1 { flex-shrink: 1 !important; } .justify-content-xl-start { justify-content: flex-start !important; } .justify-content-xl-end { justify-content: flex-end !important; } .justify-content-xl-center { justify-content: center !important; } .justify-content-xl-between { justify-content: space-between !important; } .justify-content-xl-around { justify-content: space-around !important; } .align-items-xl-start { align-items: flex-start !important; } .align-items-xl-end { align-items: flex-end !important; } .align-items-xl-center { align-items: center !important; } .align-items-xl-baseline { align-items: baseline !important; } .align-items-xl-stretch { align-items: stretch !important; } .align-content-xl-start { align-content: flex-start !important; } .align-content-xl-end { align-content: flex-end !important; } .align-content-xl-center { align-content: center !important; } .align-content-xl-between { align-content: space-between !important; } .align-content-xl-around { align-content: space-around !important; } .align-content-xl-stretch { align-content: stretch !important; } .align-self-xl-auto { align-self: auto !important; } .align-self-xl-start { align-self: flex-start !important; } .align-self-xl-end { align-self: flex-end !important; } .align-self-xl-center { align-self: center !important; } .align-self-xl-baseline { align-self: baseline !important; } .align-self-xl-stretch { align-self: stretch !important; } }

@media (min-width: 1440px) { .flex-xxl-row { flex-direction: row !important; } .flex-xxl-column { flex-direction: column !important; } .flex-xxl-row-reverse { flex-direction: row-reverse !important; } .flex-xxl-column-reverse { flex-direction: column-reverse !important; } .flex-xxl-wrap { flex-wrap: wrap !important; } .flex-xxl-nowrap { flex-wrap: nowrap !important; } .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-xxl-fill { flex: 1 1 auto !important; } .flex-xxl-grow-0 { flex-grow: 0 !important; } .flex-xxl-grow-1 { flex-grow: 1 !important; } .flex-xxl-shrink-0 { flex-shrink: 0 !important; } .flex-xxl-shrink-1 { flex-shrink: 1 !important; } .justify-content-xxl-start { justify-content: flex-start !important; } .justify-content-xxl-end { justify-content: flex-end !important; } .justify-content-xxl-center { justify-content: center !important; } .justify-content-xxl-between { justify-content: space-between !important; } .justify-content-xxl-around { justify-content: space-around !important; } .align-items-xxl-start { align-items: flex-start !important; } .align-items-xxl-end { align-items: flex-end !important; } .align-items-xxl-center { align-items: center !important; } .align-items-xxl-baseline { align-items: baseline !important; } .align-items-xxl-stretch { align-items: stretch !important; } .align-content-xxl-start { align-content: flex-start !important; } .align-content-xxl-end { align-content: flex-end !important; } .align-content-xxl-center { align-content: center !important; } .align-content-xxl-between { align-content: space-between !important; } .align-content-xxl-around { align-content: space-around !important; } .align-content-xxl-stretch { align-content: stretch !important; } .align-self-xxl-auto { align-self: auto !important; } .align-self-xxl-start { align-self: flex-start !important; } .align-self-xxl-end { align-self: flex-end !important; } .align-self-xxl-center { align-self: center !important; } .align-self-xxl-baseline { align-self: baseline !important; } .align-self-xxl-stretch { align-self: stretch !important; } }

.float-left, .pull-left { float: left !important; }

.float-right, .pull-right { float: right !important; }

.float-none { float: none !important; }

@media (min-width: 576px) { .float-sm-left { float: left !important; } .float-sm-right { float: right !important; } .float-sm-none { float: none !important; } }

@media (min-width: 768px) { .float-md-left { float: left !important; } .float-md-right { float: right !important; } .float-md-none { float: none !important; } }

@media (min-width: 992px) { .float-lg-left { float: left !important; } .float-lg-right { float: right !important; } .float-lg-none { float: none !important; } }

@media (min-width: 1200px) { .float-xl-left { float: left !important; } .float-xl-right { float: right !important; } .float-xl-none { float: none !important; } }

@media (min-width: 1440px) { .float-xxl-left { float: left !important; } .float-xxl-right { float: right !important; } .float-xxl-none { float: none !important; } }

.user-select-all { user-select: all !important; }

.user-select-auto { user-select: auto !important; }

.user-select-none { user-select: none !important; }

.overflow-auto { overflow: auto !important; }

.overflow-hidden { overflow: hidden !important; }

.position-static { position: static !important; }

.position-relative { position: relative !important; }

.position-absolute { position: absolute !important; }

.position-fixed { position: fixed !important; }

.position-sticky { position: sticky !important; }

.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }

.fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; }

@supports (position: sticky) { .sticky-top { position: sticky; top: 0; z-index: 1020; } }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }

.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none { box-shadow: none !important; }

.w-25 { width: 25% !important; }

.w-50 { width: 50% !important; }

.w-75 { width: 75% !important; }

.w-100 { width: 100% !important; }

.w-auto { width: auto !important; }

.h-25 { height: 25% !important; }

.h-50 { height: 50% !important; }

.h-75 { height: 75% !important; }

.h-100 { height: 100% !important; }

.h-auto { height: auto !important; }

.mw-100 { max-width: 100% !important; }

.mh-100 { max-height: 100% !important; }

.min-vw-100 { min-width: 100vw !important; }

.min-vh-100 { min-height: 100vh !important; }

.vw-100 { width: 100vw !important; }

.vh-100 { height: 100vh !important; }

.m-0 { margin: 0 !important; }

.mt-0, .my-0 { margin-top: 0 !important; }

.mr-0, .mx-0 { margin-right: 0 !important; }

.mb-0, .my-0 { margin-bottom: 0 !important; }

.ml-0, .mx-0 { margin-left: 0 !important; }

.m-1 { margin: 0.25rem !important; }

.mt-1, .my-1 { margin-top: 0.25rem !important; }

.mr-1, .mx-1 { margin-right: 0.25rem !important; }

.mb-1, .my-1 { margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 { margin-left: 0.25rem !important; }

.m-2 { margin: 0.5rem !important; }

.mt-2, .my-2 { margin-top: 0.5rem !important; }

.mr-2, .mx-2 { margin-right: 0.5rem !important; }

.mb-2, .my-2 { margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 { margin-left: 0.5rem !important; }

.m-3 { margin: 1rem !important; }

.mt-3, .my-3 { margin-top: 1rem !important; }

.mr-3, .mx-3 { margin-right: 1rem !important; }

.mb-3, .my-3 { margin-bottom: 1rem !important; }

.ml-3, .mx-3 { margin-left: 1rem !important; }

.m-4 { margin: 1.5rem !important; }

.mt-4, .my-4 { margin-top: 1.5rem !important; }

.mr-4, .mx-4 { margin-right: 1.5rem !important; }

.mb-4, .my-4 { margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 { margin-left: 1.5rem !important; }

.m-5 { margin: 3rem !important; }

.mt-5, .my-5 { margin-top: 3rem !important; }

.mr-5, .mx-5 { margin-right: 3rem !important; }

.mb-5, .my-5 { margin-bottom: 3rem !important; }

.ml-5, .mx-5 { margin-left: 3rem !important; }

.p-0 { padding: 0 !important; }

.pt-0, .py-0 { padding-top: 0 !important; }

.pr-0, .px-0 { padding-right: 0 !important; }

.pb-0, .py-0 { padding-bottom: 0 !important; }

.pl-0, .px-0 { padding-left: 0 !important; }

.p-1 { padding: 0.25rem !important; }

.pt-1, .py-1 { padding-top: 0.25rem !important; }

.pr-1, .px-1 { padding-right: 0.25rem !important; }

.pb-1, .py-1 { padding-bottom: 0.25rem !important; }

.pl-1, .px-1 { padding-left: 0.25rem !important; }

.p-2 { padding: 0.5rem !important; }

.pt-2, .py-2 { padding-top: 0.5rem !important; }

.pr-2, .px-2 { padding-right: 0.5rem !important; }

.pb-2, .py-2 { padding-bottom: 0.5rem !important; }

.pl-2, .px-2 { padding-left: 0.5rem !important; }

.p-3 { padding: 1rem !important; }

.pt-3, .py-3 { padding-top: 1rem !important; }

.pr-3, .px-3 { padding-right: 1rem !important; }

.pb-3, .py-3 { padding-bottom: 1rem !important; }

.pl-3, .px-3 { padding-left: 1rem !important; }

.p-4 { padding: 1.5rem !important; }

.pt-4, .py-4 { padding-top: 1.5rem !important; }

.pr-4, .px-4 { padding-right: 1.5rem !important; }

.pb-4, .py-4 { padding-bottom: 1.5rem !important; }

.pl-4, .px-4 { padding-left: 1.5rem !important; }

.p-5 { padding: 3rem !important; }

.pt-5, .py-5 { padding-top: 3rem !important; }

.pr-5, .px-5 { padding-right: 3rem !important; }

.pb-5, .py-5 { padding-bottom: 3rem !important; }

.pl-5, .px-5 { padding-left: 3rem !important; }

.m-n1 { margin: -0.25rem !important; }

.mt-n1, .my-n1 { margin-top: -0.25rem !important; }

.mr-n1, .mx-n1 { margin-right: -0.25rem !important; }

.mb-n1, .my-n1 { margin-bottom: -0.25rem !important; }

.ml-n1, .mx-n1 { margin-left: -0.25rem !important; }

.m-n2 { margin: -0.5rem !important; }

.mt-n2, .my-n2 { margin-top: -0.5rem !important; }

.mr-n2, .mx-n2 { margin-right: -0.5rem !important; }

.mb-n2, .my-n2 { margin-bottom: -0.5rem !important; }

.ml-n2, .mx-n2 { margin-left: -0.5rem !important; }

.m-n3 { margin: -1rem !important; }

.mt-n3, .my-n3 { margin-top: -1rem !important; }

.mr-n3, .mx-n3 { margin-right: -1rem !important; }

.mb-n3, .my-n3 { margin-bottom: -1rem !important; }

.ml-n3, .mx-n3 { margin-left: -1rem !important; }

.m-n4 { margin: -1.5rem !important; }

.mt-n4, .my-n4 { margin-top: -1.5rem !important; }

.mr-n4, .mx-n4 { margin-right: -1.5rem !important; }

.mb-n4, .my-n4 { margin-bottom: -1.5rem !important; }

.ml-n4, .mx-n4 { margin-left: -1.5rem !important; }

.m-n5 { margin: -3rem !important; }

.mt-n5, .my-n5 { margin-top: -3rem !important; }

.mr-n5, .mx-n5 { margin-right: -3rem !important; }

.mb-n5, .my-n5 { margin-bottom: -3rem !important; }

.ml-n5, .mx-n5 { margin-left: -3rem !important; }

.m-auto { margin: auto !important; }

.mt-auto, .my-auto { margin-top: auto !important; }

.mr-auto, .mx-auto, .center { margin-right: auto !important; }

.mb-auto, .my-auto { margin-bottom: auto !important; }

.ml-auto, .mx-auto, .center { margin-left: auto !important; }

@media (min-width: 576px) { .m-sm-0 { margin: 0 !important; } .mt-sm-0, .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, .mx-sm-auto { margin-left: auto !important; } }

@media (min-width: 768px) { .m-md-0 { margin: 0 !important; } .mt-md-0, .my-md-0 { margin-top: 0 !important; } .mr-md-0, .mx-md-0 { margin-right: 0 !important; } .mb-md-0, .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, .my-md-3 { margin-top: 1rem !important; } .mr-md-3, .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, .my-md-5 { margin-top: 3rem !important; } .mr-md-5, .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, .py-md-0 { padding-top: 0 !important; } .pr-md-0, .px-md-0 { padding-right: 0 !important; } .pb-md-0, .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, .py-md-3 { padding-top: 1rem !important; } .pr-md-3, .px-md-3 { padding-right: 1rem !important; } .pb-md-3, .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, .py-md-5 { padding-top: 3rem !important; } .pr-md-5, .px-md-5 { padding-right: 3rem !important; } .pb-md-5, .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, .my-md-auto { margin-top: auto !important; } .mr-md-auto, .mx-md-auto { margin-right: auto !important; } .mb-md-auto, .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, .mx-md-auto { margin-left: auto !important; } }

@media (min-width: 992px) { .m-lg-0 { margin: 0 !important; } .mt-lg-0, .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, .mx-lg-auto { margin-left: auto !important; } }

@media (min-width: 1200px) { .m-xl-0 { margin: 0 !important; } .mt-xl-0, .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } }

@media (min-width: 1440px) { .m-xxl-0 { margin: 0 !important; } .mt-xxl-0, .my-xxl-0 { margin-top: 0 !important; } .mr-xxl-0, .mx-xxl-0 { margin-right: 0 !important; } .mb-xxl-0, .my-xxl-0 { margin-bottom: 0 !important; } .ml-xxl-0, .mx-xxl-0 { margin-left: 0 !important; } .m-xxl-1 { margin: 0.25rem !important; } .mt-xxl-1, .my-xxl-1 { margin-top: 0.25rem !important; } .mr-xxl-1, .mx-xxl-1 { margin-right: 0.25rem !important; } .mb-xxl-1, .my-xxl-1 { margin-bottom: 0.25rem !important; } .ml-xxl-1, .mx-xxl-1 { margin-left: 0.25rem !important; } .m-xxl-2 { margin: 0.5rem !important; } .mt-xxl-2, .my-xxl-2 { margin-top: 0.5rem !important; } .mr-xxl-2, .mx-xxl-2 { margin-right: 0.5rem !important; } .mb-xxl-2, .my-xxl-2 { margin-bottom: 0.5rem !important; } .ml-xxl-2, .mx-xxl-2 { margin-left: 0.5rem !important; } .m-xxl-3 { margin: 1rem !important; } .mt-xxl-3, .my-xxl-3 { margin-top: 1rem !important; } .mr-xxl-3, .mx-xxl-3 { margin-right: 1rem !important; } .mb-xxl-3, .my-xxl-3 { margin-bottom: 1rem !important; } .ml-xxl-3, .mx-xxl-3 { margin-left: 1rem !important; } .m-xxl-4 { margin: 1.5rem !important; } .mt-xxl-4, .my-xxl-4 { margin-top: 1.5rem !important; } .mr-xxl-4, .mx-xxl-4 { margin-right: 1.5rem !important; } .mb-xxl-4, .my-xxl-4 { margin-bottom: 1.5rem !important; } .ml-xxl-4, .mx-xxl-4 { margin-left: 1.5rem !important; } .m-xxl-5 { margin: 3rem !important; } .mt-xxl-5, .my-xxl-5 { margin-top: 3rem !important; } .mr-xxl-5, .mx-xxl-5 { margin-right: 3rem !important; } .mb-xxl-5, .my-xxl-5 { margin-bottom: 3rem !important; } .ml-xxl-5, .mx-xxl-5 { margin-left: 3rem !important; } .p-xxl-0 { padding: 0 !important; } .pt-xxl-0, .py-xxl-0 { padding-top: 0 !important; } .pr-xxl-0, .px-xxl-0 { padding-right: 0 !important; } .pb-xxl-0, .py-xxl-0 { padding-bottom: 0 !important; } .pl-xxl-0, .px-xxl-0 { padding-left: 0 !important; } .p-xxl-1 { padding: 0.25rem !important; } .pt-xxl-1, .py-xxl-1 { padding-top: 0.25rem !important; } .pr-xxl-1, .px-xxl-1 { padding-right: 0.25rem !important; } .pb-xxl-1, .py-xxl-1 { padding-bottom: 0.25rem !important; } .pl-xxl-1, .px-xxl-1 { padding-left: 0.25rem !important; } .p-xxl-2 { padding: 0.5rem !important; } .pt-xxl-2, .py-xxl-2 { padding-top: 0.5rem !important; } .pr-xxl-2, .px-xxl-2 { padding-right: 0.5rem !important; } .pb-xxl-2, .py-xxl-2 { padding-bottom: 0.5rem !important; } .pl-xxl-2, .px-xxl-2 { padding-left: 0.5rem !important; } .p-xxl-3 { padding: 1rem !important; } .pt-xxl-3, .py-xxl-3 { padding-top: 1rem !important; } .pr-xxl-3, .px-xxl-3 { padding-right: 1rem !important; } .pb-xxl-3, .py-xxl-3 { padding-bottom: 1rem !important; } .pl-xxl-3, .px-xxl-3 { padding-left: 1rem !important; } .p-xxl-4 { padding: 1.5rem !important; } .pt-xxl-4, .py-xxl-4 { padding-top: 1.5rem !important; } .pr-xxl-4, .px-xxl-4 { padding-right: 1.5rem !important; } .pb-xxl-4, .py-xxl-4 { padding-bottom: 1.5rem !important; } .pl-xxl-4, .px-xxl-4 { padding-left: 1.5rem !important; } .p-xxl-5 { padding: 3rem !important; } .pt-xxl-5, .py-xxl-5 { padding-top: 3rem !important; } .pr-xxl-5, .px-xxl-5 { padding-right: 3rem !important; } .pb-xxl-5, .py-xxl-5 { padding-bottom: 3rem !important; } .pl-xxl-5, .px-xxl-5 { padding-left: 3rem !important; } .m-xxl-n1 { margin: -0.25rem !important; } .mt-xxl-n1, .my-xxl-n1 { margin-top: -0.25rem !important; } .mr-xxl-n1, .mx-xxl-n1 { margin-right: -0.25rem !important; } .mb-xxl-n1, .my-xxl-n1 { margin-bottom: -0.25rem !important; } .ml-xxl-n1, .mx-xxl-n1 { margin-left: -0.25rem !important; } .m-xxl-n2 { margin: -0.5rem !important; } .mt-xxl-n2, .my-xxl-n2 { margin-top: -0.5rem !important; } .mr-xxl-n2, .mx-xxl-n2 { margin-right: -0.5rem !important; } .mb-xxl-n2, .my-xxl-n2 { margin-bottom: -0.5rem !important; } .ml-xxl-n2, .mx-xxl-n2 { margin-left: -0.5rem !important; } .m-xxl-n3 { margin: -1rem !important; } .mt-xxl-n3, .my-xxl-n3 { margin-top: -1rem !important; } .mr-xxl-n3, .mx-xxl-n3 { margin-right: -1rem !important; } .mb-xxl-n3, .my-xxl-n3 { margin-bottom: -1rem !important; } .ml-xxl-n3, .mx-xxl-n3 { margin-left: -1rem !important; } .m-xxl-n4 { margin: -1.5rem !important; } .mt-xxl-n4, .my-xxl-n4 { margin-top: -1.5rem !important; } .mr-xxl-n4, .mx-xxl-n4 { margin-right: -1.5rem !important; } .mb-xxl-n4, .my-xxl-n4 { margin-bottom: -1.5rem !important; } .ml-xxl-n4, .mx-xxl-n4 { margin-left: -1.5rem !important; } .m-xxl-n5 { margin: -3rem !important; } .mt-xxl-n5, .my-xxl-n5 { margin-top: -3rem !important; } .mr-xxl-n5, .mx-xxl-n5 { margin-right: -3rem !important; } .mb-xxl-n5, .my-xxl-n5 { margin-bottom: -3rem !important; } .ml-xxl-n5, .mx-xxl-n5 { margin-left: -3rem !important; } .m-xxl-auto { margin: auto !important; } .mt-xxl-auto, .my-xxl-auto { margin-top: auto !important; } .mr-xxl-auto, .mx-xxl-auto { margin-right: auto !important; } .mb-xxl-auto, .my-xxl-auto { margin-bottom: auto !important; } .ml-xxl-auto, .mx-xxl-auto { margin-left: auto !important; } }

.stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: auto; content: ""; background-color: rgba(0, 0, 0, 0); }

.text-monospace { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify { text-align: justify !important; }

.text-wrap { white-space: normal !important; }

.text-nowrap { white-space: nowrap !important; }

.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.text-left { text-align: left !important; }

.text-right { text-align: right !important; }

.text-center { text-align: center !important; }

@media (min-width: 576px) { .text-sm-left { text-align: left !important; } .text-sm-right { text-align: right !important; } .text-sm-center { text-align: center !important; } }

@media (min-width: 768px) { .text-md-left { text-align: left !important; } .text-md-right { text-align: right !important; } .text-md-center { text-align: center !important; } }

@media (min-width: 992px) { .text-lg-left { text-align: left !important; } .text-lg-right { text-align: right !important; } .text-lg-center { text-align: center !important; } }

@media (min-width: 1200px) { .text-xl-left { text-align: left !important; } .text-xl-right { text-align: right !important; } .text-xl-center { text-align: center !important; } }

@media (min-width: 1440px) { .text-xxl-left { text-align: left !important; } .text-xxl-right { text-align: right !important; } .text-xxl-center { text-align: center !important; } }

.text-lowercase { text-transform: lowercase !important; }

.text-uppercase { text-transform: uppercase !important; }

.text-capitalize { text-transform: capitalize !important; }

.font-weight-light { font-weight: 300 !important; }

.font-weight-lighter { font-weight: lighter !important; }

.font-weight-normal { font-weight: 400 !important; }

.font-weight-bold { font-weight: 700 !important; }

.font-weight-bolder { font-weight: bolder !important; }

.font-italic { font-style: italic !important; }

.text-white { color: #fff !important; }

.text-primary { color: #9a3847 !important; }

a.text-primary:hover, a.text-primary:focus { color: #62242d !important; }

.text-secondary { color: #9a3847 !important; }

a.text-secondary:hover, a.text-secondary:focus { color: #62242d !important; }

.text-success { color: #28a745 !important; }

a.text-success:hover, a.text-success:focus { color: #19692c !important; }

.text-info { color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus { color: #0f6674 !important; }

.text-warning { color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus { color: #ba8b00 !important; }

.text-danger { color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus { color: #a71d2a !important; }

.text-light { color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus { color: #cbd3da !important; }

.text-dark { color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus { color: #121416 !important; }

.text-body { color: #212529 !important; }

.text-muted { color: #6c757d !important; }

.text-black-50 { color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 { color: rgba(255, 255, 255, 0.5) !important; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.text-decoration-none { text-decoration: none !important; }

.text-break { word-break: break-word !important; word-wrap: break-word !important; }

.text-reset { color: inherit !important; }

.visible { visibility: visible !important; }

.invisible { visibility: hidden !important; }

@media print { *, *::before, *::after { text-shadow: none !important; box-shadow: none !important; } a:not(.btn) { text-decoration: underline; } abbr[title]::after { content: " (" attr(title) ")"; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } @page { size: a3; } body { min-width: 992px !important; } .container { min-width: 992px !important; } .navbar { display: none; } .badge { border: 1px solid #000; } .table, .c-table, .basecontent-table > table, .c-downloadlist, .e-downloadlist { border-collapse: collapse !important; } .table td, .c-table td, .basecontent-table > table td, .c-downloadlist td, .e-downloadlist td, .table th, .c-table th, .basecontent-table > table th, .c-downloadlist th, .e-downloadlist th { background-color: #fff !important; } .table-bordered th, .c-table.show-grid th, .basecontent-table > table.show-grid th, .table-bordered td, .c-table.show-grid td, .basecontent-table > table.show-grid td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th, .c-table .thead-dark th, .basecontent-table > table .thead-dark th, .c-downloadlist .thead-dark th, .e-downloadlist .thead-dark th { color: inherit; border-color: #dee2e6; } }

/* ================================================== vendors / dvvMap ================================================== */
#basetable { position: relative; }

#cmsmap { box-sizing: border-box; overflow: hidden; }

#cmsmap .map { position: relative; }

#cmsmap .map img[class*="kat-"] { margin-left: -13.5px; margin-top: -41px; width: 27px; height: 41px; }

#cmsmap .sublayer { margin-left: 10px; }

#cmsmap .sublayer span { padding-left: 3px; }

#cmsmap .cmsmap_close { cursor: pointer; font-weight: bold; position: absolute; padding: 5px; right: 0; top: 0; }

#mapnav { display: none; background-color: #fff; float: none; font-size: 0.8em; left: 39px; padding: 10px; top: 130px; width: 300px; z-index: 1001; }

#mapnav select { font-size: 1.2em; }

#mapnav #search #searchbox { border: 1px solid #ccc; box-sizing: border-box; padding: 5px; width: 100%; font-size: 1.2em; }

#mapnav #map_search_result ul { padding-left: 1em; }

#mapnav #map_search_result ul li { margin-bottom: 0.5em; list-style-type: square; }

#mapnav #map_search_result ul li a { text-decoration: blue underline; color: blue; width: 100%; text-align: left; display: inline; font-size: 12px; line-height: normal; }

#mapnav .label { font-size: 1.2em; font-weight: bold; padding-top: 5px; text-transform: uppercase; }

#mapnav #oelist { width: 100%; }

#mapnav .zm-fieldset { width: 100%; margin-top: 10px; border-style: none; padding-left: 0; }

#mapnav .zm-category-list { width: 100%; }

#mapnav .zm-entities-list { width: 100%; }

#mapnav_show { box-shadow: 0 0 4px; cursor: pointer; z-index: 1001; }

#mapnav_show div { height: 100%; width: 35px; }

.leaflet-container :focus { outline: Highlight solid 2px; }

.leaflet-control-zoom a { font-size: 1.4em; color: #495057 !important; }

.leaflet-control-zoom a.leaflet-control-zoom-fullscreen { font-size: 1.4em; color: #495057 !important; padding-top: 2px; }

.leaflet-control-suche { background-color: white; }

.leaflet-control-suche a { font-size: 1.4em; color: #495057 !important; padding-top: 2px; }

.leaflet-control-suche a.leaflet-bar-part.leaflet-bar-part-single { border-bottom: none; }

.leaflet-control-layers-toggle { background-image: none !important; }

.leaflet-control-layers-toggle:before { font-family: "Font Awesome 5 Free"; font-weight: bold; font-size: 2.5em; color: #495057; content: "\f129"; display: block; width: 20%; margin-left: auto; margin-right: auto; }

a.leaflet-control-layers-toggle { text-decoration: none; }

.leaflet-popup-content .name, .leaflet-popup-content .header { background-color: #ddd; }

.leaflet-control-layers-overlays label { cursor: pointer; }

.leaflet-popup-content-wrapper .marker .title { font-weight: bold; margin-bottom: 1.4em; }

.leaflet-touch .leaflet-bar-part-single { -webkit-border-radius: 7px 7px 7px 7px; border-radius: 7px 7px 7px 7px; border-bottom: none; }

.leaflet-touch .leaflet-control-locate { box-shadow: none; border: 2px solid rgba(0, 0, 0, 0.2); background-clip: padding-box; }

.leaflet-control-locate a { font-size: 1.4em; color: #495057 !important; padding-top: 2px; }

.leaflet-control-locate.active a { color: #2074B6; }

.leaflet-control-locate.active.following a { color: #FC8428; }

.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }

.leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }

.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }

.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }

.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow { -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in; -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in; -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in; transition: transform 0.3s ease-out, opacity 0.3s ease-in; }

.leaflet-cluster-spider-leg { -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in; -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in; -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in; transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in; }

.marker-cluster-small { background-color: rgba(181, 226, 140, 0.6); }

.marker-cluster-small div { background-color: rgba(110, 204, 57, 0.6); }

.marker-cluster-medium { background-color: rgba(241, 211, 87, 0.6); }

.marker-cluster-medium div { background-color: rgba(240, 194, 12, 0.6); }

.marker-cluster-large { background-color: rgba(253, 156, 115, 0.6); }

.marker-cluster-large div { background-color: rgba(241, 128, 23, 0.6); }

.marker-cluster { background-clip: padding-box; border-radius: 20px; }

.marker-cluster div { width: 30px; height: 30px; margin-left: 5px; margin-top: 5px; text-align: center; border-radius: 15px; font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; }

.marker-cluster span { line-height: 30px; }

/*! mmenu.js mmenujs.com Copyright (c) Fred Heusschen frebsite.nl License: CC-BY-NC-4.0 http://creativecommons.org/licenses/by-nc/4.0/ */
:root { --mm-lineheight:22px; }

.mm-hidden { display: none !important; }

.mm-wrapper { overflow-x: hidden; position: relative; }

.mm-menu, .mm-menu * { -webkit-transition-property: none; -o-transition-property: none; transition-property: none; -webkit-transition-duration: .4s; -o-transition-duration: .4s; transition-duration: .4s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.mm-blocker { --mm-blocker-visibility-delay:0.4s; --mm-blocker-opacity-delay:0s; display: block; position: absolute; bottom: 100%; top: 0; right: 0; left: 0; z-index: 3; visibility: hidden; opacity: 0; background: var(--mm-color-background); -webkit-transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), -webkit-transform 0.4s ease; transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), -webkit-transform 0.4s ease; -o-transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease; transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease; transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease, -webkit-transform 0.4s ease; }

.mm-blocker--blocking { --mm-blocker-visibility-delay:0s; --mm-blocker-opacity-delay:0.4s; bottom: 0; visibility: visible; opacity: .5; pointer-events: auto; }

.mm-blocker:focus-visible { opacity: .75; }

.mm-btn { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; width: 50px; padding: 0; }

.mm-btn--next, [dir=rtl] .mm-btn--prev { --mm-btn-rotate:135deg; }

.mm-btn--prev, [dir=rtl] .mm-btn--next { --mm-btn-rotate:-45deg; }

.mm-btn--next:after, .mm-btn--prev:before { content: ""; display: block; position: absolute; top: 0; bottom: 0; width: 8px; height: 8px; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; border: 2px solid var(--mm-color-icon); border-bottom: none; border-right: none; -webkit-transform: rotate(var(--mm-btn-rotate)); -ms-transform: rotate(var(--mm-btn-rotate)); transform: rotate(var(--mm-btn-rotate)); }

.mm-btn--prev:before { inset-inline-start: 23px; }

.mm-btn--next:after { inset-inline-end: 23px; }

.mm-btn--close:before { content: "Ã"; font-size: 150%; }

.mm-btnreset { padding: 0; background: 0 0; border: none; cursor: pointer; }

.mm-divider { -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: -webkit-sticky; position: sticky; z-index: 2; top: 0; min-height: var(--mm-lineheight); padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-lineheight)) * .5) 20px; font-size: 75%; text-transform: uppercase; background: var(--mm-color-background); background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mm-color-background-highlight)), to(var(--mm-color-background-highlight))); background-image: -o-linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight)); background-image: linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight)); opacity: 1; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.mm-navbar:not(.mm-hidden) ~ .mm-listview .mm-divider { top: var(--mm-navbar-size); }

:root { --mm-listitem-size:50px; }

.mm-listitem { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; padding: 0; margin: 0; color: var(--mm-color-text); border-color: var(--mm-color-border); }

.mm-listitem:after { content: ""; border-color: inherit; border-bottom-width: 1px; border-bottom-style: solid; display: block; position: absolute; inset-inline-start: 20px; inset-inline-end: 0; bottom: 0; }

.mm-listitem__btn, .mm-listitem__text { padding: calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0; }

.mm-listitem__text { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 10%; flex-basis: 10%; display: block; padding-left: 20px; padding-right: 20px; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.mm-listitem__btn { display: block; position: relative; width: auto; -webkit-padding-end: 50px; padding-inline-end: 50px; border-color: inherit; background: rgba(3, 2, 1, 0); }

.mm-listitem__btn:not(.mm-listitem__text) { border-left-width: 1px; border-left-style: solid; }

.mm-listitem--selected > .mm-listitem__text { background: var(--mm-color-background-emphasis); }

.mm-listitem--opened > .mm-listitem__btn, .mm-listitem--opened > .mm-panel { background: var(--mm-color-background-highlight); }

.mm-listview { list-style: none; display: block; padding: 0; margin: 0; }

.mm-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0; margin: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; -ms-scroll-chaining: none; overscroll-behavior: none; background: var(--mm-color-background); border-color: var(--mm-color-border); color: var(--mm-color-text); line-height: var(--mm-lineheight); -webkit-tap-highlight-color: var(--mm-color-background-emphasis); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.mm-menu ::-webkit-input-placeholder { color: var(--mm-color-text-dimmed); }

.mm-menu ::-moz-placeholder { color: var(--mm-color-text-dimmed); }

.mm-menu :-ms-input-placeholder { color: var(--mm-color-text-dimmed); }

.mm-menu ::-ms-input-placeholder { color: var(--mm-color-text-dimmed); }

.mm-menu ::placeholder { color: var(--mm-color-text-dimmed); }

.mm-menu, .mm-menu * { -webkit-box-sizing: border-box; box-sizing: border-box; }

.mm-menu :focus, .mm-menu :focus-visible, .mm-menu:focus, .mm-menu:focus-visible { outline: 0; }

.mm-menu a, .mm-menu button, .mm-menu label { color: inherit; }

.mm-menu a:focus, .mm-menu button:focus, .mm-menu label:focus { outline: 0; }

.mm-menu a:focus-visible, .mm-menu button:focus-visible, .mm-menu label:focus-visible { outline: 2px solid var(--mm-color-focusring); outline-offset: -5px; }

.mm-menu input:focus, .mm-menu input:focus-visible, .mm-menu select:focus, .mm-menu select:focus-visible, .mm-menu textarea:focus, .mm-menu textarea:focus-visible { outline: 2px solid var(--mm-color-focusring); outline-offset: 2px; }

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited { text-decoration: none; color: inherit; }

:root { --mm-navbar-size:50px; }

.mm-navbar { display: -webkit-box; display: -ms-flexbox; display: flex; position: -webkit-sticky; position: sticky; top: 0; z-index: 2; min-height: var(--mm-navbar-size); padding-top: env(safe-area-inset-top); color: var(--mm-color-text-dimmed); text-align: center; opacity: 1; background: var(--mm-color-background); border-bottom: 1px solid var(--mm-color-border); -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.mm-navbar > * { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mm-navbar__btn { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }

.mm-navbar__title { -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 20px; overflow: hidden; }

.mm-navbar__title[href="#"] { pointer-events: none; }

.mm-navbar__title > span { -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.mm-btn.mm-hidden + .mm-navbar__title:not(:last-child) { -webkit-padding-start: 60px; padding-inline-start: 60px; -webkit-padding-end: 10px; padding-inline-end: 10px; }

.mm-btn:not(.mm-hidden) + .mm-navbar__title:last-child { -webkit-padding-start: 10px; padding-inline-start: 10px; -webkit-padding-end: 60px; padding-inline-end: 60px; }

.mm-panel { --mm-panel-child-offset:100%; --mm-panel-parent-offset:-30%; visibility: hidden; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; -webkit-overflow-scrolling: touch; overflow: hidden; overflow-y: auto; -ms-scroll-chaining: none; overscroll-behavior: contain; color: var(--mm-color-text); border-color: var(--mm-color-border); background: var(--mm-color-background); -webkit-transform: translate3d(var(--mm-panel-child-offset), 0, 0); transform: translate3d(var(--mm-panel-child-offset), 0, 0); -webkit-transition: visibility 0s linear .4s,inset-inline-start .4s ease,-webkit-transform .4s ease; transition: visibility 0s linear .4s,inset-inline-start .4s ease,-webkit-transform .4s ease; -o-transition: visibility 0s linear .4s,transform .4s ease,inset-inline-start .4s ease; transition: visibility 0s linear .4s,transform .4s ease,inset-inline-start .4s ease; transition: visibility 0s linear .4s,transform .4s ease,inset-inline-start .4s ease,-webkit-transform .4s ease; }

[dir=rtl] .mm-panel { --mm-panel-child-offset:-100%; --mm-panel-parent-offset:30%; }

.mm-panel:after { content: ""; display: block; height: var(--mm-listitem-size); }

.mm-panel:focus { outline: 0; }

.mm-panel--opened { visibility: visible; z-index: 2; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }

.mm-panel--parent { -webkit-transform: translate3d(var(--mm-panel-parent-offset), 0, 0); transform: translate3d(var(--mm-panel-parent-offset), 0, 0); z-index: 0; }

.mm-panel--highest { z-index: 3; }

.mm-menu--opened .mm-panel--noanimation { -webkit-transition: none !important; -o-transition: none !important; transition: none !important; -webkit-transition-duration: 0s !important; -o-transition-duration: 0s !important; transition-duration: 0s !important; }

.mm-panel__content { padding: 20px; }

.mm-panels { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; height: 100%; overflow: hidden; background: var(--mm-color-background); border-color: var(--mm-color-border); color: var(--mm-color-text); }

.mm-panels:focus { outline: 0; }

:root { --mm-toggle-size:34px; }

.mm-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-item-align: center; align-self: center; -webkit-box-flex: calc((var(--mm-toggle-size) * 1.75)); -ms-flex: calc((var(--mm-toggle-size) * 1.75)) 0 0px; flex: calc((var(--mm-toggle-size) * 1.75)) 0 0; height: var(--mm-toggle-size); -webkit-margin-end: 10px; margin-inline-end: 10px; -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; border: none !important; border-radius: var(--mm-toggle-size); border: var(--mm-color-border); background: var(--mm-color-border); cursor: pointer; -webkit-transition-property: background-color; -o-transition-property: background-color; transition-property: background-color; }

.mm-toggle:before { content: ""; aspect-ratio: 1; margin: 2px; border-radius: 100%; background: var(--mm-color-background); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; -o-transition: transform .4s ease; transition: transform .4s ease; transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-toggle:checked { background: #4bd963; }

.mm-toggle:checked:before { -webkit-transform: translateX(calc(var(--mm-toggle-size) * .75)); -ms-transform: translateX(calc(var(--mm-toggle-size) * .75)); transform: translateX(calc(var(--mm-toggle-size) * .75)); }

[dir=rtl] .mm-toggle:checked:before { -webkit-transform: translateX(calc(var(--mm-toggle-size) * -.75)); -ms-transform: translateX(calc(var(--mm-toggle-size) * -.75)); transform: translateX(calc(var(--mm-toggle-size) * -.75)); }

.mm-listitem--vertical > .mm-panel { position: static; width: 100%; padding: 10px 0 10px 20px; -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; -webkit-transition: none !important; -o-transition: none !important; transition: none !important; }

.mm-listitem--vertical > .mm-panel:after { content: none; display: none; }

.mm-listitem--vertical:not(.mm-listitem--opened) > .mm-panel { display: none; }

.mm-listitem--vertical.mm-listitem--opened > .mm-panel { visibility: visible; }

.mm-listitem--vertical > .mm-listitem__btn { height: var(--mm-listitem-size); bottom: auto; }

.mm-listitem--vertical .mm-listitem:last-child:after { border-color: transparent; }

.mm-listitem--opened > .mm-listitem__btn:after { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); right: 19px; }

:root { --mm-size:80%; --mm-min-size:240px; --mm-max-size:440px; }

.mm-menu--offcanvas { position: fixed; z-index: 0; -webkit-transition: visibility 0s linear .4s; -o-transition: visibility 0s linear .4s; transition: visibility 0s linear .4s; }

.mm-menu--offcanvas.mm-menu--opened { -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }

.mm-menu--offcanvas:not(.mm-menu--opened) { visibility: hidden; pointer-events: none; }

.mm-menu--offcanvas:not(.mm-menu--opened) * { visibility: inherit; }

.mm-page { -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 100vh; background: inherit; }

:where(.mm-slideout) { position: relative; z-index: 1; width: 100%; -webkit-transition-duration: .4s; -o-transition-duration: .4s; transition-duration: .4s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-property: width,-webkit-transform; transition-property: width,-webkit-transform; -o-transition-property: width,transform; transition-property: width,transform; transition-property: width,transform,-webkit-transform; }

.mm-wrapper--opened, .mm-wrapper--opened body { overflow: hidden; }

.mm-wrapper__blocker { background: #00000066; }

.mm-menu { --mm-translate-horizontal:0; --mm-translate-vertical:0; }

.mm-menu--position-left, .mm-menu--position-left-front { right: auto; }

.mm-menu--position-right, .mm-menu--position-right-front { left: auto; }

.mm-menu--position-left, .mm-menu--position-left-front, .mm-menu--position-right, .mm-menu--position-right-front { width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size)); }

.mm-menu--position-left-front { --mm-translate-horizontal:-100%; }

.mm-menu--position-right-front { --mm-translate-horizontal:100%; }

.mm-menu--position-top { bottom: auto; }

.mm-menu--position-bottom { top: auto; }

.mm-menu--position-bottom, .mm-menu--position-top { width: 100%; height: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size)); }

.mm-menu--position-top { --mm-translate-vertical:-100%; }

.mm-menu--position-bottom { --mm-translate-vertical:100%; }

.mm-menu--position-bottom, .mm-menu--position-left-front, .mm-menu--position-right-front, .mm-menu--position-top { z-index: 2; -webkit-transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0); transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0); -webkit-transition: visibility 0s linear .4s,-webkit-transform .4s ease 0s; transition: visibility 0s linear .4s,-webkit-transform .4s ease 0s; -o-transition: visibility 0s linear .4s,transform .4s ease 0s; transition: visibility 0s linear .4s,transform .4s ease 0s; transition: visibility 0s linear .4s,transform .4s ease 0s,-webkit-transform .4s ease 0s; }

.mm-menu--position-bottom.mm-menu--opened, .mm-menu--position-left-front.mm-menu--opened, .mm-menu--position-right-front.mm-menu--opened, .mm-menu--position-top.mm-menu--opened { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }

.mm-wrapper--position-left { --mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  ); }

.mm-wrapper--position-right { --mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  ); }

.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, .mm-wrapper--position-right.mm-wrapper--opened .mm-slideout { -webkit-transform: translate3d(var(--mm-translate-horizontal), 0, 0); transform: translate3d(var(--mm-translate-horizontal), 0, 0); }

.mm-wrapper--position-bottom .mm-wrapper__blocker, .mm-wrapper--position-left-front .mm-wrapper__blocker, .mm-wrapper--position-right-front .mm-wrapper__blocker, .mm-wrapper--position-top .mm-wrapper__blocker { z-index: 1; }

.mm-menu--theme-light { --mm-color-background:#f3f3f3; --mm-color-border:rgb(0 0 0 / 0.15); --mm-color-icon:rgb(0 0 0 / 0.4); --mm-color-text:rgb(0 0 0 / 0.8); --mm-color-text-dimmed:rgb(0 0 0 / 0.4); --mm-color-background-highlight:rgb(0 0 0 / 0.05); --mm-color-background-emphasis:rgb(255 255 255 / 0.75); --mm-color-focusring:#06c; }

.mm-menu--theme-light-contrast { --mm-color-background:#f3f3f3; --mm-color-border:rgb(0 0 0 / 0.5); --mm-color-icon:rgb(0 0 0 / 0.5); --mm-color-text:#000; --mm-color-text-dimmed:rgb(0 0 0 / 0.7); --mm-color-background-highlight:rgb(0 0 0 / 0.05); --mm-color-background-emphasis:rgb(255 255 255 / 0.9); --mm-color-focusring:#06c; }

.mm-menu--theme-dark { --mm-color-background:#333; --mm-color-border:rgb(0, 0, 0, 0.4); --mm-color-icon:rgb(255, 255, 255, 0.4); --mm-color-text:rgb(255, 255, 255, 0.8); --mm-color-text-dimmed:rgb(255, 255, 255, 0.4); --mm-color-background-highlight:rgb(255, 255, 255, 0.08); --mm-color-background-emphasis:rgb(0, 0, 0, 0.1); --mm-color-focusring:#06c; }

.mm-menu--theme-dark-contrast { --mm-color-background:#333; --mm-color-border:rgb(255 255 255 / 0.5); --mm-color-icon:rgb(255 255 255 / 0.5); --mm-color-text:#fff; --mm-color-text-dimmed:rgb(255 255 255 / 0.7); --mm-color-background-highlight:rgb(255 255 255 / 0.1); --mm-color-background-emphasis:rgb(0 0 0 / 0.3); --mm-color-focusring:#06c; }

.mm-menu--theme-white { --mm-color-background:#fff; --mm-color-border:rgb(0 0 0 / 0.15); --mm-color-icon:rgb(0 0 0 / 0.3); --mm-color-text:rgb(0 0 0 / 0.8); --mm-color-text-dimmed:rgb(0 0 0 / 0.3); --mm-color-background-highlight:rgb(0 0 0 / 0.06); --mm-color-background-emphasis:rgb(0 0 0 / 0.03); --mm-color-focusring:#06c; }

.mm-menu--theme-white-contrast { --mm-color-background:#fff; --mm-color-border:rgb(0 0 0 / 0.5); --mm-color-icon:rgb(0 0 0 / 0.5); --mm-color-text:#000; --mm-color-text-dimmed:rgb(0 0 0 / 0.7); --mm-color-background-highlight:rgb(0 0 0 / 0.07); --mm-color-background-emphasis:rgb(0 0 0 / 0.035); --mm-color-focusring:#06c; }

.mm-menu--theme-black { --mm-color-background:#000; --mm-color-border:rgb(255 255 255 / 0.2); --mm-color-icon:rgb(255 255 255 / 0.4); --mm-color-text:rgb(255 255 255 / 0.7); --mm-color-text-dimmed:rgb(255 255 255 / 0.4); --mm-color-background-highlight:rgb(255 255 255 / 0.1); --mm-color-background-emphasis:rgb(255 255 255 / 0.06); --mm-color-focusring:#06c; }

.mm-menu--theme-black-contrast { --mm-color-background:#000; --mm-color-border:rgb(255 255 255 / 0.5); --mm-color-icon:rgb(255 255 255 / 0.5); --mm-color-text:#fff; --mm-color-text-dimmed:rgb(255 255 255 / 0.6); --mm-color-background-highlight:rgb(255 255 255 / 0.125); --mm-color-background-emphasis:rgb(255 255 255 / 0.1); --mm-color-focusring:#06c; }

.mm-counter { display: block; -webkit-padding-start: 20px; padding-inline-start: 20px; float: right; color: var(--mm-color-text-dimmed); }

[dir=rtl] .mm-counter { float: left; }

:root { --mm-iconbar-size:50px; }

.mm-menu--iconbar-left .mm-navbars, .mm-menu--iconbar-left .mm-panels { margin-left: var(--mm-iconbar-size); }

.mm-menu--iconbar-right .mm-navbars, .mm-menu--iconbar-right .mm-panels { margin-right: var(--mm-iconbar-size); }

.mm-iconbar { display: none; position: absolute; top: 0; bottom: 0; z-index: 2; width: var(--mm-iconbar-size); overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; border: 0 solid; border-color: var(--mm-color-border); background: var(--mm-color-background); color: var(--mm-color-text-dimmed); text-align: center; }

.mm-menu--iconbar-left .mm-iconbar, .mm-menu--iconbar-right .mm-iconbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.mm-menu--iconbar-left .mm-iconbar { border-right-width: 1px; left: 0; }

.mm-menu--iconbar-right .mm-iconbar { border-left-width: 1px; right: 0; }

.mm-iconbar__bottom, .mm-iconbar__top { width: 100%; -webkit-overflow-scrolling: touch; overflow: hidden; overflow-y: auto; -ms-scroll-chaining: none; overscroll-behavior: contain; }

.mm-iconbar__bottom > *, .mm-iconbar__top > * { -webkit-box-sizing: border-box; box-sizing: border-box; display: block; padding: calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0; }

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover { text-decoration: none; }

.mm-iconbar__tab--selected { background: var(--mm-color-background-emphasis); }

:root { --mm-iconpanel-size:50px; }

.mm-panel--iconpanel-0 { inset-inline-start: calc(0 * var(--mm-iconpanel-size)); }

.mm-panel--iconpanel-1 { inset-inline-start: calc(1 * var(--mm-iconpanel-size)); }

.mm-panel--iconpanel-2 { inset-inline-start: calc(2 * var(--mm-iconpanel-size)); }

.mm-panel--iconpanel-3 { inset-inline-start: calc(3 * var(--mm-iconpanel-size)); }

.mm-panel--iconpanel-4 { inset-inline-start: calc(4 * var(--mm-iconpanel-size)); }

.mm-panel--iconpanel-first ~ .mm-panel { inset-inline-start: var(--mm-iconpanel-size); }

.mm-menu--iconpanel .mm-panel--parent .mm-divider, .mm-menu--iconpanel .mm-panel--parent .mm-navbar { opacity: 0; }

.mm-menu--iconpanel .mm-panels > .mm-panel--parent { visibility: visible; overflow-y: hidden; -webkit-transform: unset; -ms-transform: unset; transform: unset; }

.mm-menu--iconpanel .mm-panels > .mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) { border-inline-start-width: 1px; border-inline-start-style: solid; }

.mm-panel__blocker.mm-blocker--blocking { bottom: -100000px; }

.mm-navbars { -ms-flex-negative: 0; flex-shrink: 0; }

.mm-navbars .mm-navbar { position: relative; padding-top: 0; border-bottom: none; }

.mm-navbars--top { border-bottom: 1px solid var(--mm-color-border); }

.mm-navbars--top .mm-navbar:first-child { padding-top: env(safe-area-inset-top); }

.mm-navbars--bottom { border-top: 1px solid var(--mm-color-border); }

.mm-navbars--bottom .mm-navbar:last-child { padding-bottom: env(safe-area-inset-bottom); }

.mm-navbar__breadcrumbs { -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-box-flex: 1; -ms-flex: 1 1 50%; flex: 1 1 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 0 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; }

.mm-navbar__breadcrumbs > * { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-padding-end: 6px; padding-inline-end: 6px; }

.mm-navbar__breadcrumbs > a { text-decoration: underline; }

.mm-navbar__breadcrumbs:not(:last-child) { -webkit-padding-end: 0; padding-inline-end: 0; }

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs { -webkit-padding-start: 0; padding-inline-start: 0; }

.mm-navbar__tab { padding: 0 10px; border: 1px solid transparent; }

.mm-navbar__tab--selected { background: var(--mm-color-background); }

.mm-navbar__tab--selected:not(:first-child) { border-inline-start-color: var(--mm-color-border); }

.mm-navbar__tab--selected:not(:last-child) { border-inline-end-color: var(--mm-color-border); }

.mm-navbars--top.mm-navbars--has-tabs { border-bottom: none; }

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar { background: var(--mm-color-background-emphasis); }

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs ~ .mm-navbar { background: var(--mm-color-background); }

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child { border-bottom: 1px solid var(--mm-color-border); }

.mm-navbars--top .mm-navbar__tab { border-bottom-color: var(--mm-color-border); }

.mm-navbars--top .mm-navbar__tab--selected { border-top-color: var(--mm-color-border); border-bottom-color: transparent; }

.mm-navbars--bottom.mm-navbar--has-tabs { border-top: none; }

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar { background: var(--mm-color-background); }

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs, .mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs ~ .mm-navbar { background: var(--mm-color-background-emphasis); }

.mm-navbars--bottom .mm-navbar__tab { border-top-color: var(--mm-color-border); }

.mm-navbars--bottom .mm-navbar__tab--selected { border-bottom-color: var(--mm-color-border); border-top-color: transparent; }

.mm-searchfield { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; height: var(--mm-navbar-size); padding: 0; overflow: hidden; }

.mm-searchfield__input { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; width: 100%; max-width: 100%; padding: 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mm-searchfield__input input { display: block; width: 100%; max-width: 100%; height: calc(var(--mm-navbar-size) * .7); min-height: auto; max-height: auto; margin: 0; padding: 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; border: none; border-radius: 4px; line-height: calc(var(--mm-navbar-size) * .7); font: inherit; font-size: inherit; }

.mm-searchfield__input input, .mm-searchfield__input input:focus, .mm-searchfield__input input:hover { background: var(--mm-color-background-highlight); color: var(--mm-color-text); }

.mm-menu[class*=-contrast] .mm-searchfield__input input { border: 1px solid var(--mm-color-border); }

.mm-searchfield__input input::-ms-clear { display: none; }

.mm-searchfield__btn { display: none; position: absolute; inset-inline-end: 0; top: 0; bottom: 0; }

.mm-searchfield--searching .mm-searchfield__btn { display: block; }

.mm-searchfield__cancel { display: block; position: relative; -webkit-margin-end: -100px; margin-inline-end: -100px; -webkit-padding-start: 5px; padding-inline-start: 5px; -webkit-padding-end: 20px; padding-inline-end: 20px; visibility: hidden; line-height: var(--mm-navbar-size); text-decoration: none; -webkit-transition-property: visibility,margin; -o-transition-property: visibility,margin; transition-property: visibility,margin; }

.mm-searchfield--cancelable .mm-searchfield__cancel { visibility: visible; -webkit-margin-end: 0; margin-inline-end: 0; }

.mm-panel--search { left: 0 !important; right: 0 !important; width: 100% !important; border: none !important; }

.mm-panel__splash { padding: 20px; }

.mm-panel--searching .mm-panel__splash { display: none; }

.mm-panel__noresults { display: none; padding: 40px 20px; color: var(--mm-color-text-dimmed); text-align: center; font-size: 150%; line-height: 1.4; }

.mm-panel--noresults .mm-panel__noresults { display: block; }

:root { --mm-sectionindexer-size:20px; }

.mm-sectionindexer { background: inherit; text-align: center; font-size: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; width: var(--mm-sectionindexer-size); position: absolute; top: 0; bottom: 0; inset-inline-end: calc(-1 * var(--mm-sectionindexer-size)); z-index: 5; -webkit-transition-property: inset-inline-end; -o-transition-property: inset-inline-end; transition-property: inset-inline-end; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; }

.mm-sectionindexer a { color: var(--mm-color-text-dimmed); line-height: 1; text-decoration: none; display: block; }

.mm-sectionindexer ~ .mm-panel { -webkit-padding-end: 0; padding-inline-end: 0; }

.mm-sectionindexer--active { right: 0; }

.mm-sectionindexer--active ~ .mm-panel { -webkit-padding-end: var(--mm-sectionindexer-size); padding-inline-end: var(--mm-sectionindexer-size); }

.mm-menu--selected-hover .mm-listitem__btn, .mm-menu--selected-hover .mm-listitem__text, .mm-menu--selected-parent .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem__text { -webkit-transition-property: background-color; -o-transition-property: background-color; transition-property: background-color; }

@media (hover: hover) { .mm-menu--selected-hover .mm-listview:hover > .mm-listitem--selected:not(:hover) > .mm-listitem__text { background: 0 0; } .mm-menu--selected-hover .mm-listitem__btn:hover, .mm-menu--selected-hover .mm-listitem__text:hover { background: var(--mm-color-background-emphasis); } }

.mm-menu--selected-parent .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem__text { -webkit-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }

@media (hover: hover) { .mm-menu--selected-parent .mm-listitem__btn:hover, .mm-menu--selected-parent .mm-listitem__text:hover { -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } }

.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent) > .mm-listitem__text { background: 0 0; }

.mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__text { background: var(--mm-color-background-emphasis); }

:root { --mm-sidebar-collapsed-size:50px; --mm-sidebar-expanded-size:var(--mm-max-size); }

.mm-wrapper--sidebar-collapsed .mm-page { background: inherit; -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 100vh; }

.mm-wrapper--sidebar-collapsed .mm-menu--sidebar-collapsed { visibility: visible; }

.mm-wrapper--sidebar-collapsed .mm-slideout { width: calc(100% - var(--mm-sidebar-collapsed-size)); -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0); transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0); }

[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout { -webkit-transform: none; -ms-transform: none; transform: none; }

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-panel--opened { visibility: visible; }

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider, .mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar { opacity: 0; }

.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded { width: var(--mm-sidebar-expanded-size); border-right-width: 1px; border-right-style: solid; }

.mm-wrapper--sidebar-expanded.mm-wrapper--opened { overflow: auto; }

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker { display: none; }

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout { width: calc(100% - var(--mm-sidebar-expanded-size)); -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0); transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0); }

[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout { -webkit-transform: none; -ms-transform: none; transform: none; }

:host, * { box-sizing: border-box; }

:host { /** Width for the button. */ --mb-bar-width: 30px; /** Height for the bars.*/ --mb-bar-height: 3px; /** Distance between bars. */ --mb-bar-spacing: 7px; /** Basic animation timing function. */ --mb-animation-function: ease; /** Animation duration. */ --mb-animation-duration: 0.25s; /** Timeout before starting the animation, for example to starts after the menu is fully opened. */ --mb-animation-delay: 0s; display: inline-flex; align-items: center; gap: 0.75em; padding: 0; margin: 0; font-size: inherit; color: inherit; border: unset; background: none; cursor: pointer; }

:host([ease="elastic"]) { --mb-animation-function: cubic-bezier(.5,-0.35,.35,1.5); --mb-animation-duration: 0.35s; }

:host([ease="funky"]) { --mb-animation-function: cubic-bezier(0,1.45,.5,1.45); --mb-animation-duration: 0.4s; }

:host([ease="shaky"]) { --mb-animation-function: cubic-bezier(.15,.33,1,-0.81); --mb-animation-function: cubic-bezier(0,.5,1,-1); --mb-animation-duration: 0.45s; }

[part="bars"] { position: relative; display: block; width: var(--mb-bar-width); height: calc((var(--mb-bar-height) * 3) + (var(--mb-bar-spacing) * 2)); }

.bar { display: block; position: absolute; left: 0; right: 0; height: var(--mb-bar-height); border-radius: calc(var(--mb-bar-height) / 2); background: currentColor; color: inherit; opacity: 1; transition: none var(--mb-animation-duration) var(--mb-animation-function) var(--mb-animation-delay); }

.bar--top { bottom: calc(50% + var(--mb-bar-spacing) + (var(--mb-bar-height) / 2)); transition-property: bottom, transform; }

.bar--middle { top: calc(50% - (var(--mb-bar-height) / 2)); transition-property: opacity; }

.bar--bottom { top: calc(50% + var(--mb-bar-spacing) + (var(--mb-bar-height) / 2)); transition-property: top, transform; }

.is-cross .bar--top { bottom: calc(50% - (var(--mb-bar-height) / 2)); transform: rotate(45deg); }

.is-cross .bar--middle { opacity: 0; }

.is-cross .bar--bottom { top: calc(50% - (var(--mb-bar-height) / 2)); transform: rotate(-45deg); }

:host([fx="collapse"]) .bar--top { transition-property: bottom, margin, transform; transition-delay: calc(var(--mb-animation-delay) + var(--mb-animation-duration)), var(--mb-animation-delay), var(--mb-animation-delay); }

:host([fx="collapse"]) .bar--middle { transition-property: top, opacity; transition-duration: var(--mb-animation-duration), 0s; transition-delay: calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 1.3)), calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 1.3)); }

:host([fx="collapse"]) .bar--bottom { transition-delay: var(--mb-animation-delay); }

:host([fx="collapse"]) .is-cross .bar--top { bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height)); margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height) / 2)); transform: rotate(45deg); transition-delay: calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 0.3)), calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 1.3)), calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 1.3)); }

:host([fx="collapse"]) .is-cross .bar--middle { top: calc(50% + var(--mb-bar-spacing)); opacity: 0; transition-duration: var(--mb-animation-duration), 0s; transition-delay: var(--mb-animation-delay), calc(var(--mb-animation-delay) + var(--mb-animation-duration)); }

:host([fx="collapse"]) .is-cross .bar--bottom { top: calc(50% - (var(--mb-bar-height) / 2)); transform: rotate(-45deg); transition-delay: calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 1.3)), calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 1.3)); }

:host([fx="spin"]) .bar--top { transition-delay: calc(var(--mb-animation-delay) + var(--mb-animation-duration)), var(--mb-animation-delay); }

:host([fx="spin"]) .bar--middle { transition-delay: calc(var(--mb-animation-delay) + var(--mb-animation-duration)); }

:host([fx="spin"]) .bar--bottom { transition-delay: calc(var(--mb-animation-delay) + var(--mb-animation-duration)), var(--mb-animation-delay); }

:host([fx="spin"]) .is-cross .bar--top { transform: rotate(135deg); transition-delay: var(--mb-animation-delay), calc(var(--mb-animation-delay) + var(--mb-animation-duration)); }

:host([fx="spin"]) .is-cross .bar--middle { transition-duration: 0s; transition-delay: calc(var(--mb-animation-delay) + var(--mb-animation-duration)); }

:host([fx="spin"]) .is-cross .bar--bottom { transform: rotate(225deg); transition-delay: var(--mb-animation-delay), calc(var(--mb-animation-delay) + var(--mb-animation-duration)); }

:host([fx="squeeze"]) .bar--top { transition-delay: calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 0.4)), var(--mb-animation-delay); }

:host([fx="squeeze"]) .bar--middle { transition-delay: calc(var(--mb-animation-delay) + 0.1s); }

:host([fx="squeeze"]) .bar--bottom { transition-delay: calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 0.4)), var(--mb-animation-delay); }

:host([fx="squeeze"]) .is-cross .bar--top { transition-delay: var(--mb-animation-delay), calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 0.4)); }

:host([fx="squeeze"]) .is-cross .bar--middle { transition-delay: var(--mb-animation-delay); }

:host([fx="squeeze"]) .is-cross .bar--bottom { transition-delay: var(--mb-animation-delay), calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 0.4)); }

:host([fx="tornado"]) .bar--top { transition-delay: calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 0.6)); }

:host([fx="tornado"]) .bar--middle { transition-property: opacity, transform; transition-delay: calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 0.3)); }

:host([fx="tornado"]) .bar--bottom { transition-delay: var(--mb-animation-delay); }

:host([fx="tornado"]) .is-cross .bar--top { transform: rotate(-135deg); transition-delay: var(--mb-animation-delay); }

:host([fx="tornado"]) .is-cross .bar--middle { opacity: 0; transform: rotate(-135deg); transition-delay: calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 0.3)); }

:host([fx="tornado"]) .is-cross .bar--bottom { transform: rotate(-225deg); transition-delay: calc(var(--mb-animation-delay) + (var(--mb-animation-duration) * 0.6)); }

/*! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. */
.fa { font-family: var(--fa-style-family, "Font Awesome 6 Pro"); font-weight: var(--fa-style, 900); }

.fa, .fas, .fa-solid, .far, .fa-regular, .fal, .l-footer .social-media a[title*="Stage"]:before, .home .section-imagevideo .video .play-button p:before, .home .section-social-media a[title*="Stage"]:before, .home .section-social-media .v-row > div:last-child .c-text > a:before, .section-stage-social-media a[title*="Stage"]:before, .section-kontakt .social-media a[title*="Stage"]:before, .section-kontakt .social-media ul > li:nth-child(4) a:before, body.main .nav-menu.accessible-megamenu > li:last-child > a:after, .l-header__service-navigation a::before, .fa-light, .fat, .fa-thin, .fad, .fa-duotone, .fab, .l-footer .social-media a:before, .home .section-social-media a::before, .mm-listitem.facebook a::before, .mm-listitem.instagram a::before, .mm-listitem.youtube a::before, .mm-listitem.twitter a::before, .mm-listitem.stage a::before, .section-stage-social-media a::before, .section-kontakt .social-media a:not([id^=anker]).externerLink:before, .section-kontakt .social-media a:not([id^=anker]).internerLink:before, .l-header__social-media a:before, .fa-brands { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: var(--fa-display, inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; }

.l-footer .social-media a:before, .home .section-imagevideo .video .play-button p:before, .home .section-social-media a::before, .mm-listitem.facebook a::before, .mm-listitem.instagram a::before, .mm-listitem.youtube a::before, .mm-listitem.twitter a::before, .mm-listitem.stage a::before, .section-stage-social-media a::before, .section-kontakt .social-media a:not([id^=anker]).externerLink:before, .section-kontakt .social-media a:not([id^=anker]).internerLink:before, .l-header__social-media a:before, .l-header__service-navigation a::before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; }

.fa-1x { font-size: 1em; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-6x { font-size: 6em; }

.fa-7x { font-size: 7em; }

.fa-8x { font-size: 8em; }

.fa-9x { font-size: 9em; }

.fa-10x { font-size: 10em; }

.fa-2xs { font-size: 0.625em; line-height: 0.1em; vertical-align: 0.225em; }

.fa-xs { font-size: 0.75em; line-height: 0.08333333em; vertical-align: 0.125em; }

.fa-sm { font-size: 0.875em; line-height: 0.07142857em; vertical-align: 0.05357143em; }

.fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; }

.fa-xl { font-size: 1.5em; line-height: 0.04166667em; vertical-align: -0.125em; }

.fa-2xl { font-size: 2em; line-height: 0.03125em; vertical-align: -0.1875em; }

.fa-fw { text-align: center; width: 1.25em; }

.fa-ul { list-style-type: none; margin-left: var(--fa-li-margin, 2.5em); padding-left: 0; }

.fa-ul > li { position: relative; }

.fa-li { left: calc(var(--fa-li-width, 2em) * -1); position: absolute; text-align: center; width: var(--fa-li-width, 2em); line-height: inherit; }

.fa-border { border-color: var(--fa-border-color, #eee); border-radius: var(--fa-border-radius, 0.1em); border-style: var(--fa-border-style, solid); border-width: var(--fa-border-width, 0.08em); padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left { float: left; margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right { float: right; margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat { animation-name: fa-beat; animation-delay: var(--fa-animation-delay, 0); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce { animation-name: fa-bounce; animation-delay: var(--fa-animation-delay, 0); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade { animation-name: fa-fade; animation-delay: var(--fa-animation-delay, 0); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade { animation-name: fa-beat-fade; animation-delay: var(--fa-animation-delay, 0); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip { animation-name: fa-flip; animation-delay: var(--fa-animation-delay, 0); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake { animation-name: fa-shake; animation-delay: var(--fa-animation-delay, 0); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin { animation-name: fa-spin; animation-delay: var(--fa-animation-delay, 0); animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 2s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse { --fa-animation-direction: reverse; }

.fa-pulse, .fa-spin-pulse { animation-name: fa-spin; animation-direction: var(--fa-animation-direction, normal); animation-duration: var(--fa-animation-duration, 1s); animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) { .fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse { animation-delay: -1ms; animation-duration: 1ms; animation-iteration-count: 1; transition-delay: 0s; transition-duration: 0s; } }

@keyframes fa-beat { 0%, 90% { transform: scale(1); }
  45% { transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce { 0% { transform: scale(1, 1) translateY(0); }
  10% { transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% { transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% { transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% { transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% { transform: scale(1, 1) translateY(0); }
  100% { transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% { opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake { 0% { transform: rotate(-15deg); }
  4% { transform: rotate(15deg); }
  8%, 24% { transform: rotate(-18deg); }
  12%, 28% { transform: rotate(18deg); }
  16% { transform: rotate(-22deg); }
  20% { transform: rotate(22deg); }
  32% { transform: rotate(-12deg); }
  36% { transform: rotate(12deg); }
  40%, 100% { transform: rotate(0deg); } }

@keyframes fa-spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

.fa-rotate-90 { transform: rotate(90deg); }

.fa-rotate-180 { transform: rotate(180deg); }

.fa-rotate-270 { transform: rotate(270deg); }

.fa-flip-horizontal { transform: scale(-1, 1); }

.fa-flip-vertical { transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { transform: scale(-1, -1); }

.fa-rotate-by { transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; }

.fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before { content: "\30"; }

.fa-1::before { content: "\31"; }

.fa-2::before { content: "\32"; }

.fa-3::before { content: "\33"; }

.fa-4::before { content: "\34"; }

.fa-5::before { content: "\35"; }

.fa-6::before { content: "\36"; }

.fa-7::before { content: "\37"; }

.fa-8::before { content: "\38"; }

.fa-9::before { content: "\39"; }

.fa-00::before { content: "\e467"; }

.fa-360-degrees::before { content: "\e2dc"; }

.fa-a::before { content: "\41"; }

.fa-abacus::before { content: "\f640"; }

.fa-accent-grave::before { content: "\60"; }

.fa-acorn::before { content: "\f6ae"; }

.fa-address-book::before { content: "\f2b9"; }

.fa-contact-book::before { content: "\f2b9"; }

.fa-address-card::before { content: "\f2bb"; }

.fa-contact-card::before { content: "\f2bb"; }

.fa-vcard::before { content: "\f2bb"; }

.fa-air-conditioner::before { content: "\f8f4"; }

.fa-airplay::before { content: "\e089"; }

.fa-alarm-clock::before { content: "\f34e"; }

.fa-alarm-exclamation::before { content: "\f843"; }

.fa-alarm-plus::before { content: "\f844"; }

.fa-alarm-snooze::before { content: "\f845"; }

.fa-album::before { content: "\f89f"; }

.fa-album-circle-plus::before { content: "\e48c"; }

.fa-album-circle-user::before { content: "\e48d"; }

.fa-album-collection::before { content: "\f8a0"; }

.fa-album-collection-circle-plus::before { content: "\e48e"; }

.fa-album-collection-circle-user::before { content: "\e48f"; }

.fa-alicorn::before { content: "\f6b0"; }

.fa-alien::before { content: "\f8f5"; }

.fa-alien-8bit::before { content: "\f8f6"; }

.fa-alien-monster::before { content: "\f8f6"; }

.fa-align-center::before { content: "\f037"; }

.fa-align-justify::before { content: "\f039"; }

.fa-align-left::before { content: "\f036"; }

.fa-align-right::before { content: "\f038"; }

.fa-align-slash::before { content: "\f846"; }

.fa-alt::before { content: "\e08a"; }

.fa-amp-guitar::before { content: "\f8a1"; }

.fa-ampersand::before { content: "\26"; }

.fa-anchor::before { content: "\f13d"; }

.fa-anchor-circle-check::before { content: "\e4aa"; }

.fa-anchor-circle-exclamation::before { content: "\e4ab"; }

.fa-anchor-circle-xmark::before { content: "\e4ac"; }

.fa-anchor-lock::before { content: "\e4ad"; }

.fa-angel::before { content: "\f779"; }

.fa-angle::before { content: "\e08c"; }

.fa-angle-90::before { content: "\e08d"; }

.fa-angle-down::before { content: "\f107"; }

.fa-angle-left::before { content: "\f104"; }

.fa-angle-right::before { content: "\f105"; }

.fa-angle-up::before { content: "\f106"; }

.fa-angles-down::before { content: "\f103"; }

.fa-angle-double-down::before { content: "\f103"; }

.fa-angles-left::before { content: "\f100"; }

.fa-angle-double-left::before { content: "\f100"; }

.fa-angles-right::before { content: "\f101"; }

.fa-angle-double-right::before { content: "\f101"; }

.fa-angles-up::before { content: "\f102"; }

.fa-angle-double-up::before { content: "\f102"; }

.fa-ankh::before { content: "\f644"; }

.fa-apartment::before { content: "\e468"; }

.fa-aperture::before { content: "\e2df"; }

.fa-apostrophe::before { content: "\27"; }

.fa-apple-core::before { content: "\e08f"; }

.fa-apple-whole::before { content: "\f5d1"; }

.fa-apple-alt::before { content: "\f5d1"; }

.fa-archway::before { content: "\f557"; }

.fa-arrow-down::before { content: "\f063"; }

.fa-arrow-down-1-9::before { content: "\f162"; }

.fa-sort-numeric-asc::before { content: "\f162"; }

.fa-sort-numeric-down::before { content: "\f162"; }

.fa-arrow-down-9-1::before { content: "\f886"; }

.fa-sort-numeric-desc::before { content: "\f886"; }

.fa-sort-numeric-down-alt::before { content: "\f886"; }

.fa-arrow-down-a-z::before { content: "\f15d"; }

.fa-sort-alpha-asc::before { content: "\f15d"; }

.fa-sort-alpha-down::before { content: "\f15d"; }

.fa-arrow-down-arrow-up::before { content: "\f883"; }

.fa-sort-alt::before { content: "\f883"; }

.fa-arrow-down-big-small::before { content: "\f88c"; }

.fa-sort-size-down::before { content: "\f88c"; }

.fa-arrow-down-from-dotted-line::before { content: "\e090"; }

.fa-arrow-down-from-line::before { content: "\f345"; }

.fa-arrow-from-top::before { content: "\f345"; }

.fa-arrow-down-left::before { content: "\e091"; }

.fa-arrow-down-left-and-arrow-up-right-to-center::before { content: "\e092"; }

.fa-arrow-down-long::before { content: "\f175"; }

.fa-long-arrow-down::before { content: "\f175"; }

.fa-arrow-down-right::before { content: "\e093"; }

.fa-arrow-down-short-wide::before { content: "\f884"; }

.fa-sort-amount-desc::before { content: "\f884"; }

.fa-sort-amount-down-alt::before { content: "\f884"; }

.fa-arrow-down-small-big::before { content: "\f88d"; }

.fa-sort-size-down-alt::before { content: "\f88d"; }

.fa-arrow-down-square-triangle::before { content: "\f889"; }

.fa-sort-shapes-down-alt::before { content: "\f889"; }

.fa-arrow-down-to-arc::before { content: "\e4ae"; }

.fa-arrow-down-to-bracket::before { content: "\e094"; }

.fa-arrow-down-to-dotted-line::before { content: "\e095"; }

.fa-arrow-down-to-line::before { content: "\f33d"; }

.fa-arrow-to-bottom::before { content: "\f33d"; }

.fa-arrow-down-to-square::before { content: "\e096"; }

.fa-arrow-down-triangle-square::before { content: "\f888"; }

.fa-sort-shapes-down::before { content: "\f888"; }

.fa-arrow-down-up-across-line::before { content: "\e4af"; }

.fa-arrow-down-up-lock::before { content: "\e4b0"; }

.fa-arrow-down-wide-short::before { content: "\f160"; }

.fa-sort-amount-asc::before { content: "\f160"; }

.fa-sort-amount-down::before { content: "\f160"; }

.fa-arrow-down-z-a::before { content: "\f881"; }

.fa-sort-alpha-desc::before { content: "\f881"; }

.fa-sort-alpha-down-alt::before { content: "\f881"; }

.fa-arrow-left::before { content: "\f060"; }

.fa-arrow-left-from-line::before { content: "\f344"; }

.fa-arrow-from-right::before { content: "\f344"; }

.fa-arrow-left-long::before { content: "\f177"; }

.fa-long-arrow-left::before { content: "\f177"; }

.fa-arrow-left-long-to-line::before { content: "\e3d4"; }

.fa-arrow-left-to-line::before { content: "\f33e"; }

.fa-arrow-to-left::before { content: "\f33e"; }

.fa-arrow-pointer::before { content: "\f245"; }

.fa-mouse-pointer::before { content: "\f245"; }

.fa-arrow-right::before { content: "\f061"; }

.fa-arrow-right-arrow-left::before { content: "\f0ec"; }

.fa-exchange::before { content: "\f0ec"; }

.fa-arrow-right-from-arc::before { content: "\e4b1"; }

.fa-arrow-right-from-bracket::before { content: "\f08b"; }

.fa-sign-out::before { content: "\f08b"; }

.fa-arrow-right-from-line::before { content: "\f343"; }

.fa-arrow-from-left::before { content: "\f343"; }

.fa-arrow-right-long::before { content: "\f178"; }

.fa-long-arrow-right::before { content: "\f178"; }

.fa-arrow-right-long-to-line::before { content: "\e3d5"; }

.fa-arrow-right-to-arc::before { content: "\e4b2"; }

.fa-arrow-right-to-bracket::before { content: "\f090"; }

.fa-sign-in::before { content: "\f090"; }

.fa-arrow-right-to-city::before { content: "\e4b3"; }

.fa-arrow-right-to-line::before { content: "\f340"; }

.fa-arrow-to-right::before { content: "\f340"; }

.fa-arrow-rotate-left::before { content: "\f0e2"; }

.fa-arrow-left-rotate::before { content: "\f0e2"; }

.fa-arrow-rotate-back::before { content: "\f0e2"; }

.fa-arrow-rotate-backward::before { content: "\f0e2"; }

.fa-undo::before { content: "\f0e2"; }

.fa-arrow-rotate-right::before { content: "\f01e"; }

.fa-arrow-right-rotate::before { content: "\f01e"; }

.fa-arrow-rotate-forward::before { content: "\f01e"; }

.fa-redo::before { content: "\f01e"; }

.fa-arrow-trend-down::before { content: "\e097"; }

.fa-arrow-trend-up::before { content: "\e098"; }

.fa-arrow-turn-down::before { content: "\f149"; }

.fa-level-down::before { content: "\f149"; }

.fa-arrow-turn-down-left::before { content: "\e2e1"; }

.fa-arrow-turn-down-right::before { content: "\e3d6"; }

.fa-arrow-turn-up::before { content: "\f148"; }

.fa-level-up::before { content: "\f148"; }

.fa-arrow-up::before { content: "\f062"; }

.fa-arrow-up-1-9::before { content: "\f163"; }

.fa-sort-numeric-up::before { content: "\f163"; }

.fa-arrow-up-9-1::before { content: "\f887"; }

.fa-sort-numeric-up-alt::before { content: "\f887"; }

.fa-arrow-up-a-z::before { content: "\f15e"; }

.fa-sort-alpha-up::before { content: "\f15e"; }

.fa-arrow-up-arrow-down::before { content: "\e099"; }

.fa-sort-up-down::before { content: "\e099"; }

.fa-arrow-up-big-small::before { content: "\f88e"; }

.fa-sort-size-up::before { content: "\f88e"; }

.fa-arrow-up-from-arc::before { content: "\e4b4"; }

.fa-arrow-up-from-bracket::before { content: "\e09a"; }

.fa-arrow-up-from-dotted-line::before { content: "\e09b"; }

.fa-arrow-up-from-ground-water::before { content: "\e4b5"; }

.fa-arrow-up-from-line::before { content: "\f342"; }

.fa-arrow-from-bottom::before { content: "\f342"; }

.fa-arrow-up-from-square::before { content: "\e09c"; }

.fa-arrow-up-from-water-pump::before { content: "\e4b6"; }

.fa-arrow-up-left::before { content: "\e09d"; }

.fa-arrow-up-left-from-circle::before { content: "\e09e"; }

.fa-arrow-up-long::before { content: "\f176"; }

.fa-long-arrow-up::before { content: "\f176"; }

.fa-arrow-up-right::before { content: "\e09f"; }

.fa-arrow-up-right-and-arrow-down-left-from-center::before { content: "\e0a0"; }

.fa-arrow-up-right-dots::before { content: "\e4b7"; }

.fa-arrow-up-right-from-square::before { content: "\f08e"; }

.fa-external-link::before { content: "\f08e"; }

.fa-arrow-up-short-wide::before { content: "\f885"; }

.fa-sort-amount-up-alt::before { content: "\f885"; }

.fa-arrow-up-small-big::before { content: "\f88f"; }

.fa-sort-size-up-alt::before { content: "\f88f"; }

.fa-arrow-up-square-triangle::before { content: "\f88b"; }

.fa-sort-shapes-up-alt::before { content: "\f88b"; }

.fa-arrow-up-to-dotted-line::before { content: "\e0a1"; }

.fa-arrow-up-to-line::before { content: "\f341"; }

.fa-arrow-to-top::before { content: "\f341"; }

.fa-arrow-up-triangle-square::before { content: "\f88a"; }

.fa-sort-shapes-up::before { content: "\f88a"; }

.fa-arrow-up-wide-short::before { content: "\f161"; }

.fa-sort-amount-up::before { content: "\f161"; }

.fa-arrow-up-z-a::before { content: "\f882"; }

.fa-sort-alpha-up-alt::before { content: "\f882"; }

.fa-arrows-cross::before { content: "\e0a2"; }

.fa-arrows-down-to-line::before { content: "\e4b8"; }

.fa-arrows-down-to-people::before { content: "\e4b9"; }

.fa-arrows-from-dotted-line::before { content: "\e0a3"; }

.fa-arrows-from-line::before { content: "\e0a4"; }

.fa-arrows-left-right::before { content: "\f07e"; }

.fa-arrows-h::before { content: "\f07e"; }

.fa-arrows-left-right-to-line::before { content: "\e4ba"; }

.fa-arrows-maximize::before { content: "\f31d"; }

.fa-expand-arrows::before { content: "\f31d"; }

.fa-arrows-minimize::before { content: "\e0a5"; }

.fa-compress-arrows::before { content: "\e0a5"; }

.fa-arrows-repeat::before { content: "\f364"; }

.fa-repeat-alt::before { content: "\f364"; }

.fa-arrows-repeat-1::before { content: "\f366"; }

.fa-repeat-1-alt::before { content: "\f366"; }

.fa-arrows-retweet::before { content: "\f361"; }

.fa-retweet-alt::before { content: "\f361"; }

.fa-arrows-rotate::before { content: "\f021"; }

.fa-refresh::before { content: "\f021"; }

.fa-sync::before { content: "\f021"; }

.fa-arrows-spin::before { content: "\e4bb"; }

.fa-arrows-split-up-and-left::before { content: "\e4bc"; }

.fa-arrows-to-circle::before { content: "\e4bd"; }

.fa-arrows-to-dot::before { content: "\e4be"; }

.fa-arrows-to-dotted-line::before { content: "\e0a6"; }

.fa-arrows-to-eye::before { content: "\e4bf"; }

.fa-arrows-to-line::before { content: "\e0a7"; }

.fa-arrows-turn-right::before { content: "\e4c0"; }

.fa-arrows-turn-to-dots::before { content: "\e4c1"; }

.fa-arrows-up-down::before { content: "\f07d"; }

.fa-arrows-v::before { content: "\f07d"; }

.fa-arrows-up-down-left-right::before { content: "\f047"; }

.fa-arrows::before { content: "\f047"; }

.fa-arrows-up-to-line::before { content: "\e4c2"; }

.fa-asterisk::before { content: "\2a"; }

.fa-at::before { content: "\40"; }

.fa-atom::before { content: "\f5d2"; }

.fa-atom-simple::before { content: "\f5d3"; }

.fa-atom-alt::before { content: "\f5d3"; }

.fa-audio-description::before { content: "\f29e"; }

.fa-audio-description-slash::before { content: "\e0a8"; }

.fa-austral-sign::before { content: "\e0a9"; }

.fa-avocado::before { content: "\e0aa"; }

.fa-award::before { content: "\f559"; }

.fa-award-simple::before { content: "\e0ab"; }

.fa-axe::before { content: "\f6b2"; }

.fa-axe-battle::before { content: "\f6b3"; }

.fa-b::before { content: "\42"; }

.fa-baby::before { content: "\f77c"; }

.fa-baby-carriage::before { content: "\f77d"; }

.fa-carriage-baby::before { content: "\f77d"; }

.fa-backpack::before { content: "\f5d4"; }

.fa-backward::before { content: "\f04a"; }

.fa-backward-fast::before { content: "\f049"; }

.fa-fast-backward::before { content: "\f049"; }

.fa-backward-step::before { content: "\f048"; }

.fa-step-backward::before { content: "\f048"; }

.fa-bacon::before { content: "\f7e5"; }

.fa-bacteria::before { content: "\e059"; }

.fa-bacterium::before { content: "\e05a"; }

.fa-badge::before { content: "\f335"; }

.fa-badge-check::before { content: "\f336"; }

.fa-badge-dollar::before { content: "\f645"; }

.fa-badge-percent::before { content: "\f646"; }

.fa-badge-sheriff::before { content: "\f8a2"; }

.fa-badger-honey::before { content: "\f6b4"; }

.fa-badminton::before { content: "\e33a"; }

.fa-bag-shopping::before { content: "\f290"; }

.fa-shopping-bag::before { content: "\f290"; }

.fa-bagel::before { content: "\e3d7"; }

.fa-bags-shopping::before { content: "\f847"; }

.fa-baguette::before { content: "\e3d8"; }

.fa-bahai::before { content: "\f666"; }

.fa-baht-sign::before { content: "\e0ac"; }

.fa-ball-pile::before { content: "\f77e"; }

.fa-balloon::before { content: "\e2e3"; }

.fa-balloons::before { content: "\e2e4"; }

.fa-ballot::before { content: "\f732"; }

.fa-ballot-check::before { content: "\f733"; }

.fa-ban::before { content: "\f05e"; }

.fa-cancel::before { content: "\f05e"; }

.fa-ban-bug::before { content: "\f7f9"; }

.fa-debug::before { content: "\f7f9"; }

.fa-ban-parking::before { content: "\f616"; }

.fa-parking-circle-slash::before { content: "\f616"; }

.fa-ban-smoking::before { content: "\f54d"; }

.fa-smoking-ban::before { content: "\f54d"; }

.fa-banana::before { content: "\e2e5"; }

.fa-bandage::before { content: "\f462"; }

.fa-band-aid::before { content: "\f462"; }

.fa-bangladeshi-taka-sign::before { content: "\e2e6"; }

.fa-banjo::before { content: "\f8a3"; }

.fa-barcode::before { content: "\f02a"; }

.fa-barcode-read::before { content: "\f464"; }

.fa-barcode-scan::before { content: "\f465"; }

.fa-bars::before { content: "\f0c9"; }

.fa-navicon::before { content: "\f0c9"; }

.fa-bars-filter::before { content: "\e0ad"; }

.fa-bars-progress::before { content: "\f828"; }

.fa-tasks-alt::before { content: "\f828"; }

.fa-bars-sort::before { content: "\e0ae"; }

.fa-bars-staggered::before { content: "\f550"; }

.fa-reorder::before { content: "\f550"; }

.fa-stream::before { content: "\f550"; }

.fa-baseball::before { content: "\f433"; }

.fa-baseball-ball::before { content: "\f433"; }

.fa-baseball-bat-ball::before { content: "\f432"; }

.fa-basket-shopping::before { content: "\f291"; }

.fa-shopping-basket::before { content: "\f291"; }

.fa-basket-shopping-simple::before { content: "\e0af"; }

.fa-shopping-basket-alt::before { content: "\e0af"; }

.fa-basketball::before { content: "\f434"; }

.fa-basketball-ball::before { content: "\f434"; }

.fa-basketball-hoop::before { content: "\f435"; }

.fa-bat::before { content: "\f6b5"; }

.fa-bath::before { content: "\f2cd"; }

.fa-bathtub::before { content: "\f2cd"; }

.fa-battery-bolt::before { content: "\f376"; }

.fa-battery-empty::before { content: "\f244"; }

.fa-battery-0::before { content: "\f244"; }

.fa-battery-exclamation::before { content: "\e0b0"; }

.fa-battery-full::before { content: "\f240"; }

.fa-battery::before { content: "\f240"; }

.fa-battery-5::before { content: "\f240"; }

.fa-battery-half::before { content: "\f242"; }

.fa-battery-3::before { content: "\f242"; }

.fa-battery-low::before { content: "\e0b1"; }

.fa-battery-1::before { content: "\e0b1"; }

.fa-battery-quarter::before { content: "\f243"; }

.fa-battery-2::before { content: "\f243"; }

.fa-battery-slash::before { content: "\f377"; }

.fa-battery-three-quarters::before { content: "\f241"; }

.fa-battery-4::before { content: "\f241"; }

.fa-bed::before { content: "\f236"; }

.fa-bed-bunk::before { content: "\f8f8"; }

.fa-bed-empty::before { content: "\f8f9"; }

.fa-bed-front::before { content: "\f8f7"; }

.fa-bed-alt::before { content: "\f8f7"; }

.fa-bed-pulse::before { content: "\f487"; }

.fa-procedures::before { content: "\f487"; }

.fa-bee::before { content: "\e0b2"; }

.fa-beer-mug::before { content: "\e0b3"; }

.fa-beer-foam::before { content: "\e0b3"; }

.fa-beer-mug-empty::before { content: "\f0fc"; }

.fa-beer::before { content: "\f0fc"; }

.fa-bell::before { content: "\f0f3"; }

.fa-bell-concierge::before { content: "\f562"; }

.fa-concierge-bell::before { content: "\f562"; }

.fa-bell-exclamation::before { content: "\f848"; }

.fa-bell-on::before { content: "\f8fa"; }

.fa-bell-plus::before { content: "\f849"; }

.fa-bell-school::before { content: "\f5d5"; }

.fa-bell-school-slash::before { content: "\f5d6"; }

.fa-bell-slash::before { content: "\f1f6"; }

.fa-bells::before { content: "\f77f"; }

.fa-bench-tree::before { content: "\e2e7"; }

.fa-bezier-curve::before { content: "\f55b"; }

.fa-bicycle::before { content: "\f206"; }

.fa-binary::before { content: "\e33b"; }

.fa-binary-circle-check::before { content: "\e33c"; }

.fa-binary-lock::before { content: "\e33d"; }

.fa-binary-slash::before { content: "\e33e"; }

.fa-binoculars::before { content: "\f1e5"; }

.fa-biohazard::before { content: "\f780"; }

.fa-bird::before { content: "\e469"; }

.fa-bitcoin-sign::before { content: "\e0b4"; }

.fa-blanket::before { content: "\f498"; }

.fa-blanket-fire::before { content: "\e3da"; }

.fa-blender::before { content: "\f517"; }

.fa-blender-phone::before { content: "\f6b6"; }

.fa-blinds::before { content: "\f8fb"; }

.fa-blinds-open::before { content: "\f8fc"; }

.fa-blinds-raised::before { content: "\f8fd"; }

.fa-block::before { content: "\e46a"; }

.fa-block-brick::before { content: "\e3db"; }

.fa-wall-brick::before { content: "\e3db"; }

.fa-block-brick-fire::before { content: "\e3dc"; }

.fa-firewall::before { content: "\e3dc"; }

.fa-block-question::before { content: "\e3dd"; }

.fa-block-quote::before { content: "\e0b5"; }

.fa-blog::before { content: "\f781"; }

.fa-blueberries::before { content: "\e2e8"; }

.fa-bold::before { content: "\f032"; }

.fa-bolt::before { content: "\f0e7"; }

.fa-zap::before { content: "\f0e7"; }

.fa-bolt-auto::before { content: "\e0b6"; }

.fa-bolt-lightning::before { content: "\e0b7"; }

.fa-bolt-slash::before { content: "\e0b8"; }

.fa-bomb::before { content: "\f1e2"; }

.fa-bone::before { content: "\f5d7"; }

.fa-bone-break::before { content: "\f5d8"; }

.fa-bong::before { content: "\f55c"; }

.fa-book::before { content: "\f02d"; }

.fa-book-arrow-right::before { content: "\e0b9"; }

.fa-book-arrow-up::before { content: "\e0ba"; }

.fa-book-atlas::before { content: "\f558"; }

.fa-atlas::before { content: "\f558"; }

.fa-book-bible::before { content: "\f647"; }

.fa-bible::before { content: "\f647"; }

.fa-book-blank::before { content: "\f5d9"; }

.fa-book-alt::before { content: "\f5d9"; }

.fa-book-bookmark::before { content: "\e0bb"; }

.fa-book-circle-arrow-right::before { content: "\e0bc"; }

.fa-book-circle-arrow-up::before { content: "\e0bd"; }

.fa-book-copy::before { content: "\e0be"; }

.fa-book-font::before { content: "\e0bf"; }

.fa-book-heart::before { content: "\f499"; }

.fa-book-journal-whills::before { content: "\f66a"; }

.fa-journal-whills::before { content: "\f66a"; }

.fa-book-medical::before { content: "\f7e6"; }

.fa-book-open::before { content: "\f518"; }

.fa-book-open-cover::before { content: "\e0c0"; }

.fa-book-open-alt::before { content: "\e0c0"; }

.fa-book-open-reader::before { content: "\f5da"; }

.fa-book-reader::before { content: "\f5da"; }

.fa-book-quran::before { content: "\f687"; }

.fa-quran::before { content: "\f687"; }

.fa-book-section::before { content: "\e0c1"; }

.fa-book-law::before { content: "\e0c1"; }

.fa-book-skull::before { content: "\f6b7"; }

.fa-book-dead::before { content: "\f6b7"; }

.fa-book-sparkles::before { content: "\f6b8"; }

.fa-book-spells::before { content: "\f6b8"; }

.fa-book-tanakh::before { content: "\f827"; }

.fa-tanakh::before { content: "\f827"; }

.fa-book-user::before { content: "\f7e7"; }

.fa-bookmark::before { content: "\f02e"; }

.fa-bookmark-slash::before { content: "\e0c2"; }

.fa-books::before { content: "\f5db"; }

.fa-books-medical::before { content: "\f7e8"; }

.fa-boombox::before { content: "\f8a5"; }

.fa-boot::before { content: "\f782"; }

.fa-boot-heeled::before { content: "\e33f"; }

.fa-booth-curtain::before { content: "\f734"; }

.fa-border-all::before { content: "\f84c"; }

.fa-border-bottom::before { content: "\f84d"; }

.fa-border-bottom-right::before { content: "\f854"; }

.fa-border-style-alt::before { content: "\f854"; }

.fa-border-center-h::before { content: "\f89c"; }

.fa-border-center-v::before { content: "\f89d"; }

.fa-border-inner::before { content: "\f84e"; }

.fa-border-left::before { content: "\f84f"; }

.fa-border-none::before { content: "\f850"; }

.fa-border-outer::before { content: "\f851"; }

.fa-border-right::before { content: "\f852"; }

.fa-border-top::before { content: "\f855"; }

.fa-border-top-left::before { content: "\f853"; }

.fa-border-style::before { content: "\f853"; }

.fa-bore-hole::before { content: "\e4c3"; }

.fa-bottle-droplet::before { content: "\e4c4"; }

.fa-bottle-water::before { content: "\e4c5"; }

.fa-bow-arrow::before { content: "\f6b9"; }

.fa-bowl-chopsticks::before { content: "\e2e9"; }

.fa-bowl-chopsticks-noodles::before { content: "\e2ea"; }

.fa-bowl-food::before { content: "\e4c6"; }

.fa-bowl-hot::before { content: "\f823"; }

.fa-soup::before { content: "\f823"; }

.fa-bowl-rice::before { content: "\e2eb"; }

.fa-bowl-scoop::before { content: "\e3de"; }

.fa-bowl-shaved-ice::before { content: "\e3de"; }

.fa-bowl-scoops::before { content: "\e3df"; }

.fa-bowl-soft-serve::before { content: "\e46b"; }

.fa-bowl-spoon::before { content: "\e3e0"; }

.fa-bowling-ball::before { content: "\f436"; }

.fa-bowling-ball-pin::before { content: "\e0c3"; }

.fa-bowling-pins::before { content: "\f437"; }

.fa-box::before { content: "\f466"; }

.fa-box-archive::before { content: "\f187"; }

.fa-archive::before { content: "\f187"; }

.fa-box-ballot::before { content: "\f735"; }

.fa-box-check::before { content: "\f467"; }

.fa-box-circle-check::before { content: "\e0c4"; }

.fa-box-dollar::before { content: "\f4a0"; }

.fa-box-usd::before { content: "\f4a0"; }

.fa-box-heart::before { content: "\f49d"; }

.fa-box-open::before { content: "\f49e"; }

.fa-box-open-full::before { content: "\f49c"; }

.fa-box-full::before { content: "\f49c"; }

.fa-box-taped::before { content: "\f49a"; }

.fa-box-alt::before { content: "\f49a"; }

.fa-box-tissue::before { content: "\e05b"; }

.fa-boxes-packing::before { content: "\e4c7"; }

.fa-boxes-stacked::before { content: "\f468"; }

.fa-boxes::before { content: "\f468"; }

.fa-boxes-alt::before { content: "\f468"; }

.fa-boxing-glove::before { content: "\f438"; }

.fa-glove-boxing::before { content: "\f438"; }

.fa-bracket-curly::before { content: "\7b"; }

.fa-bracket-curly-left::before { content: "\7b"; }

.fa-bracket-curly-right::before { content: "\7d"; }

.fa-bracket-round::before { content: "\28"; }

.fa-parenthesis::before { content: "\28"; }

.fa-bracket-round-right::before { content: "\29"; }

.fa-bracket-square::before { content: "\5b"; }

.fa-bracket::before { content: "\5b"; }

.fa-bracket-left::before { content: "\5b"; }

.fa-bracket-square-right::before { content: "\5d"; }

.fa-brackets-curly::before { content: "\f7ea"; }

.fa-brackets-round::before { content: "\e0c5"; }

.fa-parentheses::before { content: "\e0c5"; }

.fa-brackets-square::before { content: "\f7e9"; }

.fa-brackets::before { content: "\f7e9"; }

.fa-braille::before { content: "\f2a1"; }

.fa-brain::before { content: "\f5dc"; }

.fa-brain-arrow-curved-right::before { content: "\f677"; }

.fa-mind-share::before { content: "\f677"; }

.fa-brain-circuit::before { content: "\e0c6"; }

.fa-brake-warning::before { content: "\e0c7"; }

.fa-brazilian-real-sign::before { content: "\e46c"; }

.fa-bread-loaf::before { content: "\f7eb"; }

.fa-bread-slice::before { content: "\f7ec"; }

.fa-bread-slice-butter::before { content: "\e3e1"; }

.fa-bridge::before { content: "\e4c8"; }

.fa-bridge-circle-check::before { content: "\e4c9"; }

.fa-bridge-circle-exclamation::before { content: "\e4ca"; }

.fa-bridge-circle-xmark::before { content: "\e4cb"; }

.fa-bridge-lock::before { content: "\e4cc"; }

.fa-bridge-suspension::before { content: "\e4cd"; }

.fa-bridge-water::before { content: "\e4ce"; }

.fa-briefcase::before { content: "\f0b1"; }

.fa-briefcase-arrow-right::before { content: "\e2f2"; }

.fa-briefcase-blank::before { content: "\e0c8"; }

.fa-briefcase-medical::before { content: "\f469"; }

.fa-brightness::before { content: "\e0c9"; }

.fa-brightness-low::before { content: "\e0ca"; }

.fa-bring-forward::before { content: "\f856"; }

.fa-bring-front::before { content: "\f857"; }

.fa-broccoli::before { content: "\e3e2"; }

.fa-broom::before { content: "\f51a"; }

.fa-broom-ball::before { content: "\f458"; }

.fa-quidditch::before { content: "\f458"; }

.fa-quidditch-broom-ball::before { content: "\f458"; }

.fa-browser::before { content: "\f37e"; }

.fa-browsers::before { content: "\e0cb"; }

.fa-brush::before { content: "\f55d"; }

.fa-bucket::before { content: "\e4cf"; }

.fa-bug::before { content: "\f188"; }

.fa-bug-slash::before { content: "\e490"; }

.fa-bugs::before { content: "\e4d0"; }

.fa-building::before { content: "\f1ad"; }

.fa-building-circle-arrow-right::before { content: "\e4d1"; }

.fa-building-circle-check::before { content: "\e4d2"; }

.fa-building-circle-exclamation::before { content: "\e4d3"; }

.fa-building-circle-xmark::before { content: "\e4d4"; }

.fa-building-columns::before { content: "\f19c"; }

.fa-bank::before { content: "\f19c"; }

.fa-institution::before { content: "\f19c"; }

.fa-museum::before { content: "\f19c"; }

.fa-university::before { content: "\f19c"; }

.fa-building-flag::before { content: "\e4d5"; }

.fa-building-lock::before { content: "\e4d6"; }

.fa-building-ngo::before { content: "\e4d7"; }

.fa-building-shield::before { content: "\e4d8"; }

.fa-building-un::before { content: "\e4d9"; }

.fa-building-user::before { content: "\e4da"; }

.fa-building-wheat::before { content: "\e4db"; }

.fa-buildings::before { content: "\e0cc"; }

.fa-bullhorn::before { content: "\f0a1"; }

.fa-bullseye::before { content: "\f140"; }

.fa-bullseye-arrow::before { content: "\f648"; }

.fa-bullseye-pointer::before { content: "\f649"; }

.fa-burger::before { content: "\f805"; }

.fa-hamburger::before { content: "\f805"; }

.fa-burger-cheese::before { content: "\f7f1"; }

.fa-cheeseburger::before { content: "\f7f1"; }

.fa-burger-fries::before { content: "\e0cd"; }

.fa-burger-glass::before { content: "\e0ce"; }

.fa-burger-lettuce::before { content: "\e3e3"; }

.fa-burger-soda::before { content: "\f858"; }

.fa-burrito::before { content: "\f7ed"; }

.fa-burst::before { content: "\e4dc"; }

.fa-bus::before { content: "\f207"; }

.fa-bus-school::before { content: "\f5dd"; }

.fa-bus-simple::before { content: "\f55e"; }

.fa-bus-alt::before { content: "\f55e"; }

.fa-business-time::before { content: "\f64a"; }

.fa-briefcase-clock::before { content: "\f64a"; }

.fa-butter::before { content: "\e3e4"; }

.fa-c::before { content: "\43"; }

.fa-cabin::before { content: "\e46d"; }

.fa-cabinet-filing::before { content: "\f64b"; }

.fa-cable-car::before { content: "\e0cf"; }

.fa-cactus::before { content: "\f8a7"; }

.fa-cake-candles::before { content: "\f1fd"; }

.fa-birthday-cake::before { content: "\f1fd"; }

.fa-cake::before { content: "\f1fd"; }

.fa-cake-slice::before { content: "\e3e5"; }

.fa-shortcake::before { content: "\e3e5"; }

.fa-calculator::before { content: "\f1ec"; }

.fa-calculator-simple::before { content: "\f64c"; }

.fa-calculator-alt::before { content: "\f64c"; }

.fa-calendar::before { content: "\f133"; }

.fa-calendar-arrow-down::before { content: "\e0d0"; }

.fa-calendar-download::before { content: "\e0d0"; }

.fa-calendar-arrow-up::before { content: "\e0d1"; }

.fa-calendar-upload::before { content: "\e0d1"; }

.fa-calendar-check::before { content: "\f274"; }

.fa-calendar-circle-exclamation::before { content: "\e46e"; }

.fa-calendar-circle-minus::before { content: "\e46f"; }

.fa-calendar-circle-plus::before { content: "\e470"; }

.fa-calendar-circle-user::before { content: "\e471"; }

.fa-calendar-clock::before { content: "\e0d2"; }

.fa-calendar-time::before { content: "\e0d2"; }

.fa-calendar-day::before { content: "\f783"; }

.fa-calendar-days::before { content: "\f073"; }

.fa-calendar-alt::before { content: "\f073"; }

.fa-calendar-exclamation::before { content: "\f334"; }

.fa-calendar-heart::before { content: "\e0d3"; }

.fa-calendar-image::before { content: "\e0d4"; }

.fa-calendar-lines::before { content: "\e0d5"; }

.fa-calendar-note::before { content: "\e0d5"; }

.fa-calendar-lines-pen::before { content: "\e472"; }

.fa-calendar-minus::before { content: "\f272"; }

.fa-calendar-pen::before { content: "\f333"; }

.fa-calendar-edit::before { content: "\f333"; }

.fa-calendar-plus::before { content: "\f271"; }

.fa-calendar-range::before { content: "\e0d6"; }

.fa-calendar-star::before { content: "\f736"; }

.fa-calendar-week::before { content: "\f784"; }

.fa-calendar-xmark::before { content: "\f273"; }

.fa-calendar-times::before { content: "\f273"; }

.fa-calendars::before { content: "\e0d7"; }

.fa-camcorder::before { content: "\f8a8"; }

.fa-video-handheld::before { content: "\f8a8"; }

.fa-camera::before { content: "\f030"; }

.fa-camera-alt::before { content: "\f030"; }

.fa-camera-cctv::before { content: "\f8ac"; }

.fa-cctv::before { content: "\f8ac"; }

.fa-camera-movie::before { content: "\f8a9"; }

.fa-camera-polaroid::before { content: "\f8aa"; }

.fa-camera-retro::before { content: "\f083"; }

.fa-camera-rotate::before { content: "\e0d8"; }

.fa-camera-security::before { content: "\f8fe"; }

.fa-camera-home::before { content: "\f8fe"; }

.fa-camera-slash::before { content: "\e0d9"; }

.fa-camera-viewfinder::before { content: "\e0da"; }

.fa-screenshot::before { content: "\e0da"; }

.fa-camera-web::before { content: "\f832"; }

.fa-webcam::before { content: "\f832"; }

.fa-camera-web-slash::before { content: "\f833"; }

.fa-webcam-slash::before { content: "\f833"; }

.fa-campfire::before { content: "\f6ba"; }

.fa-campground::before { content: "\f6bb"; }

.fa-can-food::before { content: "\e3e6"; }

.fa-candle-holder::before { content: "\f6bc"; }

.fa-candy::before { content: "\e3e7"; }

.fa-candy-bar::before { content: "\e3e8"; }

.fa-chocolate-bar::before { content: "\e3e8"; }

.fa-candy-cane::before { content: "\f786"; }

.fa-candy-corn::before { content: "\f6bd"; }

.fa-cannabis::before { content: "\f55f"; }

.fa-capsules::before { content: "\f46b"; }

.fa-car::before { content: "\f1b9"; }

.fa-automobile::before { content: "\f1b9"; }

.fa-car-battery::before { content: "\f5df"; }

.fa-battery-car::before { content: "\f5df"; }

.fa-car-bolt::before { content: "\e341"; }

.fa-car-building::before { content: "\f859"; }

.fa-car-bump::before { content: "\f5e0"; }

.fa-car-burst::before { content: "\f5e1"; }

.fa-car-crash::before { content: "\f5e1"; }

.fa-car-bus::before { content: "\f85a"; }

.fa-car-circle-bolt::before { content: "\e342"; }

.fa-car-garage::before { content: "\f5e2"; }

.fa-car-mirrors::before { content: "\e343"; }

.fa-car-on::before { content: "\e4dd"; }

.fa-car-rear::before { content: "\f5de"; }

.fa-car-alt::before { content: "\f5de"; }

.fa-car-side::before { content: "\f5e4"; }

.fa-car-side-bolt::before { content: "\e344"; }

.fa-car-tilt::before { content: "\f5e5"; }

.fa-car-tunnel::before { content: "\e4de"; }

.fa-car-wash::before { content: "\f5e6"; }

.fa-car-wrench::before { content: "\f5e3"; }

.fa-car-mechanic::before { content: "\f5e3"; }

.fa-caravan::before { content: "\f8ff"; }

.fa-caravan-simple::before { content: "\e000"; }

.fa-caravan-alt::before { content: "\e000"; }

.fa-card-club::before { content: "\e3e9"; }

.fa-card-diamond::before { content: "\e3ea"; }

.fa-card-heart::before { content: "\e3eb"; }

.fa-card-spade::before { content: "\e3ec"; }

.fa-cards::before { content: "\e3ed"; }

.fa-cards-blank::before { content: "\e4df"; }

.fa-caret-down::before { content: "\f0d7"; }

.fa-caret-left::before { content: "\f0d9"; }

.fa-caret-right::before { content: "\f0da"; }

.fa-caret-up::before { content: "\f0d8"; }

.fa-carrot::before { content: "\f787"; }

.fa-cars::before { content: "\f85b"; }

.fa-cart-arrow-down::before { content: "\f218"; }

.fa-cart-arrow-up::before { content: "\e3ee"; }

.fa-cart-circle-arrow-down::before { content: "\e3ef"; }

.fa-cart-circle-arrow-up::before { content: "\e3f0"; }

.fa-cart-circle-check::before { content: "\e3f1"; }

.fa-cart-circle-exclamation::before { content: "\e3f2"; }

.fa-cart-circle-plus::before { content: "\e3f3"; }

.fa-cart-circle-xmark::before { content: "\e3f4"; }

.fa-cart-flatbed::before { content: "\f474"; }

.fa-dolly-flatbed::before { content: "\f474"; }

.fa-cart-flatbed-boxes::before { content: "\f475"; }

.fa-dolly-flatbed-alt::before { content: "\f475"; }

.fa-cart-flatbed-empty::before { content: "\f476"; }

.fa-dolly-flatbed-empty::before { content: "\f476"; }

.fa-cart-flatbed-suitcase::before { content: "\f59d"; }

.fa-luggage-cart::before { content: "\f59d"; }

.fa-cart-minus::before { content: "\e0db"; }

.fa-cart-plus::before { content: "\f217"; }

.fa-cart-shopping::before { content: "\f07a"; }

.fa-shopping-cart::before { content: "\f07a"; }

.fa-cart-shopping-fast::before { content: "\e0dc"; }

.fa-cart-xmark::before { content: "\e0dd"; }

.fa-cash-register::before { content: "\f788"; }

.fa-cassette-betamax::before { content: "\f8a4"; }

.fa-betamax::before { content: "\f8a4"; }

.fa-cassette-tape::before { content: "\f8ab"; }

.fa-cassette-vhs::before { content: "\f8ec"; }

.fa-vhs::before { content: "\f8ec"; }

.fa-castle::before { content: "\e0de"; }

.fa-cat::before { content: "\f6be"; }

.fa-cat-space::before { content: "\e001"; }

.fa-cauldron::before { content: "\f6bf"; }

.fa-cedi-sign::before { content: "\e0df"; }

.fa-cent-sign::before { content: "\e3f5"; }

.fa-certificate::before { content: "\f0a3"; }

.fa-chair::before { content: "\f6c0"; }

.fa-chair-office::before { content: "\f6c1"; }

.fa-chalkboard::before { content: "\f51b"; }

.fa-blackboard::before { content: "\f51b"; }

.fa-chalkboard-user::before { content: "\f51c"; }

.fa-chalkboard-teacher::before { content: "\f51c"; }

.fa-champagne-glass::before { content: "\f79e"; }

.fa-glass-champagne::before { content: "\f79e"; }

.fa-champagne-glasses::before { content: "\f79f"; }

.fa-glass-cheers::before { content: "\f79f"; }

.fa-charging-station::before { content: "\f5e7"; }

.fa-chart-area::before { content: "\f1fe"; }

.fa-area-chart::before { content: "\f1fe"; }

.fa-chart-bar::before { content: "\f080"; }

.fa-bar-chart::before { content: "\f080"; }

.fa-chart-bullet::before { content: "\e0e1"; }

.fa-chart-candlestick::before { content: "\e0e2"; }

.fa-chart-column::before { content: "\e0e3"; }

.fa-chart-gantt::before { content: "\e0e4"; }

.fa-chart-line::before { content: "\f201"; }

.fa-line-chart::before { content: "\f201"; }

.fa-chart-line-down::before { content: "\f64d"; }

.fa-chart-line-up::before { content: "\e0e5"; }

.fa-chart-mixed::before { content: "\f643"; }

.fa-analytics::before { content: "\f643"; }

.fa-chart-network::before { content: "\f78a"; }

.fa-chart-pie::before { content: "\f200"; }

.fa-pie-chart::before { content: "\f200"; }

.fa-chart-pie-simple::before { content: "\f64e"; }

.fa-chart-pie-alt::before { content: "\f64e"; }

.fa-chart-pyramid::before { content: "\e0e6"; }

.fa-chart-radar::before { content: "\e0e7"; }

.fa-chart-scatter::before { content: "\f7ee"; }

.fa-chart-scatter-3d::before { content: "\e0e8"; }

.fa-chart-scatter-bubble::before { content: "\e0e9"; }

.fa-chart-simple::before { content: "\e473"; }

.fa-chart-simple-horizontal::before { content: "\e474"; }

.fa-chart-tree-map::before { content: "\e0ea"; }

.fa-chart-user::before { content: "\f6a3"; }

.fa-user-chart::before { content: "\f6a3"; }

.fa-chart-waterfall::before { content: "\e0eb"; }

.fa-check::before { content: "\f00c"; }

.fa-check-double::before { content: "\f560"; }

.fa-check-to-slot::before { content: "\f772"; }

.fa-vote-yea::before { content: "\f772"; }

.fa-cheese::before { content: "\f7ef"; }

.fa-cheese-swiss::before { content: "\f7f0"; }

.fa-cherries::before { content: "\e0ec"; }

.fa-chess::before { content: "\f439"; }

.fa-chess-bishop::before { content: "\f43a"; }

.fa-chess-bishop-piece::before { content: "\f43b"; }

.fa-chess-bishop-alt::before { content: "\f43b"; }

.fa-chess-board::before { content: "\f43c"; }

.fa-chess-clock::before { content: "\f43d"; }

.fa-chess-clock-flip::before { content: "\f43e"; }

.fa-chess-clock-alt::before { content: "\f43e"; }

.fa-chess-king::before { content: "\f43f"; }

.fa-chess-king-piece::before { content: "\f440"; }

.fa-chess-king-alt::before { content: "\f440"; }

.fa-chess-knight::before { content: "\f441"; }

.fa-chess-knight-piece::before { content: "\f442"; }

.fa-chess-knight-alt::before { content: "\f442"; }

.fa-chess-pawn::before { content: "\f443"; }

.fa-chess-pawn-piece::before { content: "\f444"; }

.fa-chess-pawn-alt::before { content: "\f444"; }

.fa-chess-queen::before { content: "\f445"; }

.fa-chess-queen-piece::before { content: "\f446"; }

.fa-chess-queen-alt::before { content: "\f446"; }

.fa-chess-rook::before { content: "\f447"; }

.fa-chess-rook-piece::before { content: "\f448"; }

.fa-chess-rook-alt::before { content: "\f448"; }

.fa-chestnut::before { content: "\e3f6"; }

.fa-chevron-down::before { content: "\f078"; }

.fa-chevron-left::before { content: "\f053"; }

.fa-chevron-right::before { content: "\f054"; }

.fa-chevron-up::before { content: "\f077"; }

.fa-chevrons-down::before { content: "\f322"; }

.fa-chevron-double-down::before { content: "\f322"; }

.fa-chevrons-left::before { content: "\f323"; }

.fa-chevron-double-left::before { content: "\f323"; }

.fa-chevrons-right::before { content: "\f324"; }

.fa-chevron-double-right::before { content: "\f324"; }

.fa-chevrons-up::before { content: "\f325"; }

.fa-chevron-double-up::before { content: "\f325"; }

.fa-child::before { content: "\f1ae"; }

.fa-child-dress::before { content: "\e59c"; }

.fa-child-reaching::before { content: "\e59d"; }

.fa-child-rifle::before { content: "\e4e0"; }

.fa-children::before { content: "\e4e1"; }

.fa-chimney::before { content: "\f78b"; }

.fa-chopsticks::before { content: "\e3f7"; }

.fa-church::before { content: "\f51d"; }

.fa-circle::before { content: "\f111"; }

.fa-circle-0::before { content: "\e0ed"; }

.fa-circle-1::before { content: "\e0ee"; }

.fa-circle-2::before { content: "\e0ef"; }

.fa-circle-3::before { content: "\e0f0"; }

.fa-circle-4::before { content: "\e0f1"; }

.fa-circle-5::before { content: "\e0f2"; }

.fa-circle-6::before { content: "\e0f3"; }

.fa-circle-7::before { content: "\e0f4"; }

.fa-circle-8::before { content: "\e0f5"; }

.fa-circle-9::before { content: "\e0f6"; }

.fa-circle-a::before { content: "\e0f7"; }

.fa-circle-ampersand::before { content: "\e0f8"; }

.fa-circle-arrow-down::before { content: "\f0ab"; }

.fa-arrow-circle-down::before { content: "\f0ab"; }

.fa-circle-arrow-down-left::before { content: "\e0f9"; }

.fa-circle-arrow-down-right::before { content: "\e0fa"; }

.fa-circle-arrow-left::before { content: "\f0a8"; }

.fa-arrow-circle-left::before { content: "\f0a8"; }

.fa-circle-arrow-right::before { content: "\f0a9"; }

.fa-arrow-circle-right::before { content: "\f0a9"; }

.fa-circle-arrow-up::before { content: "\f0aa"; }

.fa-arrow-circle-up::before { content: "\f0aa"; }

.fa-circle-arrow-up-left::before { content: "\e0fb"; }

.fa-circle-arrow-up-right::before { content: "\e0fc"; }

.fa-circle-b::before { content: "\e0fd"; }

.fa-circle-bolt::before { content: "\e0fe"; }

.fa-circle-book-open::before { content: "\e0ff"; }

.fa-book-circle::before { content: "\e0ff"; }

.fa-circle-bookmark::before { content: "\e100"; }

.fa-bookmark-circle::before { content: "\e100"; }

.fa-circle-c::before { content: "\e101"; }

.fa-circle-calendar::before { content: "\e102"; }

.fa-calendar-circle::before { content: "\e102"; }

.fa-circle-camera::before { content: "\e103"; }

.fa-camera-circle::before { content: "\e103"; }

.fa-circle-caret-down::before { content: "\f32d"; }

.fa-caret-circle-down::before { content: "\f32d"; }

.fa-circle-caret-left::before { content: "\f32e"; }

.fa-caret-circle-left::before { content: "\f32e"; }

.fa-circle-caret-right::before { content: "\f330"; }

.fa-caret-circle-right::before { content: "\f330"; }

.fa-circle-caret-up::before { content: "\f331"; }

.fa-caret-circle-up::before { content: "\f331"; }

.fa-circle-check::before { content: "\f058"; }

.fa-check-circle::before { content: "\f058"; }

.fa-circle-chevron-down::before { content: "\f13a"; }

.fa-chevron-circle-down::before { content: "\f13a"; }

.fa-circle-chevron-left::before { content: "\f137"; }

.fa-chevron-circle-left::before { content: "\f137"; }

.fa-circle-chevron-right::before { content: "\f138"; }

.fa-chevron-circle-right::before { content: "\f138"; }

.fa-circle-chevron-up::before { content: "\f139"; }

.fa-chevron-circle-up::before { content: "\f139"; }

.fa-circle-d::before { content: "\e104"; }

.fa-circle-dashed::before { content: "\e105"; }

.fa-circle-divide::before { content: "\e106"; }

.fa-circle-dollar::before { content: "\f2e8"; }

.fa-dollar-circle::before { content: "\f2e8"; }

.fa-usd-circle::before { content: "\f2e8"; }

.fa-circle-dollar-to-slot::before { content: "\f4b9"; }

.fa-donate::before { content: "\f4b9"; }

.fa-circle-dot::before { content: "\f192"; }

.fa-dot-circle::before { content: "\f192"; }

.fa-circle-down::before { content: "\f358"; }

.fa-arrow-alt-circle-down::before { content: "\f358"; }

.fa-circle-down-left::before { content: "\e107"; }

.fa-circle-down-right::before { content: "\e108"; }

.fa-circle-e::before { content: "\e109"; }

.fa-circle-ellipsis::before { content: "\e10a"; }

.fa-circle-ellipsis-vertical::before { content: "\e10b"; }

.fa-circle-envelope::before { content: "\e10c"; }

.fa-envelope-circle::before { content: "\e10c"; }

.fa-circle-exclamation::before { content: "\f06a"; }

.fa-exclamation-circle::before { content: "\f06a"; }

.fa-circle-exclamation-check::before { content: "\e10d"; }

.fa-circle-f::before { content: "\e10e"; }

.fa-circle-g::before { content: "\e10f"; }

.fa-circle-h::before { content: "\f47e"; }

.fa-hospital-symbol::before { content: "\f47e"; }

.fa-circle-half::before { content: "\e110"; }

.fa-circle-half-stroke::before { content: "\f042"; }

.fa-adjust::before { content: "\f042"; }

.fa-circle-heart::before { content: "\f4c7"; }

.fa-heart-circle::before { content: "\f4c7"; }

.fa-circle-i::before { content: "\e111"; }

.fa-circle-info::before { content: "\f05a"; }

.fa-info-circle::before { content: "\f05a"; }

.fa-circle-j::before { content: "\e112"; }

.fa-circle-k::before { content: "\e113"; }

.fa-circle-l::before { content: "\e114"; }

.fa-circle-left::before { content: "\f359"; }

.fa-arrow-alt-circle-left::before { content: "\f359"; }

.fa-circle-location-arrow::before { content: "\f602"; }

.fa-location-circle::before { content: "\f602"; }

.fa-circle-m::before { content: "\e115"; }

.fa-circle-microphone::before { content: "\e116"; }

.fa-microphone-circle::before { content: "\e116"; }

.fa-circle-microphone-lines::before { content: "\e117"; }

.fa-microphone-circle-alt::before { content: "\e117"; }

.fa-circle-minus::before { content: "\f056"; }

.fa-minus-circle::before { content: "\f056"; }

.fa-circle-n::before { content: "\e118"; }

.fa-circle-nodes::before { content: "\e4e2"; }

.fa-circle-notch::before { content: "\f1ce"; }

.fa-circle-o::before { content: "\e119"; }

.fa-circle-p::before { content: "\e11a"; }

.fa-circle-parking::before { content: "\f615"; }

.fa-parking-circle::before { content: "\f615"; }

.fa-circle-pause::before { content: "\f28b"; }

.fa-pause-circle::before { content: "\f28b"; }

.fa-circle-phone::before { content: "\e11b"; }

.fa-phone-circle::before { content: "\e11b"; }

.fa-circle-phone-flip::before { content: "\e11c"; }

.fa-phone-circle-alt::before { content: "\e11c"; }

.fa-circle-phone-hangup::before { content: "\e11d"; }

.fa-phone-circle-down::before { content: "\e11d"; }

.fa-circle-play::before { content: "\f144"; }

.fa-play-circle::before { content: "\f144"; }

.fa-circle-plus::before { content: "\f055"; }

.fa-plus-circle::before { content: "\f055"; }

.fa-circle-q::before { content: "\e11e"; }

.fa-circle-quarter::before { content: "\e11f"; }

.fa-circle-quarters::before { content: "\e3f8"; }

.fa-circle-question::before { content: "\f059"; }

.fa-question-circle::before { content: "\f059"; }

.fa-circle-r::before { content: "\e120"; }

.fa-circle-radiation::before { content: "\f7ba"; }

.fa-radiation-alt::before { content: "\f7ba"; }

.fa-circle-right::before { content: "\f35a"; }

.fa-arrow-alt-circle-right::before { content: "\f35a"; }

.fa-circle-s::before { content: "\e121"; }

.fa-circle-small::before { content: "\e122"; }

.fa-circle-sort::before { content: "\e030"; }

.fa-sort-circle::before { content: "\e030"; }

.fa-circle-sort-down::before { content: "\e031"; }

.fa-sort-circle-down::before { content: "\e031"; }

.fa-circle-sort-up::before { content: "\e032"; }

.fa-sort-circle-up::before { content: "\e032"; }

.fa-circle-star::before { content: "\e123"; }

.fa-star-circle::before { content: "\e123"; }

.fa-circle-stop::before { content: "\f28d"; }

.fa-stop-circle::before { content: "\f28d"; }

.fa-circle-t::before { content: "\e124"; }

.fa-circle-three-quarters::before { content: "\e125"; }

.fa-circle-trash::before { content: "\e126"; }

.fa-trash-circle::before { content: "\e126"; }

.fa-circle-u::before { content: "\e127"; }

.fa-circle-up::before { content: "\f35b"; }

.fa-arrow-alt-circle-up::before { content: "\f35b"; }

.fa-circle-up-left::before { content: "\e128"; }

.fa-circle-up-right::before { content: "\e129"; }

.fa-circle-user::before { content: "\f2bd"; }

.fa-user-circle::before { content: "\f2bd"; }

.fa-circle-v::before { content: "\e12a"; }

.fa-circle-video::before { content: "\e12b"; }

.fa-video-circle::before { content: "\e12b"; }

.fa-circle-w::before { content: "\e12c"; }

.fa-circle-waveform-lines::before { content: "\e12d"; }

.fa-waveform-circle::before { content: "\e12d"; }

.fa-circle-x::before { content: "\e12e"; }

.fa-circle-xmark::before { content: "\f057"; }

.fa-times-circle::before { content: "\f057"; }

.fa-xmark-circle::before { content: "\f057"; }

.fa-circle-y::before { content: "\e12f"; }

.fa-circle-z::before { content: "\e130"; }

.fa-citrus::before { content: "\e2f4"; }

.fa-citrus-slice::before { content: "\e2f5"; }

.fa-city::before { content: "\f64f"; }

.fa-clapperboard::before { content: "\e131"; }

.fa-clapperboard-play::before { content: "\e132"; }

.fa-clarinet::before { content: "\f8ad"; }

.fa-claw-marks::before { content: "\f6c2"; }

.fa-clipboard::before { content: "\f328"; }

.fa-clipboard-check::before { content: "\f46c"; }

.fa-clipboard-list::before { content: "\f46d"; }

.fa-clipboard-list-check::before { content: "\f737"; }

.fa-clipboard-medical::before { content: "\e133"; }

.fa-clipboard-prescription::before { content: "\f5e8"; }

.fa-clipboard-question::before { content: "\e4e3"; }

.fa-clipboard-user::before { content: "\f7f3"; }

.fa-clock::before { content: "\f017"; }

.fa-clock-four::before { content: "\f017"; }

.fa-clock-desk::before { content: "\e134"; }

.fa-clock-eight::before { content: "\e345"; }

.fa-clock-eight-thirty::before { content: "\e346"; }

.fa-clock-eleven::before { content: "\e347"; }

.fa-clock-eleven-thirty::before { content: "\e348"; }

.fa-clock-five::before { content: "\e349"; }

.fa-clock-five-thirty::before { content: "\e34a"; }

.fa-clock-four-thirty::before { content: "\e34b"; }

.fa-clock-nine::before { content: "\e34c"; }

.fa-clock-nine-thirty::before { content: "\e34d"; }

.fa-clock-one::before { content: "\e34e"; }

.fa-clock-one-thirty::before { content: "\e34f"; }

.fa-clock-rotate-left::before { content: "\f1da"; }

.fa-history::before { content: "\f1da"; }

.fa-clock-seven::before { content: "\e350"; }

.fa-clock-seven-thirty::before { content: "\e351"; }

.fa-clock-six::before { content: "\e352"; }

.fa-clock-six-thirty::before { content: "\e353"; }

.fa-clock-ten::before { content: "\e354"; }

.fa-clock-ten-thirty::before { content: "\e355"; }

.fa-clock-three::before { content: "\e356"; }

.fa-clock-three-thirty::before { content: "\e357"; }

.fa-clock-twelve::before { content: "\e358"; }

.fa-clock-twelve-thirty::before { content: "\e359"; }

.fa-clock-two::before { content: "\e35a"; }

.fa-clock-two-thirty::before { content: "\e35b"; }

.fa-clone::before { content: "\f24d"; }

.fa-closed-captioning::before { content: "\f20a"; }

.fa-closed-captioning-slash::before { content: "\e135"; }

.fa-clothes-hanger::before { content: "\e136"; }

.fa-cloud::before { content: "\f0c2"; }

.fa-cloud-arrow-down::before { content: "\f0ed"; }

.fa-cloud-download::before { content: "\f0ed"; }

.fa-cloud-download-alt::before { content: "\f0ed"; }

.fa-cloud-arrow-up::before { content: "\f0ee"; }

.fa-cloud-upload::before { content: "\f0ee"; }

.fa-cloud-upload-alt::before { content: "\f0ee"; }

.fa-cloud-bolt::before { content: "\f76c"; }

.fa-thunderstorm::before { content: "\f76c"; }

.fa-cloud-bolt-moon::before { content: "\f76d"; }

.fa-thunderstorm-moon::before { content: "\f76d"; }

.fa-cloud-bolt-sun::before { content: "\f76e"; }

.fa-thunderstorm-sun::before { content: "\f76e"; }

.fa-cloud-check::before { content: "\e35c"; }

.fa-cloud-drizzle::before { content: "\f738"; }

.fa-cloud-exclamation::before { content: "\e491"; }

.fa-cloud-fog::before { content: "\f74e"; }

.fa-fog::before { content: "\f74e"; }

.fa-cloud-hail::before { content: "\f739"; }

.fa-cloud-hail-mixed::before { content: "\f73a"; }

.fa-cloud-meatball::before { content: "\f73b"; }

.fa-cloud-minus::before { content: "\e35d"; }

.fa-cloud-moon::before { content: "\f6c3"; }

.fa-cloud-moon-rain::before { content: "\f73c"; }

.fa-cloud-music::before { content: "\f8ae"; }

.fa-cloud-plus::before { content: "\e35e"; }

.fa-cloud-question::before { content: "\e492"; }

.fa-cloud-rain::before { content: "\f73d"; }

.fa-cloud-rainbow::before { content: "\f73e"; }

.fa-cloud-showers::before { content: "\f73f"; }

.fa-cloud-showers-heavy::before { content: "\f740"; }

.fa-cloud-showers-water::before { content: "\e4e4"; }

.fa-cloud-slash::before { content: "\e137"; }

.fa-cloud-sleet::before { content: "\f741"; }

.fa-cloud-snow::before { content: "\f742"; }

.fa-cloud-sun::before { content: "\f6c4"; }

.fa-cloud-sun-rain::before { content: "\f743"; }

.fa-cloud-word::before { content: "\e138"; }

.fa-cloud-xmark::before { content: "\e35f"; }

.fa-clouds::before { content: "\f744"; }

.fa-clouds-moon::before { content: "\f745"; }

.fa-clouds-sun::before { content: "\f746"; }

.fa-clover::before { content: "\e139"; }

.fa-club::before { content: "\f327"; }

.fa-coconut::before { content: "\e2f6"; }

.fa-code::before { content: "\f121"; }

.fa-code-branch::before { content: "\f126"; }

.fa-code-commit::before { content: "\f386"; }

.fa-code-compare::before { content: "\e13a"; }

.fa-code-fork::before { content: "\e13b"; }

.fa-code-merge::before { content: "\f387"; }

.fa-code-pull-request::before { content: "\e13c"; }

.fa-code-pull-request-closed::before { content: "\e3f9"; }

.fa-code-pull-request-draft::before { content: "\e3fa"; }

.fa-code-simple::before { content: "\e13d"; }

.fa-coffee-bean::before { content: "\e13e"; }

.fa-coffee-beans::before { content: "\e13f"; }

.fa-coffee-pot::before { content: "\e002"; }

.fa-coffin::before { content: "\f6c6"; }

.fa-coffin-cross::before { content: "\e051"; }

.fa-coin::before { content: "\f85c"; }

.fa-coin-blank::before { content: "\e3fb"; }

.fa-coin-front::before { content: "\e3fc"; }

.fa-coin-vertical::before { content: "\e3fd"; }

.fa-coins::before { content: "\f51e"; }

.fa-colon::before { content: "\3a"; }

.fa-colon-sign::before { content: "\e140"; }

.fa-columns-3::before { content: "\e361"; }

.fa-comet::before { content: "\e003"; }

.fa-comma::before { content: "\2c"; }

.fa-command::before { content: "\e142"; }

.fa-comment::before { content: "\f075"; }

.fa-comment-arrow-down::before { content: "\e143"; }

.fa-comment-arrow-up::before { content: "\e144"; }

.fa-comment-arrow-up-right::before { content: "\e145"; }

.fa-comment-captions::before { content: "\e146"; }

.fa-comment-check::before { content: "\f4ac"; }

.fa-comment-code::before { content: "\e147"; }

.fa-comment-dollar::before { content: "\f651"; }

.fa-comment-dots::before { content: "\f4ad"; }

.fa-commenting::before { content: "\f4ad"; }

.fa-comment-exclamation::before { content: "\f4af"; }

.fa-comment-image::before { content: "\e148"; }

.fa-comment-lines::before { content: "\f4b0"; }

.fa-comment-medical::before { content: "\f7f5"; }

.fa-comment-middle::before { content: "\e149"; }

.fa-comment-middle-top::before { content: "\e14a"; }

.fa-comment-minus::before { content: "\f4b1"; }

.fa-comment-music::before { content: "\f8b0"; }

.fa-comment-pen::before { content: "\f4ae"; }

.fa-comment-edit::before { content: "\f4ae"; }

.fa-comment-plus::before { content: "\f4b2"; }

.fa-comment-question::before { content: "\e14b"; }

.fa-comment-quote::before { content: "\e14c"; }

.fa-comment-slash::before { content: "\f4b3"; }

.fa-comment-smile::before { content: "\f4b4"; }

.fa-comment-sms::before { content: "\f7cd"; }

.fa-sms::before { content: "\f7cd"; }

.fa-comment-text::before { content: "\e14d"; }

.fa-comment-xmark::before { content: "\f4b5"; }

.fa-comment-times::before { content: "\f4b5"; }

.fa-comments::before { content: "\f086"; }

.fa-comments-dollar::before { content: "\f653"; }

.fa-comments-question::before { content: "\e14e"; }

.fa-comments-question-check::before { content: "\e14f"; }

.fa-compact-disc::before { content: "\f51f"; }

.fa-compass::before { content: "\f14e"; }

.fa-compass-drafting::before { content: "\f568"; }

.fa-drafting-compass::before { content: "\f568"; }

.fa-compass-slash::before { content: "\f5e9"; }

.fa-compress::before { content: "\f066"; }

.fa-compress-wide::before { content: "\f326"; }

.fa-computer::before { content: "\e4e5"; }

.fa-computer-classic::before { content: "\f8b1"; }

.fa-computer-mouse::before { content: "\f8cc"; }

.fa-mouse::before { content: "\f8cc"; }

.fa-computer-mouse-scrollwheel::before { content: "\f8cd"; }

.fa-mouse-alt::before { content: "\f8cd"; }

.fa-computer-speaker::before { content: "\f8b2"; }

.fa-container-storage::before { content: "\f4b7"; }

.fa-conveyor-belt::before { content: "\f46e"; }

.fa-conveyor-belt-boxes::before { content: "\f46f"; }

.fa-conveyor-belt-alt::before { content: "\f46f"; }

.fa-conveyor-belt-empty::before { content: "\e150"; }

.fa-cookie::before { content: "\f563"; }

.fa-cookie-bite::before { content: "\f564"; }

.fa-copy::before { content: "\f0c5"; }

.fa-copyright::before { content: "\f1f9"; }

.fa-corn::before { content: "\f6c7"; }

.fa-corner::before { content: "\e3fe"; }

.fa-couch::before { content: "\f4b8"; }

.fa-cow::before { content: "\f6c8"; }

.fa-cowbell::before { content: "\f8b3"; }

.fa-cowbell-circle-plus::before { content: "\f8b4"; }

.fa-cowbell-more::before { content: "\f8b4"; }

.fa-crab::before { content: "\e3ff"; }

.fa-crate-apple::before { content: "\f6b1"; }

.fa-apple-crate::before { content: "\f6b1"; }

.fa-crate-empty::before { content: "\e151"; }

.fa-credit-card::before { content: "\f09d"; }

.fa-credit-card-alt::before { content: "\f09d"; }

.fa-credit-card-blank::before { content: "\f389"; }

.fa-credit-card-front::before { content: "\f38a"; }

.fa-cricket-bat-ball::before { content: "\f449"; }

.fa-cricket::before { content: "\f449"; }

.fa-croissant::before { content: "\f7f6"; }

.fa-crop::before { content: "\f125"; }

.fa-crop-simple::before { content: "\f565"; }

.fa-crop-alt::before { content: "\f565"; }

.fa-cross::before { content: "\f654"; }

.fa-crosshairs::before { content: "\f05b"; }

.fa-crow::before { content: "\f520"; }

.fa-crown::before { content: "\f521"; }

.fa-crutch::before { content: "\f7f7"; }

.fa-crutches::before { content: "\f7f8"; }

.fa-cruzeiro-sign::before { content: "\e152"; }

.fa-crystal-ball::before { content: "\e362"; }

.fa-cube::before { content: "\f1b2"; }

.fa-cubes::before { content: "\f1b3"; }

.fa-cubes-stacked::before { content: "\e4e6"; }

.fa-cucumber::before { content: "\e401"; }

.fa-cup-straw::before { content: "\e363"; }

.fa-cup-straw-swoosh::before { content: "\e364"; }

.fa-cup-togo::before { content: "\f6c5"; }

.fa-coffee-togo::before { content: "\f6c5"; }

.fa-cupcake::before { content: "\e402"; }

.fa-curling-stone::before { content: "\f44a"; }

.fa-curling::before { content: "\f44a"; }

.fa-custard::before { content: "\e403"; }

.fa-d::before { content: "\44"; }

.fa-dagger::before { content: "\f6cb"; }

.fa-dash::before { content: "\e404"; }

.fa-minus-large::before { content: "\e404"; }

.fa-database::before { content: "\f1c0"; }

.fa-deer::before { content: "\f78e"; }

.fa-deer-rudolph::before { content: "\f78f"; }

.fa-delete-left::before { content: "\f55a"; }

.fa-backspace::before { content: "\f55a"; }

.fa-delete-right::before { content: "\e154"; }

.fa-democrat::before { content: "\f747"; }

.fa-desktop::before { content: "\f390"; }

.fa-desktop-alt::before { content: "\f390"; }

.fa-desktop-arrow-down::before { content: "\e155"; }

.fa-dharmachakra::before { content: "\f655"; }

.fa-diagram-cells::before { content: "\e475"; }

.fa-diagram-lean-canvas::before { content: "\e156"; }

.fa-diagram-nested::before { content: "\e157"; }

.fa-diagram-next::before { content: "\e476"; }

.fa-diagram-predecessor::before { content: "\e477"; }

.fa-diagram-previous::before { content: "\e478"; }

.fa-diagram-project::before { content: "\f542"; }

.fa-project-diagram::before { content: "\f542"; }

.fa-diagram-sankey::before { content: "\e158"; }

.fa-diagram-subtask::before { content: "\e479"; }

.fa-diagram-successor::before { content: "\e47a"; }

.fa-diagram-venn::before { content: "\e15a"; }

.fa-dial::before { content: "\e15b"; }

.fa-dial-med-high::before { content: "\e15b"; }

.fa-dial-high::before { content: "\e15c"; }

.fa-dial-low::before { content: "\e15d"; }

.fa-dial-max::before { content: "\e15e"; }

.fa-dial-med::before { content: "\e15f"; }

.fa-dial-med-low::before { content: "\e160"; }

.fa-dial-min::before { content: "\e161"; }

.fa-dial-off::before { content: "\e162"; }

.fa-diamond::before { content: "\f219"; }

.fa-diamond-exclamation::before { content: "\e405"; }

.fa-diamond-turn-right::before { content: "\f5eb"; }

.fa-directions::before { content: "\f5eb"; }

.fa-dice::before { content: "\f522"; }

.fa-dice-d10::before { content: "\f6cd"; }

.fa-dice-d12::before { content: "\f6ce"; }

.fa-dice-d20::before { content: "\f6cf"; }

.fa-dice-d4::before { content: "\f6d0"; }

.fa-dice-d6::before { content: "\f6d1"; }

.fa-dice-d8::before { content: "\f6d2"; }

.fa-dice-five::before { content: "\f523"; }

.fa-dice-four::before { content: "\f524"; }

.fa-dice-one::before { content: "\f525"; }

.fa-dice-six::before { content: "\f526"; }

.fa-dice-three::before { content: "\f527"; }

.fa-dice-two::before { content: "\f528"; }

.fa-diploma::before { content: "\f5ea"; }

.fa-scroll-ribbon::before { content: "\f5ea"; }

.fa-disc-drive::before { content: "\f8b5"; }

.fa-disease::before { content: "\f7fa"; }

.fa-display::before { content: "\e163"; }

.fa-display-arrow-down::before { content: "\e164"; }

.fa-display-code::before { content: "\e165"; }

.fa-desktop-code::before { content: "\e165"; }

.fa-display-medical::before { content: "\e166"; }

.fa-desktop-medical::before { content: "\e166"; }

.fa-display-slash::before { content: "\e2fa"; }

.fa-desktop-slash::before { content: "\e2fa"; }

.fa-distribute-spacing-horizontal::before { content: "\e365"; }

.fa-distribute-spacing-vertical::before { content: "\e366"; }

.fa-ditto::before { content: "\22"; }

.fa-divide::before { content: "\f529"; }

.fa-dna::before { content: "\f471"; }

.fa-do-not-enter::before { content: "\f5ec"; }

.fa-dog::before { content: "\f6d3"; }

.fa-dog-leashed::before { content: "\f6d4"; }

.fa-dollar-sign::before { content: "\24"; }

.fa-dollar::before { content: "\24"; }

.fa-usd::before { content: "\24"; }

.fa-dolly::before { content: "\f472"; }

.fa-dolly-box::before { content: "\f472"; }

.fa-dolly-empty::before { content: "\f473"; }

.fa-dolphin::before { content: "\e168"; }

.fa-dong-sign::before { content: "\e169"; }

.fa-donut::before { content: "\e406"; }

.fa-doughnut::before { content: "\e406"; }

.fa-door-closed::before { content: "\f52a"; }

.fa-door-open::before { content: "\f52b"; }

.fa-dove::before { content: "\f4ba"; }

.fa-down::before { content: "\f354"; }

.fa-arrow-alt-down::before { content: "\f354"; }

.fa-down-from-dotted-line::before { content: "\e407"; }

.fa-down-from-line::before { content: "\f349"; }

.fa-arrow-alt-from-top::before { content: "\f349"; }

.fa-down-left::before { content: "\e16a"; }

.fa-down-left-and-up-right-to-center::before { content: "\f422"; }

.fa-compress-alt::before { content: "\f422"; }

.fa-down-long::before { content: "\f309"; }

.fa-long-arrow-alt-down::before { content: "\f309"; }

.fa-down-right::before { content: "\e16b"; }

.fa-down-to-bracket::before { content: "\e4e7"; }

.fa-down-to-dotted-line::before { content: "\e408"; }

.fa-down-to-line::before { content: "\f34a"; }

.fa-arrow-alt-to-bottom::before { content: "\f34a"; }

.fa-download::before { content: "\f019"; }

.fa-dragon::before { content: "\f6d5"; }

.fa-draw-circle::before { content: "\f5ed"; }

.fa-draw-polygon::before { content: "\f5ee"; }

.fa-draw-square::before { content: "\f5ef"; }

.fa-dreidel::before { content: "\f792"; }

.fa-drone::before { content: "\f85f"; }

.fa-drone-front::before { content: "\f860"; }

.fa-drone-alt::before { content: "\f860"; }

.fa-droplet::before { content: "\f043"; }

.fa-tint::before { content: "\f043"; }

.fa-droplet-degree::before { content: "\f748"; }

.fa-dewpoint::before { content: "\f748"; }

.fa-droplet-percent::before { content: "\f750"; }

.fa-humidity::before { content: "\f750"; }

.fa-droplet-slash::before { content: "\f5c7"; }

.fa-tint-slash::before { content: "\f5c7"; }

.fa-drum::before { content: "\f569"; }

.fa-drum-steelpan::before { content: "\f56a"; }

.fa-drumstick::before { content: "\f6d6"; }

.fa-drumstick-bite::before { content: "\f6d7"; }

.fa-dryer::before { content: "\f861"; }

.fa-dryer-heat::before { content: "\f862"; }

.fa-dryer-alt::before { content: "\f862"; }

.fa-duck::before { content: "\f6d8"; }

.fa-dumbbell::before { content: "\f44b"; }

.fa-dumpster::before { content: "\f793"; }

.fa-dumpster-fire::before { content: "\f794"; }

.fa-dungeon::before { content: "\f6d9"; }

.fa-e::before { content: "\45"; }

.fa-ear::before { content: "\f5f0"; }

.fa-ear-deaf::before { content: "\f2a4"; }

.fa-deaf::before { content: "\f2a4"; }

.fa-deafness::before { content: "\f2a4"; }

.fa-hard-of-hearing::before { content: "\f2a4"; }

.fa-ear-listen::before { content: "\f2a2"; }

.fa-assistive-listening-systems::before { content: "\f2a2"; }

.fa-ear-muffs::before { content: "\f795"; }

.fa-earth-africa::before { content: "\f57c"; }

.fa-globe-africa::before { content: "\f57c"; }

.fa-earth-americas::before { content: "\f57d"; }

.fa-earth::before { content: "\f57d"; }

.fa-earth-america::before { content: "\f57d"; }

.fa-globe-americas::before { content: "\f57d"; }

.fa-earth-asia::before { content: "\f57e"; }

.fa-globe-asia::before { content: "\f57e"; }

.fa-earth-europe::before { content: "\f7a2"; }

.fa-globe-europe::before { content: "\f7a2"; }

.fa-earth-oceania::before { content: "\e47b"; }

.fa-globe-oceania::before { content: "\e47b"; }

.fa-eclipse::before { content: "\f749"; }

.fa-egg::before { content: "\f7fb"; }

.fa-egg-fried::before { content: "\f7fc"; }

.fa-eggplant::before { content: "\e16c"; }

.fa-eject::before { content: "\f052"; }

.fa-elephant::before { content: "\f6da"; }

.fa-elevator::before { content: "\e16d"; }

.fa-ellipsis::before { content: "\f141"; }

.fa-ellipsis-h::before { content: "\f141"; }

.fa-ellipsis-stroke::before { content: "\f39b"; }

.fa-ellipsis-h-alt::before { content: "\f39b"; }

.fa-ellipsis-stroke-vertical::before { content: "\f39c"; }

.fa-ellipsis-v-alt::before { content: "\f39c"; }

.fa-ellipsis-vertical::before { content: "\f142"; }

.fa-ellipsis-v::before { content: "\f142"; }

.fa-empty-set::before { content: "\f656"; }

.fa-engine::before { content: "\e16e"; }

.fa-engine-warning::before { content: "\f5f2"; }

.fa-engine-exclamation::before { content: "\f5f2"; }

.fa-envelope::before { content: "\f0e0"; }

.fa-envelope-circle-check::before { content: "\e4e8"; }

.fa-envelope-dot::before { content: "\e16f"; }

.fa-envelope-badge::before { content: "\e16f"; }

.fa-envelope-open::before { content: "\f2b6"; }

.fa-envelope-open-dollar::before { content: "\f657"; }

.fa-envelope-open-text::before { content: "\f658"; }

.fa-envelopes::before { content: "\e170"; }

.fa-envelopes-bulk::before { content: "\f674"; }

.fa-mail-bulk::before { content: "\f674"; }

.fa-equals::before { content: "\3d"; }

.fa-eraser::before { content: "\f12d"; }

.fa-escalator::before { content: "\e171"; }

.fa-ethernet::before { content: "\f796"; }

.fa-euro-sign::before { content: "\f153"; }

.fa-eur::before { content: "\f153"; }

.fa-euro::before { content: "\f153"; }

.fa-exclamation::before { content: "\21"; }

.fa-expand::before { content: "\f065"; }

.fa-expand-wide::before { content: "\f320"; }

.fa-explosion::before { content: "\e4e9"; }

.fa-eye::before { content: "\f06e"; }

.fa-eye-dropper::before { content: "\f1fb"; }

.fa-eye-dropper-empty::before { content: "\f1fb"; }

.fa-eyedropper::before { content: "\f1fb"; }

.fa-eye-dropper-full::before { content: "\e172"; }

.fa-eye-dropper-half::before { content: "\e173"; }

.fa-eye-evil::before { content: "\f6db"; }

.fa-eye-low-vision::before { content: "\f2a8"; }

.fa-low-vision::before { content: "\f2a8"; }

.fa-eye-slash::before { content: "\f070"; }

.fa-eyes::before { content: "\e367"; }

.fa-f::before { content: "\46"; }

.fa-face-angry::before { content: "\f556"; }

.fa-angry::before { content: "\f556"; }

.fa-face-angry-horns::before { content: "\e368"; }

.fa-face-anguished::before { content: "\e369"; }

.fa-face-anxious-sweat::before { content: "\e36a"; }

.fa-face-astonished::before { content: "\e36b"; }

.fa-face-awesome::before { content: "\e409"; }

.fa-gave-dandy::before { content: "\e409"; }

.fa-face-beam-hand-over-mouth::before { content: "\e47c"; }

.fa-face-clouds::before { content: "\e47d"; }

.fa-face-confounded::before { content: "\e36c"; }

.fa-face-confused::before { content: "\e36d"; }

.fa-face-cowboy-hat::before { content: "\e36e"; }

.fa-face-diagonal-mouth::before { content: "\e47e"; }

.fa-face-disappointed::before { content: "\e36f"; }

.fa-face-disguise::before { content: "\e370"; }

.fa-face-dizzy::before { content: "\f567"; }

.fa-dizzy::before { content: "\f567"; }

.fa-face-dotted::before { content: "\e47f"; }

.fa-face-downcast-sweat::before { content: "\e371"; }

.fa-face-drooling::before { content: "\e372"; }

.fa-face-exhaling::before { content: "\e480"; }

.fa-face-explode::before { content: "\e2fe"; }

.fa-exploding-head::before { content: "\e2fe"; }

.fa-face-expressionless::before { content: "\e373"; }

.fa-face-eyes-xmarks::before { content: "\e374"; }

.fa-face-fearful::before { content: "\e375"; }

.fa-face-flushed::before { content: "\f579"; }

.fa-flushed::before { content: "\f579"; }

.fa-face-frown::before { content: "\f119"; }

.fa-frown::before { content: "\f119"; }

.fa-face-frown-open::before { content: "\f57a"; }

.fa-frown-open::before { content: "\f57a"; }

.fa-face-frown-slight::before { content: "\e376"; }

.fa-face-glasses::before { content: "\e377"; }

.fa-face-grimace::before { content: "\f57f"; }

.fa-grimace::before { content: "\f57f"; }

.fa-face-grin::before { content: "\f580"; }

.fa-grin::before { content: "\f580"; }

.fa-face-grin-beam::before { content: "\f582"; }

.fa-grin-beam::before { content: "\f582"; }

.fa-face-grin-beam-sweat::before { content: "\f583"; }

.fa-grin-beam-sweat::before { content: "\f583"; }

.fa-face-grin-hearts::before { content: "\f584"; }

.fa-grin-hearts::before { content: "\f584"; }

.fa-face-grin-squint::before { content: "\f585"; }

.fa-grin-squint::before { content: "\f585"; }

.fa-face-grin-squint-tears::before { content: "\f586"; }

.fa-grin-squint-tears::before { content: "\f586"; }

.fa-face-grin-stars::before { content: "\f587"; }

.fa-grin-stars::before { content: "\f587"; }

.fa-face-grin-tears::before { content: "\f588"; }

.fa-grin-tears::before { content: "\f588"; }

.fa-face-grin-tongue::before { content: "\f589"; }

.fa-grin-tongue::before { content: "\f589"; }

.fa-face-grin-tongue-squint::before { content: "\f58a"; }

.fa-grin-tongue-squint::before { content: "\f58a"; }

.fa-face-grin-tongue-wink::before { content: "\f58b"; }

.fa-grin-tongue-wink::before { content: "\f58b"; }

.fa-face-grin-wide::before { content: "\f581"; }

.fa-grin-alt::before { content: "\f581"; }

.fa-face-grin-wink::before { content: "\f58c"; }

.fa-grin-wink::before { content: "\f58c"; }

.fa-face-hand-over-mouth::before { content: "\e378"; }

.fa-face-hand-peeking::before { content: "\e481"; }

.fa-face-hand-yawn::before { content: "\e379"; }

.fa-face-head-bandage::before { content: "\e37a"; }

.fa-face-holding-back-tears::before { content: "\e482"; }

.fa-face-hushed::before { content: "\e37b"; }

.fa-face-icicles::before { content: "\e37c"; }

.fa-face-kiss::before { content: "\f596"; }

.fa-kiss::before { content: "\f596"; }

.fa-face-kiss-beam::before { content: "\f597"; }

.fa-kiss-beam::before { content: "\f597"; }

.fa-face-kiss-closed-eyes::before { content: "\e37d"; }

.fa-face-kiss-wink-heart::before { content: "\f598"; }

.fa-kiss-wink-heart::before { content: "\f598"; }

.fa-face-laugh::before { content: "\f599"; }

.fa-laugh::before { content: "\f599"; }

.fa-face-laugh-beam::before { content: "\f59a"; }

.fa-laugh-beam::before { content: "\f59a"; }

.fa-face-laugh-squint::before { content: "\f59b"; }

.fa-laugh-squint::before { content: "\f59b"; }

.fa-face-laugh-wink::before { content: "\f59c"; }

.fa-laugh-wink::before { content: "\f59c"; }

.fa-face-lying::before { content: "\e37e"; }

.fa-face-mask::before { content: "\e37f"; }

.fa-face-meh::before { content: "\f11a"; }

.fa-meh::before { content: "\f11a"; }

.fa-face-meh-blank::before { content: "\f5a4"; }

.fa-meh-blank::before { content: "\f5a4"; }

.fa-face-melting::before { content: "\e483"; }

.fa-face-monocle::before { content: "\e380"; }

.fa-face-nauseated::before { content: "\e381"; }

.fa-face-nose-steam::before { content: "\e382"; }

.fa-face-party::before { content: "\e383"; }

.fa-face-pensive::before { content: "\e384"; }

.fa-face-persevering::before { content: "\e385"; }

.fa-face-pleading::before { content: "\e386"; }

.fa-face-pouting::before { content: "\e387"; }

.fa-face-raised-eyebrow::before { content: "\e388"; }

.fa-face-relieved::before { content: "\e389"; }

.fa-face-rolling-eyes::before { content: "\f5a5"; }

.fa-meh-rolling-eyes::before { content: "\f5a5"; }

.fa-face-sad-cry::before { content: "\f5b3"; }

.fa-sad-cry::before { content: "\f5b3"; }

.fa-face-sad-sweat::before { content: "\e38a"; }

.fa-face-sad-tear::before { content: "\f5b4"; }

.fa-sad-tear::before { content: "\f5b4"; }

.fa-face-saluting::before { content: "\e484"; }

.fa-face-scream::before { content: "\e38b"; }

.fa-face-shush::before { content: "\e38c"; }

.fa-face-sleeping::before { content: "\e38d"; }

.fa-face-sleepy::before { content: "\e38e"; }

.fa-face-smile::before { content: "\f118"; }

.fa-smile::before { content: "\f118"; }

.fa-face-smile-beam::before { content: "\f5b8"; }

.fa-smile-beam::before { content: "\f5b8"; }

.fa-face-smile-halo::before { content: "\e38f"; }

.fa-face-smile-hearts::before { content: "\e390"; }

.fa-face-smile-horns::before { content: "\e391"; }

.fa-face-smile-plus::before { content: "\f5b9"; }

.fa-smile-plus::before { content: "\f5b9"; }

.fa-face-smile-relaxed::before { content: "\e392"; }

.fa-face-smile-tear::before { content: "\e393"; }

.fa-face-smile-tongue::before { content: "\e394"; }

.fa-face-smile-upside-down::before { content: "\e395"; }

.fa-face-smile-wink::before { content: "\f4da"; }

.fa-smile-wink::before { content: "\f4da"; }

.fa-face-smiling-hands::before { content: "\e396"; }

.fa-face-smirking::before { content: "\e397"; }

.fa-face-spiral-eyes::before { content: "\e485"; }

.fa-face-sunglasses::before { content: "\e398"; }

.fa-face-surprise::before { content: "\f5c2"; }

.fa-surprise::before { content: "\f5c2"; }

.fa-face-swear::before { content: "\e399"; }

.fa-face-thermometer::before { content: "\e39a"; }

.fa-face-thinking::before { content: "\e39b"; }

.fa-face-tired::before { content: "\f5c8"; }

.fa-tired::before { content: "\f5c8"; }

.fa-face-tissue::before { content: "\e39c"; }

.fa-face-tongue-money::before { content: "\e39d"; }

.fa-face-tongue-sweat::before { content: "\e39e"; }

.fa-face-unamused::before { content: "\e39f"; }

.fa-face-viewfinder::before { content: "\e2ff"; }

.fa-face-vomit::before { content: "\e3a0"; }

.fa-face-weary::before { content: "\e3a1"; }

.fa-face-woozy::before { content: "\e3a2"; }

.fa-face-worried::before { content: "\e3a3"; }

.fa-face-zany::before { content: "\e3a4"; }

.fa-face-zipper::before { content: "\e3a5"; }

.fa-falafel::before { content: "\e40a"; }

.fa-family::before { content: "\e300"; }

.fa-family-dress::before { content: "\e301"; }

.fa-family-pants::before { content: "\e302"; }

.fa-fan::before { content: "\f863"; }

.fa-fan-table::before { content: "\e004"; }

.fa-farm::before { content: "\f864"; }

.fa-barn-silo::before { content: "\f864"; }

.fa-faucet::before { content: "\e005"; }

.fa-faucet-drip::before { content: "\e006"; }

.fa-fax::before { content: "\f1ac"; }

.fa-feather::before { content: "\f52d"; }

.fa-feather-pointed::before { content: "\f56b"; }

.fa-feather-alt::before { content: "\f56b"; }

.fa-fence::before { content: "\e303"; }

.fa-ferris-wheel::before { content: "\e174"; }

.fa-ferry::before { content: "\e4ea"; }

.fa-field-hockey-stick-ball::before { content: "\f44c"; }

.fa-field-hockey::before { content: "\f44c"; }

.fa-file::before { content: "\f15b"; }

.fa-file-arrow-down::before { content: "\f56d"; }

.fa-file-download::before { content: "\f56d"; }

.fa-file-arrow-up::before { content: "\f574"; }

.fa-file-upload::before { content: "\f574"; }

.fa-file-audio::before { content: "\f1c7"; }

.fa-file-binary::before { content: "\e175"; }

.fa-file-certificate::before { content: "\f5f3"; }

.fa-file-award::before { content: "\f5f3"; }

.fa-file-chart-column::before { content: "\f659"; }

.fa-file-chart-line::before { content: "\f659"; }

.fa-file-chart-pie::before { content: "\f65a"; }

.fa-file-check::before { content: "\f316"; }

.fa-file-circle-check::before { content: "\e493"; }

.fa-file-circle-exclamation::before { content: "\e4eb"; }

.fa-file-circle-info::before { content: "\e4ec"; }

.fa-file-circle-minus::before { content: "\e4ed"; }

.fa-file-circle-plus::before { content: "\e4ee"; }

.fa-file-circle-question::before { content: "\e4ef"; }

.fa-file-circle-xmark::before { content: "\e494"; }

.fa-file-code::before { content: "\f1c9"; }

.fa-file-contract::before { content: "\f56c"; }

.fa-file-csv::before { content: "\f6dd"; }

.fa-file-dashed-line::before { content: "\f877"; }

.fa-page-break::before { content: "\f877"; }

.fa-file-excel::before { content: "\f1c3"; }

.fa-file-exclamation::before { content: "\f31a"; }

.fa-file-export::before { content: "\f56e"; }

.fa-arrow-right-from-file::before { content: "\f56e"; }

.fa-file-heart::before { content: "\e176"; }

.fa-file-image::before { content: "\f1c5"; }

.fa-file-import::before { content: "\f56f"; }

.fa-arrow-right-to-file::before { content: "\f56f"; }

.fa-file-invoice::before { content: "\f570"; }

.fa-file-invoice-dollar::before { content: "\f571"; }

.fa-file-lines::before { content: "\f15c"; }

.fa-file-alt::before { content: "\f15c"; }

.fa-file-text::before { content: "\f15c"; }

.fa-file-lock::before { content: "\e3a6"; }

.fa-file-magnifying-glass::before { content: "\f865"; }

.fa-file-search::before { content: "\f865"; }

.fa-file-medical::before { content: "\f477"; }

.fa-file-minus::before { content: "\f318"; }

.fa-file-music::before { content: "\f8b6"; }

.fa-file-pdf::before { content: "\f1c1"; }

.fa-file-pen::before { content: "\f31c"; }

.fa-file-edit::before { content: "\f31c"; }

.fa-file-plus::before { content: "\f319"; }

.fa-file-plus-minus::before { content: "\e177"; }

.fa-file-powerpoint::before { content: "\f1c4"; }

.fa-file-prescription::before { content: "\f572"; }

.fa-file-shield::before { content: "\e4f0"; }

.fa-file-signature::before { content: "\f573"; }

.fa-file-slash::before { content: "\e3a7"; }

.fa-file-spreadsheet::before { content: "\f65b"; }

.fa-file-user::before { content: "\f65c"; }

.fa-file-video::before { content: "\f1c8"; }

.fa-file-waveform::before { content: "\f478"; }

.fa-file-medical-alt::before { content: "\f478"; }

.fa-file-word::before { content: "\f1c2"; }

.fa-file-xmark::before { content: "\f317"; }

.fa-file-times::before { content: "\f317"; }

.fa-file-zipper::before { content: "\f1c6"; }

.fa-file-archive::before { content: "\f1c6"; }

.fa-files::before { content: "\e178"; }

.fa-files-medical::before { content: "\f7fd"; }

.fa-fill::before { content: "\f575"; }

.fa-fill-drip::before { content: "\f576"; }

.fa-film::before { content: "\f008"; }

.fa-film-canister::before { content: "\f8b7"; }

.fa-film-simple::before { content: "\f3a0"; }

.fa-film-alt::before { content: "\f3a0"; }

.fa-film-slash::before { content: "\e179"; }

.fa-films::before { content: "\e17a"; }

.fa-filter::before { content: "\f0b0"; }

.fa-filter-circle-dollar::before { content: "\f662"; }

.fa-funnel-dollar::before { content: "\f662"; }

.fa-filter-circle-xmark::before { content: "\e17b"; }

.fa-filter-list::before { content: "\e17c"; }

.fa-filter-slash::before { content: "\e17d"; }

.fa-filters::before { content: "\e17e"; }

.fa-fingerprint::before { content: "\f577"; }

.fa-fire::before { content: "\f06d"; }

.fa-fire-burner::before { content: "\e4f1"; }

.fa-fire-extinguisher::before { content: "\f134"; }

.fa-fire-flame::before { content: "\f6df"; }

.fa-flame::before { content: "\f6df"; }

.fa-fire-flame-curved::before { content: "\f7e4"; }

.fa-fire-alt::before { content: "\f7e4"; }

.fa-fire-flame-simple::before { content: "\f46a"; }

.fa-burn::before { content: "\f46a"; }

.fa-fire-hydrant::before { content: "\e17f"; }

.fa-fire-smoke::before { content: "\f74b"; }

.fa-fireplace::before { content: "\f79a"; }

.fa-fish::before { content: "\f578"; }

.fa-fish-bones::before { content: "\e304"; }

.fa-fish-cooked::before { content: "\f7fe"; }

.fa-fish-fins::before { content: "\e4f2"; }

.fa-fishing-rod::before { content: "\e3a8"; }

.fa-flag::before { content: "\f024"; }

.fa-flag-checkered::before { content: "\f11e"; }

.fa-flag-pennant::before { content: "\f456"; }

.fa-pennant::before { content: "\f456"; }

.fa-flag-swallowtail::before { content: "\f74c"; }

.fa-flag-alt::before { content: "\f74c"; }

.fa-flag-usa::before { content: "\f74d"; }

.fa-flashlight::before { content: "\f8b8"; }

.fa-flask::before { content: "\f0c3"; }

.fa-flask-round-poison::before { content: "\f6e0"; }

.fa-flask-poison::before { content: "\f6e0"; }

.fa-flask-round-potion::before { content: "\f6e1"; }

.fa-flask-potion::before { content: "\f6e1"; }

.fa-flask-vial::before { content: "\e4f3"; }

.fa-flatbread::before { content: "\e40b"; }

.fa-flatbread-stuffed::before { content: "\e40c"; }

.fa-floppy-disk::before { content: "\f0c7"; }

.fa-save::before { content: "\f0c7"; }

.fa-floppy-disk-circle-arrow-right::before { content: "\e180"; }

.fa-save-circle-arrow-right::before { content: "\e180"; }

.fa-floppy-disk-circle-xmark::before { content: "\e181"; }

.fa-floppy-disk-times::before { content: "\e181"; }

.fa-save-circle-xmark::before { content: "\e181"; }

.fa-save-times::before { content: "\e181"; }

.fa-floppy-disk-pen::before { content: "\e182"; }

.fa-floppy-disks::before { content: "\e183"; }

.fa-florin-sign::before { content: "\e184"; }

.fa-flower::before { content: "\f7ff"; }

.fa-flower-daffodil::before { content: "\f800"; }

.fa-flower-tulip::before { content: "\f801"; }

.fa-flute::before { content: "\f8b9"; }

.fa-flux-capacitor::before { content: "\f8ba"; }

.fa-flying-disc::before { content: "\e3a9"; }

.fa-folder::before { content: "\f07b"; }

.fa-folder-blank::before { content: "\f07b"; }

.fa-folder-arrow-down::before { content: "\e053"; }

.fa-folder-download::before { content: "\e053"; }

.fa-folder-arrow-up::before { content: "\e054"; }

.fa-folder-upload::before { content: "\e054"; }

.fa-folder-bookmark::before { content: "\e186"; }

.fa-folder-closed::before { content: "\e185"; }

.fa-folder-gear::before { content: "\e187"; }

.fa-folder-cog::before { content: "\e187"; }

.fa-folder-grid::before { content: "\e188"; }

.fa-folder-heart::before { content: "\e189"; }

.fa-folder-image::before { content: "\e18a"; }

.fa-folder-magnifying-glass::before { content: "\e18b"; }

.fa-folder-search::before { content: "\e18b"; }

.fa-folder-medical::before { content: "\e18c"; }

.fa-folder-minus::before { content: "\f65d"; }

.fa-folder-music::before { content: "\e18d"; }

.fa-folder-open::before { content: "\f07c"; }

.fa-folder-plus::before { content: "\f65e"; }

.fa-folder-tree::before { content: "\f802"; }

.fa-folder-user::before { content: "\e18e"; }

.fa-folder-xmark::before { content: "\f65f"; }

.fa-folder-times::before { content: "\f65f"; }

.fa-folders::before { content: "\f660"; }

.fa-fondue-pot::before { content: "\e40d"; }

.fa-font::before { content: "\f031"; }

.fa-font-case::before { content: "\f866"; }

.fa-football::before { content: "\f44e"; }

.fa-football-ball::before { content: "\f44e"; }

.fa-football-helmet::before { content: "\f44f"; }

.fa-fork::before { content: "\f2e3"; }

.fa-utensil-fork::before { content: "\f2e3"; }

.fa-fork-knife::before { content: "\f2e6"; }

.fa-utensils-alt::before { content: "\f2e6"; }

.fa-forklift::before { content: "\f47a"; }

.fa-fort::before { content: "\e486"; }

.fa-forward::before { content: "\f04e"; }

.fa-forward-fast::before { content: "\f050"; }

.fa-fast-forward::before { content: "\f050"; }

.fa-forward-step::before { content: "\f051"; }

.fa-step-forward::before { content: "\f051"; }

.fa-frame::before { content: "\e495"; }

.fa-franc-sign::before { content: "\e18f"; }

.fa-french-fries::before { content: "\f803"; }

.fa-frog::before { content: "\f52e"; }

.fa-function::before { content: "\f661"; }

.fa-futbol::before { content: "\f1e3"; }

.fa-futbol-ball::before { content: "\f1e3"; }

.fa-soccer-ball::before { content: "\f1e3"; }

.fa-g::before { content: "\47"; }

.fa-galaxy::before { content: "\e008"; }

.fa-gallery-thumbnails::before { content: "\e3aa"; }

.fa-game-board::before { content: "\f867"; }

.fa-game-board-simple::before { content: "\f868"; }

.fa-game-board-alt::before { content: "\f868"; }

.fa-game-console-handheld::before { content: "\f8bb"; }

.fa-gamepad::before { content: "\f11b"; }

.fa-gamepad-modern::before { content: "\f8bc"; }

.fa-gamepad-alt::before { content: "\f8bc"; }

.fa-garage::before { content: "\e009"; }

.fa-garage-car::before { content: "\e00a"; }

.fa-garage-open::before { content: "\e00b"; }

.fa-garlic::before { content: "\e40e"; }

.fa-gas-pump::before { content: "\f52f"; }

.fa-gas-pump-slash::before { content: "\f5f4"; }

.fa-gauge::before { content: "\f624"; }

.fa-dashboard::before { content: "\f624"; }

.fa-gauge-med::before { content: "\f624"; }

.fa-tachometer-alt-average::before { content: "\f624"; }

.fa-gauge-circle-bolt::before { content: "\e496"; }

.fa-gauge-circle-minus::before { content: "\e497"; }

.fa-gauge-circle-plus::before { content: "\e498"; }

.fa-gauge-high::before { content: "\f625"; }

.fa-tachometer-alt::before { content: "\f625"; }

.fa-tachometer-alt-fast::before { content: "\f625"; }

.fa-gauge-low::before { content: "\f627"; }

.fa-tachometer-alt-slow::before { content: "\f627"; }

.fa-gauge-max::before { content: "\f626"; }

.fa-tachometer-alt-fastest::before { content: "\f626"; }

.fa-gauge-min::before { content: "\f628"; }

.fa-tachometer-alt-slowest::before { content: "\f628"; }

.fa-gauge-simple::before { content: "\f629"; }

.fa-gauge-simple-med::before { content: "\f629"; }

.fa-tachometer-average::before { content: "\f629"; }

.fa-gauge-simple-high::before { content: "\f62a"; }

.fa-tachometer::before { content: "\f62a"; }

.fa-tachometer-fast::before { content: "\f62a"; }

.fa-gauge-simple-low::before { content: "\f62c"; }

.fa-tachometer-slow::before { content: "\f62c"; }

.fa-gauge-simple-max::before { content: "\f62b"; }

.fa-tachometer-fastest::before { content: "\f62b"; }

.fa-gauge-simple-min::before { content: "\f62d"; }

.fa-tachometer-slowest::before { content: "\f62d"; }

.fa-gavel::before { content: "\f0e3"; }

.fa-legal::before { content: "\f0e3"; }

.fa-gear::before { content: "\f013"; }

.fa-cog::before { content: "\f013"; }

.fa-gears::before { content: "\f085"; }

.fa-cogs::before { content: "\f085"; }

.fa-gem::before { content: "\f3a5"; }

.fa-genderless::before { content: "\f22d"; }

.fa-ghost::before { content: "\f6e2"; }

.fa-gif::before { content: "\e190"; }

.fa-gift::before { content: "\f06b"; }

.fa-gift-card::before { content: "\f663"; }

.fa-gifts::before { content: "\f79c"; }

.fa-gingerbread-man::before { content: "\f79d"; }

.fa-glass::before { content: "\f804"; }

.fa-glass-citrus::before { content: "\f869"; }

.fa-glass-empty::before { content: "\e191"; }

.fa-glass-half::before { content: "\e192"; }

.fa-glass-half-empty::before { content: "\e192"; }

.fa-glass-half-full::before { content: "\e192"; }

.fa-glass-water::before { content: "\e4f4"; }

.fa-glass-water-droplet::before { content: "\e4f5"; }

.fa-glasses::before { content: "\f530"; }

.fa-glasses-round::before { content: "\f5f5"; }

.fa-glasses-alt::before { content: "\f5f5"; }

.fa-globe::before { content: "\f0ac"; }

.fa-globe-snow::before { content: "\f7a3"; }

.fa-globe-stand::before { content: "\f5f6"; }

.fa-goal-net::before { content: "\e3ab"; }

.fa-golf-ball-tee::before { content: "\f450"; }

.fa-golf-ball::before { content: "\f450"; }

.fa-golf-club::before { content: "\f451"; }

.fa-golf-flag-hole::before { content: "\e3ac"; }

.fa-gopuram::before { content: "\f664"; }

.fa-graduation-cap::before { content: "\f19d"; }

.fa-mortar-board::before { content: "\f19d"; }

.fa-gramophone::before { content: "\f8bd"; }

.fa-grapes::before { content: "\e306"; }

.fa-grate::before { content: "\e193"; }

.fa-grate-droplet::before { content: "\e194"; }

.fa-greater-than::before { content: "\3e"; }

.fa-greater-than-equal::before { content: "\f532"; }

.fa-grid::before { content: "\e195"; }

.fa-grid-3::before { content: "\e195"; }

.fa-grid-2::before { content: "\e196"; }

.fa-grid-2-plus::before { content: "\e197"; }

.fa-grid-4::before { content: "\e198"; }

.fa-grid-5::before { content: "\e199"; }

.fa-grid-dividers::before { content: "\e3ad"; }

.fa-grid-horizontal::before { content: "\e307"; }

.fa-grip::before { content: "\f58d"; }

.fa-grip-horizontal::before { content: "\f58d"; }

.fa-grip-dots::before { content: "\e410"; }

.fa-grip-dots-vertical::before { content: "\e411"; }

.fa-grip-lines::before { content: "\f7a4"; }

.fa-grip-lines-vertical::before { content: "\f7a5"; }

.fa-grip-vertical::before { content: "\f58e"; }

.fa-group-arrows-rotate::before { content: "\e4f6"; }

.fa-guarani-sign::before { content: "\e19a"; }

.fa-guitar::before { content: "\f7a6"; }

.fa-guitar-electric::before { content: "\f8be"; }

.fa-guitars::before { content: "\f8bf"; }

.fa-gun::before { content: "\e19b"; }

.fa-gun-slash::before { content: "\e19c"; }

.fa-gun-squirt::before { content: "\e19d"; }

.fa-h::before { content: "\48"; }

.fa-h1::before { content: "\f313"; }

.fa-h2::before { content: "\f314"; }

.fa-h3::before { content: "\f315"; }

.fa-h4::before { content: "\f86a"; }

.fa-h5::before { content: "\e412"; }

.fa-h6::before { content: "\e413"; }

.fa-hammer::before { content: "\f6e3"; }

.fa-hammer-crash::before { content: "\e414"; }

.fa-hammer-war::before { content: "\f6e4"; }

.fa-hamsa::before { content: "\f665"; }

.fa-hand::before { content: "\f256"; }

.fa-hand-paper::before { content: "\f256"; }

.fa-hand-back-fist::before { content: "\f255"; }

.fa-hand-rock::before { content: "\f255"; }

.fa-hand-back-point-down::before { content: "\e19e"; }

.fa-hand-back-point-left::before { content: "\e19f"; }

.fa-hand-back-point-ribbon::before { content: "\e1a0"; }

.fa-hand-back-point-right::before { content: "\e1a1"; }

.fa-hand-back-point-up::before { content: "\e1a2"; }

.fa-hand-dots::before { content: "\f461"; }

.fa-allergies::before { content: "\f461"; }

.fa-hand-fingers-crossed::before { content: "\e1a3"; }

.fa-hand-fist::before { content: "\f6de"; }

.fa-fist-raised::before { content: "\f6de"; }

.fa-hand-heart::before { content: "\f4bc"; }

.fa-hand-holding::before { content: "\f4bd"; }

.fa-hand-holding-box::before { content: "\f47b"; }

.fa-hand-holding-dollar::before { content: "\f4c0"; }

.fa-hand-holding-usd::before { content: "\f4c0"; }

.fa-hand-holding-droplet::before { content: "\f4c1"; }

.fa-hand-holding-water::before { content: "\f4c1"; }

.fa-hand-holding-hand::before { content: "\e4f7"; }

.fa-hand-holding-heart::before { content: "\f4be"; }

.fa-hand-holding-magic::before { content: "\f6e5"; }

.fa-hand-holding-medical::before { content: "\e05c"; }

.fa-hand-holding-seedling::before { content: "\f4bf"; }

.fa-hand-holding-skull::before { content: "\e1a4"; }

.fa-hand-horns::before { content: "\e1a9"; }

.fa-hand-lizard::before { content: "\f258"; }

.fa-hand-love::before { content: "\e1a5"; }

.fa-hand-middle-finger::before { content: "\f806"; }

.fa-hand-peace::before { content: "\f25b"; }

.fa-hand-point-down::before { content: "\f0a7"; }

.fa-hand-point-left::before { content: "\f0a5"; }

.fa-hand-point-ribbon::before { content: "\e1a6"; }

.fa-hand-point-right::before { content: "\f0a4"; }

.fa-hand-point-up::before { content: "\f0a6"; }

.fa-hand-pointer::before { content: "\f25a"; }

.fa-hand-scissors::before { content: "\f257"; }

.fa-hand-sparkles::before { content: "\e05d"; }

.fa-hand-spock::before { content: "\f259"; }

.fa-hand-wave::before { content: "\e1a7"; }

.fa-handcuffs::before { content: "\e4f8"; }

.fa-hands::before { content: "\f2a7"; }

.fa-sign-language::before { content: "\f2a7"; }

.fa-signing::before { content: "\f2a7"; }

.fa-hands-asl-interpreting::before { content: "\f2a3"; }

.fa-american-sign-language-interpreting::before { content: "\f2a3"; }

.fa-asl-interpreting::before { content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before { content: "\f2a3"; }

.fa-hands-bound::before { content: "\e4f9"; }

.fa-hands-bubbles::before { content: "\e05e"; }

.fa-hands-wash::before { content: "\e05e"; }

.fa-hands-clapping::before { content: "\e1a8"; }

.fa-hands-holding::before { content: "\f4c2"; }

.fa-hands-holding-child::before { content: "\e4fa"; }

.fa-hands-holding-circle::before { content: "\e4fb"; }

.fa-hands-holding-diamond::before { content: "\f47c"; }

.fa-hand-receiving::before { content: "\f47c"; }

.fa-hands-holding-dollar::before { content: "\f4c5"; }

.fa-hands-usd::before { content: "\f4c5"; }

.fa-hands-holding-heart::before { content: "\f4c3"; }

.fa-hands-heart::before { content: "\f4c3"; }

.fa-hands-praying::before { content: "\f684"; }

.fa-praying-hands::before { content: "\f684"; }

.fa-handshake::before { content: "\f2b5"; }

.fa-handshake-angle::before { content: "\f4c4"; }

.fa-hands-helping::before { content: "\f4c4"; }

.fa-handshake-simple::before { content: "\f4c6"; }

.fa-handshake-alt::before { content: "\f4c6"; }

.fa-handshake-simple-slash::before { content: "\e05f"; }

.fa-handshake-alt-slash::before { content: "\e05f"; }

.fa-handshake-slash::before { content: "\e060"; }

.fa-hanukiah::before { content: "\f6e6"; }

.fa-hard-drive::before { content: "\f0a0"; }

.fa-hdd::before { content: "\f0a0"; }

.fa-hashtag::before { content: "\23"; }

.fa-hashtag-lock::before { content: "\e415"; }

.fa-hat-chef::before { content: "\f86b"; }

.fa-hat-cowboy::before { content: "\f8c0"; }

.fa-hat-cowboy-side::before { content: "\f8c1"; }

.fa-hat-santa::before { content: "\f7a7"; }

.fa-hat-winter::before { content: "\f7a8"; }

.fa-hat-witch::before { content: "\f6e7"; }

.fa-hat-wizard::before { content: "\f6e8"; }

.fa-head-side::before { content: "\f6e9"; }

.fa-head-side-brain::before { content: "\f808"; }

.fa-head-side-cough::before { content: "\e061"; }

.fa-head-side-cough-slash::before { content: "\e062"; }

.fa-head-side-goggles::before { content: "\f6ea"; }

.fa-head-vr::before { content: "\f6ea"; }

.fa-head-side-headphones::before { content: "\f8c2"; }

.fa-head-side-heart::before { content: "\e1aa"; }

.fa-head-side-mask::before { content: "\e063"; }

.fa-head-side-medical::before { content: "\f809"; }

.fa-head-side-virus::before { content: "\e064"; }

.fa-heading::before { content: "\f1dc"; }

.fa-header::before { content: "\f1dc"; }

.fa-headphones::before { content: "\f025"; }

.fa-headphones-simple::before { content: "\f58f"; }

.fa-headphones-alt::before { content: "\f58f"; }

.fa-headset::before { content: "\f590"; }

.fa-heart::before { content: "\f004"; }

.fa-heart-circle-bolt::before { content: "\e4fc"; }

.fa-heart-circle-check::before { content: "\e4fd"; }

.fa-heart-circle-exclamation::before { content: "\e4fe"; }

.fa-heart-circle-minus::before { content: "\e4ff"; }

.fa-heart-circle-plus::before { content: "\e500"; }

.fa-heart-circle-xmark::before { content: "\e501"; }

.fa-heart-crack::before { content: "\f7a9"; }

.fa-heart-broken::before { content: "\f7a9"; }

.fa-heart-half::before { content: "\e1ab"; }

.fa-heart-half-stroke::before { content: "\e1ac"; }

.fa-heart-half-alt::before { content: "\e1ac"; }

.fa-heart-pulse::before { content: "\f21e"; }

.fa-heartbeat::before { content: "\f21e"; }

.fa-heat::before { content: "\e00c"; }

.fa-helicopter::before { content: "\f533"; }

.fa-helicopter-symbol::before { content: "\e502"; }

.fa-helmet-battle::before { content: "\f6eb"; }

.fa-helmet-safety::before { content: "\f807"; }

.fa-hard-hat::before { content: "\f807"; }

.fa-hat-hard::before { content: "\f807"; }

.fa-helmet-un::before { content: "\e503"; }

.fa-hexagon::before { content: "\f312"; }

.fa-hexagon-check::before { content: "\e416"; }

.fa-hexagon-divide::before { content: "\e1ad"; }

.fa-hexagon-exclamation::before { content: "\e417"; }

.fa-hexagon-image::before { content: "\e504"; }

.fa-hexagon-minus::before { content: "\f307"; }

.fa-minus-hexagon::before { content: "\f307"; }

.fa-hexagon-plus::before { content: "\f300"; }

.fa-plus-hexagon::before { content: "\f300"; }

.fa-hexagon-vertical-nft::before { content: "\e505"; }

.fa-hexagon-vertical-nft-slanted::before { content: "\e506"; }

.fa-hexagon-xmark::before { content: "\f2ee"; }

.fa-times-hexagon::before { content: "\f2ee"; }

.fa-xmark-hexagon::before { content: "\f2ee"; }

.fa-high-definition::before { content: "\e1ae"; }

.fa-rectangle-hd::before { content: "\e1ae"; }

.fa-highlighter::before { content: "\f591"; }

.fa-highlighter-line::before { content: "\e1af"; }

.fa-hill-avalanche::before { content: "\e507"; }

.fa-hill-rockslide::before { content: "\e508"; }

.fa-hippo::before { content: "\f6ed"; }

.fa-hockey-mask::before { content: "\f6ee"; }

.fa-hockey-puck::before { content: "\f453"; }

.fa-hockey-stick-puck::before { content: "\e3ae"; }

.fa-hockey-sticks::before { content: "\f454"; }

.fa-holly-berry::before { content: "\f7aa"; }

.fa-honey-pot::before { content: "\e418"; }

.fa-hood-cloak::before { content: "\f6ef"; }

.fa-horizontal-rule::before { content: "\f86c"; }

.fa-horse::before { content: "\f6f0"; }

.fa-horse-head::before { content: "\f7ab"; }

.fa-horse-saddle::before { content: "\f8c3"; }

.fa-hose::before { content: "\e419"; }

.fa-hose-reel::before { content: "\e41a"; }

.fa-hospital::before { content: "\f0f8"; }

.fa-hospital-alt::before { content: "\f0f8"; }

.fa-hospital-wide::before { content: "\f0f8"; }

.fa-hospital-user::before { content: "\f80d"; }

.fa-hospitals::before { content: "\f80e"; }

.fa-hot-tub-person::before { content: "\f593"; }

.fa-hot-tub::before { content: "\f593"; }

.fa-hotdog::before { content: "\f80f"; }

.fa-hotel::before { content: "\f594"; }

.fa-hourglass::before { content: "\f254"; }

.fa-hourglass-2::before { content: "\f254"; }

.fa-hourglass-half::before { content: "\f254"; }

.fa-hourglass-clock::before { content: "\e41b"; }

.fa-hourglass-empty::before { content: "\f252"; }

.fa-hourglass-end::before { content: "\f253"; }

.fa-hourglass-3::before { content: "\f253"; }

.fa-hourglass-start::before { content: "\f251"; }

.fa-hourglass-1::before { content: "\f251"; }

.fa-house::before { content: "\f015"; }

.fa-home::before { content: "\f015"; }

.fa-home-alt::before { content: "\f015"; }

.fa-home-lg-alt::before { content: "\f015"; }

.fa-house-blank::before { content: "\e487"; }

.fa-home-blank::before { content: "\e487"; }

.fa-house-building::before { content: "\e1b1"; }

.fa-house-chimney::before { content: "\e3af"; }

.fa-home-lg::before { content: "\e3af"; }

.fa-house-chimney-blank::before { content: "\e3b0"; }

.fa-house-chimney-crack::before { content: "\f6f1"; }

.fa-house-damage::before { content: "\f6f1"; }

.fa-house-chimney-heart::before { content: "\e1b2"; }

.fa-house-chimney-medical::before { content: "\f7f2"; }

.fa-clinic-medical::before { content: "\f7f2"; }

.fa-house-chimney-user::before { content: "\e065"; }

.fa-house-chimney-window::before { content: "\e00d"; }

.fa-house-circle-check::before { content: "\e509"; }

.fa-house-circle-exclamation::before { content: "\e50a"; }

.fa-house-circle-xmark::before { content: "\e50b"; }

.fa-house-crack::before { content: "\e3b1"; }

.fa-house-day::before { content: "\e00e"; }

.fa-house-fire::before { content: "\e50c"; }

.fa-house-flag::before { content: "\e50d"; }

.fa-house-flood-water::before { content: "\e50e"; }

.fa-house-flood-water-circle-arrow-right::before { content: "\e50f"; }

.fa-house-heart::before { content: "\f4c9"; }

.fa-home-heart::before { content: "\f4c9"; }

.fa-house-laptop::before { content: "\e066"; }

.fa-laptop-house::before { content: "\e066"; }

.fa-house-lock::before { content: "\e510"; }

.fa-house-medical::before { content: "\e3b2"; }

.fa-house-medical-circle-check::before { content: "\e511"; }

.fa-house-medical-circle-exclamation::before { content: "\e512"; }

.fa-house-medical-circle-xmark::before { content: "\e513"; }

.fa-house-medical-flag::before { content: "\e514"; }

.fa-house-night::before { content: "\e010"; }

.fa-house-person-leave::before { content: "\e00f"; }

.fa-house-leave::before { content: "\e00f"; }

.fa-house-person-depart::before { content: "\e00f"; }

.fa-house-person-return::before { content: "\e011"; }

.fa-house-person-arrive::before { content: "\e011"; }

.fa-house-return::before { content: "\e011"; }

.fa-house-signal::before { content: "\e012"; }

.fa-house-tree::before { content: "\e1b3"; }

.fa-house-tsunami::before { content: "\e515"; }

.fa-house-turret::before { content: "\e1b4"; }

.fa-house-user::before { content: "\e1b0"; }

.fa-home-user::before { content: "\e1b0"; }

.fa-house-water::before { content: "\f74f"; }

.fa-house-flood::before { content: "\f74f"; }

.fa-house-window::before { content: "\e3b3"; }

.fa-hryvnia-sign::before { content: "\f6f2"; }

.fa-hryvnia::before { content: "\f6f2"; }

.fa-hundred-points::before { content: "\e41c"; }

.fa-100::before { content: "\e41c"; }

.fa-hurricane::before { content: "\f751"; }

.fa-hyphen::before { content: "\2d"; }

.fa-i::before { content: "\49"; }

.fa-i-cursor::before { content: "\f246"; }

.fa-ice-cream::before { content: "\f810"; }

.fa-ice-skate::before { content: "\f7ac"; }

.fa-icicles::before { content: "\f7ad"; }

.fa-icons::before { content: "\f86d"; }

.fa-heart-music-camera-bolt::before { content: "\f86d"; }

.fa-id-badge::before { content: "\f2c1"; }

.fa-id-card::before { content: "\f2c2"; }

.fa-drivers-license::before { content: "\f2c2"; }

.fa-id-card-clip::before { content: "\f47f"; }

.fa-id-card-alt::before { content: "\f47f"; }

.fa-igloo::before { content: "\f7ae"; }

.fa-image::before { content: "\f03e"; }

.fa-image-landscape::before { content: "\e1b5"; }

.fa-landscape::before { content: "\e1b5"; }

.fa-image-polaroid::before { content: "\f8c4"; }

.fa-image-polaroid-user::before { content: "\e1b6"; }

.fa-image-portrait::before { content: "\f3e0"; }

.fa-portrait::before { content: "\f3e0"; }

.fa-image-slash::before { content: "\e1b7"; }

.fa-image-user::before { content: "\e1b8"; }

.fa-images::before { content: "\f302"; }

.fa-images-user::before { content: "\e1b9"; }

.fa-inbox::before { content: "\f01c"; }

.fa-inbox-full::before { content: "\e1ba"; }

.fa-inbox-in::before { content: "\f310"; }

.fa-inbox-arrow-down::before { content: "\f310"; }

.fa-inbox-out::before { content: "\f311"; }

.fa-inbox-arrow-up::before { content: "\f311"; }

.fa-inboxes::before { content: "\e1bb"; }

.fa-indent::before { content: "\f03c"; }

.fa-indian-rupee-sign::before { content: "\e1bc"; }

.fa-indian-rupee::before { content: "\e1bc"; }

.fa-inr::before { content: "\e1bc"; }

.fa-industry::before { content: "\f275"; }

.fa-industry-windows::before { content: "\f3b3"; }

.fa-industry-alt::before { content: "\f3b3"; }

.fa-infinity::before { content: "\f534"; }

.fa-info::before { content: "\f129"; }

.fa-inhaler::before { content: "\f5f9"; }

.fa-input-numeric::before { content: "\e1bd"; }

.fa-input-pipe::before { content: "\e1be"; }

.fa-input-text::before { content: "\e1bf"; }

.fa-integral::before { content: "\f667"; }

.fa-intersection::before { content: "\f668"; }

.fa-island-tropical::before { content: "\f811"; }

.fa-island-tree-palm::before { content: "\f811"; }

.fa-italic::before { content: "\f033"; }

.fa-j::before { content: "\4a"; }

.fa-jack-o-lantern::before { content: "\f30e"; }

.fa-jar::before { content: "\e516"; }

.fa-jar-wheat::before { content: "\e517"; }

.fa-jedi::before { content: "\f669"; }

.fa-jet-fighter::before { content: "\f0fb"; }

.fa-fighter-jet::before { content: "\f0fb"; }

.fa-jet-fighter-up::before { content: "\e518"; }

.fa-joint::before { content: "\f595"; }

.fa-joystick::before { content: "\f8c5"; }

.fa-jug::before { content: "\f8c6"; }

.fa-jug-detergent::before { content: "\e519"; }

.fa-k::before { content: "\4b"; }

.fa-kaaba::before { content: "\f66b"; }

.fa-kazoo::before { content: "\f8c7"; }

.fa-kerning::before { content: "\f86f"; }

.fa-key::before { content: "\f084"; }

.fa-key-skeleton::before { content: "\f6f3"; }

.fa-key-skeleton-left-right::before { content: "\e3b4"; }

.fa-keyboard::before { content: "\f11c"; }

.fa-keyboard-brightness::before { content: "\e1c0"; }

.fa-keyboard-brightness-low::before { content: "\e1c1"; }

.fa-keyboard-down::before { content: "\e1c2"; }

.fa-keyboard-left::before { content: "\e1c3"; }

.fa-keynote::before { content: "\f66c"; }

.fa-khanda::before { content: "\f66d"; }

.fa-kidneys::before { content: "\f5fb"; }

.fa-kip-sign::before { content: "\e1c4"; }

.fa-kit-medical::before { content: "\f479"; }

.fa-first-aid::before { content: "\f479"; }

.fa-kitchen-set::before { content: "\e51a"; }

.fa-kite::before { content: "\f6f4"; }

.fa-kiwi-bird::before { content: "\f535"; }

.fa-kiwi-fruit::before { content: "\e30c"; }

.fa-knife::before { content: "\f2e4"; }

.fa-utensil-knife::before { content: "\f2e4"; }

.fa-knife-kitchen::before { content: "\f6f5"; }

.fa-l::before { content: "\4c"; }

.fa-lacrosse-stick::before { content: "\e3b5"; }

.fa-lacrosse-stick-ball::before { content: "\e3b6"; }

.fa-lambda::before { content: "\f66e"; }

.fa-lamp::before { content: "\f4ca"; }

.fa-lamp-desk::before { content: "\e014"; }

.fa-lamp-floor::before { content: "\e015"; }

.fa-lamp-street::before { content: "\e1c5"; }

.fa-land-mine-on::before { content: "\e51b"; }

.fa-landmark::before { content: "\f66f"; }

.fa-landmark-dome::before { content: "\f752"; }

.fa-landmark-alt::before { content: "\f752"; }

.fa-landmark-flag::before { content: "\e51c"; }

.fa-language::before { content: "\f1ab"; }

.fa-laptop::before { content: "\f109"; }

.fa-laptop-arrow-down::before { content: "\e1c6"; }

.fa-laptop-code::before { content: "\f5fc"; }

.fa-laptop-file::before { content: "\e51d"; }

.fa-laptop-medical::before { content: "\f812"; }

.fa-laptop-mobile::before { content: "\f87a"; }

.fa-phone-laptop::before { content: "\f87a"; }

.fa-laptop-slash::before { content: "\e1c7"; }

.fa-lari-sign::before { content: "\e1c8"; }

.fa-lasso::before { content: "\f8c8"; }

.fa-lasso-sparkles::before { content: "\e1c9"; }

.fa-layer-group::before { content: "\f5fd"; }

.fa-layer-minus::before { content: "\f5fe"; }

.fa-layer-group-minus::before { content: "\f5fe"; }

.fa-layer-plus::before { content: "\f5ff"; }

.fa-layer-group-plus::before { content: "\f5ff"; }

.fa-leaf::before { content: "\f06c"; }

.fa-leaf-heart::before { content: "\f4cb"; }

.fa-leaf-maple::before { content: "\f6f6"; }

.fa-leaf-oak::before { content: "\f6f7"; }

.fa-leafy-green::before { content: "\e41d"; }

.fa-left::before { content: "\f355"; }

.fa-arrow-alt-left::before { content: "\f355"; }

.fa-left-from-line::before { content: "\f348"; }

.fa-arrow-alt-from-right::before { content: "\f348"; }

.fa-left-long::before { content: "\f30a"; }

.fa-long-arrow-alt-left::before { content: "\f30a"; }

.fa-left-long-to-line::before { content: "\e41e"; }

.fa-left-right::before { content: "\f337"; }

.fa-arrows-alt-h::before { content: "\f337"; }

.fa-left-to-line::before { content: "\f34b"; }

.fa-arrow-alt-to-left::before { content: "\f34b"; }

.fa-lemon::before { content: "\f094"; }

.fa-less-than::before { content: "\3c"; }

.fa-less-than-equal::before { content: "\f537"; }

.fa-life-ring::before { content: "\f1cd"; }

.fa-light-ceiling::before { content: "\e016"; }

.fa-light-emergency::before { content: "\e41f"; }

.fa-light-emergency-on::before { content: "\e420"; }

.fa-light-switch::before { content: "\e017"; }

.fa-light-switch-off::before { content: "\e018"; }

.fa-light-switch-on::before { content: "\e019"; }

.fa-lightbulb::before { content: "\f0eb"; }

.fa-lightbulb-dollar::before { content: "\f670"; }

.fa-lightbulb-exclamation::before { content: "\f671"; }

.fa-lightbulb-exclamation-on::before { content: "\e1ca"; }

.fa-lightbulb-on::before { content: "\f672"; }

.fa-lightbulb-slash::before { content: "\f673"; }

.fa-lights-holiday::before { content: "\f7b2"; }

.fa-line-columns::before { content: "\f870"; }

.fa-line-height::before { content: "\f871"; }

.fa-lines-leaning::before { content: "\e51e"; }

.fa-link::before { content: "\f0c1"; }

.fa-chain::before { content: "\f0c1"; }

.fa-link-horizontal::before { content: "\e1cb"; }

.fa-chain-horizontal::before { content: "\e1cb"; }

.fa-link-horizontal-slash::before { content: "\e1cc"; }

.fa-chain-horizontal-slash::before { content: "\e1cc"; }

.fa-link-simple::before { content: "\e1cd"; }

.fa-link-simple-slash::before { content: "\e1ce"; }

.fa-link-slash::before { content: "\f127"; }

.fa-chain-broken::before { content: "\f127"; }

.fa-chain-slash::before { content: "\f127"; }

.fa-unlink::before { content: "\f127"; }

.fa-lips::before { content: "\f600"; }

.fa-lira-sign::before { content: "\f195"; }

.fa-list::before { content: "\f03a"; }

.fa-list-squares::before { content: "\f03a"; }

.fa-list-check::before { content: "\f0ae"; }

.fa-tasks::before { content: "\f0ae"; }

.fa-list-dropdown::before { content: "\e1cf"; }

.fa-list-music::before { content: "\f8c9"; }

.fa-list-ol::before { content: "\f0cb"; }

.fa-list-1-2::before { content: "\f0cb"; }

.fa-list-numeric::before { content: "\f0cb"; }

.fa-list-radio::before { content: "\e1d0"; }

.fa-list-timeline::before { content: "\e1d1"; }

.fa-list-tree::before { content: "\e1d2"; }

.fa-list-ul::before { content: "\f0ca"; }

.fa-list-dots::before { content: "\f0ca"; }

.fa-litecoin-sign::before { content: "\e1d3"; }

.fa-loader::before { content: "\e1d4"; }

.fa-lobster::before { content: "\e421"; }

.fa-location-arrow::before { content: "\f124"; }

.fa-location-check::before { content: "\f606"; }

.fa-map-marker-check::before { content: "\f606"; }

.fa-location-crosshairs::before { content: "\f601"; }

.fa-location::before { content: "\f601"; }

.fa-location-crosshairs-slash::before { content: "\f603"; }

.fa-location-slash::before { content: "\f603"; }

.fa-location-dot::before { content: "\f3c5"; }

.fa-map-marker-alt::before { content: "\f3c5"; }

.fa-location-dot-slash::before { content: "\f605"; }

.fa-map-marker-alt-slash::before { content: "\f605"; }

.fa-location-exclamation::before { content: "\f608"; }

.fa-map-marker-exclamation::before { content: "\f608"; }

.fa-location-minus::before { content: "\f609"; }

.fa-map-marker-minus::before { content: "\f609"; }

.fa-location-pen::before { content: "\f607"; }

.fa-map-marker-edit::before { content: "\f607"; }

.fa-location-pin::before { content: "\f041"; }

.fa-map-marker::before { content: "\f041"; }

.fa-location-pin-lock::before { content: "\e51f"; }

.fa-location-pin-slash::before { content: "\f60c"; }

.fa-map-marker-slash::before { content: "\f60c"; }

.fa-location-plus::before { content: "\f60a"; }

.fa-map-marker-plus::before { content: "\f60a"; }

.fa-location-question::before { content: "\f60b"; }

.fa-map-marker-question::before { content: "\f60b"; }

.fa-location-smile::before { content: "\f60d"; }

.fa-map-marker-smile::before { content: "\f60d"; }

.fa-location-xmark::before { content: "\f60e"; }

.fa-map-marker-times::before { content: "\f60e"; }

.fa-map-marker-xmark::before { content: "\f60e"; }

.fa-lock::before { content: "\f023"; }

.fa-lock-a::before { content: "\e422"; }

.fa-lock-hashtag::before { content: "\e423"; }

.fa-lock-keyhole::before { content: "\f30d"; }

.fa-lock-alt::before { content: "\f30d"; }

.fa-lock-keyhole-open::before { content: "\f3c2"; }

.fa-lock-open-alt::before { content: "\f3c2"; }

.fa-lock-open::before { content: "\f3c1"; }

.fa-locust::before { content: "\e520"; }

.fa-lollipop::before { content: "\e424"; }

.fa-lollypop::before { content: "\e424"; }

.fa-loveseat::before { content: "\f4cc"; }

.fa-couch-small::before { content: "\f4cc"; }

.fa-luchador-mask::before { content: "\f455"; }

.fa-luchador::before { content: "\f455"; }

.fa-mask-luchador::before { content: "\f455"; }

.fa-lungs::before { content: "\f604"; }

.fa-lungs-virus::before { content: "\e067"; }

.fa-m::before { content: "\4d"; }

.fa-mace::before { content: "\f6f8"; }

.fa-magnet::before { content: "\f076"; }

.fa-magnifying-glass::before { content: "\f002"; }

.fa-search::before { content: "\f002"; }

.fa-magnifying-glass-arrow-right::before { content: "\e521"; }

.fa-magnifying-glass-chart::before { content: "\e522"; }

.fa-magnifying-glass-dollar::before { content: "\f688"; }

.fa-search-dollar::before { content: "\f688"; }

.fa-magnifying-glass-location::before { content: "\f689"; }

.fa-search-location::before { content: "\f689"; }

.fa-magnifying-glass-minus::before { content: "\f010"; }

.fa-search-minus::before { content: "\f010"; }

.fa-magnifying-glass-plus::before { content: "\f00e"; }

.fa-search-plus::before { content: "\f00e"; }

.fa-mailbox::before { content: "\f813"; }

.fa-manat-sign::before { content: "\e1d5"; }

.fa-mandolin::before { content: "\f6f9"; }

.fa-mango::before { content: "\e30f"; }

.fa-manhole::before { content: "\e1d6"; }

.fa-map::before { content: "\f279"; }

.fa-map-location::before { content: "\f59f"; }

.fa-map-marked::before { content: "\f59f"; }

.fa-map-location-dot::before { content: "\f5a0"; }

.fa-map-marked-alt::before { content: "\f5a0"; }

.fa-map-pin::before { content: "\f276"; }

.fa-marker::before { content: "\f5a1"; }

.fa-mars::before { content: "\f222"; }

.fa-mars-and-venus::before { content: "\f224"; }

.fa-mars-and-venus-burst::before { content: "\e523"; }

.fa-mars-double::before { content: "\f227"; }

.fa-mars-stroke::before { content: "\f229"; }

.fa-mars-stroke-right::before { content: "\f22b"; }

.fa-mars-stroke-h::before { content: "\f22b"; }

.fa-mars-stroke-up::before { content: "\f22a"; }

.fa-mars-stroke-v::before { content: "\f22a"; }

.fa-martini-glass::before { content: "\f57b"; }

.fa-glass-martini-alt::before { content: "\f57b"; }

.fa-martini-glass-citrus::before { content: "\f561"; }

.fa-cocktail::before { content: "\f561"; }

.fa-martini-glass-empty::before { content: "\f000"; }

.fa-glass-martini::before { content: "\f000"; }

.fa-mask::before { content: "\f6fa"; }

.fa-mask-face::before { content: "\e1d7"; }

.fa-mask-snorkel::before { content: "\e3b7"; }

.fa-mask-ventilator::before { content: "\e524"; }

.fa-masks-theater::before { content: "\f630"; }

.fa-theater-masks::before { content: "\f630"; }

.fa-mattress-pillow::before { content: "\e525"; }

.fa-maximize::before { content: "\f31e"; }

.fa-expand-arrows-alt::before { content: "\f31e"; }

.fa-meat::before { content: "\f814"; }

.fa-medal::before { content: "\f5a2"; }

.fa-megaphone::before { content: "\f675"; }

.fa-melon::before { content: "\e310"; }

.fa-melon-slice::before { content: "\e311"; }

.fa-memo::before { content: "\e1d8"; }

.fa-memo-circle-check::before { content: "\e1d9"; }

.fa-memo-circle-info::before { content: "\e49a"; }

.fa-memo-pad::before { content: "\e1da"; }

.fa-memory::before { content: "\f538"; }

.fa-menorah::before { content: "\f676"; }

.fa-mercury::before { content: "\f223"; }

.fa-merge::before { content: "\e526"; }

.fa-message::before { content: "\f27a"; }

.fa-comment-alt::before { content: "\f27a"; }

.fa-message-arrow-down::before { content: "\e1db"; }

.fa-comment-alt-arrow-down::before { content: "\e1db"; }

.fa-message-arrow-up::before { content: "\e1dc"; }

.fa-comment-alt-arrow-up::before { content: "\e1dc"; }

.fa-message-arrow-up-right::before { content: "\e1dd"; }

.fa-message-bot::before { content: "\e3b8"; }

.fa-message-captions::before { content: "\e1de"; }

.fa-comment-alt-captions::before { content: "\e1de"; }

.fa-message-check::before { content: "\f4a2"; }

.fa-comment-alt-check::before { content: "\f4a2"; }

.fa-message-code::before { content: "\e1df"; }

.fa-message-dollar::before { content: "\f650"; }

.fa-comment-alt-dollar::before { content: "\f650"; }

.fa-message-dots::before { content: "\f4a3"; }

.fa-comment-alt-dots::before { content: "\f4a3"; }

.fa-messaging::before { content: "\f4a3"; }

.fa-message-exclamation::before { content: "\f4a5"; }

.fa-comment-alt-exclamation::before { content: "\f4a5"; }

.fa-message-image::before { content: "\e1e0"; }

.fa-comment-alt-image::before { content: "\e1e0"; }

.fa-message-lines::before { content: "\f4a6"; }

.fa-comment-alt-lines::before { content: "\f4a6"; }

.fa-message-medical::before { content: "\f7f4"; }

.fa-comment-alt-medical::before { content: "\f7f4"; }

.fa-message-middle::before { content: "\e1e1"; }

.fa-comment-middle-alt::before { content: "\e1e1"; }

.fa-message-middle-top::before { content: "\e1e2"; }

.fa-comment-middle-top-alt::before { content: "\e1e2"; }

.fa-message-minus::before { content: "\f4a7"; }

.fa-comment-alt-minus::before { content: "\f4a7"; }

.fa-message-music::before { content: "\f8af"; }

.fa-comment-alt-music::before { content: "\f8af"; }

.fa-message-pen::before { content: "\f4a4"; }

.fa-comment-alt-edit::before { content: "\f4a4"; }

.fa-message-edit::before { content: "\f4a4"; }

.fa-message-plus::before { content: "\f4a8"; }

.fa-comment-alt-plus::before { content: "\f4a8"; }

.fa-message-question::before { content: "\e1e3"; }

.fa-message-quote::before { content: "\e1e4"; }

.fa-comment-alt-quote::before { content: "\e1e4"; }

.fa-message-slash::before { content: "\f4a9"; }

.fa-comment-alt-slash::before { content: "\f4a9"; }

.fa-message-smile::before { content: "\f4aa"; }

.fa-comment-alt-smile::before { content: "\f4aa"; }

.fa-message-sms::before { content: "\e1e5"; }

.fa-message-text::before { content: "\e1e6"; }

.fa-comment-alt-text::before { content: "\e1e6"; }

.fa-message-xmark::before { content: "\f4ab"; }

.fa-comment-alt-times::before { content: "\f4ab"; }

.fa-message-times::before { content: "\f4ab"; }

.fa-messages::before { content: "\f4b6"; }

.fa-comments-alt::before { content: "\f4b6"; }

.fa-messages-dollar::before { content: "\f652"; }

.fa-comments-alt-dollar::before { content: "\f652"; }

.fa-messages-question::before { content: "\e1e7"; }

.fa-meteor::before { content: "\f753"; }

.fa-meter::before { content: "\e1e8"; }

.fa-meter-bolt::before { content: "\e1e9"; }

.fa-meter-droplet::before { content: "\e1ea"; }

.fa-meter-fire::before { content: "\e1eb"; }

.fa-microchip::before { content: "\f2db"; }

.fa-microchip-ai::before { content: "\e1ec"; }

.fa-microphone::before { content: "\f130"; }

.fa-microphone-lines::before { content: "\f3c9"; }

.fa-microphone-alt::before { content: "\f3c9"; }

.fa-microphone-lines-slash::before { content: "\f539"; }

.fa-microphone-alt-slash::before { content: "\f539"; }

.fa-microphone-slash::before { content: "\f131"; }

.fa-microphone-stand::before { content: "\f8cb"; }

.fa-microscope::before { content: "\f610"; }

.fa-microwave::before { content: "\e01b"; }

.fa-mill-sign::before { content: "\e1ed"; }

.fa-minimize::before { content: "\f78c"; }

.fa-compress-arrows-alt::before { content: "\f78c"; }

.fa-minus::before { content: "\f068"; }

.fa-subtract::before { content: "\f068"; }

.fa-mistletoe::before { content: "\f7b4"; }

.fa-mitten::before { content: "\f7b5"; }

.fa-mobile::before { content: "\f3ce"; }

.fa-mobile-android::before { content: "\f3ce"; }

.fa-mobile-phone::before { content: "\f3ce"; }

.fa-mobile-button::before { content: "\f10b"; }

.fa-mobile-notch::before { content: "\e1ee"; }

.fa-mobile-iphone::before { content: "\e1ee"; }

.fa-mobile-retro::before { content: "\e527"; }

.fa-mobile-screen::before { content: "\f3cf"; }

.fa-mobile-android-alt::before { content: "\f3cf"; }

.fa-mobile-screen-button::before { content: "\f3cd"; }

.fa-mobile-alt::before { content: "\f3cd"; }

.fa-mobile-signal::before { content: "\e1ef"; }

.fa-mobile-signal-out::before { content: "\e1f0"; }

.fa-money-bill::before { content: "\f0d6"; }

.fa-money-bill-1::before { content: "\f3d1"; }

.fa-money-bill-alt::before { content: "\f3d1"; }

.fa-money-bill-1-wave::before { content: "\f53b"; }

.fa-money-bill-wave-alt::before { content: "\f53b"; }

.fa-money-bill-simple::before { content: "\e1f1"; }

.fa-money-bill-simple-wave::before { content: "\e1f2"; }

.fa-money-bill-transfer::before { content: "\e528"; }

.fa-money-bill-trend-up::before { content: "\e529"; }

.fa-money-bill-wave::before { content: "\f53a"; }

.fa-money-bill-wheat::before { content: "\e52a"; }

.fa-money-bills::before { content: "\e1f3"; }

.fa-money-bills-simple::before { content: "\e1f4"; }

.fa-money-bills-alt::before { content: "\e1f4"; }

.fa-money-check::before { content: "\f53c"; }

.fa-money-check-dollar::before { content: "\f53d"; }

.fa-money-check-alt::before { content: "\f53d"; }

.fa-money-check-dollar-pen::before { content: "\f873"; }

.fa-money-check-edit-alt::before { content: "\f873"; }

.fa-money-check-pen::before { content: "\f872"; }

.fa-money-check-edit::before { content: "\f872"; }

.fa-money-from-bracket::before { content: "\e312"; }

.fa-money-simple-from-bracket::before { content: "\e313"; }

.fa-monitor-waveform::before { content: "\f611"; }

.fa-monitor-heart-rate::before { content: "\f611"; }

.fa-monkey::before { content: "\f6fb"; }

.fa-monument::before { content: "\f5a6"; }

.fa-moon::before { content: "\f186"; }

.fa-moon-cloud::before { content: "\f754"; }

.fa-moon-over-sun::before { content: "\f74a"; }

.fa-eclipse-alt::before { content: "\f74a"; }

.fa-moon-stars::before { content: "\f755"; }

.fa-moped::before { content: "\e3b9"; }

.fa-mortar-pestle::before { content: "\f5a7"; }

.fa-mosque::before { content: "\f678"; }

.fa-mosquito::before { content: "\e52b"; }

.fa-mosquito-net::before { content: "\e52c"; }

.fa-motorcycle::before { content: "\f21c"; }

.fa-mound::before { content: "\e52d"; }

.fa-mountain::before { content: "\f6fc"; }

.fa-mountain-city::before { content: "\e52e"; }

.fa-mountain-sun::before { content: "\e52f"; }

.fa-mountains::before { content: "\f6fd"; }

.fa-mp3-player::before { content: "\f8ce"; }

.fa-mug::before { content: "\f874"; }

.fa-mug-hot::before { content: "\f7b6"; }

.fa-mug-marshmallows::before { content: "\f7b7"; }

.fa-mug-saucer::before { content: "\f0f4"; }

.fa-coffee::before { content: "\f0f4"; }

.fa-mug-tea::before { content: "\f875"; }

.fa-mug-tea-saucer::before { content: "\e1f5"; }

.fa-mushroom::before { content: "\e425"; }

.fa-music::before { content: "\f001"; }

.fa-music-note::before { content: "\f8cf"; }

.fa-music-alt::before { content: "\f8cf"; }

.fa-music-note-slash::before { content: "\f8d0"; }

.fa-music-alt-slash::before { content: "\f8d0"; }

.fa-music-slash::before { content: "\f8d1"; }

.fa-n::before { content: "\4e"; }

.fa-naira-sign::before { content: "\e1f6"; }

.fa-narwhal::before { content: "\f6fe"; }

.fa-nesting-dolls::before { content: "\e3ba"; }

.fa-network-wired::before { content: "\f6ff"; }

.fa-neuter::before { content: "\f22c"; }

.fa-newspaper::before { content: "\f1ea"; }

.fa-nfc::before { content: "\e1f7"; }

.fa-nfc-lock::before { content: "\e1f8"; }

.fa-nfc-magnifying-glass::before { content: "\e1f9"; }

.fa-nfc-pen::before { content: "\e1fa"; }

.fa-nfc-signal::before { content: "\e1fb"; }

.fa-nfc-slash::before { content: "\e1fc"; }

.fa-nfc-trash::before { content: "\e1fd"; }

.fa-not-equal::before { content: "\f53e"; }

.fa-notdef::before { content: "\e1fe"; }

.fa-note::before { content: "\e1ff"; }

.fa-note-medical::before { content: "\e200"; }

.fa-note-sticky::before { content: "\f249"; }

.fa-sticky-note::before { content: "\f249"; }

.fa-notebook::before { content: "\e201"; }

.fa-notes::before { content: "\e202"; }

.fa-notes-medical::before { content: "\f481"; }

.fa-o::before { content: "\4f"; }

.fa-object-exclude::before { content: "\e49c"; }

.fa-object-group::before { content: "\f247"; }

.fa-object-intersect::before { content: "\e49d"; }

.fa-object-subtract::before { content: "\e49e"; }

.fa-object-ungroup::before { content: "\f248"; }

.fa-object-union::before { content: "\e49f"; }

.fa-objects-align-bottom::before { content: "\e3bb"; }

.fa-objects-align-center-horizontal::before { content: "\e3bc"; }

.fa-objects-align-center-vertical::before { content: "\e3bd"; }

.fa-objects-align-left::before { content: "\e3be"; }

.fa-objects-align-right::before { content: "\e3bf"; }

.fa-objects-align-top::before { content: "\e3c0"; }

.fa-objects-column::before { content: "\e3c1"; }

.fa-octagon::before { content: "\f306"; }

.fa-octagon-check::before { content: "\e426"; }

.fa-octagon-divide::before { content: "\e203"; }

.fa-octagon-exclamation::before { content: "\e204"; }

.fa-octagon-minus::before { content: "\f308"; }

.fa-minus-octagon::before { content: "\f308"; }

.fa-octagon-plus::before { content: "\f301"; }

.fa-plus-octagon::before { content: "\f301"; }

.fa-octagon-xmark::before { content: "\f2f0"; }

.fa-times-octagon::before { content: "\f2f0"; }

.fa-xmark-octagon::before { content: "\f2f0"; }

.fa-oil-can::before { content: "\f613"; }

.fa-oil-can-drip::before { content: "\e205"; }

.fa-oil-temperature::before { content: "\f614"; }

.fa-oil-temp::before { content: "\f614"; }

.fa-oil-well::before { content: "\e532"; }

.fa-olive::before { content: "\e316"; }

.fa-olive-branch::before { content: "\e317"; }

.fa-om::before { content: "\f679"; }

.fa-omega::before { content: "\f67a"; }

.fa-onion::before { content: "\e427"; }

.fa-option::before { content: "\e318"; }

.fa-ornament::before { content: "\f7b8"; }

.fa-otter::before { content: "\f700"; }

.fa-outdent::before { content: "\f03b"; }

.fa-dedent::before { content: "\f03b"; }

.fa-outlet::before { content: "\e01c"; }

.fa-oven::before { content: "\e01d"; }

.fa-overline::before { content: "\f876"; }

.fa-p::before { content: "\50"; }

.fa-page::before { content: "\e428"; }

.fa-page-caret-down::before { content: "\e429"; }

.fa-file-caret-down::before { content: "\e429"; }

.fa-page-caret-up::before { content: "\e42a"; }

.fa-file-caret-up::before { content: "\e42a"; }

.fa-pager::before { content: "\f815"; }

.fa-paint-roller::before { content: "\f5aa"; }

.fa-paintbrush::before { content: "\f1fc"; }

.fa-paint-brush::before { content: "\f1fc"; }

.fa-paintbrush-fine::before { content: "\f5a9"; }

.fa-paint-brush-alt::before { content: "\f5a9"; }

.fa-paint-brush-fine::before { content: "\f5a9"; }

.fa-paintbrush-alt::before { content: "\f5a9"; }

.fa-paintbrush-pencil::before { content: "\e206"; }

.fa-palette::before { content: "\f53f"; }

.fa-pallet::before { content: "\f482"; }

.fa-pallet-box::before { content: "\e208"; }

.fa-pallet-boxes::before { content: "\f483"; }

.fa-palette-boxes::before { content: "\f483"; }

.fa-pallet-alt::before { content: "\f483"; }

.fa-pan-food::before { content: "\e42b"; }

.fa-pan-frying::before { content: "\e42c"; }

.fa-pancakes::before { content: "\e42d"; }

.fa-panel-ews::before { content: "\e42e"; }

.fa-panel-fire::before { content: "\e42f"; }

.fa-panorama::before { content: "\e209"; }

.fa-paper-plane::before { content: "\f1d8"; }

.fa-paper-plane-top::before { content: "\e20a"; }

.fa-paper-plane-alt::before { content: "\e20a"; }

.fa-send::before { content: "\e20a"; }

.fa-paperclip::before { content: "\f0c6"; }

.fa-paperclip-vertical::before { content: "\e3c2"; }

.fa-parachute-box::before { content: "\f4cd"; }

.fa-paragraph::before { content: "\f1dd"; }

.fa-paragraph-left::before { content: "\f878"; }

.fa-paragraph-rtl::before { content: "\f878"; }

.fa-party-bell::before { content: "\e31a"; }

.fa-party-horn::before { content: "\e31b"; }

.fa-passport::before { content: "\f5ab"; }

.fa-paste::before { content: "\f0ea"; }

.fa-file-clipboard::before { content: "\f0ea"; }

.fa-pause::before { content: "\f04c"; }

.fa-paw::before { content: "\f1b0"; }

.fa-paw-claws::before { content: "\f702"; }

.fa-paw-simple::before { content: "\f701"; }

.fa-paw-alt::before { content: "\f701"; }

.fa-peace::before { content: "\f67c"; }

.fa-peach::before { content: "\e20b"; }

.fa-peanut::before { content: "\e430"; }

.fa-peanuts::before { content: "\e431"; }

.fa-peapod::before { content: "\e31c"; }

.fa-pear::before { content: "\e20c"; }

.fa-pedestal::before { content: "\e20d"; }

.fa-pegasus::before { content: "\f703"; }

.fa-pen::before { content: "\f304"; }

.fa-pen-circle::before { content: "\e20e"; }

.fa-pen-clip::before { content: "\f305"; }

.fa-pen-alt::before { content: "\f305"; }

.fa-pen-clip-slash::before { content: "\e20f"; }

.fa-pen-alt-slash::before { content: "\e20f"; }

.fa-pen-fancy::before { content: "\f5ac"; }

.fa-pen-fancy-slash::before { content: "\e210"; }

.fa-pen-field::before { content: "\e211"; }

.fa-pen-line::before { content: "\e212"; }

.fa-pen-nib::before { content: "\f5ad"; }

.fa-pen-nib-slash::before { content: "\e4a1"; }

.fa-pen-paintbrush::before { content: "\f618"; }

.fa-pencil-paintbrush::before { content: "\f618"; }

.fa-pen-ruler::before { content: "\f5ae"; }

.fa-pencil-ruler::before { content: "\f5ae"; }

.fa-pen-slash::before { content: "\e213"; }

.fa-pen-swirl::before { content: "\e214"; }

.fa-pen-to-square::before { content: "\f044"; }

.fa-edit::before { content: "\f044"; }

.fa-pencil::before { content: "\f303"; }

.fa-pencil-alt::before { content: "\f303"; }

.fa-pencil-slash::before { content: "\e215"; }

.fa-people::before { content: "\e216"; }

.fa-people-arrows-left-right::before { content: "\e068"; }

.fa-people-arrows::before { content: "\e068"; }

.fa-people-carry-box::before { content: "\f4ce"; }

.fa-people-carry::before { content: "\f4ce"; }

.fa-people-dress::before { content: "\e217"; }

.fa-people-dress-simple::before { content: "\e218"; }

.fa-people-group::before { content: "\e533"; }

.fa-people-line::before { content: "\e534"; }

.fa-people-pants::before { content: "\e219"; }

.fa-people-pants-simple::before { content: "\e21a"; }

.fa-people-pulling::before { content: "\e535"; }

.fa-people-robbery::before { content: "\e536"; }

.fa-people-roof::before { content: "\e537"; }

.fa-people-simple::before { content: "\e21b"; }

.fa-pepper::before { content: "\e432"; }

.fa-pepper-hot::before { content: "\f816"; }

.fa-percent::before { content: "\25"; }

.fa-percentage::before { content: "\25"; }

.fa-period::before { content: "\2e"; }

.fa-person::before { content: "\f183"; }

.fa-male::before { content: "\f183"; }

.fa-person-arrow-down-to-line::before { content: "\e538"; }

.fa-person-arrow-up-from-line::before { content: "\e539"; }

.fa-person-biking::before { content: "\f84a"; }

.fa-biking::before { content: "\f84a"; }

.fa-person-biking-mountain::before { content: "\f84b"; }

.fa-biking-mountain::before { content: "\f84b"; }

.fa-person-booth::before { content: "\f756"; }

.fa-person-breastfeeding::before { content: "\e53a"; }

.fa-person-burst::before { content: "\e53b"; }

.fa-person-cane::before { content: "\e53c"; }

.fa-person-carry-box::before { content: "\f4cf"; }

.fa-person-carry::before { content: "\f4cf"; }

.fa-person-chalkboard::before { content: "\e53d"; }

.fa-person-circle-check::before { content: "\e53e"; }

.fa-person-circle-exclamation::before { content: "\e53f"; }

.fa-person-circle-minus::before { content: "\e540"; }

.fa-person-circle-plus::before { content: "\e541"; }

.fa-person-circle-question::before { content: "\e542"; }

.fa-person-circle-xmark::before { content: "\e543"; }

.fa-person-digging::before { content: "\f85e"; }

.fa-digging::before { content: "\f85e"; }

.fa-person-dolly::before { content: "\f4d0"; }

.fa-person-dolly-empty::before { content: "\f4d1"; }

.fa-person-dots-from-line::before { content: "\f470"; }

.fa-diagnoses::before { content: "\f470"; }

.fa-person-dress::before { content: "\f182"; }

.fa-female::before { content: "\f182"; }

.fa-person-dress-burst::before { content: "\e544"; }

.fa-person-dress-simple::before { content: "\e21c"; }

.fa-person-drowning::before { content: "\e545"; }

.fa-person-falling::before { content: "\e546"; }

.fa-person-falling-burst::before { content: "\e547"; }

.fa-person-from-portal::before { content: "\e023"; }

.fa-portal-exit::before { content: "\e023"; }

.fa-person-half-dress::before { content: "\e548"; }

.fa-person-harassing::before { content: "\e549"; }

.fa-person-hiking::before { content: "\f6ec"; }

.fa-hiking::before { content: "\f6ec"; }

.fa-person-military-pointing::before { content: "\e54a"; }

.fa-person-military-rifle::before { content: "\e54b"; }

.fa-person-military-to-person::before { content: "\e54c"; }

.fa-person-pinball::before { content: "\e21d"; }

.fa-person-praying::before { content: "\f683"; }

.fa-pray::before { content: "\f683"; }

.fa-person-pregnant::before { content: "\e31e"; }

.fa-person-rays::before { content: "\e54d"; }

.fa-person-rifle::before { content: "\e54e"; }

.fa-person-running::before { content: "\f70c"; }

.fa-running::before { content: "\f70c"; }

.fa-person-seat::before { content: "\e21e"; }

.fa-person-seat-reclined::before { content: "\e21f"; }

.fa-person-shelter::before { content: "\e54f"; }

.fa-person-sign::before { content: "\f757"; }

.fa-person-simple::before { content: "\e220"; }

.fa-person-skating::before { content: "\f7c5"; }

.fa-skating::before { content: "\f7c5"; }

.fa-person-ski-jumping::before { content: "\f7c7"; }

.fa-ski-jump::before { content: "\f7c7"; }

.fa-person-ski-lift::before { content: "\f7c8"; }

.fa-ski-lift::before { content: "\f7c8"; }

.fa-person-skiing::before { content: "\f7c9"; }

.fa-skiing::before { content: "\f7c9"; }

.fa-person-skiing-nordic::before { content: "\f7ca"; }

.fa-skiing-nordic::before { content: "\f7ca"; }

.fa-person-sledding::before { content: "\f7cb"; }

.fa-sledding::before { content: "\f7cb"; }

.fa-person-snowboarding::before { content: "\f7ce"; }

.fa-snowboarding::before { content: "\f7ce"; }

.fa-person-snowmobiling::before { content: "\f7d1"; }

.fa-snowmobile::before { content: "\f7d1"; }

.fa-person-swimming::before { content: "\f5c4"; }

.fa-swimmer::before { content: "\f5c4"; }

.fa-person-through-window::before { content: "\e433"; }

.fa-person-to-door::before { content: "\e550"; }

.fa-person-to-portal::before { content: "\e022"; }

.fa-portal-enter::before { content: "\e022"; }

.fa-person-walking::before { content: "\f554"; }

.fa-walking::before { content: "\f554"; }

.fa-person-walking-arrow-loop-left::before { content: "\e551"; }

.fa-person-walking-arrow-right::before { content: "\e552"; }

.fa-person-walking-dashed-line-arrow-right::before { content: "\e553"; }

.fa-person-walking-luggage::before { content: "\e554"; }

.fa-person-walking-with-cane::before { content: "\f29d"; }

.fa-blind::before { content: "\f29d"; }

.fa-peseta-sign::before { content: "\e221"; }

.fa-peso-sign::before { content: "\e222"; }

.fa-phone::before { content: "\f095"; }

.fa-phone-arrow-down-left::before { content: "\e223"; }

.fa-phone-arrow-down::before { content: "\e223"; }

.fa-phone-incoming::before { content: "\e223"; }

.fa-phone-arrow-up-right::before { content: "\e224"; }

.fa-phone-arrow-up::before { content: "\e224"; }

.fa-phone-outgoing::before { content: "\e224"; }

.fa-phone-flip::before { content: "\f879"; }

.fa-phone-alt::before { content: "\f879"; }

.fa-phone-hangup::before { content: "\e225"; }

.fa-phone-intercom::before { content: "\e434"; }

.fa-phone-missed::before { content: "\e226"; }

.fa-phone-office::before { content: "\f67d"; }

.fa-phone-plus::before { content: "\f4d2"; }

.fa-phone-rotary::before { content: "\f8d3"; }

.fa-phone-slash::before { content: "\f3dd"; }

.fa-phone-volume::before { content: "\f2a0"; }

.fa-volume-control-phone::before { content: "\f2a0"; }

.fa-phone-xmark::before { content: "\e227"; }

.fa-photo-film::before { content: "\f87c"; }

.fa-photo-video::before { content: "\f87c"; }

.fa-photo-film-music::before { content: "\e228"; }

.fa-pi::before { content: "\f67e"; }

.fa-piano::before { content: "\f8d4"; }

.fa-piano-keyboard::before { content: "\f8d5"; }

.fa-pickleball::before { content: "\e435"; }

.fa-pie::before { content: "\f705"; }

.fa-pig::before { content: "\f706"; }

.fa-piggy-bank::before { content: "\f4d3"; }

.fa-pills::before { content: "\f484"; }

.fa-pinata::before { content: "\e3c3"; }

.fa-pinball::before { content: "\e229"; }

.fa-pineapple::before { content: "\e31f"; }

.fa-pipe::before { content: "\7c"; }

.fa-pipe-circle-check::before { content: "\e436"; }

.fa-pipe-collar::before { content: "\e437"; }

.fa-pipe-section::before { content: "\e438"; }

.fa-pipe-smoking::before { content: "\e3c4"; }

.fa-pipe-valve::before { content: "\e439"; }

.fa-pizza::before { content: "\f817"; }

.fa-pizza-slice::before { content: "\f818"; }

.fa-place-of-worship::before { content: "\f67f"; }

.fa-plane::before { content: "\f072"; }

.fa-plane-arrival::before { content: "\f5af"; }

.fa-plane-circle-check::before { content: "\e555"; }

.fa-plane-circle-exclamation::before { content: "\e556"; }

.fa-plane-circle-xmark::before { content: "\e557"; }

.fa-plane-departure::before { content: "\f5b0"; }

.fa-plane-engines::before { content: "\f3de"; }

.fa-plane-alt::before { content: "\f3de"; }

.fa-plane-lock::before { content: "\e558"; }

.fa-plane-prop::before { content: "\e22b"; }

.fa-plane-slash::before { content: "\e069"; }

.fa-plane-tail::before { content: "\e22c"; }

.fa-plane-up::before { content: "\e22d"; }

.fa-plane-up-slash::before { content: "\e22e"; }

.fa-planet-moon::before { content: "\e01f"; }

.fa-planet-ringed::before { content: "\e020"; }

.fa-plant-wilt::before { content: "\e43b"; }

.fa-plate-utensils::before { content: "\e559"; }

.fa-plate-wheat::before { content: "\e55a"; }

.fa-play::before { content: "\f04b"; }

.fa-play-pause::before { content: "\e22f"; }

.fa-plug::before { content: "\f1e6"; }

.fa-plug-circle-bolt::before { content: "\e55b"; }

.fa-plug-circle-check::before { content: "\e55c"; }

.fa-plug-circle-exclamation::before { content: "\e55d"; }

.fa-plug-circle-minus::before { content: "\e55e"; }

.fa-plug-circle-plus::before { content: "\e55f"; }

.fa-plug-circle-xmark::before { content: "\e560"; }

.fa-plus::before { content: "\2b"; }

.fa-add::before { content: "\2b"; }

.fa-plus-large::before { content: "\e59e"; }

.fa-plus-minus::before { content: "\e43c"; }

.fa-podcast::before { content: "\f2ce"; }

.fa-podium::before { content: "\f680"; }

.fa-podium-star::before { content: "\f758"; }

.fa-police-box::before { content: "\e021"; }

.fa-poll-people::before { content: "\f759"; }

.fa-pompebled::before { content: "\e43d"; }

.fa-poo::before { content: "\f2fe"; }

.fa-poo-storm::before { content: "\f75a"; }

.fa-poo-bolt::before { content: "\f75a"; }

.fa-pool-8-ball::before { content: "\e3c5"; }

.fa-poop::before { content: "\f619"; }

.fa-popcorn::before { content: "\f819"; }

.fa-popsicle::before { content: "\e43e"; }

.fa-pot-food::before { content: "\e43f"; }

.fa-potato::before { content: "\e440"; }

.fa-power-off::before { content: "\f011"; }

.fa-prescription::before { content: "\f5b1"; }

.fa-prescription-bottle::before { content: "\f485"; }

.fa-prescription-bottle-medical::before { content: "\f486"; }

.fa-prescription-bottle-alt::before { content: "\f486"; }

.fa-presentation-screen::before { content: "\f685"; }

.fa-presentation::before { content: "\f685"; }

.fa-pretzel::before { content: "\e441"; }

.fa-print::before { content: "\f02f"; }

.fa-print-magnifying-glass::before { content: "\f81a"; }

.fa-print-search::before { content: "\f81a"; }

.fa-print-slash::before { content: "\f686"; }

.fa-projector::before { content: "\f8d6"; }

.fa-pump::before { content: "\e442"; }

.fa-pump-medical::before { content: "\e06a"; }

.fa-pump-soap::before { content: "\e06b"; }

.fa-pumpkin::before { content: "\f707"; }

.fa-puzzle::before { content: "\e443"; }

.fa-puzzle-piece::before { content: "\f12e"; }

.fa-puzzle-piece-simple::before { content: "\e231"; }

.fa-puzzle-piece-alt::before { content: "\e231"; }

.fa-q::before { content: "\51"; }

.fa-qrcode::before { content: "\f029"; }

.fa-question::before { content: "\3f"; }

.fa-quote-left::before { content: "\f10d"; }

.fa-quote-left-alt::before { content: "\f10d"; }

.fa-quote-right::before { content: "\f10e"; }

.fa-quote-right-alt::before { content: "\f10e"; }

.fa-quotes::before { content: "\e234"; }

.fa-r::before { content: "\52"; }

.fa-rabbit::before { content: "\f708"; }

.fa-rabbit-running::before { content: "\f709"; }

.fa-rabbit-fast::before { content: "\f709"; }

.fa-racquet::before { content: "\f45a"; }

.fa-radar::before { content: "\e024"; }

.fa-radiation::before { content: "\f7b9"; }

.fa-radio::before { content: "\f8d7"; }

.fa-radio-tuner::before { content: "\f8d8"; }

.fa-radio-alt::before { content: "\f8d8"; }

.fa-rainbow::before { content: "\f75b"; }

.fa-raindrops::before { content: "\f75c"; }

.fa-ram::before { content: "\f70a"; }

.fa-ramp-loading::before { content: "\f4d4"; }

.fa-ranking-star::before { content: "\e561"; }

.fa-raygun::before { content: "\e025"; }

.fa-receipt::before { content: "\f543"; }

.fa-record-vinyl::before { content: "\f8d9"; }

.fa-rectangle::before { content: "\f2fa"; }

.fa-rectangle-landscape::before { content: "\f2fa"; }

.fa-rectangle-ad::before { content: "\f641"; }

.fa-ad::before { content: "\f641"; }

.fa-rectangle-barcode::before { content: "\f463"; }

.fa-barcode-alt::before { content: "\f463"; }

.fa-rectangle-code::before { content: "\e322"; }

.fa-rectangle-history::before { content: "\e4a2"; }

.fa-rectangle-history-circle-plus::before { content: "\e4a3"; }

.fa-rectangle-history-circle-user::before { content: "\e4a4"; }

.fa-rectangle-list::before { content: "\f022"; }

.fa-list-alt::before { content: "\f022"; }

.fa-rectangle-pro::before { content: "\e235"; }

.fa-pro::before { content: "\e235"; }

.fa-rectangle-terminal::before { content: "\e236"; }

.fa-rectangle-vertical::before { content: "\f2fb"; }

.fa-rectangle-portrait::before { content: "\f2fb"; }

.fa-rectangle-vertical-history::before { content: "\e237"; }

.fa-rectangle-wide::before { content: "\f2fc"; }

.fa-rectangle-xmark::before { content: "\f410"; }

.fa-rectangle-times::before { content: "\f410"; }

.fa-times-rectangle::before { content: "\f410"; }

.fa-window-close::before { content: "\f410"; }

.fa-rectangles-mixed::before { content: "\e323"; }

.fa-recycle::before { content: "\f1b8"; }

.fa-reel::before { content: "\e238"; }

.fa-refrigerator::before { content: "\e026"; }

.fa-registered::before { content: "\f25d"; }

.fa-repeat::before { content: "\f363"; }

.fa-repeat-1::before { content: "\f365"; }

.fa-reply::before { content: "\f3e5"; }

.fa-mail-reply::before { content: "\f3e5"; }

.fa-reply-all::before { content: "\f122"; }

.fa-mail-reply-all::before { content: "\f122"; }

.fa-reply-clock::before { content: "\e239"; }

.fa-reply-time::before { content: "\e239"; }

.fa-republican::before { content: "\f75e"; }

.fa-restroom::before { content: "\f7bd"; }

.fa-restroom-simple::before { content: "\e23a"; }

.fa-retweet::before { content: "\f079"; }

.fa-rhombus::before { content: "\e23b"; }

.fa-ribbon::before { content: "\f4d6"; }

.fa-right::before { content: "\f356"; }

.fa-arrow-alt-right::before { content: "\f356"; }

.fa-right-from-bracket::before { content: "\f2f5"; }

.fa-sign-out-alt::before { content: "\f2f5"; }

.fa-right-from-line::before { content: "\f347"; }

.fa-arrow-alt-from-left::before { content: "\f347"; }

.fa-right-left::before { content: "\f362"; }

.fa-exchange-alt::before { content: "\f362"; }

.fa-right-long::before { content: "\f30b"; }

.fa-long-arrow-alt-right::before { content: "\f30b"; }

.fa-right-long-to-line::before { content: "\e444"; }

.fa-right-to-bracket::before { content: "\f2f6"; }

.fa-sign-in-alt::before { content: "\f2f6"; }

.fa-right-to-line::before { content: "\f34c"; }

.fa-arrow-alt-to-right::before { content: "\f34c"; }

.fa-ring::before { content: "\f70b"; }

.fa-rings-wedding::before { content: "\f81b"; }

.fa-road::before { content: "\f018"; }

.fa-road-barrier::before { content: "\e562"; }

.fa-road-bridge::before { content: "\e563"; }

.fa-road-circle-check::before { content: "\e564"; }

.fa-road-circle-exclamation::before { content: "\e565"; }

.fa-road-circle-xmark::before { content: "\e566"; }

.fa-road-lock::before { content: "\e567"; }

.fa-road-spikes::before { content: "\e568"; }

.fa-robot::before { content: "\f544"; }

.fa-robot-astromech::before { content: "\e2d2"; }

.fa-rocket::before { content: "\f135"; }

.fa-rocket-launch::before { content: "\e027"; }

.fa-roller-coaster::before { content: "\e324"; }

.fa-rotate::before { content: "\f2f1"; }

.fa-sync-alt::before { content: "\f2f1"; }

.fa-rotate-exclamation::before { content: "\e23c"; }

.fa-rotate-left::before { content: "\f2ea"; }

.fa-rotate-back::before { content: "\f2ea"; }

.fa-rotate-backward::before { content: "\f2ea"; }

.fa-undo-alt::before { content: "\f2ea"; }

.fa-rotate-right::before { content: "\f2f9"; }

.fa-redo-alt::before { content: "\f2f9"; }

.fa-rotate-forward::before { content: "\f2f9"; }

.fa-route::before { content: "\f4d7"; }

.fa-route-highway::before { content: "\f61a"; }

.fa-route-interstate::before { content: "\f61b"; }

.fa-router::before { content: "\f8da"; }

.fa-rss::before { content: "\f09e"; }

.fa-feed::before { content: "\f09e"; }

.fa-ruble-sign::before { content: "\f158"; }

.fa-rouble::before { content: "\f158"; }

.fa-rub::before { content: "\f158"; }

.fa-ruble::before { content: "\f158"; }

.fa-rug::before { content: "\e569"; }

.fa-rugby-ball::before { content: "\e3c6"; }

.fa-ruler::before { content: "\f545"; }

.fa-ruler-combined::before { content: "\f546"; }

.fa-ruler-horizontal::before { content: "\f547"; }

.fa-ruler-triangle::before { content: "\f61c"; }

.fa-ruler-vertical::before { content: "\f548"; }

.fa-rupee-sign::before { content: "\f156"; }

.fa-rupee::before { content: "\f156"; }

.fa-rupiah-sign::before { content: "\e23d"; }

.fa-rv::before { content: "\f7be"; }

.fa-s::before { content: "\53"; }

.fa-sack::before { content: "\f81c"; }

.fa-sack-dollar::before { content: "\f81d"; }

.fa-sack-xmark::before { content: "\e56a"; }

.fa-sailboat::before { content: "\e445"; }

.fa-salad::before { content: "\f81e"; }

.fa-bowl-salad::before { content: "\f81e"; }

.fa-salt-shaker::before { content: "\e446"; }

.fa-sandwich::before { content: "\f81f"; }

.fa-satellite::before { content: "\f7bf"; }

.fa-satellite-dish::before { content: "\f7c0"; }

.fa-sausage::before { content: "\f820"; }

.fa-saxophone::before { content: "\f8dc"; }

.fa-saxophone-fire::before { content: "\f8db"; }

.fa-sax-hot::before { content: "\f8db"; }

.fa-scale-balanced::before { content: "\f24e"; }

.fa-balance-scale::before { content: "\f24e"; }

.fa-scale-unbalanced::before { content: "\f515"; }

.fa-balance-scale-left::before { content: "\f515"; }

.fa-scale-unbalanced-flip::before { content: "\f516"; }

.fa-balance-scale-right::before { content: "\f516"; }

.fa-scalpel::before { content: "\f61d"; }

.fa-scalpel-line-dashed::before { content: "\f61e"; }

.fa-scalpel-path::before { content: "\f61e"; }

.fa-scanner::before { content: "\f8f3"; }

.fa-scanner-image::before { content: "\f8f3"; }

.fa-scanner-gun::before { content: "\f488"; }

.fa-scanner-keyboard::before { content: "\f489"; }

.fa-scanner-touchscreen::before { content: "\f48a"; }

.fa-scarecrow::before { content: "\f70d"; }

.fa-scarf::before { content: "\f7c1"; }

.fa-school::before { content: "\f549"; }

.fa-school-circle-check::before { content: "\e56b"; }

.fa-school-circle-exclamation::before { content: "\e56c"; }

.fa-school-circle-xmark::before { content: "\e56d"; }

.fa-school-flag::before { content: "\e56e"; }

.fa-school-lock::before { content: "\e56f"; }

.fa-scissors::before { content: "\f0c4"; }

.fa-cut::before { content: "\f0c4"; }

.fa-screen-users::before { content: "\f63d"; }

.fa-users-class::before { content: "\f63d"; }

.fa-screencast::before { content: "\e23e"; }

.fa-screwdriver::before { content: "\f54a"; }

.fa-screwdriver-wrench::before { content: "\f7d9"; }

.fa-tools::before { content: "\f7d9"; }

.fa-scribble::before { content: "\e23f"; }

.fa-scroll::before { content: "\f70e"; }

.fa-scroll-old::before { content: "\f70f"; }

.fa-scroll-torah::before { content: "\f6a0"; }

.fa-torah::before { content: "\f6a0"; }

.fa-scrubber::before { content: "\f2f8"; }

.fa-scythe::before { content: "\f710"; }

.fa-sd-card::before { content: "\f7c2"; }

.fa-sd-cards::before { content: "\e240"; }

.fa-seal::before { content: "\e241"; }

.fa-seal-exclamation::before { content: "\e242"; }

.fa-seal-question::before { content: "\e243"; }

.fa-seat-airline::before { content: "\e244"; }

.fa-section::before { content: "\e447"; }

.fa-seedling::before { content: "\f4d8"; }

.fa-sprout::before { content: "\f4d8"; }

.fa-semicolon::before { content: "\3b"; }

.fa-send-back::before { content: "\f87e"; }

.fa-send-backward::before { content: "\f87f"; }

.fa-sensor::before { content: "\e028"; }

.fa-sensor-cloud::before { content: "\e02c"; }

.fa-sensor-smoke::before { content: "\e02c"; }

.fa-sensor-fire::before { content: "\e02a"; }

.fa-sensor-on::before { content: "\e02b"; }

.fa-sensor-triangle-exclamation::before { content: "\e029"; }

.fa-sensor-alert::before { content: "\e029"; }

.fa-server::before { content: "\f233"; }

.fa-shapes::before { content: "\f61f"; }

.fa-triangle-circle-square::before { content: "\f61f"; }

.fa-share::before { content: "\f064"; }

.fa-arrow-turn-right::before { content: "\f064"; }

.fa-mail-forward::before { content: "\f064"; }

.fa-share-all::before { content: "\f367"; }

.fa-share-from-square::before { content: "\f14d"; }

.fa-share-square::before { content: "\f14d"; }

.fa-share-nodes::before { content: "\f1e0"; }

.fa-share-alt::before { content: "\f1e0"; }

.fa-sheep::before { content: "\f711"; }

.fa-sheet-plastic::before { content: "\e571"; }

.fa-shekel-sign::before { content: "\f20b"; }

.fa-ils::before { content: "\f20b"; }

.fa-shekel::before { content: "\f20b"; }

.fa-sheqel::before { content: "\f20b"; }

.fa-sheqel-sign::before { content: "\f20b"; }

.fa-shelves::before { content: "\f480"; }

.fa-inventory::before { content: "\f480"; }

.fa-shelves-empty::before { content: "\e246"; }

.fa-shield::before { content: "\f132"; }

.fa-shield-blank::before { content: "\f132"; }

.fa-shield-cat::before { content: "\e572"; }

.fa-shield-check::before { content: "\f2f7"; }

.fa-shield-cross::before { content: "\f712"; }

.fa-shield-dog::before { content: "\e573"; }

.fa-shield-exclamation::before { content: "\e247"; }

.fa-shield-halved::before { content: "\f3ed"; }

.fa-shield-alt::before { content: "\f3ed"; }

.fa-shield-heart::before { content: "\e574"; }

.fa-shield-keyhole::before { content: "\e248"; }

.fa-shield-minus::before { content: "\e249"; }

.fa-shield-plus::before { content: "\e24a"; }

.fa-shield-quartered::before { content: "\e575"; }

.fa-shield-slash::before { content: "\e24b"; }

.fa-shield-virus::before { content: "\e06c"; }

.fa-shield-xmark::before { content: "\e24c"; }

.fa-shield-times::before { content: "\e24c"; }

.fa-ship::before { content: "\f21a"; }

.fa-shirt::before { content: "\f553"; }

.fa-t-shirt::before { content: "\f553"; }

.fa-tshirt::before { content: "\f553"; }

.fa-shirt-long-sleeve::before { content: "\e3c7"; }

.fa-shirt-running::before { content: "\e3c8"; }

.fa-shirt-tank-top::before { content: "\e3c9"; }

.fa-shish-kebab::before { content: "\f821"; }

.fa-shoe-prints::before { content: "\f54b"; }

.fa-shop::before { content: "\f54f"; }

.fa-store-alt::before { content: "\f54f"; }

.fa-shop-lock::before { content: "\e4a5"; }

.fa-shop-slash::before { content: "\e070"; }

.fa-store-alt-slash::before { content: "\e070"; }

.fa-shovel::before { content: "\f713"; }

.fa-shovel-snow::before { content: "\f7c3"; }

.fa-shower::before { content: "\f2cc"; }

.fa-shower-down::before { content: "\e24d"; }

.fa-shower-alt::before { content: "\e24d"; }

.fa-shredder::before { content: "\f68a"; }

.fa-shrimp::before { content: "\e448"; }

.fa-shuffle::before { content: "\f074"; }

.fa-random::before { content: "\f074"; }

.fa-shutters::before { content: "\e449"; }

.fa-shuttle-space::before { content: "\f197"; }

.fa-space-shuttle::before { content: "\f197"; }

.fa-shuttlecock::before { content: "\f45b"; }

.fa-sickle::before { content: "\f822"; }

.fa-sidebar::before { content: "\e24e"; }

.fa-sidebar-flip::before { content: "\e24f"; }

.fa-sigma::before { content: "\f68b"; }

.fa-sign-hanging::before { content: "\f4d9"; }

.fa-sign::before { content: "\f4d9"; }

.fa-signal::before { content: "\f012"; }

.fa-signal-5::before { content: "\f012"; }

.fa-signal-perfect::before { content: "\f012"; }

.fa-signal-bars::before { content: "\f690"; }

.fa-signal-alt::before { content: "\f690"; }

.fa-signal-alt-4::before { content: "\f690"; }

.fa-signal-bars-strong::before { content: "\f690"; }

.fa-signal-bars-fair::before { content: "\f692"; }

.fa-signal-alt-2::before { content: "\f692"; }

.fa-signal-bars-good::before { content: "\f693"; }

.fa-signal-alt-3::before { content: "\f693"; }

.fa-signal-bars-slash::before { content: "\f694"; }

.fa-signal-alt-slash::before { content: "\f694"; }

.fa-signal-bars-weak::before { content: "\f691"; }

.fa-signal-alt-1::before { content: "\f691"; }

.fa-signal-fair::before { content: "\f68d"; }

.fa-signal-2::before { content: "\f68d"; }

.fa-signal-good::before { content: "\f68e"; }

.fa-signal-3::before { content: "\f68e"; }

.fa-signal-slash::before { content: "\f695"; }

.fa-signal-stream::before { content: "\f8dd"; }

.fa-signal-stream-slash::before { content: "\e250"; }

.fa-signal-strong::before { content: "\f68f"; }

.fa-signal-4::before { content: "\f68f"; }

.fa-signal-weak::before { content: "\f68c"; }

.fa-signal-1::before { content: "\f68c"; }

.fa-signature::before { content: "\f5b7"; }

.fa-signature-lock::before { content: "\e3ca"; }

.fa-signature-slash::before { content: "\e3cb"; }

.fa-signs-post::before { content: "\f277"; }

.fa-map-signs::before { content: "\f277"; }

.fa-sim-card::before { content: "\f7c4"; }

.fa-sim-cards::before { content: "\e251"; }

.fa-sink::before { content: "\e06d"; }

.fa-siren::before { content: "\e02d"; }

.fa-siren-on::before { content: "\e02e"; }

.fa-sitemap::before { content: "\f0e8"; }

.fa-skeleton::before { content: "\f620"; }

.fa-ski-boot::before { content: "\e3cc"; }

.fa-ski-boot-ski::before { content: "\e3cd"; }

.fa-skull::before { content: "\f54c"; }

.fa-skull-cow::before { content: "\f8de"; }

.fa-skull-crossbones::before { content: "\f714"; }

.fa-slash::before { content: "\f715"; }

.fa-slash-back::before { content: "\5c"; }

.fa-slash-forward::before { content: "\2f"; }

.fa-sleigh::before { content: "\f7cc"; }

.fa-slider::before { content: "\e252"; }

.fa-sliders::before { content: "\f1de"; }

.fa-sliders-h::before { content: "\f1de"; }

.fa-sliders-simple::before { content: "\e253"; }

.fa-sliders-up::before { content: "\f3f1"; }

.fa-sliders-v::before { content: "\f3f1"; }

.fa-slot-machine::before { content: "\e3ce"; }

.fa-smog::before { content: "\f75f"; }

.fa-smoke::before { content: "\f760"; }

.fa-smoking::before { content: "\f48d"; }

.fa-snake::before { content: "\f716"; }

.fa-snooze::before { content: "\f880"; }

.fa-zzz::before { content: "\f880"; }

.fa-snow-blowing::before { content: "\f761"; }

.fa-snowflake::before { content: "\f2dc"; }

.fa-snowflakes::before { content: "\f7cf"; }

.fa-snowman::before { content: "\f7d0"; }

.fa-snowman-head::before { content: "\f79b"; }

.fa-frosty-head::before { content: "\f79b"; }

.fa-snowplow::before { content: "\f7d2"; }

.fa-soap::before { content: "\e06e"; }

.fa-socks::before { content: "\f696"; }

.fa-soft-serve::before { content: "\e400"; }

.fa-creemee::before { content: "\e400"; }

.fa-solar-panel::before { content: "\f5ba"; }

.fa-solar-system::before { content: "\e02f"; }

.fa-sort::before { content: "\f0dc"; }

.fa-unsorted::before { content: "\f0dc"; }

.fa-sort-down::before { content: "\f0dd"; }

.fa-sort-desc::before { content: "\f0dd"; }

.fa-sort-up::before { content: "\f0de"; }

.fa-sort-asc::before { content: "\f0de"; }

.fa-spa::before { content: "\f5bb"; }

.fa-space-station-moon::before { content: "\e033"; }

.fa-space-station-moon-construction::before { content: "\e034"; }

.fa-space-station-moon-alt::before { content: "\e034"; }

.fa-spade::before { content: "\f2f4"; }

.fa-spaghetti-monster-flying::before { content: "\f67b"; }

.fa-pastafarianism::before { content: "\f67b"; }

.fa-sparkles::before { content: "\f890"; }

.fa-speaker::before { content: "\f8df"; }

.fa-speakers::before { content: "\f8e0"; }

.fa-spell-check::before { content: "\f891"; }

.fa-spider::before { content: "\f717"; }

.fa-spider-black-widow::before { content: "\f718"; }

.fa-spider-web::before { content: "\f719"; }

.fa-spinner::before { content: "\f110"; }

.fa-spinner-third::before { content: "\f3f4"; }

.fa-split::before { content: "\e254"; }

.fa-splotch::before { content: "\f5bc"; }

.fa-spoon::before { content: "\f2e5"; }

.fa-utensil-spoon::before { content: "\f2e5"; }

.fa-sportsball::before { content: "\e44b"; }

.fa-spray-can::before { content: "\f5bd"; }

.fa-spray-can-sparkles::before { content: "\f5d0"; }

.fa-air-freshener::before { content: "\f5d0"; }

.fa-sprinkler::before { content: "\e035"; }

.fa-sprinkler-ceiling::before { content: "\e44c"; }

.fa-square::before { content: "\f0c8"; }

.fa-square-0::before { content: "\e255"; }

.fa-square-1::before { content: "\e256"; }

.fa-square-2::before { content: "\e257"; }

.fa-square-3::before { content: "\e258"; }

.fa-square-4::before { content: "\e259"; }

.fa-square-5::before { content: "\e25a"; }

.fa-square-6::before { content: "\e25b"; }

.fa-square-7::before { content: "\e25c"; }

.fa-square-8::before { content: "\e25d"; }

.fa-square-9::before { content: "\e25e"; }

.fa-square-a::before { content: "\e25f"; }

.fa-square-a-lock::before { content: "\e44d"; }

.fa-square-ampersand::before { content: "\e260"; }

.fa-square-arrow-down::before { content: "\f339"; }

.fa-arrow-square-down::before { content: "\f339"; }

.fa-square-arrow-down-left::before { content: "\e261"; }

.fa-square-arrow-down-right::before { content: "\e262"; }

.fa-square-arrow-left::before { content: "\f33a"; }

.fa-arrow-square-left::before { content: "\f33a"; }

.fa-square-arrow-right::before { content: "\f33b"; }

.fa-arrow-square-right::before { content: "\f33b"; }

.fa-square-arrow-up::before { content: "\f33c"; }

.fa-arrow-square-up::before { content: "\f33c"; }

.fa-square-arrow-up-left::before { content: "\e263"; }

.fa-square-arrow-up-right::before { content: "\f14c"; }

.fa-external-link-square::before { content: "\f14c"; }

.fa-square-b::before { content: "\e264"; }

.fa-square-bolt::before { content: "\e265"; }

.fa-square-c::before { content: "\e266"; }

.fa-square-caret-down::before { content: "\f150"; }

.fa-caret-square-down::before { content: "\f150"; }

.fa-square-caret-left::before { content: "\f191"; }

.fa-caret-square-left::before { content: "\f191"; }

.fa-square-caret-right::before { content: "\f152"; }

.fa-caret-square-right::before { content: "\f152"; }

.fa-square-caret-up::before { content: "\f151"; }

.fa-caret-square-up::before { content: "\f151"; }

.fa-square-check::before { content: "\f14a"; }

.fa-check-square::before { content: "\f14a"; }

.fa-square-chevron-down::before { content: "\f329"; }

.fa-chevron-square-down::before { content: "\f329"; }

.fa-square-chevron-left::before { content: "\f32a"; }

.fa-chevron-square-left::before { content: "\f32a"; }

.fa-square-chevron-right::before { content: "\f32b"; }

.fa-chevron-square-right::before { content: "\f32b"; }

.fa-square-chevron-up::before { content: "\f32c"; }

.fa-chevron-square-up::before { content: "\f32c"; }

.fa-square-code::before { content: "\e267"; }

.fa-square-d::before { content: "\e268"; }

.fa-square-dashed::before { content: "\e269"; }

.fa-square-divide::before { content: "\e26a"; }

.fa-square-dollar::before { content: "\f2e9"; }

.fa-dollar-square::before { content: "\f2e9"; }

.fa-usd-square::before { content: "\f2e9"; }

.fa-square-down::before { content: "\f350"; }

.fa-arrow-alt-square-down::before { content: "\f350"; }

.fa-square-down-left::before { content: "\e26b"; }

.fa-square-down-right::before { content: "\e26c"; }

.fa-square-e::before { content: "\e26d"; }

.fa-square-ellipsis::before { content: "\e26e"; }

.fa-square-ellipsis-vertical::before { content: "\e26f"; }

.fa-square-envelope::before { content: "\f199"; }

.fa-envelope-square::before { content: "\f199"; }

.fa-square-exclamation::before { content: "\f321"; }

.fa-exclamation-square::before { content: "\f321"; }

.fa-square-f::before { content: "\e270"; }

.fa-square-fragile::before { content: "\f49b"; }

.fa-box-fragile::before { content: "\f49b"; }

.fa-square-wine-glass-crack::before { content: "\f49b"; }

.fa-square-full::before { content: "\f45c"; }

.fa-square-g::before { content: "\e271"; }

.fa-square-h::before { content: "\f0fd"; }

.fa-h-square::before { content: "\f0fd"; }

.fa-square-heart::before { content: "\f4c8"; }

.fa-heart-square::before { content: "\f4c8"; }

.fa-square-i::before { content: "\e272"; }

.fa-square-info::before { content: "\f30f"; }

.fa-info-square::before { content: "\f30f"; }

.fa-square-j::before { content: "\e273"; }

.fa-square-k::before { content: "\e274"; }

.fa-square-kanban::before { content: "\e488"; }

.fa-square-l::before { content: "\e275"; }

.fa-square-left::before { content: "\f351"; }

.fa-arrow-alt-square-left::before { content: "\f351"; }

.fa-square-list::before { content: "\e489"; }

.fa-square-m::before { content: "\e276"; }

.fa-square-minus::before { content: "\f146"; }

.fa-minus-square::before { content: "\f146"; }

.fa-square-n::before { content: "\e277"; }

.fa-square-nfi::before { content: "\e576"; }

.fa-square-o::before { content: "\e278"; }

.fa-square-p::before { content: "\e279"; }

.fa-square-parking::before { content: "\f540"; }

.fa-parking::before { content: "\f540"; }

.fa-square-parking-slash::before { content: "\f617"; }

.fa-parking-slash::before { content: "\f617"; }

.fa-square-pen::before { content: "\f14b"; }

.fa-pen-square::before { content: "\f14b"; }

.fa-pencil-square::before { content: "\f14b"; }

.fa-square-person-confined::before { content: "\e577"; }

.fa-square-phone::before { content: "\f098"; }

.fa-phone-square::before { content: "\f098"; }

.fa-square-phone-flip::before { content: "\f87b"; }

.fa-phone-square-alt::before { content: "\f87b"; }

.fa-square-phone-hangup::before { content: "\e27a"; }

.fa-phone-square-down::before { content: "\e27a"; }

.fa-square-plus::before { content: "\f0fe"; }

.fa-plus-square::before { content: "\f0fe"; }

.fa-square-poll-horizontal::before { content: "\f682"; }

.fa-poll-h::before { content: "\f682"; }

.fa-square-poll-vertical::before { content: "\f681"; }

.fa-poll::before { content: "\f681"; }

.fa-square-q::before { content: "\e27b"; }

.fa-square-quarters::before { content: "\e44e"; }

.fa-square-question::before { content: "\f2fd"; }

.fa-question-square::before { content: "\f2fd"; }

.fa-square-quote::before { content: "\e329"; }

.fa-square-r::before { content: "\e27c"; }

.fa-square-right::before { content: "\f352"; }

.fa-arrow-alt-square-right::before { content: "\f352"; }

.fa-square-ring::before { content: "\e44f"; }

.fa-square-root::before { content: "\f697"; }

.fa-square-root-variable::before { content: "\f698"; }

.fa-square-root-alt::before { content: "\f698"; }

.fa-square-rss::before { content: "\f143"; }

.fa-rss-square::before { content: "\f143"; }

.fa-square-s::before { content: "\e27d"; }

.fa-square-share-nodes::before { content: "\f1e1"; }

.fa-share-alt-square::before { content: "\f1e1"; }

.fa-square-sliders::before { content: "\f3f0"; }

.fa-sliders-h-square::before { content: "\f3f0"; }

.fa-square-sliders-vertical::before { content: "\f3f2"; }

.fa-sliders-v-square::before { content: "\f3f2"; }

.fa-square-small::before { content: "\e27e"; }

.fa-square-star::before { content: "\e27f"; }

.fa-square-t::before { content: "\e280"; }

.fa-square-terminal::before { content: "\e32a"; }

.fa-square-this-way-up::before { content: "\f49f"; }

.fa-box-up::before { content: "\f49f"; }

.fa-square-u::before { content: "\e281"; }

.fa-square-up::before { content: "\f353"; }

.fa-arrow-alt-square-up::before { content: "\f353"; }

.fa-square-up-left::before { content: "\e282"; }

.fa-square-up-right::before { content: "\f360"; }

.fa-external-link-square-alt::before { content: "\f360"; }

.fa-square-user::before { content: "\e283"; }

.fa-square-v::before { content: "\e284"; }

.fa-square-virus::before { content: "\e578"; }

.fa-square-w::before { content: "\e285"; }

.fa-square-x::before { content: "\e286"; }

.fa-square-xmark::before { content: "\f2d3"; }

.fa-times-square::before { content: "\f2d3"; }

.fa-xmark-square::before { content: "\f2d3"; }

.fa-square-y::before { content: "\e287"; }

.fa-square-z::before { content: "\e288"; }

.fa-squid::before { content: "\e450"; }

.fa-squirrel::before { content: "\f71a"; }

.fa-staff::before { content: "\f71b"; }

.fa-staff-aesculapius::before { content: "\e579"; }

.fa-rod-asclepius::before { content: "\e579"; }

.fa-rod-snake::before { content: "\e579"; }

.fa-staff-snake::before { content: "\e579"; }

.fa-stairs::before { content: "\e289"; }

.fa-stamp::before { content: "\f5bf"; }

.fa-standard-definition::before { content: "\e28a"; }

.fa-rectangle-sd::before { content: "\e28a"; }

.fa-star::before { content: "\f005"; }

.fa-star-and-crescent::before { content: "\f699"; }

.fa-star-christmas::before { content: "\f7d4"; }

.fa-star-exclamation::before { content: "\f2f3"; }

.fa-star-half::before { content: "\f089"; }

.fa-star-half-stroke::before { content: "\f5c0"; }

.fa-star-half-alt::before { content: "\f5c0"; }

.fa-star-of-david::before { content: "\f69a"; }

.fa-star-of-life::before { content: "\f621"; }

.fa-star-sharp::before { content: "\e28b"; }

.fa-star-sharp-half::before { content: "\e28c"; }

.fa-star-sharp-half-stroke::before { content: "\e28d"; }

.fa-star-sharp-half-alt::before { content: "\e28d"; }

.fa-star-shooting::before { content: "\e036"; }

.fa-starfighter::before { content: "\e037"; }

.fa-starfighter-twin-ion-engine::before { content: "\e038"; }

.fa-starfighter-alt::before { content: "\e038"; }

.fa-starfighter-twin-ion-engine-advanced::before { content: "\e28e"; }

.fa-starfighter-alt-advanced::before { content: "\e28e"; }

.fa-stars::before { content: "\f762"; }

.fa-starship::before { content: "\e039"; }

.fa-starship-freighter::before { content: "\e03a"; }

.fa-steak::before { content: "\f824"; }

.fa-steering-wheel::before { content: "\f622"; }

.fa-sterling-sign::before { content: "\f154"; }

.fa-gbp::before { content: "\f154"; }

.fa-pound-sign::before { content: "\f154"; }

.fa-stethoscope::before { content: "\f0f1"; }

.fa-stocking::before { content: "\f7d5"; }

.fa-stomach::before { content: "\f623"; }

.fa-stop::before { content: "\f04d"; }

.fa-stopwatch::before { content: "\f2f2"; }

.fa-stopwatch-20::before { content: "\e06f"; }

.fa-store::before { content: "\f54e"; }

.fa-store-lock::before { content: "\e4a6"; }

.fa-store-slash::before { content: "\e071"; }

.fa-strawberry::before { content: "\e32b"; }

.fa-street-view::before { content: "\f21d"; }

.fa-stretcher::before { content: "\f825"; }

.fa-strikethrough::before { content: "\f0cc"; }

.fa-stroopwafel::before { content: "\f551"; }

.fa-subscript::before { content: "\f12c"; }

.fa-suitcase::before { content: "\f0f2"; }

.fa-suitcase-medical::before { content: "\f0fa"; }

.fa-medkit::before { content: "\f0fa"; }

.fa-suitcase-rolling::before { content: "\f5c1"; }

.fa-sun::before { content: "\f185"; }

.fa-sun-bright::before { content: "\e28f"; }

.fa-sun-alt::before { content: "\e28f"; }

.fa-sun-cloud::before { content: "\f763"; }

.fa-sun-dust::before { content: "\f764"; }

.fa-sun-haze::before { content: "\f765"; }

.fa-sun-plant-wilt::before { content: "\e57a"; }

.fa-sunglasses::before { content: "\f892"; }

.fa-sunrise::before { content: "\f766"; }

.fa-sunset::before { content: "\f767"; }

.fa-superscript::before { content: "\f12b"; }

.fa-sushi::before { content: "\e48a"; }

.fa-nigiri::before { content: "\e48a"; }

.fa-sushi-roll::before { content: "\e48b"; }

.fa-maki-roll::before { content: "\e48b"; }

.fa-makizushi::before { content: "\e48b"; }

.fa-swatchbook::before { content: "\f5c3"; }

.fa-sword::before { content: "\f71c"; }

.fa-sword-laser::before { content: "\e03b"; }

.fa-sword-laser-alt::before { content: "\e03c"; }

.fa-swords::before { content: "\f71d"; }

.fa-swords-laser::before { content: "\e03d"; }

.fa-symbols::before { content: "\f86e"; }

.fa-icons-alt::before { content: "\f86e"; }

.fa-synagogue::before { content: "\f69b"; }

.fa-syringe::before { content: "\f48e"; }

.fa-t::before { content: "\54"; }

.fa-table::before { content: "\f0ce"; }

.fa-table-cells::before { content: "\f00a"; }

.fa-th::before { content: "\f00a"; }

.fa-table-cells-large::before { content: "\f009"; }

.fa-th-large::before { content: "\f009"; }

.fa-table-columns::before { content: "\f0db"; }

.fa-columns::before { content: "\f0db"; }

.fa-table-layout::before { content: "\e290"; }

.fa-table-list::before { content: "\f00b"; }

.fa-th-list::before { content: "\f00b"; }

.fa-table-picnic::before { content: "\e32d"; }

.fa-table-pivot::before { content: "\e291"; }

.fa-table-rows::before { content: "\e292"; }

.fa-rows::before { content: "\e292"; }

.fa-table-tennis-paddle-ball::before { content: "\f45d"; }

.fa-ping-pong-paddle-ball::before { content: "\f45d"; }

.fa-table-tennis::before { content: "\f45d"; }

.fa-table-tree::before { content: "\e293"; }

.fa-tablet::before { content: "\f3fb"; }

.fa-tablet-android::before { content: "\f3fb"; }

.fa-tablet-button::before { content: "\f10a"; }

.fa-tablet-rugged::before { content: "\f48f"; }

.fa-tablet-screen::before { content: "\f3fc"; }

.fa-tablet-android-alt::before { content: "\f3fc"; }

.fa-tablet-screen-button::before { content: "\f3fa"; }

.fa-tablet-alt::before { content: "\f3fa"; }

.fa-tablets::before { content: "\f490"; }

.fa-tachograph-digital::before { content: "\f566"; }

.fa-digital-tachograph::before { content: "\f566"; }

.fa-taco::before { content: "\f826"; }

.fa-tag::before { content: "\f02b"; }

.fa-tags::before { content: "\f02c"; }

.fa-tally::before { content: "\f69c"; }

.fa-tally-5::before { content: "\f69c"; }

.fa-tally-1::before { content: "\e294"; }

.fa-tally-2::before { content: "\e295"; }

.fa-tally-3::before { content: "\e296"; }

.fa-tally-4::before { content: "\e297"; }

.fa-tamale::before { content: "\e451"; }

.fa-tank-water::before { content: "\e452"; }

.fa-tape::before { content: "\f4db"; }

.fa-tarp::before { content: "\e57b"; }

.fa-tarp-droplet::before { content: "\e57c"; }

.fa-taxi::before { content: "\f1ba"; }

.fa-cab::before { content: "\f1ba"; }

.fa-taxi-bus::before { content: "\e298"; }

.fa-teddy-bear::before { content: "\e3cf"; }

.fa-teeth::before { content: "\f62e"; }

.fa-teeth-open::before { content: "\f62f"; }

.fa-telescope::before { content: "\e03e"; }

.fa-temperature-arrow-down::before { content: "\e03f"; }

.fa-temperature-down::before { content: "\e03f"; }

.fa-temperature-arrow-up::before { content: "\e040"; }

.fa-temperature-up::before { content: "\e040"; }

.fa-temperature-empty::before { content: "\f2cb"; }

.fa-temperature-0::before { content: "\f2cb"; }

.fa-thermometer-0::before { content: "\f2cb"; }

.fa-thermometer-empty::before { content: "\f2cb"; }

.fa-temperature-full::before { content: "\f2c7"; }

.fa-temperature-4::before { content: "\f2c7"; }

.fa-thermometer-4::before { content: "\f2c7"; }

.fa-thermometer-full::before { content: "\f2c7"; }

.fa-temperature-half::before { content: "\f2c9"; }

.fa-temperature-2::before { content: "\f2c9"; }

.fa-thermometer-2::before { content: "\f2c9"; }

.fa-thermometer-half::before { content: "\f2c9"; }

.fa-temperature-high::before { content: "\f769"; }

.fa-temperature-list::before { content: "\e299"; }

.fa-temperature-low::before { content: "\f76b"; }

.fa-temperature-quarter::before { content: "\f2ca"; }

.fa-temperature-1::before { content: "\f2ca"; }

.fa-thermometer-1::before { content: "\f2ca"; }

.fa-thermometer-quarter::before { content: "\f2ca"; }

.fa-temperature-snow::before { content: "\f768"; }

.fa-temperature-frigid::before { content: "\f768"; }

.fa-temperature-sun::before { content: "\f76a"; }

.fa-temperature-hot::before { content: "\f76a"; }

.fa-temperature-three-quarters::before { content: "\f2c8"; }

.fa-temperature-3::before { content: "\f2c8"; }

.fa-thermometer-3::before { content: "\f2c8"; }

.fa-thermometer-three-quarters::before { content: "\f2c8"; }

.fa-tenge-sign::before { content: "\f7d7"; }

.fa-tenge::before { content: "\f7d7"; }

.fa-tennis-ball::before { content: "\f45e"; }

.fa-tent::before { content: "\e57d"; }

.fa-tent-arrow-down-to-line::before { content: "\e57e"; }

.fa-tent-arrow-left-right::before { content: "\e57f"; }

.fa-tent-arrow-turn-left::before { content: "\e580"; }

.fa-tent-arrows-down::before { content: "\e581"; }

.fa-tents::before { content: "\e582"; }

.fa-terminal::before { content: "\f120"; }

.fa-text::before { content: "\f893"; }

.fa-text-height::before { content: "\f034"; }

.fa-text-size::before { content: "\f894"; }

.fa-text-slash::before { content: "\f87d"; }

.fa-remove-format::before { content: "\f87d"; }

.fa-text-width::before { content: "\f035"; }

.fa-thermometer::before { content: "\f491"; }

.fa-theta::before { content: "\f69e"; }

.fa-thought-bubble::before { content: "\e32e"; }

.fa-thumbs-down::before { content: "\f165"; }

.fa-thumbs-up::before { content: "\f164"; }

.fa-thumbtack::before { content: "\f08d"; }

.fa-thumb-tack::before { content: "\f08d"; }

.fa-tick::before { content: "\e32f"; }

.fa-ticket::before { content: "\f145"; }

.fa-ticket-airline::before { content: "\e29a"; }

.fa-ticket-simple::before { content: "\f3ff"; }

.fa-ticket-alt::before { content: "\f3ff"; }

.fa-tickets-airline::before { content: "\e29b"; }

.fa-tilde::before { content: "\7e"; }

.fa-timeline::before { content: "\e29c"; }

.fa-timeline-arrow::before { content: "\e29d"; }

.fa-timer::before { content: "\e29e"; }

.fa-tire::before { content: "\f631"; }

.fa-tire-flat::before { content: "\f632"; }

.fa-tire-pressure-warning::before { content: "\f633"; }

.fa-tire-rugged::before { content: "\f634"; }

.fa-toggle-off::before { content: "\f204"; }

.fa-toggle-on::before { content: "\f205"; }

.fa-toilet::before { content: "\f7d8"; }

.fa-toilet-paper::before { content: "\f71e"; }

.fa-toilet-paper-blank::before { content: "\f71f"; }

.fa-toilet-paper-alt::before { content: "\f71f"; }

.fa-toilet-paper-blank-under::before { content: "\e29f"; }

.fa-toilet-paper-reverse-alt::before { content: "\e29f"; }

.fa-toilet-paper-slash::before { content: "\e072"; }

.fa-toilet-paper-under::before { content: "\e2a0"; }

.fa-toilet-paper-reverse::before { content: "\e2a0"; }

.fa-toilet-paper-under-slash::before { content: "\e2a1"; }

.fa-toilet-paper-reverse-slash::before { content: "\e2a1"; }

.fa-toilet-portable::before { content: "\e583"; }

.fa-toilets-portable::before { content: "\e584"; }

.fa-tomato::before { content: "\e330"; }

.fa-tombstone::before { content: "\f720"; }

.fa-tombstone-blank::before { content: "\f721"; }

.fa-tombstone-alt::before { content: "\f721"; }

.fa-toolbox::before { content: "\f552"; }

.fa-tooth::before { content: "\f5c9"; }

.fa-toothbrush::before { content: "\f635"; }

.fa-torii-gate::before { content: "\f6a1"; }

.fa-tornado::before { content: "\f76f"; }

.fa-tower-broadcast::before { content: "\f519"; }

.fa-broadcast-tower::before { content: "\f519"; }

.fa-tower-cell::before { content: "\e585"; }

.fa-tower-control::before { content: "\e2a2"; }

.fa-tower-observation::before { content: "\e586"; }

.fa-tractor::before { content: "\f722"; }

.fa-trademark::before { content: "\f25c"; }

.fa-traffic-cone::before { content: "\f636"; }

.fa-traffic-light::before { content: "\f637"; }

.fa-traffic-light-go::before { content: "\f638"; }

.fa-traffic-light-slow::before { content: "\f639"; }

.fa-traffic-light-stop::before { content: "\f63a"; }

.fa-trailer::before { content: "\e041"; }

.fa-train::before { content: "\f238"; }

.fa-train-subway::before { content: "\f239"; }

.fa-subway::before { content: "\f239"; }

.fa-train-subway-tunnel::before { content: "\e2a3"; }

.fa-subway-tunnel::before { content: "\e2a3"; }

.fa-train-track::before { content: "\e453"; }

.fa-train-tram::before { content: "\f7da"; }

.fa-tram::before { content: "\f7da"; }

.fa-train-tunnel::before { content: "\e454"; }

.fa-transformer-bolt::before { content: "\e2a4"; }

.fa-transgender::before { content: "\f225"; }

.fa-transgender-alt::before { content: "\f225"; }

.fa-transporter::before { content: "\e042"; }

.fa-transporter-1::before { content: "\e043"; }

.fa-transporter-2::before { content: "\e044"; }

.fa-transporter-3::before { content: "\e045"; }

.fa-transporter-4::before { content: "\e2a5"; }

.fa-transporter-5::before { content: "\e2a6"; }

.fa-transporter-6::before { content: "\e2a7"; }

.fa-transporter-7::before { content: "\e2a8"; }

.fa-transporter-empty::before { content: "\e046"; }

.fa-trash::before { content: "\f1f8"; }

.fa-trash-arrow-up::before { content: "\f829"; }

.fa-trash-restore::before { content: "\f829"; }

.fa-trash-can::before { content: "\f2ed"; }

.fa-trash-alt::before { content: "\f2ed"; }

.fa-trash-can-arrow-up::before { content: "\f82a"; }

.fa-trash-restore-alt::before { content: "\f82a"; }

.fa-trash-can-check::before { content: "\e2a9"; }

.fa-trash-can-clock::before { content: "\e2aa"; }

.fa-trash-can-list::before { content: "\e2ab"; }

.fa-trash-can-plus::before { content: "\e2ac"; }

.fa-trash-can-slash::before { content: "\e2ad"; }

.fa-trash-alt-slash::before { content: "\e2ad"; }

.fa-trash-can-undo::before { content: "\f896"; }

.fa-trash-can-arrow-turn-left::before { content: "\f896"; }

.fa-trash-undo-alt::before { content: "\f896"; }

.fa-trash-can-xmark::before { content: "\e2ae"; }

.fa-trash-check::before { content: "\e2af"; }

.fa-trash-clock::before { content: "\e2b0"; }

.fa-trash-list::before { content: "\e2b1"; }

.fa-trash-plus::before { content: "\e2b2"; }

.fa-trash-slash::before { content: "\e2b3"; }

.fa-trash-undo::before { content: "\f895"; }

.fa-trash-arrow-turn-left::before { content: "\f895"; }

.fa-trash-xmark::before { content: "\e2b4"; }

.fa-treasure-chest::before { content: "\f723"; }

.fa-tree::before { content: "\f1bb"; }

.fa-tree-christmas::before { content: "\f7db"; }

.fa-tree-city::before { content: "\e587"; }

.fa-tree-deciduous::before { content: "\f400"; }

.fa-tree-alt::before { content: "\f400"; }

.fa-tree-decorated::before { content: "\f7dc"; }

.fa-tree-large::before { content: "\f7dd"; }

.fa-tree-palm::before { content: "\f82b"; }

.fa-trees::before { content: "\f724"; }

.fa-triangle::before { content: "\f2ec"; }

.fa-triangle-exclamation::before { content: "\f071"; }

.fa-exclamation-triangle::before { content: "\f071"; }

.fa-warning::before { content: "\f071"; }

.fa-triangle-instrument::before { content: "\f8e2"; }

.fa-triangle-music::before { content: "\f8e2"; }

.fa-triangle-person-digging::before { content: "\f85d"; }

.fa-construction::before { content: "\f85d"; }

.fa-trillium::before { content: "\e588"; }

.fa-trophy::before { content: "\f091"; }

.fa-trophy-star::before { content: "\f2eb"; }

.fa-trophy-alt::before { content: "\f2eb"; }

.fa-trowel::before { content: "\e589"; }

.fa-trowel-bricks::before { content: "\e58a"; }

.fa-truck::before { content: "\f0d1"; }

.fa-truck-arrow-right::before { content: "\e58b"; }

.fa-truck-bolt::before { content: "\e3d0"; }

.fa-truck-clock::before { content: "\f48c"; }

.fa-shipping-timed::before { content: "\f48c"; }

.fa-truck-container::before { content: "\f4dc"; }

.fa-truck-container-empty::before { content: "\e2b5"; }

.fa-truck-droplet::before { content: "\e58c"; }

.fa-truck-fast::before { content: "\f48b"; }

.fa-shipping-fast::before { content: "\f48b"; }

.fa-truck-field::before { content: "\e58d"; }

.fa-truck-field-un::before { content: "\e58e"; }

.fa-truck-flatbed::before { content: "\e2b6"; }

.fa-truck-front::before { content: "\e2b7"; }

.fa-truck-medical::before { content: "\f0f9"; }

.fa-ambulance::before { content: "\f0f9"; }

.fa-truck-monster::before { content: "\f63b"; }

.fa-truck-moving::before { content: "\f4df"; }

.fa-truck-pickup::before { content: "\f63c"; }

.fa-truck-plane::before { content: "\e58f"; }

.fa-truck-plow::before { content: "\f7de"; }

.fa-truck-ramp::before { content: "\f4e0"; }

.fa-truck-ramp-box::before { content: "\f4de"; }

.fa-truck-loading::before { content: "\f4de"; }

.fa-truck-ramp-couch::before { content: "\f4dd"; }

.fa-truck-couch::before { content: "\f4dd"; }

.fa-truck-tow::before { content: "\e2b8"; }

.fa-trumpet::before { content: "\f8e3"; }

.fa-tty::before { content: "\f1e4"; }

.fa-teletype::before { content: "\f1e4"; }

.fa-tty-answer::before { content: "\e2b9"; }

.fa-teletype-answer::before { content: "\e2b9"; }

.fa-tugrik-sign::before { content: "\e2ba"; }

.fa-turkey::before { content: "\f725"; }

.fa-turkish-lira-sign::before { content: "\e2bb"; }

.fa-try::before { content: "\e2bb"; }

.fa-turkish-lira::before { content: "\e2bb"; }

.fa-turn-down::before { content: "\f3be"; }

.fa-level-down-alt::before { content: "\f3be"; }

.fa-turn-down-left::before { content: "\e331"; }

.fa-turn-down-right::before { content: "\e455"; }

.fa-turn-up::before { content: "\f3bf"; }

.fa-level-up-alt::before { content: "\f3bf"; }

.fa-turntable::before { content: "\f8e4"; }

.fa-turtle::before { content: "\f726"; }

.fa-tv::before { content: "\f26c"; }

.fa-television::before { content: "\f26c"; }

.fa-tv-alt::before { content: "\f26c"; }

.fa-tv-music::before { content: "\f8e6"; }

.fa-tv-retro::before { content: "\f401"; }

.fa-typewriter::before { content: "\f8e7"; }

.fa-u::before { content: "\55"; }

.fa-ufo::before { content: "\e047"; }

.fa-ufo-beam::before { content: "\e048"; }

.fa-umbrella::before { content: "\f0e9"; }

.fa-umbrella-beach::before { content: "\f5ca"; }

.fa-umbrella-simple::before { content: "\e2bc"; }

.fa-umbrella-alt::before { content: "\e2bc"; }

.fa-underline::before { content: "\f0cd"; }

.fa-unicorn::before { content: "\f727"; }

.fa-uniform-martial-arts::before { content: "\e3d1"; }

.fa-union::before { content: "\f6a2"; }

.fa-universal-access::before { content: "\f29a"; }

.fa-unlock::before { content: "\f09c"; }

.fa-unlock-keyhole::before { content: "\f13e"; }

.fa-unlock-alt::before { content: "\f13e"; }

.fa-up::before { content: "\f357"; }

.fa-arrow-alt-up::before { content: "\f357"; }

.fa-up-down::before { content: "\f338"; }

.fa-arrows-alt-v::before { content: "\f338"; }

.fa-up-down-left-right::before { content: "\f0b2"; }

.fa-arrows-alt::before { content: "\f0b2"; }

.fa-up-from-bracket::before { content: "\e590"; }

.fa-up-from-dotted-line::before { content: "\e456"; }

.fa-up-from-line::before { content: "\f346"; }

.fa-arrow-alt-from-bottom::before { content: "\f346"; }

.fa-up-left::before { content: "\e2bd"; }

.fa-up-long::before { content: "\f30c"; }

.fa-long-arrow-alt-up::before { content: "\f30c"; }

.fa-up-right::before { content: "\e2be"; }

.fa-up-right-and-down-left-from-center::before { content: "\f424"; }

.fa-expand-alt::before { content: "\f424"; }

.fa-up-right-from-square::before { content: "\f35d"; }

.fa-external-link-alt::before { content: "\f35d"; }

.fa-up-to-dotted-line::before { content: "\e457"; }

.fa-up-to-line::before { content: "\f34d"; }

.fa-arrow-alt-to-top::before { content: "\f34d"; }

.fa-upload::before { content: "\f093"; }

.fa-usb-drive::before { content: "\f8e9"; }

.fa-user::before { content: "\f007"; }

.fa-user-alien::before { content: "\e04a"; }

.fa-user-astronaut::before { content: "\f4fb"; }

.fa-user-bounty-hunter::before { content: "\e2bf"; }

.fa-user-check::before { content: "\f4fc"; }

.fa-user-chef::before { content: "\e3d2"; }

.fa-user-clock::before { content: "\f4fd"; }

.fa-user-cowboy::before { content: "\f8ea"; }

.fa-user-crown::before { content: "\f6a4"; }

.fa-user-doctor::before { content: "\f0f0"; }

.fa-user-md::before { content: "\f0f0"; }

.fa-user-doctor-hair::before { content: "\e458"; }

.fa-user-doctor-hair-long::before { content: "\e459"; }

.fa-user-doctor-message::before { content: "\f82e"; }

.fa-user-md-chat::before { content: "\f82e"; }

.fa-user-gear::before { content: "\f4fe"; }

.fa-user-cog::before { content: "\f4fe"; }

.fa-user-graduate::before { content: "\f501"; }

.fa-user-group::before { content: "\f500"; }

.fa-user-friends::before { content: "\f500"; }

.fa-user-group-crown::before { content: "\f6a5"; }

.fa-users-crown::before { content: "\f6a5"; }

.fa-user-hair::before { content: "\e45a"; }

.fa-user-hair-buns::before { content: "\e3d3"; }

.fa-user-hair-long::before { content: "\e45b"; }

.fa-user-hair-mullet::before { content: "\e45c"; }

.fa-business-front::before { content: "\e45c"; }

.fa-party-back::before { content: "\e45c"; }

.fa-trian-balbot::before { content: "\e45c"; }

.fa-user-headset::before { content: "\f82d"; }

.fa-user-helmet-safety::before { content: "\f82c"; }

.fa-user-construction::before { content: "\f82c"; }

.fa-user-hard-hat::before { content: "\f82c"; }

.fa-user-injured::before { content: "\f728"; }

.fa-user-large::before { content: "\f406"; }

.fa-user-alt::before { content: "\f406"; }

.fa-user-large-slash::before { content: "\f4fa"; }

.fa-user-alt-slash::before { content: "\f4fa"; }

.fa-user-lock::before { content: "\f502"; }

.fa-user-minus::before { content: "\f503"; }

.fa-user-music::before { content: "\f8eb"; }

.fa-user-ninja::before { content: "\f504"; }

.fa-user-nurse::before { content: "\f82f"; }

.fa-user-nurse-hair::before { content: "\e45d"; }

.fa-user-nurse-hair-long::before { content: "\e45e"; }

.fa-user-pen::before { content: "\f4ff"; }

.fa-user-edit::before { content: "\f4ff"; }

.fa-user-pilot::before { content: "\e2c0"; }

.fa-user-pilot-tie::before { content: "\e2c1"; }

.fa-user-plus::before { content: "\f234"; }

.fa-user-police::before { content: "\e333"; }

.fa-user-police-tie::before { content: "\e334"; }

.fa-user-robot::before { content: "\e04b"; }

.fa-user-robot-xmarks::before { content: "\e4a7"; }

.fa-user-secret::before { content: "\f21b"; }

.fa-user-shakespeare::before { content: "\e2c2"; }

.fa-user-shield::before { content: "\f505"; }

.fa-user-slash::before { content: "\f506"; }

.fa-user-tag::before { content: "\f507"; }

.fa-user-tie::before { content: "\f508"; }

.fa-user-tie-hair::before { content: "\e45f"; }

.fa-user-tie-hair-long::before { content: "\e460"; }

.fa-user-unlock::before { content: "\e058"; }

.fa-user-visor::before { content: "\e04c"; }

.fa-user-vneck::before { content: "\e461"; }

.fa-user-vneck-hair::before { content: "\e462"; }

.fa-user-vneck-hair-long::before { content: "\e463"; }

.fa-user-xmark::before { content: "\f235"; }

.fa-user-times::before { content: "\f235"; }

.fa-users::before { content: "\f0c0"; }

.fa-users-between-lines::before { content: "\e591"; }

.fa-users-gear::before { content: "\f509"; }

.fa-users-cog::before { content: "\f509"; }

.fa-users-line::before { content: "\e592"; }

.fa-users-medical::before { content: "\f830"; }

.fa-users-rays::before { content: "\e593"; }

.fa-users-rectangle::before { content: "\e594"; }

.fa-users-slash::before { content: "\e073"; }

.fa-users-viewfinder::before { content: "\e595"; }

.fa-utensils::before { content: "\f2e7"; }

.fa-cutlery::before { content: "\f2e7"; }

.fa-utensils-slash::before { content: "\e464"; }

.fa-utility-pole::before { content: "\e2c3"; }

.fa-utility-pole-double::before { content: "\e2c4"; }

.fa-v::before { content: "\56"; }

.fa-vacuum::before { content: "\e04d"; }

.fa-vacuum-robot::before { content: "\e04e"; }

.fa-value-absolute::before { content: "\f6a6"; }

.fa-van-shuttle::before { content: "\f5b6"; }

.fa-shuttle-van::before { content: "\f5b6"; }

.fa-vault::before { content: "\e2c5"; }

.fa-vector-circle::before { content: "\e2c6"; }

.fa-vector-polygon::before { content: "\e2c7"; }

.fa-vector-square::before { content: "\f5cb"; }

.fa-vent-damper::before { content: "\e465"; }

.fa-venus::before { content: "\f221"; }

.fa-venus-double::before { content: "\f226"; }

.fa-venus-mars::before { content: "\f228"; }

.fa-vest::before { content: "\e085"; }

.fa-vest-patches::before { content: "\e086"; }

.fa-vial::before { content: "\f492"; }

.fa-vial-circle-check::before { content: "\e596"; }

.fa-vial-virus::before { content: "\e597"; }

.fa-vials::before { content: "\f493"; }

.fa-video::before { content: "\f03d"; }

.fa-video-camera::before { content: "\f03d"; }

.fa-video-arrow-down-left::before { content: "\e2c8"; }

.fa-video-arrow-up-right::before { content: "\e2c9"; }

.fa-video-plus::before { content: "\f4e1"; }

.fa-video-slash::before { content: "\f4e2"; }

.fa-vihara::before { content: "\f6a7"; }

.fa-violin::before { content: "\f8ed"; }

.fa-virus::before { content: "\e074"; }

.fa-virus-covid::before { content: "\e4a8"; }

.fa-virus-covid-slash::before { content: "\e4a9"; }

.fa-virus-slash::before { content: "\e075"; }

.fa-viruses::before { content: "\e076"; }

.fa-voicemail::before { content: "\f897"; }

.fa-volcano::before { content: "\f770"; }

.fa-volleyball::before { content: "\f45f"; }

.fa-volleyball-ball::before { content: "\f45f"; }

.fa-volume::before { content: "\f6a8"; }

.fa-volume-medium::before { content: "\f6a8"; }

.fa-volume-high::before { content: "\f028"; }

.fa-volume-up::before { content: "\f028"; }

.fa-volume-low::before { content: "\f027"; }

.fa-volume-down::before { content: "\f027"; }

.fa-volume-off::before { content: "\f026"; }

.fa-volume-slash::before { content: "\f2e2"; }

.fa-volume-xmark::before { content: "\f6a9"; }

.fa-volume-mute::before { content: "\f6a9"; }

.fa-volume-times::before { content: "\f6a9"; }

.fa-vr-cardboard::before { content: "\f729"; }

.fa-w::before { content: "\57"; }

.fa-waffle::before { content: "\e466"; }

.fa-wagon-covered::before { content: "\f8ee"; }

.fa-walker::before { content: "\f831"; }

.fa-walkie-talkie::before { content: "\f8ef"; }

.fa-wallet::before { content: "\f555"; }

.fa-wand::before { content: "\f72a"; }

.fa-wand-magic::before { content: "\f0d0"; }

.fa-magic::before { content: "\f0d0"; }

.fa-wand-magic-sparkles::before { content: "\e2ca"; }

.fa-magic-wand-sparkles::before { content: "\e2ca"; }

.fa-wand-sparkles::before { content: "\f72b"; }

.fa-warehouse::before { content: "\f494"; }

.fa-warehouse-full::before { content: "\f495"; }

.fa-warehouse-alt::before { content: "\f495"; }

.fa-washing-machine::before { content: "\f898"; }

.fa-washer::before { content: "\f898"; }

.fa-watch::before { content: "\f2e1"; }

.fa-watch-apple::before { content: "\e2cb"; }

.fa-watch-calculator::before { content: "\f8f0"; }

.fa-watch-fitness::before { content: "\f63e"; }

.fa-watch-smart::before { content: "\e2cc"; }

.fa-water::before { content: "\f773"; }

.fa-water-arrow-down::before { content: "\f774"; }

.fa-water-lower::before { content: "\f774"; }

.fa-water-arrow-up::before { content: "\f775"; }

.fa-water-rise::before { content: "\f775"; }

.fa-water-ladder::before { content: "\f5c5"; }

.fa-ladder-water::before { content: "\f5c5"; }

.fa-swimming-pool::before { content: "\f5c5"; }

.fa-watermelon-slice::before { content: "\e337"; }

.fa-wave-pulse::before { content: "\f5f8"; }

.fa-heart-rate::before { content: "\f5f8"; }

.fa-wave-sine::before { content: "\f899"; }

.fa-wave-square::before { content: "\f83e"; }

.fa-wave-triangle::before { content: "\f89a"; }

.fa-waveform::before { content: "\f8f1"; }

.fa-waveform-lines::before { content: "\f8f2"; }

.fa-waveform-path::before { content: "\f8f2"; }

.fa-weight-hanging::before { content: "\f5cd"; }

.fa-weight-scale::before { content: "\f496"; }

.fa-weight::before { content: "\f496"; }

.fa-whale::before { content: "\f72c"; }

.fa-wheat::before { content: "\f72d"; }

.fa-wheat-awn::before { content: "\e2cd"; }

.fa-wheat-alt::before { content: "\e2cd"; }

.fa-wheat-awn-circle-exclamation::before { content: "\e598"; }

.fa-wheat-awn-slash::before { content: "\e338"; }

.fa-wheat-slash::before { content: "\e339"; }

.fa-wheelchair::before { content: "\f193"; }

.fa-wheelchair-move::before { content: "\e2ce"; }

.fa-wheelchair-alt::before { content: "\e2ce"; }

.fa-whiskey-glass::before { content: "\f7a0"; }

.fa-glass-whiskey::before { content: "\f7a0"; }

.fa-whiskey-glass-ice::before { content: "\f7a1"; }

.fa-glass-whiskey-rocks::before { content: "\f7a1"; }

.fa-whistle::before { content: "\f460"; }

.fa-wifi::before { content: "\f1eb"; }

.fa-wifi-3::before { content: "\f1eb"; }

.fa-wifi-strong::before { content: "\f1eb"; }

.fa-wifi-exclamation::before { content: "\e2cf"; }

.fa-wifi-fair::before { content: "\f6ab"; }

.fa-wifi-2::before { content: "\f6ab"; }

.fa-wifi-slash::before { content: "\f6ac"; }

.fa-wifi-weak::before { content: "\f6aa"; }

.fa-wifi-1::before { content: "\f6aa"; }

.fa-wind::before { content: "\f72e"; }

.fa-wind-turbine::before { content: "\f89b"; }

.fa-wind-warning::before { content: "\f776"; }

.fa-wind-circle-exclamation::before { content: "\f776"; }

.fa-window::before { content: "\f40e"; }

.fa-window-flip::before { content: "\f40f"; }

.fa-window-alt::before { content: "\f40f"; }

.fa-window-frame::before { content: "\e04f"; }

.fa-window-frame-open::before { content: "\e050"; }

.fa-window-maximize::before { content: "\f2d0"; }

.fa-window-minimize::before { content: "\f2d1"; }

.fa-window-restore::before { content: "\f2d2"; }

.fa-windsock::before { content: "\f777"; }

.fa-wine-bottle::before { content: "\f72f"; }

.fa-wine-glass::before { content: "\f4e3"; }

.fa-wine-glass-crack::before { content: "\f4bb"; }

.fa-fragile::before { content: "\f4bb"; }

.fa-wine-glass-empty::before { content: "\f5ce"; }

.fa-wine-glass-alt::before { content: "\f5ce"; }

.fa-won-sign::before { content: "\f159"; }

.fa-krw::before { content: "\f159"; }

.fa-won::before { content: "\f159"; }

.fa-worm::before { content: "\e599"; }

.fa-wreath::before { content: "\f7e2"; }

.fa-wrench::before { content: "\f0ad"; }

.fa-wrench-simple::before { content: "\e2d1"; }

.fa-x::before { content: "\58"; }

.fa-x-ray::before { content: "\f497"; }

.fa-xmark::before { content: "\f00d"; }

.fa-close::before { content: "\f00d"; }

.fa-multiply::before { content: "\f00d"; }

.fa-remove::before { content: "\f00d"; }

.fa-times::before { content: "\f00d"; }

.fa-xmark-large::before { content: "\e59b"; }

.fa-xmark-to-slot::before { content: "\f771"; }

.fa-times-to-slot::before { content: "\f771"; }

.fa-vote-nay::before { content: "\f771"; }

.fa-xmarks-lines::before { content: "\e59a"; }

.fa-y::before { content: "\59"; }

.fa-yen-sign::before { content: "\f157"; }

.fa-cny::before { content: "\f157"; }

.fa-jpy::before { content: "\f157"; }

.fa-rmb::before { content: "\f157"; }

.fa-yen::before { content: "\f157"; }

.fa-yin-yang::before { content: "\f6ad"; }

.fa-z::before { content: "\5a"; }

.sr-only, .fa-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }

.sr-only-focusable:not(:focus), .fa-sr-only-focusable:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }

/*! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. */
:root, :host { --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"; }

@font-face { font-family: 'Font Awesome 6 Pro'; font-style: normal; font-weight: 300; font-display: block; src: url("../fonts/fontawesome6/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome6/fa-light-300.ttf") format("truetype"); }

.fal, .l-footer .social-media a[title*="Stage"]:before, .home .section-imagevideo .video .play-button p:before, .home .section-social-media a[title*="Stage"]:before, .home .section-social-media .v-row > div:last-child .c-text > a:before, .section-stage-social-media a[title*="Stage"]:before, .section-kontakt .social-media a[title*="Stage"]:before, .section-kontakt .social-media ul > li:nth-child(4) a:before, body.main .nav-menu.accessible-megamenu > li:last-child > a:after, .l-header__service-navigation a::before, .fa-light { font-family: 'Font Awesome 6 Pro'; font-weight: 300; }

/*! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. */
:root, :host { --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }

@font-face { font-family: 'Font Awesome 6 Brands'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fontawesome6/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome6/fa-brands-400.ttf") format("truetype"); }

.fab, .l-footer .social-media a:before, .home .section-social-media a::before, .mm-listitem.facebook a::before, .mm-listitem.instagram a::before, .mm-listitem.youtube a::before, .mm-listitem.twitter a::before, .mm-listitem.stage a::before, .section-stage-social-media a::before, .section-kontakt .social-media a:not([id^=anker]).externerLink:before, .section-kontakt .social-media a:not([id^=anker]).internerLink:before, .l-header__social-media a:before, .fa-brands { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }

.fa-42-group:before { content: "\e080"; }

.fa-innosoft:before { content: "\e080"; }

.fa-500px:before { content: "\f26e"; }

.fa-accessible-icon:before { content: "\f368"; }

.fa-accusoft:before { content: "\f369"; }

.fa-adn:before { content: "\f170"; }

.fa-adversal:before { content: "\f36a"; }

.fa-affiliatetheme:before { content: "\f36b"; }

.fa-airbnb:before { content: "\f834"; }

.fa-algolia:before { content: "\f36c"; }

.fa-alipay:before { content: "\f642"; }

.fa-amazon:before { content: "\f270"; }

.fa-amazon-pay:before { content: "\f42c"; }

.fa-amilia:before { content: "\f36d"; }

.fa-android:before { content: "\f17b"; }

.fa-angellist:before { content: "\f209"; }

.fa-angrycreative:before { content: "\f36e"; }

.fa-angular:before { content: "\f420"; }

.fa-app-store:before { content: "\f36f"; }

.fa-app-store-ios:before { content: "\f370"; }

.fa-apper:before { content: "\f371"; }

.fa-apple:before { content: "\f179"; }

.fa-apple-pay:before { content: "\f415"; }

.fa-artstation:before { content: "\f77a"; }

.fa-asymmetrik:before { content: "\f372"; }

.fa-atlassian:before { content: "\f77b"; }

.fa-audible:before { content: "\f373"; }

.fa-autoprefixer:before { content: "\f41c"; }

.fa-avianex:before { content: "\f374"; }

.fa-aviato:before { content: "\f421"; }

.fa-aws:before { content: "\f375"; }

.fa-bandcamp:before { content: "\f2d5"; }

.fa-battle-net:before { content: "\f835"; }

.fa-behance:before { content: "\f1b4"; }

.fa-behance-square:before { content: "\f1b5"; }

.fa-bilibili:before { content: "\e3d9"; }

.fa-bimobject:before { content: "\f378"; }

.fa-bitbucket:before { content: "\f171"; }

.fa-bitcoin:before { content: "\f379"; }

.fa-bity:before { content: "\f37a"; }

.fa-black-tie:before { content: "\f27e"; }

.fa-blackberry:before { content: "\f37b"; }

.fa-blogger:before { content: "\f37c"; }

.fa-blogger-b:before { content: "\f37d"; }

.fa-bluetooth:before { content: "\f293"; }

.fa-bluetooth-b:before { content: "\f294"; }

.fa-bootstrap:before { content: "\f836"; }

.fa-bots:before { content: "\e340"; }

.fa-btc:before { content: "\f15a"; }

.fa-buffer:before { content: "\f837"; }

.fa-buromobelexperte:before { content: "\f37f"; }

.fa-buy-n-large:before { content: "\f8a6"; }

.fa-buysellads:before { content: "\f20d"; }

.fa-canadian-maple-leaf:before { content: "\f785"; }

.fa-cc-amazon-pay:before { content: "\f42d"; }

.fa-cc-amex:before { content: "\f1f3"; }

.fa-cc-apple-pay:before { content: "\f416"; }

.fa-cc-diners-club:before { content: "\f24c"; }

.fa-cc-discover:before { content: "\f1f2"; }

.fa-cc-jcb:before { content: "\f24b"; }

.fa-cc-mastercard:before { content: "\f1f1"; }

.fa-cc-paypal:before { content: "\f1f4"; }

.fa-cc-stripe:before { content: "\f1f5"; }

.fa-cc-visa:before { content: "\f1f0"; }

.fa-centercode:before { content: "\f380"; }

.fa-centos:before { content: "\f789"; }

.fa-chrome:before { content: "\f268"; }

.fa-chromecast:before { content: "\f838"; }

.fa-cloudflare:before { content: "\e07d"; }

.fa-cloudscale:before { content: "\f383"; }

.fa-cloudsmith:before { content: "\f384"; }

.fa-cloudversify:before { content: "\f385"; }

.fa-cmplid:before { content: "\e360"; }

.fa-codepen:before { content: "\f1cb"; }

.fa-codiepie:before { content: "\f284"; }

.fa-confluence:before { content: "\f78d"; }

.fa-connectdevelop:before { content: "\f20e"; }

.fa-contao:before { content: "\f26d"; }

.fa-cotton-bureau:before { content: "\f89e"; }

.fa-cpanel:before { content: "\f388"; }

.fa-creative-commons:before { content: "\f25e"; }

.fa-creative-commons-by:before { content: "\f4e7"; }

.fa-creative-commons-nc:before { content: "\f4e8"; }

.fa-creative-commons-nc-eu:before { content: "\f4e9"; }

.fa-creative-commons-nc-jp:before { content: "\f4ea"; }

.fa-creative-commons-nd:before { content: "\f4eb"; }

.fa-creative-commons-pd:before { content: "\f4ec"; }

.fa-creative-commons-pd-alt:before { content: "\f4ed"; }

.fa-creative-commons-remix:before { content: "\f4ee"; }

.fa-creative-commons-sa:before { content: "\f4ef"; }

.fa-creative-commons-sampling:before { content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before { content: "\f4f1"; }

.fa-creative-commons-share:before { content: "\f4f2"; }

.fa-creative-commons-zero:before { content: "\f4f3"; }

.fa-critical-role:before { content: "\f6c9"; }

.fa-css3:before { content: "\f13c"; }

.fa-css3-alt:before { content: "\f38b"; }

.fa-cuttlefish:before { content: "\f38c"; }

.fa-d-and-d:before { content: "\f38d"; }

.fa-d-and-d-beyond:before { content: "\f6ca"; }

.fa-dailymotion:before { content: "\e052"; }

.fa-dashcube:before { content: "\f210"; }

.fa-deezer:before { content: "\e077"; }

.fa-delicious:before { content: "\f1a5"; }

.fa-deploydog:before { content: "\f38e"; }

.fa-deskpro:before { content: "\f38f"; }

.fa-dev:before { content: "\f6cc"; }

.fa-deviantart:before { content: "\f1bd"; }

.fa-dhl:before { content: "\f790"; }

.fa-diaspora:before { content: "\f791"; }

.fa-digg:before { content: "\f1a6"; }

.fa-digital-ocean:before { content: "\f391"; }

.fa-discord:before { content: "\f392"; }

.fa-discourse:before { content: "\f393"; }

.fa-dochub:before { content: "\f394"; }

.fa-docker:before { content: "\f395"; }

.fa-draft2digital:before { content: "\f396"; }

.fa-dribbble:before { content: "\f17d"; }

.fa-dribbble-square:before { content: "\f397"; }

.fa-dropbox:before { content: "\f16b"; }

.fa-drupal:before { content: "\f1a9"; }

.fa-dyalog:before { content: "\f399"; }

.fa-earlybirds:before { content: "\f39a"; }

.fa-ebay:before { content: "\f4f4"; }

.fa-edge:before { content: "\f282"; }

.fa-edge-legacy:before { content: "\e078"; }

.fa-elementor:before { content: "\f430"; }

.fa-ello:before { content: "\f5f1"; }

.fa-ember:before { content: "\f423"; }

.fa-empire:before { content: "\f1d1"; }

.fa-envira:before { content: "\f299"; }

.fa-erlang:before { content: "\f39d"; }

.fa-ethereum:before { content: "\f42e"; }

.fa-etsy:before { content: "\f2d7"; }

.fa-evernote:before { content: "\f839"; }

.fa-expeditedssl:before { content: "\f23e"; }

.fa-facebook:before { content: "\f09a"; }

.fa-facebook-f:before { content: "\f39e"; }

.fa-facebook-messenger:before { content: "\f39f"; }

.fa-facebook-square:before { content: "\f082"; }

.fa-fantasy-flight-games:before { content: "\f6dc"; }

.fa-fedex:before { content: "\f797"; }

.fa-fedora:before { content: "\f798"; }

.fa-figma:before { content: "\f799"; }

.fa-firefox:before { content: "\f269"; }

.fa-firefox-browser:before { content: "\e007"; }

.fa-first-order:before { content: "\f2b0"; }

.fa-first-order-alt:before { content: "\f50a"; }

.fa-firstdraft:before { content: "\f3a1"; }

.fa-flickr:before { content: "\f16e"; }

.fa-flipboard:before { content: "\f44d"; }

.fa-fly:before { content: "\f417"; }

.fa-font-awesome:before { content: "\f2b4"; }

.fa-font-awesome-flag:before { content: "\f2b4"; }

.fa-font-awesome-logo-full:before { content: "\f2b4"; }

.fa-fonticons:before { content: "\f280"; }

.fa-fonticons-fi:before { content: "\f3a2"; }

.fa-fort-awesome:before { content: "\f286"; }

.fa-fort-awesome-alt:before { content: "\f3a3"; }

.fa-forumbee:before { content: "\f211"; }

.fa-foursquare:before { content: "\f180"; }

.fa-free-code-camp:before { content: "\f2c5"; }

.fa-freebsd:before { content: "\f3a4"; }

.fa-fulcrum:before { content: "\f50b"; }

.fa-galactic-republic:before { content: "\f50c"; }

.fa-galactic-senate:before { content: "\f50d"; }

.fa-get-pocket:before { content: "\f265"; }

.fa-gg:before { content: "\f260"; }

.fa-gg-circle:before { content: "\f261"; }

.fa-git:before { content: "\f1d3"; }

.fa-git-alt:before { content: "\f841"; }

.fa-git-square:before { content: "\f1d2"; }

.fa-github:before { content: "\f09b"; }

.fa-github-alt:before { content: "\f113"; }

.fa-github-square:before { content: "\f092"; }

.fa-gitkraken:before { content: "\f3a6"; }

.fa-gitlab:before { content: "\f296"; }

.fa-gitter:before { content: "\f426"; }

.fa-glide:before { content: "\f2a5"; }

.fa-glide-g:before { content: "\f2a6"; }

.fa-gofore:before { content: "\f3a7"; }

.fa-golang:before { content: "\e40f"; }

.fa-goodreads:before { content: "\f3a8"; }

.fa-goodreads-g:before { content: "\f3a9"; }

.fa-google:before { content: "\f1a0"; }

.fa-google-drive:before { content: "\f3aa"; }

.fa-google-pay:before { content: "\e079"; }

.fa-google-play:before { content: "\f3ab"; }

.fa-google-plus:before { content: "\f2b3"; }

.fa-google-plus-g:before { content: "\f0d5"; }

.fa-google-plus-square:before { content: "\f0d4"; }

.fa-google-wallet:before { content: "\f1ee"; }

.fa-gratipay:before { content: "\f184"; }

.fa-grav:before { content: "\f2d6"; }

.fa-gripfire:before { content: "\f3ac"; }

.fa-grunt:before { content: "\f3ad"; }

.fa-guilded:before { content: "\e07e"; }

.fa-gulp:before { content: "\f3ae"; }

.fa-hacker-news:before { content: "\f1d4"; }

.fa-hacker-news-square:before { content: "\f3af"; }

.fa-hackerrank:before { content: "\f5f7"; }

.fa-hashnode:before { content: "\e499"; }

.fa-hips:before { content: "\f452"; }

.fa-hire-a-helper:before { content: "\f3b0"; }

.fa-hive:before { content: "\e07f"; }

.fa-hooli:before { content: "\f427"; }

.fa-hornbill:before { content: "\f592"; }

.fa-hotjar:before { content: "\f3b1"; }

.fa-houzz:before { content: "\f27c"; }

.fa-html5:before { content: "\f13b"; }

.fa-hubspot:before { content: "\f3b2"; }

.fa-ideal:before { content: "\e013"; }

.fa-imdb:before { content: "\f2d8"; }

.fa-instagram:before { content: "\f16d"; }

.fa-instagram-square:before { content: "\e055"; }

.fa-instalod:before { content: "\e081"; }

.fa-intercom:before { content: "\f7af"; }

.fa-internet-explorer:before { content: "\f26b"; }

.fa-invision:before { content: "\f7b0"; }

.fa-ioxhost:before { content: "\f208"; }

.fa-itch-io:before { content: "\f83a"; }

.fa-itunes:before { content: "\f3b4"; }

.fa-itunes-note:before { content: "\f3b5"; }

.fa-java:before { content: "\f4e4"; }

.fa-jedi-order:before { content: "\f50e"; }

.fa-jenkins:before { content: "\f3b6"; }

.fa-jira:before { content: "\f7b1"; }

.fa-joget:before { content: "\f3b7"; }

.fa-joomla:before { content: "\f1aa"; }

.fa-js:before { content: "\f3b8"; }

.fa-js-square:before { content: "\f3b9"; }

.fa-jsfiddle:before { content: "\f1cc"; }

.fa-kaggle:before { content: "\f5fa"; }

.fa-keybase:before { content: "\f4f5"; }

.fa-keycdn:before { content: "\f3ba"; }

.fa-kickstarter:before { content: "\f3bb"; }

.fa-kickstarter-k:before { content: "\f3bc"; }

.fa-korvue:before { content: "\f42f"; }

.fa-laravel:before { content: "\f3bd"; }

.fa-lastfm:before { content: "\f202"; }

.fa-lastfm-square:before { content: "\f203"; }

.fa-leanpub:before { content: "\f212"; }

.fa-less:before { content: "\f41d"; }

.fa-line:before { content: "\f3c0"; }

.fa-linkedin:before { content: "\f08c"; }

.fa-linkedin-in:before { content: "\f0e1"; }

.fa-linode:before { content: "\f2b8"; }

.fa-linux:before { content: "\f17c"; }

.fa-lyft:before { content: "\f3c3"; }

.fa-magento:before { content: "\f3c4"; }

.fa-mailchimp:before { content: "\f59e"; }

.fa-mandalorian:before { content: "\f50f"; }

.fa-markdown:before { content: "\f60f"; }

.fa-mastodon:before { content: "\f4f6"; }

.fa-maxcdn:before { content: "\f136"; }

.fa-mdb:before { content: "\f8ca"; }

.fa-medapps:before { content: "\f3c6"; }

.fa-medium:before { content: "\f23a"; }

.fa-medium-m:before { content: "\f23a"; }

.fa-medrt:before { content: "\f3c8"; }

.fa-meetup:before { content: "\f2e0"; }

.fa-megaport:before { content: "\f5a3"; }

.fa-mendeley:before { content: "\f7b3"; }

.fa-meta:before { content: "\e49b"; }

.fa-microblog:before { content: "\e01a"; }

.fa-microsoft:before { content: "\f3ca"; }

.fa-mix:before { content: "\f3cb"; }

.fa-mixcloud:before { content: "\f289"; }

.fa-mixer:before { content: "\e056"; }

.fa-mizuni:before { content: "\f3cc"; }

.fa-modx:before { content: "\f285"; }

.fa-monero:before { content: "\f3d0"; }

.fa-napster:before { content: "\f3d2"; }

.fa-neos:before { content: "\f612"; }

.fa-nfc-directional:before { content: "\e530"; }

.fa-nfc-symbol:before { content: "\e531"; }

.fa-nimblr:before { content: "\f5a8"; }

.fa-node:before { content: "\f419"; }

.fa-node-js:before { content: "\f3d3"; }

.fa-npm:before { content: "\f3d4"; }

.fa-ns8:before { content: "\f3d5"; }

.fa-nutritionix:before { content: "\f3d6"; }

.fa-octopus-deploy:before { content: "\e082"; }

.fa-odnoklassniki:before { content: "\f263"; }

.fa-odnoklassniki-square:before { content: "\f264"; }

.fa-old-republic:before { content: "\f510"; }

.fa-opencart:before { content: "\f23d"; }

.fa-openid:before { content: "\f19b"; }

.fa-opera:before { content: "\f26a"; }

.fa-optin-monster:before { content: "\f23c"; }

.fa-orcid:before { content: "\f8d2"; }

.fa-osi:before { content: "\f41a"; }

.fa-padlet:before { content: "\e4a0"; }

.fa-page4:before { content: "\f3d7"; }

.fa-pagelines:before { content: "\f18c"; }

.fa-palfed:before { content: "\f3d8"; }

.fa-patreon:before { content: "\f3d9"; }

.fa-paypal:before { content: "\f1ed"; }

.fa-perbyte:before { content: "\e083"; }

.fa-periscope:before { content: "\f3da"; }

.fa-phabricator:before { content: "\f3db"; }

.fa-phoenix-framework:before { content: "\f3dc"; }

.fa-phoenix-squadron:before { content: "\f511"; }

.fa-php:before { content: "\f457"; }

.fa-pied-piper:before { content: "\f2ae"; }

.fa-pied-piper-alt:before { content: "\f1a8"; }

.fa-pied-piper-hat:before { content: "\f4e5"; }

.fa-pied-piper-pp:before { content: "\f1a7"; }

.fa-pied-piper-square:before { content: "\e01e"; }

.fa-pinterest:before { content: "\f0d2"; }

.fa-pinterest-p:before { content: "\f231"; }

.fa-pinterest-square:before { content: "\f0d3"; }

.fa-pix:before { content: "\e43a"; }

.fa-playstation:before { content: "\f3df"; }

.fa-product-hunt:before { content: "\f288"; }

.fa-pushed:before { content: "\f3e1"; }

.fa-python:before { content: "\f3e2"; }

.fa-qq:before { content: "\f1d6"; }

.fa-quinscape:before { content: "\f459"; }

.fa-quora:before { content: "\f2c4"; }

.fa-r-project:before { content: "\f4f7"; }

.fa-raspberry-pi:before { content: "\f7bb"; }

.fa-ravelry:before { content: "\f2d9"; }

.fa-react:before { content: "\f41b"; }

.fa-reacteurope:before { content: "\f75d"; }

.fa-readme:before { content: "\f4d5"; }

.fa-rebel:before { content: "\f1d0"; }

.fa-red-river:before { content: "\f3e3"; }

.fa-reddit:before { content: "\f1a1"; }

.fa-reddit-alien:before { content: "\f281"; }

.fa-reddit-square:before { content: "\f1a2"; }

.fa-redhat:before { content: "\f7bc"; }

.fa-renren:before { content: "\f18b"; }

.fa-replyd:before { content: "\f3e6"; }

.fa-researchgate:before { content: "\f4f8"; }

.fa-resolving:before { content: "\f3e7"; }

.fa-rev:before { content: "\f5b2"; }

.fa-rocketchat:before { content: "\f3e8"; }

.fa-rockrms:before { content: "\f3e9"; }

.fa-rust:before { content: "\e07a"; }

.fa-safari:before { content: "\f267"; }

.fa-salesforce:before { content: "\f83b"; }

.fa-sass:before { content: "\f41e"; }

.fa-schlix:before { content: "\f3ea"; }

.fa-screenpal:before { content: "\e570"; }

.fa-scribd:before { content: "\f28a"; }

.fa-searchengin:before { content: "\f3eb"; }

.fa-sellcast:before { content: "\f2da"; }

.fa-sellsy:before { content: "\f213"; }

.fa-servicestack:before { content: "\f3ec"; }

.fa-shirtsinbulk:before { content: "\f214"; }

.fa-shopify:before { content: "\e057"; }

.fa-shopware:before { content: "\f5b5"; }

.fa-simplybuilt:before { content: "\f215"; }

.fa-sistrix:before { content: "\f3ee"; }

.fa-sith:before { content: "\f512"; }

.fa-sitrox:before { content: "\e44a"; }

.fa-sketch:before { content: "\f7c6"; }

.fa-skyatlas:before { content: "\f216"; }

.fa-skype:before { content: "\f17e"; }

.fa-slack:before { content: "\f198"; }

.fa-slack-hash:before { content: "\f198"; }

.fa-slideshare:before { content: "\f1e7"; }

.fa-snapchat:before { content: "\f2ab"; }

.fa-snapchat-ghost:before { content: "\f2ab"; }

.fa-snapchat-square:before { content: "\f2ad"; }

.fa-soundcloud:before { content: "\f1be"; }

.fa-sourcetree:before { content: "\f7d3"; }

.fa-speakap:before { content: "\f3f3"; }

.fa-speaker-deck:before { content: "\f83c"; }

.fa-spotify:before { content: "\f1bc"; }

.fa-square-font-awesome:before { content: "\f425"; }

.fa-square-font-awesome-stroke:before { content: "\f35c"; }

.fa-font-awesome-alt:before { content: "\f35c"; }

.fa-squarespace:before { content: "\f5be"; }

.fa-stack-exchange:before { content: "\f18d"; }

.fa-stack-overflow:before { content: "\f16c"; }

.fa-stackpath:before { content: "\f842"; }

.fa-staylinked:before { content: "\f3f5"; }

.fa-steam:before { content: "\f1b6"; }

.fa-steam-square:before { content: "\f1b7"; }

.fa-steam-symbol:before { content: "\f3f6"; }

.fa-sticker-mule:before { content: "\f3f7"; }

.fa-strava:before { content: "\f428"; }

.fa-stripe:before { content: "\f429"; }

.fa-stripe-s:before { content: "\f42a"; }

.fa-studiovinari:before { content: "\f3f8"; }

.fa-stumbleupon:before { content: "\f1a4"; }

.fa-stumbleupon-circle:before { content: "\f1a3"; }

.fa-superpowers:before { content: "\f2dd"; }

.fa-supple:before { content: "\f3f9"; }

.fa-suse:before { content: "\f7d6"; }

.fa-swift:before { content: "\f8e1"; }

.fa-symfony:before { content: "\f83d"; }

.fa-teamspeak:before { content: "\f4f9"; }

.fa-telegram:before { content: "\f2c6"; }

.fa-telegram-plane:before { content: "\f2c6"; }

.fa-tencent-weibo:before { content: "\f1d5"; }

.fa-the-red-yeti:before { content: "\f69d"; }

.fa-themeco:before { content: "\f5c6"; }

.fa-themeisle:before { content: "\f2b2"; }

.fa-think-peaks:before { content: "\f731"; }

.fa-tiktok:before { content: "\e07b"; }

.fa-trade-federation:before { content: "\f513"; }

.fa-trello:before { content: "\f181"; }

.fa-tumblr:before { content: "\f173"; }

.fa-tumblr-square:before { content: "\f174"; }

.fa-twitch:before { content: "\f1e8"; }

.fa-twitter:before { content: "\f099"; }

.fa-twitter-square:before { content: "\f081"; }

.fa-typo3:before { content: "\f42b"; }

.fa-uber:before { content: "\f402"; }

.fa-ubuntu:before { content: "\f7df"; }

.fa-uikit:before { content: "\f403"; }

.fa-umbraco:before { content: "\f8e8"; }

.fa-uncharted:before { content: "\e084"; }

.fa-uniregistry:before { content: "\f404"; }

.fa-unity:before { content: "\e049"; }

.fa-unsplash:before { content: "\e07c"; }

.fa-untappd:before { content: "\f405"; }

.fa-ups:before { content: "\f7e0"; }

.fa-usb:before { content: "\f287"; }

.fa-usps:before { content: "\f7e1"; }

.fa-ussunnah:before { content: "\f407"; }

.fa-vaadin:before { content: "\f408"; }

.fa-viacoin:before { content: "\f237"; }

.fa-viadeo:before { content: "\f2a9"; }

.fa-viadeo-square:before { content: "\f2aa"; }

.fa-viber:before { content: "\f409"; }

.fa-vimeo:before { content: "\f40a"; }

.fa-vimeo-square:before { content: "\f194"; }

.fa-vimeo-v:before { content: "\f27d"; }

.fa-vine:before { content: "\f1ca"; }

.fa-vk:before { content: "\f189"; }

.fa-vnv:before { content: "\f40b"; }

.fa-vuejs:before { content: "\f41f"; }

.fa-watchman-monitoring:before { content: "\e087"; }

.fa-waze:before { content: "\f83f"; }

.fa-weebly:before { content: "\f5cc"; }

.fa-weibo:before { content: "\f18a"; }

.fa-weixin:before { content: "\f1d7"; }

.fa-whatsapp:before { content: "\f232"; }

.fa-whatsapp-square:before { content: "\f40c"; }

.fa-whmcs:before { content: "\f40d"; }

.fa-wikipedia-w:before { content: "\f266"; }

.fa-windows:before { content: "\f17a"; }

.fa-wirsindhandwerk:before { content: "\e2d0"; }

.fa-wsh:before { content: "\e2d0"; }

.fa-wix:before { content: "\f5cf"; }

.fa-wizards-of-the-coast:before { content: "\f730"; }

.fa-wodu:before { content: "\e088"; }

.fa-wolf-pack-battalion:before { content: "\f514"; }

.fa-wordpress:before { content: "\f19a"; }

.fa-wordpress-simple:before { content: "\f411"; }

.fa-wpbeginner:before { content: "\f297"; }

.fa-wpexplorer:before { content: "\f2de"; }

.fa-wpforms:before { content: "\f298"; }

.fa-wpressr:before { content: "\f3e4"; }

.fa-xbox:before { content: "\f412"; }

.fa-xing:before { content: "\f168"; }

.fa-xing-square:before { content: "\f169"; }

.fa-y-combinator:before { content: "\f23b"; }

.fa-yahoo:before { content: "\f19e"; }

.fa-yammer:before { content: "\f840"; }

.fa-yandex:before { content: "\f413"; }

.fa-yandex-international:before { content: "\f414"; }

.fa-yarn:before { content: "\f7e3"; }

.fa-yelp:before { content: "\f1e9"; }

.fa-yoast:before { content: "\f2b1"; }

.fa-youtube:before { content: "\f167"; }

.fa-youtube-square:before { content: "\f431"; }

.fa-zhihu:before { content: "\f63f"; }

/*	================================================== vendors / size ==================================================*/
body.fontZoom_L { font-size: 20px !important; }

body.fontZoom_L img.lang { width: 35px; height: 20px; }

body.fontZoom_XL { font-size: 24px !important; }

body.fontZoom_XL img.lang { width: 42px; height: 24px; }

/*	================================================== vendors / jQuery-ui ==================================================*/
.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ''; display: table; border-collapse: collapse; }

.ui-helper-clearfix:after { clear: both; }

.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; }

[class^='ui-'], [class^='ui-']:after, [class^='ui-']:before { box-sizing: content-box; }

.ui-widget { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1; font-weight: 400; }

.ui-widget-content { border: 1px solid #ddd; background: #ffffff; color: #333; }

.ui-widget-content a { color: #333; }

.ui-widget-header { border: 1px solid #ddd; color: #333; font-weight: 600; background: #e9e9e9; }

.ui-widget-header a { color: #333; }

.ui-widget-overlay { background: #aaa; opacity: 0.3; position: fixed; top: 0; left: 0; width: 100%; height: 100%; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5c5c5; background: #f6f6f6; color: #454545; font-weight: normal; }

.ui-state-default, .ui-state-default:active, .ui-state-default:hover, .ui-state-default:focus, .ui-state-default a, .ui-state-default a:active, .ui-state-default a:hover, .ui-state-default a:focus, .ui-widget-content .ui-state-default, .ui-widget-content .ui-state-default:active, .ui-widget-content .ui-state-default:hover, .ui-widget-content .ui-state-default:focus, .ui-widget-content .ui-state-default a, .ui-widget-content .ui-state-default a:active, .ui-widget-content .ui-state-default a:hover, .ui-widget-content .ui-state-default a:focus, .ui-widget-header .ui-state-default, .ui-widget-header .ui-state-default:active, .ui-widget-header .ui-state-default:hover, .ui-widget-header .ui-state-default:focus, .ui-widget-header .ui-state-default a, .ui-widget-header .ui-state-default a:active, .ui-widget-header .ui-state-default a:hover, .ui-widget-header .ui-state-default a:focus { color: #454545; text-decoration: none; }

.ui-state-default-text, .ui-widget-content .ui-state-default-text, .ui-widget-header .ui-state-default-text { color: #454545; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover { border: 1px solid #cccccc; background: #ededed; color: #2b2b2b; font-weight: normal; }

.ui-state-hover, .ui-state-hover:active, .ui-state-hover:hover, .ui-state-hover:focus, .ui-state-hover a, .ui-state-hover a:active, .ui-state-hover a:hover, .ui-state-hover a:focus, .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-hover:active, .ui-widget-content .ui-state-hover:hover, .ui-widget-content .ui-state-hover:focus, .ui-widget-content .ui-state-hover a, .ui-widget-content .ui-state-hover a:active, .ui-widget-content .ui-state-hover a:hover, .ui-widget-content .ui-state-hover a:focus, .ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-hover:active, .ui-widget-header .ui-state-hover:hover, .ui-widget-header .ui-state-hover:focus, .ui-widget-header .ui-state-hover a, .ui-widget-header .ui-state-hover a:active, .ui-widget-header .ui-state-hover a:hover, .ui-widget-header .ui-state-hover a:focus { color: #2b2b2b; text-decoration: none; }

.ui-state-hover-text, .ui-widget-content .ui-state-hover-text, .ui-widget-header .ui-state-hover-text { color: #2b2b2b; }

.ui-state-focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #cccccc; background: #ededed; color: #2b2b2b; font-weight: normal; }

.ui-state-focus, .ui-state-focus:active, .ui-state-focus:hover, .ui-state-focus:focus, .ui-state-focus a, .ui-state-focus a:active, .ui-state-focus a:hover, .ui-state-focus a:focus, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-focus:active, .ui-widget-content .ui-state-focus:hover, .ui-widget-content .ui-state-focus:focus, .ui-widget-content .ui-state-focus a, .ui-widget-content .ui-state-focus a:active, .ui-widget-content .ui-state-focus a:hover, .ui-widget-content .ui-state-focus a:focus, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-focus:active, .ui-widget-header .ui-state-focus:hover, .ui-widget-header .ui-state-focus:focus, .ui-widget-header .ui-state-focus a, .ui-widget-header .ui-state-focus a:active, .ui-widget-header .ui-state-focus a:hover, .ui-widget-header .ui-state-focus a:focus { color: #2b2b2b; text-decoration: none; }

.ui-state-focus-text, .ui-widget-content .ui-state-focus-text, .ui-widget-header .ui-state-focus-text { color: #2b2b2b; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #dad55e; background: #fffa90; color: #777620; font-weight: normal; }

.ui-state-highlight, .ui-state-highlight:active, .ui-state-highlight:hover, .ui-state-highlight:focus, .ui-state-highlight a, .ui-state-highlight a:active, .ui-state-highlight a:hover, .ui-state-highlight a:focus, .ui-widget-content .ui-state-highlight, .ui-widget-content .ui-state-highlight:active, .ui-widget-content .ui-state-highlight:hover, .ui-widget-content .ui-state-highlight:focus, .ui-widget-content .ui-state-highlight a, .ui-widget-content .ui-state-highlight a:active, .ui-widget-content .ui-state-highlight a:hover, .ui-widget-content .ui-state-highlight a:focus, .ui-widget-header .ui-state-highlight, .ui-widget-header .ui-state-highlight:active, .ui-widget-header .ui-state-highlight:hover, .ui-widget-header .ui-state-highlight:focus, .ui-widget-header .ui-state-highlight a, .ui-widget-header .ui-state-highlight a:active, .ui-widget-header .ui-state-highlight a:hover, .ui-widget-header .ui-state-highlight a:focus { color: #777620; text-decoration: none; }

.ui-state-highlight-text, .ui-widget-content .ui-state-highlight-text, .ui-widget-header .ui-state-highlight-text { color: #777620; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #003eff; background: #007fff; color: #ffffff; font-weight: normal; }

.ui-state-active, .ui-state-active:active, .ui-state-active:hover, .ui-state-active:focus, .ui-state-active a, .ui-state-active a:active, .ui-state-active a:hover, .ui-state-active a:focus, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-active:active, .ui-widget-content .ui-state-active:hover, .ui-widget-content .ui-state-active:focus, .ui-widget-content .ui-state-active a, .ui-widget-content .ui-state-active a:active, .ui-widget-content .ui-state-active a:hover, .ui-widget-content .ui-state-active a:focus, .ui-widget-header .ui-state-active, .ui-widget-header .ui-state-active:active, .ui-widget-header .ui-state-active:hover, .ui-widget-header .ui-state-active:focus, .ui-widget-header .ui-state-active a, .ui-widget-header .ui-state-active a:active, .ui-widget-header .ui-state-active a:hover, .ui-widget-header .ui-state-active a:focus { color: #ffffff; text-decoration: none; }

.ui-state-active-text, .ui-widget-content .ui-state-active-text, .ui-widget-header .ui-state-active-text { color: #ffffff; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #f1a899; background: #fddfdf; color: #5f3f3f; font-weight: normal; }

.ui-state-error, .ui-state-error:active, .ui-state-error:hover, .ui-state-error:focus, .ui-state-error a, .ui-state-error a:active, .ui-state-error a:hover, .ui-state-error a:focus, .ui-widget-content .ui-state-error, .ui-widget-content .ui-state-error:active, .ui-widget-content .ui-state-error:hover, .ui-widget-content .ui-state-error:focus, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error a:active, .ui-widget-content .ui-state-error a:hover, .ui-widget-content .ui-state-error a:focus, .ui-widget-header .ui-state-error, .ui-widget-header .ui-state-error:active, .ui-widget-header .ui-state-error:hover, .ui-widget-header .ui-state-error:focus, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error a:active, .ui-widget-header .ui-state-error a:hover, .ui-widget-header .ui-state-error a:focus { color: #5f3f3f; text-decoration: none; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #5f3f3f; }

.ui-state-disabled { cursor: default !important; pointer-events: none; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 0.35; background-image: none; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: 0.5; font-weight: normal; }

@font-face { font-family: 'jquery-ui'; src: url("../fonts/jquery-ui.eot?jquf1.4.1"); src: url("../fonts/jquery-ui.eot?#iefixjquf1.4.1") format("embedded-opentype"), url("../fonts/jquery-ui.woff?jquf1.4.1") format("woff"), url("../fonts/jquery-ui.ttf?jquf1.4.1") format("truetype"), url("../fonts/jquery-ui.svg?jquf1.4.1#jquery-ui") format("svg"); font-style: normal; font-variant: normal; font-weight: normal; }

.ui-icon, .ui-busy-icon { display: inline; background: transparent none no-repeat scroll 0 0 !important; font: normal normal normal 14px/16px 'jquery-ui', sans-serif; overflow: hidden; padding: 0; margin: 0; position: relative; line-height: inherit; text-transform: none; transform: translate(0, 0); -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-size: 0; }

.ui-icon:before, .ui-busy-icon:before { display: inline; content: ''; font-size: 16px; }

.ui-icon-arrow-1-n:before { content: '\e600'; }

.ui-icon-arrow-u:before { content: '\e600'; }

.ui-icon-arrow-1-ne:before { content: '\e601'; }

.ui-icon-arrow-u-r:before { content: '\e601'; }

.ui-icon-arrow-1-e:before { content: '\e602'; }

.ui-icon-arrow-r:before { content: '\e602'; }

.ui-icon-arrow-1-se:before { content: '\e603'; }

.ui-icon-arrow-d-r:before { content: '\e603'; }

.ui-icon-arrow-1-s:before { content: '\e604'; }

.ui-icon-arrow-d:before { content: '\e604'; }

.ui-icon-arrow-1-sw:before { content: '\e605'; }

.ui-icon-arrow-d-l:before { content: '\e605'; }

.ui-icon-arrow-1-w:before { content: '\e606'; }

.ui-icon-arrow-l:before { content: '\e606'; }

.ui-icon-arrow-1-nw:before { content: '\e607'; }

.ui-icon-arrow-u-l:before { content: '\e607'; }

.ui-icon-arrowstop-1-n:before { content: '\e608'; }

.ui-icon-arrowstop-1-e:before { content: '\e609'; }

.ui-icon-arrowstop-1-s:before { content: '\e60a'; }

.ui-icon-arrowstop-1-w:before { content: '\e60b'; }

.ui-icon-arrowreturn-1-n:before { content: '\e60c'; }

.ui-icon-arrowreturn-1-e:before { content: '\e60d'; }

.ui-icon-forward:before { content: '\e60d'; }

.ui-icon-arrowreturn-1-s:before { content: '\e60e'; }

.ui-icon-arrowreturn-1-w:before { content: '\e60f'; }

.ui-icon-back:before { content: '\e60f'; }

.ui-icon-arrowrefresh-1-n:before { content: '\e610'; }

.ui-icon-arrowrefresh-1-e:before { content: '\e611'; }

.ui-icon-arrowrefresh-1-s:before { content: '\e612'; }

.ui-icon-arrowrefresh-1-w:before { content: '\e613'; }

.ui-icon-arrow-2-n-s:before { content: '\e614'; }

.ui-icon-arrow-2-ne-sw:before { content: '\e615'; }

.ui-icon-arrow-2-e-w:before { content: '\e616'; }

.ui-icon-arrow-2-se-nw:before { content: '\e617'; }

.ui-icon-arrow-4:before { content: '\e618'; }

.ui-icon-move:before { content: '\e618'; }

.ui-icon-arrow-4-diag:before { content: '\e619'; }

.ui-icon-fullscreen:before { content: '\e619'; }

.ui-icon-arrowthick-1-n:before { content: '\e61a'; }

.ui-icon-arrowthick-1-ne:before { content: '\e61b'; }

.ui-icon-arrowthick-1-e:before { content: '\e61c'; }

.ui-icon-arrowthick-1-se:before { content: '\e61d'; }

.ui-icon-arrowthick-1-s:before { content: '\e61e'; }

.ui-icon-arrowthick-1-sw:before { content: '\e61f'; }

.ui-icon-arrowthick-1-w:before { content: '\e620'; }

.ui-icon-arrowthick-1-nw:before { content: '\e621'; }

.ui-icon-arrowthickstop-1-n:before { content: '\e622'; }

.ui-icon-arrowthickstop-1-e:before { content: '\e623'; }

.ui-icon-arrowthickstop-1-s:before { content: '\e624'; }

.ui-icon-arrowthickstop-1-w:before { content: '\e625'; }

.ui-icon-arrowreturnthick-1-n:before { content: '\e626'; }

.ui-icon-arrowreturnthick-1-e:before { content: '\e627'; }

.ui-icon-arrowreturnthick-1-s:before { content: '\e628'; }

.ui-icon-arrowreturnthick-1-w:before { content: '\e629'; }

.ui-icon-arrowthick-2-n-s:before { content: '\e62a'; }

.ui-icon-arrowthick-2-ne-sw:before { content: '\e62b'; }

.ui-icon-arrowthick-2-e-w:before { content: '\e62c'; }

.ui-icon-arrowthick-2-se-nw:before { content: '\e62d'; }

.ui-icon-circle-arrow-n:before { content: '\e62e'; }

.ui-icon-circle-arrow-e:before { content: '\e62f'; }

.ui-icon-circle-arrow-s:before { content: '\e630'; }

.ui-icon-circle-arrow-w:before { content: '\e631'; }

.ui-icon-circle-b-arrow-n:before { content: '\e632'; }

.ui-icon-circle-b-arrow-e:before { content: '\e633'; }

.ui-icon-circle-b-arrow-s:before { content: '\e634'; }

.ui-icon-circle-b-arrow-w:before { content: '\e635'; }

.ui-icon-carat-1-n:before { content: '\e636'; }

.ui-icon-caret-1-n:before { content: '\e636'; }

.ui-icon-caret-u:before { content: '\e636'; }

.ui-icon-carat-1-ne:before { content: '\e637'; }

.ui-icon-caret-1-ne:before { content: '\e637'; }

.ui-icon-carat-1-e:before { content: '\e638'; }

.ui-icon-caret-1-e:before { content: '\e638'; }

.ui-icon-caret-r:before { content: '\e638'; }

.ui-icon-carat-1-se:before { content: '\e639'; }

.ui-icon-caret-1-se:before { content: '\e639'; }

.ui-icon-carat-1-s:before { content: '\e63a'; }

.ui-icon-caret-1-s:before { content: '\e63a'; }

.ui-icon-caret-d:before { content: '\e63a'; }

.ui-icon-carat-1-sw:before { content: '\e63b'; }

.ui-icon-caret-1-sw:before { content: '\e63b'; }

.ui-icon-carat-1-w:before { content: '\e63c'; }

.ui-icon-caret-1-w:before { content: '\e63c'; }

.ui-icon-caret-l:before { content: '\e63c'; }

.ui-icon-carat-1-nw:before { content: '\e63d'; }

.ui-icon-caret-1-nw:before { content: '\e63d'; }

.ui-icon-carat-2-n:before { content: '\e63e'; }

.ui-icon-carat-2-e:before { content: '\e63f'; }

.ui-icon-carat-2-s:before { content: '\e640'; }

.ui-icon-carat-2-w:before { content: '\e641'; }

.ui-icon-carat-2-n-s:before { content: '\e642'; }

.ui-icon-caret-2-n-s:before { content: '\e642'; }

.ui-icon-carat-2-e-w:before { content: '\e643'; }

.ui-icon-caret-2-e-w:before { content: '\e643'; }

.ui-icon-triangle-1-n:before { content: '\e644'; }

.ui-icon-triangle-1-ne:before { content: '\e645'; }

.ui-icon-triangle-1-e:before { content: '\e646'; }

.ui-icon-triangle-1-se:before { content: '\e647'; }

.ui-icon-triangle-1-s:before { content: '\e648'; }

.ui-icon-triangle-1-sw:before { content: '\e649'; }

.ui-icon-triangle-1-w:before { content: '\e64a'; }

.ui-icon-triangle-1-nw:before { content: '\e64b'; }

.ui-icon-triangle-1-n-stop:before { content: '\e64c'; }

.ui-icon-triangle-1-e-stop:before { content: '\e64d'; }

.ui-icon-seek-end:before { content: '\e64d'; }

.ui-icon-triangle-1-s-stop:before { content: '\e64e'; }

.ui-icon-triangle-1-w-stop:before { content: '\e64f'; }

.ui-icon-seek-first:before { content: '\e64f'; }

.ui-icon-triangle-2-e:before { content: '\e650'; }

.ui-icon-seek-next:before { content: '\e650'; }

.ui-icon-triangle-2-w:before { content: '\e651'; }

.ui-icon-seek-prev:before { content: '\e651'; }

.ui-icon-triangle-2-n-s:before { content: '\e652'; }

.ui-icon-triangle-2-e-w:before { content: '\e653'; }

.ui-icon-circle-triangle-n:before { content: '\e654'; }

.ui-icon-circle-triangle-e:before { content: '\e655'; }

.ui-icon-circle-triangle-s:before { content: '\e656'; }

.ui-icon-circle-triangle-w:before { content: '\e657'; }

.ui-icon-circle-b-triangle-n:before { content: '\e658'; }

.ui-icon-circle-b-triangle-e:before { content: '\e659'; }

.ui-icon-circle-b-triangle-s:before { content: '\e65a'; }

.ui-icon-circle-b-triangle-w:before { content: '\e65b'; }

.ui-icon-bullet:before { content: '\e65c'; }

.ui-icon-circle:before { content: '\e65d'; }

.ui-icon-radio-off:before { content: '\e65d'; }

.ui-icon-alert:before { content: '\e65e'; }

.ui-icon-alert-b:before { content: '\e65f'; }

.ui-icon-help-plain:before { content: '\e660'; }

.ui-icon-help:before { content: '\e661'; }

.ui-icon-circle-help:before { content: '\e661'; }

.ui-icon-circle-b-help:before { content: '\e662'; }

.ui-icon-info-plain:before { content: '\e663'; }

.ui-icon-info:before { content: '\e664'; }

.ui-icon-circle-info:before { content: '\e664'; }

.ui-icon-circle-b-info:before { content: '\e665'; }

.ui-icon-notice-plain:before { content: '\e666'; }

.ui-icon-notice:before { content: '\e667'; }

.ui-icon-circle-notice:before { content: '\e667'; }

.ui-icon-circle-b-notice:before { content: '\e668'; }

.ui-icon-grip-diagonal-se:before { content: '\e669'; }

.ui-icon-gripsmall-diagonal-se:before { content: '\e66a'; }

.ui-icon-grip-solid-horizontal:before { content: '\e66b'; }

.ui-icon-grip-dotted-horizontal:before { content: '\e66c'; }

.ui-icon-grip-solid-vertical:before { content: '\e66d'; }

.ui-icon-grip-dotted-vertical:before { content: '\e66e'; }

.ui-icon-check:before { content: '\e66f'; }

.ui-icon-circle-check:before { content: '\e670'; }

.ui-icon-circle-b-check:before { content: '\e671'; }

.ui-icon-check-off:before { content: '\e672'; }

.ui-icon-check-on:before { content: '\e673'; }

.ui-icon-cancel:before { content: '\e674'; }

.ui-icon-forbidden:before { content: '\e674'; }

.ui-icon-close:before { content: '\e675'; }

.ui-icon-delete:before { content: '\e675'; }

.ui-icon-circle-close:before { content: '\e676'; }

.ui-icon-circle-b-close:before { content: '\e677'; }

.ui-icon-closethick:before { content: '\e678'; }

.ui-icon-squaresmall-close:before { content: '\e679'; }

.ui-icon-circlesmall-close:before { content: '\e67a'; }

.ui-icon-minus:before { content: '\e67b'; }

.ui-icon-circle-minus:before { content: '\e67c'; }

.ui-icon-circle-b-minus:before { content: '\e67d'; }

.ui-icon-minusthick:before { content: '\e67e'; }

.ui-icon-squaresmall-minus:before { content: '\e67f'; }

.ui-icon-circlesmall-minus:before { content: '\e680'; }

.ui-icon-plus:before { content: '\e681'; }

.ui-icon-circle-plus:before { content: '\e682'; }

.ui-icon-circle-b-plus:before { content: '\e683'; }

.ui-icon-plusthick:before { content: '\e684'; }

.ui-icon-squaresmall-plus:before { content: '\e685'; }

.ui-icon-circlesmall-plus:before { content: '\e686'; }

.ui-icon-pencil:before { content: '\e687'; }

.ui-icon-edit:before { content: '\e687'; }

.ui-icon-copy:before { content: '\e688'; }

.ui-icon-files:before { content: '\e688'; }

.ui-icon-scissors:before { content: '\e689'; }

.ui-icon-cut:before { content: '\e689'; }

.ui-icon-clipboard:before { content: '\e68a'; }

.ui-icon-paste:before { content: '\e68a'; }

.ui-icon-disk:before { content: '\e68b'; }

.ui-icon-save:before { content: '\e68b'; }

.ui-icon-undo:before { content: '\e68c'; }

.ui-icon-redo:before { content: '\e68d'; }

.ui-icon-rename:before { content: '\e68e'; }

.ui-icon-trash:before { content: '\e68f'; }

.ui-icon-recycle:before { content: '\e68f'; }

.ui-icon-print:before { content: '\e690'; }

.ui-icon-print-b:before { content: '\e691'; }

.ui-icon-note:before { content: '\e692'; }

.ui-icon-table:before { content: '\e693'; }

.ui-icon-tag:before { content: '\e694'; }

.ui-icon-ticket:before { content: '\e695'; }

.ui-icon-folder:before { content: '\e696'; }

.ui-icon-folder-collapsed:before { content: '\e696'; }

.ui-icon-folder-open:before { content: '\e697'; }

.ui-icon-folder-expanded:before { content: '\e697'; }

.ui-icon-document:before { content: '\e698'; }

.ui-icon-file:before { content: '\e698'; }

.ui-icon-document-b:before { content: '\e699'; }

.ui-icon-file-b:before { content: '\e699'; }

.ui-icon-audio:before { content: '\e69a'; }

.ui-icon-music:before { content: '\e69a'; }

.ui-icon-movie:before { content: '\e69b'; }

.ui-icon-film:before { content: '\e69b'; }

.ui-icon-video:before { content: '\e69c'; }

.ui-icon-image:before { content: '\e69d'; }

.ui-icon-picture:before { content: '\e69d'; }

.ui-icon-script:before { content: '\e69e'; }

.ui-icon-file-pdf:before { content: '\e69f'; }

.ui-icon-file-rtf:before { content: '\e6a0'; }

.ui-icon-file-spreadsheet:before { content: '\e6a1'; }

.ui-icon-file-xls:before { content: '\e6a1'; }

.ui-icon-file-txt:before { content: '\e6a2'; }

.ui-icon-file-text:before { content: '\e6a2'; }

.ui-icon-file-word:before { content: '\e6a3'; }

.ui-icon-file-zip:before { content: '\e6a4'; }

.ui-icon-play:before { content: '\e6a5'; }

.ui-icon-pause:before { content: '\e6a6'; }

.ui-icon-stop:before { content: '\e6a7'; }

.ui-icon-volume-off:before { content: '\e6a8'; }

.ui-icon-mute:before { content: '\e6a8'; }

.ui-icon-volume-mute:before { content: '\e6a8'; }

.ui-icon-volume-on:before { content: '\e6a9'; }

.ui-icon-volume-high:before { content: '\e6a9'; }

.ui-icon-volume-on-b:before { content: '\e6aa'; }

.ui-icon-volume-low:before { content: '\e6aa'; }

.ui-icon-shuffle:before { content: '\e6ab'; }

.ui-icon-retweet:before { content: '\e6ac'; }

.ui-icon-eject:before { content: '\e6ad'; }

.ui-icon-link:before { content: '\e6ae'; }

.ui-icon-extlink:before { content: '\e6af'; }

.ui-icon-linkext:before { content: '\e6af'; }

.ui-icon-action:before { content: '\e6af'; }

.ui-icon-link-broken:before { content: '\e6b0'; }

.ui-icon-locked:before { content: '\e6b1'; }

.ui-icon-unlocked:before { content: '\e6b2'; }

.ui-icon-window:before { content: '\e6b3'; }

.ui-icon-newwin:before { content: '\e6b4'; }

.ui-icon-popup:before { content: '\e6b4'; }

.ui-icon-dialog:before { content: '\e6b4'; }

.ui-icon-window-sidebar:before { content: '\e6b5'; }

.ui-icon-menu:before { content: '\e6b6'; }

.ui-icon-bars:before { content: '\e6b6'; }

.ui-icon-home:before { content: '\e6b7'; }

.ui-icon-bookmark:before { content: '\e6b8'; }

.ui-icon-bookmark-b:before { content: '\e6b9'; }

.ui-icon-star:before { content: '\e6ba'; }

.ui-icon-star-b:before { content: '\e6bb'; }

.ui-icon-addon:before { content: '\e6bc'; }

.ui-icon-puzzle:before { content: '\e6bc'; }

.ui-icon-plugin:before { content: '\e6bd'; }

.ui-icon-package:before { content: '\e6be'; }

.ui-icon-power:before { content: '\e6bf'; }

.ui-icon-switch:before { content: '\e6bf'; }

.ui-icon-refresh:before { content: '\e6c0'; }

.ui-icon-group:before { content: '\e6c1'; }

.ui-icon-users:before { content: '\e6c1'; }

.ui-icon-person:before { content: '\e6c2'; }

.ui-icon-user:before { content: '\e6c2'; }

.ui-icon-heart:before { content: '\e6c3'; }

.ui-icon-heart-b:before { content: '\e6c4'; }

.ui-icon-heart-beat:before { content: '\e6c5'; }

.ui-icon-key:before { content: '\e6c6'; }

.ui-icon-lightbulb:before { content: '\e6c7'; }

.ui-icon-cart:before { content: '\e6c8'; }

.ui-icon-shop:before { content: '\e6c8'; }

.ui-icon-cart-b:before { content: '\e6c9'; }

.ui-icon-clock:before { content: '\e6ca'; }

.ui-icon-clock-b:before { content: '\e6cb'; }

.ui-icon-cloud:before { content: '\e6cc'; }

.ui-icon-cloud-b:before { content: '\e6cd'; }

.ui-icon-cloud-download:before { content: '\e6ce'; }

.ui-icon-cloud-upload:before { content: '\e6cf'; }

.ui-icon-comment:before { content: '\e6d0'; }

.ui-icon-comments:before { content: '\e6d1'; }

.ui-icon-globe:before { content: '\e6d2'; }

.ui-icon-globe-b:before { content: '\e6d3'; }

.ui-icon-location:before { content: '\e6d4'; }

.ui-icon-navigation:before { content: '\e6d5'; }

.ui-icon-gear:before { content: '\e6d6'; }

.ui-icon-gears:before { content: '\e6d7'; }

.ui-icon-camera:before { content: '\e6d8'; }

.ui-icon-flag:before { content: '\e6d9'; }

.ui-icon-eye:before { content: '\e6da'; }

.ui-icon-box:before { content: '\e6db'; }

.ui-icon-transfer-e-w:before { content: '\e6dc'; }

.ui-icon-transferthick-e-w:before { content: '\e6dd'; }

.ui-icon-sign-in:before { content: '\e6de'; }

.ui-icon-login:before { content: '\e6de'; }

.ui-icon-sign-out:before { content: '\e6df'; }

.ui-icon-logout:before { content: '\e6df'; }

.ui-icon-logoff:before { content: '\e6df'; }

.ui-icon-toggle-off:before { content: '\e6e0'; }

.ui-icon-toggle-on:before { content: '\e6e1'; }

.ui-icon-search:before { content: '\e6e2'; }

.ui-icon-wrench:before { content: '\e6e3'; }

.ui-icon-settings:before { content: '\e6e4'; }

.ui-icon-radio-on:before { content: '\e6e5'; }

.ui-icon-selectbox:before { content: '\e6e6'; }

.ui-icon-suitcase:before { content: '\e6e7'; }

.ui-icon-truck:before { content: '\e6e8'; }

.ui-icon-database:before { content: '\e6e9'; }

.ui-icon-databases:before { content: '\e6ea'; }

.ui-icon-book:before { content: '\e6eb'; }

.ui-icon-book-b:before { content: '\e6ec'; }

.ui-icon-calculator:before { content: '\e6ed'; }

.ui-icon-calculator-b:before { content: '\e6ee'; }

.ui-icon-calendar:before { content: '\e6ef'; }

.ui-icon-calendar-b:before { content: '\e6f0'; }

.ui-icon-calendar-day:before { content: '\e6f1'; }

.ui-icon-address:before { content: '\e6f2'; }

.ui-icon-contact:before { content: '\e6f3'; }

.ui-icon-phone:before { content: '\e6f4'; }

.ui-icon-circle-phone:before { content: '\e6f5'; }

.ui-icon-mail-closed:before { content: '\e6f6'; }

.ui-icon-mail:before { content: '\e6f6'; }

.ui-icon-mail-open:before { content: '\e6f7'; }

.ui-icon-mail-reply:before { content: '\e6f8'; }

.ui-icon-mail-replyall:before { content: '\e6f9'; }

.ui-icon-mail-forward:before { content: '\e6fa'; }

.ui-icon-mail-send:before { content: '\e6fb'; }

.ui-icon-newspaper:before { content: '\e6fc'; }

.ui-icon-newsletter:before { content: '\e6fc'; }

.ui-icon-pin-s:before { content: '\e6fd'; }

.ui-icon-pin-w:before { content: '\e6fe'; }

.ui-icon-zoomin:before { content: '\e6ff'; }

.ui-icon-circle-zoomin:before { content: '\e700'; }

.ui-icon-zoomout:before { content: '\e701'; }

.ui-icon-circle-zoomout:before { content: '\e702'; }

.ui-icon-screen-display:before { content: '\e703'; }

.ui-icon-desktop:before { content: '\e703'; }

.ui-icon-screen-laptop:before { content: '\e704'; }

.ui-icon-screen-mobile:before { content: '\e705'; }

.ui-icon-mobile:before { content: '\e705'; }

.ui-icon-view-icons:before { content: '\e706'; }

.ui-icon-view-icons-b:before { content: '\e707'; }

.ui-icon-grid:before { content: '\e707'; }

.ui-icon-view-list:before { content: '\e708'; }

.ui-icon-list:before { content: '\e708'; }

.ui-icon-sorting:before { content: '\e709'; }

.ui-icon-sorting-asc:before { content: '\e70a'; }

.ui-icon-sorting-desc:before { content: '\e70b'; }

.ui-icon-battery-0:before { content: '\e70c'; }

.ui-icon-battery-1:before { content: '\e70d'; }

.ui-icon-battery-2:before { content: '\e70e'; }

.ui-icon-battery-3:before { content: '\e70f'; }

.ui-icon-signal:before { content: '\e710'; }

.ui-icon-signal-diag:before { content: '\e711'; }

.ui-icon-window-minimize:before { content: '\e717'; }

.ui-loading-icon.ui-icon-balls:before { content: '\e712'; }

.ui-loading-icon.ui-icon-circle:before { content: '\e713'; }

.ui-loading-icon.ui-icon-comet:before { content: '\e714'; }

.ui-loading-icon.ui-icon-lines:before { content: '\e715'; }

.ui-loading-icon.ui-icon-planet:before { content: '\e716'; }

@keyframes clockwise { from { transform: rotate(0deg); }
  to { transform: rotate(359deg); } }

@keyframes bounce { 0%, 100% { transform: scale(0.2); }
  50% { transform: scale(1); } }

@keyframes translate { 0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(100%, 0); } }

@keyframes move-right { from { left: -100%; }
  to { left: 100%; } }

@keyframes square-fill { 0%, 25%, 100% { height: 0; }
  50%, 75% { height: 100%; } }

@keyframes square-clockwise { 0% { transform: rotate(0deg); }
  25%, 50% { transform: rotate(180deg); }
  75%, 100% { transform: rotate(360deg); } }

.ui-animate.clockwise .ui-icon, .ui-animate.anti-clockwise .ui-icon { animation: clockwise 1s infinite linear; }

.ui-animate.anti-clockwise .ui-icon { animation-direction: reverse; }

.ui-animate.bounce .ui-icon:before { animation: bounce 1s infinite ease-in-out; }

.ui-loading-icon.ui-icon-circle, .ui-loading-icon.ui-icon-comet, .ui-loading-icon.ui-icon-planet { animation: clockwise 1s infinite linear; }

.ui-loading-icon.ui-icon-balls, .ui-loading-icon.ui-icon-lines { animation: clockwise 1s infinite ease-in-out; }

.ui-corner-all { border-radius: 4px; }

.ui-corner-top { border-top-right-radius: 4px; border-top-left-radius: 4px; }

.ui-corner-right { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }

.ui-corner-bottom { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

.ui-corner-left { border-bottom-left-radius: 4px; border-top-left-radius: 4px; }

.ui-corner-tl { border-top-left-radius: 4px; }

.ui-corner-tr { border-top-right-radius: 4px; }

.ui-corner-bl { border-bottom-left-radius: 4px; }

.ui-corner-br { border-bottom-right-radius: 4px; }

.ui-draggable-handle { touch-action: none; }

.ui-resizable { position: relative; }

.ui-resizable-handle { position: absolute; font-size: 0.1px; display: block; touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }

.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }

.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }

.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }

.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }

.ui-resizable-se { cursor: se-resize; width: 16px; height: 20px; right: 1px; bottom: 1px; }

.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }

.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }

.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; }

.ui-selectable { touch-action: none; }

.ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted #333; }

.ui-sortable-handle { touch-action: none; }

div.ui-accordion { display: block; }

.ui-accordion { margin-bottom: 20px; }

.ui-accordion-header { display: block; cursor: pointer; position: relative; margin: 2px 0 0 0; padding: 6px 12px; font-size: 16px; line-height: 1; font-weight: 400; }

.ui-accordion-content { padding: 15px; border-top: 0; overflow: auto; }

.ui-accordion-header { flex-basis: 100%; }

.ui-autocomplete { position: absolute; top: 0; left: 0; z-index: 1060 !important; }

.ui-autocomplete li { list-style: none; }

.ui-button { display: inline-block; position: relative; padding: 6px 12px; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible; touch-action: manipulation; font-size: 16px; line-height: 1; font-weight: 400; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }

.ui-button-icon-only { width: 16px; height: 16px; overflow: hidden; }

.ui-button-icon-only .ui-button-icon-space { display: inline-block; width: 16px; height: 16px; }

.ui-button-icon-only .ui-button-text { display: none; }

.ui-buttonset:before, .ui-buttonset:after { content: ''; display: table; border-collapse: collapse; }

.ui-buttonset:after { clear: both; }

.ui-buttonset .ui-button { float: left; margin-right: -1px; }

.ui-buttonset .ui-button.ui-state-active, .ui-buttonset .ui-button.ui-state-focus, .ui-buttonset .ui-button.ui-state-hover { z-index: 100; }

.ui-datepicker { width: 300px; padding: 6px; display: none; z-index: 1041 !important; overflow: visible; margin-bottom: 20px; }

.ui-datepicker-header { position: relative; padding: 6px 6px; margin: 0; border-color: #ddd; border-width: 1px; border-radius: 4px; background: #e9e9e9; color: #333; }

.ui-datepicker-prev, .ui-datepicker-next { position: absolute; border: 1px solid transparent; top: calc(50% - 12px); width: 24px; height: 24px; line-height: 24px; cursor: pointer; }

.ui-datepicker-prev span, .ui-datepicker-next span { display: block; position: absolute; left: 0; right: 0; text-align: center; color: #333; top: calc(50% - 12px); }

.ui-datepicker-prev { left: 3px; }

.ui-datepicker-next { right: 3px; }

.ui-datepicker-title { text-align: center; font-size: 16px; line-height: 1; font-weight: 400; }

.ui-datepicker-title select { font-size: 16px; margin: 1px 0; color: #333; }

.ui-datepicker-month, .ui-datepicker-year { width: calc(50% - 42px); font-weight: normal; }

.ui-datepicker-month + .ui-datepicker-year { margin-left: 6px; }

.ui-datepicker table { width: 100%; font-size: 18px; margin: 0 0 6px; border-collapse: collapse; table-layout: fixed; }

.ui-datepicker th { padding: 12px 5px; text-align: center; font-weight: bold; border: 0; }

.ui-datepicker td { border: 0; padding: 1px; text-align: center; }

.ui-datepicker td span, .ui-datepicker td a { display: block; padding: 6px 2px; text-decoration: none; }

.ui-datepicker-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; padding: 6px 0 0; margin: 0; }

.ui-datepicker-buttonpane:before, .ui-datepicker-buttonpane:after { content: ''; display: table; border-collapse: collapse; }

.ui-datepicker-buttonpane:after { clear: both; }

.ui-datepicker-buttonpane button { float: right; cursor: pointer; padding: 6px 12px; }

.ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker > *:last-child { margin-bottom: 0; }

.ui-datepicker .ui-datepicker-week-end a { background-color: #ddd; }

.ui-datepicker .holiday a { background-color: #fffa90; }

.ui-datepicker .special { background-color: #fffa90; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin-left: auto; margin-right: auto; }

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-header { border-radius: 0; }

.ui-datepicker-multi .ui-datepicker-group:first-child .ui-datepicker-header { border-bottom-left-radius: 4px; border-top-left-radius: 4px; }

.ui-datepicker-multi .ui-datepicker-group:nth-last-child(3) .ui-datepicker-header { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; }

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev { right: 6px; left: auto; }

.ui-datepicker-rtl .ui-datepicker-next { left: 6px; right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; }

.ui-dialog { position: absolute; top: 0; left: 0; padding: 6px; outline: 0; z-index: 1061 !important; }

.ui-dialog-titlebar { padding: 6px 12px; position: relative; border-radius: 4px; border-width: 1px; background: #e9e9e9; margin: 0; color: #333; border-color: #ddd; }

.ui-dialog-titlebar-close { position: absolute; right: 6px; top: calc(50% - 11px); width: 20px; height: 20px; padding: 1px; }

.ui-dialog-title { float: left; width: calc(100% - 32px); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.ui-dialog-content { position: relative; border: 0; padding: 15px; background: none; overflow: auto; }

.ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; padding: 6px 0 0; }

.ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }

.ui-dialog-buttonpane button { cursor: pointer; }

.ui-dialog-buttonpane button:not(:last-child) { margin-right: 10px; }

.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-menu { list-style: none; margin: 0 0 20px; display: block; outline: none; min-width: 150px; padding: 0; border-radius: 0; border-color: #ddd; border-width: 1px; }

.ui-menu .ui-menu { position: absolute; z-index: 1060; }

.ui-menu-item { margin: 0; cursor: pointer; position: relative; padding: 6px 12px; border: 1px solid transparent; }

.ui-menu-item.ui-state-active, .ui-menu-item.ui-state-focus { border-color: transparent; background: #007fff; outline: none; }

.ui-menu-item.ui-state-active, .ui-menu-item.ui-state-active:active, .ui-menu-item.ui-state-active:hover, .ui-menu-item.ui-state-active:focus, .ui-menu-item.ui-state-active a, .ui-menu-item.ui-state-active a:active, .ui-menu-item.ui-state-active a:hover, .ui-menu-item.ui-state-active a:focus, .ui-menu-item.ui-state-focus, .ui-menu-item.ui-state-focus:active, .ui-menu-item.ui-state-focus:hover, .ui-menu-item.ui-state-focus:focus, .ui-menu-item.ui-state-focus a, .ui-menu-item.ui-state-focus a:active, .ui-menu-item.ui-state-focus a:hover, .ui-menu-item.ui-state-focus a:focus { color: #ffffff; text-decoration: none; }

.ui-menu-divider { margin: 10px 0; border: 0; border-bottom: 1px solid #ddd; }

.ui-menu-icon { float: right; }

.ui-progressbar { height: 20px; text-align: left; overflow: hidden; margin-bottom: 20px; background: #ffffff; border: 1px solid #ddd; }

.ui-progressbar-value { margin: -1px; background: #e9e9e9; border: 1px solid #ddd; height: 100%; }

.ui-progressbar-overlay { height: 100%; opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; }

.ui-selectmenu-menu { display: none; position: absolute; z-index: 1060 !important; }

.ui-selectmenu-menu .ui-menu { overflow: auto; overflow-x: hidden; margin: 0; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { font-size: 16px; font-weight: bold; line-height: 1; padding: 6px 12px; height: auto; margin: -2px 0 10px; color: #333; }

.ui-selectmenu-open { display: block; }

.ui-selectmenu-button { display: inline-block; overflow: hidden; position: relative; text-decoration: none; cursor: pointer; padding: 6px 12px; line-height: 1; }

.ui-selectmenu-button span.ui-icon { float: right; }

.ui-selectmenu-button span.ui-selectmenu-text { text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ui-slider { position: relative; text-align: left; background: #ffffff; border: 1px solid #ddd; }

.ui-slider-handle { position: absolute; z-index: 2; width: 24px; height: 24px; cursor: pointer; touch-action: none; }

.ui-slider-range { position: absolute; z-index: 1; font-size: 14px; display: block; border: 0; background: #e9e9e9; border: 1px solid #ddd; }

.ui-slider-horizontal { height: 20px; }

.ui-slider-horizontal .ui-slider-handle { top: calc(50% - 13px); margin-left: -12px; }

.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }

.ui-slider-horizontal .ui-slider-range-min { left: 0; }

.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: 20px; height: 200px; }

.ui-slider-vertical .ui-slider-handle { left: calc(50% - 13px); margin-left: 0; margin-bottom: -12px; }

.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }

.ui-slider-vertical .ui-slider-range-min { bottom: 0; }

.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-spinner { position: relative; display: inline-block; padding: 0; vertical-align: middle; border: none; }

.ui-spinner-input { position: relative; background: #fff; height: auto; color: inherit; margin: 0; padding: 6px 12px; vertical-align: middle; box-sizing: border-box; width: calc(100% - 20px); z-index: 20; border: 1px solid #ddd; font-size: 16px; line-height: 1; font-weight: 400; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }

.ui-spinner-input:focus { outline: 0; border-color: #0038e6; }

.ui-spinner-button { width: 20px; height: calc(50% - 2px); font-size: 6px; padding: 0; margin: 0; text-align: center; position: absolute; cursor: pointer; display: block; overflow: hidden; right: 0; }

.ui-spinner .ui-icon { position: absolute; left: 0; right: 0; }

.ui-spinner-up { top: 0; }

.ui-spinner-up .ui-icon { top: -3px; }

.ui-spinner-down { bottom: 0; border-top: 0; padding-top: 1px; }

.ui-spinner-down .ui-icon { top: -3px; }

.ui-tabs { position: relative; padding: 6px; border: 1px solid #ddd; margin-bottom: 20px; }

.ui-tabs-nav { margin: 0; padding: 6px 6px 0; border-color: #ddd; border-width: 1px; border-radius: 4px; background: #e9e9e9; }

.ui-tabs-nav .ui-tabs-anchor { float: left; padding: 6px 12px; text-decoration: none; }

.ui-tabs-nav > li { list-style: none; float: left; display: block; position: relative; top: 0; margin: 1px 6px -1px 0; padding: 0; }

.ui-tabs-nav > li.ui-tabs-active .ui-tabs-anchor, .ui-tabs-nav > li.ui-state-disabled .ui-tabs-anchor, .ui-tabs-nav > li.ui-tabs-loading .ui-tabs-anchor { cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; }

.ui-tabs-panel { display: block; border-width: 0; padding: 6px 12px; background: none; }

.ui-tooltip { padding: 10px; position: absolute; z-index: 1070 !important; max-width: 300px; background: #ffffff; border: 1px solid #ddd; border-radius: 4px; color: #333; }

@font-face { font-family: 'swiper-icons'; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff"); font-weight: 400; font-style: normal; }

:root { --swiper-theme-color: #007aff; }

.swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; }

.swiper-vertical > .swiper-wrapper { flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); }

.swiper-pointer-events { touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical { touch-action: pan-x; }

.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }

.swiper-slide-invisible-blank { visibility: hidden; }

/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto; }

.swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide { transform: translateZ(0); backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px; }

.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow { transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; /* For Firefox */ -ms-overflow-style: none; /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper { scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper { scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before { content: ''; flex-shrink: 0; order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before { height: 100%; width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before { width: 100%; height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide { scroll-snap-align: center center; }

/*	================================================== VENDORS / contrast_WB ==================================================*/
.contrast_WB { color: #fff; background: #000; }

.contrast_WB .c-skiplinks .c-skiplinks__item:hover, .contrast_WB .c-skiplinks .c-skiplinks__item:focus { background: #000; border: 2px solid #fff; color: #fff; }

.contrast_WB .l-header, .contrast_WB .l-main, .contrast_WB .l-footer { background: #000; }

.contrast_WB .l-slot-info h2, .contrast_WB #service h2, .contrast_WB .l-slot-info h3, .contrast_WB #service h3, .contrast_WB .l-slot-info h4, .contrast_WB .l-slot-info .c-table caption, .c-table .contrast_WB .l-slot-info caption, .contrast_WB .l-slot-info .basecontent-table > table caption, .basecontent-table > table .contrast_WB .l-slot-info caption, .contrast_WB #service h4, .contrast_WB #service .c-table caption, .c-table .contrast_WB #service caption, .contrast_WB #service .basecontent-table > table caption, .basecontent-table > table .contrast_WB #service caption { color: #fff; }

.contrast_WB h1, .contrast_WB h2, .contrast_WB h3, .contrast_WB h4, .contrast_WB .c-table caption, .c-table .contrast_WB caption, .contrast_WB .basecontent-table > table caption, .basecontent-table > table .contrast_WB caption, .contrast_WB h5, .contrast_WB a { color: #fff; }

.contrast_WB .vCard .organization.organization-with-name { color: #fff; }

.contrast_WB .vCard .org { color: #fff; }

.contrast_WB .vCard .leading-suffix { color: #fff; }

.contrast_WB a:hover, .contrast_WB a:focus, .contrast_WB a.externerLink:hover, .contrast_WB a.externerLink:focus, .contrast_WB a.externerLink:hover:after { text-decoration: underline; color: #fff !important; text-underline-offset: 2px; background: #000; }

.contrast_WB a.mailLink:hover, .contrast_WB a.mailLink:focus, .contrast_WB a.mailLink:hover:before, .contrast_WB a.email:hover, .contrast_WB a.email:hover::before { color: #fff !important; text-decoration: none; background: #000; }

.contrast_WB a.mailLink:before, .contrast_WB .vCard .fax .value:before, .contrast_WB .vCard .tel .value:before, .contrast_WB a.externerLink:after, .contrast_WB a.email:before { color: #fff; }

.contrast_WB .c-attachment.binary a:before, .contrast_WB .binary[class*="-attachement"] a:before, .contrast_WB .c-attachment.binary a:hover:before { color: #fff; }

.contrast_WB .c-button.gelb a { background: #000; color: #fff !important; border-color: #fff; }

.contrast_WB .c-button.gelb a:hover, .contrast_WB .c-button.gelb a:focus { text-decoration: underline; background: #000; }

.contrast_WB .c-stoerer__inner { background: #000; border: 2px solid white; }

.contrast_WB .c-stoerer .c-button a { color: white; border: 1px solid white; }

.contrast_WB .c-stoerer .c-button a:hover, .contrast_WB .c-stoerer .c-button a:focus { background: black; color: white; text-decoration: underline; }

.contrast_WB .c-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .contrast_WB div.wayhome .breadcrumb-item + .breadcrumb-item::before { color: #fff; }

.contrast_WB .l-slot-info .c-pm-meldung__title h3, .contrast_WB #service .c-pm-meldung__title h3, .contrast_WB .l-slot-info .c-pm-meldung .c-pm-meldung__datum, .contrast_WB #service .c-pm-meldung .c-pm-meldung__datum { color: #fff; }

.contrast_WB .l-header__row1, .contrast_WB .l-header__row2 { border-bottom: 1px solid #fff; }

.contrast_WB .l-header__row1 a, .contrast_WB .l-header__row1 .btn, .contrast_WB .l-header__row2 a, .contrast_WB .l-header__row2 .btn { color: #fff; }

.contrast_WB .l-header__row1 a:focus, .contrast_WB .l-header__row1 .btn:focus, .contrast_WB .l-header__row2 a:focus, .contrast_WB .l-header__row2 .btn:focus { outline: 1px solid #fff; }

.contrast_WB .l-header__service-navigation a:hover, .contrast_WB .l-header__service-navigation a:focus { text-decoration: underline; }

.contrast_WB .l-header__service-navigation a:before { color: #fff; }

.contrast_WB .hinweis { background: #000; color: #fff; border: 2px solid #fff; }

.contrast_WB .l-header__service-navigation .c-contrast-switcher .dropdown-menu, .contrast_WB .l-header__service-navigation .c-contrast-switcher .dropdown-menu .dropdown-item, .contrast_WB .l-header__service-navigation .c-contrast-switcher .dropdown-menu .c-fontsizer a, .c-fontsizer .contrast_WB .l-header__service-navigation .c-contrast-switcher .dropdown-menu a, .contrast_WB .l-header__service-navigation .c-contrast-switcher .dropdown-menu i { color: #fff; }

.contrast_WB .l-header__service-navigation .c-contrast-switcher .dropdown-menu a:focus, .contrast_WB .l-header__service-navigation .c-contrast-switcher .dropdown-menu a:hover { text-decoration: underline; }

.contrast_WB .l-header__service-navigation .c-contrast-switcher button:hover, .contrast_WB .l-header__service-navigation .c-contrast-switcher button:focus, .contrast_WB .l-header__service-navigation .c-contrast-switcher a:hover, .contrast_WB .l-header__service-navigation .c-contrast-switcher a:focus, .contrast_WB .l-header__service-navigation .c-lang-switcher button:hover, .contrast_WB .l-header__service-navigation .c-lang-switcher button:focus, .contrast_WB .l-header__service-navigation .c-lang-switcher a:hover, .contrast_WB .l-header__service-navigation .c-lang-switcher a:focus, .contrast_WB .l-header__service-navigation .c-fontsizer button:hover, .contrast_WB .l-header__service-navigation .c-fontsizer button:focus, .contrast_WB .l-header__service-navigation .c-fontsizer a:hover, .contrast_WB .l-header__service-navigation .c-fontsizer a:focus { text-decoration: underline; }

.contrast_WB .l-header__search button { background: #fff; }

.contrast_WB .c-quicksearch__button:hover, .contrast_WB .c-quicksearch__button:focus { text-decoration: underline; }

.contrast_WB button.close:hover, .contrast_WB button.close:focus { border: 1px solid; }

.contrast_WB .l-navigation .accessible-megamenu .li-ebene-2 { border-left: 1px solid #fff; }

.contrast_WB .l-navigation .accessible-megamenu li a:hover, .contrast_WB .l-navigation .accessible-megamenu li a:focus { color: #fff; text-decoration: underline; }

.contrast_WB .l-navigation .accessible-megamenu li a.active { color: #fff; }

.contrast_WB .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a:hover, .contrast_WB .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a:focus { text-decoration: underline; outline: 1px solid #fff; }

.contrast_WB .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a:hover span, .contrast_WB .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a:focus span { text-decoration: underline; }

.contrast_WB .accessible-megamenu :focus { outline-color: #fff; }

.contrast_WB .mm-listitem__text:hover, .contrast_WB .mm-listitem__text:focus, .contrast_WB .mm-btn:hover, .contrast_WB .mm-btn:focus { background: #fff; color: #000; transition: 0.2s; }

.contrast_WB .mm-listitem__text:hover:after, .contrast_WB .mm-listitem__text:focus:after, .contrast_WB .mm-btn:hover:after, .contrast_WB .mm-btn:focus:after { border-color: #000; }

.contrast_WB .c-breadcrumb span, .contrast_WB div.wayhome span, .contrast_WB .c-breadcrumb a, .contrast_WB div.wayhome a { color: #fff; }

.contrast_WB .kacheln h2 { color: #fff; }

.contrast_WB .kacheln .categoryMoreLink:hover h2, .contrast_WB .kacheln .categoryMoreLink:focus h2 { color: #000; }

.contrast_WB .l-content .v-standard-breit.hintergrund.hell, .contrast_WB .l-content .v-standard-breit.hintergrund.heller { background: #000; }

.contrast_WB .icon-boxen > div { background: transparent; }

.contrast_WB .icon-boxen .icon { background: transparent; border: 2px solid #fff; }

.contrast_WB .icon-boxen > div:hover, .contrast_WB .icon-boxen > div:focus { text-decoration: underline; }

.contrast_WB .icon-boxen .iconboxenMoreLink:hover a { color: #fff; }

.contrast_WB .basecontent-dynamic-content article { background: transparent; border: 2px solid #fff; }

.contrast_WB .ui-widget-content, .contrast_WB .ui-tabs .ui-tabs-panel { color: #fff; background: transparent; }

.contrast_WB .ui-state-active a, .contrast_WB .ui-state-default a { color: #fff !important; }

.contrast_WB .ui-state-default { border-color: #fff; }

.contrast_WB .ui-state-default:hover, .contrast_WB .ui-state-default:focus { color: #fff; text-decoration: underline; }

.contrast_WB .ui-icon:after { color: #fff; }

.contrast_WB .ui-accordion-header .ui-icon:after { color: #fff; }

.contrast_WB .ui-state-default:hover .ui-icon:after, .contrast_WB .ui-state-default:focus .ui-icon:after { color: #fff; }

.contrast_WB .ui-tabs { border: 1px solid #fff; }

.contrast_WB .ui-tabs .ui-tabs-nav { border-bottom: 1px solid #fff; }

.contrast_WB .ui-tabs a, .contrast_WB .ui-tabs h2, .contrast_WB .ui-tabs span { color: #fff; }

.contrast_WB .ui-tabs a:before, .contrast_WB .ui-tabs h2:before, .contrast_WB .ui-tabs span:before { color: #fff !important; }

.contrast_WB .l-print-button button { color: #fff; transition: all 0.2s ease-in; }

.contrast_WB .l-print-button button:hover, .contrast_WB .l-print-button button:focus { color: #fff; outline: 1px solid #fff; }

.contrast_WB .l-footer__row2, .contrast_WB .l-footer__row3, .contrast_WB .l-footer__row4 { color: #fff; background: #000; }

.contrast_WB .l-footer__row4 a:hover { color: white; }

.contrast_WB .l-footer__links-navigation ul a, .contrast_WB .l-footer a { color: #fff; text-decoration: underline; }

.contrast_WB .l-footer__links-navigation ul a:hover, .contrast_WB .l-footer__links-navigation ul a:focus, .contrast_WB .l-footer a:hover, .contrast_WB .l-footer a:focus { text-decoration: none; }

.contrast_WB .l-footer__links-navigation ul a:hover::before, .contrast_WB .l-footer__links-navigation ul a:focus::before, .contrast_WB .l-footer a:hover::before, .contrast_WB .l-footer a:focus::before { color: #fff; text-decoration: none; }

.contrast_WB .l-footer__logo img { filter: brightness(5); }

.contrast_WB .section-quicklinks a:hover, .contrast_WB .section-quicklinks a:focus { text-decoration: underline; }

.contrast_WB .section-quicklinks a:hover .icon:not(.rot), .contrast_WB .section-quicklinks a:focus .icon:not(.rot) { background: #000; outline: 1px solid #fff; }

.contrast_WB .section-quicklinks a:hover .icon:not(.rot) img, .contrast_WB .section-quicklinks a:focus .icon:not(.rot) img { filter: brightness(5); }

.contrast_WB .l-footer__links-navigation ul .l-footer__list-item { border-color: #fff; }

.contrast_WB .section-kontakt a:hover { color: #fff; text-decoration: none; }

.contrast_WB .section-kontakt .social-media a:not([id^=anker]).externerLink:before { color: #fff; }

.contrast_WB .section-kontakt .social-media a[title="Posts Facebook und Instagram"].internerLink:before { filter: invert(0) sepia(100%) saturate(12%) hue-rotate(243deg) brightness(105%) contrast(109%); }

.contrast_WB .section-kontakt .social-media a:not([id^=anker]):hover, .contrast_WB .section-kontakt .social-media a:not([id^=anker]):focus { outline: 1px solid #fff; outline-offset: 10px; }

.contrast_WB.category .l-header-stage-wrapper, .contrast_WB.category .l-header-stage { background: #000; }

.contrast_WB .l-teaser--category .l-teaser-inner { background: #000; border: 2px solid #fff; }

.contrast_WB .vCard .fn { color: #fff; }

.contrast_WB .haeufig-gesucht ul li a { background: transparent; border: 2px solid #fff; transition: all 0.2s ease-in; }

.contrast_WB .haeufig-gesucht ul li a:hover, .contrast_WB .haeufig-gesucht ul li a:focus { text-decoration: underline; }

.contrast_WB .ui-widget-content a { color: #fff; }

.contrast_WB .zeitstrahl ul li div.zs-box { background: #000; border: 2px solid #fff; }

.contrast_WB .zeitstrahl ul li { background: #fff; }

.contrast_WB .l-content .kacheln-sonderformat .v-col > div:nth-child(2) > div > div, .contrast_WB .l-content .kacheln-sonderformat a.externerLink p:before { color: #fff; }

.contrast_WB .l-content .v-standard-breit.hintergrund.hellgelb, .contrast_WB .l-content .v-standard-breit.hintergrund.hellgruen, .contrast_WB .l-content .v-standard-breit.hintergrund.hellblau, .contrast_WB .l-content .v-standard-breit.hintergrund.hellviolett, .contrast_WB .l-content .v-standard-breit.hintergrund.hellrose, .contrast_WB .l-content .v-standard-breit.hintergrund.hellbeige { background: #000; border-top: 2px solid #fff; }

.contrast_WB .l-content .v-standard-breit.hintergrund.hellgelb .kacheln-sonderformat > div, .contrast_WB .l-content .v-standard-breit.hintergrund.hellgruen .kacheln-sonderformat > div, .contrast_WB .l-content .v-standard-breit.hintergrund.hellblau .kacheln-sonderformat > div, .contrast_WB .l-content .v-standard-breit.hintergrund.hellviolett .kacheln-sonderformat > div, .contrast_WB .l-content .v-standard-breit.hintergrund.hellrose .kacheln-sonderformat > div, .contrast_WB .l-content .v-standard-breit.hintergrund.hellbeige .kacheln-sonderformat > div { background: #000; }

.contrast_WB .section-stage-social-media a:hover, .contrast_WB .section-stage-social-media a:focus { border: 1px solid #fff; }

.contrast_WB .c-stage .stage__load_more button.load, .contrast_WB .basecontent-stage .stage__load_more button.load { border: 1px solid #fff; }

.contrast_WB .c-stage .stage__load_more button.load:hover, .contrast_WB .c-stage .stage__load_more button.load:focus, .contrast_WB .basecontent-stage .stage__load_more button.load:hover, .contrast_WB .basecontent-stage .stage__load_more button.load:focus { text-decoration: underline; }

.contrast_WB .basecontent-stage { --font-color: #fff; --link-color: #fff; --font-light-color: #fff; }

.contrast_WB .basecontent-stage .stage_item:hover { text-decoration: underline; }

.contrast_WB .basecontent-dvv-service-bw-organigramm { --cd-color-sek-hellgelb: #fff; }

.contrast_WB .basecontent-dvv-service-bw-organigramm .e1 > .org { background: #fff; }

.contrast_WB .basecontent-dvv-service-bw-organigramm .e2 > .item2 { border: 1px solid white; }

.contrast_WB .basecontent-dvv-service-bw-organigramm .org--e3 .org__titel, .contrast_WB .basecontent-dvv-service-bw-organigramm .org--e3 .dienststellen__link { color: #000; }

.contrast_WB .basecontent-dvv-service-bw-organigramm .org--e3 .org__titel:after, .contrast_WB .basecontent-dvv-service-bw-organigramm .org--e3 .dienststellen__link:after { color: #000; }

.contrast_WB .basecontent-dvv-service-bw-organigramm .item2[data-id="6002594"], .contrast_WB .basecontent-dvv-service-bw-organigramm .item2[data-id="6003175"], .contrast_WB .basecontent-dvv-service-bw-organigramm .item2[data-id="6002512"], .contrast_WB .basecontent-dvv-service-bw-organigramm .item2[data-id="6004547"], .contrast_WB .basecontent-dvv-service-bw-organigramm .ortsverwaltung .item2 { outline: 1px solid #000; }

.contrast_WB .basecontent-dvv-service-bw-organigramm .item2[data-id="6002594"] a:after, .contrast_WB .basecontent-dvv-service-bw-organigramm .item2[data-id="6003175"] a:after, .contrast_WB .basecontent-dvv-service-bw-organigramm .item2[data-id="6002512"] a:after, .contrast_WB .basecontent-dvv-service-bw-organigramm .item2[data-id="6004547"] a:after, .contrast_WB .basecontent-dvv-service-bw-organigramm .ortsverwaltung .item2 a:after { color: #000; }

.contrast_WB .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs { background: #fff; outline: 1px solid #000; }

.contrast_WB .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs .e3 { background: #fff; }

.contrast_WB .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs .e3 a, .contrast_WB .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs .e3 div, .contrast_WB .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs .e3 span, .contrast_WB .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs .e3 p { color: #000; }

.contrast_WB .basecontent-dvv-service-bw-organigramm .ortsverwaltung .toggler:after { color: #fff; }

.contrast_WB .ccm-root .button.ccm-info-button:hover, .contrast_WB .ccm-root .button.ccm-info-button:focus, .contrast_WB .ccm-root button.ccm-info-button:hover, .contrast_WB .ccm-root button.ccm-info-button:focus { color: #000; }

.contrast_WB .c-table .head th, .contrast_WB .basecontent-table > table .head th { background: white; border: 2px solid black; }

.contrast_WB .c-downloadlist th, .contrast_WB .e-downloadlist th { color: white; }

.contrast_WB .c-downloadlist tr.even, .contrast_WB .e-downloadlist tr.even { background: #000; border: 1px solid white; }

.contrast_WB .c-downloadlist tr.even td, .contrast_WB .e-downloadlist tr.even td { color: white; }

.contrast_WB .c-downloadlist tr.odd td a, .contrast_WB .e-downloadlist tr.odd td a, .contrast_WB .c-downloadlist tr.odd td, .contrast_WB .e-downloadlist tr.odd td { color: black; }

.contrast_WB .pagination a:hover, .contrast_WB .pagination a:focus { color: #000 !important; background: #fff !important; }

.contrast_WB .formgroup-button input { border-color: #fff; }

.contrast_WB .formgroup-button input:hover, .contrast_WB .formgroup-button input:focus { border-color: #000; }

.contrast_WB .l-navigation .accessible-megamenu li li.currentParent > a { color: #fff !important; }

.contrast_WB .l-navigation .accessible-megamenu li a.active { color: #fff !important; }

.home.contrast_WB { --swiper-theme-color: #fff; --swiper-navigation-color:#fff; --swiper-pagination-bullet-inactive-color:#ccc; }

.home.contrast_WB .section-top-themen { background: #000; border-top: 2px solid #fff; }

.home.contrast_WB .section-top-themen h2 { color: #fff; }

.home.contrast_WB .section-top-themen a:not([id^=anker]):focus, .home.contrast_WB .section-top-themen a:not([id^=anker]):hover { text-decoration: underline; color: #000 !important; }

.home.contrast_WB .section-social-media h2 { color: #fff; }

.home.contrast_WB .section-social-media .c-text > a { border: 2px solid #fff; }

.home.contrast_WB .section-social-media .c-text > a:hover, .home.contrast_WB .section-social-media .c-text > a:focus { border: 2px solid transparent; }

.home.contrast_WB .section-veranstaltungen { border-top: 2px solid #fff; }

.home.contrast_WB .section-veranstaltungen figure:after { background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 70%); }

.home.contrast_WB .section-veranstaltungen figure { border: 0; }

.home.contrast_WB .section-veranstaltungen p { background: rgba(0, 0, 0, 0.8); color: #fff; }

.home.contrast_WB .section-veranstaltungen .veranstaltungenMoreLink:hover, .home.contrast_WB .section-veranstaltungen .veranstaltungenMoreLink:focus { text-decoration: underline; }

.home.contrast_WB .section-veranstaltungen .veranstaltungenMoreLink:hover p, .home.contrast_WB .section-veranstaltungen .veranstaltungenMoreLink:focus p { text-decoration: underline; }

.home.contrast_WB .section-veranstaltungen .veranstaltungskalender .btn { color: #fff; border-color: #fff; }

.home.contrast_WB .section-veranstaltungen .veranstaltungskalender .btn:hover a, .home.contrast_WB .section-veranstaltungen .veranstaltungskalender .btn:focus a { text-decoration: underline; }

.home.contrast_WB .section-aktuelle-meldungen { background: #000; border-top: 2px solid #fff; }

.home.contrast_WB .section-aktuelle-meldungen h2 { color: #fff; }

.home.contrast_WB .section-aktuelle-meldungen .pm-topnews .c-pm-meldung__datum, .home.contrast_WB .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung__datum { color: #fff; border-bottom: 1px solid #fff; }

.home.contrast_WB .section-aktuelle-meldungen .pm-detaillink .c-pm-meldung__inner:after { color: #fff; background: #000; border: 1px solid #fff; }

.home.contrast_WB .section-aktuelle-meldungen .pm-detaillink { background: transparent; border: 2px solid transparent; }

.home.contrast_WB .section-aktuelle-meldungen .pm-detaillink:hover { background: transparent; border: 2px solid #fff; }

.home.contrast_WB .section-aktuelle-meldungen .pm-detaillink:hover .c-pm-meldung__inner:after { color: #fff; }

.home.contrast_WB .section-quicklinks-klein ul li a:hover, .home.contrast_WB .section-quicklinks-klein ul li a:focus { background: #000; text-decoration: underline; }

.home.contrast_WB .section-countdown .countdown { color: #fff; border: 2px solid #fff; }

.home.contrast_WB .section-logos a { box-shadow: 10px -5px 0 white, -10px 5px 0 white, -10px -5px 0 white, 10px 5px 0 white; background: white; }

.home.contrast_WB .section-logos img { opacity: 1; }

.home.contrast_WB .impressionen, .home.contrast_WB .veranstaltungen { background: #000; border-top: 2px solid #fff; }

.home.contrast_WB .impressionen .v-row > div:last-child h2 { color: #fff; }

.home.contrast_WB .impressionen .c-button a { background: #000; border: 2px solid #fff; }

.home.contrast_WB .veranstaltungen h2 { color: #fff; }

.home.contrast_WB .veranstaltungen .veranstaltung { background: #000; }

.home.contrast_WB .veranstaltungen .c-button a { background: #000; border: 2px solid #fff; }

.home.contrast_WB .l-footer__row1, .home.contrast_WB .l-footer__row4 { background: #000; border-top: 2px solid #fff; }

.home.contrast_WB .l-footer__row4 .l-footer__links-navigation ul a { color: #fff; }

.home.contrast_WB .l-footer__row4 .l-footer__links-navigation ul a:hover, .home.contrast_WB .l-footer__row4 .l-footer__links-navigation ul a:focus { color: #fff; text-decoration: none; }

.home.contrast_WB .l-footer__row1 .v-row > div:nth-child(1), .home.contrast_WB .l-footer__row1 .v-row > div:nth-child(2), .home.contrast_WB .l-footer__row1 .v-row > div:nth-child(3), .home.contrast_WB .l-footer__row1 .v-row > div:nth-child(4) { background: #000; border: 1px solid #fff; color: #fff; }

.home.contrast_WB .l-footer__row1 .v-row h2 { color: #fff; }

.home.contrast_WB .l-footer__row1 .v-row h2 a { color: #fff; }

.home.contrast_WB .l-footer .social-media a:before { color: #fff; }

.home.contrast_WB .section-kontakt .social-media a[title*="Stage"]:before, .home.contrast_WB .section-kontakt .social-media a[title*="Posts Facebook und Instagram"]:before { filter: invert(0) sepia(100%) saturate(12%) hue-rotate(243deg) brightness(105%) contrast(109%); }

.home.contrast_WB .l-footer__row1 .vCard a, .home.contrast_WB .l-footer__row1 .vCard a.email:before, .home.contrast_WB .l-footer__row1 .vCard .tel .value:before { color: #fff; }

.contrast_WB .zm-suche { background: #000; border: 1px solid #fff; }

.contrast_WB .zm-suche .zmsuchbutton { border: 1px solid #fff; }

.contrast_WB .zm-suche .zmsuchbutton:hover, .contrast_WB .zm-suche .zmsuchbutton:focus { text-decoration: underline; }

.contrast_WB .zm-suche #fadeToggle:hover, .contrast_WB .zm-suche #fadeToggle:focus, .contrast_WB .zm-suche #fadeToggle:focus-within { color: #fff; text-decoration: underline; }

.contrast_WB .zm-suche .vkRubrikList .zmVkat { background: #111; color: #fff; padding: 0 20px; }

.contrast_WB .zm-suche .vkRubrikList .zmVkat a { color: #fff; }

.contrast_WB .zm-suche .vkRubrikList .zmVkat a:hover, .contrast_WB .zm-suche .vkRubrikList .zmVkat a:focus { text-decoration: underline; }

.contrast_WB .zm-suche .zmRegister a:hover, .contrast_WB .zm-suche .zmRegister a:focus { text-decoration: underline; }

.contrast_WB .zm-suche .zmRegister .aktiv { background: #fff !important; border: 0px solid #fff; color: #000 !important; }

.contrast_WB .zm-suche .zmRegister .inaktiv { color: #fff; border: 1px solid #fff; background: #000; }

.contrast_WB .zm-suche .all a:hover, .contrast_WB .zm-suche .all a:focus { text-decoration: none; }

.contrast_WB .zmitem { background: #000; border: 1px solid #fff; }

.contrast_WB .zmitem .c-vcard .organization, .contrast_WB .zmitem .vCard .organization { color: #fff; }

.contrast_WB .zmitem .category .zmkatLink:hover, .contrast_WB .zmitem .category .zmkatLink:focus { text-decoration: underline; background: #fff; color: #000 !important; }

.contrast_WB .zmitem .zmitem__footer .details:hover, .contrast_WB .zmitem .zmitem__footer .details:focus { text-decoration: underline; }

.contrast_WB .zm-eliste__footer .zmNavigClass .current.active { color: #fff; }

.contrast_WB .zm-eliste__footer .zmNavigClass a:hover, .contrast_WB .zm-eliste__footer .zmNavigClass a:focus { text-decoration: underline; }

.contrast_WB .ui-datepicker { background: #fff !important; color: #000 !important; }

.contrast_WB .ui-datepicker a { color: #000 !important; }

.contrast_WB .ui-datepicker a:hover, .contrast_WB .ui-datepicker a:focus { background: #000 !important; color: #fff !important; }

.contrast_WB .ui-datepicker .ui-datepicker-calendar .ui-state-highlight { color: #fff !important; }

.contrast_WB .ui-datepicker .ui-datepicker-calendar .ui-state-active { color: #fff !important; }

.contrast_WB .searchDiv a { text-decoration: underline; }

.contrast_WB .searchDiv a:hover, .contrast_WB .searchDiv a:focus { text-decoration: none; }

.contrast_WB .searchDiv .extendedSearch { background: transparent; border: 1px solid #fff; }

.contrast_WB .searchDiv .ergebnisseKopfAnzahl { background-color: #000; border: 1px solid #fff; color: #fff; }

.contrast_WB .searchDiv #search_form input[type="search"] { border: 1px solid #fff; }

.contrast_WB .searchDiv #search_form button.button[type="submit"] { border: 1px solid #fff; }

.contrast_WB .searchDiv #search_form button:hover, .contrast_WB .searchDiv #search_form button:focus { background: #fff; text-decoration: underline; color: #000; }

.contrast_WB .pagination .page-item.active button { color: #fff !important; }

.contrast_WB .searchDiv .ergebnisseRumpf ul li { border-bottom: 1px solid #fff; padding-left: 0; padding-right: 0; }

.contrast_WB .searchDiv .ergebnisseRumpf ul li { background: transparent; }

.contrast_WB .searchDiv #search_form button.page-link:hover, .contrast_WB .searchDiv #search_form button.page-link:focus { text-decoration: underline; }

.contrast_WB .searchDiv #search_form button.page-link[aria-current="page"] { border: 1px solid #fff; }

.contrast_WB .searchDiv .resultScore .score-bar { border-color: #fff; }

.contrast_WB .searchDiv .resultScore .score-bar .score-bar-inner { background: #fff; }

.contrast_WB .c-pm-meldung { color: #fff; }

.contrast_WB .c-pm-meldung .c-pm-meldung__datum { color: #fff; }

.contrast_WB .c-pm-meldung-link:hover, .contrast_WB .c-pm-meldung-link:focus { background-color: #000; }

.contrast_WB .c-pm-meldung-link:hover .c-pm-meldung__inner:after, .contrast_WB .c-pm-meldung-link:focus .c-pm-meldung__inner:after { text-decoration: underline; }

.contrast_WB .c-pm-meldung__inner:after { background-color: transparent; border: 1px solid #fff; color: #fff; }

.contrast_WB .c-pm-meldung__inner:after:hover, .contrast_WB .c-pm-meldung__inner:after:focus { color: #fff; text-decoration: underline; }

.contrast_WB .presse-uebersicht .c-pm-meldung-link .c-pm-meldung__inner:after { background-color: transparent; border: 1px solid #fff; }

.contrast_WB .pm-filter .pm-search input.submit { border: 1px solid #fff !important; }

.contrast_WB .pm-filter .pm-search input.submit:hover, .contrast_WB .pm-filter .pm-search input.submit:focus { background: #000; color: #fff; text-decoration: underline; }

.contrast_WB .pm-filter #pm-filter-form button[type="submit"] { border: 1px solid #fff; }

.contrast_WB .pm-filter #pm-filter-form button[type="submit"]:hover, .contrast_WB .pm-filter #pm-filter-form button[type="submit"]:focus { background: #000; color: #fff; text-decoration: underline; }

.contrast_WB .pm-pager a:hover, .contrast_WB .presse-uebersicht .pm-pager a:focus { color: #fff !important; text-decoration: underline; background: #000; }

/*	================================================== VENDORS / contrast_BW ==================================================*/
.contrast_BW { --cd-color-main: #000; --cd-color-light: #000; }

.contrast_BW .c-skiplinks .c-skiplinks__item:hover, .contrast_BW .c-skiplinks .c-skiplinks__item:focus { background: #fff; border: 2px solid #000; color: #000; }

.contrast_BW .l-header__row1, .contrast_BW .l-header__row2 { border-bottom: 1px solid #000; background: #fff; }

.contrast_BW .l-header__row1 a, .contrast_BW .l-header__row1 .btn, .contrast_BW .l-header__row2 a, .contrast_BW .l-header__row2 .btn { color: #000; }

.contrast_BW .l-header__row1 a:hover, .contrast_BW .l-header__row1 a:focus, .contrast_BW .l-header__row1 .btn:hover, .contrast_BW .l-header__row1 .btn:focus, .contrast_BW .l-header__row2 a:hover, .contrast_BW .l-header__row2 a:focus, .contrast_BW .l-header__row2 .btn:hover, .contrast_BW .l-header__row2 .btn:focus { text-decoration: underline; }

.contrast_BW .l-header__row1 .l-header__service-navigation .c-contrast-switcher button, .contrast_BW .l-header__row1 .l-header__service-navigation .c-lang-switcher button, .contrast_BW .l-header__row1 .l-header__service-navigation .c-contrast-switcher .dropdown-menu, .contrast_BW .l-header__row1 .l-header__service-navigation .dropdown-menu, .contrast_BW .l-header__row2 .l-header__service-navigation .c-contrast-switcher button, .contrast_BW .l-header__row2 .l-header__service-navigation .c-lang-switcher button, .contrast_BW .l-header__row2 .l-header__service-navigation .c-contrast-switcher .dropdown-menu, .contrast_BW .l-header__row2 .l-header__service-navigation .dropdown-menu { background: #fff; }

.contrast_BW .l-header__service-navigation button:hover, .contrast_BW .l-header__service-navigation button:focus, .contrast_BW .l-header__service-navigation a:hover, .contrast_BW .l-header__service-navigation a:focus, .contrast_BW .l-header__row1 .l-header__service-navigation .c-contrast-switcher button:hover, .contrast_BW .l-header__row1 .l-header__service-navigation .c-contrast-switcher button:focus, .contrast_BW .l-header__service-navigation .c-lang-switcher .dropdown-text a:hover, .contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu a.active:hover, .contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu a:hover { background: rgba(212, 217, 231, 0.25); text-decoration: underline; }

.contrast_BW .l-header__service-navigation button:hover:before, .contrast_BW .l-header__service-navigation button:focus:before, .contrast_BW .l-header__service-navigation a:hover:before, .contrast_BW .l-header__service-navigation a:focus:before, .contrast_BW .l-header__row1 .l-header__service-navigation .c-contrast-switcher button:hover:before, .contrast_BW .l-header__row1 .l-header__service-navigation .c-contrast-switcher button:focus:before, .contrast_BW .l-header__service-navigation .c-lang-switcher .dropdown-text a:hover:before, .contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu a.active:hover:before, .contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu a:hover:before { color: #000; }

.contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu a:focus { text-decoration: underline; }

.contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu a:focus span { text-decoration: underline; }

.contrast_BW .l-header__service-navigation .c-lang-switcher .dropdown-text a:hover, .contrast_BW .l-header__service-navigation .c-lang-switcher .dropdown-text a:focus { color: #000; }

.contrast_BW .l-header__service-navigation a:before { color: #000; }

.contrast_BW .l-header__service-navigation a:hover:before { color: #000; }

.contrast_BW .l-header__brand img { filter: brightness(0); }

.contrast_BW .l-header__logo-main { filter: brightness(0); }

.contrast_BW .l-header__service-navigation .c-fontsizer .dropdown-menu { color: #000; }

.contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu, .contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu .dropdown-text, .contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu .dropdown-item, .contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu .c-fontsizer a, .c-fontsizer .contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu a, .contrast_BW .l-header__service-navigation .c-contrast-switcher .dropdown-menu i { color: #000; }

.contrast_BW .l-header__service-navigation .dropdown-menu a { color: #000; }

.contrast_BW .l-header__search button { background: #000; }

.contrast_BW .l-header__search button:hover, .contrast_BW .l-header__search button:focus { background: #fff; }

.contrast_BW .l-header__search button:hover i, .contrast_BW .l-header__search button:focus i { color: #000; }

.contrast_BW .l-header__search button i { color: #fff; }

.contrast_BW .c-quicksearch__button:hover, .contrast_BW .c-quicksearch__button:focus { background-color: #000; color: #fff; text-decoration: underline; }

.contrast_BW .c-search-oftgesucht__liste ul li a:hover, .contrast_BW .c-search-oftgesucht__liste ul li a:focus { color: #fff; }

.contrast_BW .c-search-oftgesucht__liste ul li a:hover::after, .contrast_BW .c-search-oftgesucht__liste ul li a:focus::after { color: #fff; }

.contrast_BW .l-navigation .accessible-megamenu > li > ul .liamEbene1Close button { color: #000; }

.contrast_BW .l-navigation .accessible-megamenu .li-ebene-2 { border-left: 1px solid #000; }

.contrast_BW .l-navigation .accessible-megamenu li a:hover { color: #000; }

.contrast_BW .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item a:focus { text-decoration: underline; color: #000; }

.contrast_BW .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a:hover, .contrast_BW .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a:focus { text-decoration: underline; }

.contrast_BW .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a:hover span, .contrast_BW .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a:focus span { text-decoration: underline; }

.contrast_BW .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a[aria-expanded]:focus { text-decoration: underline !important; }

.contrast_BW .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a[aria-expanded]:focus span { text-decoration: underline !important; }

.contrast_BW .mm-navbars--top .mm-navbar__title:hover span { color: var(--cd-color-main); }

.contrast_BW .mm-listitem__text:hover, .contrast_BW .mm-listitem__text:focus, .contrast_BW .mm-btn:hover, .contrast_BW .mm-btn:focus { background: #fff; color: #000; transition: 0.2s; }

.contrast_BW .mm-listitem__text:hover:after, .contrast_BW .mm-listitem__text:focus:after, .contrast_BW .mm-btn:hover:after, .contrast_BW .mm-btn:focus:after { border-color: #000; }

.contrast_BW .c-quicksearch__input { background: white; }

.contrast_BW .l-footer a { color: #000; }

.contrast_BW .l-footer__row2 { border-top: 1px solid #000; background: #fff; color: #000; }

.contrast_BW .l-footer__row3 { border-top: 1px solid #000; background: #fff; }

.contrast_BW .l-footer__row4 { border-top: 1px solid #000; background: #fff; color: #000; }

.contrast_BW .l-footer__row4 a:hover, .contrast_BW .l-footer__row4 a:focus { color: var(--cd-color-main); }

.contrast_BW .section-quicklinks a { color: #000; }

.contrast_BW .section-quicklinks a:hover, .contrast_BW .section-quicklinks a:focus { color: var(--cd-color-main); }

.contrast_BW .l-footer .vCard .organization { color: #000; }

.contrast_BW .l-footer .section-kontakt a, .contrast_BW .l-footer .vCard .tel .value:before, .contrast_BW .l-footer a.email:before { color: #000; }

.contrast_BW .l-footer .social-media a:not([id^=anker]), .contrast_BW .l-footer .social-media a:before { color: #000 !important; }

.contrast_BW .l-footer .section-kontakt .social-media a[title*="Stage"]:before, .contrast_BW .l-footer .section-kontakt .social-media a[title*="Posts Facebook und Instagram"]:before { filter: invert(0) sepia(0%) saturate(0%) hue-rotate(243deg) brightness(0%) contrast(100%); }

.contrast_BW .l-footer .section-kontakt .social-media a:not([id^=anker]):hover, .contrast_BW .l-footer .section-kontakt .social-media a:not([id^=anker]):focus { outline: 1px solid; outline-offset: 5px; }

.contrast_BW .l-footer .l-footer__logo img { filter: brightness(0); }

.contrast_BW a:hover, .contrast_BW a:focus, .contrast_BW a.mailLink:hover, .contrast_BW a.mailLink:focus, .contrast_BW a.email:hover, .contrast_BW a.email:focus, .contrast_BW a.externerLink:hover, .contrast_BW a.externerLink:focus, .contrast_BW .c-attachment.binary a:hover, .contrast_BW .c-attachment.binary a:focus { color: var(--cd-color-main); text-underline-offset: 2px; text-decoration: underline; }

.contrast_BW a:hover:before, .contrast_BW a:hover:after, .contrast_BW a:focus:before, .contrast_BW a:focus:after, .contrast_BW a.mailLink:hover:before, .contrast_BW a.mailLink:hover:after, .contrast_BW a.mailLink:focus:before, .contrast_BW a.mailLink:focus:after, .contrast_BW a.email:hover:before, .contrast_BW a.email:hover:after, .contrast_BW a.email:focus:before, .contrast_BW a.email:focus:after, .contrast_BW a.externerLink:hover:before, .contrast_BW a.externerLink:hover:after, .contrast_BW a.externerLink:focus:before, .contrast_BW a.externerLink:focus:after, .contrast_BW .c-attachment.binary a:hover:before, .contrast_BW .c-attachment.binary a:hover:after, .contrast_BW .c-attachment.binary a:focus:before, .contrast_BW .c-attachment.binary a:focus:after { color: var(--cd-color-main); }

.contrast_BW .l-print-button button { color: var(--cd-color-main); transition: all 0.2s ease-in; }

.contrast_BW .l-print-button button:hover, .contrast_BW .l-print-button button:focus { color: var(--cd-color-main); outline: 1px solid var(--cd-color-main); }

.contrast_BW .kacheln .categoryMoreLink:hover h2, .contrast_BW .kacheln .categoryMoreLink:focus h2 { color: white; text-decoration: underline; }

.contrast_BW .haeufig-gesucht ul li a:hover, .contrast_BW .haeufig-gesucht ul li a:focus { text-decoration: underline; color: #fff; }

.contrast_BW .haeufig-gesucht ul li a:hover:after, .contrast_BW .haeufig-gesucht ul li a:focus:after { color: #fff; }

.contrast_BW .ui-tabs { border: 1px solid #000; }

.contrast_BW .ui-tabs .ui-tabs-panel { background: #fff; }

.contrast_BW .ui-tabs .ui-tabs-nav { border-bottom: 1px solid #000; }

.contrast_BW .section-stage-social-media a:hover, .contrast_BW .section-stage-social-media a:focus { border: 1px solid #000; }

.contrast_BW .c-stage .stage__load_more button.load:hover, .contrast_BW .c-stage .stage__load_more button.load:focus, .contrast_BW .basecontent-stage .stage__load_more button.load:hover, .contrast_BW .basecontent-stage .stage__load_more button.load:focus { text-decoration: underline; color: #000; border: 1px solid #000; }

.contrast_BW .basecontent-stage { --font-color: #000; --link-color: #000; --font-light-color: #000; --link-hover-color: #000; }

.contrast_BW .basecontent-stage .stage_item:hover { text-decoration: underline; }

.contrast_BW .pagination a:hover, .contrast_BW .pagination a:focus { color: #000 !important; }

.contrast_BW .formgroup-button input:hover, .contrast_BW .formgroup-button input:focus { color: #000; }

.contrast_BW .hinweis { color: #fff; }

.contrast_BW .hinweis h2 { color: #fff; }

.contrast_BW .l-content .kacheln-sonderformat .v-col > div:nth-child(2) > div > div, .contrast_BW .l-content .kacheln-sonderformat a.externerLink p:before { color: #000; }

.contrast_BW .l-content .v-standard-breit.hintergrund.hellgelb, .contrast_BW .l-content .v-standard-breit.hintergrund.hellgruen, .contrast_BW .l-content .v-standard-breit.hintergrund.hellblau, .contrast_BW .l-content .v-standard-breit.hintergrund.hellviolett, .contrast_BW .l-content .v-standard-breit.hintergrund.hellrose, .contrast_BW .l-content .v-standard-breit.hintergrund.hellbeige { background: #fff; border-top: 2px solid #000; }

.contrast_BW .l-content .v-standard-breit.hintergrund.hellgelb .kacheln-sonderformat > div, .contrast_BW .l-content .v-standard-breit.hintergrund.hellgruen .kacheln-sonderformat > div, .contrast_BW .l-content .v-standard-breit.hintergrund.hellblau .kacheln-sonderformat > div, .contrast_BW .l-content .v-standard-breit.hintergrund.hellviolett .kacheln-sonderformat > div, .contrast_BW .l-content .v-standard-breit.hintergrund.hellrose .kacheln-sonderformat > div, .contrast_BW .l-content .v-standard-breit.hintergrund.hellbeige .kacheln-sonderformat > div { background: #fff; }

.contrast_BW .l-teaser, .contrast_BW .l-teaser h1, .contrast_BW .l-teaser h2, .contrast_BW .l-teaser h3, .contrast_BW .l-teaser h4, .contrast_BW .l-teaser .c-table caption, .c-table .contrast_BW .l-teaser caption, .contrast_BW .l-teaser .basecontent-table > table caption, .basecontent-table > table .contrast_BW .l-teaser caption { color: #000; }

.contrast_BW .l-teaser-inner { background: #fff !important; border: 2px solid #000; }

.contrast_BW .l-teaser-inner .l-breadcrumb a { color: #000; }

.contrast_BW .modal-header { background: #000 !important; }

.contrast_BW .basecontent-dvv-service-bw-organigramm { --cd-color-sek-hellgelb: #fff; }

.contrast_BW .basecontent-dvv-service-bw-organigramm .org--e3, .contrast_BW .basecontent-dvv-service-bw-organigramm .e2 > .subs { --cd-color-main: #fff; }

.contrast_BW .basecontent-dvv-service-bw-organigramm .org--e3 .toggler::after, .contrast_BW .basecontent-dvv-service-bw-organigramm .e2 > .subs .toggler::after { color: #000; }

.contrast_BW .basecontent-dvv-service-bw-organigramm .item2[data-id="6002594"], .contrast_BW .basecontent-dvv-service-bw-organigramm .item2[data-id="6003175"], .contrast_BW .basecontent-dvv-service-bw-organigramm .item2[data-id="6002512"], .contrast_BW .basecontent-dvv-service-bw-organigramm .item2[data-id="6004547"], .contrast_BW .basecontent-dvv-service-bw-organigramm .ortsverwaltung .item2 { outline: 1px solid #000; }

.contrast_BW .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs { background: #fff; outline: 1px solid #000; }

.contrast_BW .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs .e3 { background: #fff; }

.contrast_BW .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs .e3 a, .contrast_BW .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs .e3 div, .contrast_BW .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs .e3 span, .contrast_BW .basecontent-dvv-service-bw-organigramm .ortsverwaltung .subs .e3 p { color: #000; }

.contrast_BW .ccm-root .button.ccm-info-button:hover, .contrast_BW .ccm-root .button.ccm-info-button:focus, .contrast_BW .ccm-root button.ccm-info-button:hover, .contrast_BW .ccm-root button.ccm-info-button:focus { color: #000; }

.contrast_BW .ccm-powered-by a:focus, .contrast_BW .ccm-powered-by a:hover { color: #fff; }

.contrast_BW .c-table .head th, .contrast_BW .basecontent-table > table .head th, .contrast_BW .c-table .contentTableWithHeadlineColumn, .contrast_BW .basecontent-table > table .contentTableWithHeadlineColumn { background: white; border: 2px solid black; }

.contrast_BW .l-navigation .accessible-megamenu li li.currentParent > a { color: #000 !important; }

.contrast_BW .l-navigation .accessible-megamenu li a.active { color: #000 !important; }

.home.contrast_BW .section-social-media h2 { color: #000; }

.home.contrast_BW .section-social-media a:not([id^=anker]) { background: #000; }

.home.contrast_BW .section-social-media a:not([id^=anker]):hover, .home.contrast_BW .section-social-media a:not([id^=anker]):focus { background: #fff; color: #000; }

.home.contrast_BW .section-social-media a:not([id^=anker]):hover:before, .home.contrast_BW .section-social-media a:not([id^=anker]):focus:before { color: #000; }

.home.contrast_BW .section-social-media a[title*="Stage"]:hover:before, .home.contrast_BW .section-social-media a[title*="Stage"]:focus:before, .home.contrast_BW .section-social-media a[title*="Posts Facebook und Instagram"]:hover:before, .home.contrast_BW .section-social-media a[title*="Posts Facebook und Instagram"]:focus:before { filter: invert(0) sepia(0%) saturate(0%) hue-rotate(243deg) brightness(0%) contrast(100%) !important; }

.home.contrast_BW .section-top-themen { border-top: 1px solid #000; background: #fff; }

.home.contrast_BW .section-top-themen h2 { color: #000; }

.home.contrast_BW .section-top-themen a:not([id^=anker]):focus, .home.contrast_BW .section-top-themen a:not([id^=anker]):hover { text-decoration: underline; }

.home.contrast_BW .section-veranstaltungen { border-top: 1px solid #000; background-image: none; background: #fff; }

.home.contrast_BW .section-veranstaltungen h2 { color: #000; }

.home.contrast_BW .section-veranstaltungen figure { border: 0; }

.home.contrast_BW .section-veranstaltungen p { background: rgba(255, 255, 255, 0.8); color: #000; }

.home.contrast_BW .section-veranstaltungen .veranstaltungenMoreLink:hover, .home.contrast_BW .section-veranstaltungen .veranstaltungenMoreLink:focus { text-decoration: underline; }

.home.contrast_BW .section-veranstaltungen .veranstaltungenMoreLink:hover p, .home.contrast_BW .section-veranstaltungen .veranstaltungenMoreLink:focus p { text-decoration: underline; }

.home.contrast_BW .section-veranstaltungen .veranstaltungskalender .btn { border: 2px solid #000; color: #000; }

.home.contrast_BW .section-veranstaltungen .veranstaltungskalender .btn a:hover, .home.contrast_BW .section-veranstaltungen .veranstaltungskalender .btn a:focus { color: #000; text-decoration: underline; }

.home.contrast_BW .section-veranstaltungen .veranstaltungskalender .btn:hover, .home.contrast_BW .section-veranstaltungen .veranstaltungskalender .btn:focus { color: #000; }

.home.contrast_BW .section-veranstaltungen .veranstaltungskalender .btn:hover a, .home.contrast_BW .section-veranstaltungen .veranstaltungskalender .btn:focus a { color: #000; text-decoration: underline; }

.home.contrast_BW .section-veranstaltungen .veranstaltungskalender .btn:hover a:hover, .home.contrast_BW .section-veranstaltungen .veranstaltungskalender .btn:hover a:focus, .home.contrast_BW .section-veranstaltungen .veranstaltungskalender .btn:focus a:hover, .home.contrast_BW .section-veranstaltungen .veranstaltungskalender .btn:focus a:focus { color: #000; }

.home.contrast_BW .section-veranstaltungen .section-veranstaltungen .veranstaltungskalender .btn a:focus { color: #000; text-decoration: underline; }

.home.contrast_BW .section-aktuelle-meldungen { border-top: 1px solid #000; }

.home.contrast_BW .section-aktuelle-meldungen h2 { color: #000; }

.home.contrast_BW .section-aktuelle-meldungen .c-pm-meldung-wrapper { border: 2px solid #000; }

.home.contrast_BW .section-aktuelle-meldungen .pm-topnews .c-pm-meldung__datum, .home.contrast_BW .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung__datum, .home.contrast_BW .section-aktuelle-meldungen .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung__datum { color: #000; border-bottom: 1px solid #000; }

.home.contrast_BW .section-aktuelle-meldungen .pm-detaillink:hover { background: rgba(212, 217, 231, 0.25); border: 0px; }

.home.contrast_BW .section-aktuelle-meldungen .pm-detaillink:hover h3 { color: #000; text-decoration: underline; }

.home.contrast_BW .section-aktuelle-meldungen .pm-detaillink:hover .c-pm-meldung__inner:after { color: #fff; background: #000; }

.home.contrast_BW .section-aktuelle-meldungen .pm-detaillink:focus { background: #000; border: 0px; }

.home.contrast_BW .section-aktuelle-meldungen .pm-detaillink:focus .c-pm-meldung__datum { color: #fff; }

.home.contrast_BW .section-aktuelle-meldungen .pm-detaillink:focus h3 { color: #fff; }

.home.contrast_BW .section-aktuelle-meldungen .c-button.gelb a { border-color: #000; }

.home.contrast_BW .section-aktuelle-meldungen .c-button.gelb a:hover, .home.contrast_BW .section-aktuelle-meldungen .c-button.gelb a:focus { background: #000; color: #fff; text-decoration: underline; }

.home.contrast_BW .section-quicklinks-klein { border-top: 1px solid #000; background: #fff; }

.home.contrast_BW .section-quicklinks-klein a { color: #fff; }

.home.contrast_BW .section-quicklinks-klein a:hover, .home.contrast_BW .section-quicklinks-klein a:focus { text-decoration: underline; background: #000; }

.home.contrast_BW .section-countdown { color: #000; }

.home.contrast_BW .section-countdown .countdown { color: #000; }

.home.contrast_BW .section-logos img { opacity: 1; }

.home.contrast_BW .impressionen, .home.contrast_BW .veranstaltungen { background: #fff; border-top: 2px solid #000; }

.home.contrast_BW .section-quicklinks a:hover, .home.contrast_BW .section-quicklinks a:focus { text-decoration: underline; color: #000; }

.home.contrast_BW .section-quicklinks a:hover .icon:not(.rot), .home.contrast_BW .section-quicklinks a:focus .icon:not(.rot) { background: #000; }

.home.contrast_BW .section-quicklinks a:hover .icon:not(.rot) img, .home.contrast_BW .section-quicklinks a:focus .icon:not(.rot) img { filter: brightness(5); }

.contrast_BW .zm-suche { background: #fff; border: 1px solid #000; }

.contrast_BW .zm-suche .zmsuchbutton { border: 1px solid #000; }

.contrast_BW .zm-suche .zmsuchbutton:hover, .contrast_BW .zm-suche .zmsuchbutton:focus { text-decoration: underline; color: #fff; background: #000; }

.contrast_BW .zm-suche .ui-widget-content { background: #fff; }

.contrast_BW .zm-suche #fadeToggle:hover, .contrast_BW .zm-suche #fadeToggle:focus, .contrast_BW .zm-suche #fadeToggle:focus-within { color: #000; text-decoration: underline; }

.contrast_BW .zm-suche .vkRubrikList .zmVkat { background: #fff; color: #000; }

.contrast_BW .zm-suche .vkRubrikList .zmVkat a { color: #000; }

.contrast_BW .zm-suche .vkRubrikList .zmVkat a:hover, .contrast_BW .zm-suche .vkRubrikList .zmVkat a:focus { text-decoration: underline; }

.contrast_BW .zm-suche .zmRegister a:hover, .contrast_BW .zm-suche .zmRegister a:focus { text-decoration: underline; }

.contrast_BW .zm-suche .zmRegister .aktiv { background: #000; border: 0px solid #fff; color: #fff; }

.contrast_BW .zm-suche .zmRegister .aktiv:hover, .contrast_BW .zm-suche .zmRegister .aktiv:focus { color: #fff !important; background: #000; text-decoration: underline; }

.contrast_BW .zm-suche .zmRegister .inaktiv { color: #000; border: 1px solid #000; background: #fff; }

.contrast_BW .zm-suche .all a:hover, .contrast_BW .zm-suche .all a:focus { text-decoration: none; }

.contrast_BW .zmitem { background: #fff; border: 1px solid #000; }

.contrast_BW .zmitem .c-vcard .organization, .contrast_BW .zmitem .vCard .organization { color: #000; }

.contrast_BW .zmitem .category .zmkatLink { background: #000; color: #fff; }

.contrast_BW .zmitem .category .zmkatLink:hover, .contrast_BW .zmitem .category .zmkatLink:focus { text-decoration: underline; }

.contrast_BW .zmitem .zmitem__footer .details:hover, .contrast_BW .zmitem .zmitem__footer .details:focus { text-decoration: underline; background: #000; }

.contrast_BW .zm-eliste__footer .zmNavigClass .current.active { color: #000; }

.contrast_BW .zm-eliste__footer .zmNavigClass a:hover, .contrast_BW .zm-eliste__footer .zmNavigClass a:focus { text-decoration: underline; color: #000; }

.contrast_BW .ui-datepicker { background: #fff !important; color: #000; }

.contrast_BW .ui-datepicker .ui-datepicker-calendar .ui-state-highlight { color: #fff !important; }

.contrast_BW .searchDiv a { text-decoration: underline; }

.contrast_BW .searchDiv a:hover, .contrast_BW .searchDiv a:focus { text-decoration: none; }

.contrast_BW .searchDiv .ergebnisseRumpf ul li { background: #fff; border-bottom: 1px solid #000; padding-left: 0; padding-right: 0; }

.contrast_BW .searchDiv #search_form input[type="search"] { border: 1px solid #000; }

.contrast_BW .searchDiv #search_form button:hover, .contrast_BW .searchDiv #search_form button:focus { background: #000; text-decoration: underline; }

.contrast_BW .searchDiv .ergebnisseKopfAnzahl { background-color: #fff; border: 1px solid #000; color: #000; }

.contrast_BW .searchDiv .resultScore .score-bar .score-bar-inner { background: #000; }

.contrast_BW .c-pm-meldung-link { color: #000; }

.contrast_BW .c-pm-meldung-link:hover, .contrast_BW .c-pm-meldung-link:focus { background-color: #fff; text-decoration: underline; }

.contrast_BW .c-pm-meldung-link:hover .c-pm-meldung__inner:after, .contrast_BW .c-pm-meldung-link:focus .c-pm-meldung__inner:after { color: #000; text-decoration: underline; }

.contrast_BW .c-pm-meldung-link .c-pm-meldung__inner:after { background-color: transparent; border: 1px solid #000; color: #000; }

.contrast_BW .c-pm-meldung-link .c-pm-meldung__inner:after:hover, .contrast_BW .c-pm-meldung-link .c-pm-meldung__inner:after:focus { color: #000; text-decoration: underline; }

.contrast_BW .c-pm-meldung-link .c-pm-meldung { color: #000; }

.contrast_BW .c-pm-meldung-link .c-pm-meldung .c-pm-meldung__datum { color: #000; }

.contrast_BW .presse-uebersicht .pm-filter .pm-search input.submit:hover, .contrast_BW .presse-uebersicht .pm-filter .pm-search input.submit:focus { background: #000; color: #fff; text-decoration: underline; }

.contrast_BW .presse-uebersicht .pm-filter #pm-filter-form button[type="submit"]:hover, .contrast_BW .presse-uebersicht .pm-filter #pm-filter-form button[type="submit"]:focus { background: #000; color: #fff; text-decoration: underline; }

.contrast_BW .presse-uebersicht .pm-pager a:hover, .contrast_BW .presse-uebersicht .presse-uebersicht .pm-pager a:focus { color: #fff !important; text-decoration: underline; background: #000; }

/*	================================================== VENDORS / contrast ==================================================*/
/*	================================================== ABSTRACTS / mixins ==================================================*/
/*	================================================== ABSTRACTS / placeholder ==================================================*/
.zm-suche .zmsuchbutton, .zm-eliste__header .zmRegister .aktiv, .zm-suche .buttons a, .zm-suche .buttons .zmSuchButton input, .zm-suche .suche-feld .zmsuchbutton, .vwp #anfangsbuchstaben .lpAktiv, .vwp #anfangsbuchstaben .aktiv, .vwp #anfangsbuchstaben .aktivAktuelleAuswahl, .vwp #anfangsbuchstaben .lpInaktiv, .vwp #anfangsbuchstaben .inaktiv, .pm-detail .pm-parentRubrik a, .pm-detail-author .pm-parentRubrik a, .presse-uebersicht .pm-pager a, .presse-administration .pm-pager a, .presse-uebersicht .showadmin, .presse-administration .showadmin, .searchDiv #search_form button, .searchDiv input[name="order"] + span + span > button, .c-stage .stage__load_more button.load, .basecontent-stage .stage__load_more button.load, .c-quicksearch__button, .c-pm-meldung-link .c-pm-meldung__inner:after, .pm-detaillink .c-pm-meldung__inner:after, .c-pm-meldung__button, .pagination .page-item:not(.disabled) > a, #loginForm [type=submit], .basecontent-dvv-script legend a, .btn, a.vCard:before, .c-calsheet div.containerCalendarMonth a, .basecontent-dvv-zm-kalenderblatt div.containerCalendarMonth a { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; background: var(--cd-color-main); color: #fff; }

@media (prefers-reduced-motion: reduce) { .zm-suche .zmsuchbutton, .zm-eliste__header .zmRegister .aktiv, .zm-suche .buttons a, .zm-suche .buttons .zmSuchButton input, .zm-suche .suche-feld .zmsuchbutton, .vwp #anfangsbuchstaben .lpAktiv, .vwp #anfangsbuchstaben .aktiv, .vwp #anfangsbuchstaben .aktivAktuelleAuswahl, .vwp #anfangsbuchstaben .lpInaktiv, .vwp #anfangsbuchstaben .inaktiv, .pm-detail .pm-parentRubrik a, .pm-detail-author .pm-parentRubrik a, .presse-uebersicht .pm-pager a, .presse-administration .pm-pager a, .presse-uebersicht .showadmin, .presse-administration .showadmin, .searchDiv #search_form button, .searchDiv input[name="order"] + span + span > button, .c-stage .stage__load_more button.load, .basecontent-stage .stage__load_more button.load, .c-quicksearch__button, .c-pm-meldung-link .c-pm-meldung__inner:after, .pm-detaillink .c-pm-meldung__inner:after, .c-pm-meldung__button, .pagination .page-item:not(.disabled) > a, #loginForm [type=submit], .basecontent-dvv-script legend a, .btn, a.vCard:before, .c-calsheet div.containerCalendarMonth a, .basecontent-dvv-zm-kalenderblatt div.containerCalendarMonth a { transition: none; } }

.zm-suche .zmsuchbutton:before, .zm-eliste__header .zmRegister .aktiv:before, .zm-suche .buttons a:before, .zm-suche .buttons .zmSuchButton input:before, .zm-suche .suche-feld .zmsuchbutton:before, .vwp #anfangsbuchstaben .lpAktiv:before, .vwp #anfangsbuchstaben .aktiv:before, .vwp #anfangsbuchstaben .aktivAktuelleAuswahl:before, .vwp #anfangsbuchstaben .lpInaktiv:before, .vwp #anfangsbuchstaben .inaktiv:before, .pm-detail .pm-parentRubrik a:before, .pm-detail-author .pm-parentRubrik a:before, .presse-uebersicht .pm-pager a:before, .presse-administration .pm-pager a:before, .presse-uebersicht .showadmin:before, .presse-administration .showadmin:before, .searchDiv #search_form button:before, .searchDiv input[name="order"] + span + span > button:before, .c-stage .stage__load_more button.load:before, .basecontent-stage .stage__load_more button.load:before, .c-quicksearch__button:before, .c-pm-meldung__button:before, .pagination .page-item:not(.disabled) > a:before, #loginForm [type=submit]:before, .basecontent-dvv-script legend a:before, .btn:before, a.vCard:before, .c-calsheet div.containerCalendarMonth a:before, .basecontent-dvv-zm-kalenderblatt div.containerCalendarMonth a:before { color: #fff; }

.zm-suche .zmsuchbutton:hover, .zm-eliste__header .zmRegister .aktiv:hover, .zm-suche .buttons a:hover, .zm-suche .buttons .zmSuchButton input:hover, .vwp #anfangsbuchstaben .lpAktiv:hover, .vwp #anfangsbuchstaben .aktiv:hover, .vwp #anfangsbuchstaben .aktivAktuelleAuswahl:hover, .vwp #anfangsbuchstaben .lpInaktiv:hover, .vwp #anfangsbuchstaben .inaktiv:hover, .pm-detail .pm-parentRubrik a:hover, .pm-detail-author .pm-parentRubrik a:hover, .presse-uebersicht .pm-pager a:hover, .presse-administration .pm-pager a:hover, .presse-uebersicht .showadmin:hover, .presse-administration .showadmin:hover, .searchDiv #search_form button:hover, .searchDiv input[name="order"] + span + span > button:hover, .c-stage .stage__load_more button.load:hover, .basecontent-stage .stage__load_more button.load:hover, .c-quicksearch__button:hover, .c-pm-meldung-link .c-pm-meldung__inner:hover:after, .pm-detaillink .c-pm-meldung__inner:hover:after, .c-pm-meldung__button:hover, .pagination .page-item:not(.disabled) > a:hover, #loginForm [type=submit]:hover, .basecontent-dvv-script legend a:hover, .btn:hover, a.vCard:hover:before, .c-calsheet div.containerCalendarMonth a:hover, .basecontent-dvv-zm-kalenderblatt div.containerCalendarMonth a:hover { background-color: var(--cd-color-dark); color: #fff; cursor: pointer; }

.zm-suche .zmsuchbutton:hover:before, .zm-eliste__header .zmRegister .aktiv:hover:before, .zm-suche .buttons a:hover:before, .zm-suche .buttons .zmSuchButton input:hover:before, .vwp #anfangsbuchstaben .lpAktiv:hover:before, .vwp #anfangsbuchstaben .aktiv:hover:before, .vwp #anfangsbuchstaben .aktivAktuelleAuswahl:hover:before, .vwp #anfangsbuchstaben .lpInaktiv:hover:before, .vwp #anfangsbuchstaben .inaktiv:hover:before, .pm-detail .pm-parentRubrik a:hover:before, .pm-detail-author .pm-parentRubrik a:hover:before, .presse-uebersicht .pm-pager a:hover:before, .presse-administration .pm-pager a:hover:before, .presse-uebersicht .showadmin:hover:before, .presse-administration .showadmin:hover:before, .searchDiv #search_form button:hover:before, .searchDiv input[name="order"] + span + span > button:hover:before, .c-stage .stage__load_more button.load:hover:before, .basecontent-stage .stage__load_more button.load:hover:before, .c-quicksearch__button:hover:before, .c-pm-meldung__button:hover:before, .pagination .page-item:not(.disabled) > a:hover:before, #loginForm [type=submit]:hover:before, .basecontent-dvv-script legend a:hover:before, .btn:hover:before, a.vCard:hover:before, .c-calsheet div.containerCalendarMonth a:hover:before, .basecontent-dvv-zm-kalenderblatt div.containerCalendarMonth a:hover:before { color: #fff; }

.c-calsheet div.containerCalendarMonth a, .basecontent-dvv-zm-kalenderblatt div.containerCalendarMonth a { background: #fff; box-shadow: 0 0 1px #9a3847; color: #9a3847; }

.vk-highlights .zmlinktodata a, .zm-eliste__body .zmitem__footer .details, .c-stoerer .c-button a, .c-button.icon a { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; background: var(--cd-color-main); color: #fff; border-radius: 35px; padding: 9px 24px; }

@media (prefers-reduced-motion: reduce) { .vk-highlights .zmlinktodata a, .zm-eliste__body .zmitem__footer .details, .c-stoerer .c-button a, .c-button.icon a { transition: none; } }

.vk-highlights .zmlinktodata a:after, .zm-eliste__body .zmitem__footer .details:after, .c-stoerer .c-button a:after, .c-button.icon a:after { color: #fff; text-decoration: none; }

.vk-highlights .zmlinktodata a:hover, .zm-eliste__body .zmitem__footer .details:hover, .c-stoerer .c-button a:hover, .c-button.icon a:hover { background-color: var(--cd-color-dark); color: #fff; cursor: pointer; text-decoration: none; }

.vk-highlights .zmlinktodata a:hover:after, .zm-eliste__body .zmitem__footer .details:hover:after, .c-stoerer .c-button a:hover:after, .c-button.icon a:hover:after { color: #fff; text-decoration: none; }

.vk-highlights .zmlinktodata a:after, .zm-eliste__body .zmitem__footer .details:after, .c-stoerer .c-button a:after, .c-button.icon a:after { color: #fff; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0 0 0.3em; }

.zm-detail .zmnav .zurueck-zum-vk, .zm-detail .zmnav .zmzureu a, .modal-button button, .modal-button-anker button, .c-button a { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; background: var(--cd-color-main); color: #fff; border-radius: 35px; padding: 9px 24px; }

@media (prefers-reduced-motion: reduce) { .zm-detail .zmnav .zurueck-zum-vk, .zm-detail .zmnav .zmzureu a, .modal-button button, .modal-button-anker button, .c-button a { transition: none; } }

.zm-detail .zmnav .zurueck-zum-vk:after, .zm-detail .zmnav .zmzureu a:after, .modal-button button:after, .modal-button-anker button:after, .c-button a:after { color: #fff; text-decoration: none; }

.zm-detail .zmnav .zurueck-zum-vk:hover, .zm-detail .zmnav .zmzureu a:hover, .modal-button button:hover, .modal-button-anker button:hover, .c-button a:hover { background-color: var(--cd-color-dark); color: #fff; cursor: pointer; text-decoration: none; }

.zm-detail .zmnav .zurueck-zum-vk:hover:after, .zm-detail .zmnav .zmzureu a:hover:after, .modal-button button:hover:after, .modal-button-anker button:hover:after, .c-button a:hover:after { color: #fff; text-decoration: none; }

/*	================================================== ABSTRACTS / functions ==================================================*/
/*	================================================== ABSTRACTS / helpers ==================================================*/
.in-grid { width: 100%; padding-right: 18px; padding-left: 18px; margin-right: auto; margin-left: auto; max-width: 1360px; }

.fullsize { margin: 0; padding: 0; max-width: 100%; position: relative; }

.fullsize .v-box { padding-left: 0; padding-right: 0; }

.fullsize img { width: 100%; }

.fullsize figure { margin-top: 0; margin-bottom: 0; }

.odd { background-color: #fff; }

.even { background-color: #f8f9fa; }

/*	================================================== BASE / reset ==================================================*/
/*	================================================== BASE / base ==================================================*/
html { scroll-behavior: smooth; height: 100%; overflow-x: hidden; }

body { height: auto; }

body.modal-open { height: 100%; }

.hidden, .clear { display: none; height: 0; }

.l-slotinfo .verborgen { height: 0; overflow: hidden; }

.text-left { margin-right: auto; }

.text-center { margin-left: auto; margin-right: auto; }

.text-right { margin-left: auto; }

p .text-left, p .text-center, p .text-right { display: block; }

a { color: var(--cd-color-light); text-decoration: underline; }

a:hover, a:focus { text-decoration: underline; color: var(--cd-color-secondary); }

.error { color: red; font-style: italic; }

a.vCard, a.pm-teaser-more { background: transparent none; padding: 0; text-decoration: underline; }

a.vCard:before, a.pm-teaser-more:before { color: #9a3847; content: "\f111"; display: inline; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3rem 0 0; }

a.vCard:hover, a.pm-teaser-more:hover { color: var(--cd-color-secondary); text-decoration: underline; }

a.vCard:hover:before, a.pm-teaser-more:hover:before { color: var(--cd-color-secondary); text-decoration: none; }

a.vCard { float: right; padding-top: 0.5rem; }

a.vCard img { display: none; }

a.vCard:before { color: #fff; padding: 0.375rem 0.75rem; }

a.vCard:hover:before { color: #fff; text-decoration: none; }

a.externerLink { font-weight: normal; }

a.externerLink:after { color: #9a3847; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0 0 0.3em; }

a.externerLink:after { color: #9a3847; }

a.externerLink:hover { color: var(--cd-color-secondary); }

a.externerLink:hover:after { color: var(--cd-color-secondary); text-decoration: underline; }

a.externerLink:hover:after { text-decoration: none; }

a.mailLink, a.email { font-weight: normal; }

a.mailLink:before, a.email:before { color: #9a3847; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

a.mailLink:before, a.email:before { color: #9a3847; }

a.mailLink:hover, a.email:hover { color: var(--cd-color-secondary); }

a.mailLink:hover:before, a.email:hover:before { color: var(--cd-color-secondary); text-decoration: underline; }

a.telLink { font-weight: normal; }

a.telLink:before { color: #9a3847; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

a.telLink:before { color: #9a3847; }

a.telLink:hover { color: var(--cd-color-secondary); }

a.telLink:hover:before { color: var(--cd-color-secondary); text-decoration: underline; }

a[href$=".pdf"]:before { display: none; }

.link-up a { font-weight: normal; }

.link-up a:before { color: #9a3847; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.link-up a:before { color: #9a3847; }

.link-up a:hover { color: var(--cd-color-secondary); }

.link-up a:hover:before { color: var(--cd-color-secondary); text-decoration: underline; }

.link-right a { font-weight: normal; }

.link-right a:before { color: #9a3847; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.link-right a:before { color: #9a3847; }

.link-right a:hover { color: var(--cd-color-secondary); }

.link-right a:hover:before { color: var(--cd-color-secondary); text-decoration: underline; }

.link-down a { font-weight: normal; }

.link-down a:before { color: #9a3847; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.link-down a:before { color: #9a3847; }

.link-down a:hover { color: var(--cd-color-secondary); }

.link-down a:hover:before { color: var(--cd-color-secondary); text-decoration: underline; }

.link-left a { font-weight: normal; }

.link-left a:before { color: #9a3847; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.link-left a:before { color: #9a3847; }

.link-left a:hover { color: var(--cd-color-secondary); }

.link-left a:hover:before { color: var(--cd-color-secondary); text-decoration: underline; }

a.vCard:before { content: "\f234"; }

a[href~="openstreetmap"] { content: "f279"; }

a.pm-teaser-more:before { content: "\f054"; font-size: 90%; }

.home a.pm-teaser-more { color: #f00; }

a[onclick^="sendSubscription"]:before { color: #fff; content: "\f2f6"; display: inline; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3rem 0 0; }

.klickbar { background: #9a3847; border-radius: 0; border: 1px solid #9a3847; color: #fff; cursor: pointer; }

.c-skiplinks { display: flex; list-style: none; margin: 0; }

.c-skiplinks .c-skiplinks__item { color: #000; position: absolute; overflow: hidden; top: -1000px; left: -1000px; padding: 15px; }

.c-skiplinks .c-skiplinks__item:hover, .c-skiplinks .c-skiplinks__item:focus { position: absolute; top: 0; left: 0; color: #fff; padding: 10px 20px; background: #9a3847; }

.c-contrast-switcher .dropdown-menu button.normal i { color: #9a3847; }

.c-contrast-switcher .dropdown-menu button.sw i { color: #000; }

.c-contrast-switcher .dropdown-menu button.by i { background: #ff0; color: #007bff; }

.sessionMessageIcon { float: left; width: 40px; }

/*	================================================== BASE / fonts ==================================================*/
html { font: normal 16px/150% sans-serif; }

/* // BEISPIELCODE start - Files hierzu sind im Ordner fonts abzulegen // roboto-slab-regular - latin-ext_latin @font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; src: url('../fonts/roboto-slab-v11-latin-ext_latin-regular.eot'); // IE9 Compat Modes src: local(''), url('../fonts/roboto-slab-v11-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), // IE6-IE8 url('../fonts/roboto-slab-v11-latin-ext_latin-regular.woff2') format('woff2'), // Super Modern Browsers url('../fonts/roboto-slab-v11-latin-ext_latin-regular.woff') format('woff'), // Modern Browsers url('../fonts/roboto-slab-v11-latin-ext_latin-regular.ttf') format('truetype'), // Safari, Android, iOS url('../fonts/roboto-slab-v11-latin-ext_latin-regular.svg#RobotoSlab') format('svg'); // Legacy iOS } // Ende BEISPIELCODE */
/* open-sans-regular - latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url("../fonts/open-sans-v27-latin-regular.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-regular.woff") format("woff"), url("../fonts/open-sans-v27-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* open-sans-500 - latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 500; src: url("../fonts/open-sans-v27-latin-500.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-500.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-500.woff") format("woff"), url("../fonts/open-sans-v27-latin-500.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-500.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* open-sans-600 - latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: url("../fonts/open-sans-v27-latin-600.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-600.woff") format("woff"), url("../fonts/open-sans-v27-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* open-sans-700 - latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url("../fonts/open-sans-v27-latin-700.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-700.woff") format("woff"), url("../fonts/open-sans-v27-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* open-sans-800 - latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 800; src: url("../fonts/open-sans-v27-latin-800.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-800.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-800.woff") format("woff"), url("../fonts/open-sans-v27-latin-800.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-800.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* open-sans-300italic - latin */
@font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 300; src: url("../fonts/open-sans-v27-latin-300italic.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-300italic.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-300italic.woff") format("woff"), url("../fonts/open-sans-v27-latin-300italic.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-300italic.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* open-sans-italic - latin */
@font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: url("../fonts/open-sans-v27-latin-italic.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-italic.woff") format("woff"), url("../fonts/open-sans-v27-latin-italic.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-italic.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* open-sans-500italic - latin */
@font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 500; src: url("../fonts/open-sans-v27-latin-500italic.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-500italic.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-500italic.woff") format("woff"), url("../fonts/open-sans-v27-latin-500italic.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-500italic.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* open-sans-600italic - latin */
@font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 600; src: url("../fonts/open-sans-v27-latin-600italic.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-600italic.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-600italic.woff") format("woff"), url("../fonts/open-sans-v27-latin-600italic.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-600italic.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* open-sans-700italic - latin */
@font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 700; src: url("../fonts/open-sans-v27-latin-700italic.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-700italic.woff") format("woff"), url("../fonts/open-sans-v27-latin-700italic.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-700italic.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* open-sans-800italic - latin */
@font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 800; src: url("../fonts/open-sans-v27-latin-800italic.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-800italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-800italic.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-800italic.woff") format("woff"), url("../fonts/open-sans-v27-latin-800italic.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-800italic.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* open-sans-300 - latin */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url("../fonts/open-sans-v27-latin-300.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/open-sans-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-300.woff") format("woff"), url("../fonts/open-sans-v27-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */ font-display: swap; }

/* playfair-display-regular - latin */
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400; src: url("../fonts/playfair-display-v28-latin-regular.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/playfair-display-v28-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-display-v28-latin-regular.woff2") format("woff2"), url("../fonts/playfair-display-v28-latin-regular.woff") format("woff"), url("../fonts/playfair-display-v28-latin-regular.ttf") format("truetype"), url("../fonts/playfair-display-v28-latin-regular.svg#PlayfairDisplay") format("svg"); /* Legacy iOS */ font-display: swap; }

/* dm-serif-display-regular - latin */
@font-face { font-family: 'DM Serif Display'; font-style: normal; font-weight: 400; src: url("../fonts/dm-serif-display-v10-latin-regular.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/dm-serif-display-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-serif-display-v10-latin-regular.woff2") format("woff2"), url("../fonts/dm-serif-display-v10-latin-regular.woff") format("woff"), url("../fonts/dm-serif-display-v10-latin-regular.ttf") format("truetype"), url("../fonts/dm-serif-display-v10-latin-regular.svg#DMSerifDisplay") format("svg"); /* Legacy iOS */ }

/* dm-serif-display-italic - latin */
@font-face { font-family: 'DM Serif Display'; font-style: italic; font-weight: 400; src: url("../fonts/dm-serif-display-v10-latin-italic.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/dm-serif-display-v10-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-serif-display-v10-latin-italic.woff2") format("woff2"), url("../fonts/dm-serif-display-v10-latin-italic.woff") format("woff"), url("../fonts/dm-serif-display-v10-latin-italic.ttf") format("truetype"), url("../fonts/dm-serif-display-v10-latin-italic.svg#DMSerifDisplay") format("svg"); /* Legacy iOS */ }

/*	================================================== BASE / grid ==================================================*/
/*	================================================== BASE / icons ==================================================*/
/*	================================================== BASE / typography ==================================================*/
body { color: #333; font: normal "Open Sans", Arial, Helvetica, sans-serif; line-height: 175%; }

h1, .c-stoerer__inner h2, h2, h3, h4, .c-table caption, .basecontent-table > table caption { font-family: "Open Sans", Arial, Helvetica, sans-serif; margin-right: auto; }

h1, .c-stoerer__inner h2 { color: var(--cd-color-main); line-height: 1.5; margin-top: 3.75rem; margin-bottom: 2.625rem; }

h2 { color: #333333; line-height: 1.25; margin-top: 2.75rem; margin-bottom: 1.875rem; }

h3 { color: #333333; line-height: 1.5; margin-top: 2.75rem; margin-bottom: 1.25rem; font-weight: 600; }

h4, .c-table caption, .basecontent-table > table caption { color: #333333; font-weight: 600; }

h1, .c-stoerer__inner h2 { font-size: 3.5rem; font-size: clamp(1.75rem, 3.55vw, 3rem); font-weight: 600; line-height: 1.25; }

h2 { font-size: clamp(1.25rem, 2.25vw, 2rem); font-weight: 600; }

h3 { font-size: clamp(1.15rem, 2.25vw, 1.5rem); }

h4, .c-table caption, .basecontent-table > table caption { font-size: clamp(1rem, 2.25vw, 1.25rem); }

body { font-size: clamp(1rem, 1.25vw, 1.25rem); }

.v-info h2 { font-size: 1.5rem; text-transform: uppercase; }

.v-info h2, .v-info h3, .v-info h4, .v-info .c-table caption, .c-table .v-info caption, .v-info .basecontent-table > table caption, .basecontent-table > table .v-info caption { font-size: 1rem; text-transform: uppercase; }

#node2812987 p { max-width: 60ch; }

p { margin-bottom: 1.5rem; }

p + p { margin-top: 2.5rem; }

.c-text.button { margin-top: 1rem; }

p:not(.button) + .button { margin-top: -0.5rem; }

.c-text.button + .c-text.button { margin-top: -0.75rem; }

span[style="font-size:smaller"] { line-height: 1.5em; }

.zitat { font-size: 1.5rem; color: var(--cd-color-main); line-height: 1.25; font-style: italic; display: flex; margin-top: 30px; margin-bottom: 0; }

.zitat::before { content: "\201C"; /*Unicode for Left Double Quote*/ font-size: 7rem; font-family: 'Playfair Display'; padding-right: 40px; line-height: 1; }

.l-teaser h1, .l-teaser h2, .l-teaser h3, .l-teaser h4, .l-teaser .c-table caption, .c-table .l-teaser caption, .l-teaser .basecontent-table > table caption, .basecontent-table > table .l-teaser caption, .l-teaser h5 { color: #fff; }

.l-teaser h1, .l-teaser .c-stoerer__inner h2, .c-stoerer__inner .l-teaser h2 { margin-top: 0; }

.l-slot-info h2, #service h2 { font-size: clamp(1rem, 1.25vw, 1.25rem); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; line-height: 1.5; color: #666; }

.l-slot-info h3, #service h3 { margin-top: 30px; margin-bottom: 5px; font-size: 16px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #666; }

.l-slot-info h4, .l-slot-info .c-table caption, .c-table .l-slot-info caption, .l-slot-info .basecontent-table > table caption, .basecontent-table > table .l-slot-info caption, #service h4, #service .c-table caption, .c-table #service caption, #service .basecontent-table > table caption, .basecontent-table > table #service caption { font-size: 16px; color: #666; }

.overline { text-transform: uppercase; margin-top: 18px; margin-bottom: 9px; letter-spacing: 1px; font-size: 1rem; }

.overline + h2 { margin-top: 10px; }

.keinabstand { margin-top: 10px; }

/*	================================================== LAYOUT / site ==================================================*/
body { background: #fff; }

.l-page { background: transparent none; margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; }

.l-dvv-toolbar { width: 100%; padding-right: 18px; padding-left: 18px; margin-right: auto; margin-left: auto; }

.l-header, .l-main, .l-footer { background-color: #fff; }

.l-header { padding-left: 0; padding-right: 0; }

.l-header > div { margin: 0; }

.l-header > div > div { margin-left: auto; margin-right: auto; }

@media (min-width: 576px) { .l-header > div > div { max-width: 540px; } }

@media (min-width: 768px) { .l-header > div > div { max-width: 720px; } }

@media (min-width: 992px) { .l-header > div > div { max-width: 960px; } }

@media (min-width: 1200px) { .l-header > div > div { max-width: 1140px; } }

@media (min-width: 1440px) { .l-header > div > div { max-width: 1360px; } }

@media (max-width: 991.98px) { .l-header > div > div { width: 100%; max-width: 100%; } }

.l-header-stage { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; padding-left: 0; padding-right: 0; }

.l-breadcrumb { flex: 0 0 66.66666667%; max-width: 66.66666667%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; }

@media (max-width: 991.98px) { .l-breadcrumb { flex: 0 0 100%; max-width: 100%; } }

.l-main > div > div.l-breadcrumb { display: flex; justify-content: center; }

.l-main > div > div.l-breadcrumb nav { border-bottom: 1px solid #ffcc01; max-width: 60% !important; display: flex; flex: 1; }

@media (max-width: 1439.98px) { .l-main > div > div.l-breadcrumb nav { max-width: 100% !important; } }

.l-main > div > div.l-breadcrumb--kategorie { justify-content: flex-start; flex: 0 0 100%; padding: 0 36px; max-width: 1360px; }

.l-main > div > div.l-breadcrumb--kategorie nav { max-width: calc(1360px*0.65) !important; flex-basis: 100%; max-width: calc((1360px*0.65) - 65px) !important; }

@media (max-width: 1439.98px) { .l-main > div > div.l-breadcrumb--kategorie nav { max-width: calc((1140px*0.65) - 65px) !important; } }

@media (max-width: 1199.98px) { .l-main > div > div.l-breadcrumb--kategorie nav { max-width: calc((960px*0.65) - 65px) !important; } }

@media (max-width: 991.98px) { .l-main > div > div.l-breadcrumb--kategorie nav { max-width: 100% !important; } }

@media (max-width: 767.98px) { .l-main > div > div.l-breadcrumb--kategorie nav { max-width: 100% !important; } }

.l-main > div { margin: 0; }

.l-main > div > div { margin-left: auto; margin-right: auto; }

@media (min-width: 576px) { .l-main > div > div { max-width: 540px; } }

@media (min-width: 768px) { .l-main > div > div { max-width: 720px; } }

@media (min-width: 992px) { .l-main > div > div { max-width: 960px; } }

@media (min-width: 1200px) { .l-main > div > div { max-width: 1140px; } }

@media (min-width: 1440px) { .l-main > div > div { max-width: 1360px; } }

.l-footer > div { margin: 0; }

.l-footer > div > div { margin-left: auto; margin-right: auto; }

@media (min-width: 576px) { .l-footer > div > div { max-width: 540px; } }

@media (min-width: 768px) { .l-footer > div > div { max-width: 720px; } }

@media (min-width: 992px) { .l-footer > div > div { max-width: 960px; } }

@media (min-width: 1200px) { .l-footer > div > div { max-width: 1140px; } }

@media (min-width: 1440px) { .l-footer > div > div { max-width: 1360px; } }

.l-main-inner { display: flex; flex-wrap: wrap; margin-right: -18px; margin-left: -18px; flex-direction: column; }

.l-main-inner-boxed { display: flex; flex-wrap: wrap; margin-right: -18px; margin-left: -18px; margin: 0; width: 100%; }

.l-content { flex: 0 0 58.33333333%; max-width: 58.33333333%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; padding-left: 36px; padding-right: 36px; margin-bottom: 5rem; max-width: 100%; flex: 1; border: 0px solid red; }

@media (max-width: 767.98px) { .l-content { flex: 0 0 100%; max-width: 100%; } }

.l-content.l-content--infoslot { flex: 0 0 58.33333333%; max-width: 58.33333333%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; }

@media (max-width: 991.98px) { .l-content.l-content--infoslot { flex: 0 0 100%; max-width: 100%; padding-left: 36px; padding-right: 36px; } }

.l-content .v-standard { flex: 0 0 66.66666667%; max-width: 66.66666667%; margin-left: auto; margin-right: auto; }

@media (max-width: 767.98px) { .l-content .v-standard { flex: 0 0 100%; max-width: 100%; } }

.l-content.l-content--infoslot .v-standard { flex: 0 0 83.33333333%; max-width: 83.33333333%; margin-left: auto; margin-right: auto; }

@media (max-width: 767.98px) { .l-content.l-content--infoslot .v-standard { flex: 0 0 100%; max-width: 100%; } }

.l-content.l-content--noslot .v-standard { flex: 0 0 66.66666667%; max-width: 66.66666667%; margin-left: auto; margin-right: auto; }

@media (max-width: 767.98px) { .l-content.l-content--noslot .v-standard { flex: 0 0 100%; max-width: 100%; } }

.home .l-content .v-standard { flex: 0 0 100%; max-width: 100%; margin-left: auto; }

@media (max-width: 767.98px) { .home .l-content .v-standard { flex: 0 0 100%; max-width: 100%; } }

.category .l-content .v-standard { flex: 0 0 100%; max-width: 100%; }

.home .l-main-inner-boxed { width: 100%; max-width: 100%; flex-basis: 100%; }

.home .l-main-inner-boxed .l-content { padding: 0; margin: 0; }

.home.body_search .l-main-inner-boxed { flex: 0 0 100%; max-width: 100%; }

.home.body_search .l-main-inner-boxed > div { margin: 0; }

.home.body_search .l-main-inner-boxed > div > div { margin-left: auto; margin-right: auto; }

@media (min-width: 576px) { .home.body_search .l-main-inner-boxed > div > div { max-width: 540px; } }

@media (min-width: 768px) { .home.body_search .l-main-inner-boxed > div > div { max-width: 720px; } }

@media (min-width: 992px) { .home.body_search .l-main-inner-boxed > div > div { max-width: 960px; } }

@media (min-width: 1200px) { .home.body_search .l-main-inner-boxed > div > div { max-width: 1140px; } }

@media (min-width: 1440px) { .home.body_search .l-main-inner-boxed > div > div { max-width: 1360px; } }

.home .article-inner { flex: 0 0 100%; max-width: 100%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; margin: 0 auto; padding-left: 36px; padding-right: 36px; max-width: 1360px; }

@media (max-width: 1199.98px) { .home .article-inner { flex: 0 0 100%; max-width: 100%; } }

.l-page-titel { width: 100%; text-align: center; padding: 18px 0; display: flex; justify-content: center; }

.l-page-titel h1, .l-page-titel .c-stoerer__inner h2, .c-stoerer__inner .l-page-titel h2 { max-width: 66.6666%; display: flex; justify-content: center; margin-left: auto; margin-right: auto; }

.l-slot-info, #service { flex: 0 0 33.33333333%; max-width: 33.33333333%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; padding: 0 18px; }

@media (max-width: 767.98px) { .l-slot-info, #service { flex: 0 0 100%; max-width: 100%; padding: 0 36px; } }

/* Nicht-druckbare Elemente verbergen */
@media print { @page { size: A4 landscape; } body { zoom: 60%; } .l-header, .noprint, .l-print-button { display: none; } .l-header-stage { max-width: 100%; } .l-main > div > div { max-width: 75%; } }

/*	================================================== LAYOUT / header ==================================================*/
.l-header { background-color: #fff; }

.l-header__brand { flex: 0 0 16.66666667%; max-width: 16.66666667%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; text-align: center; padding: 20px 0px; display: flex; align-items: center; justify-content: flex-start; }

@media (max-width: 1439.98px) { .l-header__brand { flex: 1; max-width: 100%; } }

.l-header__brand a { display: block; }

.l-header__brand img { width: 100%; min-width: 100px; max-width: 150px; }

@media (max-width: 991.98px) { .l-header__brand img { min-width: 70px; max-width: 170px; } }

@media (max-width: 767.98px) { .l-header__brand img { min-width: 50px; max-width: 140px; } }

@media only screen and (max-width: 400px) { .l-header__brand img { min-width: 50px; max-width: 120px; } }

@media only screen and (max-width: 340px) { .l-header__brand img { min-width: 40px; max-width: 100px; } }

.l-header__search { flex: 0 0 8.33333333%; max-width: 8.33333333%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; display: flex; justify-content: flex-end; align-items: center; }

.l-header__navigation { position: relative; width: 100%; padding-right: 18px; padding-left: 18px; flex: 1; align-items: center; display: flex; position: static; }

@media (max-width: 1439.98px) { .l-header__navigation { display: none; } }

@media (max-width: 1199.98px) { .l-header .l-navigation-mobile { flex: 0 0 100%; max-width: 100%; top: 179px; } }

@media (max-width: 991.98px) { .l-header .l-navigation-mobile-burger { display: flex; align-items: center; } }

.l-header__row1-inner { display: flex; flex-wrap: wrap; margin-right: -18px; margin-left: -18px; margin: 0; justify-content: flex-end; min-height: 50px; padding-left: 36px; padding-right: 36px; }

@media screen and (max-width: 400px) { .l-header__row1-inner { padding-left: 18px; padding-right: 18px; } }

.l-header__row2-inner { display: flex; flex-wrap: wrap; margin-right: -18px; margin-left: -18px; padding-left: 36px; padding-right: 36px; margin: 0; min-height: 120px; position: relative; }

@media (max-width: 1439.98px) { .l-header__row2-inner { align-items: center; } }

@media (max-width: 991.98px) { .l-header__row2-inner { justify-content: space-between; } }

@media (max-width: 767.98px) { .l-header__row2-inner { padding-left: 36px; padding-right: 36px; } }

.l-header__row1-inner, .l-header__row2-inner, .l-header__row3-inner, .l-header__row4-inner { width: 100%; }

.l-header.shrink .l-header__row2 { top: 0px; position: fixed; width: 100%; z-index: 20000; transition: all 0.2s ease-in; }

.mm-menu--opened.mm-menu--position-top.shrink { top: 120px; }

.l-header__service-navigation { font-size: 1rem; text-transform: uppercase; display: flex; align-items: center; flex-wrap: wrap; height: 100%; }

.l-header__service-navigation ul { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; align-items: center; height: 100%; }

.l-header__service-navigation li { height: 100%; border-right: 0px solid #ccc; }

.l-header__service-navigation li:first-child { border-left: 0px solid #ccc; }

@media (max-width: 1439.98px) { .l-header__service-navigation li:first-child { display: none; } }

.l-header__service-navigation li:last-child { border-left: 0px solid #ccc; }

@media (max-width: 1439.98px) { .l-header__service-navigation li:last-child { display: none; } }

@media (max-width: 575.98px) { .l-header__service-navigation .c-contrast-switcher button, .l-header__service-navigation .c-lang-switcher button { min-height: 35px; } }

.l-header__service-navigation a { padding: 10px 15px; height: 100%; min-height: 55px; display: flex; align-items: center; transition: background 0.25s ease-in; text-decoration: none; }

@media (max-width: 575.98px) { .l-header__service-navigation a { padding: 0 10px; min-height: 35px; } }

@media screen and (max-width: 400px) { .l-header__service-navigation a { padding: 0 5px; font-size: 15px; text-transform: none; min-height: 35px; } }

.l-header__service-navigation a::before { padding-right: 6px; }

.l-header__service-navigation a:hover, .l-header__service-navigation a:focus { text-decoration: underline; background: var(--cd-color-main); }

.l-header__service-navigation a:hover:before, .l-header__service-navigation a:focus:before { color: #fff; }

.l-header__service-navigation a:before { color: #fff; }

.l-header__service-navigation a.sn-gebeardensprache:before { content: "\f2a7"; }

.l-header__service-navigation a.sn-leichtesprache:before { content: "\f5da"; }

.l-header__service-navigation .dropdown-menu span { padding: 10px; }

.l-header__service-navigation .dropdown-menu a span { padding: 0; }

.l-header__service-navigation .c-fontsizer .dropdown-text { max-width: 540px; padding: 15px; line-height: 1.5; text-transform: none; }

.l-header__service-navigation .c-fontsizer ul { list-style: circle; padding-left: 10px; margin-left: 10px; }

.l-header__service-navigation button { font-size: 1rem; text-transform: uppercase; padding: 0 10px; background: var(--cd-color-light); min-height: 55px; height: 100%; }

.l-header__service-navigation button:hover, .l-header__service-navigation button:focus { text-decoration: underline; background: var(--cd-color-main); }

.l-header__service-navigation button i { padding-right: 6px; }

.l-header__service-navigation .dropdown-menu { margin-top: 0; z-index: 90000; background: var(--cd-color-main); color: #fff; }

.l-header__service-navigation .dropdown-menu a { color: #fff; }

.l-header__service-navigation .dropdown-menu a:hover, .l-header__service-navigation .dropdown-menu a:focus { text-decoration: underline; }

.l-header__service-navigation .dropdown-menu i { color: #fff; padding-right: 6px; }

.l-header__service-navigation .dropdown-menu .dropdown-item, .l-header__service-navigation .dropdown-menu .c-fontsizer a, .c-fontsizer .l-header__service-navigation .dropdown-menu a { color: #fff; text-decoration: none; }

.l-header__service-navigation .dropdown-menu:hover, .l-header__service-navigation .dropdown-menu:focus { text-decoration: none; }

.l-header__service-navigation .dropdown-menu:hover .dropdown-item:hover, .l-header__service-navigation .dropdown-menu:hover .c-fontsizer a:hover, .c-fontsizer .l-header__service-navigation .dropdown-menu:hover a:hover, .l-header__service-navigation .dropdown-menu:hover .dropdown-item:focus, .l-header__service-navigation .dropdown-menu:hover .c-fontsizer a:focus, .c-fontsizer .l-header__service-navigation .dropdown-menu:hover a:focus, .l-header__service-navigation .dropdown-menu:focus .dropdown-item:hover, .l-header__service-navigation .dropdown-menu:focus .c-fontsizer a:hover, .c-fontsizer .l-header__service-navigation .dropdown-menu:focus a:hover, .l-header__service-navigation .dropdown-menu:focus .dropdown-item:focus, .l-header__service-navigation .dropdown-menu:focus .c-fontsizer a:focus, .c-fontsizer .l-header__service-navigation .dropdown-menu:focus a:focus { background: var(--cd-color-dark); text-decoration: underline; }

.l-header__service-navigation .c-contrast-switcher, .l-header__service-navigation .c-lang-switcher { display: flex; align-items: center; height: 100%; font-size: 1rem; }

.l-header__service-navigation .c-contrast-switcher button, .l-header__service-navigation .c-lang-switcher button { font-size: 1rem; text-transform: uppercase; padding: 0 10px; background: var(--cd-color-light); }

.l-header__service-navigation .c-contrast-switcher button:hover, .l-header__service-navigation .c-contrast-switcher button:focus, .l-header__service-navigation .c-lang-switcher button:hover, .l-header__service-navigation .c-lang-switcher button:focus { background: var(--cd-color-main); }

.l-header__service-navigation .c-contrast-switcher button i, .l-header__service-navigation .c-lang-switcher button i { padding-right: 6px; }

@media screen and (max-width: 400px) { .l-header__service-navigation .c-contrast-switcher button, .l-header__service-navigation .c-lang-switcher button { padding: 0 5px; font-size: 15px; text-transform: none; min-height: 35px; } }

.l-header__service-navigation .c-lang-switcher > button { display: flex; align-items: center; }

.l-header__service-navigation .c-lang-switcher > button img { padding-right: 10px; display: block; }

@media screen and (max-width: 400px) { .l-header__service-navigation .c-lang-switcher > button { padding: 0 5px; font-size: 15px; text-transform: none; min-height: 35px; } }

.l-header__service-navigation .c-lang-switcher .dropdown-menu { padding: 0; }

.l-header__service-navigation .c-lang-switcher .dropdown-text { max-width: 400px; text-transform: none; }

.l-header__service-navigation .c-lang-switcher .dropdown-text p { margin-bottom: 0; }

.l-header__service-navigation .c-lang-switcher .dropdown-text a.current { text-decoration: underline; }

.l-header__service-navigation .c-lang-switcher .dropdown-text a:hover, .l-header__service-navigation .c-lang-switcher .dropdown-text a:focus { background-color: var(--cd-color-light); }

.l-header__service-navigation .c-lang-switcher .dropdown-text a img { padding-right: 12px; }

.l-header__service-navigation .c-lang-switcher-simple a[hreflang="de-DE-simple"] { display: inline-block; }

.l-header__service-navigation .c-contrast-switcher { display: flex; align-items: center; }

.l-header__service-navigation .c-contrast-switcher .dropdown-menu { margin-top: 0; padding: 0; z-index: 90000; background: var(--cd-color-main); color: #fff; }

.l-header__service-navigation .c-contrast-switcher .dropdown-menu a { color: #fff; }

.l-header__service-navigation .c-contrast-switcher .dropdown-menu a:hover, .l-header__service-navigation .c-contrast-switcher .dropdown-menu a:focus { text-decoration: none; background: var(--cd-color-dark); }

.l-header__service-navigation .c-contrast-switcher .dropdown-menu a.active { background: var(--cd-color-dark); }

.l-header__service-navigation .c-contrast-switcher .dropdown-menu i { color: #fff; padding-right: 6px; }

.l-header__service-navigation .c-contrast-switcher .dropdown-menu .dropdown-item, .l-header__service-navigation .c-contrast-switcher .dropdown-menu .c-fontsizer a, .c-fontsizer .l-header__service-navigation .c-contrast-switcher .dropdown-menu a { color: #fff; text-decoration: none; }

.l-header__service-navigation .c-contrast-switcher .dropdown-menu:hover, .l-header__service-navigation .c-contrast-switcher .dropdown-menu:focus { text-decoration: none; }

.l-header__service-navigation .c-contrast-switcher .dropdown-menu:hover .dropdown-item:hover, .l-header__service-navigation .c-contrast-switcher .dropdown-menu:hover .c-fontsizer a:hover, .c-fontsizer .l-header__service-navigation .c-contrast-switcher .dropdown-menu:hover a:hover, .l-header__service-navigation .c-contrast-switcher .dropdown-menu:hover .dropdown-item:focus, .l-header__service-navigation .c-contrast-switcher .dropdown-menu:hover .c-fontsizer a:focus, .c-fontsizer .l-header__service-navigation .c-contrast-switcher .dropdown-menu:hover a:focus, .l-header__service-navigation .c-contrast-switcher .dropdown-menu:focus .dropdown-item:hover, .l-header__service-navigation .c-contrast-switcher .dropdown-menu:focus .c-fontsizer a:hover, .c-fontsizer .l-header__service-navigation .c-contrast-switcher .dropdown-menu:focus a:hover, .l-header__service-navigation .c-contrast-switcher .dropdown-menu:focus .dropdown-item:focus, .l-header__service-navigation .c-contrast-switcher .dropdown-menu:focus .c-fontsizer a:focus, .c-fontsizer .l-header__service-navigation .c-contrast-switcher .dropdown-menu:focus a:focus { text-decoration: underline; }

.l-header__service-navigation .c-contrast-switcher span { height: 100%; display: flex; align-items: center; }

.l-header__service-navigation button { border: 0; background: transparent; height: 100%; }

.l-header__service-navigation button:hover, .l-header__service-navigation button:focus { background: var(--cd-color-main); }

.l-header__service-navigation button a { padding: 0; }

.l-header__social-media ul { list-style: none; display: flex; margin: 0; height: 100%; padding: 0; align-items: center; }

.l-header__social-media li { height: 100%; display: flex; align-items: center; justify-content: center; min-width: 44px; }

.l-header__social-media a { display: flex; align-items: center; justify-content: center; height: 100%; min-width: 44px; padding: 10px 5px; text-decoration: none; transition: background 0.25s ease-in; }

.l-header__social-media a:hover, .l-header__social-media a:focus { background: var(--cd-color-main); text-decoration: none; }

.l-header__social-media a:hover i, .l-header__social-media a:focus i { background: var(--cd-color-main); text-decoration: none; }

.l-header__social-media a:before { padding: 0px; color: #fff; font-size: 1.5rem; font-weight: 300; text-decoration: none; }

.l-header__social-media a[title*="Facebook"]:before { content: "\f09a"; }

.l-header__social-media a[title*="Instagram"]:before { content: "\f16d"; }

.l-header__social-media a[title*="Youtube"]:before { content: "\f167"; }

.l-header__social-media a[title*="Twitter"]:before { content: "\f099"; }

.l-quicksearch { flex-basis: 90%; }

.l-header__search button { background: #fff; border-radius: 50%; border: 0; height: 60px; width: 60px; transition: all 0.25s ease-in; }

.l-header__search button:hover, .l-header__search button:focus { background-color: var(--cd-color-main); }

.l-header__search button:hover i, .l-header__search button:focus i { color: #fff; }

@media only screen and (max-width: 400px) { .l-header__search button { height: 50px; width: 50px; } }

.l-header__search i { font-size: 1.75rem; transition: all 0.25s ease-in; }

@media only screen and (max-width: 400px) { .l-header__search i { font-size: 1.5rem; } }

.l-header-stage { background-color: #fff; position: relative; }

.l-header-stage .c-image, .l-header-stage div.image { margin: 0; width: 100%; }

.l-header-stage .c-image img, .l-header-stage div.image img { width: 100%; aspect-ratio: 625/162; object-fit: cover; }

.l-header-stage .c-image figcaption, .l-header-stage div.image figcaption { position: absolute; bottom: 0px; left: 0; padding: 6px 15px; background: rgba(0, 0, 0, 0.5); opacity: 1; color: #fff; font-size: 0.8rem; line-height: 1.5; z-index: 900; }

@media (max-width: 991.98px) { .l-header-stage .c-image figcaption, .l-header-stage div.image figcaption { font-size: 0.75rem; } }

@media (min-width: 576px) { .l-header-stage--small { max-width: calc(540px*0.65); } }

@media (min-width: 768px) { .l-header-stage--small { max-width: calc(720px*0.65); } }

@media (min-width: 992px) { .l-header-stage--small { max-width: calc(960px*0.65); } }

@media (min-width: 1200px) { .l-header-stage--small { max-width: calc(1140px*0.65); } }

@media (min-width: 1440px) { .l-header-stage--small { max-width: calc(1360px*0.65); } }

@media (max-width: 991.98px) { .l-header-stage--small { max-width: 100%; } }

@media (max-width: 991.98px) { .l-header-stage { position: relative; } .l-header-stage figure { height: 30vh; } .l-header-stage img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; object-fit: cover; height: 30vh; } }

.home .l-header-stage { position: relative; max-height: calc(100vh); }

.home .l-header-stage .c-image img, .home .l-header-stage div.image img { aspect-ratio: unset; object-fit: cover; }

.home .l-header-stage .c-quicksearch { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); min-width: 50vw; max-width: 700px; }

.l-header__row1 { background-color: var(--cd-color-light); color: #fff; }

.l-header__row1 a { color: #fff; }

.l-header__row2 { background-color: var(--cd-color-dark); }

@media (max-width: 991.98px) { #node3144786 .l-header-stage img { height: auto; position: static; transform: none; } }

@media (max-width: 991.98px) { #node3144786 .l-header-stage figure { height: auto; } }

@media (max-width: 991.98px) { #node3144805 .l-header-stage img { height: 30vh; position: static; transform: none; } }

@media (max-width: 991.98px) { #node3144805 .l-header-stage figure { height: 30vh; } }

@media screen and (max-width: 460px) { .l-header__language { position: absolute; top: 10px; left: 10px; } }

.l-header__language .cnw_translationbox { position: relative; bottom: initial; left: initial; background: transparent; box-shadow: none; border: none; color: #fff; z-index: 99; }

.l-header__language .cnw_translationbox .cnw_select_wrapper { padding: 0; }

.l-header__language .cnw_translationbox .cnw_select_wrapper:before { color: #fff; content: "\f1ab"; font-family: "Font Awesome 6 Pro"; width: auto; height: auto; position: absolute; right: 100%; font-weight: 300; }

@media screen and (max-width: 460px) { .l-header__language .cnw_translationbox .cnw_select_wrapper:before { font-size: 20px; } }

.l-header__language .cnw_translationbox select { color: #fff; background-image: none !important; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; text-decoration-color: transparent; text-transform: uppercase; padding: 0 0 0 13px; font-family: "Open Sans", Arial, Helvetica, sans-serif; }

@media screen and (max-width: 460px) { .l-header__language .cnw_translationbox select { font-size: 14px; } }

.l-header__language .cnw_translationbox select:hover, .l-header__language .cnw_translationbox select:focus-visible { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 2px; text-decoration-color: inherit; }

.l-header__language .cnw_translationbox select option { color: #000; }

.c-lang-switcher--conword { margin-left: 40px; }

.c-lang-switcher--leichtesprache a { background: #f6f9fc; border: 1px solid #677077; border-radius: 2px; color: #000; font-weight: 500; display: inline-block; box-sizing: inherit; /* float: left; */ /* height: 2.17em; */ position: relative; z-index: 0; text-decoration: none; padding: 4px 12px; font-size: 1.25rem; margin-bottom: 24px; }

.c-lang-switcher--leichtesprache a img { margin-right: 6px; }

.c-lang-switcher--leichtesprache a:hover, .c-lang-switcher--leichtesprache a:focus { text-decoration: underline; }

.c-lang-switcher--leichtesprache a.current { display: none; }

.c-lang-switcher--leichtesprache a[hreflang="en"], .c-lang-switcher--leichtesprache a[hreflang="fr"] { display: none; }

.l-content--noslot .l-switcher-leichtesprache, .l-content--teaser .l-switcher-leichtesprache { flex: 0 0 83.33333333%; max-width: 83.33333333%; padding: 0 18px; }

.l-switcher-leichtesprache, .l-switcher-leichtesprache-inner { flex: 0 0 83.33333333%; max-width: 83.33333333%; margin-left: auto; margin-right: auto; }

/*	================================================== LAYOUT / Adobe Megamenu ==================================================*/
.l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; height: 100% !important; padding: 10px 18px; min-height: 130px; flex-wrap: wrap; align-items: center; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-weight: 400; line-height: 1.5; transition: background 0.2s ease-in; font-weight: 500; }

.l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a .subtitle { color: #fff; font-size: 16px; display: none; text-transform: none; line-height: 1.25; }

.l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a:hover, .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item a:focus { background-color: transparent; }

.l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a[aria-expanded]:hover, .l-navigation .accessible-megamenu > .accessible-megamenu-top-nav-item > a[aria-expanded]:focus { background-color: transparent !important; }

.l-navigation .subtitle { display: none; }

.l-navigation .liamEbene1Titel { -ms-flex-preferred-size: 75%; flex-basis: 75%; background: #9a3847; padding: 0; }

.l-navigation .liamEbene1Titel .amEbene1Titel { border: 0; }

.l-navigation .accessible-megamenu { background: none; min-height: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: center; border: 0; width: 100%; display: none; }

.l-navigation .accessible-megamenu .li-ebene-2 { padding: 0 10px 20px 0px; border-left: 1px solid #fff; padding-left: 25px; margin-bottom: 30px; word-break: break-word; }

@media (max-width: 1199.98px) { .l-navigation .accessible-megamenu .li-ebene-2 { -ms-flex-preferred-size: 33.3333%; flex-basis: 33.3333%; width: 33.3333%; } }

.l-navigation .accessible-megamenu .li-ebene-3 { padding: 0; }

.l-navigation .accessible-megamenu .li-ebene-3 > ul { margin-left: 10px; }

.l-navigation .accessible-megamenu .li-ebene-4 { display: none; }

.l-navigation .accessible-megamenu .sub-nav-group { padding: 0px 10px 0 0; }

.l-navigation .accessible-megamenu .accessible-megamenu-panel { -ms-flex-wrap: wrap; flex-wrap: nowrap; background: var(--cd-color-dark); }

.l-navigation .accessible-megamenu li { list-style: none; }

.l-navigation .accessible-megamenu li a { display: block; color: #fff; width: 100%; font-size: 16px; line-height: 22px; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1rem; }

.l-navigation .accessible-megamenu li a:hover, .l-navigation .accessible-megamenu li a:focus { color: var(--cd-color-secondary); }

.l-navigation .accessible-megamenu li a.active { color: var(--cd-color-secondary); font-weight: bold; }

.l-navigation .accessible-megamenu li li.currentParent > a { color: var(--cd-color-secondary); font-weight: bold; }

.l-navigation .accessible-megamenu li ul li a { font-size: 14px; line-height: 27px; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1rem; padding: 5px 0px 0 0px; margin-bottom: 4px; }

@media (max-width: 1199.98px) { .l-navigation .accessible-megamenu li ul li a { padding: 5px 0px 0 0px; } }

.l-navigation .accessible-megamenu li ul li ul li a { font-size: 14px; line-height: 24px; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-weight: normal; letter-spacing: 0rem; text-transform: none; }

.l-navigation .accessible-megamenu > li { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; border: 0; position: static; max-width: 250px; }

.l-navigation .accessible-megamenu > li > a { font-size: 18px; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; text-decoration: none; }

.l-navigation .accessible-megamenu > li > ul[aria-expanded=true] { display: -webkit-box; display: -ms-flexbox; display: flex !important; }

.l-navigation .accessible-megamenu > li > ul { top: 130px; width: 100%; max-width: 100%; margin: 0 auto; border: 0; left: 0; }

.l-navigation .accessible-megamenu > li > ul li { -ms-flex-preferred-size: 25%; flex-basis: 25%; padding: 0 10px 0px 0px; }

@media (max-width: 1439.98px) { .l-navigation .accessible-megamenu > li > ul li { -ms-flex-preferred-size: 33.3333%; flex-basis: 33.3333%; } }

.l-navigation .accessible-megamenu > li > ul li.liamEbene1Titel { -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 0; background: transparent; margin-right: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 15px; }

.l-navigation .accessible-megamenu > li > ul li.liamEbene1Titel .amEbene1Titel { border: 0; width: 100%; border: 0; box-shadow: none; }

.l-navigation .accessible-megamenu > li > ul li.liamEbene1Titel .amEbene1Titel a { box-shadow: none; position: unset; display: -webkit-box; display: -ms-flexbox; display: block; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; background: none; font-weight: 500; text-decoration: none; font-size: 18px; line-height: 42px; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1rem; padding: 15px 0px 10px; transition: all 0.25s ease-in; border-bottom: 1px solid #fff; border-color: rgba(255, 255, 255, 0.1); }

.l-navigation .accessible-megamenu > li > ul li.liamEbene1Titel .amEbene1Titel a:before { color: #fff; font-weight: normal; }

.l-navigation .accessible-megamenu > li > ul li.liamEbene1Titel .amEbene1Titel a:hover, .l-navigation .accessible-megamenu > li > ul li.liamEbene1Titel .amEbene1Titel a:focus { text-decoration: underline; }

.l-navigation .accessible-megamenu > li > ul .liamEbene1Close { color: #fff; font-size: 28px; line-height: 42px; font-weight: 300; text-transform: uppercase; letter-spacing: 0.1rem; padding: 15px 20px 15px; position: absolute; right: 0; top: 0; }

.l-navigation .accessible-megamenu > li > ul .liamEbene1Close button { background: transparent; border: 0; color: #fff; }

.l-navigation .accessible-megamenu > li > ul .liamEbene1Close button i { font-weight: 300; }

.l-navigation .accessible-megamenu > li > ul > .liamEbene1Ebenen { flex-basis: 100%; display: flex; flex-wrap: wrap; padding-left: 30px; }

@media (max-width: 1439.98px) { .l-navigation .accessible-megamenu > li > ul > .liamEbene1Ebenen { -ms-flex-preferred-size: 80%; flex-basis: 80%; } }

.l-navigation .accessible-megamenu > li > ul > .liamEbene1Extra { color: #fff; flex-basis: 15%; border-right: 1px solid #fff; border-color: rgba(255, 255, 255, 0.1); }

@media (max-width: 1439.98px) { .l-navigation .accessible-megamenu > li > ul > .liamEbene1Extra { -ms-flex-preferred-size: 20%; flex-basis: 20%; } }

.l-navigation .accessible-megamenu > li > ul > .liamEbene1Extra a { margin: 0; outline: 0; }

.l-navigation .accessible-megamenu > li > ul > .liamEbene1Extra li { font-size: 16px; line-height: 24px; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-weight: normal; letter-spacing: 0rem; text-transform: none; padding: 0; word-break: break-all; margin: 5px 0px; width: 100%; flex-basis: 100%; }

.l-navigation .accessible-megamenu > li > ul > .liamEbene1Extra .mega-menu-extra { margin-top: 88px; margin-bottom: 20px; }

.l-navigation .accessible-megamenu > li > ul > .liamEbene1Extra .mega-menu-icons ul { margin-top: 20px; }

.l-navigation .accessible-megamenu > li > ul > .liamEbene1Extra .titel { margin-bottom: 0px; padding-bottom: 0px; font-size: 19px; font-weight: 500; line-height: 27px; text-transform: uppercase; }

.l-navigation .accessible-megamenu > li > ul > .liamEbene1Extra ul { padding: 0; margin: 0; }

.accessible-megamenu { box-sizing: border-box; list-style: none; margin: 0; padding: 0; border-color: none; border-style: solid; border-width: 0; z-index: 2; }

.accessible-megamenu h2, .accessible-megamenu h3, .accessible-megamenu h4, .accessible-megamenu .c-table caption, .c-table .accessible-megamenu caption, .accessible-megamenu .basecontent-table > table caption, .basecontent-table > table .accessible-megamenu caption { font-size: 1em; display: inline; margin: 0; padding: 0; line-height: inherit; border-bottom: 0; }

.accessible-megamenu > .accessible-megamenu-top-nav-item { position: relative; display: block; box-sizing: border-box; list-style: none; margin: 0; padding: 0; float: left; /*text-shadow: 0 1px 0 #fff;*/ /*  -moz-text-shadow: 0 1px 0 #fff;*/ border-right: 1px solid #b3b3b3; border-right-color: rgba(9, 50, 131, 0.3); }

.accessible-megamenu :focus { outline: 2px solid rgba(9, 50, 131, 0.3); -moz-outline-radius: 3px; }

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] { position: relative; display: block; line-height: 1.5; text-decoration: none; z-index: inherit; }

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover, .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus { outline-offset: -2px; }

.accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:hover, .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded]:focus, .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded].open { margin-left: 0; z-index: 1002; background: var(--cd-color-light); }

.accessible-megamenu > .accessible-megamenu-top-nav-item:first-child a[aria-expanded] { border-bottom-left-radius: 3px; }

.accessible-megamenu > .accessible-megamenu-top-nav-item:first-child a[aria-expanded].open { border-bottom-left-radius: 0px; border-left: 0px solid #b3b3b3; border-left-color: rgba(0, 0, 0, 0.3); left: -1px; margin-right: -1px; }

.accessible-megamenu .accessible-megamenu-panel { position: absolute; display: block; left: -1px; margin: 0; padding: 0; line-height: normal; cursor: default; visibility: hidden; top: -9999em; max-height: 0px; overflow: hidden; opacity: 0; -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms; -moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms; -ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms; -o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms; transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms; border: 2px solid #073b39; border-color: #073b39; }

.accessible-megamenu .accessible-megamenu-panel.open { visibility: visible; top: 130px; max-height: 2000px; opacity: 1; z-index: 1001; -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s; -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s; -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s; -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s; transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s; }

.accessible-megamenu .accessible-megamenu-panel a { display: inline-block; text-decoration: none; }

.accessible-megamenu .accessible-megamenu-panel.cols-4 { width: 876px; }

.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li { width: 22%; }

.accessible-megamenu .accessible-megamenu-panel.cols-4b { width: 876px; left: -7.3625em; border-top-left-radius: 3px; }

.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li { width: 17%; }

.accessible-megamenu .accessible-megamenu-panel.cols-3 { width: 689px; }

.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li { width: 29%; }

.accessible-megamenu .accessible-megamenu-panel.cols-1 { width: 557px; }

.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li { width: auto; }

.accessible-megamenu .accessible-megamenu-panel ol { display: block; list-style: none; margin: 0; padding: 0; }

.accessible-megamenu .accessible-megamenu-panel ol > li { position: relative; list-style: none; margin: 0; padding: 0; }

.accessible-megamenu .accessible-megamenu-panel > ol > li { float: left; display: block; margin-right: 1em; margin-bottom: 1em; padding-left: 1em; border-left: 1px solid rgba(0, 0, 0, 0.3); box-shadow: inset 1px 0 0 #fff; }

.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type { padding-left: 0; border-left: none; box-shadow: none; }

.accessible-megamenu .accessible-megamenu-panel > p { color: #454545; font-size: 1.2em; line-height: 1.1em; }

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a { font-weight: bold; color: #454545; font-size: 1.2em; margin-bottom: 6px; padding-top: .4em; padding-bottom: 0; line-height: 1.1em; }

.accessible-megamenu .accessible-megamenu-panel ol ol > li > a { width: auto; text-indent: -2.333em; padding-left: 2.333em; }

.accessible-megamenu .accessible-megamenu-panel a:hover, .accessible-megamenu .accessible-megamenu-panel a:focus { text-decoration: underline; }

.accessible-megamenu .accessible-megamenu-panel > h2 > a { font-weight: bold; color: #454545; font-size: 1.5em; margin-bottom: 0; margin-top: .8em; padding-bottom: 0; line-height: 1.4em; }

.accessible-megamenu .accessible-megamenu-panel > h2 > a:hover, .accessible-megamenu .accessible-megamenu-panel > h2 > a:focus, .accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:hover, .accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:focus { color: #333; }

.accessible-megamenu .accessible-megamenu-panel hr { border-width: 1px 0px; border-style: solid; border-top-color: rgba(0, 0, 0, 0.3); border-bottom-color: #fff; }

/* hides redundant header links in panel when megamenu is not initialized */
.accessible-megamenu:not(.js-accessible-megamenu) .accessible-megamenu-panel > h2 { display: none; }

.accessible-megamenu-toggle { display: none; background: none; border: 0; padding: 0; position: absolute; z-index: 1; top: 3px; right: 1em; width: 33px; height: 33px; }

.accessible-megamenu-toggle > span:not(.sr-only) { display: block; width: 33px; height: 4px; margin-bottom: 5px; position: relative; background: #000; z-index: 1; transform-origin: 0 0; transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

.accessible-megamenu-toggle > span { margin-top: 5px; }

.accessible-megamenu-toggle > span:nth-last-child(1) { transform-origin: 0% 100%; }

/* Transform all the slices of hamburger into a crossmark. */
.accessible-megamenu-toggle[aria-expanded=true] > span { margin-top: 0; opacity: 1; transform: rotate(45deg) translate(4px, -3px); background: #000; border-radius: 0; }

/* But, hide the middle one. */
.accessible-megamenu-toggle[aria-expanded=true] > span:nth-last-child(2) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); }

/* the last one should go the other direction. */
.accessible-megamenu-toggle[aria-expanded=true] > span:nth-last-child(1) { transform: rotate(-45deg) translate(0px, 7px); }

@media (max-width: 920px) { .accessible-megamenu > .accessible-megamenu-top-nav-item { position: static; } .accessible-megamenu .accessible-megamenu-panel.cols-4, .accessible-megamenu .accessible-megamenu-panel.cols-4b, .accessible-megamenu .accessible-megamenu-panel.cols-3, .accessible-megamenu .accessible-megamenu-panel.cols-1 { width: auto; left: 0; right: 0; } .accessible-megamenu .accessible-megamenu-panel.open { max-height: inherit; } .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li, .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li, .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li { width: 44%; } .accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li { width: 100%; } .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li { min-height: 256px; } .accessible-megamenu .accessible-megamenu-panel > ol > li { float: left; display: block; margin-right: 1em; margin-bottom: 1em; } .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li:nth-of-type(3), .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li:nth-of-type(3), .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li:nth-of-type(3) { padding-left: 0; border-left: none; box-shadow: none; } }

@media (max-width: 462px) { .accessible-megamenu-toggle { display: block; z-index: 3; } .accessible-megamenu-toggle ~ .accessible-megamenu > .accessible-megamenu-top-nav-item { height: 0; overflow: hidden; visibility: collapse; } .accessible-megamenu-toggle[aria-expanded=true] ~ .accessible-megamenu > .accessible-megamenu-top-nav-item { height: auto; overflow: visible; visibility: visible; } .accessible-megamenu { height: auto; padding-top: 3.077em; z-index: 2; } .accessible-megamenu > .accessible-megamenu-top-nav-item { border-right: 0; float: none; width: 100%; height: auto; } .accessible-megamenu > .accessible-megamenu-top-nav-item a[aria-expanded] { box-shadow: none; } .accessible-megamenu .accessible-megamenu-panel, .accessible-megamenu .accessible-megamenu-panel.open { position: relative; top: 0; border: 0; box-shadow: none; padding-bottom: 0; } .accessible-megamenu .accessible-megamenu-panel.open { padding-bottom: 0.769em; max-height: 350px; overflow: auto; } }

@media (max-width: 452px) { .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li, .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li, .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li, .accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li { width: 100%; } .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li, .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li, .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li { padding-left: 0; border-left: none; box-shadow: none; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { /* IE10+ specific styles go here */ .l-navigation .accessible-megamenu { height: 70px; } .l-navigation .accessible-megamenu > li > ul > .liamEbene1Close { padding: 30px 0 10px !important; } }

body.main .nav-menu.accessible-megamenu > li:last-child > a { text-align: center; display: flex; justify-content: center; }

body.main .nav-menu.accessible-megamenu > li:last-child > a:after { content: "\f35d"; position: absolute; top: 70px; }

body.main .nav-menu.accessible-megamenu > li:last-child > a span { position: absolute; top: 38px; }

/*	================================================== LAYOUT / slotinfo ==================================================*/
.l-slot-info .boxborder, #service .boxborder { clear: both; margin-bottom: 36px; }

.l-slot-info .boxborder:after, #service .boxborder:after { clear: both; content: ""; display: block; height: 0; visibility: hidden; }

.l-slot-info .card, .l-slot-info .c-comment-form, .l-slot-info #create_comment_form, #service .card, #service .c-comment-form, #service #create_comment_form { background-color: transparent; border: none; }

.l-slot-info .v-box, #service .v-box { margin-bottom: 36px; padding: 0; }

.l-slot-info h2:first-child, #service h2:first-child { margin-top: 0; }

.l-slot-info h2, #service h2 { margin-bottom: 10px; }

.l-slot-info h2 + .haeufig-gesucht, #service h2 + .haeufig-gesucht { margin-top: 20px; }

.l-slot-info .icon-barrierefrei:before, #service .icon-barrierefrei:before { content: "\f368"; display: inline; font-family: 'Font Awesome 6 Brands'; font-weight: 300; padding: 1px 0.3rem 0 0; }

.l-slot-info .pm-detaillink .c-pm-meldung__inner:after, #service .pm-detaillink .c-pm-meldung__inner:after { display: none; }

.l-slot-info .c-pm-meldung, #service .c-pm-meldung { padding: 0; margin: 0; }

.l-slot-info .c-pm-meldung .c-pm-meldung__datum, #service .c-pm-meldung .c-pm-meldung__datum { border-bottom: 1px solid #ccc; font-size: 0.75rem; margin-bottom: 5px; padding-bottom: 5px; }

.l-slot-info .c-pm-meldung__title h2, #service .c-pm-meldung__title h2, .l-slot-info .c-pm-meldung__title h3, #service .c-pm-meldung__title h3 { text-transform: none; font-weight: normal; letter-spacing: normal; color: var(--cd-color-main); font-size: 1.125rem; }

.l-slot-info .c-pm-meldung__inner, #service .c-pm-meldung__inner { padding: 0; display: flex; flex-direction: column; flex-wrap: wrap; }

.l-slot-info .c-pm-meldung__inner h3, #service .c-pm-meldung__inner h3 { margin-top: 0; }

.l-slot-info .c-pm-meldung__bild, #service .c-pm-meldung__bild { margin: 0; margin-left: 10px; padding-bottom: 0; }

.l-slot-info .c-pm-meldung__bild img, #service .c-pm-meldung__bild img { aspect-ratio: 1/1; object-fit: cover; }

.l-slot-info .openingHour .row, #service .openingHour .row { grid-template-columns: 0.5fr 1fr; }

@media (max-width: 991.98px) { .l-slot-info .openingHour .row, #service .openingHour .row { grid-template-columns: 1fr; } }

@media (max-width: 767.98px) { .l-slot-info .openingHour .row, #service .openingHour .row { grid-template-columns: 0.5fr 1fr; } }

@media (max-width: 575.98px) { .l-slot-info .openingHour .row, #service .openingHour .row { grid-template-columns: 1fr; } }

/*	================================================== LAYOUT / teaser ==================================================*/
.standard .l-teaser .l-breadcrumb { flex: 0 0 66.66666667%; max-width: 66.66666667%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; padding: 0; }

@media (max-width: 767.98px) { .standard .l-teaser .l-breadcrumb { flex: 0 0 100%; max-width: 100%; } }

.category--teaser .l-teaser .l-breadcrumb { flex: 0 0 100%; max-width: 100%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; padding: 0; }

@media (max-width: 991.98px) { .l-teaser { margin: 0 -36px; } }

.l-teaser .l-breadcrumb { flex: 0 0 100%; max-width: 100%; margin: 0 auto; padding: 0; }

.l-teaser .l-breadcrumb .c-breadcrumb, .l-teaser .l-breadcrumb div.wayhome { padding: 0; }

.l-teaser .l-breadcrumb .c-breadcrumb span, .l-teaser .l-breadcrumb div.wayhome span { color: #fff; }

.l-teaser-inner { margin: 0 0 0 auto; background: var(--cd-color-main); padding: 36px 0 54px 0; }

@media (max-width: 991.98px) { .l-teaser-inner { padding: 36px; margin-bottom: 0px; } }

.l-teaser-inner p:last-child { margin-bottom: 0; }

.l-teaser--category { flex: 0 0 100%; max-width: 100%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; max-width: 1360px; margin: 0 auto; padding-left: 36px; padding-right: 36px; }

.l-teaser--category .l-teaser-inner { background: var(--cd-color-main-teaser); padding: 44px 60px 40px 60px; margin-top: -130px; }

@media (min-width: 576px) { .l-teaser--category .l-teaser-inner { max-width: calc(540px*0.65); } }

@media (min-width: 768px) { .l-teaser--category .l-teaser-inner { max-width: calc(720px*0.65); } }

@media (min-width: 992px) { .l-teaser--category .l-teaser-inner { max-width: calc(960px*0.65); } }

@media (min-width: 1200px) { .l-teaser--category .l-teaser-inner { max-width: calc(1140px*0.65); } }

@media (min-width: 1440px) { .l-teaser--category .l-teaser-inner { max-width: calc(1360px*0.65); } }

@media (max-width: 991.98px) { .l-teaser--category .l-teaser-inner { max-width: 100%; margin-top: 0px; } }

@media (max-width: 767.98px) { .l-teaser--category .l-teaser-inner { padding: 36px 36px 18px 36px; } }

.l-teaser--category .l-teaser-inner .v-row { margin-bottom: 0; }

.l-teaser--category .l-breadcrumb { margin-bottom: 18px; }

@media (max-width: 767.98px) { .l-teaser--category .l-breadcrumb { margin-bottom: 72px; } }

.l-teaser .c-button a { background: var(--cd-color-dark); }

.l-teaser .c-button a:hover, .l-teaser .c-button a:focus { background: var(--cd-color-main); }

.l-teaser .c-button a:after { color: var(--cd-color-secondary); }

.l-content--teaser { margin-top: -150px; }

@media (max-width: 991.98px) { .l-content--teaser { margin-top: -75px; } }

@media (max-width: 767.98px) { .l-content--teaser { margin-top: -1px; } }

.l-teaser { padding-bottom: 30px; margin-bottom: 30px; color: #fff; }

@media (max-width: 991.98px) { .l-teaser { margin-bottom: 0; } }

.l-teaser .l-breadcrumb { color: #fff; }

@media (max-width: 767.98px) { .l-teaser .l-breadcrumb { margin: 0; flex: 0 0 100%; max-width: 100%; } }

.l-teaser .l-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #fff; }

.l-teaser .c-table, .l-teaser .basecontent-table > table { color: #fff; }

.l-teaser .c-table th, .l-teaser .basecontent-table > table th, .l-teaser .c-table td, .l-teaser .basecontent-table > table td { padding: 0.30rem 0.75rem; }

.l-teaser .c-table .contentTableWithHeadlineColumn, .l-teaser .basecontent-table > table .contentTableWithHeadlineColumn { background: transparent !important; padding-left: 0; font-weight: normal; }

.l-teaser .c-table .even, .l-teaser .basecontent-table > table .even, .l-teaser .c-table .odd, .l-teaser .basecontent-table > table .odd { background: transparent; }

.l-teaser .c-table caption, .l-teaser .basecontent-table > table caption { text-transform: uppercase; letter-spacing: 1px; font-weight: bold; padding-top: 7px; }

.l-teaser a { color: #fff; }

.l-teaser a:hover, .l-teaser a:focus { color: var(--cd-color-secondary); }

.l-teaser a:hover i, .l-teaser a:focus i { text-decoration: none; }

.l-teaser .vCard .email:before, .l-teaser .vCard .tel .value:before { color: #fff; }

.l-teaser .vCard .email { white-space: nowrap; }

.l-teaser .vCard .organization { color: #fff; text-transform: uppercase; font-size: clamp(1rem, 1.25vw, 1.25rem); letter-spacing: 1px; font-weight: bold; }

/*	================================================== LAYOUT / footer ==================================================*/
.l-footer { background-color: transparent; color: #0b5b58; padding: 0; }

.l-footer h1, .l-footer h2, .l-footer h3, .l-footer h4, .l-footer .c-table caption, .c-table .l-footer caption, .l-footer .basecontent-table > table caption, .basecontent-table > table .l-footer caption { color: #fff; margin-top: 9px; }

.l-footer h2 { font-size: 120%; }

.l-footer a { color: #367779; text-decoration: none; }

.l-footer a:before, .l-footer a:hover, .l-footer a:hover:before, .l-footer a:focus { color: #367779; }

.l-footer .vCard .organization { color: #fff; }

.l-footer .v-row { flex-wrap: wrap; margin-bottom: 0; }

.l-footer__row1-inner, .l-footer__row2-inner, .l-footer__row3-inner, .l-footer__row4-inner { width: 100%; padding: 18px 36px; }

@media (max-width: 767.98px) { .l-footer__row1-inner, .l-footer__row2-inner, .l-footer__row3-inner, .l-footer__row4-inner { padding: 36px; } }

.l-footer__row3-inner { padding: 0 !important; }

.l-footer__row3, .l-footer__row4 { font-size: 80%; padding: 9px 18px; }

.l-footer__row1 { background: #ffffff; min-height: 315px; display: flex; align-items: center; }

.l-footer__row2 { background: #3b7d7a; color: #fff; border-top: 1px solid #fff; min-height: 250px; display: flex; align-items: center; font-size: 16px; line-height: 1.25; }

@media (max-width: 991.98px) { .l-footer__row2 { font-size: 16px; line-height: 1.5; } }

.l-footer__row3 { background: #6c9d9b; color: #fff; border-top: 1px solid #fff; min-height: 250px; display: flex; align-items: center; }

@media (max-width: 991.98px) { .l-footer__row3-inner { padding: 18px; } }

.l-footer__row4 { background-color: #ffcc01; min-height: 120px; border-top: 1px solid #fff; display: flex; align-items: center; line-height: 1; color: var(--cd-color-main); font-size: 14px; font-weight: 500; }

.l-footer__row4-inner { display: flex; justify-content: space-between; }

@media (max-width: 991.98px) { .l-footer__row4-inner { flex-wrap: wrap; padding: 18px; } }

.l-footer__row4 a:hover, .l-footer__row4 a:focus { text-decoration: underline; }

.l-footer__logo { display: flex; align-items: center; }

.l-footer__logo img { max-height: 65px; }

.l-footer__links { display: flex; align-items: flex-end; text-transform: uppercase; }

@media (max-width: 991.98px) { .l-footer__links { margin-bottom: 18px; } }

.l-footer__copyright { display: flex; align-items: flex-end; text-transform: uppercase; }

@media (max-width: 991.98px) { .l-footer__copyright { margin-bottom: 18px; } }

.l-footer__copyright-text { margin-left: 10px; }

.l-footer__copyright-zwei { text-transform: uppercase; display: flex; align-items: flex-end; }

.l-footer__links-navigation ul { display: flex; flex-wrap: nowrap; list-style: none; margin: 0; padding: 0; line-height: 1; }

@media (max-width: 991.98px) { .l-footer__links-navigation ul { line-height: 1.5; flex-wrap: wrap; } }

.l-footer__links-navigation ul li ul li:first-child { padding-left: 0; }

@media (max-width: 991.98px) { .l-footer__links-navigation ul li ul li:first-child a { padding-left: 0; } }

.l-footer__links-navigation ul li { margin-top: 2px; }

.l-footer__links-navigation ul .l-footer__list-item { margin-right: 8px; padding-right: 8px; border-right: 1px solid #367779; }

.l-footer__links-navigation ul > li:first-child > ul > li:first-child a { padding-left: 0; }

@media (max-width: 767.98px) { .l-footer__links-navigation ul li:last-child { border-right: 0px solid #367779; } }

.l-footer__links-navigation ul a { color: var(--cd-color-main); font-weight: 500; }

@media (max-width: 991.98px) { .l-footer__links-navigation > ul > li:last-child a { padding-left: 0; } }

@media (max-width: 991.98px) { .l-footer__links-navigation .l-footer__links-row-1, .l-footer__links-navigation .l-footer__links-row-2, .l-footer__links-navigation .l-footer__links-row-3 { width: 100%; border-right: 0; padding-bottom: 6px; } }

.l-footer__links-navigation .l-footer__links-row-3 ul li { border-right: 0px; }

.l-footer .l-footer__navigation { width: 100%; }

.l-footer .l-footer__navigation > ul { display: grid; gap: 20px; font-size: 80%; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }

@media (max-width: 1199.98px) { .l-footer .l-footer__navigation > ul { grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 991.98px) { .l-footer .l-footer__navigation > ul { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .l-footer .l-footer__navigation > ul { grid-template-columns: 1fr 1fr; } }

.l-footer .l-footer__navigation > ul a { line-height: 1.5; display: block; font-weight: 500; }

.l-footer .l-footer__navigation > ul > li { list-style: none; }

.l-footer .l-footer__navigation > ul > li > a { text-transform: uppercase; display: block; margin-bottom: 7px; font-weight: bold; }

.l-footer .l-footer__navigation > ul > li ul { list-style: none; margin: 0; padding: 0; }

.l-footer .l-footer__navigation > ul > li ul li { padding: 0 0 10px 0; }

.l-footer__links-navigation .l-footer__links-row-2 ul > li:last-child { border-right: 0px solid #f3ddc5; }

.loggedin .l-footer__links-navigation .l-footer__links-row-2 ul > li:last-child { border-right: 1px solid #f3ddc5; }

.section-quicklinks { text-transform: uppercase; font-size: 1rem; line-height: 1; }

@media (max-width: 767.98px) { .section-quicklinks { font-size: 0.857rem; } }

.section-quicklinks .iconMoreLink .icon.rot img { max-height: 90px; height: 90px; }

@media (max-width: 991.98px) { .section-quicklinks .iconMoreLink .icon.rot img { height: 45px; } }

.section-quicklinks .iconMoreLink:hover .icon, .section-quicklinks .iconMoreLink:focus .icon { background: var(--cd-color-secondary); }

.section-quicklinks .iconMoreLink:hover .icon.rot, .section-quicklinks .iconMoreLink:focus .icon.rot { background: #e51210; }

.section-quicklinks .iconMoreLink:hover .icon.rot img, .section-quicklinks .iconMoreLink:focus .icon.rot img { filter: brightness(0) invert(1); }

.section-quicklinks a { color: #fff; display: flex; justify-content: center; }

@media (max-width: 1199.98px) { .section-quicklinks a { justify-content: flex-start; } }

.section-quicklinks a:hover, .section-quicklinks a:focus { color: #fff; text-decoration: underline; }

.section-quicklinks a:before { display: none; }

.section-quicklinks p { margin: 0; }

.section-quicklinks .v-box { padding: 0; }

.section-quicklinks .v-row { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; margin: 0; }

@media (max-width: 1199.98px) { .section-quicklinks .v-row { grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 991.98px) { .section-quicklinks .v-row { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .section-quicklinks .v-row { grid-template-columns: 1fr; } }

.section-quicklinks .v-row > div { flex: 0 0 100%; max-width: 100%; text-align: center; padding: 15px 0; }

@media (max-width: 991.98px) { .section-quicklinks .v-row > div { padding: 15px; } }

@media (max-width: 767.98px) { .section-quicklinks .v-row > div { display: flex; padding: 15px; } }

@media (max-width: 1199.98px) { .section-quicklinks .v-row > div > a { width: 100%; display: block; } }

@media (max-width: 991.98px) { .section-quicklinks .v-row > div > a { width: auto; display: flex; } }

.section-quicklinks .v-row > div > a > div > div { display: flex; flex-wrap: wrap; justify-content: center; }

@media (max-width: 767.98px) { .section-quicklinks .v-row > div > a > div > div { flex-wrap: nowrap; } }

.section-quicklinks .v-row > div > a > div > div > div { width: 100%; display: flex; justify-content: center; }

@media (max-width: 1199.98px) { .section-quicklinks .v-row > div > a > div > div > div { width: 100%; display: flex; justify-content: center; } }

@media (max-width: 991.98px) { .section-quicklinks .v-row > div > a > div > div > div { width: auto; display: flex; justify-content: center; } }

.section-quicklinks .v-row > div > a > div > div:first-child { padding-right: 3px; }

.section-quicklinks .text { margin-top: 25px; letter-spacing: 2px; width: 100%; }

@media (max-width: 1199.98px) { .section-quicklinks .text { padding-left: 15px; } }

.section-quicklinks .icon { background: #f1f5f5; color: #000; border-radius: 50%; height: 145px; width: 145px; display: flex; align-items: center; justify-content: center; transition: all 0.25s ease-in; }

.section-quicklinks .icon figure { margin: 0; }

.section-quicklinks .icon img { max-height: 60px; height: 60px; }

@media (max-width: 991.98px) { .section-quicklinks .icon img { max-height: 30px; height: 30px; } }

@media (max-width: 991.98px) { .section-quicklinks .icon { height: 60px; width: 60px; } }

@media (max-width: 767.98px) { .section-quicklinks .icon { margin-right: 18px; } }

.section-kontakt > .v-row { display: flex; padding-top: 30px; row-gap: 20px; }

@media (max-width: 1199.98px) { .section-kontakt > .v-row { padding-bottom: 30px; } }

@media (max-width: 991.98px) { .section-kontakt > .v-row { row-gap: 0px; } }

.section-kontakt > .v-row > div { display: flex; justify-content: center; }

@media (max-width: 1199.98px) { .section-kontakt > .v-row > div { flex: 0 0 50%; max-width: 50%; justify-content: flex-start; } }

@media (max-width: 991.98px) { .section-kontakt > .v-row > div { flex: 0 0 100%; max-width: 100%; } }

@media (max-width: 991.98px) { .section-kontakt > .v-row > div { margin-top: 36px; } }

@media (max-width: 991.98px) { .section-kontakt > .v-row > div:first-child { margin-top: 0px; margin-bottom: 18px; } }

.section-kontakt > .v-row .fn { display: none; }

.section-kontakt .karte img { max-height: 230px; padding: 0px; }

.section-kontakt .vCard .organization { font-weight: 500; }

.section-kontakt .basecontent-dvv-kontaktdaten .mapCanvas { display: none !important; }

.section-kontakt .rumpf { display: flex; align-items: center; line-height: 1.5; }

.section-kontakt .social-media { color: var(--cd-color-secondary); }

.section-kontakt .social-media p { font-weight: 500; font-size: 20px; }

.section-kontakt .social-media ul { list-style: none; display: flex; flex-wrap: wrap; margin: 0; padding: 0; gap: 25px; }

.section-kontakt .social-media a:not([id^=anker]) { border-radius: 50%; color: #fff; display: inline-block; justify-content: center; align-items: center; text-decoration: none; }

.section-kontakt .social-media a:not([id^=anker]).externerLink:before, .section-kontakt .social-media a:not([id^=anker]).internerLink:before { padding: 0px; color: var(--cd-color-secondary); font-size: 3.25rem; font-weight: 300; text-decoration: none; transition: all 0.25s ease-in; }

@media (max-width: 991.98px) { .section-kontakt .social-media a:not([id^=anker]).externerLink:before, .section-kontakt .social-media a:not([id^=anker]).internerLink:before { font-size: 3rem; } }

.section-kontakt .social-media a:not([id^=anker]).externerLink:after { display: none; }

.section-kontakt .social-media a:not([id^=anker]):hover, .section-kontakt .social-media a:not([id^=anker]):focus { text-decoration: underline; }

.section-kontakt .social-media a:not([id^=anker]):hover:before, .section-kontakt .social-media a:not([id^=anker]):focus:before { color: #fff; text-decoration: none; }

.section-kontakt .social-media a[title*="Facebook"]:before { content: "\f09a"; }

.section-kontakt .social-media a[title*="Instagram"]:before { content: "\f16d"; }

.section-kontakt .social-media a[title*="Youtube"]:before { content: "\f167"; }

.section-kontakt .social-media a[title*="Twitter"]:before { content: "\f099"; }

.section-kontakt .social-media ul > li:nth-child(4) a:before { content: ""; background-image: url("../img/stage_gelb.svg"); background-repeat: no-repeat; background-size: contain; width: 50px; height: 50px; }

.section-kontakt .social-media ul > li:nth-child(4) a:hover:before { filter: invert(0) sepia(100%) saturate(12%) hue-rotate(243deg) brightness(105%) contrast(109%); transition: all 0.25s ease-in; }

.section-kontakt .social-media a[title*="Stage"]:before { content: ""; background-image: url("../img/stage_gelb.svg"); background-repeat: no-repeat; background-size: contain; width: 50px; height: 50px; }

.section-kontakt .social-media a[title*="Stage"]:hover:before { filter: invert(0) sepia(100%) saturate(12%) hue-rotate(243deg) brightness(105%) contrast(109%); transition: all 0.25s ease-in; }

.section-kontakt .vCardLink { display: none; }

.section-kontakt a { color: #fff; text-decoration: underline; }

.section-kontakt a:before { color: #fff; }

.section-kontakt a:hover, .section-kontakt a:focus { color: var(--cd-color-secondary); }

.section-kontakt a:hover:before, .section-kontakt a:focus:before { color: var(--cd-color-secondary); }

.section-kontakt .vCard .tel .value:before { color: #fff; }

/*	================================================== LAYOUT / z-index ==================================================*/
.c-loginout { z-index: 100000; }

.l-dvv-toolbar { position: absolute; z-index: 10030; }

.l-navigation { z-index: 1010; }

/*	================================================== COMPONENTS / attachment ==================================================*/
.c-attachment, [class*="-attachement"] { position: relative; }

.c-attachment.binary a img, .binary[class*="-attachement"] a img { display: none; }

.c-attachment.binary a, .binary[class*="-attachement"] a { font-weight: normal; }

.c-attachment.binary a:before, .binary[class*="-attachement"] a:before { color: #9a3847; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.c-attachment.binary a:before, .binary[class*="-attachement"] a:before { color: #9a3847; }

.c-attachment.binary a:hover, .binary[class*="-attachement"] a:hover { color: var(--cd-color-secondary); }

.c-attachment.binary a:hover:before, .binary[class*="-attachement"] a:hover:before { color: var(--cd-color-secondary); text-decoration: underline; }

.c-attachment.binary a i, .binary[class*="-attachement"] a i { display: none; }

/*	================================================== COMPONENTS / breadcrumb ==================================================*/
.c-breadcrumb, div.wayhome { display: inherit; font-size: 80%; text-transform: uppercase; }

.c-breadcrumb .breadcrumb-item + .breadcrumb-item::before, div.wayhome .breadcrumb-item + .breadcrumb-item::before { font-family: "Font Awesome 6 Pro"; content: ""; }

.c-breadcrumb .breadcrumb-item:first-child, div.wayhome .breadcrumb-item:first-child { padding-right: 0.5rem; }

.c-breadcrumb .breadcrumb-item + .breadcrumb-item, div.wayhome .breadcrumb-item + .breadcrumb-item { padding-right: 0.5rem; padding-left: 0; }

.c-breadcrumb ul, div.wayhome ul { margin: 0; }

@media (max-width: 767.98px) { .c-breadcrumb ul, div.wayhome ul { line-height: 1.5; font-size: 75%; } }

.c-breadcrumb a, div.wayhome a, .c-breadcrumb span, div.wayhome span, .c-breadcrumb .breadcrumb-item + .breadcrumb-item::before, div.wayhome .breadcrumb-item + .breadcrumb-item::before { color: #595959; text-decoration: none; }

.c-breadcrumb a:hover, div.wayhome a:hover, .c-breadcrumb a:focus, div.wayhome a:focus { text-decoration: underline; }

.l-teaser .c-breadcrumb a, .l-teaser div.wayhome a { color: #fff; }

/*	================================================== COMPONENTS / buttons ==================================================*/
button, html [type="button"], [type="reset"], [type="submit"] { appearance: none; -webkit-appearance: none; }

.btn a { text-decoration: none; hyphens: auto; word-break: break-all; }

.c-button { text-decoration: none; }

.c-button a { white-space: normal; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; white-space: normal; }

.c-button a:after { padding: 1px 0 0 0.6em; }

.c-button a.externerLink:hover, .c-button a.externerLink:focus { color: #fff; }

.c-button a.externerLink:before { color: #fff; text-decoration: none; }

.c-button.gelb a { background: var(--cd-color-secondary); color: #000; }

.c-button.gelb a:after { color: #000; }

.c-button.gelb a:hover, .c-button.gelb a:focus { color: #000; background: #ffd941; }

.c-button.gelb a:hover:after, .c-button.gelb a:focus:after { color: #000; }

.c-button.gelb a.externerLink:before { color: #000; text-decoration: none; }

.c-button.icon a { text-decoration: none; text-transform: uppercase; letter-spacing: 1px; white-space: normal; }

.c-button.icon a:after { padding: 1px 0 0 0.6em; }

/*	================================================== COMPONENTS / bxslider ==================================================*/
.bx-wrapper { background: transparent; border: none; box-shadow: none; }

.bx-wrapper .bx-viewport [class*="v-row"] { margin-left: 0; margin-right: 0; }

.bx-wrapper .bx-viewport .v-box { padding-left: 0; padding-right: 0; }

.bx-wrapper .bx-controls-direction a { background-image: none; color: transparent; margin-top: -2vw; width: 4vw; height: 4vw; overflow: hidden; }

.bx-wrapper .bx-controls-direction a:before { background: rgba(255, 255, 255, 0.75); color: #9a3847; display: flex; align-items: center; font-family: "Font Awesome 5 Free"; font-size: 2vw; font-weight: bold; text-align: center; text-indent: 1.33333333vw; transition: all 0.5s; width: 4vw; height: 4vw; }

.bx-wrapper .bx-controls-direction a.bx-prev { left: 0; }

.bx-wrapper .bx-controls-direction a.bx-prev:before { content: "\f053"; }

.bx-wrapper .bx-controls-direction a.bx-next { right: 0; }

.bx-wrapper .bx-controls-direction a.bx-next:before { content: "\f054"; }

.bx-wrapper .bx-controls-direction a:hover:before { background: rgba(0, 0, 0, 0.75); color: #fff; transition: all 0.5s; }

.bx-wrapper .bx-pager.bx-default-pager a { background: rgba(255, 255, 255, 0.5); box-shadow: 0 0 1px #000; width: 2vw; height: 0.3vw; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover { background: rgba(0, 0, 0, 0.5); box-shadow: 0 0 5px #fff; transition: background-color ease 0.5s; }

/* prev-next nur bei hover .bx-viewport { + .bx-controls .bx-controls-direction {display:none;transition: all .5s;} &:hover, &:focus { + .bx-controls .bx-controls-direction {display:flex;} } } */
div.abisz ul { display: flex; list-style: none; margin: 0; padding: 0; gap: 2px; flex-wrap: wrap; }

div.abisz ul li { border: 1px solid #ccc; min-width: 37px; display: flex; justify-content: center; align-items: center; height: 50px; }

div.abisz ul a { background-color: var(--cd-color-main); border: 1px solid var(--cd-color-main); color: #fff; display: flex; cursor: pointer; padding: 0px; text-decoration: none; width: 100%; justify-content: center; height: 100%; align-items: center; }

div.abisz ul a:hover, div.abisz ul a:focus { background-color: var(--cd-color-dark); }

.l-content.l-content--noslot .v-standard.section-stage-social-media { max-width: 100%; flex-basis: 100%; justify-content: center; }

.section-stage-social-media { padding: 36px 0; min-height: 100px; display: flex; align-items: center; }

.section-stage-social-media > .v-row { margin: 0; justify-content: center; }

.section-stage-social-media > .v-row > div { flex: 0 0 25%; max-width: 25%; }

.section-stage-social-media h2 { text-transform: uppercase; font-size: clamp(1.25rem, 1.222vw, 1.75rem); font-weight: bold; }

@media (max-width: 767.98px) { .section-stage-social-media h2 { margin-top: 10px; } }

.section-stage-social-media h2, .section-stage-social-media h3, .section-stage-social-media p { margin: 0; color: var(--cd-color-main); }

.section-stage-social-media > div > .v-row { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 0; }

.section-stage-social-media > div > .v-row > div:first-child { flex: 0 0 50%; max-width: 50%; }

@media (max-width: 991.98px) { .section-stage-social-media > div > .v-row > div:first-child { flex: 0 0 100%; max-width: 100%; margin-top: 10px; } }

.section-stage-social-media > div > .v-row > div { flex: 0 0 10%; max-width: 10%; display: flex; justify-content: center; }

@media (max-width: 991.98px) { .section-stage-social-media > div > .v-row > div { flex: 0 0 25%; max-width: 25%; margin-top: 36px; } }

.section-stage-social-media a:not([id^=anker]) { border-radius: 50%; min-height: 60px; min-width: 60px; display: inline-flex; justify-content: center; align-items: center; background-color: var(--cd-color-main); transition: all 0.25s ease-in; text-decoration: none; text-indent: -99999px; }

.section-stage-social-media a::before { padding: 0px; color: #fff; font-size: 1.5rem; font-weight: 300; text-decoration: none; text-indent: 0px; }

.section-stage-social-media a::after { display: none; }

.section-stage-social-media a:hover, .section-stage-social-media a:focus { text-decoration: none; background: var(--cd-color-dark); }

.section-stage-social-media a:hover:before, .section-stage-social-media a:focus:before { color: #fff; }

.section-stage-social-media a[title*="Facebook"]:before { content: "\f09a"; }

.section-stage-social-media a[title*="Instagram"]:before { content: "\f16d"; }

.section-stage-social-media a[title*="Youtube"]:before { content: "\f167"; }

.section-stage-social-media a[title*="Twitter"]:before { content: "\f099"; }

.section-stage-social-media a[title*="Stage"]:before { content: ""; background-image: url("../img/stage.svg"); background-repeat: no-repeat; background-size: contain; background-position: center; width: 100%; height: 30px; filter: brightness(7); }

.section-stage-social-media.with-coop { flex-wrap: wrap; gap: 25px; }

.section-stage-social-media.with-coop .coop { width: 100%; font-size: clamp(0.75rem, 1vw, 1rem); }

.section-stage-social-media.with-coop .coop span { display: flex; align-items: center; gap: 10px; justify-content: center; }

.section-stage-social-media.with-coop .coop span a { min-height: 40px; min-width: 40px; }

.section-stage-social-media.with-coop .coop span a:before { height: 22px; }

.ccm-cookie-declaration--embedding { border-bottom: 1px solid var(--cd-color-secondary); }

.ccm-cookie-declaration--embedding-assets-table tr { border-bottom: 1px solid #ccc; }

.spaltenbreite4060 > div:first-child { flex-basis: 0 0 40%; max-width: 40%; }

.spaltenbreite4060 > div:nth-child(2) { flex-basis: 0 0 60%; max-width: 60%; }

@media (max-width: 1199.98px) { .spaltenbreite4060 > div:first-child { flex-basis: 0 0 100%; max-width: 100%; } .spaltenbreite4060 > div:nth-child(2) { flex-basis: 0 0 100%; max-width: 100%; } }

/*	================================================== COMPONENTS / comment ==================================================*/
.commentDiv { background-color: #fff; padding: 36px; }

@media (max-width: 991.98px) { .commentDiv { padding: 15px; } }

.c-comment-form, #create_comment_form { background-color: #fff; padding: 36px; }

@media (max-width: 991.98px) { .c-comment-form, #create_comment_form { padding: 15px; } }

.c-comment-form .commentSubscriptionBlock, #create_comment_form .commentSubscriptionBlock { display: flex; flex-wrap: wrap; margin-right: -18px; margin-left: -18px; margin: 0; }

.c-comment-form .commentSubscriptionBlock .form-group-text, #create_comment_form .commentSubscriptionBlock .form-group-text { flex: 0 0 33.33333333%; max-width: 33.33333333%; }

@media (max-width: 767.98px) { .c-comment-form .commentSubscriptionBlock .form-group-text, #create_comment_form .commentSubscriptionBlock .form-group-text { flex: 0 0 100%; max-width: 100%; } }

/*	================================================== COMPONENTS / dynamic-content ==================================================*/
.c-dynco, .basecontent-dynamic-content { margin-top: 72px; margin-bottom: 72px; display: -ms-grid; display: grid; -ms-grid-columns: minmax(150px, 1fr) 15px minmax(150px, 1fr) 15px minmax(150px, 1fr); grid-template-columns: repeat(3, minmax(150px, 1fr)); gap: 18px; width: 100%; }

@media (max-width: 991.98px) { .c-dynco, .basecontent-dynamic-content { -ms-grid-columns: minmax(150px, 1fr) 15px minmax(150px, 1fr); grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 18px; } }

@media (max-width: 767.98px) { .c-dynco, .basecontent-dynamic-content { -ms-grid-columns: minmax(150px, 1fr); grid-template-columns: repeat(1, minmax(150px, 1fr)); gap: 9px; margin: -18px; } }

.c-dynco article, .basecontent-dynamic-content article { background: #f8f9fa; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; }

.c-dynco article .date, .basecontent-dynamic-content article .date { display: none; }

.c-dynco article h1, .c-dynco article .c-stoerer__inner h2, .c-stoerer__inner .c-dynco article h2, .basecontent-dynamic-content article h1, .basecontent-dynamic-content article .c-stoerer__inner h2, .c-stoerer__inner .basecontent-dynamic-content article h2 { padding-bottom: 0; line-height: 1.5; }

.c-dynco article h2, .basecontent-dynamic-content article h2 { margin: 0; font-style: normal; line-height: 1.5; font-weight: 400; font-size: clamp(1rem, 2.25vw, 1.5rem); }

.c-dynco article h3, .basecontent-dynamic-content article h3 { margin: 0; font-style: normal; line-height: 1.5; font-size: 16px; font-size: 2rem; }

.c-dynco article > div, .basecontent-dynamic-content article > div { width: 100%; }

.c-dynco article p, .basecontent-dynamic-content article p { padding-bottom: 0; padding: 10px 0; font-weight: 300; font-size: 1.5rem; line-height: 1.5; }

.c-dynco article .boxMoreLink, .basecontent-dynamic-content article .boxMoreLink { display: block; height: 100%; width: 100%; padding: 20px 30px; transition: all 0.2s ease-in; outline: 0px solid #fff; position: relative; min-height: 170px; text-decoration: none; }

@media (max-width: 991.98px) { .c-dynco article .boxMoreLink, .basecontent-dynamic-content article .boxMoreLink { min-height: 100px; } }

@media (max-width: 767.98px) { .c-dynco article .boxMoreLink, .basecontent-dynamic-content article .boxMoreLink { min-height: auto; } }

.c-dynco article .boxMoreLink:hover, .basecontent-dynamic-content article .boxMoreLink:hover, .c-dynco article .boxMoreLink:focus, .basecontent-dynamic-content article .boxMoreLink:focus, .c-dynco article .boxMoreLink:active, .basecontent-dynamic-content article .boxMoreLink:active { outline: 5px solid var(--cd-color-main); }

.c-dynco article .boxMoreLink:hover:before, .basecontent-dynamic-content article .boxMoreLink:hover:before, .c-dynco article .boxMoreLink:focus:before, .basecontent-dynamic-content article .boxMoreLink:focus:before, .c-dynco article .boxMoreLink:active:before, .basecontent-dynamic-content article .boxMoreLink:active:before { color: var(--cd-color-main); }

@media all and (-ms-high-contrast: none) { .c-dynco, .basecontent-dynamic-content { display: -ms-grid; -ms-grid-columns: 1fr 1fr 1fr; -ms-grid-rows: 1fr; gap: 15px 15px; } }

/*	================================================== COMPONENTS / externalfolder ==================================================*/
.c-downloadlist th, .e-downloadlist th { font-size: 1rem; white-space: nowrap; }

.c-downloadlist .dlType, .e-downloadlist .dlType { min-width: 68px; max-width: 40px; }

.c-downloadlist .dlType i, .e-downloadlist .dlType i { font-weight: 300; font-family: "Font Awesome 6 Pro"; }

.c-downloadlist .dlType a[href$=".pdf"] img, .e-downloadlist .dlType a[href$=".pdf"] img { display: none; }

.c-downloadlist .dlType a[href$=".pdf"]:before, .e-downloadlist .dlType a[href$=".pdf"]:before { color: #9a3847; content: "\f019"; display: inline; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.5rem 0 0; }

.c-downloadlist .dlType a[href$=".pdf"]:hover, .e-downloadlist .dlType a[href$=".pdf"]:hover { color: var(--cd-color-secondary); text-decoration: underline; }

.c-downloadlist .dlType a[href$=".pdf"]:hover:before, .e-downloadlist .dlType a[href$=".pdf"]:hover:before { color: var(--cd-color-secondary); text-decoration: none; }

.c-downloadlist .dlType a[href$=".pdf"]:before, .e-downloadlist .dlType a[href$=".pdf"]:before { content: "\f1c1"; }

.c-downloadlist .dlName a:before, .e-downloadlist .dlName a:before { display: none; }

.c-gallery .galleryImage .c-image, .c-gallery .galleryImage div.image, .e-gallery .galleryImage .c-image, .e-gallery .galleryImage div.image, .c-gallery .galleryImage img, .e-gallery .galleryImage img { width: 100%; margin: 0; }

.c-gallery__images { display: -ms-grid; display: grid; grid-gap: 15px; justify-items: center; margin: 0 0 15px 0; padding: 0; }

@media (max-width: 991.98px) { .c-gallery__images { grid-gap: 10px; } }

@media (max-width: 767.98px) { .c-gallery__images { grid-gap: 5px; } }

.c-gallery.gallery1cols .c-gallery__images, .gallery1cols.e-gallery .c-gallery__images { grid-template-columns: repeat(1, 1fr); }

.c-gallery.gallery2cols .c-gallery__images, .gallery2cols.e-gallery .c-gallery__images { grid-template-columns: repeat(2, 1fr); }

.c-gallery.gallery3cols .c-gallery__images, .gallery3cols.e-gallery .c-gallery__images { grid-template-columns: repeat(3, 1fr); }

.c-gallery.gallery4cols .c-gallery__images, .gallery4cols.e-gallery .c-gallery__images { grid-template-columns: repeat(4, 1fr); }

.c-gallery.gallery5cols .c-gallery__images, .gallery5cols.e-gallery .c-gallery__images { grid-template-columns: repeat(5, 1fr); }

.c-gallery.gallery6cols .c-gallery__images, .gallery6cols.e-gallery .c-gallery__images { grid-template-columns: repeat(6, 1fr); }

.c-gallery.gallery7cols .c-gallery__images, .gallery7cols.e-gallery .c-gallery__images { grid-template-columns: repeat(7, 1fr); }

.c-gallery.gallery8cols .c-gallery__images, .gallery8cols.e-gallery .c-gallery__images { grid-template-columns: repeat(8, 1fr); }

.c-gallery.gallery9cols .c-gallery__images, .gallery9cols.e-gallery .c-gallery__images { grid-template-columns: repeat(9, 1fr); }

.c-gallery.gallery10cols .c-gallery__images, .gallery10cols.e-gallery .c-gallery__images { grid-template-columns: repeat(10, 1fr); }

.c-gallery.gallery11cols .c-gallery__images, .gallery11cols.e-gallery .c-gallery__images { grid-template-columns: repeat(11, 1fr); }

.c-gallery figcaption, .e-gallery figcaption { display: none !important; }

#jquery-lightbox #lightbox-container-image-data-box { color: #333; font-weight: normal; font-size: 1.125rem; font-family: 'Open Sans', Arial, Helvetica, sans-serif; line-height: 175%; }

/*	================================================== COMPONENTS / fontsizer ==================================================*/
/*	================================================== COMPONENTS / forms ==================================================*/
.c-form form, .basecontent-form-editor form, .subscriptionForm form, .form-horizontal form { position: inherit; }

.c-form [class^=form-group]:not(.senderCc), .basecontent-form-editor [class^=form-group]:not(.senderCc), .subscriptionForm [class^=form-group]:not(.senderCc), .form-horizontal [class^=form-group]:not(.senderCc), .c-form .formTitle, .basecontent-form-editor .formTitle, .subscriptionForm .formTitle, .form-horizontal .formTitle, .c-form .formElement > .type-file, .basecontent-form-editor .formElement > .type-file, .subscriptionForm .formElement > .type-file, .form-horizontal .formElement > .type-file, .c-form .captcha, .basecontent-form-editor .captcha, .subscriptionForm .captcha, .form-horizontal .captcha { position: inherit; }

.c-form .formTitle .small, .basecontent-form-editor .formTitle .small, .subscriptionForm .formTitle .small, .form-horizontal .formTitle .small { display: block; }

.c-form textarea, .basecontent-form-editor textarea, .subscriptionForm textarea, .form-horizontal textarea { height: auto; }

.c-form .inputs-plzort, .basecontent-form-editor .inputs-plzort, .subscriptionForm .inputs-plzort, .form-horizontal .inputs-plzort { display: flex; justify-content: space-between; }

.c-form .inputs-plzort .input-plz, .basecontent-form-editor .inputs-plzort .input-plz, .subscriptionForm .inputs-plzort .input-plz, .form-horizontal .inputs-plzort .input-plz { flex-basis: 33%; }

.c-form .inputs-plzort .input-ort, .basecontent-form-editor .inputs-plzort .input-ort, .subscriptionForm .inputs-plzort .input-ort, .form-horizontal .inputs-plzort .input-ort { flex-basis: 65%; }

.c-form .senderCc, .basecontent-form-editor .senderCc, .subscriptionForm .senderCc, .form-horizontal .senderCc { margin-top: -1rem; }

.c-form input.type-file, .basecontent-form-editor input.type-file, .subscriptionForm input.type-file, .form-horizontal input.type-file { border: none; box-shadow: none; height: auto; padding: 0; }

.c-form .captcha, .basecontent-form-editor .captcha, .subscriptionForm .captcha, .form-horizontal .captcha { display: flex; flex-wrap: wrap; }

.c-form .captcha > div, .basecontent-form-editor .captcha > div, .subscriptionForm .captcha > div, .form-horizontal .captcha > div { padding-left: 0; padding-right: 0; }

.c-form .captcha > div:first-child, .basecontent-form-editor .captcha > div:first-child, .subscriptionForm .captcha > div:first-child, .form-horizontal .captcha > div:first-child { flex-basis: 100%; max-width: 100%; }

.c-form .captcha > div.captchaQuestion, .basecontent-form-editor .captcha > div.captchaQuestion, .subscriptionForm .captcha > div.captchaQuestion, .form-horizontal .captcha > div.captchaQuestion { flex-basis: 50%; max-width: 50%; width: auto; }

.c-form .captcha .captchaImage, .basecontent-form-editor .captcha .captchaImage, .subscriptionForm .captcha .captchaImage, .form-horizontal .captcha .captchaImage, .c-form .captcha .captchaInput, .basecontent-form-editor .captcha .captchaInput, .subscriptionForm .captcha .captchaInput, .form-horizontal .captcha .captchaInput { flex-basis: 50%; }

@media (min-width: 992px) { .c-form [class^=form-group], .basecontent-form-editor [class^=form-group], .subscriptionForm [class^=form-group], .form-horizontal [class^=form-group], .c-form .formElement > .type-file, .basecontent-form-editor .formElement > .type-file, .subscriptionForm .formElement > .type-file, .form-horizontal .formElement > .type-file, .c-form .captcha, .basecontent-form-editor .captcha, .subscriptionForm .captcha, .form-horizontal .captcha { display: flex; align-items: baseline; justify-content: space-between; } .c-form [class^=form-group] label, .basecontent-form-editor [class^=form-group] label, .subscriptionForm [class^=form-group] label, .form-horizontal [class^=form-group] label, .c-form [class^=form-group] .labels-plzort, .basecontent-form-editor [class^=form-group] .labels-plzort, .subscriptionForm [class^=form-group] .labels-plzort, .form-horizontal [class^=form-group] .labels-plzort, .c-form .formElement > .type-file label, .basecontent-form-editor .formElement > .type-file label, .subscriptionForm .formElement > .type-file label, .form-horizontal .formElement > .type-file label, .c-form .formElement > .type-file .labels-plzort, .basecontent-form-editor .formElement > .type-file .labels-plzort, .subscriptionForm .formElement > .type-file .labels-plzort, .form-horizontal .formElement > .type-file .labels-plzort, .c-form .captcha label, .basecontent-form-editor .captcha label, .subscriptionForm .captcha label, .form-horizontal .captcha label, .c-form .captcha .labels-plzort, .basecontent-form-editor .captcha .labels-plzort, .subscriptionForm .captcha .labels-plzort, .form-horizontal .captcha .labels-plzort { flex: 0 0 35%; } .c-form [class^=form-group] label + div, .basecontent-form-editor [class^=form-group] label + div, .subscriptionForm [class^=form-group] label + div, .form-horizontal [class^=form-group] label + div, .c-form [class^=form-group] .inputs-plzort, .basecontent-form-editor [class^=form-group] .inputs-plzort, .subscriptionForm [class^=form-group] .inputs-plzort, .form-horizontal [class^=form-group] .inputs-plzort, .c-form .formElement > .type-file label + div, .basecontent-form-editor .formElement > .type-file label + div, .subscriptionForm .formElement > .type-file label + div, .form-horizontal .formElement > .type-file label + div, .c-form .formElement > .type-file .inputs-plzort, .basecontent-form-editor .formElement > .type-file .inputs-plzort, .subscriptionForm .formElement > .type-file .inputs-plzort, .form-horizontal .formElement > .type-file .inputs-plzort, .c-form .captcha label + div, .basecontent-form-editor .captcha label + div, .subscriptionForm .captcha label + div, .form-horizontal .captcha label + div, .c-form .captcha .inputs-plzort, .basecontent-form-editor .captcha .inputs-plzort, .subscriptionForm .captcha .inputs-plzort, .form-horizontal .captcha .inputs-plzort { flex-basis: 65%; } .c-form input:not([type=checkbox], [type=radio], [name="captcha"], .btn), .basecontent-form-editor input:not([type=checkbox], [type=radio], [name="captcha"], .btn), .subscriptionForm input:not([type=checkbox], [type=radio], [name="captcha"], .btn), .form-horizontal input:not([type=checkbox], [type=radio], [name="captcha"], .btn), .c-form select, .basecontent-form-editor select, .subscriptionForm select, .form-horizontal select, .c-form textarea, .basecontent-form-editor textarea, .subscriptionForm textarea, .form-horizontal textarea { width: 65%; } .c-form .senderCc, .basecontent-form-editor .senderCc, .subscriptionForm .senderCc, .form-horizontal .senderCc { margin-left: 35%; padding-left: 1.25rem; } .c-form .captcha, .basecontent-form-editor .captcha, .subscriptionForm .captcha, .form-horizontal .captcha { justify-content: space-between; flex-wrap: nowrap; } .c-form .captcha > div:first-child, .basecontent-form-editor .captcha > div:first-child, .subscriptionForm .captcha > div:first-child, .form-horizontal .captcha > div:first-child { flex: 0 0 35%; max-width: 35%; } .c-form .captcha .captchaImage, .basecontent-form-editor .captcha .captchaImage, .subscriptionForm .captcha .captchaImage, .form-horizontal .captcha .captchaImage, .c-form .captcha .captchaQuestion, .basecontent-form-editor .captcha .captchaQuestion, .subscriptionForm .captcha .captchaQuestion, .form-horizontal .captcha .captchaQuestion, .c-form .captcha .captchaInput, .basecontent-form-editor .captcha .captchaInput, .subscriptionForm .captcha .captchaInput, .form-horizontal .captcha .captchaInput { flex-basis: 32.5%; max-width: 32.5%; } .c-form .captcha .captchaImage [name=captcha], .basecontent-form-editor .captcha .captchaImage [name=captcha], .subscriptionForm .captcha .captchaImage [name=captcha], .form-horizontal .captcha .captchaImage [name=captcha], .c-form .captcha .captchaQuestion [name=captcha], .basecontent-form-editor .captcha .captchaQuestion [name=captcha], .subscriptionForm .captcha .captchaQuestion [name=captcha], .form-horizontal .captcha .captchaQuestion [name=captcha], .c-form .captcha .captchaInput [name=captcha], .basecontent-form-editor .captcha .captchaInput [name=captcha], .subscriptionForm .captcha .captchaInput [name=captcha], .form-horizontal .captcha .captchaInput [name=captcha] { width: 100%; } .c-form .formButtonContainer, .basecontent-form-editor .formButtonContainer, .subscriptionForm .formButtonContainer, .form-horizontal .formButtonContainer { margin-top: 2.5rem; margin-left: 35%; display: flex; } .c-form .formButtonContainer > div, .basecontent-form-editor .formButtonContainer > div, .subscriptionForm .formButtonContainer > div, .form-horizontal .formButtonContainer > div { margin-right: 0.75rem; } }

.c-form .formButtonContainer, .basecontent-form-editor .formButtonContainer, .subscriptionForm .formButtonContainer, .form-horizontal .formButtonContainer { margin-top: 2.5rem; display: flex; margin-left: 36%; }

@media (max-width: 991.98px) { .c-form .formButtonContainer, .basecontent-form-editor .formButtonContainer, .subscriptionForm .formButtonContainer, .form-horizontal .formButtonContainer { margin-left: 0; } }

.c-form .formButtonContainer > div, .basecontent-form-editor .formButtonContainer > div, .subscriptionForm .formButtonContainer > div, .form-horizontal .formButtonContainer > div { margin-right: 0.75rem; }

.formTitle { font-weight: 600; }

.basecontent-form-editor.emailForm.volleBreite input:not([type=checkbox], [type=radio], [name="captcha"], .btn), .basecontent-form-editor.emailForm.volleBreite textarea { width: 100%; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal .senderCc { margin-left: 0; padding-left: 0; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal .senderCc .right { display: flex; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal .senderCc .checkboxLabel { font-weight: normal; padding-top: 6px; padding-left: 6px; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal .formButtonContainer { margin-left: 0 !important; margin-top: 0px; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal [class^=form-group] { margin-bottom: 30px; flex-wrap: wrap; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal [class^=form-group] label { flex-basis: 100%; display: flex; flex-wrap: wrap; font-weight: 600; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal [class^=form-group] label .small { width: 100%; line-height: 1.75; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal [class^=form-group] label .requiredMark { padding-left: 5px; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal [class^=form-group] .formElementOption label { display: inline; font-weight: normal; }

.basecontent-form-editor.emailForm.volleBreite [class^=form-group-label] { font-weight: 600; }

.formReply .bez { font-weight: 600; }

.shadedbox { margin-bottom: 40px; }

.body_contentmail .solutions { font-size: clamp(1.25rem, 2.25vw, 2rem); font-weight: 600; margin-top: 20px; margin-bottom: 20px; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal [class^=form-group] label[id="form-group-label-Geraetschaften-in-ausreichender-Anzahl-vorhanden"] { display: inline; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal [class^=form-group] label[id="form-group-label-Geraetschaften-in-ausreichender-Anzahl-vorhanden"] .requiredMark { padding-left: 0px; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal [class^=form-group] label[for="Klassen-oder-Gruppen-der-teilnehmenden-Organisation"] { display: inline; }

.basecontent-form-editor.emailForm.volleBreite .form-horizontal [class^=form-group] label[for="Klassen-oder-Gruppen-der-teilnehmenden-Organisation"] .requiredMark { padding-left: 0px; }

.form_result .l-content.l-content--infoslot .v-standard { max-width: 100%; }

.hinweis-gelb, .hinweis-rot, .hinweis { padding: 18px 36px !important; margin-bottom: 36px; margin-top: 40px; }

.hinweis { background: var(--cd-color-more-lighten-25); }

.hinweis h2 { margin-top: 20px; }

@media (max-width: 991.98px) { .hinweis { padding: 9px 18px !important; } }

.hinweis-rot { background: #9a3847; color: #fff; }

.hinweis-rot h2, .hinweis-rot h3, .hinweis-rot h4, .hinweis-rot .c-table caption, .c-table .hinweis-rot caption, .hinweis-rot .basecontent-table > table caption, .basecontent-table > table .hinweis-rot caption, .hinweis-rot h5 { color: #fff; }

.hinweis-rot h2 { margin-top: 20px; }

@media (max-width: 991.98px) { .hinweis-rot { padding: 9px 18px !important; } }

.hinweis-gelb { background: var(--cd-color-secondary); }

.hinweis-gelb h2 { margin-top: 20px; }

@media (max-width: 991.98px) { .hinweis-gelb { padding: 9px 18px !important; } }

/*	================================================== COMPONENTS / images ==================================================*/
img { max-width: 100%; height: auto; }

#lightbox-container-image img { height: auto !important; }

.c-image, div.image { display: table; }

.c-image.float-left, div.float-left.image, .c-image.pull-left, div.image.pull-left { margin-right: 18px; max-width: 50%; }

.c-image.float-right, div.float-right.image, .c-image.pull-right, div.image.pull-right { margin-left: 18px; max-width: 50%; }

.c-image.center, div.center.image { max-width: 50%; }

.c-image figcaption, div.image figcaption { display: table-caption; caption-side: bottom; }

.c-image .image-inner a, div.image .image-inner a { display: block; height: 100%; }

.c-image__image-inner { display: grid; }

.c-image__image-inner > a:before { content: ""; }

.c-image figcaption, div.image figcaption { font-size: 0.9em; }

.c-image + p, div.image + p { margin-top: 20px; }

header .c-image, header div.image { margin: 0; }

.image-inner a { padding: 0; }

.image-inner a:before, .image-inner a:after { display: none; }

/* #lightbox-container-image-box{ max-height: 80vh; img{ max-height: 77vh; } } */
#jquery-lightbox a img { max-width: 30px; }

#jquery-lightbox { margin-top: 50px; }

#jquery-lightbox #lightbox-nav-btnPrev { max-height: 80vh; }

#jquery-lightbox #lightbox-nav-btnNext { max-height: 80vh; }

#jquery-lightbox #lightbox-image-details-currentNumber { color: #333; font-weight: normal; font-size: 1.125rem; font-family: 'Open Sans', Arial, Helvetica, sans-serif; line-height: 175%; }

#lightbox-image-details-caption .description { display: none; }

#lightbox-container-image-box, #lightbox-container-image-data-box { max-width: calc(100vw - 58px); }

/*
// Resizer-Klassen
.resizedW100 {max-width:100px;}
.resizedW110 {max-width:110px;}
.resizedW120 {max-width:120px;}
.resizedW130 {max-width:130px;}
.resizedW140 {max-width:140px;}
.resizedW150 {max-width:150px;}
.resizedW160 {max-width:160px;}
.resizedW170 {max-width:170px;}
.resizedW180 {max-width:180px;}
.resizedW190 {max-width:190px;}

.resizedW200 {max-width:200px;}
.resizedW210 {max-width:210px;}
.resizedW220 {max-width:220px;}
.resizedW230 {max-width:230px;}
.resizedW240 {max-width:240px;}
.resizedW250 {max-width:250px;}
.resizedW260 {max-width:260px;}
.resizedW270 {max-width:270px;}
.resizedW280 {max-width:280px;}
.resizedW290 {max-width:290px;}

.resizedW300 {max-width:300px;}
.resizedW310 {max-width:310px;}
.resizedW320 {max-width:320px;}
.resizedW330 {max-width:330px;}
.resizedW340 {max-width:340px;}
.resizedW350 {max-width:350px;}
.resizedW360 {max-width:360px;}
.resizedW370 {max-width:370px;}
.resizedW380 {max-width:380px;}
.resizedW390 {max-width:390px;}

.resizedW400 {max-width:400px;}
.resizedW410 {max-width:410px;}
.resizedW420 {max-width:420px;}
.resizedW430 {max-width:430px;}
.resizedW440 {max-width:440px;}
.resizedW450 {max-width:450px;}
.resizedW460 {max-width:460px;}
.resizedW470 {max-width:470px;}
.resizedW480 {max-width:480px;}
.resizedW490 {max-width:490px;}

.resizedW500 {max-width:500px;}
.resizedW510 {max-width:510px;}
.resizedW520 {max-width:520px;}
.resizedW530 {max-width:530px;}
.resizedW540 {max-width:540px;}
.resizedW550 {max-width:550px;}
.resizedW560 {max-width:560px;}
.resizedW570 {max-width:570px;}
.resizedW580 {max-width:580px;}
.resizedW590 {max-width:590px;}

.resizedW600 {max-width:600px;}
.resizedW610 {max-width:610px;}
.resizedW620 {max-width:620px;}
.resizedW630 {max-width:630px;}
.resizedW640 {max-width:640px;}
.resizedW650 {max-width:650px;}
.resizedW660 {max-width:660px;}
.resizedW670 {max-width:670px;}
.resizedW680 {max-width:680px;}
.resizedW690 {max-width:690px;}

.resizedW700 {max-width:700px;}
.resizedW710 {max-width:710px;}
.resizedW720 {max-width:720px;}
.resizedW730 {max-width:730px;}
.resizedW740 {max-width:740px;}
.resizedW750 {max-width:750px;}
.resizedW760 {max-width:760px;}
.resizedW770 {max-width:770px;}
.resizedW780 {max-width:780px;}
.resizedW790 {max-width:790px;}

.resizedW800 {max-width:800px;}
.resizedW810 {max-width:810px;}
.resizedW820 {max-width:820px;}
.resizedW830 {max-width:830px;}
.resizedW840 {max-width:840px;}
.resizedW850 {max-width:850px;}
.resizedW860 {max-width:860px;}
.resizedW870 {max-width:870px;}
.resizedW880 {max-width:880px;}
.resizedW890 {max-width:890px;}

.resizedW900 {max-width:900px;}
.resizedW910 {max-width:910px;}
.resizedW920 {max-width:920px;}
.resizedW930 {max-width:930px;}
.resizedW940 {max-width:940px;}
.resizedW950 {max-width:950px;}
.resizedW960 {max-width:960px;}
.resizedW970 {max-width:970px;}
.resizedW980 {max-width:980px;}
.resizedW990 {max-width:990px;}

.resizedW1000 {max-width:1000px;}
*/
/*	================================================== COMPONENTS / kachelbox ==================================================*/
.c-kachelbox.c-list > ul, .c-kachelbox.c-list > ol { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 1px; padding-left: 0; }

.c-kachelbox.c-list > ul li, .c-kachelbox.c-list > ol li { list-style: none; }

.c-kachelbox.c-list > ul a, .c-kachelbox.c-list > ul i, .c-kachelbox.c-list > ol a, .c-kachelbox.c-list > ol i { background-color: #9a3847; color: #fff; display: flex; flex-direction: column; align-items: center; font-size: 0.85rem; font-weight: normal; line-height: 2rem; transition: background-color 0.5s; }

.c-kachelbox.c-list > ul a:before, .c-kachelbox.c-list > ul i:before, .c-kachelbox.c-list > ol a:before, .c-kachelbox.c-list > ol i:before { color: #fff; font-size: 2.5rem; line-height: 4rem; padding: 0; }

.c-kachelbox.c-list > ul a:hover, .c-kachelbox.c-list > ul i:hover, .c-kachelbox.c-list > ol a:hover, .c-kachelbox.c-list > ol i:hover { background-color: #dee2e6; color: #9a3847; text-decoration: none; }

.c-kachelbox.c-list > ul a:hover:before, .c-kachelbox.c-list > ul a:hover i:before, .c-kachelbox.c-list > ul i:hover:before, .c-kachelbox.c-list > ul i:hover i:before, .c-kachelbox.c-list > ol a:hover:before, .c-kachelbox.c-list > ol a:hover i:before, .c-kachelbox.c-list > ol i:hover:before, .c-kachelbox.c-list > ol i:hover i:before { color: #9a3847; transition: color 0.5s; }

.c-kachelbox.c-list > ul a[title*="Baupl"]:before, .c-kachelbox.c-list > ol a[title*="Baupl"]:before { content: "\f015"; }

.c-kachelbox.c-list > ul a[title*="Startseite"]:before, .c-kachelbox.c-list > ol a[title*="Startseite"]:before { content: "\f015"; }

.c-kachelbox.c-list > ul a[title*="ngelmeldung"]:before, .c-kachelbox.c-list > ol a[title*="ngelmeldung"]:before { content: "\f044"; }

.c-kachelbox.c-list > ul a[title*="Baustellen"]:before, .c-kachelbox.c-list > ol a[title*="Baustellen"]:before { content: "\f7d2"; }

.c-kachelbox.c-list > ul a[title*="Tourismus"]:before, .c-kachelbox.c-list > ol a[title*="Tourismus"]:before { content: "\f6ec"; }

.c-kachelbox.c-list > ul a[title*="hlerstand"]:before, .c-kachelbox.c-list > ol a[title*="hlerstand"]:before { content: "\f2f2"; }

.c-kachelbox.c-list > ul a[title*="Ferienprog"]:before, .c-kachelbox.c-list > ol a[title*="Ferienprog"]:before { content: "\f5ca"; }

.c-kachelbox.c-list > ul a[title*="Ausschreib"]:before, .c-kachelbox.c-list > ol a[title*="Ausschreib"]:before { content: "\f0a1"; }

.c-kachelbox.c-list > ul a[title*="Stellenang"]:before, .c-kachelbox.c-list > ol a[title*="Stellenang"]:before { content: "\f508"; }

.c-kachelbox.c-list > ul a[title*="Wahlen"]:before, .c-kachelbox.c-list > ol a[title*="Wahlen"]:before { content: "\f772"; }

.c-kachelbox.c-list > ul a[title*="Schneeberi"]:before, .c-kachelbox.c-list > ol a[title*="Schneeberi"]:before { content: "\f7ce"; }

.c-kachelbox.c-list > ul a[title*="wegweiser"]:before, .c-kachelbox.c-list > ol a[title*="wegweiser"]:before { content: "\f277"; }

.c-kachelbox.c-list > ul a[title*="Mitarbeiter"]:before, .c-kachelbox.c-list > ol a[title*="Mitarbeiter"]:before { content: "\f500"; }

.c-kachelbox.c-list > ul a[title*="Leistungen"]:before, .c-kachelbox.c-list > ol a[title*="Leistungen"]:before { content: "\f562"; }

.c-kachelbox.c-list > ul a[title*="Lebenslagen"]:before, .c-kachelbox.c-list > ol a[title*="Lebenslagen"]:before { content: "\f2c2"; }

.c-kachelbox.c-list > ul a[title*="Formulare"]:before, .c-kachelbox.c-list > ol a[title*="Formulare"]:before { content: "\f044"; }

.icon-boxen { display: grid; max-width: 100%; gap: 36px; margin-bottom: 0 !important; grid-template-columns: 1fr 1fr 1fr 1fr; margin: 0 !important; }

.icon-boxen > div { height: 100%; display: flex; align-items: center; justify-content: center; }

.icon-boxen a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }

.icon-boxen > div > a:before { content: ""; display: block; padding-top: 100%; }

.icon-boxen .text a { height: auto; width: auto; }

.icon-boxen a.anchor { width: 0; }

.icon-boxen.anzahl-6 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; }

@media (max-width: 991.98px) { .icon-boxen.anzahl-6 { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .icon-boxen.anzahl-6 { grid-template-columns: 1fr; } }

.icon-boxen.anzahl-5 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; }

@media (max-width: 1199.98px) { .icon-boxen.anzahl-5 { grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 991.98px) { .icon-boxen.anzahl-5 { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .icon-boxen.anzahl-5 { grid-template-columns: 1fr; } }

.icon-boxen.anzahl-4 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; }

@media (max-width: 1199.98px) { .icon-boxen.anzahl-4 { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .icon-boxen.anzahl-4 { grid-template-columns: 1fr; } }

.icon-boxen.anzahl-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; }

@media (max-width: 991.98px) { .icon-boxen.anzahl-3 { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .icon-boxen.anzahl-3 { grid-template-columns: 1fr; } }

.icon-boxen.anzahl-2 { display: grid; grid-template-columns: 1fr 1fr; }

@media (max-width: 991.98px) { .icon-boxen.anzahl-2 { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .icon-boxen.anzahl-2 { grid-template-columns: 1fr; } }

.icon-boxen.anzahl-1 { display: grid; grid-template-columns: 1fr; }

.icon-boxen > div { background: #fff; color: #333; max-width: 100%; flex-basis: 100%; }

.icon-boxen .v-col > div > div { display: flex; justify-content: center; padding: 36px 18px 0px 18px; padding: 18px 18px 0px 18px; }

@media (max-width: 1439.98px) { .icon-boxen .v-col > div > div { padding: 36px 18px 0px 18px; } }

.icon-boxen a { text-decoration: none; transition: color 0.2s ease-in; }

.icon-boxen .iconboxenMoreLink:hover .icon, .icon-boxen .iconboxenMoreLink:focus .icon { background: var(--cd-color-secondary); }

.icon-boxen .iconboxenMoreLink:hover a, .icon-boxen .iconboxenMoreLink:focus a { color: var(--cd-color-secondary); }

.icon-boxen .text { font-size: clamp(1.125rem, calc(0.8977rem + 0.9881vw), 1.75rem); font-weight: 600; color: #333333; text-align: center; }

.icon-boxen .icon { background: var(--cd-color-light-heller); color: #000; border-radius: 50%; height: 120px; width: 120px; display: flex; align-items: center; justify-content: center; transition: all 0.25s ease-in; }

.icon-boxen .icon figure { margin: 0; }

.icon-boxen .icon .image-inner { border: 0 !important; }

.icon-boxen .icon img { max-height: 60px; }

@media (max-width: 991.98px) { .icon-boxen .icon img { max-height: 60px; } }

@media (max-width: 1199.98px) { .icon-boxen .icon { height: 120px; width: 120px; } }

@media (max-width: 991.98px) { .icon-boxen .icon { height: 120px; width: 120px; } }

@media (max-width: 767.98px) { .icon-boxen .icon { margin-right: 18px; } }

.icon-boxen .fontawesome { display: flex; justify-content: center; align-items: center; margin: 0; color: #fff; font-size: 3rem; }

.icon-boxen .icon-name { background: var(--cd-color-light-heller); color: #000; border-radius: 50%; height: 120px; width: 120px; display: flex; align-items: center; justify-content: center; transition: all 0.25s ease-in; }

.icon-boxen .icon-name figure { margin: 0; }

.icon-boxen .icon-name .image-inner { border: 0 !important; }

.icon-boxen .icon-name img { max-height: 60px; }

@media (max-width: 991.98px) { .icon-boxen .icon-name img { max-height: 60px; } }

@media (max-width: 991.98px) { .icon-boxen .icon-name img { max-height: 60px; } }

@media (max-width: 991.98px) { .icon-boxen .icon-name { height: 60px; width: 60px; } }

@media (max-width: 767.98px) { .icon-boxen .icon-name { margin-right: 18px; } }

/*	================================================== COMPONENTS / kalenderblatt ==================================================*/
/* .basecontent-dvv-zm-kalenderblatt { li {display:inline-block;list-style:none;min-height:1.5em;text-align:center;width:12.5%;} .containerCalendarMonth {text-align:center; > * {display:inline;} a {@extend %btn-light;margin-right:0.5em;} } .containerCalendarDays { ul {padding-left:0;text-align:left;} li a {@extend %btn-light;display:block; &:hover {background:$gray-200;} } } .zmcalDates {background:$white;box-shadow:0 0 3px 0 #ccc;} } */
.c-calsheet, .basecontent-dvv-zm-kalenderblatt { background: #fff; padding: 18px; }

.c-calsheet div.containerCalendarMonth, .basecontent-dvv-zm-kalenderblatt div.containerCalendarMonth { display: flex; justify-content: center; margin-bottom: 18px; padding-top: 18px; }

.c-calsheet ul, .basecontent-dvv-zm-kalenderblatt ul { display: flex; margin-bottom: 1px; padding-inline-start: 0; }

.c-calsheet li, .basecontent-dvv-zm-kalenderblatt li { flex-basis: 13.5%; list-style: none; display: flex; justify-content: center; background: rgba(0, 0, 0, 0.03); margin: 1px; }

.c-calsheet li.Sa, .basecontent-dvv-zm-kalenderblatt li.Sa { background: rgba(0, 255, 0, 0.1); }

.c-calsheet li.So, .basecontent-dvv-zm-kalenderblatt li.So { background: rgba(255, 0, 0, 0.1); }

.c-calsheet li.containerCalendarDayNames, .basecontent-dvv-zm-kalenderblatt li.containerCalendarDayNames, .c-calsheet li.filler, .basecontent-dvv-zm-kalenderblatt li.filler { background: transparent; }

.c-calsheet li a, .basecontent-dvv-zm-kalenderblatt li a { flex-basis: 100%; padding: 0.3rem 0; text-align: center; }

.c-calsheet li a:hover, .basecontent-dvv-zm-kalenderblatt li a:hover { background: rgba(0, 0, 0, 0.1); }

.c-calsheet .zmcalDates, .basecontent-dvv-zm-kalenderblatt .zmcalDates { display: none; height: 0; }

/*	================================================== COMPONENTS / kontaktdaten ==================================================*/
.c-contact .infotext, .basecontent-dvv-service-bw-kontakte .infotext, .basecontent-dvv-service-bw-beh-rdendaten .infotext, .basecontent-dvv-kontaktdaten .infotext { margin-top: 1rem; }

.c-contact .mapsLink, .basecontent-dvv-service-bw-kontakte .mapsLink, .basecontent-dvv-service-bw-beh-rdendaten .mapsLink, .basecontent-dvv-kontaktdaten .mapsLink, .c-contact .efaLink, .basecontent-dvv-service-bw-kontakte .efaLink, .basecontent-dvv-service-bw-beh-rdendaten .efaLink, .basecontent-dvv-kontaktdaten .efaLink { display: none; }

.c-contact div.leading-suffix, .basecontent-dvv-service-bw-kontakte div.leading-suffix, .basecontent-dvv-service-bw-beh-rdendaten div.leading-suffix, .basecontent-dvv-kontaktdaten div.leading-suffix { color: #333; font-weight: 400; text-transform: none; letter-spacing: 0px; }

.basecontent-dvv-service-bw-kontakte + a + .basecontent-dvv-kontaktdaten { margin-top: 40px; }

.basecontent-dvv-kontaktdaten + a + .basecontent-dvv-service-bw-kontakte { margin-top: 40px; }

/*	================================================== COMPONENTS / lists ==================================================*/
[class^="c-list"] { position: relative; }

[class^="c-list"] ul, [class^="c-list"] ol { line-height: 237.037%; }

[class^="c-list"] li { list-style-position: outside; line-height: 175%; }

[class^="c-list"] .even { background-color: var(--cd-color-more-lighten-25); }

.c-list.ohnepunkte ul { list-style: none; margin: 0; padding: 0; }

.haeufig-gesucht ul { list-style: none; display: flex; gap: 15px; margin: 0 0 15px 0; padding: 0; flex-wrap: wrap; }

.haeufig-gesucht ul li { color: #000; flex-basis: 20%; flex: 0 1 auto; min-width: 100px; word-break: none; }

.haeufig-gesucht ul li a { border-radius: 25px; background: var(--cd-color-light-25); color: #fff; line-height: 1.5; display: flex; align-items: center; justify-content: center; font-size: 0.875rem; font-weight: 400; text-decoration: none; padding: 6px 20px; width: 100%; text-transform: uppercase; letter-spacing: 3px; transition: background 0.2s ease-in; }

.haeufig-gesucht ul li a:hover, .haeufig-gesucht ul li a:focus { background: var(--cd-color-main); color: #fff; }

.haeufig-gesucht ul li a:hover:after, .haeufig-gesucht ul li a:focus:after { text-decoration: none; }

.haeufig-gesucht ul li a:before { content: ''; margin: 0; padding: 0; }

.haeufig-gesucht ul li a:after { color: #fff; padding: 0; padding-left: 6px; }

/*	================================================== COMPONENTS / login ==================================================*/
.c-loginout { position: fixed; top: 0; left: 0; }

.c-loginout .logoff { color: #fff; display: flex; align-items: center; justify-content: center; background: #2a2e33; border-right: 0px solid #2a2e33; width: 40px; height: 40px; transition: background 0.2s ease-in; }

.c-loginout .logoff:hover, .c-loginout .logoff:focus { background: var(--cd-color-main); }

@media (max-width: 991.98px) { .c-loginout { display: none; } }

.c-loginout a { text-decoration: none; }

body.login { background: var(--cd-color-main); height: 100%; }

body.login .l-page { background: transparent none; height: 100%; display: flex; align-items: center; justify-content: center; }

body.login .l-main { background: transparent none; max-width: 480px; }

body.login .l-content { flex: 0 0 100%; max-width: 100%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; margin-bottom: 0; padding: 0; }

.login-wrapper { margin: 0 auto; }

@media (max-width: 991.98px) { .login-wrapper { padding: 36px; } }

.login-logo { margin-bottom: 20px; }

#loginForm { padding: 36px; background: #fff; }

#loginForm img { display: block; margin: 0 auto; }

#loginForm h2 { background: transparent; color: var(--cd-color-main); margin-top: 0px; margin-bottom: 1rem; padding: inherit; }

#loginForm label { display: block; width: 100%; }

#loginForm label[for="j_username"]:before, #loginForm label[for="j_password"]:before { color: #9a3847; content: "\f007"; display: inline; font-family: "Font Awesome 6 Pro"; font-weight: 300; margin-right: 0.7rem; padding: 1px 0.3rem 0 0; text-decoration: none; }

#loginForm input[name="j_username"], #loginForm input[name="j_password"] { flex-basis: 100%; }

#loginForm label[for="j_password"]:before { content: "\f084"; }

#loginForm [type=submit] { background: #9a3847; }

#loginForm [type=submit]:after { color: #fff; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0 0 0.3em; }

#loginForm [type=submit]:hover { background-color: #62242d; }

#loginForm .form-group, #loginForm .c-form [class^=form-group]:not(.senderCc), .c-form #loginForm [class^=form-group]:not(.senderCc), #loginForm .basecontent-form-editor [class^=form-group]:not(.senderCc), .basecontent-form-editor #loginForm [class^=form-group]:not(.senderCc), #loginForm .subscriptionForm [class^=form-group]:not(.senderCc), .subscriptionForm #loginForm [class^=form-group]:not(.senderCc), #loginForm .form-horizontal [class^=form-group]:not(.senderCc), .form-horizontal #loginForm [class^=form-group]:not(.senderCc), #loginForm .c-form .formTitle, .c-form #loginForm .formTitle, #loginForm .basecontent-form-editor .formTitle, .basecontent-form-editor #loginForm .formTitle, #loginForm .subscriptionForm .formTitle, .subscriptionForm #loginForm .formTitle, #loginForm .form-horizontal .formTitle, .form-horizontal #loginForm .formTitle, #loginForm .c-form .formElement > .type-file, .c-form #loginForm .formElement > .type-file, #loginForm .basecontent-form-editor .formElement > .type-file, .basecontent-form-editor #loginForm .formElement > .type-file, #loginForm .subscriptionForm .formElement > .type-file, .subscriptionForm #loginForm .formElement > .type-file, #loginForm .form-horizontal .formElement > .type-file, .form-horizontal #loginForm .formElement > .type-file, #loginForm .c-form .captcha, .c-form #loginForm .captcha, #loginForm .basecontent-form-editor .captcha, .basecontent-form-editor #loginForm .captcha, #loginForm .subscriptionForm .captcha, .subscriptionForm #loginForm .captcha, #loginForm .form-horizontal .captcha, .form-horizontal #loginForm .captcha { display: flex; flex-wrap: wrap; }

.standard .countdown { background: var(--cd-color-secondary); display: flex; flex-wrap: wrap; color: var(--cd-color-main); padding: 20px; margin-top: 30px; width: 100%; min-height: 130px; }

@media (max-width: 991.98px) { .standard .countdown { position: static; transform: translateY(0%); } }

.standard .countdown .v-box { padding: 0; text-align: center; }

.standard .countdown p { margin: 0; }

.standard .countdown > div { display: flex; align-items: center; justify-content: center; }

@media (max-width: 991.98px) { .standard .countdown > div { flex: 0 1 33.333%; padding-top: 10px; padding-bottom: 10px; } }

@media (max-width: 767.98px) { .standard .countdown > div { flex: 0 1 50%; } }

.standard .countdown p { font-size: 1rem; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; }

.standard .countdown .zahl { font-size: 3rem; }

.standard .countdown .zahl span { font-size: 3rem; margin-bottom: 15px; }

@media (max-width: 991.98px) { .standard .countdown .zahl span { font-size: 2rem; } }

@media (max-width: 991.98px) { .standard .countdown .zahl { font-size: 2rem; } }

/*	================================================== COMPONENTS / map ==================================================*/
/* 16:9  */
.mapCanvas { border: 1px solid #fefefe; }

.c-map .leaflet-map-pane, .basecontent-dvv-karte .leaflet-map-pane { clear: both; display: block; position: relative; width: 100%; }

.c-map .leaflet-map-pane:before, .basecontent-dvv-karte .leaflet-map-pane:before { content: ""; display: block; padding-top: 56.25%; }

.c-map .leaflet-map-pane > [class^=cmsmap], .basecontent-dvv-karte .leaflet-map-pane > [class^=cmsmap] { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.c-map .leaflet-map-pane h3, .basecontent-dvv-karte .leaflet-map-pane h3 { margin-top: 0; }

.leaflet-popup-content .title { font-size: 1rem; }

#cmsmap img.kat-3809101 { width: 38px; height: 58px; padding-left: 27px; background: url(../cmsMap/img/parken.svg) left top no-repeat; }

.leaflet-container .leaflet-marker-pane img { width: 38px; height: 58px; }

.leaflet-control-layers-overlays div.checked > input + .checked { margin-bottom: 10px; }

.basecontent-dvv-karte .leaflet-right { font-family: 'Open Sans', Arial, Helvetica, sans-serif; height: 100%; font-size: 16px; line-height: 2; }

.basecontent-dvv-karte .leaflet-right .leaflet-control-layers { border: 0; margin: 10px; background: rgba(239, 245, 244, 0.85); border-radius: 0; padding: 15px; overflow-x: scroll; overflow: auto; }

.basecontent-dvv-karte .leaflet-right .leaflet-control-layers-selector { margin-right: 4px; }

.basecontent-dvv-karte .leaflet-bottom.leaflet-right { height: auto; }

.basecontent-dvv-karte label { margin-bottom: 2px; }

.basecontent-dvv-karte .checked label:first-of-type { margin-top: 6px; }

.basecontent-dvv-karte .leaflet-control-layers-overlays > label { font-size: 14px; }

.basecontent-dvv-karte span.checked { font-weight: bold; margin-bottom: 8px; }

.basecontent-dvv-karte.hasCategories .leaflet-control-attribution { overflow: auto !important; }

@media (max-width: 1199.98px) { .basecontent-dvv-karte.hasCategories { display: flex; flex-wrap: wrap; } .basecontent-dvv-karte.hasCategories .cmsmap { width: 100%; flex-basis: 100%; } .basecontent-dvv-karte.hasCategories .categories { width: 28%; flex-basis: 28%; width: 100%; flex-basis: 100%; } .basecontent-dvv-karte.hasCategories .categories #node3217055 { display: none; } .basecontent-dvv-karte.hasCategories .categories .leafleat-top.leaflet-right { width: 28%; } .basecontent-dvv-karte.hasCategories .categories .leaflet-right { right: inherit; width: 28%; height: 100%; position: relative; width: 100%; max-width: 100%; } .basecontent-dvv-karte.hasCategories .categories .leaflet-right .leaflet-control { width: 100%; margin: 0; overflow: auto; max-height: 500px; box-shadow: none; } .basecontent-dvv-karte.hasCategories .categories .sublayer { padding-left: 20px; } }

.basecontent-dvv-karte.hasCategories .sublayer { padding-left: 20px; }

.basecontent-dvv-karte.hasCategories .sublayer input { z-index: -1; }

.ohnedetails .leaflet-popup-content .standort-adresse { color: #fff; display: none; }

.ohnedetails .leaflet-popup-content .link, .ohnedetails .leaflet-popup-content .popup-kat { display: none; }

.mediumdetails .link, .mediumdetails .popup-kat { display: none; }

.mediumdetails .leaflet-right { max-width: 50%; }

.mediumdetails .leaflet-right .leaflet-control { max-height: 500px; overflow: scroll; }

.leaflet-popup-content .popup-kat { color: var(--cd-color-main); text-transform: uppercase; font-size: 14px; text-decoration: none; font-weight: 600; white-space: nowrap; transition: all 0.2s ease-in; }

.basecontent-dvv-karte, .basecontent-dvv-karte-mini, .zm-detail #xmap { position: relative; }

.ccm-plugin--script-placeholder { position: absolute; background-color: var(--cd-color-more-lighten-25); top: 0; border: 1px solid var(--cd-color-more-lighten); padding: 25px; display: flex; justify-content: center; text-align: center; align-items: center; }

.ccm-plugin--script-placeholder > div { max-width: 70%; }

@media (max-width: 767.98px) { .ccm-plugin--script-placeholder > div { max-width: 100%; } }

.ccm-plugin--script-placeholder h3 { margin-top: 0; }

.ccm-plugin--script-placeholder button { color: var(--cd-color-light); font-weight: 600; font-size: clamp(1rem, 0.4073vw, 1.25rem); letter-spacing: 0; border-radius: 35px; padding: 9px 24px; background: var(--cd-color-secondary); border: 1px solid transparent; }

.ccm-plugin--script-placeholder button:hover, .ccm-plugin--script-placeholder button:focus { background: #ffd941; }

/*	================================================== COMPONENTS / mmenu ==================================================*/
@media (min-width: 1440px) { .l-navigation-mobile-burger { display: none; } }

.mburger { color: #000; }

.mobile-nav-button-wrapper { color: #000; background: #fff; padding: 15px 30px; border-radius: 30px; display: flex; align-items: center; height: 60px; font-weight: bold; text-transform: uppercase; justify-content: center; }

@media (max-width: 991.98px) { .mobile-nav-button-wrapper { padding: 5px 20px; } }

@media only screen and (max-width: 500px) { .mobile-nav-button-wrapper { border-radius: 50%; height: 60px; width: 60px; padding: 0px; } .mobile-nav-button-wrapper span { display: none; } }

@media only screen and (max-width: 400px) { .mobile-nav-button-wrapper { height: 50px; width: 50px; } .mobile-nav-button-wrapper { --mb-bar-width: 20px; --mb-bar-height: 2px; --mb-bar-spacing: 5px; } }

:root { --mm-max-size: 940px; }

.mm-menu { --mm-color-background: var(--cd-color-main); --mm-color-text: #fff; --mm-color-background-emphasis: var(--cd-color-dark); --mm-color-icon: #fff; --mm-color-border: rgb(0 0 0 / 0); padding-left: 36px; padding-right: 36px; }

@media (max-width: 767.98px) { .mm-menu { padding-left: 18px; padding-right: 18px; } }

.mm-menu a { text-transform: uppercase; letter-spacing: 1.5px; font-weight: 400; }

.mm-navbar a { transition: all 0.2s ease-in; }

.mm-navbar a:hover, .mm-navbar a:focus { background: var(--cd-color-dark); }

.mm-navbar__title { transition: all 0.2s ease-in; }

.mm-navbar__title > span { color: #fff; font-weight: 400; text-transform: none; }

.mm-navbar__title:hover, .mm-navbar__title:focus { background: var(--cd-color-dark); }

.mm-menu--opened.mm-menu--position-top { top: 175px; }

@media screen and (max-width: 757px) { .mm-menu--opened.mm-menu--position-top { top: 230px; } }

@media (max-width: 575.98px) { .mm-menu--opened.mm-menu--position-top { top: 190px; } }

@media screen and (max-width: 457px) { .mm-menu--opened.mm-menu--position-top { top: 225px; } }

@media screen and (max-width: 400px) { .mm-menu--opened.mm-menu--position-top { top: 190px; } }

@media screen and (max-width: 350px) { .mm-menu--opened.mm-menu--position-top { top: 225px; } }

.mm-navbars--top { border-bottom: 1px solid #fff; }

.mm-navbars--top a { color: #fff; }

.mm-navbars--bottom { color: #fff; }

.mm-wrapper__blocker { background: transparent !important; }

.mm-listitem.secondlist a { text-transform: none; }

.mm-listitem.secondlist-first { margin-top: 30px; }

.mm-listitem.secondlist-first a { text-transform: none; }

.navbar-links-bottom { color: #fff; margin: 0; padding: 0; list-style: none; font-size: 14px; }

.navbar-links-bottom li { border-right: 1px solid #fff; line-height: 1; }

.navbar-links-bottom li:last-child { padding-right: 0px; border-right: 0px solid #fff; }

.navbar-links-bottom a { text-transform: none; padding-right: 10px; padding-left: 10px; }

/* Social Media */
.mm-listitem.facebook a, .mm-listitem.instagram a, .mm-listitem.youtube a, .mm-listitem.twitter a, .mm-listitem.stage a { display: flex; align-items: center; }

.mm-listitem.facebook a::before, .mm-listitem.instagram a::before, .mm-listitem.youtube a::before, .mm-listitem.twitter a::before, .mm-listitem.stage a::before { padding: 0px; padding-right: 8px; color: #fff; font-size: 1.5rem; font-weight: 300; text-decoration: none; }

.mm-listitem.facebook a:after, .mm-listitem.instagram a:after, .mm-listitem.youtube a:after, .mm-listitem.twitter a:after, .mm-listitem.stage a:after { display: none; }

.mm-listitem.facebook a:before { content: "\f09a"; }

.mm-listitem.instagram a:before { content: "\f16d"; }

.mm-listitem.youtube a:before { content: "\f167"; }

.mm-listitem.twitter a:before { content: "\f099"; }

.mm-listitem.stage a:before { font-family: 'Font Awesome 6 Pro'; content: "\f1ea"; }

.mm-menu .dropdown-item, .mm-menu .c-fontsizer a, .c-fontsizer .mm-menu a { color: #fff; padding: 0; }

.mm-menu .mm-panel ul.sprachen a { display: flex; align-items: center; }

.mm-menu .mm-panel ul.sprachen a img { padding-right: 12px; }

.mm-panels { min-height: 70vh !important; }

.v-modal { background: rgba(7, 59, 57, 0.9); color: #333333; }

.v-modal h2, .v-modal h3, .v-modal h4, .v-modal .c-table caption, .c-table .v-modal caption, .v-modal .basecontent-table > table caption, .basecontent-table > table .v-modal caption { color: #333333; }

.v-modal .modal-content { padding: 36px; }

.v-modal .close { position: absolute; right: 30px; top: 20px; }

.v-modal.sonderformat h2, .v-modal.sonderformat h3, .v-modal.sonderformat h4, .v-modal.sonderformat .c-table caption, .c-table .v-modal.sonderformat caption, .v-modal.sonderformat .basecontent-table > table caption, .basecontent-table > table .v-modal.sonderformat caption { color: #fff; }

.l-content .v-standard-breit.hintergrund .v-modal h2, .l-content .v-standard-breit.hintergrund .v-modal h3, .l-content .v-standard-breit.hintergrund .v-modal h4, .l-content .v-standard-breit.hintergrund .v-modal .c-table caption, .c-table .l-content .v-standard-breit.hintergrund .v-modal caption, .l-content .v-standard-breit.hintergrund .v-modal .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit.hintergrund .v-modal caption { color: #333333; }

.l-content .v-standard-breit.hintergrund .v-modal.sonderformat h2, .l-content .v-standard-breit.hintergrund .v-modal.sonderformat h3, .l-content .v-standard-breit.hintergrund .v-modal.sonderformat h4, .l-content .v-standard-breit.hintergrund .v-modal.sonderformat .c-table caption, .c-table .l-content .v-standard-breit.hintergrund .v-modal.sonderformat caption, .l-content .v-standard-breit.hintergrund .v-modal.sonderformat .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit.hintergrund .v-modal.sonderformat caption { color: #fff; }

.v-modal-zeile { display: flex; flex-wrap: wrap; }

.modal-xxl { max-width: 1500px; }

.v-modal.sonderformat .close { color: #fff; opacity: 1; }

.v-modal.sonderformat .modal-content { background: transparent; color: #fff; box-shadow: none; border: 0; }

.v-modal.sonderformat h2 { color: #fff; margin-top: 0; }

.modal-button a, .modal-button-anker a { padding: 0; border: 0; margin: 0; background: transparent; }

.modal-button a:hover, .modal-button a:focus, .modal-button-anker a:hover, .modal-button-anker a:focus { background: transparent; }

.no-scroll { overflow: visible; position: absolute; width: 100%; height: 100%; padding-right: 0 !important; }

.service-bw-organigramm, .basecontent-dvv-service-bw-organigramm { display: flex; flex-wrap: wrap; }

.org--e1 { width: calc(100% / 3); flex-basis: calc(100% / 3); }

@media (max-width: 991.98px) { .org--e1 { width: 100%; flex-basis: 100%; } }

.org--e1:nth-child(-n+3) { margin-top: 100px; }

.org--e1:nth-child(-n+3) .e1 > .org { padding-top: 50px; }

.org--e1:nth-child(-n+3) .e1 > .org .org__titel { min-height: 106px; }

@media (max-width: 1439.98px) { .org--e1:nth-child(-n+3) .e1 > .org .org__titel { min-height: 85px; } }

@media (max-width: 1199.98px) { .org--e1:nth-child(-n+3) .e1 > .org .org__titel { min-height: inherit; } }

.e1 { border-left: 0px solid coral; min-width: 250px; text-align: center; margin-bottom: 20px; color: #fff; padding: 20px; }

@media (max-width: 575.98px) { .e1 { padding: 20px 0; } }

.e1 .item1 { background-color: var(--cd-color-main); border-radius: 20px; padding: 20px; position: relative; }

.e1 .item1 .org__kontakt { display: none; }

.e2 { /* border: 1px solid green; */ position: relative; margin-top: 20px; margin-bottom: 40px; }

@media (max-width: 991.98px) { .e2 { margin-bottom: inherit; } }

.e2 > .item2 { background-color: var(--cd-color-light); padding: 20px; border-radius: 20px; position: relative; text-align: left; }

.e2 > .item2 a { color: white; }

.e2 > .subs { background-color: var(--cd-color-more-lighten-25); margin-bottom: 20px; max-width: 90%; margin-left: auto; margin-right: auto; padding-top: 20px; border-radius: 0 0 20px 20px; }

.e3 { background-color: var(--cd-color-more-lighten-25); /* border: 1px solid green; */ border-radius: 20px; padding: 20px; margin-top: 0px; padding-top: 0; }

.e3 .toggler { position: relative; top: 5px; }

.e3 .toggler.expanded { margin-bottom: 10px; }

.children2 { /* background-color: aliceblue; */ position: relative; }

.e1 > .org { background-color: var(--cd-color-secondary); border-radius: 20px; padding: 20px; }

.toggler { color: #fff; background: var(--cd-color-main); display: inline-block; padding: 5px 15px; position: absolute; z-index: 1000; left: 50%; transform: translateX(-50%) rotate(0deg); transition: 0.5s all; font-size: 0px; line-height: 0; margin-top: -18px; border-radius: 15px; cursor: pointer; }

.toggler:after { content: "\f078"; font-size: 18px; line-height: 15px; font-family: "Font Awesome 6 Pro"; color: white; font-weight: bold; }

.toggler.expanded { transform: translateX(-50%) rotate(180deg); transform-origin: center; transition: 0.5s all; }

.org__titel { font-weight: bold; }

.org__titel--child-0 { text-transform: uppercase; letter-spacing: 1.5px; display: block; color: var(--cd-color-main); }

.org__titel--child-1 { color: var(--cd-color-main); font-weight: normal; }

.dienststellen__link { text-decoration: none; }

.dienststellen__link:hover, .dienststellen__link:hover .org__titel span { text-decoration: underline; }

.org__funktion { display: none; }

.org__kontakt { position: relative; }

.org__kontakt .name { position: relative; }

.org__kontakt .funktion { position: relative; }

.org__kontakt .tel { position: relative; }

.org__kontakt .tel a { text-decoration: none; }

.org__kontakt .tel a:hover { text-decoration: underline; }

.org__bild { overflow: hidden; width: 150px; height: 50%; text-align: center; height: 150px; border-radius: 50%; margin: auto; position: absolute; left: 0; right: 0; bottom: calc(100% - 35px); background: var(--cd-color-main); }

.org__bild img { object-fit: cover; transform: scale(2.8); transform-origin: 55% 10%; }

.item2 .org__bild, .item3 .org__bild { display: none; }

.e2 > .subs { color: var(--cd-color-main); text-align: left; }

.e2 > .subs a { color: var(--cd-color-main); }

/* Beispiel Eigenbetrieb */
.e2 > .item2[data-id="6024217"] { background: red; }

.org--e1:first-child .org__bild img { transform: scale(1.45); transform-origin: 55% 10%; }

.org--e1:nth-child(2) .org__bild img { transform: scale(1.9); transform-origin: 55% -1%; }

.org--e1:nth-child(3) .org__bild img { transform: scale(1.4); transform-origin: 50% 0%; }

.item2[data-id="6002594"], .item2[data-id="6003175"], .item2[data-id="6002512"], .item2[data-id="6004547"], .ortsverwaltung .item2 { background-color: var(--cd-color-sek-hellgelb); }

.item2[data-id="6002594"] a, .item2[data-id="6002594"] span, .item2[data-id="6002594"] div, .item2[data-id="6003175"] a, .item2[data-id="6003175"] span, .item2[data-id="6003175"] div, .item2[data-id="6002512"] a, .item2[data-id="6002512"] span, .item2[data-id="6002512"] div, .item2[data-id="6004547"] a, .item2[data-id="6004547"] span, .item2[data-id="6004547"] div, .ortsverwaltung .item2 a, .ortsverwaltung .item2 span, .ortsverwaltung .item2 div { color: var(--cd-color-main); }

.item2[data-id="6004547"] + .toggler { background: var(--cd-color-secondary); }

.item2[data-id="6004547"] + .toggler::after { color: var(--cd-color-main); }

.item2[data-id="6004547"] + .toggler + .subs { background-color: #fbf7de; }

.item2[data-id="6004547"] + .toggler + .subs .e3 { background-color: #fbf7de; }

.item2[data-id="6004547"] + .toggler + .subs .e3 .org__titel--child-0 { text-transform: none; letter-spacing: inherit; }

.item2[data-id="6004547"] + .toggler + .subs .e3 .toggler { background: var(--cd-color-secondary); }

.item2[data-id="6004547"] + .toggler + .subs .e3 .toggler::after { color: var(--cd-color-main); }

.ortsverwaltung .toggler { background: var(--cd-color-secondary); }

.ortsverwaltung .toggler::after { color: var(--cd-color-main); }

.ortsverwaltung .subs { background-color: #fbf7de; }

.ortsverwaltung .subs .e3 { background-color: #fbf7de; }

.ortsverwaltung .subs .e3 .org__titel--child-0 { text-transform: none; letter-spacing: inherit; }

.organigramm-content + .l-slot-info .basecontent-dvv-service-bw-kontakte .zustaendigkeit, .organigramm-content + #service .basecontent-dvv-service-bw-kontakte .zustaendigkeit { display: none; }

.basecontent-dvv-service-bw-organigramm div[data-id="6002570"] + .toggler { display: none !important; }

.basecontent-dvv-service-bw-organigramm div[data-id="6059823"] .org__kontakt { display: none !important; }

.item2[data-id="6038497"] { display: none; }

/*	================================================== COMPONENTS / pagination ==================================================*/
.pagination { justify-content: left; flex-wrap: wrap; text-decoration: none; }

.pagination .page-item { margin-right: 2px; margin-top: 2px; min-height: 40px; }

.pagination a { text-decoration: none; min-height: 40px; display: block; height: 100%; }

.pagination .page-item:not(.disabled) > a { margin-right: 2px; text-decoration: none; }

.pagination .page-item.active button { background: var(--cd-color-secondary) !important; color: var(--cd-color-main) !important; }

.c-skiplinks { font-size: 1rem; }

.l-print-button { display: flex; justify-content: center; margin-bottom: 30px; font-size: 1.5rem; color: #000; }

.l-print-button button { background: transparent; border: 0; color: #999; display: flex; }

.l-print-button button:hover, .l-print-button button:focus { color: var(--cd-color-secondary); }

.l-print-button button:hover i, .l-print-button button:focus i { color: var(--cd-color-secondary); }

.l-print-button button:hover img, .l-print-button button:focus img { filter: invert(77%) sepia(56%) saturate(1897%) hue-rotate(360deg) brightness(105%) contrast(103%); }

.l-print-button button:hover .print-label, .l-print-button button:focus .print-label { text-decoration: underline; color: var(--cd-color-secondary); }

.l-print-button button i { color: #000; }

.l-print-button button img { min-height: 35px; max-height: 35px; padding-right: 15px; }

.l-print-button button .print-label { font-size: 16px; color: var(--cd-color-main); }

/*	================================================== COMPONENTS / pm-teaser ==================================================*/
.c-pm-meldung-link, .pm-detaillink { background-color: transparent; display: flex; transition: background-color 0.25s ease-in; text-decoration: none; }

.c-pm-meldung-link:hover, .pm-detaillink:hover { background-color: var(--cd-color-more-lighten-25); text-decoration: none; }

.c-pm-meldung-link:focus, .pm-detaillink:focus { background-color: var(--cd-color-more-lighten-25); text-decoration: none; }

.c-pm-meldung { background: transparent; color: #333; display: flex; width: 100%; padding: 0 27px; margin: 0 -27px; }

.c-pm-meldung .c-pm-meldung__datum { position: static; top: auto; text-transform: uppercase; border-bottom: 1px solid var(--cd-color-main); margin-bottom: 15px; padding-bottom: 15px; font-weight: 600; letter-spacing: 1px; color: #666; }

.c-pm-meldung-wrapper { border: 0; margin-bottom: 36px; flex-basis: 100%; position: relative; }

.c-pm-meldung__bild { flex: 1 1 33.3333%; margin-bottom: 0; overflow: hidden; margin-right: 18px; margin-top: 18px; padding-left: 18px; padding-bottom: 18px; }

.c-pm-meldung__bild img { width: 100%; }

.c-pm-meldung__inner { flex: 2 2 66.6666%; padding: 18px; }

.c-pm-meldung__title h3 { line-height: 1.5; }

.c-pm-meldung__title > * { margin: 0; }

.c-pm-meldung__datum { font-size: 1rem; }

.c-pm-meldung__button-wrapper { position: absolute; bottom: 0; right: 0; text-align: right; }

.c-pm-meldung-link .c-pm-meldung__inner:after, .pm-detaillink .c-pm-meldung__inner:after { content: "Mehr Infos"; background: #9a3847; border-radius: 25px; background: var(--cd-color-light-25); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 0.875rem; font-weight: 400; text-decoration: none; padding: 6px 20px; width: fit-content; text-transform: uppercase; letter-spacing: 3px; transition: background 0.2s ease-in; margin-top: 20px; }

.c-pm-meldung-link .c-pm-meldung__inner:after:hover, .pm-detaillink .c-pm-meldung__inner:after:hover { background-color: #62242d; }

.c-pm-meldung-link .c-pm-meldung__inner:after:hover, .c-pm-meldung-link .c-pm-meldung__inner:after:focus, .pm-detaillink .c-pm-meldung__inner:after:hover, .pm-detaillink .c-pm-meldung__inner:after:focus { background: var(--cd-color-main); color: #fff; }

.c-pm-meldung-link .c-pm-meldung__inner:after:before, .pm-detaillink .c-pm-meldung__inner:after:before { content: ''; margin: 0; padding: 0; }

.presse-uebersicht .c-pm-meldung-link .c-pm-meldung__inner:after, .pm-detaillink .c-pm-meldung__inner:after { margin-top: 0; }

.composedcontent-rubriktopnews .c-pm-meldung-link .c-pm-meldung__inner:after, .pm-detaillink .c-pm-meldung__inner:after { margin-top: 20px; }

.composedcontent-rubriktopnews .c-pm-meldung-wrapper { margin-bottom: 18px; }

.c-pm-meldung__readmore { border-radius: 25px; background: var(--cd-color-light-25); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 0.875rem; font-weight: 400; text-decoration: none; padding: 6px 20px; width: fit-content; text-transform: uppercase; letter-spacing: 3px; transition: background 0.2s ease-in; margin-top: 40px; }

.c-pm-meldung__readmore:before { content: ''; margin: 0; padding: 0; }

.pm-detaillink:hover .c-pm-meldung__readmore { background: var(--cd-color-main); color: #fff; }

/*	================================================== COMPONENTS / quicksearch ==================================================*/
.c-quicksearch { align-items: center; display: flex; }

.c-quicksearch__input { background: rgba(255, 255, 255, 0.9); border: 1px solid var(--cd-color-secondary); border-radius: 20px; height: 75px; padding-left: 30px; font-size: 24px; }

@media (max-width: 991.98px) { .c-quicksearch__input { font-size: 16px; } }

.c-quicksearch__button { background: #9a3847; background: var(--cd-color-light); position: absolute; right: 10px; border-radius: 15px; height: 55px; font-size: 24px; font-weight: 400; display: flex; align-items: center; justify-content: center; min-width: 160px; }

.c-quicksearch__button:hover { background-color: #62242d; }

.c-quicksearch__button:hover, .c-quicksearch__button:focus { background: var(--cd-color-dark); }

@media (max-width: 991.98px) { .c-quicksearch__button { font-size: 16px; min-width: 60px; } }

.c-quicksearch__button i { padding-right: 10px; font-size: 24px; }

@media (max-width: 767.98px) { .c-quicksearch__button i { padding-right: 0px; } }

@media (max-width: 767.98px) { .c-quicksearch__button-label { display: none; } }

.ui-widget.ui-autocomplete { background: #fff; box-shadow: 0 0 1rem #9a3847; padding: 0.8rem; max-width: 20rem; }

.ui-widget.ui-autocomplete li { list-style: none; cursor: pointer; }

.ui-widget.ui-autocomplete li a { display: block; }

/* ==== Search Overlay ==== */
.modal-backdrop { z-index: 0; }

.l-search-overlay__dialog { max-width: 1360px; }

.l-search-overlay__content { padding: 36px; border-radius: 20px; }

@media (max-width: 991.98px) { .l-search-overlay__content { padding: 0; border-radius: 0; } }

.l-search-overlay.modal { background: var(--cd-color-main-bg); z-index: 21050; }

@media (max-width: 991.98px) { .l-search-overlay.modal { padding: 18px !important; } }

@media (max-width: 767.98px) { .l-search-overlay.modal { padding: 9px !important; } }

.search-overlay { top: 0; left: 0; background: rgba(11, 91, 88, 0.95); background-position: bottom left; background-size: cover; display: none; -webkit-transition: all .5s ease; transition: all .5s ease; z-index: 20000; background: rgba(7, 59, 57, 0.9); }

.search-overlay .search-outer-close { font-size: 50px; margin: 25px; float: none; position: absolute; right: 0; top: 0; }

.search-overlay .close-search { color: #fff; }

.search-overlay .search-outer-close a { display: flex; height: 50px; width: 50px; justify-content: center; text-decoration: none; align-items: center; transition: all 0.2s ease-in; color: #fff; }

.search-overlay .search-outer-close a:before { color: #fff; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.search-overlay .search-outer-close a:hover, .search-overlay .search-outer-close a:focus { border: 1px dotted #fff; }

.search-overlay .search-outer-close a:hover:before, .search-overlay .search-outer-close a:focus:before { color: #fff; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.search-overlay .search-outer-close i { display: block; }

.search-overlay .close-search i:hover, .search-overlay .close-search i:focus { color: #9a3847; }

.search-overlay__outer { height: 100%; }

.search-overlay.open { opacity: 1; visibility: visible; display: block; }

.search-overlay__inner { max-width: 100%; margin: 0 auto; display: flex; justify-content: center; align-items: center; height: 100%; }

.search-overlay__wrapper { width: 100%; }

.search-overlay__wrapper .c-quicksearch__button { right: 46px !important; }

@media (max-width: 767.98px) { .search-overlay__wrapper .c-quicksearch__button { right: 26px !important; min-width: 40px; min-height: 40px; } }

@media (max-width: 767.98px) { .search-overlay__wrapper .c-quicksearch__input { padding-left: 15px; font-size: 14px; } }

@media (max-width: 991.98px) { .search-overlay__wrapper { flex-wrap: wrap; padding: 0 30px; } }

@media (max-width: 767.98px) { .search-overlay__wrapper { padding: 0 15px; } }

.c-search-oftgesucht { margin-left: 0; color: var(--cd-color-main); margin-right: 40px; margin-top: 50px; }

@media (max-width: 991.98px) { .c-search-oftgesucht { margin-right: 0; margin-bottom: 50px; } }

.c-search-oftgesucht a { color: var(--cd-color-main); text-decoration: none; padding: 15px 30px; }

.c-search-oftgesucht a:before { display: none !important; }

.c-search-oftgesucht a:hover { color: var(--cd-color-dark); }

@media (max-width: 991.98px) { .c-search-oftgesucht { margin-left: 0; margin-top: 30px; } }

.c-search-oftgesucht__titel, .c-meta__search__titel { font-size: clamp(1.5rem, 2.25vw, 2rem); font-weight: 600; text-transform: uppercase; color: var(--cd-color-main); text-align: center; margin-top: 20px; margin-bottom: 60px; text-transform: uppercase; text-align: center; }

@media (max-width: 991.98px) { .c-search-oftgesucht__titel, .c-meta__search__titel { line-height: 4.5rem; margin-bottom: 10px; } }

@media (max-width: 767.98px) { .c-search-oftgesucht__titel, .c-meta__search__titel { text-align: left; margin-top: 14px; } }

.c-search-oftgesucht__liste ul { list-style-type: none; padding-left: 0; left: auto; }

.c-search-oftgesucht__liste ul li:before { display: none; }

.c-search-oftgesucht__liste ul { list-style: none; display: flex; gap: 15px; margin: 0 0 15px 0; padding: 0; flex-wrap: wrap; justify-content: center; }

.c-search-oftgesucht__liste ul li { color: #000; flex-basis: 20%; flex: 0 1 auto; min-width: 100px; word-break: none; }

.c-search-oftgesucht__liste ul li a { border-radius: 25px; background: var(--cd-color-light); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.875rem; font-weight: 400; text-decoration: none; padding: 6px 20px; width: 100%; text-transform: uppercase; letter-spacing: 3px; transition: background 0.2s ease-in; }

.c-search-oftgesucht__liste ul li a:hover, .c-search-oftgesucht__liste ul li a:focus { background: var(--cd-color-main); color: #fff; }

.c-search-oftgesucht__liste ul li a:before { content: ''; margin: 0; padding: 0; }

.c-quicksearch > label { display: none; }

.c-quicksearch .fa-search::before { content: "\f002"; color: #fff; }

.ui-autocomplete { display: none; }

.c-meta__search .close { font-size: 2.5rem; position: absolute; right: 41px; top: 29px; }

/*	================================================== COMPONENTS / readspeaker ==================================================*/
.l-readspeaker { display: block; flex: 0 0 100%; max-width: 100%; position: relative; width: 100%; padding-right: 18px; padding-left: 18px; margin: 0 auto; padding: 0px; max-width: 1360px; margin-left: auto; margin-right: auto; margin-bottom: 30px; }

@media (max-width: 767.98px) { .l-readspeaker { flex: 0 0 100%; max-width: 100%; } }

.l-readspeaker > .l-readspeaker-inner { flex: 0 0 83.33333333%; max-width: 83.33333333%; margin-left: auto; margin-right: auto; }

@media (max-width: 991.98px) { .l-readspeaker > .l-readspeaker-inner { flex: 0 0 83.33333333%; max-width: 83.33333333%; } }

@media (max-width: 767.98px) { .l-readspeaker > .l-readspeaker-inner { flex: 0 0 100%; max-width: 100%; } }

.l-readspeaker img { max-width: 150px; }

.l-content--noslot .l-readspeaker, .l-content--teaser .l-readspeaker { flex: 0 0 83.33333333%; max-width: 83.33333333%; padding: 0 18px; }

@media (max-width: 767.98px) { .l-content--noslot .l-readspeaker, .l-content--teaser .l-readspeaker { flex: 0 0 100%; max-width: 100%; padding: 0; } }

.newsuebersicht .l-readspeaker { flex: 0 0 100%; max-width: 100%; padding: 0; }

.newsuebersicht .l-readspeaker > .l-readspeaker-inner { flex: 0 0 100%; max-width: 100%; margin-top: 20px; }

.newsdetail .l-readspeaker > .l-readspeaker-inner { margin-top: 20px; }

.zmselbstNEU .l-readspeaker { padding: 0; margin: 0; }

.zmselbstNEU .l-readspeaker > .l-readspeaker-inner { padding: 0; margin: 0; }

.zmview.zm-veranstaltungen .l-readspeaker { padding: 0; margin: 0; }

.zmview.zm-veranstaltungen .l-readspeaker > .l-readspeaker-inner { padding: 0; margin: 0; }

.service-bw-Wegweiser .l-readspeaker { padding: 0; margin: 0; }

.service-bw-Wegweiser .l-readspeaker > .l-readspeaker-inner { padding: 0; margin: 0; }

.l-readspeaker--breit { padding: 0; margin: 0; }

.l-readspeaker--breit > .l-readspeaker-inner { padding: 0; margin: 0; }

.l-content--teaser .l-readspeaker--breit { padding: 0 0 36px; }

.body_contentmail .l-content--noslot .l-readspeaker { max-width: 100%; padding: 0; }

.body_contentmail .l-readspeaker > .l-readspeaker-inner { max-width: 100%; }

/*	================================================== COMPONENTS / servicebw ==================================================*/
.basecontent-dvv-service-bw-beh-rdendaten .tel + .tel { display: none; }

.basecontent-dvv-service-bw-kontakte .bwKontakt { display: flex; flex-direction: column; gap: 25px; }

.basecontent-dvv-service-bw-kontakte .bwKontakt > .vCard { margin-bottom: 2%; }

.basecontent-dvv-service-bw-kontakte .bwKontakt .vCard .fn + .position { margin-top: -7px; }

.basecontent-dvv-service-bw-kontakte .bwKontakt .responsibilities { display: none; }

.basecontent-dvv-service-bw-einzelner-kontakt { margin-bottom: 36px; }

.basecontent-dvv-service-bw-einzelner-kontakt .lpBAnsprechRaum { margin-bottom: 36px; }

.basecontent-dvv-service-bw-einzelner-kontakt .vCard .fn + .position { margin-top: -7px; }

.basecontent-dvv-service-bw-einzelner-kontakt .vCard .fn + .position p { margin-bottom: 5px; }

.basecontent-dvv-service-bw-einzelne-beh-rde- .modul, .basecontent-dvv-service-bw-einzelne-beh-rde- .uebergeordnet { display: none; }

.basecontent-dvv-service-bw-einzelne-beh-rde- .openingHour { margin-top: 30px; }

.basecontent-dvv-service-bw-einzelne-beh-rde- .gebaeude .wert:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.basecontent-dvv-service-bw-einzelne-beh-rde- .raum .wert:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.basecontent-dvv-service-bw-einzelne-beh-rde- .even { background-color: transparent; }

.l-slot-info .basecontent-dvv-service-bw-einzelne-beh-rde- .modul, #service .basecontent-dvv-service-bw-einzelne-beh-rde- .modul, .l-slot-info .basecontent-dvv-service-bw-einzelne-beh-rde- .uebergeordnet, #service .basecontent-dvv-service-bw-einzelne-beh-rde- .uebergeordnet { display: none; }

.l-slot-info .basecontent-dvv-service-bw-einzelne-beh-rde- .titel, #service .basecontent-dvv-service-bw-einzelne-beh-rde- .titel { color: var(--cd-color-main); letter-spacing: 1px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; }

.basecontent-dvv-service-bw-beh-rdendaten { margin-bottom: 40px; }

.basecontent-dvv-service-bw-beh-rdendaten .org { color: #666; letter-spacing: 1px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; }

.basecontent-dvv-service-bw-beh-rdendaten .openingHours { margin-top: 30px; }

.openingHour .row { margin: 0; display: grid; grid-template-columns: 1fr 1fr; }

.openingHour .openingHour-title { margin-bottom: 10px; display: none; }

/*	================================================== COMPONENTS / schnelleinstieg ==================================================*/
.schnelleinstieg { position: fixed; right: 0; top: 50%; z-index: 20000; flex-direction: column; }

@media (max-width: 1199.98px) { .schnelleinstieg { top: 50%; } }

@media (max-width: 991.98px) { .schnelleinstieg { display: none; } }

.schnelleinstieg ul { list-style: none; margin: 0; padding: 0; }

.schnelleinstieg .v-col { display: flex; }

.schnelleinstieg .v-box { padding: 0; }

.schnelleinstieg li i { width: 57px; height: 57px; display: flex; align-items: center; justify-content: center; /* margin-top: 2px; */ padding-top: 2px; padding-left: 6px; }

.schnelleinstieg li a { color: #fff; text-decoration: none; display: flex; background-color: var(--cd-color-light); color: #fff; min-width: 240px; min-height: 57px; flex-basis: 100%; max-width: 100%; transform: translateX(100%) translateX(-54px); transition: all 0.2s ease-in; display: flex; align-items: center; margin-bottom: 6px; border-radius: 30px 0 0 30px; }

.schnelleinstieg li a:hover, .schnelleinstieg li a:focus { transform: translateX(0); background-color: var(--cd-color-dark); }

.schnelleinstieg li a:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }

.schnelleinstieg .icon { width: 57px; display: flex; align-items: center; justify-content: center; }

.schnelleinstieg p { margin: 0; }

.c-stage, .basecontent-stage { --font-color: #333; --font-light-color: #A2A2A2; --link-color:var(--cd-color-light); --link-hover-color: var(--cd-color-secondary); --bx-control-color: #A2A2A2; --bx-control-background-color: rgba(255, 255, 255, 0.8); --hover-decoration: underline solid var(--cd-color-secondary) 1px; --hover-background: #3677790D; --columns: 3; --margin-ver: 40px; --margin-hor: 40px; --padding-item: 20px; --border: 1px solid #D5D5D5; --text-size: 1.1rem; --text-small-size: 15px; --text-smaller-size: 12px; --heading-size: 1.5rem; --transition-background: background ease-in-out 0.3s; --transition-all: all ease-in-out 0.3s; --font-awesome-version: "Font Awesome 6 Pro"; --font-awesome-brand-version: "Font Awesome 6 Brands"; }

.c-stage .poweredByStage, .basecontent-stage .poweredByStage { display: flex; align-items: center; font-size: var(--text-small-size); color: var(--font-light-color); margin-top: var(--margin-ver); }

.c-stage .poweredByStage a, .basecontent-stage .poweredByStage a { color: var(--font-light-color); }

.c-stage .poweredByStage a:hover, .basecontent-stage .poweredByStage a:hover { color: var(--link-hover-color); }

.c-stage .poweredByStage p, .basecontent-stage .poweredByStage p { margin: 0; padding: 0; line-height: 1; }

.c-stage .poweredByStage img, .basecontent-stage .poweredByStage img { max-width: 18px; margin-right: 5px; }

.c-stage .stage, .basecontent-stage .stage { margin-left: calc((var(--margin-hor) / 2) * -1); margin-right: calc((var(--margin-hor)/2) * -1); margin-bottom: 60px; z-index: 0; }

.c-stage .stage a:hover, .basecontent-stage .stage a:hover { text-decoration: none; }

.c-stage .stage p, .basecontent-stage .stage p { margin-bottom: 10px; color: var(--font-color); }

.c-stage .stage_item, .basecontent-stage .stage_item { float: left; width: calc((100% / var(--columns)) - var(--margin-hor)); margin: calc(var(--margin-ver) / 2) calc(var(--margin-hor) / 2); border: var(--border); background: transparent; transition: var(--transition-background); }

@media (max-width: 1199.98px) { .c-stage .stage_item, .basecontent-stage .stage_item { --columns: 2; } }

@media (max-width: 767.98px) { .c-stage .stage_item, .basecontent-stage .stage_item { --columns: 1; } }

.c-stage .stage_item__link, .basecontent-stage .stage_item__link { display: block; font-size: 0; height: 0; }

.c-stage .stage_item__link:before, .basecontent-stage .stage_item__link:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }

.c-stage .stage_item__link:focus-visible:before, .basecontent-stage .stage_item__link:focus-visible:before { border: 2px solid black; }

.c-stage .stage_item__header .link_to_profile, .basecontent-stage .stage_item__header .link_to_profile { display: block; z-index: 2; position: relative; text-decoration: none; }

.c-stage .stage_item__header .link_to_profile .profile, .basecontent-stage .stage_item__header .link_to_profile .profile { padding: var(--padding-item); display: flex; gap: 30px; align-items: center; }

.c-stage .stage_item__header .link_to_profile .profile_img, .basecontent-stage .stage_item__header .link_to_profile .profile_img { width: 20%; }

.c-stage .stage_item__header .link_to_profile .profile_img img, .basecontent-stage .stage_item__header .link_to_profile .profile_img img { border-radius: 90px; border: var(--border); }

.c-stage .stage_item__header .link_to_profile .profile_name, .basecontent-stage .stage_item__header .link_to_profile .profile_name { width: auto; max-width: 70%; display: flex; flex-wrap: wrap; flex-direction: column; gap: 5px; text-decoration: none; }

.c-stage .stage_item__header .link_to_profile .profile_name .name, .basecontent-stage .stage_item__header .link_to_profile .profile_name .name { font-size: var(--text-size); font-weight: bold; line-height: 1.5; }

.c-stage .stage_item__header .link_to_profile .profile_name .social_page, .basecontent-stage .stage_item__header .link_to_profile .profile_name .social_page { font-size: var(--text-small-size); font-weight: normal; color: var(--font-color); }

.c-stage .stage_item__header .link_to_profile .profile_name .social_page::before, .basecontent-stage .stage_item__header .link_to_profile .profile_name .social_page::before { font-family: var(--font-awesome-brand-version); font-size: var(--text-smaller-size); margin-right: 15px; color: white; border-radius: 90px; width: calc(2 * var(--text-smaller-size)); height: calc(2 * var(--text-smaller-size)); display: inline-block; text-align: center; line-height: calc(2 * var(--text-smaller-size)); display: none; }

.c-stage .stage_item__header .link_to_profile .profile_name .social_page--facebook:before, .basecontent-stage .stage_item__header .link_to_profile .profile_name .social_page--facebook:before { content: "\f39e"; background: #3b5998; }

.c-stage .stage_item__header .link_to_profile .profile_name .social_page--instagram:before, .basecontent-stage .stage_item__header .link_to_profile .profile_name .social_page--instagram:before { content: "\f16d"; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }

.c-stage .stage_item__header .link_to_profile .profile_name .social_page--twitter:before, .basecontent-stage .stage_item__header .link_to_profile .profile_name .social_page--twitter:before { content: "\f099"; background: #00aced; }

.c-stage .stage_item__header .link_to_profile .profile_name .social_page--youtube:before, .basecontent-stage .stage_item__header .link_to_profile .profile_name .social_page--youtube:before { content: "\f167"; background: #bb0000; }

.c-stage .stage_item__header .link_to_profile:hover .profile_name .name, .basecontent-stage .stage_item__header .link_to_profile:hover .profile_name .name { text-decoration: var(--hover-decoration); text-underline-offset: 2px; transition: var(--transition-all); }

.c-stage .stage_item__body .post_img .image_slider, .basecontent-stage .stage_item__body .post_img .image_slider { display: flex; align-items: center; }

.c-stage .stage_item__body .post_img figure, .basecontent-stage .stage_item__body .post_img figure { width: 100%; margin: 0; max-width: 100%; }

.c-stage .stage_item__body .post_img .bx-wrapper, .basecontent-stage .stage_item__body .post_img .bx-wrapper { margin: 0; }

.c-stage .stage_item__body .post_img .bx-wrapper .bx-viewport, .basecontent-stage .stage_item__body .post_img .bx-wrapper .bx-viewport { height: 100% !important; }

.c-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a, .basecontent-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a { background-image: none; color: transparent; margin-top: 0; width: 30px; height: 30px; overflow: hidden; }

.c-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a:focus-visible:before, .basecontent-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a:focus-visible:before { border: 2px solid black; }

.c-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a.bx-prev, .basecontent-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a.bx-prev { left: 10px; }

.c-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a.bx-prev:before, .basecontent-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a.bx-prev:before { content: "\f053"; }

.c-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a.bx-next, .basecontent-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a.bx-next { right: 10px; }

.c-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a.bx-next:before, .basecontent-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a.bx-next:before { content: "\f054"; }

.c-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a:before, .basecontent-stage .stage_item__body .post_img .bx-wrapper .bx-controls-direction a:before { color: var(--bx-control-color); background: var(--bx-control-background-color); border-radius: 90px; display: flex; align-items: center; font-family: var(--font-awesome-version); font-size: 15px; font-weight: normal; text-align: center; text-indent: 10px; width: 30px; height: 30px; }

.c-stage .stage_item__body .post_img .bx-wrapper .bx-pager, .basecontent-stage .stage_item__body .post_img .bx-wrapper .bx-pager { display: none; }

.c-stage .stage_item__body .post_img .swiperParent .controls, .basecontent-stage .stage_item__body .post_img .swiperParent .controls { padding-left: 0; }

@media (max-width: 991.98px) { .c-stage .stage_item__body .post_img .swiperParent .controls .swiper-button-prev, .basecontent-stage .stage_item__body .post_img .swiperParent .controls .swiper-button-prev, .c-stage .stage_item__body .post_img .swiperParent .controls .swiper-button-next, .basecontent-stage .stage_item__body .post_img .swiperParent .controls .swiper-button-next { display: block; } }

.c-stage .stage_item__body .post_img video, .basecontent-stage .stage_item__body .post_img video { position: relative; z-index: 2; }

.c-stage .stage_item__body .post_text, .basecontent-stage .stage_item__body .post_text { font-size: var(--text-size); padding: var(--padding-item); }

.c-stage .stage_item__body .post_text h5, .basecontent-stage .stage_item__body .post_text h5 { display: none; font-size: var(--heading-size); margin-top: 0; background: transparent; text-decoration: underline solid transparent 1px; transition: var(--transition-all); }

.c-stage .stage_item__body .post_text h5 span, .basecontent-stage .stage_item__body .post_text h5 span { background: transparent; display: inline-block; transition: var(--transition-all); display: inline; }

.c-stage .stage_item__body .post_text .stage_item__text-short, .basecontent-stage .stage_item__body .post_text .stage_item__text-short { position: relative; display: block; word-break: break-word; display: inline-block; position: relative; background-color: var(--font-color); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, white); background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; }

.c-stage .stage_item__body .post_text .stage_item__text-toggle, .basecontent-stage .stage_item__body .post_text .stage_item__text-toggle { cursor: pointer; display: block; font-size: var(--text-small-size); color: var(--font-light-color); z-index: 2; position: relative; width: auto; background: none; border: none; padding: 0; }

.c-stage .stage_item__body .post_text .stage_item__text-toggle:hover, .basecontent-stage .stage_item__body .post_text .stage_item__text-toggle:hover, .c-stage .stage_item__body .post_text .stage_item__text-toggle:focus-visible, .basecontent-stage .stage_item__body .post_text .stage_item__text-toggle:focus-visible { text-decoration: var(--hover-decoration); outline: none; }

.c-stage .stage_item__body .post_text .stage_item__text-hashtag, .basecontent-stage .stage_item__body .post_text .stage_item__text-hashtag, .c-stage .stage_item__body .post_text .stage_item__text-link, .basecontent-stage .stage_item__body .post_text .stage_item__text-link { color: var(--link-color); text-decoration: underline; word-break: break-all; z-index: 2; position: relative; }

.c-stage .stage_item__body .post_text .stage_item__text-hashtag:hover, .basecontent-stage .stage_item__body .post_text .stage_item__text-hashtag:hover, .c-stage .stage_item__body .post_text .stage_item__text-hashtag:focus-visible, .basecontent-stage .stage_item__body .post_text .stage_item__text-hashtag:focus-visible, .c-stage .stage_item__body .post_text .stage_item__text-link:hover, .basecontent-stage .stage_item__body .post_text .stage_item__text-link:hover, .c-stage .stage_item__body .post_text .stage_item__text-link:focus-visible, .basecontent-stage .stage_item__body .post_text .stage_item__text-link:focus-visible { color: var(--link-hover-color); outline: none; }

.c-stage .stage_item__body .post_text .stage_item__text-hashtag:focus-visible, .basecontent-stage .stage_item__body .post_text .stage_item__text-hashtag:focus-visible, .c-stage .stage_item__body .post_text .stage_item__text-link:focus-visible, .basecontent-stage .stage_item__body .post_text .stage_item__text-link:focus-visible { outline: 1px solid var(--link-color); }

.c-stage .stage_item__footer, .basecontent-stage .stage_item__footer { padding: var(--padding-item); }

.c-stage .stage_item__footer .post_time, .basecontent-stage .stage_item__footer .post_time { font-size: var(--text-small-size); color: var(--font-light-color); }

.c-stage .stage_item:hover, .basecontent-stage .stage_item:hover { background: var(--hover-background); }

.c-stage .stage_item:hover h5 span, .basecontent-stage .stage_item:hover h5 span { text-decoration: var(--hover-decoration); color: var(--link-hover-color); }

.c-stage .stage_item:hover .stage_item__text-short:after, .basecontent-stage .stage_item:hover .stage_item__text-short:after { background: linear-gradient(rgba(0, 0, 0, 0), var(--hover-background)); transition: var(--transition-all); }

.c-stage .stage__load_more, .basecontent-stage .stage__load_more { text-align: center; width: 100%; position: absolute; top: 100%; border: none; }

.c-stage .stage__load_more:hover, .basecontent-stage .stage__load_more:hover { background: none; }

.c-stage .stage__load_more button.load, .basecontent-stage .stage__load_more button.load { max-width: 300px; text-align: center; }

.c-stage .stage__load_more button.load:focus-visible, .basecontent-stage .stage__load_more button.load:focus-visible { border: 1px solid; }

/*** Filer auf Kanal ***/
.stageElement.hide { visibility: hidden; opacity: 0; display: none; }

.filterStage .v-box { display: flex; justify-content: center; gap: 18px; }

.filterStage .v-box .boxChild { display: flex; flex-direction: column; align-items: center; flex-basis: 10%; cursor: pointer; }

.filterStage .v-box .boxChild .icon { position: relative; display: block; width: 70px; height: 32px; margin: auto; margin-bottom: 10px; }

.filterStage .v-box .boxChild .icon:before { content: ""; width: 100%; height: 100%; position: absolute; display: block; font-family: "Font Awesome 6 Pro"; background: var(--cd-color-more-lighten-25); border-radius: 32px; transition: all .2s ease-in-out; }

.filterStage .v-box .boxChild .icon:after { content: ""; background: white; width: 37%; height: 80%; border: 1px solid var(--cd-color-main); border-radius: 90px; display: block; position: absolute; top: 10%; left: 5%; transition: all .2s ease-in-out; }

.filterStage .v-box .boxChild.aktiv .icon:before { background: var(--cd-color-main); transition: all .2s ease-in-out; }

.filterStage .v-box .boxChild.aktiv .icon:after { left: initial; right: 5%; transition: all .2s ease-in-out; }

.filterStage .v-box .boxChild p { position: relative; text-align: center; }

/*==== Components - StÃ¶rer ====*/
.home .c-stoerer { top: 10%; }

.c-stoerer { position: absolute; top: 5%; left: 0; right: 0; z-index: 1000; display: -ms-flexbox; display: flex; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; font-size: 1.4815rem; color: #fff; }

@media (max-width: 991.98px) { .c-stoerer { top: 5%; } }

.c-stoerer a { color: var(--cd-color-secondary); }

.c-stoerer a:hover, .c-stoerer a:focus { color: #fff; }

.c-stoerer a.externerLink:after { color: var(--cd-color-secondary); }

.c-stoerer p { font-size: clamp(0.875rem, calc(0.5795rem + 1.2846vw), 1.2875rem); line-height: 30pt; }

@media (max-width: 991.98px) { .c-stoerer p { line-height: 1.75; } }

.c-stoerer .c-button a { background: var(--cd-color-secondary); color: #000; }

.c-stoerer .c-button a:after { color: #000; }

.c-stoerer .c-button a:hover, .c-stoerer .c-button a:focus { color: #000; background: #ffd941; }

.c-stoerer .c-button a:hover:after, .c-stoerer .c-button a:focus:after { color: #000; }

.c-stoerer .stoerer-art { text-transform: uppercase; margin-bottom: 0; letter-spacing: 2px; font-weight: 500; font-size: clamp(0.875rem, calc(0.7841rem + 0.3953vw), 1.125rem); letter-spacing: 1px; }

.c-stoerer__brand { margin-bottom: 0px; padding: 20px 40px; }

.c-stoerer__brand img { max-height: 72px; }

.c-stoerer__inner { min-width: 50vw; max-width: 960px; background: rgba(208, 19, 19, 0.9); height: auto; overflow: auto; position: relative; padding-top: 20px; z-index: 99000; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }

.c-stoerer__inner-wrapper { padding: 36px 36px; }

@media (min-width: 576px) { .c-stoerer__inner-wrapper { max-width: 540px; } }

@media (min-width: 768px) { .c-stoerer__inner-wrapper { max-width: 720px; } }

@media (min-width: 992px) { .c-stoerer__inner-wrapper { max-width: 960px; } }

@media (min-width: 1200px) { .c-stoerer__inner-wrapper { max-width: 1140px; } }

@media (min-width: 1440px) { .c-stoerer__inner-wrapper { max-width: 1360px; } }

.c-stoerer__inner figure { margin: 0px; width: 100%; }

.c-stoerer__inner figure .image-inner, .c-stoerer__inner figure img { width: 100%; }

.c-stoerer__inner .v-row { padding: 36px; margin: 0; }

.c-stoerer__inner .v-row > div:nth-child(1) { max-width: 100%; width: 100%; flex: 1; }

.c-stoerer__inner .v-row > div:nth-child(1) .v-box { padding-right: 0; }

.c-stoerer__inner .v-row > div:nth-child(2) { display: flex; align-items: flex-end; justify-content: flex-end; flex: 0; }

.c-stoerer__inner h2 { font-weight: bold; color: #fff; font-size: clamp(1.75rem, calc(1.4318rem + 1.3834vw), 2.625rem); font-family: "Open Sans", Arial, Helvetica, sans-serif; text-align: left; margin-top: 0px; margin-bottom: 30px; text-transform: none; }

.c-stoerer__inner h2:before, .c-stoerer__inner h2:after { display: none; margin: 0; }

.c-stoerer h1, .c-stoerer h2, .c-stoerer h3 { background: none; padding-top: 5px; }

.c-stoerer a:hover, .c-stoerer a:focus { color: #fff; text-decoration: none; }

.c-stoerer .close { cursor: pointer; font-weight: bold; text-decoration: none; display: block; font-size: 27px; line-height: 40px; width: 40px; height: 40px; text-align: center; padding: 1px; position: absolute; right: 20px; top: 17px; transition: color .2s ease; background: transparent; border: 0 solid transparent; opacity: 1; color: #fff; box-shadow: none; z-index: 999999; }

.c-stoerer .close i { color: #fff; font-weight: 600; }

.c-stoerer .close:hover, .c-stoerer .close:focus { background: transparent; opacity: 1 !important; color: var(--cd-color-darkpetrol); }

.c-stoerer .basecontent-button { margin: 20px 40px 40px 40px; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide { margin-left: 1px; margin-right: 1px; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box { position: relative; padding: 0; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box p.c-text, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box h4, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box .c-table caption, .c-table body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box caption, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box .basecontent-table > table caption, .basecontent-table > table body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box caption { position: relative; margin: 0; max-width: 100%; padding: var(--spacer_0-75-clamp) var(--spacer_1-clamp); }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box p.c-text:after, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box p.c-text:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box h4:after, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box .c-table caption:after, .c-table body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box caption:after, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box .basecontent-table > table caption:after, .basecontent-table > table body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box caption:after, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box h4:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box .c-table caption:before, .c-table body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box caption:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box .basecontent-table > table caption:before, .basecontent-table > table body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box caption:before { display: none; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box h4, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box .c-table caption, .c-table body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box caption, body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box .basecontent-table > table caption, .basecontent-table > table body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box caption { padding-bottom: 0; z-index: 2; margin-bottom: calc(var(--spacer_0-25-clamp) * (-1)); }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box figure { width: 100%; margin: 0; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box figure img { max-height: calc(var(--spacer_3-clamp) * 5); width: 100%; object-fit: cover; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper .swiper-slide .v-box figure figcaption .description { display: none; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent { --spacer_0-25-clamp: clamp(0.1875rem, calc(0.0804rem + 0.5357vw), 0.5625rem); --spacer_0-5-clamp: clamp(0.5625rem, calc(0.4018rem + 0.8036vw), 1.125rem); --spacer_0-75-clamp: clamp(0.8125rem, calc(0.5625rem + 1.25vw), 1.6875rem); --spacer_1-clamp: clamp(1.125rem, calc(0.8036rem + 1.6071vw), 2.25rem); --spacer_1-25-clamp: clamp(1.375rem, calc( 0.9643rem + 2.0536vw), 2.8125rem); --spacer_1-5-clamp: clamp(1.6875rem, calc(1.2054rem + 2.4107vw), 3.375rem); --spacer_1-75-clamp: clamp(1.9375rem, calc(1.3661rem + 2.8571vw), 3.9375rem); --spacer_2-clamp: clamp(2.25rem, calc(1.6071rem + 3.2143vw), 4.5rem); --spacer_3-clamp: clamp(3.375rem, calc(2.4107rem + 4.8214vw), 6.75rem); --spacer_4-clamp: clamp(4.5rem, calc(3.2143rem + 6.4286vw), 9rem); position: relative; padding-top: var(--spacer_0-25-clamp); padding-bottom: var(--spacer_0-5-clamp); display: flex; flex-wrap: wrap; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .controls { display: flex; align-items: center; justify-content: center; margin-top: 30px; gap: var(--spacer_0-75-clamp); flex-basis: 100%; order: 1; }

@media (max-width: 767.98px) { body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .controls { margin-top: 15px; } }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper { flex-basis: 100%; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-next, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-prev, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-pause, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-play { height: calc(var(--spacer_0-75-clamp) * 1.25); width: calc(var(--spacer_0-75-clamp) * 1.25); background: transparent; border-radius: 2px; font-family: "Font Awesome 6 Pro"; font-weight: normal; font-size: 0; text-decoration: none; display: block; z-index: 20; position: relative; margin: 0; top: initial; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-next:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-prev:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-pause:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-play:before { color: var(--cd-color-dark); display: flex; align-items: center; justify-content: center; font-family: "Font Awesome 6 Pro"; font-size: calc(var(--spacer_0-75-clamp) * 1.25); transition: all 0.3s; width: calc(var(--spacer_0-75-clamp) * 1.25); height: calc(var(--spacer_0-75-clamp) * 1.25); font-weight: 400; transition: all 0.3s ease-in-out; }

@media (max-width: 991.98px) { body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-next:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-prev:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-pause:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-play:before { height: var(--spacer_1-25-clamp); width: var(--spacer_1-25-clamp); font-size: var(--spacer_1-25-clamp); } }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-next:after, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-prev:after, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-pause:after, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-play:after { display: none; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-next:hover, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-prev:hover, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-pause:hover, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-play:hover { transition: all 0.3s ease-in-out; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-next:hover:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-prev:hover:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-pause:hover:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-play:hover:before { height: 100%; width: 100%; transition: all 0.3s ease-in-out; color: var(--cd-color-secondary); }

@media (max-width: 991.98px) { body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-next, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-prev, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-pause, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-play { height: var(--spacer_1-25-clamp); width: var(--spacer_1-25-clamp); } }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-pause, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-play { margin: 0; right: 0; position: relative; order: 5; cursor: pointer; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-pause:before, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-play:before { content: '\f144'; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-pause.active, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-play.active { display: none; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-pause:before { content: '\f28b'; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-prev { left: 0; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-prev:before { content: "\f053"; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-next { right: 0; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .swiper-button-next:before { content: "\f054"; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .controls.pfeil-auf-bild .swiper-button-next, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .controls.pfeil-auf-bild .swiper-button-prev, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .controls.pfeil-neben-bild .swiper-button-next, body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .controls.pfeil-neben-bild .swiper-button-prev { position: absolute; top: 35%; background: rgba(255, 255, 255, 0.6); }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .controls.pfeil-neben-bild .swiper-button-next { right: -30px; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperParent .controls.pfeil-neben-bild .swiper-button-prev { left: -30px; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper-pagination { position: relative !important; margin-top: 0px; bottom: initial !important; height: calc(var(--spacer_0-75-clamp) / 1.25); transform: none !important; left: initial !important; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper-pagination .swiper-pagination-bullet { border-radius: calc(var(--spacer_0-75-clamp) / 2); width: calc(var(--spacer_0-75-clamp) / 1.25); height: calc(var(--spacer_0-75-clamp) / 1.25); background: transparent; border: 2px solid var(--cd-color-dark); opacity: 1; transition: all 0.3s ease-in-out; }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper-pagination .swiper-pagination-bullet-active { background: var(--cd-color-dark); }

body:not(.rheinauenpfad):not(.tourismus.home) .swiper-pagination .swiper-pagination-bullet:hover { background: var(--cd-color-secondary); border: 2px solid var(--cd-color-secondary); transition: all 0.3s ease-in-out; }

@media (max-width: 991.98px) { body:not(.rheinauenpfad):not(.tourismus.home) .swiper-pagination .swiper-pagination-bullet { width: var(--spacer_0-75-clamp); height: var(--spacer_0-75-clamp); border-radius: var(--spacer_0-75-clamp); } }

@media (max-width: 991.98px) { body:not(.rheinauenpfad):not(.tourismus.home) .swiper-pagination { height: var(--spacer_1-clamp); } }

@media (max-width: 991.98px) { body:not(.rheinauenpfad):not(.tourismus.home) .swiperArticle { max-width: 100% !important; flex: 0 0 100% !important; } }

body:not(.rheinauenpfad):not(.tourismus.home) .swiperArticle .swiperParent.disabled .controls, body:not(.rheinauenpfad):not(.tourismus.home) .swiperArticle .vwp #anfangsbuchstaben .swiperParent.lpInaktiv .controls, .vwp #anfangsbuchstaben body:not(.rheinauenpfad):not(.tourismus.home) .swiperArticle .swiperParent.lpInaktiv .controls, body:not(.rheinauenpfad):not(.tourismus.home) .swiperArticle .vwp #anfangsbuchstaben .swiperParent.inaktiv .controls, .vwp #anfangsbuchstaben body:not(.rheinauenpfad):not(.tourismus.home) .swiperArticle .swiperParent.inaktiv .controls { display: none; }

/*	================================================== COMPONENTS / table ==================================================*/
.basecontent-table, .c-downloadlist, .e-downloadlist { overflow-x: auto; margin-bottom: 60px; max-width: 100%; }

.c-table, .basecontent-table > table { line-height: 1.5; width: 100%; overflow-y: auto; }

@media (max-width: 767.98px) { .c-table, .basecontent-table > table { width: 100%; overflow-y: auto; } }

.c-table caption, .basecontent-table > table caption { caption-side: inherit; margin-bottom: 0; padding-bottom: 6px; }

.c-table tbody, .basecontent-table > table tbody { border-left: 0px solid #dee2e6; border-right: 0px solid #dee2e6; border-bottom: 0px solid #dee2e6; }

.c-table thead, .basecontent-table > table thead { border-left: 0px solid #dee2e6; border-right: 0px solid #dee2e6; }

.c-table table thead th, .basecontent-table > table table thead th { border: 0; }

.c-table th, .basecontent-table > table th, .c-table td, .basecontent-table > table td { border: 0; }

.c-table .head th, .basecontent-table > table .head th, .c-table .contentTableWithHeadlineColumn, .basecontent-table > table .contentTableWithHeadlineColumn { background-color: var(--cd-color-more-lighten-25); }

.c-table.responsive table, .basecontent-table > table.responsive table { width: 100%; }

.basecontent-table > table.show-grid thead th { border-bottom-color: var(--cd-color-secondary); }

.contentTableWithHeadlineColumn { border: 0px solid var(--cd-color-secondary); }

.basecontent-table > table.show-grid tbody th { border-right: 0px solid var(--cd-color-secondary); }

.c-downloadlist.responsive, .responsive.e-downloadlist, .c-table.responsive, .basecontent-table > table.responsive { font-size: 1rem; font-size: clamp(0.875rem, 1.25vw, 1rem); line-height: 1.75; }

@media (max-width: 767.98px) { .c-downloadlist.responsive .dlType, .responsive.e-downloadlist .dlType, .c-table.responsive .dlType, .basecontent-table > table.responsive .dlType { min-width: 100%; } }

@media (max-width: 767.98px) { .c-downloadlist.responsive tr, .responsive.e-downloadlist tr, .c-table.responsive tr, .basecontent-table > table.responsive tr { display: flex; flex-direction: column; border-bottom: 2px solid var(--cd-color-secondary); padding-bottom: 16px; } }

@media (max-width: 767.98px) { .c-downloadlist.responsive tbody, .responsive.e-downloadlist tbody, .c-table.responsive tbody, .basecontent-table > table.responsive tbody { width: 100%; } }

@media (max-width: 767.98px) { .c-downloadlist.responsive .head, .responsive.e-downloadlist .head, .c-downloadlist.responsive .tablesorter-headerRow, .responsive.e-downloadlist .tablesorter-headerRow, .c-table.responsive .head, .basecontent-table > table.responsive .head, .c-table.responsive .tablesorter-headerRow, .basecontent-table > table.responsive .tablesorter-headerRow { display: none; } }

@media (max-width: 767.98px) { .c-downloadlist.responsive td, .responsive.e-downloadlist td, .c-table.responsive td, .basecontent-table > table.responsive td { padding: 3px 10px !important; display: flex; } }

@media (max-width: 767.98px) { .c-downloadlist.responsive td:before, .responsive.e-downloadlist td:before, .c-table.responsive td:before, .basecontent-table > table.responsive td:before { content: attr(data-label) ": "; margin-right: 7px; word-break: break-word; font-weight: bold; display: inline-block; padding-left: 0px; white-space: nowrap; } }

@media (max-width: 991.98px) { .c-downloadlist.responsive, .responsive.e-downloadlist, .c-table.responsive, .basecontent-table > table.responsive { line-height: 1.5; } }

tr.even { background: #f6f7f8; }

/*	================================================== COMPONENTS / dvvtoolbar ==================================================*/
.dvvToolbar.ui-widget-header { background: #343a40 none; border: none; padding: 0; position: fixed; top: 0; left: 0; right: 0; z-index: 99999; }

.dvvToolbar.ui-widget-header .ui-widget { color: #fff; }

.dvvToolbar.ui-widget-header .tb-menu { width: 100%; padding-right: 18px; padding-left: 18px; margin-right: auto; margin-left: auto; max-width: 1440px; margin: 0 auto; padding: 0; align-items: center; font-size: 0.9rem; min-height: 40px; }

.dvvToolbar.ui-widget-header .tb-menu li { margin: 0 1px; }

.dvvToolbar.ui-widget-header .tb-menu li:hover, .dvvToolbar.ui-widget-header .tb-menu li:focus { background: #9a3847; }

.dvvToolbar.ui-widget-header .tb-menu > li { min-height: 40px; display: flex; align-items: center; border-right: 1px solid #ccc; padding: 0 7px; transition: background 0.2s ease-in; }

.dvvToolbar.ui-widget-header .tb-menu > li:hover, .dvvToolbar.ui-widget-header .tb-menu > li:focus { background: #000; }

.dvvToolbar.ui-widget-header .tb-menu .tb-root-entry-button { background: #343a40 none; border: none; }

.dvvToolbar.ui-widget-header .tb-menu li:hover ul, .dvvToolbar.ui-widget-header .tb-menu li.sfHover ul { top: 2em; }

.dvvToolbar.ui-widget-header .tb-menu .separator.level1 { display: none; }

.dvvToolbar.ui-widget-header img.tb-root-entry-iconPrimary { top: 0; }

@media (max-width: 767.98px) { .l-dvv-toolbar + * { margin-top: 0; } }

.dvvToolbar.ui-widget-header .tb-menu li:hover ul, .dvvToolbar.ui-widget-header .tb-menu li.sfHover ul { top: 40px; }

@media (max-width: 767.98px) { .l-dvv-toolbar { display: none; margin-top: 0; } }

.toolbar-height { min-height: 40px; transition: all 0.25s ease-in; }

@media (max-width: 991.98px) { .toolbar-height { display: none; min-height: 60px; } }

/*	================================================== COMPONENTS / topnews ==================================================*/
.pm-topnews, .composedcontent-rubriktopnews { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: space-between; }

.pm-topnews .pm-detaillink, .composedcontent-rubriktopnews .pm-detaillink { margin: 0 -27px; padding: 0 0px; }

.pm-topnews .c-pm-meldung__bild, .composedcontent-rubriktopnews .c-pm-meldung__bild { flex-basis: 35%; }

.pm-topnews .c-pm-meldung__inner, .composedcontent-rubriktopnews .c-pm-meldung__inner { flex-basis: 65%; padding-left: 27px; padding-right: 27px; }

@media (max-width: 991.98px) { .composedcontent-rubriktopnews .c-pm-meldung { padding: 0; margin: 0; } }

.composedcontent-rubriktopnews.ohnedatum .c-pm-meldung .c-pm-meldung__datum { display: none; }

/*	================================================== COMPONENTS / trenner ==================================================*/
.c-separator, .basecontent-dvv-trenner { clear: both; }

.c-separator hr.trenner-sep, .basecontent-dvv-trenner hr.trenner-sep { border-bottom: 1px solid #ffcc01; clear: both; }

.c-separator div.trenner-sep, .basecontent-dvv-trenner div.trenner-sep { margin: 36px 0; display: block; height: 1px; }

.c-separator .sep50, .basecontent-dvv-trenner .sep50 { width: 50%; }

.c-separator .sep75, .basecontent-dvv-trenner .sep75 { width: 75%; }

.c-separator .sep90, .basecontent-dvv-trenner .sep90 { width: 90%; }

.c-separator .sep100, .basecontent-dvv-trenner .sep100 { width: 100%; }

/*	================================================== COMPONENTS / vcard ==================================================*/
.c-vcard, .vCard { position: relative; }

.c-vcard .vCardLink, .vCard .vCardLink { position: absolute; right: 18px; top: 1.5rem; display: none; }

.c-vcard .titles, .vCard .titles { display: none; }

.c-vcard .fn, .vCard .fn, .c-vcard .organization, .vCard .organization { color: var(--cd-color-main); }

.c-vcard .organization, .vCard .organization { color: #666; letter-spacing: 1px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; }

.c-vcard .organization.organization-with-name, .vCard .organization.organization-with-name { line-height: 1.5; color: #666; letter-spacing: 1px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; margin-top: 2.75rem; }

.c-vcard .fn, .vCard .fn { color: var(--cd-color-main); letter-spacing: 1px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; }

.c-vcard .cityline, .vCard .cityline { margin-bottom: 1.5em; }

@media (max-width: 991.98px) { .c-vcard .cityline, .vCard .cityline { margin-bottom: 0.5em; } }

.c-vcard .country-name, .vCard .country-name { display: none; }

.c-vcard .mail .bez, .vCard .mail .bez, .c-vcard .tel .bez, .vCard .tel .bez, .c-vcard .mobile .bez, .vCard .mobile .bez, .c-vcard .fax .bez, .vCard .fax .bez, .c-vcard .gebaeude .bez, .vCard .gebaeude .bez { display: none; }

.c-vcard .tel .value:before, .vCard .tel .value:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.c-vcard .tel .value:before, .vCard .tel .value:before { min-width: 27px; }

.c-vcard .mobile .value:before, .vCard .mobile .value:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.c-vcard .mobile .value:before, .vCard .mobile .value:before { min-width: 27px; }

.c-vcard .fax .value:before, .vCard .fax .value:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.c-vcard .fax .value:before, .vCard .fax .value:before { min-width: 27px; }

.c-vcard .gebaeude .value:before, .vCard .gebaeude .value:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.c-vcard .gebaeude .value:before, .vCard .gebaeude .value:before { min-width: 27px; }

.c-vcard .lpBAnsprechRaum .bez:before, .vCard .lpBAnsprechRaum .bez:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.c-vcard .lpBAnsprechRaum .bez:before, .vCard .lpBAnsprechRaum .bez:before { min-width: 27px; }

.c-vcard .foto, .vCard .foto { max-width: 200px; max-height: 200px; margin: 20px 0; }

/* // vCard flex  .c-vcard {display:flex;flex-wrap:wrap;position:relative; > div {flex-basis:100%;} .vCardLink {position:absolute;right:$grid-gutter-width/2;} .titles {@extend .float-left;margin-right:0.4rem;} .fn, .organization {font-weight:bold;} .cityline {margin-bottom:$vcard-inner-margin;} .country-name {display:none;} .mapsLink, .efaLink {clear:right;@extend .float-right;} .mail .bez, .tel .bez, .mobile .bez, .fax .bez, .gebaeude .bez {display:none;} .tel .value {@include fa-icon("\f879");} .mobile .value {@include fa-icon("\f3cd"); &:before {padding-right:0.9em;}} //.tel + .tel {display:none;} .fax .value {@include fa-icon("\f1ac");} .gebaeude .value {@include fa-icon("\f19c");} } */
/*	================================================== COMPONENTS / videos ==================================================*/
video { max-width: 100%; width: 100%; display: block; }

iframe { border: none; width: 100% !important; }

.video-16by9 video { aspect-ratio: 16/9; object-fit: cover; }

.video-4by3 video { aspect-ratio: 4/3; object-fit: cover; }

.basecontent-dvv-external-multimedia { margin-bottom: 20px; }

video + .caption { font-size: 0.9em; padding-top: 5px; }

.oembed-content { position: relative; border: 1px solid #ccc; }

.oembed-content > img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.oembed-content .oembed__saferClick { background-color: rgba(0, 0, 0, 0.7); color: #fff; padding: 1em; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: center; }

.oembed-content .oembed__saferClick a { background: #fff; padding: 0.2rem 0.7rem; }

.oembed-content .oembed__saferClick button { background: var(--cd-color-main); color: #fff; transition: all 0.2s ease-in; margin-top: 15px; }

.oembed-content .oembed__saferClick button:hover, .oembed-content .oembed__saferClick button:focus { background: var(--cd-color-dark); }

.oembed-content .oembed__saferClick--youtube button { background: #f00; border: none; color: #fff; }

.oembed-content .oembed__saferClick--youtube button:hover, .oembed-content .oembed__saferClick--youtube button:focus { background: #cc0000; }

.oembed-content .oembed__saferClick .oembed__title { color: #fff; font-size: clamp(1.25rem, 2.25vw, 1.5rem); }

.basecontent-dvv-external-multimedia + .basecontent-dvv-external-multimedia { margin-top: 20px; }

/*	================================================== COMPONENTS / vorlagen ==================================================	*/
[class^="composedcontent-standardseite"], .v-row { margin-bottom: 12px; }

[class^="composedcontent-standardseite"] { margin-left: -18px; margin-right: -18px; padding-left: 18px; padding-right: 18px; }

.v-row { display: flex; flex-wrap: wrap; margin-left: -18px; margin-right: -18px; }

.v-box { padding-left: 18px; padding-right: 18px; }

.fullwidth { margin: 0; padding: 0; width: 100%; flex-basis: 100%; }

.v-row > [class^="col-"] { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }

.v-standard > .v-box { padding: 0; }

.l-content .v-standard-breit .v-box { padding: 18px; }

@media (max-width: 991.98px) { .l-content .v-standard-breit .v-box { padding: 9px; } }

.l-content .v-standard-breit > .v-box { padding: 0; }

.l-content-teaser { background: #9a3847; color: #fff; margin-top: -100px; padding: 18px; }

.l-content-teaser h1, .l-content-teaser h2, .l-content-teaser h3, .l-content-teaser h4, .l-content-teaser .c-table caption, .c-table .l-content-teaser caption, .l-content-teaser .basecontent-table > table caption, .basecontent-table > table .l-content-teaser caption { color: #fff; }

.l-content .v-standard-breit { margin-bottom: 27px; }

.l-content .v-standard-breit .v-row.anzahl-2 { margin: -9px; }

.l-content .v-standard-breit.hintergrund { background-color: var(--cd-color-light); color: #fff; position: relative; /* for child pseudo-element */ margin: 0 -600rem 36px -600rem; /* add back negative margin value */ padding: 40px 600rem; }

.l-content .v-standard-breit.hintergrund:before { content: ""; position: absolute; z-index: -1; /* behind parent */ top: 0; bottom: 0; /* subtract h2 padding (1.5rem) */ left: 598.5rem; right: 598.5rem; background: var(--cd-color-light); }

.l-content .v-standard-breit.hintergrund h1, .l-content .v-standard-breit.hintergrund h2, .l-content .v-standard-breit.hintergrund h3, .l-content .v-standard-breit.hintergrund h4, .l-content .v-standard-breit.hintergrund .c-table caption, .c-table .l-content .v-standard-breit.hintergrund caption, .l-content .v-standard-breit.hintergrund .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit.hintergrund caption, .l-content .v-standard-breit.hintergrund h5 { color: #fff; }

.l-content .v-standard-breit.hintergrund .image-inner { border: 10px solid #fff; }

.l-content .v-standard-breit.hintergrund.ohneabstand { padding-top: 0; padding-bottom: 0; margin-top: 60px; margin-bottom: 60px; }

.l-content .v-standard-breit.hintergrund.ohneabstand .v-box { padding-top: 0; padding-bottom: 0; }

.l-content .v-standard-breit.hintergrund.ohneabstand figure { margin: 0; }

.l-content .v-standard-breit.hintergrund.ohneabstand figure .image-inner { border: 0; }

.l-content .v-standard-breit.hintergrund.logo { background-image: url("../img/rastatt_r_hell_10.png"); background-repeat: no-repeat; background-size: contain; background-position-x: calc(600rem - 80px); }

.l-content .v-standard-breit.hintergrund.hell { background-color: var(--cd-color-light-hell); }

.l-content .v-standard-breit.hintergrund.heller { background-color: var(--cd-color-light-heller); }

.l-content .v-standard.hintergrund .mittig, .l-content .v-standard-breit.hintergrund .mittig { display: flex; align-items: center; }

.l-content .v-standard-breit.hintergrund.hellgelb { background-color: var(--cd-color-sek-hellgelb); color: #333; }

.l-content .v-standard-breit.hintergrund.hellgelb .image-inner { border: 0; }

.l-content .v-standard-breit.hintergrund.hellgelb h2, .l-content .v-standard-breit.hintergrund.hellgelb h3, .l-content .v-standard-breit.hintergrund.hellgelb h4, .l-content .v-standard-breit.hintergrund.hellgelb .c-table caption, .c-table .l-content .v-standard-breit.hintergrund.hellgelb caption, .l-content .v-standard-breit.hintergrund.hellgelb .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit.hintergrund.hellgelb caption { color: var(--cd-color-main); margin-top: 0px; font-weight: bold; }

.l-content .v-standard-breit.hintergrund.hellgelb:before { background: var(--cd-color-sek-hellgelb); }

.l-content .v-standard-breit.hintergrund.hellgelb .kacheln-sonderformat > div { background: #fff; }

.l-content .v-standard-breit.hintergrund.hellgruen { background-color: var(--cd-color-sek-hellgruen); color: #333; }

.l-content .v-standard-breit.hintergrund.hellgruen .image-inner { border: 0; }

.l-content .v-standard-breit.hintergrund.hellgruen h2, .l-content .v-standard-breit.hintergrund.hellgruen h3, .l-content .v-standard-breit.hintergrund.hellgruen h4, .l-content .v-standard-breit.hintergrund.hellgruen .c-table caption, .c-table .l-content .v-standard-breit.hintergrund.hellgruen caption, .l-content .v-standard-breit.hintergrund.hellgruen .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit.hintergrund.hellgruen caption { color: var(--cd-color-main); margin-top: 0px; font-weight: bold; }

.l-content .v-standard-breit.hintergrund.hellgruen:before { background: var(--cd-color-sek-hellgruen); }

.l-content .v-standard-breit.hintergrund.hellgruen .kacheln-sonderformat > div { background: #fff; }

.l-content .v-standard-breit.hintergrund.hellblau { background-color: var(--cd-color-sek-hellblau); color: #333; }

.l-content .v-standard-breit.hintergrund.hellblau .image-inner { border: 0; }

.l-content .v-standard-breit.hintergrund.hellblau h2, .l-content .v-standard-breit.hintergrund.hellblau h3, .l-content .v-standard-breit.hintergrund.hellblau h4, .l-content .v-standard-breit.hintergrund.hellblau .c-table caption, .c-table .l-content .v-standard-breit.hintergrund.hellblau caption, .l-content .v-standard-breit.hintergrund.hellblau .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit.hintergrund.hellblau caption { color: var(--cd-color-main); margin-top: 0px; font-weight: bold; }

.l-content .v-standard-breit.hintergrund.hellblau:before { background: var(--cd-color-sek-hellblau); }

.l-content .v-standard-breit.hintergrund.hellblau .kacheln-sonderformat > div { background: #fff; }

.l-content .v-standard-breit.hintergrund.hellviolett { background-color: var(--cd-color-sek-hellviolett); color: #333; }

.l-content .v-standard-breit.hintergrund.hellviolett .image-inner { border: 0; }

.l-content .v-standard-breit.hintergrund.hellviolett h2, .l-content .v-standard-breit.hintergrund.hellviolett h3, .l-content .v-standard-breit.hintergrund.hellviolett h4, .l-content .v-standard-breit.hintergrund.hellviolett .c-table caption, .c-table .l-content .v-standard-breit.hintergrund.hellviolett caption, .l-content .v-standard-breit.hintergrund.hellviolett .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit.hintergrund.hellviolett caption { color: var(--cd-color-main); margin-top: 0px; font-weight: bold; }

.l-content .v-standard-breit.hintergrund.hellviolett:before { background: var(--cd-color-sek-hellviolett); }

.l-content .v-standard-breit.hintergrund.hellviolett .kacheln-sonderformat > div { background: #fff; }

.l-content .v-standard-breit.hintergrund.hellrose { background-color: var(--cd-color-sek-hellrose); color: #333; }

.l-content .v-standard-breit.hintergrund.hellrose .image-inner { border: 0; }

.l-content .v-standard-breit.hintergrund.hellrose h2, .l-content .v-standard-breit.hintergrund.hellrose h3, .l-content .v-standard-breit.hintergrund.hellrose h4, .l-content .v-standard-breit.hintergrund.hellrose .c-table caption, .c-table .l-content .v-standard-breit.hintergrund.hellrose caption, .l-content .v-standard-breit.hintergrund.hellrose .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit.hintergrund.hellrose caption { color: var(--cd-color-main); margin-top: 0px; font-weight: bold; }

.l-content .v-standard-breit.hintergrund.hellrose:before { background: var(--cd-color-sek-hellrose); }

.l-content .v-standard-breit.hintergrund.hellrose .kacheln-sonderformat > div { background: #fff; }

.l-content .v-standard-breit.hintergrund.hellbeige { background-color: var(--cd-color-sek-hellbeige); color: #333; }

.l-content .v-standard-breit.hintergrund.hellbeige .image-inner { border: 0; }

.l-content .v-standard-breit.hintergrund.hellbeige h2, .l-content .v-standard-breit.hintergrund.hellbeige h3, .l-content .v-standard-breit.hintergrund.hellbeige h4, .l-content .v-standard-breit.hintergrund.hellbeige .c-table caption, .c-table .l-content .v-standard-breit.hintergrund.hellbeige caption, .l-content .v-standard-breit.hintergrund.hellbeige .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit.hintergrund.hellbeige caption { color: var(--cd-color-main); margin-top: 0px; font-weight: bold; }

.l-content .v-standard-breit.hintergrund.hellbeige:before { background: var(--cd-color-sek-hellbeige); }

.l-content .v-standard-breit.hintergrund.hellbeige .kacheln-sonderformat > div { background: #fff; }

.l-content .kacheln-sonderformat { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 27px; font-size: clamp(1rem, 1.25vw, 1.45rem); line-height: 1.5; padding: 0 18px; margin-bottom: 36px; }

@media (max-width: 991.98px) { .l-content .kacheln-sonderformat { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .l-content .kacheln-sonderformat { grid-template-columns: 1fr; } }

.l-content .kacheln-sonderformat > div { flex-basis: 100%; max-width: 100%; background-color: var(--cd-color-secondary); }

.l-content .kacheln-sonderformat figure { margin: 0; width: 100%; }

.l-content .kacheln-sonderformat .image-inner { overflow: hidden; }

.l-content .kacheln-sonderformat a { text-decoration: none; }

.l-content .kacheln-sonderformat a img { transition: all 0.2s ease-in; width: 100%; }

.l-content .kacheln-sonderformat a:hover img, .l-content .kacheln-sonderformat a:focus img { transform: scale(1.1); }

.l-content .kacheln-sonderformat a.externerLink:before, .l-content .kacheln-sonderformat a.externerLink:after { display: none; }

.l-content .kacheln-sonderformat a.externerLink p { font-weight: normal; font-weight: bold; text-decoration: none; }

.l-content .kacheln-sonderformat a.externerLink p:before { color: #9a3847; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.l-content .kacheln-sonderformat a.externerLink p:before { color: #9a3847; }

.l-content .kacheln-sonderformat a.externerLink p:hover { color: var(--cd-color-secondary); }

.l-content .kacheln-sonderformat a.externerLink p:hover:before { color: var(--cd-color-secondary); text-decoration: underline; }

.l-content .kacheln-sonderformat a.externerLink p:hover, .l-content .kacheln-sonderformat a.externerLink p:focus { color: var(--cd-color-main); }

.l-content .kacheln-sonderformat a.externerLink p:hover:before, .l-content .kacheln-sonderformat a.externerLink p:focus:before { color: var(--cd-color-main); text-decoration: none; }

.l-content .kacheln-sonderformat a.externerLink p:before { font-weight: bold; }

.l-content .kacheln-sonderformat .v-row > div > div:nth-child(2) > div { height: 100%; }

.l-content .kacheln-sonderformat .v-row > div > div:nth-child(2) > div > div { height: 100%; }

.l-content .kacheln-sonderformat .v-row > div > div:nth-child(2) > div > div > div { height: 100%; }

.l-content .kacheln-sonderformat .v-col > div:nth-child(1) .v-box { padding: 0px; }

.l-content .kacheln-sonderformat .v-col > div:nth-child(2) { margin: 0px; }

.l-content .kacheln-sonderformat .v-col > div:nth-child(2) .v-box { padding: 18px 18px 18px 18px; }

.l-content .kacheln-sonderformat .v-col > div:nth-child(2) > div > div { font-weight: bold; color: var(--cd-color-main); }

.l-content .kacheln-sonderformat p { margin: 0; }

.l-content .v-standard-breit.testimonials h3, .l-content .v-standard.testimonials h3 { font-size: clamp(1rem, 2.25vw, 1.25rem); }

.l-content .v-standard-breit.testimonials figure, .l-content .v-standard.testimonials figure { margin: 0; }

.l-content .v-standard-breit.testimonials figure .image-inner, .l-content .v-standard.testimonials figure .image-inner { border: 0; }

.l-content .v-standard-breit .testimonials { margin: 0; }

.l-content .v-standard-breit .testimonials > div { background: #fff; color: #000; }

.l-content .v-standard-breit .testimonials h2, .l-content .v-standard-breit .testimonials h3, .l-content .v-standard-breit .testimonials h4, .l-content .v-standard-breit .testimonials .c-table caption, .c-table .l-content .v-standard-breit .testimonials caption, .l-content .v-standard-breit .testimonials .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit .testimonials caption { color: var(--cd-color-main); margin-top: 0px; font-weight: bold; }

.l-content .v-standard-breit .testimonials figure { display: block; }

.l-content .v-standard-breit .testimonials .image-inner { border: 0px; }

.l-content .v-standard-breit .testimonials .image-inner img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }

.l-content .v-standard-breit .testimonials.anzahl-4 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 18px; }

@media (max-width: 991.98px) { .l-content .v-standard-breit .testimonials.anzahl-4 { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .l-content .v-standard-breit .testimonials.anzahl-4 { grid-template-columns: 1fr; } }

.l-content .v-standard-breit .testimonials.anzahl-4 > div { flex-basis: 100%; width: 100%; max-width: 100%; }

.l-content .v-standard-breit .testimonials.dreispaltig { display: grid; grid-template-columns: 1fr 1fr 1fr; }

@media (max-width: 991.98px) { .l-content .v-standard-breit .testimonials.dreispaltig { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .l-content .v-standard-breit .testimonials.dreispaltig { grid-template-columns: 1fr; } }

.l-content .v-standard-breit .testimonials .v-col > div:nth-child(1) .v-box { padding: 0; }

.l-content .v-standard-breit .testimonials .v-col > div:nth-child(2) .v-box { padding: 18px 27px; }

.l-content .v-standard-breit.hintergrund.hellgelb h2, .l-content .v-standard-breit.hintergrund.hellgelb h3, .l-content .v-standard-breit.hintergrund.hellgelb h4, .l-content .v-standard-breit.hintergrund.hellgelb .c-table caption, .c-table .l-content .v-standard-breit.hintergrund.hellgelb caption, .l-content .v-standard-breit.hintergrund.hellgelb .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit.hintergrund.hellgelb caption { color: var(--cd-color-main); }

/* Gewerbegebiete */
.v-row.gleichehoehe { background: var(--cd-color-more-lighten-25); margin: 0 !important; }

.v-row.gleichehoehe .mapCanvas { border: 0; }

.farbe-0b5b58 { background: var(--cd-color-main); padding: 30px; color: #fff; }

.farbe-367779 { background: var(--cd-color-light); padding: 30px; color: #fff; }

.farbe-073b39 { background: var(--cd-color-dark); padding: 30px; color: #fff; }

.farbe-ffcc01 { background: var(--cd-color-secondary); padding: 30px; color: #000; }

.farbe-b5cecd { background: var(--cd-color-more-lighten); padding: 30px; color: #000; }

.farbe-eff5f4 { background: var(--cd-color-more-lighten-25); padding: 30px; color: #000; }

.farbe-73a0a2 { background: var(--cd-color-light-25); padding: 30px; color: #fff; }

.farbe-5f9295 { background: var(--cd-color-light-hell); padding: 30px; color: #fff; }

.farbe-7fa8aa { background: var(--cd-color-light-heller); padding: 30px; color: #fff; }

#node3496834 .l-content--noslot .l-readspeaker { padding: 0; }

.l-content .v-standard-breit .online-dienste { margin: 0; }

.l-content .v-standard-breit .online-dienste ul li { line-height: 1.5; margin-bottom: 7px; }

.l-content .v-standard-breit .online-dienste h2, .l-content .v-standard-breit .online-dienste h3, .l-content .v-standard-breit .online-dienste h4, .l-content .v-standard-breit .online-dienste .c-table caption, .c-table .l-content .v-standard-breit .online-dienste caption, .l-content .v-standard-breit .online-dienste .basecontent-table > table caption, .basecontent-table > table .l-content .v-standard-breit .online-dienste caption { color: var(--cd-color-main); margin-top: 0px; font-weight: bold; }

.l-content .v-standard-breit .online-dienste figure { display: block; margin: 0; }

.l-content .v-standard-breit .online-dienste .image-inner { border: 0px; }

.l-content .v-standard-breit .online-dienste .image-inner img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }

.l-content .v-standard-breit .online-dienste .ui-accordion { margin: 0; padding: 0; }

.l-content .v-standard-breit .online-dienste .ui-accordion .v-box { padding: 0; }

.l-content .v-standard-breit .online-dienste .ui-accordion .toggle_title { padding: 10px 30px; }

.l-content .v-standard-breit .online-dienste .ui-accordion .toogle_container { padding: 30px; }

.l-content .v-standard-breit .online-dienste .ui-accordion .ui-icon:after { font-weight: bold; }

.l-content .v-standard-breit .online-dienste .toggle_title.no-jalousie { display: none; }

.l-content .v-standard-breit .online-dienste .toggle_title.no-jalousie + .toggle_container.ui-accordion-content { display: block !important; border-bottom: 0; }

.l-content .v-standard-breit .online-dienste .toggle_title.no-jalousie + .toggle_container.ui-accordion-content + .toggle_title + .toggle_container.ui-accordion-content { margin-top: get-res-space(3); }

.l-content .v-standard-breit .online-dienste.v-row--3x33 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }

@media (max-width: 991.98px) { .l-content .v-standard-breit .online-dienste.v-row--3x33 { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .l-content .v-standard-breit .online-dienste.v-row--3x33 { grid-template-columns: 1fr; } }

.l-content .v-standard-breit .online-dienste > div { background: #fff; color: #000; width: 100%; max-width: 100%; flex-basis: 100%; }

.l-content .v-standard-breit .online-dienste .v-col > div:nth-child(1) .v-box { padding: 0; }

/*	================================================== BASE / ui-effekte ==================================================*/
.ui-widget { flex-direction: column; padding-left: 18px; padding-right: 18px; }

.ui-state-default, .ui-widget-header .ui-state-default { color: var(--cd-color-main); cursor: pointer; flex-basis: 100%; font-size: 1.25rem; font-size: clamp(16px, 1.25vw, 21px); font-weight: bold; line-height: 150%; padding-left: 9px; padding-right: 9px; margin-top: 0.5em; margin-bottom: 0; width: 100%; border: none; background-color: transparent; background: transparent; border-bottom: 1px solid var(--cd-color-main); }

.ui-state-default:hover, .ui-state-default:focus { color: var(--cd-color-main); text-decoration: underline; text-underline-offset: 2px; }

.ui-state-active a, .ui-state-default a { color: var(--cd-color-main) !important; }

.ui-corner-top, .ui-corner-all { border-radius: 0px; }

.ui-accordion { margin-bottom: 60px; }

.ui-accordion h3 { font-size: clamp(1.125rem, 2.25vw, 1.25rem); }

.ui-accordion-header { padding: 10px 12px 6px 0px; margin-top: 0; outline: 0; }

@media (max-width: 767.98px) { .ui-accordion-header { padding: 10px 12px 6px 0px; } }

.ui-accordion-header span:before { display: none; }

.ui-state-active { border-bottom-color: transparent; background: transparent none; }

.ui-state-active:hover, .ui-state-active:focus { color: var(--cd-color-main); text-decoration: underline; text-underline-offset: 2px; }

.ui-accordion .ui-accordion-header { display: flex; justify-content: normal; align-items: center; padding-left: 0; padding-right: 40px; position: relative; font-size: clamp(1rem, 1.25vw, 1.25rem); }

.ui-accordion .ui-accordion-header:focus { outline: inherit; }

.ui-accordion .ui-accordion-content { padding: 0; margin: 0; line-height: 175%; }

.ui-accordion .ui-accordion-content [class^="c-list"] ul { line-height: 175%; }

.ui-accordion-header-active { border-top: 0px solid var(--cd-color-main); outline: 0; }

.ui-accordion-header { display: flex; justify-content: space-between; }

.ui-icon { order: 2; text-indent: 0; width: auto; height: auto; display: flex; justify-content: flex-end; min-width: 70px; position: absolute; right: 10px; }

@media (max-width: 767.98px) { .ui-icon { min-width: 30px; } }

.ui-accordion-header .ui-icon:after, .ui-accordion-header-active .ui-icon:after { color: var(--cd-color-main); display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0 0 0.5em; font-size: 20px; }

.ui-accordion-header .ui-icon:after { content: "\f078"; }

.ui-accordion-header-active .ui-icon:after { content: "\f077"; }

.ui-widget { color: var(--cd-color-main); font: normal "Open Sans", Arial, Helvetica, sans-serif; line-height: 175%; }

.ui-accordion-content, .ui-tabs-panel, [class^=col-].ui-tabs-panel { border: none; background: transparent none; border-top-color: transparent; border-radius: 0; padding: 9px 9px 9px 0; }

.ui-accordion-content .v-box, .ui-tabs-panel .v-box, [class^=col-].ui-tabs-panel .v-box { padding: 0; }

.ui-accordion-content-active { border-bottom: 1px solid var(--cd-color-main); padding-top: 0px; padding-bottom: 15px; }

.ui-accordion-content { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: clamp(1rem, 1.25vw, 1.25rem); line-height: 175% !important; }

.ui-accordion-content h2:first-child, .ui-accordion-content h3:first-child, .ui-accordion-content h4:first-child, .ui-accordion-content .c-table caption:first-child, .c-table .ui-accordion-content caption:first-child, .ui-accordion-content .basecontent-table > table caption:first-child, .basecontent-table > table .ui-accordion-content caption:first-child { margin-top: 10px; }

.ui-tabs { border: none; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: clamp(1rem, 1.111vw, 1.125rem); }

.ui-tabs .ui-tabs-nav { display: flex; z-index: 1; background: transparent; border: none; padding: 0; }

.ui-tabs .ui-tabs-nav a { display: block; width: 100%; text-align: center; }

@media (max-width: 991.98px) { .ui-tabs .ui-tabs-nav { flex-wrap: wrap; } }

.ui-tabs .ui-tabs-tab { flex-basis: auto; outline: 0; font-weight: normal; display: flex; justify-content: center; align-items: flex-end; }

.ui-tabs .ui-tabs-active { border-bottom: 3px solid var(--cd-color-main); font-weight: bold; }

.ui-tabs .ui-tabs-panel { background-color: var(--cd-color-more-lighten-25); margin-top: -1px; padding: 36px; z-index: 0; }

.ui-tabs.ui-widget.ui-widget-content { border: 0; }

.ui-widget-content a { color: var(--cd-color-light); text-decoration: underline; }

#jquery-overlay { background: var(--cd-color-main) !important; }

/*	================================================== COMPONENTS / _wahllokal ==================================================*/
.wahlLokal .title, .wahlLokal .resultTitle, .wahlLokal .result { margin-top: 1em; margin-bottom: 1em; }

.wahlLokal .result.found { border: 1px solid #9a3847; font-size: 1.75rem; }

.wahlLokal .result.notfound { border: 1px solid #9a3847; }

#node3339738 .contentCSV, #node3339738 .zmCSV, #node3370679 .contentCSV, #node3370679 .zmCSV, #node3414777 .contentCSV, #node3414777 .zmCSV, #node3489552 .contentCSV, #node3489552 .zmCSV { display: none; }

#node3339738 label, #node3370679 label, #node3414777 label, #node3489552 label { margin-right: 15px; margin-bottom: 0; }

#node3339738 input, #node3370679 input, #node3414777 input, #node3489552 input { height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

#node3339738 input:focus, #node3339738 input:focus-visible, #node3370679 input:focus, #node3370679 input:focus-visible, #node3414777 input:focus, #node3414777 input:focus-visible, #node3489552 input:focus, #node3489552 input:focus-visible { color: #495057; background-color: #fff; border-color: #70bdbf; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(54, 119, 121, 0.25); }

#node3339738 .ui-widget.ui-autocomplete, #node3370679 .ui-widget.ui-autocomplete, #node3414777 .ui-widget.ui-autocomplete, #node3489552 .ui-widget.ui-autocomplete { max-height: 400px; overflow-y: auto; }

#node3339738 .wahllokalfinder-block, #node3370679 .wahllokalfinder-block, #node3414777 .wahllokalfinder-block, #node3489552 .wahllokalfinder-block { margin: 50px 0 0; }

#node3339738 .wahllokalfinder-form > div, #node3370679 .wahllokalfinder-form > div, #node3414777 .wahllokalfinder-form > div, #node3489552 .wahllokalfinder-form > div { margin-bottom: 15px; }

#node3339738 .wahllokalfinder-strasse input, #node3370679 .wahllokalfinder-strasse input, #node3414777 .wahllokalfinder-strasse input, #node3489552 .wahllokalfinder-strasse input { width: 50%; }

#node3339738 .wahllokalfinder-strasse label, #node3370679 .wahllokalfinder-strasse label, #node3414777 .wahllokalfinder-strasse label, #node3489552 .wahllokalfinder-strasse label { display: block; margin-bottom: 15px; }

#node3339738 .wahllokalfinder-hausnummer input, #node3370679 .wahllokalfinder-hausnummer input, #node3414777 .wahllokalfinder-hausnummer input, #node3489552 .wahllokalfinder-hausnummer input { width: 50px; text-align: center; /* Firefox */ }

#node3339738 .wahllokalfinder-hausnummer input::-webkit-outer-spin-button, #node3339738 .wahllokalfinder-hausnummer input::-webkit-inner-spin-button, #node3370679 .wahllokalfinder-hausnummer input::-webkit-outer-spin-button, #node3370679 .wahllokalfinder-hausnummer input::-webkit-inner-spin-button, #node3414777 .wahllokalfinder-hausnummer input::-webkit-outer-spin-button, #node3414777 .wahllokalfinder-hausnummer input::-webkit-inner-spin-button, #node3489552 .wahllokalfinder-hausnummer input::-webkit-outer-spin-button, #node3489552 .wahllokalfinder-hausnummer input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

#node3339738 .wahllokalfinder-hausnummer input[type=number], #node3370679 .wahllokalfinder-hausnummer input[type=number], #node3414777 .wahllokalfinder-hausnummer input[type=number], #node3489552 .wahllokalfinder-hausnummer input[type=number] { -moz-appearance: textfield; }

#node3339738 .wahllokalfinder-result h3.titel, #node3370679 .wahllokalfinder-result h3.titel, #node3414777 .wahllokalfinder-result h3.titel, #node3489552 .wahllokalfinder-result h3.titel { color: var(--cd-color-main); letter-spacing: 1px; font-weight: bold; text-transform: uppercase; margin-bottom: 25px; }

#node3339738 .wahllokalfinder-result a.vCard, #node3370679 .wahllokalfinder-result a.vCard, #node3414777 .wahllokalfinder-result a.vCard, #node3489552 .wahllokalfinder-result a.vCard { display: none; }

#node3339738 .wahllokalfinder-result .wahllokalfinder--link, #node3370679 .wahllokalfinder-result .wahllokalfinder--link, #node3414777 .wahllokalfinder-result .wahllokalfinder--link, #node3489552 .wahllokalfinder-result .wahllokalfinder--link { margin: 35px 0; }

#node3339738 .basecontent-dvv-karte, #node3370679 .basecontent-dvv-karte, #node3414777 .basecontent-dvv-karte, #node3489552 .basecontent-dvv-karte { display: none; overflow: visible; }

#node3339738 .basecontent-dvv-karte.show, #node3370679 .basecontent-dvv-karte.show, #node3414777 .basecontent-dvv-karte.show, #node3489552 .basecontent-dvv-karte.show { display: block; }

#node3339738 .basecontent-dvv-karte .leaflet-control-attribution.leaflet-control, #node3370679 .basecontent-dvv-karte .leaflet-control-attribution.leaflet-control, #node3414777 .basecontent-dvv-karte .leaflet-control-attribution.leaflet-control, #node3489552 .basecontent-dvv-karte .leaflet-control-attribution.leaflet-control { overflow: auto; }

.zm-wahllokale--details .zm-detail .zmitem__body { display: block; }

.zm-wahllokale--details .zm-detail .zmitem__body .img-adr { display: flex; margin-right: 0; }

.zm-wahllokale--details .zm-detail .zmitem__body .img-adr .image { max-width: initial; }

.zm-wahllokale--details .zm-detail .zmitem__body .img-adr .addresse { flex-basis: 40%; }

.zm-wahllokale--details .zm-detail .zmitem__body .img-adr .zusatzbezeichnung { margin-top: 0; }

.zm-wahllokale--details .zm-detail .zmitem__body .img-adr .vCard .cityline { order: 0; margin-bottom: 0; }

.zm-wahllokale--details .zm-detail .zmitem #xmap { margin-left: 0; }

.zm-wahllokale--details .zm-detail .zmitem #xmap .mapCanvas { max-height: initial; }

.zm-wahllokale--details .zm-detail .zmnav { display: none; }

/*	================================================== COMPONENTS / wetter ==================================================*/
.c-weather .weatherIcon, .basecontent-dvv-wetter .weatherIcon { border-right: 1px solid #dee2e6; display: flex; float: left; font-size: 4rem; margin-right: 1rem; }

.c-weather .kopf .title, .basecontent-dvv-wetter .kopf .title { display: none; }

.c-weather .rumpf, .basecontent-dvv-wetter .rumpf { font-size: 0.8rem; text-align: left; }

.c-weather .wind, .basecontent-dvv-wetter .wind { display: none; }

/* ******************************************

// ci-colors Raststatt
$cd-color1:	$cd-rastatt-gruen-3; 	  //	Grundfarbe (z.B. Ãberschriften et al)
$cd-color2: $cd-rastatt-gruen-3;    //  Grundfarbe (im Standard Links und Klickbares)
$cd-color3:	$gray-dark;    //  Sollte dark sein (zumindest aureichend Kontrast fÃ¼r weiÃe Schrift)
$cd-color4:	$cd-rastatt-gruen;    //	Buttons (u. ggf. Linkfarbe - s.u.)
$cd-color5:	$cd-rastatt-gruen-3;   //  Linien, Hinterleger,...

// Ci-Rastatt
$cd-rastatt-rot:#742935;
$cd-rastatt-rot-2:#9a3847;
$cd-rastatt-rot-3:#ae616b;

$cd-rastatt-gruen:#073b39;
$cd-rastatt-gruen-2:#0b5b58;
$cd-rastatt-gruen-3:#367779;

$cd-rastatt-blau:#345c94;
$cd-rastatt-blau-2:#25436c;
$cd-rastatt-blau-3:#192d49;

$cd-rastatt-gelb:#ffcc01;
********************************************
*/
.zeitstrahl *, .zeitstrahl *::before, .zeitstrahl *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* TIMELINE
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.zeitstrahl { padding: 50px 0; position: relative; }

.zeitstrahl ul li { list-style-type: none; position: relative; width: 6px; margin: 0 auto; padding-top: 50px; background: var(--cd-color-light); }

.zeitstrahl p { margin-bottom: 1.5rem; }

.zeitstrahl h2 { margin-bottom: 1rem; }

/* Falls unterschiedliche Farben rein sollen

.farbe-blau .zeitstrahl ul li{background: #3a73b3;}
.farbe-hellblau .zeitstrahl ul li{background: #009fdd;}
.farbe-lila .zeitstrahl ul li{background: #8c1d81;}
.farbe-magenta .zeitstrahl ul li{background: #cf0a66;}
.farbe-orange .zeitstrahl ul li{background: #ee7203;}
.farbe-gruen .zeitstrahl ul li{background: #78af2b;}
*/
.zeitstrahl ul li::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 30px; height: 30px; border-radius: 50%; background: inherit; background-color: #ffcc01; }

.zeitstrahl ul li div.zs-box { position: relative; bottom: 0; /*width: 278px;*/ width: 31vw; padding: 15px; background: var(--cd-color-more-lighten-25); }

.zeitstrahl ul li div.zs-box::before { content: ''; position: absolute; bottom: 7px; width: 0; height: 0; border-style: solid; }

.zeitstrahl ul li:nth-child(odd) div.zs-box { left: 45px; }

.zeitstrahl ul li:nth-child(odd) div.zs-box::before { left: -15px; border-width: 8px 16px 8px 0; border-color: transparent var(--cd-color-more-lighten-25) transparent transparent; }

.zeitstrahl ul li:nth-child(odd) div.zs-box.heidelbeer::before { left: -15px; border-width: 8px 16px 8px 0; border-color: transparent var(--cd-color-light) transparent transparent; }

.zeitstrahl ul li:nth-child(even) div.zs-box { /*left: -319px;*/ left: -33vw; }

.zeitstrahl ul li:nth-child(even) div.zs-box::before { right: -15px; border-width: 8px 0 8px 16px; border-color: transparent transparent transparent var(--cd-color-more-lighten-25); }

.zeitstrahl ul li:nth-child(even) div.zs-box.heidelbeer::before { right: -15px; border-width: 8px 0 8px 16px; border-color: transparent transparent transparent var(--cd-color-light); }

.zeitstrahl time { display: block; font-size: 20px; font-weight: bold; margin-bottom: 15px; position: relative; color: #000; }

/* EFFECTS
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.zeitstrahl ul li::after { transition: background .5s ease-in-out; }

.zeitstrahl ul li.in-view::after { background: var(--cd-color-light); }

.zeitstrahl ul li div.zs-box { visibility: visible; opacity: 1; /*transition: all .5s ease-in-out;*/ }

/* .zeitstrahl ul li:nth-child(odd) div.zs-box { transform: translate3d(200px, 0, 0); } .zeitstrahl ul li:nth-child(even) div.zs-box { transform: translate3d(-200px, 0, 0); } */
.zeitstrahl ul li.in-view div.zs-box { transform: none; visibility: visible; opacity: 1; }

/* GENERAL MEDIA QUERIES
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
@media screen and (max-width: 1149px) { .zeitstrahl ul li { margin-left: 20px; } .zeitstrahl ul li:nth-child(even) div.zs-box { left: 45px; } .zeitstrahl ul li:nth-child(even) div.zs-box::before { left: -15px; border-width: 8px 16px 8px 0; border-color: transparent var(--cd-color-more-lighten-25) transparent transparent; } .zeitstrahl ul li:nth-child(even) div.zs-box.heidelbeer::before { left: -15px; border-width: 8px 16px 8px 0; border-color: transparent var(--cd-color-light) transparent transparent; } }

@media screen and (max-width: 1149px) { .zeitstrahl ul li div.zs-box { /*width: calc(100vw - 200px);*/ width: 63vw; } }

/* @media screen and (max-width: 992px) { .zeitstrahl ul li div.zs-box { width: 63vw; } } */
@media screen and (max-width: 800px) { .zeitstrahl ul li div.zs-box { transform: none !important; visibility: visible !important; opacity: 1 !important; } }

.zeitstrahl .datum, .zeitstrahl .inhalte { display: none; }

.horizontal-timeline { opacity: 0; transition: opacity 0.2s; }

.horizontal-timeline ol { list-style: none; padding: 0; margin: 0; }

.horizontal-timeline ol li { position: relative; }

.horizontal-timeline.--loaded { opacity: 1; }

.horizontal-timeline .container { position: relative; height: 350px; }

.horizontal-timeline .dates { position: relative; height: 100%; margin: 0 40px; overflow: hidden; display: flex; align-items: center; }

.horizontal-timeline .dates::after, .horizontal-timeline .dates::before { content: ''; position: absolute; z-index: 1; top: 0; height: 100%; width: 20px; }

.horizontal-timeline .dates::before { left: 0; background: linear-gradient(to right, white, rgba(247, 247, 247, 0)); }

.horizontal-timeline .dates::after { right: 0; background: linear-gradient(to left, white, rgba(247, 247, 247, 0)); }

.horizontal-timeline .dates .date { min-width: 155px; position: absolute; bottom: 0; z-index: 1; text-align: center; font-size: 0.8em; color: var(--white); user-select: none; text-decoration: none; padding: 10px 35px; background: var(--cd-color-light); display: block; white-space: nowrap; z-index: 2; transition: all 0.2s ease-in; }

.horizontal-timeline .dates .date::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 100%; height: 115px; width: 5px; background-color: var(--cd-color-light); z-index: 0; }

.horizontal-timeline .dates .date::before { content: ''; position: absolute; left: 50%; transform: rotate(180deg) translateX(50%) translateY(-50%); bottom: 98%; border-color: transparent transparent var(--cd-color-light) transparent; border-width: 10px; border-style: solid; height: 25px; width: 25px; z-index: 1; }

.horizontal-timeline .dates .date:hover { background-color: var(--cd-color-secondary); color: var(--cd-color-dark); }

.horizontal-timeline .dates .date:hover::after { background-color: var(--cd-color-dark); }

.horizontal-timeline .dates .date:hover:before { border-color: transparent transparent var(--cd-color-light-hell) transparent; }

@media (max-width: 991.98px) { .horizontal-timeline .dates .date { font-size: 0.7em; } }

.horizontal-timeline .dates .date--selected { pointer-events: none; background: var(--cd-color-dark); }

.horizontal-timeline .dates .date--selected::after { background-color: var(--cd-color-dark); }

.horizontal-timeline .dates .date--selected:before { border-color: transparent transparent var(--cd-color-dark) transparent; }

.horizontal-timeline .dates .date--older-event::after { border-color: var(--cd-color-dark); }

.horizontal-timeline .dates .content { position: absolute; max-width: 100%; bottom: 115px; min-width: 300px; }

.horizontal-timeline .dates .content h2, .horizontal-timeline .dates .content p { margin: 0; font-size: 16px; }

.horizontal-timeline .dates .content h2 { text-transform: uppercase; color: var(--cd-color-dark); font-size: 20px; }

.horizontal-timeline .dates .content h2:first-child { margin-bottom: 0; hyphens: auto; max-width: 300px; }

.horizontal-timeline .dates li:last-child .content { max-width: 190px; min-width: 190px; }

.horizontal-timeline .dates li:last-child .content .content h2:first-child { max-width: 190px; }

.horizontal-timeline .dates ol li:nth-child(2n) .content { bottom: -115px; }

.horizontal-timeline .dates ol li:nth-child(2n) .date:after { top: 100%; }

.horizontal-timeline .dates ol li:nth-child(2n) .date:before { top: 100%; border-color: var(--cd-color-light) transparent transparent transparent; bottom: 0px; position: absolute; top: 27px; }

.horizontal-timeline .dates ol li:nth-child(2n) .date:hover:before { border-color: var(--cd-color-light) transparent transparent transparent; }

.horizontal-timeline .dates ol li:nth-child--selected(2n):before { border-color: var(--cd-color-dark) transparent transparent transparent !important; }

.horizontal-timeline .line { position: absolute; z-index: 0; left: 0; height: 0; top: calc(27.5px + 50%); transition: transform 0.4s; }

.horizontal-timeline .filling-line { position: absolute; z-index: 0; left: 0; top: 0; height: 100%; width: 100%; background-color: var(--cd-color-dark); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s; }

.horizontal-timeline .navigation { position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); height: 34px; width: 34px; border-radius: 50%; border-width: 2px; border-style: solid; border-color: var(--cd-color-main); transition: border-color 0.3s; font-size: 0; }

.horizontal-timeline .navigation::after { content: '\f054'; font-family: "Font Awesome 6 Pro"; position: absolute; font-size: 18px; line-height: 30px; left: 30%; color: var(--cd-color-dark); font-weight: bold; }

.horizontal-timeline .navigation:hover { border-color: var(--cd-color-dark); }

.horizontal-timeline .navigation--prev { left: 0; transform: translateY(-50%) rotate(180deg); }

.horizontal-timeline .navigation--next { right: 0; }

.horizontal-timeline .navigation--inactive { cursor: not-allowed; opacity: 0.4; }

.horizontal-timeline .events { position: relative; width: 100%; overflow: hidden; transition: height .4s; z-index: 0; }

.horizontal-timeline .event { position: absolute; z-index: 1; width: 100%; left: 0; top: 0; transform: translateX(-100%); padding: 0; opacity: 0; animation-duration: 0.4s; animation-timing-function: ease-in-out; }

.horizontal-timeline .event h2 { margin-bottom: 0; }

.horizontal-timeline .event .content p { margin-bottom: 10px; }

.horizontal-timeline .event .content p + p { margin-top: 15px; }

.horizontal-timeline .event--selected { position: relative; z-index: 2; opacity: 1; transform: translateX(0); }

.horizontal-timeline .event--enter-right, .horizontal-timeline .event--leave-right { animation-name: cd-enter-right; }

.horizontal-timeline .event--enter-left, .horizontal-timeline .event--leave-left { animation-name: cd-enter-left; }

.horizontal-timeline .event--leave-right, .horizontal-timeline .event--leave-left { animation-direction: reverse; }

.horizontal-timeline .event-content { max-width: 800px; }

.horizontal-timeline .event p:nth-child(2) { display: block; font-style: italic; }

.horizontal-timeline .event p:nth-child(2)::before { content: '- '; }

@keyframes cd-enter-right { 0% { opacity: 0;
    transform: translateX(100%); }
  100% { opacity: 1;
    transform: translateX(0%); } }

@keyframes cd-enter-left { 0% { opacity: 0;
    transform: translateX(-100%); }
  100% { opacity: 1;
    transform: translateX(0%); } }

/*	================================================== COMPONENTS / zusatzmodule ==================================================*/
.basecontent-dvv-zm-vk, .c-vk { font-size: clamp(1rem, 1.25vw, 1.25rem); }

.basecontent-dvv-zm-vk ul, .c-vk ul { list-style: none; padding: 0; margin: 0; }

.basecontent-dvv-zm-vk ul li, .c-vk ul li { margin-bottom: 24px; }

.basecontent-dvv-zm-vk a, .c-vk a { line-height: 1; text-decoration: none; font-size: clamp(1.25rem, 2vw, 1.375rem); }

.basecontent-dvv-zm-vk .odd, .basecontent-dvv-zm-vk .even, .c-vk .odd, .c-vk .even { background: transparent; }

.basecontent-dvv-zm-vk .zmitem__pin, .c-vk .zmitem__pin { display: none; }

.l-slot-info .basecontent-dvv-zm-vk, #service .basecontent-dvv-zm-vk, .l-slot-info .c-vk, #service .c-vk { font-size: 1rem; }

.l-slot-info .zmClear, #service .zmClear { display: none; }

.zmBox--min li { line-height: 1.75; }

.zmBox--full { margin-top: 60px; margin-bottom: 30px; }

.zmBox--full .item { display: grid; grid-template-columns: 250px 1fr; gap: 30px; margin-bottom: 60px; }

@media (max-width: 991.98px) { .zmBox--full .item { grid-template-columns: 1fr; } }

@media (max-width: 991.98px) { .zmBox--full .item .bild div.bildcss.image { width: 100%; display: block; } }

.zmBox--full .item .bild img { aspect-ratio: 4/3; object-fit: cover; }

@media (max-width: 991.98px) { .zmBox--full .item .bild img { width: 100%; height: auto; display: block; aspect-ratio: initial; } }

.zmBox--full .item .description { display: none; }

.zmBox--full .item .caption { display: none; font-size: 1rem; line-height: 1.5; }

.zmBox--full .title { margin-top: 0; margin-bottom: 0; line-height: 1.5; text-decoration: none; font-size: clamp(1.25rem, 2vw, 1.375rem); color: var(--cd-color-light); }

.zmBox--full .zmkurzbeschreibung .label { display: none; }

.zmBox--full .zusatz { margin-bottom: 0; }

.zmBox--full .zmClear { display: none; }

.zmBox--full .zmlinktodata a { border-radius: 25px; background: var(--cd-color-light-25); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 0.875rem; font-weight: 400; text-decoration: none; padding: 6px 20px; width: fit-content; text-transform: uppercase; letter-spacing: 3px; transition: background 0.2s ease-in; }

.zmBox--full .zmlinktodata a:hover, .zmBox--full .zmlinktodata a:focus { background: var(--cd-color-dark); }

.zmBox--full .zmlinktodata a { padding: 10px 20px; margin-top: 15px; }

.l-slot-info .zmBox--full .item, #service .zmBox--full .item { display: grid; grid-template-columns: 1fr; gap: 30px; margin-bottom: 30px; }

.l-slot-info .zmBox--full .title, #service .zmBox--full .title { margin-top: 0; line-height: 1.5; text-decoration: none; font-size: clamp(1.25rem, 2vw, 1.375rem); color: var(--cd-color-light); }

.l-slot-info .zmBox--full .zmkurzbeschreibung .label, #service .zmBox--full .zmkurzbeschreibung .label { display: none; }

/*	================================================== PAGES / suche ==================================================*/
.highlight { background: #ff0; color: #333; }

.searchDiv { position: relative; margin-bottom: 30px; }

.searchDiv .wayhome a { overflow-wrap: break-word; word-break: break-word; }

.searchDiv .searchForm { display: flex; flex-direction: column; }

.searchDiv .searchForm > div { display: flex; }

.searchDiv .searchForm > div.ergebnisse { display: block; }

.searchDiv input[name="order"] + span { display: flex; }

.searchDiv input[name="order"] + span + span { margin-top: 20px; }

.searchDiv .extendedSearch { background: #fafafa; padding: 36px; }

.searchDiv .extendedSearch h2 { margin-top: 0; }

.searchDiv .searchPaging { display: flex; justify-content: center; flex-wrap: wrap; }

@media (max-width: 991.98px) { .searchDiv .searchPaging { justify-content: flex-start; } }

.searchDiv .ergebnisseKopf { display: flex; flex-direction: column; }

.searchDiv .ergebnisseKopfAnzahl { padding: 20px; color: #856404; background-color: #fff3cd; border-color: #ffeeba; text-align: center; /* width: 100%; */ display: inline-block; margin: 0 auto 30px auto; text-align: center; }

@media (max-width: 991.98px) { .searchDiv .ergebnisseKopfAnzahl { margin: 0 0 30px 0; text-align: left; } }

.searchDiv .ergebnisseKopfNav { display: flex; justify-content: center; align-items: center; width: 100%; }

@media (max-width: 991.98px) { .searchDiv .ergebnisseKopfNav { margin: 0 0 30px 0; justify-content: flex-start; } }

.searchDiv .ergebnisseKopf ul { margin-bottom: 0; margin-left: 10px; }

.searchDiv .ergebnisseRumpf { margin-top: 36px; }

.searchDiv .ergebnisseRumpf ul { display: flex; flex-direction: column; padding-left: 0; }

.searchDiv .ergebnisseRumpf ul li { background: #fafafa; list-style: none; padding: 18px; }

.searchDiv .ergebnisseRumpf ul li + li { margin-top: 5px; }

.searchDiv .ergebnisseRumpf h3 { margin-top: 10px; margin-bottom: 10px; }

.searchDiv .resultScore { display: flex; align-items: baseline; margin-top: 15px; }

.searchDiv .resultScore .score-label { font-style: italic; margin-right: 5px; }

.searchDiv .resultScore .score-bar { border: 1px solid #9a3847; border-radius: 3px; padding: 1px; position: relative; top: 1px; width: 104px; height: 14px; }

.searchDiv .resultScore .score-bar > * { margin-right: 2rem; }

.searchDiv .resultScore .score-bar .score-bar-inner { background: #9a3847; }

.searchDiv .ergebnisseBottom { display: flex; align-items: center; justify-content: center; }

.searchDiv .ergebnisseBottom .button { margin-right: 0.25rem; }

.searchDiv .ergebnisseBottom ul { margin: 0 0 0 10px; }

@media (max-width: 991.98px) { .searchDiv .ergebnisseBottom { justify-content: flex-start; } }

.searchDiv #search_form .searchQueryInfo br { display: none; }

.searchDiv #search_form button { min-height: 55px; vertical-align: top; }

.searchDiv #search_form input[type="search"] { background: rgba(255, 255, 255, 0.9); border: 1px solid var(--cd-color-secondary); border-radius: 0px; height: 55px; padding-left: 25px; font-size: 24px; min-width: 200px; }

.searchDiv #search_form span button { margin-top: 20px; }

.searchDiv #search_form button.page-link { min-height: auto; vertical-align: top; }

.body_search .l-header-stage { display: none; }

.body_search .l-page-titel { justify-content: flex-start; padding-left: 36px; padding-right: 36px; }

.body_search .l-page-titel h1, .body_search .l-page-titel .c-stoerer__inner h2, .c-stoerer__inner .body_search .l-page-titel h2 { margin-left: 0; margin-right: 0; }

.body_search .l-readspeaker { max-width: 100%; flex: 0 0 100%; padding-left: 0; }

.body_search .l-readspeaker > .l-readspeaker-inner { max-width: 100%; flex: 0 0 100%; }

/*	================================================== PAGES / sitemap ==================================================*/
.sitemap { margin: 2rem; }

.sitemap > li:first-child > a { padding-left: 4rem; }

.category--teaser .l-header-pagetitel { height: calc(100% - 130px); }

@media (max-width: 991.98px) { .category--teaser .l-header-pagetitel { height: auto; } }

.category .l-header-stage-wrapper { display: flex; justify-content: center; background-color: #fff; }

@media (max-width: 991.98px) { .category .l-header-stage-wrapper { flex-wrap: wrap; } }

.category .l-header-stage-wrapper-inner { display: flex; justify-content: flex-start; flex: 0 0 100%; max-width: 100%; max-width: 1360px; }

@media (max-width: 1199.98px) { .category .l-header-stage-wrapper-inner { flex-wrap: wrap; } }

.category .l-header-stage { margin-right: 0px; }

@media (max-width: 991.98px) { .category .l-header-stage { margin-right: 0px; } }

.category .l-header-stage .c-image img, .category .l-header-stage div.image img { aspect-ratio: 800/543; object-fit: cover; }

.category .c-stoerer { top: 8%; }

@media (max-width: 767.98px) { .category .c-stoerer { top: 200px; } }

.category .l-slot-top-kategorie { padding-left: 36px; padding-right: 28px; }

.category .l-header-pagetitel { padding: 36px; max-width: fit-content; flex: 1; display: flex; align-items: center; width: 100%; }

@media (max-width: 991.98px) { .category .l-header-pagetitel { padding: 36px 36px 0 36px; } }

.category .l-header-pagetitel h1, .category .l-header-pagetitel .c-stoerer__inner h2, .c-stoerer__inner .category .l-header-pagetitel h2 { margin-top: 0px; margin-bottom: 0px; font-size: clamp(1.75rem, 3.55vw, 3rem); -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

@media (max-width: 991.98px) { .category .l-header-pagetitel h1, .category .l-header-pagetitel .c-stoerer__inner h2, .c-stoerer__inner .category .l-header-pagetitel h2 { margin-top: 20px; margin-bottom: 10px; } }

.category .l-content { padding-top: 36px; }

#node3338060.category .l-header-pagetitel h1, #node3338060.category .l-header-pagetitel .c-stoerer__inner h2, .c-stoerer__inner #node3338060.category .l-header-pagetitel h2 { hyphens: none; }

.kacheln { gap: 20px 0; }

@media (max-width: 991.98px) { .kacheln { gap: 5px 0; margin: 0; } }

.kacheln .categoryMoreLink { transition: background 0.25s ease-in; }

.kacheln .categoryMoreLink:hover, .kacheln .categoryMoreLink:focus { background: var(--cd-color-more-lighten-25); }

.kacheln h2 { font-size: clamp(1rem, 5.25vw, 1.5rem); margin-top: 20px; margin-bottom: 0px; font-weight: bold; color: var(--cd-color-main); word-break: break-word; }

@media (max-width: 991.98px) { .kacheln .v-box { padding: 36px; } }

.kacheln .v-box { padding: 18px; }

@media (max-width: 991.98px) { .kacheln .v-box { padding: 9px; } }

.kacheln figure { overflow: hidden; }

.kacheln .copyright { display: none; }

.kacheln a { display: block; height: 100%; width: 100%; text-decoration: none; }

.kacheln a:hover img, .kacheln a:focus img { transform: scale(1.1); }

.kacheln a img { transform: scale(1); transition: all 0.25s linear; aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }

/*	================================================== PAGES / view-home ==================================================*/
.home .section-social-media { background: var(--cd-color-secondary); padding: 36px 0; min-height: 100px; display: flex; align-items: center; }

.home .section-social-media h2 { text-transform: uppercase; font-size: clamp(1.25rem, 1.222vw, 1.75rem); font-weight: bold; }

@media (max-width: 767.98px) { .home .section-social-media h2 { margin-top: 10px; } }

.home .section-social-media h2, .home .section-social-media h3, .home .section-social-media p { margin: 0; color: var(--cd-color-main); }

.home .section-social-media > div > .v-row { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 0; }

.home .section-social-media > div > .v-row > div:first-child { flex: 0 0 50%; max-width: 50%; }

@media (max-width: 991.98px) { .home .section-social-media > div > .v-row > div:first-child { flex: 0 0 100%; max-width: 100%; margin-top: 10px; } }

.home .section-social-media > div > .v-row > div { flex: 0 0 10%; max-width: 10%; display: flex; justify-content: center; }

@media (max-width: 991.98px) { .home .section-social-media > div > .v-row > div { flex: 0 0 25%; max-width: 25%; margin-top: 36px; } }

.home .section-social-media a:not([id^=anker]) { border-radius: 50%; min-height: 60px; min-width: 60px; display: inline-flex; justify-content: center; align-items: center; background-color: var(--cd-color-main); transition: all 0.25s ease-in; text-decoration: none; }

.home .section-social-media a::before { padding: 0px; color: #fff; font-size: 1.5rem; font-weight: 300; text-decoration: none; }

.home .section-social-media a::after { display: none; }

.home .section-social-media a:hover, .home .section-social-media a:focus { text-decoration: none; background: var(--cd-color-dark); }

.home .section-social-media a:hover:before, .home .section-social-media a:focus:before { color: #fff; }

.home .section-social-media a[title*="Facebook"]:before { content: "\f09a"; }

.home .section-social-media a[title*="Instagram"]:before { content: "\f16d"; }

.home .section-social-media a[title*="Youtube"]:before { content: "\f167"; }

.home .section-social-media a[title*="Twitter"]:before { content: "\f099"; }

.home .section-social-media .v-row > div:last-child .c-text > a:before { content: ""; background-image: url("../img/stage.svg"); background-repeat: no-repeat; background-size: contain; background-position: center; width: 100%; height: 30px; filter: brightness(7); }

.home .section-social-media a[title*="Stage"]:before { content: ""; background-image: url("../img/stage.svg"); background-repeat: no-repeat; background-size: contain; background-position: center; width: 100%; height: 30px; filter: brightness(7); }

.home .section-top-themen { background: #e5edef; padding: 72px 0; }

.home .section-top-themen .v-col { background-color: #fff; }

.home .section-top-themen a:not([id^=anker]) { color: #333333; display: block; height: 100%; width: 100%; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; text-decoration: none; transition: color 0.2s ease-in; }

.home .section-top-themen a:not([id^=anker]):hover img, .home .section-top-themen a:not([id^=anker]):focus img { transform: scale(1.1); }

.home .section-top-themen a:not([id^=anker]) > div { height: 100%; }

.home .section-top-themen a:not([id^=anker]) > div > div { height: 100%; }

.home .section-top-themen a:not([id^=anker]) > div > div > div { height: 100%; }

.home .section-top-themen a:not([id^=anker]) > div > div > div > div { height: 100%; }

.home .section-top-themen a.internerLink:before { display: none; }

.home .section-top-themen h2, .home .section-top-themen h3 { margin: 0; color: var(--cd-color-main); }

.home .section-top-themen h2 { text-transform: uppercase; text-align: center; margin-bottom: 30px; font-weight: bold; }

.home .section-top-themen figure { border-bottom: 5px solid #ffcc01; overflow: hidden; }

@media (max-width: 991.98px) { .home .section-top-themen figure { width: 100%; display: block; } }

.home .section-top-themen figure img { transform: scale(1); transition: all 0.25s linear; object-fit: cover; width: 100%; height: auto; aspect-ratio: 525/365; }

@media (max-width: 1199.98px) { .home .section-top-themen figure img { aspect-ratio: 525/365; height: auto; } }

.home .section-top-themen .v-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 45px; width: 100%; margin: 0; }

@media (max-width: 991.98px) { .home .section-top-themen .v-row { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .home .section-top-themen .v-row { grid-template-columns: 1fr; } }

.home .section-top-themen .v-row > div { width: 100%; flex: 0 0 100%; max-width: 100%; }

.home .section-top-themen .v-box { background: #fff; padding: 0; }

.home .section-top-themen .v-box > div:last-child { padding: 18px; font-weight: bold; text-align: center; font-size: 1.25rem; }

.home .section-veranstaltungen { background: var(--cd-color-main); background-image: url("../img/rastatt_R_gelb_10_voll.png"); background-repeat: no-repeat; background-size: contain; color: #fff; padding: 90px 18px; }

@media (max-width: 991.98px) { .home .section-veranstaltungen .article-inner { padding: 18px; } }

.home .section-veranstaltungen h2, .home .section-veranstaltungen h3, .home .section-veranstaltungen p { margin: 0; color: #fff; }

.home .section-veranstaltungen p { padding: 0 20px; }

.home .section-veranstaltungen h2 { font-size: clamp(1.5rem, 2.0367vw, 2.25rem); max-width: 80%; }

@media (max-width: 767.98px) { .home .section-veranstaltungen h2 { max-width: 100%; } }

.home .section-veranstaltungen figure { border-bottom: 0px solid #ffcc01; overflow: hidden; position: relative; }

.home .section-veranstaltungen figure img { transform: scale(1); transition: all 0.25s linear; }

.home .section-veranstaltungen figure:after { position: absolute; height: 100%; width: 100%; top: 0; left: 0; content: ''; background: black; background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(255, 255, 255, 0) 70%); opacity: 1; transition: all 0.25s linear; }

.home .section-veranstaltungen .veranstaltungenMoreLink { text-decoration: none; display: block; }

.home .section-veranstaltungen .veranstaltungenMoreLink p.c-text { transition: all 0.2s ease-in; margin: 0 4px; }

.home .section-veranstaltungen .veranstaltungenMoreLink:hover figure:after, .home .section-veranstaltungen .veranstaltungenMoreLink:focus figure:after { opacity: 0; }

.home .section-veranstaltungen .veranstaltungenMoreLink:hover img, .home .section-veranstaltungen .veranstaltungenMoreLink:focus img { transform: scale(1.1); }

.home .section-veranstaltungen .veranstaltungenMoreLink:hover p.c-text, .home .section-veranstaltungen .veranstaltungenMoreLink:focus p.c-text { background: rgba(0, 0, 0, 0.7); margin: 0 4px; }

.home .section-veranstaltungen .v-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 45px; width: 100%; margin: 0; }

@media (max-width: 991.98px) { .home .section-veranstaltungen .v-row { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .home .section-veranstaltungen .v-row { grid-template-columns: 1fr; margin: 0; } }

.home .section-veranstaltungen .v-row > div { width: 100%; flex: 0 0 100%; max-width: 100%; }

.home .section-veranstaltungen .v-row > div .v-box { padding: 0; position: relative; }

.home .section-veranstaltungen .v-row > div .v-box .boxChild:nth-child(2) { position: absolute; bottom: 30px; left: 0; width: 100%; text-align: center; font-weight: 600; font-size: 24px; }

.home .section-veranstaltungen .v-row > div .v-box .boxChild:nth-child(2) a { color: #fff; }

.home .section-veranstaltungen .v-row > div:first-child { display: flex; align-items: flex-end; padding-bottom: 30px; }

.home .section-veranstaltungen .v-row > div:last-child { display: flex; align-items: flex-end; padding-bottom: 10px; }

.home .section-veranstaltungen figure { margin: 0; border: 4px solid #fff; }

.home .section-veranstaltungen .veranstaltungskalender .btn { background: var(--cd-color-secondary); color: var(--cd-color-main); border-radius: 36px; padding: 18px 36px; text-transform: uppercase; font-weight: 600; font-size: clamp(1rem, 0.4073vw, 1.25rem); }

@media (max-width: 767.98px) { .home .section-veranstaltungen .veranstaltungskalender .btn { padding: 18px 18px; } }

.home .section-veranstaltungen .veranstaltungskalender .btn:hover, .home .section-veranstaltungen .veranstaltungskalender .btn:focus { background: var(--cd-color-dark); color: #fff; }

.home .section-veranstaltungen .veranstaltungskalender .btn a:hover, .home .section-veranstaltungen .veranstaltungskalender .btn a:focus { background: var(--cd-color-dark); color: #fff; }

.home .section-aktuelle-meldungen { background: #fff; padding: 36px; }

@media (max-width: 767.98px) { .home .section-aktuelle-meldungen { padding: 18px; } }

.home .section-aktuelle-meldungen .article-inner { padding: 0 !important; }

.home .section-aktuelle-meldungen .article-inner > .v-box { padding: 30px 36px 36px 36px; }

@media (max-width: 767.98px) { .home .section-aktuelle-meldungen .article-inner > .v-box { padding: 30px 9px 36px 9px; } }

.home .section-aktuelle-meldungen h2 { font-size: clamp(1.25rem, 2.25vw, 2rem); text-transform: uppercase; color: #4a8486; text-align: center; font-weight: bold; letter-spacing: 2px; margin-top: 20px; margin-bottom: 0px; }

.home .section-aktuelle-meldungen .pm-topnews, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 15px; }

@media (max-width: 1439.98px) { .home .section-aktuelle-meldungen .pm-topnews, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews { grid-template-columns: 1fr 1fr; } }

@media (max-width: 991.98px) { .home .section-aktuelle-meldungen .pm-topnews, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews { grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .home .section-aktuelle-meldungen .pm-topnews, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews { grid-template-columns: 1fr; } }

.home .section-aktuelle-meldungen .pm-topnews .pm-detaillink, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .pm-detaillink { height: 100%; transition: all 0.25s ease-in; text-decoration: none; margin: 0; }

.home .section-aktuelle-meldungen .pm-topnews .pm-detaillink:hover, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .pm-detaillink:hover { text-decoration: none; }

.home .section-aktuelle-meldungen .pm-topnews .c-pm-meldung-wrapper, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung-wrapper { height: 100%; margin-bottom: 0; }

.home .section-aktuelle-meldungen .pm-topnews .c-pm-meldung-wrapper > div, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung-wrapper > div { flex: 0 1 auto; max-width: 100%; height: 100%; }

.home .section-aktuelle-meldungen .pm-topnews .c-pm-meldung, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung { height: 100%; padding: 0; margin: 0; }

.home .section-aktuelle-meldungen .pm-topnews .c-pm-meldung__inner, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung__inner { padding: 30px; display: flex; flex-basis: 100%; max-width: 100%; flex-wrap: wrap; flex-direction: column; justify-content: space-between; height: 100%; /* @include media-breakpoint-down(sm) { padding-left: 0px; padding-right: 0px; } */ }

.home .section-aktuelle-meldungen .pm-topnews .c-pm-meldung__title, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung__title { color: var(--cd-color-main); font-size: 1.5rem; }

.home .section-aktuelle-meldungen .pm-topnews .c-pm-meldung__title h3, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung__title h3 { font-size: clamp(1.25rem, 1.25VW, 1.5rem); line-height: 1.25; margin-top: 15px; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

.home .section-aktuelle-meldungen .pm-topnews .c-pm-meldung__bild, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung__bild { display: none; }

.home .section-aktuelle-meldungen .pm-topnews .c-pm-meldung__teaser, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung__teaser { display: none; }

.home .section-aktuelle-meldungen .pm-topnews .c-pm-meldung__datum, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung__datum { position: static; top: auto; border-bottom: 1px solid var(--cd-color-main); margin-bottom: 5px; padding-bottom: 5px; font-weight: 600; color: var(--cd-color-main); }

.home .section-aktuelle-meldungen .pm-topnews .c-pm-meldung__datum .label, .home .section-aktuelle-meldungen .composedcontent-rubriktopnews .c-pm-meldung__datum .label { display: none !important; }

.home .section-aktuelle-meldungen .v-box + .c-button { text-align: center; }

.home .section-aktuelle-meldungen .v-box + .c-button a { color: var(--cd-color-light); font-weight: 600; font-size: clamp(1rem, 0.4073vw, 1.25rem); letter-spacing: 0; }

.home .section-quicklinks-klein { background: var(--cd-color-more-lighten); padding: 72px 36px; }

@media (max-width: 767.98px) { .home .section-quicklinks-klein { padding: 18px; } }

@media (max-width: 991.98px) { .home .section-quicklinks-klein > div.article-inner { flex: 0 0 100% !important; max-width: 100% !important; } }

@media (max-width: 767.98px) { .home .section-quicklinks-klein > div.article-inner { padding: 0; } }

.home .section-quicklinks-klein ul { list-style: none; display: flex; gap: 30px 20px; margin: 0; padding: 0; flex-wrap: wrap; line-height: 1.5; }

.home .section-quicklinks-klein ul li { flex: 1 1 auto; word-break: normal; }

.home .section-quicklinks-klein ul li a { border-radius: 25px; background: var(--cd-color-light); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 500; text-decoration: none; padding: 8px 24px; width: 100%; text-transform: uppercase; letter-spacing: 3px; transition: background 0.2s ease-in; }

.home .section-quicklinks-klein ul li a:hover, .home .section-quicklinks-klein ul li a:focus { background: #073b39; color: #fff; }

.home .section-quicklinks-klein ul li a:before { content: ''; margin: 0; padding: 0; }

.home .section-quicklinks-klein ul li a::after { display: none; }

@media (max-width: 767.98px) { .home .section-quicklinks-klein ul li a { word-break: break-all; font-size: 0.75rem; } }

.home .section-imagevideo { background: #fff; min-height: 83vh; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center; background-attachment: fixed; color: #fff; text-align: center; position: relative; }

@media (max-width: 767.98px) { .home .section-imagevideo { background-attachment: inherit; } }

.home .section-imagevideo > p { margin-top: 100px; }

.home .section-imagevideo figure { margin: 0; }

.home .section-imagevideo > div { min-height: 50vh; }

.home .section-imagevideo .video > div:nth-child(1) { width: 100%; flex-basis: 100%; max-width: 100%; }

.home .section-imagevideo .video .play-text { position: absolute; top: 42vh; width: 100%; }

.home .section-imagevideo .video .play-text p { font-size: 40px; font-weight: 600; line-height: 1.25; text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }

.home .section-imagevideo .video .play-button { position: absolute; top: 27vh; width: 100%; }

.home .section-imagevideo .video .play-button p { font-size: 40px; font-weight: 600; line-height: 1; display: inline-block; width: auto; border-radius: 50%; width: 60px; height: 60px; padding-left: 5px; display: inline-flex; justify-content: center; align-items: center; }

.home .section-imagevideo .video .play-button p:before { padding: 0px; color: #fff; font-size: 1.5rem; font-weight: bold; text-decoration: none; content: url(/site/Rastatt-Stadt/resourceCached/10.3.4.1/img/play-icon.png); }

.home #exampleModalCenter { background: rgba(7, 59, 57, 0.9); }

.home #exampleModalCenter .modal-title { color: #fff; text-transform: uppercase; }

.home #exampleModalCenter .modal-header { border-bottom: 0; background: var(--cd-color-dark); }

.home #exampleModalCenter .modal-body { padding: 0; }

.home #exampleModalCenter video { display: block; }

.home #exampleModalCenter .modal-xxl { max-width: 1360px; }

.home #exampleModalCenter .close { color: #fff; opacity: 1; }

@media (max-width: 991.98px) { .home .section-countdown > .article-inner { margin: 0; padding: 0; } }

.home .section-countdown .countdown { background: var(--cd-color-secondary); display: flex; flex-wrap: wrap; color: var(--cd-color-main); padding: 20px; position: absolute; bottom: 0px; left: 0; width: 100%; min-height: 130px; margin: 0; transform: translateY(50%); }

@media (max-width: 991.98px) { .home .section-countdown .countdown { position: static; transform: translateY(0%); } }

.home .section-countdown .countdown .v-box { padding: 0; text-align: center; }

.home .section-countdown .countdown p { margin: 0; }

.home .section-countdown .countdown > div { flex-basis: auto; flex: 1 1 10%; display: flex; align-items: center; justify-content: center; }

@media (max-width: 991.98px) { .home .section-countdown .countdown > div { flex: 0 1 33.333%; padding-top: 10px; padding-bottom: 10px; } }

@media (max-width: 767.98px) { .home .section-countdown .countdown > div { flex: 0 1 50%; } }

.home .section-countdown .countdown p { font-size: 1rem; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; }

.home .section-countdown .countdown .zahl { font-size: 3rem; }

.home .section-countdown .countdown .zahl span { font-size: 3rem; margin-bottom: 15px; }

@media (max-width: 991.98px) { .home .section-countdown .countdown .zahl span { font-size: 2rem; } }

@media (max-width: 991.98px) { .home .section-countdown .countdown .zahl { font-size: 2rem; } }

.home .section-bekanntmachungen { padding: 48px 0; min-height: 100px; background: #eff5f5; }

.home .section-bekanntmachungen figure { margin-bottom: 0; }

.home .section-bekanntmachungen img { max-height: 100px; min-height: 50px; min-width: 55px; }

.home .section-bekanntmachungen .c-button { margin-bottom: 0; margin-right: 91px; }

@media (max-width: 767.98px) { .home .section-bekanntmachungen .c-button { margin-right: 0px; } }

.home .section-bekanntmachungen .btn, .home .section-bekanntmachungen .c-button a { background: var(--cd-color-secondary); color: var(--cd-color-main); border-radius: 36px; padding: 18px 36px; text-transform: uppercase; font-weight: 600; margin-bottom: 0; font-size: clamp(1rem, 0.4073vw, 1.25rem); }

@media (max-width: 767.98px) { .home .section-bekanntmachungen .btn, .home .section-bekanntmachungen .c-button a { padding: 18px 18px; } }

.home .section-bekanntmachungen .btn:hover, .home .section-bekanntmachungen .btn:focus, .home .section-bekanntmachungen .c-button a:hover, .home .section-bekanntmachungen .c-button a:focus { background: var(--cd-color-dark); color: #fff; }

.home .section-bekanntmachungen .btn a:hover, .home .section-bekanntmachungen .btn a:focus, .home .section-bekanntmachungen .c-button a a:hover, .home .section-bekanntmachungen .c-button a a:focus { background: var(--cd-color-dark); color: #fff; }

.home .section-bekanntmachungen .v-row { display: flex; align-items: center; justify-content: center; margin: 0; }

.home .section-bekanntmachungen .v-row > div { max-width: fit-content; flex: 0; }

.home .section-logos { margin-top: 40px; min-height: 240px; display: flex; align-items: center; }

@media (max-width: 991.98px) { .home .section-logos { min-height: 120px; } }

.home .section-logos .v-row { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; }

@media (max-width: 991.98px) { .home .section-logos .v-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } }

@media (max-width: 767.98px) { .home .section-logos .v-row { display: grid; grid-template-columns: 1fr; } }

@media (max-width: 991.98px) { .home .section-logos .v-row > div { flex-basis: 100%; } }

@media (max-width: 767.98px) { .home .section-logos .v-row > div { flex-basis: 100%; flex: 1; } }

@media (max-width: 991.98px) { .home .section-logos .v-box { text-align: center; display: flex; justify-content: center; } }

.home .section-logos > .article-inner > .v-row > div { flex-basis: 100%; max-width: 100%; }

.home .section-logos > .v-row { margin: 0 auto; margin-left: auto; margin-right: auto; display: flex; align-items: center; }

@media (min-width: 576px) { .home .section-logos > .v-row { max-width: 540px; } }

@media (min-width: 768px) { .home .section-logos > .v-row { max-width: 720px; } }

@media (min-width: 992px) { .home .section-logos > .v-row { max-width: 960px; } }

@media (min-width: 1200px) { .home .section-logos > .v-row { max-width: 1140px; } }

@media (min-width: 1440px) { .home .section-logos > .v-row { max-width: 1360px; } }

@media (max-width: 991.98px) { .home .section-logos > .v-row { gap: 45px 0; margin-top: 30px; margin-bottom: 30px; } }

.home .section-logos > .v-row > div { display: flex; justify-content: center; align-items: center; flex-basis: 100%; max-width: 100%; }

.home .section-logos img { max-height: 50px; filter: grayscale(1); opacity: 0.6; transition: all 0.3s ease-in; height: auto; }

@media (max-width: 767.98px) { .home .section-logos img { max-height: 50px; min-width: 100px; } }

.home .section-logos img:hover { filter: grayscale(0); opacity: 1; }

.home .l-slot-welcome .section-welcome { position: absolute; top: 50%; min-width: 50vw; max-width: 700px; margin: 0 auto; left: 50%; transform: translate(-50%, 0%); padding: 30px; border: 0px solid var(--cd-color-secondary); }

@media (max-width: 991.98px) { .home .l-slot-welcome .section-welcome { transform: translate(-50%, -50%); } }

.home .l-slot-welcome .section-welcome h2 { margin-top: 0; text-align: center; margin-bottom: 30px; color: #fff; font-size: clamp(2rem, 3.25vw, 4rem); text-shadow: 0px 0px 14px #000000bd; }

@media (max-width: 991.98px) { .home .l-slot-welcome .section-welcome h2 { margin-bottom: 0px; } }

.home .l-slot-welcome .section-welcome p { margin-bottom: 0; }

.home .section-welcome h2 { font-size: clamp(1.25rem, 2.25vw, 2rem); font-weight: 600; color: var(--cd-color-main); text-align: center; margin-top: 20px; margin-bottom: 30px; }

@media (max-width: 991.98px) { .home .section-welcome h2 { margin-bottom: 20px; } }

.home .section-welcome .article-inner { max-width: 50%; text-align: center; padding: 30px; }

@media (max-width: 991.98px) { .home .section-welcome .article-inner { max-width: 100%; } }

.home .l-header-stage figcaption { position: absolute; bottom: 0px; left: 0; padding: 6px 15px; background: rgba(0, 0, 0, 0.5); opacity: 1; color: #fff; font-size: 0.8rem; line-height: 1.5; z-index: 900; }

@media (max-width: 991.98px) { .home .l-header-stage figcaption { font-size: 0.75rem; } }

@media (max-width: 991.98px) { .home .l-header-stage .c-quicksearch { display: none; } }

#exampleModalCenter .modal-content { background: transparent; border: 0; }

.home .basecontent-dvv-external-multimedia { margin: 0; }

.slider-rastatt { position: relative; }

.slider-rastatt .swiperParent { padding: 0 !important; }

.slider-rastatt .swiper .swiper-slide { margin-left: 0; margin-right: 0; }

.slider-rastatt .swiper .swiper-slide .v-box figure img { max-height: calc(100vh - 225px) !important; }

.slider-rastatt .controls { position: absolute; bottom: 40px; width: 100%; }

.slider-rastatt .controls .swiper-pagination .swiper-pagination-bullet-active { color: #fff !important; border-color: #fff !important; background: #fff; }

.slider-rastatt .controls .swiper-button-prev:before, .slider-rastatt .controls .swiper-button-next:before, .slider-rastatt .controls .swiper-button-pause:before, .slider-rastatt .controls .swiper-button-play:before { color: #fff !important; }

.slider-rastatt .controls .swiper-pagination .swiper-pagination-bullet-active { background: #fff !important; }

.slider-rastatt .controls .swiper-pagination .swiper-pagination-bullet { border: 2px solid #fff !important; }

.slider-rastatt .v-box > div:nth-child(2) { max-width: 1360px; margin: 0 auto; }

.slider-rastatt .v-box-in-box { position: absolute; bottom: 130px; max-width: 1000px; padding-left: 36px; padding-right: 36px; }

@media (max-width: 767.98px) { .slider-rastatt .v-box-in-box { bottom: auto; top: 20px; } }

.slider-rastatt .v-box-in-box.text { background: rgba(0, 0, 0, 0.5); padding: 30px 30px; margin-left: 36px; }

.slider-rastatt .v-box-in-box h2 { font-family: 'DM Serif Display', Arial, Helvetica, sans-serif; font-weight: 500; font-size: clamp(1.5rem, 3.55vw, 3rem); color: #fff; padding-left: 0px; padding-right: 0px; max-width: 800px; text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75); margin: 0 0 20px 0; }

.slider-rastatt .v-box-in-box p { padding: 0 !important; margin-top: 15px; }

.slider-rastatt .v-box-in-box a { color: #fff; background-color: var(--cd-color-light); border-radius: 25px; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 0.875rem; font-weight: 400; text-decoration: none; padding: 6px 20px; width: fit-content; text-transform: uppercase; letter-spacing: 3px; transition: background 0.2s ease-in; }

.slider-rastatt .v-box-in-box a:hover, .slider-rastatt .v-box-in-box a:focus { background-color: var(--cd-color-dark); }

.slider-rastatt figure:after { position: absolute; height: 100%; width: 100%; top: 0; left: 0; content: ''; background: black; background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 70%); opacity: 1; transition: all 0.25s linear; }

#node3493072 .slider-rastatt + .c-quicksearch { display: none; }

#node3493072 .swiperParent .swiper-button-next:before, #node3493072 .swiper-button-prev:before { color: #fff; }

#node3493072 .swiper-pagination .swiper-pagination-bullet { border-color: #fff; }

#node3493072 .swiper-pagination .swiper-pagination-bullet-active { background-color: #fff; }

#node3493072 .swiperParent .swiper-button-pause:before, #node3493072 .swiperParent .swiper-button-plau:before { color: #fff; }

/*	================================================== PAGES / View: Pressemodul ==================================================*/
/*	================================================== PAGES / View: Pressemodul ==================================================*/
@media (max-width: 767.98px) { .newsuebersicht .l-content > article { padding: 0; } }

.presse-uebersicht { flex: 0 0 100%; max-width: 100%; margin-left: auto; margin-right: auto; padding: 0; }

.ueberschrift { display: flex; align-items: center; }

.presse-kontakt { display: flex; justify-content: flex-end; }

@media (max-width: 767.98px) { .presse-kontakt { justify-content: flex-start; } }

.pm-rss { margin-right: 0; margin-top: 0px; line-height: 1.25; display: flex; align-items: center; padding: 0; padding-top: 30px; }

@media (max-width: 767.98px) { .pm-rss { float: none; } }

.pm-rss i { font-size: clamp(1.75rem, 3.55vw, 2rem); }

@media (max-width: 767.98px) { .presse-uebersicht, .presse-administration { padding: 9px 0; } }

.presse-uebersicht .showadmin:hover, .presse-uebersicht .showadmin:focus, .presse-administration .showadmin:hover, .presse-administration .showadmin:focus { background: var(--cd-color-dark); text-decoration: none; }

.presse-uebersicht a[href*="feed.xml"], .presse-administration a[href*="feed.xml"] { font-size: 1.5rem; display: inline-block; transition: color 0.2s ease-in; }

.presse-uebersicht a[href*="feed.xml"]:hover, .presse-uebersicht a[href*="feed.xml"]:focus, .presse-administration a[href*="feed.xml"]:hover, .presse-administration a[href*="feed.xml"]:focus { color: var(--cd-color-dark); text-decoration: none; }

@media (max-width: 767.98px) { .presse-uebersicht .pm-einleitungstext, .presse-administration .pm-einleitungstext { margin-bottom: 10px; } }

.presse-uebersicht .pm-filter, .presse-administration .pm-filter { border-bottom: 4px solid #9a3847; display: flex; justify-content: center; flex: 1 1 50%; flex-wrap: wrap; margin-bottom: 36px; padding: 18px 0 36px 0; }

@media (max-width: 991.98px) { .presse-uebersicht .pm-filter, .presse-administration .pm-filter { padding: 0; } }

.presse-uebersicht .pm-filter .pm-filter + .pm-pager, .presse-administration .pm-filter .pm-filter + .pm-pager { display: none; }

.presse-uebersicht .pm-filter input[type="search"], .presse-uebersicht .pm-filter select, .presse-administration .pm-filter input[type="search"], .presse-administration .pm-filter select { margin-right: 0.5rem; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; border: 1px solid #ced4da; border-radius: 0; }

.presse-uebersicht .pm-filter input[type="search"]:focus, .presse-uebersicht .pm-filter select:focus, .presse-administration .pm-filter input[type="search"]:focus, .presse-administration .pm-filter select:focus { color: #495057; background-color: #fff; border-color: #9a3847; outline: 0; }

.presse-uebersicht .pm-filter .pm-search, .presse-administration .pm-filter .pm-search { max-width: 853px; }

@media (max-width: 1199.98px) { .presse-uebersicht .pm-filter .pm-search, .presse-administration .pm-filter .pm-search { margin-top: 20px; width: 100%; } }

@media (max-width: 1199.98px) { .presse-uebersicht .pm-filter .pm-search #pm-suchfeld, .presse-administration .pm-filter .pm-search #pm-suchfeld { min-width: 0; flex-grow: 4; } }

.presse-uebersicht .pm-filter .pm-search input.submit, .presse-administration .pm-filter .pm-search input.submit { flex-grow: 0; min-width: 100px; background: var(--cd-color-main); border: 0; color: #fff; padding: 10px 20px; transition: background 0.2s ease-in; }

.presse-uebersicht .pm-filter .pm-search input.submit:hover, .presse-uebersicht .pm-filter .pm-search input.submit:focus, .presse-administration .pm-filter .pm-search input.submit:hover, .presse-administration .pm-filter .pm-search input.submit:focus { background: var(--cd-color-dark); }

.presse-uebersicht .pm-filter #pm-filter-form, .presse-administration .pm-filter #pm-filter-form { flex-wrap: wrap; }

.presse-uebersicht .pm-filter #pm-filter-form button[type="submit"], .presse-administration .pm-filter #pm-filter-form button[type="submit"] { margin-right: 5px; }

@media (max-width: 1199.98px) { .presse-uebersicht .pm-filter #pm-filter-form button, .presse-administration .pm-filter #pm-filter-form button { margin-top: 10px; } }

@media (max-width: 767.98px) { .presse-uebersicht .pm-filter #pm-filter-form button, .presse-administration .pm-filter #pm-filter-form button { width: 100%; } }

@media (max-width: 1199.98px) { .presse-uebersicht .pm-filter #pm-filter-form, .presse-administration .pm-filter #pm-filter-form { width: 100%; margin-bottom: 0; } .presse-uebersicht .pm-filter #pm-filter-form .pm-datefilter, .presse-administration .pm-filter #pm-filter-form .pm-datefilter { flex-grow: 4; } .presse-uebersicht .pm-filter #pm-filter-form .pm-datefilter .jahr, .presse-administration .pm-filter #pm-filter-form .pm-datefilter .jahr { min-width: 0; flex-grow: 2; } .presse-uebersicht .pm-filter #pm-filter-form .pm-datefilter .monat, .presse-administration .pm-filter #pm-filter-form .pm-datefilter .monat { min-width: 0; flex-grow: 2; } .presse-uebersicht .pm-filter #pm-filter-form .pm-datefilter, .presse-administration .pm-filter #pm-filter-form .pm-datefilter { flex-grow: 4; } .presse-uebersicht .pm-filter #pm-filter-form button, .presse-administration .pm-filter #pm-filter-form button { flex-grow: 0; min-width: 100px; } }

.presse-uebersicht [name="pmfilterform"], .presse-uebersicht .pm-datefilter, .presse-administration [name="pmfilterform"], .presse-administration .pm-datefilter { display: flex; }

.presse-uebersicht .pm-adminfilter > select, .presse-administration .pm-adminfilter > select { height: 100%; }

.presse-uebersicht .sortnumber, .presse-administration .sortnumber { margin-right: 0.5rem; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; border: 1px solid #ced4da; border-radius: 0; }

.presse-uebersicht .pm-search, .presse-administration .pm-search { display: flex; flex: 1; margin-left: 30px; }

@media (max-width: 991.98px) { .presse-uebersicht .pm-search, .presse-administration .pm-search { margin-left: 0px; } }

.presse-uebersicht [name="pm-searchform"], .presse-administration [name="pm-searchform"] { display: flex !important; flex-wrap: wrap; flex: 1; }

.presse-uebersicht .pm-pager, .presse-administration .pm-pager { display: flex; justify-content: center; margin-bottom: 18px; align-items: center; gap: 2px; }

.presse-uebersicht .pm-pager span, .presse-administration .pm-pager span { text-decoration: none; }

.presse-uebersicht .pm-pager a, .presse-administration .pm-pager a { min-height: 42px; display: flex; align-items: center; border: 1px solid var(--cd-color-main); text-decoration: none; }

.presse-uebersicht .pm-pager .current, .presse-administration .pm-pager .current { padding: 0.375rem 0.75rem; color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border: 1px solid #dee2e6; }

.presse-uebersicht .pm-filter, .presse-administration .pm-filter { display: flex; justify-content: space-between; flex: 1 1 50%; margin-bottom: 36px; padding: 18px 0 36px 0; }

@media (max-width: 767.98px) { .presse-uebersicht .pm-filter, .presse-administration .pm-filter { padding: 15px 0 30px 0; } }

.presse-uebersicht .pm-filter select, .presse-administration .pm-filter select { min-width: 8rem; margin-right: 0.5rem; }

.presse-uebersicht .pm-filter input[type="search"], .presse-administration .pm-filter input[type="search"] { min-width: 16rem; margin-right: 0.5rem; flex: 1; }

.presse-uebersicht .pm-filter button, .presse-administration .pm-filter button { background: var(--cd-color-main); border: 0; color: #fff; padding: 10px 20px; transition: background 0.2s ease-in; }

.presse-uebersicht .pm-filter button:hover, .presse-uebersicht .pm-filter button:focus, .presse-administration .pm-filter button:hover, .presse-administration .pm-filter button:focus { background: var(--cd-color-dark); }

.presse-uebersicht .c-pm-meldung__datum .label, .presse-administration .c-pm-meldung__datum .label { display: none; }

.presse-uebersicht .c-pm-meldung-wrapper, .presse-administration .c-pm-meldung-wrapper { margin-left: -18px; margin-right: -18px; }

#node3207650 .c-pm-meldung__datum .label { display: inline-block; }

.presse-uebersicht .c-pm-meldung { padding: 0; margin: 0; }

@media (max-width: 767.98px) { .presse-uebersicht .c-pm-meldung { flex-wrap: wrap; } }

.presse-uebersicht .c-pm-meldung__inner:after { background: var(--cd-color-main); }

.presse-uebersicht .c-pm-meldung__inner:hover:after, .presse-uebersicht .c-pm-meldung__inner:focus:after { background: var(--cd-color-dark); }

.presse-uebersicht .c-pm-meldung__teaser { margin-bottom: 30px; }

.presse-uebersicht figcaption { position: absolute; bottom: 1px; left: 1px; font-size: 14px; padding: 5px 15px; background: rgba(0, 0, 0, 0.5); color: #fff; }

.presse-uebersicht .pm-title { margin-bottom: 20px; }

.pm-detail, .pm-detail-author { text-align: center; }

.pm-detail .pm-from, .pm-detail-author .pm-from { color: #343a40; margin-top: 72px; }

.pm-detail, .pm-detail-author { text-align: center; }

.pm-detail .pm-from, .pm-detail-author .pm-from { color: #444; margin-top: 2.5rem; margin-bottom: 2.5rem; padding: 0; text-align: center; font-style: italic; }

.pm-detail .pm-parentRubrik a, .pm-detail-author .pm-parentRubrik a { white-space: unset; border-radius: 20px; text-decoration: none; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 500; text-decoration: none; padding: 8px 24px; width: fit-content; text-transform: uppercase; letter-spacing: 3px; }

.presse-administration .pm-options { margin-bottom: 9px; }

.presse-administration .pm-options + div { margin-bottom: 36px; }

.presse-administration .pm-options a { color: #fff; text-decoration: none; min-width: 42px; display: inline-block; transition: all 0.2s ease-in; }

.presse-administration .pm-options a:hover, .presse-administration .pm-options a:focus { color: var(--cd-color-secondary); }

.presse-administration .pm-options a:hover i, .presse-administration .pm-options a:focus i { color: var(--cd-color-secondary); }

.presse-administration .pm-options i { color: #fff; }

.presse-administration .pm-options .pm-delete:before, .presse-administration .pm-options .pm-openeditor > a:before, .presse-administration .pm-options .pm-save:before { color: #fff; }

.presse-administration .pm-options .pm-save:before { padding-left: 0.5em; }

.presse-administration .pm-options-actions { background: var(--cd-color-main); margin-top: -18px; padding: 0.3rem; text-align: center; width: 100%; }

.presse-uebersicht .pm-filter + .pm-pager { display: none; }

.pm-rubriken { color: #fff; }

.pm-rubriken > div:first-child { margin-top: 30px; }

.pm-rubriken label { margin-right: 7px; }

.pm-rubrikanzeige { display: none; }

#pm-filter-form-admin { display: flex; margin-right: 10px; }

.kontakt-pressestelle { margin-top: -50px; margin-bottom: 50px; }

.kontakt-pressestelle a { font-weight: bold; }

/*	================================================== PAGES / view-sbw ==================================================*/
#lpSeite span.bezeichnung { display: none; height: 0; visibility: hidden; width: 0; }

.vwp .section-oe-beschreibung h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .HAUSANSCHRIFT h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .section-oe-parkplatz h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .section-oe-anfahrtsbeschreibung h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kommunikation { line-height: 1.5; }

.vwp .kommunikation h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kommunikation .bezeichnung { display: none; height: 0; visibility: hidden; }

.vwp .kommunikation-TELEFON .wert:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kommunikation-TELEFON .wert:before { color: #9a3847; }

.vwp .kommunikation-FAX .wert:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kommunikation-FAX .wert:before { color: #9a3847; }

.vwp .kommunikation-internet .wert a { font-weight: normal; }

.vwp .kommunikation-internet .wert a:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kommunikation-internet .wert a:before { color: var(--cd-color-main); }

.vwp .kommunikation-internet .wert a:hover { color: var(--cd-color-secondary); }

.vwp .kommunikation-internet .wert a:hover:before { color: var(--cd-color-secondary); text-decoration: underline; }

.vwp .openingHours h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .section-oe-zustaendigkeit h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .untergeordnet h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .uebergeordnet h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .zustaendigkeiten h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kontaktpersonen h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .responsibilities { display: none; }

.vwp h2:before { padding: 0 0.6em 0 0 !important; font-size: clamp(1.25rem, 2.25vw, 1.75rem); }

.vwp.organisationseinheit.behoerde h2 { display: flex; align-items: center; }

.vwp.organisationseinheit.behoerde .kontakt + .kontakt { margin-top: 30px; }

.vwp .kontakt .ansprechName { color: var(--cd-color-main); letter-spacing: 1px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; border: 0; }

.vwp .kontakt .salutation { display: none; }

.vwp .kontakt .position { padding-left: 0rem; }

.vwp .kontakt .ansprechKommunikation { border-top: 0px solid #e9ecef; padding-top: 0.5rem; }

.vwp .kontakt .ansprechKommunikation .kommunikation-TELEFON .wert:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kontakt .ansprechKommunikation .kommunikation-TELEFON .wert:before { color: #9a3847; }

.vwp .kontakt .ansprechKommunikation .kommunikation-FAX .wert:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kontakt .ansprechKommunikation .kommunikation-FAX .wert:before { color: #9a3847; }

.vwp .kontakt .ansprechKommunikation .consultationHours .wert:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kontakt .ansprechKommunikation .consultationHours .wert > p { margin-top: -1.5rem; margin-left: 1.5rem; }

.vwp .kontakt .ansprechKommunikation .consultationHours .wert > div:first-child { margin-top: -1.5rem; }

.vwp .kontakt .ansprechKommunikation .consultationHours .wert > div > div { margin-left: 1.5rem; }

.vwp .kontakt .ansprechKommunikation .gebaeude .wert:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kontakt .ansprechKommunikation .raum .wert:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kontakt .ansprechKommunikation .responsibilities .wert:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .kontakt .foto { max-width: 200px; max-height: 200px; margin: 20px 0; margin-top: 0; }

.vwp .zustaendigkeiten h2:before { color: var(--cd-color-main); content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .zustaendigkeiten h2:before { display: none; }

.vwp #bwFormulare h3:before { color: #adb5bd; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp #anfangsbuchstaben { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 36px; }

.vwp #anfangsbuchstaben .skip { display: none; }

.vwp #anfangsbuchstaben .lpAktiv, .vwp #anfangsbuchstaben .aktiv, .vwp #anfangsbuchstaben .aktivAktuelleAuswahl, .vwp #anfangsbuchstaben .lpInaktiv, .vwp #anfangsbuchstaben .inaktiv { display: flex; flex: 1 1 7.2%; justify-content: center; align-items: center; height: 2.5rem; margin-right: 0.2%; margin-bottom: 0.2%; }

.vwp #anfangsbuchstaben .lpInaktiv, .vwp #anfangsbuchstaben .inaktiv { background: #e9ecef; color: #333; border: none; }

.vwp #anfangsbuchstaben .lpInaktiv:hover, .vwp #anfangsbuchstaben .inaktiv:hover { background: #adb5bd; cursor: no-drop; }

.vwp .goPageTop { font-weight: normal; font-size: 1.2rem; }

.vwp .goPageTop:before { color: #9a3847; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.vwp .goPageTop:before { color: #9a3847; }

.vwp .goPageTop:hover { color: var(--cd-color-secondary); }

.vwp .goPageTop:hover:before { color: var(--cd-color-secondary); text-decoration: underline; }

.vwp .anfangsbuchstabenLeiste { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 36px; }

.vwp a[href$=".pdf"]:before { display: none; }

.vwp.lebenslagen .hauptueberschrift { display: none; }

.service-bw-Lebenslagen .l-content--noslot .l-readspeaker, .service-bw-Lebenslagen .l-readspeaker > .l-readspeaker-inner { flex-basis: 100%; max-width: 100%; padding-left: 0; }

.service-bw-Verfahren .l-content--noslot .l-readspeaker, .service-bw-Verfahren .l-readspeaker > .l-readspeaker-inner { flex-basis: 100%; max-width: 100%; padding-left: 0; }

.service-bw-Verfahren h1.modul, .service-bw-Verfahren .c-stoerer__inner h2.modul, .c-stoerer__inner .service-bw-Verfahren h2.modul, .service-bw-Verfahren strong.modul { display: none; }

#lpSeite.organisationseinheit h1, #lpSeite.organisationseinheit .c-stoerer__inner h2, .c-stoerer__inner #lpSeite.organisationseinheit h2 { margin-top: 0; }

.service-bw-Formulare a[href$=".pdf"]:before { display: none; }

#lpSeite.vwp.maliste .kontakt { margin-top: 30px; }

#lpSeite.vwp.maliste .lpAnker.goPageTop { width: 100%; display: block; margin-top: 30px; }

/*	================================================== PAGES / view-zm ==================================================*/
.zm-suche__veranstaltungsort { padding-top: 10px; margin-right: 20px; max-width: 40%; }

.zm-suche__veranstaltungsort select { padding: 5px; max-width: 100%; }

.zm-suche__veranstalter { padding-top: 15px; max-width: 40%; }

.zm-suche__veranstalter select { padding: 5px; max-width: 100%; }

.zm-suche-wrapper { display: flex; }

@media (max-width: 767.98px) { .zm-suche-wrapper { width: 100%; } }

@media (max-width: 767.98px) { .zm-suche-wrapper .zm-suche__suchfeld { flex: 1; } }

.zm-suche-wrapper .zm-suche__suchbutton { margin-left: 5px; }

.zm-suche-wrapper .zm-suche__suchbutton .zmSuchButton { display: flex; align-items: flex-end; height: 100%; }

.zm-suche-wrapper .feld input { min-width: 500px; }

@media (max-width: 991.98px) { .zm-suche-wrapper .feld input { min-width: 200px; width: 100%; } }

@media (max-width: 767.98px) { .zm-suche-wrapper .feld input { min-width: 100px; width: 100%; } }

.zmview .all { font-size: 19px; background: rgba(255, 237, 0, 0); transition: 0.3s; margin-top: 30px; }

@media (max-width: 767.98px) { .zmview .all { font-size: 16px; line-height: 10px; } }

.zmview .all a.icon { margin-right: 0px; display: inline-block; }

.zmview .all a.icon i:before { display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 500; font-size: 24px; width: 30px; height: 30px; margin-right: 5px; }

@media (max-width: 767.98px) { .zmview .all a.icon i:before { font-size: 19px; } }

.zmview .all a.icon:hover { background: none; }

.zm-suche fieldset { display: flex; align-items: flex-end; flex-wrap: wrap; }

@media (max-width: 991.98px) { .zm-suche fieldset .zeitraum, .zm-suche fieldset .suche-feld { flex-basis: 100%; margin: 10px 0; } }

@media (max-width: 991.98px) { .zm-suche fieldset .suche-feld { margin: 10px 0; } }

.zm-suche .suche-feld { display: flex; align-items: center; width: 33%; }

.zm-suche .suche-feld input { width: 100%; flex-basis: 100%; min-height: 60px; }

.zm-suche .suche-feld input[type=reset] { flex-basis: 15%; left: -18%; }

@media (max-width: 991.98px) { .zm-suche .suche-feld input[type=reset] { left: -13%; } }

@media (max-width: 767.98px) { .zm-suche .suche-feld input[type=reset] { left: -18%; } }

.zm-suche .suche-feld .zmVolltextSuche { flex-basis: 80%; display: flex; }

.zm-suche .suche-feld .zmsuchbutton { margin-bottom: 0; width: 60px; min-height: 60px; min-width: 60px !important; z-index: 0; flex-basis: 13%; /* margin-left: -17%; */ line-height: 1.0; padding: 0; margin-right: 15px; margin-left: 5px; }

.zm-suche .suche-feld .zmsuchbutton i:before { font-size: 28px; font-weight: 400; }

.zm-suche .suche-feld legend { font-size: 1.5rem; }

.zm-suche .treffer { margin-top: 30px; font-weight: bold; line-height: 30px; width: fit-content; width: -moz-fit-content; display: flex; column-gap: 35px; margin-bottom: 25px; }

.zm-suche .treffer .zmhitsfound { font-size: 22px; }

@media (max-width: 767.98px) { .zm-suche .treffer .zmhitsfound { font-size: 16px; line-height: 23px; } }

.zm-suche .zmVolltextSuche label { display: none; }

.zm-suche .von, .zm-suche .bis { width: 180px; float: left; margin-right: 20px; }

@media (max-width: 767.98px) { .zm-suche .von, .zm-suche .bis { margin-top: 10px; } }

.zm-suche .dauer { clear: both; padding-top: 1rem; }

.zm-suche .vkRubrik { display: flex; align-items: flex-end; }

.zm-suche #fadeToggle { clear: both; width: 100%; position: relative; font-weight: bold; font-size: 19px; padding: 0px 0; margin-left: 40px; background-size: 1rem; min-height: 45px; display: flex; align-items: center; cursor: pointer; transition: all 0.2s ease-in; }

.zm-suche #fadeToggle:after { content: "\f078"; font-family: "Font Awesome 6 Pro"; font-weight: 400; font-size: 19px; position: absolute; top: auto; right: -30px; transform: rotate(0); transition: transform .5s ease; }

.zm-suche #fadeToggle:hover, .zm-suche #fadeToggle:focus { color: var(--cd-color-secondary); }

.zm-suche #fadeToggle.visible { text-decoration: underline; }

.zm-suche #fadeToggle.visible:after { transform: rotate(180deg); }

.zm-suche .block + .block { margin-top: 18px; }

.zm-suche .detailsuche { margin-bottom: 18px; }

.zm-suche .vkRubrik .label, .zm-suche .ort label { font-size: 1.5rem; width: 100%; text-align: left; margin-top: 20px; }

.zm-suche .vkRubrikList { display: none; margin-top: 30px; /*columns: 3; @include media-breakpoint-down(lg) {columns:2;} @include media-breakpoint-down(md) {columns:1;}*/ }

@media (max-width: 991.98px) { .zm-suche .vkRubrikList { margin-top: 30px; } }

.zm-suche .vkRubrikList .zmVkat { background: var(--cd-color-more-lighten-25); }

.zm-suche .vkRubrikList .zmVkat ul.ui-widget-content { display: flex; flex-wrap: wrap; flex-direction: row; column-gap: 15px; justify-content: flex-start; background: none; padding: 0 0 0 0; }

@media (max-width: 991.98px) { .zm-suche .vkRubrikList .zmVkat ul.ui-widget-content { padding: 0; } }

.zm-suche .vkRubrikList li.katlevel1 { width: calc(33% - 15px); flex-basis: calc(33% - 15px); float: left; margin-top: 20px; background: none; border-bottom: 1px solid var(--cd-color-light); }

@media (max-width: 1199.98px) { .zm-suche .vkRubrikList li.katlevel1 { width: calc(50% - 15px); flex-basis: calc(50% - 15px); } }

@media (max-width: 991.98px) { .zm-suche .vkRubrikList li.katlevel1 { width: calc(100% - 15px); flex-basis: calc(100% - 15px); margin: 0; } }

.zm-suche .vkRubrikList li.katlevel1 a { display: block; width: 100%; transition: all 0.15s ease-in; padding: 10px 0px; text-decoration: none; }

.zm-suche .vkRubrikList li.katlevel1 label { width: 100%; display: flex; align-items: center; margin-bottom: 0; }

@media (max-width: 991.98px) { .zm-suche .vkRubrikList li.katlevel1 label { margin: 0; } }

.zm-suche .vkRubrikList li.katlevel1 label:hover { text-underline-offset: 4px; text-decoration: underline; color: black; }

.zm-suche .vkRubrikList li.katlevel1 input { display: none; height: 20px; width: 20px; margin: 10px; flex-basis: 10%; }

.zm-suche .vkRubrikList li.katlevel1 input:focus-visible { outline: 1px solid #ccc; }

.zm-suche .vkRubrikList .ui-widget.ui-widget-content { border: none; }

.zm-suche .vkRubrikList .ui-icon { background: url(../img/icons/Pfeil-runter.svg) left 0rem top 0rem no-repeat; background-size: 1rem; top: 10px; left: 0rem; width: 1rem; height: 1rem; display: none; }

.zm-suche .vkRubrikList .ui-icon.ui-icon-triangle-1-se { background-image: url(../img/icons/Pfeil-hoch.svg); }

.zm-suche input[type="radio"], .zm-suche input[type="checkbox"] { margin-right: 5px; }

.zm-suche .zmSuchButton { display: flex; align-items: self-end; }

.zm-suche .buttons .zmSuchButton { display: flex; align-items: self-end; display: inline-block; min-height: 50px; }

.zm-suche .buttons a { margin-left: 7px; }

.zm-suche .zeitraum #xvon, .zm-suche .zeitraum #xbis { width: 180px; }

.zm-suche .zeitraum #xvon::-webkit-search-cancel-button, .zm-suche .zeitraum #xbis::-webkit-search-cancel-button { -webkit-appearance: none; height: 20px; width: 20px; margin-top: auto; margin-bottom: auto; background-image: url(../img/icons/Icon-times-circle.svg); background-repeat: no-repeat; background-position: center; cursor: pointer; }

.zm-suche { background: var(--cd-color-more-lighten-25); padding: 36px; }

.zm-suche h3 { font-size: 1rem; text-transform: uppercase; }

.vkRubrikList--asLink { margin-top: 30px; }

.vkRubrikList--asLink #ulkategorieid { list-style: none; display: flex; margin: 0; padding: 0; gap: 30px; }

.vkRubrikList--asLink #ulkategorieid li { display: flex; flex: 1 1 6.9%; justify-content: center; align-items: center; height: 2.5rem; min-width: 100px; font-size: 1rem; padding: 0 7px; text-decoration: none; }

.vkRubrikList--asLink #ulkategorieid a { background: #e9ecef; color: #333; display: block; width: 100%; }

.zmbeschreibung .label { display: none; }

.zmitem__bild { max-height: 420px; background-color: var(--cd-color-light); aspect-ratio: 4/3; position: relative; }

.zmitem__bild .img, .zmitem__bild .image { height: 100%; display: block; }

.zmitem__bild img { object-fit: cover; height: 100%; width: 100%; }

.zmitem__bild .zmClear, .zmitem__bild .caption { display: none; }

.zmitem__austattung { position: absolute; top: 0; }

.zmitem__austattung .zmticketsausverkauft { margin: 0 !important; }

.zmitem__austattung .item { flex-wrap: wrap; }

.zmitem__austattung .item .zmtickets_ausverkauft { margin: 0; }

.zmitem__austattung .item .zmitemname { font-weight: 400; color: #fff; padding: 8px 16px; line-height: 1.6; font-size: 14px; text-transform: uppercase; position: absolute; background-color: var(--cd-color-main); }

.zmitem__austattung .label { display: none; }

.zmitem__austattung .zmClear { display: none !important; }

.zmitem__bild--platzhalter { background-color: var(--cd-color-light); background: url("../img/platzhalter_veranstaltungen.jpg"); background-size: contain; aspect-ratio: 4/3; }

.zmitem__datum--short { background-color: var(--cd-color-main); font-weight: 500; display: inline-flex; flex-wrap: wrap; min-width: 100px; min-height: 100px; padding: 18px; color: #fff; position: absolute; bottom: 0; }

.zmitem__datum--short > div { width: 100%; text-align: center; }

.zmitem__datum__day-name { text-transform: uppercase; }

.zmitem__datum__day { font-size: 32px; margin-bottom: 4px; }

.zmitem__datum__month { font-size: 20px; text-transform: uppercase; }

.zmitem__datum__year { text-transform: uppercase; }

.zmitem__datum--bis { font-size: 20px; text-transform: uppercase; }

.datumzmtitel { font-size: 1rem; margin-bottom: 0; }

.zmitem .category, .zm-detail .category { color: var(--cd-color-more-lighten-25); }

.zmitem .category span, .zm-detail .category span { line-height: 2.5; }

.zmitem .category .zmkatLink, .zm-detail .category .zmkatLink { background: var(--cd-color-more-lighten-25); border: 1px solid var(--cd-color-light); color: var(--cd-color-main); text-transform: uppercase; padding: 8px 16px; font-size: 14px; text-decoration: none; font-weight: 600; white-space: nowrap; transition: all 0.2s ease-in; }

.zmitem .category .zmkatLink:hover, .zmitem .category .zmkatLink:focus, .zm-detail .category .zmkatLink:hover, .zm-detail .category .zmkatLink:focus { background: var(--cd-color-main); color: var(--cd-color-secondary); }

.zmitem .zm-ticketing a, .zm-detail .zm-ticketing a { background: var(--cd-color-main); color: #fff; cursor: pointer; text-decoration: none; border-radius: 35px; padding: 9px 24px; line-height: 2.5; transition: 0.2s ease-in; }

.zmitem .zm-ticketing a:hover, .zmitem .zm-ticketing a:focus, .zm-detail .zm-ticketing a:hover, .zm-detail .zm-ticketing a:focus { background-color: var(--cd-color-dark); }

.zmitem .zmticketsausverkauft, .zm-detail .zmticketsausverkauft { margin-top: 1rem; }

.zmitem .zmticketsausverkauft .label, .zmitem .zmticketsausverkauft .zmClear, .zm-detail .zmticketsausverkauft .label, .zm-detail .zmticketsausverkauft .zmClear { display: none; }

.zmitem .zmticketsausverkauft ul, .zm-detail .zmticketsausverkauft ul { padding: 0; list-style: none; }

.zmitem .zmticketsausverkauft ul span, .zm-detail .zmticketsausverkauft ul span { font-weight: bold; font-size: clamp(1.15rem, 2.25vw, 1.5rem); }

.zm-veranstaltungen .zm-detail { flex: 0 0 100%; max-width: 100%; }

.zmitem { background-color: var(--cd-color-more-lighten-25); display: flex; flex-direction: column; }

.zmitem__header { font-weight: bold; position: relative; }

.zmitem__header h1, .zmitem__header h2, .zmitem__header h3, .zmitem__header h4, .zmitem__header .c-table caption, .c-table .zmitem__header caption, .zmitem__header .basecontent-table > table caption, .basecontent-table > table .zmitem__header caption { margin-top: inherit; }

.zmitem__header .zmitem__titel { padding: 12px 36px 0 36px; }

.zmitem__header .titel { font-size: clamp(1.15rem, 2.25vw, 1.5rem); font-weight: 600; padding: 18px 36px; }

.zmitem__body { display: flex; flex-wrap: wrap; padding: 0 36px; }

.zmOrt .fax { display: none; }

.zm-eliste .vCalendarLink, .zm-eliste .oepvn, .zm-eliste .mapsLink, .zm-eliste .efaLink { display: none; }

.zm-eliste__header { border-bottom: 3px solid var(--cd-color-secondary); padding-bottom: 36px; margin-bottom: 36px; }

.zm-eliste__header .vCalendarLink, .zm-eliste__header .oepvn, .zm-eliste__header .mapsLink, .zm-eliste__header .efaLink { display: none; }

.zm-eliste__header .zmRegister { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px; margin-right: -5px; }

.zm-eliste__header .zmRegister .skip, .zm-eliste__header .zmRegister .hideme { display: none; }

.zm-eliste__header .zmRegister .aktiv, .zm-eliste__header .zmRegister .inaktiv { display: flex; flex: 1 1 6.9%; justify-content: center; align-items: center; height: 2.5rem; min-width: 100px; font-size: 1rem; padding: 0 7px; text-decoration: none; }

.zm-eliste__header .zmRegister #MonatEnd { display: none; }

.zm-eliste__header .zmRegister .aktiv { padding: 0 7px; }

.zm-eliste__header .zmRegister .inaktiv { background: #e9ecef; color: #333; }

.zm-eliste__header .zmRegister a[title="Alle"] { flex-basis: 14%; }

.zm-eliste__header .zmhitsfound { margin-top: 40px; padding: 30px; text-align: center; font-style: italic; background-color: var(--cd-color-more-lighten-25); }

.zm-eliste__header .zmOrt h3 { color: var(--cd-color-main); letter-spacing: 1px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-bottom: 25px; font-size: clamp(1rem, 1.25vw, 1.25rem); }

.zm-eliste__body { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

@media (max-width: 991.98px) { .zm-eliste__body { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767.98px) { .zm-eliste__body { grid-template-columns: repeat(1, 1fr); } }

.zm-eliste__body .zmitem { flex-basis: 32%; margin-right: 1%; margin-bottom: 1%; transition: all 1s; }

@media (max-width: 1199.98px) { .zm-eliste__body .zmitem { flex-basis: 48%; } }

@media (max-width: 991.98px) { .zm-eliste__body .zmitem { flex-basis: 98%; } }

.zm-eliste__body .zmitem__header .zmtitel { float: left; margin-right: 0.6em; }

.zm-eliste__body .zmitem__body > div, .zm-eliste__body .zmitem__header > div { flex-basis: 100%; }

.zm-eliste__body .zmitem__body .zmitem__ort, .zm-eliste__body .zmitem__header .zmitem__ort { padding: 18px 36px 0 36px; font-size: 1rem; line-height: 1.5; min-height: 90px; }

@media (max-width: 1439.98px) { .zm-eliste__body .zmitem__body .zmitem__ort, .zm-eliste__body .zmitem__header .zmitem__ort { min-height: 105px; } }

@media (max-width: 767.98px) { .zm-eliste__body .zmitem__body .zmitem__ort, .zm-eliste__body .zmitem__header .zmitem__ort { min-height: initial; } }

.zm-eliste__body .zmitem__body .zmitem__ort .data, .zm-eliste__body .zmitem__header .zmitem__ort .data { color: var(--cd-color-main); letter-spacing: 1px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; }

.zm-eliste__body .zmitem__body .zmkurzbeschreibung, .zm-eliste__body .zmitem__header .zmkurzbeschreibung { display: none; }

.zm-eliste__body .zmitem__body .zmkurzbeschreibung .label, .zm-eliste__body .zmitem__body .category .label, .zm-eliste__body .zmitem__header .zmkurzbeschreibung .label, .zm-eliste__body .zmitem__header .category .label { display: none; }

.zm-eliste__body .zmitem__body .zmOrt .zmClear, .zm-eliste__body .zmitem__header .zmOrt .zmClear { display: none; }

.zm-eliste__body .zmitem__body .zmOrt .label, .zm-eliste__body .zmitem__header .zmOrt .label { display: none; }

.zm-eliste__body .zmitem__body .zmOrt h3, .zm-eliste__body .zmitem__header .zmOrt h3 { color: var(--cd-color-main); letter-spacing: 1px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-bottom: 25px; font-size: 1rem; }

.zm-eliste__body .zmitem__body .zmOrt .vCard .mail, .zm-eliste__body .zmitem__body .zmOrt .vCard .homepage, .zm-eliste__body .zmitem__body .zmOrt .vCard .tel, .zm-eliste__body .zmitem__header .zmOrt .vCard .mail, .zm-eliste__body .zmitem__header .zmOrt .vCard .homepage, .zm-eliste__body .zmitem__header .zmOrt .vCard .tel { display: none; }

.zm-eliste__body .zmitem__body .zmClear, .zm-eliste__body .zmitem__header .zmClear { display: block; clear: both; }

.zm-eliste__body .zmitem__body .zmkurzbeschreibung p, .zm-eliste__body .zmitem__header .zmkurzbeschreibung p { margin-bottom: 0.5em; }

.zm-eliste__body .zmitem__body .organization .raum, .zm-eliste__body .zmitem__header .organization .raum { display: none; }

.zm-eliste__body .zmitem__body .street-address, .zm-eliste__body .zmitem__header .street-address { display: none; }

.zm-eliste__body .zmitem__body .cityline, .zm-eliste__body .zmitem__header .cityline { display: none; flex-basis: initial; }

.zm-eliste__body .zmitem__body .borrow, .zm-eliste__body .zmitem__header .borrow { flex-basis: initial; margin-left: 0.3em; }

.zm-eliste__body .zmitem__body .borrow:before, .zm-eliste__body .zmitem__header .borrow:before { content: " -"; }

.zm-eliste__body .zmitem__body .homepage, .zm-eliste__body .zmitem__header .homepage { margin-top: .5rem; }

.zm-eliste__body .zmitem__body .contact .mail, .zm-eliste__body .zmitem__header .contact .mail { display: block; }

.zm-eliste__body .zmitem__body .contact .mail .bez, .zm-eliste__body .zmitem__header .contact .mail .bez { display: none; }

.zm-eliste__body .zmitem__footer { align-self: center; margin-top: 0px; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-self: flex-end; padding: 36px; }

.zm-eliste__body .zmitem__footer .category .label { display: none; }

.zm-eliste__body .zmitem__footer .details { text-decoration: none; text-transform: uppercase; font-weight: 600; font-size: clamp(1rem, 0.4073vw, 1.25rem); }

.zm-eliste__footer { margin-top: 30px; text-align: center; }

.zmdetails_infoslot { display: flex; flex-wrap: wrap; }

.zmdetails_infoslot--left { flex-basis: 50%; }

@media (max-width: 991.98px) { .zmdetails_infoslot--left { flex-basis: 100%; max-width: 100%; } }

.zmdetails_infoslot--right { flex-basis: 50%; }

@media (max-width: 991.98px) { .zmdetails_infoslot--right { flex-basis: 100%; max-width: 100%; } }

.zmdetails_infoslot .mapCanvas { max-width: 100%; }

.zm-detail { flex: 0 0 66.66666667%; max-width: 66.66666667%; margin-left: auto; margin-right: auto; }

@media (max-width: 767.98px) { .zm-detail { flex: 0 0 100%; max-width: 100%; } }

.zm-detail .zmnav { display: flex; gap: 25px; }

@media (max-width: 991.98px) { .zm-detail .zmnav { flex-wrap: wrap; } }

.zm-detail .zmnav .zmzureu a { text-decoration: none; }

.zm-detail .zmnav .zurueck-zum-vk { text-decoration: none; }

.zm-detail .zmnav .zurueck-zum-vk:after { color: #fff; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0 0 0.3em; }

.zm-detail .zmnav { margin-top: 2rem; }

.zm-detail .zmClear { display: block; clear: both; }

.zm-detail .zmkurzbeschreibung .zmClear { display: none; }

.zm-detail .zmOrt .zmClear { display: none; }

.zm-detail .caption { font-size: 0.9em; }

.zm-detail .zmtitel h2.zeit { margin-top: 0; margin-bottom: 1rem; font-size: clamp(1.15rem, 2.25vw, 1.5rem); }

.zm-detail .zmtitel h2.titel { margin-top: 0rem; margin-bottom: 1rem; }

.zm-detail .zmtitel h3.zusatzbezeichnung { margin: 0; }

.zm-detail .zmkurzbeschreibung .label { display: none; }

.zm-detail .homepage { margin-top: 1rem; }

.zm-detail .barrierefreiheit { margin-top: 1rem; }

.zm-detail .barrierefreiheit p { margin-bottom: 0; }

.zm-detail div[itemprop="organizer"] { margin-top: 1rem; }

.zm-detail .zm_location--doppelterOrt .zmOrt .titel { display: none; }

.zm-detail .zmOrt .titel { color: var(--cd-color-main); letter-spacing: 1px; font-weight: bold; text-transform: uppercase; margin-top: 0; margin-bottom: 25px; font-size: clamp(1rem, 1.25vw, 1.25rem); }

.zm-detail .zmOrt .organization .raum { display: none; }

.zm-detail .zmVeranstalter .titel { color: var(--cd-color-main); letter-spacing: 1px; font-weight: bold; text-transform: uppercase; font-size: clamp(1rem, 1.25vw, 1.25rem); margin: 0; padding-right: 10px; }

.zm-detail .zmVeranstalter .contact .org { display: none; }

.zm-detail .category, .zm-detail .sammel, .zm-detail .vCalendarLink { margin-top: 2rem; }

.zm-detail #xmap { margin-top: 2rem; margin-bottom: 2rem; }

.zm-detail .image { float: left; max-width: 50%; margin-right: 25px; }

@media (max-width: 767.98px) { .zm-detail .image { float: none; max-width: 100%; margin: 0; } }

.zm-detail .zmitem { margin: 18px 0; }

.zm-detail .oepvn { margin-top: 18px; }

.zm-detail .zmzureu a { font-weight: normal; }

.zm-detail .zmzureu a:before { color: #fff; content: ""; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0.3em 0 0; }

.zm-detail .zmzureu a:before { color: #fff; }

.zm-detail .zmzureu a:hover { color: var(--cd-color-secondary); }

.zm-detail .zmzureu a:hover:before { color: var(--cd-color-secondary); text-decoration: underline; }

.zm-detail .zmzureu a:hover, .zm-detail .zmzureu a:focus { text-decoration: none; }

.zm-detail .zmzureu a:hover:before, .zm-detail .zmzureu a:focus:before { text-decoration: none; color: #fff; }

.zm-detail .zmzureu a:before { text-decoration: none; margin-right: 7px; }

.zm-detail .zmzureu a:before:hover, .zm-detail .zmzureu a:before:focus { text-decoration: none; }

.zm-detail .zmitem__header .zmtitel .summary { display: flex; align-items: baseline; }

.zm-detail .zmitem__header .zmtitel .summary .titel { margin-right: 0.5rem; }

.zm-detail .zmitem__header .zmtitel .summary h2, .zm-detail .zmitem__header .zmtitel .summary h3 { margin-bottom: 0; }

.zm-detail .zmitem__body > div { flex-basis: 48%; margin-right: 2%; margin-bottom: 1.5rem; }

.zm-detail .zmitem__body .label { display: none; }

.zm-detail .zmitem__body .zmanschrift .vCard { display: flex; flex-wrap: wrap; position: relative; }

.zm-detail .zmitem__body .zmanschrift .vCard .organization { display: none; }

.zm-detail .zmitem__body .zmanschrift .vCard > div { flex-basis: 100%; }

.zm-detail .zmitem__body .zmanschrift .vCard .vCardLink { order: 4; }

.zm-detail .zmitem__body .zmanschrift .vCard .street-adress { order: 1; }

.zm-detail .zmitem__body .zmanschrift .vCard .cityline { order: 2; flex-basis: inherit; }

.zm-detail .zmitem__body .zmanschrift .vCard .borrow { order: 3; flex-basis: initial; margin-left: 0.3em; }

.zm-detail .zmitem__body .zmanschrift .vCard .borrow:before { content: " -"; }

.zm-detail .zmitem__body .zmanschrift .vCard .homepage { margin-top: 0; }

.zm-detail .zmitem__body .zmanschrift .vCard .mail, .zm-detail .zmitem__body .zmanschrift .vCard .tel, .zm-detail .zmitem__body .zmanschrift .vCard .mobile, .zm-detail .zmitem__body .zmanschrift .vCard .fax { order: 5; }

.zm-detail .zmitem__body #xmap { margin-right: 0; margin-left: 2%; }

.zm-detail .zmitem__body #xmap .mapCanvas { max-height: 200px; max-width: 100%; }

.zm-detail .zmitem__body .zmanschrift { order: 1; }

.zm-detail .zmitem__body #xmap { order: 2; }

.zm-detail .zmitem__body .homepage { order: 3; flex-basis: 100%; }

.zm-detail .zmitem__body .zmkurzbeschreibung { order: 4; flex-basis: 100%; }

.zm-detail .zmitem__body .zmbeschreibung { order: 5; flex-basis: 100%; }

.zm-detail .zmitem__body .zmbeschreibung .label { display: none; }

.zm-detail .zmitem__body .zmperson { order: 6; }

.zm-detail .zmitem__body .zmperson { margin-right: 0; margin-left: 2%; }

.zm-detail .zmitem__body .zmperson > .value > .vCard { background-color: #fff; box-shadow: 0 0 2px #ccc; display: flex; flex-wrap: wrap; padding: 18px; }

.zm-detail .zmitem__body .zmperson > .value > .vCard > div { flex-basis: 100%; }

.zm-detail .zmitem__body .zmperson > .value > .vCard .fn { order: -6; }

.zm-detail .zmitem__body .zmperson > .value > .vCard .titles { order: -5; flex-basis: initial; }

.zm-detail .zmitem__body .zmperson > .value > .vCard .organization { order: -4; flex-basis: 50%; font-weight: normal; }

.zm-detail .zmitem__body .zmperson > .value > .vCard .street-address { order: -3; margin-top: 1.5em; }

.zm-detail .zmitem__body .zmperson > .value > .vCard .cityline { order: -2; flex-basis: initial; }

.zm-detail .zmitem__body .zmperson > .value > .vCard .borrow { order: -1; flex-basis: 55%; margin-left: 0.3em; }

.zm-detail .zmitem__body .zmperson > .value > .vCard .borrow:before { content: " -"; }

.zm-suche fieldset { display: flex; }

.zm-suche .zmVolltextSuche > label { display: none; }

.zm-suche__suchfeld input { min-height: 45px; }

.zm-suche__suchbutton input { min-height: 45px; }

.zm-suche__kategoriefilter { margin-top: 28px; }

.zm-suche__kategoriefilter #ulkategorieid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 16px; margin-bottom: 30px; padding: 20px; line-height: 2; }

@media (max-width: 991.98px) { .zm-suche__kategoriefilter #ulkategorieid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767.98px) { .zm-suche__kategoriefilter #ulkategorieid { grid-template-columns: repeat(1, 1fr); } }

.zm-suche__kategoriefilter #ulkategorieid li.even, .zm-suche__kategoriefilter #ulkategorieid li.odd { background: transparent; }

.zm-suche__kategoriefilter #ulkategorieid input { margin-right: 10px; }

.zm-suche__kategoriefilter #ulkategorieid label { margin: 0; }

.zm-eliste--liste .zm-eliste__body { display: grid; grid-template-columns: repeat(1, 1fr); gap: 18px; }

@media (max-width: 991.98px) { .zm-eliste--liste .zm-eliste__body { grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 767.98px) { .zm-eliste--liste .zm-eliste__body { grid-template-columns: repeat(1, 1fr); } }

/* ZM Vereine */
.zm-vereine--ergebnisliste .l-readspeaker { flex: 0 0 100%; max-width: 100%; padding: 0; margin-bottom: 30px; }

.zm-vereine--ergebnisliste .l-readspeaker-inner { max-width: 100%; flex: 0 0 100%; }

.zm-vereine .l-content.l-content--noslot .zm-aenderungen .v-standard { flex-basis: 100%; max-width: 100%; }

.zm-vereine .zmitem__header .titel { display: block; width: 100%; }

.zm-vereine .zusatz { display: none; }

.zm-vereine h1, .zm-vereine .c-stoerer__inner h2, .c-stoerer__inner .zm-vereine h2 { max-width: 66.6666%; display: flex; justify-content: center; margin-left: auto; margin-right: auto; }

.zm-vereine .zmitem__header { padding: 36px 36px 36px 36px; }

.zm-vereine .zmitem__header .titel { padding: 0; }

.zm-vereine .zmRegister { display: none; }

.zm-vereine .zm-suche__suchfeld input { max-width: 100%; width: 100%; }

.zm-vereine .zm-eliste__body .zmitem__footer { width: 100%; }

.zm-vereine .zmitem__detaillink { width: 100%; display: flex; justify-content: flex-end; margin-top: 20px; }

.zm-vereine .zm-detail > .zmnav:first-child { display: none; }

.zm-vereine .zm-detail .zmitem { background-color: transparent; }

.zm-vereine .zm-detail .zmClear { display: none; }

.zm-vereine .zm-detail h3.label { margin-bottom: 0; }

.zm-vereine .zm-detail .contact .org { display: none; }

.zm-vereine .zm-detail .contact .mail .bez { display: none; }

.zm-vereine .zm-detail .zmkurzbeschreibung { margin-bottom: 18px; }

.zm-vereine .zm-detail .zmanschrift { margin-bottom: 18px; }

.zm-vereine .zm-detail .zmanschrift .label { margin-top: 0; }

.zm-vereine .zm-detail .zmraumraeumlichkeiten .label { margin-top: 18px; }

.zm-vereine .zm-detail .zm-personen-wrapper { border-top: 1px solid var(--cd-color-main); margin-bottom: 36px; }

.zm-vereine .zm-detail .zm-personen-wrapper h3 { margin-top: 24px; margin-bottom: 5px; }

.zm-vereine .zm-detail .zmperson { padding-top: 18px; }

.zm-vereine .zm-detail .zmperson .vCard { padding-top: 9px; }

.zm-vereine .zm-detail .zmperson .person { font-weight: bold; }

.zm-vereine .zm-detail .zmperson .vCard .cityline { margin-bottom: 0; }

.zm-vereine .zm-detail .homepage { margin-bottom: 18px; margin-top: 0; }

.zm-vereine .zm-detail .homepage .label { display: none; }

.zm-vereine .zm-detail .zmraum { border-top: 1px solid var(--cd-color-main); }

.zm-vereine .zm-detail .zmraum > .label { display: none; }

.zm-vereine .zm-detail .vCard .organization { display: none; }

.zm-vereine .zm-aenderungen { background-color: var(--cd-color-more-lighten-25); padding: 18px 24px; }

.zm-vereine .zm-aenderungen h2 { margin-top: 0; }

.zm-vereine .zm-aenderungen p:last-child { margin-bottom: 0; }

.zm-veranstaltungen .l-page-titel { justify-content: flex-start; text-align: left; padding-left: 36px; padding-right: 36px; }

.zm-veranstaltungen .l-page-titel h1, .zm-veranstaltungen .l-page-titel .c-stoerer__inner h2, .c-stoerer__inner .zm-veranstaltungen .l-page-titel h2 { margin-left: 0; margin-right: 0; justify-content: flex-start; text-align: left; }

.zm-veranstaltungen .zmRegister { margin-top: 30px; margin-bottom: 30px; }

.zm-veranstaltungen .zm-eliste__header .zmRegister { justify-content: flex-start; }

.zm-veranstaltungen .zm-eliste__header .zmRegister .aktiv { flex: 0 1 10%; }

.zm-veranstaltungen .zm-eliste__header .zmRegister .inaktiv { background: transparent; border: 1px solid var(--cd-color-more-lighten); flex: 0 1 10%; }

.zm-veranstaltungen .zm-suche #fadeToggle { margin-left: 0; margin-top: 30px; width: auto; }

.zm-veranstaltungen .zm-suche .vkRubrikList { margin-top: 0; }

.zm-veranstaltungen .zm-suche .zeitraum #xvon, .zm-veranstaltungen .zm-suche-wrapper .feld input { padding-left: 8px; }

.zm-veranstaltungen .ui-datepicker-calendar .ui-state-default { display: flex; align-items: center; justify-content: center; }

.zm-veranstaltungen .ui-datepicker-calendar .ui-state-highlight, .zm-veranstaltungen .ui-datepicker-calendar .ui-widget-content .ui-state-highlight { border: 1px solid var(--cd-color-more-lighten); background: var(--cd-color-more-lighten); color: #000; }

.zm-veranstaltungen .ui-datepicker-calendar .ui-state-active, .zm-veranstaltungen .ui-datepicker-calendar .ui-widget-content .ui-state-active { border: 1px solid var(--cd-color-main); background: var(--cd-color-main); color: #fff; }

.zm-veranstaltungen .zm-eliste__body .zmitem__footer { padding: 0 36px 36px 36px; }

.zm-veranstaltungen .zmitem__footer { width: 100%; }

.zm-veranstaltungen .zmitem__detaillink { width: 100%; display: flex; justify-content: flex-end; margin-top: 20px; }

.zm-veranstaltungen .zmanschrift .vCard .organization, .zm-veranstaltungen .zmanschrift .contact .org { display: none; }

.zm-veranstaltungen .zmVeranstalter .rumpf .organization { display: none; }

.zm-veranstaltungen .zm_location .homepage { margin-top: 0; }

.zm-eliste__footer { margin-top: 60px; }

.zm-eliste__footer .zmNavigClass .zmNavigClassInnen { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; row-gap: 3px; }

.zm-eliste__footer .zmNavigClass .zmnavseparator { display: none; }

.zm-eliste__footer .zmNavigClass span { height: 42px; display: inline-flex; align-items: center; justify-content: center; }

.zm-eliste__footer .zmNavigClass .current.active { color: #333; border: 1px solid #dee2e6; min-height: 42px; min-width: 42px; padding: 0 0.75rem; margin-right: 2px; }

.zm-eliste__footer .zmNavigClass a { background-color: var(--cd-color-main); color: #fff; min-height: 42px; min-width: 42px; padding: 0 0.75rem; display: flex; align-items: center; justify-content: center; font-size: 1rem; margin-right: 2px; text-decoration: none; transition: all 0.25s ease-in; }

.zm-eliste__footer .zmNavigClass a:hover, .zm-eliste__footer .zmNavigClass a:focus { background-color: var(--cd-color-dark); }

/* ZM Adressen */
.zm-adressen--ergebnisliste .l-readspeaker { flex: 0 0 100%; max-width: 100%; padding: 0; margin-bottom: 30px; }

.zm-adressen--ergebnisliste .l-readspeaker-inner { max-width: 100%; flex: 0 0 100%; }

.zm-adressen .l-content.l-content--noslot .zm-aenderungen .v-standard { flex-basis: 100%; max-width: 100%; }

.zm-adressen .zmitem__header .titel { display: block; width: 100%; }

.zm-adressen .zusatz { display: none; }

.zm-adressen h1, .zm-adressen .c-stoerer__inner h2, .c-stoerer__inner .zm-adressen h2 { max-width: 66.6666%; display: flex; justify-content: center; margin-left: auto; margin-right: auto; }

.zm-adressen .zmitem__header { padding: 36px 36px 36px 36px; }

.zm-adressen .zmitem__header .titel { padding: 0; }

.zm-adressen .zmRegister { display: none; }

.zm-adressen .zm-suche__suchfeld input { max-width: 100%; width: 100%; }

.zm-adressen .zm-eliste__body .zmitem__footer { width: 100%; }

.zm-adressen .zmitem__detaillink { width: 100%; display: flex; justify-content: flex-end; margin-top: 20px; }

.zm-adressen .zm-detail > .zmnav:first-child { display: none; }

.zm-adressen .zm-detail .zmitem { background-color: transparent; }

.zm-adressen .zm-detail .zmClear { display: none; }

.zm-adressen .zm-detail h3.label { margin-bottom: 0; }

.zm-adressen .zm-detail .contact .org { display: none; }

.zm-adressen .zm-detail .contact .mail .bez { display: none; }

.zm-adressen .zm-detail .zmkurzbeschreibung { margin-bottom: 18px; }

.zm-adressen .zm-detail .zmanschrift { margin-bottom: 18px; }

.zm-adressen .zm-detail .zmanschrift .label { margin-top: 0; }

.zm-adressen .zm-detail .zmraumraeumlichkeiten .label { margin-top: 18px; }

.zm-adressen .zm-detail .zm-personen-wrapper { border-top: 1px solid var(--cd-color-main); margin-bottom: 36px; }

.zm-adressen .zm-detail .zm-personen-wrapper h3 { margin-top: 24px; margin-bottom: 5px; }

.zm-adressen .zm-detail .zmperson { padding-top: 18px; }

.zm-adressen .zm-detail .zmperson .vCard { padding-top: 9px; }

.zm-adressen .zm-detail .zmperson .person { font-weight: bold; }

.zm-adressen .zm-detail .zmperson .vCard .cityline { margin-bottom: 0; }

.zm-adressen .zm-detail .homepage { margin-bottom: 18px; margin-top: 0; }

.zm-adressen .zm-detail .homepage .label { display: none; }

.zm-adressen .zm-detail .zmraum { border-top: 1px solid var(--cd-color-main); }

.zm-adressen .zm-detail .zmraum > .label { display: none; }

.zm-adressen .zm-detail .vCard .organization { display: none; }

.vk-highlights { background: var(--cd-color-more-lighten-25); position: relative; padding-top: 24px; padding-bottom: 24px; }

.vk-highlights .c-vk .controls { margin-top: 60px !important; }

.vk-highlights:after { background-color: var(--cd-color-more-lighten-25); content: ""; position: absolute; top: 0; bottom: 0; width: 9600px; right: 100%; width: 100vw; left: 100%; z-index: 0; }

.vk-highlights:before { background-color: var(--cd-color-more-lighten-25); content: ""; position: absolute; top: 0; bottom: 0; width: 9600px; width: 100vw; right: 100%; z-index: 0; }

.vk-highlights .swiper-slide { background: transparent; }

.vk-highlights .swiper-slide.item { display: flex; flex-direction: column; justify-content: space-between; }

.vk-highlights .bild { position: relative; }

.vk-highlights .bildcss.image { display: flex; margin-bottom: 10px; }

.vk-highlights .bildcss.image .img { width: 100%; }

.vk-highlights .bildcss.image img { width: 100%; aspect-ratio: 417 / 331; object-fit: cover; }

.vk-highlights .date { font-size: 1rem; font-weight: 600; }

.vk-highlights .details { display: flex; flex-direction: column; justify-content: flex-end; align-self: flex-end; }

.vk-highlights .description { display: none; }

.vk-highlights .caption { display: none; }

.vk-highlights .zusatz { display: none; }

.vk-highlights h2 { font-size: clamp(1.15rem, 2.25vw, 1.5rem); margin-top: 0; margin-bottom: 0; }

.vk-highlights .zmlinktodata { margin-top: 20px; display: flex; justify-content: flex-end; align-self: flex-end; }

.vk-highlights .zmlinktodata a { text-decoration: none; text-transform: uppercase; font-weight: 600; font-size: clamp(1rem, 0.4073vw, 1.25rem); }

.v-standard:not(.vk-highlights) .zmBox--full .zmitem__datum, .v-box:not(.vk-highlights) .zmBox--full .zmitem__datum { display: none; }

.zm-detail--mitinfoslot .zm-details__wrapper { display: flex; flex-wrap: wrap; }

.zm-detail--mitinfoslot .l-zmdetails--content { flex: 0 0 58.33333333%; max-width: 58.33333333%; position: relative; width: 100%; }

.zm-detail--mitinfoslot .image { float: none; max-width: 100%; margin-right: 0px; }

.zm-detail--mitinfoslot .zm-details--veranstalter { background: var(--cd-color-more-lighten); padding: 10px 25px 25px 25px; margin-bottom: 24px; }

.zm-detail--mitinfoslot .zm_location { background: var(--cd-color-more-lighten); padding: 10px 25px 25px 25px; margin-bottom: 24px; }

.zm-detail--mitinfoslot .homepage { background: var(--cd-color-more-lighten); padding: 10px 25px 25px 25px; margin-bottom: 24px; }

.zm-detail--mitinfoslot .homepage a { word-break: break-all; }

.zmselbstNEU { padding: 0; }

.zmselbstNEU .l-page-titel { justify-content: flex-start; text-align: left; padding-left: 36px; padding-right: 36px; }

.zmselbstNEU .l-page-titel h1, .zmselbstNEU .l-page-titel .c-stoerer__inner h2, .c-stoerer__inner .zmselbstNEU .l-page-titel h2 { margin-left: 0; margin-right: 0; justify-content: flex-start; text-align: left; }

.zmselbstNEU .l-readspeaker { margin-bottom: 30px; }

.zmselbstNEU h1.head, .zmselbstNEU .c-stoerer__inner h2.head, .c-stoerer__inner .zmselbstNEU h2.head { display: none; }

.zmselbstNEU .myEditorCnt .head { display: none; }

.zmselbstNEU .row { margin: 0; }

.zmselbstNEU .form-group, .zmselbstNEU .c-form [class^=form-group]:not(.senderCc), .c-form .zmselbstNEU [class^=form-group]:not(.senderCc), .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc), .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc), .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc), .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc), .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc), .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc), .zmselbstNEU .c-form .formTitle, .c-form .zmselbstNEU .formTitle, .zmselbstNEU .basecontent-form-editor .formTitle, .basecontent-form-editor .zmselbstNEU .formTitle, .zmselbstNEU .subscriptionForm .formTitle, .subscriptionForm .zmselbstNEU .formTitle, .zmselbstNEU .form-horizontal .formTitle, .form-horizontal .zmselbstNEU .formTitle, .zmselbstNEU .c-form .formElement > .type-file, .c-form .zmselbstNEU .formElement > .type-file, .zmselbstNEU .basecontent-form-editor .formElement > .type-file, .basecontent-form-editor .zmselbstNEU .formElement > .type-file, .zmselbstNEU .subscriptionForm .formElement > .type-file, .subscriptionForm .zmselbstNEU .formElement > .type-file, .zmselbstNEU .form-horizontal .formElement > .type-file, .form-horizontal .zmselbstNEU .formElement > .type-file, .zmselbstNEU .c-form .captcha, .c-form .zmselbstNEU .captcha, .zmselbstNEU .basecontent-form-editor .captcha, .basecontent-form-editor .zmselbstNEU .captcha, .zmselbstNEU .subscriptionForm .captcha, .subscriptionForm .zmselbstNEU .captcha, .zmselbstNEU .form-horizontal .captcha, .form-horizontal .zmselbstNEU .captcha { padding-right: 0; }

.zmselbstNEU .form-group .form-control:last-child, .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) .form-control:last-child, .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) .form-control:last-child, .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) .form-control:last-child, .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) .form-control:last-child, .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) .form-control:last-child, .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) .form-control:last-child, .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) .form-control:last-child, .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) .form-control:last-child, .zmselbstNEU .c-form .formTitle .form-control:last-child, .c-form .zmselbstNEU .formTitle .form-control:last-child, .zmselbstNEU .basecontent-form-editor .formTitle .form-control:last-child, .basecontent-form-editor .zmselbstNEU .formTitle .form-control:last-child, .zmselbstNEU .subscriptionForm .formTitle .form-control:last-child, .subscriptionForm .zmselbstNEU .formTitle .form-control:last-child, .zmselbstNEU .form-horizontal .formTitle .form-control:last-child, .form-horizontal .zmselbstNEU .formTitle .form-control:last-child, .zmselbstNEU .c-form .formElement > .type-file .form-control:last-child, .c-form .zmselbstNEU .formElement > .type-file .form-control:last-child, .zmselbstNEU .basecontent-form-editor .formElement > .type-file .form-control:last-child, .basecontent-form-editor .zmselbstNEU .formElement > .type-file .form-control:last-child, .zmselbstNEU .subscriptionForm .formElement > .type-file .form-control:last-child, .subscriptionForm .zmselbstNEU .formElement > .type-file .form-control:last-child, .zmselbstNEU .form-horizontal .formElement > .type-file .form-control:last-child, .form-horizontal .zmselbstNEU .formElement > .type-file .form-control:last-child, .zmselbstNEU .c-form .captcha .form-control:last-child, .c-form .zmselbstNEU .captcha .form-control:last-child, .zmselbstNEU .basecontent-form-editor .captcha .form-control:last-child, .basecontent-form-editor .zmselbstNEU .captcha .form-control:last-child, .zmselbstNEU .subscriptionForm .captcha .form-control:last-child, .subscriptionForm .zmselbstNEU .captcha .form-control:last-child, .zmselbstNEU .form-horizontal .captcha .form-control:last-child, .form-horizontal .zmselbstNEU .captcha .form-control:last-child, .zmselbstNEU .form-group .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .form-group input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .formTitle .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .basecontent-form-editor .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .formTitle .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .basecontent-form-editor .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .formTitle .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .subscriptionForm .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .formTitle .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .subscriptionForm .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .formTitle .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .form-horizontal .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .formTitle .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .form-horizontal .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .formElement > .type-file .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .basecontent-form-editor .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .formElement > .type-file .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .basecontent-form-editor .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .formElement > .type-file .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .subscriptionForm .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .formElement > .type-file .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .subscriptionForm .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .formElement > .type-file .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .form-horizontal .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .formElement > .type-file .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .form-horizontal .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .captcha .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .basecontent-form-editor .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .captcha .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .basecontent-form-editor .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .captcha .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .subscriptionForm .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .captcha .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .subscriptionForm .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .captcha .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .form-horizontal .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .captcha .c-form input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .form-horizontal .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-group .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .form-group input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .formTitle .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .c-form .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .formTitle .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .c-form .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .formTitle .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .subscriptionForm .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .formTitle .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .subscriptionForm .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .formTitle .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .form-horizontal .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .formTitle .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .form-horizontal .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .formElement > .type-file .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .c-form .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .formElement > .type-file .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .c-form .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .formElement > .type-file .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .subscriptionForm .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .formElement > .type-file .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .subscriptionForm .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .formElement > .type-file .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .form-horizontal .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .formElement > .type-file .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .form-horizontal .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .captcha .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .c-form .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .captcha .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .c-form .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .captcha .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .subscriptionForm .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .captcha .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .subscriptionForm .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .captcha .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .form-horizontal .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .captcha .basecontent-form-editor input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .form-horizontal .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-group .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .form-group input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .formTitle .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .c-form .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .formTitle .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .c-form .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .formTitle .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .basecontent-form-editor .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .formTitle .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .basecontent-form-editor .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .formTitle .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .form-horizontal .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .formTitle .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .form-horizontal .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .formElement > .type-file .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .c-form .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .formElement > .type-file .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .c-form .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .formElement > .type-file .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .basecontent-form-editor .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .formElement > .type-file .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .basecontent-form-editor .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .formElement > .type-file .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .form-horizontal .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .formElement > .type-file .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .form-horizontal .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .captcha .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .c-form .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .captcha .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .c-form .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .captcha .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .basecontent-form-editor .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .captcha .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .basecontent-form-editor .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .captcha .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .form-horizontal .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .captcha .subscriptionForm input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .form-horizontal .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-group .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .form-group input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .formTitle .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .c-form .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .formTitle .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .c-form .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .formTitle .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .basecontent-form-editor .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .formTitle .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .basecontent-form-editor .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .formTitle .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .subscriptionForm .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .formTitle .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .subscriptionForm .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .formTitle input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .formElement > .type-file .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .c-form .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .formElement > .type-file .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .c-form .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .formElement > .type-file .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .basecontent-form-editor .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .formElement > .type-file .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .basecontent-form-editor .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .formElement > .type-file .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .subscriptionForm .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .formElement > .type-file .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .subscriptionForm .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .formElement > .type-file input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .c-form .captcha .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .c-form .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU .captcha .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .c-form .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .basecontent-form-editor .captcha .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .basecontent-form-editor .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU .captcha .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .basecontent-form-editor .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .subscriptionForm .captcha .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .subscriptionForm .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU .captcha .form-horizontal input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .subscriptionForm .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-horizontal .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU .captcha input:last-child:not([type=checkbox], [type=radio], .btn), .zmselbstNEU .form-group .c-form select:last-child, .c-form .zmselbstNEU .form-group select:last-child, .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) select:last-child, .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) .c-form select:last-child, .c-form .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) select:last-child, .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) .c-form select:last-child, .c-form .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) .c-form select:last-child, .c-form .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) select:last-child, .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) .c-form select:last-child, .c-form .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) .c-form select:last-child, .c-form .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) select:last-child, .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) .c-form select:last-child, .c-form .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .c-form .formTitle select:last-child, .c-form .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .basecontent-form-editor .formTitle .c-form select:last-child, .c-form .zmselbstNEU .basecontent-form-editor .formTitle select:last-child, .basecontent-form-editor .zmselbstNEU .formTitle .c-form select:last-child, .c-form .basecontent-form-editor .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .subscriptionForm .formTitle .c-form select:last-child, .c-form .zmselbstNEU .subscriptionForm .formTitle select:last-child, .subscriptionForm .zmselbstNEU .formTitle .c-form select:last-child, .c-form .subscriptionForm .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .form-horizontal .formTitle .c-form select:last-child, .c-form .zmselbstNEU .form-horizontal .formTitle select:last-child, .form-horizontal .zmselbstNEU .formTitle .c-form select:last-child, .c-form .form-horizontal .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .c-form .formElement > .type-file select:last-child, .c-form .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .basecontent-form-editor .formElement > .type-file .c-form select:last-child, .c-form .zmselbstNEU .basecontent-form-editor .formElement > .type-file select:last-child, .basecontent-form-editor .zmselbstNEU .formElement > .type-file .c-form select:last-child, .c-form .basecontent-form-editor .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .subscriptionForm .formElement > .type-file .c-form select:last-child, .c-form .zmselbstNEU .subscriptionForm .formElement > .type-file select:last-child, .subscriptionForm .zmselbstNEU .formElement > .type-file .c-form select:last-child, .c-form .subscriptionForm .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .form-horizontal .formElement > .type-file .c-form select:last-child, .c-form .zmselbstNEU .form-horizontal .formElement > .type-file select:last-child, .form-horizontal .zmselbstNEU .formElement > .type-file .c-form select:last-child, .c-form .form-horizontal .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .c-form .captcha select:last-child, .c-form .zmselbstNEU .captcha select:last-child, .zmselbstNEU .basecontent-form-editor .captcha .c-form select:last-child, .c-form .zmselbstNEU .basecontent-form-editor .captcha select:last-child, .basecontent-form-editor .zmselbstNEU .captcha .c-form select:last-child, .c-form .basecontent-form-editor .zmselbstNEU .captcha select:last-child, .zmselbstNEU .subscriptionForm .captcha .c-form select:last-child, .c-form .zmselbstNEU .subscriptionForm .captcha select:last-child, .subscriptionForm .zmselbstNEU .captcha .c-form select:last-child, .c-form .subscriptionForm .zmselbstNEU .captcha select:last-child, .zmselbstNEU .form-horizontal .captcha .c-form select:last-child, .c-form .zmselbstNEU .form-horizontal .captcha select:last-child, .form-horizontal .zmselbstNEU .captcha .c-form select:last-child, .c-form .form-horizontal .zmselbstNEU .captcha select:last-child, .zmselbstNEU .form-group .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .form-group select:last-child, .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) select:last-child, .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) .basecontent-form-editor select:last-child, .basecontent-form-editor .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) select:last-child, .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) select:last-child, .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) .basecontent-form-editor select:last-child, .basecontent-form-editor .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) select:last-child, .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) .basecontent-form-editor select:last-child, .basecontent-form-editor .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .c-form .formTitle .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .c-form .formTitle select:last-child, .c-form .zmselbstNEU .formTitle .basecontent-form-editor select:last-child, .basecontent-form-editor .c-form .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .basecontent-form-editor .formTitle select:last-child, .basecontent-form-editor .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .subscriptionForm .formTitle .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .subscriptionForm .formTitle select:last-child, .subscriptionForm .zmselbstNEU .formTitle .basecontent-form-editor select:last-child, .basecontent-form-editor .subscriptionForm .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .form-horizontal .formTitle .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .form-horizontal .formTitle select:last-child, .form-horizontal .zmselbstNEU .formTitle .basecontent-form-editor select:last-child, .basecontent-form-editor .form-horizontal .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .c-form .formElement > .type-file .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .c-form .formElement > .type-file select:last-child, .c-form .zmselbstNEU .formElement > .type-file .basecontent-form-editor select:last-child, .basecontent-form-editor .c-form .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .basecontent-form-editor .formElement > .type-file select:last-child, .basecontent-form-editor .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .subscriptionForm .formElement > .type-file .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .subscriptionForm .formElement > .type-file select:last-child, .subscriptionForm .zmselbstNEU .formElement > .type-file .basecontent-form-editor select:last-child, .basecontent-form-editor .subscriptionForm .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .form-horizontal .formElement > .type-file .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .form-horizontal .formElement > .type-file select:last-child, .form-horizontal .zmselbstNEU .formElement > .type-file .basecontent-form-editor select:last-child, .basecontent-form-editor .form-horizontal .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .c-form .captcha .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .c-form .captcha select:last-child, .c-form .zmselbstNEU .captcha .basecontent-form-editor select:last-child, .basecontent-form-editor .c-form .zmselbstNEU .captcha select:last-child, .zmselbstNEU .basecontent-form-editor .captcha select:last-child, .basecontent-form-editor .zmselbstNEU .captcha select:last-child, .zmselbstNEU .subscriptionForm .captcha .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .subscriptionForm .captcha select:last-child, .subscriptionForm .zmselbstNEU .captcha .basecontent-form-editor select:last-child, .basecontent-form-editor .subscriptionForm .zmselbstNEU .captcha select:last-child, .zmselbstNEU .form-horizontal .captcha .basecontent-form-editor select:last-child, .basecontent-form-editor .zmselbstNEU .form-horizontal .captcha select:last-child, .form-horizontal .zmselbstNEU .captcha .basecontent-form-editor select:last-child, .basecontent-form-editor .form-horizontal .zmselbstNEU .captcha select:last-child, .zmselbstNEU .form-group .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .form-group select:last-child, .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) select:last-child, .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) .subscriptionForm select:last-child, .subscriptionForm .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) select:last-child, .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) .subscriptionForm select:last-child, .subscriptionForm .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) select:last-child, .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) select:last-child, .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) .subscriptionForm select:last-child, .subscriptionForm .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .c-form .formTitle .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .c-form .formTitle select:last-child, .c-form .zmselbstNEU .formTitle .subscriptionForm select:last-child, .subscriptionForm .c-form .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .basecontent-form-editor .formTitle .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .basecontent-form-editor .formTitle select:last-child, .basecontent-form-editor .zmselbstNEU .formTitle .subscriptionForm select:last-child, .subscriptionForm .basecontent-form-editor .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .subscriptionForm .formTitle select:last-child, .subscriptionForm .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .form-horizontal .formTitle .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .form-horizontal .formTitle select:last-child, .form-horizontal .zmselbstNEU .formTitle .subscriptionForm select:last-child, .subscriptionForm .form-horizontal .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .c-form .formElement > .type-file .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .c-form .formElement > .type-file select:last-child, .c-form .zmselbstNEU .formElement > .type-file .subscriptionForm select:last-child, .subscriptionForm .c-form .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .basecontent-form-editor .formElement > .type-file .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .basecontent-form-editor .formElement > .type-file select:last-child, .basecontent-form-editor .zmselbstNEU .formElement > .type-file .subscriptionForm select:last-child, .subscriptionForm .basecontent-form-editor .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .subscriptionForm .formElement > .type-file select:last-child, .subscriptionForm .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .form-horizontal .formElement > .type-file .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .form-horizontal .formElement > .type-file select:last-child, .form-horizontal .zmselbstNEU .formElement > .type-file .subscriptionForm select:last-child, .subscriptionForm .form-horizontal .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .c-form .captcha .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .c-form .captcha select:last-child, .c-form .zmselbstNEU .captcha .subscriptionForm select:last-child, .subscriptionForm .c-form .zmselbstNEU .captcha select:last-child, .zmselbstNEU .basecontent-form-editor .captcha .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .basecontent-form-editor .captcha select:last-child, .basecontent-form-editor .zmselbstNEU .captcha .subscriptionForm select:last-child, .subscriptionForm .basecontent-form-editor .zmselbstNEU .captcha select:last-child, .zmselbstNEU .subscriptionForm .captcha select:last-child, .subscriptionForm .zmselbstNEU .captcha select:last-child, .zmselbstNEU .form-horizontal .captcha .subscriptionForm select:last-child, .subscriptionForm .zmselbstNEU .form-horizontal .captcha select:last-child, .form-horizontal .zmselbstNEU .captcha .subscriptionForm select:last-child, .subscriptionForm .form-horizontal .zmselbstNEU .captcha select:last-child, .zmselbstNEU .form-group .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .form-group select:last-child, .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) select:last-child, .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) .form-horizontal select:last-child, .form-horizontal .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) select:last-child, .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) .form-horizontal select:last-child, .form-horizontal .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) select:last-child, .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) .form-horizontal select:last-child, .form-horizontal .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) select:last-child, .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) select:last-child, .zmselbstNEU .c-form .formTitle .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .c-form .formTitle select:last-child, .c-form .zmselbstNEU .formTitle .form-horizontal select:last-child, .form-horizontal .c-form .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .basecontent-form-editor .formTitle .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .basecontent-form-editor .formTitle select:last-child, .basecontent-form-editor .zmselbstNEU .formTitle .form-horizontal select:last-child, .form-horizontal .basecontent-form-editor .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .subscriptionForm .formTitle .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .subscriptionForm .formTitle select:last-child, .subscriptionForm .zmselbstNEU .formTitle .form-horizontal select:last-child, .form-horizontal .subscriptionForm .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .form-horizontal .formTitle select:last-child, .form-horizontal .zmselbstNEU .formTitle select:last-child, .zmselbstNEU .c-form .formElement > .type-file .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .c-form .formElement > .type-file select:last-child, .c-form .zmselbstNEU .formElement > .type-file .form-horizontal select:last-child, .form-horizontal .c-form .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .basecontent-form-editor .formElement > .type-file .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .basecontent-form-editor .formElement > .type-file select:last-child, .basecontent-form-editor .zmselbstNEU .formElement > .type-file .form-horizontal select:last-child, .form-horizontal .basecontent-form-editor .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .subscriptionForm .formElement > .type-file .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .subscriptionForm .formElement > .type-file select:last-child, .subscriptionForm .zmselbstNEU .formElement > .type-file .form-horizontal select:last-child, .form-horizontal .subscriptionForm .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .form-horizontal .formElement > .type-file select:last-child, .form-horizontal .zmselbstNEU .formElement > .type-file select:last-child, .zmselbstNEU .c-form .captcha .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .c-form .captcha select:last-child, .c-form .zmselbstNEU .captcha .form-horizontal select:last-child, .form-horizontal .c-form .zmselbstNEU .captcha select:last-child, .zmselbstNEU .basecontent-form-editor .captcha .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .basecontent-form-editor .captcha select:last-child, .basecontent-form-editor .zmselbstNEU .captcha .form-horizontal select:last-child, .form-horizontal .basecontent-form-editor .zmselbstNEU .captcha select:last-child, .zmselbstNEU .subscriptionForm .captcha .form-horizontal select:last-child, .form-horizontal .zmselbstNEU .subscriptionForm .captcha select:last-child, .subscriptionForm .zmselbstNEU .captcha .form-horizontal select:last-child, .form-horizontal .subscriptionForm .zmselbstNEU .captcha select:last-child, .zmselbstNEU .form-horizontal .captcha select:last-child, .form-horizontal .zmselbstNEU .captcha select:last-child, .zmselbstNEU .form-group .c-form textarea:last-child, .c-form .zmselbstNEU .form-group textarea:last-child, .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) textarea:last-child, .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) .c-form textarea:last-child, .c-form .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) textarea:last-child, .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) .c-form textarea:last-child, .c-form .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) .c-form textarea:last-child, .c-form .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) textarea:last-child, .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) .c-form textarea:last-child, .c-form .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) .c-form textarea:last-child, .c-form .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) textarea:last-child, .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) .c-form textarea:last-child, .c-form .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .c-form .formTitle textarea:last-child, .c-form .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .basecontent-form-editor .formTitle .c-form textarea:last-child, .c-form .zmselbstNEU .basecontent-form-editor .formTitle textarea:last-child, .basecontent-form-editor .zmselbstNEU .formTitle .c-form textarea:last-child, .c-form .basecontent-form-editor .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .subscriptionForm .formTitle .c-form textarea:last-child, .c-form .zmselbstNEU .subscriptionForm .formTitle textarea:last-child, .subscriptionForm .zmselbstNEU .formTitle .c-form textarea:last-child, .c-form .subscriptionForm .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .form-horizontal .formTitle .c-form textarea:last-child, .c-form .zmselbstNEU .form-horizontal .formTitle textarea:last-child, .form-horizontal .zmselbstNEU .formTitle .c-form textarea:last-child, .c-form .form-horizontal .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .c-form .formElement > .type-file textarea:last-child, .c-form .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .basecontent-form-editor .formElement > .type-file .c-form textarea:last-child, .c-form .zmselbstNEU .basecontent-form-editor .formElement > .type-file textarea:last-child, .basecontent-form-editor .zmselbstNEU .formElement > .type-file .c-form textarea:last-child, .c-form .basecontent-form-editor .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .subscriptionForm .formElement > .type-file .c-form textarea:last-child, .c-form .zmselbstNEU .subscriptionForm .formElement > .type-file textarea:last-child, .subscriptionForm .zmselbstNEU .formElement > .type-file .c-form textarea:last-child, .c-form .subscriptionForm .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .form-horizontal .formElement > .type-file .c-form textarea:last-child, .c-form .zmselbstNEU .form-horizontal .formElement > .type-file textarea:last-child, .form-horizontal .zmselbstNEU .formElement > .type-file .c-form textarea:last-child, .c-form .form-horizontal .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .c-form .captcha textarea:last-child, .c-form .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .basecontent-form-editor .captcha .c-form textarea:last-child, .c-form .zmselbstNEU .basecontent-form-editor .captcha textarea:last-child, .basecontent-form-editor .zmselbstNEU .captcha .c-form textarea:last-child, .c-form .basecontent-form-editor .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .subscriptionForm .captcha .c-form textarea:last-child, .c-form .zmselbstNEU .subscriptionForm .captcha textarea:last-child, .subscriptionForm .zmselbstNEU .captcha .c-form textarea:last-child, .c-form .subscriptionForm .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .form-horizontal .captcha .c-form textarea:last-child, .c-form .zmselbstNEU .form-horizontal .captcha textarea:last-child, .form-horizontal .zmselbstNEU .captcha .c-form textarea:last-child, .c-form .form-horizontal .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .form-group .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .form-group textarea:last-child, .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) textarea:last-child, .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) .basecontent-form-editor textarea:last-child, .basecontent-form-editor .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) textarea:last-child, .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) textarea:last-child, .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) .basecontent-form-editor textarea:last-child, .basecontent-form-editor .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) textarea:last-child, .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) .basecontent-form-editor textarea:last-child, .basecontent-form-editor .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .c-form .formTitle .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .c-form .formTitle textarea:last-child, .c-form .zmselbstNEU .formTitle .basecontent-form-editor textarea:last-child, .basecontent-form-editor .c-form .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .basecontent-form-editor .formTitle textarea:last-child, .basecontent-form-editor .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .subscriptionForm .formTitle .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .subscriptionForm .formTitle textarea:last-child, .subscriptionForm .zmselbstNEU .formTitle .basecontent-form-editor textarea:last-child, .basecontent-form-editor .subscriptionForm .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .form-horizontal .formTitle .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .form-horizontal .formTitle textarea:last-child, .form-horizontal .zmselbstNEU .formTitle .basecontent-form-editor textarea:last-child, .basecontent-form-editor .form-horizontal .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .c-form .formElement > .type-file .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .c-form .formElement > .type-file textarea:last-child, .c-form .zmselbstNEU .formElement > .type-file .basecontent-form-editor textarea:last-child, .basecontent-form-editor .c-form .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .basecontent-form-editor .formElement > .type-file textarea:last-child, .basecontent-form-editor .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .subscriptionForm .formElement > .type-file .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .subscriptionForm .formElement > .type-file textarea:last-child, .subscriptionForm .zmselbstNEU .formElement > .type-file .basecontent-form-editor textarea:last-child, .basecontent-form-editor .subscriptionForm .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .form-horizontal .formElement > .type-file .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .form-horizontal .formElement > .type-file textarea:last-child, .form-horizontal .zmselbstNEU .formElement > .type-file .basecontent-form-editor textarea:last-child, .basecontent-form-editor .form-horizontal .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .c-form .captcha .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .c-form .captcha textarea:last-child, .c-form .zmselbstNEU .captcha .basecontent-form-editor textarea:last-child, .basecontent-form-editor .c-form .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .basecontent-form-editor .captcha textarea:last-child, .basecontent-form-editor .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .subscriptionForm .captcha .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .subscriptionForm .captcha textarea:last-child, .subscriptionForm .zmselbstNEU .captcha .basecontent-form-editor textarea:last-child, .basecontent-form-editor .subscriptionForm .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .form-horizontal .captcha .basecontent-form-editor textarea:last-child, .basecontent-form-editor .zmselbstNEU .form-horizontal .captcha textarea:last-child, .form-horizontal .zmselbstNEU .captcha .basecontent-form-editor textarea:last-child, .basecontent-form-editor .form-horizontal .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .form-group .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .form-group textarea:last-child, .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) textarea:last-child, .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) .subscriptionForm textarea:last-child, .subscriptionForm .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) textarea:last-child, .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) .subscriptionForm textarea:last-child, .subscriptionForm .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) textarea:last-child, .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) textarea:last-child, .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) .subscriptionForm textarea:last-child, .subscriptionForm .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .c-form .formTitle .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .c-form .formTitle textarea:last-child, .c-form .zmselbstNEU .formTitle .subscriptionForm textarea:last-child, .subscriptionForm .c-form .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .basecontent-form-editor .formTitle .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .basecontent-form-editor .formTitle textarea:last-child, .basecontent-form-editor .zmselbstNEU .formTitle .subscriptionForm textarea:last-child, .subscriptionForm .basecontent-form-editor .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .subscriptionForm .formTitle textarea:last-child, .subscriptionForm .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .form-horizontal .formTitle .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .form-horizontal .formTitle textarea:last-child, .form-horizontal .zmselbstNEU .formTitle .subscriptionForm textarea:last-child, .subscriptionForm .form-horizontal .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .c-form .formElement > .type-file .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .c-form .formElement > .type-file textarea:last-child, .c-form .zmselbstNEU .formElement > .type-file .subscriptionForm textarea:last-child, .subscriptionForm .c-form .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .basecontent-form-editor .formElement > .type-file .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .basecontent-form-editor .formElement > .type-file textarea:last-child, .basecontent-form-editor .zmselbstNEU .formElement > .type-file .subscriptionForm textarea:last-child, .subscriptionForm .basecontent-form-editor .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .subscriptionForm .formElement > .type-file textarea:last-child, .subscriptionForm .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .form-horizontal .formElement > .type-file .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .form-horizontal .formElement > .type-file textarea:last-child, .form-horizontal .zmselbstNEU .formElement > .type-file .subscriptionForm textarea:last-child, .subscriptionForm .form-horizontal .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .c-form .captcha .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .c-form .captcha textarea:last-child, .c-form .zmselbstNEU .captcha .subscriptionForm textarea:last-child, .subscriptionForm .c-form .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .basecontent-form-editor .captcha .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .basecontent-form-editor .captcha textarea:last-child, .basecontent-form-editor .zmselbstNEU .captcha .subscriptionForm textarea:last-child, .subscriptionForm .basecontent-form-editor .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .subscriptionForm .captcha textarea:last-child, .subscriptionForm .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .form-horizontal .captcha .subscriptionForm textarea:last-child, .subscriptionForm .zmselbstNEU .form-horizontal .captcha textarea:last-child, .form-horizontal .zmselbstNEU .captcha .subscriptionForm textarea:last-child, .subscriptionForm .form-horizontal .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .form-group .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .form-group textarea:last-child, .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) textarea:last-child, .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) .form-horizontal textarea:last-child, .form-horizontal .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) textarea:last-child, .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) .form-horizontal textarea:last-child, .form-horizontal .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) textarea:last-child, .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) .form-horizontal textarea:last-child, .form-horizontal .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) textarea:last-child, .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) textarea:last-child, .zmselbstNEU .c-form .formTitle .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .c-form .formTitle textarea:last-child, .c-form .zmselbstNEU .formTitle .form-horizontal textarea:last-child, .form-horizontal .c-form .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .basecontent-form-editor .formTitle .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .basecontent-form-editor .formTitle textarea:last-child, .basecontent-form-editor .zmselbstNEU .formTitle .form-horizontal textarea:last-child, .form-horizontal .basecontent-form-editor .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .subscriptionForm .formTitle .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .subscriptionForm .formTitle textarea:last-child, .subscriptionForm .zmselbstNEU .formTitle .form-horizontal textarea:last-child, .form-horizontal .subscriptionForm .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .form-horizontal .formTitle textarea:last-child, .form-horizontal .zmselbstNEU .formTitle textarea:last-child, .zmselbstNEU .c-form .formElement > .type-file .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .c-form .formElement > .type-file textarea:last-child, .c-form .zmselbstNEU .formElement > .type-file .form-horizontal textarea:last-child, .form-horizontal .c-form .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .basecontent-form-editor .formElement > .type-file .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .basecontent-form-editor .formElement > .type-file textarea:last-child, .basecontent-form-editor .zmselbstNEU .formElement > .type-file .form-horizontal textarea:last-child, .form-horizontal .basecontent-form-editor .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .subscriptionForm .formElement > .type-file .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .subscriptionForm .formElement > .type-file textarea:last-child, .subscriptionForm .zmselbstNEU .formElement > .type-file .form-horizontal textarea:last-child, .form-horizontal .subscriptionForm .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .form-horizontal .formElement > .type-file textarea:last-child, .form-horizontal .zmselbstNEU .formElement > .type-file textarea:last-child, .zmselbstNEU .c-form .captcha .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .c-form .captcha textarea:last-child, .c-form .zmselbstNEU .captcha .form-horizontal textarea:last-child, .form-horizontal .c-form .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .basecontent-form-editor .captcha .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .basecontent-form-editor .captcha textarea:last-child, .basecontent-form-editor .zmselbstNEU .captcha .form-horizontal textarea:last-child, .form-horizontal .basecontent-form-editor .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .subscriptionForm .captcha .form-horizontal textarea:last-child, .form-horizontal .zmselbstNEU .subscriptionForm .captcha textarea:last-child, .subscriptionForm .zmselbstNEU .captcha .form-horizontal textarea:last-child, .form-horizontal .subscriptionForm .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .form-horizontal .captcha textarea:last-child, .form-horizontal .zmselbstNEU .captcha textarea:last-child, .zmselbstNEU .form-group .c-quicksearch__input:last-child, .zmselbstNEU .c-form [class^=form-group]:not(.senderCc) .c-quicksearch__input:last-child, .c-form .zmselbstNEU [class^=form-group]:not(.senderCc) .c-quicksearch__input:last-child, .zmselbstNEU .basecontent-form-editor [class^=form-group]:not(.senderCc) .c-quicksearch__input:last-child, .basecontent-form-editor .zmselbstNEU [class^=form-group]:not(.senderCc) .c-quicksearch__input:last-child, .zmselbstNEU .subscriptionForm [class^=form-group]:not(.senderCc) .c-quicksearch__input:last-child, .subscriptionForm .zmselbstNEU [class^=form-group]:not(.senderCc) .c-quicksearch__input:last-child, .zmselbstNEU .form-horizontal [class^=form-group]:not(.senderCc) .c-quicksearch__input:last-child, .form-horizontal .zmselbstNEU [class^=form-group]:not(.senderCc) .c-quicksearch__input:last-child, .zmselbstNEU .c-form .formTitle .c-quicksearch__input:last-child, .c-form .zmselbstNEU .formTitle .c-quicksearch__input:last-child, .zmselbstNEU .basecontent-form-editor .formTitle .c-quicksearch__input:last-child, .basecontent-form-editor .zmselbstNEU .formTitle .c-quicksearch__input:last-child, .zmselbstNEU .subscriptionForm .formTitle .c-quicksearch__input:last-child, .subscriptionForm .zmselbstNEU .formTitle .c-quicksearch__input:last-child, .zmselbstNEU .form-horizontal .formTitle .c-quicksearch__input:last-child, .form-horizontal .zmselbstNEU .formTitle .c-quicksearch__input:last-child, .zmselbstNEU .c-form .formElement > .type-file .c-quicksearch__input:last-child, .c-form .zmselbstNEU .formElement > .type-file .c-quicksearch__input:last-child, .zmselbstNEU .basecontent-form-editor .formElement > .type-file .c-quicksearch__input:last-child, .basecontent-form-editor .zmselbstNEU .formElement > .type-file .c-quicksearch__input:last-child, .zmselbstNEU .subscriptionForm .formElement > .type-file .c-quicksearch__input:last-child, .subscriptionForm .zmselbstNEU .formElement > .type-file .c-quicksearch__input:last-child, .zmselbstNEU .form-horizontal .formElement > .type-file .c-quicksearch__input:last-child, .form-horizontal .zmselbstNEU .formElement > .type-file .c-quicksearch__input:last-child, .zmselbstNEU .c-form .captcha .c-quicksearch__input:last-child, .c-form .zmselbstNEU .captcha .c-quicksearch__input:last-child, .zmselbstNEU .basecontent-form-editor .captcha .c-quicksearch__input:last-child, .basecontent-form-editor .zmselbstNEU .captcha .c-quicksearch__input:last-child, .zmselbstNEU .subscriptionForm .captcha .c-quicksearch__input:last-child, .subscriptionForm .zmselbstNEU .captcha .c-quicksearch__input:last-child, .zmselbstNEU .form-horizontal .captcha .c-quicksearch__input:last-child, .form-horizontal .zmselbstNEU .captcha .c-quicksearch__input:last-child { border-radius: 0; }

.zmselbstNEU .control-label { display: inline-block; margin-bottom: 0.5rem; }

.zmselbstNEU .bis-weiter, .zmselbstNEU .zeit-weiter { padding-left: 10px; }

.zmselbstNEU label[for="privacyStatementConfirmation"] input, .zmselbstNEU label[for="selbst_registeruser"] input { appearance: none; width: 1.2rem; height: 1.2rem; top: 3px; position: relative; border: 2px solid #ced4da; }

.zmselbstNEU label[for="privacyStatementConfirmation"] input:checked, .zmselbstNEU label[for="selbst_registeruser"] input:checked { background: #073b39; }

.zmselbstNEU .required > input:empty, .zmselbstNEU label[for="privacyStatementConfirmation"] input { background: var(--cd-color-more-lighten-25); border: 1px solid #9a3847; }

.zmselbstNEU .feld-select { margin-bottom: 1rem; }

.zmselbstNEU .select2.select2-container--default .select2-selection--multiple, .zmselbstNEU .select2.select2-container--default .select2-selection--single { height: 38px; line-height: 1.5rem; }

.zmselbstNEU #home .form-group, .zmselbstNEU #home .c-form [class^=form-group]:not(.senderCc), .c-form .zmselbstNEU #home [class^=form-group]:not(.senderCc), .zmselbstNEU #home .basecontent-form-editor [class^=form-group]:not(.senderCc), .basecontent-form-editor .zmselbstNEU #home [class^=form-group]:not(.senderCc), .zmselbstNEU #home .subscriptionForm [class^=form-group]:not(.senderCc), .subscriptionForm .zmselbstNEU #home [class^=form-group]:not(.senderCc), .zmselbstNEU #home .form-horizontal [class^=form-group]:not(.senderCc), .form-horizontal .zmselbstNEU #home [class^=form-group]:not(.senderCc), .zmselbstNEU #home .c-form .formTitle, .c-form .zmselbstNEU #home .formTitle, .zmselbstNEU #home .basecontent-form-editor .formTitle, .basecontent-form-editor .zmselbstNEU #home .formTitle, .zmselbstNEU #home .subscriptionForm .formTitle, .subscriptionForm .zmselbstNEU #home .formTitle, .zmselbstNEU #home .form-horizontal .formTitle, .form-horizontal .zmselbstNEU #home .formTitle, .zmselbstNEU #home .c-form .formElement > .type-file, .c-form .zmselbstNEU #home .formElement > .type-file, .zmselbstNEU #home .basecontent-form-editor .formElement > .type-file, .basecontent-form-editor .zmselbstNEU #home .formElement > .type-file, .zmselbstNEU #home .subscriptionForm .formElement > .type-file, .subscriptionForm .zmselbstNEU #home .formElement > .type-file, .zmselbstNEU #home .form-horizontal .formElement > .type-file, .form-horizontal .zmselbstNEU #home .formElement > .type-file, .zmselbstNEU #home .c-form .captcha, .c-form .zmselbstNEU #home .captcha, .zmselbstNEU #home .basecontent-form-editor .captcha, .basecontent-form-editor .zmselbstNEU #home .captcha, .zmselbstNEU #home .subscriptionForm .captcha, .subscriptionForm .zmselbstNEU #home .captcha, .zmselbstNEU #home .form-horizontal .captcha, .form-horizontal .zmselbstNEU #home .captcha, .zmselbstNEU #xli .form-group, .zmselbstNEU #xli .c-form [class^=form-group]:not(.senderCc), .c-form .zmselbstNEU #xli [class^=form-group]:not(.senderCc), .zmselbstNEU #xli .basecontent-form-editor [class^=form-group]:not(.senderCc), .basecontent-form-editor .zmselbstNEU #xli [class^=form-group]:not(.senderCc), .zmselbstNEU #xli .subscriptionForm [class^=form-group]:not(.senderCc), .subscriptionForm .zmselbstNEU #xli [class^=form-group]:not(.senderCc), .zmselbstNEU #xli .form-horizontal [class^=form-group]:not(.senderCc), .form-horizontal .zmselbstNEU #xli [class^=form-group]:not(.senderCc), .zmselbstNEU #xli .c-form .formTitle, .c-form .zmselbstNEU #xli .formTitle, .zmselbstNEU #xli .basecontent-form-editor .formTitle, .basecontent-form-editor .zmselbstNEU #xli .formTitle, .zmselbstNEU #xli .subscriptionForm .formTitle, .subscriptionForm .zmselbstNEU #xli .formTitle, .zmselbstNEU #xli .form-horizontal .formTitle, .form-horizontal .zmselbstNEU #xli .formTitle, .zmselbstNEU #xli .c-form .formElement > .type-file, .c-form .zmselbstNEU #xli .formElement > .type-file, .zmselbstNEU #xli .basecontent-form-editor .formElement > .type-file, .basecontent-form-editor .zmselbstNEU #xli .formElement > .type-file, .zmselbstNEU #xli .subscriptionForm .formElement > .type-file, .subscriptionForm .zmselbstNEU #xli .formElement > .type-file, .zmselbstNEU #xli .form-horizontal .formElement > .type-file, .form-horizontal .zmselbstNEU #xli .formElement > .type-file, .zmselbstNEU #xli .c-form .captcha, .c-form .zmselbstNEU #xli .captcha, .zmselbstNEU #xli .basecontent-form-editor .captcha, .basecontent-form-editor .zmselbstNEU #xli .captcha, .zmselbstNEU #xli .subscriptionForm .captcha, .subscriptionForm .zmselbstNEU #xli .captcha, .zmselbstNEU #xli .form-horizontal .captcha, .form-horizontal .zmselbstNEU #xli .captcha { padding-right: 0; }

.zmselbstNEU fieldset { border-top: 3px solid var(--cd-color-secondary); margin-top: 30px; padding-bottom: 30px; border: 1px solid #ccc; padding: 1.25rem; }

.zmselbstNEU fieldset legend { font-size: clamp(1.15rem, 2.25vw, 1.5rem); font-weight: bold; text-transform: uppercase; display: inline-block; width: auto; padding-right: 10px; }

.zmselbstNEU fieldset#anhang { display: none; }

.zmselbstNEU #beschreibung .htmleditor { margin-bottom: 20px; }

.zmselbstNEU #beschreibung .htmleditor:last-child { margin-bottom: 0; }

.zmselbstNEU .fk_sammelbegriff { display: none; }

.zmselbstNEU .zmGeo .row { display: inline-block; }

.zmselbstNEU .zmGeo .form-group, .zmselbstNEU .zmGeo .c-form [class^=form-group]:not(.senderCc), .c-form .zmselbstNEU .zmGeo [class^=form-group]:not(.senderCc), .zmselbstNEU .zmGeo .basecontent-form-editor [class^=form-group]:not(.senderCc), .basecontent-form-editor .zmselbstNEU .zmGeo [class^=form-group]:not(.senderCc), .zmselbstNEU .zmGeo .subscriptionForm [class^=form-group]:not(.senderCc), .subscriptionForm .zmselbstNEU .zmGeo [class^=form-group]:not(.senderCc), .zmselbstNEU .zmGeo .form-horizontal [class^=form-group]:not(.senderCc), .form-horizontal .zmselbstNEU .zmGeo [class^=form-group]:not(.senderCc), .zmselbstNEU .zmGeo .c-form .formTitle, .c-form .zmselbstNEU .zmGeo .formTitle, .zmselbstNEU .zmGeo .basecontent-form-editor .formTitle, .basecontent-form-editor .zmselbstNEU .zmGeo .formTitle, .zmselbstNEU .zmGeo .subscriptionForm .formTitle, .subscriptionForm .zmselbstNEU .zmGeo .formTitle, .zmselbstNEU .zmGeo .form-horizontal .formTitle, .form-horizontal .zmselbstNEU .zmGeo .formTitle, .zmselbstNEU .zmGeo .c-form .formElement > .type-file, .c-form .zmselbstNEU .zmGeo .formElement > .type-file, .zmselbstNEU .zmGeo .basecontent-form-editor .formElement > .type-file, .basecontent-form-editor .zmselbstNEU .zmGeo .formElement > .type-file, .zmselbstNEU .zmGeo .subscriptionForm .formElement > .type-file, .subscriptionForm .zmselbstNEU .zmGeo .formElement > .type-file, .zmselbstNEU .zmGeo .form-horizontal .formElement > .type-file, .form-horizontal .zmselbstNEU .zmGeo .formElement > .type-file, .zmselbstNEU .zmGeo .c-form .captcha, .c-form .zmselbstNEU .zmGeo .captcha, .zmselbstNEU .zmGeo .basecontent-form-editor .captcha, .basecontent-form-editor .zmselbstNEU .zmGeo .captcha, .zmselbstNEU .zmGeo .subscriptionForm .captcha, .subscriptionForm .zmselbstNEU .zmGeo .captcha, .zmselbstNEU .zmGeo .form-horizontal .captcha, .form-horizontal .zmselbstNEU .zmGeo .captcha { padding-right: 0; }

.zmselbstNEU .zmAnfahrt h5 { text-transform: uppercase; margin-top: 30px; }

.zmselbstNEU #xbild legend + .form-group, .zmselbstNEU #xbild .c-form legend + [class^=form-group]:not(.senderCc), .c-form .zmselbstNEU #xbild legend + [class^=form-group]:not(.senderCc), .zmselbstNEU #xbild .basecontent-form-editor legend + [class^=form-group]:not(.senderCc), .basecontent-form-editor .zmselbstNEU #xbild legend + [class^=form-group]:not(.senderCc), .zmselbstNEU #xbild .subscriptionForm legend + [class^=form-group]:not(.senderCc), .subscriptionForm .zmselbstNEU #xbild legend + [class^=form-group]:not(.senderCc), .zmselbstNEU #xbild .form-horizontal legend + [class^=form-group]:not(.senderCc), .form-horizontal .zmselbstNEU #xbild legend + [class^=form-group]:not(.senderCc), .zmselbstNEU #xbild .c-form legend + .formTitle, .c-form .zmselbstNEU #xbild legend + .formTitle, .zmselbstNEU #xbild .basecontent-form-editor legend + .formTitle, .basecontent-form-editor .zmselbstNEU #xbild legend + .formTitle, .zmselbstNEU #xbild .subscriptionForm legend + .formTitle, .subscriptionForm .zmselbstNEU #xbild legend + .formTitle, .zmselbstNEU #xbild .form-horizontal legend + .formTitle, .form-horizontal .zmselbstNEU #xbild legend + .formTitle, .zmselbstNEU #xbild .c-form .formElement > legend + .type-file, .c-form .zmselbstNEU #xbild .formElement > legend + .type-file, .zmselbstNEU #xbild .basecontent-form-editor .formElement > legend + .type-file, .basecontent-form-editor .zmselbstNEU #xbild .formElement > legend + .type-file, .zmselbstNEU #xbild .subscriptionForm .formElement > legend + .type-file, .subscriptionForm .zmselbstNEU #xbild .formElement > legend + .type-file, .zmselbstNEU #xbild .form-horizontal .formElement > legend + .type-file, .form-horizontal .zmselbstNEU #xbild .formElement > legend + .type-file, .zmselbstNEU #xbild .c-form legend + .captcha, .c-form .zmselbstNEU #xbild legend + .captcha, .zmselbstNEU #xbild .basecontent-form-editor legend + .captcha, .basecontent-form-editor .zmselbstNEU #xbild legend + .captcha, .zmselbstNEU #xbild .subscriptionForm legend + .captcha, .subscriptionForm .zmselbstNEU #xbild legend + .captcha, .zmselbstNEU #xbild .form-horizontal legend + .captcha, .form-horizontal .zmselbstNEU #xbild legend + .captcha { background-color: var(--cd-color-more-lighten-25); }

.zmselbstNEU #xbild #bildPreview { padding: 30px; }

.zmselbstNEU #xbild .feld-text:first-child { margin-top: 20px; }

.zmselbstNEU #xbild .bootstrap-filestyle { margin-right: 6px; border-radius: 0; }

.zmselbstNEU #xbild .bootstrap-filestyle .btn:last-child { border-radius: 0; }

.zmselbstNEU #xbild .form-control, .zmselbstNEU #xbild .c-form input:not([type=checkbox], [type=radio], .btn), .c-form .zmselbstNEU #xbild input:not([type=checkbox], [type=radio], .btn), .zmselbstNEU #xbild .basecontent-form-editor input:not([type=checkbox], [type=radio], .btn), .basecontent-form-editor .zmselbstNEU #xbild input:not([type=checkbox], [type=radio], .btn), .zmselbstNEU #xbild .subscriptionForm input:not([type=checkbox], [type=radio], .btn), .subscriptionForm .zmselbstNEU #xbild input:not([type=checkbox], [type=radio], .btn), .zmselbstNEU #xbild .form-horizontal input:not([type=checkbox], [type=radio], .btn), .form-horizontal .zmselbstNEU #xbild input:not([type=checkbox], [type=radio], .btn), .zmselbstNEU #xbild .c-form select, .c-form .zmselbstNEU #xbild select, .zmselbstNEU #xbild .basecontent-form-editor select, .basecontent-form-editor .zmselbstNEU #xbild select, .zmselbstNEU #xbild .subscriptionForm select, .subscriptionForm .zmselbstNEU #xbild select, .zmselbstNEU #xbild .form-horizontal select, .form-horizontal .zmselbstNEU #xbild select, .zmselbstNEU #xbild .c-form textarea, .c-form .zmselbstNEU #xbild textarea, .zmselbstNEU #xbild .basecontent-form-editor textarea, .basecontent-form-editor .zmselbstNEU #xbild textarea, .zmselbstNEU #xbild .subscriptionForm textarea, .subscriptionForm .zmselbstNEU #xbild textarea, .zmselbstNEU #xbild .form-horizontal textarea, .form-horizontal .zmselbstNEU #xbild textarea, .zmselbstNEU #xbild .c-quicksearch__input { border-radius: 0 !important; }

.zmselbstNEU #xbild #baus { margin-bottom: 1rem; }

.zmselbstNEU #xbild button { margin-right: 6px; text-shadow: none; border-radius: 0; }

.zmselbstNEU #xbild button span { padding-right: 6px; }

.zmselbstNEU #xbild .form-group, .zmselbstNEU #xbild .c-form [class^=form-group]:not(.senderCc), .c-form .zmselbstNEU #xbild [class^=form-group]:not(.senderCc), .zmselbstNEU #xbild .basecontent-form-editor [class^=form-group]:not(.senderCc), .basecontent-form-editor .zmselbstNEU #xbild [class^=form-group]:not(.senderCc), .zmselbstNEU #xbild .subscriptionForm [class^=form-group]:not(.senderCc), .subscriptionForm .zmselbstNEU #xbild [class^=form-group]:not(.senderCc), .zmselbstNEU #xbild .form-horizontal [class^=form-group]:not(.senderCc), .form-horizontal .zmselbstNEU #xbild [class^=form-group]:not(.senderCc), .zmselbstNEU #xbild .c-form .formTitle, .c-form .zmselbstNEU #xbild .formTitle, .zmselbstNEU #xbild .basecontent-form-editor .formTitle, .basecontent-form-editor .zmselbstNEU #xbild .formTitle, .zmselbstNEU #xbild .subscriptionForm .formTitle, .subscriptionForm .zmselbstNEU #xbild .formTitle, .zmselbstNEU #xbild .form-horizontal .formTitle, .form-horizontal .zmselbstNEU #xbild .formTitle, .zmselbstNEU #xbild .c-form .formElement > .type-file, .c-form .zmselbstNEU #xbild .formElement > .type-file, .zmselbstNEU #xbild .basecontent-form-editor .formElement > .type-file, .basecontent-form-editor .zmselbstNEU #xbild .formElement > .type-file, .zmselbstNEU #xbild .subscriptionForm .formElement > .type-file, .subscriptionForm .zmselbstNEU #xbild .formElement > .type-file, .zmselbstNEU #xbild .form-horizontal .formElement > .type-file, .form-horizontal .zmselbstNEU #xbild .formElement > .type-file, .zmselbstNEU #xbild .c-form .captcha, .c-form .zmselbstNEU #xbild .captcha, .zmselbstNEU #xbild .basecontent-form-editor .captcha, .basecontent-form-editor .zmselbstNEU #xbild .captcha, .zmselbstNEU #xbild .subscriptionForm .captcha, .subscriptionForm .zmselbstNEU #xbild .captcha, .zmselbstNEU #xbild .form-horizontal .captcha, .form-horizontal .zmselbstNEU #xbild .captcha { margin: 0; padding: 0; height: auto; margin-bottom: 1rem; }

.zmselbstNEU #xbild img { padding: 0; margin: 0; height: auto; width: auto !important; }

.zmselbstNEU .ternser { display: block !important; margin-top: 35px; }

.zmselbstNEU .ternser .nav { display: inline-flex; gap: 24px; margin-bottom: 14px; }

.zmselbstNEU #weitereTermine #toolbar .form-inline { margin-bottom: 1.5rem; }

.zmselbstNEU #weitereTermine #toolbar #id { margin-right: 6px; }

.zmselbstNEU #weitereTermine #toolbar .form-inline label { margin-left: 6px; }

.zmselbstNEU #weitereTermine .form-group span, .zmselbstNEU #weitereTermine .c-form [class^=form-group]:not(.senderCc) span, .c-form .zmselbstNEU #weitereTermine [class^=form-group]:not(.senderCc) span, .zmselbstNEU #weitereTermine .basecontent-form-editor [class^=form-group]:not(.senderCc) span, .basecontent-form-editor .zmselbstNEU #weitereTermine [class^=form-group]:not(.senderCc) span, .zmselbstNEU #weitereTermine .subscriptionForm [class^=form-group]:not(.senderCc) span, .subscriptionForm .zmselbstNEU #weitereTermine [class^=form-group]:not(.senderCc) span, .zmselbstNEU #weitereTermine .form-horizontal [class^=form-group]:not(.senderCc) span, .form-horizontal .zmselbstNEU #weitereTermine [class^=form-group]:not(.senderCc) span, .zmselbstNEU #weitereTermine .c-form .formTitle span, .c-form .zmselbstNEU #weitereTermine .formTitle span, .zmselbstNEU #weitereTermine .basecontent-form-editor .formTitle span, .basecontent-form-editor .zmselbstNEU #weitereTermine .formTitle span, .zmselbstNEU #weitereTermine .subscriptionForm .formTitle span, .subscriptionForm .zmselbstNEU #weitereTermine .formTitle span, .zmselbstNEU #weitereTermine .form-horizontal .formTitle span, .form-horizontal .zmselbstNEU #weitereTermine .formTitle span, .zmselbstNEU #weitereTermine .c-form .formElement > .type-file span, .c-form .zmselbstNEU #weitereTermine .formElement > .type-file span, .zmselbstNEU #weitereTermine .basecontent-form-editor .formElement > .type-file span, .basecontent-form-editor .zmselbstNEU #weitereTermine .formElement > .type-file span, .zmselbstNEU #weitereTermine .subscriptionForm .formElement > .type-file span, .subscriptionForm .zmselbstNEU #weitereTermine .formElement > .type-file span, .zmselbstNEU #weitereTermine .form-horizontal .formElement > .type-file span, .form-horizontal .zmselbstNEU #weitereTermine .formElement > .type-file span, .zmselbstNEU #weitereTermine .c-form .captcha span, .c-form .zmselbstNEU #weitereTermine .captcha span, .zmselbstNEU #weitereTermine .basecontent-form-editor .captcha span, .basecontent-form-editor .zmselbstNEU #weitereTermine .captcha span, .zmselbstNEU #weitereTermine .subscriptionForm .captcha span, .subscriptionForm .zmselbstNEU #weitereTermine .captcha span, .zmselbstNEU #weitereTermine .form-horizontal .captcha span, .form-horizontal .zmselbstNEU #weitereTermine .captcha span { padding-right: 10px; }

.zmselbstNEU #weitereTermine .fixed-table-toolbar { padding-right: 4rem; position: relative; }

.zmselbstNEU #weitereTermine .fixed-table-toolbar .bs-bars { line-height: 1; margin-right: 4rem; }

.zmselbstNEU #weitereTermine .fixed-table-toolbar .wtok { position: absolute; right: -4rem; bottom: 3.4rem; }

.zmselbstNEU #weitereTermine .select2-selection__arrow { padding-right: 0px; }

.zmselbstNEU #weitereTermine .fixed-table-container .btn-group .btn.btn-small { border-radius: 0; margin-right: 5px; }

.zmselbstNEU #weitereTermine .fixed-table-container .btn-group .btn.btn-small:last-child { margin-right: 0; }

.zmselbstNEU #multiimage { display: none; }

.zmselbstNEU #pers { display: none; }

.zmselbstNEU .tickets .fbox-select { display: none; }

.zmselbstNEU .edx { margin-bottom: 2rem; }

.zmselbstNEU #result .info { font-weight: bold; font-size: 1.5rem; }

.zmselbstNEU #result .card-lg { width: 100% !important; padding: 36px; }

.zmselbstNEU #result .card-lg > .body { max-width: 100%; margin: 0; }

.mymodul.zm-veranstaltungen h1.head, .mymodul.zm-veranstaltungen .c-stoerer__inner h2.head, .c-stoerer__inner .mymodul.zm-veranstaltungen h2.head { display: none; }

.zmSelbsteintrag .hinweis { margin-top: 0; }

.zmSelbsteintrag .feld-text { margin-bottom: 1rem; }

.zmselbstNEU .login-logo { display: none; }

.zmselbstNEU #loginForm { padding: 0; margin-top: 30px; margin-bottom: 30px; }

.zmselbstNEU #loginForm h2 { padding: 0; font-size: 1.25rem; }

.zmselbstNEU fieldset { margin-bottom: 30px; }

.zmselbstNEU .login.infotext { padding-top: 30px; }

.zmselbstNEU .login.infotext.lform { padding-top: 30px; }

.zmselbstNEU .ui-datepicker .ui-datepicker-calendar td { padding: 2px 2px; }

.zmselbstNEU .ui-datepicker .ui-datepicker-calendar td a, .zmselbstNEU .ui-datepicker .ui-datepicker-calendar td span { display: flex; justify-content: center; padding: 0; margin: 0; }

.zmselbstNEU .ui-datepicker-calendar .ui-state-highlight { color: #fff; border: 1px solid var(--cd-color-main); background: var(--cd-color-main); }

.zmselbstNEU .ui-datepicker-calendar .ui-state-active, .zmselbstNEU .ui-datepicker-calendar .ui-widget-content .ui-state-active, .zmselbstNEU .ui-datepicker-calendar .ui-widget-header .ui-state-active { color: #000; border: 1px solid var(--cd-color-secondary); background: var(--cd-color-secondary); }

.zmselbstNEU .ui-datepicker-calendar .ui-state-default:hover { color: #000; border: 1px solid var(--cd-color-secondary); background: var(--cd-color-secondary); }

.zmselbstNEU .ui-datepicker-calendar .ui-datepicker-current-day { background-color: transparent; }

.zmselbstNEU .zmKontaktdaten h5, .zmselbstNEU .zmGeo h5 { text-transform: uppercase; margin-top: 30px; }

.zmselbstNEU .zmKontaktdaten .row, .zmselbstNEU .zmPostfach .row { width: 100%; }

.zmselbstNEU .zmKontaktdaten .form-group, .zmselbstNEU .zmKontaktdaten .c-form [class^=form-group]:not(.senderCc), .c-form .zmselbstNEU .zmKontaktdaten [class^=form-group]:not(.senderCc), .zmselbstNEU .zmKontaktdaten .basecontent-form-editor [class^=form-group]:not(.senderCc), .basecontent-form-editor .zmselbstNEU .zmKontaktdaten [class^=form-group]:not(.senderCc), .zmselbstNEU .zmKontaktdaten .subscriptionForm [class^=form-group]:not(.senderCc), .subscriptionForm .zmselbstNEU .zmKontaktdaten [class^=form-group]:not(.senderCc), .zmselbstNEU .zmKontaktdaten .form-horizontal [class^=form-group]:not(.senderCc), .form-horizontal .zmselbstNEU .zmKontaktdaten [class^=form-group]:not(.senderCc), .zmselbstNEU .zmKontaktdaten .c-form .formTitle, .c-form .zmselbstNEU .zmKontaktdaten .formTitle, .zmselbstNEU .zmKontaktdaten .basecontent-form-editor .formTitle, .basecontent-form-editor .zmselbstNEU .zmKontaktdaten .formTitle, .zmselbstNEU .zmKontaktdaten .subscriptionForm .formTitle, .subscriptionForm .zmselbstNEU .zmKontaktdaten .formTitle, .zmselbstNEU .zmKontaktdaten .form-horizontal .formTitle, .form-horizontal .zmselbstNEU .zmKontaktdaten .formTitle, .zmselbstNEU .zmKontaktdaten .c-form .formElement > .type-file, .c-form .zmselbstNEU .zmKontaktdaten .formElement > .type-file, .zmselbstNEU .zmKontaktdaten .basecontent-form-editor .formElement > .type-file, .basecontent-form-editor .zmselbstNEU .zmKontaktdaten .formElement > .type-file, .zmselbstNEU .zmKontaktdaten .subscriptionForm .formElement > .type-file, .subscriptionForm .zmselbstNEU .zmKontaktdaten .formElement > .type-file, .zmselbstNEU .zmKontaktdaten .form-horizontal .formElement > .type-file, .form-horizontal .zmselbstNEU .zmKontaktdaten .formElement > .type-file, .zmselbstNEU .zmKontaktdaten .c-form .captcha, .c-form .zmselbstNEU .zmKontaktdaten .captcha, .zmselbstNEU .zmKontaktdaten .basecontent-form-editor .captcha, .basecontent-form-editor .zmselbstNEU .zmKontaktdaten .captcha, .zmselbstNEU .zmKontaktdaten .subscriptionForm .captcha, .subscriptionForm .zmselbstNEU .zmKontaktdaten .captcha, .zmselbstNEU .zmKontaktdaten .form-horizontal .captcha, .form-horizontal .zmselbstNEU .zmKontaktdaten .captcha, .zmselbstNEU .zmPostfach .form-group, .zmselbstNEU .zmPostfach .c-form [class^=form-group]:not(.senderCc), .c-form .zmselbstNEU .zmPostfach [class^=form-group]:not(.senderCc), .zmselbstNEU .zmPostfach .basecontent-form-editor [class^=form-group]:not(.senderCc), .basecontent-form-editor .zmselbstNEU .zmPostfach [class^=form-group]:not(.senderCc), .zmselbstNEU .zmPostfach .subscriptionForm [class^=form-group]:not(.senderCc), .subscriptionForm .zmselbstNEU .zmPostfach [class^=form-group]:not(.senderCc), .zmselbstNEU .zmPostfach .form-horizontal [class^=form-group]:not(.senderCc), .form-horizontal .zmselbstNEU .zmPostfach [class^=form-group]:not(.senderCc), .zmselbstNEU .zmPostfach .c-form .formTitle, .c-form .zmselbstNEU .zmPostfach .formTitle, .zmselbstNEU .zmPostfach .basecontent-form-editor .formTitle, .basecontent-form-editor .zmselbstNEU .zmPostfach .formTitle, .zmselbstNEU .zmPostfach .subscriptionForm .formTitle, .subscriptionForm .zmselbstNEU .zmPostfach .formTitle, .zmselbstNEU .zmPostfach .form-horizontal .formTitle, .form-horizontal .zmselbstNEU .zmPostfach .formTitle, .zmselbstNEU .zmPostfach .c-form .formElement > .type-file, .c-form .zmselbstNEU .zmPostfach .formElement > .type-file, .zmselbstNEU .zmPostfach .basecontent-form-editor .formElement > .type-file, .basecontent-form-editor .zmselbstNEU .zmPostfach .formElement > .type-file, .zmselbstNEU .zmPostfach .subscriptionForm .formElement > .type-file, .subscriptionForm .zmselbstNEU .zmPostfach .formElement > .type-file, .zmselbstNEU .zmPostfach .form-horizontal .formElement > .type-file, .form-horizontal .zmselbstNEU .zmPostfach .formElement > .type-file, .zmselbstNEU .zmPostfach .c-form .captcha, .c-form .zmselbstNEU .zmPostfach .captcha, .zmselbstNEU .zmPostfach .basecontent-form-editor .captcha, .basecontent-form-editor .zmselbstNEU .zmPostfach .captcha, .zmselbstNEU .zmPostfach .subscriptionForm .captcha, .subscriptionForm .zmselbstNEU .zmPostfach .captcha, .zmselbstNEU .zmPostfach .form-horizontal .captcha, .form-horizontal .zmselbstNEU .zmPostfach .captcha { width: 100%; }

.zmselbstNEU #weitereTermine i { font-weight: normal; }

.zmselbstNEU table thead { background-color: var(--cd-color-dark); }

.zmselbstNEU #xegx > div:nth-child(2) { display: none; }

/*	================================================== THEMES / microsite-tourismus  ==================================================*/
.theme-rot { --cd-color-main: #9a3847; --cd-color-light: #ae616b; --cd-color-dark: #742935; --cd-color-secondary: #ffcc01; --cd-color-more-lighten: #c58e95; --cd-color-more-lighten-25: #e2c6ca; --cd-color-light-hell: #ae616b; --cd-color-light-heller: #ae616b; }

/* dm-serif-display-regular - latin */
@font-face { font-family: 'DM Serif Display'; font-style: normal; font-weight: 400; src: url("../fonts/dm-serif-display-v10-latin-regular.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/dm-serif-display-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-serif-display-v10-latin-regular.woff2") format("woff2"), url("../fonts/dm-serif-display-v10-latin-regular.woff") format("woff"), url("../fonts/dm-serif-display-v10-latin-regular.ttf") format("truetype"), url("../fonts/dm-serif-display-v10-latin-regular.svg#DMSerifDisplay") format("svg"); /* Legacy iOS */ }

/* dm-serif-display-italic - latin */
@font-face { font-family: 'DM Serif Display'; font-style: italic; font-weight: 400; src: url("../fonts/dm-serif-display-v10-latin-italic.eot"); /* IE9 Compat Modes */ src: local(""), url("../fonts/dm-serif-display-v10-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-serif-display-v10-latin-italic.woff2") format("woff2"), url("../fonts/dm-serif-display-v10-latin-italic.woff") format("woff"), url("../fonts/dm-serif-display-v10-latin-italic.ttf") format("truetype"), url("../fonts/dm-serif-display-v10-latin-italic.svg#DMSerifDisplay") format("svg"); /* Legacy iOS */ }

.l-dvv-toolbar { position: absolute; z-index: 90030; }

.l-header { transition: all 0.2s ease-in; }

.l-header__brand { flex: 1 0 14%; }

.l-header .l-navigation > ul.nav-menu > li:first-child { min-width: 270px; }

html[lang="en"] .l-header .l-navigation > ul.nav-menu > li:first-child { min-width: auto; }

html[lang="fr"] .l-header .l-navigation > ul.nav-menu > li:first-child { min-width: auto; }

html[lang="fr"] .l-header .l-navigation > ul.nav-menu > li:nth-child(2) { min-width: 210px; }

.l-header__social-media { display: none; }

.l-header__logo-main { display: flex; align-items: center; }

.l-header__logo-main > a { display: flex; align-items: center; text-decoration: none; }

.l-header__logo-main > a span { font-size: 0.73rem; letter-spacing: 1px; line-height: 1.2; text-transform: uppercase; margin-left: 10px; }

.l-header__logo-main img { max-height: 40px; }

@media (max-width: 991.98px) { .l-header__logo-main { display: none; } }

.l-navigation .li-ebene-2 > ul { display: none; }

.l-navigation .accessible-megamenu .li-ebene-2 { padding: 0 10px 10px 20px; }

.l-header__row1-inner { justify-content: space-between; }

.standard.category .l-header-stage { margin-top: 0px; }

.standard .l-header-stage, .newsuebersicht .l-header-stage { overflow: hidden; }

.standard .l-header-stage .c-image img, .standard .l-header-stage div.image img, .newsuebersicht .l-header-stage .c-image img, .newsuebersicht .l-header-stage div.image img { object-fit: cover; }

.home .l-header-stage { position: relative; max-height: calc(100vh - 185px); }

.home .l-header-stage .bx-viewport { max-height: calc(100vh - 185px); }

.home .l-header-stage .bx-viewport > div { width: auto; position: relative; height: 100%; margin: 0; }

.home .l-header-stage .bx-viewport > div > div[aria-hidden=false] { max-height: 100%; }

.home .l-header-stage figure:after { position: absolute; height: 100%; width: 100%; top: 0; left: 0; content: ''; background: black; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 70%); opacity: 1; transition: all 0.25s linear; }

.home .l-header-stage figcaption { position: absolute; bottom: 0px; left: 0; padding: 6px 15px; background: rgba(0, 0, 0, 0.5); opacity: 1; color: #fff; font-size: 0.8rem; line-height: 1.5; z-index: 90000; }

@media (max-width: 991.98px) { .home .l-header-stage figcaption { font-size: 0.75rem; } }

.home .l-header-stage .headline { position: absolute; bottom: 100px; z-index: 1000; left: 30px; width: 100%; }

.home .l-header-stage .headline > div { margin: 0 auto; }

@media (min-width: 576px) { .home .l-header-stage .headline > div { max-width: calc(540px*1); } }

@media (min-width: 768px) { .home .l-header-stage .headline > div { max-width: calc(720px*1); } }

@media (min-width: 992px) { .home .l-header-stage .headline > div { max-width: calc(960px*1); } }

@media (min-width: 1200px) { .home .l-header-stage .headline > div { max-width: calc(1140px*1); } }

@media (min-width: 1440px) { .home .l-header-stage .headline > div { max-width: calc(1360px*1); } }

.home .l-header-stage .c-h1 { font-family: 'DM Serif Display'; font-weight: 400; font-size: clamp(1.75rem, 3.55vw, 4rem); color: #fff; padding-left: 85px; max-width: 25ch; }

@media (max-width: 991.98px) { .home .l-header-stage .c-h1 { margin: 0; padding-left: 0px; } }

.category .l-header-pagetitel { position: relative; }

@media (max-width: 991.98px) { .category .l-header-pagetitel { margin-bottom: 0px; top: 0px; } }

.category.category--teaser .l-header-pagetitel { position: relative; margin-bottom: 185px; top: 85px; }

@media (max-width: 991.98px) { .category.category--teaser .l-header-pagetitel { margin-bottom: 0px; top: 0px; } }

.l-footer .social-media ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }

.l-footer .social-media a { display: flex; align-items: center; justify-content: center; height: 100%; min-width: 44px; padding: 10px 10px; text-decoration: none; transition: background 0.25s ease-in; text-indent: -9999px; }

.l-footer .social-media a:hover, .l-footer .social-media a:focus { background: #003e65; text-decoration: none; }

.l-footer .social-media a:hover:before, .l-footer .social-media a:focus:before { color: #fff; }

.l-footer .social-media a:hover i, .l-footer .social-media a:focus i { background: var(--cd-color-main); text-decoration: none; }

.l-footer .social-media a:after { display: none; }

.l-footer .social-media a:before { padding: 0px; color: #003e65; font-size: 2rem; font-weight: 300; text-decoration: none; text-indent: 0; }

.l-footer .social-media a[title*="Facebook"]:before { content: "\f09a"; }

.l-footer .social-media a[title*="Instagram"]:before { content: "\f16d"; }

.l-footer .social-media a[title*="Youtube"]:before { content: "\f167"; }

.l-footer .social-media a[title*="Twitter"]:before { content: "\f099"; }

.l-footer .social-media a[title*="Stage"]:before { content: ""; background-image: url("../img/stage_blau.svg"); background-repeat: no-repeat; background-size: contain; width: 32px; height: 32px; }

.l-footer .social-media a[title*="Stage"]:hover:before { filter: invert(1) sepia(100%) saturate(12%) hue-rotate(243deg) brightness(105%) contrast(109%); transition: all 0.25s ease-in; }

.l-footer__row1 { line-height: 1.5; }

.l-footer__row1 p { font-size: clamp(0.875rem, 1.25vw, 1rem); }

.l-footer__row1 .vCard { font-size: clamp(0.875rem, 1.25vw, 1rem); }

.l-footer__row1 .vCard .cityline { margin: 0; }

.l-footer__row1 .vCard .adr { margin-bottom: 20px; }

.l-footer__row1 .vCard a { text-decoration: underline; color: #003e65; white-space: nowrap; }

.l-footer__row1 .vCard a:hover, .l-footer__row1 .vCard a:focus { text-decoration: none; }

.l-footer__row1 .vCard a:hover:before, .l-footer__row1 .vCard a:focus:before { text-decoration: none; }

.l-footer__row1 .vCard a.email:before { padding-right: 7px; color: #003e65; }

.l-footer__row1 .vCard .tel .value:before { min-width: 24px; }

.l-footer__row1 .vCard i { color: #003e65; }

.l-footer__row1 .vCard .tel .value:before { color: #003e65; }

.l-footer__row1-inner { padding: 82px 36px; }

.l-footer__row1 .v-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; color: #003e65; margin: 0; }

@media (max-width: 1439.98px) { .l-footer__row1 .v-row { grid-template-columns: repeat(2, minmax(250px, 1fr)); } }

@media (max-width: 1199.98px) { .l-footer__row1 .v-row { grid-template-columns: repeat(2, minmax(250px, 1fr)); } }

@media (max-width: 767.98px) { .l-footer__row1 .v-row { grid-template-columns: repeat(1, minmax(250px, 1fr)); } }

.l-footer__row1 .v-row h2, .l-footer__row1 .v-row h3, .l-footer__row1 .v-row h4, .l-footer__row1 .v-row .c-table caption, .c-table .l-footer__row1 .v-row caption, .l-footer__row1 .v-row .basecontent-table > table caption, .basecontent-table > table .l-footer__row1 .v-row caption { color: #003e65; font-weight: 600; }

.l-footer__row1 .v-row .v-box { padding: 0; }

.l-footer__row1 .v-row > div { flex-basis: 100%; max-width: 100%; padding: 36px; }

@media (max-width: 991.98px) { .l-footer__row1 .v-row > div { aspect-ratio: 1/1; } }

@media (max-width: 767.98px) { .l-footer__row1 .v-row > div { aspect-ratio: auto; } }

.l-footer__row1 .v-row > div:nth-child(1) { background-color: var(--cd-color-sek-hellblau); }

.l-footer__row1 .v-row > div:nth-child(2) { background-color: var(--cd-color-sek-hellgruen); }

.l-footer__row1 .v-row > div:nth-child(3) { background-color: var(--cd-color-sek-hellgruen); }

.l-footer__row1 .v-row > div:nth-child(4) { background-color: var(--cd-color-sek-hellviolett); }

.l-footer__logo-main { background-color: var(--cd-color-light); display: none; }

@media (max-width: 991.98px) { .l-footer__logo-main { display: flex; padding: 0 18px; } }

.l-footer__logo-main > div > a { display: flex; align-items: center; text-decoration: none; color: #f3ddc5; }

.l-footer__logo-main > div > a span { color: #f3ddc5; font-size: 0.73rem; letter-spacing: 1px; line-height: 1.2; text-transform: uppercase; margin-left: 10px; }

.l-footer__logo-main img { max-height: 40px; }

.l-footer__row4 { background-color: var(--cd-color-dark); color: #f3ddc5; border-top: 0px; }

.l-footer__row4 a { color: #f3ddc5; }

.l-footer__row4 .l-footer__links-navigation ul a { color: #f3ddc5; }

.l-footer__links-navigation ul .l-footer__list-item { border-right: 1px solid #f3ddc5; }

html[lang="fr"] .l-footer__copyright-zwei { flex: 0; }

.home .bx-wrapper .bx-controls-direction a.bx-prev { left: 20px; bottom: 45px; top: auto; }

.home .bx-wrapper .bx-controls-direction a.bx-next { right: 20px; bottom: 45px; top: auto; }

.home .bx-wrapper .bx-controls-direction a { border-radius: 50%; width: 50px; height: 50px; }

.home .bx-wrapper .bx-controls-direction a:before { font-size: 1rem; width: 50px; height: 50px; text-indent: 0; justify-content: center; }

.home .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: auto; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); }

@media (max-width: 991.98px) { .home .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { bottom: 40px; } }

.home .bx-wrapper .bx-pager.bx-custom-pager a { background: #898888; }

.home .bx-wrapper .bx-pager.bx-custom-pager a.active, .home .bx-wrapper .bx-pager.bx-custom-pager a:hover { background: #fff; }

.home .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 20px; }

.home .top-themen { margin-top: 72px; margin-bottom: 72px; }

@media (max-width: 991.98px) { .home .top-themen { margin-top: 24px; margin-bottom: 48px; } }

.home .top-themen figure { width: 100%; }

.home .top-themen .basecontent-html-editor img { max-height: 360px; }

.home .top-themen img { transform: scale(1); transition: all 0.25s linear; }

.home .top-themen .basecontent-html-editor { height: 100%; }

.home .top-themen .basecontent-html-editor > a { display: block; height: 100%; }

.home .top-themen .basecontent-html-editor > a img { height: 100%; }

.home .top-themen a { color: #fff; text-decoration: none; overflow: hidden; }

.home .top-themen a:hover img, .home .top-themen a:focus img { transform: scale(1.1); }

.home .top-themen a:hover figure, .home .top-themen a:focus figure { width: 100%; }

.home .top-themen a:hover figure:after, .home .top-themen a:focus figure:after { background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 0%); opacity: 0; }

.home .top-themen > .article-inner > .v-row { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 20px; padding: 0 18px; }

@media (max-width: 1199.98px) { .home .top-themen > .article-inner > .v-row { -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; } }

@media (max-width: 991.98px) { .home .top-themen > .article-inner > .v-row { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } }

@media (max-width: 767.98px) { .home .top-themen > .article-inner > .v-row { -ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-template-columns: initial; } }

.home .top-themen > .article-inner > .v-row > div a > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div a > div > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div a > div > div > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div a > div > div > div > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div a > div > div > div > div > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div a > div > div > div > div > div > div { height: 100%; overflow: hidden; }

.home .top-themen > .article-inner > .v-row > div figure:after { transition: all 0.25s ease-in; position: absolute; z-index: 1050; height: 100%; width: 100%; top: 0; left: 0; content: ''; background: black; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 20%, rgba(255, 255, 255, 0) 70%); opacity: 1; transition: all 0.25s linear; }

@media (max-width: 1199.98px) { .home .top-themen > .article-inner > .v-row .eins-eins, .home .top-themen > .article-inner > .v-row .zwei-eins, .home .top-themen > .article-inner > .v-row .eins-zwei, .home .top-themen > .article-inner > .v-row .zwei-zwei { grid-column: auto / span 1 !important; grid-row: auto; } }

@media (max-width: 991.98px) { .home .top-themen > .article-inner > .v-row .eins-eins, .home .top-themen > .article-inner > .v-row .zwei-eins, .home .top-themen > .article-inner > .v-row .eins-zwei, .home .top-themen > .article-inner > .v-row .zwei-zwei { grid-column: auto / span 1 !important; grid-row: auto; } }

@media (max-width: 767.98px) { .home .top-themen > .article-inner > .v-row .eins-eins, .home .top-themen > .article-inner > .v-row .zwei-eins, .home .top-themen > .article-inner > .v-row .eins-zwei, .home .top-themen > .article-inner > .v-row .zwei-zwei { grid-column: auto / span 2 !important; grid-row: auto; } }

.home .top-themen > .article-inner > .v-row .eins-eins { grid-column: span 1; grid-row: span 1; }

@media (max-width: 1199.98px) { .home .top-themen > .article-inner > .v-row .eins-eins { grid-column: none; grid-column-start: auto; } }

@media (max-width: 991.98px) { .home .top-themen > .article-inner > .v-row .eins-eins { grid-column: none; grid-column-start: auto; } }

.home .top-themen > .article-inner > .v-row .zwei-eins { grid-column: span 2; grid-row: span 1; }

@media (max-width: 1199.98px) { .home .top-themen > .article-inner > .v-row .zwei-eins { grid-column: none; grid-column-start: auto; } }

@media (max-width: 991.98px) { .home .top-themen > .article-inner > .v-row .zwei-eins { grid-column: none; grid-column-start: auto; } }

.home .top-themen > .article-inner > .v-row .zwei-zwei { grid-column: span 2; grid-row: span 2; }

@media (max-width: 1199.98px) { .home .top-themen > .article-inner > .v-row .zwei-zwei { grid-column: none; grid-column-start: auto; } }

@media (max-width: 991.98px) { .home .top-themen > .article-inner > .v-row .zwei-zwei { grid-column: none; grid-column-start: auto; } }

.home .top-themen > .article-inner > .v-row .eins-zwei { grid-column: span 1; grid-row: span 2; }

@media (max-width: 1199.98px) { .home .top-themen > .article-inner > .v-row .eins-zwei { grid-column: none; grid-column-start: auto; } }

@media (max-width: 991.98px) { .home .top-themen > .article-inner > .v-row .eins-zwei { grid-column: none; grid-column-start: auto; } }

.home .top-themen > .article-inner > .v-row > div { background-color: #999; flex-basis: 100%; max-width: 100%; position: relative; }

.home .top-themen > .article-inner > .v-row > div > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div > div > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div > div > div > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div > div > div > div > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div > div > div > div > div > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div > div > div > div > div > div > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div > div > div > div > div > div > div > div { height: 100%; }

.home .top-themen > .article-inner > .v-row > div.zweizeilig { grid-row: auto / span 2; background-color: #90da9a; }

.home .top-themen > .article-inner > .v-row > div.dreizeilig { grid-row: auto / span 3; background-color: #90da9a; }

.home .top-themen > .article-inner > .v-row > div.vierzeilig { grid-row: auto / span 4; background-color: #90da9a; }

.home .top-themen > .article-inner > .v-row > div.zweispaltig { grid-column: span 2 / auto; background-color: #90da9a; }

.home .top-themen > .article-inner > .v-row > div.dreispaltig { grid-column: span 3 / auto; background-color: #90da9a; }

.home .top-themen > .article-inner > .v-row > div.vierspaltig { grid-column: span 4 / auto; background-color: #90da9a; }

.home .top-themen figure { margin: 0; height: 100%; }

.home .top-themen figure .image-inner { height: 100%; display: table-cell; }

.home .top-themen figure img { object-fit: cover; height: 100%; width: 100%; }

.home .top-themen figure a:after { position: absolute; height: 100%; width: 100%; top: 0; left: 0; content: ''; background: black; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 70%); opacity: 1; transition: all 0.25s linear; }

.home .top-themen .v-box { padding: 0; }

.home .top-themen p { position: absolute; z-index: 1060; bottom: 20px; line-height: 1; padding: 0 20px; margin: 0; width: 100%; text-align: left; font-weight: normal; font-size: 24px; font-family: 'DM Serif Display'; color: #fff; }

.home .impressionen { background: var(--cd-color-sek-hellblau); padding: 100px 0; --swiper-theme-color: #003e65; --swiper-navigation-size: 20px; }

@media (max-width: 991.98px) { .home .impressionen { padding: 48px 0 100px 0; } }

@media (max-width: 1199.98px) { .home .impressionen .swiper-pagination { bottom: -50px; } }

.home .impressionen .swiper-button-next, .home .impressionen .swiper-button-prev { top: auto; bottom: 13px; padding: 10px; transition: all 0.25s ease-in; }

@media (max-width: 1199.98px) { .home .impressionen .swiper-button-next, .home .impressionen .swiper-button-prev { bottom: -50px; } }

.home .impressionen .oembed-content { border: 0; }

.home .impressionen .titel { margin-bottom: 10px; }

.home .impressionen .v-row { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 20px; margin: 0; }

@media (max-width: 991.98px) { .home .impressionen .v-row { grid-template-columns: 1fr; } }

.home .impressionen .v-row .v-box { padding: 0; }

.home .impressionen .v-row > div { flex: 0 0 100%; max-width: 100%; }

.home .impressionen .v-row > div:first-child { grid-column: span 3 / auto; }

.home .impressionen .v-row > div:first-child h2 { font-family: 'DM Serif Display'; font-weight: 500; font-size: clamp(1.25rem, 2.25vw, 1.5rem); margin-top: 20px; }

.home .impressionen .v-row > div:last-child { grid-column: span 2 / auto; }

.home .impressionen .v-row > div:last-child h2 { color: #003e65; margin: 0; text-transform: none; font-family: 'DM Serif Display'; font-weight: 500; font-size: clamp(1.25rem, 2.25vw, 1.5rem); }

.home .impressionen .c-button a { background: #003e65; font-size: clamp(0.875rem, calc(0.7345rem + 0.611vw), 1.25rem); padding: 12px 60px; }

.home .impressionen .c-button a:hover, .home .impressionen .c-button a:focus { background: #003251; }

.home .impressionen .impressionen-bilder .c-image.resized, .home .impressionen .impressionen-bilder div.resized.image { overflow: hidden; }

.home .impressionen .impressionen-bilder .c-image.resized img, .home .impressionen .impressionen-bilder div.resized.image img { transform: scale(1); transition: all 0.2s ease-in; }

.home .impressionen .impressionen-bilder .c-image.resized:hover img, .home .impressionen .impressionen-bilder div.resized.image:hover img, .home .impressionen .impressionen-bilder .c-image.resized:focus img, .home .impressionen .impressionen-bilder div.resized.image:focus img { transform: scale(1.1); }

.home .impressionen .impressionen-bilder h2, .home .impressionen .impressionen-bilder h3 { text-transform: uppercase; }

.home .impressionen .impressionen-bilder > div:first-child { width: 100%; }

.home .impressionen .impressionen-bilder > div:first-child .v-box { padding: 0; }

.home .impressionen .impressionen-bilder .swiper-slide > .v-box-in-box { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.home .impressionen .impressionen-bilder > div .v-box { padding: 0; }

.home .impressionen .impressionen-bilder figure { margin: 0; width: 100%; }

.home .impressionen .impressionen-bilder figure img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }

.home .veranstaltungen { background: url("../img/StadtRastatt_hellgruen.svg") var(--cd-color-sek-hellgruen) no-repeat; background-size: contain; padding: 100px 0; }

@media (max-width: 991.98px) { .home .veranstaltungen { padding: 24px 0; } }

@media (max-width: 991.98px) { .home .veranstaltungen > div > div.v-row { max-width: 100%; margin: 0 auto; } }

.home .veranstaltungen a.externerLink:after { display: none; }

.home .veranstaltungen .veranstaltungen-rechts { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 24px; }

@media (max-width: 991.98px) { .home .veranstaltungen .veranstaltungen-rechts { grid-template-columns: 1fr; margin-top: 40px; } }

.home .veranstaltungen .veranstaltungen-rechts > div:first-child { grid-row-start: 1; grid-row-end: 4; }

.home .veranstaltungen .veranstaltungen-rechts > div:first-child > div { height: 100%; }

.home .veranstaltungen .veranstaltungen-rechts .veranstaltung figure { aspect-ratio: 168/130; }

@media (max-width: 991.98px) { .home .veranstaltungen .veranstaltungen-rechts .veranstaltung figure img { max-height: 300px; } }

.home .veranstaltungen .veranstaltungen-rechts > div:nth-child(1) .veranstaltung figure { aspect-ratio: unset; }

@media (max-width: 991.98px) { .home .veranstaltungen .veranstaltungen-rechts > div:nth-child(1) .veranstaltung figure { width: 100%; } }

@media (max-width: 991.98px) { .home .veranstaltungen .veranstaltungen-rechts > div:nth-child(1) .veranstaltung figure img { max-height: 300px; width: 100%; } }

.home .veranstaltungen .top-veranstaltung { grid-template-columns: 1fr; }

.home .veranstaltungen .top-veranstaltung p { font-family: 'DM Serif Display'; font-weight: normal; }

.home .veranstaltungen h2 { font-family: 'DM Serif Display'; font-weight: normal; font-size: clamp(1.25rem, 3vw, 12rem); color: #005e64; }

.home .veranstaltungen p { margin: 0; color: #fff; }

.home .veranstaltungen p { padding: 0 20px; }

.home .veranstaltungen a { text-decoration: none; color: #fff; }

.home .veranstaltungen h2 { font-size: clamp(1.5rem, 3vw, 3rem); max-width: 80%; }

@media (max-width: 767.98px) { .home .veranstaltungen h2 { max-width: 100%; } }

.home .veranstaltungen figure { height: 100%; overflow: hidden; position: relative; }

.home .veranstaltungen figure .image-inner { height: 100%; }

.home .veranstaltungen figure .image-inner > a { height: 100%; }

.home .veranstaltungen figure img { transform: scale(1); transition: all 0.25s linear; height: 100%; object-fit: cover; }

.home .veranstaltungen figure:after { position: absolute; height: 100%; width: 100%; top: 0; left: 0; content: ''; background: black; background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(255, 255, 255, 0) 70%); opacity: 1; transition: all 0.25s linear; }

.home .veranstaltungen .v-box.top-veranstaltung { padding: 0; position: relative; height: 100%; display: flex; transition: all 0.25s linear; }

.home .veranstaltungen .v-box.top-veranstaltung:hover img, .home .veranstaltungen .v-box.top-veranstaltung:focus img { transform: scale(1.1); }

@media (max-width: 1199.98px) { .home .veranstaltungen .v-box.top-veranstaltung:hover figure, .home .veranstaltungen .v-box.top-veranstaltung:focus figure { max-height: 500px; } }

.home .veranstaltungen .v-box.top-veranstaltung > div:first-child { flex-basis: 100%; aspect-ratio: unset; }

.home .veranstaltungen .v-box.top-veranstaltung > div { height: 100%; }

.home .veranstaltungen .v-box.top-veranstaltung > div > div { height: 100%; }

.home .veranstaltungen .v-box.top-veranstaltung > div > div > div { height: 100%; }

.home .veranstaltungen .v-box.top-veranstaltung > div > div > div > div { height: 100%; }

.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) { position: absolute; bottom: 0px; left: 0; width: 100%; text-align: center; font-weight: 600; font-size: 24px; display: flex; align-items: end; justify-content: center; }

.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) p { height: 100%; padding: 0; display: flex; align-items: end; padding-bottom: 20px; }

.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) a { color: #fff; padding: 0 20px 30px 20px; height: 100%; display: flex; align-items: end; }

.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) a:before { content: ''; display: block; position: absolute; height: 100%; width: 100%; z-index: 200; }

.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) figure:after { content: ''; display: block; position: absolute; height: 100%; width: 100%; background: black; background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 70%); opacity: 1; transition: all 0.25s linear; z-index: 100; }

.home .veranstaltungen .veranstaltung { background: var(--cd-color-root-main); border: 5px solid #fff; position: relative; display: flex; padding: 0; }

.home .veranstaltungen .veranstaltung img { transform: scale(1); transition: all 0.25s linear; }

.home .veranstaltungen .veranstaltung:hover img, .home .veranstaltungen .veranstaltung:focus img { transform: scale(1.1); }

.home .veranstaltungen .veranstaltung > div:first-child { flex-basis: 40%; flex-shrink: 0; aspect-ratio: 168/130; }

.home .veranstaltungen .veranstaltung > div:nth-child(1) .v-box-in-box { height: 100%; overflow: hidden; }

.home .veranstaltungen .veranstaltung figure { margin: 0; object-fit: contain; height: 100%; }

.home .veranstaltungen .veranstaltung > div:nth-child(2) { display: flex; align-items: center; }

.home .veranstaltungen .veranstaltung .sub { font-size: 1rem; line-height: 1; }

.home .veranstaltungen .veranstaltung .titel { font-family: 'DM Serif Display'; font-weight: normal; line-height: 1.25; padding-top: 10px; }

.home .veranstaltungen .veranstaltung .titel > a:before { content: ''; display: block; position: absolute; height: 100%; width: 100%; z-index: 200; left: 0; top: 0; }

.home .veranstaltungen .veranstaltungenMoreLink { text-decoration: none; height: 100%; display: block; }

.home .veranstaltungen .veranstaltungenMoreLink:hover figure:after, .home .veranstaltungen .veranstaltungenMoreLink:focus figure:after { opacity: 0; }

.home .veranstaltungen .veranstaltungenMoreLink:hover img, .home .veranstaltungen .veranstaltungenMoreLink:focus img { transform: scale(1.1); }

.home .veranstaltungen .c-button { margin: 0; padding: 0; }

.home .veranstaltungen .c-button a { background: #005e64; font-size: clamp(0.875rem, calc(0.7345rem + 0.11vw), 1.25rem); padding: 12px 40px; }

.home .veranstaltungen .c-button a::before { display: none; }

.home .veranstaltungen .c-button a:hover, .home .veranstaltungen .c-button a:focus { background: #004b50; }

@media (max-width: 991.98px) { .home .c-stoerer { top: 0; right: 0; } }

.c-stoerer { justify-content: flex-end; right: 100px; }

@media (max-width: 991.98px) { .c-stoerer { top: 0; right: 0; } }

.c-stoerer .c-stoerer-link a { text-decoration: none; color: #fff; }

.c-stoerer .c-stoerer-link .c-stoerer__inner { transition: all 0.2s ease-in; }

.c-stoerer .c-stoerer-link:hover .c-stoerer__inner, .c-stoerer .c-stoerer-link:focus .c-stoerer__inner { background: #9a3847; }

.c-stoerer .c-stoerer__inner { min-width: 350px; max-width: 350px; height: 350px; max-height: 350px; background: rgba(154, 56, 71, 0.9); overflow: hidden; position: relative; padding: 10px 30px; border-radius: 100%; z-index: 99000; line-height: 1.25; transform: rotate(6deg); display: flex; align-items: center; }

@media (max-width: 991.98px) { .c-stoerer .c-stoerer__inner { line-height: 1; height: 240px; width: 240px; min-width: auto; max-width: 350px; } }

.c-stoerer .c-stoerer__inner .close { display: none; }

.c-stoerer .c-stoerer__inner h2 { text-transform: uppercase; margin-bottom: 30px; letter-spacing: 2px; font-weight: 500; font-size: clamp(1rem, calc(0.7841rem + 0.3953vw), 1.125rem); letter-spacing: 1px; text-align: center; max-width: 80%; margin: 0 auto 10px auto; }

@media (max-width: 991.98px) { .c-stoerer .c-stoerer__inner h2 { line-height: 14pt; font-size: 14px; } }

.c-stoerer .c-stoerer__inner .c-button { display: none; }

.c-stoerer .c-stoerer__inner p { font-size: clamp(0.875rem, calc(0.5795rem + 1.2846vw), 1.2875rem); line-height: 24pt; text-align: center; margin-bottom: 0; }

@media (max-width: 991.98px) { .c-stoerer .c-stoerer__inner p { line-height: 14pt; font-size: 13px; } }

.c-stoerer .c-stoerer__inner p:before { content: ""; width: 50%; height: 100%; float: right; shape-outside: polygon(2% 0%, 100% 0%, 100% 100%, 2% 100%, 50% 94%, 76.6% 82.7%, 94% 65.6%, 100% 50%, 94% 32.6%, 76.6% 17.3%, 50% 6%); shape-margin: 7%; }

.c-stoerer .c-stoerer__inner .v-box:before { content: ""; width: 50%; height: 100%; float: left; shape-outside: polygon(0 0, 98% 0, 50% 6%, 23.4% 17.3%, 6% 32.6%, 0 50%, 6% 65.6%, 23.4% 82.7%, 50% 94%, 98% 100%, 0 100%); shape-margin: 7%; }

.c-stoerer .c-stoerer__inner .v-row { padding: 0; }

.c-stoerer .c-stoerer__inner .v-row > div:nth-child(1) { padding: 0; margin: 0; }

.c-stoerer .c-stoerer__inner .v-row > div:nth-child(1) .v-box { padding: 0; margin: 0; }

@media (max-width: 991.98px) { .c-stoerer .c-stoerer__inner-wrapper { padding: 16px 16px; } }

.mm-menu .subtitle { display: none; }

.nav-menu.accessible-megamenu li:last-child a:after { display: none; }

.loggedin .l-header { top: 40px; }

.loggedin .l-header .l-header__row2 { top: 95px; }

@media (max-width: 991.98px) { .loggedin .l-header .l-header__row2 { top: 0; } }

.loggedin .home .l-header-stage { margin-top: 185px; }

@media (max-width: 991.98px) { .loggedin .home .l-header-stage { margin-top: 120px; } }

.loggedin .l-header.shrink .l-header__row2 { top: 40px; }

@media (max-width: 991.98px) { .loggedin .l-header.shrink .l-header__row2 { top: 0; } }

/* ZM */
.zmview.zm-veranstaltungen.zm-veranstaltungen--ergebnisliste .l-readspeaker { margin-bottom: 30px; }

.contrast_BW, .contrast_WB { --cd-color-main: #000 !important; --cd-color-light: #000 !important; --swiper-theme-color: #000 !important; --cd-color-sek-hellgruen: #000 !important; --cd-color-sek-hellblau: #000 !important; --cd-color-sek-hellviolett: #000 !important; --cd-color-sek-hellrose: #000 !important; --cd-color-sek-hellbeige: #000 !important; --cd-color-sek-hellgelb: #000 !important; --cd-color-main-bg: #000 !important; }

.contrast_BW.home .l-header-stage figure:after, .contrast_WB.home .l-header-stage figure:after { background: linear-gradient(0deg, black 15%, rgba(255, 255, 255, 0) 70%); }

.contrast_BW.home .bx-wrapper .bx-controls-direction a, .contrast_WB.home .bx-wrapper .bx-controls-direction a { border: 1px solid #fff; }

.contrast_BW.home .bx-wrapper .bx-controls-direction a:before, .contrast_WB.home .bx-wrapper .bx-controls-direction a:before { background: #000; color: #fff; }

.contrast_BW.home .top-themen p, .contrast_WB.home .top-themen p { background: rgba(255, 255, 255, 0.8); color: #000; }

.contrast_BW.home .c-button a, .contrast_WB.home .c-button a { background: #000; color: #fff; }

.contrast_BW.home .c-button a:hover, .contrast_WB.home .c-button a:hover { background: #000; text-decoration: underline; }

.contrast_BW.home .veranstaltungen h2, .contrast_WB.home .veranstaltungen h2 { color: #000; }

.contrast_BW.home .veranstaltungen a:after, .contrast_BW.home .veranstaltungen a:hover, .contrast_WB.home .veranstaltungen a:after, .contrast_WB.home .veranstaltungen a:hover { color: #fff; }

.contrast_BW.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) a, .contrast_WB.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) a { height: auto; background: rgba(255, 255, 255, 0.8); color: #000; }

.contrast_BW.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) a:after, .contrast_BW.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) a:hover, .contrast_WB.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) a:after, .contrast_WB.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) a:hover { color: #000; }

.contrast_BW.home .veranstaltungen .veranstaltung, .contrast_WB.home .veranstaltungen .veranstaltung { background: #000; }

.contrast_BW .l-slot-info h2, .contrast_BW #service h2, .contrast_WB .l-slot-info h2, .contrast_WB #service h2 { color: #000; }

.contrast_BW .l-teaser .l-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .contrast_WB .l-teaser .l-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #000; }

.contrast_BW .l-teaser .l-breadcrumb .c-breadcrumb span, .contrast_BW .l-teaser .l-breadcrumb div.wayhome span, .contrast_WB .l-teaser .l-breadcrumb .c-breadcrumb span, .contrast_WB .l-teaser .l-breadcrumb div.wayhome span { color: #000; }

.contrast_BW .l-footer .social-media a:not([id^=anker]), .contrast_BW .l-footer .social-media a:before, .contrast_WB .l-footer .social-media a:not([id^=anker]), .contrast_WB .l-footer .social-media a:before { color: #fff !important; }

.contrast_BW .l-footer .social-media a[title*="Stage"]:before, .contrast_WB .l-footer .social-media a[title*="Stage"]:before { filter: grayscale(1) brightness(8); }

.contrast_BW .l-footer__row4 .l-footer__links-navigation ul a, .contrast_WB .l-footer__row4 .l-footer__links-navigation ul a { color: #000; }

.contrast_BW .l-footer__row4 .l-footer__links-navigation ul a:hover, .contrast_WB .l-footer__row4 .l-footer__links-navigation ul a:hover { text-decoration: underline; color: #000; }

.contrast_BW .l-footer__row1 .v-row, .contrast_WB .l-footer__row1 .v-row { color: #fff; }

.contrast_BW .l-footer__row1 .v-row h2, .contrast_BW .l-footer__row1 .v-row h3, .contrast_BW .l-footer__row1 .v-row h4, .c-table .contrast_BW .l-footer__row1 .v-row caption, .basecontent-table > table .contrast_BW .l-footer__row1 .v-row caption, .contrast_BW .l-footer__row1 .v-row .c-table caption, .contrast_BW .l-footer__row1 .v-row .basecontent-table > table caption, .contrast_WB .l-footer__row1 .v-row h2, .contrast_WB .l-footer__row1 .v-row h3, .contrast_WB .l-footer__row1 .v-row h4, .c-table .contrast_WB .l-footer__row1 .v-row caption, .basecontent-table > table .contrast_WB .l-footer__row1 .v-row caption, .contrast_WB .l-footer__row1 .v-row .c-table caption, .contrast_WB .l-footer__row1 .v-row .basecontent-table > table caption { color: #fff; }

.contrast_BW .l-footer__row1 .vCard a, .contrast_BW .l-footer__row1 .vCard a:before, .contrast_BW .l-footer__row1 .vCard .tel .value:before, .contrast_WB .l-footer__row1 .vCard a, .contrast_WB .l-footer__row1 .vCard a:before, .contrast_WB .l-footer__row1 .vCard .tel .value:before { color: #fff; }

.contrast_WB { --swiper-theme-color: #fff !important; }

.contrast_WB .mm-listitem__text:hover { color: #000 !important; }

.contrast_WB.home .l-header-stage figure:after { background: linear-gradient(0deg, black 15%, rgba(255, 255, 255, 0) 70%); }

.contrast_WB.home .bx-wrapper .bx-controls-direction a { border: 1px solid #fff; }

.contrast_WB.home .bx-wrapper .bx-controls-direction a:before { background: #000; color: #fff; }

.contrast_WB.home .bx-wrapper .bx-controls-auto { background: #fff; padding: 15px 0; }

.contrast_WB.home .impressionen { --swiper-theme-color: #fff !important; }

.contrast_WB.home .top-themen p { background: rgba(0, 0, 0, 0.8); color: #fff; }

.contrast_WB.home .veranstaltungen h2 { color: #fff; }

.contrast_WB.home .veranstaltungen a:after, .contrast_WB.home .veranstaltungen a:hover { color: #fff; }

.contrast_WB.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) a { height: auto; background: rgba(0, 0, 0, 0.8); color: #fff; }

.contrast_WB.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) a:after, .contrast_WB.home .veranstaltungen .v-box.top-veranstaltung .boxChild:nth-child(2) a:hover { color: #fff; }

.contrast_WB .l-teaser .l-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #fff; }

.contrast_WB .l-teaser .l-breadcrumb .c-breadcrumb span, .contrast_WB .l-teaser .l-breadcrumb div.wayhome span { color: #fff; }

.contrast_WB .l-footer__row4 .l-footer__links-navigation ul a { color: #fff; }

.contrast_WB .l-footer__row4 .l-footer__links-navigation ul a:hover { text-decoration: underline; color: #fff; }

.mm-panels { min-height: 70vh !important; }

:root { --rastatt-ehrenamt-color-stein: #72787C; --rastatt-ehrenamt-color-stein-25: #5c6062; --rastatt-ehrenamt-color-lind: #43949E; --rastatt-ehrenamt-color-lind-25: #35575b; --rastatt-ehrenamt-color-mandarine: #EF7A0B; --rastatt-ehrenamt-color-mandarine-25: #ad621b; --rastatt-ehrenamt-color-ziegel: #C10525; --rastatt-ehrenamt-color-ziegel-25: #8b1328; --rastatt-ehrenamt-color-kiesel: #DFD8D1; --rastatt-ehrenamt-color-kiesel-25: #b9ada1; --ehrenamt-teaser-bg: red; --ehrenamt-kat-Buero_Digitales: #72787C; --ehrenamt-kat-Buero_Digitales-dark: #5c6062; --ehrenamt-kat-Umwelt_Tiere: #D6E9D8; --ehrenamt-kat-Umwelt_Tiere-dark: #a0c5a4; --ehrenamt-kat-Sport_Bewegung: #073b39; --ehrenamt-kat-Sport_Bewegung-dark: #0a2b2a; --ehrenamt-kat-Bildung_Sprache: #003E65; --ehrenamt-kat-Bildung_Sprache-dark: #083049; --ehrenamt-kat-Sonstiges: #742935; --ehrenamt-kat-Sonstiges-dark: #57272e; --ehrenamt-kat-Soziales: #C10525; --ehrenamt-kat-Soziales-dark: #8b1328; --ehrenamt-kat-Handwerk_Haushalt: #43949E; --ehrenamt-kat-Handwerk_Haushalt-dark: #3d7177; --ehrenamt-kat-Kunst_Musik_Kultur: #EF7A0B; --ehrenamt-kat-Kunst_Musik_Kultur-dark: #ad621b; --ehrenamt-kat-Kurzzeit-Engagement: #ffcc01; --ehrenamt-kat-Kurzzeit-Engagement-dark: #b89714; --ehrenamt-kat-Begleitung-Fahrdienst: #ae616b; --ehrenamt-kat-Begleitung-Fahrdienst-dark: #885058; --ehrenamt-kat-Notfall_Rettungsdienste: #C9E7F2; --ehrenamt-kat-Notfall_Rettungsdienste-dark: #8bc3d7; }

.theme-ehrenamt .center { text-align: center; }

.theme-ehrenamt .cap { font-size: 2rem; max-width: 560px; line-height: 1.25; text-align: center; margin: 0 auto; padding-left: 7px; padding-right: 7px; }

.theme-ehrenamt .c-text.btn { text-decoration: none; text-transform: uppercase; background: transparent; margin: 0 auto 24px auto; width: 100%; margin-top: 24px; }

.theme-ehrenamt .c-text.btn a { background: var(--rastatt-ehrenamt-color-lind); color: #fff; border-radius: 35px; padding: 24px 44px; font-weight: 600; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.theme-ehrenamt .c-text.btn a:hover, .theme-ehrenamt .c-text.btn a:focus { background: var(--rastatt-ehrenamt-color-lind-25); }

.theme-ehrenamt .c-text.btn a:after { color: #fff; content: "\f054"; display: inline-block; font-family: "Font Awesome 6 Pro"; font-weight: 300; padding: 1px 0 0 0.3em; }

.theme-ehrenamt.zmselbstNEU .l-main > div > div.l-breadcrumb nav { max-width: 66.66666667% !important; }

.theme-ehrenamt.zmselbstNEU .l-main-inner-boxed { flex-direction: column; }

.theme-ehrenamt.zmselbstNEU .l-page-titel { justify-content: flex-start; max-width: 66.66666667%; margin-left: auto; margin-right: auto; padding-left: 16px; padding-right: 16px; }

.theme-ehrenamt.zmselbstNEU .item { text-align: left; max-width: 66.66666667%; margin-left: auto; margin-right: auto; }

.theme-ehrenamt.zmselbstNEU .item button { margin-bottom: 14px; }

.theme-ehrenamt.zmselbstNEU .mymodul { margin: 0; padding-top: 14px; }

.theme-ehrenamt.zmselbstNEU .mymodul .body { margin-top: 40px; max-width: 66.66666667%; margin-left: auto; margin-right: auto; }

.theme-ehrenamt.zmselbstNEU .mymodul .body .se { width: 100%; }

.theme-ehrenamt.zmselbstNEU .mymodul .item .uber.btn { display: none; }

.theme-ehrenamt.zmselbstNEU .mymodul > .body > .se { max-width: 100%; }

.theme-ehrenamt .fisets .select2-container { line-height: 1; }

.theme-ehrenamt .fisets .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice { padding: 7px; padding-bottom: 6px; }

.theme-ehrenamt .fisets .select2-container .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field:not([placeholder='']) { width: auto !important; margin: 0 !important; }

.theme-ehrenamt .fisets .select2-selection.select2-selection--multiple.select2-selection--clearable { padding: 0px; padding-left: 5px; }

.theme-ehrenamt .fisets .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered { padding: 0; }

.theme-ehrenamt .fisets .select2-selection__choice__remove { border: 1px solid #ccc; min-width: 20px; min-height: 20px; margin: -1px; padding: 0; }

.theme-ehrenamt .fisets .select2-selection__choice__display { margin-left: 7px; }

.theme-ehrenamt .fisets .select2-search.select2-search--inline { height: 100%; display: flex; min-height: 44px; align-items: center; padding-left: 11px; }

.theme-ehrenamt .select2-dropdown { overflow-y: hidden; height: auto; }

.theme-ehrenamt .select2-container--bootstrap4 .select2-results__option--highlighted, .theme-ehrenamt .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] { background-color: var(--cd-color-dark); }

.theme-ehrenamt .zweispaltig .vCard { display: flex; gap: 44px; }

.theme-ehrenamt .l-slot-top-logo { height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); padding: 30px 30px 5vw 30px; width: 100%; display: flex; align-items: center; justify-content: center; }

@media (max-width: 991.98px) { .theme-ehrenamt .l-slot-top-logo { padding: 0; } }

.theme-ehrenamt .l-slot-top-logo .c-image, .theme-ehrenamt .l-slot-top-logo div.image { margin: 0; width: 100%; }

.theme-ehrenamt .l-slot-top-logo .c-image img, .theme-ehrenamt .l-slot-top-logo div.image img { width: auto; aspect-ratio: unset; object-fit: cover; max-height: 13vw; height: 100%; min-width: 400px; min-height: auto; max-height: 13vw; }

@media (max-width: 1439.98px) { .theme-ehrenamt .l-slot-top-logo .c-image img, .theme-ehrenamt .l-slot-top-logo div.image img { min-height: auto; max-height: 180px; } }

@media (max-width: 1199.98px) { .theme-ehrenamt .l-slot-top-logo .c-image img, .theme-ehrenamt .l-slot-top-logo div.image img { min-height: auto; max-height: 180px; } }

@media (max-width: 991.98px) { .theme-ehrenamt .l-slot-top-logo .c-image img, .theme-ehrenamt .l-slot-top-logo div.image img { min-height: auto; max-height: 300px; padding-bottom: 70px; } }

@media (max-width: 767.98px) { .theme-ehrenamt .l-slot-top-logo .c-image img, .theme-ehrenamt .l-slot-top-logo div.image img { min-height: auto; max-height: 70%; padding-bottom: 0px; } }

.theme-ehrenamt .l-content--noslot .zm-eliste .l-readspeaker { max-width: 100%; padding-left: 0; padding-right: 0; }

.theme-ehrenamt .l-content--noslot .zm-eliste .l-readspeaker > .l-readspeaker-inner { margin-left: 0; }

.theme-ehrenamt .l-teaser .c-breadcrumb a, .theme-ehrenamt .l-teaser div.wayhome a, .theme-ehrenamt .l-teaser .c-breadcrumb, .theme-ehrenamt .l-teaser div.wayhome, .theme-ehrenamt .l-teaser .l-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .theme-ehrenamt .l-teaser .l-breadcrumb .c-breadcrumb span, .theme-ehrenamt .l-teaser .l-breadcrumb div.wayhome span { color: #595959; }

.theme-ehrenamt .l-teaser .c-breadcrumb, .theme-ehrenamt .l-teaser div.wayhome { border-bottom: 1px solid #ffcc01; margin-bottom: 24px; }

.theme-ehrenamt .l-teaser-inner { background: #fff; color: #000; }

.theme-ehrenamt .l-teaser-inner h1, .theme-ehrenamt .l-teaser-inner h2, .theme-ehrenamt .l-teaser-inner h3, .theme-ehrenamt .l-teaser-inner h4, .theme-ehrenamt .l-teaser-inner .c-table caption, .c-table .theme-ehrenamt .l-teaser-inner caption, .theme-ehrenamt .l-teaser-inner .basecontent-table > table caption, .basecontent-table > table .theme-ehrenamt .l-teaser-inner caption { color: var(--cd-color-main); }

.ehrenamt-slider-section { padding: 84px 0; background: var(--rastatt-ehrenamt-color-kiesel); border-bottom: 0px solid #000; }

.ehrenamt-slider-section > h2 { font-size: clamp(1.25rem, 2.25vw, 2rem); font-weight: 600; margin-bottom: 24px; }

.ehrenamt-slider-section.vk-highlights:before, .ehrenamt-slider-section.vk-highlights:after { background-color: var(--rastatt-ehrenamt-color-kiesel); }

.ehrenamt-slider-section .zmitem-wrapper { padding: 24px; color: #fff; }

.ehrenamt-slider-section .zmlinktodata { justify-content: flex-start; margin-left: -36px; }

.ehrenamt-slider-section .zmlinktodata a { border-radius: 0; }

.ehrenamt-slider-section .zmkontaktbzn { padding: 0px; }

.ehrenamt-slider-section .zmitem__kontakt h4, .ehrenamt-slider-section .zmitem__kontakt .c-table caption, .c-table .ehrenamt-slider-section .zmitem__kontakt caption, .ehrenamt-slider-section .zmitem__kontakt .basecontent-table > table caption, .basecontent-table > table .ehrenamt-slider-section .zmitem__kontakt caption { display: none; }

.ehrenamt-slider-section .category { padding: 0px 36px 0 36px; line-height: 1; border-top: 0px solid #fff; color: transparent; }

.ehrenamt-slider-section .category span { line-height: 1.5; }

.ehrenamt-slider-section .category .zmkatLink { background: var(--cd-color-more-lighten-25); border: 1px solid #fff; color: #fff; /* text-transform: uppercase; */ padding: 8px 16px; font-size: 14px; text-decoration: none; font-weight: 600; white-space: nowrap; transition: all 0.2s ease-in; border-radius: 20px; font-size: 0.75rem; padding: 2px 10px; background: border-box; line-height: 1; }

.ehrenamt-slider-section .category .zmkatLink:hover, .ehrenamt-slider-section .category .zmkatLink:focus { text-decoration: underline; }

.ehrenamt-slider-section .c-text.btn { text-decoration: none; text-transform: uppercase; background: transparent; margin: 0 auto; width: 100%; margin-top: 84px; }

.ehrenamt-slider-section .c-text.btn a { background: var(--rastatt-ehrenamt-color-lind); color: #fff; border-radius: 35px; padding: 24px 44px; font-weight: 600; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.ehrenamt-slider-section .c-text.btn a:hover, .ehrenamt-slider-section .c-text.btn a:focus { background: var(--rastatt-ehrenamt-color-lind-25); }

.ehrenamt-slider .zmitem__datum { display: none; }

.ehrenamt-slider .c-vk.swiperArticle .item.odd .zmitem-wrapper, .ehrenamt-slider .c-vk.swiperArticle .item:nth-child(1) .zmitem-wrapper { transform: rotateZ(2deg); }

.ehrenamt-slider .c-vk.swiperArticle .item.even .zmitem-wrapper, .ehrenamt-slider .c-vk.swiperArticle .item:nth-child(2) .zmitem-wrapper { transform: rotateZ(-2deg); }

.ehrenamt-slider .c-vk.swiperArticle .zmitem-wrapper { box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; background-color: var(--rastatt-ehrenamt-color-lind); background-size: cover; color: #fff; line-height: 1.6; font-size: 1.25rem; padding: 36px 36px 14px 36px; height: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; }

.ehrenamt-slider .c-vk.swiperArticle .zmitem-wrapper .title { color: #fff; line-height: 1.5; margin-bottom: 10px; }

.ehrenamt-slider .c-vk.swiperArticle .zmitem-wrapper .zmlinktodata { padding-bottom: 14px; }

.ehrenamt-slider .c-vk.swiperArticle .zmitem-wrapper .zmitem__header { position: static; }

.ehrenamt-slider .c-vk.swiperArticle .item { padding: 35px 25px; height: 100%; }

.ehrenamt-slider .c-vk.swiperArticle .zmkontaktbzn .item { padding: 0px; font-size: 1.125rem; font-weight: normal; }

.ehrenamt-slider .c-vk.swiperArticle .category { padding-left: 0; padding-right: 0; }

.ehrenamt-slider .c-vk.swiperArticle .category h4, .ehrenamt-slider .c-vk.swiperArticle .category .c-table caption, .c-table .ehrenamt-slider .c-vk.swiperArticle .category caption, .ehrenamt-slider .c-vk.swiperArticle .category .basecontent-table > table caption, .basecontent-table > table .ehrenamt-slider .c-vk.swiperArticle .category caption { display: none; }

.ehrenamt-slider .c-vk.swiperArticle .bild { display: none; }

.ehrenamt-slider .c-vk.swiperArticle .zmitem__pin { display: block !important; }

.ehrenamt-slider .c-vk.swiperArticle .pin { background-color: #aaa; display: block !important; height: 32px; width: 2px; position: absolute; left: 50%; top: -16px; z-index: 1; }

.ehrenamt-slider .c-vk.swiperArticle .pin:after { background-color: #ffc107; background-image: radial-gradient(25% 25%, circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3)); border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 3px 3px 3px rgba(255, 255, 255, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2), 23px 20px 3px rgba(0, 0, 0, 0.15); content: ''; height: 12px; left: -5px; position: absolute; top: -10px; width: 12px; }

.ehrenamt-slider .c-vk.swiperArticle .pin:before { background-color: rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.1); content: ''; height: 24px; width: 2px; left: 0; position: absolute; top: 8px; transform: rotate(57.5deg); -moz-transform: rotate(57.5deg); -webkit-transform: rotate(57.5deg); -o-transform: rotate(57.5deg); -ms-transform: rotate(57.5deg); transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; }

.l-content .Ehrenamt .zmRegister { display: none; }

.l-content .Ehrenamt .zm-eliste__header { border-bottom: 0px; }

.l-content .Ehrenamt .zm-eliste__body { gap: 50px; }

.l-content .Ehrenamt .zm-suche { position: relative; background: var(--rastatt-ehrenamt-color-lind); color: #fff; max-width: 66.66666667%; margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; }

.l-content .Ehrenamt .zm-suche a { color: #fff; }

.l-content .Ehrenamt .zm-suche:before { background-color: var(--rastatt-ehrenamt-color-lind); content: ""; position: absolute; top: 0; bottom: 0; width: 9600px; width: 100vw; right: 100%; z-index: 0; }

.l-content .Ehrenamt .zm-suche:after { background-color: var(--rastatt-ehrenamt-color-lind); content: ""; position: absolute; top: 0; bottom: 0; width: 9600px; right: 100%; width: 100vw; left: 100%; z-index: 0; }

.l-content .Ehrenamt .zm-suche .zmhitsfound { background: transparent; }

.l-content .Ehrenamt .zm-suche .zm-suche__suchfeld label { display: none; }

.l-content .Ehrenamt .zm-suche .zm-suche__kategorien { margin-top: 24px; font-size: 1.25rem; width: 100%; border-top: 1px solid #fff; }

.l-content .Ehrenamt .zm-suche .zm-suche__kategorien > label { font-weight: bold; padding-top: 14px; }

.l-content .Ehrenamt .zm-suche .zm-suche__kriterien { width: 100%; }

.l-content .Ehrenamt .zm-suche .zm-suche__kriterien > .zmkriterien { width: 100%; }

.l-content .Ehrenamt .zm-suche .zm-suche__kriterien > .zmkriterien > label { display: none; }

.l-content .Ehrenamt .zm-suche .vkRubrikList { width: 100%; }

.l-content .Ehrenamt .zm-suche .vkRubrikList .zmVkat { background: transparent; }

.l-content .Ehrenamt .zm-suche .vkRubrikList li { margin-top: 0; }

.l-content .Ehrenamt .zm-suche .vkRubrikList li.katlevel1 { border-bottom: 0; }

.l-content .Ehrenamt .zm-suche .vkRubrikList li.katlevel1 input { display: inline; }

.l-content .Ehrenamt .zm-suche .zmitem { background: transparent !important; }

.l-content .Ehrenamt .zm-suche .zmkriterienfuermit { border-top: 1px solid #fff; }

.l-content .Ehrenamt .zm-suche .zmkriterienfuermit > label { font-weight: bold; padding-top: 14px; }

.l-content .Ehrenamt .zm-suche .zmkriterienfuermit .feld { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 16px; margin-bottom: 30px; padding: 0px; line-height: 2; color: #fff; background: transparent; border: 0; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 16px; margin-bottom: 30px; padding: 0px; line-height: 2; color: #fff; background: transparent; border: 0; column-gap: 15px; justify-content: flex-start; }

.l-content .Ehrenamt .zm-suche .zmkriterienfuermit .even, .l-content .Ehrenamt .zm-suche .zmkriterienfuermit .odd { background: transparent; }

.l-content .Ehrenamt .zm-suche .zmkriterienfuermit .zmelement { display: flex; align-items: center; border-bottom: 0px solid var(--cd-color-light); }

.l-content .Ehrenamt .zm-suche .zmkriterienfuermit .zmelement label { font-size: 1rem; }

.l-content .Ehrenamt .zm-suche .zmkriterienfuermit .zmelement label:hover, .l-content .Ehrenamt .zm-suche .zmkriterienfuermit .zmelement label:focus { text-underline-offset: 4px; text-decoration: underline; color: black; }

.l-content .Ehrenamt .zm-suche .zmkriterienfuermit .zmelement input { height: 20px; width: 20px; margin: 10px; flex-basis: 10%; min-width: 10%; }

.l-content .Ehrenamt .zm-suche .zmkriterienfuermit .zmitem { margin-bottom: 0; }

.l-content .Ehrenamt .zm-suche .zmkriterienfuermit label.zmitem { box-shadow: none; }

.l-content .Ehrenamt #ulkategorieid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 16px; margin-bottom: 30px; padding: 0px; line-height: 2; color: #fff; background: transparent; border: 0; }

@media (max-width: 991.98px) { .l-content .Ehrenamt #ulkategorieid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767.98px) { .l-content .Ehrenamt #ulkategorieid { grid-template-columns: repeat(1, 1fr); } }

.l-content .Ehrenamt #ulkategorieid ul { list-style: none; margin: 0; padding: 0; }

.l-content .Ehrenamt #ulkategorieid li { width: 100%; }

.l-content .Ehrenamt #ulkategorieid a { text-decoration: none; }

.l-content .Ehrenamt #ulkategorieid li.even, .l-content .Ehrenamt #ulkategorieid li.odd { background: transparent; }

.l-content .Ehrenamt #ulkategorieid input { margin-right: 10px; }

.l-content .Ehrenamt #ulkategorieid label { margin: 0; }

.l-content .Ehrenamt__footer .details:hover { background-color: #000; }

.l-content .Ehrenamt .zmitem__footer { justify-content: flex-end; align-self: flex-start; padding: 14px 36px 14px 0; }

.l-content .Ehrenamt .zmitem__footer .details { background-color: var(--rastatt-ehrenamt-color-mandarine-25); border-radius: 0; margin-top: 14px; }

.l-content .Ehrenamt .zmitem { box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; color: #fff; line-height: 1.6; font-size: 1.25rem; }

.l-content .Ehrenamt .zmitem h2, .l-content .Ehrenamt .zmitem h3, .l-content .Ehrenamt .zmitem h4, .l-content .Ehrenamt .zmitem .c-table caption, .c-table .l-content .Ehrenamt .zmitem caption, .l-content .Ehrenamt .zmitem .basecontent-table > table caption, .basecontent-table > table .l-content .Ehrenamt .zmitem caption { color: #fff; }

.l-content .Ehrenamt .zmitem .titelzmtitel { margin-top: 15px; margin-bottom: 7px; }

.l-content .Ehrenamt .zmitem__zusatzbezeichnung { font-size: 1rem; font-weight: normal; padding: 0px 36px 0 36px; margin-bottom: 14px; }

.l-content .Ehrenamt .zmitem .zmitem__zusatzbezeichnung { display: none; }

.l-content .Ehrenamt .zmitem .zmbeschreibung { display: none; }

.l-content .Ehrenamt .zmitem .zmkontaktbzn { font-size: 1.125rem; }

.l-content .Ehrenamt .zmitem .zmkontaktbzn .label, .l-content .Ehrenamt .zmitem .zmkontaktbzn .zmClear { display: none; }

.l-content .Ehrenamt .zmitem.odd { transform: rotateZ(2deg); }

.l-content .Ehrenamt .zmitem.even { transform: rotateZ(-2deg); }

.l-content .Ehrenamt .zmitem .pin { background-color: #aaa; display: block; height: 32px; width: 2px; position: absolute; left: 50%; top: -16px; z-index: 1; }

.l-content .Ehrenamt .zmitem .pin:after { background-color: #ffc107; background-image: radial-gradient(25% 25%, circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3)); border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 3px 3px 3px rgba(255, 255, 255, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2), 23px 20px 3px rgba(0, 0, 0, 0.15); content: ''; height: 12px; left: -5px; position: absolute; top: -10px; width: 12px; }

.l-content .Ehrenamt .zmitem .pin:before { background-color: rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.1); content: ''; height: 24px; width: 2px; left: 0; position: absolute; top: 8px; transform: rotate(57.5deg); -moz-transform: rotate(57.5deg); -webkit-transform: rotate(57.5deg); -o-transform: rotate(57.5deg); -ms-transform: rotate(57.5deg); transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; }

.l-content .Ehrenamt .category { padding: 0px 36px 0 36px; line-height: 1; border-top: 0px solid #fff; color: transparent; }

.l-content .Ehrenamt .category span { line-height: 1.5; }

.l-content .Ehrenamt .category .zmkatLink { background: var(--cd-color-more-lighten-25); border: 1px solid #fff; color: #fff; /* text-transform: uppercase; */ padding: 8px 16px; font-size: 14px; text-decoration: none; font-weight: 600; white-space: nowrap; transition: all 0.2s ease-in; border-radius: 20px; font-size: 0.75rem; padding: 2px 10px; background: border-box; line-height: 1; }

.l-content .Ehrenamt .category .zmkatLink:hover, .l-content .Ehrenamt .category .zmkatLink:focus { text-decoration: underline; }

.Ehrenamt .zm-eliste__body, .ehrenamt-slider { --background-item: var(--ehrenamt-kat-Sonstiges); --background-button: var(--ehrenamt-kat-Sonstiges-dark); --item-font-color: #fff; }

.Ehrenamt .zm-eliste__body .zmitem.Kunst_Musik_Kultur, .Ehrenamt .zm-eliste__body .item.Kunst_Musik_Kultur .zmitem-wrapper, .ehrenamt-slider .zmitem.Kunst_Musik_Kultur, .ehrenamt-slider .item.Kunst_Musik_Kultur .zmitem-wrapper { --background-item: var(--ehrenamt-kat-Kunst_Musik_Kultur); --background-button: var(--ehrenamt-kat-Kunst_Musik_Kultur-dark); --item-font-color: #000; }

.Ehrenamt .zm-eliste__body .zmitem.Umwelt_Tiere, .Ehrenamt .zm-eliste__body .item.Umwelt_Tiere .zmitem-wrapper, .ehrenamt-slider .zmitem.Umwelt_Tiere, .ehrenamt-slider .item.Umwelt_Tiere .zmitem-wrapper { --background-item: var(--ehrenamt-kat-Umwelt_Tiere); --background-button: var(--ehrenamt-kat-Umwelt_Tiere-dark); --item-font-color: #000; }

.Ehrenamt .zm-eliste__body .zmitem.Begleitung_Fahrdienst, .Ehrenamt .zm-eliste__body .item.Begleitung_Fahrdienst .zmitem-wrapper, .ehrenamt-slider .zmitem.Begleitung_Fahrdienst, .ehrenamt-slider .item.Begleitung_Fahrdienst .zmitem-wrapper { --background-item: var(--ehrenamt-kat-Begleitung-Fahrdienst); --background-button: var(--ehrenamt-kat-Begleitung-Fahrdienst-dark); --item-font-color: #fff; }

.Ehrenamt .zm-eliste__body .zmitem.Bildung_Sprache, .Ehrenamt .zm-eliste__body .item.Bildung_Sprache .zmitem-wrapper, .ehrenamt-slider .zmitem.Bildung_Sprache, .ehrenamt-slider .item.Bildung_Sprache .zmitem-wrapper { --background-item: var(--ehrenamt-kat-Bildung_Sprache); --background-button: var(--ehrenamt-kat-Bildung_Sprache-dark); --item-font-color: #fff; }

.Ehrenamt .zm-eliste__body .zmitem.Buero_Digitales, .Ehrenamt .zm-eliste__body .item.Buero_Digitales .zmitem-wrapper, .ehrenamt-slider .zmitem.Buero_Digitales, .ehrenamt-slider .item.Buero_Digitales .zmitem-wrapper { --background-item: var(--ehrenamt-kat-Buero_Digitales); --background-button: var(--ehrenamt-kat-Buero_Digitales-dark); --item-font-color: #fff; }

.Ehrenamt .zm-eliste__body .zmitem.Handwerk_Haushalt, .Ehrenamt .zm-eliste__body .item.Handwerk_Haushalt .zmitem-wrapper, .ehrenamt-slider .zmitem.Handwerk_Haushalt, .ehrenamt-slider .item.Handwerk_Haushalt .zmitem-wrapper { --background-item: var(--ehrenamt-kat-Handwerk_Haushalt); --background-button: var(--ehrenamt-kat-Handwerk_Haushalt-dark); --item-font-color: #fff; }

.Ehrenamt .zm-eliste__body .zmitem.Sport_Bewegung, .Ehrenamt .zm-eliste__body .item.Sport_Bewegung .zmitem-wrapper, .ehrenamt-slider .zmitem.Sport_Bewegung, .ehrenamt-slider .item.Sport_Bewegung .zmitem-wrapper { --background-item: var(--ehrenamt-kat-Sport_Bewegung); --background-button: var(--ehrenamt-kat-Sport_Bewegung-dark); --item-font-color: #fff; }

.Ehrenamt .zm-eliste__body .zmitem.Sonstiges, .Ehrenamt .zm-eliste__body .item.Sonstiges .zmitem-wrapper, .ehrenamt-slider .zmitem.Sonstiges, .ehrenamt-slider .item.Sonstiges .zmitem-wrapper { --background-item: var(--ehrenamt-kat-Sonstiges); --background-button: var(--ehrenamt-kat-Sonstiges-dark); --item-font-color: #fff; }

.Ehrenamt .zm-eliste__body .zmitem.Soziales, .Ehrenamt .zm-eliste__body .item.Soziales .zmitem-wrapper, .ehrenamt-slider .zmitem.Soziales, .ehrenamt-slider .item.Soziales .zmitem-wrapper { --background-item: var(--ehrenamt-kat-Soziales); --background-button: var(--ehrenamt-kat-Soziales-dark); --item-font-color: #fff; }

.Ehrenamt .zm-eliste__body .zmitem.Notfall-und_Rettungsdienste, .Ehrenamt .zm-eliste__body .item.Notfall-und_Rettungsdienste .zmitem-wrapper, .ehrenamt-slider .zmitem.Notfall-und_Rettungsdienste, .ehrenamt-slider .item.Notfall-und_Rettungsdienste .zmitem-wrapper { --background-item: var(--ehrenamt-kat-Notfall_Rettungsdienste); --background-button: var(--ehrenamt-kat-Notfall_Rettungsdienste-dark); --item-font-color: #000; }

.Ehrenamt .zm-eliste__body .zmitem, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper, .ehrenamt-slider .zmitem, .ehrenamt-slider .item .zmitem-wrapper { background: var(--background-item) !important; color: var(--item-font-color) !important; }

.Ehrenamt .zm-eliste__body .zmitem:hover, .Ehrenamt .zm-eliste__body .zmitem:focus, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper:hover, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper:focus, .ehrenamt-slider .zmitem:hover, .ehrenamt-slider .zmitem:focus, .ehrenamt-slider .item .zmitem-wrapper:hover, .ehrenamt-slider .item .zmitem-wrapper:focus { background: var(--background-item) !important; }

.Ehrenamt .zm-eliste__body .zmitem .zmitem__footer .zmlinktodata a, .Ehrenamt .zm-eliste__body .zmitem .zmitem__footer .zmitem__detaillink a, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper .zmitem__footer .zmlinktodata a, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper .zmitem__footer .zmitem__detaillink a, .ehrenamt-slider .zmitem .zmitem__footer .zmlinktodata a, .ehrenamt-slider .zmitem .zmitem__footer .zmitem__detaillink a, .ehrenamt-slider .item .zmitem-wrapper .zmitem__footer .zmlinktodata a, .ehrenamt-slider .item .zmitem-wrapper .zmitem__footer .zmitem__detaillink a { background: var(--background-button) !important; color: var(--item-font-color) !important; }

.Ehrenamt .zm-eliste__body .zmitem .zmitem__footer .zmlinktodata a:hover, .Ehrenamt .zm-eliste__body .zmitem .zmitem__footer .zmlinktodata a:focus, .Ehrenamt .zm-eliste__body .zmitem .zmitem__footer .zmitem__detaillink a:hover, .Ehrenamt .zm-eliste__body .zmitem .zmitem__footer .zmitem__detaillink a:focus, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper .zmitem__footer .zmlinktodata a:hover, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper .zmitem__footer .zmlinktodata a:focus, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper .zmitem__footer .zmitem__detaillink a:hover, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper .zmitem__footer .zmitem__detaillink a:focus, .ehrenamt-slider .zmitem .zmitem__footer .zmlinktodata a:hover, .ehrenamt-slider .zmitem .zmitem__footer .zmlinktodata a:focus, .ehrenamt-slider .zmitem .zmitem__footer .zmitem__detaillink a:hover, .ehrenamt-slider .zmitem .zmitem__footer .zmitem__detaillink a:focus, .ehrenamt-slider .item .zmitem-wrapper .zmitem__footer .zmlinktodata a:hover, .ehrenamt-slider .item .zmitem-wrapper .zmitem__footer .zmlinktodata a:focus, .ehrenamt-slider .item .zmitem-wrapper .zmitem__footer .zmitem__detaillink a:hover, .ehrenamt-slider .item .zmitem-wrapper .zmitem__footer .zmitem__detaillink a:focus { background: var(--background-item) !important; }

.Ehrenamt .zm-eliste__body .zmitem .zmitem__footer .zmlinktodata a:after, .Ehrenamt .zm-eliste__body .zmitem .zmitem__footer .zmitem__detaillink a:after, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper .zmitem__footer .zmlinktodata a:after, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper .zmitem__footer .zmitem__detaillink a:after, .ehrenamt-slider .zmitem .zmitem__footer .zmlinktodata a:after, .ehrenamt-slider .zmitem .zmitem__footer .zmitem__detaillink a:after, .ehrenamt-slider .item .zmitem-wrapper .zmitem__footer .zmlinktodata a:after, .ehrenamt-slider .item .zmitem-wrapper .zmitem__footer .zmitem__detaillink a:after { color: var(--item-font-color) !important; }

.Ehrenamt .zm-eliste__body .zmitem h2, .Ehrenamt .zm-eliste__body .zmitem h2.title, .Ehrenamt .zm-eliste__body .zmitem h3.titelzmtitel, .Ehrenamt .zm-eliste__body .zmitem h3, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper h2, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper h2.title, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper h3.titelzmtitel, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper h3, .ehrenamt-slider .zmitem h2, .ehrenamt-slider .zmitem h2.title, .ehrenamt-slider .zmitem h3.titelzmtitel, .ehrenamt-slider .zmitem h3, .ehrenamt-slider .item .zmitem-wrapper h2, .ehrenamt-slider .item .zmitem-wrapper h2.title, .ehrenamt-slider .item .zmitem-wrapper h3.titelzmtitel, .ehrenamt-slider .item .zmitem-wrapper h3 { color: var(--item-font-color) !important; }

.Ehrenamt .zm-eliste__body .zmitem .category .zmkatLink, .Ehrenamt .zm-eliste__body .item .zmitem-wrapper .category .zmkatLink, .ehrenamt-slider .zmitem .category .zmkatLink, .ehrenamt-slider .item .zmitem-wrapper .category .zmkatLink { color: var(--item-font-color) !important; border-color: var(--item-font-color) !important; }

.Ehrenamt { color: #000; }

.Ehrenamt .zmdetails__signet { max-width: 270px; text-align: center; margin: 0 auto 44px auto; display: block; height: 100%; width: 100%; }

.Ehrenamt .zm-detail .zmClear { display: none; }

.Ehrenamt .zm-detail .category .value { line-height: 2.5; }

.Ehrenamt .zm-detail .zmtitel { margin-bottom: 24px; }

.Ehrenamt .zm-detail .zmitem { background: transparent !important; }

#node3126068 .l-teaser-inner { background: #d690b5; }

#node3126068 .l-content .v-standard-breit.hintergrund.hellgelb { background: var(--cd-color-brombeer); }

/*	================================================== THEMES / site-badische-revolution ==================================================*/
#node3287064 .l-header__brand img { max-width: 190px; }

.zm-suche .badische-revolution { margin-top: 35px; }

.zm-suche .badische-revolution i { padding-right: 10px; }

.zm-suche .badische-revolution .badische-revolution--icon { background: var(--cd-color-main); padding: 10px 15px; color: #fff; text-decoration: none; font-size: 1rem; transition: all 0.2s ease-in; }

.zm-suche .badische-revolution .badische-revolution--icon:hover, .zm-suche .badische-revolution .badische-revolution--icon:focus { background-color: var(--cd-color-dark); }

.theme-badische-revolution { --cd-color-bg: rgba(242, 149, 41, 1); }

.theme-badische-revolution .l-main .l-teaser-inner { background-color: #df3726; color: #fff; }

.theme-badische-revolution .l-main .l-teaser-inner h1, .theme-badische-revolution .l-main .l-teaser-inner h2, .theme-badische-revolution .l-main .l-teaser-inner h3, .theme-badische-revolution .l-main .l-teaser-inner h4, .theme-badische-revolution .l-main .l-teaser-inner .c-table caption, .c-table .theme-badische-revolution .l-main .l-teaser-inner caption, .theme-badische-revolution .l-main .l-teaser-inner .basecontent-table > table caption, .basecontent-table > table .theme-badische-revolution .l-main .l-teaser-inner caption, .theme-badische-revolution .l-main .l-teaser-inner h5 { color: #fff; }

.theme-badische-revolution .l-content .v-standard-breit.hintergrund.hellgelb .kacheln-sonderformat > div { background: #df3726; }

.theme-badische-revolution#node3264201 .l-main .l-teaser-inner { background-color: #c64b33 !important; color: #fff; }

.theme-badische-revolution#node3264201 .l-main .l-teaser-inner h1, .theme-badische-revolution#node3264201 .l-main .l-teaser-inner h2, .theme-badische-revolution#node3264201 .l-main .l-teaser-inner h3, .theme-badische-revolution#node3264201 .l-main .l-teaser-inner h4, .theme-badische-revolution#node3264201 .l-main .l-teaser-inner .c-table caption, .c-table .theme-badische-revolution#node3264201 .l-main .l-teaser-inner caption, .theme-badische-revolution#node3264201 .l-main .l-teaser-inner .basecontent-table > table caption, .basecontent-table > table .theme-badische-revolution#node3264201 .l-main .l-teaser-inner caption, .theme-badische-revolution#node3264201 .l-main .l-teaser-inner h5 { color: #fff; }

.theme-badische-revolution#node3261971 .l-main, .theme-badische-revolution#node3261971 .l-page { background-color: #f5b424; }

.theme-badische-revolution#node3261971 .l-print-button { color: #000; }

.theme-badische-revolution#node3261971 .l-print-button button .print-label { color: #000; }

.theme-badische-revolution .l-main { --cd-color-light: rgba(198, 75, 51, 1); --cd-color-light-25: rgba(198, 75, 51, 1); --cd-color-main: rgba(198, 75, 51, 1); }

.theme-badische-revolution .l-main h1, .theme-badische-revolution .l-main h2, .theme-badische-revolution .l-main h3, .theme-badische-revolution .l-main h4, .theme-badische-revolution .l-main .c-table caption, .c-table .theme-badische-revolution .l-main caption, .theme-badische-revolution .l-main .basecontent-table > table caption, .basecontent-table > table .theme-badische-revolution .l-main caption, .theme-badische-revolution .l-main h5 { color: #c64b33; }

.theme-badische-revolution .c-vk .zmBox--full .zmlinktodata a:hover, .theme-badische-revolution .c-vk .zmBox--full .zmlinktodata a:focus { background: #000; }

.theme-badische-revolution .c-button a:hover, .theme-badische-revolution .c-button a:focus { background: #000; }

.theme-badische-revolution .l-content .kacheln-sonderformat .v-col > div:nth-child(2) > div > div { color: #fff; }

.theme-badische-revolution .l-content .kacheln-sonderformat a.externerLink p:before { color: #fff; }

.theme-badische-revolution .l-content .v-standard-breit.hintergrund.hellgelb { background-color: #f5b424; }

.theme-badische-revolution .swiperParent { --cd-color-dark: rgba(198, 75, 51, 1); }

.theme-badische-revolution .l-content .v-standard-breit.hintergrund { color: #000; background: #f4b325; }

.theme-badische-revolution .l-content .v-standard-breit.hintergrund h2, .theme-badische-revolution .l-content .v-standard-breit.hintergrund h3, .theme-badische-revolution .l-content .v-standard-breit.hintergrund h4, .theme-badische-revolution .l-content .v-standard-breit.hintergrund .c-table caption, .c-table .theme-badische-revolution .l-content .v-standard-breit.hintergrund caption, .theme-badische-revolution .l-content .v-standard-breit.hintergrund .basecontent-table > table caption, .basecontent-table > table .theme-badische-revolution .l-content .v-standard-breit.hintergrund caption, .theme-badische-revolution .l-content .v-standard-breit.hintergrund h5 { color: #000; }

.theme-badische-revolution .l-content .v-standard-breit.hintergrund.ohneabstand { color: #000; background: #f09428; }

.theme-badische-revolution .l-content .v-standard-breit.hintergrund.ohneabstand h2, .theme-badische-revolution .l-content .v-standard-breit.hintergrund.ohneabstand h3, .theme-badische-revolution .l-content .v-standard-breit.hintergrund.ohneabstand h4, .theme-badische-revolution .l-content .v-standard-breit.hintergrund.ohneabstand .c-table caption, .c-table .theme-badische-revolution .l-content .v-standard-breit.hintergrund.ohneabstand caption, .theme-badische-revolution .l-content .v-standard-breit.hintergrund.ohneabstand .basecontent-table > table caption, .basecontent-table > table .theme-badische-revolution .l-content .v-standard-breit.hintergrund.ohneabstand caption, .theme-badische-revolution .l-content .v-standard-breit.hintergrund.ohneabstand h5 { color: #000; }

.theme-badische-revolution#node3283553 { --cd-color-bg: rgba(242, 149, 41, 1); }

.theme-badische-revolution#node3283553 .l-main .l-teaser-inner { --cd-color-main: rgba(198, 75, 51, 1); color: #fff; }

.theme-badische-revolution#node3283553 .l-main .l-teaser-inner h1, .theme-badische-revolution#node3283553 .l-main .l-teaser-inner h2, .theme-badische-revolution#node3283553 .l-main .l-teaser-inner h3, .theme-badische-revolution#node3283553 .l-main .l-teaser-inner h4, .theme-badische-revolution#node3283553 .l-main .l-teaser-inner .c-table caption, .c-table .theme-badische-revolution#node3283553 .l-main .l-teaser-inner caption, .theme-badische-revolution#node3283553 .l-main .l-teaser-inner .basecontent-table > table caption, .basecontent-table > table .theme-badische-revolution#node3283553 .l-main .l-teaser-inner caption, .theme-badische-revolution#node3283553 .l-main .l-teaser-inner h5 { color: #fff; }

.theme-badische-revolution#node3283553 .l-content .v-standard-breit.hintergrund.hellgelb .kacheln-sonderformat > div { background: #df3726; }

.theme-badische-revolution#node3283553#node3283553 .l-main .l-teaser-inner { background-color: #df3726 !important; color: #fff; }

.theme-badische-revolution#node3283553#node3283553 .l-main .l-teaser-inner h1, .theme-badische-revolution#node3283553#node3283553 .l-main .l-teaser-inner h2, .theme-badische-revolution#node3283553#node3283553 .l-main .l-teaser-inner h3, .theme-badische-revolution#node3283553#node3283553 .l-main .l-teaser-inner h4, .theme-badische-revolution#node3283553#node3283553 .l-main .l-teaser-inner .c-table caption, .c-table .theme-badische-revolution#node3283553#node3283553 .l-main .l-teaser-inner caption, .theme-badische-revolution#node3283553#node3283553 .l-main .l-teaser-inner .basecontent-table > table caption, .basecontent-table > table .theme-badische-revolution#node3283553#node3283553 .l-main .l-teaser-inner caption, .theme-badische-revolution#node3283553#node3283553 .l-main .l-teaser-inner h5 { color: #fff; }

.theme-badische-revolution#node3283553#node3283553 .l-main, .theme-badische-revolution#node3283553#node3283553 .l-page { background-color: #f5b424; }

.theme-badische-revolution#node3283553#node3283553 .l-print-button { color: #000; }

.theme-badische-revolution#node3283553#node3283553 .l-print-button button .print-label { color: #000; }

.theme-badische-revolution#node3283553 .l-main { --cd-color-light: rgba(198, 75, 51, 1); --cd-color-light-25: rgba(198, 75, 51, 1); --cd-color-main: rgba(198, 75, 51, 1); }

.theme-badische-revolution#node3283553 .l-main h1, .theme-badische-revolution#node3283553 .l-main h2, .theme-badische-revolution#node3283553 .l-main h3, .theme-badische-revolution#node3283553 .l-main h4, .theme-badische-revolution#node3283553 .l-main .c-table caption, .c-table .theme-badische-revolution#node3283553 .l-main caption, .theme-badische-revolution#node3283553 .l-main .basecontent-table > table caption, .basecontent-table > table .theme-badische-revolution#node3283553 .l-main caption, .theme-badische-revolution#node3283553 .l-main h5 { color: #c64b33; }

.theme-badische-revolution#node3261971 .l-header-stage .l-slot-top-logo { padding: 30px 30px 150px 30px; }

.theme-badische-revolution .l-header-stage { min-height: 400px; }

@media (max-width: 1439.98px) { .theme-badische-revolution .l-header-stage { min-height: 400px; } }

@media (max-width: 1199.98px) { .theme-badische-revolution .l-header-stage { min-height: 400px; } }

@media (max-width: 991.98px) { .theme-badische-revolution .l-header-stage { padding: 0; min-height: 400px; } }

@media (max-width: 767.98px) { .theme-badische-revolution .l-header-stage { padding: 0; min-height: 200px; } }

.theme-badische-revolution .l-header-stage img { height: 100%; min-height: 400px; }

@media (max-width: 1439.98px) { .theme-badische-revolution .l-header-stage img { min-height: 400px; } }

@media (max-width: 1199.98px) { .theme-badische-revolution .l-header-stage img { min-height: 400px; } }

@media (max-width: 991.98px) { .theme-badische-revolution .l-header-stage img { padding: 0; min-height: 400px; } }

@media (max-width: 767.98px) { .theme-badische-revolution .l-header-stage img { padding: 0; min-height: 200px; } }

.theme-badische-revolution .l-header-stage .l-slot-top-logo { height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); padding: 30px 30px 5vw 30px; width: 100%; display: flex; align-items: center; justify-content: center; }

@media (max-width: 991.98px) { .theme-badische-revolution .l-header-stage .l-slot-top-logo { padding: 0; } }

.theme-badische-revolution .l-header-stage .l-slot-top-logo .c-image, .theme-badische-revolution .l-header-stage .l-slot-top-logo div.image { margin: 0; width: 100%; }

.theme-badische-revolution .l-header-stage .l-slot-top-logo .c-image img, .theme-badische-revolution .l-header-stage .l-slot-top-logo div.image img { width: auto; aspect-ratio: unset; object-fit: cover; max-height: 13vw; height: 100%; min-height: auto; max-height: 13vw; }

@media (max-width: 1439.98px) { .theme-badische-revolution .l-header-stage .l-slot-top-logo .c-image img, .theme-badische-revolution .l-header-stage .l-slot-top-logo div.image img { min-height: auto; max-height: 180px; } }

@media (max-width: 1199.98px) { .theme-badische-revolution .l-header-stage .l-slot-top-logo .c-image img, .theme-badische-revolution .l-header-stage .l-slot-top-logo div.image img { min-height: auto; max-height: 180px; } }

@media (max-width: 991.98px) { .theme-badische-revolution .l-header-stage .l-slot-top-logo .c-image img, .theme-badische-revolution .l-header-stage .l-slot-top-logo div.image img { min-height: auto; max-height: 300px; padding-bottom: 70px; } }

@media (max-width: 767.98px) { .theme-badische-revolution .l-header-stage .l-slot-top-logo .c-image img, .theme-badische-revolution .l-header-stage .l-slot-top-logo div.image img { min-height: auto; max-height: 70%; padding-bottom: 0px; } }

.c-stoerer--rund { position: fixed; right: 3%; top: 200px; z-index: 100; }

@media (max-width: 1199.98px) { .c-stoerer--rund { top: 200px; } }

@media (max-width: 991.98px) { .c-stoerer--rund { top: 200px; } }

@media (max-width: 767.98px) { .c-stoerer--rund { top: 220px; right: 36px; } }

.stoerer-badische-revolution { min-width: 230px; max-width: 230px; height: 230px; max-height: 230px; background: rgba(223, 55, 38, 0.9); background-image: url("../img/bR_muster_bg.svg"); background-size: cover; box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3); overflow: hidden; position: relative; padding: 10px 23px 24px 14px; border-radius: 100%; z-index: 99000; line-height: 1.25; transform: rotate(6deg); display: flex; align-items: center; transition: all 0.2s ease-in; }

.stoerer-badische-revolution:hover, .stoerer-badische-revolution:focus { background-image: url("../img/bR_muster_bg.svg"); background-size: cover; transform: rotate(0deg); }

@media (max-width: 991.98px) { .stoerer-badische-revolution { line-height: 1; min-width: 180px; max-width: 180px; height: 180px; max-height: 180px; } }

@media (max-width: 767.98px) { .stoerer-badische-revolution { min-width: 100px; max-width: 100px; height: 100px; max-height: 100px; } }

.stoerer-badische-revolution figure { height: auto; }

.stoerer-badische-revolution img { padding-right: 0px; }

@media (max-width: 991.98px) { .stoerer-badische-revolution img { max-width: 170px; height: auto; padding: 10px 20px 10px 7px; } }

@media (max-width: 767.98px) { .stoerer-badische-revolution img { max-width: 140px; height: auto; padding: 10px 20px 10px 7px; } }

.fisets .label-angezeigter-name { margin-bottom: 30px; }

.fisets .label-angezeigter-name .hidden { display: block !important; max-width: 100%; height: auto; }

.zm-ideenportal .zmitem { background: transparent; }

.zm-ideenportal .zm-detail .zmitem__header { font-weight: normal; }

.zm-ideenportal .zm-detail .zmitem__header .titel { padding-left: 0; }

.zm-ideenportal .zm-detail .zmitem__eingereichtvon { border-bottom: 1px solid #ffcc01; margin-bottom: 30px; }

.zm-ideenportal .zm-detail .zmitem__eingereichtvon span { font-weight: bold; }

.zm-ideenportal .zm-detail .zmkurzbeschreibung { border-bottom: 1px solid #ffcc01; margin-bottom: 30px; }

.zm-ideenportal .zm-detail .zmitem__kommentar { font-style: italic; }

.zm-ideenportal .zm-detail .zmitem__kommentar h3 { margin-top: 0; }

.l-content .zm-ideenportal { margin-top: 90px; }

.l-content .zm-ideenportal .zmRegister { display: none; }

.l-content .zm-ideenportal .zm-eliste__header { border-bottom: 0px; }

.l-content .zm-ideenportal .zm-eliste__body { gap: 50px; }

.l-content .zm-ideenportal .zmitem { box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; background-color: rgba(223, 55, 38, 0.9); background-image: url("../img/bR_muster_bg.svg"); background-size: cover; color: #fff; line-height: 1.6; font-size: 1.25rem; }

.l-content .zm-ideenportal .zmitem h2, .l-content .zm-ideenportal .zmitem h3, .l-content .zm-ideenportal .zmitem h4, .l-content .zm-ideenportal .zmitem .c-table caption, .c-table .l-content .zm-ideenportal .zmitem caption, .l-content .zm-ideenportal .zmitem .basecontent-table > table caption, .basecontent-table > table .l-content .zm-ideenportal .zmitem caption { color: #fff; }

.l-content .zm-ideenportal .zmitem .titelzmtitel { margin-top: 15px; }

.l-content .zm-ideenportal .zmitem .zmbeschreibung { display: none; }

.l-content .zm-ideenportal .zmitem.odd { transform: rotateZ(2deg); }

.l-content .zm-ideenportal .zmitem.even { transform: rotateZ(-2deg); }

.l-content .zm-ideenportal .zmitem__footer .details:hover { background-color: #000; }

.l-content .zm-ideenportal .zmitem .zmitem__eingereichtvon { font-size: 80%; font-weight: 400; padding: 0px 36px 0 36px; display: flex; }

.l-content .zm-ideenportal .zmitem .zmitem__eingereichtvon .zmangezeigtername { padding-left: 8px; }

.l-content .zm-ideenportal .zmitem .pin { background-color: #aaa; display: block; height: 32px; width: 2px; position: absolute; left: 50%; top: -16px; z-index: 1; }

.l-content .zm-ideenportal .zmitem .pin:after { background-color: #ffc107; background-image: radial-gradient(25% 25%, circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3)); border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 3px 3px 3px rgba(255, 255, 255, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2), 23px 20px 3px rgba(0, 0, 0, 0.15); content: ''; height: 12px; left: -5px; position: absolute; top: -10px; width: 12px; }

.l-content .zm-ideenportal .zmitem .pin:before { background-color: rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.1); content: ''; height: 24px; width: 2px; left: 0; position: absolute; top: 8px; transform: rotate(57.5deg); -moz-transform: rotate(57.5deg); -webkit-transform: rotate(57.5deg); -o-transform: rotate(57.5deg); -ms-transform: rotate(57.5deg); transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; }

#node3264169 .zeitstrahl ul li > div { background: #ffcc01; }

#node3264169 .zeitstrahl ul li > div h2, #node3264169 .zeitstrahl ul li > div h3 { color: #000; }

#node3264169 .zeitstrahl ul li a { color: #000; }

#node3264169 .zeitstrahl ul li a:hover, #node3264169 .zeitstrahl ul li a:focus { color: var(--cd-color-light); }

#node3264169 .zeitstrahl ul li a.externerLink:after { color: #000; }

#node3264169 .zeitstrahl ul li a.externerLink:after:hover, #node3264169 .zeitstrahl ul li a.externerLink:after:focus { color: var(--cd-color-light); }

#node3264169 .zeitstrahl ul li:nth-child(odd) div.zs-box::before { border-color: transparent #ffcc01 transparent transparent; }

#node3264169 .zeitstrahl ul li:nth-child(even) div.zs-box::before { border-color: transparent transparent transparent #ffcc01; }

/*	================================================== styles.scss         ==================================================*/
.rheinauenpfad { --cd-color-white: #fff; --cd-color-black: #000; --cd-color-dunkelgrau: #333333; --cd-color-dunkelgruen: #4F6E57; --cd-color-gruen: #0B5B58; --cd-color-hellgruen: #367779; --cd-color-hellgruen-1: #5F9295; --cd-color-hellgruen-2: #7FA8AA; --cd-color-hellgruen-3: #B5CECD; --cd-color-hellgruen-4: #EFF5F4; --cd-color-gelb: #FFCC01; --cd-color-lila: #B2006C; --cd-color-prim-dunkelgruen: #005E64; --cd-color-prim-dunkelblau: #003E65; --cd-color-prim-rot: #E73239; --cd-color-prim-dunkelrot: #8F2C41; --cd-color-prim-gelb: #FFD618; --cd-color-sek-hellgruen: #D6E9D8; --cd-color-sek-hellblau: #C9E7F2; --cd-color-sek-hellviolett: #E6D4E9; --cd-color-sek-hellrose: #FBD9D2; --cd-color-sek-hellbeige: #F3DDC5; --cd-color-sek-hellgelb: #F7EBAE; --cd-color-dunkelgruen-rgb: 79, 110, 87; --cd-color-prim-dunkelgruen-rgb: 0, 94, 100; --cd-color-prim-dunkelblau-rgb: 0, 62, 101; --cd-color-prim-rot-rgb: 231, 50, 57; --cd-color-prim-dunkelrot-rgb: 143, 44, 65; --cd-color-prim-gelb-rgb: 255, 214, 24; --cd-color-sek-hellgruen-rgb: 214, 233, 216; --cd-color-sek-hellblau-rgb: 201, 231, 242; --cd-color-sek-hellviolett-rgb: 230, 212, 233; --cd-color-sek-hellrose-rgb: 251, 217, 210; --cd-color-sek-hellbeige-rgb: 243, 221, 197; --cd-color-sek-hellgelb-rgb: 247, 235, 174; --cd-background-change: var(--cd-color-dunkelgruen); --cd-font-change: var(--cd-color-white); --cd-check: #2DA220; --cd-times: #FF3D3D; }

.rheinauenpfad .l-content .hellgruen, .rheinauenpfad .l-content .gruen, .rheinauenpfad .l-content .hellblau, .rheinauenpfad .l-content .hellviolett, .rheinauenpfad .l-content .hellrose, .rheinauenpfad .l-content .hellbeige, .rheinauenpfad .l-content .hellgelb, .rheinauenpfad .l-content .dunkelgruen, .rheinauenpfad .l-content .dunkelblau, .rheinauenpfad .l-content .rot, .rheinauenpfad .l-content .dunkelrot, .rheinauenpfad .l-content .gelb:not(.c-button) { padding: var(--spacer_1-clamp) 0; margin: calc(var(--spacer_0-75-clamp) + var(--spacer_2-clamp)) auto; background: var(--cd-background-change); z-index: 1; }

@media (max-width: 575.98px) { .rheinauenpfad .l-content .hellgruen > *, .rheinauenpfad .l-content .gruen > *, .rheinauenpfad .l-content .hellblau > *, .rheinauenpfad .l-content .hellviolett > *, .rheinauenpfad .l-content .hellrose > *, .rheinauenpfad .l-content .hellbeige > *, .rheinauenpfad .l-content .hellgelb > *, .rheinauenpfad .l-content .dunkelgruen > *, .rheinauenpfad .l-content .dunkelblau > *, .rheinauenpfad .l-content .rot > *, .rheinauenpfad .l-content .dunkelrot > *, .rheinauenpfad .l-content .gelb:not(.c-button) > * { z-index: 1; position: relative; } }

.rheinauenpfad .l-content .hellgruen:not(.schmal), .rheinauenpfad .l-content .gruen:not(.schmal), .rheinauenpfad .l-content .hellblau:not(.schmal), .rheinauenpfad .l-content .hellviolett:not(.schmal), .rheinauenpfad .l-content .hellrose:not(.schmal), .rheinauenpfad .l-content .hellbeige:not(.schmal), .rheinauenpfad .l-content .hellgelb:not(.schmal), .rheinauenpfad .l-content .dunkelgruen:not(.schmal), .rheinauenpfad .l-content .dunkelblau:not(.schmal), .rheinauenpfad .l-content .rot:not(.schmal), .rheinauenpfad .l-content .dunkelrot:not(.schmal), .rheinauenpfad .l-content .gelb:not(.c-button):not(.schmal) { position: relative; }

.rheinauenpfad .l-content .hellgruen:not(.schmal)::before, .rheinauenpfad .l-content .hellgruen:not(.schmal):after, .rheinauenpfad .l-content .gruen:not(.schmal)::before, .rheinauenpfad .l-content .gruen:not(.schmal):after, .rheinauenpfad .l-content .hellblau:not(.schmal)::before, .rheinauenpfad .l-content .hellblau:not(.schmal):after, .rheinauenpfad .l-content .hellviolett:not(.schmal)::before, .rheinauenpfad .l-content .hellviolett:not(.schmal):after, .rheinauenpfad .l-content .hellrose:not(.schmal)::before, .rheinauenpfad .l-content .hellrose:not(.schmal):after, .rheinauenpfad .l-content .hellbeige:not(.schmal)::before, .rheinauenpfad .l-content .hellbeige:not(.schmal):after, .rheinauenpfad .l-content .hellgelb:not(.schmal)::before, .rheinauenpfad .l-content .hellgelb:not(.schmal):after, .rheinauenpfad .l-content .dunkelgruen:not(.schmal)::before, .rheinauenpfad .l-content .dunkelgruen:not(.schmal):after, .rheinauenpfad .l-content .dunkelblau:not(.schmal)::before, .rheinauenpfad .l-content .dunkelblau:not(.schmal):after, .rheinauenpfad .l-content .rot:not(.schmal)::before, .rheinauenpfad .l-content .rot:not(.schmal):after, .rheinauenpfad .l-content .dunkelrot:not(.schmal)::before, .rheinauenpfad .l-content .dunkelrot:not(.schmal):after, .rheinauenpfad .l-content .gelb:not(.c-button):not(.schmal)::before, .rheinauenpfad .l-content .gelb:not(.c-button):not(.schmal):after { content: " "; display: block; position: absolute; width: 99999px; height: 100%; top: 0; right: 100%; background: var(--cd-background-change); z-index: -1; }

.rheinauenpfad .l-content .hellgruen:not(.schmal):after, .rheinauenpfad .l-content .gruen:not(.schmal):after, .rheinauenpfad .l-content .hellblau:not(.schmal):after, .rheinauenpfad .l-content .hellviolett:not(.schmal):after, .rheinauenpfad .l-content .hellrose:not(.schmal):after, .rheinauenpfad .l-content .hellbeige:not(.schmal):after, .rheinauenpfad .l-content .hellgelb:not(.schmal):after, .rheinauenpfad .l-content .dunkelgruen:not(.schmal):after, .rheinauenpfad .l-content .dunkelblau:not(.schmal):after, .rheinauenpfad .l-content .rot:not(.schmal):after, .rheinauenpfad .l-content .dunkelrot:not(.schmal):after, .rheinauenpfad .l-content .gelb:not(.c-button):not(.schmal):after { left: 100%; }

.rheinauenpfad .l-content .hellgruen.schmal, .rheinauenpfad .l-content .gruen.schmal, .rheinauenpfad .l-content .hellblau.schmal, .rheinauenpfad .l-content .hellviolett.schmal, .rheinauenpfad .l-content .hellrose.schmal, .rheinauenpfad .l-content .hellbeige.schmal, .rheinauenpfad .l-content .hellgelb.schmal, .rheinauenpfad .l-content .dunkelgruen.schmal, .rheinauenpfad .l-content .dunkelblau.schmal, .rheinauenpfad .l-content .rot.schmal, .rheinauenpfad .l-content .dunkelrot.schmal, .rheinauenpfad .l-content .gelb:not(.c-button).schmal { position: relative; }

.rheinauenpfad .l-content .hellgruen.schmal::before, .rheinauenpfad .l-content .hellgruen.schmal:after, .rheinauenpfad .l-content .gruen.schmal::before, .rheinauenpfad .l-content .gruen.schmal:after, .rheinauenpfad .l-content .hellblau.schmal::before, .rheinauenpfad .l-content .hellblau.schmal:after, .rheinauenpfad .l-content .hellviolett.schmal::before, .rheinauenpfad .l-content .hellviolett.schmal:after, .rheinauenpfad .l-content .hellrose.schmal::before, .rheinauenpfad .l-content .hellrose.schmal:after, .rheinauenpfad .l-content .hellbeige.schmal::before, .rheinauenpfad .l-content .hellbeige.schmal:after, .rheinauenpfad .l-content .hellgelb.schmal::before, .rheinauenpfad .l-content .hellgelb.schmal:after, .rheinauenpfad .l-content .dunkelgruen.schmal::before, .rheinauenpfad .l-content .dunkelgruen.schmal:after, .rheinauenpfad .l-content .dunkelblau.schmal::before, .rheinauenpfad .l-content .dunkelblau.schmal:after, .rheinauenpfad .l-content .rot.schmal::before, .rheinauenpfad .l-content .rot.schmal:after, .rheinauenpfad .l-content .dunkelrot.schmal::before, .rheinauenpfad .l-content .dunkelrot.schmal:after, .rheinauenpfad .l-content .gelb:not(.c-button).schmal::before, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:after { content: " "; display: block; position: absolute; width: 99999px; height: 100%; top: 0; right: 100%; background: var(--cd-background-change); z-index: -1; }

.rheinauenpfad .l-content .hellgruen.schmal:after, .rheinauenpfad .l-content .gruen.schmal:after, .rheinauenpfad .l-content .hellblau.schmal:after, .rheinauenpfad .l-content .hellviolett.schmal:after, .rheinauenpfad .l-content .hellrose.schmal:after, .rheinauenpfad .l-content .hellbeige.schmal:after, .rheinauenpfad .l-content .hellgelb.schmal:after, .rheinauenpfad .l-content .dunkelgruen.schmal:after, .rheinauenpfad .l-content .dunkelblau.schmal:after, .rheinauenpfad .l-content .rot.schmal:after, .rheinauenpfad .l-content .dunkelrot.schmal:after, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:after { left: 100%; }

.rheinauenpfad .l-content .hellgruen.schmal:after, .rheinauenpfad .l-content .hellgruen.schmal:before, .rheinauenpfad .l-content .gruen.schmal:after, .rheinauenpfad .l-content .gruen.schmal:before, .rheinauenpfad .l-content .hellblau.schmal:after, .rheinauenpfad .l-content .hellblau.schmal:before, .rheinauenpfad .l-content .hellviolett.schmal:after, .rheinauenpfad .l-content .hellviolett.schmal:before, .rheinauenpfad .l-content .hellrose.schmal:after, .rheinauenpfad .l-content .hellrose.schmal:before, .rheinauenpfad .l-content .hellbeige.schmal:after, .rheinauenpfad .l-content .hellbeige.schmal:before, .rheinauenpfad .l-content .hellgelb.schmal:after, .rheinauenpfad .l-content .hellgelb.schmal:before, .rheinauenpfad .l-content .dunkelgruen.schmal:after, .rheinauenpfad .l-content .dunkelgruen.schmal:before, .rheinauenpfad .l-content .dunkelblau.schmal:after, .rheinauenpfad .l-content .dunkelblau.schmal:before, .rheinauenpfad .l-content .rot.schmal:after, .rheinauenpfad .l-content .rot.schmal:before, .rheinauenpfad .l-content .dunkelrot.schmal:after, .rheinauenpfad .l-content .dunkelrot.schmal:before, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:after, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:before { width: 25%; width: calc((1360px - 100% - (36px * 2)) / 2); }

@media (max-width: 1439.98px) { .rheinauenpfad .l-content .hellgruen.schmal:after, .rheinauenpfad .l-content .hellgruen.schmal:before, .rheinauenpfad .l-content .gruen.schmal:after, .rheinauenpfad .l-content .gruen.schmal:before, .rheinauenpfad .l-content .hellblau.schmal:after, .rheinauenpfad .l-content .hellblau.schmal:before, .rheinauenpfad .l-content .hellviolett.schmal:after, .rheinauenpfad .l-content .hellviolett.schmal:before, .rheinauenpfad .l-content .hellrose.schmal:after, .rheinauenpfad .l-content .hellrose.schmal:before, .rheinauenpfad .l-content .hellbeige.schmal:after, .rheinauenpfad .l-content .hellbeige.schmal:before, .rheinauenpfad .l-content .hellgelb.schmal:after, .rheinauenpfad .l-content .hellgelb.schmal:before, .rheinauenpfad .l-content .dunkelgruen.schmal:after, .rheinauenpfad .l-content .dunkelgruen.schmal:before, .rheinauenpfad .l-content .dunkelblau.schmal:after, .rheinauenpfad .l-content .dunkelblau.schmal:before, .rheinauenpfad .l-content .rot.schmal:after, .rheinauenpfad .l-content .rot.schmal:before, .rheinauenpfad .l-content .dunkelrot.schmal:after, .rheinauenpfad .l-content .dunkelrot.schmal:before, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:after, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:before { width: calc((1140px - 100% - (36px * 2)) / 2); } }

@media (max-width: 1199.98px) { .rheinauenpfad .l-content .hellgruen.schmal:after, .rheinauenpfad .l-content .hellgruen.schmal:before, .rheinauenpfad .l-content .gruen.schmal:after, .rheinauenpfad .l-content .gruen.schmal:before, .rheinauenpfad .l-content .hellblau.schmal:after, .rheinauenpfad .l-content .hellblau.schmal:before, .rheinauenpfad .l-content .hellviolett.schmal:after, .rheinauenpfad .l-content .hellviolett.schmal:before, .rheinauenpfad .l-content .hellrose.schmal:after, .rheinauenpfad .l-content .hellrose.schmal:before, .rheinauenpfad .l-content .hellbeige.schmal:after, .rheinauenpfad .l-content .hellbeige.schmal:before, .rheinauenpfad .l-content .hellgelb.schmal:after, .rheinauenpfad .l-content .hellgelb.schmal:before, .rheinauenpfad .l-content .dunkelgruen.schmal:after, .rheinauenpfad .l-content .dunkelgruen.schmal:before, .rheinauenpfad .l-content .dunkelblau.schmal:after, .rheinauenpfad .l-content .dunkelblau.schmal:before, .rheinauenpfad .l-content .rot.schmal:after, .rheinauenpfad .l-content .rot.schmal:before, .rheinauenpfad .l-content .dunkelrot.schmal:after, .rheinauenpfad .l-content .dunkelrot.schmal:before, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:after, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:before { width: calc((960px - 100% - (36px * 2)) / 2); } }

@media (max-width: 991.98px) { .rheinauenpfad .l-content .hellgruen.schmal:after, .rheinauenpfad .l-content .hellgruen.schmal:before, .rheinauenpfad .l-content .gruen.schmal:after, .rheinauenpfad .l-content .gruen.schmal:before, .rheinauenpfad .l-content .hellblau.schmal:after, .rheinauenpfad .l-content .hellblau.schmal:before, .rheinauenpfad .l-content .hellviolett.schmal:after, .rheinauenpfad .l-content .hellviolett.schmal:before, .rheinauenpfad .l-content .hellrose.schmal:after, .rheinauenpfad .l-content .hellrose.schmal:before, .rheinauenpfad .l-content .hellbeige.schmal:after, .rheinauenpfad .l-content .hellbeige.schmal:before, .rheinauenpfad .l-content .hellgelb.schmal:after, .rheinauenpfad .l-content .hellgelb.schmal:before, .rheinauenpfad .l-content .dunkelgruen.schmal:after, .rheinauenpfad .l-content .dunkelgruen.schmal:before, .rheinauenpfad .l-content .dunkelblau.schmal:after, .rheinauenpfad .l-content .dunkelblau.schmal:before, .rheinauenpfad .l-content .rot.schmal:after, .rheinauenpfad .l-content .rot.schmal:before, .rheinauenpfad .l-content .dunkelrot.schmal:after, .rheinauenpfad .l-content .dunkelrot.schmal:before, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:after, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:before { width: calc((720px - 100%) / 2); } }

@media (max-width: 767.98px) { .rheinauenpfad .l-content .hellgruen.schmal:after, .rheinauenpfad .l-content .hellgruen.schmal:before, .rheinauenpfad .l-content .gruen.schmal:after, .rheinauenpfad .l-content .gruen.schmal:before, .rheinauenpfad .l-content .hellblau.schmal:after, .rheinauenpfad .l-content .hellblau.schmal:before, .rheinauenpfad .l-content .hellviolett.schmal:after, .rheinauenpfad .l-content .hellviolett.schmal:before, .rheinauenpfad .l-content .hellrose.schmal:after, .rheinauenpfad .l-content .hellrose.schmal:before, .rheinauenpfad .l-content .hellbeige.schmal:after, .rheinauenpfad .l-content .hellbeige.schmal:before, .rheinauenpfad .l-content .hellgelb.schmal:after, .rheinauenpfad .l-content .hellgelb.schmal:before, .rheinauenpfad .l-content .dunkelgruen.schmal:after, .rheinauenpfad .l-content .dunkelgruen.schmal:before, .rheinauenpfad .l-content .dunkelblau.schmal:after, .rheinauenpfad .l-content .dunkelblau.schmal:before, .rheinauenpfad .l-content .rot.schmal:after, .rheinauenpfad .l-content .rot.schmal:before, .rheinauenpfad .l-content .dunkelrot.schmal:after, .rheinauenpfad .l-content .dunkelrot.schmal:before, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:after, .rheinauenpfad .l-content .gelb:not(.c-button).schmal:before { width: calc((540px - 100%) / 2); } }

.rheinauenpfad .l-content .hellgruen .isLastElementinArticle, .rheinauenpfad .l-content .gruen .isLastElementinArticle, .rheinauenpfad .l-content .hellblau .isLastElementinArticle, .rheinauenpfad .l-content .hellviolett .isLastElementinArticle, .rheinauenpfad .l-content .hellrose .isLastElementinArticle, .rheinauenpfad .l-content .hellbeige .isLastElementinArticle, .rheinauenpfad .l-content .hellgelb .isLastElementinArticle, .rheinauenpfad .l-content .dunkelgruen .isLastElementinArticle, .rheinauenpfad .l-content .dunkelblau .isLastElementinArticle, .rheinauenpfad .l-content .rot .isLastElementinArticle, .rheinauenpfad .l-content .dunkelrot .isLastElementinArticle, .rheinauenpfad .l-content .gelb:not(.c-button) .isLastElementinArticle { margin-bottom: var(--spacer_1-25-clamp); }

.rheinauenpfad .l-content .hellgruen .isLastElementinArticle .rheingrenzen, .rheinauenpfad .l-content .gruen .isLastElementinArticle .rheingrenzen, .rheinauenpfad .l-content .hellblau .isLastElementinArticle .rheingrenzen, .rheinauenpfad .l-content .hellviolett .isLastElementinArticle .rheingrenzen, .rheinauenpfad .l-content .hellrose .isLastElementinArticle .rheingrenzen, .rheinauenpfad .l-content .hellbeige .isLastElementinArticle .rheingrenzen, .rheinauenpfad .l-content .hellgelb .isLastElementinArticle .rheingrenzen, .rheinauenpfad .l-content .dunkelgruen .isLastElementinArticle .rheingrenzen, .rheinauenpfad .l-content .dunkelblau .isLastElementinArticle .rheingrenzen, .rheinauenpfad .l-content .rot .isLastElementinArticle .rheingrenzen, .rheinauenpfad .l-content .dunkelrot .isLastElementinArticle .rheingrenzen, .rheinauenpfad .l-content .gelb:not(.c-button) .isLastElementinArticle .rheingrenzen { margin-bottom: calc(var(--spacer_1-25-clamp) * (-1)); }

.rheinauenpfad .l-content .hellgruen.isLastElement, .rheinauenpfad .l-content .gruen.isLastElement, .rheinauenpfad .l-content .hellblau.isLastElement, .rheinauenpfad .l-content .hellviolett.isLastElement, .rheinauenpfad .l-content .hellrose.isLastElement, .rheinauenpfad .l-content .hellbeige.isLastElement, .rheinauenpfad .l-content .hellgelb.isLastElement, .rheinauenpfad .l-content .dunkelgruen.isLastElement, .rheinauenpfad .l-content .dunkelblau.isLastElement, .rheinauenpfad .l-content .rot.isLastElement, .rheinauenpfad .l-content .dunkelrot.isLastElement, .rheinauenpfad .l-content .gelb:not(.c-button).isLastElement { margin-bottom: 0; }

.rheinauenpfad .l-content .hellgruen.isFirstElement, .rheinauenpfad .l-content .gruen.isFirstElement, .rheinauenpfad .l-content .hellblau.isFirstElement, .rheinauenpfad .l-content .hellviolett.isFirstElement, .rheinauenpfad .l-content .hellrose.isFirstElement, .rheinauenpfad .l-content .hellbeige.isFirstElement, .rheinauenpfad .l-content .hellgelb.isFirstElement, .rheinauenpfad .l-content .dunkelgruen.isFirstElement, .rheinauenpfad .l-content .dunkelblau.isFirstElement, .rheinauenpfad .l-content .rot.isFirstElement, .rheinauenpfad .l-content .dunkelrot.isFirstElement, .rheinauenpfad .l-content .gelb:not(.c-button).isFirstElement { margin-top: 0; }

.rheinauenpfad .l-content .hellgruen { --cd-background-change: var(--cd-color-sek-hellgruen); --cd-font-change: var(--cd-color-sek-hellgruen); color: var(--cd-color-gruen); }

.rheinauenpfad .l-content .hellgruen a { color: var(--cd-color-gruen); }

.rheinauenpfad .l-content .hellgruen a:hover { color: var(--cd-color-dunkelgruen); }

.rheinauenpfad .l-content .text-hellgruen { color: var(--cd-color-sek-hellgruen); --cd-font-change: var(--cd-color-sek-hellgruen); }

.rheinauenpfad .l-content .gruen { --cd-background-change: var(--cd-color-hellgruen); --cd-font-change: var(--cd-color-sek-hellbeige); color: var(--cd-color-white); }

.rheinauenpfad .l-content .gruen *:not(.hellgruen, .hellgruen *) { color: var(--cd-color-white); }

.rheinauenpfad .l-content .text-gruen { color: var(--cd-color-hellgruen); --cd-font-change: var(--cd-color-hellgruen); }

.rheinauenpfad .l-content .hellblau { --cd-background-change: var(--cd-color-hellgruen-4); --cd-font-change: var(--cd-color-prim-dunkelblau); }

.rheinauenpfad .l-content .text-hellblau { color: var(--cd-color-hellgruen-4); --cd-font-change: var(--cd-color-hellgruen-4); }

.rheinauenpfad .l-content .hellviolett { --cd-background-change: var(--cd-color-sek-hellviolett); }

.rheinauenpfad .l-content .text-hellviolett { color: var(--cd-color-sek-hellviolett); --cd-font-change: var(--cd-color-sek-hellviolett); }

.rheinauenpfad .l-content .hellrose { --cd-background-change: var(--cd-color-sek-hellrose); }

.rheinauenpfad .l-content .text-hellrose { color: var(--cd-color-sek-hellrose); --cd-font-change: var(--cd-color-sek-hellrose); }

.rheinauenpfad .l-content .hellbeige { --cd-background-change: var(--cd-color-sek-hellbeige); --cd-font-change: var(--cd-color-sek-hellgruen); }

.rheinauenpfad .l-content .hellbeige a:hover { color: var(--cd-color-light); text-underline-offset: 2px; }

.rheinauenpfad .l-content .text-hellbeige { color: var(--cd-color-sek-hellbeige); --cd-font-change: var(--cd-color-sek-hellbeige); }

.rheinauenpfad .l-content .hellgelb { --cd-background-change: var(--cd-color-sek-hellgelb); }

.rheinauenpfad .l-content .text-hellgelb { color: var(--cd-color-sek-hellgelb); --cd-font-change: var(--cd-color-sek-hellgelb); }

.rheinauenpfad .l-content .dunkelgruen { --cd-background-change: var(--cd-color-dunkelgruen); color: var(--cd-color-white); }

.rheinauenpfad .l-content .dunkelgruen *:not(.hellgruen, .hellgruen *) { color: var(--cd-color-white); }

.rheinauenpfad .l-content .text-dunkelgruen { color: var(--cd-color-hellgruen); --cd-font-change: var(--cd-color-hellgruen); }

.rheinauenpfad .l-content .dunkelblau { --cd-background-change: var(--cd-color-prim-dunkelblau); color: var(--cd-color-white); }

.rheinauenpfad .l-content .dunkelblau *:not(.hellblau, .hellblau *) { color: var(--cd-color-white); }

.rheinauenpfad .l-content .text-dunkelblau { color: var(--cd-color-prim-dunkelblau); --cd-font-change: var(--cd-color-prim-dunkelblau); --cd-background-change: var(--cd-color-sek-hellblau); }

.rheinauenpfad .l-content .rot { --cd-background-change: var(--cd-color-prim-rot); color: var(--cd-color-white); }

.rheinauenpfad .l-content .rot * { color: var(--cd-color-white); }

.rheinauenpfad .l-content .text-rot { color: var(--cd-color-prim-rot); --cd-font-change: var(--cd-color-prim-rot); }

.rheinauenpfad .l-content .dunkelrot { --cd-background-change: var(--cd-color-prim-dunkelrot); color: var(--cd-color-white); }

.rheinauenpfad .l-content .dunkelrot * { color: var(--cd-color-white); }

.rheinauenpfad .l-content .text-dunkelrot { color: var(--cd-color-prim-dunkelrot); --cd-font-change: var(--cd-color-prim-dunkelrot); }

.rheinauenpfad .l-content .gelb:not(.c-button) { --cd-background-change: var(--cd-color-prim-gelb); }

.rheinauenpfad .l-content .text-gelb { color: var(--cd-color-prim-gelb); --cd-font-change: var(--cd-color-prim-gelb); }

.rheinauenpfad.contrast_BW { --cd-color-white: #fff; --cd-color-black: #000; --cd-color-dunkelgrau: #000; --cd-color-dunkelgruen: #000; --cd-color-gruen: #000; --cd-color-hellgruen: #000; --cd-color-hellgruen-1: #fafafa; --cd-color-hellgruen-2: #fafafa; --cd-color-hellgruen-3: #fafafa; --cd-color-hellgruen-4: #fafafa; --cd-color-gelb: #000; --cd-color-lila: #000; --cd-color-prim-dunkelgruen: #000; --cd-color-prim-dunkelblau: #000; --cd-color-prim-rot: #000; --cd-color-prim-dunkelrot: #000; --cd-color-prim-gelb: #000; --cd-color-sek-hellgruen: #fafafa; --cd-color-sek-hellblau: #fafafa; --cd-color-sek-hellviolett: #fafafa; --cd-color-sek-hellrose: #fafafa; --cd-color-sek-hellbeige: #fafafa; --cd-color-sek-hellgelb: #fafafa; --cd-color-prim-dunkelgruen-rgb: 0, 0, 0; --cd-color-prim-dunkelblau-rgb: 0, 0, 0; --cd-color-prim-rot-rgb: 0, 0, 0; --cd-color-prim-dunkelrot-rgb: 0, 0, 0; --cd-color-prim-gelb-rgb: 0, 0, 0; --cd-color-sek-hellgruen-rgb: 250, 250, 250; --cd-color-sek-hellblau-rgb: 250, 250, 250; --cd-color-sek-hellviolett-rgb: 250, 250, 250; --cd-color-sek-hellrose-rgb: 250, 250, 250; --cd-color-sek-hellbeige-rgb: 250, 250, 250; --cd-color-sek-hellgelb-rgb: 250, 250, 250; --cd-background-change: #fff; --cd-font-change: #000; --cd-check: #fff; --cd-times: #fff; }

.rheinauenpfad.contrast_BW .hellgruen, .rheinauenpfad.contrast_BW .gruen, .rheinauenpfad.contrast_BW .hellblau, .rheinauenpfad.contrast_BW .hellviolett, .rheinauenpfad.contrast_BW .hellrose, .rheinauenpfad.contrast_BW .hellbeige, .rheinauenpfad.contrast_BW .hellgelb, .rheinauenpfad.contrast_BW .dunkelgruen, .rheinauenpfad.contrast_BW .dunkelblau, .rheinauenpfad.contrast_BW .rot, .rheinauenpfad.contrast_BW .dunkelrot, .rheinauenpfad.contrast_BW .gelb:not(.c-button) { border-bottom: 3px solid #000; border-top: 3px solid #000; }

.rheinauenpfad.contrast_BW .hellgruen:after, .rheinauenpfad.contrast_BW .hellgruen:before, .rheinauenpfad.contrast_BW .gruen:after, .rheinauenpfad.contrast_BW .gruen:before, .rheinauenpfad.contrast_BW .hellblau:after, .rheinauenpfad.contrast_BW .hellblau:before, .rheinauenpfad.contrast_BW .hellviolett:after, .rheinauenpfad.contrast_BW .hellviolett:before, .rheinauenpfad.contrast_BW .hellrose:after, .rheinauenpfad.contrast_BW .hellrose:before, .rheinauenpfad.contrast_BW .hellbeige:after, .rheinauenpfad.contrast_BW .hellbeige:before, .rheinauenpfad.contrast_BW .hellgelb:after, .rheinauenpfad.contrast_BW .hellgelb:before, .rheinauenpfad.contrast_BW .dunkelgruen:after, .rheinauenpfad.contrast_BW .dunkelgruen:before, .rheinauenpfad.contrast_BW .dunkelblau:after, .rheinauenpfad.contrast_BW .dunkelblau:before, .rheinauenpfad.contrast_BW .rot:after, .rheinauenpfad.contrast_BW .rot:before, .rheinauenpfad.contrast_BW .dunkelrot:after, .rheinauenpfad.contrast_BW .dunkelrot:before, .rheinauenpfad.contrast_BW .gelb:not(.c-button):after, .rheinauenpfad.contrast_BW .gelb:not(.c-button):before { border-bottom: 3px solid #000; border-top: 3px solid #000; top: -3px !important; height: calc(100% + 6px) !important; }

.rheinauenpfad.contrast_BW .hasMemory .hellgruen, .rheinauenpfad.contrast_BW .hasMemory .gruen, .rheinauenpfad.contrast_BW .hasMemory .hellblau, .rheinauenpfad.contrast_BW .hasMemory .hellviolett, .rheinauenpfad.contrast_BW .hasMemory .hellrose, .rheinauenpfad.contrast_BW .hasMemory .hellbeige, .rheinauenpfad.contrast_BW .hasMemory .hellgelb, .rheinauenpfad.contrast_BW .hasMemory .dunkelgruen, .rheinauenpfad.contrast_BW .hasMemory .dunkelblau, .rheinauenpfad.contrast_BW .hasMemory .rot, .rheinauenpfad.contrast_BW .hasMemory .dunkelrot, .rheinauenpfad.contrast_BW .hasMemory .gelb:not(.c-button) { border: none; }

.rheinauenpfad.contrast_BW .hasMemory .hellgruen .flip-card, .rheinauenpfad.contrast_BW .hasMemory .gruen .flip-card, .rheinauenpfad.contrast_BW .hasMemory .hellblau .flip-card, .rheinauenpfad.contrast_BW .hasMemory .hellviolett .flip-card, .rheinauenpfad.contrast_BW .hasMemory .hellrose .flip-card, .rheinauenpfad.contrast_BW .hasMemory .hellbeige .flip-card, .rheinauenpfad.contrast_BW .hasMemory .hellgelb .flip-card, .rheinauenpfad.contrast_BW .hasMemory .dunkelgruen .flip-card, .rheinauenpfad.contrast_BW .hasMemory .dunkelblau .flip-card, .rheinauenpfad.contrast_BW .hasMemory .rot .flip-card, .rheinauenpfad.contrast_BW .hasMemory .dunkelrot .flip-card, .rheinauenpfad.contrast_BW .hasMemory .gelb:not(.c-button) .flip-card { border: 1px solid #000; }

.rheinauenpfad.contrast_BW .hasMemory .hellgruen .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .hellgruen .flip-card.right:before, .rheinauenpfad.contrast_BW .hasMemory .gruen .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .gruen .flip-card.right:before, .rheinauenpfad.contrast_BW .hasMemory .hellblau .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .hellblau .flip-card.right:before, .rheinauenpfad.contrast_BW .hasMemory .hellviolett .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .hellviolett .flip-card.right:before, .rheinauenpfad.contrast_BW .hasMemory .hellrose .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .hellrose .flip-card.right:before, .rheinauenpfad.contrast_BW .hasMemory .hellbeige .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .hellbeige .flip-card.right:before, .rheinauenpfad.contrast_BW .hasMemory .hellgelb .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .hellgelb .flip-card.right:before, .rheinauenpfad.contrast_BW .hasMemory .dunkelgruen .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .dunkelgruen .flip-card.right:before, .rheinauenpfad.contrast_BW .hasMemory .dunkelblau .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .dunkelblau .flip-card.right:before, .rheinauenpfad.contrast_BW .hasMemory .rot .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .rot .flip-card.right:before, .rheinauenpfad.contrast_BW .hasMemory .dunkelrot .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .dunkelrot .flip-card.right:before, .rheinauenpfad.contrast_BW .hasMemory .gelb:not(.c-button) .flip-card.error:before, .rheinauenpfad.contrast_BW .hasMemory .gelb:not(.c-button) .flip-card.right:before { content: ""; opacity: 0.5; }

.rheinauenpfad.contrast_BW .hasMemory .hellgruen img { filter: brightness(0); }

.rheinauenpfad.contrast_BW .hasMemory .dunkelgruen img { filter: brightness(4); }

.rheinauenpfad.contrast_BW .isAudio.hasFigure .audioBox + figure img { filter: brightness(5); }

.rheinauenpfad.contrast_BW .quizRightWrong > .imageContainer .boxChild:after { opacity: 0.5 !important; }

.rheinauenpfad.contrast_BW .background-top-left, .rheinauenpfad.contrast_BW .background-top-right, .rheinauenpfad.contrast_BW .background-bottom-left, .rheinauenpfad.contrast_BW .background-bottom-right, .rheinauenpfad.contrast_BW .l-footer__img { filter: brightness(0); }

.rheinauenpfad.contrast_BW .button-container .btn:hover, .rheinauenpfad.contrast_BW .button-container .btn:focus-visible { background: #fff; border: 1px solid #000; color: #000; }

.rheinauenpfad.contrast_BW .button-container .btn + .btn { border: 1px solid #000; }

.rheinauenpfad.contrast_BW .button-container .btn + .btn:hover, .rheinauenpfad.contrast_BW .button-container .btn + .btn:focus-visible { color: #fff; }

.rheinauenpfad.contrast_BW .quizRightWrong.text .textContainer > div i { background: #000 !important; }

.rheinauenpfad.contrast_WB { --cd-color-white: #000; --cd-color-black: #000; --cd-color-dunkelgrau: #fafafa; --cd-color-dunkelgruen: #fafafa; --cd-color-gruen: #fafafa; --cd-color-hellgruen: #fafafa; --cd-color-hellgruen-1: #000; --cd-color-hellgruen-2: #000; --cd-color-hellgruen-3: #000; --cd-color-hellgruen-4: #000; --cd-color-gelb: #fafafa; --cd-color-lila: #fafafa; --cd-color-prim-dunkelgruen: #fafafa; --cd-color-prim-dunkelblau: #fafafa; --cd-color-prim-rot: #fafafa; --cd-color-prim-dunkelrot: #fafafa; --cd-color-prim-gelb: #fafafa; --cd-color-sek-hellgruen: #000; --cd-color-sek-hellblau: #000; --cd-color-sek-hellviolett: #000; --cd-color-sek-hellrose: #000; --cd-color-sek-hellbeige: #000; --cd-color-sek-hellgelb: #000; --cd-color-prim-dunkelgruen-rgb: 250, 250, 250; --cd-color-prim-dunkelblau-rgb: 250, 250, 250; --cd-color-prim-rot-rgb: 250, 250, 250; --cd-color-prim-dunkelrot-rgb: 250, 250, 250; --cd-color-prim-gelb-rgb: 250, 250, 250; --cd-color-sek-hellgruen-rgb: 0, 0, 0; --cd-color-sek-hellblau-rgb: 0, 0, 0; --cd-color-sek-hellviolett-rgb: 0, 0, 0; --cd-color-sek-hellrose-rgb: 0, 0, 0; --cd-color-sek-hellbeige-rgb: 0, 0, 0; --cd-color-sek-hellgelb-rgb: 0, 0, 0; --cd-check: #fff; --cd-times: #fff; }

.rheinauenpfad.contrast_WB .hellgruen, .rheinauenpfad.contrast_WB .gruen, .rheinauenpfad.contrast_WB .hellblau, .rheinauenpfad.contrast_WB .hellviolett, .rheinauenpfad.contrast_WB .hellrose, .rheinauenpfad.contrast_WB .hellbeige, .rheinauenpfad.contrast_WB .hellgelb, .rheinauenpfad.contrast_WB .dunkelgruen, .rheinauenpfad.contrast_WB .dunkelblau, .rheinauenpfad.contrast_WB .rot, .rheinauenpfad.contrast_WB .dunkelrot, .rheinauenpfad.contrast_WB .gelb:not(.c-button) { border-bottom: 3px solid #fff; border-top: 3px solid #fff; }

.rheinauenpfad.contrast_WB .hellgruen:after, .rheinauenpfad.contrast_WB .hellgruen:before, .rheinauenpfad.contrast_WB .gruen:after, .rheinauenpfad.contrast_WB .gruen:before, .rheinauenpfad.contrast_WB .hellblau:after, .rheinauenpfad.contrast_WB .hellblau:before, .rheinauenpfad.contrast_WB .hellviolett:after, .rheinauenpfad.contrast_WB .hellviolett:before, .rheinauenpfad.contrast_WB .hellrose:after, .rheinauenpfad.contrast_WB .hellrose:before, .rheinauenpfad.contrast_WB .hellbeige:after, .rheinauenpfad.contrast_WB .hellbeige:before, .rheinauenpfad.contrast_WB .hellgelb:after, .rheinauenpfad.contrast_WB .hellgelb:before, .rheinauenpfad.contrast_WB .dunkelgruen:after, .rheinauenpfad.contrast_WB .dunkelgruen:before, .rheinauenpfad.contrast_WB .dunkelblau:after, .rheinauenpfad.contrast_WB .dunkelblau:before, .rheinauenpfad.contrast_WB .rot:after, .rheinauenpfad.contrast_WB .rot:before, .rheinauenpfad.contrast_WB .dunkelrot:after, .rheinauenpfad.contrast_WB .dunkelrot:before, .rheinauenpfad.contrast_WB .gelb:not(.c-button):after, .rheinauenpfad.contrast_WB .gelb:not(.c-button):before { border-bottom: 3px solid #fff; border-top: 3px solid #fff; top: -3px !important; height: calc(100% + 6px) !important; }

.rheinauenpfad.contrast_WB .hasMemory .hellgruen, .rheinauenpfad.contrast_WB .hasMemory .gruen, .rheinauenpfad.contrast_WB .hasMemory .hellblau, .rheinauenpfad.contrast_WB .hasMemory .hellviolett, .rheinauenpfad.contrast_WB .hasMemory .hellrose, .rheinauenpfad.contrast_WB .hasMemory .hellbeige, .rheinauenpfad.contrast_WB .hasMemory .hellgelb, .rheinauenpfad.contrast_WB .hasMemory .dunkelgruen, .rheinauenpfad.contrast_WB .hasMemory .dunkelblau, .rheinauenpfad.contrast_WB .hasMemory .rot, .rheinauenpfad.contrast_WB .hasMemory .dunkelrot, .rheinauenpfad.contrast_WB .hasMemory .gelb:not(.c-button) { border: none; }

.rheinauenpfad.contrast_WB .hasMemory .hellgruen .flip-card, .rheinauenpfad.contrast_WB .hasMemory .gruen .flip-card, .rheinauenpfad.contrast_WB .hasMemory .hellblau .flip-card, .rheinauenpfad.contrast_WB .hasMemory .hellviolett .flip-card, .rheinauenpfad.contrast_WB .hasMemory .hellrose .flip-card, .rheinauenpfad.contrast_WB .hasMemory .hellbeige .flip-card, .rheinauenpfad.contrast_WB .hasMemory .hellgelb .flip-card, .rheinauenpfad.contrast_WB .hasMemory .dunkelgruen .flip-card, .rheinauenpfad.contrast_WB .hasMemory .dunkelblau .flip-card, .rheinauenpfad.contrast_WB .hasMemory .rot .flip-card, .rheinauenpfad.contrast_WB .hasMemory .dunkelrot .flip-card, .rheinauenpfad.contrast_WB .hasMemory .gelb:not(.c-button) .flip-card { border: 1px solid #fff; }

.rheinauenpfad.contrast_WB .hasMemory .hellgruen .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .hellgruen .flip-card.right:before, .rheinauenpfad.contrast_WB .hasMemory .gruen .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .gruen .flip-card.right:before, .rheinauenpfad.contrast_WB .hasMemory .hellblau .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .hellblau .flip-card.right:before, .rheinauenpfad.contrast_WB .hasMemory .hellviolett .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .hellviolett .flip-card.right:before, .rheinauenpfad.contrast_WB .hasMemory .hellrose .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .hellrose .flip-card.right:before, .rheinauenpfad.contrast_WB .hasMemory .hellbeige .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .hellbeige .flip-card.right:before, .rheinauenpfad.contrast_WB .hasMemory .hellgelb .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .hellgelb .flip-card.right:before, .rheinauenpfad.contrast_WB .hasMemory .dunkelgruen .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .dunkelgruen .flip-card.right:before, .rheinauenpfad.contrast_WB .hasMemory .dunkelblau .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .dunkelblau .flip-card.right:before, .rheinauenpfad.contrast_WB .hasMemory .rot .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .rot .flip-card.right:before, .rheinauenpfad.contrast_WB .hasMemory .dunkelrot .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .dunkelrot .flip-card.right:before, .rheinauenpfad.contrast_WB .hasMemory .gelb:not(.c-button) .flip-card.error:before, .rheinauenpfad.contrast_WB .hasMemory .gelb:not(.c-button) .flip-card.right:before { content: ""; opacity: 0.5; }

.rheinauenpfad.contrast_WB .hasMemory .hellgruen img { filter: brightness(4); }

.rheinauenpfad.contrast_WB .hasMemory .dunkelgruen img { filter: brightness(0); }

.rheinauenpfad.contrast_WB .sortImg > .imageContainer .boxChild .clickNumber { color: #fff; }

.rheinauenpfad.contrast_WB .isAudio.hasFigure .audioBox + figure img { filter: brightness(0); }

.rheinauenpfad.contrast_WB .quizRightWrong > .imageContainer .boxChild:after { opacity: 0.5 !important; }

.rheinauenpfad.contrast_WB .background-top-left, .rheinauenpfad.contrast_WB .background-top-right, .rheinauenpfad.contrast_WB .background-bottom-left, .rheinauenpfad.contrast_WB .background-bottom-right, .rheinauenpfad.contrast_WB .l-footer__img { filter: brightness(100); }

.rheinauenpfad.contrast_WB .button-container .btn { color: #fff; border: 1px solid #fff; }

.rheinauenpfad.contrast_WB .button-container .btn:hover, .rheinauenpfad.contrast_WB .button-container .btn:focus-visible { background: #fff; border: 1px solid #000; color: #000; }

.rheinauenpfad.contrast_WB .button-container .btn + .btn { border: 1px solid #fff; background: #fff; color: #000; }

.rheinauenpfad.contrast_WB .button-container .btn + .btn:hover, .rheinauenpfad.contrast_WB .button-container .btn + .btn:focus-visible { background: #000; color: #fff; }

.rheinauenpfad.contrast_WB .quizRightWrong.text .textContainer > div i, .rheinauenpfad.contrast_WB .quizRightWrong.text .textContainer > div .circle { background: #fff !important; color: #fff; }

.rheinauenpfad.contrast_WB .rezepte .swiper-slide { border: 3px solid #000; background: #fff; }

.rheinauenpfad.contrast_WB .rezepte .swiper-slide .c-button a { color: #fff; }

.rheinauenpfad.contrast_WB .rezepte .swiper-slide .c-button a:hover, .rheinauenpfad.contrast_WB .rezepte .swiper-slide .c-button a:focus-visible { color: #000 !important; }

.rheinauenpfad.contrast_WB .rezepte .swiper-slide .c-button button:hover, .rheinauenpfad.contrast_WB .rezepte .swiper-slide .c-button button:focus-visible { background: #fff; color: #000; border: 1px solid #000; }

.rheinauenpfad.contrast_WB .rezepte .swiper-slide .c-button button:hover a, .rheinauenpfad.contrast_WB .rezepte .swiper-slide .c-button button:focus-visible a { color: #000; }

.rheinauenpfad { --spacer_0-25-clamp: clamp(0.1875rem, calc(0.0804rem + 0.5357vw), 0.5625rem); --spacer_0-5-clamp: clamp(0.5625rem, calc(0.4018rem + 0.8036vw), 1.125rem); --spacer_0-75-clamp: clamp(0.8125rem, calc(0.5625rem + 1.25vw), 1.6875rem); --spacer_1-clamp: clamp(1.125rem, calc(0.8036rem + 1.6071vw), 2.25rem); --spacer_1-25-clamp: clamp(1.375rem, calc( 0.9643rem + 2.0536vw), 2.8125rem); --spacer_1-5-clamp: clamp(1.6875rem, calc(1.2054rem + 2.4107vw), 3.375rem); --spacer_1-75-clamp: clamp(1.9375rem, calc(1.3661rem + 2.8571vw), 3.9375rem); --spacer_2-clamp: clamp(2.25rem, calc(1.6071rem + 3.2143vw), 4.5rem); --spacer_3-clamp: clamp(3.375rem, calc(2.4107rem + 4.8214vw), 6.75rem); --spacer_4-clamp: clamp(4.5rem, calc(3.2143rem + 6.4286vw), 9rem); --spacer_headline-top-clamp: clamp(1.25rem, calc(0.75rem + 2.5vw), 3rem); --spacer_headline-bottom-clamp: clamp(1.25rem, calc(0.75rem + 2.5vw), 3rem); }

.rheinauenpfad .tourNav { margin-top: calc(var(--spacer_4-clamp) + calc(var(--spacer_0-5-clamp))); margin-bottom: calc((-1) * var(--spacer_0-5-clamp)); position: relative; }

.rheinauenpfad .tourNav:before { content: "\f277"; font-family: "Font Awesome 6 Pro"; font-weight: bold; color: var(--cd-color-gelb); font-size: var(--spacer_1-75-clamp); position: absolute; bottom: 100%; left: calc(50% - var(--spacer_0-5-clamp)); line-height: 1; }

.rheinauenpfad .tourNav ul { display: flex; justify-content: center; margin: 0; padding: var(--spacer_0-75-clamp) 0; border-top: 1px solid var(--cd-color-gelb); border-bottom: 1px solid var(--cd-color-gelb); position: relative; }

@media (max-width: 767.98px) { .rheinauenpfad .tourNav ul { z-index: 1; } }

.rheinauenpfad .tourNav ul li { list-style: none; flex-basis: 50%; }

.rheinauenpfad .tourNav ul li a { width: 100%; display: block; white-space: nowrap; }

.rheinauenpfad .tourNav ul li a:after, .rheinauenpfad .tourNav ul li a:before { font-family: "Font Awesome 6 Pro"; font-weight: 300; text-decoration: none; display: inline-block; }

@media screen and (max-width: 400px) { .rheinauenpfad .tourNav ul li a { font-size: 15px; } }

.rheinauenpfad .tourNav ul li:first-child a { border-right: 1px solid var(--cd-color-light); padding-right: var(--spacer_1-clamp); text-align: right; }

@media screen and (max-width: 400px) { .rheinauenpfad .tourNav ul li:first-child a { padding-right: 10px; } }

.rheinauenpfad .tourNav ul li:first-child a:before { content: "\f323"; padding-right: var(--spacer_0-25-clamp); }

.rheinauenpfad .tourNav ul li:last-child a { padding-left: var(--spacer_1-clamp); }

@media screen and (max-width: 400px) { .rheinauenpfad .tourNav ul li:last-child a { padding-left: 10px; } }

.rheinauenpfad .tourNav ul li:last-child a:after { content: "\f324"; padding-left: var(--spacer_0-25-clamp); }

.rheinauenpfad .l-footer > div:first-child > div:first-child { position: relative; }

.rheinauenpfad .l-footer__img { position: absolute; bottom: calc(100% - 10px); right: -15%; max-width: 240px !important; }

@media screen and (max-width: 1750px) { .rheinauenpfad .l-footer__img { right: -5%; } }

@media (max-width: 1199.98px) { .rheinauenpfad .l-footer__img { right: -20%; } }

@media (max-width: 767.98px) { .rheinauenpfad .l-footer__img { max-width: 180px !important; } }

@media (max-width: 575.98px) { .rheinauenpfad .l-footer__img { opacity: 0.3; max-width: 150px !important; right: -10%; } }

.rheinauenpfad .l-footer__img figure { margin: 0; }

.rheinauenpfad .l-footer__img figure.flip { transform: scale(-1, 1); }

.rheinauenpfad .l-print-button { display: none; }

.rheinauenpfad h1, .rheinauenpfad .c-stoerer__inner h2, .c-stoerer__inner .rheinauenpfad h2 { margin-top: var(--spacer_1-75-clamp); margin-bottom: var(--spacer_1-25-clamp); }

.rheinauenpfad h2 { margin-top: var(--spacer_1-25-clamp); margin-bottom: var(--spacer_0-75-clamp); }

.rheinauenpfad h3 { margin-top: var(--spacer_1-25-clamp); margin-bottom: var(--spacer_0-5-clamp); }

.rheinauenpfad p + p { margin-top: var(--spacer_0-75-clamp); }

.rheinauenpfad h2 + a + .v-row, .rheinauenpfad h2 + .v-row { margin-top: var(--spacer_1-25-clamp); }

.rheinauenpfad .p-max-600 p { max-width: 600px !important; }

.rheinauenpfad .l-content .btn { background: var(--cd-color-main); color: var(--cd-color-white); border-radius: 36px; padding: var(--spacer_0-25-clamp) var(--spacer_1-clamp); text-transform: uppercase; font-weight: 600; font-size: clamp(1rem, 0.4073vw, 1.25rem); white-space: wrap; }

.rheinauenpfad .l-content .btn + .btn { background: var(--cd-color-secondary); color: var(--cd-color-main); }

.rheinauenpfad .l-content .btn + .btn:hover { background: var(--cd-color-prim-gelb); }

.rheinauenpfad .button-container { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; gap: 20px; margin-top: var(--spacer_2-clamp); z-index: 2; position: relative; }

.rheinauenpfad .ui-accordion { max-width: 700px; }

.rheinauenpfad .toggle_title.no-jalousie { display: none; }

.rheinauenpfad .toggle_title.no-jalousie + .toggle_container.ui-accordion-content { display: block !important; }

.rheinauenpfad .toggle_title.no-jalousie + .toggle_container.ui-accordion-content .v-box { background: transparent; }

.rheinauenpfad .toggle_title.no-jalousie + .toggle_container.ui-accordion-content .v-box h2 { margin-top: 0; }

.rheinauenpfad .toggle_title.no-jalousie + .toggle_container.ui-accordion-content + .toggle_title:not(.no-jalousie) { padding: var(--spacer_0-5-clamp) 40px; padding-left: 0; }

.rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie figure, .rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie .multimedia { margin: 0; width: 100%; }

.rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie figure img, .rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie figure video, .rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie .multimedia img, .rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie .multimedia video { aspect-ratio: 26 / 21; object-fit: cover; width: 100%; }

.rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie figure img + .caption, .rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie figure video + .caption, .rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie .multimedia img + .caption, .rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie .multimedia video + .caption { position: absolute; top: 0; background: rgba(0, 0, 0, 0.3); color: white; padding: 5px; }

.rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie figure video, .rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie .multimedia video { aspect-ratio: initial; }

.rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie .boxChild:nth-child(2) { position: absolute; border-radius: 100%; width: 45%; overflow: hidden; right: calc(var(--spacer_1-25-clamp) * (-1)); top: calc(var(--spacer_1-25-clamp) * (-1)); border: 5px solid var(--cd-background-change); z-index: 1; box-shadow: 0px 0 10px 5px #0000001A; }

.rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie .boxChild:nth-child(2) img { aspect-ratio: 1 / 1; object-fit: cover; }

.rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie .boxChild:nth-child(2) figcaption { left: 50%; }

.rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie .boxChild:nth-child(2) figcaption.show { left: 0; bottom: 35%; }

.rheinauenpfad .toggle_container.ui-accordion-content .v-box.no-jalousie.odd .boxChild:nth-child(2) { left: calc(var(--spacer_1-25-clamp) * (-1)); right: initial; }

.rheinauenpfad .hasAccordion { row-gap: var(--spacer_1-75-clamp); }

.rheinauenpfad .hasAccordion .ui-accordion { margin-bottom: 0; }

.rheinauenpfad .c-list .icon-list { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: var(--spacer_0-5-clamp); }

.rheinauenpfad .c-list .icon-list .icon-listitem { list-style: none; display: flex; line-height: 30px; }

.rheinauenpfad .c-list .icon-list .icon-listitem img { width: 30px; height: 30px; max-width: 30px; margin-right: var(--spacer_0-75-clamp); }

.rheinauenpfad .c-list .icon-list .icon-listitem img.scaleUp { transform: scale(1.5); transform-box: fill-box; transform-origin: center; transition: all 0.2s ease-in-out; }

.rheinauenpfad .c-list .icon-list .icon-listitem strong { display: block; margin-top: -5px; }

.rheinauenpfad .c-list .icon-list li:not(.icon-listitem) { margin-left: calc(var(--spacer_0-75-clamp) + 30px); }

.rheinauenpfad .swiper .swiper-slide .v-box { position: relative; padding: 0; }

.rheinauenpfad .swiper .swiper-slide .v-box p.c-text, .rheinauenpfad .swiper .swiper-slide .v-box h4, .rheinauenpfad .swiper .swiper-slide .v-box .c-table caption, .c-table .rheinauenpfad .swiper .swiper-slide .v-box caption, .rheinauenpfad .swiper .swiper-slide .v-box .basecontent-table > table caption, .basecontent-table > table .rheinauenpfad .swiper .swiper-slide .v-box caption { position: relative; margin: 0; max-width: 100%; padding: var(--spacer_0-75-clamp) var(--spacer_1-clamp); }

.rheinauenpfad .swiper .swiper-slide .v-box p.c-text:after, .rheinauenpfad .swiper .swiper-slide .v-box p.c-text:before, .rheinauenpfad .swiper .swiper-slide .v-box h4:after, .rheinauenpfad .swiper .swiper-slide .v-box .c-table caption:after, .c-table .rheinauenpfad .swiper .swiper-slide .v-box caption:after, .rheinauenpfad .swiper .swiper-slide .v-box .basecontent-table > table caption:after, .basecontent-table > table .rheinauenpfad .swiper .swiper-slide .v-box caption:after, .rheinauenpfad .swiper .swiper-slide .v-box h4:before, .rheinauenpfad .swiper .swiper-slide .v-box .c-table caption:before, .c-table .rheinauenpfad .swiper .swiper-slide .v-box caption:before, .rheinauenpfad .swiper .swiper-slide .v-box .basecontent-table > table caption:before, .basecontent-table > table .rheinauenpfad .swiper .swiper-slide .v-box caption:before { display: none; }

.rheinauenpfad .swiper .swiper-slide .v-box h4, .rheinauenpfad .swiper .swiper-slide .v-box .c-table caption, .c-table .rheinauenpfad .swiper .swiper-slide .v-box caption, .rheinauenpfad .swiper .swiper-slide .v-box .basecontent-table > table caption, .basecontent-table > table .rheinauenpfad .swiper .swiper-slide .v-box caption { padding-bottom: 0; z-index: 2; margin-bottom: calc(var(--spacer_0-25-clamp) * (-1)); }

.rheinauenpfad .swiper .swiper-slide .v-box figure { width: 100%; margin: 0; }

.rheinauenpfad .swiper .swiper-slide .v-box figure img { max-height: calc(var(--spacer_3-clamp) * 5); width: 100%; object-fit: cover; }

.rheinauenpfad .swiperParent { position: relative; padding-top: var(--spacer_0-25-clamp); }

.rheinauenpfad .swiperParent .swiper-button-prev, .rheinauenpfad .swiperParent .swiper-button-next { opacity: 0.8; height: auto; top: calc(50% - var(--spacer_0-75-clamp)); }

.rheinauenpfad .swiperParent .swiper-button-prev:after, .rheinauenpfad .swiperParent .swiper-button-next:after { font-size: calc(var(--spacer_3-clamp) - var(--spacer_0-25-clamp)); }

@media (max-width: 767.98px) { .rheinauenpfad .swiperParent .swiper-button-prev:after, .rheinauenpfad .swiperParent .swiper-button-next:after { font-size: var(--spacer_1-clamp); font-weight: 900; padding: var(--spacer_0-5-clamp); } }

.rheinauenpfad .swiperParent .swiper-button-prev { left: calc(var(--spacer_2-clamp) * -1); }

@media (max-width: 767.98px) { .rheinauenpfad .swiperParent .swiper-button-prev { left: calc(var(--spacer_1-75-clamp) * -1); } }

.rheinauenpfad .swiperParent .swiper-button-next { right: calc(var(--spacer_2-clamp) * -1); }

@media (max-width: 767.98px) { .rheinauenpfad .swiperParent .swiper-button-next { right: calc(var(--spacer_1-75-clamp) * -1); } }

.rheinauenpfad .swiperParent .controls .swiper-pagination { display: none; position: unset !important; justify-content: center; align-items: center; transform: none; left: initial; top: initial !important; bottom: initial !important; max-width: 90%; width: auto !important; gap: var(--spacer_0-75-clamp); }

@media (max-width: 767.98px) { .rheinauenpfad .swiperParent .controls .swiper-pagination { gap: 5px; } }

.rheinauenpfad .swiperParent .controls .swiper-pagination .swiper-pagination-bullet { width: var(--spacer_1-25-clamp); height: var(--spacer_1-25-clamp); border-radius: 90px; background: transparent; border: 2px solid var(--cd-font-change); opacity: 1; }

.rheinauenpfad .swiperParent .controls .swiper-pagination .swiper-pagination-bullet-active, .rheinauenpfad .swiperParent .controls .swiper-pagination .swiper-pagination-bullet:hover, .rheinauenpfad .swiperParent .controls .swiper-pagination .swiper-pagination-bullet:focus { background: var(--cd-font-change); }

@media (max-width: 767.98px) { .rheinauenpfad .swiperParent .controls .swiper-pagination .swiper-pagination-bullet { width: var(--spacer_1-clamp); height: var(--spacer_1-clamp); } }

@media (max-width: 767.98px) { .rheinauenpfad .swiperParent .controls { margin-bottom: var(--spacer_1-25-clamp); display: flex; align-items: center; justify-content: center; gap: var(--spacer_2-clamp); margin-top: var(--spacer_1-clamp); } .rheinauenpfad .swiperParent .controls .swiper-pagination { display: flex; } }

@media (max-width: 767.98px) and (max-width: 767.98px) { .rheinauenpfad .swiperParent .controls { gap: var(--spacer_1-clamp); } }

@media (max-width: 767.98px) { .rheinauenpfad .swiperParent .controls .swiper-button-prev, .rheinauenpfad .swiperParent .controls .swiper-button-next { position: relative; left: initial; right: initial; top: initial !important; bottom: initial !important; margin-top: initial !important; } }

@media (max-width: 991.98px) { .rheinauenpfad .swiperArticle { max-width: 100% !important; flex: 0 0 100% !important; } }

.rheinauenpfad .c-image.hidden, .rheinauenpfad div.hidden.image { display: none; }

@media (max-width: 575.98px) { .rheinauenpfad .l-teaser-inner { padding-top: 0; } }

.rheinauenpfad .firstTeaser { display: flex; align-items: center; justify-content: center; column-gap: var(--spacer_2-clamp); }

@media (max-width: 767.98px) { .rheinauenpfad .firstTeaser { margin-left: 0 !important; margin-right: 0 !important; } }

@media (max-width: 575.98px) { .rheinauenpfad .firstTeaser { justify-content: center; } }

.rheinauenpfad .firstTeaser figure, .rheinauenpfad .firstTeaser .v-box, .rheinauenpfad .firstTeaser .v-col { margin: 0; padding: 0 !important; }

.rheinauenpfad .firstTeaser > div:first-child { flex-basis: calc(25% - var(--spacer_1-clamp)); max-width: calc(25% - var(--spacer_1-clamp)); align-self: flex-start; }

@media (max-width: 575.98px) { .rheinauenpfad .firstTeaser > div:first-child { flex-basis: 100%; max-width: 180px; } }

.rheinauenpfad .firstTeaser > div:first-child figcaption { display: none; }

.rheinauenpfad .firstTeaser > div:last-child { flex-basis: calc(55% - var(--spacer_1-clamp)); max-width: calc(55% - var(--spacer_1-clamp)); }

@media (max-width: 1199.98px) { .rheinauenpfad .firstTeaser > div:last-child { flex-basis: calc(75% - var(--spacer_1-clamp)); max-width: calc(75% - var(--spacer_1-clamp)); } }

@media (max-width: 575.98px) { .rheinauenpfad .firstTeaser > div:last-child { flex-basis: 100%; max-width: 100%; } }

.rheinauenpfad .v-standard-breit.isFirstElement + a + .v-standard, .rheinauenpfad .v-standard-breit.isFirstElement + .v-standard, .rheinauenpfad .v-standard-breit.isFirstElement + a + .v-standard-breit, .rheinauenpfad .v-standard-breit.isFirstElement + .v-standard-breit { margin-top: calc(var(--spacer_0-75-clamp) + var(--spacer_2-clamp)); }

.rheinauenpfad .stickToTop { margin-top: 0 !important; }

.rheinauenpfad .stickToTop .hasAccordion.isFirstElementinArticle { margin-top: var(--spacer_1-25-clamp); }

.rheinauenpfad .stickToTop.no-margin { padding-top: 0; }

.rheinauenpfad .stickToBottom { margin-bottom: 0 !important; }

.rheinauenpfad .stickToBottom.no-margin { padding-bottom: 0; }

.rheinauenpfad .stickToBottom.no-margin h2 { margin-bottom: 0 !important; padding-bottom: 0; }

.rheinauenpfad .stickToBottom figure { margin: 0; margin-top: var(--spacer_1-75-clamp); }

@media (max-width: 991.98px) { .rheinauenpfad .stickToBottom figure { width: calc(100% + (36px * 2)); margin-left: -36px; } }

.rheinauenpfad .stickToBottom figure.half-height { width: 100%; }

.rheinauenpfad .stickToBottom figure.half-height img { max-height: 600px; width: 100%; object-fit: cover; }

@media (max-width: 991.98px) { .rheinauenpfad .stickToBottom figure.half-height { width: calc(100% + (36px * 2)); } .rheinauenpfad .stickToBottom figure.half-height img { max-height: 400px; } }

.rheinauenpfad .background-top-left, .rheinauenpfad .background-top-right, .rheinauenpfad .background-bottom-left, .rheinauenpfad .background-bottom-right { position: absolute !important; max-width: calc(var(--spacer_3-clamp) * 2); width: calc(var(--spacer_4-clamp) + var(--spacer_3-clamp)); z-index: 0 !important; margin: 0; }

.rheinauenpfad .background-top-left.flip, .rheinauenpfad .background-top-right.flip, .rheinauenpfad .background-bottom-left.flip, .rheinauenpfad .background-bottom-right.flip { transform: scale(-1, 1); }

.rheinauenpfad .background-top-left.rotate-180, .rheinauenpfad .background-top-right.rotate-180, .rheinauenpfad .background-bottom-left.rotate-180, .rheinauenpfad .background-bottom-right.rotate-180 { transform: rotate(180deg); }

.rheinauenpfad .background-top-left.rotate-180.flip, .rheinauenpfad .background-top-right.rotate-180.flip, .rheinauenpfad .background-bottom-left.rotate-180.flip, .rheinauenpfad .background-bottom-right.rotate-180.flip { transform: rotate(180deg) scale(-1, 1); }

.rheinauenpfad .background-top-left.rotate-90, .rheinauenpfad .background-top-right.rotate-90, .rheinauenpfad .background-bottom-left.rotate-90, .rheinauenpfad .background-bottom-right.rotate-90 { transform: rotate(90deg); }

.rheinauenpfad .background-top-left.rotate-90.flip, .rheinauenpfad .background-top-right.rotate-90.flip, .rheinauenpfad .background-bottom-left.rotate-90.flip, .rheinauenpfad .background-bottom-right.rotate-90.flip { transform: rotate(90deg) scale(-1, 1); }

.rheinauenpfad .background-top-left.full-height, .rheinauenpfad .background-top-right.full-height, .rheinauenpfad .background-bottom-left.full-height, .rheinauenpfad .background-bottom-right.full-height { position: absolute; width: 80%; max-width: 100%; height: 100%; max-height: 100%; top: 0; overflow: hidden; opacity: 0.1; }

.rheinauenpfad .background-top-left.isLastElementinArticle, .rheinauenpfad .background-top-right.isLastElementinArticle, .rheinauenpfad .background-bottom-left.isLastElementinArticle, .rheinauenpfad .background-bottom-right.isLastElementinArticle { margin-bottom: 0 !important; }

.rheinauenpfad .background-top-right, .rheinauenpfad .background-bottom-right { top: 0; right: -60%; }

@media screen and (min-width: 1800px) { .rheinauenpfad .background-top-right.nearContent, .rheinauenpfad .background-bottom-right.nearContent { right: -35%; } }

@media screen and (max-width: 1800px) { .rheinauenpfad .background-top-right, .rheinauenpfad .background-bottom-right { right: calc((-1) * (1200px - 100% - (36px * 2))); } }

@media screen and (max-width: 1360px) { .rheinauenpfad .background-top-right, .rheinauenpfad .background-bottom-right { right: calc((-1) * (1360px - 100% - (36px * 2))); } }

@media (max-width: 1439.98px) { .rheinauenpfad .background-top-right, .rheinauenpfad .background-bottom-right { right: calc((-1) * (1140px - 100% - (36px * 4))); } }

@media (max-width: 1199.98px) { .rheinauenpfad .background-top-right, .rheinauenpfad .background-bottom-right { right: calc((-1) * (960px - 100% - (36px * 4))); } }

@media (max-width: 991.98px) { .rheinauenpfad .background-top-right, .rheinauenpfad .background-bottom-right { right: calc((-1) * (720px - 100% - (36px * 2))); } }

@media (max-width: 767.98px) { .rheinauenpfad .background-top-right, .rheinauenpfad .background-bottom-right { right: calc((-1) * (540px - 100% - (36px * (-2)))); opacity: 0.3; } }

@media (max-width: 575.98px) { .rheinauenpfad .background-top-right, .rheinauenpfad .background-bottom-right { right: -36px; } }

.rheinauenpfad .background-top-right.full-height, .rheinauenpfad .background-bottom-right.full-height { left: 80% !important; right: initial; }

.rheinauenpfad .background-bottom-left, .rheinauenpfad .background-top-left { top: 0; left: -60%; }

@media screen and (min-width: 1800px) { .rheinauenpfad .background-bottom-left.nearContent, .rheinauenpfad .background-top-left.nearContent { left: -35%; } }

@media screen and (max-width: 1800px) { .rheinauenpfad .background-bottom-left, .rheinauenpfad .background-top-left { left: calc((-1) * (1200px - 100% - (36px * 2))); } }

@media screen and (max-width: 1360px) { .rheinauenpfad .background-bottom-left, .rheinauenpfad .background-top-left { left: calc((-1) * (1360px - 100% - (36px * 2))); } }

@media (max-width: 1439.98px) { .rheinauenpfad .background-bottom-left, .rheinauenpfad .background-top-left { left: calc((-1) * (1140px - 100% - (36px * 4))); } }

@media (max-width: 1199.98px) { .rheinauenpfad .background-bottom-left, .rheinauenpfad .background-top-left { left: calc((-1) * (960px - 100% - (36px * 4))); } }

@media (max-width: 991.98px) { .rheinauenpfad .background-bottom-left, .rheinauenpfad .background-top-left { left: calc((-1) * (720px - 100% - (36px * 2))); } }

@media (max-width: 767.98px) { .rheinauenpfad .background-bottom-left, .rheinauenpfad .background-top-left { left: calc((-1) * (540px - 100% - (36px * (-2)))); opacity: 0.3; } }

@media (max-width: 575.98px) { .rheinauenpfad .background-bottom-left, .rheinauenpfad .background-top-left { left: -36px; } }

.rheinauenpfad .background-bottom-left.full-height, .rheinauenpfad .background-top-left.full-height { right: 80% !important; left: initial; }

.rheinauenpfad .v-standard-breit { position: relative; }

.rheinauenpfad .v-standard-breit > h2, .rheinauenpfad .v-standard-breit h3, .rheinauenpfad .v-standard-breit p { max-width: 880px; }

.rheinauenpfad .v-standard-breit .background-top-right, .rheinauenpfad .v-standard-breit .background-bottom-right { top: 0; left: calc(100% + var(--spacer_2-clamp)); right: initial; }

@media screen and (max-width: 1700px) { .rheinauenpfad .v-standard-breit .background-top-right, .rheinauenpfad .v-standard-breit .background-bottom-right { left: calc(100% - var(--spacer_2-clamp)); } }

@media (max-width: 767.98px) { .rheinauenpfad .v-standard-breit .background-top-right, .rheinauenpfad .v-standard-breit .background-bottom-right { right: calc((-1) * (540px - 100% - (36px * (-2)))); opacity: 0.3; } }

@media (max-width: 575.98px) { .rheinauenpfad .v-standard-breit .background-top-right, .rheinauenpfad .v-standard-breit .background-bottom-right { right: -36px; } }

.rheinauenpfad .v-standard-breit .background-bottom-left, .rheinauenpfad .v-standard-breit .background-top-left { top: 0; right: calc(100% + var(--spacer_2-clamp)); left: initial; }

@media screen and (max-width: 1700px) { .rheinauenpfad .v-standard-breit .background-bottom-left, .rheinauenpfad .v-standard-breit .background-top-left { right: calc(100% - var(--spacer_2-clamp)); } }

@media (max-width: 767.98px) { .rheinauenpfad .v-standard-breit .background-bottom-left, .rheinauenpfad .v-standard-breit .background-top-left { left: calc((-1) * (540px - 100% - (36px * (-2)))); opacity: 0.3; } }

@media (max-width: 575.98px) { .rheinauenpfad .v-standard-breit .background-bottom-left, .rheinauenpfad .v-standard-breit .background-top-left { left: -36px; } }

.rheinauenpfad .v-standard:not(.teaser) { position: relative; }

.rheinauenpfad .v-standard:not(.teaser) > p, .rheinauenpfad .v-standard:not(.teaser) .c-list { max-width: 650px; }

.rheinauenpfad .background-bottom-right, .rheinauenpfad .background-bottom-left { bottom: 0; top: initial !important; }

.rheinauenpfad .symbol-text { margin: 0; flex: 0 0 66.66666667%; max-width: 66.66666667%; margin-left: auto; margin-right: auto; row-gap: var(--spacer_1-5-clamp); margin-top: var(--spacer_1-5-clamp); margin-top: var(--spacer_1-5-clamp); }

@media (max-width: 991.98px) { .rheinauenpfad .symbol-text { max-width: 100% !important; flex: 0 0 100% !important; } }

.rheinauenpfad .symbol-text > div { max-width: 100%; flex: 0 0 100%; position: initial; }

.rheinauenpfad .symbol-text > div .v-col { display: flex; column-gap: var(--spacer_1-75-clamp); align-items: center; }

@media (max-width: 575.98px) { .rheinauenpfad .symbol-text > div .v-col { flex-wrap: wrap; row-gap: var(--spacer_0-5-clamp); } }

.rheinauenpfad .symbol-text > div .v-col .v-box { padding: 0; }

.rheinauenpfad .symbol-text > div .v-col > div:first-child { position: absolute; left: calc(var(--spacer_0-5-clamp) * (-1)); z-index: 3; }

@media (max-width: 991.98px) { .rheinauenpfad .symbol-text > div .v-col > div:first-child { position: relative; } }

.rheinauenpfad .symbol-text > div .v-col > div:last-child { min-height: var(--spacer_4-clamp); display: flex; align-items: center; flex-basis: 100%; }

.rheinauenpfad .symbol-text > div .v-col > div:last-child > div { flex-basis: 100%; }

.rheinauenpfad .symbol-text > div .v-col > div:last-child > div p:not(.rangeSlider) { max-width: 600px; }

.rheinauenpfad .symbol-text > div figure { max-width: calc(var(--spacer_1-75-clamp) * 3); width: calc(var(--spacer_1-75-clamp) * 3); margin-bottom: 0; }

.rheinauenpfad .symbol-text > div h3 { font-size: clamp(1rem, 2.25vw, 1.25rem); font-weight: bold; margin-top: 0; }

.rheinauenpfad .symbol-text > div p { margin-bottom: 0; }

.rheinauenpfad .v-standard .symbol-text { flex: 0 0 58.33333333%; max-width: 58.33333333%; }

@media (max-width: 1199.98px) { .rheinauenpfad .v-standard .symbol-text { flex: 0 0 50%; max-width: 50%; } }

.rheinauenpfad .c-separator div.trenner-sep, .rheinauenpfad .basecontent-dvv-trenner div.trenner-sep { margin: var(--spacer_1-clamp) 0; }

.rheinauenpfad figure.hasCaption { position: relative; }

.rheinauenpfad figure.hasCaption .captionC { font-size: 0; position: absolute; position: absolute; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); color: white; padding: 5px; line-height: 1; transition: all 0.3s ease-in-out; cursor: pointer; z-index: 10; display: flex; }

.rheinauenpfad figure.hasCaption .captionC:before { content: "\f1f9"; font-family: "Font Awesome 6 Pro"; padding-right: 0; font-weight: 400; font-size: 18px; line-height: 1; color: white; padding-right: 0; transition: all 0.3s ease-in-out; }

.rheinauenpfad figure.hasCaption .captionC.show { translate: 0; transition: all 0.3s ease-in-out; font-size: 0.9em; line-height: 1.3; }

.rheinauenpfad figure.hasCaption .captionC.show:before { padding-right: 10px; transition: all 0.3s ease-in-out; }

.rheinauenpfad .l-breadcrumb .l-readspeaker { position: absolute; top: 100%; max-width: 60% !important; padding: 0 11px; padding-top: 1.75rem; }

@media (max-width: 1439.98px) { .rheinauenpfad .l-breadcrumb .l-readspeaker { max-width: 100% !important; padding: 0 18px; padding-top: 1.75rem; } }

@media (max-width: 991.98px) { .rheinauenpfad .l-breadcrumb .l-readspeaker { padding-top: 0.75rem; } }

.rheinauenpfad .l-breadcrumb .l-readspeaker > .l-readspeaker-inner { flex: 0 0 100%; max-width: 100%; }

.rheinauenpfad .l-content .l-readspeaker { margin-top: -30px 0 30px 0; }

@media (max-width: 991.98px) { .rheinauenpfad .l-content .l-readspeaker { margin-top: 0; } }

.rheinauenpfad .interactive-map { margin: var(--spacer_1-25-clamp) 0 !important; justify-content: space-between; }

.rheinauenpfad .interactive-map > div:first-child { flex: 0 0 55%; max-width: 55%; }

.rheinauenpfad .interactive-map > div:first-child .v-box { padding: 0; }

@media (max-width: 991.98px) { .rheinauenpfad .interactive-map > div:first-child { flex: 0 0 100%; max-width: 100%; } .rheinauenpfad .interactive-map > div:first-child .v-box { padding: 0; } }

.rheinauenpfad .interactive-map > div:last-child { flex: 0 0 40%; max-width: 40%; }

@media (max-width: 991.98px) { .rheinauenpfad .interactive-map > div:last-child { flex: 0 0 100%; max-width: 100%; } }

.rheinauenpfad .interactive-map > div:last-child .v-col { padding: 0; margin-bottom: 0; }

.rheinauenpfad .interactive-map svg { overflow: visible; }

.rheinauenpfad .interactive-map svg a { transform: scale(1); transform-box: fill-box; transform-origin: center; transition: all 0.2s ease-in-out; }

.rheinauenpfad .interactive-map svg a:hover, .rheinauenpfad .interactive-map svg a.scaleUp { transform: scale(1.5); transform-box: fill-box; transform-origin: center; transition: all 0.2s ease-in-out; }

.rheinauenpfad .rheingrenzen .clickPath { cursor: pointer; }

.rheinauenpfad .rheingrenzen .clickPath + path { stroke-width: 1px; transition: all 0.3s ease-in-out; }

.rheinauenpfad .rheingrenzen .clickPath text { transition: all 0.3s ease-in-out; }

.rheinauenpfad .rheingrenzen .clickPath:focus-visible, .rheinauenpfad .rheingrenzen .clickPath:hover, .rheinauenpfad .rheingrenzen .clickPath:focus { outline: none; }

.rheinauenpfad .rheingrenzen .clickPath:focus-visible path + path, .rheinauenpfad .rheingrenzen .clickPath:hover path + path, .rheinauenpfad .rheingrenzen .clickPath:focus path + path { stroke-width: 3px; transition: all 0.3s ease-in-out; }

.rheinauenpfad .rheingrenzen .clickPath:focus-visible text, .rheinauenpfad .rheingrenzen .clickPath:hover text, .rheinauenpfad .rheingrenzen .clickPath:focus text { transition: all 0.3s ease-in-out; }

.rheinauenpfad .interactive-kiessee svg { max-width: 100%; height: auto; overflow: visible; z-index: 2; position: relative; }

@media (max-width: 991.98px) { .rheinauenpfad .interactive-kiessee svg { max-width: calc(100% + (36px * 2)); width: calc(100% + (36px * 2)); margin-left: -36px; } }

.rheinauenpfad .interactive-kiessee .clickArea { text-decoration: none; z-index: 1; position: relative; outline: none; transform: scale(1); transform-box: fill-box; transform-origin: center; transition: all 0.3s ease-in-out; }

.rheinauenpfad .interactive-kiessee .clickArea:focus-visible, .rheinauenpfad .interactive-kiessee .clickArea:hover { outline: none; transform: scale(1.5); transition: all 0.3s ease-in-out; }

@media (max-width: 575.98px) { .rheinauenpfad .interactive-kiessee .clickArea { transform: scale(2); } .rheinauenpfad .interactive-kiessee .clickArea:focus-visible, .rheinauenpfad .interactive-kiessee .clickArea:hover { transform: scale(2.5); } }

.rheinauenpfad .interactive-kiessee text { font-size: 16px; }

@media (max-width: 767.98px) { .rheinauenpfad .interactive-kiessee text { font-size: 25px; } }

.rheinauenpfad .interactive-kiessee + figure { display: none; }

.rheinauenpfad .v-row.hasAudio { margin-bottom: 0; margin: var(--spacer_1-clamp) 0; }

@media (max-width: 575.98px) { .rheinauenpfad .v-row.hasAudio { justify-content: center; } }

.rheinauenpfad .v-row.hasAudio .multimedia { margin: 0; }

.rheinauenpfad .v-row.hasAudio .v-box { padding: 0; }

.rheinauenpfad .v-row.hasAudio > div:not(.isAudio) { flex-basis: 70%; max-width: 70%; }

.rheinauenpfad .v-row.hasAudio > div:not(.isAudio) p { margin-bottom: var(--spacer_1-25-clamp); }

@media (max-width: 575.98px) { .rheinauenpfad .v-row.hasAudio > div:not(.isAudio) { flex-basis: 100%; max-width: 100%; } }

.rheinauenpfad .v-row.hasAudio > div.isAudio.hasFigure { flex-basis: 30%; max-width: 30%; }

@media (max-width: 575.98px) { .rheinauenpfad .v-row.hasAudio > div.isAudio.hasFigure { margin-bottom: var(--spacer_3-clamp); } }

.rheinauenpfad .v-row.hasAudio > div.isAudio:not(.hasFigure) { flex: 0 0 auto; max-width: fit-content; padding-right: var(--spacer_1-clamp); align-self: center; }

@media (max-width: 767.98px) { .rheinauenpfad .v-row.hasAudio > div.isAudio:not(.hasFigure) + div { flex-basis: 70%; max-width: 70%; } }

.rheinauenpfad .v-row.hasAudio > div.isAudio:not(.hasFigure) .caption { width: 300%; left: -100%; text-align: center; margin-top: var(--spacer_0-5-clamp); position: absolute; }

@media (max-width: 767.98px) { .rheinauenpfad .v-row.hasAudio > div.isAudio:not(.hasFigure) .caption { position: relative; width: 100%; left: 0; } }

@media (max-width: 767.98px) { .rheinauenpfad .v-row.hasAudio > div.isAudio:not(.hasFigure) .speakerBox { margin: auto; margin-top: var(--spacer_0-75-clamp); } }

.rheinauenpfad .v-row.hasAudio > div.isAudio:not(.hasFigure) .audioBox > div { margin: auto !important; }

.rheinauenpfad .v-row.hasAudio > div.isAudio:not(.hasFigure):not(.isLeftElement) { flex-basis: 30%; max-width: 30%; padding-left: 50px; }

@media (max-width: 767.98px) { .rheinauenpfad .v-row.hasAudio > div.isAudio:not(.hasFigure):not(.isLeftElement) { flex-basis: 100%; max-width: 100%; padding-left: 0; } }

.rheinauenpfad .v-row.hasAudio + a + .quizRightWrong, .rheinauenpfad .v-row.hasAudio + .quizRightWrong { margin-top: var(--spacer_1-clamp); }

.rheinauenpfad .speaker audio { display: none; }

.rheinauenpfad .audioBox div { width: var(--spacer_3-clamp); height: var(--spacer_3-clamp); background: var(--cd-color-sek-hellgruen); border-radius: 150px; display: flex; justify-content: center; align-items: center; margin: 0 !important; padding: 0 !important; cursor: pointer; }

.rheinauenpfad .audioBox div:before, .rheinauenpfad .audioBox div:after { display: none !important; }

.rheinauenpfad .audioBox div i:before { font-family: "Font Awesome 6 Pro"; font-size: var(--spacer_1-25-clamp); transition: all 0.3s ease-in-out; }

.rheinauenpfad .speakerBox { position: relative; width: fit-content; z-index: 2; }

.rheinauenpfad .speakerBox img { position: absolute; left: calc(100% - var(--spacer_0-5-clamp)); top: calc((-1%) - var(--spacer_1-clamp)); max-width: calc(var(--spacer_4-clamp) * 2); z-index: 1; }

.rheinauenpfad .audioImg { gap: var(--spacer_1-clamp); z-index: 2; position: relative; justify-content: space-between; margin-left: calc(var(--spacer_1-25-clamp) * (-1)); margin-right: calc(var(--spacer_1-25-clamp) * (-1)); margin-top: var(--spacer_2-clamp); margin-bottom: var(--spacer_1-25-clamp); }

.rheinauenpfad .audioImg > div { flex-basis: calc((100% / 3) - var(--spacer_0-75-clamp)); max-width: calc((100% / 3) - var(--spacer_0-75-clamp)); }

@media (max-width: 767.98px) { .rheinauenpfad .audioImg > div { flex-basis: calc((100% / 2) - var(--spacer_0-5-clamp)); max-width: calc((100% / 2) - var(--spacer_0-5-clamp)); } }

.rheinauenpfad .audioImg > div .v-box { padding: 0; }

.rheinauenpfad .audioImg .audioBox div { position: absolute; bottom: 10px; right: 10px; width: var(--spacer_1-25-clamp); height: var(--spacer_1-25-clamp); background: var(--cd-color-hellgruen); border: 2px solid var(--cd-color-hellgruen-4); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease-in-out; }

.rheinauenpfad .audioImg .audioBox div i:before { font-family: "Font Awesome 6 Pro"; font-size: var(--spacer_0-5-clamp); color: var(--cd-color-white); transition: all 0.3s ease-in-out; display: block; }

.rheinauenpfad .audioImg figure:not(.background-top-left) { position: relative; margin: 0; }

.rheinauenpfad .audioImg figure:not(.background-top-left) .image-inner { cursor: pointer; position: relative; }

.rheinauenpfad .audioImg figure:not(.background-top-left) .image-inner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--cd-color-dunkelgruen); opacity: 0; transition: all 0.3s ease-in-out; }

.rheinauenpfad .audioImg figure:not(.background-top-left) img { aspect-ratio: 57 / 46; object-fit: cover; width: 100%; }

.rheinauenpfad .audioImg figure:not(.background-top-left) figcaption { margin-top: var(--spacer_0-25-clamp); }

.rheinauenpfad .audioImg figure:not(.background-top-left) .captionC { bottom: initial; top: 0; }

.rheinauenpfad .audioImg figure:not(.background-top-left) .image-inner:hover, .rheinauenpfad .audioImg figure:not(.background-top-left) .image-inner:focus-visible { outline: none; }

.rheinauenpfad .audioImg figure:not(.background-top-left) .image-inner:hover:before, .rheinauenpfad .audioImg figure:not(.background-top-left) .image-inner:focus-visible:before { opacity: 0.5; transition: all 0.3s ease-in-out; }

.rheinauenpfad .audioImg figure:not(.background-top-left) .image-inner:hover .audioBox div, .rheinauenpfad .audioImg figure:not(.background-top-left) .image-inner:focus-visible .audioBox div { width: var(--spacer_1-5-clamp); height: var(--spacer_1-5-clamp); transition: all 0.3s ease-in-out; }

.rheinauenpfad .audioImg figure:not(.background-top-left) .image-inner:hover .audioBox div i:before, .rheinauenpfad .audioImg figure:not(.background-top-left) .image-inner:focus-visible .audioBox div i:before { font-size: var(--spacer_0-75-clamp); transition: all 0.3s ease-in-out; }

.rheinauenpfad .audioImg p.c-text { position: absolute; top: 0; color: white; padding: 10px; background: rgba(var(--cd-color-dunkelgruen-rgb), 0.7); height: 100%; width: 100%; margin: 0; display: none; }

.rheinauenpfad .audioImg p.c-text .close { display: none; }

@media (max-width: 575.98px) { .rheinauenpfad .audioImg p.c-text { height: auto; position: fixed; top: 39%; height: auto; left: 15vw; max-width: 70vw; z-index: 100; background: rgba(var(--cd-color-dunkelgruen-rgb), 1); } .rheinauenpfad .audioImg p.c-text .close { display: block; position: absolute; } }

.rheinauenpfad .audioImg p.c-text.play { display: block !important; }

.rheinauenpfad .audioImg p.c-text.pause { display: none !important; }

.rheinauenpfad .audioImg .background-top-left { transform: translate(-45%, -50%); z-index: 0; opacity: 0.2; top: initial; left: initial; }

.rheinauenpfad .quizRightWrong, .rheinauenpfad .sortImg { position: relative; }

.rheinauenpfad .quizRightWrong > .imageContainer, .rheinauenpfad .quizRightWrong > .textContainer, .rheinauenpfad .sortImg > .imageContainer, .rheinauenpfad .sortImg > .textContainer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; position: relative; }

@media (max-width: 767.98px) { .rheinauenpfad .quizRightWrong > .imageContainer, .rheinauenpfad .quizRightWrong > .textContainer, .rheinauenpfad .sortImg > .imageContainer, .rheinauenpfad .sortImg > .textContainer { gap: 20px; } }

.rheinauenpfad .quizRightWrong > .imageContainer .boxChild, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner, .rheinauenpfad .quizRightWrong > .textContainer .boxChild, .rheinauenpfad .quizRightWrong > .textContainer .text-inner, .rheinauenpfad .sortImg > .imageContainer .boxChild, .rheinauenpfad .sortImg > .imageContainer .text-inner, .rheinauenpfad .sortImg > .textContainer .boxChild, .rheinauenpfad .sortImg > .textContainer .text-inner { flex-basis: calc(25% - 23px); max-width: calc(25% - 23px); position: relative; display: flex; align-items: center; justify-content: center; }

@media (max-width: 767.98px) { .rheinauenpfad .quizRightWrong > .imageContainer .boxChild, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner, .rheinauenpfad .quizRightWrong > .textContainer .boxChild, .rheinauenpfad .quizRightWrong > .textContainer .text-inner, .rheinauenpfad .sortImg > .imageContainer .boxChild, .rheinauenpfad .sortImg > .imageContainer .text-inner, .rheinauenpfad .sortImg > .textContainer .boxChild, .rheinauenpfad .sortImg > .textContainer .text-inner { flex-basis: calc(50% - 10px); max-width: calc(50% - 10px); } }

.rheinauenpfad .quizRightWrong > .imageContainer .boxChild figure, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner figure, .rheinauenpfad .quizRightWrong > .textContainer .boxChild figure, .rheinauenpfad .quizRightWrong > .textContainer .text-inner figure, .rheinauenpfad .sortImg > .imageContainer .boxChild figure, .rheinauenpfad .sortImg > .imageContainer .text-inner figure, .rheinauenpfad .sortImg > .textContainer .boxChild figure, .rheinauenpfad .sortImg > .textContainer .text-inner figure { margin: 0; }

.rheinauenpfad .quizRightWrong > .imageContainer .boxChild figure img, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner figure img, .rheinauenpfad .quizRightWrong > .textContainer .boxChild figure img, .rheinauenpfad .quizRightWrong > .textContainer .text-inner figure img, .rheinauenpfad .sortImg > .imageContainer .boxChild figure img, .rheinauenpfad .sortImg > .imageContainer .text-inner figure img, .rheinauenpfad .sortImg > .textContainer .boxChild figure img, .rheinauenpfad .sortImg > .textContainer .text-inner figure img { aspect-ratio: 1 / 1; object-fit: cover; cursor: pointer; width: 100%; }

.rheinauenpfad .quizRightWrong > .imageContainer .boxChild.right:after, .rheinauenpfad .quizRightWrong > .imageContainer .boxChild.wrong:after, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner.right:after, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner.wrong:after, .rheinauenpfad .quizRightWrong > .textContainer .boxChild.right:after, .rheinauenpfad .quizRightWrong > .textContainer .boxChild.wrong:after, .rheinauenpfad .quizRightWrong > .textContainer .text-inner.right:after, .rheinauenpfad .quizRightWrong > .textContainer .text-inner.wrong:after, .rheinauenpfad .sortImg > .imageContainer .boxChild.right:after, .rheinauenpfad .sortImg > .imageContainer .boxChild.wrong:after, .rheinauenpfad .sortImg > .imageContainer .text-inner.right:after, .rheinauenpfad .sortImg > .imageContainer .text-inner.wrong:after, .rheinauenpfad .sortImg > .textContainer .boxChild.right:after, .rheinauenpfad .sortImg > .textContainer .boxChild.wrong:after, .rheinauenpfad .sortImg > .textContainer .text-inner.right:after, .rheinauenpfad .sortImg > .textContainer .text-inner.wrong:after { content: ""; position: absolute; background: #000; opacity: 0.3; width: 100%; height: 100%; z-index: 0; }

.rheinauenpfad .quizRightWrong > .imageContainer .boxChild i, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner i, .rheinauenpfad .quizRightWrong > .textContainer .boxChild i, .rheinauenpfad .quizRightWrong > .textContainer .text-inner i, .rheinauenpfad .sortImg > .imageContainer .boxChild i, .rheinauenpfad .sortImg > .imageContainer .text-inner i, .rheinauenpfad .sortImg > .textContainer .boxChild i, .rheinauenpfad .sortImg > .textContainer .text-inner i { position: absolute; z-index: 1; }

.rheinauenpfad .quizRightWrong > .imageContainer .boxChild i:before, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner i:before, .rheinauenpfad .quizRightWrong > .textContainer .boxChild i:before, .rheinauenpfad .quizRightWrong > .textContainer .text-inner i:before, .rheinauenpfad .sortImg > .imageContainer .boxChild i:before, .rheinauenpfad .sortImg > .imageContainer .text-inner i:before, .rheinauenpfad .sortImg > .textContainer .boxChild i:before, .rheinauenpfad .sortImg > .textContainer .text-inner i:before { font-family: "Font Awesome 6 Pro"; font-size: clamp(3.125rem, calc(2.2321rem + 4.4643vw), 6.25rem); }

.rheinauenpfad .quizRightWrong > .imageContainer .boxChild i.fa-times, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner i.fa-times, .rheinauenpfad .quizRightWrong > .textContainer .boxChild i.fa-times, .rheinauenpfad .quizRightWrong > .textContainer .text-inner i.fa-times, .rheinauenpfad .sortImg > .imageContainer .boxChild i.fa-times, .rheinauenpfad .sortImg > .imageContainer .text-inner i.fa-times, .rheinauenpfad .sortImg > .textContainer .boxChild i.fa-times, .rheinauenpfad .sortImg > .textContainer .text-inner i.fa-times { color: var(--cd-times); }

.rheinauenpfad .quizRightWrong > .imageContainer .boxChild i.fa-check, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner i.fa-check, .rheinauenpfad .quizRightWrong > .textContainer .boxChild i.fa-check, .rheinauenpfad .quizRightWrong > .textContainer .text-inner i.fa-check, .rheinauenpfad .sortImg > .imageContainer .boxChild i.fa-check, .rheinauenpfad .sortImg > .imageContainer .text-inner i.fa-check, .rheinauenpfad .sortImg > .textContainer .boxChild i.fa-check, .rheinauenpfad .sortImg > .textContainer .text-inner i.fa-check { color: var(--cd-check); }

.rheinauenpfad .quizRightWrong > .imageContainer .boxChild .clickNumber, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner .clickNumber, .rheinauenpfad .quizRightWrong > .textContainer .boxChild .clickNumber, .rheinauenpfad .quizRightWrong > .textContainer .text-inner .clickNumber, .rheinauenpfad .sortImg > .imageContainer .boxChild .clickNumber, .rheinauenpfad .sortImg > .imageContainer .text-inner .clickNumber, .rheinauenpfad .sortImg > .textContainer .boxChild .clickNumber, .rheinauenpfad .sortImg > .textContainer .text-inner .clickNumber { position: absolute; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; z-index: 0; color: var(--cd-color-white); font-size: var(--spacer_4-clamp); display: flex; align-items: center; justify-content: center; }

.rheinauenpfad .quizRightWrong > .imageContainer .boxChild .clickNumber.right, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner .clickNumber.right, .rheinauenpfad .quizRightWrong > .textContainer .boxChild .clickNumber.right, .rheinauenpfad .quizRightWrong > .textContainer .text-inner .clickNumber.right, .rheinauenpfad .sortImg > .imageContainer .boxChild .clickNumber.right, .rheinauenpfad .sortImg > .imageContainer .text-inner .clickNumber.right, .rheinauenpfad .sortImg > .textContainer .boxChild .clickNumber.right, .rheinauenpfad .sortImg > .textContainer .text-inner .clickNumber.right { color: var(--cd-check); }

.rheinauenpfad .quizRightWrong > .imageContainer .boxChild .clickNumber.wrong, .rheinauenpfad .quizRightWrong > .imageContainer .text-inner .clickNumber.wrong, .rheinauenpfad .quizRightWrong > .textContainer .boxChild .clickNumber.wrong, .rheinauenpfad .quizRightWrong > .textContainer .text-inner .clickNumber.wrong, .rheinauenpfad .sortImg > .imageContainer .boxChild .clickNumber.wrong, .rheinauenpfad .sortImg > .imageContainer .text-inner .clickNumber.wrong, .rheinauenpfad .sortImg > .textContainer .boxChild .clickNumber.wrong, .rheinauenpfad .sortImg > .textContainer .text-inner .clickNumber.wrong { color: var(--cd-times); }

.rheinauenpfad .sortImg > .imageContainer .boxChild { flex-basis: calc(50% - 16px); max-width: calc(50% - 16px); transform: scale(1); transition: all 0.3s ease-in-out; z-index: 1; }

@media (max-width: 767.98px) { .rheinauenpfad .sortImg > .imageContainer .boxChild { flex-basis: 100%; max-width: 100%; } }

.rheinauenpfad .sortImg > .imageContainer .boxChild figure img { aspect-ratio: initial; }

.rheinauenpfad .sortImg > .imageContainer .boxChild:focus-visible { outline: 1px solid black; }

.rheinauenpfad .resultRight, .rheinauenpfad .resultWrong { position: absolute; top: 0; left: 15%; background: rgba(var(--cd-color-prim-dunkelgruen-rgb), 0.9); color: var(--cd-color-white); width: 70%; padding: var(--spacer_1-clamp); z-index: 11; margin: 0; }

@media (max-width: 575.98px) { .rheinauenpfad .resultRight, .rheinauenpfad .resultWrong { width: 90%; left: 5%; } }

.rheinauenpfad .resultRight.hide, .rheinauenpfad .resultWrong.hide { display: none !important; }

.rheinauenpfad .resultRight.show, .rheinauenpfad .resultWrong.show { display: block !important; }

.rheinauenpfad .resultWrong { background: rgba(var(--cd-color-prim-rot-rgb), 0.9); }

.rheinauenpfad .v-row.hasMemory { display: flex; gap: 30px; margin: 0; /* This container is needed to position the front and back side */ /* Do an horizontal flip when you move the mouse over the flip box container */ /* Position the front and back side */ /* Style the back side */ }

@media (max-width: 767.98px) { .rheinauenpfad .v-row.hasMemory { gap: 20px; } }

.rheinauenpfad .v-row.hasMemory > div { max-width: 100%; flex-basis: 100%; }

@media (max-width: 767.98px) { .rheinauenpfad .v-row.hasMemory > div { flex-basis: calc(50% - 10px); max-width: calc(50% - 10px); } }

.rheinauenpfad .v-row.hasMemory .button-container { max-width: 100%; flex-basis: 100%; }

.rheinauenpfad .v-row.hasMemory .v-box { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; position: relative; }

@media (max-width: 767.98px) { .rheinauenpfad .v-row.hasMemory .v-box { gap: 20px; } }

.rheinauenpfad .v-row.hasMemory .v-box .boxChild { flex-basis: calc(25% - 23px); max-width: calc(25% - 23px); position: relative; display: flex; align-items: center; justify-content: center; }

@media (max-width: 767.98px) { .rheinauenpfad .v-row.hasMemory .v-box .boxChild { flex-basis: 100%; max-width: 100%; } }

.rheinauenpfad .v-row.hasMemory .v-box .boxChild figure { margin: 0; }

.rheinauenpfad .v-row.hasMemory .v-box .boxChild figure img { aspect-ratio: 1 / 1; object-fit: cover; cursor: pointer; }

.rheinauenpfad .v-row.hasMemory .v-box i { position: absolute; z-index: 2; }

.rheinauenpfad .v-row.hasMemory .v-box i:before { font-family: "Font Awesome 6 Pro"; font-size: clamp(3.125rem, calc(2.2321rem + 4.4643vw), 6.25rem); }

.rheinauenpfad .v-row.hasMemory .v-box i.fa-times { color: var(--cd-times); }

.rheinauenpfad .v-row.hasMemory .v-box i.fa-check { color: var(--cd-check); }

.rheinauenpfad .v-row.hasMemory .v-box.hellgruen, .rheinauenpfad .v-row.hasMemory .v-box.dunkelgruen { background: transparent; margin: 0; padding: 0; }

.rheinauenpfad .v-row.hasMemory .v-box.hellgruen:before, .rheinauenpfad .v-row.hasMemory .v-box.hellgruen:after, .rheinauenpfad .v-row.hasMemory .v-box.dunkelgruen:before, .rheinauenpfad .v-row.hasMemory .v-box.dunkelgruen:after { display: none; }

.rheinauenpfad .v-row.hasMemory .v-box.hellgruen figure, .rheinauenpfad .v-row.hasMemory .v-box.dunkelgruen figure { background: var(--cd-background-change); }

.rheinauenpfad .v-row.hasMemory .v-box.hellgruen figure .image-inner, .rheinauenpfad .v-row.hasMemory .v-box.dunkelgruen figure .image-inner { position: relative; }

.rheinauenpfad .v-row.hasMemory .v-box.dunkelgruen .flip-card:hover, .rheinauenpfad .v-row.hasMemory .v-box.dunkelgruen .flip-card:focus-visible { border: 2px solid var(--cd-color-sek-hellgruen); outline: 1px solid var(--cd-color-dunkelgruen); }

.rheinauenpfad .v-row.hasMemory .v-box.dunkelgruen .flip-card:focus-visible { outline: 3px solid #000; }

.rheinauenpfad .v-row.hasMemory .v-box.dunkelgruen .flip-card.inFocus { border: 4px solid var(--cd-color-sek-hellgruen); outline: 1px solid var(--cd-color-dunkelgruen); }

.rheinauenpfad .v-row.hasMemory .v-box.dunkelgruen .flip-card.flipped i { top: 10px; left: 10px; border: 1px solid; padding: 10px; color: var(--cd-color-sek-hellgruen); }

.rheinauenpfad .v-row.hasMemory .v-box.dunkelgruen .flip-card.flipped i:before { font-size: 20px; }

.rheinauenpfad .v-row.hasMemory .v-box.hellgruen .flip-card:hover, .rheinauenpfad .v-row.hasMemory .v-box.hellgruen .flip-card:focus-visible { border: 2px solid var(--cd-color-dunkelgruen); }

.rheinauenpfad .v-row.hasMemory .v-box.hellgruen .flip-card:focus-visible { outline: 2px solid #000; }

.rheinauenpfad .v-row.hasMemory .v-box.hellgruen .flip-card.inFocus { border: 4px solid var(--cd-color-dunkelgruen); }

.rheinauenpfad .v-row.hasMemory .v-box.hellgruen .flip-card.flipped i { top: 10px; left: 10px; border: 1px solid; padding: 10px; color: var(--cd-color-dunkelgruen); }

.rheinauenpfad .v-row.hasMemory .v-box.hellgruen .flip-card.flipped i:before { font-size: 20px; }

.rheinauenpfad .v-row.hasMemory .v-box.hasFocusElement .flip-card { pointer-events: none; }

.rheinauenpfad .v-row.hasMemory .v-box.hasFocusElement .flip-card.inFocus { pointer-events: initial; }

.rheinauenpfad .v-row.hasMemory .flip-card { perspective: 1000px; /* Remove this if you don't want the 3D effect */ }

.rheinauenpfad .v-row.hasMemory .flip-card.error:before, .rheinauenpfad .v-row.hasMemory .flip-card.right:before { content: ""; position: absolute; background: #000; opacity: 0.2; width: 100%; height: 100%; z-index: 1; }

.rheinauenpfad .v-row.hasMemory .flip-card.error { border: 4px solid var(--cd-times) !important; }

.rheinauenpfad .v-row.hasMemory .flip-card.right { border: 4px solid var(--cd-check) !important; }

.rheinauenpfad .v-row.hasMemory .flip-card.flipCard { pointer-events: none; }

.rheinauenpfad .v-row.hasMemory .flip-card-inner { position: relative; width: 100%; height: 100%; transition: transform 0.8s; transform-style: preserve-3d; }

.rheinauenpfad .v-row.hasMemory .flip-card.flipCard .flip-card-inner { transform: rotateY(-180deg); }

.rheinauenpfad .v-row.hasMemory .flip-card-front, .rheinauenpfad .v-row.hasMemory .flip-card-back { width: 100%; height: 100%; -webkit-backface-visibility: hidden; /* Safari */ backface-visibility: hidden; }

.rheinauenpfad .v-row.hasMemory .flip-card-back { transform: rotateY(-180deg); position: absolute; top: 0; }

.rheinauenpfad .v-row.hasMemory .flip-card-back.hidden { display: none !important; }

.rheinauenpfad .rangeSlider { position: relative; --thumb-color: var(--cd-font-change); --thumb-background:  var(--cd-background-change); }

.rheinauenpfad .rangeSlider .rangeSliderInput { display: block; margin: 50px auto; margin-left: 0; margin-bottom: 10px; -webkit-appearance: none; width: 95%; max-width: 1050px; height: 5px; background: var(--cd-font-change); outline: none; opacity: 1; -webkit-transition: .2s; transition: opacity .2s; }

.rheinauenpfad .rangeSlider .rangeSliderInput:focus-visible { --thumb-color: var(--cd-font-change); --thumb-background:  var(--cd-font-change); }

.rheinauenpfad .rangeSlider .rangeSliderInput::-webkit-slider-runnable-track { padding: 30px 0; }

.rheinauenpfad .rangeSlider .rangeSliderInput::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; background: var(--thumb-background); border: 1px solid var(--cd-font-change); cursor: pointer; z-index: 1; position: relative; }

.rheinauenpfad .rangeSlider .rangeSliderInput::-moz-range-thumb { width: 25px; height: 25px; margin-bottom: 15px; background: var(--thumb-background); border: 1px solid var(--cd-font-change); cursor: pointer; z-index: 1; position: relative; }

.rheinauenpfad .rangeSlider .rangeSliderInput::-moz-range-thumb:focus-visible, .rheinauenpfad .rangeSlider .rangeSliderInput::-moz-range-thumb:focus { border-width: 3px; }

.rheinauenpfad .rangeSlider .datalist { display: flex; flex-direction: row; justify-content: space-between; width: 96.5%; max-width: 1050px; margin: 50px auto; margin-left: 0; margin-top: 0; }

.rheinauenpfad .rangeSlider .option { padding: 0; position: relative; flex-basis: calc(100% / 18); text-align: center; }

.rheinauenpfad .rangeSlider .option:before { content: ""; background: var(--cd-font-change); width: 2px; height: 15px; display: block; position: absolute; top: -19px; right: 40%; }

.rheinauenpfad .rangeSlider .option:first-child:before { display: none; }

@media (max-width: 767.98px) { .rheinauenpfad .rangeSlider .option:nth-child(odd) { display: none; } }

.rheinauenpfad .rangeSlider .resultRight, .rheinauenpfad .rangeSlider .resultWrong { bottom: calc(100% + var(--spacer_0-5-clamp)); top: initial; padding: var(--spacer_0-5-clamp); left: 25%; width: auto; }

.rheinauenpfad .rangeSlider + .button-container { margin-top: var(--spacer_1-clamp); }

.rheinauenpfad .imgText .captionC { background: none !important; text-align: center !important; position: relative !important; color: initial !important; font-size: 0.9em !important; line-height: 1.3 !important; justify-content: center; }

.rheinauenpfad .imgText .captionC:before { display: none !important; }

.rheinauenpfad .rezepte .swiper-slide { background: var(--cd-color-white); color: initial; height: auto; }

.rheinauenpfad .rezepte .swiper-slide .v-col { height: 100%; }

.rheinauenpfad .rezepte .swiper-slide .v-col > div, .rheinauenpfad .rezepte .swiper-slide .v-col > div > div { height: 100%; }

.rheinauenpfad .rezepte .swiper-slide .v-col > div .v-box, .rheinauenpfad .rezepte .swiper-slide .v-col > div > div .v-box { height: 100%; }

.rheinauenpfad .rezepte .swiper-slide .c-button { position: absolute; bottom: var(--spacer_1-clamp); }

.rheinauenpfad .rezepte .swiper-slide *:not(.c-button, .c-button *, figcaption) { color: initial; }

.rheinauenpfad .rezepte .swiper-slide img { aspect-ratio: 26 / 21; }

.rheinauenpfad .rezepte .swiper-slide .boxChild:nth-child(2) { padding: var(--spacer_1-clamp); }

.rheinauenpfad .rezepte .swiper-slide .boxChild:nth-child(2) h3 { margin-top: 0; }

.rheinauenpfad .rezepte .swiper-slide .boxChild:nth-child(2) p { padding: 0; margin: 0; }

.rheinauenpfad .rezepte .swiper-slide .boxChild:nth-child(2) .c-text { margin-bottom: calc(var(--spacer_1-25-clamp) + var(--spacer_1-clamp)); }

.rheinauenpfad .rezepte + .controls .swiper-pagination { --cd-font-change: var(--cd-color-white); }

.rheinauenpfad .rezepte .v-modal { z-index: 20001; padding: 0 !important; max-width: 100vw; }

.rheinauenpfad .rezepte .v-modal .modal-dialog-centered { justify-content: center; }

@media (max-width: 767.98px) { .rheinauenpfad .rezepte .v-modal .modal-dialog-centered { align-items: flex-start; } }

.rheinauenpfad .rezepte .v-modal .modal-content { padding: var(--spacer_1-25-clamp) var(--spacer_1-clamp); max-width: 90vw; }

.rheinauenpfad .rezepte .v-modal .close { z-index: 1; }

@media (max-width: 575.98px) { .rheinauenpfad .rezepte .v-modal .close { top: 0px; right: 5px; } }

.rheinauenpfad .rezepte .v-modal .v-modal-zeile { gap: var(--spacer_1-clamp); }

.rheinauenpfad .rezepte .v-modal .v-modal-zeile > div { padding: 0; margin: 0; }

.rheinauenpfad .rezepte .v-modal .v-modal-zeile > div:first-child { flex: 0 0 calc(40% - var(--spacer_0-5-clamp)); max-width: calc(40% - var(--spacer_0-5-clamp)); }

@media (max-width: 767.98px) { .rheinauenpfad .rezepte .v-modal .v-modal-zeile > div:first-child { flex: 0 0 100%; max-width: 100%; } }

.rheinauenpfad .rezepte .v-modal .v-modal-zeile > div:nth-child(2) { flex: 0 0 calc(60% - var(--spacer_0-5-clamp)); max-width: calc(60% - var(--spacer_0-5-clamp)); }

@media (max-width: 767.98px) { .rheinauenpfad .rezepte .v-modal .v-modal-zeile > div:nth-child(2) { flex: 0 0 100%; max-width: 100%; } }

.rheinauenpfad .rezepte .v-modal .v-modal-zeile > div h3 { margin-top: 0; }

.rheinauenpfad .rezepte .v-modal .v-modal-zeile > div h4, .rheinauenpfad .rezepte .v-modal .v-modal-zeile > div .c-table caption, .c-table .rheinauenpfad .rezepte .v-modal .v-modal-zeile > div caption, .rheinauenpfad .rezepte .v-modal .v-modal-zeile > div .basecontent-table > table caption, .basecontent-table > table .rheinauenpfad .rezepte .v-modal .v-modal-zeile > div caption { margin-top: var(--spacer_1-clamp); margin-bottom: var(--spacer_0-5-clamp); }

.rheinauenpfad .rezepte .v-modal .v-modal-zeile > div .c-list ul { margin-top: var(--spacer_0-5-clamp); }

.rheinauenpfad .rezepte .v-modal .v-modal-zeile > div .c-listnum ol { padding-left: 20px; margin-top: var(--spacer_0-5-clamp); }

.rheinauenpfad .rezepte .v-modal .v-modal-zeile > div .c-listnum ol li { margin-bottom: var(--spacer_0-5-clamp); }

.rheinauenpfad .quizRightWrong.text .textContainer { margin-top: var(--spacer_2-clamp); }

@media (max-width: 767.98px) { .rheinauenpfad .quizRightWrong.text .textContainer { margin-top: var(--spacer_1-clamp); } }

.rheinauenpfad .quizRightWrong.text .textContainer > div { flex-basis: calc(50% - 15px); max-width: calc(50% - 15px); position: relative; display: flex; align-items: center; justify-content: flex-start; gap: var(--spacer_1-clamp); }

@media (max-width: 767.98px) { .rheinauenpfad .quizRightWrong.text .textContainer > div { flex-basis: 100%; max-width: 100%; } }

.rheinauenpfad .quizRightWrong.text .textContainer > div::after { display: none; }

.rheinauenpfad .quizRightWrong.text .textContainer > div p { margin: 0; }

.rheinauenpfad .quizRightWrong.text .textContainer > div .circle { background: var(--cd-color-main); border-radius: 90px; width: var(--spacer_1-clamp); min-width: var(--spacer_1-clamp); height: var(--spacer_1-clamp); display: block; transform: scale(1); transition: all 0.3s ease-in-out; }

.rheinauenpfad .quizRightWrong.text .textContainer > div i { background: var(--cd-color-main); border-radius: 90px; width: var(--spacer_1-clamp); height: var(--spacer_1-clamp); display: block; position: relative; display: flex; justify-content: center; align-items: center; transform: scale(1); transition: all 0.3s ease-in-out; }

.rheinauenpfad .quizRightWrong.text .textContainer > div i:before { font-size: 15px; color: var(--cd-color-white); }

.rheinauenpfad .quizRightWrong.text .textContainer > div i.fa-times { background: var(--cd-times); }

.rheinauenpfad .quizRightWrong.text .textContainer > div i.fa-check { background: var(--cd-check); }

.rheinauenpfad .quizRightWrong.text .textContainer > div:hover i, .rheinauenpfad .quizRightWrong.text .textContainer > div:hover .circle { transform: scale(1.2); transition: all 0.3s ease-in-out; }

.rheinauenpfad .hasVideoIcon { margin-bottom: 0 !important; }

.rheinauenpfad .hasVideoIcon > div.isVideoIcon { flex: 0 0 auto; max-width: fit-content; padding-right: var(--spacer_1-clamp); align-self: center; }

.rheinauenpfad .hasVideoIcon > div.isVideoIcon .v-box { padding-right: 0; }

.rheinauenpfad .hasVideoIcon > div:not(.isVideoIcon) { flex-basis: 60%; max-width: 60%; }

.rheinauenpfad .hasVideoIcon > div:not(.isVideoIcon) p { margin-bottom: var(--spacer_1-25-clamp); }

.rheinauenpfad .videoIcon { height: 100%; margin: 0; }

.rheinauenpfad .videoIcon a { font-size: 0; text-decoration: none; }

.rheinauenpfad .videoIcon a:after { content: "\f04b"; font-family: "Font Awesome 6 Pro"; font-size: var(--spacer_1-25-clamp); transition: all 0.3s ease-in-out; width: var(--spacer_3-clamp); height: var(--spacer_3-clamp); background: var(--cd-background-change); border-radius: 150px; text-align: center; line-height: var(--spacer_3-clamp); color: var(--cd-font-change); padding: 0; padding-left: 5px; }

.rheinauenpfad .videoIcon a:hover { text-decoration: none; }

.rheinauenpfad .videoIcon a:hover:after { font-size: var(--spacer_1-5-clamp); transition: all 0.3s ease-in-out; color: var(--cd-font-change); }

/*# sourceMappingURL=styles.map?t=1754101649430 */