@import url("font-awesome.min.css");


/* 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: 4;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

	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;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
	margin-left: auto;
	margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 1200px;
		min-width: 960px;
	}

	.container.\37 5\25 {
		width: 720px;
	}

	.container.\35 0\25 {
		width: 480px;
	}

	.container.\32 5\25 {
		width: 240px;
	}

	.container {
		width: 960px;
	}

	@media screen and (min-width: 737px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1500px;
			min-width: 1200px;
		}

		.container.\37 5\25 {
			width: 900px;
		}

		.container.\35 0\25 {
			width: 600px;
		}

		.container.\32 5\25 {
			width: 300px;
		}

		.container {
			width: 1200px;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1200px;
			min-width: 960px;
		}

		.container.\37 5\25 {
			width: 720px;
		}

		.container.\35 0\25 {
			width: 480px;
		}

		.container.\32 5\25 {
			width: 240px;
		}

		.container {
			width: 960px;
		}

	}

	@media screen and (max-width: 736px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100% !important;
		}

	}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0 0 0 0px;
	}

	.row.\30 \25 {
		margin: 0 0 -1px 0px;
	}

	.row.uniform.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.uniform.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row > * {
		padding: 0 0 0 40px;
	}

	.row {
		margin: 0 0 -1px -40px;
	}

	.row.uniform > * {
		padding: 40px 0 0 40px;
	}

	.row.uniform {
		margin: -40px 0 -1px -40px;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 80px;
	}

	.row.\32 00\25 {
		margin: 0 0 -1px -80px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.uniform.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.\31 50\25 > * {
		padding: 0 0 0 60px;
	}

	.row.\31 50\25 {
		margin: 0 0 -1px -60px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\35 0\25 > * {
		padding: 0 0 0 20px;
	}

	.row.\35 0\25 {
		margin: 0 0 -1px -20px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.uniform.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 5\25 > * {
		padding: 0 0 0 10px;
	}

	.row.\32 5\25 {
		margin: 0 0 -1px -10px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (min-width: 737px) {

		.row > * {
	padding: 30px 0 20px 50px;
		}

		.row {
	margin: -50px 0 -21px -50px;
		}

		.row.uniform > * {
			padding: 50px 0 0 50px;
		}

		.row.uniform {
			margin: -50px 0 -1px -50px;
		}

		.row.\32 00\25 > * {
			padding: 100px 0 0 100px;
		}

		.row.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 100px 0 0 100px;
		}

		.row.uniform.\32 00\25 {
			margin: -100px 0 -1px -100px;
		}

		.row.\31 50\25 > * {
			padding: 75px 0 0 75px;
		}

		.row.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 75px 0 0 75px;
		}

		.row.uniform.\31 50\25 {
			margin: -75px 0 -1px -75px;
		}

		.row.\35 0\25 > * {
			padding: 25px 0 0 25px;
		}

		.row.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 25px 0 0 25px;
		}

		.row.uniform.\35 0\25 {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 5\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.\31 2u\28desktop\29, .\31 2u\24\28desktop\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28desktop\29, .\31 1u\24\28desktop\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28desktop\29, .\31 0u\24\28desktop\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28desktop\29, .\39 u\24\28desktop\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28desktop\29, .\38 u\24\28desktop\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28desktop\29, .\37 u\24\28desktop\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28desktop\29, .\36 u\24\28desktop\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28desktop\29, .\35 u\24\28desktop\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28desktop\29, .\34 u\24\28desktop\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28desktop\29, .\33 u\24\28desktop\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28desktop\29, .\32 u\24\28desktop\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28desktop\29, .\31 u\24\28desktop\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28desktop\29 + *,
		.\31 1u\24\28desktop\29 + *,
		.\31 0u\24\28desktop\29 + *,
		.\39 u\24\28desktop\29 + *,
		.\38 u\24\28desktop\29 + *,
		.\37 u\24\28desktop\29 + *,
		.\36 u\24\28desktop\29 + *,
		.\35 u\24\28desktop\29 + *,
		.\34 u\24\28desktop\29 + *,
		.\33 u\24\28desktop\29 + *,
		.\32 u\24\28desktop\29 + *,
		.\31 u\24\28desktop\29 + * {
			clear: left;
		}

		.\-11u\28desktop\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28desktop\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28desktop\29 {
			margin-left: 75%;
		}

		.\-8u\28desktop\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28desktop\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28desktop\29 {
			margin-left: 50%;
		}

		.\-5u\28desktop\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28desktop\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28desktop\29 {
			margin-left: 25%;
		}

		.\-2u\28desktop\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28desktop\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		.row > * {
	padding: 30px 0 0 40px;
		}

		.row {
	margin: 0 0 -11px -30px;
		}

		.row.uniform > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform {
			margin: -30px 0 -1px -30px;
		}

		.row.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 60px 0 0 60px;
		}

		.row.uniform.\32 00\25 {
			margin: -60px 0 -1px -60px;
		}

		.row.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 45px 0 0 45px;
		}

		.row.uniform.\31 50\25 {
			margin: -45px 0 -1px -45px;
		}

		.row.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 15px 0 0 15px;
		}

		.row.uniform.\35 0\25 {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.uniform.\32 5\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.\31 2u\28tablet\29, .\31 2u\24\28tablet\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28tablet\29, .\31 1u\24\28tablet\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28tablet\29, .\31 0u\24\28tablet\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28tablet\29, .\39 u\24\28tablet\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28tablet\29, .\38 u\24\28tablet\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28tablet\29, .\37 u\24\28tablet\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28tablet\29, .\36 u\24\28tablet\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28tablet\29, .\35 u\24\28tablet\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28tablet\29, .\34 u\24\28tablet\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28tablet\29, .\33 u\24\28tablet\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28tablet\29, .\32 u\24\28tablet\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28tablet\29, .\31 u\24\28tablet\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28tablet\29 + *,
		.\31 1u\24\28tablet\29 + *,
		.\31 0u\24\28tablet\29 + *,
		.\39 u\24\28tablet\29 + *,
		.\38 u\24\28tablet\29 + *,
		.\37 u\24\28tablet\29 + *,
		.\36 u\24\28tablet\29 + *,
		.\35 u\24\28tablet\29 + *,
		.\34 u\24\28tablet\29 + *,
		.\33 u\24\28tablet\29 + *,
		.\32 u\24\28tablet\29 + *,
		.\31 u\24\28tablet\29 + * {
			clear: left;
		}

		.\-11u\28tablet\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28tablet\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28tablet\29 {
			margin-left: 75%;
		}

		.\-8u\28tablet\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28tablet\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28tablet\29 {
			margin-left: 50%;
		}

		.\-5u\28tablet\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28tablet\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28tablet\29 {
			margin-left: 25%;
		}

		.\-2u\28tablet\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28tablet\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 736px) {

		.row > * {
			padding: 20px 0 0 20px;
		}

		.row {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.uniform.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28mobile\29 + *,
		.\31 1u\24\28mobile\29 + *,
		.\31 0u\24\28mobile\29 + *,
		.\39 u\24\28mobile\29 + *,
		.\38 u\24\28mobile\29 + *,
		.\37 u\24\28mobile\29 + *,
		.\36 u\24\28mobile\29 + *,
		.\35 u\24\28mobile\29 + *,
		.\34 u\24\28mobile\29 + *,
		.\33 u\24\28mobile\29 + *,
		.\32 u\24\28mobile\29 + *,
		.\31 u\24\28mobile\29 + * {
			clear: left;
		}

		.\-11u\28mobile\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28mobile\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28mobile\29 {
			margin-left: 75%;
		}

		.\-8u\28mobile\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28mobile\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28mobile\29 {
			margin-left: 50%;
		}

		.\-5u\28mobile\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28mobile\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28mobile\29 {
			margin-left: 25%;
		}

		.\-2u\28mobile\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28mobile\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	body {
	background: #fff;
	font-weight: normal;
	color: #000000;
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	input, textarea, select {
	font-weight: 300;
	color: #666;
	font-size: 100%;
	}

	h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-transform: none;
	color: #000000;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
		border: 0;
	}

	a {
	-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	color: #000;
	text-decoration: none;
	}

		a strong {
			-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		}

		a:hover {
	color: #666600;
	border-bottom-color: #666600;
		}

			a:hover strong {
	color: #666600;
			}

	strong, b {
	color: #000000;
	}

	em, i {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 2px #888;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p {
	text-align: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	}

	ul, ol, dl, table, blockquote {
		margin-bottom: 2em;
	}

	br.clear {
		clear: both;
	}
	
	span.stretch {
    display:inline-block;
    transform:scale(2,1); /* W3C */
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
}

