/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* custom.css */
.info { background:#fafcfc; }
.borderTop { border-top: 1px solid #eee; }
.borderBottom { border-bottom: 1px solid #eee; }
.append-0 {padding-right:20px;}

/* typography.css */
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #222;
	background: #fff;
	padding-top: 30px;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:2.4em;line-height:1;margin-bottom:0;}
h2 {font-size:2.8em;margin-bottom:0.75em;font-weight: bold;}
h3 {font-size:2.2em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.9em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1.6em;font-weight:bold;margin-bottom:1em;}
h6 {font-size:1.3em;font-weight:bold;margin-bottom:1em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;line-height:1.65em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#005580;text-decoration:underline;}
a {color:#0088cc;text-decoration:none;}
h3 a {font-size:0.7em;}
h4 a {font-size:0.7em;}
.alt { 
  color: #c7254e; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
}
h3.alt {
	font-size: 1.6em;
	color: #111;
}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:13px 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin-left:1.5em;}
ul, ol {margin:0 0 1.5em 3.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
ol.alpha {list-style:upper-alpha;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.85em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet,
.text-grey {
	color: #666;
}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.center {text-align:center;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1.5em;border:1px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#fcfbe2;color:#514721;border-color:#e9e19f;}
.success {background:#edf9e1;color:#264409;border-color:#c4ddad;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {
	width: 1200px;
	margin: 0 auto;
}
.column, div.span-3, div.span-6, div.span-9 {
	float: left;
	margin-right: 10px;
}
.last, div.last {
	margin-right: 0;
}
.column.alpha {
	width: 290px;
}
.column.omega {
	width: 900px;
	margin-right: 0;
}

.span-3 {
	width: 300px;
}
.span-6 {
	width: 445px;
}
.span-9 {
	width: 590px;
}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
div.colborderTop {border-top:1px solid #eee;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}

@media (max-width: 1199px) {
	.container {
		width: 970px;
	}
	.column.alpha {
		width: 220px;
	}
	.column.omega {
		width: 740px;
	}
	.span-3 {
		width: 245px;
	}
	.span-6 {
		width: 365px;
	}
	.span-9 {
		width: 485px;
	}
}
@media (max-width: 991px) {
	.container {
		width: 1030px;
	}
	.column.alpha {
		margin-left: 30px;
	}
}

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: 2px;
	margin: 0 0 25px;
	border:none;
}
hr.space {
	background:#fff;
	color:#fff;
}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}


.alignleft {
	float:left;
	margin:0;
	padding:0 20px 20px 0;
}
	
.alignright {
	float:right;
	margin:0;
	padding:0 0 20px 20px;
}
.aligncenter {
	display:block;
	margin:5px auto;
}

.border {
	border:1px solid #ddd;
}

.container p .border_leftttbottom {
	background:#fff;
}

.container .bordergrey_leftttbottom,
.container .border_leftttbottom {
	border:1px solid #ddd;
	padding:5px;
	background:#f9f9f9;
	float:right;
	margin:5px 0 32px 5px;
}
	
h1, h2, h3, h4 {
	clear:both;
}

/* Table of Content */	
.toc {
	position: fixed;
	top: 0;
	width: 250px;
	padding-right: 40px;
	margin-top: 25px;
	counter-reset: ebene1;
}
.toc ol.alpha {
	margin-left: 0;
	margin-bottom: 30px;
}	
.toc li {
	list-style-type: none;
	margin-bottom: 3px;
}
.toc li a {
	color: #005580;
	padding: 5px 0;
	-webkit-transition: color 0.15s ease;
	     -o-transition: color 0.15s ease;
	        transition: color 0.15s ease;
}
.toc li a:hover {
	color: #5995b3;
	text-decoration: none;
}
.toc li > ol {
	margin-top: 5px;
	margin-bottom: 10px;
}
.toc > ol > li:before {
    content: counter(ebene1) ". ";
    counter-increment: ebene1;
}
.toc > ol > li {
	counter-reset: ebene2;
	margin-bottom: 5px;
}
.toc > ol > li > a {
	font-size: 14px;
	font-weight: bold;
}

.toc > ol > li > ol > li:before {
    content: counter(ebene1) "." counter(ebene2) ". ";
    counter-increment: ebene2;
}
.toc > ol > li > ol > li {
	counter-reset: ebene3;
}
.toc > ol > li > ol > li > ol {
	margin-left: 3.2em;
}
.toc > ol > li > ol > li > ol > li {
	list-style-type: lower-latin;
}
/*.toc > ol > li > ol > li > ol > li:before {
	content: counter(ebene1) "." counter(ebene2) "." counter(ebene3) ". ";
	counter-increment: ebene3;
}*/

.toc .minimis {
	display: none;
}

@media (max-width: 1199px) {
	.toc {
		width: 200px;
		padding-right: 20px;
	}
}
@media (max-width: 991px) {
	.toc {
		position: static;
		margin-top: 10px;
	}
}
@media (max-height: 900px) {
	.toc {
		margin-top: 20px;
	}
	.toc li > ol {
		font-size: 12px;
	}
	.toc > ol > li > a {
		font-size: 13px;
	}
	.toc .minimis-scr-height {
		display: none;
	}
}

/* Real Content section */
.real_content {
	counter-reset: ebene1;
}
.real_content h3:before {
	content: counter(ebene1) ". ";
	counter-increment: ebene1;
}
.real_content h3 {
	counter-reset: ebene2;
	margin-top: 1.5em;
}
.real_content h4:before {
	content: counter(ebene1) "." counter(ebene2) ". ";
	counter-increment: ebene2;
}
.real_content h4 {
	counter-reset: ebene3;
	margin-top: 2em;
}
.real_content h5 {
	margin-top: 1.75em;
}
.real_content h6 {
	margin-top: 1.75em;
}
.real_content figure + h4,
.real_content figure + h5,
.real_content figure + h6,
.real_content .gallery + h4,
.real_content .gallery + h5,
.real_content .gallery + h6 {
	margin-top: 1em;
}
.real_content div > h6 {
	margin-top: 0;
}
.real_content .subsection-title {
	font-family: Verdana;
	font-size: 1.2em;
	color: #c09853;
	margin-bottom: 10px;
}

.real_content p,
.real_content ul,
.real_content ol,
.real_content .error,
.real_content .notice,
.real_content .success {
	font-size: 13px;
}

.real_content p {
	margin-bottom: 20px;
}
.real_content .action {
	color: #c7254e;
	font-weight: bold;
	padding: 0 3px;
}
.real_content ul,
.real_content ol {
	margin-bottom: 25px;
}
.real_content ul.no-markers {
	list-style: none;
}
.real_content > ul.no-markers {
	margin-left: 32px;
}
.real_content li {
	margin-bottom: 5px;
}
.real_content li > ul,
.real_content li > ol,
.real_content li > div ul,
.real_content li > div ol {
	margin-top: 7px;
	margin-bottom: 12px;
}
/*.real_content code {
	line-height: 1.25;
	color: #808080;
	white-space: pre-wrap;
}*/
.real_content :not(pre) code {
	font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    /*font-size: 90%;*/
	color: #8e8370;
	background-color: #faf7f2;
    border-radius: 4px;
    padding: 2px 4px;
	white-space: pre-wrap;
}

.real_content pre.highlight {
	background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    -webkit-border-radius: 4px;
	        border-radius: 4px;
    margin: 30px 0 40px;
    padding: 0 15px 0;
}
.real_content pre.highlight > code {
	
}

.real_content img.border-grey {
	border: 1px solid #ddd;
}
.real_content img.alignright {
	margin: 0 0 20px 20px;
	padding: 0;
}
.real_content img.alignleft {
	margin: 0 20px 20px 0;
	padding: 0;
}

.real_content .margin-bottom-10px {
	margin-bottom: 10px;
}
.real_content .margin-bottom-20px {
	margin-bottom: 20px;
}
.real_content .margin-bottom-30px {
	margin-bottom: 30px;
}
.real_content .margin-bottom-40px {
	margin-bottom: 40px;
}
.real_content .remove-bottom {
	margin-bottom: 0;
}
.real_content .red{
	color: #c7254e;
}
.real_content hr.yellow {
	height: 1px;
	background-color: #e9e19f;
}
.real_content .uppercase {
	text-transform: uppercase;
}

@media (min-width: 992px) {
	/*.real_content h4 a,
	.real_content h4 span {
		display: none;
	}*/
}

/* Lightbox
--------------------------------------------------- */
.real_content figure {
	display: inline-block;
	margin-bottom: 2.5em;
}
.real_content figure figcaption {
	font-size: 12px;
	color: #909090;
	text-align: center;
	margin-top: 5px;
}
.mfp-figure figure figcaption {
    font-size: 14px;
}

.real_content .image-overlay {
	position: relative;
	line-height: 0;
}
.real_content .image-overlay span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease-out;
	     -o-transition: opacity 0.2s ease-out;
	        transition: opacity 0.2s ease-out;
	opacity: 0;
}
.real_content .image-overlay:hover span {
	opacity: 1;
}