@charset "utf-8";

/*********
Allgemein
*********/
* {
	font-family: 'Muli', Helvetica, Arial, sans-serif;
}

html {
	height: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/*********
Allgemeine Responsive Klassen für Geräte
*********/
/* Desktop */
@media 
only screen and (min-width : 880px) {
.desktop-off, 
.tablet-on,
.phone-on {
	display: none;
}
.desktop-on, 
.tablet-off, 
.phone-off {
	display: block;
}
}
/* Tablets */
@media 
only screen and (min-width : 600px) and (max-width : 879px) {
.tablet-off,
.desktop-on, 
.phone-on {
	display: none;
}
.tablet-on,
.desktop-off, 
.phone-off {
	display: block;
}
}
/* Mobile */
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
.phone-off,
.desktop-on, 
.tablet-on
 {
	display: none;
}
.phone-on, 
.desktop-off, 
.tablet-off {
	display: block;
}
}

/*********
Allgemeine Content Styles
*********/
h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2rem;
	font-weight: normal;
	color: rgb(252,222,2);
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 50px;
}
.einleitung h1 {
	color: #fff;
	font-size: 3rem;
}

h2 {
	font-size: 1.1rem;
	font-weight: normal;
	color: rgb(252,222,2);
	text-transform: uppercase;
	margin-bottom: 15px;
}
.einleitung h2 {
	color: #fff;
	font-size: 1.4rem;
}

h3 {
	font-size: 1.1rem;
	font-weight: normal;
	color: rgb(252,222,2);
	text-transform: uppercase;
	margin-bottom: 8px;
}

p {
	font-size: 1rem; /* 12px 12/16 = 0.75 */
	margin-bottom: 15px;
}

p.lead {
	font-size: 1.125rem;
	font-weight: 700;
}
@media 
only screen and (min-width : 220px) and (max-width : 1029px) {
	h1 {
		margin-top: 0;
	}
	.einleitung h1 {
		font-size: 2rem;
	}
}
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	h1 {
		font-size: 1.6rem; /* 30px 32/16 = 2 */
	}
	.einleitung h1, 
	.architekturleistungen-site h1 {
		font-size: 1.2rem;
	}
	.einleitung h2 {
		font-size: 1rem;
	}
}

img {
	border: 0;
}

img.full {
	width: 100%;
	height: auto;
	display: block;
}

img.full.lehrbetrieb {
	width: 60%;
	height: auto;
}

img.minergie, 
img.lehrbetrieb {
	height: 30px;
	width: auto;
	padding-left: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	vertical-align: middle;
	display: inline-block;
}

img.lehrbetrieb {
	height: 35px;
}

.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
.img-right {
	float: none;
	display: block;
	width: 100%;
	margin-left: 0px;
}
.img-left {
	float: none;
	display: block;
	width: 100%;
	margin-right: 0px;
}
}

ul, ol {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
} 

li {
	padding-bottom: 10px;
	padding-left: 8px;
	margin-left: 17px;
	list-style-type: disc;
	font-size: 1rem; /* 12px 12/16 = 0.75 */
}

ol li {
	list-style-type: decimal;
}

/*Links*/
a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: rgba(252,222,2,1);
	text-decoration: none;
}

/* Buttons */
.btn a {
	display: block;
	padding: 15px;
	background: rgba(252, 222, 2, 1);
	color: #000;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.btn a:hover {
	background: rgba(252, 222, 2, 0.7);
}

.btn.inline a {
	display: inline-block;
	margin-right: 15px;
}

.btn.inline.right {
	text-align: right;
}

/*********
Raster-Styles
*********/
body {
	font-size: 100%; /* 16px = 1em */
	height: 100%;
	background: #323232;
}

body, img, p, tr, td {
	color: #fff;
}

.content-block-center, 
.index-site header .content-block-center {
	width: 100%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

header .content-block-center {
	padding: 0;
}

.content {

}

header {
	background: #000;
}

#logo {
	float: right;
	height: 80px;
}

#logo a {
	text-decoration: none;
}

#logo img {
	height: 70px;
	width: auto;
	vertical-align: -20px;
}

#logo span {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
}

.main-nav {
	float: left;
	width: 75%;
}

.subnav-line {
	display: none;
}

.dienstleistungen-site .subnav-line, 
.aktuelles-site .subnav-line, 
.ueber-uns-site .subnav-line, 
.referenzen-site .subnav-line {
	display: block;
	position: absolute;
	left: 0;
	top: 80px;
	background: #444;
	height: 50px;
	width: 100%;
	z-index: 1;
}

.index-site header {
	background: url(../img/header/header-1.jpg) top center no-repeat #323232;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;  
	background-size: cover; 
	text-align: center;
}

.index-site #logo {
	margin-bottom: 60px;
	float: none;
	display: block;
	height: auto;
}