/* Sections/Article */

	section, article {
	margin-bottom: 3em;
	margin-top: 3.6em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
	margin-bottom: 0px;
	}

/* Image */

	.image {
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	display: inline-block;
	}

		.image:hover {
	opacity: 0.7;
		}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
	display: block;
	width: 100%;
	margin: 1em 0 1.5em 0;
		}

		.image.left {
	float: left;
	margin: 0 1.4em 1.2em 0;
	position: relative;
	top: 0.5em;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul.default {
		list-style: disc;
		margin-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
			margin: 0.75em 0 0.75em 0;
		}

			ul.default li:first-child {
				margin-top: 0;
			}

	ul.links {
		list-style: decimal;
		margin-left: 1em;
	}

		ul.links li {
	display: inline;
	border-left: solid 1px #000;
	padding-left: 1em;
	margin-left: 1em;
		}

			ul.links li:first-child {
				margin-left: 0;
				padding-left: 0;
			}

	ul.actions {
	margin-top: 2.0em;
	clear: both;
	}

	ul.divided li {
	border-top-width: 55px;
	border-top-style: solid;
	border-top-color: #000000;
	}

		ul.divided li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
		}

	ul.icons > li {
		position: relative;
		padding: 2em 0 0 3em;
	}

		ul.icons > li:before {
			position: absolute;
			left: 0;
			top: 2em;
			display: block;
			background: #878787;
			color: #000000;
			width: 1.65em;
			height: 1.65em;
			border-radius: 1.65em;
			line-height: 1.65em;
			text-align: center;
			box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
		}

		ul.icons > li:first-child {
			padding-top: 0;
		}

			ul.icons > li:first-child:before {
				top: 0;
			}

	ol.default {
		list-style: decimal;
		margin-left: 1em;
	}

		ol.default li {
			padding-left: 0.5em;
			margin: 0.75em 0 0.75em 0;
		}

			ol.default li:first-child {
				margin-top: 0;
			}

