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

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

/*MENU*/  

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: black;
	background-color:rgba(255,255,255,0.5);
	text-align: center;
	padding: 10px 0;
	display: none;
}

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

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

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

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

nav {
  display: block;
}

.menu_button {
  position: fixed;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;    
  z-index: 1000;
}

.menu_button a {
  padding: 20px 30px 20px 30px;
    background-color:rgb(0, 0, 0);
    color: white;
}

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

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

#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:hover {
    background-color:rgba(0, 0, 0, 0.5);
    text-decoration: underline;
}

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

#m_logo.menu_active a:hover{
}

#m_projekte.menu_button a:hover {
    background-color:rgba(0, 0, 0, 0.5);
    text-decoration: underline;
}

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

#m_projekte.menu_active a:hover{
}

#m_contact.menu_button a:hover {
    background-color:rgba(0, 0, 0, 0.5);
    text-decoration: underline;
}

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

#m_contact.menu_active a:hover{
}

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

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

#m_buero.menu_active a:hover{
}

#m_logo {
  top: 20px;
  text-align: center;
  left: 50%;
  margin-left: -195px;
}

#m_projekte{
  left: 0px;
  margin-top: -13px;
  top: 50%;
}

#m_contact {
  right: 0px;
  margin-top: -13px;
  top: 50%;
}

#m_buero {
  text-align: center;
  bottom: 20px;
  left: 50%;
  margin-left: -90px;
}

#spacekitchen_cross {
  position: fixed;
  top: 5px;
  text-align: center;
  left: 50%;
  margin-left: 170px;
  z-index: 1000;
}

/*CONTENT*/

#content {
  position: relative;
  margin-top: 270px;
  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:1330px){
  #content {width: 670px!important}
  .img_1,.text_1,.text_3 {width: 650px !important}
  .img_2,.text_2,.img_3  {width: 315px !important}  
  .text_1 {font-size: 18px !important; line-height: 26px!important}  
	#contact_content {width: 710px !important}
	#map_canvas {height:400px !important; width:315px !important}
	#contact_map {height: 400px !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: 0 10px 20px 10px;
  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: 650px;
}

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

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

.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_big > *,
.text_1 > *,
.text_2 > *,
.text_3 > * {
  padding-right: 10px;
}

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

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

/*.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 .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%;
  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: 14px;
	line-height: 18px;
      letter-spacing: 1px;
  text-transform:uppercase;
      background-color:rgba(255,255,255,0.5);
}

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

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

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

#social-media {
    display: block;
  position: relative; 
  left: 0; 
  right: 0; 
  text-align: center;
  margin-left: auto;
  margin-right: auto;

}
  
/* PROJEKTE-UEBERSICHT */

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

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

#project_menu ul {
  width: 300px;
	margin-top: 50px;
	margin-left: 50px;
  text-align: left;
  text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
  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;
  margin-top: 230px;
}

.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: 315px;
  height: 220px;
}

.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: fixed;
  width: inherit;
  top: 94px;
  z-index: 1000; 
  margin-left: -5px;
}

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

.title {
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 2px;
  text-transform: uppercase;
}



/* BUERO */

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

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

#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: 270px;
  bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 1010px;
}

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

#map_canvas {
  height:500px;
  width:650px;
}

#contact_details {
  margin-left: 10px;
  font-weight: normal;
  width: 310px;
}

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

#contact_details p{
	font-size: 20px;
  line-height: 29px;
}

#contact_details h2{
  font-size: 18px;
  line-height: 28px;
  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}}
*/
