/*!
Theme Name: Jordan Haj
Theme URI: https://marianrehak.com
Author: Marián Rehák
Author URI: https://marianrehak.com
Description: Description
Version: 1.0.82
Tested up to: 6.5.3
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smetanahaj
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@font-face {
	font-family: 'Inter';
	src: url('./fonts/Inter-VariableFont.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'AzoSansUber';
	src: url('./fonts/AzoSansUberRegular-alt.woff2') format('woff2'),
		url('./fonts/AzoSansUberRegular-alt.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--white: #fff;
	--black: #000;
	--gray: #D9D9D9;
	overscroll-behavior: none;
	font-size: 16px;
}

::selection {
	background: var(--white);
	color: var(--black);
}

:focus-visible {
	outline: none;
}

/* Basic formatting */
body {
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-smooth: always;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: var(--black);
}


img {
	width: 100%;
	height: auto;
}

table {
	margin: 0;
}

iframe,
video {
	width: 100%;
	display: block;
}

.skip-link {
	display: block;
	font-size: 0;
	height: 0;
	width: 0;
}

/* Fonts */
body,
h1,
h2,
h3,
h4,
h5,
p,
a,
ul,
li,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
label,
input,
select,
textarea,
.regular,
.regular *,
tr,
html .fancybox__infobar,
html .fancybox__infobar *,
#cmplz-document p,
#cmplz-document a,
.editor-styles-wrapper .cmplz-unlinked-mode p,
#cmplz-document li,
.editor-styles-wrapper .cmplz-unlinked-mode li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode td,
#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode,
html .cmplz-blocked-content-container .cmplz-blocked-content-notice {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25;
	color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
legend {
	margin-top: 0;
	word-break: keep-all;
}

h1,
h1 *,
h2,
h2 *,
.large,
.large * {
	font-size: 30px;
	line-height: 1.3333;
}

.large,
.large *,
.anton,
.anton * {
	font-family: "AzoSansUber", sans-serif;
	font-weight: normal;
}

.large p,
h1 {
	margin-bottom: 30px;
}

p {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

a {
	transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
}

a:hover {
	color: var(--white);
	text-decoration: underline;
}

a img {
	-webkit-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
	opacity: 1;
}

a:hover img {
	opacity: 0.6;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

b,
strong,
.strong,
.strong * {
	font-weight: 700 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: none;
	border-bottom: 1px solid #000 !important;
	border-radius: 0;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	color: #000;
	background-color: transparent !important;
	line-height: 1;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	font-family: 'Inter', sans-serif;
	box-shadow: none !important;

}

input:-webkit-autofill {
	color: transparent !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:is([type="button"], [type="submit"], [type="reset"]),
input[type="file"]::file-selector-button {
	background-color: transparent;
}

input::placeholder {
	color: var(--black);
}

input[type="checkbox"],
input[type="radio"] {
	height: 16px;
	width: 16px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked,
input[type="checkbox"]:checked,
input[type="radio"]:focus {
	background: var(--black);
	outline: none;
}

input:focus,
textarea:focus {
	color: var(--black);
	border-color: var(--black);
	box-shadow: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none !important;
}

.active-link {
	pointer-events: none;
}

/* Buttons */
.button,
button {
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: auto;
	font-weight: 700;
	padding: 5px 12px 4px 12px;
	background-color: transparent;
	color: var(--white);
	text-align: center;
	text-decoration: none;
	line-height: 1;
	border: none;
	border-radius: 20px;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	outline: none;
}

.button:hover,
button:hover {
	color: var(--white);
	opacity: 1;
	text-decoration: underline;
}

/* Bootstrap & general formatting */
.container {
	width: 100%;
	max-width: 100%;
	padding-left: 48px;
	padding-right: 48px;
}

.container.narrow {
	padding-left: clamp(48px, 15vw, 15vw);
	padding-right: clamp(48px, 15vw, 15vw);
}

.row {
	margin-left: -32px;
	margin-right: -32px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-left: 32px;
	padding-right: 32px;
}

.screen-reader-text {
	font-size: 0;
	height: 0;
	margin: 0;
}

ul,
ol {
	margin: 0 0 32px 0;
	padding: 0;
	list-style: none;
}

ul li {
	text-indent: -37px;
	margin-left: 37px;
}

ul li::before {
	content: "-";
	margin-right: 6px;
}

.card {
	border: none;
	border-radius: 0;
}

.card-header {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}

.card-body {
	padding: 0;
	margin: 0;
}

.accordion .card-header button {
	color: var(--gray);
	text-align: left;
}

.accordion .card-header button[aria-expanded="true"],
.accordion .card-header button:hover {
	color: var(--black);
}

.accordion .card-header button[aria-expanded="true"] {
	pointer-events: none;
}

.accordion .collapsing {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

/* Custom classes */
.mt-32 {
	margin-top: 32px;
}

.mt-48 {
	margin-top: 48px;
}

.mt-64 {
	margin-top: 64px;
}

.mt-288 {
	margin-top: clamp(164px, 15vw, 288px);
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-64 {
	margin-bottom: 64px;
}

.mb-96 {
	margin-bottom: 96px;
}

.mb-160 {
	margin-bottom: clamp(128px, 8.3vw, 160px);
}

.align-center {
	align-items: center;
}

.align-end {
	align-items: flex-end;
}

.content-end {
	align-content: flex-end;
}

.justify-end {
	justify-content: flex-end;
}

.space-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.flex-direction-column {
	display: flex;
	flex-direction: column;
}

.marginless,
.marginless *:last-child {
	margin-bottom: 0 !important;
}

.paddingless {
	padding-left: 0;
	padding-right: 0;
}

.borderless {
	border: none !important;
}

.border-bottom {
	border-bottom: 1px solid #000 !important;
}

.automargin {
	margin-left: auto;
	margin-right: auto;
}

.max-381 {
	max-width: 381px;
}

.image-box,
.video-box {
	outline: none !important;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.image-box::after,
.video-box::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.video-box a {
	display: none;
}

.image-box.high::after {
	padding-bottom: 111%;
}

.video-box::after {
	padding-bottom: 56.25%;
}

.image-box img,
.image-box video,
.video-box iframe,
.video-box video,
.video-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.video-box {
	-wekbit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.uppercase,
.uppercase * {
	text-transform: uppercase;
}

.lowercase,
.lowercase * {
	text-transform: lowercase;
}

.strikethrough,
.strikethrough * {
	text-decoration: line-through;
}

.notransform,
.notransform * {
	text-transform: none;
}

.white,
.white *,
.white a:hover {
	color: var(--white);
}

.gray,
.gray * {
	color: var(--gray);
}

.reveal,
.reveal-opacity,
.b-text-about p,
.b-text-about h1 {
	visibility: hidden;
	/* this is needed for scrollrevealjs */
}

/* Header */
#masthead {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	max-width: 100vw;
	z-index: 99;
	-webkit-transition: background-color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out;
}

.page-template-page-homepage #masthead {
	mix-blend-mode: difference;
}

#logo {
	position: fixed;
	top: 98px;
	left: 0;
	z-index: 9;
	mix-blend-mode: difference;
}

#logo a {
	display: block;
	padding-bottom: 8px;
}

#site-navigation {
	width: 100%;
}

#site-navigation ul {
	display: flex;
	justify-content: space-between;
}

#mobileMenu {
	display: none;
}

@media(min-width: 768px) {
	.admin-bar #masthead {
		top: 60px;
	}

	.admin-bar #logo {
		top: 118px;
	}

}

