.italic {
	font-family: "Helvetica Neue", Helvetica, "Arial";
	font-style: italic
}

.light {
	font-family: "Helvetica Neue", Helvetica, "Arial";
	font-weight: 200
}

.regular {
	font-family: "Helvetica Neue", Helvetica, "Arial";
	font-weight: 400
}

.semibold {
	font-family: "Helvetica Neue", Helvetica, "Arial";
	font-weight: 500
}

.bold {
	font-family: "Helvetica Neue", Helvetica, "Arial";
	font-weight: 900
}

.pointer:hover {
	cursor: pointer
}

.hidden {
	display: none
}

.f14 {
	font-size: 14px
}

.f12 {
	font-size: 12px
}

.f16 {
	font-size: 16px
}

.f18 {
	font-size: 18px
}

.f20 {
	font-size: 20px
}

.confirmed {
	color: #56ab00
}

.pending {
	color: #f05014
}

.yellow_bg {
	background-color: rgb(245, 255, 0)
}

.op4 {
	opacity: .4
}

.op6 {
	opacity: .6
}

.op8 {
	opacity: .8
}

.mtauto {
	margin-top: auto !important
}

.mt0 {
	margin-top: 0px !important
}

.mt10 {
	margin-top: 10px !important
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.mt30 {
	margin-top: 40px
}

.mt40 {
	margin-top: 40px
}

.mb0 {
	margin-bottom: 0px !important
}

.mb5 {
	margin-bottom: 5px !important
}

.mb10 {
	margin-bottom: 10px !important
}

.no_scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.no_scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none
}

.heart_icon_circle {
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center
}

.heart_icon_circle.active {
	background-color: #000
}

.heart_icon {
	width: 16px;
	height: 16px;
	background: url(../img/heart_line.svg) no-repeat;
	background-size: contain;
	background-position: center
}

.dbl_arrow_icon {
	width: 20px;
	width: 20px;
	display: inline-block;
	cursor: pointer;
	background: url(../img/dbl_arrow_right.svg)
}

.dbl_arrow {
	width: 30px;
	cursor: pointer
}

#dbl_arrow_r {
	transform: rotate(180deg)
}

.lock_icon {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background-color: rgb(245, 255, 0);
	margin-left: 10px
}

.lock_icon img {
	max-width: 50%;
	max-height: 60%;
	object-fit: contain;
	z-index: 1
}

.locked_tag.lock_icon {
	position: absolute;
	top: 0;
	margin-left: 0;
	padding: 4px 2px;
	background: transparent
}

.locked_tag.lock_icon:after {
	content: '';
	width: 0;
	height: 0;
	border: 32px solid transparent;
	border-left: 28px solid rgb(245, 255, 0);
	border-top: 34px solid rgb(245, 255, 0);
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, 0) rotate(0deg)
}

.arrow_down,
.arrow_up,
.arrow_left {
	margin-left: 20px;
	margin-bottom: 2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	border-bottom: 2px solid #1a1a1a;
	border-left: 2px solid #1a1a1a
}

.arrow_left {
	margin: 0 16px 0 4px;
	transform: rotate(45deg)
}

.arrow_down {
	transform: rotate(-45deg)
}

.arrow_down.active {
	transform: rotate(134deg) translate(5px, -5px)
}

.arrow_up {
	transform: rotate(134deg) translate(5px, -5px)
}

.arrow_up.active {
	transform: rotate(-45deg)
}

.arrow_right_white {
	width: 8px;
	height: 8px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	display: inline-block;
	transform: rotate(135deg);
	margin-right: 5px
}

.round_arrow {
	margin-left: 20px;
	margin-bottom: 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	border-radius: 20px;
	background-color: #1a1a1a
}

.round_arrow.grey_icon {
	background-color: #b4b4b4
}

.round_arrow.black_icon {
	background-color: #000
}

.round_arrow:after {
	content: '';
	margin: 5px 0 0 6px;
	display: block;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg)
}

.round_arrow_down.active,
.round_arrow_up.active {
	transform: rotate(180deg)
}

.flag {
	background: #1a1a1a;
	color: #fff;
	padding: 2px 5px;
	font-size: 14px;
	border-radius: 2px
}

.treat_sep {
	margin: 0 4px
}

.edit_icon {
	margin-right: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 20px;
	background-color: #1a1a1a;
	vertical-align: middle
}

.edit_icon:after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	margin: 4px 0 0 9px;
	border: 1px solid #fff;
	border-radius: 0 0 1px 1px / 0 0 50% 50%;
	transform: rotate(45deg)
}

.info_icon {
	margin-right: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 20px;
	background-color: #1a1a1a;
	vertical-align: middle
}

.info_icon:after {
	content: 'i';
	display: block;
	width: 0;
	height: 10px;
	margin: -1px 0 0 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	width: 100%
}

.add_icon {
	margin-right: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 20px;
	background-color: #1a1a1a
}

.add_icon:after {
	content: '+';
	color: #fff;
	font-size: 22px;
	display: block;
	width: 0;
	margin: -5px 0 0 5px;
	font-family: "barlow_semibold", "Helvetica Neue", Helvetica
}

.check_icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 20px;
	box-sizing: border-box;
	border: 1px solid #1a1a1a;
	box-sizing: border-box;
	border: 1px solid #1a1a1a;
	box-shadow: inset 0 0 0 2px #fff
}

.check_icon.active {
	background-color: #1a1a1a
}

.scroll_icon {
	position: relative;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	cursor: pointer;
	border-radius: 20px;
	box-sizing: border-box;
	background: #1a1a1a;
	box-sizing: border-box
}

.scroll_icon_right {
	transform: rotate(180deg)
}

.scroll_icon:before,
.scroll_icon:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 5px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(45deg)
}

.scroll_icon:after {
	content: '';
	left: 10px
}

.close_btn {
	width: 40px;
	height: 50px;
	position: fixed;
	top: 30px;
	right: 20px;
	background: transparent;
	margin-left: 10px;
	cursor: pointer;
	z-index: 14;
	display: none
}

.close_icon {
	width: 25px;
	height: 30px;
	cursor: pointer
}

.overlay_hr {
	transition: all ease-out 0.5s;
	width: 100%;
	border: none;
	border-radius: 3px;
	position: absolute;
	background: #1a1a1a;
	background-image: linear-gradient(90deg, #ff2da1 20%, #ff0023 80%);
	top: 10%;
	height: 2px
}

.close_btn #overlay_hr1,
.close_icon #overlay_hr1 {
	transform: rotate(45deg)
}

.close_btn #overlay_hr2,
.close_icon #overlay_hr2 {
	transform: rotate(-45deg)
}

.overlay {
	z-index: 13;
	position: fixed;
	top: 0;
	padding-top: 10vh;
	max-height: 90vh;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: scroll;
	display: none;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.overlay::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none
}

.overlay_content {
	margin: 60px 0;
	text-align: center;
	z-index: 15;
	background-color: #fff;
	padding: 10px;
	max-width: 1000px;
	display: flex;
	flex-flow: column nowrap;
	align-self: center;
	width: 90vw;
	min-width: 50vw;
	min-height: 50vh
}

.overlay_header {
	margin: 15px 0 30px;
	font-size: 1.5em
}

.overlay_text {
	font-size: 1em;
	margin-bottom: 20px
}

.overlay_btn {
	max-width: 300px;
	margin: 0 auto;
	min-width: 50%
}

.collapse_block,
.page_block {
	margin-bottom: 50px
}

.collapse_controler {
	cursor: pointer
}

.block_header {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.treat_input_container {
	position: relative;
	display: flex
}

.treat_input_field_title {
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 8px;
	transform: translate(0, -50%);
	color: #9c9c9c;
	letter-spacing: 1px
}

.treat_input,
.treat_select {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	padding: 0 0 10px;
	box-sizing: border-box;
	outline: none;
	height: 36px;
	margin: 10px 0;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, "Arial"
}

.treat_input::placeholder {
	color: #000
}

b[role="presentation"] {
	display: none
}

span.select2-selection.select2-selection--single {
	border: 1px solid transparent;
	border-radius: 0;
	background: #f1f2f3;
	padding: 2px 5px;
	height: 36px;
	outline: none
}

span.select2-selection__arrow {
	background: url(../img/round_arrow.png) no-repeat calc(100% - 8px) #f1f2f3;
	background-size: 20px;
	padding: 4px 0 0 0;
	width: 30px !important;
	top: 3px !important
}

span.select2-dropdown.select2-dropdown--below {
	border: 0;
	box-shadow: 0 2px 2px 0 #0003
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #f1f2f3 !important;
	color: black !important
}

.select2-container--default .select2-results__option--selected {
	background-color: #f1f2f3 !important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	outline: none
}

span.select2.select2-container.select2-container--default {
	margin: 8px 5px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 30px 0 0 !important
}

textarea.treat_input {
	height: 70px;
	min-height: 36px
}

.treat_input_date_small {
	width: 40px;
	margin: 8px 1px
}

.treat_input_date_big {
	width: 64px;
	margin: 8px 1px
}

.treat_input_date_small,
.treat_input_date_big {
	text-align: center
}

.treat_input.err,
.treat_select.err {
	border-bottom: 1px solid #a90000
}

.treat_select.err+.select2 {
	border: 1px solid #a90000 !important;
	overflow: hidden
}

.treat_input_title {
	margin: 7px 0 7px 5px
}

.date_title_1 {
	min-width: 128px;
	display: inline-block
}

.treat_select {
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../img/round_arrow.png) no-repeat calc(100% - 8px) #f1f2f3;
	background-size: 20px;
	padding-right: 30px
}

