/* Cookie */

#cookie_warning {
	 
	font-weight: 400;
	/* padding: 20px 30px; */
	/* margin: 10px; */
	/* border-radius: 3px; */
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	/* border: 2px solid #ddd; */
	z-index: 1000;
	color: white;
	background-color: black;
	box-shadow: 0 5px 15px 4px rgb(0 0 0 / 10%);
	/* font-size: 16px; */
	width: 100%;
}

#data_cookies {
	 
	font-size: 18px;
}

.cookie_warning_text {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	-webkit-text-stroke-width: 0px;
	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 white;
	border-radius: 50%;
	margin-right: 20px;
}

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

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

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

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





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

.cookieRight button {
	 
	width: 265px;
	color: white;
	background-color: black;
	/*border-radius: 50px;*/
	border: 1px solid white;
	font-size: 18px;
}

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

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

.cookieHover:hover,
#cookie_warning .cookieRight button.cookieAcceptAll {
	background-color: white;
	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:first-of-type {
	margin-right: 10px;
  } */

#cookie_warning button,
#data_cookies button {
	padding: 10px 20px;
	/* border-radius: 3px; */
	/* background-color: #1a1a1a; */
	color: white;
	transition: all 0.1s linear;
	cursor: pointer;
	margin-top: 15px;
}

#cookie_warning button {
	color: black;
	background-color: white;
}


@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;
	}

}

/* end Cookie */

p {
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-moz-margin-end: 0px;
	-moz-margin-start: 0px;
	-moz-padding-end: 0px;
	-moz-padding-start: 0px;
	padding: 0px;
	margin: 0px;
}


img {
	border: 0px;
	/*	image-rendering: crisp-edges;*/
}

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

select {
	font-family: 'RobotoMonoRegular';
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	/* get rid of default appearance for IE8, 9 and 10*/
	padding: 3px 5px;
	padding-right: 35px;
	position: relative;
	z-index: 1;
	background: none;
	font-size: 15px;
	line-height: 15px;
}

.purple {
	color: #700fe0;

}

.dd {
	display: inline-block;

}

#sort_exhibition_artist {
	width: 160px;
}

#sort_exhibition {
	width: 310px;

}


/*#sorting:after,*/
#sort_exhibition_location_s:after {
	content: "";
	display: inline-block;
	background: url(../img/arrow_back.svg) no-repeat;
	width: 10px;
	height: 18px;
	margin-left: 10px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-size: cover;
	position: absolute;
	top: 4px;
	right: 5px;
}

#sort_exhibition_artist_s:after {
	content: "";
	display: inline-block;
	background: url(../img/arrow_back.svg) no-repeat;
	width: 10px;
	height: 18px;
	margin-left: 10px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-size: cover;
	position: absolute;
	top: 4px;
	right: 20px;
}


*:focus {
	outline: none;
}

body {

	-webkit-text-size-adjust: 100%;
	font-family: 'HKGrotesk', 'Helvetica Neue';
	font-weight: 400;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	font-size: 18px;
	color: #000;
	touch-action: manipulation;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.bold {
	font-weight: 600;
}

strong {
	font-weight: 1000;
}


#container {
	position: relative;
	top: 0px;
	width: 1020px;
	margin: 0px auto;
}


#loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999;
	display: none;
}



#logo

/*image*/
	{
	width: 250px;
	display: block;
	position: absolute;
	left: 0px;
	top: 50px;
}

#logo

/*text*/
	{
	/*width:200px;	
	display: block;
	position:absolute;
	left:0px;
	top:97px;
	    font-size: 22px;
    font-weight: 500;*/
}

#imprint {
	position: fixed;
	bottom: 40px;
	left: calc(50% + 610px);
}

#menu_top {
	position: fixed;
	width: 1020px;
	height: 100px;
	background: #fff;
	z-index: 10;
	top: 0px;
}


#menuholder {

	top: 47px;
	right: 0px;
	position: absolute;
}

.social_icon {
	width: 25px;
	height: 25px;
	position: relative;
	top: 5px;
}

.menu_item {
	font-size: 22px;
	font-weight: 500;
	display: inline-block;
	margin: 0px 20px;
	cursor: pointer;
	position: relative;
}

.menu_item:not(.nohover):hover {
	border-bottom: 2px solid black;
	margin-bottom: -2px;
}

.menu_item.purple:not(.nohover):hover {
	border-bottom: 2px solid #700fe0;
	margin-bottom: -2px;
}

#cart_holder {
	display: none;
	position: absolute;
	right: -100px;
	top: 52px;

}

#cart_img {
	width: 30px;
}

