    /*!
Theme Name:  SVR 2023
Author:      Ingo Schäfer
Author URI:  https://www.svroigheim.de
Description: Page Builder Framework Child Theme
Version:     1.0.0
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template:    page-builder-framework
Text Domain: page-builder-framework-child
*/


/* Tabellen ohne Rand */
#content table, #content td, #content th {
	border: none;
	padding: 0 !important;
}


/* Wappen-Bilder auf 18(15)px Höhe reduzieren */
.wappen {
    width: auto !important;
    height: 18px !important;
}


/*Sticky Post vollflächig grau */
.wpbf-post.sticky {
	border: 5px solid #f0f0f0 !important;
	padding: 20px 20px 0 20px;
	background-color: #f0f0f0;
}	

.category-sticky {
	border-top: none !important;
    border: 5px solid #f0f0f0 !important;
	padding: 20px 20px 0 20px;
	background-color: #f0f0f0;
}	


/* Strich nach Beitrag entfernen 
.wpbf-post-style-plain {
	border-bottom: none !important; 
}*/


/* Datum nicht unterstreichen und kleiner */
.article-meta .article-time {
    text-decoration: none !important;
}

.article-meta {
    font-size: 11px;
}


/* Schriftgrößen in Seitentexten anpassen */
.entry-title {
	font-size: 30px;
	font-weight: bold; 
}

.entry-content {
	font-size: 14px;
}


/* Abstand zwischen Überschrift und Datum in der Beitragsübersicht verringern */
.article-content h3.entry-title, .article-content h1.entry-title, .article-header h1.entry-title {
	margin-bottom: 5px;
}


/* Abstand nach Datum vergrößern und Datums-Schrift kleiner */
p.article-meta {
	margin-bottom: 30px;
}

.article-meta {
    font-size: 11px;
}


/* Format von List-Category-Posts-Widget in Sidebar anpassen */
.cat-post-date, .cat-post-title {
	font-weight: bold;
}

.cat-post-date, .cpwp-wrap-text, .cat-post-excerpt-more {
	font-size: 13px;
}


/* Archiv-Titel fett */
h1.page-title {
	font-weight: bold;
}


/* Abstandsanpassungen für Breadcrumb */
h1.page-title, h1.entry-title {
	margin-bottom: 30px;
}

#inner-content, .wpbf-padding-medium {
	padding-top: 20px !important;
}

ul.wpbf-breadcrumbs {
	margin-bottom: 20px;
}