/* controls.css start */

/*
** Colors
*
* dark red color #a90000
* text Green #56ab00
* text Red #f05014
* light black #1a1a1a
*
*
*/
.srOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#pv
{
  cursor:pointer;
}

#close_menu
{
	position:absolute;
	bottom:20px;
	right:0px;
	background:none;
	border:none;
	text-decoration:underline;
	font-size:12px;
	cursor:pointer;
	display:none;
}


.slick-arrow
{
	border:0px;
	background:none;
}

#item_container {
  scroll-margin-top: 176px;
  overflow:unset !important;
}

.cookie_warning_text a 
{
	color:white;
}


.subsubMenuCol
{
	
	display:none
}

.srOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
#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;
}
	#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;
	}


/* fonts control */

.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 on hover control */

.pointer:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

/* font sizes */
.f14 {
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

/* colors */
.confirmed {
  color: #56ab00;
}

.pending {
  color: #f05014;
}

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

/* opacity */
.op4 {
  opacity: 0.4;
}

.op6 {
  opacity: 0.6;
}

.op8 {
  opacity: 0.8;
}

/* margins */
.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 */
.no_scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

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

.heart_icon_circle.active {
  background-color: black;
}

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

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

.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 */
.locked_tag.lock_icon {
  position: absolute;
  top: 0px;
  margin-left: 0px;
  padding: 4px 2px;
  background: transparent;
}

.locked_tag.lock_icon:after {
  content: '';
  width: 0px;
  height: 0px;
  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: 0px;
  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 0px 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 white;
  border-top: 2px solid white;
  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 0px 0px 6px;
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(-45deg);
}

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

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

.treat_sep {
  margin: 0 4px;
}

/* edit */
.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 0px 0px 9px;
  border: 1px solid white;
  border-radius: 0 0 1px 1px / 0 0 50% 50%;
  transform: rotate(45deg);
}

/* info/detail */
.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 0px 0px 0px;
  color: white;
  text-align: center;
  font-size: 16px;
  width: 100%;

}


/* add */
.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: white;
  font-size: 22px;
  display: block;
  width: 0;
  margin: -5px 0px 0px 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 white;
}

.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 white;
  border-left: 1px solid white;
  transform: rotate(45deg)
}

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

/* close btn */
.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);
}


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

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

.overlay_content {
  margin: 60px 0;
  text-align: center;
  z-index: 15;
  background-color: white;

  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 */
.collapse_block,
.page_block {
  margin-bottom: 50px;
}

.collapse_controler {
  cursor: pointer;
}

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

/******* end ELEMENTS  ******/

/* controls.css end */

/* forms.css start*/

/* 
* general (please add 'treat_' in all general form classes )
*
** Colors
*
* dark red color #a90000
* text Green #56ab00
* text Red #f05014
* light black #1a1a1a
*
*
*/


.treat_input_container {
  position: relative;
  display: flex;
}

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



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

.treat_input::placeholder {
  color: black;
}


/* select2 combobox */
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 {
  /* max-width: 101%; */
  border: 0;
  box-shadow: 0px 2px 2px 0 #00000033;
}

.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 0px 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: black;
}

.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 black;
  text-align: center;
  display: inline-block;
  padding: 3px 10px;
  min-width: 150px;
  justify-content: center;
}

.treat_btn:hover,
.treat_btn.active {
  color: white;
  background-color: black;
}

.treat_btn.deactivated,
.treat_btn.deactivated:hover {
  opacity: 0.5;
  border-color: #b2b2b2;
  cursor: default;
  background-color: white;
  color: black;
}

.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%;
  /* margin-bottom: 30px; */
}

.collapse_controler.form_control {
  padding: 0 7px;
}

/* end general */

/* login and reset password forms/Pages */
#login_page_holder {
  height: calc(100vh - 210px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#login_container {
  max-width: 350px;
  margin: 0 auto 0px;
  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 user & agency */
.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;
}

/* forms.css end*/

/* _basic.css start */

