/*----------------------artspace/candcommissions----------*/
.artspace-content {
  margin: 0 auto;
  max-width: 960px;
  clear: both; 

  }
  .artspace-content hr {
    margin-bottom: 25px; }
  .artspace-content hr.grey {
    margin-bottom: 15px;
    border-top: 1px solid #efefef; }
    
@media screen and (min-width: 992px) {
      .artspace-content-details {
        padding-top: 60px; } }
  .artspace-content-info {
    text-transform: uppercase;
    padding-top: 16px; 
    }
    .artspace-content-info .items {
      margin-bottom: 30px; }
      @media screen and (min-width: 992px) {
        .artspace-content-info .items {
          margin-bottom: 50px; } }
    .artspace-content-info .item {
      margin: 0;
      font: 13px/17px 'UniversLTW01-67Condense 723821', Univers, 'Gill Sans',Geneva,'Helvetica Neue',Helvetica,Arial,sans-serif;
      letter-spacing: 1px;
      color: black; }
    .artspace-content-info .strong {
      font-weight: bold;
      margin-bottom: 15px; }
    @media screen and (min-width: 992px) {
      .artspace-content-info {
        padding-top: 60px; } }

.editor {
  padding-right: 0; }
  .editor .column {
    width: 100%; }
  .editor p {
    font: 15px/20px "Roboto Slab", serif;
    font-weight: normal;
    color: #333333; }
  @media screen and (min-width: 992px) {
    .editor {
      padding-right: 90px; } }

    
    .artspace-related-post {
  position: relative;
  border: 2px solid #999;
  padding: 75px 20px 70px;
  text-align: center;
  margin-bottom: 20px; }
  .artspace-related-post .artspace-related-post-type {
    position: absolute;
    top: 15px;
    z-index: 20;
    left: 0;
    right: 0; }
  .artspace-related-post a {
    text-decoration: none; }
    .artspace-related-post a:hover {
      opacity: 1; }
      .artspace-related-post a:hover img {
        opacity: 0.5;
        transition: opacity 500ms; }
  .artspace-related-post h2, .artspace-related-post h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'UniversNW01-420CdRegula', Univers, 'Gill Sans',Geneva,'Helvetica Neue',Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    background-color: #fff;
    position: absolute;
    width: calc(100% - 40px);
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: #000; }
  .artspace-related-post h2 {
    font: 33px/38px 'UniversNW01-420CdRegula', Univers, 'Gill Sans',Geneva,'Helvetica Neue',Helvetica,Arial,sans-serif;
    min-height: 70px;
    bottom: 0; }
    .artspace-related-post h2.long {
      font: 28px/28px 'UniversNW01-420CdRegula', Univers, 'Gill Sans',Geneva,'Helvetica Neue',Helvetica,Arial,sans-serif;
      height: 80px;
      padding-top: 15px; }
  .artspace-related-post h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    top: 0;
    height: 75px; }
  .artspace-related-post-wrapper {
    margin-top: 30px; }
    @media screen and (min-width: 992px) {
      .artspace-related-post-wrapper {
        margin-top: 70px; } }
  .artspace-related-post-heading {
    font: 16px/20px 'Roboto Slab', serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 3px;
    color: #000; }
    @media screen and (min-width: 992px) {
      .artspace-related-post-heading {
        margin-bottom: 50px; } }
  .artspace-related-post-img {
    position: relative; }
    .artspace-related-post-img svg {
      width: 100%;
      max-width: 40px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin: 0 auto 0;
      text-align: center;
      left: 0;
      right: 0;
      cursor: pointer;
      opacity: 0.7;
      transition: opacity 500ms; }
      .artspace-related-post-img svg:before {
        content: '\49';
        font-size: 40px;
        font-family: 'ElegantIcons';
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.video-player {
  position: relative;
  top: 0px;
  
}
  .video-player button {
    border: none;
    outline: none;
    box-shadow: none; 
    
}
  .video-player img {
    width: 100%;
    height: auto;
    opacity: 0; 
    }
  .video-player-play-button {
    width: 100%;
    max-height: 100%;
    background-color: black;
    position: absolute;
    background-size: cover;
    background-position: center center;
    transition: opacity 500ms;
    cursor: default; 
    }
    .video-player-play-button.hide-me {
      transition: opacity 500ms;
      opacity: 0;
      z-index: -10; }
    .video-player-play-button svg.video-player-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin: 0 auto 0;
      text-align: center;
      left: 0;
      right: 0;
      cursor: pointer;
      opacity: 0.7;
      transition: opacity 500ms;
      max-width: 40px; }
      .video-player-play-button svg.video-player-button:before {
        content: '\49';
        font-size: 40px;
        font-family: 'ElegantIcons';
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .video-player-play-button svg.video-player-button.hide-me {
        transition: opacity 500ms;
        opacity: 0; }
      @media screen and (min-width: 992px) {
        .video-player-play-button svg.video-player-button {
          max-width: 64px; } }
      .video-player-play-button svg.video-player-button:hover {
        opacity: 1; }
  .video-player .video-player-arrow-down {
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 45px;
    z-index: 100; }
    .video-player .video-player-arrow-down svg {
      width: 100%;
      opacity: 0.7;
      transition: opacity 500ms;
      cursor: pointer; }
      .video-player .video-player-arrow-down svg:hover {
        opacity: 1; }
  .video-player-close-btn {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    opacity: 1;
    transition: opacity 500ms;
    padding: 15px; }
    .video-player-close-btn:hover {
      opacity: 0.7; }
 /*     
iframe#vimeo-iframe { 
	margin-top: 0; 
	height: 100vh;
}
*/
.artspace-related-post {
  position: relative;
  border: 2px solid #999;
  padding: 75px 20px 70px;
  text-align: center;
  margin-bottom: 20px; }
  .artspace-related-post .artspace-related-post-type {
    position: absolute;
    top: 15px;
    z-index: 20;
    left: 0;
    right: 0; }
  .artspace-related-post a {
    text-decoration: none; }
    .artspace-related-post a:hover {
      opacity: 1; }
      .artspace-related-post a:hover img {
        opacity: 0.5;
        transition: opacity 500ms; }
  .artspace-related-post h2, .artspace-related-post h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'UniversNW01-420CdRegula', Univers, 'Gill Sans',Geneva,'Helvetica Neue',Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    background-color: #fff;
    position: absolute;
    width: calc(100% - 40px);
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: #000; }
  .artspace-related-post h2 {
    font: 33px/38px 'UniversNW01-420CdRegula', Univers, 'Gill Sans',Geneva,'Helvetica Neue',Helvetica,Arial,sans-serif;
    min-height: 70px;
    bottom: 0; }
    .artspace-related-post h2.long {
      font: 28px/28px 'UniversNW01-420CdRegula', Univers, 'Gill Sans',Geneva,'Helvetica Neue',Helvetica,Arial,sans-serif;
      height: 80px;
      padding-top: 15px; }
  .artspace-related-post h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    top: 0;
    height: 75px; }
  .artspace-related-post-wrapper {
    margin-top: 30px; }
    @media screen and (min-width: 992px) {
      .artspace-related-post-wrapper {
        margin-top: 70px; } }
  .artspace-related-post-heading {
    font: 20px/26px 'TTNorms-Regular', serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 3px;
    color: #000; 
    }
    @media screen and (min-width: 992px) {
      .artspace-related-post-heading {
        margin-bottom: 50px; } }
  .artspace-related-post-img {
    position: relative; }
    .artspace-related-post-img svg {
      width: 100%;
      max-width: 40px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin: 0 auto 0;
      text-align: center;
      left: 0;
      right: 0;
      cursor: pointer;
      opacity: 0.7;
      transition: opacity 500ms; }
      .artspace-related-post-img svg:before {
        content: '\49';
        font-size: 40px;
        font-family: 'ElegantIcons';
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
.single-article-intro {
	
}
.single-article-intro h3 {
	font-family: 'TTNorms-Bold';
	text-transform: uppercase;
	font-size: 40px;
	line-height: 41px;
	margin-bottom: 15px;
}
.single-article-intro .top-info {
	font-family: 'Roboto Slab';
	font-size: 16px;
	line-height: 26px;
}
.title-label {
  font-size: 24px;
  line-height: 30px;
  color: black;
  text-align: center;
  margin: 0; }
  @media screen and (min-width: 992px) {
    .title-label {
      text-align: left; } }

.ovnav {
	margin-top: 50px;
}

.inhalt_single {
	margin-top: 60px; 
}
.inhalt_gallery {
}

.dachzeile_editions  {
	font-family: 'TTNorms-Regular';
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	margin-top: 20px;
}
.editions_button {
	font-family: 'TTNorms-Bold';
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}
/*----------------------commissions 2021------------------*/
.commissions h2 {
	font-family: 'UniversNW01-620CdBold', Univers, Helvetica, Arial, sans-serif;
	font-size: 66px;
	line-height: 76px;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 10px;
}
.top-info {
	font-family: 'Roboto Slab';
	font-size: 22px;
	line-height: 32px;
}
.commissions_related {
	//min-height: 650px;
	padding: 30px 0px 30px 0px;
}
.commissions_related h3 {
	font-family: 'UniversNW01-620CdBold', Univers, Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 10px;
	letter-spacing: 1px;
}
.commissions_related .dachzeile {
	font-family: 'UniversNW01-420CdRegula', Univers, Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.commissions_related .teaser {
	font-family: 'Roboto Slab';
	font-size: 16px;
	line-height: 24px;
	//font-weight: 200;
}
.commissions_icon {
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.bild-gross-editions {
		display: table-cell;
	}
	.table-editions {
		display: table;
	}
	
h3.postwh {
	font-size: 26px; line-height: 30px; font-weight: normal; letter-spacing: 1px;
	
}	


/*-------gallery overlay----*/
.gallery-overlay, .post-gallery-overlay {
  height: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333;
  overflow-y: auto;
  transition: 0.5s;
}
.gallery-icon-close:before {
    font-weight: normal;
    content: '\f00d';
    font-family: 'black-tie-light';
    font-size: 32px;
    line-height: 24px; 
}
.gallery-icon-prev:before {
    font-weight: normal;
    content: '\f09a';
    font-family: 'black-tie-light';
    font-size: 32px;
    line-height: 24px; 
}
.gallery-icon-next:before {
    font-weight: normal;
    content: '\f09b';
    font-family: 'black-tie-light';
    font-size: 32px;
    line-height: 24px; 
}
.gallery-icon-info:before {
    font-weight: normal;
    content: '\f02b';
    font-family: 'black-tie-light';
    font-size: 32px;
    line-height: 24px; 
}
a.gallery-control {
	color: #818181;
}
a.gallery-control:hover span, a.gallery-control:focus span {
	color: #fff;
}
.galcontr_re {
	display: block;
	height: 30px;
}
.galcontr_li {
	display: block;
	height: 30px;
}
.galclosebutton, .gcb {
	display: block;
	height: 30px;
}

.gallery-caption {
	position: absolute;
	text-align: left;
	right: 0px;
	top: 50px;
	width: 300px;
	color: #fff;
	padding-right: 15px;
	transition: 0.5s;
}
.gallery-overlay .carousel-inner, .post-gallery-overlay .carousel-inner {
	min-height: 900px;
}
.gallery-overlay .bildcontainer, .post-gallery-overlay .bildcontainer {
	border-right: 1px solid #818181; 
}
.gallery-overlay .galrechts, .post-gallery-overlay .galrechts {
	color: #818181;
}
.carousel-inner .item {
	height: 90vh;
}
.bild_querformat {
	margin: 0px auto; 
	display: block; 
	width: 100%; 
	object-fit: contain; 
}
.bild_hochformat {
	margin: 0px auto; 
	display: block; 
	height: 90vh; 
	object-fit: contain;
}
.galdescr a {
	color: #fff;
}
.inhaltrechts {
	width: 100%;
	margin: 15px 0;
	height: 30px;
}

/*-----------------neu-------*/
figure.fixedratio_comm {
  padding-top: 55% !important;
  background-size: cover;
  -moz-background-size: cover;  
  background-position: center;
 
}
.comm-h1 {
	margin-bottom: 0px;
}
.mediatype_wrapper {
	position: absolute; 
	top: 42%;
	width: 100%;
	text-align: center;
}
.mediatype {
	font-family: 'ElegantIcons';
	font-size: 100px;
	text-shadow: 5px 5px rgba(0,0,0,0.3);
}
.mediatype_small {
	font-family: 'ElegantIcons';
	font-size: 60px;
	text-shadow: 3px 3px rgba(0,0,0,0.3);
}
.aufmacher {
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
}
.a_dachzeile {
	font-family: 'TTNorms-Regular';
	text-transform: uppercase;
	font-size: 22px;
	line-height: 24px;
	margin-top: 30px;
}
.a_titel {
	font-family: "UniversNW01-620CdBold";
	text-transform: uppercase;
	font-size: 55px;
	line-height: 66px;
	margin-top: 15px;
}
.a_teaser {
	font-family: 'TTNorms-Regular';
	font-size: 22px;
	line-height: 33px;
	width: 850px;
	margin: 0 auto;
	margin-top: 15px;
}
.past_comm {
	min-height: 550px;
	margin-bottom: 55px;
}
.pc_dachzeile {
	font-family: 'TTNorms-Regular'; 
	text-transform: uppercase; 
	font-size: 22px;
	line-height: 24px;
	padding-top: 22px; padding-bottom: 18px; 
	border-top: 1px solid #000;
}
.pc_titel {
	font-family: "UniversNW01-620CdBold";
	text-transform: uppercase;
	font-size: 30px;
	line-height: 38px;
	margin-top: 10px;
}
.pc_teaser {
	font-family: 'TTNorms-Regular';
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
}
.single_dachzeile {
	font-family: 'TTNorms-Regular';
	text-transform: uppercase;
	font-size: 33px;
	line-height: 44px;
	margin-top: 30px;
}
.single_titel {
	font-family: "UniversNW01-620CdBold";
	font-size: 55px;
	line-height: 66px;
	margin-top: 5px;
}
.single_subline {
	font-family: 'TTNorms-Regular';
	font-size: 17px;
	line-height: 27px;
	margin: 10px 0;
	text-decoration: none;
}
.single_interviewlink {
	font-family: 'TTNorms-Bold';
	font-size: 17px;
	line-height: 27px;
	margin: 40px 0 30px 0;
	text-decoration: underline;
}

.single_text {
	font-family: 'TTNorms-Regular';
	font-size: 17px;
	line-height: 27px;
	margin-top: 30px;
}
.infoitem {
	font-family: 'TTNorms-Regular';
	font-size: 16px;
}
.infowrap {
	margin-bottom: 20px;
}
.infoitemstrong {
	font-family: "UniversNW01-620CdBold";
	font-size: 20px;
	text-transform: none;
}
.infozitat {
	font-family: "LibreBaskervilleItalic";
	font-size: 18px;
	line-height: 26px;
	text-transform: none;
	margin-top: 20px;
}
.artspace-content .wp-caption {
	margin: 60px 0 80px -120px;
}
.artspace-content .wp-caption-text {
	font-family: 'TTNorms-Regular';
	font-size: 13px;
	line-height: 20px;
}
.icon-maximize:after {
    font-weight: normal;
    content: '\f086';
    font-family: 'black-tie-bold';
    font-size: 40px;
    line-height: 32px; 
}
/* gallery image overlay */
/* Container needed to position the overlay. Adjust the width as needed */
.imagecont {
  position: relative;

}

/* Make the image responsive */
.image {
  display: block;
  width: 100%;
  height: auto;
}

/* The overlay effect - lays on top of the container and over the image */
.imageoverlay {
  position: absolute;
  top: 10px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.0); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-family: 'black-tie-regular';
  font-size: 20px;
  padding: 20px;
  text-align: right;
}

/* When you mouse over the container, fade in the overlay title */
.imagecont:hover .imageoverlay {
  opacity: 1;
}
.galimgdesc {
	padding-left: 30px;
}
.artspace-content {
	
}
.artspace-content-info {
	right: -120px !important;
	text-align: left;
}


figure.fixedratio4 {
  padding-top: 134%;
  background-size: cover;
  -moz-background-size: cover;  
  background-position: center;
  border: 1px solid #ccc;
}
.candprint_button {
	position: absolute;
	bottom: 0;
	left: 43%;
	width: 33%; 
	border: 1px solid #ccc; 
	padding: 7.5px 10px 7.5px 10px;
	cursor: pointer; 
	text-align: center;
	font-family: 'UniversNW01-420CdRegula', Univers, Helvetica, Arial, sans-serif;
	text-transform: uppercase; 
	letter-spacing: 2px;
	margin-top: 30px;
	z-index: 10000;
}

.candprint_button:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000; 
}
.candprint_button:hover a {
	color: #fff;
}
.top40 {
	margin-top: 40px;
}
.hoehe0 {
	height: 0;
	display: none;
}

@media only screen and (max-width: 600px) {
	.comm-h1 {
		margin-bottom: 15px;
	}
	.aufmacher {
		padding-bottom: 50px;
	}
	.artspace-content .wp-caption {
	width: 100% important!
}
	.artspace-content-info {
	right: 0px !important;
}
	.gallery-overlay .carousel-inner, .post-gallery-overlay .carousel-inner {
	min-height: 500px;
}
.gallery-overlay .bildcontainer, .post-gallery-overlay .bildcontainer {
	border-right: 1px solid #818181; 
}
.gallery-overlay .galrechts, .post-gallery-overlay .galrechts {
	color: #818181;
}
.carousel-inner .item {
	height: 70vh;
}
	.bild_querformat {
	margin: 20px auto; 
	display: block; 
	width: 100%; 
	object-fit: contain; 
}
.bild_hochformat {
	margin: 20px auto; 
	display: block; 
	height: 80vh; 
	object-fit: contain; 
	}
	/*
	.galrechts > .inhaltrechts {
	float: left;
	width: 20%;
	margin: 15px 0;
	height: 30px;

	}
	*/
	.top40 {
		margin-top: 0;
	}
	figure.fixedratio_comm {
  padding-top: 80%;
  background-size: cover;
  -moz-background-size: cover;  
  background-position: center;
	}
	.hoehe0 {
		display: inline;
	}
}