/* Form */

	form label {
	font-weight: 600;
	color: #777;
	display: block;
	margin: 0 0 1em 0;
	}

	form input[type="text"],
	form input[type="email"]
	input[type="password"],
	form select,
	form textarea {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		-webkit-appearance: none;
		display: block;
		border: 0;
		background: #e8e8e8;
		width: 100%;
		box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
		border-radius: 4px;
		line-height: 1.25em;
		padding: 0.75em 1em 0.75em 1em;
	}

		form input[type="text"]:focus,
		form input[type="email"]
		input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #f0f0f0;
		}

	form textarea {
		min-height: 11em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
		line-height: 1.35em;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
	font-family: 'faber_sans_pro55_normal';
				border-top: solid 1px #E5E5E5;
			}

				table.default tbody tr:first-child {
	font-family: 'faber_sans_pro55_normal';
					border-top: 0;
				}

			table.default td {
	font-family: 'faber_sans_pro55_normal';
				padding: 0.75em 1em 0.75em 1em;
			}

			table.default th {
	font-family: 'faber_sans_pro55_normal';
				text-align: left;
				font-weight: bold;
				padding: 0.75em 1em 0.75em 1em;
			}

			table.default thead {
	font-family: 'faber_sans_pro55_normal';
	background: #878787;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	border: 0;
	box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
			}

			table.default tfoot {
	font-family: 'faber_sans_pro55_normal';
				background: #F0F0F0;
				border-top: solid 2px #E5E5E5;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	background: #ed786a;
	color: #fae600 !important;
	text-transform: uppercase;
	border-radius: 30px;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-shadow: -1em -0.9em 0 0 rgba(255, 236, 0, 1);
	font-weight: 500;
	text-align: center;
	background-color: #000000;
	}

		input[type="button"].icon:before,
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		button.icon:before,
		.button.icon:before {
			position: relative;
			padding-right: 0.75em;
			opacity: 0.5;
			top: 0.05em;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
	background: #666600;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background: #fae600;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #878787;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #979797;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background: #878787;
			}