/* Cookie */

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

    /* display: none !important; */

    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;
    color: white;
    transition: all 0.1s linear;
    cursor: pointer;
    margin-top: 15px;
  }
  
  #cookie_warning button {
    color: black;
    background-color: white;
  }
  
  
  .lang_btn {
    display: inline;
    background:none;
    border: 0;
    font-size: inherit;
    color: lightgrey;
    font-family: 'helveticaNeue',Helvetica,sans-serif;
    font-weight:700;
    cursor:pointer;
  }
  .lang_btn.active {
  
    color: black;
  }
  
  
  @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 */
  
  /* lightbox */
  a.lb-close {
    position: absolute;
    top: 0px;
    right: 40px;
  }
  
  .lb-outerContainer {
    background: transparent !important;
  }
  
  .lightbox .lb-image {
    border: 0px transparent !important;
  }
  
  .lb-data .lb-details {
    /*	float: right !important;
      text-align: right !important;*/
  }
  
  .lb-data .lb-caption {
    /*	font-size: 22px !important;*/
  }
  
  .lb-data .lb-number {
    /*	font-size: 20px !important;*/
  }
  
  .lb-prev,
  .lb-next {
    background-size: 31px 35px !important;
  }
  
  .lb_credits {
    font-size: 14px;
    font-family: "Equitan Sans W03 Italic";
    margin: 0px auto 5px;
    text-align: left;
    line-height: 16px;
  }
  
  #lightbox.no_text_lb,
  #lightbox.no_text_lb .lb-nav {
  /*  width: calc(100% - 81px);
    left: 50px !important;*/
  }
  
  @media screen and (max-width: 800px) {
    #lightbox.no_text_lb {}
  
    #lightbox.no_text_lb .lb-dataContainer {}
  
    #lightbox.no_text_lb .lb-dataContainer .lb-data .lb-close {
    /*  position: fixed;
      top: 20px;*/
    }
  }
  
  #lightbox.no_text_lb .lb-dataContainer {
  /*  background: transparent;*/
  }
  
  #lightbox.no_text_lb .lb-data .lb-close {
 /*   background: url(../img/X_white.svg) top right no-repeat;*/
  }
  
  /* end lighbox */
  
  /* general */
  
  img {
    border: 0px;
  }
  
  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 0px 36px;
  }
  
  /********* WEBSITE *********/
  
  /** all pages */
  html {}
  
  body {
    /*   height: 100%;
    overflow: auto; */
    -webkit-text-size-adjust: 100%;
    font-family: "Helvetica Neue", Helvetica, "Arial";
    font-weight: 400;
    font-weight: 400;
    margin: 0px auto;
    padding: 0px;
    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;
  }
  
  
  
  
  
  
  

/* _basic.css end */

/* _general.css start */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  font-family: 'helveticaNeue', Helvetica, sans-serif;
  /* font-family: 'helveticaNeue';
  font-family: Helvetica, sans-serif; */
}

/* .emptySlider {
  display: none;
} */

:root {
  --fontSize50: 50px;
  /* --fontSize24: 24px; */
}

html {
  /* width: 100vw; */
}

body {
  overflow-x: hidden;
}

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




.mobileElem {
  display: none;
}

.mobileMarker {
  display: none;
}

a {
  text-decoration: unset;
  color: black;
}

a:active {
  color: black;
}

.underline {
  text-decoration: underline;
}

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

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

.slashElem.noPB {
  padding-bottom: 0;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 100px;

  background-color: white;
  z-index: 100;
}

.menuOuterHolder {
  /* position: fixed; */

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

/* .expFader {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), white);
} */

.menuHolder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  height: 90px;

  border-bottom: 1px solid black;

  font-size: 14px;

  background-color: white;
}

.mobileMenuHolder {
  display: none;
}

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

}

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

.menuBank {
  /* height: 77px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  margin-left: 20px; */

  /* height: 77px; */
  display: flex;
  /* justify-content: flex-end;
  align-items: end; */
  margin-left: 20px;
  margin-top: 18px;
}

.ersteBankElem {
  height: 52px;
  width: 80px;

  display: flex;
  flex-direction: column;
  /* border-bottom: 1px solid black; */
}

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

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

.ersteBankElem img {
  /* width: 104px !important; */
  /* image-rendering: pixelated; */
}

.menuHolderRightWrapper {
  display: flex;
  justify-content: space-between;

  align-items: flex-end;
  gap: 20px;

  font-size: 20px;
  font-weight: 700;

  /* height: 78px; */
  height: 72px;
  margin-right: 10px;
}

.menuHolderRightWrapper {
}

.oneSubMenuContainer {
  /* width: 200px; */
}

