/* Kategorienblog "Veröffentlichungen/Veranstaltungen" in der Seitenleiste anpassen (zum Plugin Category Posts Widget) - STA 30.06.2020 */
#category-posts-2 {
	border-top: solid 6px #00a8ff !important;
}
#category-posts-2 h4 {
	margin-bottom: -20px !important;
	background-color: #fff !important;
	line-height: 1.2 !important;
	color: #00a8ff !important;
}
ul.category-posts-internal::before {
	padding-left: 20px !important;
	vertical-align: 5px;
	content: 'Neueste Angebote';
}
li.cat-post-item:first-child {
	border-top: solid 1px #ccc !important;
}
.cat-post-item div {
	padding: 10px 10px 15px 20px !important;
}
li.cat-post-item a {
	word-break: inherit;
	color: #007193 !important;
}
li.cat-post-item p {
	display: none !important;
	font-size: 14px !important;
	color: rgba(0,0,0,.6);
}
li.cat-post-item:first-child a {
	color: #00a8ff !important;
}
li.cat-post-item:first-child p {
	display: block !important;
	font-size: 14px !important;
	color: rgba(0,0,0,.6);
}
span.cat-post-date {
	display: table;
}
.cat-post-date {
	color: rgba(0,0,0,.5) !important;
}
/* Kategorienblog "Veröffentlichungen/Veranstaltungen" in der Seitenleiste anpassen (zum Plugin Category Posts Widget) */

/* Hinweis über dem Kommentarfeld anpassen - STA 22.06.2020 */
.comment-notes #email-notes {
	display: none; /* Default-Text "Deine E-Mail-Adresse wird nicht veröffentlicht." ausblenden */
}
.comment-notes::after {
	font-style: italic;
	content: 'Die Angabe eines Namens (gerne auch eines Pseudonyms) ist freiwillig.';
}
/* /Hinweis über dem Kommentarfeld anpassen */

/* 1- und 2-spaltige Mega-Menüs formatieren - STA 19.06.2020 */
	/* KULTur, 1-spaltig */
#et-navigation li.mega-menu.kult-menu > ul { /* Mega-Menü-Block; dem Top-Level-Eintrag die Klasse kult-menu mitgeben */
	width: 30% !important;
	left: 35% !important;
}
.kult-menu .mega-link {
	flex-basis: 100% !important; /* einzige Spalte füllt ganz aus */
}
li.kult-menu ul {
	border-color: #3ebf21 !important;
}
	/* Bildungszentrum, 2-spaltig */
#et-navigation li.mega-menu.bidib-menu > ul { /* Mega-Menü-Block; dem Top-Level-Eintrag die Klasse bidib-menu mitgeben */
	width: 50% !important;
	left: 50% !important;
}
.bidib-menu .mega-link {
	flex-basis: 50% !important;  /* jede Spalte füllt halb aus */
}
li.bidib-menu ul {
	border-color: #7473ff !important;
}
/* /1- und 2-spaltige Mega-Menüs formatieren */

/* Blogs als Teile von "gewöhnlichen" Seiten (vgl. https://www.baden-wuerttemberg.datenschutz.de/bildungszentrum/) - STA 06.08.2020 */
div.layout-blog {
	padding-top: 40px !important;
}
.layout-blog article,
.layout-archiv article {
	padding: 10px 30px 10px 100px !important;
	background-image: url("https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2020/06/coding-icon_3.jpg") !important;
	background-position: 17px 10px !important;
	background-size: 66px !important;
	background-repeat: no-repeat !important;
}
	/* "Weiterlesen"-Knöpfe formatieren */
.layout-blog a.more-link,
.layout-archiv a.more-link {
	margin-top: 10px;
	text-align: right;
	color: transparent !important;
	font-size: 1px;
}
.layout-blog a.more-link::after,
.layout-archiv a.more-link::after {
	margin-left: -15px;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	padding: 5px 12px 5px 15px;
	border-radius: 20px;
	background-color: #00ae8d;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	content: 'Weiterlesen ›';
	transition: all 300ms ease 0ms;
}
.layout-blog a.more-link:hover::after,
.layout-archiv a.more-link:hover::after {
	letter-spacing: 1px;
}
	/* automatisch eingefügten Button "Ältere Einträge" ausblenden */
.layout-blog .post-nav {
	display: none !important;
}
	/* Gestaltung Knöpfe "Ältere/Nächste Einträge" */
.layout-archiv .button {
	border-radius: 20px !important;
	background-color: #7272ff !important;
	color: #fff !important;
}
.layout-archiv span.button::before {
	color: #fff !important;
}
.kult-archiv .button {
	border: 2px solid #000 !important;
	border-radius: 3px !important;
	background-color: transparent !important;
}
.kult-archiv span.button::before,
.kult-archiv .button {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
}
.kult-archiv span.button:hover::before,
.kult-archiv span.button:active::before,
.kult-archiv span.button:visited::before,
.kult-archiv .button:hover,
.kult-archiv .button:active,
.kult-archiv .button:visited {
	background-color: #000 !important;
	color: #fff !important;
}
/* /Blogs als Teile von "gewöhnlichen" Seiten (vgl. https://www.baden-wuerttemberg.datenschutz.de/bildungszentrum/) */

/* Bild in Bildwidget horizontal zentrieren */
div#media_image-2 {
	text-align: center;
}
/* /Bild in Bildwidget horizontal zentrieren */

/* Widget "Erreichbarkeit aktuell" formatieren */
div#text-4 .widgettitle {
	background-color: #f9002b;
}
div#text-4 {
	border: 3px solid #f9002b;
	text-align: center;
}
div#text-4 strong {
	color: #ad0000;
}
div#text-4 p:not(:last-child)::after {
	margin-top: 25px;
	margin-left: 25%;
	display: block;
	width: 50%;
	height: 1px;
	background-color: #ad0000;
	content: '';
}
div#text-4 a {
	font-weight: bold;
	color: #00f;
}
/* /Widget "Erreichbarkeit aktuell" formatieren */