.index-site #logo img {
	height: 185px;
	width: auto;
}

.index-site #logo span {
	display: none;
}

.index-site .main-nav {
	float: none;
	width: auto;
}

.einleitung {
	background: url(../img/layout/bg-grau-verlauf.png) bottom repeat-x;
}

.bg-grau {
	background: #323232;
}

.bg-plan {
	background: url(../img/layout/bg-plan.png) right top no-repeat #272727;
}

footer {
	background: #000;
	padding: 40px;
	color: #fff;
	text-align: center;
}

@media 
only screen and (min-width : 600px) and (max-width : 1410px) {
	.content-block-center {
		margin-left: 50px;
		margin-right: 50px;
		width: auto;
	}
}
@media 
only screen and (min-width : 220px) and (max-width : 1029px) {
	.dienstleistungen-site .subnav-line, 
	.aktuelles-site .subnav-line, 
	.ueber-uns-site .subnav-line, 
	.referenzen-site .subnav-line {
		display: none;
	}
	header {
		position: fixed;
		width: 100%;
	}
	.index-site header {
		position: relative;
	}
	.main {
		padding-top: 80px;
	}
	.index-site .main {
		padding: 0;
	}
}
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	body {
		font-size: 90%; 
	}
	.content-block-center, 
	.index-site header .content-block-center {
		margin-left: 25px;
		margin-right: 25px;
		width: auto;
	}
	.index-site header .content-block-center {
		padding-bottom: 0;
	}
	.index-site #logo {
		margin-bottom: 0;
	}
	.index-site #logo img {
		height: 105px;
		width: auto;
	}
}

.skipp {
	position: absolute;
	right: 10px;
	top: 10px;
}

.skipp img {
	display: block;
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=70);
	/* Netscape/FireFox */
	-moz-opacity: 0.7;
	/* Safari 1.x */
	-khtml-opacity: 0.7;
	/* aktuelle Browser */
	opacity: 0.7;
}
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
.skipp {
	display: none;
}
}

/*********
Tools & spezifische Content-Styles
*********/
ul.list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list li a {
	text-decoration: none;
	display: block;
}

.list li h2 {
	margin-bottom: 0;
}

list.vier-spalten li {
	width: 22.375%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.drei-spalten li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.zwei-spalten li, 
.list.zwei-spalten.news.front li {
	width: 48.25%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

.list.vier-spalten li:nth-child(4n),
.list.drei-spalten li:nth-child(3n), 
.list.zwei-spalten li:nth-child(2n), 
.list.zwei-spalten.news.front li:nth-child(2n) {
	margin-right: 0;
}

/* News */
.list.news li {
	width: 48%;
	margin-bottom: 50px;
}
.list.news.front li {
	margin-bottom: 0;
}
.news .date {
	margin-bottom: 0;
	font-size: 0.8rem;
}
.list.news .all {
	display: none;
}
.list.news.front .all {
	display: inline;
}
.list.news .btn a {
	font-size: 0.8rem;
    padding: 8px;
}

/* Referenzen */
.referenzen.list li {
	background: rgb(252,222,2);
}
.referenzen.list h2 {
	padding: 15px;
	text-align: center;
	color: #000;
	font-size: 1rem;
}

/* Team */
.list.team li {
	background: #000;
}

.list.team .info {
	padding: 15px;
	text-align: center;
}

.list.team p {
	margin-bottom: 0;
	font-size: 0.9rem;
}

.list.team p.mail {
	padding-top: 10px;
}

.list.team p.details {
	color: #666;
	padding-top: 10px;
	font-size: 1rem;
}

/* Angebote Front */
.list.angebot {
	padding: 60px 0;
}
.list.angebot li {
	display: inline;
	margin: 0px 12px;
}
.list.angebot a {
	display: inline-block;
	padding: 15px;
	margin-bottom: 15px;
	background: rgb(252,222,2);
	color: #000;
	text-transform: uppercase;
}
.list.angebot a:hover {
	background: rgba(252,222,2,0.7);
}

@media 
only screen and (min-width : 600px) and (max-width : 879px) {
	.list.vier-spalten li, 
	.list.vier-spalten li:nth-child(4n), 
	.list.drei-spalten li, 
	.list.drei-spalten li:nth-child(3n) {
		width: 48.25%;
		margin-right: 3.5%;
	}
	.list.vier-spalten li:nth-child(2n), 
	.list.drei-spalten li:nth-child(2n) {
		margin-right: 0;
	}
	.index-site .list.referenzen li:nth-child(3n) {
		display: none;
	}
	
}

@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.list.zwei-spalten li, 
	.list.zwei-spalten.news.front li, 
	.list.zwei-spalten li:nth-child(2n), 
	.list.zwei-spalten.news.front li:nth-child(2n),
	.list.drei-spalten li, 
	.list.drei-spalten li:nth-child(3n), 
	.list.drei-spalten li:nth-child(2n), 
	.list.vier-spalten li, 
	.list.vier-spalten li:nth-child(4n), 
	.list.vier-spalten li:nth-child(2n) {
		width: 100%;
		margin-right: 0%;
		float: none;
		display: block
	}
	.list.news li {
		width: 100%;
	}
}


/*********
Navigation
*********/
/*.index-site .main-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

.index-site .main-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.index-site .main-nav li a {
	display: inline-block;
	padding: 0px 20px;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
}*/


/*** ***/
.main-nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 10;
}

