body {
	font-family: "proxima-nova", sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #464648;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	position: relative;
}
#header {
	width: 800px;
	text-align:center;
	background:#fff;
	margin:0 auto;
	padding-bottom:1em;
}
#header img {
	width:350px;
	height:auto;
	margin-top:1em;
	text-align:center
}
#h1 {
	width:800px;
	margin:0 auto;
	position:relative;
}
#h1 img {
	width: 100%;
	height: auto;
}
section {
	margin: 0 auto;
	width: 800px;
	padding: 70px 0 220px 0;
	box-sizing: border-box;
	background: url(../img/streifen.jpg) center repeat-y;
	background-size: 100% auto;
}
#footer {
	width: 100%;
	background: url(../img/footer.jpg) center repeat-y;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	height:180px;
}
footer {
	width:800px;
	margin:0 auto;
}
/* Navi */
#nav {
	background-color: rgba(110, 126, 140, 0.79);
	width: 180px;
	position:absolute;
	bottom:-10px;
	left:20px;
	box-sizing:border-box;
	padding:.5em 1em;
}
#nav a, nav a {
	color:#fff;
	width:100%;
	display:block;
	font-weight:bold;
	font-size:1.2em;
	padding-left:60px;
	background:url(../img/hamburger.png) no-repeat center left;
	background-size:auto 80%;
}
nav ul a {
	font-weight:normal; 
	font-size:1em;
	text-indent:0;
	letter-spacing:1px;
}
#nav ul {
	background-color: rgba(110, 126, 140, 0.79);
	position:absolute;
	bottom:40px;
	opacity:0;
	/*display:none;*/
	left:-5000px;
	width:780px;
	height:397px;
	z-index:555;
	box-sizing:border-box;
	padding:40px;
	-webkit-transition: opacity 1s ;
	-moz-transition: opacity 1s ;
	-o-transition: opacity 1s ;
	transition: opacity 1s ;
	line-height:2.3em;
}
nav ul {
	background: url(../img/streifen_menue.png) center repeat-y;
	width:100%;
	position:absolute;
	top:-4000px;
	left:0;
	opacity:0;
	-webkit-transition: opacity 1s ;
	-moz-transition: opacity 1s ;
	-o-transition: opacity 1s ;
	transition: opacity 1s ;
	text-align:center;
	padding:1em;
	box-sizing:border-box;
}
#nav ul a, nav ul a {
	background:none;
}
#nav ul a {
	padding-left:35px;
}
#nav ul li:nth-of-type(3), #nav ul li:nth-of-type(5) {
	display:block;
	margin-bottom:1em;
}
#nav:hover ul, nav:hover ul  {
	/*display:block;*/
	opacity:1;
}
nav:hover ul {
	top:40px;
}
#nav:hover ul {
	left:0;
}
#nav ul a:hover, nav ul a:hover {
	text-decoration: underline;
}
#unternehmensberatung #unternehmensberatung a, #unternehmensnachfolgeberatung #unternehmensnachfolgeberatung a, #mediation #mediation a, #projektmanagement #projektmanagement a, #person #person a, #kontakt #kontakt a, #existenzgruendung #existenzgruendung a {
	color:#7C0F13;
}
nav li {
	float:left;
	margin-right:10px;
}
nav li:last-of-type {
	margin-right:0;
}
#nav-ul {
	width:800px;
	margin:0 auto;
	box-sizing:border-box;
	padding: 0 1.5em;
	color:#fff;
}
/* Sticky Navi */
nav {
	position: fixed;
	background: url(../img/streifen_menue-2.png) center repeat-y;
	display:none;
	width: 100%;
	box-sizing:border-box;
	padding:.5em 1em;
	text-align:center;
	z-index:5555;
}
nav a {
	padding-left:0;
	background:url(../img/hamburger.png) no-repeat 43% center;
	background-size:auto 80%;
}
.fixed {
	display:block;
}
/* Ende Sticky Navi*/
/* Textelemente */
a {
	text-decoration:none;
	display:block;
	background:url(../img/kreis_gruen.png) no-repeat center left;
	background-size:15px auto;
	color:#fff;
	text-indent:20px;
}
section a {color:#0068AC;}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
	text-decoration: none;
	background:none;
	text-indent:0;
}
a:hover {text-decoration:underline;
}
h1 {
	font-size: 1.1em;
	letter-spacing:1px;
	text-transform:uppercase;
	display:block;
	border-radius: 10px;
	background-color: rgba(0, 105, 173, 0.83);
	width:380px;
	color:#fff;
	padding:3em 1em .2em 1em;
	box-sizing:border-box;
	line-height:normal;
	position:absolute;
	z-index:100;
	bottom:-50px;
	right:20px;
}
#unternehmensnachfolgeberatung h1 {
	background-color: rgba(125, 16, 19, 0.83);
}
#mediation h1 {
	background-color: rgba(189, 205, 0, 0.83);
}
h2 {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	text-align:center;
	font-size:1.8em;
	color: #660410;
	margin:2em 0 2em 0;
	line-height:1.5em;
}
section h2 {
	background:#fff;
}
section p {
	width:360px;
	margin-top:-20px;
}
section p:first-of-type {
	margin-top:0;
}
section p:nth-of-type(odd) {
	margin-left:20px;
}
section p:nth-of-type(even) {
	margin-left:420px;
}
#kontakt section p:nth-of-type(even) {
	margin-left:20px;
}
#kontakt section p {
	margin-top:.5em;
	width:720px;
	background:#fff;
}
#unternehmensnachfolgeberatung section p:nth-of-type(even) {
	margin-left:20px;
}
#unternehmensnachfolgeberatung section p:nth-of-type(odd) {
	margin-left:420px;
}
#unternehmensnachfolgeberatung section p:nth-of-type(1), #unternehmensnachfolgeberatung section p:nth-of-type(3) {
	margin-left:20px;
}
#unternehmensnachfolgeberatung section p:nth-of-type(2) {
	margin-left:420px;
}
#unternehmensnachfolgeberatung section p:last-of-type, #mediation section p:last-of-type {
	margin-left:20px;
}
.last {margin-top:2em;}
.blau {
	color:#0068AC;
}
.rot {
	color:#7C0F13;
}
.gruen {
	color: #BDCD00
}
.kursiv {
	font-style: italic;
}
.klein {
	font-size:10px;
	line-height: normal;
}
#unternehmensnachfolgeberatung .kursiv {
	color:#7C0F13;
}
/* Ende Textelemente */
/* Leistungsübersicht */
aside {
	background:#7C0F13;
	width:800px;
	margin:1em auto;
	padding:3em 1.5em;
	box-sizing:border-box;
	color:#fff;
}
#existenzgruendung aside {
	background:#fff;
	color:#464648;
	padding:1em 1.5em;
}
aside ul {
	float:left;
	width:350px;
}
aside ul:last-of-type {
	margin-left:40px;
}
	#existenzgruendung aside ul:last-of-type {
		margin-left:10px;
	}
aside li {
	background:url(../img/quadrat-blu.png) no-repeat left 7px;
	background-size:8px;
	padding-left:25px;
	margin-bottom:1em;
}
aside li li {
	background:none;
	padding-left:10px;
	list-style-type:circle !important;
	margin-bottom:0;
}
	
aside:after {
	content: "";
  	display: table;
  	clear: both;
}
/*Footer*/
address {
	float: left;
	box-sizing: border-box;
	padding: 1em;
	margin-left:2.5em;
}
address:last-of-type {
	margin-left: 100px;
}
#footer h2 {
	color: #ffffff;
	font-size: 1.5em;
	margin: 1.2em 0 0 20px;
	text-align:left;
}
#footer p {
	color: #fff;
}
/* Ende Footer */