/* Font
-------------------------------------------------- */


/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* Pix
-------------------------------------------------- */
img {
  display: block;
}


/* Links
-------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: color .2s, background .2s, border .2s;
}
a:hover {
 color: #555555;
}


.link a{
	border-bottom: 1px solid #767676;
	padding-bottom: 1px;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 25px;
	bottom: 20px;
	background: url(images/up-arrow.png) no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.main hr {
  margin: 3em 0;
  height: 1px;
  background: #e8e8e8;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/* Site
-------------------------------------------------- */
html {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering:optimizeLegibility;
}

body {
 	margin: 0 auto;
 	font-size: 0.9em;
 	line-height: 1.4em;
 	letter-spacing: 0.02em;
 	width: 88%;
 	max-width: 1500px;
 	background-color: #fff;
 	padding: 1.5em 3em 0 3em;
 	color: #000;
 	 -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}


.title {
	font-size: 1.05em;
	line-height: 1.3em;
	margin-bottom: 1.5em;
	text-transform: uppercase; 
	clear: left;
    }

.space {
	margin-bottom: 2em;
}	

/* Header
-------------------------------------------------- */
.header {
	margin-bottom: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.header-home {
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.logo {
  float: left;	
  display: block;
  font-size: 2.1em;
  line-height: 1.9em;
  text-transform: uppercase;
  font-family: 'Open Sans SemiCondensed Bold', sans-serif;
  font-weight: 700;
  }
  
.logo a:hover  {
  text-decoration: none;
}

.logohome {
  display: block;
  font-size: 2.1em;
  line-height: 1.9em;
  color: #ffffff;  
}

.homecontent {
	position: relative;
	height: 95vh;
}


/* Navigation
-------------------------------------------------- */
.menu {
	margin-top: 1.3em;
    float: right;
}

.menu a {
  display: block;
  font-size: 1.8em;
  line-height: 0.8em;
  text-transform: ;
   font-family: 'Open Sans', sans-serif;
  font-weight: ;
}

.menu li {
  list-style: none;
  float: left;
  position: relative;
  padding: 0em 0em 0em 3em;
}

.menu li:first-child {
 padding-left: 0em;
}

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

  body {
  width: 100%;
  padding: 1.3em;
  }
  
  .header {
  margin-bottom: 1em;
  padding-top: 0em;
	}

  .logo, .logohome {
  width: 60%;
  font-size: 1.4em;
  line-height:0.6em;
  float: none;
  }
  
  .menu a {
  font-size: 1.3em;
  }
  
  .menu {
  display: block;
  float: none;
  }
  
  .menu li {
  padding: 0em 1.7em 0em 0em;
  } 
}


@media screen and (min-width: 325px) and (max-width: 430px) {
  body {
  width: 100%;
  padding: 1.3em;
  }
  
  .header {
  margin-bottom: 1em;
  padding-top: 0em;
	}

  .logo, .logohome {
  width: 60%;
  font-size: 1.6em;
  line-height:0.6em;
  float: none;
  }
  
    .menu a {
  font-size: 1.3em;
  }

  
  .menu {
  display: block;
  float: none;
  }
  
  .menu li {
  padding: 0em 1.7em 0em 0em;
  } 
  
}

@media screen and (min-width: 430px) and (max-width: 768px) {
  body {
  width: 100%;
  padding: 1.5em;
  }
  
  .header {
  margin-bottom: 1em;
  padding-top: 0em;
	}

  .logo, .logohome {
  width: 60%;
  font-size: 1.6em;
  line-height:0.6em;
  float: none;
  }
  
    .menu a {
  font-size: 1.3em;
  }

  
  .menu {
  float: none;
  }
  
  .menu li {
  padding: 0em 1.7em 0em 0.1em;
  }  
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  body {
  width: 100%;
  padding: 1.5em;
  }
  
  .menu {
  float: right;
  margin-top: 1.5em;
  }
  
    .menu a {
  font-size: 1.8em;
  }
  
  .menu li {
  padding: 0em 1.3em 0em 0em;
  }
  
  .logo {
  width: 30%;;
  float: left;
  }
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  .menu li {
  padding: 0em 1.5em 0em 0em;
  }
  
    .menu a {
  font-size: 1.8em;
  }
}

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

.nav-item .active {
	border-bottom: 1px solid #767676;
	padding-bottom: 3px;
}
  .menu {
	  margin-top: 1.3rem;
  }


}

/* Headings
-------------------------------------------------- */
h1 {
  font-size: 2em;
  line-height: 1.25em;
  margin-bottom: .5em;
  color: #353535;
  font-weight: 400;

}

h2 {
  font-size: 1.2em;
  text-transform: uppercase; 
  line-height: 1.3em;
  margin-bottom: 1em;
  font-weight: 400;

}
h3 {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 1em;
  margin-top: 1.3rem;
  font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}