#cart_num {
	display: inline-block;
	color: #fff;
	background: #e03d21;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	position: relative;
	left: 10px;
	top: -9px;
}

.fixed_offset {
	margin-top: 110px;
}

.filter_holder {
	padding: 20px 0px;
	border-bottom: 1px solid black;
	margin: 25px 0px;
	height: 40px;
	position: relative;
	margin-bottom: 40px;
}

.actual {
	font-size: 30px;
	float: left;
}

#filters {

	overflow: hidden;
	float: left;
	margin-left: 40px;
	margin-top: 8px;
	font-family: 'RobotoMonoRegular';
	font-size: 15px;
	line-height: 26px;
}

.filter_item {
	float: left;
	margin-right: 30px;
	font-size: 15px;
	font-family: 'RobotoMonoRegular';
	cursor: pointer;
	color: #aaa;
}

.filter_item.active {
	color: #000;
}

#sorting {
	position: absolute;
	top: 28px;
	right: 0px;
	font-family: 'RobotoMonoRegular';
	font-size: 15px;
	line-height: 26px;
}


#search {
	position: absolute;
	top: 28px;
	right: 120px;
	font-family: 'RobotoMonoRegular';
	font-size: 15px;
	line-height: 26px;
}

#search_shop {
	font-family: 'RobotoMonoRegular';
}

.dropdown_filter {
	position: absolute;
	background: #fff;
	padding: 20px;
	z-index: 1;
	display: none;
	overflow-y: scroll;
	max-height: calc(100vh - 295px);
	-ms-overflow-style: none;
	top: 60px;
	left: 595px;
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
	scrollbar-width: none;
	/* Firefox */
}

.dropdown_filter::-webkit-scrollbar {
	display: none;
	/* Safari and Chrome */
}

.dropdown_filter_item {
	display: block;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 8px;
	position: relative;
	white-space: nowrap;
}

.dropdown_filter_item_single {
	display: block;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 8px;
	white-space: nowrap;
	position: relative;
}


.dropdown_filter_item:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border-radius: 20px;
	box-sizing: border-box;
	border: 1px solid #1a1a1a;
	box-shadow: inset 0 0 0 2px white;
	position: relative;
	left: -8px;
	top: 3px;

}

.dropdown_filter_item.active:before {
	background-color: #1a1a1a;
}



.dropdown_filter_item_shop {
	display: block;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 8px;
	position: relative;
	white-space: nowrap;
}

.dropdown_filter_item_shop:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border-radius: 20px;
	box-sizing: border-box;
	border: 1px solid #1a1a1a;
	box-shadow: inset 0 0 0 2px white;
	position: relative;
	left: -8px;
	top: 3px;

}

.dropdown_filter_item_shop.active:before {
	background-color: #1a1a1a;
}



#exhibition_year_select {
	display: inline-block;
	margin-right: 12px;
	position: relative;
	cursor: pointer;
}

#exhibition_artist_select {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

#exhibition_location_select {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}


#exhibition_year_select:after,
#exhibition_artist_select:after,
#exhibition_location_select:after {
	content: "";
	display: inline-block;
	background: url(../img/arrow_back.svg) no-repeat;
	width: 10px;
	height: 18px;
	margin-left: 10px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-size: cover;
	position: relative;
	top: 4px;
	left: 5px;
	transition: .5s all;
}

#exhibition_year_select.active:after,
#exhibition_location_select.active:after,
#exhibition_artist_select.active:after {
	content: "";
	display: inline-block;
	background: url(../img/arrow_back.svg) no-repeat;
	width: 10px;
	height: 18px;
	margin-left: 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-size: cover;
	position: relative;
	top: 4px;
	left: 5px;
	transition: .5s all;
}

#artist_artist_select {
	display: inline-block;
	margin-right: 12px;
	position: relative;
	cursor: pointer;
}

#artist_artist_select:after {
	content: "";
	display: inline-block;
	background: url(../img/arrow_back.svg) no-repeat;
	width: 10px;
	height: 18px;
	margin-left: 10px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-size: cover;
	position: relative;
	top: 4px;
	left: 5px;
	transition: .5s all;
}

#artist_artist_select.active:after {
	content: "";
	display: inline-block;
	background: url(../img/arrow_back.svg) no-repeat;
	width: 10px;
	height: 18px;
	margin-left: 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-size: cover;
	position: relative;
	top: 4px;
	left: 5px;
	transition: .5s all;
}


#shop_category_select {
	display: inline-block;
	margin-right: 12px;
	position: relative;
	cursor: pointer;
}

