.df-ui {
	display: none !important;
}
.elementor-element-e9f7d6a {
	margin-top: 2px !important;
}

/* Event-Buttons */
.event-button {
	font-size: 12px;
	font-family: Roboto;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 7px 14px;
	margin-right: 6px;
}
.event-button:hover {
	color: #000;
	background-color: #fff;
}

/* Sektionen (Tab-Inhalt) */
.section-2,
.section-3,
.section-4,
.section-5 {
	display: none;
}

/* Bracket mobil */
@media screen and (max-width: 1080px) {
	.section-9 {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		width: 800px;
	}
	.spalte-1,
	.spalte-2,
	.spalte-3,
	.spalte-4 {
		width: 200px;
	}
}

/* Pagination */
.page-numbers.current {
	background-color: #fff;
	padding: 4px 10px;
	border-radius: 40px;
}
.page-numbers {
	padding: 4px 9px;
}
.page-numbers:hover {
	background-color: #fff;
	border-radius: 40px;
}