/* Language switcher */
.language-switcher {
	display: flex;
	margin-bottom: 0;
	justify-content: flex-end;
}

.language-switcher li {
	margin: 0 10px 0 0;
}

.language-switcher li:last-child {
	margin: 0 !important;
}

.language-switcher li,
.menu li,
.navigation li {
	text-indent: 0;
	margin-left: 0;
}

.language-switcher li::before,
.menu li::before,
.navigation li::before {
	display: none;
}

.language-switcher .current-lang a,
.current_page_item a {
	text-decoration: underline;
	pointer-events: none;
}

/* Menus */
ul.menu,
ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

.menu ul,
.menu ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li::before {
	display: none;
}

/* Mobile menu */
#mobile-menu {
	display: none;
	position: fixed;
	left: 0;
	top: 55px;
	height: calc(100vh - 55px);
	background-color: var(--white);
	width: 100vw;
	padding: 0;
	left: 0;
	top: 0;
	transform: translateX(100%);
	padding-bottom: 40px;
	background-color: #F6F6F6;
	height: 100%;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#mobile-navigation {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

#mobileMenu a {
	margin-bottom: 16px;
	display: inline-block;
	font-size: 20px;
	color: var(--black);
	text-transform: uppercase;
}

#openMenu {
	position: relative;
	display: block;
	height: 11px;
	width: 22px;
	z-index: 999999;
}