.treat_select option {
	color: #000
}

.treat_select option:first-child {
	color: #f1f2f3
}

.treat_btn {
	cursor: pointer;
	box-sizing: border-box;
	height: 34px;
	margin: 7px 5px;
	margin-bottom: 14px;
	border: 1px solid #000;
	text-align: center;
	display: inline-block;
	padding: 3px 10px;
	min-width: 150px;
	justify-content: center
}

.treat_btn:hover,
.treat_btn.active {
	color: #fff;
	background-color: #000
}

.treat_btn.deactivated,
.treat_btn.deactivated:hover {
	opacity: .5;
	border-color: #b2b2b2;
	cursor: default;
	background-color: #fff;
	color: #000
}

.treat_error_msg {
	min-height: 20px;
	font-size: 14px;
	margin: 10px 5px
}

.treat_error_msg.err {
	color: #a90000
}

.treat_form_title {
	font-size: 24px
}

.treat_form_row_title {
	margin: 10px 0 5px 5px;
	color: #b4b4b4
}

.treat_form_row {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.collapse_controler.form_control {
	padding: 0 7px
}

#login_page_holder {
	height: calc(100vh - 210px);
	display: flex;
	align-items: center;
	justify-content: center
}

#login_container {
	max-width: 350px;
	margin: 0 auto 0;
	padding-bottom: 10px
}

.form_title {
	font-size: 30px;
	text-align: center
}

#log_in_password {
	margin-bottom: 30px
}

#reset_password_btn {
	cursor: pointer;
	font-size: 16px;
	display: inline;
	margin-right: auto
}

#reset_password_btn.active {
	margin: 20px 0 0 0
}

#log_in_input_btn {
	margin-top: 30px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between
}

.login_row {
	width: 100%
}

#log_in_btn {
	margin-top: 10px
}

.self_edit_form,
.add_new_collapse_content {
	margin-top: 25px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

.full_input {
	min-width: calc(100% - 10px);
	width: 100%
}

.input_1,
.input_1+.select2 {
	flex-grow: 1
}

.input_2,
.input_2+.select2 {
	flex-grow: 2
}

.input_3,
.input_3+.select2 {
	flex-grow: 3
}

.input_4,
.input_4+.select2 {
	flex-grow: 4
}

.input_5,
.input_5+.select2 {
	flex-grow: 5
}

.input_6,
.input_6+.select2 {
	flex-grow: 6
}

.self_edit_btn {
	margin-top: 100px
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2em
}

#cookie_warning {
	font-weight: 400;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	color: #fff;
	background-color: #000;
	box-shadow: 0 5px 15px 4px rgb(0 0 0 / 10%);
	width: 100%
}

#data_cookies {
	font-size: 18px
}

.cookie_warning_text {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	-webkit-text-stroke-width: 0;
	margin-bottom: 1em
}

#data_cookies .cookie_warning_text {
	font-size: 18px;
	margin: 15px 0 30px
}

.cookie95p {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto
}

#data_cookies .cookie95p {
	width: 100%;
	margin: 100px 0
}

.cookie1000 {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 40px auto
}

#data_cookies .cookie1000 {
	margin: 40px auto 20px
}

.cookieHeader {
	font-size: 36px
}

.cookieLeft {
	width: 100%
}

.cookieRight {
	min-width: 300px
}

.cookieButtonHolder {
	display: flex
}

.cookieButtonRelHolder,
.cookieButtonMarkHolder {
	display: flex;
	margin-right: 50px;
	cursor: pointer
}

.cookieSelect {
	position: relative
}

.cookieSelect input[type='checkbox'] {
	cursor: pointer;
	position: relative;
	left: -1px;
	top: -1px;
	z-index: 7;
	width: 25px;
	-webkit-appearance: none;
	height: 25px;
	margin: 0
}

#cookie_nec_check {
	cursor: default
}

.cookieSelect input[type='checkbox']+label {
	position: relative;
	left: -25px
}

.cookieSelect input[type='checkbox']+label::before {
	content: '';
	display: block;
	float: left;
	z-index: 5;
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 20px
}

#data_cookies .cookieSelect input[type='checkbox']+label::before {
	border: 1px solid #000
}

.cookieSelect input[type='checkbox']:checked+label::before {
	background-color: #fff;
	box-shadow: inset 0 0 0 2px #000;
	border-color: #fff
}

.cookieSelect input[type='checkbox']:checked+label.necText::before {
	opacity: .5
}

#data_cookies .cookieSelect input[type='checkbox']:checked+label::before {
	background-color: #000;
	box-shadow: inset 0 0 0 2px #fff;
	border-color: #000
}

.cookieRight {
	display: flex;
	flex-direction: column;
	align-items: end;
	font-size: 18px !important
}

.cookieRight button {
	width: 265px;
	color: #fff;
	background-color: #000;
	border-radius: 50px;
	border: 1px solid #fff;
	font-size: 18px
}

#data_cookies .cookieRight button.cookieSave {
	background-color: #fff;
	color: black !important;
	border: 1px solid #000
}

#data_cookies .cookieRight button.cookieSave:hover {
	background-color: #000;
	color: white !important;
	border: 1px solid #fff
}

.cookieHover:hover,
#cookie_warning .cookieRight button.cookieAcceptAll {
	background-color: #fff;
	color: black !important
}

.cookie_warning_text a {
	text-decoration: underline
}

#cookie_warning #cookie_consent,
#data_cookies #cookie_consent {
	background-color: #1a1a1a;
	border: 2px solid transparent;
	font: inherit
}

#cookie_warning button,
#data_cookies button {
	padding: 10px 20px;
	color: #fff;
	transition: all 0.1s linear;
	cursor: pointer;
	margin-top: 15px
}

#cookie_warning button {
	color: #000;
	background-color: #fff
}

.lang_btn {
	display: inline
}

@media screen and (max-width:830px) {

	.cookie1000,
	.cookieButtonHolder {
		flex-direction: column
	}

	#data_cookies {
		width: 95%;
		margin: auto
	}

	.cookieRight button {
		width: 100%
	}

	.cookieSelect {
		margin-bottom: 10px
	}

	.cookieButtonHolder {
		margin: 30px 0
	}
}

a.lb-close {
	position: absolute;
	top: 0;
	right: 40px
}

.lb-outerContainer {
	background: transparent !important
}

.lightbox .lb-image {
	border: 0 transparent !important
}

.lb-prev,
.lb-next {
	background-size: 31px 35px !important
}

.lb_credits {
	font-size: 14px;
	font-family: "Equitan Sans W03 Italic";
	margin: 0 auto 5px;
	text-align: left;
	line-height: 16px
}

@media screen and (max-width:800px) {
	#lightbox.no_text_lb {}
}

img {
	border: 0
}

img,
iframe,
video {
	max-width: 100%;
	max-height: 100%
}

a {
	text-decoration: inherit;
	color: inherit;
	border: 0
}

.ui-tooltip {
	font-size: 12px
}

#container {
	width: calc(100% - 72px);
	margin: 140px 36px 0 36px
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: "Helvetica Neue", Helvetica, "Arial";
	font-weight: 400;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	font-size: 18px;
	touch-action: manipulation;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body.noScroll {
	height: 100%;
	overflow: hidden
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'helveticaNeue', Helvetica, sans-serif
}

:root {
	--fontSize50: 50px
}

body {
	overflow-x: hidden
}

body.noScroll,
html.noScroll {
	height: 100%;
	overflow: hidden
}

.mobileElem {
	display: none
}

.mobileMarker {
	display: none
}

a {
	text-decoration: unset;
	color: #000
}

a:active {
	color: #000
}

.underline {
	text-decoration: underline
}

.transparentFont {
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1px #fff
}

.transparentFontBlack {
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1px #000
}

.slashElem.noPB {
	padding-bottom: 0
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	margin-bottom: 100px;
	background-color: #fff;
	z-index: 100
}

.menuOuterHolder {
	width: calc(100% - 72px);
	margin: auto
}

.menuHolder {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 90px;
	border-bottom: 1px solid #000;
	font-size: 14px;
	background-color: #fff
}

.mobileMenuHolder {
	display: none
}

.menuHolderLeft {
	display: flex;
	flex-direction: row;
	height: 100%
}

.menuHolderRight {
	display: flex;
	flex-direction: column;
	height: 100%
}

.menuBank {
	display: flex;
	margin-left: 20px;
	margin-top: 18px
}

.ersteBankElem {
	height: 52px;
	width: 80px;
	display: flex;
	flex-direction: column
}

.bankTop {
	height: 20px;
	width: 100%;
	font-weight: 700;
	font-size: 10px
}