/* Grid
-------------------------------------------------- */
	
.gridborder {
	display: grid; 
	grid-template-columns: repeat(6, 1fr);
	column-gap: 1.5em;
	}	
	
.gridframe-5col {
    position:relative;
    margin-bottom: 1.5em;
	overflow: hidden;
}

.gridframe-2col {
	width: 50%;
    float: left;
    position:relative;
    margin-bottom: 1.5em;
    padding-left: 15px;
	padding-right: 15px;
}
	
.grid-img-h:before {
	content: "";
	display:block;
	padding-top: 140%;
	}
	
.grid-img-h, .grid-img-w  {
	position:relative;
}

.grid-img-h img, .grid-img-w img{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}	

.grid-img-w:before {
	content: "";
	display:block;
	padding-top: 75%;
	}
	
	
.grid-title {
  position: relative;
  margin-top: .8em;	
  height: 4em;
  font-size: 1em;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  width: 100%;
}

.grid-title-select {
  position: relative;
  margin-top: 1em;	
  height: 4em;
  text-align: center;
  font-size: 1em;
  text-transform:uppercase;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  width: 100%;
}

.smaller p {
	font-size: .85rem;
	line-height: 1.3em;
}



/* Image-Effects
-------------------------------------------------- */
.grid-img-w:hover {
    animation-play-state: paused;  
}

.zoom  {
	animation: zoom 5s linear infinite ;

}

@keyframes zoom {
    0% { transform: scale(1) }
    100% { transform: scale(2) }
}

.zoom2  {
	animation: zoom 9s linear infinite ;

}

@keyframes zoom2 {
    0% { transform: scale(1) }
    100% { transform: scale(1.7) }
}

.rezoom  {
	animation: rezoom 8s linear infinite ;
}


@keyframes rezoom {	
    0% { transform: scale(2) }
    100% { transform: scale(1) }
}


.drive  {
	animation: drive 8s linear infinite;
}
.drive:hover {
    animation-play-state: paused;  
}
@keyframes drive {
    0% { transform: scale(1.3) translateX(-25px) }
    100% { transform: scale(1.3) translateX(25px) }
}


.drive2  {
	animation: drive2 6s linear infinite;
  }
.drive2:hover {
    animation-play-state: paused;  
}
@keyframes drive2 {
    0% { transform: scale(1.3) translateX(25px) }
    100% { transform: scale(1.3) translateX(-25px) }
}










.more {
	width: 100%;
	border-bottom: 1px solid #767676;
	padding-bottom: 1px;
	margin-top: 1.5em;
	font-size: 1.05em;
	}
	
.anchor {
	font-size: 0.95em;
	text-transform: uppercase;
	border-bottom: 0 !important;
}

.mobil {
	display: none;
}

.series-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(107, 107, 107, 0.64);
  opacity: 0;
  -webkit-transition: .30s opacity;
  transition: .30s opacity;
  will-change: opacity;
}

