/*========= Allgemeine Formatierung =========*/

* {
	padding: 0;
	margin: 0;
}

body  {
	background-color:#ffffff;
	margin:0px;
	margin-top:0px;
	font-size: 14px; 
	color: #808080;
	border:none;
}

body * {
	font-family: 'Open Sans', sans-serif;
}

/*========= Formatierung der Div-Boxen =========*/

/*========= top =========*/
header {
	width:100%;
	height:132px;
	position: absolute;
	background-color: #FFFFFF;
	/*position:fixed;*/
	z-index: 99;
	border-bottom:1px solid #94978f;
}

.inner {
	width:940px;
	margin:auto;
	position:relative;
}

.projekte>h2{
	font-family: 'Crimson Text', serif;
	font-size:28px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:15px;
	line-height:35px;
/*	margin:25px 0px;*/
}

#logo {
	float:left;
}

/*========= Navigation =========*/
nav {
	font-size: 14px; 
	text-align:right;
	float:right;
	margin-top:85px;
	padding-bottom:10px;
}

nav li a {
	font-family: 'Crimson Text', serif;
	text-transform:uppercase;
	font-weight:normal;
	color:#808080;
	text-decoration:none;
	display:inline;
	margin-left:0;
	padding-bottom: 2px;
}

nav li a:hover {
	text-decoration:none;
	color:#6f0000;
}

.active a{
	text-decoration:none;
	border-bottom: 1px solid #94978f;
}

nav li {
	display:inline-block;
	margin-left:17px;
	position:relative;
}

#first{
	margin:0;
	bottom:-2px;
}

/*========= Bild Gross =========*/
#bildgross {
	width:100%;
	padding-top:132px;
	position: relative;
	text-align: center;
	/*border-bottom:1px solid #94978f;*/
	line-height:0;
	background-color: #e7e7dd;
}

#bildgross img {
	max-width:940px;
}

/*========= main =========*/
main {
	width:100%;
	margin-top:25px;
	margin-bottom:35px;
}

.main {
	overflow:auto;
}

.float-left {
	float:left;
	width:600px;
	margin-right:40px;
}

.float-right {
	float:right;
	width:300px;
}
.float-right img{
	margin-top:75px;
}

.textmittig{
	text-align:center;
}
.abstand-unten{
	padding-bottom:15px;
}

figure {
  margin: 0;
}

/*========= Navigation Seite Architektur =========*/
#navmini ul {
	display:none;
}
#navmini .mouseover{
	background-color: #fff;
    padding: 13px;
    position: absolute;
	box-shadow: 2px 2px 7px -3px #3f3f3f;
	text-align:left;
	top: 28px;
    color: #808080;
	font-size: 12px;
    line-height: 20px;
}
#navmini .mouseover li{
	list-style:none;
}
#navmini #mouseover-altbau{
    left: 275px;
}
#navmini #mouseover-neubau{
    left: 388px;
}
#navmini #mouseover-planung{
    left: 509px;
}

/*========= Seite Partner =========*/
.partner {
    min-height: 50px;
	text-align:center;
	margin: 30px 0 20px;
}

.partner img{
	margin-top:10px;
}
.partner hr, .partnertext hr{
	width: 10%;
	position:relative;
	margin:25px auto;
	color:#e8e8e8;
	border:solid 1px;
}

.partnertext {
    min-height: 50px;
	text-align:center;
 	margin-bottom: 20px;
}

.pressewrap{
	float: left;
    height: 205px;
    width: 280px;
	padding-top: 40px;
}

/*========= Galerie =========*/
a .img-sub-title {
    color: #808080;
    font-size: 12px;
    font-weight: normal;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.fancybox-effects-c {
    border: 1px solid #e8e8e8;
    float: left;
    margin: 0 32px 15px 0;
    padding: 10px 10px 0;
    text-align: center;
    width: 140px;
}

.letztes-foto {
    margin-right: 0;
}

.clear{
	clear:both;
}
/*========= fancybox =========*/
/*.fancy-image {
    margin-right: 20px;
}

#fancybox-title-over {
    line-height: 17px;
}

.fancybox-close {
    z-index: 9040 !important;
    right: -433px !important;
}

.fancybox-overlay {
	left:-400px !important;
}

.fancybox-title {
    background: #ffffff none repeat scroll 0 0;
    font: 13px/20px 'Open Sans', sans-serif;
    height: 100%;
    padding: 20px 20px 0;
    position: absolute !important;
    right: -420px;
    text-shadow: none;
    top: 0;
    visibility: hidden;
    width: 400px;
    z-index: 8050;
}*/

/*========= Aktuelle Projekte Startseite =========*/
#leistungen-wrap {
	height:auto;
	width:100%;
	background-color: #E7E7DD;
}

