

html {
	box-sizing: border-box
}

*,
*:before,
*:after {
	box-sizing: inherit
}


html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

summary {
	display: list-item
}

audio,
canvas,
progress,
video {
	display: inline-block
}

progress {
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

figure {
	margin: 1em 40px
}

img {
	border-style: none
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
select,
textarea,
optgroup {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}


html,
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 1.5
}

html {
	overflow-x: hidden
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

.hl-serif {
	font-family: serif
}

.hl-sans-serif {
	font-family: sans-serif
}

.hl-cursive {
	font-family: cursive
}

.hl-monospace {
	font-family: monospace
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'DM Sans', Arial, sans-serif;
	font-weight: 400;
	margin: 10px 0
}


hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 20px 0
}

.hl-image {
	max-width: 100%;
	height: auto
}

img {
	vertical-align: middle
}

a {
	color: inherit
}

.hl-table,
.hl-table-all {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	display: table
}

.hl-table-all {
	border: 1px solid #ccc
}

.hl-bordered tr,
.hl-table-all tr {
	border-bottom: 1px solid #ddd
}

.hl-striped tbody tr:nth-child(even) {
	background-color: #f1f1f1
}

.hl-table-all tr:nth-child(odd) {
	background-color: #fff
}

.hl-table-all tr:nth-child(even) {
	background-color: #f1f1f1
}

.hl-hoverable tbody tr:hover,
.hl-ul.hl-hoverable li:hover {
	background-color: #ccc
}

.hl-centered tr th,
.hl-centered tr td {
	text-align: center
}

.hl-table td,
.hl-table th,
.hl-table-all td,
.hl-table-all th {
	padding: 8px 8px;
	display: table-cell;
	text-align: left;
	vertical-align: top
}

.hl-table th:first-child,
.hl-table td:first-child,
.hl-table-all th:first-child,
.hl-table-all td:first-child {
	padding-left: 16px
}

.hl-btn,
.hl-button {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

.hl-btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.hl-btn,
.hl-button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.hl-disabled,
.hl-btn:disabled,
.hl-button:disabled {
	cursor: not-allowed;
	opacity: 0.3
}

.hl-disabled *,
:disabled * {
	pointer-events: none
}

.hl-btn.hl-disabled:hover,
.hl-btn:disabled:hover {
	box-shadow: none
}

.hl-badge,
.hl-tag {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center
}

.hl-badge {
	border-radius: 50%
}

.hl-ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.hl-ul li {
	padding: 8px 16px;
	border-bottom: 1px solid #ddd
}

.hl-ul li:last-child {
	border-bottom: none
}

.hl-tooltip,
.hl-display-container {
	position: relative
}

.hl-tooltip .hl-text {
	display: none
}

.hl-tooltip:hover .hl-text {
	display: inline-block
}

.hl-ripple:active {
	opacity: 0.5
}

.hl-ripple {
	transition: opacity 0s
}

.hl-input {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin: .5rem 0;
}

.hl-select {
	padding: 9px 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc
}

.hl-dropdown-click,
.hl-dropdown-hover {
	position: relative;
	display: inline-block;
	cursor: pointer
}

.hl-dropdown-hover:hover .hl-dropdown-content {
	display: block
}

.hl-dropdown-hover:first-child,
.hl-dropdown-click:hover {
	background-color: #ccc;
	color: #000
}

.hl-dropdown-hover:hover>.hl-button:first-child,
.hl-dropdown-click:hover>.hl-button:first-child {
	background-color: #ccc;
	color: #000
}

.hl-dropdown-content {
	cursor: auto;
	color: #000;
	background-color: #fff;
	display: none;
	position: absolute;
	min-width: 160px;
	margin: 0;
	padding: 0;
	z-index: 1
}

.hl-check,
.hl-radio {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px
}

.hl-sidebar {
	height: 100%;
	width: 200px;
	background-color: #fff;
	position: fixed!important;
	z-index: 1;
	overflow: auto
}

.hl-bar-block .hl-dropdown-hover,
.hl-bar-block .hl-dropdown-click {
	width: 100%
}

.hl-bar-block .hl-dropdown-hover .hl-dropdown-content,
.hl-bar-block .hl-dropdown-click .hl-dropdown-content {
	min-width: 100%
}

.hl-bar-block .hl-dropdown-hover .hl-button,
.hl-bar-block .hl-dropdown-click .hl-button {
	width: 100%;
	text-align: left;
	padding: 8px 16px
}

.hl-main,
#main {
	transition: margin-left .4s
}

.hl-modal {
	z-index: 3;
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4)
}

