.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
.section-header-title{font-size:24px;font-weight:700;color:var(--color-news-title);}
.mixed-v6-dark-bg .section-header-title{color:var(--color-white);}
.kategorie-bg-dark .section-header-title{color:var(--color-white);}
.section-header-link{font-size:var(--fs-section-header-link,14px);font-weight:600;color:var(--color-primary);transition:color 0.3s ease;white-space:nowrap;}
.section-header-link:hover{color:var(--color-text);}
.news-grid-section-v8 .section-header-link:hover{color:#fff !important;}
.section-header.header-line-left{padding-left:15px;border-left:4px solid var(--color-primary);}
.section-header.header-line-bottom{padding-bottom:12px;border-bottom:1px solid var(--color-border-light);}
.section-header.header-line-top{position:relative;padding-top:14px;}
.section-header.header-line-top::before{content:'';position:absolute;top:0;left:0;width:300px;height:3px;background-color:var(--color-primary);}
.sidebar-box .section-header.header-line-top::before{width:30%;}
.section-header.header-sm .section-header-title{font-size:16px !important;text-transform:uppercase;}
.section-header.header-md .section-header-title{font-size:20px !important;}
.section-header.header-lg .section-header-title{font-size:24px !important;}
.section-header.header-xl .section-header-title{font-size:28px !important;}
.section-header.header-dark{border-bottom-color:var(--color-border-dark);}
.section-header.header-extend{justify-content:flex-start;gap:20px;}
.section-header.header-extend::before{content:'';flex:1;height:1px;background-color:var(--color-border-light);order:2;}
.section-header.header-extend .section-header-title{order:1;}
.section-header.header-extend .section-header-link{order:3;}
.section-header.header-gradient{padding-bottom:12px;position:relative;}
.section-header.header-gradient::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--color-primary) 0%,color-mix(in srgb,var(--color-tertiary) 50%,transparent) 100%);}
.section-header.header-badge .section-header-title{display:inline-block;background:var(--color-menu);color:var(--color-white);padding:10px 20px;text-transform:uppercase;}
.section-header.header-double{padding:12px 0;border-top:3px solid var(--color-menu);border-bottom:1px solid var(--color-border-light);}
.section-header.header-double .section-header-title{text-transform:uppercase;}
.section-header.header-double .section-header-link{color:var(--color-news-date);}
.section-header.header-double .section-header-link:hover{color:var(--color-primary);}
.section-header.header-arrow{justify-content:flex-start;gap:10px;}
.section-header.header-arrow .section-header-title{font-weight:800;}
.section-header.header-arrow::before{content:'';width:24px;height:24px;background:var(--color-primary);border-radius:4px;order:2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");background-size:14px;background-position:center;background-repeat:no-repeat;}
.section-header.header-arrow .section-header-title{order:1;}
.section-header.header-arrow .section-header-link{order:3;margin-left:auto;}
.section-header.header-marker .section-header-title{background:linear-gradient(180deg,transparent 50%,color-mix(in srgb,var(--color-primary) 25%,transparent) 50%);padding:0 4px;}
.section-header.header-split{justify-content:flex-start;gap:20px;}
.section-header.header-split::before{content:'';width:40px;height:1px;background:var(--color-border-light);order:1;}
.section-header.header-split::after{content:'';flex:1;height:1px;background:var(--color-border-light);order:3;}
.section-header.header-split .section-header-title{order:2;}
.section-header.header-split .section-header-link{order:4;}
.section-header.header-line-after{justify-content:flex-start;gap:20px;}
.section-header.header-line-after::after{content:'';flex:1;height:1px;background:var(--color-border-light);order:2;}
.section-header.header-line-after .section-header-title{order:1;}
.section-header.header-line-after .section-header-link{order:3;}
.news-grid-section-v5 .section-header.header-split::before,.news-grid-section-v5 .section-header.header-split::after,.news-grid-section-v5 .section-header.header-line-after::after,.news-grid-v7-wrapper .section-header.header-split::before,.news-grid-v7-wrapper .section-header.header-split::after,.news-grid-v7-wrapper .section-header.header-line-after::after{background:#00000020;}
.news-grid-section-v5 .section-header.header-line-bottom,.news-grid-v7-wrapper .section-header.header-line-bottom,.news-grid-section-v5 .section-header.header-double,.news-grid-v7-wrapper .section-header.header-double{border-bottom-color:#00000020;}
.news-grid-section-v8 .section-header.header-split::before,.news-grid-section-v8 .section-header.header-split::after,.news-grid-section-v8 .section-header.header-line-after::after{background:#ffffff50;}
.news-grid-section-v8 .section-header.header-line-bottom{border-bottom-color:#ffffff50;}
.news-grid-section-v8 .section-header.header-double{border-top-color:#ffffff50;border-bottom-color:#ffffff50;}
.mixed-v6-dark-bg .section-header.header-split::before,.mixed-v6-dark-bg .section-header.header-split::after,.mixed-v6-dark-bg .section-header.header-line-after::after{background:#ffffff50;}
.mixed-v6-dark-bg .section-header.header-line-bottom{border-bottom-color:#ffffff50;}
.mixed-v6-dark-bg .section-header.header-double{border-top-color:#ffffff50;border-bottom-color:#ffffff50;}
@media (max-width:768px){
.section-header{margin-bottom:24px;}
.section-header-title{font-size:20px;}
.section-header.header-sm .section-header-title{font-size:15px !important;}
.section-header.header-xl .section-header-title{font-size:24px !important;}
.section-header.header-line-top::before{width:200px;}
.section-header.header-split::before{width:20px;}
}