/* Box */

	.box .excerpt .date {
	background:#ACACAC;
	color: #fff;
	font-weight: 400;
	font-variant-ligatures: normal;
	text-transform: font-variant-numeric: tabular-nums;
	-moz-font-feature-settings: "tnum";
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	font-feature-settings: "liga";
	border-radius: 4px;
	border: 0;
	box-shadow: 0em 0em 0 0 rgba(0, 0, 0, 0);
	}

/* Icons */

	.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Wrappers */

	#header-wrapper {
	position: relative;
	background: #fff;
	text-align: center;
	padding-bottom: 22px;
	}

		#header-wrapper p {
			text-align: center;
		}

	#banner-wrapper {
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #990027;
	text-align: center;
	text-shadow: 0em 0em 0px #fff;
	}

		#banner-wrapper .inner {
	background: url("../../pics/banner.jpg");
	background-size: cover;
		}
		
#banner-wrapper .hamburgefonstivs_all {
	background: url("../../pics/banner_Hamburgefonstivs.jpg");
	background-size: cover;
}
#banner-wrapper .hamburgefonstivs_sans {
	background: url("../../pics/banner_Hamburgefonstivs_Sans.jpg");
	background-size: cover;
}
#banner-wrapper .hamburgefonstivs_serif {
	background: url("../../pics/banner_Hamburgefonstivs_Serif.jpg");
	background-size: cover;
}
#banner-wrapper .hamburgefonstivs_script {
	background: url("../../pics/banner_Hamburgefonstivs_Script.jpg");
	background-size: cover;
}
#banner-wrapper .hamburgefonstivs_blackletter {
	background: url("../../pics/banner_Hamburgefonstivs_Blackletter.jpg");
	background-size: cover;
}
#banner-wrapper .hamburgefonstivs_decorative {
	background: url("../../pics/banner_Hamburgefonstivs_Decorative.jpg");
	background-size: cover;
}

		#banner-wrapper p {
	text-align: center;
	text-shadow: 0.05em 0.05em 7px #fff;
		}

	#features-wrapper {
		position: relative;
		overflow: hidden;
		background: #fff;
		text-align: center;
	}

		#features-wrapper p {
	text-align: center;
	font-size: 90%;
		}

		#features-wrapper .actions {
			margin-top: 1.25em;
		}

	#main-wrapper {
		position: relative;
		overflow: hidden;
		background: #fff;
	}

	#footer-wrapper {
	position: relative;
	overflow: hidden;
	background-color: #FFF9C5;
	border-top-width: 22px;
	border-top-style: solid;
	border-top-color: #fae600;
	}

		#footer-wrapper form input[type="text"],
		#footer-wrapper form input[type="email"],
		#footer-wrapper form input[type="password"],
		#footer-wrapper form select,
		#footer-wrapper form textarea {
			background: #f7f7f7;
		}

			#footer-wrapper form input[type="text"]:focus,
			#footer-wrapper form input[type="email"]:focus,
			#footer-wrapper form input[type="password"]:focus,
			#footer-wrapper form select:focus,
			#footer-wrapper form textarea:focus {
				background: #fff;
			}

		#footer-wrapper h2 {
			text-align: center;
		}

/* Header */

	#header {
		position: relative;
	}

		#header h1 {
	color: #000;
	line-height: 1.6em;
	}

		

			#header h1 a {
				border: 0;
			}

		#header p {
	font-size: 2em;
	line-height: 1.1em;
	font-weight: normal;
	color: #000;
		}

/* Nav */

	#nav {
		cursor: default;
	}

		#nav > ul > li > a {
	border: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	outline: 0;
		}

			#nav > ul > li > a:before {
				display: inline-block;
				background: #878787;
				color: #e4e4e4;
				width: 1.65em;
				height: 1.65em;
				border-radius: 1.65em;
				line-height: 1.65em;
				text-align: center;
				box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
				margin-right: 0.75em;
				-moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
				-webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
				-o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
				-ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
				transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
			}

			#nav > ul > li > a > span {
				-moz-transition: color 0.25s ease-in-out;
				-webkit-transition: color 0.25s ease-in-out;
				-o-transition: color 0.25s ease-in-out;
				-ms-transition: color 0.25s ease-in-out;
				transition: color 0.25s ease-in-out;
			}

		#nav > ul > li.active > a:before, #nav > ul > li:hover > a:before {
			background: #CCCC00;
			color: #fff;
		}

		#nav > ul > li.active > a > span, #nav > ul > li:hover > a > span {
	color: #CCCC00;
		}

