body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }
  
a {
  color: #000;
  text-decoration: none;
    border-bottom: 1px solid #000;
}  

a:hover{
  border-bottom: 2px solid #000;
}

/*MENU*/  

label {}

#menu_label {}

#header {
position: fixed;    
text-align: center;
left: 50%;
margin-left: -527px; 
top: 0px;    
z-index: 1100;
}

#back {
    position: fixed;
    left: 12px;
    top: 12px;
    z-index: 1200;
}

#de-en {
    position: fixed;
    right: 12px;
    top: 12px;
    z-index: 1200;
}

/*Make dropdown links appear inline*/
#menu {
		
		display: none;
	}
	

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: white;
	background-color:black;
	text-align: center;
    font-weight: bold;
    font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;    
	padding: 16px 500px 16px 500px;
	display: block;
}

.show-menu:hover {
     background-color:rgba(0, 0, 0, 0.5);
}

nav {
  display: block;
}

.menu_button {
    position: fixed;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;    
  z-index: 1500;
}

#back.menu_button a {
  padding: 12px 12px 12px 12px;
    color: white;
    background-color: black;
    display: block;
    border: solid 1px white;
}

#back.menu_button a:hover {
    background-color:rgba(0, 0, 0, 0.5);
}

#back.menu_active a {
    background-color:rgba(0, 0, 0, 0.5);
}

#back.menu_active a:hover{
}

#de-en.menu_button a {
  padding: 12px 12px 12px 12px;
    color: white;
    background-color: black;
    display: block;
    border: solid 1px white;
}

#de-en.menu_button a:hover {
    background-color:rgba(0, 0, 0, 0.5);
}

#de-en.menu_active a {
    background-color:rgba(0, 0, 0, 0.5);
}

#de-en.menu_active a:hover{
}

#m_logo.menu_button a {
  padding: 16px 500px 16px 500px;
    color: white;
    background-color: black;
}

#m_logo.menu_button a:hover {
 border-bottom: none;    
    background-color:rgba(0, 0, 0, 0.5);
}

#m_logo.menu_active a {
  text-decoration: underline;
    border-bottom: none;
}

#m_logo.menu_active a:hover{
    border-bottom: none;
}

#m_projekte.menu_button a {
  padding: 16px 500px 16px 500px;
    color: white;
    background-color: black;
}

#m_projekte.menu_button a:hover {
    border-right: none;
    background-color:rgba(0, 0, 0, 0.5);
}

#m_projekte.menu_active a {
  text-decoration: underline;
    border-right: none;
}

#m_projekte.menu_active a:hover{
    border-right: none;
}

#m_contact.menu_button a {
  padding: 16px 500px 16px 500px;
    color: white;
    background-color: black;
}

#m_contact.menu_button a:hover {
  border-left: none;
    background-color:rgba(0, 0, 0, 0.5);
}

#m_contact.menu_active a {
  border-left: none;
    text-decoration: underline;
}

#m_contact.menu_active a:hover{
  border-left: none;
}

#m_buero.menu_button a {
  padding: 16px 500px 16px 500px;
    color: white;
    background-color: black;
}

#m_buero.menu_button a:hover {
    background-color:rgba(0, 0, 0, 0.5);
}

#m_buero.menu_active a {
  text-decoration: underline;
}

#m_buero.menu_active a:hover{
}

#m_logo {

    top: auto;
    bottom: 14px;
    left: 50%;
    margin-left: -616px;
     text-align: center;
    
}

#m_projekte{

    top: 25%;   
    margin-top: 3px;
    left: 50%;
    margin-left: -543px;
    text-align: center;
}

#m_contact {
   
    top: auto;   
    margin-top: auto;
    right: 50%;
    margin-right: -539px; 
    text-align: center;
    bottom: 25%;
    margin-bottom: 3px;
}

#m_buero {
   
    bottom: auto;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -542px;
    text-align: center;
   
}

#spacekitchen_cross {
    top: auto;
    bottom: 28px;
    left: 50%;
    margin-left: 119px;
    z-index: 2000;
    position: fixed;
    text-align: center;
 
}