.hl-modal-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 600px
}

.hl-bar {
	width: 100%;
	overflow: hidden
}

.hl-center .hl-bar {
	display: inline-block;
	width: auto
}

.hl-bar .hl-bar-item {
	padding: 8px 16px;
	float: left;
	width: auto;
	border: none;
	outline: 0
}
.hl-bar-item{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.hl-bar .hl-dropdown-hover,
.hl-bar .hl-dropdown-click {
	position: static;
	float: left
}

.hl-bar .hl-button {
	white-space: normal
}

.hl-bar-block .hl-bar-item {
	width: 100%;
	display: block;
	padding: 8px 16px;
	text-align: left;
	border: none;
	white-space: normal;
	float: none;
	outline: 0
}

.hl-bar-block.hl-center .hl-bar-item {
	text-align: center
}

.hl-block {
	display: block;
	width: 100%
}

.hl-responsive {
	display: block;
	overflow-x: auto
}

.hl-container:after,
.hl-container:before,
.hl-panel:after,
.hl-panel:before,
.hl-row:after,
.hl-row:before,
.hl-row-padding:after,
.hl-row-padding:before,
.hl-cell-row:before,
.hl-cell-row:after,
.hl-clear:after,
.hl-clear:before,
.hl-bar:before,
.hl-bar:after {
	content: "";
	display: table;
	clear: both
}

.hl-col,
.hl-half,
.hl-third,
.hl-twothird,
.hl-threequarter,
.hl-quarter {
	float: left;
	width: 100%
}

.hl-col.s1 {
	width: 8.33333%
}

.hl-col.s2 {
	width: 16.66666%
}

.hl-col.s3 {
	width: 24.99999%
}

.hl-col.s4 {
	width: 33.33333%
}

.hl-col.s5 {
	width: 41.66666%
}

.hl-col.s6 {
	width: 49.99999%
}

.hl-col.s7 {
	width: 58.33333%
}

.hl-col.s8 {
	width: 66.66666%
}

.hl-col.s9 {
	width: 74.99999%
}

.hl-col.s10 {
	width: 83.33333%
}

.hl-col.s11 {
	width: 91.66666%
}

.hl-col.s12 {
	width: 99.99999%
}

@media (min-width:601px) {
	.hl-col.m1 {
		width: 8.33333%
	}
	.hl-col.m2 {
		width: 16.66666%
	}
	.hl-col.m3,
	.hl-quarter {
		width: 24.99999%
	}
	.hl-col.m4,
	.hl-third {
		width: 33.33333%
	}
	.hl-col.m5 {
		width: 41.66666%
	}
	.hl-col.m6,
	.hl-half {
		width: 49.99999%
	}
	.hl-col.m7 {
		width: 58.33333%
	}
	.hl-col.m8,
	.hl-twothird {
		width: 66.66666%
	}
	.hl-col.m9,
	.hl-threequarter {
		width: 74.99999%
	}
	.hl-col.m10 {
		width: 83.33333%
	}
	.hl-col.m11 {
		width: 91.66666%
	}
	.hl-col.m12 {
		width: 99.99999%
	}
}

@media (min-width:993px) {
	.hl-col.l1 {
		width: 8.33333%
	}
	.hl-col.l2 {
		width: 16.66666%
	}
	.hl-col.l3 {
		width: 24.99999%
	}
	.hl-col.l4 {
		width: 33.33333%
	}
	.hl-col.l5 {
		width: 41.66666%
	}
	.hl-col.l6 {
		width: 49.99999%
	}
	.hl-col.l7 {
		width: 58.33333%
	}
	.hl-col.l8 {
		width: 66.66666%
	}
	.hl-col.l9 {
		width: 74.99999%
	}
	.hl-col.l10 {
		width: 83.33333%
	}
	.hl-col.l11 {
		width: 91.66666%
	}
	.hl-col.l12 {
		width: 99.99999%
	}
}

.hl-rest {
	overflow: hidden
}

.hl-stretch {
	margin-left: -16px;
	margin-right: -16px
}

.hl-content,
.hl-auto {
	margin-left: auto;
	margin-right: auto
}

.hl-content {
	max-width: 980px
}

.hl-auto {
	max-width: 1140px
}

.hl-cell-row {
	display: table;
	width: 100%
}

.hl-cell {
	display: table-cell
}

.hl-cell-top {
	vertical-align: top
}

.hl-cell-middle {
	vertical-align: middle
}

.hl-cell-bottom {
	vertical-align: bottom
}

.hl-hide {
	display: none!important
}

.hl-show-block,
.hl-show {
	display: block!important
}

.hl-show-inline-block {
	display: inline-block!important
}

@media (max-width:1205px) {
	.hl-auto {
		max-width: 95%
	}
}

@media (max-width:600px) {
	.hl-modal-content {
		margin: 0 10px;
		width: auto!important
	}
	.hl-modal {
		padding-top: 30px
	}
	.hl-dropdown-hover.hl-mobile .hl-dropdown-content,
	.hl-dropdown-click.hl-mobile .hl-dropdown-content {
		position: relative
	}
	.hl-hide-small {
		display: none!important
	}
	/*.hl-mobile {
		display: block;
	}*/
	.hl-bar-item.hl-mobile,
	.hl-dropdown-hover.hl-mobile,
	.hl-dropdown-click.hl-mobile {
		text-align: center
	}
	.hl-dropdown-hover.hl-mobile,
	.hl-dropdown-hover.hl-mobile .hl-btn,
	.hl-dropdown-hover.hl-mobile .hl-button,
	.hl-dropdown-click.hl-mobile,
	.hl-dropdown-click.hl-mobile .hl-btn,
	.hl-dropdown-click.hl-mobile .hl-button {
		width: 100%
	}
}

@media (max-width:768px) {
	.hl-modal-content {
		width: 500px
	}
	.hl-modal {
		padding-top: 50px
	}
}

@media (min-width:993px) {
	.hl-modal-content {
		width: 900px
	}
	.hl-hide-large {
		display: none!important
	}
	.hl-sidebar.hl-collapse {
		display: block!important
	}
}

@media (max-width:992px) and (min-width:601px) {
	.hl-hide-medium {
		display: none!important
	}
}

@media (max-width:992px) {
	.hl-sidebar.hl-collapse,
	.hl-desktop {
		display: none
	}
	.hl-main {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.hl-auto {
		max-width: 100%
	}
}

.hl-top,
.hl-bottom {
	position: fixed;
	width: 100%;
	z-index: 1;
	text-align: center;
}

.hl-top {
	top: 0
}

.hl-bottom {
	bottom: 0
}

.hl-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2
}

.hl-display-topleft {
	position: absolute;
	left: 0;
	top: 0
}

.hl-display-topright {
	position: absolute;
	right: 0;
	top: 0
}

.hl-display-bottomleft {
	position: absolute;
	left: 0;
	bottom: 0
}

.hl-display-bottomright {
	position: absolute;
	right: 0;
	bottom: 0
}

.hl-display-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.hl-display-left {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(-0%, -50%)
}

.hl-display-right {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%)
}