.subMenuHolder * {
  text-transform: lowercase;
}

.subMenuHolder {
  position: relative;
  height: 50px;
  overflow: hidden;

  border-bottom: 1px solid black;

  font-size: 20px;

  background-color: white;
  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 black;

  -ms-hyphens: auto; /* ab IE10 */
  -moz-hyphens: auto; /* seit Firefox 6 */
  -webkit-hyphens: auto; /* seit Safari 5.1 (OS X), Safari 4.1 (iOS) */
  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: black;
}

.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: white;
  border-bottom: 1px solid black;
  overflow: hidden;
}

.logo {
  font-size: 80px;
  font-weight: 700;
  line-height: normal;

  width: 300px;
  display: flex;
  align-items: center;
  height: 100%;
}

/* .logo img {
  width: 100%;
} */

.artistrun {
  display: flex;
  justify-content: center;
  align-items: flex-end;

  font-size: 20px;
  font-weight: 700;

  margin-left: 30px;
}

/* .openClosed,
.openingHours,
.langSwitch {
  margin-bottom: 10px;
} */

.langSwitch {
  cursor: pointer;
}

.artistrun span {
  /* margin-bottom: 13px; */
  margin-bottom: 16px;
}

.langSwitch {
  color: lightgrey;
}

.langSwitch .activeLang {
  color: black;
}

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

.exhibSection {
  /* border-bottom: unset; */
  border-bottom: 1px solid black;
}

.invertedMarquee {
  border-bottom: none;
}

.fullWidthHolder {
  /* width: 100vw; */
  /* width: 1000vw; */
  margin-left: -36px;

  font-weight: 700;
  overflow: hidden;

  /* cursor: pointer; */
}




.bigMarqueeHolder {
  display: flex;

  /* width: 1400px; */
  height: 300px;
  /* background-color: lightsalmon; */
}

.marqueeImgHolder {
  display: inline-flex;
  align-items: center;
  height: 100%;
  /* width: 300px; */
  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: white;
  background-color: black;
  font-size: 76px;
  font-weight: 700;
  line-height: 100px;
  height: 100px;
}

.slashElem {
  font-size: 80px;
  font-weight: 700;

  padding: 20px 0;

  /* cursor: pointer; */
}

/* slider */

.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;
  /* justify-content: space-between; */
}

.arrowHolderRightPart {
  display: flex;
}

.exhibSliderElem {
  position: relative;

  width: calc(100% / 4);
  margin: 0 18px;

  cursor: pointer;
}

.exhibLowerContent {
  /* height: 150px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.soon {
  position: absolute;
  top: 20px;
  left: 20px;

  color: white;
  font-size: 28px;
  font-weight: 700;
}

.soonImgHolder {
  background-color: black;
}

.soonImg {
  opacity: 0.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 {
  /* position: absolute; */

  color: white;
  font-weight: 700;
}

.bottomImageTextMore {
  text-decoration: underline;
}

.bottomImageText {
  /* position: absolute;  */
  font-weight: 700;
}

.topImageText {
  /* top: 5%;
    left: 5%; */
  font-size: 28px;
}

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

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

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

/* category event */


.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%;
}

/* category exhibitions */

.exhib_items_holder {
  margin-bottom: 50px;
}

.groupElemLink {
  text-decoration: underline;
}

#overview_elements_container {
  border-bottom: 1px solid black;
}

/* footer */

.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 black;
  border-top: 1px solid black;
  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: black;
  filter: invert(1);
}

.titleHolder {
  /* font-size: var(--fontSize50);   */
  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 black;
  border-bottom: 1px solid black;
  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;
  /* height: 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;
  /* height: 11px; */
  position: relative;
  left: 10px;
  transform: rotate(180deg);
  transition: 0.5s all;
}

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

.filter_row {
  margin-bottom: 10px;
}

.filter_row:last-of-type {
  border-bottom: 1px solid black;
}

.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 black;
  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: white;
  color: black;
}

#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;
  /* margin:0px 10px; */
}

#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 black;
  border-bottom: 1px solid black;

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

}

/* _general.css end */
.artist_bio_holder
{
	margin:20px 0px;
}


.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;
    /* flex: 49%; */
    /* width: calc(50% - 18px); */
    /* height: calc((100vw - 108px) / 2 *2/3); */

    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 {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */

    font-size: 50px;
    font-weight: 700;
    color: white;
}

