.wgb-ci {
--wgb-accent: #d97706;
--wgb-accent-light: #f59e0b;
--wgb-accent-dark: #b45309;
--wgb-ink: #1e293b;
--wgb-muted: #64748b;
--wgb-line: #e2e8f0;
--wgb-glass: rgba(255, 255, 255, 0.72);
--wgb-glass-border: rgba(255, 255, 255, 0.6);
--wgb-radius: 16px;
--wgb-radius-sm: 10px;
--wgb-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
--wgb-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: var(--wgb-ink);
font-family: var(--wgb-font);
}
.wgb-ci *,
.wgb-ci *::before,
.wgb-ci *::after {
box-sizing: border-box;
} .wgb-ci .wgb-card {
background: var(--wgb-glass);
-webkit-backdrop-filter: blur(14px);
backdrop-filter: blur(14px);
border: 1px solid var(--wgb-glass-border);
border-radius: var(--wgb-radius);
box-shadow: var(--wgb-shadow);
padding: 26px 28px;
margin: 0 0 22px;
}
.wgb-ci .wgb-h {
font-size: 1.35rem;
font-weight: 700;
margin: 0 0 6px;
color: var(--wgb-ink);
}
.wgb-ci .wgb-muted {
color: var(--wgb-muted);
font-size: 0.92rem;
}
.wgb-ci .wgb-hint {
color: var(--wgb-muted);
font-size: 0.86rem;
margin: 6px 0 0;
} .wgb-ci .wgb-btn,
.wgb-ci .wgb-btn-ghost {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
font-family: inherit;
font-size: 0.98rem;
font-weight: 600;
line-height: 1;
padding: 13px 24px;
border-radius: 999px;
border: 1px solid transparent;
cursor: pointer;
text-decoration: none;
transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.05s ease;
}
.wgb-ci .wgb-btn {
background: var(--wgb-ink);
color: #fff;
}
.wgb-ci .wgb-btn:hover {
background: var(--wgb-accent);
color: #fff;
}
.wgb-ci .wgb-btn:active {
transform: translateY(1px);
}
.wgb-ci .wgb-btn-ghost {
background: transparent;
color: var(--wgb-ink);
border-color: var(--wgb-line);
}
.wgb-ci .wgb-btn-ghost:hover {
border-color: var(--wgb-accent);
color: var(--wgb-accent-dark);
}
.wgb-ci .wgb-btn-sm {
padding: 8px 16px;
font-size: 0.86rem;
}
.wgb-ci .wgb-danger:hover {
border-color: #dc2626;
color: #dc2626;
} .wgb-ci .wgb-form {
margin: 4px 0 0;
}
.wgb-ci .wgb-field {
margin: 0 0 16px;
}
.wgb-ci .wgb-row {
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.wgb-ci .wgb-row > .wgb-field {
flex: 1 1 200px;
}
.wgb-ci .wgb-field-sm {
flex: 0 1 150px;
}
.wgb-ci .wgb-field label,
.wgb-ci .wgb-label {
display: block;
font-weight: 600;
font-size: 0.92rem;
margin: 0 0 7px;
color: var(--wgb-ink);
}
.wgb-ci .wgb-form input[type="text"],
.wgb-ci .wgb-form input[type="email"],
.wgb-ci .wgb-form input[type="url"],
.wgb-ci .wgb-form input[type="date"],
.wgb-ci .wgb-form input[type="time"],
.wgb-ci .wgb-form input[type="number"],
.wgb-ci .wgb-form input[type="password"],
.wgb-ci .wgb-form select,
.wgb-ci .wgb-form textarea,
.wgb-ci .wgb-card input[type="text"],
.wgb-ci .wgb-card input[type="password"] {
width: 100%;
font-family: inherit;
font-size: 1rem;
color: var(--wgb-ink);
background: #fff;
border: 1px solid var(--wgb-line);
border-radius: var(--wgb-radius-sm);
padding: 12px 14px;
transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.wgb-ci .wgb-form input:focus,
.wgb-ci .wgb-form select:focus,
.wgb-ci .wgb-form textarea:focus,
.wgb-ci .wgb-card input:focus {
outline: none;
border-color: var(--wgb-accent);
box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15);
}
.wgb-ci .wgb-form textarea {
resize: vertical;
min-height: 96px;
} .wgb-ci .wgb-hp {
position: absolute !important;
left: -9999px !important;
width: 1px;
height: 1px;
overflow: hidden;
} .wgb-ci .login-username label,
.wgb-ci .login-password label {
display: block;
font-weight: 600;
font-size: 0.92rem;
margin: 0 0 7px;
}
.wgb-ci #user_login,
.wgb-ci #user_pass {
width: 100%;
font-size: 1rem;
border: 1px solid var(--wgb-line);
border-radius: var(--wgb-radius-sm);
padding: 12px 14px;
margin-bottom: 14px;
}
.wgb-ci #wp-submit {
background: var(--wgb-ink);
color: #fff;
border: none;
border-radius: 999px;
padding: 13px 24px;
font-weight: 600;
cursor: pointer;
transition: background 0.18s ease;
}
.wgb-ci #wp-submit:hover {
background: var(--wgb-accent);
}
.wgb-ci .login-remember {
margin: 4px 0 12px;
color: var(--wgb-muted);
} .wgb-ci .wgb-segment {
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.wgb-ci .wgb-seg-opt {
position: relative;
flex: 1 1 auto;
margin: 0;
}
.wgb-ci .wgb-seg-opt input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.wgb-ci .wgb-seg-opt span {
display: block;
text-align: center;
padding: 12px 14px;
border: 1px solid var(--wgb-line);
border-radius: var(--wgb-radius-sm);
font-weight: 600;
font-size: 0.92rem;
color: var(--wgb-muted);
background: #fff;
cursor: pointer;
transition: all 0.16s ease;
}
.wgb-ci .wgb-seg-opt input:checked + span {
border-color: var(--wgb-accent);
background: rgba(217, 119, 6, 0.08);
color: var(--wgb-accent-dark);
box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.12);
}
.wgb-ci .wgb-seg-opt input:focus-visible + span {
outline: 2px solid var(--wgb-accent);
outline-offset: 2px;
} .wgb-ci .wgb-nth-sentence {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 12px;
}
.wgb-ci .wgb-nth-sentence select {
width: auto !important;
min-width: 120px;
}
.wgb-ci .wgb-nth-im {
color: var(--wgb-muted);
font-weight: 600;
} .wgb-ci .wgb-preview {
background: rgba(217, 119, 6, 0.06);
border: 1px dashed var(--wgb-accent-light);
border-radius: var(--wgb-radius-sm);
padding: 14px 16px;
margin: 4px 0 18px;
}
.wgb-ci .wgb-preview-label {
display: block;
font-weight: 600;
font-size: 0.86rem;
color: var(--wgb-accent-dark);
margin-bottom: 6px;
}
.wgb-ci .wgb-preview-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.wgb-ci .wgb-preview-chip {
background: #fff;
border: 1px solid var(--wgb-line);
border-radius: 999px;
padding: 5px 12px;
font-size: 0.86rem;
}
.wgb-ci .wgb-preview-chip b {
color: var(--wgb-accent-dark);
} .wgb-ci .wgb-typebox[hidden] {
display: none;
}
.wgb-ci .wgb-actions {
display: flex;
gap: 10px;
align-items: center;
margin-top: 6px;
} .wgb-ci .wgb-notice {
border-radius: var(--wgb-radius-sm);
padding: 13px 16px;
margin: 0 0 18px;
font-size: 0.95rem;
}
.wgb-ci .wgb-ok {
background: rgba(5, 150, 105, 0.1);
border: 1px solid rgba(5, 150, 105, 0.3);
color: #065f46;
}
.wgb-ci .wgb-err {
background: rgba(220, 38, 38, 0.08);
border: 1px solid rgba(220, 38, 38, 0.3);
color: #991b1b;
} .wgb-ci .wgb-form-head {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 12px;
margin-bottom: 14px;
}
.wgb-ci .wgb-mine {
display: flex;
flex-direction: column;
gap: 10px;
}
.wgb-ci .wgb-mine-row {
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
padding: 12px 14px;
border: 1px solid var(--wgb-line);
border-radius: var(--wgb-radius-sm);
background: #fff;
}
.wgb-ci .wgb-mine-main {
flex: 1 1 220px;
display: flex;
flex-direction: column;
}
.wgb-ci .wgb-mine-title {
font-weight: 600;
}
.wgb-ci .wgb-mine-meta {
color: var(--wgb-muted);
font-size: 0.86rem;
}
.wgb-ci .wgb-mine-actions {
display: flex;
gap: 8px;
}
.wgb-ci .wgb-badge {
display: inline-block;
padding: 4px 12px;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 600;
}
.wgb-ci .wgb-status-publish {
background: rgba(5, 150, 105, 0.12);
color: #065f46;
}
.wgb-ci .wgb-status-pending {
background: rgba(217, 119, 6, 0.14);
color: var(--wgb-accent-dark);
}
.wgb-ci .wgb-status-draft {
background: #f1f5f9;
color: var(--wgb-muted);
} .wgb-ci [hidden] {
display: none !important;
}
.wgb-ci .wgb-calendar {
background: var(--wgb-glass);
-webkit-backdrop-filter: blur(14px);
backdrop-filter: blur(14px);
border: 1px solid var(--wgb-glass-border);
border-radius: var(--wgb-radius);
box-shadow: var(--wgb-shadow);
padding: 24px;
scroll-margin-top: 120px;
} .wgb-ci .wgb-cal-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
margin: 0 0 16px;
}
.wgb-ci .wgb-year-nav {
display: flex;
align-items: center;
gap: 8px;
}
.wgb-ci .wgb-year-btn {
width: 44px;
height: 44px;
padding: 0;
font-size: 1.1rem;
line-height: 1;
}
.wgb-ci .wgb-year-label {
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
min-width: 84px;
text-align: center;
font-variant-numeric: tabular-nums;
}
.wgb-ci .wgb-view-toggle,
.wgb-ci .wgb-zeit {
display: inline-flex;
background: #fff;
border: 1px solid var(--wgb-line);
border-radius: 999px;
padding: 4px;
gap: 4px;
}
.wgb-ci .wgb-toggle,
.wgb-ci .wgb-zeit-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
border: none !important;
background: transparent;
font-family: inherit;
font-weight: 600;
font-size: 0.9rem;
line-height: 1.2;
color: var(--wgb-muted);
padding: 10px 18px !important;
margin: 0 !important;
border-radius: 999px;
cursor: pointer;
transition: background 0.16s ease, color 0.16s ease;
}
.wgb-ci .wgb-toggle:hover,
.wgb-ci .wgb-zeit-btn:hover {
color: var(--wgb-ink);
}
.wgb-ci .wgb-toggle.wgb-is-active,
.wgb-ci .wgb-zeit-btn.wgb-is-active {
background: var(--wgb-ink);
color: #fff;
} .wgb-ci .wgb-zeit {
display: flex;
margin: 0 0 16px;
}
.wgb-ci .wgb-zeit-btn {
flex: 1 1 0;
}
.wgb-ci .wgb-zeit-n {
display: inline-block;
min-width: 24px;
padding: 2px 8px;
border-radius: 999px;
background: #f1f5f9;
color: var(--wgb-muted);
font-size: 0.78rem;
font-weight: 700;
line-height: 1.3;
text-align: center;
}
.wgb-ci .wgb-zeit-btn.wgb-is-active .wgb-zeit-n {
background: rgba(255, 255, 255, 0.2);
color: #fff;
} .wgb-ci .wgb-filter {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0 0 16px;
}
.wgb-ci .wgb-filter:empty {
display: none;
}
.wgb-ci .wgb-chip {
display: inline-flex;
align-items: center;
gap: 8px;
border: 1px solid var(--wgb-line);
background: #fff;
border-radius: 999px;
padding: 8px 16px;
margin: 0;
font-family: inherit;
font-size: 0.86rem;
font-weight: 600;
line-height: 1.2;
color: var(--wgb-ink);
cursor: pointer;
transition: opacity 0.16s ease, border-color 0.16s ease;
}
.wgb-ci .wgb-chip .wgb-dot {
width: 10px;
height: 10px;
border-radius: 50%;
display: inline-block;
flex: 0 0 auto;
}
.wgb-ci .wgb-chip.wgb-off {
opacity: 0.4;
}
.wgb-ci .wgb-chip:hover {
border-color: var(--wgb-accent);
} .wgb-ci .wgb-month-name,
.wgb-ci .wgb-list-month {
font-family: inherit !important;
font-size: 1.05rem !important;
font-weight: 700 !important;
line-height: 1.3 !important;
letter-spacing: 0 !important;
text-transform: none !important;
color: var(--wgb-accent-dark) !important;
margin: 0 0 12px !important;
padding: 0 0 8px !important;
border-bottom: 2px solid rgba(217, 119, 6, 0.2);
} .wgb-ci .wgb-list {
display: flex;
flex-direction: column;
gap: 8px;
}
.wgb-ci .wgb-list .wgb-list-month {
margin-top: 16px !important;
margin-bottom: 4px !important;
}
.wgb-ci .wgb-list .wgb-list-month:first-child {
margin-top: 0 !important;
}
.wgb-ci .wgb-list-item {
display: grid !important;
grid-template-columns: 150px minmax(0, 1fr) auto auto;
grid-template-areas: "date main badge chev";
align-items: center;
column-gap: 16px;
row-gap: 4px;
padding: 14px 16px;
border: 1px solid var(--wgb-line);
border-left-width: 4px;
border-radius: var(--wgb-radius-sm);
background: #fff;
cursor: pointer;
transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.wgb-ci .wgb-list-item:hover {
box-shadow: var(--wgb-shadow);
}
.wgb-ci .wgb-list-item:focus-visible,
.wgb-ci .wgb-day.wgb-has-events:focus-visible {
outline: 2px solid var(--wgb-accent);
outline-offset: 2px;
}
.wgb-ci .wgb-list-item.wgb-is-past {
opacity: 0.75;
}
.wgb-ci .wgb-li-date {
grid-area: date;
font-weight: 700;
font-size: 0.9rem;
line-height: 1.35;
color: var(--wgb-ink);
font-variant-numeric: tabular-nums;
}
.wgb-ci .wgb-li-status {
display: inline-block;
margin-left: 4px;
padding: 2px 8px;
border-radius: 999px;
background: var(--wgb-accent);
color: #fff;
font-size: 0.7rem;
font-weight: 700;
line-height: 1.3;
vertical-align: 1px;
}
.wgb-ci .wgb-li-main {
grid-area: main;
min-width: 0;
}
.wgb-ci .wgb-li-title {
font-weight: 600;
line-height: 1.35;
}
.wgb-ci .wgb-li-meta {
color: var(--wgb-muted);
font-size: 0.85rem;
line-height: 1.4;
margin-top: 4px;
}
.wgb-ci .wgb-li-meta > span {
white-space: nowrap;
}
.wgb-ci .wgb-li-meta {
display: flex;
flex-wrap: wrap;
align-items: baseline;
}
.wgb-ci .wgb-sep {
margin: 0 8px;
opacity: 0.6;
}
.wgb-ci .wgb-repeat-icon {
font-size: 0.8rem;
color: var(--wgb-muted);
}
.wgb-ci .wgb-li-badge {
grid-area: badge;
justify-self: end;
font-size: 0.74rem;
font-weight: 700;
line-height: 1.3;
color: #fff;
border-radius: 999px;
padding: 4px 12px;
white-space: nowrap;
}
.wgb-ci .wgb-li-chevron {
grid-area: chev;
font-size: 1.4rem;
line-height: 1;
color: var(--wgb-muted);
} .wgb-ci .wgb-month {
margin: 0 0 32px;
}
.wgb-ci .wgb-month:last-of-type {
margin-bottom: 0;
}
.wgb-ci .wgb-dow-row {
display: grid;
grid-template-columns: repeat(7, minmax(0, 1fr));
gap: 6px;
margin-bottom: 6px;
}
.wgb-ci .wgb-dow {
text-align: center;
font-size: 0.75rem;
font-weight: 700;
color: var(--wgb-muted);
text-transform: uppercase;
letter-spacing: 0.04em;
padding: 4px 0;
}
.wgb-ci .wgb-month-grid {
display: grid;
grid-template-columns: repeat(7, minmax(0, 1fr));
gap: 6px;
}
.wgb-ci .wgb-day {
min-height: 88px;
min-width: 0;
border: 1px solid var(--wgb-line);
border-radius: 8px;
background: #fff;
padding: 6px;
display: flex;
flex-direction: column;
gap: 4px;
}
.wgb-ci .wgb-day.wgb-empty {
background: transparent;
border: none;
}
.wgb-ci .wgb-day.wgb-weekend {
background: #f8fafc;
}
.wgb-ci .wgb-day.wgb-past .wgb-daynum {
opacity: 0.55;
}
.wgb-ci .wgb-day.wgb-today {
border-color: var(--wgb-accent);
box-shadow: 0 0 0 2px rgba(217, 119, 6, 0.25);
}
.wgb-ci .wgb-day.wgb-has-events {
cursor: pointer;
}
.wgb-ci .wgb-daynum {
font-size: 0.8rem;
font-weight: 600;
line-height: 1.2;
color: var(--wgb-muted);
}
.wgb-ci .wgb-day.wgb-today .wgb-daynum {
color: var(--wgb-accent-dark);
font-weight: 800;
}
.wgb-ci .wgb-pills {
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.wgb-ci .wgb-event-pill {
display: block;
width: 100%;
font-family: inherit;
font-size: 0.74rem;
line-height: 1.25;
font-weight: 600;
color: #fff;
border: none;
border-radius: 6px;
padding: 4px 6px;
margin: 0;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
}
.wgb-ci .wgb-event-pill:hover {
filter: brightness(1.08);
} .wgb-ci .wgb-empty-note {
color: var(--wgb-muted);
padding: 32px 16px;
text-align: center;
background: #fff;
border: 1px dashed var(--wgb-line);
border-radius: var(--wgb-radius-sm);
}
.wgb-ci .wgb-next-year {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin: 16px 0 0;
padding: 12px 16px;
border: 1px dashed var(--wgb-line);
border-radius: var(--wgb-radius-sm);
font-weight: 600;
font-size: 0.92rem;
color: var(--wgb-accent-dark);
text-decoration: none;
transition: border-color 0.15s ease, background 0.15s ease;
}
.wgb-ci .wgb-next-year:hover {
border-color: var(--wgb-accent);
background: rgba(217, 119, 6, 0.05);
} .wgb-modal-root {
position: fixed;
inset: 0;
z-index: 1000000;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
}
.wgb-ci.wgb-modal-root[hidden] {
display: none !important;
}
.wgb-modal-root .wgb-modal-backdrop {
position: absolute;
inset: 0;
background: rgba(15, 23, 42, 0.5);
opacity: 0;
transition: opacity 0.2s ease;
}
.wgb-modal-root .wgb-modal {
position: relative;
width: 100%;
max-width: 560px;
max-height: calc(100vh - 48px);
max-height: calc(100dvh - 48px);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
background: #fff;
border-radius: var(--wgb-radius);
box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
padding: 32px;
opacity: 0;
transform: translateY(12px) scale(0.98);
transition: opacity 0.2s ease, transform 0.2s ease;
outline: none;
}
.wgb-modal-root.wgb-is-open .wgb-modal-backdrop {
opacity: 1;
}
.wgb-modal-root.wgb-is-open .wgb-modal {
opacity: 1;
transform: none;
}
.wgb-modal-root .wgb-modal-close {
position: absolute;
top: 12px;
right: 12px;
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 !important;
margin: 0 !important;
border: none !important;
border-radius: 50%;
background: #f1f5f9;
color: var(--wgb-ink);
font-family: inherit;
font-size: 1.5rem;
line-height: 1;
cursor: pointer;
transition: background 0.15s ease;
}
.wgb-modal-root .wgb-modal-close:hover {
background: var(--wgb-line);
}
.wgb-modal-root .wgb-md-back {
display: inline-flex;
align-items: center;
gap: 8px;
margin: 0 0 16px !important;
padding: 0 !important;
border: none !important;
background: none !important;
font-family: inherit;
font-size: 0.9rem;
font-weight: 600;
color: var(--wgb-accent-dark);
cursor: pointer;
}
.wgb-modal-root .wgb-md-kat {
display: inline-block;
margin: 0 0 12px;
padding: 4px 12px;
border-radius: 999px;
background: var(--wgb-kat, var(--wgb-accent));
color: #fff;
font-size: 0.78rem;
font-weight: 700;
line-height: 1.3;
}
.wgb-modal-root .wgb-md-title {
font-family: inherit !important;
font-size: 1.4rem !important;
font-weight: 700 !important;
line-height: 1.25 !important;
letter-spacing: 0 !important;
text-transform: none !important;
color: var(--wgb-ink) !important;
margin: 0 48px 16px 0 !important;
padding: 0 !important;
}
.wgb-modal-root .wgb-md-sub {
margin: -8px 0 16px !important;
padding: 0 !important;
color: var(--wgb-muted);
font-size: 0.9rem;
}
.wgb-modal-root .wgb-md-info {
margin: 0 !important;
padding: 16px !important;
border-radius: var(--wgb-radius-sm);
background: #f8fafc;
border-left: 4px solid var(--wgb-kat, var(--wgb-accent));
display: flex;
flex-direction: column;
gap: 8px;
}
.wgb-modal-root .wgb-md-row {
display: grid;
grid-template-columns: 112px minmax(0, 1fr);
gap: 12px;
align-items: baseline;
}
.wgb-modal-root .wgb-md-row dt {
margin: 0 !important;
padding: 0 !important;
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
color: var(--wgb-muted);
}
.wgb-modal-root .wgb-md-row dd {
margin: 0 !important;
padding: 0 !important;
font-size: 0.98rem;
line-height: 1.45;
color: var(--wgb-ink);
overflow-wrap: anywhere;
}
.wgb-modal-root .wgb-md-desc {
margin: 16px 0 0;
font-size: 1rem;
line-height: 1.6;
color: var(--wgb-ink);
white-space: pre-line;
overflow-wrap: anywhere;
}
.wgb-modal-root .wgb-md-actions {
margin: 24px 0 0;
}
.wgb-modal-root .wgb-md-actions .wgb-btn {
width: 100%;
} .wgb-modal-root .wgb-md-list .wgb-list-item {
grid-template-columns: minmax(0, 1fr) auto;
grid-template-areas: "main chev" "badge badge";
}
.wgb-modal-root .wgb-md-list .wgb-li-date {
display: none;
}
.wgb-modal-root .wgb-md-list .wgb-li-badge {
justify-self: start;
} @media (max-width: 782px) {
.wgb-ci .wgb-list-item {
grid-template-columns: minmax(0, 1fr) auto;
grid-template-areas:
"date badge"
"main chev";
padding: 12px 14px;
column-gap: 12px;
}
.wgb-ci .wgb-li-date {
color: var(--wgb-accent-dark);
font-size: 0.85rem;
}
.wgb-ci .wgb-li-chevron {
display: none;
}
.wgb-ci .wgb-list-item {
grid-template-areas:
"date badge"
"main main";
}
}
@media (max-width: 640px) {
.wgb-ci .wgb-card {
padding: 20px 16px;
}
.wgb-ci .wgb-calendar {
padding: 16px;
border-radius: 14px;
}
.wgb-ci .wgb-cal-head {
gap: 12px;
} .wgb-ci .wgb-year-nav {
width: 100%;
justify-content: space-between;
}
.wgb-ci .wgb-year-label {
font-size: 1.4rem;
}
.wgb-ci .wgb-view-toggle {
display: flex;
width: 100%;
}
.wgb-ci .wgb-toggle {
flex: 1 1 0;
padding: 10px 12px !important;
}
.wgb-ci .wgb-hide-sm {
display: none;
}
.wgb-ci .wgb-zeit-btn {
padding: 10px 8px !important;
font-size: 0.86rem;
} .wgb-ci .wgb-filter {
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
margin-left: -16px;
margin-right: -16px;
padding: 0 16px 2px;
}
.wgb-ci .wgb-filter::-webkit-scrollbar {
display: none;
}
.wgb-ci .wgb-chip {
flex: 0 0 auto;
}
.wgb-ci .wgb-month {
margin-bottom: 24px;
} .wgb-ci .wgb-dow-row,
.wgb-ci .wgb-month-grid {
gap: 4px !important;
}
.wgb-ci .wgb-dow {
font-size: 0.65rem;
letter-spacing: 0;
}
.wgb-ci .wgb-day {
min-height: 48px;
padding: 4px 2px;
align-items: center;
border-radius: 6px;
}
.wgb-ci .wgb-pills {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 3px;
}
.wgb-ci .wgb-event-pill {
width: 8px;
height: 8px;
padding: 0;
border-radius: 50%;
font-size: 0;
pointer-events: none;
}
.wgb-ci .wgb-day.wgb-has-events {
border-color: #cbd5e1;
}
.wgb-ci .wgb-sep {
margin: 0 6px;
} .wgb-modal-root {
align-items: flex-end;
padding: 0;
}
.wgb-modal-root .wgb-modal {
max-width: none;
max-height: 88vh;
max-height: 88dvh;
border-radius: 20px 20px 0 0;
padding: 28px 20px calc(24px + env(safe-area-inset-bottom));
transform: translateY(24px);
}
.wgb-modal-root .wgb-modal::before {
content: "";
position: absolute;
top: 8px;
left: 50%;
width: 40px;
height: 4px;
margin-left: -20px;
border-radius: 2px;
background: var(--wgb-line);
}
.wgb-modal-root .wgb-modal-close {
top: 16px;
right: 12px;
}
.wgb-modal-root .wgb-md-title {
font-size: 1.25rem !important;
}
.wgb-modal-root .wgb-md-row {
grid-template-columns: minmax(0, 1fr);
gap: 2px;
}
}
@media (prefers-reduced-motion: reduce) {
.wgb-modal-root .wgb-modal,
.wgb-modal-root .wgb-modal-backdrop {
transition: none;
}
}  .wgb-ci .wgb-katwahl {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.wgb-ci .wgb-kat-opt {
position: relative;
margin: 0;
}
.wgb-ci .wgb-kat-opt input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.wgb-ci .wgb-kat-opt span {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 16px;
border: 1px solid var(--wgb-line);
border-radius: 999px;
background: #fff;
font-size: 0.92rem;
font-weight: 600;
color: var(--wgb-ink);
cursor: pointer;
transition: all 0.16s ease;
}
.wgb-ci .wgb-kat-opt span::before {
content: "";
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--wgb-kat, var(--wgb-accent));
flex: 0 0 auto;
}
.wgb-ci .wgb-kat-opt input:checked + span {
border-color: var(--wgb-kat, var(--wgb-accent));
background: color-mix(in srgb, var(--wgb-kat, #d97706) 10%, #fff);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--wgb-kat, #d97706) 20%, transparent);
}
.wgb-ci .wgb-kat-opt input:focus-visible + span {
outline: 2px solid var(--wgb-accent);
outline-offset: 2px;
} .wgb-ci .wgb-step-head {
display: flex;
align-items: center;
gap: 10px;
font-weight: 700;
font-size: 1.02rem;
color: var(--wgb-ink);
margin: 26px 0 14px;
padding-top: 18px;
border-top: 1px solid var(--wgb-line);
}
.wgb-ci .wgb-form-card .wgb-step-head:first-of-type {
margin-top: 6px;
padding-top: 0;
border-top: none;
}
.wgb-ci .wgb-step-badge {
width: 26px;
height: 26px;
border-radius: 50%;
background: var(--wgb-accent);
color: #fff;
font-size: 0.85rem;
font-weight: 800;
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
} .wgb-ci .wgb-req,
.wgb-ci .wgb-opt {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
border-radius: 999px;
padding: 2px 8px;
margin-left: 6px;
vertical-align: middle;
}
.wgb-ci .wgb-req {
background: rgba(217, 119, 6, 0.12);
color: var(--wgb-accent-dark);
}
.wgb-ci .wgb-opt {
background: #f1f5f9;
color: var(--wgb-muted);
}
.wgb-ci .wgb-notice.wgb-info {
background: rgba(37, 99, 235, 0.08);
border: 1px solid rgba(37, 99, 235, 0.3);
color: #1e40af;
} .wgb-ci .wgb-aktionen {
display: flex;
flex-direction: column;
gap: 14px;
}
.wgb-ci .wgb-aktion-card {
background: #fff;
border: 1px solid var(--wgb-line);
border-left: 4px solid var(--wgb-kat, var(--wgb-accent));
border-radius: 14px;
padding: 18px 20px;
box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.wgb-ci .wgb-aktion-head {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
margin-bottom: 6px;
}
.wgb-ci .wgb-aktion-title {
font-size: 1.1rem;
font-weight: 700;
}
.wgb-ci .wgb-aktion-meta {
display: flex;
gap: 14px;
flex-wrap: wrap;
color: var(--wgb-muted);
font-size: 0.9rem;
margin-bottom: 8px;
}
.wgb-ci .wgb-aktion-zeit {
font-weight: 600;
color: var(--wgb-ink);
}
.wgb-ci .wgb-aktion-desc {
margin: 0;
line-height: 1.55;
}
.wgb-ci .wgb-zwei {
display: grid;
gap: 22px;
align-items: start;
}
.wgb-ci .wgb-zwei-gleich {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wgb-ci .wgb-zwei-form {
grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
}
.wgb-ci .wgb-zwei > .wgb-card {
margin: 0;
min-width: 0;
}
.wgb-ci .wgb-zwei-gleich > .wgb-card {
height: 100%;
}
.wgb-ci .wgb-zwei-form > .wgb-card:last-child {
position: sticky;
top: var(--wgb-sticky-top, 24px);
max-height: calc(100vh - var(--wgb-sticky-top, 24px) - 24px);
overflow-y: auto;
}
@media (max-width: 980px) {
.wgb-ci .wgb-zwei,
.wgb-ci .wgb-zwei-gleich,
.wgb-ci .wgb-zwei-form {
grid-template-columns: minmax(0, 1fr);
}
.wgb-ci .wgb-zwei-form > .wgb-card:last-child {
position: static;
max-height: none;
overflow-y: visible;
}
.wgb-ci .wgb-zwei-gleich > .wgb-card {
height: auto;
}
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 110px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #b4530a; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #b4530a; --cmplz_button_accept_border_color: #b4530a; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #b4530a; --cmplz_slider_inactive_color: #555; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}.cmplz-cookiebanner .cmplz-statistics:not(.cmplz-tcf),.cmplz-manage-consent-container .cmplz-statistics:not(.cmplz-tcf) { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: block;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: none;} .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }