.nav__item__header a {
	pointer-events: none;
}

.--closed ul {
	display: none;
}
.nav__item__header {
	font-weight: bolder;
}
.nav__item__header svg {
	transform: rotate(180deg);
}
.--closed .nav__item__header svg {
	transform: rotate(0deg);
}
.nav__item__header.--level-2 {
	margin: 3px 0;
}

.wkp-article__footer {
	padding-top: 40px !important;
	display: flex;
	flex-direction: row;
	column-gap: 20px;
}
.wkp-article__footer div {
	padding-right: 22px;
	position: relative;
}
.wkp-article__footer div:not(:last-child)::after {
	content: "";
	height: calc(100% - 14px);
	width: 3px;
	background-color: #e8463a;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.wkp-article__author {
}
.wkp-article__created {
}

h6 {
	color: #e8463a;
}

.wkp-article__btn--edit,
.wkp-article__btn--add {
	display: none;
}
.admin-bar .wkp-article__btn--edit,
.admin-bar .wkp-article__btn--add {
	display: block;
}

/* language switch */

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
	padding: 10px 0;
}

/* Wrapper für das Dropdown-Menü */
.wpml-ls-statics-shortcode_actions {
	position: relative;
	display: inline-block;
}

/* Dropdown-Schaltfläche */
.wpml-ls-statics-shortcode_actions::before {
	content: "Sprache wählen"; /* Beschriftung für das Dropdown */
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	background-color: #0073aa; /* Hintergrundfarbe für den Button */
	color: white;
	border-radius: 4px;
}

.wpml-ls-statics-shortcode_actions {
	margin-bottom: 20px;
}

/* Standardmäßig das Dropdown-Menü ausblenden */
.wpml-ls-statics-shortcode_actions ul {
	display: none; /* Menü ausblenden */
	position: absolute;
	top: 100%; /* Zeigt das Menü unter der Schaltfläche an */
	left: 0;
	background-color: white;
	min-width: 150px;
	padding: 0;
	margin: 0;
	list-style: none;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	z-index: 1;
}

/* Dropdown-Menü anzeigen, wenn über die Schaltfläche gefahren wird */
.wpml-ls-statics-shortcode_actions:hover ul {
	display: block;
}

/* Stile für die Listenelemente */
.wpml-ls-statics-shortcode_actions ul li {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

/* Das letzte Listenelement ohne Rand */
.wpml-ls-statics-shortcode_actions ul li:last-child {
	border-bottom: none;
}

/* Links im Dropdown-Menü stylen */
.wpml-ls-statics-shortcode_actions ul li a {
	color: #333;
	text-decoration: none;
	display: block;
}

/* Hover-Effekt für die Listenelemente */
.wpml-ls-statics-shortcode_actions ul li:hover {
	background-color: #f1f1f1;
}

/* Hover-Effekt für den Button */
.wpml-ls-statics-shortcode_actions:hover::before {
	background-color: #005a87;
}
