/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 18 2025 | 07:24:13 */
/* Bilder scalieren */
img[class*="wp-image"] {
	width: 100%;
    height: auto;
}
div[class*="wp-caption"] {
	width: auto !important;
}
/* Bilder scalieren */

/* Beschriftungstext der Bilder zentrieren */
.wp-caption-text {
	text-align: center;
}
/* Beschriftungstext der Bilder zentrieren */

/* CTA Geblitzt.de */
.bk-cta-geblitzt {
	padding: 24px 30px 30px 30px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23FF5050FF' stroke-width='6' stroke-dasharray='2%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 6px;
	margin-bottom: 2rem;
}

.bk-cta-geblitzt div div a {
	display: block;
    text-align: center;
    text-decoration: none;
	padding: 12px 35px 12px 20px;
	border-radius: 5px;
	position: relative;
	border: revert;
}

.bk-cta-geblitzt div div a span {
	letter-spacing: 1px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.bk-cta-geblitzt div div a:first-of-type {
	color: #ffffff;
    background-color: #ff5050;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.5);
}

.bk-cta-geblitzt div div a:last-of-type {
	color: #ff5050;
    background-color: #ffeded;
	margin-top: 15px;
}

.bk-cta-geblitzt div div a span b {
	position: absolute;
	right: 15px;
	font-size: 1.3em;
}
/* CTA Geblitzt.de */

/* Tabellen responsive darstellen */
/* größere Tabellen grundsätzlich scrollbar machen - geht nur im Zusammenhang mit js */
.bk-tablepress {
	overflow-x:auto;
	margin-bottom: 1rem;
}

.tablepress {
	font-size: 0.9rem;
}

.tablepress > :where(thead,tfoot) > * > th {
	white-space: nowrap;
	min-width: 5rem;
}

.tablepress-table-description {
	margin-bottom: 2rem;
}

/* Tabellen bei kleinem Display umgliedern - geht nur im Zusammenhang mit js */
@media screen and (max-width: 600px) {
	.tablepress thead {
		display: none;
	}
	
	.tablepress tr {
		display: block;
	}
	
	.tablepress td {
		display: block;
		/* display: flex; */
		text-align: right !important;
		position: relative;
		line-height: 2rem;
	}
	
	.tablepress td::before {
		content: attr(data-name);
		background-color: var(--head-bg-color);
		color: var(--head-text-color);
		padding-left: 0.5rem;
		position: absolute;
		left: 0;
		margin-top: -8px;
		width: 130px;
		text-align: left;
		font-weight: 700;
	}
	
	.tablepress td span {
		display: block;
		text-indent: 140px;
		margin-top: -0.5rem;
		margin-bottom: -0.5rem;
	} 
	
	.tablepress td:last-child {
		border-bottom: 1px solid var(--border-color);
	}
}
/* Tabellen responsive darstellen */

/* span textbox */
article section span.textbox {
	display: inline-block;
	padding: 8px 12px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	text-align: center;
	width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}
/* span textbox */

/* ul und ol auf standard */
article section ul, article section ol, article details ul, article details ol {
	margin: revert;
    list-style: revert;
    padding: revert;
}
article section ul li, article section ol li, article details ul li, article details ol li {
	margin: revert;
	padding-right: 3rem;
}
/* ul und ol auf standard */

/* youtube-video */
section.youtube-video > :first-child {
	position: relative;
	background-size: cover;
	background-position: center;
}

section.youtube-video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: -8px;
}

section.youtube-video iframe + div {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
	padding-top: 5%;
	color: white;
}

section.youtube-video iframe + div a {
	border: none;
}

section.youtube-video iframe + div a img {
	max-width: 25%;
}

section.youtube-video iframe + div p {
	padding: 0 12%;
}

section.youtube-video > :last-child > a {
	float: right;
    font-size: 0.75rem;
    border: none;
	cursor: pointer;
}

section.youtube-video > :last-child p {
	clear: right;
}

section.youtube-video > :last-child p.youtube-datenschutzhinweis {
    padding: 1rem;
    background-color: #f9f9f9;
	border: 1px solid #ddd;
	display: none;
}
/* youtube-video */

/* faq-list */
#faqsu-faq-list {
	margin-bottom: 1.625rem;
}
/* faq-list */

/* Breadcrumbs und Flyout Menü */
#breadcrumbs {
	position: absolute;
	margin-top: -80px;
	font-size: small;
	display: flex;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    justify-content: space-between;
    flex-wrap: nowrap;
	align-items: center;
	margin-right: 6%;
}
button.rmp_menu_trigger {
	z-index: auto !important;
	cursor: pointer;
}
/* Breadcrumbs und Flyout Menü */