.bankBottom {
	height: 400px;
	width: 100%
}

.menuHolderRightWrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	font-size: 20px;
	font-weight: 700;
	height: 72px;
	margin-right: 10px
}

.subMenuHolder * {
	text-transform: lowercase
}

.subMenuHolder {
	position: relative;
	height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #000;
	font-size: 20px;
	background-color: #fff;
	z-index: 100;
	transition: all 200ms ease-in
}

.subMenuHolder.active {
	height: 420px
}

.subMenuHolderElems {
	display: flex;
	justify-content: space-between;
	cursor: pointer
}

.subMenuElem,
.subsubMenuElem {
	font-size: 28px;
	font-weight: 700;
	height: 50px;
	line-height: 50px
}

.subsubMenuElem {
	height: unset;
	line-height: 1.1em;
	padding: 4px 0;
	border-bottom: 1px solid #000;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto
}

.subsubMenuElemsMobile {
	max-height: 0;
	overflow: hidden;
	transition: all 400ms ease
}

.cursorPointer {
	cursor: pointer
}

.subsubMenuElemsMobile.opened {
	max-height: 500px;
	transition: all 400ms ease
}

.subsubMenuElemMobile {
	margin-left: 50px;
	font-size: 36px
}

.subMenuHolder.active::before {
	content: '';
	position: absolute;
	top: 46px;
	width: 100%;
	height: 1px;
	background-color: #000
}

.subsubMenuCol .subsubMenuElem:last-of-type {
	border-bottom: unset
}

.subMenuElem {
	position: relative
}

.subsubMenuCol {
	position: absolute;
	width: calc((100vw / 5) - 100px)
}

.subsubMenuHolderElems {
	display: flex;
	justify-content: space-between
}

.subsubMenuHolder {
	display: none;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #000;
	overflow: hidden
}

.logo {
	font-size: 80px;
	font-weight: 700;
	line-height: normal;
	width: 300px;
	display: flex;
	align-items: center;
	height: 100%
}

.artistrun {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 20px;
	font-weight: 700;
	margin-left: 30px
}

.langSwitch {
	cursor: pointer
}

.artistrun span {
	margin-bottom: 16px
}

.langSwitch {
	color: lightgrey
}

.langSwitch .activeLang {
	color: #000
}

section {
	padding-bottom: 50px;
	border-bottom: 1px solid #000
}

.exhibSection {
	border-bottom: 1px solid #000
}

.invertedMarquee {
	border-bottom: none
}

.fullWidthHolder {
	margin-left: -36px;
	font-weight: 700;
	overflow: hidden
}

.bigMarqueeHolder {
	display: flex;
	height: 300px
}

.marqueeImgHolder {
	display: inline-flex;
	align-items: center;
	height: 100%;
	padding: 0 30px
}

.innerMarqueeImgHolder {
	position: relative;
	height: 170px;
	width: 245px;
	background-color: brown;
	transform: translateY(-14px)
}

.innerMarqueeImgHolder img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.marqueeImgWrapper {
	margin: 0 20px;
	width: 300px;
	height: 200px
}

.bmElem {
	display: flex;
	animation-name: marquee;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.bmElemRight {
	display: flex;
	animation-name: marqueeRight;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.nBmElem {
	line-height: 300px;
	height: 300px
}

@keyframes marquee {
	0% {
		transform: translate(0, 0)
	}

	100% {
		transform: translate(-100%, 0)
	}
}

@keyframes marqueeRight {
	0% {
		transform: translate(-100%, 0)
	}

	100% {
		transform: translate(0, 0)
	}
}

.marqueeWhitespace {
	width: 50px
}

.invertedHolder {
	display: flex;
	color: #fff;
	background-color: #000;
	font-size: 76px;
	font-weight: 700;
	line-height: 100px;
	height: 100px
}

.slashElem {
	font-size: 80px;
	font-weight: 700;
	padding: 20px 0
}

.announceSlider .slick-track {
	float: left
}

.slickHolder {
	width: calc(100% + 36px);
	transform: translateX(-18px)
}

.sliderHolder {
	transform: translateY(-30px)
}

.slideCounter {
	font-size: 20px;
	margin-right: 10px
}

.greyArrow {
	filter: invert(100%) sepia(0%) saturate(1908%) hue-rotate(162deg) brightness(113%) contrast(65%)
}

.sliderArrowHolder {
	height: 30px;
	display: flex;
	justify-content: flex-end
}

.arrowHolderRightPart {
	display: flex
}

.exhibSliderElem {
	position: relative;
	width: calc(100% / 4);
	margin: 0 18px;
	cursor: pointer
}

.exhibLowerContent {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.soon {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 28px;
	font-weight: 700
}

.soonImgHolder {
	background-color: #000
}

.soonImg {
	opacity: .4
}

.exhibSliderImg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.editorialSliderElem {
	position: relative;
	width: calc(100% / 3);
	margin: 0 18px;
	cursor: pointer
}

.editorialSliderElem img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.editorialSliderImg {
	position: relative;
	width: 100%;
	background-color: grey
}

.editorialSliderTexts {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 20px;
	height: calc(100% - 40px);
	z-index: 1
}

.topImageText,
.bottomImageTextMore {
	color: #fff;
	font-weight: 700
}

.bottomImageTextMore {
	text-decoration: underline
}

.bottomImageText {
	font-weight: 700
}

.topImageText {
	font-size: 28px
}

.bottomImageText {
	top: 75%;
	left: 5%;
	font-size: clamp(36px, 4vw, 74px)
}

.bottomImageTextMore {
	top: 90%;
	left: 5%;
	font-size: 28px
}

.friesMore {
	text-decoration: underline;
	font-size: 50px;
	font-weight: 700
}

.subtitleText {
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 50px
}

.intro_text {
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 30px
}

.eventCatElem {
	position: relative;
	cursor: pointer
}

.eventCatImg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.exhibCatElem {
	width: 100%
}

.exhib_items_holder {
	margin-bottom: 50px
}

.groupElemLink {
	text-decoration: underline
}

#overview_elements_container {
	border-bottom: 1px solid #000
}

.mobileButton {
	font-size: 36px;
	font-weight: 700;
	line-height: 60px;
	cursor: pointer
}

.footerContact {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 700
}

.footerContactLeft,
.footerContactRight {
	width: 500px
}

.footerSponsor {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin-top: 100px
}

.footerSponsor img {
	width: 100%;
	height: 40px
}

.footerContactRight .footerContactElem {
	text-align: right
}

.footerLinks {
	display: flex;
	justify-content: space-between;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px
}

.footerLinks div {
	display: flex
}

.footerLinks div div {
	margin-right: 20px
}

.footerLinksRight div:last-of-type {
	margin-right: unset
}

.footerLinksRight .socialMediaElem:last-of-type {
	margin-left: 10px
}

.footerLinksElem {
	cursor: pointer
}

.socialMediaElem {
	height: 100%;
	width: 30px;
	background-color: #000;
	filter: invert(1)
}

.titleHolder {
	font-size: 80px;
	font-weight: 700;
	line-height: normal;
	text-transform: lowercase;
	margin-bottom: 50px;
	transform: translateX(4px)
}

.titleHolder:empty {
	display: none
}

.categoryFilterTitleHolder {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0
}

#category_filter_holder {
	margin: 20px 0 50px
}

#category_filter_title {
	font-weight: 700;
	cursor: pointer
}

#category_filter_title::after {
	content: url(../img/arrow_filter.svg);
	display: inline-block;
	width: 11px;
	position: relative;
	left: 10px;
	transition: 0.5s all
}

#category_filter_title.active::after {
	content: url(../img/arrow_filter.svg);
	display: inline-block;
	width: 11px;
	position: relative;
	left: 10px;
	transform: rotate(180deg);
	transition: 0.5s all
}

#filtering_inner_holder {
	padding: 30px 0;
	border-bottom: 1px solid #000;
	display: none
}

.filter_row {
	margin-bottom: 10px
}

.filter_row:last-of-type {
	border-bottom: 1px solid #000
}

.filter_title {
	width: 120px;
	font-weight: 700;
	display: inline-block;
	margin-right: 10px
}

.filter_input_holder {
	display: inline-block
}

.filterParentSearch {
	width: 100%;
	max-width: 500px
}

.filter_input {
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #000;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

#search_text {
	width: 100%;
	max-width: 700px
}

#filter_start_year::placeholder,
#filter_end_year::placeholder #filter_start_year:-ms-input-placeholder,
#filter_end_year:-ms-input-placeholder #filter_start_year::-webkit-input-placeholder,
#filter_end_year::-webkit-input-placeholder {
	color: rgb(185, 185, 185)
}

#filter_start_year,
#filter_end_year {
	background-color: #fff;
	color: #000
}

#filter_start_year,
#filter_end_year {
	width: 70px
}

#filter_end_year {
	margin-left: 4px
}

.clickable_filter_item {
	display: inline-block;
	cursor: pointer
}

.clickable_filter_item.active {
	text-decoration: underline
}

.filter_item_separator {
	display: inline-block
}

#filter_buttons {
	margin-top: 30px;
	margin-left: 135px
}

