@import "controls.css?ver=1";

/* 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 */

/* #nav_container,
.sub_menu_background {
  border-bottom: 1px solid;
} */

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

#backButtonContainer {
  display: flex;
  justify-content: space-between;
}


#BackButtonParent {
  position: fixed;
  top: 120px;
  padding-top: 8px;
  background-color: white;
  z-index: 100;
}

#rightButtonTurnus {
  position: absolute;
  right: 0;
  top: 8px;
}

#publicationBackButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 36px;
  margin-bottom: 20px;

  cursor: pointer;
}

#publicationBackButtonTurnus {
  font-family: "bnkr_reg", "Helvetica Neue", Helvetica, "Arial";

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100px; */
  padding: 0 12px;
  height: 36px;
  margin-bottom: 20px;

  cursor: pointer;
}

/* detail pages */

#footer_container {
  width: 100%;
  background: white;
}

#frontVideoOrImg {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 0 auto 30px;
}

.detailVideo {
  max-height: calc(100vh - 220px);
}

.detailImg {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 220px);
  /*  object-position: center; */
}

#detail_top_part .item_description,
.module.module_image.display_type_credits_1 .item_description {
  margin: auto;
  margin-top: 15px;
  text-align: left
}

.module.module_image.display_type_2.display_type_credits_1 .item_description,
.module.module_image.display_type_3.display_type_credits_1 .item_description {
  width: 100%;
}

#detail_top_part .item_description .item_desc_trigger,
.display_type_credits_1 .item_description .item_desc_trigger {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}


/* #item_container[item_type="3"] .detailImg {
  object-fit: contain;
} */


#item_container {
  /* padding: 65px 0 100px; */
  padding: 0px 0 100px;
  margin-top: 0;
  max-height: unset;
  height: unset;
  overflow-y: unset;
  margin-bottom: 0px;
  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;
}


.module.module_gallery.gallery_slider_1 .detailSliderImgWrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 480px;
  background-color: black;
}




.relativeImageContainer {
  position: relative;
}




.gallery_item {
  margin-bottom: 10px;
}

.detailArrowContainer {
  display: none;
}

.module.gallery_container_1 .detailArrowContainer {
  display: inline-block;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35px;
  height: 480px;
  width: 15%;
  /* background-color: green; */
  z-index: 50;
}

.module.gallery_container_1 .arrowContainerLeft {
  left: 0;
}

.module.gallery_container_1 .arrowContainerRight {
  right: 0;
}

.detailRotateLeft {
  transform: rotate(90deg);
}

.detailArrow {
  width: 12%;
  cursor: pointer;
  filter: invert(1);
  /* background-color: white; */
  /* mix-blend-mode: difference; */
}

.detailRotateRight {
  transform: rotate(-90deg);
}

.detailArrowBack .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;
  min-height: 120px;
}

/* scroll arrows */
.gallery_slider_nav_container {
  font-family: "bnkr_reg", "Helvetica Neue", Helvetica, "Arial";
  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 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 36px;
  margin-bottom: 20px;

  cursor: pointer;
}



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

#col_container {
  width: 100%;
  max-width: 1000px;
  overflow: visible !important;
  margin: auto;
  padding-top: 80p
}



#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: 8px;
  bottom: unset;
  left: unset;
}

/* normal article top part */

#detailCurrently {
  padding: 25px 0 15px 0;
  margin: 0 auto 25px;
  width: 80%;
  font-style: italic;

}


#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: 20px auto 30px;
}

#detail_top_part_content {
  position: relative;
  max-width: 1000px;
  margin: 10px auto;
}

#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: 48px;
  font-family: "bnkr_reg", "Helvetica Neue", Helvetica, "Arial";
  /* margin: 0 auto 25px; */
  width: 80%;
  margin: 0;
}

#detail_intro_subheader,
.detail_intro_subheader {
  font-size: 30px;
  margin: 0 0 30px;
  margin-left: 0 !important;
}

.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: 100%;
  margin: 0 auto 40px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  float: unset;
  /*   left: 50%;
  transform: translate(-50%, 0px); */
}

.module.module_start {
  text-align: center;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}

.module_video_text {
  margin-top: 50px;
}

.home_articles_big {
  margin-bottom: 0;
}

.module.module_image {
  width: 100%;
}

.module.module_image .item_description {
  text-align: right;
}

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


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

.module {
  font-family: "marfa_reg", "Helvetica Neue", Helvetica, "Arial" !important;
}



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


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



/* image same as text */
.module .item_description {
  text-align: left;
  width: 80%;
  margin: 5px auto 0;
}

.module.display_type_1 .item_description {

  width: 100%;
  font-family: "marfa", "Helvetica Neue", Helvetica, "Arial" !important;

}


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

.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: 830px) {
  .package_col {

    white-space: inherit;
  }


  #BackButtonParent {
    top: 100px;
  }

}




@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.70;
  filter: alpha(opacity=70);
  background: #fff;
  padding: 5px;
}

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

#zoom_in_artwork_img.active,
#zoom_out_artwork_img.active {
  opacity: 1.0;
  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.30;
  filter: alpha(opacity=30);

}

.artwork_thumbnail_item.current {
  margin: 0px 25px;
  opacity: 1.0;
  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: 1010px) {
  .module_artwork_img_single {
    height: 60vw;
    cursor: pointer;
    margin-bottom: 15px;
  }

  .module_artwork_img_double {
    height: 30vw;
    cursor: pointer;
    margin-bottom: 15px;
  }


  .detailArrow {
    width: 20%;
  }

}

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

  .module,
  #detail_top_part_content {
    width: 95%;

  }
}


/* mobile detail  */
@media screen and (max-width: 600px) {

  #detail_top_part .item_description {
    width: 100%;
  }

  .detail_intro_title {
    font-size: 30px;

  }

  #detail_intro_subheader {
    font-size: 25px;
  }

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


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

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

  #detail_nav {
    top: 105px;
  }


  .module {
    width: 95%;

  }

  /* images  not having to be 100% width but max of 400px height */
  .module.module_image.display_type_1 {
    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;
  }
}