/* Features */

/* Banner */

	#banner {
	position: relative;
	text-transform: none;
	}

		#banner p {
	font-weight: normal;
		}

		#banner strong {
			color: inherit;
		}

/* Content */

	#content > section,
	#content > article {
	border-bottom-width: 55px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}

	form .formerize-placeholder {
		color: #555 !important;
	}

		#content > section:first-child,
		#content > article:first-child {
			border-top: 0;
			box-shadow: none;
		}

/* Sidebar */

	#sidebar > section,
	#sidebar > article {
	border-top: solid 2px #e5e5e5;
	}

		#sidebar > section:first-child,
		#sidebar > article:first-child {
	border-top: 0;
	box-shadow: none;
		}

/* Copyright */

	#copyright {
		border-top: solid 2px #e5e5e5;
		text-align: center;
	}

/* Desktop */

	@media screen and (min-width: 737px) {

		/* Basic */

			body, input, textarea, select {
	line-height: 1.4em;
			}

			h1 {
	font-weight: normal;
	letter-spacing: normal;
	margin: 0 0 0.5em 0;
	line-height: 1.6em;
			}

			h2 {
	font-weight: normal;
	letter-spacing: normal;
	margin: 0.5 0 0.4em 0;
	line-height: 1.3em;
			}

			h3 {
	letter-spacing: normal;
	margin: 0.9em 0 0.9em 0;
	line-height: 1.61em;
			}

		/* Table */

			table.default thead {
				letter-spacing: 2px;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
	letter-spacing: 2px;
	padding: 0.9em 2.5em 0.9em 2.5em;
			}

		/* List */

			ul.actions li {
				display: inline-block;
				margin-left: 1em;
			}

				ul.actions li:first-child {
					margin-left: 0;
				}

			ul.divided li {
	margin: 3em 0 0 0;
	padding: 0.5em 0 0 0;
			}

		/* Box */

			.no-sidebar .box .post > header {
				text-align: center;
			}

			.box.excerpt .date {
				display: inline-block;
				letter-spacing: 0.2px;
				padding: 0.5em 0.75em 0.25em 1em;
				margin: 0 0 2.5em 0;
			}

		/* Wrappers */

			#features-wrapper {
	padding: 0 0 1em 0;
			}

			#banner-wrapper {
	padding: 1.1em 0 1.1em 0;
			}

			#main-wrapper {
	padding: 0.5em 0 2em 0;
			}

			#footer-wrapper {
				padding: 6em 0 8em 0;
			}

		/* Header */

			#header {
	padding: 4em 0 0 0;
			}

		

				#header p {
	margin: 0.2 0 0 0;
	letter-spacing: normal;
				}

		/* Nav */

			#nav {
	position: absolute;
	top: -3px;
	left: -14px;
	width: 100%;
			}

				#nav > ul > li {
	display: inline-block;
	padding-right: 1em;
	padding-left: 1em;
				}

					#nav > ul > li:last-child {
						padding-right: 0;
					}

					#nav > ul > li > a {
						display: block;
					}

						#nav > ul > li > a > span {
	letter-spacing: 2px;
						}

					#nav > ul > li > ul {
						display: none;
					}

		/* Ausklappmenu allgemein */

			.dropotron {
	text-align: left;
	border: solid 6px #fae600;
	border-radius: 22px;
	background: #fff;
	background: rgba(255, 255, 255, 0.965);
	box-shadow: 5px 11px 44px 0px rgba(0, 0, 0, 0.25);
	padding: 0.75em 0 0.5em 0;
	min-width: 12em;
	margin-top: calc(-0.5em + 1px);
	margin-left: -24px;
			}

				.dropotron.level-0 {
					margin-top: 1.5em;
					margin-left: -1em;
				}

		/* Ausklappmenu Pfeil oben */

					.dropotron.level-0:after {
	content: '';
	display: block;
	position: absolute;
	left: 2em;
	top: calc(-0.75em + 1px);
	border-left: solid 0.85em rgba(188, 188, 188, 0);
	border-right: solid 0.85em rgba(188, 188, 188, 0);
	border-bottom: solid 0.85em #fff;
					}

					.dropotron.level-0:before {
	content: '';
	display: block;
	position: absolute;
	left: 2em;
	top: -1.1em;
	border-left: solid 0.85em rgba(188, 188, 188, 0);
	border-right: solid 0.85em rgba(188, 188, 188, 0);
	border-bottom: solid 0.85em #fae600;
					}
				}

		/* Ausklappmenu dazwischen */

				.dropotron span, .dropotron a {
	display: block;
	padding: 0.3em 1em 0.3em 1em;
	border: 0;
	border-top: solid 6px #fae600;
	outline: 0;
				}

				.dropotron li:first-child > span, .dropotron li:first-child > a {
					border-top: 0;
					padding-top: 0;
				}

				.dropotron li:hover > span, .dropotron li:hover > a {
	-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
	color: #CCCC00;
				}

		/* Banner */

			#banner {
	padding: 3em 0 3em 0;
			}

				#banner p {
	line-height: 1.1em;
	letter-spacing: 4px;
				}

				#banner:before, #banner:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 35px;
	height: 141px;
	margin-top: -70px;
	opacity: 0.15;
				}

				#banner:before {
					left: 0;
				}

				#banner:after {
					-moz-transform: scaleX(-1);
					-webkit-transform: scaleX(-1);
					-ms-transform: scaleX(-1);
					transform: scaleX(-1);
					right: 0;
				}

		/* Content */

			#content > > section,
			#content > > article {
				margin: 5em 0 0 0;
				padding: 5em 0 0 0;
			}

				#content > > section:first-child,
				#content > > article:first-child {
					margin: 0;
					padding: 0;
				}

		/* Sidebar */

			#sidebar > section,
			#sidebar > article {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
			}

				#sidebar > section:first-child,
				#sidebar > article:first-child {
					margin: 0;
					padding: 0;
				}

		/* Copyright */

			#copyright {
				margin-top: 6em;
				padding-top: 4em;
			}

	}