.filter_button {
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
	margin-right: 20px
}

.filter_button:first-of-type {
	width: 120px;
	margin-right: 10px
}

.ticketLinkAndSectionContainer {
	width: 100%;
	margin: 36px 0 50px 0;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 36px;
	font-weight: 700;
	overflow: hidden
}

.firstRowTicketLink {
	display: flex;
	justify-content: space-between
}

.ticketSectionRight {
	cursor: pointer
}

.ticketLinkArrow {
	width: 20px;
	height: 20px
}

.ticketLinkArrow img {
	width: 20px;
	height: 20px;
	transform: rotate(90deg);
	animation: all 300s ease
}

.ticketLinkArrow img.collapsed {
	transform: rotate(270deg)
}

.listTicketLink {
	display: none
}

.listTicketElem {
	text-align: right
}

.ticketElemText {
	cursor: pointer
}

#overview_page_holder {
	padding-top: 50px
}

@media screen and (min-width:2200px) {
	.module {
		float: unset !important;
		margin-left: 0 !important
	}
}

.artist_bio_holder {
	margin: 20px 0
}

.firstTextBlock {
	font-size: 48px;
	font-weight: 700;
	padding: 36px 0;
	text-align: justify;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto
}

.twoMainBoxes {
	display: flex;
	justify-content: space-between;
	gap: 36px
}

.oneMainBox {
	position: relative;
	flex: 1;
	cursor: pointer;
	transition: all 200ms ease
}

.transparentFullWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}

.oneMainBox img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.oneMainBox span {
	font-size: 50px;
	font-weight: 700;
	color: #fff
}

.eElem {
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	width: 100%;
	margin: 5px 0;
	font-size: 28px;
	font-weight: 700
}

.eDate {
	flex-basis: 230px;
	margin-right: 20px
}

.eTitle {
	flex-basis: 320px;
	hyphens: auto
}

.eTitle:empty {
	display: none
}

.eInfo {
	flex: 1 1 320px
}

.eMore {
	flex-basis: 220px;
	text-align: right;
	text-decoration: underline
}

.lpEventLink {
	font-size: 28px;
	font-weight: 700;
	text-decoration: underline
}

.leftArrowHolder img {
	width: 16px;
	height: 16px;
	transform: rotate(180deg);
	image-rendering: -webkit-optimize-contrast;
	cursor: pointer
}

.rightArrowHolder img {
	width: 16px;
	height: 16px;
	image-rendering: -webkit-optimize-contrast;
	margin-left: 10px;
	cursor: pointer
}

.slick-slide {
	height: unset !important
}

.exhibSliderArtist,
.exhibSliderWork,
.exhibSliderDate,
.editorialSliderArtist,
.editorialSliderWork,
.editorialSliderDate,
.moreButton {
	font-weight: 700
}

.exhibSliderArtist,
.editorialSliderArtist,
.moreButton {
	margin-top: 10px;
	text-decoration: underline
}

.bigMarqueeSection,
.newsSection {
	padding-bottom: 0;
	font-size: 240px
}

.currentSection {
	border-bottom: unset
}

.currentElem {
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	gap: 36px;
	width: 100%;
	font-size: 28px;
	font-weight: 700;
	cursor: pointer
}

.currentElem div {
	flex-grow: 1
}

.currentDate {
	max-width: 200px
}

.currentMore {
	max-width: 100px;
	text-align: right;
	text-decoration: underline
}

.friesVideo {
	position: relative;
	width: 100%;
	height: calc((100vw - 72px) * 9/16);
	margin-bottom: 50px
}

.theVideoButtons {
	display: none
}

.playPauseButtons,
.volumeButtons {
	height: 100%;
	width: 50px;
	cursor: pointer
}

.theVideoButtons div div.dn {
	display: none
}

.friesVideo[poster] {
	object-fit: cover;
	height: 100%;
	width: 100%
}

.friesText {
	font-size: 50px;
	font-weight: 700;
	text-align: justify;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto
}

.whiteSpace {
	height: 100px
}

.exhib_items_holder {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(4, 1fr)
}

.groupElemWrapper {
	width: 320px;
	height: 450px;
	display: inline-block
}

.groupElemImg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.groupElemCat {
	font-weight: 700;
	text-decoration: underline
}

.groupElemTitle,
.groupElemText,
.groupElemLink {
	font-weight: 700
}

.groupElemTitle {
	margin-top: 10px
}

@media only screen and (max-width:1072px) {
	.exhib_items_holder {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(3, 1fr)
	}
}

@media only screen and (max-width:1072px) {
	#overviewElementsContainer {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
		max-width: 1000px;
		margin: auto
	}

	.groupElemWrapper {
		width: 100%;
		height: unset;
		display: inline-block
	}
}

@media only screen and (max-width:750px) {
	#overviewElementsContainer {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(1, 1fr);
		max-width: unset;
		width: 100%;
		margin: auto
	}

	.groupElemWrapper {
		width: 100%;
		height: unset;
		display: inline-block
	}
}

.preiseHolder {
	width: 100%;
	max-width: 1100px;
	margin-bottom: 50px;
	margin-left: 50%;
	transform: translateX(-50%);
	font-size: 20px
}

.preiseElem {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px
}

.preiseLeft,
.preiseRight {
	line-height: 1.5em
}

.preiseRight {
	text-align: right;
	min-width: 200px;
	width: 200px
}

.fullImgHolder {
	width: 100%;
	display: flex;
	margin-bottom: 50px
}

.fullImgHolder .fullImg:empty {
	margin-bottom: 0
}

.fullImg {
	width: 100%;
	max-width: 1100px;
	max-height: 800px
}

.fullImg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left
}

#col_container {
	margin-top: unset !important
}

.d-introSection {
	border-bottom: 1px solid #000
}

.detailHeaderImage {
	width: 100%;
	height: calc((100vw - 72px) * 2 / 3)
}

.detailHeaderImage img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.detailHeaderContainer {
	display: flex;
	gap: 36px
}

.detailHeaderLeft {
	flex: 1
}

.detailHeaderRight {
	flex: 2;
	font-size: 20px
}

.detailHeaderDates {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px
}

.detailSmallLeftImage {
	width: 100%;
	background-color: #000
}

.detailSmallLeftImage img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.detailTitle {
	font-size: 50px;
	font-weight: 700;
	margin: 10px 0
}

.toArtist {
	text-decoration: underline
}

.imageCredits {
	font-size: 14px;
	color: #afafaf;
	margin-top: 5px
}

.ticketLinkAndSectionContainer {
	margin-top: 36px;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 28px;
	font-weight: 700;
	overflow: hidden
}

.firstRowTicketLink {
	display: flex;
	justify-content: space-between
}

.ticketSectionRight {
	cursor: pointer
}

.ticketLinkArrow {
	width: 20px;
	height: 20px
}

.ticketLinkArrow img {
	width: 20px;
	height: 20px;
	transform: rotate(90deg);
	animation: all 300s ease
}

.ticketLinkArrow img.collapsed {
	transform: rotate(270deg)
}

.listTicketLink {
	display: none
}

.listTicketElem {
	text-align: right
}

.ticketElemText {
	cursor: pointer;
	text-transform: lowercase
}

.moduleLeft50 {
	width: calc(50%) !important;
	display: inline-block
}

.moduleRight50 {
	width: calc(50%) !important;
	padding-left: 18px !important;
	display: inline-block
}

.moduleLeft33 {
	width: calc(33.33%) !important;
	padding-right: 18px !important;
	display: inline-block
}

.moduleRight66 {
	width: calc(66.66%) !important;
	padding-left: 18px !important;
	display: inline-block
}

.moduleLeft33 section,
.moduleRight66 section,
.moduleLeft50 section,
.moduleRight50 section {
	width: 100%;
	margin: 0 !important;
	text-align: left
}

.moduleLeft33 section {
	width: 100%;
	margin: 0 !important;
	text-align: left
}

.module_sectiontitle {
	padding: 0 !important;
	padding-bottom: 20px !important
}

.module_sectiontitle.bigHeaderSize {
	text-transform: lowercase
}

.module_sectiontitle.subheaderSize {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px !important
}

.module_sectiontitle.subsubheaderSize {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0 !important
}

.quoteTextMiddle {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin: 100px auto;
	max-width: 800px
}

.quoteTextLeft {
	font-size: 36px;
	font-weight: 700;
	width: 50%;
	margin: 100px auto;
	max-width: 800px
}

.module_text p {
	font-size: 20px;
	line-height: 1.5em
}

.module_quote {
	margin: auto !important;
	padding: 50px 0;
	font-size: 36px !important;
	font-weight: 700 !important
}

.module_quote p {
	display: inline !important
}

.quoteAuthor {
	text-align: center;
	font-size: 20px
}

.module_quote.moduleLeft33 {
	padding-top: 0
}

.module_quote section {
	width: 80%;
	max-width: 1000px;
	margin: auto !important;
	text-align: center;
	padding-bottom: 20px
}

.moduleQuoteMiddle {
	padding-bottom: 0
}

.module_hr {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px !important
}

.module_hr.invisible {
	border-bottom: unset
}