.hl-display-topmiddle {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%)
}

.hl-display-bottommiddle {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%)
}

.hl-display-container:hover .hl-display-hover {
	display: block
}

.hl-display-container:hover span.hl-display-hover {
	display: inline-block
}

.hl-display-hover {
	display: none
}

.hl-display-position {
	position: absolute
}

.hl-circle {
	border-radius: 50%
}

.hl-round-small {
	border-radius: 2px
}

.hl-round,
.hl-round-medium {
	border-radius: 4px
}

.hl-round-large {
	border-radius: 8px
}

.hl-round-xlarge {
	border-radius: 16px
}

.hl-round-xxlarge {
	border-radius: 32px
}

.hl-row-padding,
.hl-row-padding>.hl-half,
.hl-row-padding>.hl-third,
.hl-row-padding>.hl-twothird,
.hl-row-padding>.hl-threequarter,
.hl-row-padding>.hl-quarter,
.hl-row-padding>.hl-col {
	padding: 0 8px
}

.hl-container,
.hl-panel {
	padding: 0.01em 16px
}

.hl-panel {
	margin-top: 16px;
	margin-bottom: 16px
}

.hl-code,
.hl-codespan {
	font-family: Consolas, "courier new";
	font-size: 16px
}

.hl-code {
	width: auto;
	background-color: #fff;
	padding: 8px 12px;
	border-left: 4px solid #4CAF50;
	word-wrap: break-word
}