/* Tablet */

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		/* Basic */

			body {
	min-width: 960px;
	line-height: 45px;
			}

			input, textarea, select {	
			line-height: 1.75em;
			}

			h1 {
	margin: 0 0 0.5em 0;
	line-height: 1.5em;
			}

			h2 {
	margin: 0.5 0 0.4em 0;
	line-height: 1.3em;
			}

			h3 {
	margin: 0 0 0.3em 0;
	line-height: 1.61em;
			}

			h2 br, h3 br, h4 br, h5 br, h6 br {
				display: none;
			}

		/* Image */

			.image.featured {
	margin: 1.5em 0 1em 0;
			}

		/* Wrappers */

			#features-wrapper {
	padding: 0 0 1em 0;
			}

			#banner-wrapper {
	padding: 0.5em 0 1.5em 0;
			}

			#main-wrapper {
	padding: 1.5em 0 2em 0;
			}

			#footer-wrapper {
				padding: 4em 0 6em 0;
			}

		/* Header */

			#header {
	padding: 3em 0 0 0;
			}

		


				#header p {
	margin: 0.2 0 0.2 0;
				}

		/* Nav */

			#nav > ul > li {
	padding-right: 0.75em;
	padding-left: 0.75em;
			}

		/* Banner */

			#banner {
	padding: 3em 0 3em 0;
			}

		/* Copyright */

			#copyright {
				margin-top: 5em;
				padding-top: 2em;
			}

	}