.module_marquee {
	margin-bottom: 0 !important
}

.invertedMarquee {
	padding-bottom: 0
}

.bigMarqueeSection a {
	text-decoration: unset !important
}

.eventContainer {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px
}

.eventContainer a {
	text-decoration: none !important
}

.eventsHolder {
	margin: 10px 0
}

.eventElem {
	display: flex;
	font-weight: 700;
	margin: 5px 0
}

.eventDate {
	flex: 1;
	min-width: 140px;
	display: none
}

.eventTitle {
	flex: 2;
	min-width: 550px
}

.eventText {
	flex: 13
}

.eventMore {
	flex: 2;
	min-width: 130px;
	text-decoration: underline;
	text-align: end
}

.commFlex {
	display: flex
}

.commTitle {
	width: 90%;
	font-size: 80px;
	font-weight: 700
}

.commText {
	width: 90%
}

.commFlexLeft {
	width: 90%;
	flex-grow: 1
}

.commFlexRight {
	width: 10%;
	background-color: beige
}

.commFlexRight img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.commText {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 1em
}

.commLink {
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline
}

.moduleBubbleLeft {
	width: 50% !important;
	margin: unset !important
}

.moduleBubbleRight {
	width: 50% !important;
	margin: unset !important;
	float: right !important
}

.moduleDialogueLeft {
	margin-top: 20px;
	display: flex;
	gap: 36px
}

.dialogueLeft {
	flex: 1
}

.dialogueRight {
	flex: 2;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr 1fr
}

.dialogueLetter {
	font-weight: 700
}

.dialogueElement {
	display: flex;
	gap: 36px;
	margin-bottom: 1em;
	font-size: 20px
}

.dialogueImageElement img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.moduleDialogueLeftOneImage {
	display: flex;
	gap: 36px;
	margin-top: 20px
}

.dialogueRightOneImage {
	flex: 2
}

.dialogueOneImageHolder {
	width: 100%
}

.dialogueOneImageHolder img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.dialogueElementFull {
	display: flex;
	gap: 36px;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 1em
}

.sliderModule {
	padding-bottom: 36px
}

.detailSliderElem {
	width: 100%;
	margin: 0 18px
}

.detailSliderElem.small_image {
	max-width: 200px
}

.detailSliderImg {
	position: relative;
	width: 100%
}

.detailSliderImg img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.scale_it .detailSliderImg img {
	object-fit: contain
}

.sliderCredits {
	margin-top: 3px;
	font-size: 13px;
	color: #afafaf !important
}

.sliderCredits span {
	color: #afafaf !important
}

.publiHeader {
	font-size: 50px;
	font-weight: 700;
	margin: 20px 0
}

.publiElem {
	display: flex;
	gap: 36px;
	width: 50%
}

.publiTitle {
	font-size: 36px;
	font-weight: 700
}

.publiImgHolder {
	width: 60%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(220, 220, 220)
}

.publiImgHolder {
	padding: 10px
}

.publiInfo {
	position: relative;
	width: 50%;
	font-weight: 700
}

.publiSubtitle {
	font-size: 14px
}

.publiText {
	font-size: 14px
}

.publiShopLink {
	margin-top: 20px;
	font-size: 24px;
	display: flex
}

.simpleRightArrowHolder {
	width: 20px;
	height: 20px;
	margin-right: 10px
}

.shopText {
	text-decoration: underline
}

.moreHeader {
	font-size: 50px;
	font-weight: 700;
	margin: 20px 0
}

.moreElemGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width: calc(100% + 36px);
	transform: translateX(-18px)
}

.moreGridElem {
	position: relative;
	margin-bottom: 40px;
	margin: 0 18px 40px 18px
}

.moreGridImg {
	margin-bottom: 10px;
	background-color: grey
}

.moreGridImg img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.twoMainBoxes {
	display: flex;
	justify-content: space-between
}

.oneMainBox {
	position: relative;
	transition: all 200ms ease
}

.oneMainBox img {
	filter: grayscale(.5) brightness(.8)
}

.oneMainBox img:hover {
	filter: grayscale(0) brightness(1)
}

.detailHeaderWrapper {
	font-size: 50px !important;
	font-weight: 700 !important;
	border: unset !important
}

.detailHeaderWrapper.notThere {
	display: none
}

.eventTime {
	font-size: 20px !important
}

.detailHeaderArtist {
	text-decoration: underline
}

.shopItemFlex .eTitle {
	flex-grow: 1
}

.inquireButton {
	display: inline;
	background-color: black !important;
	color: white !important;
	padding: 8px 24px;
	font-weight: 700 !important
}

.shopElem .artist_bio_text {
	font-weight: 400
}

.cardBodyWrapper .mainWrapper {
	--font-family-300: unset !important;
	--font-family-400: unset !important;
	--font-family-500: unset !important;
	--font-family-600: unset !important;
	--font-family-700: unset !important
}

.leftArrowHolder img {
	width: 16px;
	height: 16px;
	transform: rotate(180deg);
	image-rendering: -webkit-optimize-contrast;
	cursor: pointer
}

.rightArrowHolder img {
	width: 16px;
	height: 16px;
	image-rendering: -webkit-optimize-contrast;
	margin-left: 10px;
	cursor: pointer
}

.exhibSliderArtist,
.exhibSliderWork,
.exhibSliderDate,
.exhibSliderCat,
.editorialSliderArtist,
.editorialSliderWork,
.editorialSliderDate,
.moreButton {
	font-weight: 700
}

.exhibSliderArtist,
.editorialSliderArtist,
.moreButton {
	margin-top: 10px;
	text-decoration: underline
}

.bigMarqueeSection,
.newsSection {
	padding-bottom: 0;
	font-size: 256px
}

.lb_credits {
	font-size: 14px;
	font-family: 'marfa_reg', 'Helvetica Neue', Helvetica, 'Arial' !important;
	margin: 0 auto 5px;
	text-align: left;
	line-height: 16px
}

.lb-dataContainer .lb_credits {
	position: absolute;
	bottom: 0;
	width: calc(100% - 40px);
	background: #fff;
	padding: 10px 0 20px
}

.friendsSelection {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 36px;
	width: 100%;
	margin-bottom: 36px
}

.friendBlock {
	padding: 20px;
	border: 1px solid #000
}

.friendTitleWrapper {
	display: flex;
	justify-content: space-between;
	width: 100%
}

.friendTitleWrapper input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 60px;
	height: 60px;
	border: 1px solid #000;
	border-radius: 0 !important
}

.friendTitleWrapper input:checked {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid black !important
}

.friendTitleWrapper input:checked::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.friendTitle {
	font-size: 50px;
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: .5em
}

.friendPrice1 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: .5em
}

.friendPrice {
	font-size: 14px
}

.friendFeatureTitle {
	font-weight: 700;
	text-decoration: underline;
	height: 100%
}

.friendFeatures {
	margin-top: 18px
}

.friendFeature {
	display: flex;
	margin-bottom: 18px
}

.friendTick {
	width: 20px;
	height: 20px;
	margin-right: 10px
}

.friendInputElem {
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px
}

.friendInputTitle {
	width: 250px;
	font-weight: 700;
	line-height: 48px
}

.friendInput {
	width: calc(100% - 270px);
	height: 50px
}

.friendInput input {
	width: 100%;
	height: 100%;
	padding: 5px;
	outline: none;
	border: 1px solid #000;
	border-radius: 0 !important;
	font-size: 18px
}

.joinFriends {
	width: 100%;
	height: 72px;
	text-align: center;
	line-height: 72px;
	font-family: 'Helvetica';
	font-weight: 700;
	color: #fff;
	background-color: #000;
	cursor: pointer
}

.friendsInfoBox {
	width: 100%;
	max-width: 800px;
	padding: 20px;
	margin: 36px auto;
	font-size: 18px;
	border: 1px solid #000
}

.InfoBoxHolder {
	display: flex;
	margin-bottom: 1em
}

.InfoBoxHolder .infoBoxElemTitle {
	width: 250px;
	font-weight: 700;
	text-decoration: underline
}

.InfoBoxHolder .infoBoxElemText {
	width: calc(100% - 250px)
}

.module a .eInfo {
	text-decoration: none
}

.currentElem {
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	width: 100%;
	font-size: 28px;
	font-weight: 700
}

.currentElem div {
	flex-grow: 1
}

.currentDate {
	max-width: 200px
}

.currentMore {
	max-width: 100px;
	text-align: right;
	text-decoration: underline
}

