/* --------------------------------------
    RESET
----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* signika-300 - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/signika-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Signika Light'), local('Signika-Light'),
       url('../fonts/signika-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/signika-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/signika-v8-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/signika-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/signika-v8-latin-300.svg#Signika') format('svg'); /* Legacy iOS */
}

/* signika-600 - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/signika-v8-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Signika SemiBold'), local('Signika-SemiBold'),
       url('../fonts/signika-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/signika-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/signika-v8-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/signika-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/signika-v8-latin-600.svg#Signika') format('svg'); /* Legacy iOS */
}

/* signika-700 - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/signika-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Signika Bold'), local('Signika-Bold'),
       url('../fonts/signika-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/signika-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/signika-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/signika-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/signika-v8-latin-700.svg#Signika') format('svg'); /* Legacy iOS */
}

/* signika-regular - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/signika-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Signika Regular'), local('Signika-Regular'),
       url('../fonts/signika-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/signika-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/signika-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/signika-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/signika-v8-latin-regular.svg#Signika') format('svg'); /* Legacy iOS */
}


/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */
html { overflow-y: scroll; }
body {
    font: 300 16px/25px "Signika", Helvetica, Arial, Sans-serif;
    color: #4b4a4d;
    background: url(../images/bg.png) left top repeat ;
}

p { margin-bottom: 10px; }
p.intro { font-size: 18px; }

/* links */
a:link, a:visited {
    color: #d10019;
    text-decoration: none;
    outline: 0;
	font-weight: 400;
}
a:hover, a:focus, a:active {
    color: #f7a800;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-ms-transition-duration: .2s;
	transition-duration: .2s;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: "Signika", Helvetica, Arial, Sans-serif;
}
h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.9px;
    color: #f7a800;
    margin-left: -2px;
	font-weight: 300;
}
h2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
	font-weight: 400;
}
h3 {
    font-size: 18px;
    line-height: 25px;
	margin: 25px 0 10px 0;
	font-weight: 400;
}
h4 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
	font-weight: 400;
}

/* Lists */
ul, ol {
	margin-bottom: 10px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dl { margin-bottom: 25px; }
dt {
    font-weight: bold;
    color: #046416;
}
dd {
    padding-left: 20px;
}
blockquote {
	margin: 25px 0;
 	padding-left: 40px;
    padding-right: 30px;
    background: url(../images/quote.png) no-repeat 3px 0;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
}
input, select {
    vertical-align: middle;
}
strong, b {
    font-weight: 700; 
}
.pdf {
	background: url(../images/icon-pdf.png) 2px 2px no-repeat;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 27px;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
/* Clearing and Alignment Classes */
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */

/* ------------------------------------------------------
    STRUCTURE
--------------------------------------------------------- */

#header-wrap {
    background: url(../images/header-bg.png) repeat-x;
    width: 100%;
    height: 160px;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
}
header {
    position: relative;
    width: 940px;
    margin: 0 auto;
}
.content-wrap {
    width: 940px;
    margin: 0 auto;
}
.content-wrap section {
    position: relative;
	margin: 0 0 25px 0;
    padding: 185px 0 25px 0;
    border-bottom: 1px solid #cac9cd;
}
.content-wrap section section {
    background: none;
    margin: 0;
	border: none;
}
.content-wrap section .row {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.content-wrap section .row .col {
    float: left;
    margin: 0;
    padding: 0;
    width: 290px;
}
.content-wrap section .row .mid  {
    margin-left: 35px;
    margin-right: 35px;
}
.content-wrap section .no-bottom-margin {
    margin-bottom: 0;
}
.content-wrap section .primary {
    float: left;
    width: 620px;
}
.content-wrap section .primary p.intro {
    margin-bottom: 0;
}
.content-wrap section .primary h2 {
    margin: 15px 0 10px 0;
}
.content-wrap section aside {
    float: right;
    width: 285px;
}
.content-wrap section aside h2 {
    margin: 17px 0 10px 0;
}
.content-wrap section aside .testimonials {
    margin: 0 0 25px 0;
}
.content-wrap section aside .testimonials blockquote {
    font-style: italic;
    font-size: 16px;
    padding-left: 27px;
    background: url(../images/quote-open.png) no-repeat left 5px;
    margin: 12.5px 0;
}
.content-wrap section aside .testimonials blockquote p {
    margin-bottom: 0;
}
.content-wrap section aside .testimonials blockquote cite {
    font-style: normal;
    text-transform: uppercase;
    font-size: 11px;
}

.content-wrap section .back-to-top {
    display: block;
    position: absolute;
    bottom: -55px;
    right: 10px;
    height: 43px;
    width: 43px;
    background: url(../images/back-to-top.png);
    text-indent: -9999px;
    z-index: 9999;
}
.ie7 .content-wrap section .back-to-top {
    bottom: -70px;
}

footer {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding-top: 100px;
}

/* -------------------------------------------
    Header
-------------------------------------------- */

/* Logo */

header img {
    position: absolute;
    height: 106px;
    width: 200px;
    display: block;
    top: 18px;
    left: 0;
}
header nav {
    float: right;
    margin-top: 85px;
}
header nav ul {
    font: 400 19px/25px "Signika", Helvetica, Arial, Sans-serif;
    padding: 0;
    list-style: none;
}
header nav ul li {
    float: left;
}
header nav ul a:link, header nav ul a:visited {
    color: #4b4a4d;
    margin-left: 18px;
}
header nav ul a:hover,
header nav ul a:active {
    color: #f7a800
}

/* -----------------------------------------
    Home
------------------------------------------ */

section#home {
    width: 940px;
    background: none;
}
section#home h1 {
    margin-bottom: 10px;
}
section#home .row .col h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}
section#home .row .col img.align-left {
    margin-top: 5px;
    margin-right: 8px;
}
.ge {
	color: #e95d0f;
	font-weight: 400;
}