#openMenuHelper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--white);
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	opacity: 1;
}

#openMenuHelper,
#openMenu::before,
#openMenu::after {
	height: 1px;
	opacity: 1;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

#openMenu::before,
#openMenu::after {
	content: "";
	display: block;
	width: 100%;
	background-color: var(--white);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transform-origin: center;
}

#openMenu::after {
	bottom: 0;
	top: auto;
	transform: none;
}

#openMenu.active {
	mix-blend-mode: unset !important;
	background-color: transparent !important;
}

#openMenu.active #openMenuHelper {
	opacity: 0;
}

#openMenu.active::after {
	top: 50%;
	transform: rotate(-45deg);
}

#openMenu.active::before {
	transform: rotate(45deg);
}

#openMenu.active .openMenuHelper,
#openMenu.active::before,
#openMenu.active::after {
	background-color: var(--black);
	height: 2px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

/* Page */
#main-content {
	padding-top: max(200px, 17vw);
	min-height: calc(100vh - 362px);
}

@media(min-width: 767px) {
	.admin-bar #main-content {
		min-height: calc(100vh - 394px);
	}

}

/* homepage */
#hpGallery img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	object-position: top center;
	transform: none;
	transition: transform 18000ms linear;
}

#hpGallery .swiper-slide-active img {
	transform: scale(1.15);
}

@media(min-width: 767px) {
	.admin-bar #hpGallery img {
		height: calc(100vh - 32px);
	}
}

/* Video player */
.playVideo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.playVideo .buttonTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-25%, calc(100% + 16px));
	color: var(--white);
	mix-blend-mode: difference;
}

.videoFileContainer {
	position: relative;
}

.playVideoNow,
.playVideoFileNow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 57px;
	width: 57px;
	z-index: 3;
	background-image: url('./img/play.svg');
	background-size: contain;
	background-position: center;
	background-color: transparent !important;
	background-repeat: no-repeat;
	border-radius: 0 !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.playVideoNow:hover,
.playVideoFileNow:hover {
	opacity: 0.6;
}

.playVideo::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--dark);
	opacity: 0;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	z-index: 1;
}

.singleWork:hover .playVideo::after {
	opacity: 0.6;
}

.playVideo img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.playVideo h3 {
	position: relative;
	z-index: 2;
}

/* Custom builder */
.singleMusic {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.albumLinks {
	display: flex;
	justify-content: center;
	gap: 0 18px;
}

.musicLink {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.musicLink:hover {
	opacity: 0.6;
}

.spotifyLink {
	background-image: url('./img/spotify.svg');
}

.appleLink {
	background-image: url('./img/apple-music-white.png');
}

.tidalLink {
	background-image: url('./img/tidal-white.png');
}

.dezeerLink {
	background-image: url('./img/dezeer-white.png');
}

.youtubeLink {
	background-image: url('./img/youtube-white.png');
}

@media(min-width: 992px) {
	.col-lg-image {
		max-width: 20%;
		flex: 0 0 20%;
	}
}

/* Footer */
#stickyFooter {
	position: fixed;
	bottom: 40px;
	z-index: 1;
}

.page-template-page-homepage #stickyFooter {
	mix-blend-mode: difference;
}

