* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/* HTML5 tags */

header, section, footer,
aside, nav, article, figure {
	display: block;
}

@font-face {
	font-family: 'DeliciousItalic';
	src: url('fonts/Delicious-Italic.eot');
	src: local('Delicious Italic'), local('Delicious-Italic'), url('fonts/Delicious-Italic.woff') format('woff'), url('fonts/Delicious-Italic.otf') format('opentype'), url('fonts/Delicious-Italic.svg#Delicious-Italic') format('svg');
}

@font-face {
	font-family: 'DeliciousRoman';
	src: url('fonts/Delicious-Roman.eot');
	src: local('Delicious Roman'), local('Delicious-Roman'), url('fonts/Delicious-Roman.woff') format('woff'), url('fonts/Delicious-Roman.otf') format('opentype'), url('fonts/Delicious-Roman.svg#Delicious-Roman') format('svg');
}

@font-face {
	font-family: 'DeliciousBold';
	src: url('fonts/Delicious-Bold.eot');
	src: local('Delicious Bold'), local('Delicious-Bold'), url('fonts/Delicious-Bold.woff') format('woff'), url('fonts/Delicious-Bold.otf') format('opentype'), url('fonts/Delicious-Bold.svg#Delicious-Bold') format('svg');
}

body {
	font-family: DeliciousRoman, Helvetica, Arial, sans-serif;
	color: #fff;
	background: #290A19;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 15px;
}

::selection {
	background-color: rgba(158, 43, 89, 0.3);
}

::-moz-selection {
	background-color: rgba(158, 43, 89, 0.3);
	border: 10px solid red;
}

h1, h1 a {
	color: #94858b;
	font-size: 16px;
	border: none;
	font-weight: normal;
	}

h1 a:hover {
	color: #fff;
	border: none;
}

h2 {
	font-size: 22px;
	margin-bottom: 25px;
}

h2 span.sub {
	font-size: 28px;
	color: #fff;
	background: rgba(21,5,12,0.8);
	padding: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	display: block;
	text-shadow: 1px 1px 1px #000;
}

h3 {
	font-size: 19px;
	margin: 20px 0 25px 0;
}

a {
	color: #CE4187;
	text-decoration: none;
	border-bottom: 1px solid #CE4187;
	padding-bottom: 2px;
}

a:hover {
	color: #12A0AE;
	text-decoration: none;
	border-bottom: 1px solid #12A0AE;
	padding-bottom: 2px;
}

a:active {
	color: #12A0AE;
	text-decoration: none;
	border-bottom: 1px solid #12A0AE;
	padding-bottom: 2px;
	position: relative;
	top: 1px;
}

p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 21px;
}

strong {
	font-family: 'DeliciousBold', Helvetica, Arial;
}

header {
	padding: 5px 0;
	width: 100%;
	margin-bottom: 25px;
	position: fixed;
	z-index: 10;
	background: rgba(41,10,25,0.85);
}

#headercontainer, #contentcontainer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	background: none !important;
}

#contentcontainer {
	float: none;
	padding-top: 0px;
	margin-top: 0;
}

nav {
	width: auto;
}

nav ul {
	position: absolute;
	right: 0;
	display: block;
	margin-top: -17px;
}

nav ul li {
	display: inline;
	margin-left: 50px;
}

nav ul li a {
	font-size: 16px;
	border-bottom: none;
	color: #94858b;
	padding: 0px 10px 2px 25px;
	background: transparent url(images/herz_klein_dunkel.png) no-repeat 6px center;
}

nav ul li a:hover {
	color: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-bottom: none;
	background: #5b1d3a url(images/herz_klein_hell.png) no-repeat 6px center;
	padding: 0px 10px 2px 25px;

}

section {
	margin-bottom: 650px;
	margin-top: -200px;
	padding-top: 100px;
	padding-bottom: 150px;
	background: transparent url(images/sections.jpg) no-repeat center center;
	-moz-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}

#intro {
	background: #290A19 url(images/beraterherz.jpg) no-repeat;
	padding-top: 240px;
	min-height: 400px;
	-moz-background-size: auto;
	-khtml-background-size: auto;
	-webkit-background-size: auto;
	-o-background-size: auto;
	margin-top: 0;
}

#intro h2 a {
	padding-bottom: 0px;
}

#leistungen .container, #kompetenzen .container, #referenzen .container, #kontakt .container {
	background: rgba(21,5,12,0.8);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	position: relative;
}

section ul a {
	border-bottom: none;
}

section ul li {
	list-style: none;
	padding-left: 22px;
	margin-bottom: 16px;
	background: transparent url(images/herz_icon.png) no-repeat left 4px;
}

.underlined {
	border-bottom: 1px solid #94858b;
}

#kontakt {
	margin-bottom: 0px;
}

#kontakt ul li {
	float: left;
	padding: 10px 0 10px 45px;
	display: block;
	margin: 0 25px 0 0;
}

#kontakt ul li.xing {
	background: transparent url(images/xing.png) no-repeat left center;
}

#kontakt ul li.linkedin {
	background: transparent url(images/linkedin.png) no-repeat left center;
}

#kontakt ul li.facebook {
	background: transparent url(images/facebook.png) no-repeat left center;
}

#kontakt ul li a {
	color: #fff;
	border: none;
}

#kontakt ul li a:hover {
	border-bottom: 1px solid #fff;
}

.foto {
	float: right;
}

img.foto:hover {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}

footer {
	text-align: center;
}

#deko_1 {
	width: 112px;
	height: 114px;
	display: block;
	background: transparent url(images/deko.png) no-repeat;
	position: absolute;
	right: -30px;
	top: -50px;
}

#deko_2 {
	width: 100px;
	height: 67px;
	display: block;
	background: transparent url(images/deko.png) no-repeat -112px 0;
	position: absolute;
	left: -30px;
	bottom: -30px;
}

#deko_3 {
	width: 78px;
	height: 71px;
	display: block;
	background: transparent url(images/deko.png) no-repeat -112px -67px;
	position: absolute;
	left: -30px;
	bottom: -30px;
}

#deko_4 {
	width: 61px;
	height: 60px;
	display: block;
	background: transparent url(images/deko.png) -212px 0 no-repeat;
	position: absolute;
	right: -30px;
	top: -20px;

}

#deko_5 {
	width: 102px;
	height: 78px;
	display: block;
	background: transparent url(images/deko.png) no-repeat -212px -67px;
	position: absolute;
	left: -30px;
	top: -30px;

}

#deko_6 {
	right: -30px !important;
	width: 100px;
	height: 67px;
	display: block;
	background: transparent url(images/deko.png) no-repeat -112px 0;
	position: absolute;
	bottom: -30px;
}

#deko_7 {
	width: 83px;
	height: 76px;
	display: block;
	background: transparent url(images/deko.png) no-repeat -314px -66px;
	position: absolute;
	left: -30px;
	top: -20px;
}

#deko_8 {
	width: 46px;
	height: 45px;
	display: block;
	background: transparent url(images/deko.png) no-repeat -314px 0;
	position: absolute;
	right: -30px;
	bottom: -20px;
}

footer p {
		color: #d3cdd0;
	font-size: 14px;
}

/************** THE ALLMIGHTY CLEARFIX ******************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