.series-title {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 4rem;
  /* Vertically center the caption */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.series-box:hover, .series-box:focus {
  opacity: 1;
}


@media screen and (max-width: 450px) {	
	.gridframe-2col, .gridframe-3col { 
	width: 100%;
    margin-bottom: 0.5em;
	}
		
	.grid-title {
	margin-top: 0.9em;	
    width: 100%;
	}
	
	.gridborder {
	display: grid; 
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1em;
	}	
	
	.gridframe-5col {
    position:relative;
    margin-bottom: 1em;
    }
}

@media screen and (min-width: 450px) and (max-width: 768px) {	
	
	.gridframe-3col {
	width: 50%;
    margin-bottom: 0.5em;	
	}
	
	.grid-title {
      width: 100%;
	}
}



/* Works
-------------------------------------------------- */

.worktitle {
	font-size: 1.05em;
	text-transform: uppercase; 
}

.worktitle p {	
	margin-bottom: 1em;}

.workdata {
	width: 50%;
	margin-bottom: 1.5em;
}

.worktext {
	clear: both;
	width: 80%;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

.worktext p {
	margin-bottom: 1.1em;
}

.worktags {
	width: 100%;
	text-align: left;
	padding-top: 0rem;
	margin-bottom: 1rem;
}

.tag {
  display: inline-block;
  border: 0px solid;
  margin: .6em 1.5em 0em 0;
  padding-bottom: .2em;
  white-space: nowrap;
  font-size: .75rem;
    font-family: 'AktivGrotesk-Regular', 'Roboto', sans-serif;
  line-height: 1;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
}
	

.workgroup {
	margin-left: -15px;
	margin-right: -15px;
}

.work-v {
	width: 50%;
	float: left;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.workimg:before {
	content: "";
	display:block;
	padding-top: 140%;
	}

.workimg {
	position: relative;
	margin-bottom: 10px;
}

.workimg img{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.work-h{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.work-h img {
	width: 100%;
}

.workcapt-v {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}


.workcapt-h {
	width: 80%;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.videocapt {
	width: 80%;
	margin-bottom: 15px;
}

figure a{
      cursor:pointer;
      cursor:-webkit-zoom-in;
      cursor:-moz-zoom-in;
      cursor:zoom-in;
      }

@media screen and (max-width: 400px) {
	.work-v, .workcapt-h, .videocapt, .workdata, .worktext {
	width: 100%;
	}  
	
	.tag {
	 font-size: .68rem; 
	 margin: .6em .5em 0em 0;	
	} 
}

@media screen and (min-width: 400px) and (max-width: 768px) {	
	.workcapt-h, .videocapt, .workdata, .worktext {
      width: 80%;
	}
		.tag {
	 font-size: .68rem; 
	 margin: .6em .5em 0em 0;	
	} 
}


 /* Exhibitions
-------------------------------------------------- */

.exhibtitle {
	font-size: 1.05em;
	line-height: 1.3em;
}

.exhibdata {
	margin-bottom: 1em;
}

.exhibtext {
	margin-top: 1.5em;
}

.exhibtext p{
	margin-bottom: 1.1em;
	}

.exhib-img {
	position:relative;
	display: block;	
	margin-bottom: 1em;
	}
	
.ex-item  {
	margin-bottom: 3em;
	}	

.exhib-img:before {
	content: "";
	display: block;
	padding-top: 75%;
	}

.exhib-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	}	

.txtexhib  {
	position: absolute;
	top: 100%;
	padding: 0 8px;
	}

.picinfo {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 80%;
	}	


@media screen and (max-width: 450px) {
	.exhib-img {
	margin-bottom: 1.2em;
	}
	.exhib 	{
	margin-bottom: 2em;
	}
	
	.ex-item  {
	margin-bottom: 0em;
	}	
	
	.picinfo {
	width: 100%;
	}	
}

@media screen and (min-width: 450px) and (max-width: 768px) {
	.exhib-img {
	margin-bottom: 1.5em;
	}
	.exhib 	{
	margin-bottom: 2em;
	}
	
	.ex-item  {
	margin-bottom: 0em;
	}
	.picinfo {
	width: 80%;
	}	
}


 /* Video
-------------------------------------------------- */

.video {
	width: 100%;
	margin: 2.5rem 0 1.5rem;
	height: auto;
	}
	
#video-bg {
	position: fixed;
	top: 0;
    bottom: 0;
    left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
    min-width: 100%; 
    min-height: 100%;
    z-index: 0;
}

.video-work {
	position: absolute;
	top: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
}

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

.video {
	margin: 1.5rem 0 0.5rem;
	}
}
	

 /* Publications
-------------------------------------------------- */


.publcont {
	float: left;
	display: block;
    margin-bottom: 3em;
    width: 50%;
	}

.publcont p {
    margin-left: -0.5em;
	}

.publimg {
	position:relative;
	float: left;
	width: 45%;
	}

.publtext {
	position:relative;
	float: left;
	width: 55%;
	padding: 0 2em 0;
}

.publtitle {
	font-size: 1.05em;
	text-transform: uppercase; 
	margin-bottom: 0.4em;
}

.publimg:before {
	content: "";
	display:block;
	padding-top: 135%;
	margin-bottom: 5%;
	}

.publimg img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	}	


@media screen and (max-width: 600px) {	
	.publcont {
    margin-bottom: 3em;
    width: 100%;
    }
}


 /* CV
-------------------------------------------------- */

.cv {
	margin-bottom: 2.5em;
}

.cv p {
	margin-bottom: 1.1em;
}


.cvtitle {
	font-size: 1.05em;
	text-transform: uppercase;
	margin-bottom: 1.2em;
}

.cvlink {
	float: left;
	list-style: none;
	font-size: 0.85em;
	text-transform: uppercase;
}

.cvlink li {
	padding: 0.5em 0em;
}

.cvlink a {
	text-decoration: none;
}

 /* News
-------------------------------------------------- */

.newseintrag {
	width: 80%;
}

.newsbild-h, .newsbild-v{
	margin-top: 20px;
	margin-bottom: 20px;	
}

.newsbild-h img{
	width: 100%;
}

.newsbild-v img{
	width: 65%;
}

.newsdate {
	font-size: 0.85em;
}

.newstxt a {
	border-bottom: 1px solid;
	padding-bottom: 0px;
}

.newstxt p {
	margin-bottom: 1.5rem;
}

.newsdate {
	font-size: 0.85em;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	display: block;
	clear: both;
}

.newsvideo iframe {
	width: 900px;
	height: 506px;	
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.newscredit {
	font-size: 0.85em;
	margin-top: 5px;

}




@media screen and (max-width: 375px) {
.newsvideo iframe {
	width: 320px;
	height: 188px;
	}
	
	.newseintrag {
	width: 100%;
	}

   .newsbild-v img, .newsbild-h img{
	width: 100%;
	}

}
  
@media screen and (min-width: 375px) and (max-width: 600px) {
.newsvideo iframe {
	width: 340px;
	height: 200px;
	}
.newseintrag {
	width: 100%;
	}

.newsbild-v img, .newsbild-h img{
	width: 100%;
	}
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
.newsvideo iframe {
	width: 600px;
	height: 353px;
	}
.newseintrag {
	width: 80%;
	}

.newsbild-h img{
	width: 80%;
	}
	
.newsbild-v img{
	width: 50%
}
}




 /* Press
-------------------------------------------------- */
.press p {
	margin-bottom: 1em;
	line-height: 1.6em;
}	

.press {
	margin-bottom: 4em;
}	
	

/* ImageSlider
-------------------------------------------------- */
#imageSlider {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.sliderItem {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.sliderItemText {
    position: absolute;
    width: 70%;
    background: rgba(255, 255, 255, 0.8);
    bottom: 20%;
    left: 20px;
    padding: 20px;
    font-size: 1.2em;
    line-height: 1.2em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}


/* Contact / Imprint
-------------------------------------------------- */
.credit {
	font-size: 0.9em;
	margin-top: 2em;
	text-transform: uppercase; 
}

.contact {
	margin-bottom: 2rem;
}

.contact-title {
	padding-top: 1rem;
}

.imprint {
	width: 90%;
	color: #929292;
	font-size: .95em;
}

.imp {
	padding: 4em 0;
	display: block;
	clear: left;
	text-transform: uppercase; 
}

  #map-canvas {
	margin-top: 2em;
    width: 100%;
    height: 900px;
    background-color: #fff;
  }

.maptext {
	width: 45%;
	margin-bottom: 1.5rem;
}



@media screen and (max-width: 600px) {
	
.contact {
	float: none;
	width: 100%;
	margin-bottom: 3em;
	min-height: 6em;
}

.maptext {
	width: 100%;
	}
	
	}

@media screen and (min-width: 600px) and (max-width: 1200px) {
.contact {
	width: 50%;
	margin-bottom: 4em;
}

.imp {
	padding-top: 2em;
}


.maptext {
	width: 75%;
	}

}


 /* Home
-------------------------------------------------- */

.hometxt {
	font-size: 2.1em;
	line-height: 1.25em;
	color: #000;
	z-index: 33;
}

.hometxt_w {
	font-size: 2.1em;
	line-height: 1.25em;
	color: #fff;
	z-index: 33;	
}

.news1 {
	padding: 180px 0 5px 0;
}

.news2 {
	padding: 50px 0px 5px 0px;
}

.news3 {
	padding: 50px 0 5px 0;
}

.homepic {
	width: 100%;
	position:relative;
	display: block;	
	margin-bottom: 1.8em;
	z-index: 0;
	}

.homepic:before {
	content: "";
	display: block;
	padding-top: 50%;
	}

.homepic img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	}	

