@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
CSS Styles for <Hberatungen>.

version:   1.0
--------------------------------------------------------------------------------------------------*/

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
	outline:none;
}
/* 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;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }

/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr { display:block; height:1px; border:0; margin:1em 0; padding:0;
	border-top:1px solid #cccccc; /* change border colour to suit your needs */
}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
h1 { font-size: 2em; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 1em 0; }
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* End Normalization
--------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------*/

html, body{
	height:100%;
}

/* Setting up the fonts */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#2e2d2c;
	font-size:15px;
	background:url(../img/bgi/body-img.png) no-repeat right 95%;
}

a {color:#1a161b;text-decoration:none;}

a:hover, a.active{color:#cfad00;text-decoration:none;}
			
/* End Typography
--------------------------------------------------------------------------------------------------*/

#wrapper{
	position:relative;
	padding:0 12px;
}

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

#header{
	border-bottom:4px solid #1a161b;
	padding-bottom:17px;
}

	.quick-nav{
		padding:12px 0 50px 0;
	}
	
		.quick-nav ul{
			margin:0;
			float:right;
		}
		
			.quick-nav ul li{
				float:left;
				margin-left:28px;
			}
			
				.quick-nav ul li a{
					font-size:10px;
					text-transform:uppercase;
					color:#1a161b;
					text-decoration:none;
				}
				
				.quick-nav ul li a:hover{
					text-decoration:underline;
				}
				
	.logo{
		display:block;
		float:left;
		margin-left:-9px;
	}
	
		.logo img{
			display:block;
		}

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

/* =Main navigation
--------------------------------------------------------------------------------------------------*/

#main-navigation{
	padding:11px 0 39px 0;
}

	#main-navigation ul{
		margin:0;
		float:right;
	}
	
		#main-navigation ul li{
			float:left;
			margin-left:43px
		}
		
			#main-navigation ul li a{
				font-size:15px;
				color:#1a161b;
				font-weight:bold;
				text-decoration:none;
			}
			
			#main-navigation ul li a:hover, #main-navigation ul li a.active{
				color:#cfad00;
			}

/* End Main navigation
--------------------------------------------------------------------------------------------------*/


/* =Content
--------------------------------------------------------------------------------------------------*/

#content{
	padding-bottom:79px;
}

	.content-img{
		display:block;
	}

	.content-text{
		border-top:2px solid #1a161b;
		padding-top:16px;
	}
	
		.content-text h1, .content-text h2 {
			font-size:19px;
			color:#2e2d2c;
			margin:0 0 20px 0;
			font-weight:normal;
		}
		
		.content-text p{
			line-height:21px;
			margin:0 0 10px 0;
		}

		.content-text ul, .content-text ol {
			line-height:21px;
			margin:0 0 10px 0;
			padding-left: 40px;
		}

		.content-text ul li, .content-text ol li {
			padding: 5px 0;
		}

		.content-text ul {
			list-style: disc;
		}

		.content-text ol {
			list-style: decimal;
		}
		

/* End Content
--------------------------------------------------------------------------------------------------*/

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

#footer{
	border-top:4px solid #1a161b;
	font-size:12px;
	line-height:40px;
}
#footer img{
	padding-top: 5px;
	position: absolute;
	width: 25px;
	height: 25px;
}

	#footer span{
		padding-right:12px;
	}
	
	#footer a{
		color:#2e2d2c;
		font-size:12px;
		text-decoration:none;
	} 
	
		#footer a:hover{
			text-decoration:none;
			color:#cfad00;
		}

.kontaktfooter {margin-left:20px;}
/* End Footer
--------------------------------------------------------------------------------------------------*/

.body-img{
	width:265px;
	height:304px;
	position:fixed;
	right:0;
	bottom:0;
}

	.body-img img{
		display:block;
	}

/* =Forms
--------------------------------------------------------------------------------------------------*/

/* Removing fieldset borders (remove if you want to keep the defaults defined in Normalization) */
fieldset { border: 1px solid transparent; margin: 0; padding: 0; }

/* End Forms
--------------------------------------------------------------------------------------------------*/


/* =Clearing floats
--------------------------------------------------------------------------------------------------*/
.quick-nav:after, #main-navigation:after
{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0; 
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
} 
/* ie7 only */
.quick-nav, #main-navigation
{
	zoom: 1;
}
/* End Clearfix
--------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 767px) {
	
body {
	background:none;
}


#content{
	padding-bottom:20px;
}

	.content-text{
		margin-top:12px;
	}
	
.quick-nav ul{
	float:none;
	text-align:center
}

	.quick-nav ul li{
		display:inline;
		float:none;
		padding:0 10px;
		margin:0;
	}
	
.logo{
	display:block;
	text-align:center;
	float:none;
	margin:0;
}

	.logo img{
		display:inline;
	}
	
#main-navigation{
	padding-bottom:12px;
}
	
	#main-navigation ul{
		float:none;
	}
	
		#main-navigation ul li{
			float:none;
			margin:0 0 8px 0;
			text-align:center
		}

#footer{
	text-align:center;
	line-height:16px;
	padding:14px 0;
}
		
#footer span{
	display:block;
	margin-bottom:6px;
}
#footer img {
	margin-left: -12px;
}
.kontaktfooter {margin-left:0px;margin-top:6px;}
}