#shop_category_select:after {
	content: "";
	display: inline-block;
	background: url(../img/arrow_back.svg) no-repeat;
	width: 10px;
	height: 18px;
	margin-left: 10px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-size: cover;
	position: relative;
	top: 4px;
	left: 5px;
	transition: .5s all;
}

#shop_category_select.active:after {
	content: "";
	display: inline-block;
	background: url(../img/arrow_back.svg) no-repeat;
	width: 10px;
	height: 18px;
	margin-left: 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-size: cover;
	position: relative;
	top: 4px;
	left: 5px;
	transition: .5s all;
}



.list_holder,
.current_list_holder {
	width: 100%;
	position: relative;
	top: 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.current_item {
	width: 500px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}

.current_item_img {
	width: 100%;

}

.current_newsletter_item {
	width: 100%;
	margin-left: 0px;
	display: inline-block;
	color: #fff;
	background: #700fe0;
	height: 300px;
	margin: 30px 0px;
}

.current_item_start {
	width: 100%;
	margin-bottom: 20px;
	position: relative;

}

.current_item_location {
	position: absolute;
	color: #fff;
	background: #000;
	font-family: 'RobotoMonoRegular';
	font-size: 22px;
	padding: 4px 7px;
	left: 50%;
	margin-left: -80px;
	top: 30px;
}


.current_item_start_img {
	width: 100%;


}

.current_item_teaser {
	margin-top: 5px;
	font-size: 20px;
}

.newsletter_item {
	width: 320px;
	height: 450px;
	margin-bottom: 20px;
	color: #fff;
	background: #700fe0;
}

.newsletter_item_title {
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-top: 53px;
}

.newsletter_item_teaser {
	width: 80%;
	margin: 20px auto;
	text-align: center;
	font-size: 20px;
}

.newsletter_form_holder {
	margin: 20px auto;
	width: 500px;
	max-width: 80%;
}

.newsletter_input {
	background: none;
	color: #fff;
	border: 0;
	border-bottom: 1px solid white;
	font-family: 'HKGrotesk', 'Helvetica Neue';
	font-size: 20px;
	margin-bottom: 10px;
	width: 100%;
}


.newsletter_input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1;
	/* Firefox */
	font-family: 'HKGrotesk', 'Helvetica Neue';
}

.newsletter_input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: white;
	font-family: 'HKGrotesk', 'Helvetica Neue';
}

.newsletter_input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: white;
	font-family: 'HKGrotesk', 'Helvetica Neue';
}

.send_nl_button {
	font-size: 26px;
	border: 1px solid white;
	font-family: 'HKGrotesk', 'Helvetica Neue';
	padding: 3px 6px;
	width: 120px;
	text-align: center;
	float: right;
	margin-top: 20px;
	cursor: pointer;
}

.nl_msg {
	margin-top: 10px;
	float: left;
}

.list_item {
	width: 320px;
	margin-bottom: 20px;
	position: relative;

}


.list_item:nth-child(3n) {}

#sponsor_holder {
	position: fixed;
	width: 150px;
	left: calc(50% + 610px);
	bottom: 70px;
}

.shop_item_img_holder {
	width: 100%;
	height: 320px;
	background: #e6e3e1;
	text-align: center;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.image_helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.shop_image {
	max-width: 70%;
	max-height: 60%;
	vertical-align: middle;
	-webkit-box-shadow: 4px 7px 5px 0px rgb(204 204 204);
	-moz-box-shadow: 4px 7px 5px 0px rgba(204, 204, 204, 1);
	box-shadow: 4px 7px 5px 0px rgb(204 204 204);
}

.list_item_img_holder {
	width: 100%;
	background-size: cover !important;
	padding-bottom: 100%;
	overflow: hidden;
	background-position: center !important;

}

.list_item_nl {
	color: #fff;
	font-size: 36px;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 100%;
	line-height: 320px;
}

.list_item_img {
	width: 100%;

}

.list_item_type {
	font-family: 'RobotoMonoRegular';
	font-size: 15px;
	margin: 5px 0px;
}

.list_item_teaser {
	margin-top: 5px;
	font-size: 20px;
}

.vimeo_video {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 82px);
	background: #eef;

}

.video_buttons_holder {
	position: absolute;
	z-index: 100;
	bottom: 125px;
	right: 20px;
	margin: 10px 0px 5px;
}

.vimeo_holder {
	width: 100%;
	height: 320px;
	position: relative;
}

.vimeo_video_teaser {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;

}

.video_buttons_holder_teaser {
	position: absolute;
	z-index: 100;
	bottom: 10px;
	right: 20px;
	margin: 10px 0px 5px;
}

.video_buttons_holder_detail {
	position: absolute;
	z-index: 100;
	bottom: -40px;
	right: 20px;
	margin: 10px 0px 5px;
}