.friesVideo {
	width: 100%;
	height: calc((100vw - 72px) * 9 / 16);
	object-fit: cover;
	margin-bottom: 50px
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.friesText {
	font-size: 50px;
	font-weight: 700;
	text-align: justify
}

.module_start .start_title {
	font-size: 48px !important;
	font-weight: 700 !important;
	font-family: 'Helvetica'
}

@media screen and (max-width:900px) {
	.detailHeaderWrapper {
		font-size: 28px !important
	}

	.module_quote.moduleLeft50,
	.module_text.moduleLeft50,
	.module_image.moduleLeft50 {
		width: 100% !important;
		padding-right: 0 !important;
		padding: 0;
		display: block
	}

	.module_quote.moduleRight50,
	.module_text.moduleRight50,
	.module_image.moduleRight50 {
		width: 100% !important;
		padding-left: 0 !important;
		padding: 0;
		display: block
	}

	.module_quote.moduleLeft33,
	.module_text.moduleLeft33,
	.module_image.moduleLeft33 {
		width: 100% !important;
		padding-right: 0 !important;
		padding: 0;
		display: block
	}

	.module_quote.moduleRight66,
	.module_text.moduleRight66,
	.module_image.moduleRight66 {
		width: 100% !important;
		padding-left: 0 !important;
		padding: 0;
		display: block
	}

	.module_quote.moduleLeft33 section,
	.module_text.moduleLeft33 section,
	.module_image.moduleLeft33 section {
		width: 100%;
		margin: 0 !important;
		text-align: left
	}

	.module_quote.moduleLeft50,
	.module_quote.moduleLeft33 section,
	.module_quote.moduleRight66,
	.module_quote.moduleRight50 {
		text-align: center;
		margin-bottom: 36px !important
	}

	.module_quote {
		font-size: 24px !important
	}

	.eventSection {
		margin-top: 20px !important
	}

	.module_hr {
		width: 100% !important
	}

	.module_text {
		font-size: 24px !important
	}

	.module_sectiontitle {
		font-size: 28px !important
	}

	.eventDate {
		min-width: 100px
	}

	.eventTitle {
		min-width: 150px
	}

	.eventTitle {
		flex: 2;
		min-width: 130px
	}
}

#item_container {
	padding: 0 0 100px;
	margin-top: 0;
	max-height: unset;
	height: unset;
	overflow-y: unset;
	margin-bottom: 0
}

.module.module_gallery {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0
}

.module.module_gallery a,
#col_container .module.module_gallery a:hover {
	text-decoration: none
}

.gallery_item {
	margin-bottom: 10px
}

.gallery_full .gallery_item {
	width: 100%;
	margin: 10px 0
}

.gallery_half {
	width: calc(50% - 10px);
	margin: 0
}

.gallery_half .gallery_item {
	display: block;
	width: 100%;
	margin: 0 0 20px
}

.gallery_full img,
.gallery_half img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.gallery_container.module {
	margin-bottom: 10px
}

.gallery_container.module.gallery_container_1 {
	margin: 40px auto
}

.module.module_gallery {
	width: 100%
}

.module.module_gallery.gallery_slider_1 .gallery_item {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: 0;
	overflow: unset
}

.module.module_gallery.gallery_slider_1 .gallery_item img {
	width: 100%;
	height: 100%;
	max-height: 500px;
	object-fit: contain;
	object-position: left;
	max-width: 100%
}

.module.module_gallery.gallery_slider_1 .gallery_item .gallery_item_text {
	font-size: 14px;
	margin-top: 15px
}

.gallery_slider_nav_container {
	font-size: 16px;
	display: flex;
	margin-bottom: 15px;
	align-items: center
}

.gallery_slider_nav_0 {
	display: none
}

.gallery_slider_nav_right {
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: inline-block;
	transform: rotate(-45deg);
	margin-left: 10px;
	cursor: pointer
}

.gallery_slider_nav_left {
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: inline-block;
	transform: rotate(135deg);
	margin-right: 10px;
	cursor: pointer
}

.shop_paypal_sep {
	width: 40px;
	border-radius: 5;
	background-color: #000;
	height: 5px;
	margin: 20px 0
}

#shop_paypal_img_text {
	margin: 0 0 40px
}

.shop_title {
	font-size: 24px
}

#shop_buy_title {
	margin: 40px 0 30px
}

#shop_paypal_shipping {
	margin: 14px 0 0
}

#paypal_module_container {
	margin-top: 0
}

#member_form_container {
	margin-top: 20px;
	max-width: 580px;
	margin-top: 50px
}

.form_field {
	width: calc(100% - 30px);
	font-size: 16px;
	border: 0;
	box-sizing: border-box;
	padding: 0 0 5px;
	outline: none;
	border-bottom: 1px solid #000;
	margin-bottom: 20px
}

.form_btn {
	position: relative;
	border: 1px solid #000;
	width: 330px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 0;
	cursor: pointer
}

.form_btn:hover {
	color: #fff;
	background-color: #000
}

.member_paypal_button .paypal-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none
}

.lb-dataContainer {
	font-family: 'Helvetica Neue', Helvetica, 'Arial'
}

.module.module_pdf .list_item_more {
	border: 0;
	padding: 5px 0
}

.list_item_text_container {
	height: unset
}

.no_image .list_item_img {
	display: none
}

.no_image.type_ZIP .list_item_more:before {
	content: 'ZIP';
	font-weight: 400;
	border: 1px solid #000;
	display: inline-block;
	font-size: 16px;
	width: 120px;
	margin-right: 10px;
	padding: 3px 0;
	text-align: center;
	box-sizing: border-box
}

.with_image .list_item_img {
	margin-right: 15px;
	max-height: 100px;
	max-width: 100%;
	object-fit: contain;
	object-position: left
}

.with_image.module_pdf {
	flex-flow: column nowrap
}

.page_container {
	margin-top: 200px
}

#back_btn {
	cursor: pointer;
	text-transform: uppercase
}

#col_container {
	width: 100%;
	margin: auto;
	margin-top: 50px
}

#detail_nav.page_has_timer {
	position: unset;
	transform: unset;
	max-width: 1500px;
	width: 95%;
	margin: auto;
	padding: 30px 0 20px
}

#detail_nav.page_has_timer .detail_nav_btn {
	min-width: 125px
}

.video_buttons_holder {
	position: absolute;
	z-index: 1;
	margin: 10px 0 5px;
	right: 0;
	top: 30px;
	bottom: unset;
	left: unset
}

#detail_nav {
	position: fixed;
	top: 110px;
	width: 95%;
	max-width: 1500px;
	margin: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px 0;
	box-sizing: border-box;
	background: #fff;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 10;
	-webkit-font-smoothing: subpixel-antialiased
}

#detail_nav:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: #fff;
	height: 100%;
	width: 100vw;
	transform: translate(-50%, 0);
	z-index: -1
}

.detail_nav_btn {
	min-width: 125px
}

#middle_detail_nav_btn {
	width: 80%;
	max-width: 640px
}

#right_detail_nav_btn {
	text-align: right
}

#detail_top_part.nav_is_fixed {
	margin: 133px auto 30px
}

#detail_top_part {
	width: 100%;
	margin: 40px auto 30px;
	padding-top: 50px
}

#detail_top_part_content {
	position: relative;
	max-width: 800px;
	margin: 10px auto;
	line-height: 1.5em
}

#detail_top_fav_icon.active .heart_icon {
	background-image: url(../img/heart_filled.svg)
}

.user_fav_relation_icon {
	cursor: pointer
}

#detail_top_fav_icon {
	position: absolute;
	top: 10px;
	right: 0
}

#detail_bottom_fav_btn {
	border: 1px solid #000;
	width: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-left: 20px;
	padding: 1px 0
}

#detail_bottom_fav_btn .heart_icon {
	margin-right: 10px
}

#detail_bottom_fav_btn.active .heart_icon {
	background-image: url(../img/heart_filled_black.svg)
}

.detail_intro_title {
	font-size: 36px;
	margin: 0 auto 25px;
	width: 80%
}

#detail_intro_subheader {
	font-size: 30px;
	margin: 0 0 30px
}

.collapse_block {
	margin-bottom: 30px
}

.detail_intro {
	font-size: 20px
}

#detail_tags {
	margin-top: 20px
}

.detail_tag {
	display: inline;
	font-size: 16px;
	text-decoration: underline;
	margin-right: 8px
}

.mod_contact_bg {
	position: absolute;
	left: 0;
	width: 100vw;
	height: 100px;
	background: #ced6e1;
	z-index: -1
}

.module {
	width: 80%;
	margin: 0 auto 40px;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
	float: unset
}

.module.start_subtitle {
	text-align: center;
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
	font-size: 48px !important;
	font-weight: 700 !important;
	font-family: 'Helvetica' !important
}

.module.module_image:not(.moduleLeft33, .moduleLeft50, .moduleRight50, .moduleRight66),
.module.module_text:not(.moduleLeft33, .moduleLeft50, .moduleRight50, .moduleRight66),
.module.module_sectiontitle:not(.moduleLeft33, .moduleLeft50, .moduleRight50, .moduleRight66) {
	width: 100%;
	max-width: 1100px;
	margin-bottom: 50px
}

.module_gallery {
	margin-bottom: 50px
}

.module_image img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

#col_container #col_left {
	margin: auto;
	width: unset;
	float: unset
}

#col_container .groupElemCat,
#col_container .groupElemTitle,
#col_container .groupElemText {
	margin-top: 10px;
	font-size: 18px
}

#col_container .groupElemTitle {
	font-size: 22px;
	font-weight: 400
}

#col_container .groupElemLink {
	position: relative;
	display: inline;
	font-size: 16px
}

#col_container .teilen {
	font-size: 18px
}

.module {
	font-family: 'Roboto', sans-serif;
	font-weight: 300
}

