@import url("font-awesome.min.css");
@import url("footer.css");



/* Reset */
html, body, div, span, applet, object, iframe, h1, 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;
	}
	p {
		font-size: 16px;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}
		ul .h4 {
			list-style: circle;
			margin-left: 1em;
		}
	.nummer {
		list-style-image: url(../../images/arrowlist.png);
		padding: 0 0 1em 2.5em;
	}
	.liste {
		padding: 0 1em 1em 1em;
		font-size: 1em;
	}

	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;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		background: #f5f7fa;
		font-family: 'Arial', sans-serif;
		font-weight: 300;
		color: #52575c;
		line-height: 1.75em;
		font-size: 14pt;
	}

		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-family: 'Arial', sans-serif;
		font-weight: 300;
		color: #52575c;
		line-height: 1.75em;
		font-size: 15pt;
	}

	h1, h3, h5, h6 {
		font-weight: 300;
		color: #52575c;
	}

	h1 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}
	
	h1 {
		font-size: 2em;
		font-weight: 400;
		color: #409ea0;
		text-align: center;
		padding-bottom: 1em;
	}
	
	h2 {
		font-weight: 400;
		color: #444444;
		font-size: 1.5em;
		padding: 1em 0;
		margin: 0;
		text-align: center;
		text-transform: uppercase;
	}

	h3 {
		color: #52575c;
		font-size: 1.1em;
		line-height: 1.5em;
		text-align: center;
		text-transform: uppercase;
	}
	
	h4 {
		font-size: 1em;
		font-weight: 400;
		line-height: 1.25em;
		padding-bottom: 0.5em;	
	}

	a {
		color: #DDDDDD;
		text-decoration: none;
	}
		a:hover {
			color: #000000;
		}

	strong, b {
		font-weight: 400;
		color: #42474c;
	}

	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 1px #c2c7cc;
	}

	blockquote {
		border-left: solid 0.5em #c2c7cc;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 0;
	}

	br.clear {
		clear: both;
	}
	.clear {
		clear: both;
	}
	.left {
		float: left;
		width: 33%;
		margin-right: 2%;
	}
		.left .info {
			font-size: 0.9em;
			line-height: 1.5em;
		}
	.right {
		float: left;
		width: 65%;
	}
		.right input[type=text] {
			margin: 0 0 1em 0;
		}
		.right textarea {
			margin: 0 0 1em 0;
			height: 10em;
		}
	.box1 {
		background-color: #F8F8F8;
		box-shadow: 0px 0px 10px #BBBBBB;
		padding: 1em;
		min-height: 42em;
	}
	.box2 {
		background-color: #F8F8F8;
		box-shadow: 0px 0px 10px #BBBBBB;
		padding: 1em;
		min-height: 21em;		
	}