.eElem {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;

    margin: 5px 0;
  
    font-size: 28px;
    font-weight: 700;
  }

  .eElem div {
    /* flex-basis: 1; */
  }
  
  .eDate{
    /* max-width: 200px; */
    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;
    /* max-width: 100px; */
    text-align: right;
    text-decoration: underline;
  }
  

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


/* slider css -------------------------*/

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




/* marquees ------------------------------------ */

.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; 
    /* position: absolute;
    bottom: -10px;
    left: 20px;
    width: calc(100% - 40px);
    height: 80px;

    display: flex;
    gap: 20px;

    z-index: 10; */

}


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


/* DETAIL.css */



/* colors
   blue #043368
   light pink #f3e6f3
   light green #a8c837
   yellow rgb(245, 255, 0)
*/

/* fonts
font-family: 'open_sansitalic', 'Helvetica Neue',  Helvetica, "Arial";

font-family: 'open_sanslight', 'Helvetica Neue',  Helvetica, "Arial";

font-family: 'open_sansregular', 'Helvetica Neue',  Helvetica, "Arial";

font-family: 'open_sanssemibold', 'Helvetica Neue',  Helvetica, "Arial";

font-family: 'open_sansbold', 'Helvetica Neue',  Helvetica, "Arial";

font-family: 'strada_bold_italic', 'Helvetica Neue',  Helvetica, "Arial";

*/

/** nav */

/* detail pages custom_____________________________________________- */

.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;
  /* max-width: 200px; */
  min-width: 200px;
  width: 200px;
}

.fullImgHolder {
  width: 100%;
  display: flex;
  /* justify-content: center; */
  margin-bottom: 50px;
}

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

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

    /* taric */
      max-height: 800px;
}

.fullImg img {
  width: 100%;
  height: 100%;

    /* taric */
      object-fit: contain;
      object-position: left;
}

#col_container {
  margin-top: unset !important;
}

.d-introSection {
  border-bottom: 1px solid black;
}

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

  /* background-color: grey; */
}

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

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

.detailHeaderLeft {
  flex: 1;
  /* max-width: 350px; */
}

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

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

.detailSmallLeftImage {
  width: 100%;
  /* height: 220px; */
  background-color: black;
}

.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;
  /* font-weight: 700; */
  color: #afafaf;
 
  margin-top: 5px;
}

.ticketLinkAndSectionContainer {
  margin-top: 36px;
  padding: 10px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;

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

/* moduleLayout */

.moduleLeft50 {
  width: calc(50%) !important;
  /* padding-right: 18px !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;
/* 
  margin: 0;
    font-size: 60px;
    font-weight: 700 !important;
    line-height: 1.2em; */
}

.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;

  /* text-align: center; */
  width: 50%;
  margin: 100px auto;
  max-width: 800px;
}

.module_text {
  /* padding: 50px 0; */
}

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

.module_quote {
  /* width: 80% !important; */
  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 black;

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

/* events hardcoded */

.eventContainer {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  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: 450px; */

  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;
  /* margin-bottom: 0.5em; */
}

.commText {
  width: 90%;
}

.commFlexLeft {
  width: 90%;
  flex-grow: 1;
  /* background-color: beige; */
}

.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;
  /* height: 900px; */
}

.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%;
  /* height: calc((100vw - 108px) / 3 * 2 *(2/3)); */
  /* background-color: lightblue; */
}

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

.moduleDialogueFull {
  /* margin: 100px 0; */
}

.dialogueElementFull {
  display: flex;
  gap: 36px;

  font-size: 36px;
  font-weight: 700;

  margin-bottom: 1em;
}

.sliderModule {
  padding-bottom: 36px;
}

.detailSliderElem {
  /* width: calc(100% / 3); */
  width: 100%;
  margin: 0 18px;
}

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

.detailSliderImg {
  position: relative;
  /* width: calc((100vw - 190px) / 3); */
  width: 100%;
}

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

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

.sliderCredits {
  /* display: none; */

  margin-top: 3px;
  font-size: 13px;
  color: #afafaf;
}

.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 {
  /* position: absolute; */
  /* bottom: 0; */
  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;
}

/* .transparentFullWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 10;
} */

.oneMainBox:hover {
  /* filter: grayscale(0) brightness(1); */
}