footer {
	margin-top: 300px;
	padding-bottom: 40px;
}

#footer-nav {
	position: relative;
	z-index: 2;
}

#footer-nav ul {
	display: flex;
	justify-content: space-between;
}

/* fancybox */
.fancybox__toolbar,
.fancybox__toolbar * {
	font-family: 'Inter', serif;
}

.fancybox__toolbar {
	text-shadow: none !important;
	padding: 30px 25px !important;
}

.fancybox__toolbar__column.is-middle,
.fancybox__toolbar__column [data-panzoom-action],
.fancybox__toolbar__column [data-fancybox-toggle-slideshow],
.fancybox__toolbar__column [data-fancybox-toggle-fullscreen],
.f-button[data-fancybox-close] svg {
	display: none !important;
}

.f-button[data-fancybox-close] {
	filter: brightness(0) invert();
	width: 22px;
	height: 22px;
}

.f-button[data-fancybox-close]:hover {
	opacity: 0.6;
}

a[data-fancybox="gallery"] {
	overflow: hidden !important;
	display: block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.f-button {
	background-color: transparent !important;
	padding: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
}

.f-button[data-fancybox-close] {
	display: block;
	background-image: url("./img/close.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.fancybox__nav .f-button {
	height: 30px;
	width: 30px;
	background-image: url("./img/arrow-right.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	margin-left: 0;
	filter: brightness(0) invert();
}

html .is-horizontal .fancybox__nav .f-button.is-prev {
	left: 30px;
}

html .is-horizontal .fancybox__nav .f-button.is-next {
	right: 30px;
}

@media(max-width: 1199px) {

	.fancybox__nav .f-button,
	.f-button[data-fancybox-close] {
		width: 20px;
		height: 20px;
	}

	html .is-horizontal .fancybox__nav .f-button.is-next {
		right: 10px;
	}

	html .is-horizontal .fancybox__nav .f-button.is-prev {
		left: 10px;
	}

	.fancybox__toolbar {
		padding: 18px 10px !important;
	}
}

.fancybox__nav .f-button svg {
	display: none !important;
}

.fancybox__nav .f-button.is-prev {
	transform: translateY(-50%) rotate(180deg) !important;
	background-position: center left;
}

.fancybox__nav .f-button:hover {
	transform: translateY(-50%) translateX(4px) !important;
}

.fancybox__nav .f-button.is-prev:hover {
	transform: translateY(-50%) rotate(180deg) translateX(4px) !important;
}

.fancybox__nav .f-button[disabled] {
	opacity: 0;
}

html .fancybox__backdrop {
	background-color: #000;
}

html .fancybox__infobar {
	display: none;
	padding: 0;
	margin-left: -5px;
}

.is-compact .fancybox__footer {
	background-color: transparent !important;
	text-align: center;
}

.fancybox__caption {
	color: var(--black) !important;
	font-size: 16px !important;
	padding: 13px !important;
	line-height: 1 !important;
}

html .fancybox-image {
	max-height: calc(100% - 64px);
	width: auto;
	max-width: calc(100vw - 40px)
}

.is-idle .fancybox__nav,
.is-idle .fancybox__toolbar {
	animation: none !important;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
	display: none !important;
}

html .fancybox__caption {
	display: none !important;
}

.fancybox-is-open .fancybox-bg {
	background-color: var(--light) !important;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: var(--black) !important;
}

.fancybox-button {
	background-color: transparent !important;
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	opacity: 1 !important;
	visibility: visible !important;
}

/* Cookies */
html .cmplz-cookiebanner {
	min-width: 200px;
	max-width: 400px;
	width: 100%;
	padding: 16px 16px 12px 16px;
	display: block;
	border: none !important;
	bottom: 0;
	left: 0;
	right: auto;
	border-radius: 0;
}

html .cmplz-cookiebanner.cmplz-show {
	box-shadow: none !important;
	background-color: #e2e2e2;
}

html .cmplz-cookiebanner .cmplz-header {
	display: block;
	margin-bottom: 0;
}

html .cmplz-cookiebanner .cmplz-title,
html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	color: var(--black);
	font-weight: 700;
}

html .cmplz-cookiebanner .cmplz-close {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 16px;
	width: 16px;
	outline: none;
	background-image: url("./img/close.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	filter: brightness(0);
}

html .cmplz-cookiebanner .cmplz-close:hover {
	opacity: 0.6;
}

html .cmplz-cookiebanner .cmplz-close svg {
	display: none !important;
}

.cmplz-link.cookie-statement,
.cmplz-link.privacy-statement {
	display: none !important;
}

html .cmplz-cookiebanner .cmplz-title {
	font-size: 14px;
	margin-bottom: 6px;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category {
	background: transparent;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
	margin-bottom: 5px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon {
	filter: brightness(0);
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
	position: relative;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category[open] .cmplz-icon.cmplz-open {
	top: 5px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	line-height: 1.2;
}

html .cmplz-cookiebanner .cmplz-message,
html .cmplz-cookiebanner .cmplz-message * {
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 16px;
	width: 100%;
	color: var(--black) !important;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
	font-size: 12px;
	color: var(--black);
}

#cmplz-document li {
	margin-left: 21px;
	text-indent: -21px;
}

#cmplz-document * {
	font-style: normal;
}

#cmplz-document ul,
.editor-styles-wrapper .cmplz-unlinked-mode ul {
	margin-left: 0;
	padding-left: 0;
}

html #cmplz-document p a:hover {
	text-decoration: none;
	animation: colorFull .45s infinite;
}

html .cmplz-cookiebanner .cmplz-message a {
	text-decoration: underline;
}

html .cmplz-cookiebanner .cmplz-message a:hover {
	text-decoration: none;
}

html .cmplz-cookiebanner .cmplz-buttons {
	gap: unset;
}

html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	padding: 0;
	border: none !important;
	background-color: transparent !important;
	height: unset;
	color: var(--black) !important;
	width: auto !important;
	margin-right: 11px;
}

html .cmplz-cookiebanner .cmplz-buttons {
	display: flex;
}

html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
	text-decoration: underline;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
	padding: 0 0 5px 0;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	padding: 0 0 10px 0;
}

.cmplz-icon svg {
	height: 12px;
	position: absolute;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
	height: 12px;
	width: 12px;
	transition-duration: 0s !important;
}

html .cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
	margin-bottom: 15px;
	max-width: 100%;
	width: 100%;
}