.video_play,
.video_pause,
.video_mute,
.video_unmute {
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin-right: 10px;
}


.shop_item_category {
	font-family: 'RobotoMonoRegular';
	font-size: 15px;
}

.shop_item_add {
	font-family: 'RobotoMonoSemiBold';
	font-size: 15px;
	border: 1px solid black;
	padding: 10px 25px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	margin-top: 15px;
}

.module_contact_response {
	font-size: 14px;
}

.artwork_img_holder {
	height: 200px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.artwork_img {
	height: 100%;

}

.artwork_images_holder {
	display: none;
}

#no_result {
	display: none;
	margin-bottom: 20px;
}

#detail_menu {
	position: fixed;
	max-width: 1040px;
	/* height: 170px; */
	background: #fff;
	z-index: 10;
	top: 100px;
	padding-top: 31px;
	top: 79px;
	padding: 30px 10px 0;
	box-sizing: border-box;
	width: 98%;
	left: 50%;
	margin: auto;
	transform: translate(-50%, 0);
}

#item_title.sticky {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0px;
}

#detail_opening.sticky,
#detail_location.sticky {
	display: none;
}

#available_holder {
	/* float:right;
	right:0px; */
	clear: both;
	font-size: 14px;
	transform: translate(0px, -2px);
	padding: 2px 0px 10px 10px;
	position: fixed;
	right: 0px;
}

div#available_holder:before {
	content: ' ';
	display: block;
	position: absolute;
	right: 99%;
	top: -8px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.5);
	background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 50%, rgb(255 255 255) 100%);
}

#available_holder_mobile {
	float: right;
	right: 0px;
	font-size: 15px;
	display: none;
}

#available {
	display: inline-block;
	margin-right: 30px;
}

#not_available {
	display: inline-block;
}

.available_circle {
	width: 15px;
	height: 15px;
	background: #fff;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	right: 5px;
	top: 6px;
}

.unavailable_circle {
	width: 15px;
	height: 15px;
	background: #000;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	right: 5px;
	top: 6px;
}



.available_circle_aw {
	width: 15px;
	height: 15px;
	background: #fff;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.unavailable_circle_aw {
	width: 15px;
	height: 15px;
	background: #000;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	position: absolute;
	right: 10px;
	bottom: 10px;
}

#detail_related_holder {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}


.related_item {
	width: 320px;
	margin-bottom: 20px;

}


.related_image {
	width: 100%;
	background-size: cover;
	padding-bottom: 100%;
	overflow: hidden;
}

.related_type {
	font-family: 'RobotoMonoRegular';
	font-size: 15px;
	margin: 5px 0px;
}

.related_title,
.related_teaser {
	margin-top: 5px;
	font-size: 20px;
}


.nav_item {
	font-size: 24px;
	font-family: 'HKGrotesk';
	margin-right: 20px;
	cursor: pointer;
	color: #aaa;
}

.nav_item.active {
	color: #000000;
}

.section_title {
	font-size: 24px;
	font-family: 'HKGrotesk';
	display: block;
	margin: 20px 0px;
	margin-top: 40px;
	clear: both;
}

.artist_section_title {
	font-size: 22px;
	width: 100%;
	margin: 20px 0px;
	font-family: 'HKGrotesk';
}

.list_holder_text {
	display: none;
}

#mobile_menu_btn {
	height: 39px;
	width: 39px;
	position: absolute;
	right: 10px;
	top: 30px;
	display: none;
}

.artist_item.hover:hover {
	color: #aaa;
}

#col_left {
	height: auto !important;
	margin: 10px 0px !important;
}

@media only screen and (max-width: 1545px) {}

@media only screen and (max-width: 1400px) {
	#imprint
	{
		position:relative;
		bottom:5px;
		left:-20px;
		padding-bottom:20px;
	}
	
	
	
	#imprint .menu_item
	{
		font-size: 22px;
		font-weight: 500;
		display: inline-block;
		margin: 0px 20px;
		text-align:right;
		width: 100%;
	}
}

@media only screen and (max-width: 1220px) {}


