/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
#actionbar {
	display: none;
}

.site-info {
	display: none !important;
}

* {
	text-align: left;
}

.block-content {
	padding: 10px;
}

.submit-content {
	padding: 10px;
}

.diplay-none-class {
	display: none;
}

.colored-section {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	background: #0693e3;
	box-sizing: border-box;
	padding: 28px 0;
}

.colored-section > * {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 28px;
	color: #fff;
	box-sizing: border-box;
}

.colored-section img {
	display: block;
	height: auto;
	border-radius: 8px;
}

.colored-section > * {
	border-radius: 8px;
	overflow: hidden;
}

.wp-table-clean {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 20px 0;
	margin: 0;
}

.wp-table-clean td,
.wp-table-clean th {
	border: none;
	padding: 0 16px;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}

.wp-table-clean img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 8px;
}

.wp-table-clean .cell-text {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: .95rem;
	text-align: center;
}

.wp-table-clean td {
	width: 33.3333%;
}

img {
	border-radius: 8px;
	overflow: hidden;
	display: block;
}

@media (max-width: 720px) {
	.wp-table-clean,
											  .wp-table-clean tbody,
											  .wp-table-clean tr,
											  .wp-table-clean td {
		display: block;
		width: 100%;
	}
	
	.wp-table-clean td {
		padding: 12px 0;
		box-sizing: border-box;
	}
	
	.wp-table-clean {
		border-spacing: 0 8px;
	}
}

.section-divider {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	background-color: #0693e3;
/* Farbe des Trenner-Hintergrunds */
	color: #ffffff;
/* Weißer Text */
	text-align: center;
	font-size: 2.5rem;
/* Größer als Standardtext */
	font-weight: bold;
	padding: 40px 0;
/* Abstand oben und unten */
	box-sizing: border-box;
	border-radius: 8px;
/* Optional: abgerundete Ecken */
	overflow: hidden;
}

.section-divider span {
	display: inline-block;
	padding: 0 20px;
/* optional: etwas Platz um das Wort */
}

/* Responsive Anpassung */
@media (max-width: 720px) {
	.section-divider {
		font-size: 1.8rem;
		padding: 30px 0;
	}
}

table {
	border-collapse: collapse;
}

table, th, td {
	border: none !important;
}