.module.module_headline {
	font-weight: 400;
	margin-bottom: 1em
}

.module .item_description {
	text-align: center
}

.module .item_description {
	text-align: left;
	width: 100% !important;
	font-family: 'Helvetica Neue', Helvetica, 'Arial';
	font-weight: 400
}

.module.display_type_1 .item_description {
	width: 100%
}

.display_type_1.module_image img {
	width: unset;
	max-height: 400px;
	width: 400px;
	object-fit: contain;
	margin: 0
}

.display_type_2.module_image img {
	width: 100%
}

.module.module_image.display_type_3 {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column
}

.display_type_3.module_image img {
	width: 100vw;
	width: calc(100vw - 15px);
	max-width: unset;
	margin-top: 20px;
	object-fit: cover
}

iframe {
	margin: auto;
	display: block;
	width: 1100px
}

.detail_text {
	width: 95%;
	text-align: center;
	font-size: 22px;
	max-width: 680px;
	margin: auto;
	margin: 0 auto 65px
}

.detail_text a.bold {
	display: block;
	font-size: 16px;
	margin-top: 15px
}

.detail_title {
	text-align: center;
	font-size: 3em
}

.detail_subtitle {
	font-size: 30px;
	text-align: center;
	margin-bottom: 80px
}

.block_header {
	justify-content: flex-start;
	font-size: 18px;
	margin-top: 30px
}

.collapse_content {
	margin-top: 30px;
	font-size: 16px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

.drop_row {
	width: 48%;
	margin-bottom: 20px;
	display: flex;
	flex-flow: column nowrap
}

.drop_row_table {
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between
}

.drop_title {
	margin-bottom: 10px
}

.module_contact_package_select {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #043368;
	font-family: 'Helvetica Neue', Helvetica, 'Arial';
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin: 10px auto;
	padding: 2px 10px;
	width: 200px;
	cursor: pointer;
	margin-bottom: 20px
}

@media screen and (max-width:820px) {
	.package_col {
		white-space: inherit
	}
}

#print_view_container {
	margin-top: 13px;
	display: flex;
	align-items: center;
	justify-content: flex-start
}

#print_view {
	border: 1px solid #000;
	width: 120px;
	display: inline-block;
	text-align: center;
	padding: 1px 0;
	display: block;
	margin: 0;
	text-decoration: none;
	box-sizing: border-box
}

#col_container #print_view:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff
}

.show_yellow #related_articles .grid_element:hover,
.show_yellow #related_articles .grid_element:hover .grid_item_title {
	text-decoration: underline 2px #000
}

#related_articles .grid_element:hover {
	text-decoration: underline 2px rgb(253, 241, 81)
}

#related_articles {
	n: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 80%;
	padding-top: 40px;
	border-top: 0 solid;
	margin: auto;
	margin-bottom: 80px;
	margin-top: 100px
}

#related_articles #related_items_container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap
}

#related_items_container:after {
	content: '';
	width: 200px
}

#related_articles .article {
	margin: 15px
}

.related_title {
	font-size: 18px;
	width: 100%;
	margin: 5px 0 20px
}

#related_articles h2.module.module_headline {
	margin: 0 0 10px 0;
	width: 100%;
	position: static;
	transform: unset;
	font-size: 30px
}

.related_title a {
	text-decoration: underline
}

#related_items_container .overview_item .overview_item_feature_container {
	max-height: 260px
}

#related_items_container #overview_elements {
	margin: 0 auto
}

#related_items_container .overview_item {
	width: calc(33.3% - 10px);
	margin-bottom: 30px
}

#related_items_container .overview_item_text h1 {
	font-size: 18px
}

#related_items_container .overview_item_text h2 {
	font-size: 16px
}

@media screen and (max-width:900px) {
	#related_items_container .overview_item .overview_item_feature_container {
		height: 30vw
	}
}

@media screen and (max-width:500px) {
	#related_items_container .overview_item {
		width: 100%;
		max-width: unset
	}
}

.article {
	width: calc(33% - 30px);
	min-width: 350px;
	margin: 15px 0;
	display: flex;
	flex-flow: column nowrap;
	height: 710px;
	background-color: #fff;
	text-align: left
}

.article .row_image {
	height: 40%;
	width: 100%
}

.article .row_image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.article .row_title {
	font-size: 22px;
	text-align: left;
	margin: 10px 0 10px;
	width: 95%
}

.article .row_desc {
	font-size: 16px;
	text-align: left;
	max-height: 250px;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.article .row_desc::-webkit-scrollbar {
	display: none
}

.article .row_mehr {
	font-size: 16px;
	margin: 15px 0 10px
}

.module_artwork {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: baseline;
	width: 100% !important;
	padding-right: 0;
	left: 0;
	margin: 200px auto;
	max-width: 100%
}

.mod_artwork_item {
	margin-bottom: 30px;
	position: relative;
	width: min-content
}

.module_artwork_img {
	height: 21vw;
	cursor: pointer;
	margin-bottom: 15px;
	max-width: unset;
	max-height: 350px;
	min-height: 300px
}

.module_artwork_img_single {
	height: 70vh;
	cursor: pointer;
	margin-bottom: 15px;
	max-width: unset;
	max-height: unset
}

.module_artwork_img_double {
	height: 55vh;
	cursor: pointer;
	margin-bottom: 15px
}

.module_artwork_img.show_shadow {
	-webkit-box-shadow: 10px 10px 13px 0 rgba(100, 100, 100, 1);
	-moz-box-shadow: 10px 10px 13px 0 rgba(100, 100, 100, 1);
	box-shadow: 10px 10px 13px 0 rgba(100, 100, 100, 1)
}

.module_artwork_artist {
	font-size: 16px
}

.module_artwork_title {
	font-size: 16px;
	font-weight: 600
}

.module_artwork_mat_size {
	font-size: 16px
}

.module_artwork_teaser {
	font-size: 14px;
	color: #ccc;
	margin-top: 10px
}

.module_artwork_status {
	font-size: 20px;
	font-weight: 500;
	margin-top: 30px
}

.module_artwork_status.inquire {
	text-decoration: underline;
	cursor: pointer
}

.module_contact_response {
	font-size: 16px
}

#artwork_detail_overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;
	display: flex;
	width: 100vw;
	height: 100vh;
	display: none
}

#artwork_close {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	width: 30px;
	z-index: 1010
}

#zoom_controls {
	position: absolute;
	bottom: 15%;
	justify-content: center;
	display: flex;
	align-items: center;
	width: 100%;
	z-index: 1010
}

#artwork_zoom_holder {
	width: 100vw;
	height: 100vh;
	margin: auto auto;
	display: flex;
	justify-content: center;
	align-items: center
}

#zoom_in_artwork_img {
	cursor: pointer;
	width: 30px;
	z-index: 1;
	opacity: .7;
	filter: alpha(opacity=70);
	background: #fff;
	padding: 5px
}

#zoom_out_artwork_img {
	cursor: pointer;
	width: 30px;
	z-index: 1;
	margin-left: 20px;
	opacity: .3;
	filter: alpha(opacity=30);
	background: #fff;
	padding: 5px
}

#zoom_in_artwork_img.active,
#zoom_out_artwork_img.active {
	opacity: 1;
	filter: alpha(opacity=100)
}

#artwork_zoom_img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#artwork_navigation {
	position: fixed;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1010
}

#prev_artwork {
	position: absolute;
	cursor: pointer;
	left: 30px;
	display: none
}

#next_artwork {
	position: absolute;
	cursor: pointer;
	right: 30px
}

#artwork_thumbnails {
	position: absolute;
	bottom: 1%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1010
}

.artwork_thumbnail_item {
	width: 5vh;
	height: 5vh;
	cursor: pointer;
	opacity: .3;
	filter: alpha(opacity=30)
}

.artwork_thumbnail_item.current {
	margin: 0 25px;
	opacity: 1;
	filter: alpha(opacity=100)
}

.artwork_thumbnail_img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#BGFade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 10000;
	display: none
}

#artwork_share {
	height: 32px;
	line-height: 32px;
	color: #000;
	background: #fff;
	margin-top: 20px;
	border: 1px solid #000;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding: 3px 10px;
	width: 200px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	bottom: 15%;
	z-index: 1010
}

#copy_popup {
	height: 24px;
	line-height: 25px;
	color: #000;
	background: #fff;
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding: 3px 10px;
	width: 200px;
	cursor: pointer;
	position: fixed;
	right: 30px;
	bottom: 10%;
	z-index: 1010
}

@media only screen and (max-width:1100px) {
	.titleHolder {
		font-size: var(--fontSize50);
		margin-bottom: 30px;
		hyphens: auto;
		-moz-hyphens: auto !important;
		-ms-hyphens: auto !important;
		-webkit-hyphens: auto !important
	}

	.friendsSelection {
		display: grid;
		grid-template-columns: unset;
		grid-template-rows: repeat(3, 1fr);
		grid-gap: 36px;
		width: 100%;
		margin-bottom: 36px
	}

	.friendPrice1 {
		font-size: 35px
	}

	.friendPrice2 {
		font-size: 24px
	}

	.friendInputElem {
		flex-direction: column
	}

	.friendInput {
		width: 100%
	}

	.InfoBoxHolder {
		flex-direction: column;
		width: 100%;
		font-size: 24px
	}

	.InfoBoxHolder .infoBoxElemTitle,
	.InfoBoxHolder .infoBoxElemText {
		width: 100%
	}

	.module_quote section {
		width: 90%
	}
}