.section_padding{
	padding: 50px 0;
}

.section_padding>div.inner.projekt{
	margin: 25px auto ;
}
.section_padding>div:nth-child(2) {
	margin: 0px auto 25px auto !important ;
}

.section_padding>div:last-child {
	margin: 25px auto 0px auto !important ;
}

/*========= Unterseite Aktuelle Projekte =========*/
.projekt_seite>div.inner.projekt{
	margin: 25px auto ;
}
.projekt_seite>div:nth-child(2) {
	margin: 0px auto 25px auto !important ;
}

.projekt_seite>div:last-child {
	margin: 25px auto 15px auto !important ;
}



.leistungen{
	overflow:auto;
	padding:50px 0;
}

.projekt{
	overflow:auto;
	padding: 0;
}

.leistungen-boxen{
	background-color:#FFFFFF;
	float:left;
    margin-right: 47px;
    padding: 5px;
	text-align:center;
}
.projekt-bild{
	float:left;
    margin-right: 47px;
    padding: 10px;
	text-align:center;
	border: 1px solid #e8e8e8;
}
.projekt-text h3{
	font-family: 'Crimson Text', serif;
	font-size:22px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:15px;
	line-height:35px;
	color: #808080;
}

.abstand-rechts{
	margin-right:20px;
}

.leistungen-bild {
	margin-bottom:20px;
}
.box-einrichtung{
	margin-right:0px
}

.leistungen-boxen a {
	font-family: 'Crimson Text', serif;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	color:#6f0000;
	line-height:22px;
}

/*========= Footer =========*/
footer {
	width:100%;
	background-color:#b0b1a6;
	color:#000000;
	padding: 20px 0 0;
}

.soziale-netze {
	padding: 10px;
}

.bottom {
	overflow:auto;
	text-align:center;
}

#fusszeile{
	width:940px;
	text-align:center;
	margin:auto;
	padding:10px 0;
}

#fusszeile p{
	font-size:11px;
	color:#62645f;
}

footer a{
	color:#000000;
	text-decoration:underline;
}

#fusszeile a{
	color:#62645f;
	text-decoration:none;
}

#fusszeile a:hover {
	text-decoration:underline;
}

/*========= Formatierung der Elemente =========*/
h1 {
	font-family: 'Crimson Text', serif;
	font-size:28px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:15px;
	line-height:35px;
}
#neubau, #planung{
	margin-top:45px;
}

h2 {
	font-family: 'Crimson Text', serif;
	font-size:20px;
	font-weight:600;
	margin-bottom:15px;
	line-height:28px;
	margin-top: 20px;
}

h3 {
	font-family: 'Crimson Text', serif;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	color:#6f0000;
	line-height:22px;
	margin-top: 20px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	font-weight:700;
	line-height:32px;
}

.infotext{
	font-size:12px;
	line-height:18px;
}

p { 
	font-size:14px;
	font-weight:400;
	line-height:22px;
	margin-bottom:10px;
}

a {
	color:#6f0000;
	text-decoration:none;
}

#entry a:hover {
	text-decoration:underline;
}

/* Back to Top */
.cd-top {
  display: inline-block;
  z-index:1000;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #6f0000 url(../pics/cd-top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible 
  opacity: .5;*/
}
.cd-top:hover {
  background-color: #62645f;
  opacity: 1;
}

/* iframe */

#iframe-wrapper {
	width:800px;
	height:600px;
}

#iframe-bild img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#iframe-bild {
	width:500px;
	height:600px;
	float:left;
}

.iframe-pic-width {
	width:500px;
}

.iframe-pic-height {
	height:600px;
}

#iframe-text {
	width:260px;
	height:600px;
	float:left;
	padding:0 20px;
}

#iframe-text h2 {
	margin-top:0;
}
