:root {
	--padding-l-r: 28px;
	--font-size: 0.83vw;
	/* --font-size: 16px; */

	--sidebar-height: 40px;

	--off-white: #f7f7f7;
	--off-black: #010101;
	--yellow: #fffc00;
	--pink: #ffb5b5;
	--blue: #bfebf5;
	--red: #ff4848;
	--green: #0fa958;
	--grey: #787878;
	--border-color: #353535;
}
@media all and (max-width: 1920px) {
	:root {
		--font-size: 16px;
	}
}
@media all and (max-width: 1200px) {
	:root {
		--font-size: 15px;
		--sidebar-height: 30px;
		--padding-l-r: 20px;
	}
}
@media all and (max-width: 800px) {
	:root {
		--sidebar-height: 22px;
		--padding-l-r: 15px;
	}
}

/* fonts */
@font-face {
	font-family: 'LiberationSans';
	src: url("../fonts/LiberationSans.ea82a3cceb7b.woff2") format('woff2'),
		 url("../fonts/LiberationSans.186b6fffb7b7.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'LiberationSans';
	src: url("../fonts/LiberationSans-Bold.df2dd3afdf18.woff2") format('woff2'),
		 url("../fonts/LiberationSans-Bold.dd28cfeae410.woff") format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'LiberationSans';
	src: url("../fonts/LiberationSans-Italic.8ba70efe5d22.woff2") format('woff2'),
		 url("../fonts/LiberationSans-Italic.d55a2a08368c.woff") format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'LiberationSans';
	src: url("../fonts/LiberationSans-BoldItalic.358b77bd3547.woff2") format('woff2'),
		 url("../fonts/LiberationSans-BoldItalic.62b61b99449b.woff") format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'QuoteFont1';
	src: url("../fonts/QuoteFont1.fe66fdbb4a64.woff2") format('woff2'),
		 url("../fonts/QuoteFont1.5279e1205238.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'QuoteFont2';
	src: url("../fonts/QuoteFont2.475d808533f5.woff2") format('woff2'),
		 url("../fonts/QuoteFont2.cf57855e5ea0.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'QuoteFont3';
	src: url("../fonts/QuoteFont3.aa33a08ec9d1.woff2") format('woff2'),
		 url("../fonts/QuoteFont3.18dc495b2135.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'QuoteFont4';
	src: url("../fonts/QuoteFont4.00996c27c353.woff2") format('woff2'),
		 url("../fonts/QuoteFont4.710462be605d.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'QuoteFont5';
	src: url("../fonts/QuoteFont5.8aaa3ca6aada.woff2") format('woff2'),
		 url("../fonts/QuoteFont5.fdf812bfe044.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'QuoteFont6';
	src: url("../fonts/QuoteFont6.2341d8aabaf1.woff2") format('woff2'),
		 url("../fonts/QuoteFont6.7517aa16ffd9.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	font-size: var(--font-size);
}
body {
	font-family: 'LiberationSans', sans-serif;
	font-weight: normal;
	font-size: var(--font-size);
	cursor: default;
	color: #000;
	background-color: #fff;
	overflow-y: scroll;
	top: 0 !important; /* google translate thing */

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}
wagtail-userbar {
	pointer-events: all;
}

a {
	text-decoration-thickness: 0.066em;
}
a:hover {
	color: inherit !important;
	fill: inherit !important;
	/* text-decoration: line-through !important; */
	/* text-decoration-line: line-through !important; */
}

.alt-font {
	font-family: serif;
}
.quote-font-1 {
	font-family: 'QuoteFont1', sans-serif;
}
.quote-font-2 {
	font-family: 'QuoteFont2', sans-serif;
}
.quote-font-3 {
	font-family: 'QuoteFont3', sans-serif;
}
.quote-font-4 {
	font-family: 'QuoteFont4', sans-serif;
}
.quote-font-5 {
	font-family: 'QuoteFont5', sans-serif;
}
.quote-font-6 {
	font-family: 'QuoteFont6', sans-serif;
}

.highlight {
	color: var(--red);
}
.highlight-gray {
	color: #999;
}

.off-white-bg {
	background-color: var(--off-white);
}
.off-black-bg {
	background-color: var(--off-black);
}
.off-black-bg .text-content {
	color: #fff !important;
	fill: #fff !important;
}
.pink-bg {
	background-color: var(--pink);
}
.yellow-bg {
	background-color: var(--yellow);
}
.blue-bg {
	background-color: var(--blue);
}
.red-bg {
	background-color: var(--red);
}
.green-bg {
	background-color: var(--green);
}

input:not([type="submit"]),
textarea,
select {
	color: var(--off-black);
	border-color: var(--border-color);
	background-color: #E7E7E7;
}
input[type="radio"],
input[type="checkbox"] {
	padding: 0.5em;
}
input:not([type="submit"]):focus,
textarea:focus {
	border-color: #666 !important;
}
.btn,
.text-content .btn,
button,
input[type="submit"] {
	color: var(--off-black);
	background-color: var(--yellow);
	border-color: var(--yellow);
	font-size: 1.32rem;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration-line: none !important;
	padding: 0.8em 2em;

	-webkit-border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	border-radius: 1.8em;
}
.btn.btn-green {
	background-color: var(--green);
	border-color: var(--green);
}
.btn.btn-bordered {
	border-color: var(--border-color);
}
.btn.btn-arrow::after {
	display: inline-block;
	content: "";
	background-image: url("../images/arrow-right.11963bf857e1.svg");
	width: 0.7em;
	height: 0.7em;
	margin-left: 0.2em;
}
.btn:hover,
.text-content .btn:hover,
button:hover,
input[type="submit"]:hover {
	color: #000 !important;
	background-color: var(--green) !important;
	border-color: var(--green) !important;
}
.btn.btn-green:hover {
	background-color: var(--yellow) !important;
	border-color: var(--yellow) !important;
}
.btn.btn-bordered:hover {
	border-color: var(--border-color) !important;
}

/* slick slider */
.slick-prev,
.slick-next {
	display: none !important;
	fill: #fff;
	mix-blend-mode: difference;
	width: 26px;
	height: 26px;
	top: calc(50% - 50px);
	margin-top: -13px;

	-o-transition: fill 0.2s;
	-moz-transition: fill 0.2s;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}
.slick-prev {
	left: var(--padding-l-r);
	background: none;
	background-size: auto;
}
.slick-next {
	right: var(--padding-l-r);
	background: none;
	background-size: auto;
}
.slick-prev:hover,
.slick-next:hover {
	fill: #666 !important;
}
.slick-area {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30%;
	height: calc(70vh - var(--header-height));
	opacity: 0;

	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.slick-area:hover {
	opacity: 1;
}
.slick-area.left {
	left: 0;
}
.slick-area.right {
	right: 0;
}

#wrapper > aside {
	position: fixed;
	top: 0;
	z-index: 109;
	width: var(--sidebar-height);
	height: 100vh;
	background-color: var(--off-black);
	border-right: 1px solid var(--border-color);
	color: #fff;
}
main { /* footer fixes */
	background-color: #fff;
	/* overflow: hidden; */
	margin-bottom: -1px;
	border-bottom: 1px solid var(--border-color);
}
body,
#wrapper.fixed-footer { /* fixed footer click fix */
	pointer-events: none;
}
#wrapper.fixed-footer > * {
	pointer-events: all;
}
@media all and (max-width: 1200px) {
	.slick-prev,
	.slick-next {
		display: block !important;
	}
	.slick-area {
		display: none;
	}
}
@media all and (max-width: 800px) {
	#wrapper > aside {
		background-color: #000;
		/* border-right: none; */
	}
	.overlay-active #wrapper > aside {
		z-index: 5002;
	}
}
#container,
footer {
	padding-left: var(--sidebar-height);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body > .skiptranslate { /* google translate topbar */
	display: none;
}
#goog-gt-tt { /* google translate popout */
	display: none !important;
}
* > font > font, /* google translate hover effect */
* > font > * > font {
	background-color: transparent !important;
	box-shadow: none !important;
}

#h-cursor {
	z-index: 9999;
	position: fixed;
	display: none;
	width: 52px;
	height: 23px;
	margin-top: -11.5px;
	margin-left: -26px;
	stroke: none;
	pointer-events: none;
	/* background-color: #fff; */
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Ccircle fill='%23fff' cx='12.5' cy='12.5' r='12.5'/%3E%3C/svg%3E"); */
	mix-blend-mode: difference;

	-o-transition: transform 0.2s;
	-moz-transition: transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}
#h-cursor.active {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
#h-cursor.left {
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23fff' d='M12.5 0C5.6 0 0 5.6 0 12.5S5.6 25 12.5 25 25 19.4 25 12.5 19.4 0 12.5 0Zm3.71 19.79L14.8 21.2l-8.71-8.7 8.7-8.71L16.2 5.2l-7.29 7.29 7.29 7.29Z'/%3E%3C/svg%3E%0A"); */
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' style='fill:%23fff'/%3E%3Cpath d='M13.14 20.88 4.8 12.53l8.4-8.41m8 8.41H4.8' style='fill:none;stroke:%23000;stroke-width:2'/%3E%3C/svg%3E"); */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='23' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.207 21.293a1 1 0 0 1-1.414 1.414L.586 11.5 11.793.293a1 1 0 0 1 1.414 1.414L4.414 10.5H51.25a1 1 0 1 1 0 2H4.414l8.793 8.793Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
#h-cursor.right {
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23fff' d='M12.5 0C5.6 0 0 5.6 0 12.5S5.6 25 12.5 25 25 19.4 25 12.5 19.4 0 12.5 0Zm-2.29 21.21L8.8 19.8l7.29-7.29L8.8 5.22l1.41-1.41 8.71 8.71-8.71 8.71Z'/%3E%3C/svg%3E"); */
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' style='fill:%23fff'/%3E%3Cpath d='m11.86 4.12 8.34 8.35-8.4 8.41m-8-8.41h16.4' style='fill:none;stroke:%23000;stroke-width:2'/%3E%3C/svg%3E"); */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='23' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M39.043 1.707A1 1 0 0 1 40.457.293L51.664 11.5 40.457 22.707a1 1 0 0 1-1.414-1.414l8.793-8.793H1a1 1 0 1 1 0-2h46.836l-8.793-8.793Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
@media all and (min-width: 1001px) {
	/* body, a, .h-btn {
		cursor: none;
	} */
	#h-cursor {
		display: block;
	}
	.slick-area.left,
	.slick-area.right,
	#h-lightbox .lightbox .h-prev,
	#h-lightbox .lightbox .h-next {
		cursor: none;
	}
}