/* .oneMainBox span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  font-size: 50px;
  font-weight: 700;
  color: white;

  z-index: 1;
  pointer-events: none;
} */

.oneMainBox img {
  filter: grayscale(0.5) brightness(0.8);
}

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

/* new detail */

.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_name {
  /* margin-bottom: 10px; */
}

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




/* module ticket api */

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

/* slider css -------------------------*/

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

/* marquees ------------------------------------ */

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

/* .bigMarqueeHolder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 505;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.bmElem {
  position: absolute;
  display: block;
  margin: auto auto;
  white-space: nowrap;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
}

.bmElem span {
  display: inline-block;
  padding-left: 100%;
  text-align: center;
  white-space: nowrap;
  line-height: 300px;
  animation: marquee 10s linear infinite;
}

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

  }
} */

/* lightbox */

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

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

/* lightbox end */

/* friends block */

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

  margin-bottom: 36px;
}

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

.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 black;
  border-radius: 0 !important;
}

.friendTitleWrapper input:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;

  position: relative;

  /* background-color: black; */
  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: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.friendPrice1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.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 black;
  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: white;
  background-color: black;

  cursor: pointer;
  font-size: 30px;
}

.friendsInfoBox {
  width: 100%;
  max-width: 800px;
  padding: 20px;
  margin: 36px auto;

  font-size: 18px;
  border: 1px solid black;
}

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

/* friends block end */

.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: 0px;
    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;
  }
}

/* detail pages custom end_____________________________________________- */

#item_container {
  /* padding: 65px 0 100px; */
  padding: 0px 0 100px;
  margin-top: 0;
  max-height: unset;
  height: unset;
  overflow-y: unset;
  margin-bottom: 0px;
  /* width: 100%; */
  /* width: calc(100% - 72px); */
  /* min-height: calc(100vh - 330px); */
}

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

.last_uneven {
  /*   display: none; */
}

/* slider gallery */
.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.snap_scroll {
}

.module.module_gallery.gallery_slider_1 {
  /*   max-height: 90vh; */
}

.module.module_gallery.gallery_slider_1:after {
}

.module.module_gallery.gallery_slider_1 a {
}

.module.module_gallery.gallery_slider_1.snap_scroll a {
}

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

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

.gallery_slider_nav {
}

.gallery_slider_nav_0 {
  display: none;
}

.gallery_slider_nav_1 {
}

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

/* end slider gallery */

/* shop item */

.shop_paypal_sep {
  width: 40px;
  border-radius: 5;
  background-color: black;
  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 0px;
}

#paypal_module_container {
  margin-top: 0px;
}

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

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

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

.form_btn:hover {
  color: white;
  background-color: black;
}

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

/* end shop item */

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

/* pdf module */
.module.module_pdf .list_item_more {
  border: 0px;
  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 black;
  display: inline-block;
  font-size: 16px;
  width: 120px;
  margin-right: 10px;
  padding: 3px 0;
  text-align: center;
  box-sizing: border-box;
}

/* .no_image.type_PDF .list_item_more:before {
  content: 'PDF';
  font-weight: 400;
  border: 1px solid black;
  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;
}

/* end pdf module */

/* #container {
  width: 100%;
  max-width: unset;
} */

.page_container {
  margin-top: 200px;
}

#back_btn {
  cursor: pointer;
  text-transform: uppercase;
  /*   font-size: 14px;
  margin: 50px auto;
  max-width: 800px; */
}

@media screen and (min-width: 1050px) {
}

#col_container {
  width: 100%;
  /* max-width: 800px; */
  /* overflow: visible !important; */
  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 0px 5px;
  right: 0px;
  top: 30px;
  bottom: unset;
  left: unset;
}

/* normal article top part */

#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: white;
  left: 50%;
  transform: translate(-50%, 0px);
  /*  border-top: 1px solid black; */
  z-index: 10;
  -webkit-font-smoothing: subpixel-antialiased;
}

#detail_nav:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background: white;
  height: 100%;
  width: 100vw;
  transform: translate(-50%, 0px);
  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 black;
  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_date {
}

.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: 0px;
  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;
  /*   left: 50%;
  transform: translate(-50%, 0px); */
}

.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;
  /* margin-left: 50%;
  transform: translateX(-50%); */
}

.module_gallery {
  margin-bottom: 50px;
}

