
/* v1.0.1 – The7-Seitenrahmen auf dieser Shortcode-Seite vollständig neutralisieren */
.tsv-docs-active #page,
.tsv-docs-active #main,
.tsv-docs-active .site-content,
.tsv-docs-active .content,
.tsv-docs-active .content-area,
.tsv-docs-active .entry-content,
.tsv-docs-active .wf-wrap,
.tsv-docs-active .wf-container-main,
.tsv-docs-active .wf-container,
.tsv-docs-active .page-content,
.tsv-docs-active .page-wrapper{
  border:0!important;
  border-top:0!important;
  box-shadow:none!important;
  background-image:none!important;
}
.tsv-docs-active #page:before,
.tsv-docs-active #page:after,
.tsv-docs-active #main:before,
.tsv-docs-active #main:after,
.tsv-docs-active .site-content:before,
.tsv-docs-active .site-content:after,
.tsv-docs-active .content:before,
.tsv-docs-active .content:after,
.tsv-docs-active .wf-wrap:before,
.tsv-docs-active .wf-wrap:after,
.tsv-docs-active .page-title:before,
.tsv-docs-active .page-title:after,
.tsv-docs-active .fancy-header:before,
.tsv-docs-active .fancy-header:after{
  content:none!important;
  display:none!important;
  border:0!important;
}
.tsv-docs-active .masthead,
.tsv-docs-active .header-bar,
.tsv-docs-active .mobile-header-bar{
  border-bottom:0!important;
  box-shadow:none!important;
}
.tsv-docs-active .tsv-docs-page,
.tsv-docs-active .tsv-docs-hero{
  margin-top:0!important;
  border-top:0!important;
}
:root{
  --tsv-doc-green:#269b38;
  --tsv-doc-green-dark:#176d27;
  --tsv-doc-black:#080b09;
  --tsv-doc-text:#141714;
  --tsv-doc-muted:#626a63;
  --tsv-doc-border:#dde4de;
  --tsv-doc-soft:#f5f7f5;
}

.tsv-docs-active .entry-title,
.tsv-docs-active .page-title,
.tsv-docs-active .page-header,
.tsv-docs-active .entry-header,
.tsv-docs-active #fancy-header,
.tsv-docs-active .fancy-header,
.tsv-docs-active .page-title-wrapper,
.tsv-docs-active .breadcrumbs,
.tsv-docs-active .dt-breadcrumb-for-mobile{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important}

.tsv-docs-active #main,
.tsv-docs-active .site-content,
.tsv-docs-active .content,
.tsv-docs-active .content-area,
.tsv-docs-active .entry-content,
.tsv-docs-active .wf-wrap,
.tsv-docs-active .wf-container-main,
.tsv-docs-active .wf-container,
.tsv-docs-active .page-content,
.tsv-docs-active .page-wrapper{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}