/* Sections/Article */

	section, article {
		margin-bottom: 3em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	.row > section, .row > article {
		margin-bottom: 0;
	}

	header {
		margin-bottom: 1.5em;
	}

		header > p {
			display: block;
			color: #f35858;
			padding: 0.75em 0 1em 0;
			font-size: 1.5em;
			line-height: 1.5em;
		}

		header.major {
			text-align: center;
		}

/* 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;
		outline: 0;
		border: 0;
	}

		.image img {
			display: block;
		}

		.image.featured {
			margin: 0 0 0.5em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 3em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
				text-align: center;
			}

	a.image:hover {
		opacity: 0.85;
	}

/* List */

	ul.actions {
		padding-top: 1em;
	}

		ul.actions.major {
			text-align: center;
		}

		ul.actions li {
			display: inline-block;
			margin-left: 1em;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

	ul.divided li {
		border-top: solid 1px #d2d7dc;
		padding-top: 2em;
		margin-top: 2em;
	}

		ul.divided li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	ul.icons li:before {
		display: inline-block;
		color: #fff;
		background: #61666b;
		width: 2em;
		height: 2em;
		border-radius: 0.35em;
		text-align: center;
		line-height: 2em;
		margin-right: 0.75em;
	}

	ul.menu li {
		display: inline-block;
		padding-left: 1em;
		margin-left: 1em;
	}

		ul.menu li:first-child {
			border-left: 0;
			padding-left: 0;
			margin-left: 0;
		}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

/* Form */

	form .actions {
		padding-top: 0;
	}

	form label {
		display: block;
		font-weight: 300;
		color: #52575c;
		margin: 0 0 0.5em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		background: #f9fbfe;
		width: 93%;
		line-height: 1.5em;
		padding: 0.2em 0.5em;
		margin-top: 1em;
		border: 0;
		box-shadow: 0px 0px 5px #DDDDDD;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #fff;
		}

	form textarea {
		min-height: 10em;
	}

	form .formerize-placeholder {
		color: #555 !important;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	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;
	}
	input[type="range"].vertikal {
		writing-mode: bt-lr; /* IE */
		-webkit-appearance: slider-horizontal; /* WebKit */
		width: 250px;
		height: 10px;
		background-image: repeating-linear-gradient(90deg, white, white 8%, black 8%, black 9%);
	}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-top: solid 1px #D2D7DC;
			}

				table.default tbody tr:nth-child(2n+1) {
					background: #f9fbfe;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default tfoot {
				border-top: solid 1px #D2D7DC;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-box-shadow: 0px 0px 10px #A6A6A6;
		-webkit-box-shadow: 0px 0px 15px #A6A6A6;
		box-shadow: 0px 0px 10px #777777;
		transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		display: inline-block;
		color: inherit;
		background: none;
		text-decoration: none;
		border: solid 1px #c2c7cc;
		padding: 0.3em 2em 0.3em 2em;
		cursor: pointer;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			color: #409ea0;
			border-color: rgba(64, 158, 160, 0.7);
			box-shadow: 0px 0px 10px #409ea0;
		}

/* Icons */

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		.icon > .label {
			display: none;
		}

/* Wrappers */

	.wrapper {
		background: linear-gradient(rgba(220,220,220,1) 0%, rgba(255,255,255,1) 100%);
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: 100%;
		overflow-x: hidden;
		padding: 3em 0 5em 0;
		border-top: 15px solid #43a0a2;
	}

	.image-wrapper {
		position:relative;
		margin: 0 auto;
	}
	.image-wrapper a {
		text-align: center;
	}

		.image-wrapper .image {
			position: relative;
			z-index: 3;
		}

	#header-wrapper {
		background-image: url(../../images/kontaktbg.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top;
		background-color: #FFFFFF;
	}

	.homepage #header-wrapper {
		min-height: 21em;
		padding: 0;
		margin: 0;
	}

	#promo-wrapper {
		position: relative;
		background-size: 192px 192px, cover;
		background-color: #f05a23;
		color: #fff;
		text-align: center;
		padding: 6em 0 6em 0;
	}


/* Header */	

	.dropotron {
		text-align: left;
		line-height: 2em;
		border-radius: 0.35em;
		min-width: 12em;
		background: #fff;
		line-height: 1em;
		padding: 0.5em 0 0.5em 0;
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
		margin-top: -1em;
		margin-left: 5em;
	}

		.dropotron a, .dropotron span {
			display: block;
			padding: 0.65em 1em 0.65em 1em;
			border-bottom: 0;
		}

		.dropotron li:first-child > a, .dropotron li:first-child > span {
			border-top: 0;
		}

		.dropotron li.active > a, .dropotron li.active > span {
			color: #f35858;
		}

		.dropotron.level-0 {
			font-size: 0.5em;
			margin-top: 0;
		}

			.dropotron.level-0:before {
				content: '';
				position: absolute;
				top: -1em;
				width: 1em;
				height: 1em;
				border-bottom: solid 0.5em #fff;
				border-left: solid 0.5em rgba(255, 255, 255, 0);
				border-right: solid 0.5em rgba(255, 255, 255, 0);
			}

			.dropotron.level-0.center:before {
				left: 50%;
				margin-left: -0.5em;
			}

			.dropotron.level-0.left:before {
				left: 1em;
			}

			.dropotron.level-0.right:before {
				right: 1em;
			}

/* Hero */

	#hero {
		color: #fff;
		text-align: center;
		z-index: 3;
	}


		#hero strong {
			color: inherit;
		}

		#hero header > span {
			color: #fff;
		}

		#hero p {
			font-size: 1.5em;
			line-height: 1.5em;
		}

		#hero a {
			color: #fff;
			border-color: #fff;
			border-color: rgba(255, 255, 255, 0.5);
		}

			#hero a:hover {
				border-color: rgba(255, 255, 255, 0);
			}

/* Promo */

	#promo {
		background: rgba(255, 255, 255, 0.05);
		border: solid 1px rgba(255, 255, 255, 0.25);
		border-radius: 0.5em;
		padding: 1.75em 2.5em 1.75em 2.5em;
		display: inline-block;
		position: relative;
		z-index: 1;
	}

		#promo .button {
			background: #fff;
			border-color: rgba(255, 255, 255, 0);
			color: #27636B;
			font-size: 1.25em;
		}

			#promo .button:hover {
				border-color: rgba(255, 255, 255, 0.75);
				background-color: rgba(255, 255, 255, 0.15);
				color: #fff;
			}

/* Main */

	#main {
		padding-bottom: 4em;
	}

/* Sidebar */

	#sidebar section {
		border-top: solid 1px #d2d7dc;
		margin-top: 3em;
		padding-top: 3em;
	}

		#sidebar section:first-child {
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
		}