/*CONTENT*/

#content {
  position: relative;
  margin-top: 200px;
  bottom: 100px;
  width: 1340px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 10px;
}

/* @media only screen and (max-width:1650px){
  #content{width: 1010px!important}
  .img_1,.text_1,.text_3,.img_2,.text_2,.img_3 {width: 485px!important}
  } */
@media only screen and (max-width:750px){
  #content {width: 460px!important}
  .img_1,.text_1,.text_3,.img_2,.text_2,.img_3 {width: 100% !important}
  .text_1,.text_2,.text_3,.text_big {font-size: 14px !important; line-height: 21px!important}  
	#contact_content {width: 460px !important}
	#map_canvas {height:400px !important; width:460px !important}
	#contact_map {height: 400px !important}
}
    
@media only screen and (max-width:460px){
  #content {width: 230px!important}
  .img_1,.text_1,.text_3,.img_2,.text_2,.img_3 {width: 100% !important}
  .text_1,.text_2,.text_3,.text_big {font-size: 14px !important; line-height: 21px!important}  
	#contact_content {width: 230px !important}
	#map_canvas {height:335px !important; width:230px !important}
	#contact_map {height: 335px !important}
  }
/*@media only screen and (max-width:1000px){
  #content{width: 70% !important}
  #project_menu{height: 180px !important}  
  }*/

.content-block {
}

.content-block:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.content-block > *,
.image-container-single {
  text-align: left;
  padding: 0px 10px 10px 0px;
  float: left;  
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
margin-bottom: 40px    
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.img_big,
.text_big{
  width: 100%;
}

.img_1, 
.text_1 {
  width: 335px;
}

.img_2, 
.text_2  {
  width: 335px;
}

.img_3,
.text_3{
  width: 335px;
}

.text_1,
.text_big{
  font-size: 20px;
  line-height: 29px;
}

.text_3{
  font-size: 18px;
  line-height: 27px;
}

.text_2
 {
  font-size: 15px;
  line-height: 22px;
}

.text_1 > *,
.text_2 > *,
.text_3 > * {
  padding-right: 10px;
}

.content-block h2 {
  letter-spacing: 1px;
}

.content-block h3 {
  letter-spacing: 1px;
}

/*.content-block .text_1 h2 {
  text-transform: uppercase;
}*/


.content-block p,
.content-block .text_1 h2 {
  padding-bottom: 10px;
}

.text_1 p:last-child,
.text_2 p:last-child, 
.text_3 p:last-child {
  padding-bottom: 0px;
}

p a {
  border-bottom: 1px black solid;
}

p a:hover {
  border-bottom: 2px black solid;
}

/*STARTSEITE*/

#start_menu .menu_button a:hover {
}

#start_menu a:hover {
    border-bottom: none;
}

.white_type #m_buero.menu_button a
   {
  color: black;
    background-color: white;   
}

.white_type #m_logo.menu_button a
   {
  color: black;
    background-color: white;   
}

.white_type #m_contact.menu_button a
   {
  color: black;
    background-color: white;   
}

.white_type #m_projekte.menu_button a
   {
  color: black;
    background-color: white;   
}

.white_type .show-menu
   {
  color: black;
    background-color: white;   
}

.white_type .menu_button a:hover,
.white_type .menu_active a  {
  border-bottom: solid 1px white;
}

.white_type .menu_active a:hover {
  border-bottom: solid 2px white;
}

#start  {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}

#start img {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;   
  max-width: 150%;
  max-height: 80%;     
  z-index: -1000;
}
  
#description {
  position: fixed; 
  top: 50%; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin-top: -100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;

}
    
 
 #description h1 {
      display: inline;
  font-weight:bold;
     font-size: 12px;
	line-height: 16px;
      letter-spacing: 1px;
  text-transform:uppercase;
      background-color:rgba(255,255,255,0.5);
}

 #description h2 {
      display: inline;
  font-weight: normal;
      font-size: 12px;
	line-height: 16px;
      letter-spacing: 1px;
  text-transform:uppercase;
      background-color:rgba(255,255,255,0.5);
}

