/*! Sylt1 Consent 1.0.0 */
:root{--s1c-accent:#e2001a;--s1c-ink:#14161a;--s1c-muted:#5c6470;--s1c-line:#e3e6ea;--s1c-bg:#fff;--s1c-radius:14px}

html.s1c-open{overflow:hidden}

.s1c,.s1c *{box-sizing:border-box}
.s1c{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:flex-end;justify-content:center;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	font-size:15px;line-height:1.55;color:var(--s1c-ink);-webkit-font-smoothing:antialiased}
.s1c[hidden]{display:none!important}
.s1c--center{align-items:center}

.s1c__backdrop{position:absolute;inset:0;background:rgba(10,12,16,.62);backdrop-filter:blur(2px)}

.s1c__box{position:relative;width:100%;max-width:640px;max-height:92vh;margin:0 12px 12px;overflow:hidden;
	background:var(--s1c-bg);border-radius:var(--s1c-radius);
	box-shadow:0 24px 70px rgba(0,0,0,.35);display:flex;flex-direction:column;
	animation:s1c-in .28s cubic-bezier(.2,.8,.3,1) both}
.s1c--center .s1c__box{margin:0 12px}
@keyframes s1c-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.s1c__box{animation:none}}

.s1c__view{display:flex;flex-direction:column;min-height:0;padding:26px 26px 20px}
.s1c__view[hidden]{display:none!important}

.s1c__headline{margin:0 0 8px;font-size:21px;line-height:1.25;font-weight:800;letter-spacing:-.01em;color:var(--s1c-ink)}
.s1c__headline:before{content:"";display:block;width:38px;height:4px;border-radius:2px;background:var(--s1c-accent);margin-bottom:14px}
.s1c__text{margin:0 0 18px;color:var(--s1c-muted);font-size:14.5px}

.s1c__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.s1c__legal{margin:14px 0 0;font-size:12.5px;color:var(--s1c-muted)}
.s1c__legal a{color:var(--s1c-muted);text-decoration:underline}

.s1c-btn{appearance:none;font:inherit;font-weight:650;cursor:pointer;border-radius:9px;padding:11px 18px;
	border:1.5px solid transparent;background:none;transition:filter .15s,background .15s,border-color .15s;line-height:1.2}
.s1c-btn:focus-visible{outline:3px solid var(--s1c-accent);outline-offset:2px}
.s1c-btn--primary{background:var(--s1c-accent);color:#fff;flex:1 1 190px}
.s1c-btn--primary:hover{filter:brightness(1.08)}
.s1c-btn--outline{border-color:var(--s1c-line);color:var(--s1c-ink);flex:1 1 150px}
.s1c-btn--outline:hover{border-color:var(--s1c-ink)}
.s1c-btn--link{color:var(--s1c-muted);text-decoration:underline;padding:11px 8px}
.s1c-btn--link:hover{color:var(--s1c-ink)}
.s1c-btn--ghost{border-color:rgba(255,255,255,.5);color:#fff}
.s1c-btn--ghost:hover{background:rgba(255,255,255,.14)}

.s1c__scroll{overflow-y:auto;min-height:0;margin:2px -6px 18px;padding:0 6px;-webkit-overflow-scrolling:touch}

.s1c-group{border-top:1px solid var(--s1c-line);padding:16px 0 4px}
.s1c-group:first-child{border-top:0;padding-top:4px}
.s1c-group__head{display:flex;gap:14px;align-items:flex-start;justify-content:space-between}
.s1c-group__name{margin:0;font-size:15.5px;font-weight:750}
.s1c-group__desc{margin:3px 0 0;font-size:13px;color:var(--s1c-muted)}
.s1c-locked{font-size:12px;font-weight:650;color:var(--s1c-muted);white-space:nowrap;padding-top:3px}

.s1c-svc{border:1px solid var(--s1c-line);border-radius:10px;padding:12px 14px;margin:12px 0}
.s1c-svc__head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.s1c-svc__head strong{font-size:14.5px;font-weight:700}
.s1c-svc__meta{display:grid;grid-template-columns:auto 1fr;gap:2px 14px;margin:10px 0 0;font-size:12.5px}
.s1c-svc__meta dt{color:var(--s1c-muted);font-weight:650}
.s1c-svc__meta dd{margin:0;color:var(--s1c-ink)}
.s1c-svc__meta a{color:var(--s1c-accent)}

.s1c-switch{position:relative;display:inline-block;flex:none;cursor:pointer}
.s1c-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}
.s1c-switch__ui{display:block;width:46px;height:26px;border-radius:13px;background:#cfd4da;transition:background .18s}
.s1c-switch__ui:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;
	background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.3);transition:transform .18s}
