/**
 * Native WordPress compatibility and accessibility layer.
 *
 * The visual base remains the locally cached FeuerwehrV3 UIkit 2 stylesheet.
 */

@font-face {
	font-family: "FeuerwehrIcons";
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src:
		url("../warp/vendor/uikit/fonts/fontawesome-webfont.woff2") format("woff2"),
		url("../warp/vendor/uikit/fonts/fontawesome-webfont.woff") format("woff");
}

[class*="uk-icon-"],
.uk-navbar-toggle::after,
.uk-nav-parent-icon > .uk-parent > a::after {
	font-family: "FeuerwehrIcons";
}

html,
body,
.uk-navbar-nav > li > a {
	font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed;
	z-index: 100000;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	overflow: visible;
	background: #fff;
	color: #111;
	box-shadow: 0 0 0 3px #d63b37;
}

.uk-offcanvas .uk-panel-title {
	display: none !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid #d63b37;
	outline-offset: 2px;
}

.custom-logo {
	display: block;
	width: auto;
	max-height: 80px;
}

.tm-toolbar .uk-container,
.feuerwehr-toolbar-left,
.feuerwehr-toolbar-right {
	display: flex;
	align-items: center;
}

.tm-toolbar .uk-container {
	justify-content: space-between;
	min-height: 35px;
}

.feuerwehr-toolbar-left {
	gap: 24px;
}

.feuerwehr-toolbar-right {
	margin-left: auto;
}

.feuerwehr-emergency {
	color: #444;
	font-weight: 600;
}

.tm-toolbar .uk-search {
	margin-left: 8px;
}

.tm-toolbar .uk-search-field {
	height: 35px;
}

.tm-toolbar .uk-icon-instagram {
	border-left: 1px solid rgba(204, 204, 204, 0.42);
	background: #fff;
	color: #9d9d9d;
}

.tm-toolbar .uk-icon-instagram:hover,
.tm-toolbar .uk-icon-instagram:focus {
	background: #c13584;
	color: #fff;
}

.feuerwehr-copyright {
	margin: 0;
	color: #ccc;
}

.feuerwehr-copyright a {
	color: #fff;
}

.tm-navbar {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.tm-navbar .uk-navbar-flip > .widget {
	float: left;
}

.tm-logo img,
.tm-logo-small img {
	display: block;
}

.feuerwehr-position {
	margin-bottom: 25px;
}

.feuerwehr-widget-grid > .widget {
	flex: 1 1 280px;
	margin-bottom: 0;
}

.feuerwehr-post-grid > [class*="uk-width"] {
	margin-bottom: 25px;
}

.feuerwehr-post-list > [class*="uk-width"]:nth-child(n+2) {
	margin-top: 25px;
}

.navigation.pagination {
	margin-top: 25px;
	text-align: center;
}

.navigation.pagination .nav-links > * {
	display: inline-block;
	min-width: 16px;
	margin-left: 5px;
	padding: 3px 5px;
	background: #eee;
	color: #444;
	line-height: 20px;
	text-align: center;
}

.navigation.pagination .nav-links > .current {
	background: #d63b37;
	color: #fff;
}

.post-navigation {
	margin-top: 25px;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.post-navigation .nav-next {
	margin-left: auto;
	text-align: right;
}

.uk-navbar-nav > li:hover > .uk-dropdown,
.uk-navbar-nav > li:focus-within > .uk-dropdown {
	display: block;
}

.uk-offcanvas.uk-active {
	display: block;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar {
	transform: translateX(0);
}

.uk-offcanvas .widget {
	padding: 0;
	background: transparent;
}

.uk-offcanvas .widget-title,
.uk-offcanvas .uk-panel-title {
	padding: 10px 15px;
	color: #fff;
}

.feuerwehr-breadcrumbs {
	margin-bottom: 20px;
	font-size: 13px;
	color: #777;
}

.feuerwehr-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.feuerwehr-breadcrumbs li + li::before {
	content: "/";
	margin-right: 6px;
	color: #aaa;
}

.feuerwehr-warning p {
	margin-top: 0;
}

.feuerwehr-recruitment {
	display: inline-block;
}

.feuerwehr-recruitment img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.tm-content img {
	max-width: 100%;
	height: auto;
}

.tm-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 24px;
	padding: 18px 40px;
	border-top: 1px solid #4a4a4a;
}

.tm-footer .uk-subnav {
	margin: 0;
}

.tm-footer .tm-totop-scroller {
	top: 18px;
}

.comment-list,
.uk-comment-list {
	list-style: none;
	padding-left: 0;
}

.comment-list .children,
.uk-comment-list .children {
	list-style: none;
}

.comment-body {
	margin-bottom: 20px;
	padding: 15px;
	background: #f5f5f5;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
	max-width: 100%;
}

@media (max-width: 767px) {
	.tm-toolbar .uk-container {
		padding-right: 10px;
		padding-left: 10px;
	}

	.feuerwehr-toolbar-left {
		gap: 10px;
	}

	.feuerwehr-emergency {
		font-size: 13px;
	}

	.tm-navbar .uk-container {
		min-height: 48px;
	}

	.tm-footer {
		flex-direction: column;
		padding-right: 30px;
		padding-left: 30px;
	}
}