/* -----------------------------------------
   Leistungen
------------------------------------------- */

section#leistungen h1 {
    margin-bottom: 15px;
}
section#leistungen .row .col img.align-left {
    margin-top: 5px;
    margin-right: 8px;
}

.slide_button {
	color: #d10019;
	cursor: pointer;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #cac9cd;
	font-weight: 400;
}
.slide_content {
	display: none;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------
    Über mich
------------------------------------------------ */

section#ueber-mich h1 {
    margin-bottom: 25px;
}
section#ueber-mich h2 {
    margin-bottom: -10px;
}
section#ueber-mich .primary {
    margin-top: 25px;
}
section#ueber-mich .primary .row .first {
    margin-right: 35px;
}
section#ueber-mich .download-btn {
    background: #f7a800 url(../images/icon-pdf.png) 38px 15px no-repeat;
    display: block;
    height: 50px;
    margin: 0 0 10px 0;
	padding: 0 0 0 16px;
    text-align: center;
    font: 400 18px/55px "Signika", Georgia, Serif;
	color: #fff;
}
section#ueber-mich a.download-btn:hover {
    background: #d10019 url(../images/icon-pdf.png) 38px 15px no-repeat;
}
.pdf-download {
    text-align: center;
	margin-top: 50px;
}
section#ueber-mich .contact img {
	margin-bottom: 10px;
} 
section#ueber-mich .contact {
	margin: 20px 0 0 0;
	padding: 20px 20px 5px 20px;
	background: #fff;
}

/* ------------------------------------------------
    Referenzen
------------------------------------------------ */

section#referenzen h1 {
    margin-bottom: 25px;
}
section#referenzen .primary .row .first {
    margin-right: 35px;
}
section#referenzen .intro-box {
    width: 620px;
}
section#referenzen .clear {
	clear: both;
}

/* ---------------------------------------------------
    Kontakt
----------------------------------------------------- */

section#kontakt h1 {
    margin-bottom:  20px;
}
section#kontakt .primary {
    margin-bottom:  25px;
}
section#kontakt aside h2 {
    margin-top:  0;
}
section#kontakt aside .xing {
    background: url(../images/xing.png) no-repeat left top;
	padding: 4px 0 4px 30px;
}
section#kontakt .contact {
	padding: 15px 20px 5px 20px;
	background: #fff;
}

/* ------------------------------------------------
    Impressum
------------------------------------------------ */

section#impressum .primary {
    margin-bottom: 25px;
}
section#impressum {
    margin: 500px 0 65px 0;
}
section#impressum h1 {
    margin-bottom: 20px;
}
section#impressum aside h2 {
    margin-top: 0;
}

/* ----------------------------------------------------
    Footer
----------------------------------------------------- */

footer p.footer-text {
    font-family: "Signika", Helvetica, Arial, Sans-serif;
    font-size: .75em;
    padding: 0 10px;
    margin-bottom: 0;
    clear: both;
}
footer .footer-content {
    position: relative;
    width: 900px;
    top: -105px;
}
footer ul.footer-menu {
    float: left;
    margin: -3px 0 2px -3px;
    padding: 0;
    list-style: none;
}
footer ul.footer-menu li {
    float: left;
}
footer ul.footer-menu li a {
    display: block;
    font-family: "Signika", Helvetica, Arial, Sans-serif;
    font-size: .75em;
    line-height: 1em;
    color: #3B3B3B;
    padding: 1px 12px;
    border-left: 1px solid #ADADAD;
}
footer ul.footer-menu li a:hover,
footer ul.footer-menu li a:focus,
footer ul.footer-menu li a:active {
    color: #285935;
}
footer ul.footer-menu li.rss-feed a {
    background: url(../images/rss.png) no-repeat right 0;
    padding-right: 20px;
}
footer ul.footer-menu li:first-child a {
    border: none;
}

/* -----------------------------------------
    Slider
------------------------------------------ */

.slider-wrapper {
    float: left;
    position: relative;
    background: #e2e2e2;
	margin-top: -60px;
    margin-bottom: 20px;
    width: 285px;
    height: 240px;
}
.slider-wrapper #slider {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 245px; /* Make sure your images are the same size */
    height: 200px; /* Make sure your images are the same size *//
}
.slider-wrapper .nivoSlider {
	position: relative;
	background: #fff url(../images/loading.gif) no-repeat 50% 50%;
}
.slider-wrapper .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.slider-wrapper .nivoSlider a {
	border: 0;
	display: block;
}
.slider-wrapper .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: -45px;
    margin-left: -30px ; /* Tweak this to center bullets */
}
.slider-wrapper .nivo-controlNav a {
	display: block;
	width: 13px;
	height: 14px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 10px;
	float: left;
}
.slider-wrapper .nivo-controlNav a.active {
	background-position: 0 -14px;
}
.slider-wrapper .nivo-directionNav a {
	display: block;
	width: 33px;
	height: 52px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.slider-wrapper a.nivo-nextNav {
	background-position: -33px 0;
	right: -50px;
    top: 70px;
}
.slider-wrapper a.nivo-prevNav {
	left: -48.5px;
    top: 70px;
}
.slider-wrapper .nivo-caption {
    padding: 5px 10px;
    width: 363px;
    font-size: 12px;
    text-align: center;
}
.slider-wrapper .nivo-caption p {
    color: #CBCBCB;
}
.slider-wrapper .nivo-caption a {
    color: #66CC33;
    /* border-bottom: 1px dotted #fff; */
}
.slider-wrapper .nivo-caption a:hover {
    color:#fff;
}


/* Site-Op */
.content-wrap #impressum .primary  {width: 100%!important;}