.module_image img {
  /* width: 80%;
  margin: auto;
  display: block; */

  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: 'Helvetica Neue', Helvetica, "Arial"; */
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.module.module_headline {
  /* font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, "Arial";
  font-weight: 400; */

  /* font-size: 24px; */
  font-weight: 400;
  margin-bottom: 1em;
}

.module .item_description {
  text-align: center;
}

/* image same as text */
.module .item_description {
  text-align: left;
  width: 100% !important;
  font-family: 'Helvetica Neue', Helvetica, 'Arial';
  font-weight: 400;
  /* margin: 5px auto 0; */
}

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

/* images  not having to be 100% width but max of 400px height */
.module.module_image.display_type_1 {
  /* width: 80%; */
}

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

/* slightly bigger width images */
.module.module_image.display_type_2 {
}

.display_type_2.module_image img {
  width: 100%;
}

/* full width images */
.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;

  /* limit the height ? */
  /*  max-height: 60vh; */
  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;
}

/* Project Collapse elements */
.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;
}

.drop_text {
  /* text-transform: capitalize; */
}

/****** Package order stuff *******/

.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 black;
  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: black;
  color: white;
}

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

#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: 0px 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 0px;
  display: flex;
  flex-flow: column nowrap;
  height: 710px;
  background-color: white;
  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;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

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

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

/* artworks */

.module_artwork {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: baseline;
  width: 100% !important;
  padding-right: 0px;
  left: 0;
  margin: 200px auto;
  /* transform: translateX(-50%);*/
  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 0px rgba(100, 100, 100, 1);
  -moz-box-shadow: 10px 10px 13px 0px rgba(100, 100, 100, 1);
  box-shadow: 10px 10px 13px 0px rgba(100, 100, 100, 1);
}

.module_artwork_data {
}

.module_artwork_artist {
  /*   font-family: 'Poppins'; */
  font-size: 16px;
}

.module_artwork_title {
  /*  font-family: 'Poppins'; */
  font-size: 16px;
  font-weight: 600;
}

.module_artwork_mat_size {
  font-size: 16px;
}

.module_artwork_teaser {
  /* font-family: 'Poppins'; */
  font-size: 14px;
  color: #ccc;
  margin-top: 10px;
}

.module_artwork_status {
  /*  font-family: 'Poppins'; */
  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: 0px;
  top: 0px;
  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: 0.7;
  filter: alpha(opacity=70);
  background: #fff;
  padding: 5px;
}

#zoom_out_artwork_img {
  cursor: pointer;
  width: 30px;
  z-index: 1;
  margin-left: 20px;
  opacity: 0.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: 0.3;
  filter: alpha(opacity=30);
}

.artwork_thumbnail_item.current {
  margin: 0px 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: 0.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 black;
  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 only screen and (max-width: 1010px) {
}

/* mobile detail  */
@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 black;
  }

  .module_hr.invisible {
    border-bottom: unset;
  }

  #container #item_container {
    padding: 0 0px;
  }

  #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;
  }
}
/* detail.css end */

/* mobile.css start*/

@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 0px 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: white;
  }

  .mobileMenu {
    width: calc(100% - 72px);
    margin: 0 36px;
    border-top: 1px solid black;
    background-color: white;

    display: flex;
    justify-content: space-between;
  }

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

  .mobileMenuOverlay {
    height: 0px;
    width: 100%;
    position: absolute;
    bottom: 60px;
    z-index: -1;

    background-color: white;
    transition: all 500ms cubic-bezier(0.58, 0.28, 0.18, 0.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) - 120px);
  }

  .mobileMenuElems {
    font-size: 30px;
    font-weight: bold;
    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: white;
    border-top: 1px solid black;
  }

  .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: white;
  }

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

  /* body and general____________________________________________ */

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

  /* categories */

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





  /* lp */

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

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

  .eMore {
    text-align: unset;
  }


  /* detail */

  .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: white;
  }


  
  







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

  .slashElem.noPB {
    padding: 20px 0;
  }

  .firstTextBlock {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    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;
    /* height: 100%; */
  }

  .invertedMarquee {
    padding-bottom: 0;
  }

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

  .currentProgramHolder {
  }

  .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%;
    /* height: 200px; */
    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;
  }

  /* editorial */

  #item_container {
    margin-top: 96px;
  }
}
/* mobile.css end */

