.combra-drawer[hidden] {
	display: none !important;
}

@media only screen and (min-width: 990px) {
	#header .av-burger-menu-main.menu-item-avia-special,
	#header .combra-burger-menu-main {
		display: flex;
		width: 185px;
		height: 50px;
		align-items: center;
		justify-content: flex-start;
		padding-right: 0;
		cursor: pointer;
	}

	#header .av-burger-menu-main.menu-item-avia-special > a,
	#header .combra-burger-menu-main > a {
		position: relative;
		z-index: 10;
		display: flex;
		width: 145px;
		height: 50px;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		padding: 0;
		background: transparent;
	}

	#header .av-burger-menu-main.menu-item-avia-special .av-hamburger,
	#header .combra-burger-menu-main .av-hamburger {
		flex: 0 0 25px;
		height: 25px;
		margin-top: 1px;
		transform: scale(0.64);
		transform-origin: center;
	}

	#header .av-burger-menu-main.menu-item-avia-special > a::after,
	#header .combra-burger-menu-main > a::after {
		position: static;
		margin: 0;
		color: #000;
		content: "alle produkte";
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		text-transform: uppercase;
	}
}

.combra-drawer {
	position: fixed;
	inset: 0;
	z-index: 100000;
	font-family: inherit;
}

.combra-drawer__overlay {
	position: absolute;
	inset: 0;
	background: rgba(7, 29, 39, 0.58);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.combra-drawer__dialog {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: min(440px, calc(100vw - 32px));
	background: #fff;
	box-shadow: 12px 0 32px rgba(7, 29, 39, 0.18);
	transform: translateX(-102%);
	transition: transform 0.22s ease;
}

.combra-drawer.is-open .combra-drawer__overlay {
	opacity: 1;
}

.combra-drawer.is-open .combra-drawer__dialog {
	transform: translateX(0);
}

.combra-drawer-open,
.combra-drawer-open body {
	overflow: hidden;
}

.combra-drawer__header {
	display: flex;
	flex: 0 0 82px;
	min-height: 82px;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px 14px 28px;
	border-bottom: 1px solid #dce5e9;
}

.combra-drawer__logo {
	display: block;
	width: 210px;
	line-height: 0;
}

.combra-drawer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.combra-drawer__close,
.combra-drawer__back,
.combra-drawer__next {
	appearance: none;
	border: 0;
	background: transparent;
	color: #0b3447;
	cursor: pointer;
}

.combra-drawer__account {
	margin-top: 22px;
}

.combra-drawer__account a {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 5px;
	background: #0b4459;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}

.combra-drawer__account a:hover {
	background: #08789f;
	color: #fff;
}

.combra-drawer__close {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid #cddce2;
	border-radius: 50%;
	font-size: 29px;
	font-weight: 300;
	line-height: 1;
}

.combra-drawer__content {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 24px 28px 32px;
}

.combra-drawer__panel[hidden] {
	display: none;
}

.combra-drawer__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 14px;
}

.combra-drawer__heading h2 {
	margin: 0;
	color: #0b3447;
	font-size: 25px;
	line-height: 1.2;
}

.combra-drawer__heading p {
	margin: 4px 0 0;
	color: #627985;
	font-size: 13px;
	line-height: 1.45;
}

.combra-drawer__heading > a {
	flex: 0 0 auto;
	margin-top: 6px;
	color: #008fd0;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.combra-drawer__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: -4px 0 20px;
	padding: 6px 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.combra-drawer__back span[aria-hidden] {
	font-size: 25px;
	line-height: 0.8;
}

.combra-drawer__list {
	margin: 0;
	padding: 0;
	border-top: 1px solid #dce5e9;
	list-style: none;
}

.combra-drawer__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 52px;
	min-height: 66px;
	margin: 0;
	border-bottom: 1px solid #dce5e9;
}

.combra-drawer__row:not(.has-children) {
	grid-template-columns: minmax(0, 1fr);
}

.combra-drawer__link {
	display: flex;
	min-width: 0;
	align-items: center;
	padding: 14px 8px 14px 0;
	color: #0b3447;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.combra-drawer__next {
	display: grid;
	place-items: center;
	font-size: 28px;
	line-height: 1;
}

.combra-drawer__link:hover,
.combra-drawer__heading > a:hover,
.combra-drawer__back:hover,
.combra-drawer__next:hover {
	color: #0096d6;
}

.combra-drawer a:focus-visible,
.combra-drawer button:focus-visible {
	outline: 3px solid rgba(0, 145, 211, 0.45);
	outline-offset: 3px;
}

.combra-knowledge[hidden] {
	display: none !important;
}

@media only screen and (min-width: 990px) {
	#header #nav_menu-5 .combra-nav-knowledge > a::after {
		content: "\2304";
		margin-left: 7px;
		font-size: 14px;
		line-height: 1;
	}

	#header #nav_menu-5 .combra-nav-knowledge > .sub-menu {
		display: none !important;
	}

	.combra-knowledge {
		position: fixed;
		top: var(--combra-knowledge-top, 140px);
		left: 50%;
		z-index: 99990;
		width: min(1310px, calc(100vw - 40px));
		max-height: calc(100vh - var(--combra-knowledge-top, 140px) - 18px);
		overflow-y: auto;
		color: #12384a;
		border: 1px solid #d7e3e8;
		border-top: 3px solid #0792d3;
		border-radius: 0 0 8px 8px;
		background: #fff;
		box-shadow: 0 22px 55px rgba(7, 29, 39, 0.22);
		transform: translateX(-50%);
	}

	.combra-knowledge__inner {
		padding: 22px 26px 0;
		background: linear-gradient(135deg, #f4f9fb 0, #fff 42%, #f7fbf9 100%);
	}

	.combra-knowledge__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 24px;
		margin-bottom: 18px;
	}

	.combra-knowledge__header h2 {
		margin: 2px 0 0;
		color: #092f42;
		font-size: 27px;
		line-height: 1.1;
	}

	.combra-knowledge__header img {
		width: 118px;
		height: auto;
	}

	.combra-knowledge__eyebrow,
	.combra-knowledge__lexicon-kicker {
		color: #087f5b;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.combra-knowledge__grid {
		display: grid;
		grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.95fr) minmax(250px, 0.72fr);
		gap: 20px;
	}

	.combra-knowledge a {
		text-decoration: none;
	}

	.combra-knowledge__featured,
	.combra-knowledge__latest,
	.combra-knowledge__lexicon {
		min-width: 0;
	}

	.combra-knowledge__featured > a {
		display: grid;
		height: 100%;
		overflow: hidden;
		color: #fff;
		border-radius: 7px;
		background: #0b3a4d;
		box-shadow: 0 12px 28px rgba(7, 47, 66, 0.16);
		transition: transform 0.18s ease, box-shadow 0.18s ease;
	}

	.combra-knowledge__featured > a:hover {
		color: #fff;
		transform: translateY(-2px);
		box-shadow: 0 16px 34px rgba(7, 47, 66, 0.22);
	}

	.combra-knowledge__featured-image {
		display: block;
		height: 168px;
		overflow: hidden;
		background: #dcecf2;
	}

	.combra-knowledge__featured-image img,
	.combra-knowledge__post-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.combra-knowledge__featured-copy {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 19px 21px 20px;
	}

	.combra-knowledge__featured-copy strong {
		color: #fff;
		font-size: 21px;
		line-height: 1.18;
	}

	.combra-knowledge__featured-copy > span:not(.combra-knowledge__meta) {
		color: #d6e6ec;
		font-size: 13px;
		line-height: 1.48;
	}

	.combra-knowledge__featured-copy b {
		margin-top: auto;
		color: #81dcbd;
		font-size: 13px;
	}

	.combra-knowledge__meta,
	.combra-knowledge__post time {
		color: #89cbdf;
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.combra-knowledge__latest h3,
	.combra-knowledge__lexicon h3 {
		margin: 0 0 12px;
		color: #0b3447;
		font-size: 18px;
	}

	.combra-knowledge__post + .combra-knowledge__post {
		margin-top: 12px;
	}

	.combra-knowledge__post > a {
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		min-height: 124px;
		overflow: hidden;
		color: #12384a;
		border: 1px solid #dbe6ea;
		border-radius: 6px;
		background: rgba(255, 255, 255, 0.9);
		transition: border-color 0.18s ease, background-color 0.18s ease;
	}

	.combra-knowledge__post > a:hover {
		color: #12384a;
		border-color: #8fcce5;
		background: #fff;
	}

	.combra-knowledge__post > a:not(:has(.combra-knowledge__post-image)) {
		grid-template-columns: minmax(0, 1fr);
	}

	.combra-knowledge__post-image {
		display: block;
		min-height: 100%;
		overflow: hidden;
		background: #eaf3f6;
	}

	.combra-knowledge__post-copy {
		display: flex;
		flex-direction: column;
		gap: 5px;
		padding: 13px 14px;
	}

	.combra-knowledge__post-copy strong {
		color: #0b3447;
		font-size: 15px;
		line-height: 1.25;
	}

	.combra-knowledge__post-copy > span {
		color: #5f7480;
		font-size: 12px;
		line-height: 1.35;
	}

	.combra-knowledge__lexicon {
		padding: 20px;
		border: 1px solid #cfe4dc;
		border-radius: 7px;
		background: #eaf6f1;
	}

	.combra-knowledge__lexicon h3 {
		margin-top: 5px;
		font-size: 21px;
	}

	.combra-knowledge__lexicon p {
		margin: 0 0 15px;
		color: #506d64;
		font-size: 13px;
		line-height: 1.5;
	}

	.combra-knowledge__lexicon-search {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 40px;
		padding: 9px 12px;
		color: #fff;
		border-radius: 5px;
		background: #087f5b;
		font-size: 13px;
		font-weight: 700;
	}

	.combra-knowledge__lexicon-search:hover {
		color: #fff;
		background: #096e51;
	}

	.combra-knowledge__lexicon ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 12px;
		margin: 14px 0 0;
		padding: 0;
		list-style: none;
	}

	.combra-knowledge__lexicon li {
		border-bottom: 1px solid #cfe1da;
	}

	.combra-knowledge__lexicon li a {
		display: block;
		padding: 8px 2px;
		color: #164d3d;
		font-size: 12px;
		font-weight: 650;
	}

	.combra-knowledge__lexicon li a:hover {
		color: #0792d3;
	}

	.combra-knowledge__footer {
		display: flex;
		justify-content: flex-end;
		gap: 28px;
		margin: 20px -26px 0;
		padding: 13px 26px;
		border-top: 1px solid #dbe6ea;
		background: #fff;
	}

	.combra-knowledge__footer a {
		color: #086f9f;
		font-size: 13px;
		font-weight: 750;
	}

	.combra-knowledge a:focus-visible {
		outline: 3px solid rgba(0, 145, 211, 0.42);
		outline-offset: 3px;
	}
}

@media only screen and (min-width: 990px) and (max-width: 1180px) {
	.combra-knowledge__inner {
		padding-right: 18px;
		padding-left: 18px;
	}

	.combra-knowledge__grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.9fr) minmax(230px, 0.75fr);
		gap: 14px;
	}

	.combra-knowledge__featured-copy strong {
		font-size: 18px;
	}

	.combra-knowledge__footer {
		margin-right: -18px;
		margin-left: -18px;
	}
}

@media only screen and (max-width: 989px) {
	.combra-knowledge {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.combra-drawer__overlay,
	.combra-drawer__dialog {
		transition: none;
	}
}

@media only screen and (max-width: 989px) {
	.combra-drawer {
		display: none !important;
	}
}