.tsv-docs-page{width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;background:#fff;color:var(--tsv-doc-text);font-family:Arial,Helvetica,sans-serif}
.tsv-docs-page *{box-sizing:border-box}
.tsv-docs-page img{display:block;max-width:100%}
.tsv-docs-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

.tsv-docs-hero{position:relative;min-height:390px;background-image:var(--tsv-docs-hero);background-size:cover;background-position:center 48%;display:flex;align-items:flex-end}
.tsv-docs-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,7,5,.93),rgba(3,7,5,.69) 48%,rgba(3,7,5,.28)),linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.45));backdrop-filter:grayscale(1)}
.tsv-docs-hero__content{position:relative;z-index:1;padding-bottom:54px;color:#fff}
.tsv-docs-hero__content>span{display:inline-block;margin-bottom:12px;color:#61db75;font-size:13px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.tsv-docs-hero h1{margin:0 0 16px;color:#fff!important;font-size:clamp(44px,5.7vw,72px);line-height:1;letter-spacing:-.035em}
.tsv-docs-hero p{max-width:760px;margin:0;color:#f2f5f2;font-size:20px;line-height:1.55}

.tsv-docs-main{padding:34px 0 64px;background:#fff}
.tsv-docs-filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}
.tsv-docs-filter button{min-height:40px;padding:8px 17px;border:1px solid #cfd7d0;border-radius:6px;background:#fff;color:#252b26;font:700 14px Arial,Helvetica,sans-serif;cursor:pointer}
.tsv-docs-filter button:hover,.tsv-docs-filter button.is-active{border-color:var(--tsv-doc-green);background:var(--tsv-doc-green);color:#fff}

.tsv-docs-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}
.tsv-docs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.tsv-doc-card{display:grid;grid-template-columns:62px minmax(0,1fr);gap:17px;padding:25px;border:1px solid var(--tsv-doc-border);border-radius:11px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.045);transition:transform .2s ease,box-shadow .2s ease}
.tsv-doc-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.08)}
.tsv-doc-card[hidden]{display:none!important}
.tsv-doc-card__icon{width:56px;height:56px;color:#171b18}
.tsv-doc-card__icon svg,.tsv-doc-card__download svg,.tsv-docs-quick svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.tsv-doc-card__category{display:block;margin-bottom:8px;color:var(--tsv-doc-green-dark);font-size:11px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}
.tsv-doc-card h2{margin:0 0 9px;color:#151815!important;font-size:22px;line-height:1.18}
.tsv-doc-card p{margin:0 0 10px;color:var(--tsv-doc-muted);font-size:15px;line-height:1.5}
.tsv-doc-card__meta{display:block;margin-bottom:18px;color:#7a827b;font-size:12px}
.tsv-doc-card a{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid var(--tsv-doc-green);border-radius:5px;color:var(--tsv-doc-green-dark)!important;text-decoration:none!important;font-size:13px;font-weight:900;text-transform:uppercase}
.tsv-doc-card a:hover{background:var(--tsv-doc-green);color:#fff!important}
.tsv-doc-card__download{width:17px;height:17px}

.tsv-docs-sidebar{position:sticky;top:24px;display:grid;gap:20px}
.tsv-docs-quick{overflow:hidden;border:1px solid var(--tsv-doc-border);border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.tsv-docs-quick h2{margin:0;padding:18px 20px;background:linear-gradient(135deg,#0a0d0b,#1a1f1b);color:#fff!important;font-size:18px;text-transform:uppercase}
.tsv-docs-quick>a{display:flex;align-items:center;gap:14px;padding:16px 18px;border-bottom:1px solid #e6ebe6;color:#1b1f1c!important;text-decoration:none!important}
.tsv-docs-quick>a:last-child{border-bottom:0}
.tsv-docs-quick>a:hover{background:#f6faf6}
.tsv-docs-quick>a>span:first-child{flex:0 0 32px;width:32px;height:32px;color:#333a34}
.tsv-docs-quick strong,.tsv-docs-quick small{display:block}
.tsv-docs-quick strong{font-size:14px;line-height:1.25}
.tsv-docs-quick small{margin-top:4px;color:#7a827b;font-size:11px}

.tsv-docs-note{padding:24px;border-radius:10px;background:linear-gradient(145deg,#f3f5f3,#fff);border:1px solid #e5e9e5}
.tsv-docs-note__icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:13px;border-radius:50%;background:#111;color:#fff;font-size:22px;font-weight:900}
.tsv-docs-note h2{margin:0 0 13px;color:#161916!important;font-size:19px}
.tsv-docs-note p{margin:0 0 13px;color:#59605a;font-size:14px;line-height:1.55}
.tsv-docs-note a{color:var(--tsv-doc-green-dark)!important;text-decoration:none!important;font-size:14px;font-weight:900}

.tsv-docs-contact{padding:34px 0;background:var(--tsv-doc-soft);border-top:1px solid #e2e7e2}
.tsv-docs-contact__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tsv-docs-contact article{padding:22px;border:1px solid var(--tsv-doc-border);border-radius:9px;background:#fff}
.tsv-docs-contact strong,.tsv-docs-contact span{display:block}
.tsv-docs-contact strong{margin-bottom:8px;color:#171a17;font-size:18px}
.tsv-docs-contact span{color:#687069;line-height:1.45}
.tsv-docs-contact a{color:var(--tsv-doc-green-dark)!important;text-decoration:none!important;font-weight:800}

@media(max-width:980px){.tsv-docs-layout{grid-template-columns:1fr}.tsv-docs-sidebar{position:static;grid-template-columns:1fr 1fr}.tsv-docs-quick{grid-column:1}.tsv-docs-note{grid-column:2}}
@media(max-width:760px){.tsv-docs-container{width:min(100% - 24px,1180px)}.tsv-docs-hero{min-height:330px}.tsv-docs-hero p{font-size:17px}.tsv-docs-grid{grid-template-columns:1fr}.tsv-docs-sidebar{grid-template-columns:1fr}.tsv-docs-quick,.tsv-docs-note{grid-column:auto}.tsv-docs-contact__grid{grid-template-columns:1fr}}
@media(max-width:480px){.tsv-doc-card{grid-template-columns:48px minmax(0,1fr);padding:20px;gap:13px}.tsv-doc-card__icon{width:44px;height:44px}.tsv-doc-card h2{font-size:19px}.tsv-docs-filter{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.tsv-docs-filter button{white-space:nowrap}}