/* Mobile */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
	line-height: 1.4em;
	letter-spacing: 0;
			}

			h2, h3, h4, h5, h6 {
	line-height: 1.61em;
	letter-spacing: normal;
	text-align: center;
	margin: 0 0 1.5em 0;
			}

				h2 br, h3 br, h4 br, h5 br, h6 br {
					display: none;
				}

		/* Sections/Article */

			section, article {
				clear: both;
				margin: 1em 0 1em 0 !important;
			}

				section > :first-child, section:first-child, article > :first-child, article:first-child {
	margin-top: 0px !important;
				}

		/* Image */

			.image.left {
				width: 40%;
			}

			.image.featured {
				margin: 0 0 1.1em 0;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				letter-spacing: 2px;
				display: block;
				padding: 1em 0 1em 0;
			}

		/* List */

			ul.links li {
				display: block;
				border: 0;
				padding: 0.25em 0 0 0;
				margin: 0;
			}

			ul.divided li {
				margin: 2.75em 0 0 0;
				padding: 2.75em 0 0 0;
			}

			ul.icons {
				padding: 0 !important;
				margin: 0 0 0.5em 0 !important;
			}

		/* Box */

			.box.excerpt .date {
				display: block;
				letter-spacing: 0.2px;
				word-spacing: 1em;
				padding: 0.5em 0.75em 0.25em 1em;
				margin: 0 auto 2.5em auto;
				text-align: center;
			}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
			}

				#titleBar .toggle {
					position: absolute;
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
					border: 0;
				}

					#titleBar .toggle:before {
						display: inline-block;
						font-family: FontAwesome;
						text-decoration: none;
						font-style: normal;
						font-weight: normal;
						-webkit-font-smoothing: antialiased;
						-moz-osx-font-smoothing: grayscale;
						content: '\f0c9';
						display: block;
						width: 60px;
						height: 40px;
						background: rgba(232, 232, 232, 0.9);
						border-radius: 4px;
						position: absolute;
						left: 5px;
						top: 5px;
						box-shadow: 0.125em 0.125em 0 0 rgba(0, 0, 0, 0.15);
						text-align: center;
						line-height: 40px;
						font-size: 18px;
						color: #aaa;
					}

					#titleBar .toggle:active:before {
						opacity: 0.5;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #444;
				border-right: solid 2px #3c3c3c;
				font-weight: 400;
				text-transform: uppercase;
				color: #888;
				letter-spacing: 2px;
			}

				#navPanel .link {
					display: block;
					color: #ddd;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border: 0;
					border-top: solid 1px #3c3c3c;
					padding: 0 1em 0 1em;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						font-weight: 600;
						color: #fff;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

		/* Wrappers */

			#header-wrapper {
				padding: 0 20px 0 20px;
			}

			#features-wrapper {
	padding: 1em 20px 3em 20px;
			}

			#banner-wrapper {
				padding: 1.1em 0 1.1em 0;
			}

			#main-wrapper {
				padding: 3em 20px 3em 20px;
			}

			#footer-wrapper {
				padding: 4em 20px 3em 20px;
			}

		/* Header */

			#header {
	padding: 2em 0 1em 0;
			}

				#header h1 {
	line-height: 1.4em;
				}

		

				#header p {
	margin: 0.25em 0 0 0;
	letter-spacing: 0px;
				}

		/* Nav */

			#nav {
				display: none;
			}

		/* Banner */

			#banner {
				padding: 1.1em 20px 1.1em 20px;
				margin: 0 !important;
			}

				#banner p {
					line-height: 1.25em;
					letter-spacing: 3px;
				}

					#banner p br {
						display: none;
					}

		/* Content */

			#content > section, #content > article {
				margin: 1.1em 0 1.1em 0 !important;
				padding: 1.1em 0 1.1em 0 !important;
			}

				#content > section:first-child, #content > article:first-child {
					margin: 0 !important;
					padding: 0 !important;
				}

		/* Sidebar */

			#sidebar {
				border-top: solid 2px #e5e5e5;
				box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
				margin-top: 4em !important;
				padding-top: 4em !important;
			}

				#sidebar > section, #sidebar > article {
					margin: 4em 0 0 0 !important;
					padding: 4em 0 0 0 !important;
				}

					#sidebar > section:first-child, #sidebar > article:first-child {
						margin: 0 !important;
						padding: 0 !important;
					}

		/* Footer */

			#footer .icons {
				margin: 0 0 2em 0 !important;
			}

				#footer .icons:last-child {
					margin-bottom: 0;
				}

		/* Copyright */

			#copyright {
				margin-top: 2em;
				padding-top: 2em;
			}

	}

		/* Back to top */

#backtotop {transition:all .3s ease-in-out;}
#backtotop{
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 70px;
	right: 35px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	opacity: .1;
	border-radius: 0px;
}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:1;}
#backtotop:hover{opacity:1;}
#backtotop{
	color: #fae600;
	background-color: #00000000;
}

.gelb {
	color: #fae600;
}

