/* CSS Document */
/*
Theme Name: HN architekten
Theme URI: http://www.hnarchitekten.de/
Description: Internetauftritt
Version: 1.0
Author: mediakitchen

http://www.mediakitchen.de
Stand: 20. Februar 2015

*/
/* Variablen
----------------------------------------------------------------------------*/
/* Allgemein
----------------------------------------------------------------------------*/

#detail .rowOnlyText {
  width: 845px;
  margin: 0 0 0 75px;
  float: left;
}

#detail .rowOnlyText .rowText {
  width: 261px;
  display: inline-block;
  float: right;
  margin: 23px 0 0 30px;
}

#overlay {
	background-color: white;
	z-index: 9999;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

/* Media Queries
----------------------------------------------------------------------------*/
@media only screen and (min-width: 760px) and (max-width: 979px) {

  #detail .rowOnlyText {
    width: 100%;
    margin: 0 0 0 60px;
  }
  
  #detail .rowOnlyText .rowText {
    width: 213px;
    float: left;
    margin: 23px 0 0 0;
  }
  
}
@media only screen and (min-width: 320px) and (max-width: 759px) {

  #detail .rowOnlyText {
    width: 100%;
    margin: 0 0 0 60px;
  }
  
  #detail .rowOnlyText .rowText {
    width: 200px;
    float: left;
    margin: 23px 0 0 0;
  }

}