@media screen and (max-width:600px) {
	.detail_intro_title {
		font-size: 30px
	}

	#detail_intro_subheader {
		font-size: 25px
	}

	.module.module_headline {
		font-size: 25px
	}

	.module_text {
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 50px;
		font-weight: 300
	}

	.module_marquee {
		width: 100% !important
	}

	.module_sectiontitle {
		width: calc(100% - 72px);
		font-size: 80px;
		font-weight: 700;
		padding: 20px 0;
		line-height: 1.2em !important
	}

	.module_hr {
		width: 100%;
		height: 1px;
		border-bottom: 1px solid #000
	}

	.module_hr.invisible {
		border-bottom: unset
	}

	#container #item_container {
		padding: 0 0
	}

	#detail_nav {
		top: 81px
	}

	.module {
		width: 95%
	}

	.detail_intro_title {
		width: 95%
	}
}

@media screen and (max-width:400px) {
	.detail_intro_title {
		font-size: 24px
	}

	#detail_intro_subheader {
		font-size: 20px
	}

	.module.module_headline {
		font-size: 20px
	}

	.module.module_text {
		font-size: 14px
	}
}

@media screen and (max-width:1400px) {

	.subMenuElem,
	.subsubMenuElem {
		/*font-size: 20px*/
	}

	.subMenuHolder.active {
		height: 380px
	}

	.openClosed {
		display: none
	}
}

@media screen and (max-width:1100px) {
	:root {
		--fontSize50: 50px;
		--fontSize24: 24px
	}

	.desktopElem {
		display: none
	}

	.mobileElem {
		display: block
	}

	.mobileMarker {
		display: block
	}

	.subMenuHolder {
		display: none
	}

	#container {
		margin: 60px 36px 0 36px
	}

	.artistrun span {
		margin-bottom: 10px
	}

	.menuHolder {
		height: 60px
	}

	.mobileMenuHolder {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 100;
		display: block;
		height: 60px;
		width: 100%;
		background-color: #fff
	}

	.mobileMenu {
		width: calc(100% - 72px);
		margin: 0 36px;
		border-top: 1px solid #000;
		background-color: #fff;
		display: flex;
		justify-content: space-between
	}

	.mobileLangHolder {
		font-size: 36px;
		font-weight: 700;
		line-height: 60px
	}

	.mobileMenuOverlay {
		height: 0;
		width: 100%;
		position: absolute;
		bottom: 60px;
		z-index: -1;
		background-color: #fff;
		transition: all 500ms cubic-bezier(.58, .28, .18, .74)
	}

	.mobileMenuOverlayInner {
		height: calc(100vh - 60px);
		height: calc((var(--vh, 1vh) * 100) - 180px);
		width: calc(100% - 72px);
		margin: 0 36px;
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}

	.mobileMenuOverlay.active {
		height: calc(100vh - 60px);
		height: calc((var(--vh, 1vh) * 100) - 200px)
	}

	.mobileMenuElems {
		font-size: 30px;
		font-weight: 700;
		text-transform: lowercase;
		display: inline;
		opacity: 0;
		transition: all 500ms ease
	}

	.subsubMenuElemMobile {
		font-size: 30px
	}

	.mobileMenuElems.opac {
		opacity: 1
	}

	.mobileMenuElems span {
		cursor: pointer
	}

	.upperLinks,
	.lowerLinks {
		display: flex;
		flex-direction: column
	}

	.mobileInfoHolder {
		width: calc(100% - 72px);
		margin: 0 36px;
		background-color: #fff;
		border-top: 1px solid #000
	}

	.mobileInfos {
		height: 60px;
		width: calc(100%);
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		font-size: 24px;
		font-weight: 700;
		background-color: #fff
	}

	.mobileInfos div {
		margin: 0
	}

	.menuHolderLeftMobile {
		height: 60px;
		width: calc(100% - 72px);
		margin: 0 36px
	}

	.menuHolderLeftMobile .logo {
		height: 90px
	}

	.menuBank {
		height: 52px;
		margin-top: 8px
	}

	.ersteBankElem {
		height: 42px
	}

	.logo,
	.slashElem {
		font-size: 50px;
		font-weight: 700
	}

	.logo img {
		height: 35px
	}

	.exhibLowerContent {
		font-size: 20px
	}

	.titleHolder {
		font-size: var(--fontSize50);
		margin-bottom: 30px;
		hyphens: auto;
		-moz-hyphens: auto !important;
		-ms-hyphens: auto !important;
		-webkit-hyphens: auto !important;
		word-break: break-word
	}

	.titleWrapper {
		margin-bottom: 30px !important
	}

	.module .start_intro {
		font-size: var(--fontSize24)
	}

	#overview_page_holder {
		padding-top: 30px
	}

	#overviewElementsContainer,
	#overview_elements_container {
		border-bottom: unset !important
	}

	#category_filter_holder {
		margin: 20px 0 50px;
		font-size: 28px
	}

	.filter_title {
		width: 200px
	}

	#filter_buttons {
		display: flex;
		justify-content: space-between;
		margin-left: unset
	}

	.exhib_items_holder {
		grid-template-columns: repeat(2, 1fr)
	}

	.eventElem {
		flex-direction: column;
		font-size: 28px;
		margin: 5px 0 15px
	}

	.eventMore {
		text-align: left
	}

	.eventContainer {
		max-width: unset;
		width: 100% !important
	}

	.eElem {
		flex-direction: column;
		margin-bottom: 1em;
		display: block
	}

	.eDate,
	.eInfo,
	.eMore {
		flex-basis: unset
	}

	.eMore {
		text-align: unset
	}

	.ticketLinkAndSectionContainer {
		font-size: 28px
	}

	.noSliderGrid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px
	}

	.ticketSentence {
		font-size: 20px
	}

	.inquireButton {
		display: inline;
		background-color: black !important;
		color: white !important;
		margin-top: 20px;
		padding: 8px 24px;
		font-weight: 700 !important
	}

	.shopElem .artist_bio_name {
		margin-bottom: 10px
	}

	.shopElem .artist_bio_text {
		font-weight: 400;
		margin-bottom: 10px
	}

	.eventFont * {
		font-size: 24px !important
	}

	#filter_start_member,
	#filter_end_member,
	#filter_exhibited_in {
		font-size: 28px;
		background-color: #fff
	}

	.slashElem {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.slashElem.noPB {
		padding: 20px 0
	}

	.firstTextBlock {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
		margin-bottom: 36px
	}

	.twoMainBoxes {
		flex-direction: column
	}

	.oneMainBox {
		flex: unset;
		filter: unset
	}

	.bigMarqueeSection {
		font-size: 170px
	}

	.bigMarqueeHolder {
		height: 200px
	}

	.marqueeImgWrapper {
		margin: 0 20px;
		width: 200px;
		height: 133px
	}

	.invertedMarquee {
		padding-bottom: 0
	}

	.currentElem {
		font-size: 20px;
		padding: 10px 0;
		border-top: 1px solid #000
	}

	.ecElem {
		flex-direction: column
	}

	.ecDate,
	.ecTitle,
	.ecInfo,
	.ecMore {
		flex-basis: unset;
		flex-grow: unset;
		flex-shrink: unset
	}

	.mobileExhibHolder,
	.mobileEditHolder {
		display: grid;
		grid-gap: 36px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(auto-fill, 1fr)
	}

	.exhibSliderElem,
	.editorialSliderElem {
		width: 100%;
		margin: unset
	}

	.exhibSliderImg,
	.editorialSliderImg {
		width: 100%;
		height: 300px
	}

	.bottomImageText {
		font-size: 36px
	}

	.firstTextBlock {
		font-size: 24px
	}

	.friesText {
		font-size: 24px
	}

	.friesMore {
		font-size: 20px
	}

	.theVideoButtons {
		height: 50px;
		bottom: 20px
	}

	.playPauseButtons,
	.volumeButtons {
		height: 100%;
		width: 50px;
		cursor: pointer
	}

	#item_container {
		/*margin-top: 96px*/
	}
}

#banner {
	font-size: 48px;
	font-weight: 700;
	text-align: justify;
	background: black;
	color: white;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	padding: 5px 90px 5px 36px;
	position: relative;
}

.leftArrowHolder img,
.rightArrowHolder img {
	width: 20px;
	height: 20px;
}

#banner a {
	color: white;
	text-decoration: underline;
}

#banner_close {
	width: 36px;

	color: white;
	background: none;
	border: 0;
	cursor: pointer;
	position: absolute;
	right: 36px;
	top: 16px;
}

@media screen and (max-width: 1100px) {

	.firstTextBlock,
	#banner {
		font-size: 24px;
	}

	#banner {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#banner_close {
		width: 20px;
		top: 24px;
	}
}