.orange {
	color: #ff8800;
}

.red1Plus {
	color: #996666;
}

.red2Pro {
	color: #990000;
}
.grau {
	color: #000;
}

.blau {
	color: #13396b;
}

.purple {
	color: #550099;
}

.pink {
	color: #d010b1;
}



.defonteplusleger {
	font-family: "defonte_plusleger";
}

.bd_lettering_proregular {
	font-family: "bd_lettering_proregular";
}

.BoulePlus-Gras {
  font-family: 'boule_plusgras';
}

.eco_sans_book {
	font-family: "EcoSansPro-55Book";
}

.auxerre_regular {
	font-family: "auxerre55_regular";
}

.charpentierclassic {
	font-family: "charpentier_classicistnormale";
}

.charpentiersans {
	font-family: "charpentier_sans_pro45_leger";
}

.ConteScriptPlus {
	font-family: "ConteScriptPlus";
}

.josefa_rounded_standardlight {
    font-family: 'josefa_rounded_standardlight';
}

.absolut_sketch_probook {
    font-family: 'AbsolutSketchPro_Book';
}

.biro_script {
	font-family: 'biroscript_plus_regular';
	font-size: 1.5em;
	color: #13396b;
}

.biro_script strong {
	font-family: 'biroscript_plus_bold';
	font-size: 1.2em;
	color: #13396b;
}

.charpentier_renaissance_proRg {
	font-family: 'charpentier_renaissance_proRg';
	}

.josefprolight {
	font-family: 'josef_prolight';
	}
	
.august_sans_medium {
	font-family: 'AugustSansPro_65Medium';
	}
	
.faber_serif_normal {
	font-family: 'FaberSerifPro55';
	}
	
.wendelin_book {
	font-family: 'wendelin_upright';
    font-variation-settings: 'wght' 500;
	letter-spacing: 0.005em;
	}
	
.wendelin_semibold {
	font-family: 'wendelin_upright';
    font-variation-settings: 'wght' 700;
	}
	
.wendelin_bold {
	font-family: 'wendelin_upright';
    font-variation-settings: 'wght' 750;
	}
	
.absolut {
	font-family: 'Absolut_upright';	
	font-weight: 200;
	font-stretch: 100%;
	// OR
    font-variation-settings: 'wght' 200;
    font-variation-settings: 'wdth' 100;
	font-variant-ligatures: normal;
	}	
	
.absolut_bold {
	font-family: 'Absolut_upright';	
	font-weight: 500;
	font-stretch: 100%;
	// OR
    font-variation-settings: 'wght' 500;
    font-variation-settings: 'wdth' 100;
	font-variant-ligatures: normal;
	}
	
.analogue {
	font-family: 'AnaloguePro';	
	font-weight: 300;
	// OR
    font-variation-settings: 'wght' 300;
	font-variant-ligatures: normal;
	letter-spacing: 0.004em;
	}
	
.analogue_bold {
	font-family: 'AnaloguePro';	
	font-weight: 700;
	// OR
    font-variation-settings: 'wght' 700;
	font-variant-ligatures: normal;
	}	

	
.smcp {
  font-variant-caps: small-caps;
  -moz-font-feature-settings: "smcp";
  -webkit-font-feature-settings: "smcp";
  font-feature-settings: "smcp";
  font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
	letter-spacing: 0.03em;
}
	
.ss01 {
  -moz-font-feature-settings: "ss01"; -webkit-font-feature-settings: "ss01"; font-feature-settings: "ss01"; 
}
	
.ss02 {
  -moz-font-feature-settings: "ss02"; -webkit-font-feature-settings: "ss02"; font-feature-settings: "ss02"; 
}

.tnum {
  font-variant-numeric: tabular-nums;
  -moz-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}
	
.swsh {
  -moz-font-feature-settings: "swsh"; -webkit-font-feature-settings: "swsh"; font-feature-settings: "swsh"; 
font-variant-ligatures: no-common-ligatures;
-moz-font-feature-settings: "liga" 0, "clig" 0;
-webkit-font-feature-settings: "liga" 0, "clig" 0;
font-feature-settings: "liga" 0, "clig" 0;
}

.shadow_black {
	text-shadow: 1px 2px 0px #000;
}

.rechtsbuendig {
		text-align: right;
}