/* Normal */
	@media screen and (max-width: 1630px) {
	}
	
	@media screen and (max-width: 1540px) {
	}
	
	@media screen and (max-width: 1440px) {
	}
	
	@media screen and (max-width: 1360px) {
		/* Basic */
			body, input, textarea, select {
				line-height: 1.5em;
				font-size: 13pt;
			}

			span.extra {
				display: none;
			}

		/* Wrappers */

			.wrapper {
				padding: 1em 0 8.5em 0;
			}

			#promo-wrapper {
				padding: 1em 0 1em 0;
			}

			#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;
			}
			h1 {
				padding: 0;
			}
	}
	
	@media screen and (max-width: 1280px) {

		/* Basic */
			body, input, textarea, select {
				line-height: 1.5em;
				font-size: 13pt;
			}

			span.extra {
				display: none;
			}
			

		/* Wrappers */
			.homepage #header-wrapper {
				min-height: 17.9em;
			}
			#hero .radius {
				padding: 0.6em 0.2em 0.6em 0.2em;
			}

			#promo-wrapper {
				padding: 1em 0 1em 0;
			}

			#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;
			}
			.aktangebot {
				margin: 0.2em 1em 0 0;
				min-height: 7.8em;
				min-width: 9.5em;
			}
	}

/* Narrow */

	@media screen and (max-width: 1080px) {
			.box1 {
				min-height: 42em;
			}
			.box2 {
				min-height: 42em;
			}
		/* Sections/Article */

			header br {
				display: none;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				padding-left: 1.25em;
				padding-right: 1.25em;
			}

		/* Wrappers */

			.wrapper {
				padding: 2em 1em 8em 1em;
				margin-top: 0;
			}

			#hero .radius {
				padding: 0.45em 0.2em 0.45em 0.2em;
			}	

			#promo-wrapper {
				padding: 2em;
			}
			.homepage #header-wrapper {
				min-height: 14.8em;
			}

		/* Header */
			.dropotron.level-0 {
				margin-top: 1.1em;
			}

		/* Hero */

			#hero {
				padding: 0;
			}

				#hero p br {
					display: none;
				}

		/* Promo */

			#promo {
				padding: 1.75em 2.5em 1.75em 2.5em;
				display: inline-block;
			}

				#promo .button {
					font-size: 1.25em;
				}
	}

/* Narrower */

	@media screen and (max-width: 900px) {
			.right textarea {
				height: 14em;
			}
			.box1 {
				min-height: 45em;
			}
			.box2 {
				min-height: 45em;
			}
		/* Sections/Article */

			header br {
				display: none;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				padding-left: 1.25em;
				padding-right: 1.25em;
			}

		/* Wrappers */

			.wrapper {
				padding: 2em 1em 7.5em 1em;
			}

			#promo-wrapper {
				padding: 2em;
			}
			#header-wrapper {
				background-image: url(../../images/kontaktbg_small.jpg);
				background-size: 100%;
				background-repeat: no-repeat;
				background-position: top;
				background-color: #FFFFFF;
			}

		/* Header */
			.dropotron.level-0 {
				margin-top: 1.1em;
			}
		/* Promo */

			#promo {
				padding: 1.75em 2.5em 1.75em 2.5em;
				display: inline-block;
			}

				#promo .button {
					font-size: 1.25em;
				}
	}

	@media screen and (max-width: 820px) {
			.box1 {
				min-height: 30em;
			}
			.box2 {
				min-height: 20em;
			}
			.right textarea {
				height: 8em;
			}
			.b {
				padding: 0 20% 0 0;
			}
			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 13pt;
				letter-spacing: 0;
			}
			
		/* Sections/Article */

			header {
				margin-bottom: 1em;
			}

				header > p {
					font-size: 1em;
				}

		/* List */

			ul.divided li {
				padding-top: 0.75em;
				margin-top: 0.75em;
			}

		/* Wrappers */

			.wrapper {
				padding: 1em 20px 3em 20px;
			}

			#promo-wrapper {
				padding: 20px;
			}
			.image-wrapper1 {
				margin: 0 7em 0 7em;
				min-height: 25em;
			}
			.image-wrapper2 {
				margin: 0 7em 0 7em;
				min-height: 41em;	
				max-height: 50em;	
			}

		/* Hero */

			#hero {
				padding: 0 1em 0 1em;
			}

				#hero header {
					margin: 0 0 1.25em 0;
				}

				#hero p {
					font-size: 1em;
				}

		/* 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;
			}
	}

	@media screen and (max-width: 736px) {	
		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 13pt;
				letter-spacing: 0;
			}


		/* Sections/Article */

			header {
				margin-bottom: 1em;
			}

				header > p {
					font-size: 1em;
				}

		/* List */

			ul.divided li {
				padding-top: 0.75em;
				margin-top: 0.75em;
			}

		/* Wrappers */
			#promo-wrapper {
				padding: 20px;
			}

		/* Hero */

			#hero {
				padding: 1em 2em 0 2em;
			}

				#hero header {
					margin: 0 0 1.25em 0;
				}

		/* 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;
			}

	}
	
	@media screen and (max-width: 600px) {
		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				letter-spacing: 0;
			}

		/* Sections/Article */

			section, article {
				margin-bottom: 2em;
			}

			.row > section,
			.row > article {
				margin-bottom: 0;
			}

			header.major {
				text-align: left;
			}

		/* 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;
				outline: 0;
				border: 0;
			}
		
				.image img {
					display: block;
				}
		
				.image.featured {
					margin: 0 0 3em 0;
				}
		
				.image.left {
					float: left;
					margin: 0 2em 2em 0;
				}
		
				.image.centered {
					display: block;
					margin: 0 0 3em 0;
				}
		
					.image.centered img {
						margin: 0 auto;
						width: auto;
						text-align: center;
					}
		
			a.image:hover {
				opacity: 0.85;
			}

			.image-centered {
				float: none;
				width: 100%;
				margin: 0 0 1.5em 0;
				text-align: center;
			}

		/* List */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

			ul.actions.major {
				text-align: left !important;
			}

		/* Form */

			form textarea {
				min-height: 10em;
			}

		/* Hero */

			#hero {
				padding: 2.5em 0 0 0;
			}

		/* Promo */

			#promo {
				padding: 20px;
			}

		/* Content */

			#content {
				margin-bottom: 2em;
			}

		/* Sidebar */

			#sidebar {
				margin-bottom: 2em;
			}
	}