.hl-codespan {
	color: crimson;
	background-color: #f1f1f1;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 110%
}

.hl-card,
.hl-card-2 {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.hl-card-4,
.hl-hover-shadow:hover {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.hl-spin {
	animation: hl-spin 2s infinite linear
}

@keyframes hl-spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}

.hl-animate-fading {
	animation: fading 10s infinite
}

@keyframes fading {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.hl-animate-opacity {
	animation: opac 0.8s
}

@keyframes opac {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.hl-animate-top {
	position: relative;
	animation: animatetop 0.4s
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

.hl-animate-left {
	position: relative;
	animation: animateleft 0.4s
}

@keyframes animateleft {
	from {
		left: -300px;
		opacity: 0
	}
	to {
		left: 0;
		opacity: 1
	}
}

.hl-animate-right {
	position: relative;
	animation: animateright 0.4s
}

@keyframes animateright {
	from {
		right: -300px;
		opacity: 0
	}
	to {
		right: 0;
		opacity: 1
	}
}

.hl-animate-bottom {
	position: relative;
	animation: animatebottom 0.4s
}

@keyframes animatebottom {
	from {
		bottom: -300px;
		opacity: 0
	}
	to {
		bottom: 0;
		opacity: 1
	}
}

.hl-animate-zoom {
	animation: animatezoom 0.6s
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

.hl-animate-input {
	transition: width 0.4s ease-in-out
}

.hl-animate-input:focus {
	width: 100%!important
}

.hl-opacity,
.hl-hover-opacity:hover {
	opacity: 0.60
}

.hl-opacity-off,
.hl-hover-opacity-off:hover {
	opacity: 1
}

.hl-opacity-max {
	opacity: 0.25
}

.hl-opacity-min {
	opacity: 0.75
}

.hl-greyscale-max,
.hl-grayscale-max,
.hl-hover-greyscale:hover,
.hl-hover-grayscale:hover {
	filter: grayscale(100%)
}

.hl-greyscale,
.hl-grayscale {
	filter: grayscale(75%)
}

.hl-greyscale-min,
.hl-grayscale-min {
	filter: grayscale(50%)
}

.hl-sepia {
	filter: sepia(75%)
}

.hl-sepia-max,
.hl-hover-sepia:hover {
	filter: sepia(100%)
}

.hl-sepia-min {
	filter: sepia(50%)
}

.hl-tiny {
	font-size: 10px!important
}

.hl-small {
	font-size: 12px!important
}

.hl-medium {
	font-size: 15px!important
}

.hl-large {
	font-size: 18px!important
}

.hl-xlarge {
	font-size: 24px!important
}

.hl-xxlarge {
	font-size: 36px!important
}

.hl-xxxlarge {
	font-size: 48px!important
}

.hl-jumbo {
	font-size: 64px!important
}

.hl-left-align {
	text-align: left!important
}

.hl-right-align {
	text-align: right!important
}

.hl-justify {
	text-align: justify!important
}

.hl-center {
	text-align: center!important
}

.hl-border-0 {
	border: 0!important
}

.hl-border {
	border: 1px solid #ccc!important
}

.hl-border-top {
	border-top: 1px solid #ccc!important
}

.hl-border-bottom {
	border-bottom: 1px solid #ccc!important
}

.hl-border-left {
	border-left: 1px solid #ccc!important
}

.hl-border-right {
	border-right: 1px solid #ccc!important
}

.hl-topbar {
	border-top: 6px solid #ccc!important
}

.hl-bottombar {
	border-bottom: 6px solid #ccc!important
}

.hl-leftbar {
	border-left: 6px solid #ccc!important
}

.hl-rightbar {
	border-right: 6px solid #ccc!important
}

.hl-section,
.hl-code {
	margin-top: 16px!important;
	margin-bottom: 16px!important
}

.hl-margin {
	margin: 16px!important
}

.hl-margin-top {
	margin-top: 16px!important
}

.hl-margin-bottom {
	margin-bottom: 16px!important
}

.hl-margin-left {
	margin-left: 16px!important
}

.hl-margin-right {
	margin-right: 16px!important
}

.hl-padding-small {
	padding: 4px 8px!important
}

.hl-padding {
	padding: 8px 16px!important
}

.hl-padding-large {
	padding: 12px 24px!important
}

.hl-padding-16 {
	padding-top: 16px!important;
	padding-bottom: 16px!important
}

.hl-padding-24 {
	padding-top: 24px!important;
	padding-bottom: 24px!important
}

.hl-padding-32 {
	padding-top: 32px!important;
	padding-bottom: 32px!important
}

.hl-padding-48 {
	padding-top: 48px!important;
	padding-bottom: 48px!important
}

.hl-padding-64 {
	padding-top: 64px!important;
	padding-bottom: 64px!important
}

.hl-padding-top-64 {
	padding-top: 64px!important
}

.hl-padding-top-48 {
	padding-top: 48px!important
}

.hl-padding-top-32 {
	padding-top: 32px!important
}

.hl-padding-top-24 {
	padding-top: 24px!important
}

.hl-left {
	float: left!important
}

.hl-right {
	float: right!important
}



.hl-transparent,
.hl-hover-none:hover {
	background-color: transparent!important
}

.hl-hover-none:hover {
	box-shadow: none!important
}


/* Colors */
.hl-black,
.hl-hover-black:hover {
	color: #fff!important;
	background-color: #1e1e1e!important
}

/* End of colours */


.hl-navbar-itemcontainer{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}

.logo-container{
	font-family: 'Aachen', sans-serif;
	font-size: 2rem;
	margin-right: auto;
}

.search-facet{
	position: relative;
	cursor: pointer;
}

.search-facet::before{
	content: '';
	position: relative;
	background-image: url('images/search.png');
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
}

.search-holder{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

.search-box{
	height: 3.5rem;
	width: 100%;
	text-align: center;
}

.search-box:focus{
	outline: 1px solid #00adef;
}

.search-submit{
	all: unset;
	position: absolute;
	right: 1rem;
	top: 0.7rem;
	content: '';
	background-image: url('images/search_black.png');
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	cursor: pointer;
}

.slideshow-container{
	max-height: 32vh;
	overflow: hidden;
	position: relative;
}

.slideshow-container-start{
	max-height: 55vh;
	overflow: hidden;
	position: relative;
}

.slideshow-container img{
	width: 100%;
	height: auto;
}


.mySlides img{
	max-height: 100%;
    object-fit: cover;
}

@media (min-width: 769px){
	.mySlides{
		height: 55vh;	
	}	
}

@media (max-width: 768px){
	.mySlides img{
		vertical-align: middle;
		height: 331px;
		object-fit: cover;
	}
}

.banner-container{
	width: 100%;
	background-color: rgba(255,255,255,.38);
	height: auto;
	position: absolute;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	padding: .5rem 0;
}

@media (max-width: 900px){
	.banner-container{
		top: 22px
	}
	
}

@media (max-width: 768px){
	.hl-footer-container{
		text-align: center;
	}
	.hl-product-row{
		flex-direction: column;
	}
	.hl-half{
		width: 100%!important;
	}
}


.hl-aachen-font{
	font-family: "Aachen", sans-serif;
}

.hl-banner-seperator{
	content: '';
	position: relative;
	width: 15rem;
	height: .1rem;
	background-color: #000;
	display: inline-block;
	bottom: 20px;
}

.hl-row{
	display: flex;
	width: 100%;
	justify-content: center;
	justify-content: flex-start;
	margin-bottom: 2rem;
}

.hl-product-row{
	display: flex;
	width: 100%;
	justify-content: center;
	
}

.hl-third-margin{
	margin-left: 1rem;
	position: relative;
	width: 33%;
}

.hl-half{
	position: relative;
	width: 50%;
	padding: 1rem;
}

.hl-left{
	text-align: left;
}

.hl-third-margin:first-child{
	margin-left: 0;
}

.hl-third-margin:last-child{
	margin-right: 0;
}

.hl-third-margin-text-holder a{
	text-decoration: none;
}

.hl-third-margin-text-holder a::after{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.hl-wide-blue-button{
	width: 100%;
	padding: 1rem 0;
	color: #fff;
	background-color: #00adef;
	display: block;
	font-size: 1.3rem;
	text-decoration: none;
	margin-top: 3rem;
}

.hl-footer-container{
	width: 100%;
	margin: 0 auto;
	background-color: #1e1e1e;
	padding: 2rem 0;
}
.hl-footer-container a{
	text-decoration: none;
}

.hl-footer-inner{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.hl-white{
	color: white;
}

.hl-extend-lineheight{
	line-height: 2;
}

.hl-footer-column{
	width: 30%;
}

.pagination{
	list-style: none;
	display: flex;
	width: 40%;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	
}

.pagination a{
	text-decoration: none;
	font-size: 1.2rem;
}

.pagination a::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}



.pagination .link{
	border: 1px solid transparent;
}

.pagination .link:hover{
	border-color: black;
}


.pagination li{
	position: relative;
	padding: .5rem;
	margin: .5rem;
}


.hl-rightarrow::after{
	content: '';
	position: relative;
	background: url('/icons/arrow_right.png') no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

.hl-leftarrow::after{
	content: '';
	position: relative;
	background: url('/icons/arrow_left.png') no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

.pagination .disabled{
	background-color: lightgrey;
}

.pagination .current{
	background-color: lightgrey;
	border: 1px solid #00adef;
}

.pagination .link {
	background-color: #00adef;
}

.pagination .hl-pagenumber {
	padding: .5rem 1rem!important;
}

.hl-rightarrow-container{
	position: relative;
	padding: 1rem 1.1rem!important;
}

.hl-leftarrow-container{
	position: relative;
	padding: 1rem 1.1rem!important;
}

.pagination .hl-leftarrow,
.pagination .hl-rightarrow{
	display: flex;
}

.hl-pagenumber{
	display: flex;
	align-items: center;
}

.hl-forsale-img{
	object-fit:cover;
	margin-top: 0!important;
}

.hl-slide_thumbs{
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.hl-slide_thumbs-item{
	position: relative;
	display: inline-block;
	margin: .5rem;
}

.hl-slide_thumbs-item a{
	position: relative;
}

.hl-slide_thumbs-item img{
	border: 2px solid transparent;
	max-height: 50px;
	max-width: 65px;
}

.hl-slide-thumbs-nav-right::after{
	content: '';
	display: inline-block;
	position: relative;
	background: url('/icons/arrow_right.png') no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

.hl-slide-thumbs-nav-left::after{
	content: '';
	display: inline-block;
	position: relative;
	background: url('/icons/arrow_left.png') no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

#hl-slide_thumbs-between{
	padding: 0;
}

.hl-intresse-form{
	display: none;
	border: 1px solid #000;
	width: 100%;
	padding: 1rem;
}

.hl-form-button{
	padding: .5rem 0;
	font-size: 1rem;
}

input[name="subjectField"]{
	display: none;
}

.hl-form-help{
	color: red;
}

.hl-login-form{
	display: flex;
	justify-content: center;
	margin: 4rem 0;
}

.hl-login-form td:first-child{
	text-align: right;
}

.hl-login-form td:nth-child(2){
	text-align: left;
}

.hl-accordion-title{
	padding: 0.2rem 2rem;
	color: #fff;
	background-color: #1e1e1e;
	margin-top: 1rem;
	cursor: pointer;
	position: relative;
}

.hl-accordion-title h4::after{
	content: '';
	position: absolute;
	background: url(/icons/arrow_right.png);
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	filter: invert(1);
	right: 1rem;
	top: 1.1rem;
}

.hl-accordion-title h4.changed::after{
	transform: rotateZ(90deg);
}

.hl-accordion-text{
	padding: .5rem 2rem;
	border: 1px solid #1e1e1e;
	display: none;
}

.hl-narrow-form{
	width: 100%;
	max-width: 700px;
}

.hl-accordion-textarea{
	width: 100%;
	padding: .5rem;
}

.hl-remove-accordion{
	display: inline-block;
	position: absolute; 
	right: 1rem; 
	top: 1rem;
	font-size: 1.5rem;
	cursor: pointer;
}

.hl-imageupload img,
.hl-imageupload imput{
	display: block;
	margin: 0 auto;
}

.hl-imageupload img{
	max-width: 200px;
	max-height: 200px;
}

.hl-image-adder{
	width: inherit;
	margin: 1rem;
}

.hl-imageupload a{
	cursor: pointer;
}

form textarea{
	resize: vertical;
}

.hl-price-tag{
	font-size: 2rem;
}

.hl-third-margin-image{
	height: 100%;
	width: 100%;
	max-height: 13rem;
	object-fit: cover;
}

.hl-admin-edititem-table{
	width: 100%;
	border-collapse: collapse;
	width: 100%;
}

.hl-admin-edititem-table-image{
	height: 100%;
	width: 100%;
	max-height: 6rem;
	object-fit: cover;
}

.hl-admin-edititem-table th{
	padding: 12px;
	text-align: left;
	background-color: #00adef;
}

.hl-admin-edititem-table td,
.hl-admin-edititem-table th{
	border: 1px solid #ddd;
	padding: 8px;
}

.hl-admin-edititem-table tr:nth-child(even){
	background-color: #f2f2f2;
}

.hl-admin-edititem-table tr:hover{
	background-color: #ddd;
}

.hl-admin-edititem-table tr{
	position: relative;
}

.hl-table-link a{
	text-decoration: none;
}

.hl-table-link a::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.hl-image-settings{
	position: relative;
}

.hl-image-settings-after{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
	background-color: #000;
	opacity: 0;
}

.hl-image-settings-after:hover{
	opacity: .8;
}

.hl-image-settings-button{
	position: relative;
	margin: 0 auto;
	top: 50%;
}

#fullpage {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: black;
}

.hl-bar-block:hover{
	text-decoration: none!important:
}
.hl-bar-block{
	text-decoration: none!important:
}


/*	MOBILE	*/

@media (max-width: 768px){
	.hl-row{
		display: block;
	}
	.hl-third-margin{
		margin-left: 0;
		width: 100%;
	}
	.hl-third-margin img{
		max-height: 16rem;
		object-fit: cover;
	}
}






