/*
Theme Name: Kaeseblatt Frankfurt
Theme URI: https://rewida.de
Template: newsexo
Author: Max Headroom
Author URI: https://rewida.de
Description: Kaeseblatt Variante auf Basis von Frankfurt News.
Version: 7.6
Tested up to: 6.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kaeseblatt-frankfurt
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, rtl-language-support, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
*/

/*--------------------------------------------------
=>> Body Custom Background Css
--------------------------------------------------*/

body.custom-background .theme-bg-dark,
body.custom-background .theme-bg-default, 
body.custom-background .theme-blog.theme-bg-grey {
    background-color: transparent !important;
}

/*--------------------------------------------------
=>> Wrapper Background Css
--------------------------------------------------*/

#wrapper {
    background-color: #f0f1f3;
}

/*--------------------------------------------------------------
=>> Typography Css
--------------------------------------------------------------*/

h1, h2, h3,
h4, h5, h6 {
	letter-spacing: 1px;
}
.navbar.navbar-dark .nav .menu-item .nav-link {
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 700;
    font-family: Encode Sans;
}
.navbar .nav .menu-item .dropdown-item {
	font-family: Encode Sans;
    letter-spacing: 1px;
	font-weight: 500;
    font-size: 1rem;
}
#news-slider .overlay-news-area .entry-header .entry-title {
	font-weight: 900;
}


/*--------------------------------------------------------------
=>> Site Header
--------------------------------------------------------------*/

.site-header {
    background: #6b1246 !important;
}
.head-contact-info li, .site-header .custom-social-icons .followus {
    color: #ffffff !important;
}
.custom-social-icons .followus:before, .custom-social-icons .followus:after {
    background: #ffffff !important;
}
.site-header .custom-social-icons li > a {
    color: #ffffff !important;
}

/*--------------------------------------------------------------
=>> Site Branding & Advertisement
--------------------------------------------------------------*/

.site-branding .site-title a, 
.site-branding .site-description {
	color: #1f2024;
}
.site-branding .site-title a:hover, 
.site-branding .site-title a:focus, 
.site-branding .site-description:hover, 
.site-branding .site-description:focus {
	color: #6b1246;
}


/*--------------------------------------------------------------
=>> Big News Section - Featured News
--------------------------------------------------------------*/

.big-news-section .overlay-news-area.vrsn-two {
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.438rem;
}

/*--------------------------------------------------------------
=>> Featured News Section
--------------------------------------------------------------*/

.featured-news-section .overlay-news-area.vrsn-two {
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.438rem;
}

/*--------------------------------------------------------------
=>> Grid View News Section
--------------------------------------------------------------*/

.grid-view-news-area.vrsn-two {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
}
body.page-template-default .blog-grid-view-post .post {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
}
.post.grid-view-news-area ul.wp-block-rss {
	list-style: disc;
}

/*--------------------------------------------------------------
=>> List View News Section
--------------------------------------------------------------*/

.list-view-news-area .post.vrsn-two {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
}


/*--------------------------------------------------------------
=>> Blog Meta
--------------------------------------------------------------*/

.entry-meta > span { 
	margin: 0 0.875rem 0 0 !important;
}
.entry-meta > span i {
    margin-right: 0.350rem;
}
.entry-meta > span:last-child { 
	margin-right: 0 !important; 
}
.entry-meta .avatar-default {
    margin-right: 0.350rem;
}
/*Category Colors*/
.entry-meta .cat-links .links-bg:nth-child(2) {
	background: #6b1246;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(3) {
	background: #6b1246;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(4) {
	background: #6b1246;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(5) {
	background: #6b1246;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(6) {
	background: #6b1246;
	color: #fff;
}
/*Pagination*/
.navigation.pagination .nav-links .page-numbers, 
.navigation.pagination .nav-links a {
	border: 1px solid #ebebeb;
}
.pagination a {
	background-color: #fff;
}


/*--------------------------------------------------------------
=>> All Blog Posts Common Classes for Spacing
--------------------------------------------------------------*/