.index-site .main-nav ul {
	display: inline-block;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.main-nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

.main-nav li a {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	height: 80px;
	line-height: 80px;
}

.main-nav li.active a, 
.main-nav li a:hover, 
.main-nav ul li.active ul li.active a,
.main-nav ul li.active ul li a:hover{
	color: rgb(252,222,2);
}

.main-nav li.active a, 
.main-nav li a:hover {
	background: #444;
}

.index-site .main-nav li.active a, 
.index-site .main-nav li a:hover {
	background: none;
}

.main-nav ul ul, 
.index-site .main-nav ul ul {
	display: none;
}

.main-nav ul li.active ul {
	position: absolute;
	left: 0;
	top: 80px;
	
	margin: 0;
	padding: 0;
	background: #444;
	display: block;
}

.main-nav ul li.active ul li a {
	height: 50px;
	line-height: 50px;
	display: inline-block;
}

.main-nav li.active li a {
	color: #fff;
}

@media 
only screen and (min-width : 1030px) and (max-width : 1240px) {
	.main-nav li a {
		font-size: 0.8rem;
	}
}



/*********
Tabellen
*********/
table, tbody, thead {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px;
	margin-bottom: 10px;
}

tr, td, th {
	border: 0px;
}

/*tr:nth-child(even) {
	background-image:url(../img/layout/bg_weiss60.png);
}*/

tr {
	padding: 0px;
	margin: 0px;
}

tr:hover {
	background-color: #e3b2b3;
}

th {
	padding: 2px;
	border-bottom: 1px solid #333;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-color: #C00;
}


td {
	margin: 0;
	padding: 2px;
	border-bottom: 1px dotted #333;
	vertical-align: top;
	text-align: left;
}

/*********
Formulare
*********/
form {
	overflow: hidden;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

form p {
	padding-bottom: 10px;
}

legend {
	padding: 0;
	margin: 0;
	margin-bottom: 7px;
	font-size: 1rem;
	text-transform: uppercase;
}

label {
	display: block;	
	font-size: 0.75rem;
	margin-bottom: 5px;
}

label.inline {
	display: inline;
}

input, 
select, 
textarea {
	background-color: #fff;
	color: #000;
	border: 0;
	padding: 8px;
	font-size: 0.75rem;
	width: 100%;
	margin-bottom: 8px;
}

input, 
textarea {
	width: 90%;
	width: calc(100% - 16px);
}

textarea {
	height: 120px;
}

input:focus {
	/*border-color: #2A8E01;*/
}

input[type="checkbox"], 
input[type="radio"] {
	width: auto;
	margin-right: 5px;
	border: 0;
}

input[type="checkbox"] {
	border: 0;
	background: #fff;
	padding: 0px;
}

input[type="submit"], 
button[type="submit"] {
	background-color: #fff;
	width: 100%;
}

input[type="submit"]:hover {
}

input.pflicht, 
textarea.pflicht {
	/*border-right: 3px solid #000;*/
}

.validationerror {
	background: #CB0003;
	color: #fff;
	padding: 8px;
	margin-bottom: 1px;
	width: 50%;
	
}

@media 
only screen and (min-width : 220px) and (max-width : 879px) {
input, 
select,
textarea,
input[type="submit"],
button[type="submit"],
input[type="submit"]:hover, 
.validationerror
 {
	width: 90%;
	width: calc(100% - 16px);
}

input, 
select, 
input[type="submit"],
button[type="submit"],
input[type="submit"]:hover {
	width: 100%;
}
}

/*********
Transparenzen
*********/
.opac70 {
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	  /* IE 5-7 */
	  filter: alpha(opacity=70);
	  /* Netscape/FireFox */
	  -moz-opacity: 0.7;
	  /* Safari 1.x */
	  -khtml-opacity: 0.7;
	  /* aktuelle Browser */
	  opacity: 0.7;
}

.opac100 {
	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  /* IE 5-7 */
	  filter: alpha(opacity=100);
	  /* Netscape/FireFox */
	  -moz-opacity: 1.0;
	  /* Safari 1.x */
	  -khtml-opacity: 1.0;
	  /* aktuelle Browser */
	  opacity: 1.0;
}