/* Mobile (Portrait) */

	@media screen and (max-width: 480px) {
		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				letter-spacing: 0;
			}


		/* Sections/Article */

			section, article {
				margin-bottom: 2em;
			}

			.row > section,
			.row > article {
				margin-bottom: 2em;
			}

			header.major {
				text-align: left;
			}

		/* 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;
				outline: 0;
				border: 0;
			}
		
				.image img {
					display: block;
				}
		
				.image.featured {
					margin: 0 0 3em 0;
				}
		
				.image.left {
					float: left;
					margin: 0 2em 2em 0;
				}
		
				.image.centered {
					display: block;
					margin: 0 0 3em 0;
				}
		
					.image.centered img {
						margin: 0 auto;
						width: auto;
						text-align: center;
					}
		
			a.image:hover {
				opacity: 0.85;
			}

		/* List */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

			ul.actions.major {
				text-align: left !important;
			}

		/* Hero */

			#hero {
				padding: 2.5em 0 0 0;
			}

		/* Promo */

			#promo {
				padding: 20px;
			}

		/* Content */

			#content {
				margin-bottom: 2em;
			}

		/* Sidebar */

			#sidebar {
				margin-bottom: 2em;
			}
		.wrapper {
			padding-bottom: 5em;
		}
		.homepage #header-wrapper {
			min-height: 13em;
		}
	}
	@media screen and (max-width: 400px) {
			h1 {
				padding: 0;
			}
			.box1 {
				min-height: 50em;
				padding: 0 0.7em;
			}
			.box2 {
				min-height: 22em;
				padding: 0 0.7em;
			}
			.right textarea {
				height: 20em;
			}
		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				letter-spacing: 0;
			}

		/* Sections/Article */

			section, article {
				margin-bottom: 2em;
			}

			.row > section,
			.row > article {
				margin-bottom: 2em;
			}

			header.major {
				text-align: left;
			}

		/* 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;
				outline: 0;
				border: 0;
			}
		
				.image img {
					display: block;
				}
		
				.image.featured {
					margin: 0 0 3em 0;
				}
		
				.image.left {
					float: left;
					margin: 0 2em 2em 0;
				}
		
				.image.centered {
					display: block;
					margin: 0 0 3em 0;
				}
		
					.image.centered img {
						margin: 0 auto;
						width: auto;
						text-align: center;
					}
		
			a.image:hover {
				opacity: 0.85;
			}
			

		/* List */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

			ul.actions.major {
				text-align: left !important;
			}

		/* Form */


		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				width: 100%;
				text-align: center;
			}

		/* Hero */

			#hero {
				padding: 0 10px 0 10px;
			}

		/* Promo */

			#promo {
				padding: 20px;
			}

		/* Content */

			#content {
				margin-bottom: 2em;
			}

		/* Sidebar */

			#sidebar {
				margin-bottom: 2em;
			}
		
		.wrapper {
			padding-bottom: 3em;
		}
		.homepage #header-wrapper {
			min-height: 10em;
		}
		td {
			width: 40%;
		}
	}