/* Font
-------------------------------------------------- */
@font-face {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


/* 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: #000000;
  text-decoration: none;
  transition: color .2s, background .2s, border .2s;
}

a:hover {
 color: #666666;
}

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



/* Buttons
-------------------------------------------------- */
.btn1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 1em;
  padding: 7px 10px 7px 10px;
  background-color: #666666;
  border: 1px solid grey;
}

.btn1:hover {
  background-color: #333333;
}

.btn2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 1em;
  padding: 7px 10px 7px 10px;
  background-color: #ffffff;
  border: 1px solid  grey;
}

.btn2:hover {
  background-color: #eaeaea;
}


/* Forms
-------------------------------------------------- */
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding : 7px 7px ;
  font-size: 1em;
  resize: none;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding : 7px 7px ;
  font-size: 1em;
}


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


/* Site
-------------------------------------------------- */
html {
  height: 101%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering:optimizeLegibility;
}

body {
 	margin: 0 auto;
 	font-size: 0.7em;
 	line-height: 1.3em;
 	letter-spacing: 0.02em;
 	width: 88%;
 	max-width: 1080px;
 	background-color: #fff;
	padding: 1.8em; 	
	color: #999999;
}


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

.space {
	margin-bottom: 2em;
}	

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

.logo {
  float: left;	
  display: block;
  font-size: 2.1em;
  line-height: 1.25em;
  }
  
.logo a:hover  {
  text-decoration: none;
}

.logohome {
  display: block;
  margin-bottom: 1.5em;
  font-size: 2.1em;
  line-height: 1.25em;
  color: #ffffff;  
}


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

.menu a {
  display: block;
  font-size: 1em;
  line-height: 0.8em;
  text-transform: uppercase;
}

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

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

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

  .logo {
  width: 60%;
  font-size: 2em;
  float: none;
  }

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

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

  .logo {
  width: 60%;
    font-size: 2em;
  float: none;
  }

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

@media screen and (min-width: 768px) and (max-width: 910px) {
  body {
  width: 100%;
  padding: 2em;
  }
  
  .menu {
  float: none;
  margin-top: 1.5em;
  }
  
  .menu li {
  padding: 0em 1.7em 0em 0em;
  }
  
  .logo {
  width: 160px;
  float: none;
  }
}

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

.menu .active {
	border-bottom: 1px solid #747474;
	padding-bottom: 3px;
}
}

/* Headings
-------------------------------------------------- */
h1 {
  font-size: 2em;
  line-height: 1.25em;
  margin-bottom: .5em;
  color: #333333;
  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;
  font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}


/* Grid
-------------------------------------------------- */
	
.gridborder {
	margin-left: -15px;
	margin-right: -15px;
	}	
	
.gridframe {
	width: 33.33%;
    float: left;
    position:relative;
    margin-bottom: 1.5em;
    padding-left: 15px;
	padding-right: 15px;
}

.gridframe2 {
	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-h2:before {
	content: "";
	display:block;
	padding-top: 120%;
	}
	
.grid-img-h {
	position:relative;
}

.grid-img-h2 {
	position:relative;
}

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

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

.grid-title {
  position: relative;
  margin-top: 0.6em;	
  height: 4em;
  font-size: 1.20em;
  line-height: 1.35em;
  letter-spacing: 0.03em;
  width: 100%;
}

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

@media screen and (max-width: 400px) {	
	.gridframe { 
	width: 100%;
    margin-bottom: 0.5em;
	}
		
	.grid-title {
	margin-top: 0.9em;	
    width: 100%;
	}
}

@media screen and (min-width: 400px) and (max-width: 768px) {	
	.grid-title {
      width: 100%;
	}
}



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

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

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

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

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

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

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

@media screen and (min-width: 400px) and (max-width: 768px) {	
	.workcapt-h, .videocapt, .workdata, .worktext {
      width: 80%;
	}
}



 /* About
-------------------------------------------------- */

.about {
	margin-bottom: 2.5em;
}

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


.abouttitle {
	font-size: 1.2em;
	margin-bottom: 1.2em;
	color: #333333;
}



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

.contact {
	float: left;
	width: 25%;
	line-height: 1.45em;
	margin-bottom: 4em;
}

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

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

}


@media screen and (max-width: 400px) {
	
.contact {
	float: none;
	width: 100%;
	margin-bottom: 2em;
}

.row {
	padding-bottom: 4em;
}
}

@media screen and (min-width: 400px) and (max-width: 768px) {
.contact {
	width: 33.33%;
	margin-bottom: 4em;
}

.imp {
	padding-top: 2em;
}

}


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

.hometxt {
	font-size: 4em;
	line-height: 1.2em;
	color: #000;
	margin: 5em auto;
	max-width: 1000px;
}

.hometxt_w {
	font-size: 4em;
	line-height: 1.2em;
	color: #fff;
	margin: 5em auto;
	max-width: 1000px;
}

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

    
@media screen and (max-width: 400px) {
	.hometxt, .hometxt_w{
	font-size: 2em;
	margin: 3em auto;
	width: 350px;
	}
}
  
@media screen and (min-width: 400px) and (max-width: 768px) {
	.hometxt, .hometxt_w {
	font-size: 3em;
	margin: 4em auto;
	width: 660px;
	}
}



/*.grid-img-h img:hover, .grid-img-h img:active, .publcont a img:hover, .publcont a img:active, .newscont a img:hover, .newscont a img:active, .exhib-img img:hover, .exhib-img img:active {
	filter:alpha(opacity=80);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
*/