@media only screen and (max-width: 1025px) {
	
	
	
	#content {
		position: relative;
	}

	#available_holder_mobile {
		/* 	display:block; */
	}

	#available_holder {
		/* display:none !important;	 */
	}

	#container {
		width: 98%;
	}

	#current_holder {
		width: 98%;
		margin: 0px 1%;
	}

	.current_item_start {
		margin-bottom: 40px;
	}

	.current_item {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
	}

	.current_newsletter_item {
		/*width:100%;
		margin-bottom:20px;
		margin-left:0px;
		    height: 285px;
		padding-bottom:190px;*/
	}


	#menu_top {
		height: 80px;
		width: 98%;
		z-index: 111111;
		background: #fff !important;
	}

	#logo {
		left: 10px;
		top: 30px;
		width: 450px;
	}

	#menuholder {
		top: -500px;
		position: absolute;
		left: 0px;
		width: 100vw;
		background: #fff;
		z-index: 10000;
		padding-top: 50px;
	}

	.menu_item {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		color: #000 !important;
		font-size: 30px;
	}

	.menu_item.purple {

		color: #700fe0 !important;
	}

	.menu_item:not(.nohover):hover {
		border-bottom: 0;
		margin-bottom: 30px;
	}

	.fixed_offset {
		margin-top: 90px;
	}

	.list_item {
		/*margin-right:10px;*/
		width: 313px;
	}

	.list_item_nl {
		line-height: 313px;
	}

	.list_item:nth-child(odd) {
		/*margin-right:0px;*/
	}

	.filter_holder {
		height: 60px;
		width: 98%;
		margin: 25px 1%;
		margin-bottom: 55px;
	}

	#filters {
		float: right;
		margin-right: 5px;
		font-size: 20px;
		margin-left: 0px;
		position: relative;
		top: -2px;
	}

	.filter_item {
		font-size: 20px;
	}

	#sorting {

		top: 30px;
		right: 5px;
		font-size: 20px;
	}

	#search {

		top: 28px;
		right: 145px;
		font-size: 20px;
	}

	.list_holder {
		/*width: 98%;
    	margin: 0px 1%;*/
	}


	#mobile_menu_btn {

		display: block;
	}

	#artist_name_search {
		margin-top: 2px;
	}

	#sort_artist {
		margin-left: 40px;
	}

	#detail_menu {
		/* top:79px;
		padding-top:30px;
		width: 98%;
		margin:0px 1%;
		height: 235px; */
	}



	#item_container {
		width: 98%;
		margin: 0px 1%;
	}

	#available_holder {
		/* left:5px;
		right:auto; */
		background: #fff;
	}



	#detail_holder {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.nav_item {
		font-size: 35px;
		margin-right: 30px;
	}

	#purple_BG {
		display: none;
	}


	.dropdown_filter {
		width: 100%;
		left: 0px !important;
		top: 95px;
	}

	.dropdown_filter_item {
		font-size: 32px;
		margin-bottom: 20px;
		text-align: left;
		width: 90%;
	}

	.dropdown_filter_item_single {
		font-size: 32px;
		margin-bottom: 20px;
	}


	.dropdown_filter_item::before {
		display: inline-block;
		width: 20px;
		height: 20px;
		cursor: pointer;
		border-radius: 20px;
		box-sizing: border-box;
		border: 2px solid #1a1a1a;
		box-sizing: border-box;
		border: 2px solid #1a1a1a;
		box-shadow: inset 0 0 0 2px white;
		position: relative;
		left: -8px;
		top: 0px;
	}

	.dropdown_filter_item.active::before {
		background-color: #1a1a1a;

	}


	.dropdown_filter_item_shop {
		font-size: 32px;
		margin-bottom: 20px;
		text-align: left;
		width: 90%;
	}



	.dropdown_filter_item_shop::before {
		display: inline-block;
		width: 20px;
		height: 20px;
		cursor: pointer;
		border-radius: 20px;
		box-sizing: border-box;
		border: 2px solid #1a1a1a;
		box-sizing: border-box;
		border: 2px solid #1a1a1a;
		box-shadow: inset 0 0 0 2px white;
		position: relative;
		left: -8px;
		top: 0px;
	}

	.dropdown_filter_item_shop.active::before {
		background-color: #1a1a1a;

	}


	.related_item {
		width: 305px;
		margin-bottom: 10px;
	}

	#detail_location,
	#detail_opening {
		font-size: 24px;
	}

	#item_container {
		font-size: 22px;
	}

	.section_title {
		font-size: 33px;
	}

	.module_text {
		font-size: 22px !important;
		line-height: 30px !important;
	}



	.menu_item:not(.nohover):hover {
		border-bottom: 0px solid black;
		margin-bottom: 30px;
	}

	.menu_item.purple:not(.nohover):hover {
		border-bottom: 0px solid #700fe0;
		margin-bottom: 30px;
	}


	.current_item_teaser,
	.list_item_teaser {
		font-size: 23px;
	}

	.list_item_type {
		font-size: 18px;
	}

	.actual {
		font-size: 33px;
	}


	#detail_nav_items {

		/*  width: calc(100% - 180px); */
	}

}