#description h3 {
      display: none;
  font-weight: lighter;
      font-size: 12px;
	line-height: 14px;
      letter-spacing: 1px;
  text-transform:lowercase;
      background-color:rgba(255,255,255,0.5);
}

#description h4 {
      display: none;
}

#description img {
  width: 50%;
}

#social-media {
  position: fixed; 
  left: 0; 
  right: 0; 
  bottom: 10px; 
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#social-media img {
  width: inherit;
    padding: 4px 4px 4px 4px;
}
  
/* PROJEKTE-UEBERSICHT */

#project_menu ul li:hover {
	cursor: pointer;
}

.project_teaser,
#project_menu {
  position: relative;
  width: 210px;
  height: 147px;
  text-align: center;
  margin: 0px 10px 50px 0px;
  float: left;
}

#project_menu ul {
  width: 300px;
	margin-top: 50px;
	margin-left: 50px;
  text-align: left;
  text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
  line-height: 20px;  
}

#project_menu ul li {

  margin-bottom: 12px;
  list-style-image: url('../img_icon/chechbox.png');
  list-style-position: inside;  
}

#project_menu ul li.selected {
  list-style-image: url('../img_icon/cross.png');
}

.project_title {
  float: left;
  display: inline;
    text-align: left;
  margin-top: 150px;
    line-height: 1.3;
}

.project_cover {
	position: relative;
	background: rgba(255,255,255,0.93);
	height: 247px;
	width: 100%;
	display: none;
}

.project_teaser a {
}
    
.project_teaser img {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 147px;
}

.project_teaser:hover {
}

.project_teaser:hover .projekt_img_sw {
  display: none;
}

.project_teaser:hover .project_title{
  border-bottom: 1px solid #000;
}


/*PROJEKTE*/

#content.project_content  {
}
  
#projekt_headline {
  position:relative;
    display: block;
  width: inherit;
  top: 0px;
    margin-bottom: 14px;
  margin-left: -5px;
}

#projekt_headline h1 {
  display: inline;
  text-align: center;
  line-height: 2.5;
  padding: 7px 7px 7px 7px;
  background-color:rgba(255,255,255,0.2);
  border-bottom: 1px solid black;
}

.title {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}



/* BUERO */

.section_headline {
  width: 100%; 
  margin-left: -5px;
  margin-bottom: 40px;
}

.section_headline .title {
  display: inline;
     line-height: 28px;
  border-bottom: 1px solid black;
  padding: 7px 7px 7px 7px;
}

#team h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 2px;
}

#team p {
	font-weight: normal;
}

.img_name {
	margin-top: -50px;
	
}
.img_name h2 {
	margin-top:50px;
	margin-bottom:20px;
	display: none;
}

.img_name img {
	margin-top: 40px;
	margin-left: 75px;
	margin-bottom: 15px;
}

#portrait a:hover {
    border-bottom: none;
}

#buero_images {
	margin-top: 20px;
}

#buero_images a:hover{
	border-bottom: none
}

/* CONTACT */

#contact_content {
	position: relative;
  margin-top: 170px;
  bottom: 100px;
  text-align: center;
  width: 335px;
}

#contact_map {
	float: left;
  overflow:hidden;
  height:335px;
}

#map_canvas {
  height:335px;
  width:335px;
}

#contact_details {
  margin-left: 0px;
  font-weight: normal;
  width: 100%;
}

#contact_details h1 {
  font-size: 18px;
    display: block;
}

#contact_details p{
	font-size: 14px;
  line-height: 21px;
}

#contact_details h2{
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;  
  letter-spacing: 2px;
	padding-bottom: 10px;
}

#impressum {
  margin-top: 30px;
}

#impressum p { 
  font-weight: normal;
}

#impressum_title {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}
   





/*@media only screen and (max-width:460px){#content-container{width: 350px!important}}
*/

/*
@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}
@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
*/