#cmplz-document ul,
.editor-styles-wrapper .cmplz-unlinked-mode ul {
	list-style: none;
}

#cmplz-manage-consent .cmplz-manage-consent {
	display: none !important;
}

@media (max-width: 767px) {
	html .cmplz-cookiebanner {
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		max-width: calc(100vw - 20px);
	}

	html .cmplz-cookiebanner .cmplz-buttons {
		flex-direction: row;
	}

	html .cmplz-cookiebanner .cmplz-body {
		min-width: unset;
	}

	html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
		margin-right: 8px;
	}
}

html .cmplz-blocked-content-container,
html .cmplz-placeholder-1.cmplz-blocked-content-container iframe {
	height: 450px;
	max-height: 60vh;
}

html .cmplz-blocked-content-container .cmplz-blocked-content-notice {
	background: #fff;
	color: var(--black);
	line-height: 22px;
	border: none;
}

html .cmplz-blocked-content-container .cmplz-blocked-content-notice:hover {
	background: var(--black);
	color: #fff;
}

html .cmplz-blocked-content-container {
	border-radius: 0 !important;
	box-shadow: none;
}

.cmplz_consent_per_service_label {
	display: none;
}

#cmplz-document .cmplz-subtitle,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle {
	font-weight: 700;
}

/* Responsive */
@media(max-width: 1199px) {

	/* Header & Footer */
	#masthead>.container,
	#logo,
	#stickyFooter {
		padding-left: 20px;
		padding-right: 20px;
	}

	#masthead>.container .row,
	#stickyFooter .row {
		margin-left: -10px;
		margin-right: -10px;
	}

	#masthead>.container .col-12,
	#stickyFooter .col-6 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#masthead {
		top: 26px;
	}

	#logo {
		top: 72px;
	}

	#stickyFooter {
		bottom: 20px;
	}

	footer {
		padding-bottom: 20px;
	}

	/* Language switcher */
	.language-switcher li {
		margin: 0 6px 0 0;
	}
}