section.large-margin {
	margin-bottom: 90px;
}
section.largest-margin {
	margin-bottom: 160px;
}
section .block-title {
	margin-bottom: 90px;
}
section.no-margin > .container > .block-title {
	margin-bottom: 0;
}
section .block-title h1,
section .block-title h2 {
	font-size: 6em;
	line-height: 1.2;
}
.container {
	max-width: none;
	padding-left: var(--padding-l-r);
	padding-right: var(--padding-l-r);
}
.container.limited-width {
	max-width: 660px;
}
.sticky-block {
	position: sticky;
	bottom: 0;
}
@media all and (max-width: 1400px) {
	section .block-title h1,
	section .block-title h2 {
		font-size: 5.4em;
	}
}
@media all and (max-width: 1200px) {
	section .block-title h1,
	section .block-title h2 {
		font-size: 5em;
	}
}
@media all and (max-width: 800px) {
	section.large-margin {
		margin-bottom: 40px;
	}
	section.largest-margin {
		margin-bottom: 60px;
	}
	section .block-title {
		margin-bottom: 30px;
	}
	section .block-title h1,
	section .block-title h2 {
		font-size: 2.5em;
	}
}

.border-top {
	border-top: 1px solid var(--border-color);
}
.border-bottom {
	border-bottom: 1px solid var(--border-color);
}