.home-imagetitle2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
	padding: 5px 10px;
}

.home-imagetitle {
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 3px 10px;
	font-size: 1rem;
}

.home-imagetitle_w a{
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 3px 10px;
	color: #fff;
	font-size: 1rem;
	}

#all {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 325px) {
	.hometxt, .hometxt_w {
	font-size: 1.4em;
	}
	
	.news1 {
	padding: 120px 0 5px 0;
	}

	.news2 {
	padding: 60px 0 0px 0;
	}

	.news3 {
	padding: 50px 0 5px 0;
	}
	
	.homepic {
	margin-bottom: 1.3em;
	}
}
	
	

    
@media screen and (min-width: 325px) and (max-width: 430px) {
	.hometxt, .hometxt_w {
	font-size: 1.6em;
	}
	
	.news1 {
	padding: 120px 0 5px 0;
	}

	.news2 {
	padding: 60px 0 0px 0;
	}

	.news3 {
	padding: 50px 0 5px 0;
	}
	
	.homepic {
	margin-bottom: 1.3em;
	}
	
	.home-imagetitle {
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 3px 10px;
	font-size: .8rem;
}

.home-imagetitle_w a{
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 3px 10px;
	color: #fff;
	font-size: .8rem;
	}
}
  
@media screen and (min-width: 430px) and (max-width: 768px) {
	.hometxt, .hometxt_w {
	font-size: 1.6em;
	}
	
	.news1 {
	padding: 70px 0 5px 0;
	}

	.news2 {
	padding: 40px 0 0px 0;
	}

	.news3 {
	padding: 20px 0 5px 0;
	}
}