@media(max-width: 991px) {

	/* Bootstrap */
	.container,
	.container.narrow,
	#masthead>.container,
	#logo,
	#stickyFooter {
		padding-left: 20px;
		padding-right: 20px;
	}

	.row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Masthead & logo */
	#logo a {
		padding-bottom: 6px;
	}
}

@media(max-width: 767px) {

	/* Custom classes */
	.mt-xs-10 {
		margin-top: 10px;
	}

	.mt-xs-16 {
		margin-top: 16px;
	}

	.mt-xs-24 {
		margin-top: 24px;
	}

	.mt-xs-32 {
		margin-top: 32px;
	}

	.mb-xs-32 {
		margin-bottom: 32px;
	}

	.mb-xs-48 {
		margin-bottom: 48px;
	}

	.mb-xs-64 {
		margin-bottom: 64px;
	}

	.mb-xs-80 {
		margin-bottom: 80px;
	}

	.mt-288 {
		margin-top: 96px;
	}

	/* masthead & logo */
	#masthead {
		top: 0;
		padding-top: 20px;
	}

	.page-template-page-homepage #masthead {
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
	}

	#masthead.activeMenu {
		background-color: var(--gray);
		mix-blend-mode: unset;
	}

	#masthead.activeMenu .language-switcher a {
		color: var(--black);
	}

	#logo {
		top: 50px;
	}

	#logo a {
		padding-bottom: 4px;
		border-width: 1px;
	}

	/* Fonts */
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	p,
	a,
	ul,
	li,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea,
	label,
	input,
	select,
	textarea,
	.regular,
	.regular *,
	tr,
	html .fancybox__infobar,
	html .fancybox__infobar *,
	#cmplz-document p,
	#cmplz-document a,
	.editor-styles-wrapper .cmplz-unlinked-mode p,
	#cmplz-document li,
	.editor-styles-wrapper .cmplz-unlinked-mode li,
	#cmplz-document td,
	.editor-styles-wrapper .cmplz-unlinked-mode td,
	#cmplz-document,
	.editor-styles-wrapper .cmplz-unlinked-mode,
	html .cmplz-blocked-content-container .cmplz-blocked-content-notice {
		font-size: 14px;
	}

	p {
		margin-bottom: 18px;
	}

	h1,
	h1 *,
	h2,
	h2 *,
	.large,
	.large * {
		font-size: 20px;
	}

	.large p,
	h1 {
		margin-bottom: 20px;
	}

	#customBuilder h1,
	#customBuilder h1 *,
	#customBuilder h2,
	#customBuilder h2 * {
		font-size: 26px;
	}

	#customBuilder h1,
	#customBuilder h2 {
		margin-bottom: 26px;
	}

	/* Footer */
	#stickyFooter {
		display: none;
	}

	/* Page */
	#main-content {
		padding-top: max(164px, 45vw);
	}

	/* Custom builder */
	.playVideoNow,
	.playVideoFileNow {
		width: 48px;
		height: 48px;
	}
}