.news-ticker {
	pointer-events: none;
	display: block;
	transform-origin: top left;
	white-space: nowrap;
	font-size: var(--font-size);
	padding-top: calc(var(--sidebar-height) / 5.5);

	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.news-ticker > * {
	position: absolute;
	right: 0;
	font-size: 1.12em;
	animation: scrollio 80s linear infinite;
}
#wrapper > aside:hover .news-ticker > * {
	animation-play-state: paused;
}
.news-ticker > *:nth-child(2)::before {
	content: "";
	display: inline-block;
	margin-left: calc(100% + 0.4em);
}
.news-ticker > * > * {
	pointer-events: all;
}
.news-ticker > * a {
	text-decoration: underline;
}
@media all and (min-width: 1921px) {
	.news-ticker {
		--font-size: 16px;
	}
}
@media all and (max-width: 1200px) {
	.news-ticker > * {
		font-size: 0.94rem;
	}
}
@media all and (max-width: 800px) {
	.news-ticker {
		padding-top: 1px;
	}
}
@keyframes scrollio {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.newsletter form {
	width: 100%;
	position: relative;
	white-space: nowrap;
}
.newsletter form input {
	padding: 0.87rem 1.2rem;
	font-size: 0.625rem;
	line-height: 1em;
	background-color: #e7e7e7;
	color: #000;
	border: none !important;

	-webkit-border-radius: 1.2rem;
	-moz-border-radius: 1.2rem;
	border-radius: 1.2rem;

	border--webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newsletter form input.email {
	width: calc(100% - 50px);
	margin-right: 5px;
	letter-spacing: 1px;
}
.newsletter form input[type="submit"] {
	width: 2.66rem;
	height: 2.66rem;
	font-weight: bold;
	padding: 0;
	cursor: pointer;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.newsletter form input[type="submit"]:hover {
	background-color: #a2a2a2 !important;
}
.newsletter.success form input {
	background-color: #0fa958;
	pointer-events: none;
}
.newsletter.fail form input {
	background-color: #ff4848;
}

.text-content {
	font-size: var(--font-size);
	line-height: 1.7;
}
.text-content h1,
.text-content h2 {
	font-size: 2.4em;
}
.text-content h3 {
	font-size: 2em;
}
.text-content h4 {
	font-size: 1.6em;
}
.text-content h5 {
	font-size: 1.2em;
	font-weight: bold;
}
.text-content a:not(.btn) {
	word-break: break-word;
}
.text-content *.smaller-font,
.text-content.smaller-font {
	font-size: 0.87rem;
}
.text-content *.larger-font,
.text-content.larger-font,
.block-builder .col.larger-font .text-content {
	font-size: 1.6rem;
}
.text-content .btn {
	margin-top: 0.6em;
}
@media all and (max-width: 1200px) {
	.text-content h1,
	.text-content h2 {
		font-size: 2.2em;
	}
	.text-content h3 {
		font-size: 1.8em;
	}
	.text-content h4 {
		font-size: 1.4em;
	}
	.text-content *.larger-font,
	.text-content.larger-font,
	.block-builder .col.larger-font .text-content {
		font-size: 1.5rem;
	}
}
@media all and (max-width: 800px) {
	.text-content h1,
	.text-content h2 {
		font-size: 2em;
	}
	.text-content h3 {
		font-size: 1.7em;
	}
	.text-content h4 {
		font-size: 1.3em;
	}
	.text-content *.larger-font,
	.text-content.larger-font,
	.block-builder .col.larger-font .text-content {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 600px) {
	.text-content h1,
	.text-content h2 {
		font-size: 1.6em;
	}
}

/* basic links */
.basic-links.text-content a {
	text-decoration-line: underline;
}
.basic-links.text-content a:hover {
	text-decoration-line: line-through;
}

/* animation hover strike trough*/
.nav-menu.animate-hover > ul > li > a,
a.animate-hover,
.fancy-links.text-content a {
	position: relative;
}
.nav-menu.animate-hover > ul > li > a.active,
a.animate-hover.active {
	pointer-events: none;
}
.nav-menu.animate-hover > ul > li > a::after,
a.animate-hover::after,
.fancy-links.text-content a::after {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: 50%;
	width: 0;
	border-bottom: 0.1em solid;

	-o-transition: width 0.2s;
	-moz-transition: width 0.2s;
	-webkit-transition: width 0.2s;
	transition: width 0.2s;
}
.fancy-links.text-content a::after {
	-o-transition: width 0.2s 0.1s;
	-moz-transition: width 0.2s 0.1s;
	-webkit-transition: width 0.2s 0.1s;
	transition: width 0.2s 0.1s;
}
.fancy-links.text-content a.btn::after,
.fancy-links.text-content a.btn::before {
	content: '';
	display: none;
}
/* .nav-menu.animate-hover > ul > li > a:hover,
a.animate-hover:hover,
.fancy-links.text-content a:hover {
	text-decoration-line: none !important;
} */
.nav-menu.animate-hover > ul > li > a:hover::after,
a.animate-hover:hover::after,
.fancy-links.text-content a:hover::after {
	width: calc(100% + 2px);
}
.nav-menu.animate-hover > ul > li > a.active::after,
a.animate-hover.active::after {
	top: auto;
	bottom: -0.2em;
	width: calc(100% + 2px);
}
.fancy-links.text-content a::before {
	content: "";
	display: block;
	position: absolute;
	right: -1px;
	bottom: -0.1em;
	width: calc(100% + 2px);
	border-bottom: 0.1em solid;
	pointer-events: none;

	-o-transition: width 0.2s;
	-moz-transition: width 0.2s;
	-webkit-transition: width 0.2s;
	transition: width 0.2s;
}
.fancy-links.text-content a:hover::before {
	width: 0;
}

/* animation hover line*/
a.animate-hover.line {
	display: inline-block;
	line-height: 1;
	padding: 0.2em 0;
}
a.animate-hover.line::after  {
	top: auto;
	bottom: 0;
}
a.animate-hover.line:hover::after {
	width: calc(100% + 2px);
}

/* dimensions dot list */
.dimensions > ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 4px;
}
.dimensions > ul > li {
	font-size: 0;
	width: 1rem;
	height: 1rem;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dimensions.larger > ul > li {
	width: 1.1rem;
	height: 1.1rem;
}
.dimensions > ul > li.musik {
	fill: var(--pink);
}
 .dimensions > ul > li.kunst {
	fill: var(--yellow);
}
.dimensions > ul > li.community {
	fill: var(--blue);
}
.dimensions > ul > li.radio {
	fill: var(--red);
}

/* event list */
.event-list {
	overflow: hidden;
	padding-top: 25px;
}
.event-list > ul {
	font-size: 0;
	margin-top: -80px;
	margin-right: -1px;
}
.event-list > ul > li {
	position: relative;
	display: inline-block;
	margin-top: 80px;
	width: 33.33%;
	border-top: 1px solid var(--border-color);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.event-list > ul > li::before {
	position: absolute;
	z-index: 1;
	content: "";
	top: -25px;
	right: 0;
	width: 1px;
	bottom: 0;
	background: var(--border-color);
}
.event-list > ul > li > a {
	text-decoration-line: none !important;
}
.himmel.event-list {
	padding-top: 0;
}
.himmel.event-list > ul {
	margin-top: 0;
	margin-right: 0;
}
.himmel.event-list > ul > li {
	display: block;
	width: 100%;
	margin-top: 0;
	border: none;
	/* background-color: #3a3a3a; */
	background-color: #000;
}
.himmel.event-list > ul > li:not(:last-child) {
	border-bottom: 1px solid var(--border-color);
}
.himmel.event-list > ul > li::before {
	display: none;
}
.art.event-list > ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.art.event-list > ul > li {
	width: 25%;
}
.art.event-list > ul > li {
	border-top: 1px solid var(--border-color);
}
.community.event-list > ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.radio.event-list > ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.radio.event-list > ul > li {
	width: 20%;
}
@media all and (max-width: 2000px) {
	.event-list > ul > li {
		width: 50%;
	}
	.art.event-list > ul > li {
		width: 33.33%;
	}
	.radio.event-list > ul > li {
		width: 25%;
	}
}
@media all and (max-width: 1200px) {
	.event-list {
		padding-top: 20px;
	}
	.event-list > ul > li::before {
		top: -20px;
	}
	.art.event-list > ul > li {
		width: 50%;
	}
	.radio.event-list > ul > li {
		width: 33.33%;
	}
}
@media all and (max-width: 800px) {
	.event-list {
		padding-top: 20px;
	}
	.event-list > ul {
		margin-top: -60px;
	}
	.event-list > ul > li {
		width: 100%;
		margin-top: 60px;
	}
	.radio.event-list > ul > li {
		width: 50%;
	}
}
@media all and (max-width: 600px) {
	.art.event-list > ul > li {
		width: 100%;
	}
	.radio.event-list > ul > li {
		width: 100%;
	}
}

.card .text-content {
	padding: 1em 0.8em;
	font-size: 1.2rem;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.card .text-content > * {
	margin-bottom: 0;
	white-space: nowrap;
}
.card .text-content > .title-dimension {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.48rem;
}
.card .text-content > .title-dimension h4 {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: inherit;
}
@media all and (max-width: 800px) {
	.card > a > .text-content {
		padding-bottom: 0;
	}
}

.card .text-content > .title-dimension .ticker {
	line-height: 1;
	overflow: hidden;
}
.card .text-content > .title-dimension .ticker > *,
.card .text-content > .title-dimension .ticker h4 {
	display: inline-block;
	margin-bottom: 0;
}
.card .text-content > .title-dimension .ticker > *.section-2 {
	display: none;
}
.card .text-content > .title-dimension .ticker-scroll {
	position: relative;
}
body.archive.radio .card .text-content > .title-dimension .ticker-scroll {
	margin-left: 0;
}
body.archive.radio .card .text-content > .title-dimension .ticker-scroll::before {
	z-index: 1;
	content: '';
	position: absolute;
	left: 0;
	width: 1em;
	height: 100%;
	background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
body .card .text-content > .title-dimension .ticker-scroll::before {
	z-index: 1;
	content: '';
	position: absolute;
	left: 0;
	width: 1em;
	height: 100%;
	background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
body .card .text-content > .title-dimension .ticker-scroll::after {
	z-index: 1;
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
body.home .card.himmel-card .text-content > .title-dimension .ticker-scroll::before,
body.home .card.himmel-card .text-content > .title-dimension .ticker-scroll::after {
	content: none;
}
body.archive.music .card .text-content > .title-dimension .ticker-scroll::before {
	background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
body.archive.music .card .text-content > .title-dimension .ticker-scroll::after {
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.card .text-content > .title-dimension .ticker-scroll > * {
	animation: scrollio 14s linear infinite;
}
.card .text-content > .title-dimension .ticker-scroll > *.section-2 {
	display: inline-block;
}
.card .text-content > .title-dimension .ticker-scroll > *::after {
	content: "";
	margin-right: 1em;
}
@media all and (max-width: 800px) {
	body.home .card.himmel-card .text-content > .title-dimension .ticker-scroll {
		margin-left: -1.2rem;
		margin-right: 2rem;
	}
}

/* himmel event list */
.card.himmel-card > a .image > img {
	height: 100%;
	object-fit: cover;
	transform: translateZ(0); /* force gpu rendering */

	filter: brightness(0.3) grayscale(1);
   -webkit-filter: brightness(0.3) grayscale(1);
   -moz-filter: brightness(0.3) grayscale(1);
   -o-filter: brightness(0.3) grayscale(1);
   -ms-filter: brightness(0.3) grayscale(1);

   -o-transition: filter 0.2s;
   -moz-transition: filter 0.2s;
   -webkit-transition: filter 0.2s;
   transition: filter 0.2s;
}
.card.himmel-card > a:hover .image > img {
	filter: brightness(0.7) grayscale(0);
	-webkit-filter: brightness(0.7) grayscale(0);
	-moz-filter: brightness(0.7) grayscale(0);
	-o-filter: brightness(0.7) grayscale(0);
	-ms-filter: brightness(0.7) grayscale(0);
}
.card.himmel-card .text-content {
	z-index: 1;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 2em var(--padding-l-r);
	color: #fff;
}
.card.himmel-card .text-content > div {
	width: 20%;
	white-space: nowrap;
	/* overflow: hidden;
	text-overflow: ellipsis; */

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.card.himmel-card .text-content > .time-location-info {
	/* display: flex;
	flex-direction: row;
	gap: 0.3rem; */
	display: inline;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.card.himmel-card .text-content > .time-location-info > * {
	display: inline;
}
.card.himmel-card .text-content > .title-dimension {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.48rem;
	width: 60%;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.card.himmel-card .text-content > .title-dimension h4 {
	margin-bottom: 0;
	/* overflow: hidden;
	text-overflow: ellipsis; */
	font-size: 1.33em;
}
.card.himmel-card .text-content > .title-dimension h4 a {
	text-decoration-line: none;
}
.card.himmel-card .text-content > .title-dimension h4 a.animate-hover.line {
	padding: 0;
}
.card.himmel-card .text-content > .title-dimension h4 a svg {
	width: 0.66em;
}
.card.himmel-card .text-content > .title-dimension .dimensions {
	display: none;
	position: absolute;
	right: var(--padding-l-r);
	top: 50%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.card.himmel-card .text-content > .tags-dimensions-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
}
.card.himmel-card .text-content > .tags-dimensions-info > .dimensions > ul {
	justify-content: flex-end;
}
.card.himmel-card .text-content > .tags-dimensions-info > .location {
	display: none;
}
@media all and (max-width: 1200px) {
	.card.himmel-card .text-content {
		flex-direction: column;
		text-align: center;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.card.himmel-card .text-content > div {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.card.himmel-card .text-content > .title-dimension .dimensions {
		display: block;
	}
	.card.himmel-card .text-content > .time-location-info,
	.card.himmel-card .text-content > .tags-dimensions-info {
		justify-content: center;
	}
	/* .card.himmel-card .text-content > .tags-dimensions-info {
		 margin-top: 0.5em;
	} */
	/* .card.himmel-card .text-content > .tags-dimensions-info:not(.has-tags) {
		display: none;
	} */
	.card.himmel-card:not(.slider-card) .text-content > .tags-dimensions-info > .dimensions {
		display: none;
	}
}
@media all and (max-width: 800px) {
	.card.himmel-card .text-content > .time-location-info {
		display: block;
		overflow: visible;
		white-space: normal;
	}
	.card.himmel-card .text-content > .time-location-info > .location {
		display: none;
	}
	.card.himmel-card .text-content > .title-dimension h4 {
		font-size: 1.17em;
	}
	.card.himmel-card .text-content > .tags-dimensions-info > .location {
		display: flex;
	}
}

/* music event list */
.music.event-list > ul > li > a .image {
	background-color: #111;
	border-bottom: 1px solid var(--border-color);
}

/* art event list */
.art.event-list > ul > li > a .image {
	display: flex;
	align-items: center;
	height: 35vw;
	max-height: calc(100vh - var(--header-height));
	padding: 4vw;
	background-color: var(--off-white);
	border-bottom: 1px solid var(--border-color);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.art.event-list > ul > li > a .image > img {
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	object-fit: contain;
}
@media all and (max-width: 2000px) {
	.art.event-list > ul > li > a .image {
		height: 44.55vw;
	}
}
@media all and (max-width: 600px) {
	.art.event-list > ul > li > a .image {
		height: 100vw;
		padding: 10vw;
	}
	.art.event-list > ul > li > a .text-content {
		padding-bottom: 0;
	}
}

/* community event list */
.community.event-list > ul > li > a .image {
	display: flex;
	align-items: center;
	height: 23.5vw;
	max-height: calc(100vh - var(--header-height));
	padding: 3vw;
	background-color: var(--off-white);
	border-bottom: 1px solid var(--border-color);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.community.event-list > ul > li > a .image > img {
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	object-fit: contain;
}
@media all and (max-width: 2000px) {
	.community.event-list > ul > li > a .image {
		height: 35vw;
	}
}
@media all and (max-width: 800px) {
	.community.event-list > ul > li > a .image {
		height: 70vw;
	}
}

/* radio event list */
.radio.event-list > ul > li > a .image {
	display: flex;
	align-items: center;
	height: 20vw;
	max-height: calc(100vh - var(--header-height));
	padding: 4vw;
	background-color: var(--off-white);
	border-bottom: 1px solid var(--border-color);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.radio.event-list > ul > li > a .image > img {
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	object-fit: contain;
}
.radio.event-list > ul > li > a > .text-content h4 {
	margin-bottom: 0.7em;
}
.radio.event-list > ul > li > a > .text-content > .tags > ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 0.5em;
}
.radio.event-list > ul > li > a > .text-content > .tags > ul > li {
	line-height: 1;
	font-size: 0.6em;
	padding: 0.8em 1em 0.7em 1em;
	text-transform: uppercase;
	border: 1px solid var(--border-color);

	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
}
@media all and (max-width: 2000px) {
	.radio.event-list > ul > li > a .image {
		height: 25vw;
	}
}
@media all and (max-width: 1200px) {
	.radio.event-list > ul > li > a .image {
		height: 33.33vw;
	}
}
@media all and (max-width: 800px) {
	.radio.event-list > ul > li > a .image {
		height: 50vw;
	}
}
@media all and (max-width: 600px) {
	.radio.event-list > ul > li > a .image {
		height: 100vw;
	}
}