#news-slider.vrsn-two, 
#featured-news-slider.vrsn-two {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.75rem;
}
@media (min-width: 200px) and (max-width: 991.98px) {
	#featured-news-slider.owl-carousel.vrsn-two .post.overlay-news-area {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
=>> Blog Single
--------------------------------------------------------------*/

.post-author-area.vrsn-two {
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.theme-comment-area.vrsn-two { 
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.938rem 0.75rem;
}
.theme-comment-form.vrsn-two .comment-form { 
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.938rem 0.75rem;
}

/*--------------------------------------------------------------
=>> Sidebar Widgets
--------------------------------------------------------------*/

.sidebar.vrsn-two .widget {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
	position: relative;
    -webkit-transition: all .1s;
    -ms-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.sidebar.vrsn-two .widget:hover {
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
	border-top: 2px solid #13171e;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;	
	transition: all .5s;
	transform : translateY(-5px);
}
/*List View Post Widget*/
.list-view-post-widget .post .entry-header .entry-title {
    line-height: 1.5;
}
/*Paragraph Links in Widgets*/
.widget p a {
	text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
    font-weight: 600;
}
.widget p a:hover, 
.widget p a:focus {
	text-decoration-style: dotted;
}
/*Image Widget*/
.widget .wp-caption {
	max-width: 100%;
}
.widget .wp-caption .wp-caption-text {
	text-align: center;
	padding: 0.3rem;
}


/*--------------------------------------------------------------
=>> Theme Breadcrumb Area
--------------------------------------------------------------*/

#wrapper .page-breadcrumb { 
	background-color: #fff;
}


/*--------------------------------------------------------------
=>> Footer Section & Widgets
--------------------------------------------------------------*/

.site-footer-overlay::before {	
	background-color: #01012f;
}
.footer-sidebar .widget .wp-block-read-more {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
}
.footer-sidebar .widget .wp-block-read-more:hover, 
.footer-sidebar .widget .wp-block-read-more:focus {
    text-decoration-style: dotted;
}

/*--------------------------------------------------------------
=>> Default Page Templates 
--------------------------------------------------------------*/

body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post {
	border-top: none;
	border-bottom: 1px solid #ebebeb;
    border-left: none;
    border-right: none;
	padding: 0.938rem 0 0.938rem 0;
}
body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post:first-child {
    padding-top: 0;
	margin-bottom: 0;
}
body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post:last-child {
    padding-bottom: 0;
	border-bottom: none;
}

/*--------------------------------------------------------------
=>> Sidebar Update Released 
--------------------------------------------------------------*/

.wp-block-latest-posts li {
    padding-bottom: 1rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date {
    padding-top: 0.525rem;
}
.wp-block-archives li {
	padding-bottom: 0.625rem;
}
.post .wp-block-categories-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li ul li:first-child {
	padding-top: 0.625rem;
}
.post .wp-block-list li:last-child, 
.post .wp-block-list li ul li:last-child {
	padding-bottom: 0;
}
.wp-block-file .wp-block-file__button {
	text-decoration: none;
}
.grid-view-news-area .post-content ol.wp-block-latest-comments .wp-block-latest-comments__comment {
    border-bottom: 1px solid #f1f1f1;
	padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.post .wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: disc;
}
.post .wp-block-file {
    font-size: 1rem;
}
.widget .wp-block-heading a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}
.theme-comment-area .comment-detail p a {   
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.theme-comment-area .comment-detail p a:hover, 
.theme-comment-area .comment-detail p a:focus {
    text-decoration-style: dotted;
}
.sidebar .widget .wp-block-accordion-heading__toggle-title, 
.sidebar .widget .wp-block-accordion-heading__toggle-icon {
    display: flex;
    border: 0 none;
    margin: 0;
}
.sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover,
.sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:focus {
	border: 0px solid transparent;
	background-color: transparent;
}

/*--------------------------------------------------------------
=>> Footer Sidebar Update Released 
--------------------------------------------------------------*/

.footer-sidebar .widget .wp-block-accordion-heading__toggle-title, 
.footer-sidebar .widget .wp-block-accordion-heading__toggle-icon {
    display: flex;
    border: 0 none;
    margin: 0;
}
.footer-sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover, 
.footer-sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:focus {
	border: 0px solid transparent;
	background-color: transparent;
}

/* KB FRANKFURT OVERRIDES START */

:root {
  --kb-plum: #65153f;
  --kb-plum-dark: #4f0f31;
  --kb-blue: #1799d6;
  --kb-text: #111111;
  --kb-soft: #f5f5f5;
  --kb-muted: #5f5f5f;
}

/* Grundlesbarkeit */
body,
p,
li,
span,
div,
.entry-content,
.entry-content p,
.entry-content li,
.entry-summary,
.entry-summary p {
  color: var(--kb-text) !important;
}

body {
  background: #efefef !important;
}

/* Topbar */
.header-top,
.top-header,
.header-topbar,
.header-top-wrapper,
.head-contact-info,
.social-profile {
  background: var(--kb-plum) !important;
  color: #ffffff !important;
}

.head-contact-info li,
.head-contact-info li a,
.header-top .head-contact-info li,
.header-top .head-contact-info li a,
.top-header .head-contact-info li,
.top-header .head-contact-info li a {
  color: #ffffff !important;
}


.head-contact-info li.kb-topbar-tagline,
.header-top .head-contact-info li.kb-topbar-tagline,
.top-header .head-contact-info li.kb-topbar-tagline {
  display: inline-block !important;
  margin-left: 8px !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  line-height: 1.1 !important;
}

.kb-topbar-tagline .kb-topbar-tagline-text,
.kb-topbar-tagline a {
  display: inline-block !important;
  vertical-align: middle !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.kb-topbar-tagline .kb-topbar-tagline-text {
  margin-right: 10px !important;
}

.kb-topbar-tagline a {
  text-decoration: none !important;
}

.kb-topbar-tagline a:hover,
.kb-topbar-tagline a:focus {
  text-decoration: underline !important;
}

/* Logo und Titelbereich */
.site-branding,
.logo-area,
.logo-banner,
.site-logo,
.custom-logo-link,
.header-logo {
  text-align: center !important;
}

.logo-banner,
.logo-banner-overlay,
.site-branding {
  background: var(--kb-soft) !important;
}

.logo-banner {
  padding: 10px 0 6px !important;
  min-height: 0 !important;
}

.site-branding {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.site-branding .site-title,
.site-branding .site-description {
  width: 100% !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.site-branding .site-title {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

.site-branding .site-title a {
  color: var(--kb-plum) !important;
  font-size: clamp(2.6rem, 5.5vw, 4.8rem) !important;
  line-height: 0.95 !important;
  font-weight: 900 !important;
  display: inline-block !important;
  white-space: nowrap !important;
  letter-spacing: -0.03em !important;
  max-width: none !important;
}

.site-branding .site-description,
p.site-description {
  display: block !important;
  color: #666666 !important;
  font-size: 0.82rem !important;
  line-height: 1.22 !important;
  font-weight: 700 !important;
  margin: 0 auto 2px !important;
  max-width: 1100px !important;
}

/* Navigation */
.main-navigation,
.navbar,
.navbar-dark,
.navbar-expand-lg,
.header-sticky,
.navbar .container-full,
.navbar-default {
  background: var(--kb-plum) !important;
  border-top: 4px solid var(--kb-blue) !important;
}

.navbar .nav > li > a,
.navbar .navbar-nav > li > a,
.navbar-nav > li > a,
.main-navigation a {
  color: #ffffff !important;
  font-weight: 800 !important;
}

.navbar .nav > li.current-menu-item > a,
.navbar .nav > li > a:hover,
.navbar .navbar-nav > li.current-menu-item > a,
.navbar .navbar-nav > li > a:hover,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.main-navigation .current-menu-item > a,
.main-navigation a:hover {
  background: var(--kb-plum-dark) !important;
  color: #ffffff !important;
}

/* Laufband links kompakter und als NEUES */
.news-highlights-title h5,
.news-section-title .f-heading,
.news-section-title.five .f-heading,
.f-heading,
.news-headline h5,
.breaking-news-title h5 {
  background: var(--kb-plum) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  padding: 8px 14px !important;
  min-height: 0 !important;
}

.news-highlights-title h5::before,
.news-section-title .f-heading::before,
.news-section-title.five .f-heading::before,
.f-heading::before,
.news-headline h5::before,
.breaking-news-title h5::before {
  content: "NEUES" !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
}

.news-highlights,
.news-marquee-wrapper,
.news-headline,
.breaking-news-area,
.marquee-wrapper,
.news-highlights .marquee,
.news-marquee {
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.news-highlights ul li,
.news-marquee-wrapper ul li,
.breaking-news-area ul li,
.marquee-wrapper ul li {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* Kategorien */
.links-bg,
.links-bg a,
a.links-bg,
.cat-links a,
.cat-links span a,
.post-content .cat-links a,
.entry-meta .cat-links a,
.post-categories a,
.category a,
.category > a,
a.category,
[class*="cat"] .links-bg,
[class*="cat"] .links-bg a {
  background: var(--kb-plum) !important;
  color: var(--kb-soft) !important;
  border-color: var(--kb-plum) !important;
}

/* Obere Hero-Karten lesbarer */
.overlay-news-area .post-content,
.big-news-section .overlay-news-area .post-content,
.featured-news-section .overlay-news-area .post-content {
  background: rgba(255,255,255,0.94) !important;
}

.overlay-news-area .entry-title a,
.overlay-news-area .author a,
.overlay-news-area .posted-on a,
.overlay-news-area .comment-links a,
.big-news-section .overlay-news-area .entry-title a,
.big-news-section .overlay-news-area .author a,
.big-news-section .overlay-news-area .posted-on a,
.featured-news-section .overlay-news-area .entry-title a,
.featured-news-section .overlay-news-area .author a,
.featured-news-section .overlay-news-area .posted-on a,
.featured-news-section .overlay-news-area .comment-links a {
  color: #111111 !important;
  text-shadow: none !important;
}

/* Untere Artikelkarten */
.multi-news-layout-section .grid-view-news-area,
.multi-news-layout-section .list-view-news-area,
.multi-news-layout-section .list-view-news2-area,
.post-wrap article.post,
article.post.grid-view-news-area,
.news-sec-wrap article {
  background: #ffffff !important;
  border: 1px solid #e2e2e2 !important;
  box-shadow: none !important;
}

.multi-news-layout-section .grid-view-news-area .post-thumbnail img,
.multi-news-layout-section .list-view-news-area .post-thumbnail img,
.multi-news-layout-section .list-view-news2-area .post-thumbnail img,
.post-wrap article.post .post-thumbnail img,
.news-sec-wrap article .post-thumbnail img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  height: auto !important;
}

.multi-news-layout-section .grid-view-news-area .entry-title a,
.multi-news-layout-section .list-view-news-area .entry-title a,
.multi-news-layout-section .list-view-news2-area .entry-title a,
.post-wrap article.post .entry-title a,
.news-sec-wrap article .entry-title a {
  color: #111111 !important;
  font-size: 0.82em !important;
  line-height: 1.14 !important;
}

.multi-news-layout-section .grid-view-news-area .entry-meta,
.multi-news-layout-section .list-view-news-area .entry-meta,
.multi-news-layout-section .list-view-news2-area .entry-meta,
.post-wrap article.post .entry-meta,
.news-sec-wrap article .entry-meta,
.multi-news-layout-section .grid-view-news-area .posted-on a,
.multi-news-layout-section .list-view-news-area .posted-on a,
.multi-news-layout-section .list-view-news2-area .posted-on a,
.post-wrap article.post .posted-on a,
.news-sec-wrap article .posted-on a,
.multi-news-layout-section .grid-view-news-area .author a,
.multi-news-layout-section .list-view-news-area .author a,
.multi-news-layout-section .list-view-news2-area .author a,
.post-wrap article.post .author a,
.news-sec-wrap article .author a {
  color: var(--kb-muted) !important;
}

.more-link,
.read-more,
a.more-link,
.readmore-btn a {
  background: #ffffff !important;
  color: var(--kb-plum) !important;
  border: 1px solid #e0a5c7 !important;
}

/* Sidebar Boxen */
.widget .wp-block-heading,
.sidebar .wp-block-heading,
.footer-sidebar .wp-block-heading,
.widget-title,
.widget-title span,
.sidebar-widget-title,
.sidebar .widget-title {
  background: var(--kb-plum) !important;
  color: #ffffff !important;
  font-size: 0.9rem !important;
  line-height: 1.05 !important;
  padding: 8px 12px !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
  text-transform: uppercase !important;
}

/* Einzelartikel */
.single-news-area .entry-title,
.single-news-area h1.entry-title,
.single-post .entry-title,
.single-post h1.entry-title,
.single article .entry-title,
.single article h1.entry-title {
  font-size: clamp(1.1rem, 1.5vw, 1.45rem) !important;
  line-height: 1.08 !important;
  color: #111111 !important;
  margin-bottom: 14px !important;
}

.single-news-area .entry-content,
.single-post .entry-content,
.single article .entry-content {
  color: #111111 !important;
  font-size: 1.02rem !important;
  line-height: 1.72 !important;
}

.single-news-area .entry-content p,
.single-post .entry-content p,
.single article .entry-content p,
.single-news-area .entry-content li,
.single-post .entry-content li,
.single article .entry-content li {
  color: #111111 !important;
}

.single-news-area .post-thumbnail,
.single-post .post-thumbnail,
.single article .post-thumbnail {
  float: left !important;
  width: min(25%, 280px) !important;
  max-width: 280px !important;
  margin: 0 26px 10px 0 !important;
}

.single-news-area .post-thumbnail img,
.single-post .post-thumbnail img,
.single article .post-thumbnail img {
  width: 100% !important;
  height: auto !important;
}

.single-news-area .entry-content::after,
.single-post .entry-content::after,
.single article .entry-content::after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* Einzelartikel unten verwandte Beiträge kleiner */
.related-post-section .entry-title a,
.related-story-section .entry-title a,
.related-post-wrap .entry-title a,
.single-related-posts .entry-title a,
.you-may-have-missed .entry-title a,
.you-missed .entry-title a,
.related-story .entry-title a,
.related-stories .entry-title a,
.related-posts .entry-title a,
.single .related-post-section .entry-title a,
.single .related-story-section .entry-title a,
.single .related-post-wrap .entry-title a,
.single .single-related-posts .entry-title a,
.single .you-may-have-missed .entry-title a,
.single .you-missed .entry-title a,
.single .related-story .entry-title a,
.single .related-stories .entry-title a,
.single .related-posts .entry-title a {
  font-size: 0.5em !important;
  line-height: 1.08 !important;
  color: #111111 !important;
}

.related-post-section .entry-meta,
.related-story-section .entry-meta,
.related-post-wrap .entry-meta,
.single-related-posts .entry-meta,
.you-may-have-missed .entry-meta,
.you-missed .entry-meta,
.related-story .entry-meta,
.related-stories .entry-meta,
.related-posts .entry-meta {
  color: var(--kb-muted) !important;
}

/* Mobil */
@media (max-width: 1200px) {
  .site-branding .site-title a {
    font-size: clamp(2.2rem, 6vw, 4.2rem) !important;
    white-space: normal !important;
  }

  .site-branding .site-description,
  p.site-description {
    font-size: 0.78rem !important;
    max-width: 92% !important;
  }
}

@media (max-width: 991px) {
  .logo-banner {
    padding: 8px 0 4px !important;
  }

  .site-branding .site-title a {
    font-size: clamp(1.9rem, 9vw, 3.2rem) !important;
    white-space: normal !important;
  }

  .single-news-area .post-thumbnail,
  .single-post .post-thumbnail,
  .single article .post-thumbnail {
    float: none !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 0 16px 0 !important;
  }
}

/* KB FRANKFURT OVERRIDES END */

/* KB V06 HOTFIX START */

/* 1. Obere Titelvorschauen wieder als Overlay auf dem Bild */
.overlay-news-area,
.overlay-news-area article,
.featured-news-section .overlay-news-area,
.big-news-section .overlay-news-area,
.main-slider-area .overlay-news-area,
.index-main-slider .overlay-news-area {
  position: relative !important;
  overflow: hidden !important;
  background: transparent !important;
}

.overlay-news-area .post-thumbnail,
.overlay-news-area .post-thumb,
.featured-news-section .overlay-news-area .post-thumbnail,
.big-news-section .overlay-news-area .post-thumbnail,
.main-slider-area .overlay-news-area .post-thumbnail {
  position: relative !important;
  display: block !important;
  margin: 0 !important;
}

.overlay-news-area .post-thumbnail a,
.overlay-news-area .post-thumb a {
  display: block !important;
}

.overlay-news-area .post-thumbnail img,
.overlay-news-area .post-thumb img,
.featured-news-section .overlay-news-area img,
.big-news-section .overlay-news-area img,
.main-slider-area .overlay-news-area img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.overlay-news-area .post-content,
.featured-news-section .overlay-news-area .post-content,
.big-news-section .overlay-news-area .post-content,
.main-slider-area .overlay-news-area .post-content,
.index-main-slider .overlay-news-area .post-content {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9 !important;
  background: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.12) 24%, rgba(0,0,0,0.42) 60%, rgba(0,0,0,0.88) 100%) !important;
  padding: 14px 16px 14px !important;
  color: #ffffff !important;
}

.overlay-news-area .post-content,
.overlay-news-area .post-content span,
.overlay-news-area .post-content i,
.overlay-news-area .post-content a,
.featured-news-section .overlay-news-area .post-content,
.featured-news-section .overlay-news-area .post-content span,
.featured-news-section .overlay-news-area .post-content i,
.featured-news-section .overlay-news-area .post-content a,
.big-news-section .overlay-news-area .post-content,
.big-news-section .overlay-news-area .post-content span,
.big-news-section .overlay-news-area .post-content i,
.big-news-section .overlay-news-area .post-content a,
.main-slider-area .overlay-news-area .post-content,
.main-slider-area .overlay-news-area .post-content span,
.main-slider-area .overlay-news-area .post-content i,
.main-slider-area .overlay-news-area .post-content a {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.72) !important;
}

.overlay-news-area .entry-title,
.featured-news-section .overlay-news-area .entry-title,
.big-news-section .overlay-news-area .entry-title,
.main-slider-area .overlay-news-area .entry-title {
  margin: 6px 0 6px !important;
}

.overlay-news-area .entry-title a,
.featured-news-section .overlay-news-area .entry-title a,
.big-news-section .overlay-news-area .entry-title a,
.main-slider-area .overlay-news-area .entry-title a {
  color: #ffffff !important;
}

/* 2. Kategorien-Schrift wieder hell lesbar */
.links-bg,
.links-bg a,
a.links-bg,
.cat-links a,
.cat-links span a,
.post-categories a,
.category a,
a.category,
[class*="cat"] .links-bg,
[class*="cat"] .links-bg a {
  color: #f3f3f3 !important;
  background: #65153f !important;
  border-color: #65153f !important;
}

.links-bg:hover,
.links-bg a:hover,
a.links-bg:hover,
.cat-links a:hover,
.post-categories a:hover {
  color: #ffffff !important;
}

/* 3. Unteren Bereich in Einzelartikeln wieder wie Karten aufbauen */
.related-post-section article,
.related-story-section article,
.you-may-have-missed article,
.you-missed article,
.related-posts article,
.related-story article,
.related-stories article,
.single .related-post-section article,
.single .related-story-section article,
.single .you-may-have-missed article,
.single .you-missed article,
.single .related-posts article,
.single .related-story article,
.single .related-stories article {
  background: #ffffff !important;
  border: 1px solid #dddddd !important;
  padding: 0 0 14px !important;
  display: block !important;
  min-height: 0 !important;
  box-shadow: none !important;
}

.related-post-section .post-thumbnail,
.related-story-section .post-thumbnail,
.you-may-have-missed .post-thumbnail,
.you-missed .post-thumbnail,
.related-posts .post-thumbnail,
.related-story .post-thumbnail,
.related-stories .post-thumbnail,
.single .related-post-section .post-thumbnail,
.single .related-story-section .post-thumbnail,
.single .you-may-have-missed .post-thumbnail,
.single .you-missed .post-thumbnail,
.single .related-posts .post-thumbnail,
.single .related-story .post-thumbnail,
.single .related-stories .post-thumbnail {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 12px !important;
  display: block !important;
}

.related-post-section .post-thumbnail img,
.related-story-section .post-thumbnail img,
.you-may-have-missed .post-thumbnail img,
.you-missed .post-thumbnail img,
.related-posts .post-thumbnail img,
.related-story .post-thumbnail img,
.related-stories .post-thumbnail img,
.single .related-post-section .post-thumbnail img,
.single .related-story-section .post-thumbnail img,
.single .you-may-have-missed .post-thumbnail img,
.single .you-missed .post-thumbnail img,
.single .related-posts .post-thumbnail img,
.single .related-story .post-thumbnail img,
.single .related-stories .post-thumbnail img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
}

.related-post-section .cat-links,
.related-post-section .links-bg,
.related-story-section .cat-links,
.related-story-section .links-bg,
.you-may-have-missed .cat-links,
.you-may-have-missed .links-bg,
.you-missed .cat-links,
.you-missed .links-bg,
.related-posts .cat-links,
.related-posts .links-bg,
.related-story .cat-links,
.related-story .links-bg,
.related-stories .cat-links,
.related-stories .links-bg,
.single .related-post-section .cat-links,
.single .related-post-section .links-bg,
.single .related-story-section .cat-links,
.single .related-story-section .links-bg,
.single .you-may-have-missed .cat-links,
.single .you-may-have-missed .links-bg,
.single .you-missed .cat-links,
.single .you-missed .links-bg,
.single .related-posts .cat-links,
.single .related-posts .links-bg,
.single .related-story .cat-links,
.single .related-story .links-bg,
.single .related-stories .cat-links,
.single .related-stories .links-bg {
  display: inline-block !important;
  margin: 0 14px 8px !important;
}

.related-post-section .entry-title,
.related-story-section .entry-title,
.you-may-have-missed .entry-title,
.you-missed .entry-title,
.related-posts .entry-title,
.related-story .entry-title,
.related-stories .entry-title,
.single .related-post-section .entry-title,
.single .related-story-section .entry-title,
.single .you-may-have-missed .entry-title,
.single .you-missed .entry-title,
.single .related-posts .entry-title,
.single .related-story .entry-title,
.single .related-stories .entry-title {
  margin: 0 14px 8px !important;
}

.related-post-section .entry-title a,
.related-story-section .entry-title a,
.you-may-have-missed .entry-title a,
.you-missed .entry-title a,
.related-posts .entry-title a,
.related-story .entry-title a,
.related-stories .entry-title a,
.single .related-post-section .entry-title a,
.single .related-story-section .entry-title a,
.single .you-may-have-missed .entry-title a,
.single .you-missed .entry-title a,
.single .related-posts .entry-title a,
.single .related-story .entry-title a,
.single .related-stories .entry-title a {
  font-size: 1.05rem !important;
  line-height: 1.18 !important;
  color: #111111 !important;
  display: block !important;
}

.related-post-section .entry-meta,
.related-story-section .entry-meta,
.you-may-have-missed .entry-meta,
.you-missed .entry-meta,
.related-posts .entry-meta,
.related-story .entry-meta,
.related-stories .entry-meta,
.single .related-post-section .entry-meta,
.single .related-story-section .entry-meta,
.single .you-may-have-missed .entry-meta,
.single .you-missed .entry-meta,
.single .related-posts .entry-meta,
.single .related-story .entry-meta,
.single .related-stories .entry-meta {
  margin: 0 14px !important;
  color: #666666 !important;
  font-size: 0.92rem !important;
}

/* 4. Überschriften unten im Related-Bereich nicht mehr riesig */
.related-post-section .entry-title a,
.related-story-section .entry-title a,
.you-may-have-missed .entry-title a,
.you-missed .entry-title a,
.related-posts .entry-title a,
.related-story .entry-title a,
.related-stories .entry-title a {
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

/* KB V06 HOTFIX END */


/* KAESBLATT V06 START */
:root{
  --kb-plum-fix:#6b1246;
}

.top-header,
.header-top,
.header-top-area,
.topbar,
.top_bar,
.main-navigation,
.main-header,
.menu-area,
.navbar-area,
#site-navigation{
  background:var(--kb-plum-fix) !important;
}

.marquee-holder .section-title,
.trending-news-area .section-title,
.newsexo-trending-news .section-title,
.trending-post-wrapper .section-title{
  background:var(--kb-plum-fix) !important;
  color:#fff !important;
  width:210px !important;
  min-width:210px !important;
  min-height:48px !important;
  padding:10px 18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:visible !important;
}

.marquee-holder .section-title h5,
.trending-news-area .section-title h5,
.newsexo-trending-news .section-title h5,
.trending-post-wrapper .section-title h5{
  color:#fff !important;
  font-size:1.2rem !important;
  line-height:1 !important;
  margin:0 !important;
  white-space:nowrap !important;
  overflow:visible !important;
  text-indent:0 !important;
  letter-spacing:0.01em !important;
}

.cat-links.links-space,
.cat-links.links-space *,
.cat-links.links-space a,
.cat-links.links-space a:visited,
.post-categories,
.post-categories *,
.post-categories a,
.post-categories a:visited,
.related-story .cat-links,
.related-story .cat-links *,
.related-post-area .cat-links,
.related-post-area .cat-links *,
.related-post-area .post-categories,
.related-post-area .post-categories *{
  color:#fff !important;
}

.cat-links.links-space a,
.post-categories a,
.related-story .cat-links a,
.related-post-area .cat-links a,
.related-post-area .post-categories a{
  background:var(--kb-plum-fix) !important;
}

.widget-title,
.widget .widget-title,
.sidebar .widget-title,
h2.widget-title,
h3.widget-title{
  background:var(--kb-plum-fix) !important;
  color:#fff !important;
  font-size:1rem !important;
  line-height:1.1 !important;
  padding:14px 18px !important;
}

.widget-title *,
.widget .widget-title *,
.sidebar .widget-title *,
h2.widget-title *,
h3.widget-title *{
  color:#fff !important;
}

.related-post-area article,
.related-story article,
.related-post-area .news-block,
.related-story .news-block{
  min-height:auto !important;
  height:auto !important;
}

.related-post-area h3,
.related-story h3,
.related-post-area .post-title,
.related-story .post-title{
  font-size:1.55rem !important;
  line-height:1.15 !important;
  color:#111 !important;
}

.related-post-area p,
.related-story p,
.related-post-area .entry-content,
.related-story .entry-content{
  color:#111 !important;
}
/* KAESBLATT V06 END */


/* KAESBLATT V07 START */
:root{
  --kb-plum-fix:#6b1246;
}

/* obere Leiste komplett pflaume */
.header-top,
.top-header,
.topbar,
.header-topbar,
.header-top-area,
.main-header,
.main-navigation,
.navbar-area,
.menu-area,
#site-navigation{
  background:var(--kb-plum-fix) !important;
}

/* Laufband links */
.marquee-holder .section-title,
.trending-news-area .section-title,
.section-title{
  background:var(--kb-plum-fix) !important;
  color:#fff !important;
  min-width:140px !important;
  width:140px !important;
  height:42px !important;
  min-height:42px !important;
  padding:6px 14px !important;
  display:flex !important;
  align-items:center !important;
}

.marquee-holder .section-title h5,
.trending-news-area .section-title h5,
.section-title h5{
  color:#fff !important;
  font-size:1.05rem !important;
  line-height:1 !important;
  margin:0 !important;
  letter-spacing:0.01em !important;
}

/* Kategoriebalken wirklich mit heller Schrift */
.cat-links,
.cat-links *,
.cat-links a,
.cat-links a:visited,
.cat-links.links-space,
.cat-links.links-space *,
.cat-links.links-space a,
.cat-links.links-space a:visited,
.post-categories,
.post-categories *,
.post-categories a,
.post-categories a:visited,
.single-post .cat-links a,
.single-post .post-categories a,
.related-story .cat-links a,
.related-story .post-categories a,
.related-post-area .cat-links a,
.related-post-area .post-categories a{
  color:#fff !important;
}

.cat-links a,
.cat-links.links-space a,
.post-categories a,
.single-post .cat-links a,
.single-post .post-categories a,
.related-story .cat-links a,
.related-story .post-categories a,
.related-post-area .cat-links a,
.related-post-area .post-categories a{
  background:var(--kb-plum-fix) !important;
  color:#fff !important;
  border-color:var(--kb-plum-fix) !important;
}

/* rechte Widget Titel kleiner und pflaume */
.widget-title,
.widget .widget-title,
.sidebar .widget-title,
.sidebar-widget-title,
.widget-title span,
.sidebar-widget-title span{
  background:var(--kb-plum-fix) !important;
  color:#fff !important;
  font-size:0.95rem !important;
  line-height:1.05 !important;
  padding:10px 14px !important;
}

.widget-title *,
.widget .widget-title *,
.sidebar .widget-title *,
.sidebar-widget-title *,
.widget-title span *,
.sidebar-widget-title span *{
  color:#fff !important;
}

/* Profilbild kleiner */
img.avatar,
.author img,
.author-avatar img,
.post-author img,
.byline img,
.entry-meta img,
.meta img{
  width:28px !important;
  height:28px !important;
  max-width:28px !important;
  max-height:28px !important;
  border-radius:50% !important;
}
/* KAESBLATT V07 END */


/* KAESBLATT V08 START */

/* Laufband links: Text sichtbar und kompakt */
.marquee-title,
.trending-title,
.news-ticker-title,
.trending-news-title,
.left-section-heading,
.news-area-title,
.marquee-area .section-heading,
.trending-news-area .section-heading,
.trending-news-wrapper .section-heading,
.theme-widget-title.trending-title,
h5.marquee-title,
h5.trending-title{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:120px !important;
  max-width:120px !important;
  height:48px !important;
  padding:0 16px !important;
  overflow:visible !important;
  white-space:nowrap !important;
  color:#ffffff !important;
  background:#6b1246 !important;
  font-size:2rem !important;
  font-weight:800 !important;
  line-height:1 !important;
  text-indent:0 !important;
  opacity:1 !important;
  visibility:visible !important;
}

.marquee-title *,
.trending-title *,
.news-ticker-title *,
.trending-news-title *,
.left-section-heading *,
.news-area-title *,
.marquee-area .section-heading *,
.trending-news-area .section-heading *,
.trending-news-wrapper .section-heading *,
.theme-widget-title.trending-title *,
h5.marquee-title *,
h5.trending-title *{
  color:#ffffff !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* Alle leeren Balken/Pfeile in Einzelansicht und unten ausblenden */
.single .section-heading:empty,
.single .widget-title:empty,
.single h2.widget-title:empty,
.single h3.widget-title:empty,
.single .marquee-title:empty,
.single .trending-title:empty,
.single .related-title:empty,
.single .you-missed-title:empty,
.single .post-section-title:empty,
.single .title-with-arrow:empty,
.single .block-title:empty,
.single .section-title:empty,
.single .cat-title:empty{
  display:none !important;
}

/* Falls leere Balken nur aus Pseudoelementen bestehen */
.single .section-heading:empty::before,
.single .section-heading:empty::after,
.single .widget-title:empty::before,
.single .widget-title:empty::after,
.single h2.widget-title:empty::before,
.single h2.widget-title:empty::after,
.single h3.widget-title:empty::before,
.single h3.widget-title:empty::after,
.single .block-title:empty::before,
.single .block-title:empty::after,
.single .section-title:empty::before,
.single .section-title:empty::after{
  display:none !important;
  content:none !important;
}

/* Falls "WEITERE ARTIKEL" unten zu groß wird */
.related-post-section .section-heading,
.related-post-wrap .section-heading,
.you-missed .section-heading,
.related-story .section-heading{
  font-size:1.4rem !important;
  line-height:1.1 !important;
}

/* Sicherheit: Widgettitel rechts klein und pflaume */
.widget-title,
.widget .widget-title,
.sidebar .widget-title,
.sidebar-widget-title{
  background:#6b1246 !important;
  color:#ffffff !important;
  font-size:1.15rem !important;
  line-height:1.1 !important;
  padding:12px 18px !important;
}

.widget-title *,
.widget .widget-title *,
.sidebar .widget-title *,
.sidebar-widget-title *{
  color:#ffffff !important;
}

/* Kategorien bleiben pflaume mit heller Schrift */
.cat-links.links-space,
.cat-links.links-space *,
.cat-links.links-space a,
.cat-links.links-space a:visited,
.post-categories,
.post-categories *,
.post-categories a,
.post-categories a:visited{
  background:#6b1246 !important;
  color:#ffffff !important;
  fill:#ffffff !important;
}

/* Avatar klein lassen */
img.avatar,
.author-avatar img,
.comment-author img,
.entry-meta img.avatar{
  width:32px !important;
  height:32px !important;
  max-width:32px !important;
  border-radius:50% !important;
}

/* Titelbereich oben volle Breite in Pflaume halten */
.main-navigation,
.navbar-area,
.menu-area,
.primary-menu-area,
.site-navigation{
  background:#6b1246 !important;
}

/* Das grelle Rosa rechts oben killen */
.header-top,
.top-header,
.topbar-area,
.header-top-area{
  background:#6b1246 !important;
}

/* Falls irgendwo ein harter Pink-Block rechts steht */
.header-top-right,
.top-header-right,
.social-nav,
.header-social{
  background:#6b1246 !important;
}

/* KAESBLATT V08 END */


/* KAESBLATT V09 START */
.top-header,
.header-top,
.topbar-area,
.header-top-area,
.header-top-right,
.top-header-right,
.social-nav,
.header-social,
.follow-us-area,
.follow-us-wrapper{
  background:#6b1246 !important;
}

/* Generische Titelbalken sichtbar */
.section-heading,
.section-title,
.block-title,
.widget-title-area{
  display:flex !important;
  align-items:center !important;
}

.section-heading h5,
.section-heading h4,
.section-title h5,
.section-title h4,
.block-title h5,
.block-title h4,
.widget-title-area h5,
.widget-title-area h4{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:140px !important;
  min-height:44px !important;
  padding:8px 18px !important;
  margin:0 !important;
  background:#6b1246 !important;
  color:#ffffff !important;
  font-size:1.6rem !important;
  font-weight:800 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  text-indent:0 !important;
  letter-spacing:0 !important;
  opacity:1 !important;
  visibility:visible !important;
  overflow:visible !important;
}

.section-heading h5 *,
.section-heading h4 *,
.section-title h5 *,
.section-title h4 *,
.block-title h5 *,
.block-title h4 *,
.widget-title-area h5 *,
.widget-title-area h4 *{
  color:#ffffff !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* Laufband links explizit */
.trending-news-area .section-heading h5,
.trending-news .section-heading h5,
.news-ticker-area .section-heading h5,
.marquee-area .section-heading h5,
.news-scroll-area .section-heading h5,
.left-section-heading h5,
.section-heading.left h5{
  min-width:120px !important;
  max-width:120px !important;
  height:42px !important;
  font-size:1.45rem !important;
  padding:6px 14px !important;
}

/* Damit NEUES nicht wieder verschwindet */
.trending-news-area .section-heading h5::before,
.trending-news-area .section-heading h5::after,
.trending-news .section-heading h5::before,
.trending-news .section-heading h5::after,
.news-ticker-area .section-heading h5::before,
.news-ticker-area .section-heading h5::after{
  color:#ffffff !important;
}

/* Unten unter Artikel: leere Balken komplett weg */
.single .section-heading:has(h5:empty),
.single .section-heading:has(h4:empty),
.single .section-title:has(h5:empty),
.single .section-title:has(h4:empty),
.single .block-title:has(h5:empty),
.single .block-title:has(h4:empty){
  display:none !important;
}

/* Falls der Balken nur aus Pseudoelementen gebaut wird */
.single .section-heading:empty,
.single .section-title:empty,
.single .block-title:empty{
  display:none !important;
}

/* Kategorie-Felder überall mit heller Schrift */
.cat-links,
.cat-links *,
.cat-links a,
.cat-links a:visited,
.links-space,
.links-space *,
.links-space a,
.links-space a:visited,
.post-categories,
.post-categories *,
.post-categories a,
.post-categories a:visited{
  color:#ffffff !important;
  fill:#ffffff !important;
}

/* Kleine Profilbilder beibehalten */
img.avatar,
.author-avatar img,
.comment-author img,
.entry-meta img.avatar{
  width:32px !important;
  height:32px !important;
  max-width:32px !important;
  border-radius:50% !important;
}
/* KAESBLATT V09 END */


\n\n
/* KAESBLATT V14 START */

/* Direkt unter dem Einzelartikel den Bereichstitel sauber erzwingen */
.single .related-posts .news-section-title.five{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-height:56px !important;
  width:auto !important;
  max-width:none !important;
  margin:0 0 26px 0 !important;
  padding:0 28px 0 26px !important;
  background:#6b1246 !important;
  overflow:visible !important;
  border:0 !important;
  box-shadow:none !important;
}

.single .related-posts .news-section-title.five h5,
.single .related-posts .news-section-title.five .f-heading{
  display:none !important;
}

.single .related-posts .news-section-title.five::before{
  content:"WEITERE ARTIKEL" !important;
  display:block !important;
  color:#ffffff !important;
  font-size:22px !important;
  line-height:1 !important;
  font-weight:800 !important;
  letter-spacing:.03em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
}

.single .related-posts .news-section-title.five::after{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  right:-24px !important;
  width:0 !important;
  height:0 !important;
  border-top:28px solid transparent !important;
  border-bottom:28px solid transparent !important;
  border-left:24px solid #c0177c !important;
}

/* Verirrte Pfeile direkt nach Autorenbox unsichtbar machen */
.single .post-author + .news-section-title,
.single .post-author + .section-heading,
.single .about-author + .news-section-title,
.single .about-author + .section-heading,
.single .author-box + .news-section-title,
.single .author-box + .section-heading{
  display:none !important;
  width:0 !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  background:none !important;
}

.single .post-author + .news-section-title::before,
.single .post-author + .news-section-title::after,
.single .post-author + .section-heading::before,
.single .post-author + .section-heading::after,
.single .about-author + .news-section-title::before,
.single .about-author + .news-section-title::after,
.single .about-author + .section-heading::before,
.single .about-author + .section-heading::after,
.single .author-box + .news-section-title::before,
.single .author-box + .news-section-title::after,
.single .author-box + .section-heading::before,
.single .author-box + .section-heading::after{
  content:none !important;
  display:none !important;
}

/* Kleine Profilbilder unten beibehalten */
.single .related-posts img.avatar,
.single .related-posts .avatar,
.single .related-posts .author img{
  width:26px !important;
  height:26px !important;
  min-width:26px !important;
  min-height:26px !important;
  border-radius:50% !important;
}

/* KAESBLATT V14 END */
\n\n\n
/* KAESBLATT V15 START */

/* Einzelartikel: oberen Empfehlungsblock ausblenden, unteren Footerblock behalten */
.single .related-posts,
.single .row.related-posts,
.single .related-posts.wow,
.single .related-posts.pb-3{
  display:none !important;
}

/* Falls direkt nach dem Autorenkasten noch ein leerer Titelrest auftaucht */
.single .post-author + .related-posts,
.single .about-author + .related-posts,
.single .author-box + .related-posts{
  display:none !important;
}

/* Abstände nach dem entfernten Block sauber halten */
.single .comments-area,
.single #comments,
.single .comment-respond{
  margin-top:24px !important;
}

/* KAESBLATT V15 END */
\n


/* KAESBLATT V10 START */
:root{
  --kb-card-title: clamp(0.98rem, 1.45vw, 1.42rem);
  --kb-card-title-related: clamp(0.94rem, 1.25vw, 1.25rem);
}

body:not(.single) .grid-view-news-area > figcaption.post-content > .entry-meta:not(.align-self-center),
.archive .grid-view-news-area > figcaption.post-content > .entry-meta:not(.align-self-center),
.blog .grid-view-news-area > figcaption.post-content > .entry-meta:not(.align-self-center),
.search .grid-view-news-area > figcaption.post-content > .entry-meta:not(.align-self-center),
.single .related-posts .grid-view-news-area > figcaption.post-content > .entry-meta:not(.align-self-center),
.single .related-story .grid-view-news-area > figcaption.post-content > .entry-meta:not(.align-self-center),
.single .you-may-have-missed .grid-view-news-area > figcaption.post-content > .entry-meta:not(.align-self-center),
.single .related-post-section .grid-view-news-area > figcaption.post-content > .entry-meta:not(.align-self-center),
.single .related-story-section .grid-view-news-area > figcaption.post-content > .entry-meta:not(.align-self-center){
  display:none !important;
  margin:0 !important;
  padding:0 !important;
  height:0 !important;
  min-height:0 !important;
  overflow:hidden !important;
}

body:not(.single) .grid-view-news-area > figcaption.post-content,
.single .related-posts .grid-view-news-area > figcaption.post-content,
.single .related-story .grid-view-news-area > figcaption.post-content,
.single .you-may-have-missed .grid-view-news-area > figcaption.post-content,
.single .related-post-section .grid-view-news-area > figcaption.post-content,
.single .related-story-section .grid-view-news-area > figcaption.post-content{
  padding-top:14px !important;
}

body:not(.single) .grid-view-news-area > figcaption.post-content .entry-header,
body:not(.single) .grid-view-news-area > figcaption.post-content .entry-title,
body:not(.single) .grid-view-news-area > figcaption.post-content .entry-content,
.single .related-posts .grid-view-news-area > figcaption.post-content .entry-header,
.single .related-posts .grid-view-news-area > figcaption.post-content .entry-title,
.single .related-story .grid-view-news-area > figcaption.post-content .entry-header,
.single .related-story .grid-view-news-area > figcaption.post-content .entry-title,
.single .you-may-have-missed .grid-view-news-area > figcaption.post-content .entry-header,
.single .you-may-have-missed .grid-view-news-area > figcaption.post-content .entry-title,
.single .related-post-section .grid-view-news-area > figcaption.post-content .entry-header,
.single .related-post-section .grid-view-news-area > figcaption.post-content .entry-title,
.single .related-story-section .grid-view-news-area > figcaption.post-content .entry-header,
.single .related-story-section .grid-view-news-area > figcaption.post-content .entry-title{
  margin-top:0 !important;
  padding-top:0 !important;
}

body:not(.single) .grid-view-news-area > figcaption.post-content .entry-title a{
  font-size:var(--kb-card-title) !important;
  line-height:1.16 !important;
}

.single .related-posts .grid-view-news-area > figcaption.post-content .entry-title a,
.single .related-story .grid-view-news-area > figcaption.post-content .entry-title a,
.single .you-may-have-missed .grid-view-news-area > figcaption.post-content .entry-title a,
.single .related-post-section .grid-view-news-area > figcaption.post-content .entry-title a,
.single .related-story-section .grid-view-news-area > figcaption.post-content .entry-title a{
  font-size:var(--kb-card-title-related) !important;
  line-height:1.16 !important;
}

body:not(.single) .grid-view-news-area > figcaption.post-content .entry-content{
  margin-top:0 !important;
  padding-top:0 !important;
}
/* KAESBLATT V10 END */

/* KAESBLATT V11 START */
/* Oberer Streifen komplett pflaume, pink komplett weg */
.top-header-area,
.header-top-area,
.top-header,
.site-top-header,
.topbar-area,
.header-widget-area,
.header-info-wrap,
.header-info-section,
.header-social-section,
.top-header-left,
.top-header-right,
.topbar-left,
.topbar-right,
.header-left,
.header-right,
.top-social-icons,
.header-social-icons,
.top-header .container,
.top-header .container-full,
.top-header .row,
.top-header [class*="col-"],
.top-header-area .container,
.top-header-area .container-full,
.top-header-area .row,
.top-header-area [class*="col-"],
.header-top-area .container,
.header-top-area .container-full,
.header-top-area .row,
.header-top-area [class*="col-"]{
  background: #6b1246 !important;
}

.top-header-area::before,
.top-header-area::after,
.header-top-area::before,
.header-top-area::after,
.top-header::before,
.top-header::after,
.site-top-header::before,
.site-top-header::after,
.topbar-area::before,
.topbar-area::after{
  background: #6b1246 !important;
}

.top-header .widget,
.top-header-area .widget,
.header-top-area .widget,
.top-header .widget *,
.top-header-area .widget *,
.header-top-area .widget *{
  background-color: transparent !important;
}

.top-header a,
.top-header-area a,
.header-top-area a,
.site-top-header a,
.topbar-area a,
.top-header i,
.top-header-area i,
.header-top-area i,
.topbar-area i{
  color: #ffffff !important;
}

/* Datum und Uhrzeit lesbar lassen */
.clock-date,
.clock-time,
.top-header .clock-date,
.top-header .clock-time,
.top-header-area .clock-date,
.top-header-area .clock-time,
.header-top-area .clock-date,
.header-top-area .clock-time{
  background: #ffffff !important;
}
/* KAESBLATT V11 END */


/* KAESBLATT V12 START */
/* Oberer Streifen komplett pflaume, rechte pinke Haelfte hart abschalten */
.top-header-area,
.top-header,
.header-info-wrap,
.header-widget-area,
.site-header .top-header-area,
.site-header .header-info-wrap,
.site-header .header-widget-area,
.top-header-area > .container,
.top-header-area > .container-full,
.header-info-wrap > .container,
.header-info-wrap > .container-full,
.header-widget-area > .container,
.header-widget-area > .container-full,
.top-header-area .row,
.header-info-wrap .row,
.header-widget-area .row,
.top-header-area .row > [class*="col"],
.header-info-wrap .row > [class*="col"],
.header-widget-area .row > [class*="col"],
.top-header-area .row > [class*="col"]:last-child,
.header-info-wrap .row > [class*="col"]:last-child,
.header-widget-area .row > [class*="col"]:last-child,
.top-header-right,
.topbar-right,
.header-right,
.header-social-area,
.header-social-info,
.top-social,
.top-social-info,
.top-social-icons,
.header-social-icons,
.social-area,
.social-box,
.follow-us-area {
  background: #6b1246 !important;
  background-color: #6b1246 !important;
  background-image: none !important;
}

.top-header-area::before,
.top-header-area::after,
.top-header::before,
.top-header::after,
.header-info-wrap::before,
.header-info-wrap::after,
.header-widget-area::before,
.header-widget-area::after,
.top-header-right::before,
.top-header-right::after,
.topbar-right::before,
.topbar-right::after,
.header-right::before,
.header-right::after,
.header-social-area::before,
.header-social-area::after,
.header-social-info::before,
.header-social-info::after,
.top-social::before,
.top-social::after,
.top-social-info::before,
.top-social-info::after,
.top-social-icons::before,
.top-social-icons::after,
.header-social-icons::before,
.header-social-icons::after,
.social-area::before,
.social-area::after,
.social-box::before,
.social-box::after,
.follow-us-area::before,
.follow-us-area::after {
  background: #6b1246 !important;
  background-color: #6b1246 !important;
  background-image: none !important;
}

/* Falls ein Inline Stil oder Theme Rest mit alter Akzentfarbe reinfunkt */
body .site-header .top-header-area *[style*="b70b75"],
body .site-header .top-header-area *[style*="#6b1246"],
body .site-header .top-header-area *[style*="rgb(183"],
body .site-header .header-info-wrap *[style*="b70b75"],
body .site-header .header-info-wrap *[style*="#6b1246"],
body .site-header .header-info-wrap *[style*="rgb(183"] {
  background: #6b1246 !important;
  background-color: #6b1246 !important;
  background-image: none !important;
}
/* KAESBLATT V12 END */


/* KAESBLATT V13 START */
/* Titelbereich volle Breite, sauber zentriert */
.logo-banner .row{
  justify-content:center !important;
}

.logo-banner .row > .col-lg-4,
.logo-banner .row > .col-md-12,
.logo-banner .row > .align-self-center,
.logo-banner .row > div:first-child{
  flex:0 0 100% !important;
  max-width:100% !important;
  width:100% !important;
  text-align:center !important;
}

.logo-banner,
.logo-banner-overlay{
  padding:10px 0 8px !important;
  min-height:0 !important;
}

.site-branding{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 auto !important;
  padding:0 24px !important;
  text-align:center !important;
}

.site-branding::after{
  display:none !important;
  content:none !important;
}

.site-branding .site-title{
  display:block !important;
  width:100% !important;
  margin:0 auto 6px auto !important;
  text-align:center !important;
}

.site-branding .site-title a{
  display:block !important;
  width:100% !important;
  margin:0 auto !important;
  text-align:center !important;
  color:var(--kb-plum) !important;
  font-size:clamp(2.0rem, 3.0vw, 3.1rem) !important;
  line-height:1.02 !important;
  letter-spacing:-0.02em !important;
  font-weight:900 !important;
  white-space:nowrap !important;
  max-width:none !important;
}

.site-branding .site-description,
p.site-description{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 auto !important;
  padding:0 24px !important;
  text-align:center !important;
  color:#666666 !important;
  font-size:0.96rem !important;
  line-height:1.25 !important;
  font-weight:400 !important;
  white-space:nowrap !important;
  overflow:visible !important;
  text-overflow:clip !important;
}

@media (max-width: 1200px){
  .site-branding .site-title a{
    font-size:clamp(1.9rem, 4.8vw, 2.7rem) !important;
    white-space:normal !important;
  }

  .site-branding .site-description,
  p.site-description{
    font-size:0.82rem !important;
    white-space:normal !important;
  }
}

@media (max-width: 768px){
  .logo-banner,
  .logo-banner-overlay{
    padding:8px 0 6px !important;
  }

  .site-branding{
    padding:0 12px !important;
  }

  .site-branding .site-title a{
    font-size:clamp(1.7rem, 8vw, 2.4rem) !important;
    white-space:normal !important;
  }

  .site-branding .site-description,
  p.site-description{
    font-size:0.74rem !important;
    line-height:1.22 !important;
    white-space:normal !important;
    padding:0 8px !important;
  }
}
/* KAESBLATT V13 END */

/* KAESBLATT V16 START */
/* Footer unten endlich lesbar */
.site-footer .site-info,
.site-footer .site-info p,
.site-footer .site-info span,
.site-footer .site-info a,
.site-footer .site-info strong,
.site-footer .site-info em {
  color: #ffffff !important;
  opacity: 1 !important;
}

.site-footer .site-info a:hover,
.site-footer .site-info a:focus {
  color: #ffffff !important;
}

.site-footer .site-info {
  text-align: center !important;
}

.site-footer .site-info-border {
  opacity: .18 !important;
}
/* KAESBLATT V16 END */

/* Admin-Bar Username vorne sichtbar machen */
#wpadminbar #wp-admin-bar-my-account .display-name,
#wpadminbar #wp-admin-bar-my-account > .ab-item .display-name,
#wpadminbar .quicklinks #wp-admin-bar-my-account.with-avatar > a .display-name {
    color: #ffffff !important;
}


.kb-topbar-slogan-inline {
  display: inline-block !important;
  margin-left: 12px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  vertical-align: middle !important;
}

.head-contact-info li.kb-topbar-tagline,
.header-top .head-contact-info li.kb-topbar-tagline,
.top-header .head-contact-info li.kb-topbar-tagline {
  display: inline-block !important;
  margin-left: 18px !important;
  vertical-align: middle !important;
}

.head-contact-info li.kb-topbar-tagline::after,
.header-top .head-contact-info li.kb-topbar-tagline::after,
.top-header .head-contact-info li.kb-topbar-tagline::after {
  content: none !important;
}

.kb-topbar-tagline a {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.kb-topbar-tagline a:hover,
.kb-topbar-tagline a:focus {
  text-decoration: underline !important;
}

/* FINAL FIX TOPBAR SLOGAN UND LINK */
.head-contact-info li.kb-topbar-time,
.header-top .head-contact-info li.kb-topbar-time,
.top-header .head-contact-info li.kb-topbar-time {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
}

.head-contact-info li.kb-topbar-time::before,
.head-contact-info li.kb-topbar-time::after,
.header-top .head-contact-info li.kb-topbar-time::before,
.header-top .head-contact-info li.kb-topbar-time::after,
.top-header .head-contact-info li.kb-topbar-time::before,
.top-header .head-contact-info li.kb-topbar-time::after {
  content: none !important;
  display: none !important;
}

.kb-topbar-slogan-inline {
  display: inline-block !important;
  margin-left: 12px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  padding: 0 !important;
}

.kb-topbar-slogan-inline::before,
.kb-topbar-slogan-inline::after {
  content: none !important;
  display: none !important;
}

.head-contact-info li.kb-topbar-tagline,
.header-top .head-contact-info li.kb-topbar-tagline,
.top-header .head-contact-info li.kb-topbar-tagline {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  margin-left: 18px !important;
}

.head-contact-info li.kb-topbar-tagline a,
.header-top .head-contact-info li.kb-topbar-tagline a,
.top-header .head-contact-info li.kb-topbar-tagline a {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.head-contact-info li.kb-topbar-tagline a:hover,
.head-contact-info li.kb-topbar-tagline a:focus,
.header-top .head-contact-info li.kb-topbar-tagline a:hover,
.header-top .head-contact-info li.kb-topbar-tagline a:focus,
.top-header .head-contact-info li.kb-topbar-tagline a:hover,
.top-header .head-contact-info li.kb-topbar-tagline a:focus {
  text-decoration: underline !important;
}

/* FINAL FINAL FIX: alles links in eine Zeile */
.head-contact-info,
.header-top .head-contact-info,
.top-header .head-contact-info {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
}

.head-contact-info li,
.header-top .head-contact-info li,
.top-header .head-contact-info li {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  vertical-align: middle !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.head-contact-info li.kb-topbar-time,
.header-top .head-contact-info li.kb-topbar-time,
.top-header .head-contact-info li.kb-topbar-time,
.head-contact-info li.kb-topbar-tagline,
.header-top .head-contact-info li.kb-topbar-tagline,
.top-header .head-contact-info li.kb-topbar-tagline {
  margin: 0 !important;
}

.newsexo-time,
#newsexo-time,
.kb-topbar-slogan-inline,
.head-contact-info li.kb-topbar-tagline a {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.kb-topbar-slogan-inline {
  margin-left: 0 !important;
}

.head-contact-info li.kb-topbar-tagline a,
.header-top .head-contact-info li.kb-topbar-tagline a,
.top-header .head-contact-info li.kb-topbar-tagline a {
  margin-top: 0 !important;
  position: relative !important;
  top: 0 !important;
}

/* Uhrzeit minimal nach unten setzen */
#newsexo-time,
.newsexo-time {
  position: relative !important;
  top: 3px !important;
}

/* Uhrzeit als komplettes Element leicht absenken */
.head-contact-info li:nth-child(2) {
  position: relative !important;
  top: 4px !important;
}

/* Inhalt in der oberen Leiste auf eine Linie zwingen */
.head-contact-info {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
}

.head-contact-info li {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  vertical-align: middle !important;
}


/* KB FINAL TOPBAR INLINE FIX */
.head-contact-info,
.header-top .head-contact-info,
.top-header .head-contact-info {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
}

.head-contact-info li,
.header-top .head-contact-info li,
.top-header .head-contact-info li {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
}

.head-contact-info li.kb-topbar-time,
.header-top .head-contact-info li.kb-topbar-time,
.top-header .head-contact-info li.kb-topbar-time {
  gap: 16px !important;
  white-space: nowrap !important;
}

.head-contact-info li.kb-topbar-time::before,
.head-contact-info li.kb-topbar-time::after,
.header-top .head-contact-info li.kb-topbar-time::before,
.header-top .head-contact-info li.kb-topbar-time::after,
.top-header .head-contact-info li.kb-topbar-time::before,
.top-header .head-contact-info li.kb-topbar-time::after,
.head-contact-info li.kb-topbar-tagline,
.header-top .head-contact-info li.kb-topbar-tagline,
.top-header .head-contact-info li.kb-topbar-tagline {
  display: none !important;
  content: none !important;
}

#newsexo-time,
.newsexo-time,
.head-contact-info li span.newsexo-time {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  line-height: 1 !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
}

.kb-topbar-slogan-inline {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
}

.kb-topbar-inline-link {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 0 0 18px !important;
  padding: 0 !important;
  white-space: nowrap !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
}

.kb-topbar-inline-link:hover,
.kb-topbar-inline-link:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}

