html {
	scroll-padding-top: 140px;
}

.sub .navbar {
	position: sticky;
	background-color: white;
}

.sub .navbar-nav > li > a {
	color: black;
}

.sub .navbar-nav > li > a::after {
	filter: invert(0);
	-webkit-filter: invert(0);
}

.sub .navbar > .container {
	border-bottom: 1px solid #000;
}


aside, .sub main {
	padding: calc(var(--sectionPadding) / 2) 0;
}

#breadcrumbs {line-height: 1.1;}

#breadcrumbs a {
	color: hsl(0 0% 0% / .6);
}

#breadcrumbs span:not(:last-child) {
	color: hsl(0 0% 0% / .4);
	font-family: monospace;
	font-size: .75rem;
}

#breadcrumbs span:last-child {
	color: hsl(0 0% 0% / .4);
}

#main a {
	background-color: black;
}

#main a:hover {
	background-color: hsl(0 0% 15%);
	text-decoration: underline;
}

.sub h1 {
	margin-top: 0;
	margin-bottom: 30px;
}

aside h4 {
	font-size: var(--h5);
	margin-top: 0;
}

aside .nav {
	margin: 0;
	padding: 0;
	width: 100%;
}

aside .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside .nav a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	line-height: 1.3;
	padding: 10px 25px;
	text-decoration: none;
	border-left: 2px solid var(--borderColor);
	transition: all .2s;
	color: var(--textColor);
	opacity: .7;
}

aside .nav a:hover,
aside .nav .active > a,
aside .nav a.active {
	opacity: 1;
	border-left-color: var(--primary);
}

aside .nav a:hover {
	padding-left: 30px;
	padding-right: 20px;
}

aside .nav .active > a,
aside .nav a.active {color: var(--primary);}


.gallery a {
	overflow: hidden;
	border-radius: var(--borderRadius);
	-webkit-border-radius: var(--borderRadius);
	-moz-border-radius: var(--borderRadius);
	-ms-border-radius: var(--borderRadius);
	-o-border-radius: var(--borderRadius);
}

.gallery img {
	display: block;
	width: 100%;
	transition: all var(--normalSpeed) var(--ease);
}

.gallery a:hover img {
	transform: scale(1.1);
}


.downloads a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 15px 30px;
	text-decoration: none;
	color: var(--textColor);
	transition: all var(--fastSpeed);
	box-shadow: 0 0 30px hsl(0, 0%, 0%, .1);
	border-radius: var(--borderRadius);
	-webkit-border-radius: var(--borderRadius);
	-moz-border-radius: var(--borderRadius);
	-ms-border-radius: var(--borderRadius);
	-o-border-radius: var(--borderRadius);
}

.downloads a:hover {
	color: var(--primary);
	transform: translateY(-2px);
	box-shadow: 0 15px 20px -5px hsl(0, 0%, 0%, .2);
}

.downloads a img:not(.download-icon) {
	height: 52px;
	border-radius: 0;
}

.download-icon {
	height: 18px;
	display: block;
	margin-left: 30px;
	border-radius: 0;
	filter: grayscale(1);
}

.downloads .size {
	opacity: .6;
	font-size: 0.875rem;
}

.downloads .text {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 30px;
}

.downloads strong {
	font-weight: 400;
	line-height: 1.3;
	display: block;
	padding-right: 30px;
}


.produkt {
	border: 1px solid var(--borderColor);
}

#produkty a .h5 {
	color: black;
	display: block;
	text-align: center;
	line-height: 1.1;
}

#produkty a:hover {
	border-color: black;
}


.accordion-item {
	padding: 20px;
	border: 1px solid var(--borderColor);
	margin-bottom: 2px;
}

.accordion-item.open {border-color: black;}

.accordion-item h4 a {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	background-color: transparent !important;
	color: hsl(0 0% 0% / .6);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.accordion-item h4 a:hover {text-decoration: none !important;}

.accordion-item h4 a::after {
	content: '\2716';
	display: block;
	font-family: monospace;
	font-size: 1rem;
	font-weight: normal;
	color: hsl(0 0% 0% / .4);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.accordion-item.open h4 a {
	color: black;
}

.accordion-item.open h4 a::after {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}




/*

			M E D I A
			Q U E R I E S

*/


@media screen and (max-width: 1199px) {
	aside {order:999}

	.mobile-menu-toggler div {background-color: black;}
}



@media screen and (max-width: 599px) {
	.download-icon, .downloads .size {display: none;}

	.downloads a {
		padding: 15px;
	}

	.downloads .text {
		margin-left: 15px;
	}

	.downloads strong {
		padding-right: 0;
		font-size: 0.875rem;
	}

	.downloads a img:not(.download-icon) {
		height: 30px;
	}

	.gallery.grid {gap: 10px;}

	.thumbnail {
		float: none;
		max-width: 100%;
		margin: 0 0 30px;
	}
}