.s1c-switch input:checked+.s1c-switch__ui{background:var(--s1c-accent)}
.s1c-switch input:checked+.s1c-switch__ui:after{transform:translateX(20px)}
.s1c-switch input:focus-visible+.s1c-switch__ui{outline:3px solid var(--s1c-accent);outline-offset:2px}
.s1c-switch--sm .s1c-switch__ui{width:40px;height:23px;border-radius:12px}
.s1c-switch--sm .s1c-switch__ui:after{width:17px;height:17px}
.s1c-switch--sm input:checked+.s1c-switch__ui:after{transform:translateX(17px)}

/* ---------------------------------------------------------- Platzhalter */

.s1c-embed{position:relative;display:flex;align-items:center;justify-content:center;width:100%;
	overflow:hidden;border-radius:10px;background:#16181d;color:#fff;margin:0 auto;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.s1c-embed__thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.34;filter:saturate(.5)}
.s1c-embed__box{position:relative;z-index:1;max-width:440px;padding:22px;text-align:center}
.s1c-embed__icon{display:block;width:38px;height:38px;margin:0 auto 10px;border-radius:50%;
	background:var(--s1c-accent);position:relative}
.s1c-embed__icon:after{content:"";position:absolute;top:50%;left:53%;transform:translate(-50%,-50%);
	border-style:solid;border-width:8px 0 8px 13px;border-color:transparent transparent transparent #fff}
.s1c-embed__title{margin:0 0 6px;font-size:16px;font-weight:750;color:#fff;line-height:1.3}
.s1c-embed__text{margin:0 0 14px;font-size:13px;line-height:1.5;color:rgba(255,255,255,.78)}
.s1c-embed__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.s1c-embed .s1c-btn{padding:9px 15px;font-size:13.5px}
.s1c-embed__link{display:inline-block;margin-top:12px;background:none;border:0;padding:0;cursor:pointer;
	font:inherit;font-size:12.5px;color:rgba(255,255,255,.62);text-decoration:underline}
.s1c-embed__link:hover{color:#fff}
@media(max-width:420px){.s1c-embed__text{display:none}.s1c-embed__box{padding:14px}}

/* ------------------------------------------------------------- Sonstiges */

.s1c-badge{position:fixed;left:14px;bottom:14px;z-index:2147482000;width:40px;height:40px;border-radius:50%;
	border:1px solid rgba(0,0,0,.12);background:#fff;color:var(--s1c-accent);cursor:pointer;
	box-shadow:0 4px 16px rgba(0,0,0,.18);font-size:11px;letter-spacing:1px;line-height:38px;padding:0;
	opacity:.55;transition:opacity .2s,transform .2s}
.s1c-badge:hover{opacity:1;transform:scale(1.06)}
.s1c-badge:focus-visible{outline:3px solid var(--s1c-accent);outline-offset:2px;opacity:1}

.s1c-inline-link{background:none;border:0;padding:0;font:inherit;color:inherit;text-decoration:underline;cursor:pointer}

@media(prefers-color-scheme:dark){
	.s1c{--s1c-ink:#f2f4f7;--s1c-muted:#a3acb8;--s1c-line:#2c3138;--s1c-bg:#181b20}
	.s1c-badge{background:#181b20;border-color:#2c3138}
}

/* Eigene visuell-versteckte Beschriftung, unabhaengig vom Theme */
.s1c .screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
	overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}
.s1c .s1c-switch{display:inline-flex;align-items:center;line-height:0}
