/*!
Theme Name: Haus am Park
Theme URI: http://stephanbelitz.com
Author: Stephan Belitz
Author URI: http://stephanbelitz.com
Description: The 2014 theme for Haus am Park.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, purple, white, one-column, responsive
Text Domain: hausampark

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
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%;
	vertical-align: baseline;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.entry-content th {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 0;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	padding: 10px 12px;
	background: #9e0457;
	color: #fff;
	width: 100%;
	outline: none;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	height: 85px;
	resize: vertical;
}
button.half,
input.half,
select.half,
textarea.half {
	width: 50%;
	border-left: 5px solid #fff;
}
button.third,
input.third,
select.third,
textarea.third {
	width: 33.33333%;
	border-left: 5px solid #fff;
}
button.half-first,
input.half-first,
select.half-first,
textarea.half-first,
button.third-first,
input.third-first,
select.third-first,
textarea.third-first {
	border-left: 0;
}


/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	padding: 6px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	-webkit-appearance: none;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}

/* Responsive images */
.entry-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.attachement-wrapper {
	display: inline-block;
	padding: 7px 7px 6px 7px;
	background: url('img/sprites.png') 0 -230px no-repeat;
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.attachement-wrapper.size-medium {
	padding: 8px 9px 4px;
	background-position: 0 -99px;
}

/* CSS transitions */
a, button, input, span {
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in, opacity 0.2s ease-in;
       -moz-transition: color 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in, opacity 0.2s ease-in;
         -o-transition: color 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in, opacity 0.2s ease-in;
            transition: color 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in, opacity 0.2s ease-in;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font: 15px/20px "Open Sans", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #9e0457;
	background: #fff;
}
a {
	outline: none !important;
	color: #9e0457;
}
a:hover {
	color: #94B0B5;
}
.footer-logo {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 120px;
	height: 99px;
	background: url('img/sprites.png') 0 0 no-repeat;
}
.more-link-wrapper {
	white-space: nowrap;
	position: relative;
	display: inline-block;
}
.more-link {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 700;
}
.more-link:before {
	content: ' ';
}
.more-link:after {
	position: absolute;
	padding-left: 5px;
	content: '»';
	font-weight: bold;
	text-decoration: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/* Page frame */
.frame {
	background: #fff;
	display: block;
	position: fixed;
}
.frame-top {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
}
.frame-right {
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 100%;
}
.frame-bottom {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
}
.frame-left {
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 100%;
}

/* Page structure */
#colophon,
.site-content {
	width: 430px;
	max-width: 100%;
	margin-left: 211px;
}

/* Header */
.site-title {
	text-align: center;
	position: fixed;
	left: 20px;
	top: 50%;
	margin-top: -35px;
}
.site-title a {
	font-size: 14px;
	padding: 28px 0;
	width: 170px;
	display: inline-block;
	text-decoration: none;
	font: normal 15px Georgia,serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #fff;
}
.site-title a:hover {
	color: #fff;
	background: #9e0457;
}

/* Navigation Menu */
.main-navigation {
	position: fixed;
	left: 662px;
	top: 50%;
	margin-top: -100px;
	padding: 10px 20px;
	background: #9e0457;
}
.main-navigation li {
	border-top: 1px dotted #fff;
}
.main-navigation li:first-child {
	border-top: none;
}
.main-navigation a {
	display: block;
	font: normal 15px/30px Georgia,serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}
.main-navigation a:hover {
	color: #94B0B5;
}
.main-navigation .current_page_item a,
.main-navigation .current_page_parent a,
.main-navigation .current-page-ancestor a  {
	font-style: italic;
	text-transform: none;
}

.menu-toggle {
	position: absolute;
	top: 42px;
	right: 0;
	width: 42px;
	height: 42px;
	padding: 0;
	display: none;
	z-index: 10;
	cursor: pointer;
	background: #9e0457 url('img/sprites.png') -188px 0 no-repeat;
}
.menu-toggle:hover {
	background: #9e0457 url('img/sprites.png') -188px 0 no-repeat;
}

.close-navigation {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 16px;
	height: 15px;
	padding: 0;
	display: none;
	text-indent: -99999px;
	background: url('img/sprites.png') -172px 0 no-repeat;
}
.close-navigation:hover {
	background: url('img/sprites.png') -172px 0 no-repeat;
}

.home .main-navigation {
	left: auto;
	right: 0;
	background: #fff;
}
.home .main-navigation li {
	border-color: #9e0457;
}
.home .main-navigation a {
	color: #9e0457;
}
.home .main-navigation a:hover {
	color: #94B0B5;
}

/* Footer */
.site-info {
	color: #fff;
	font-size: 10px;
	padding-bottom: 100px;
}
.site-info p {
	float: left;
}
.site-info ul {
	float: right;
}
.site-info ul li {
	display: inline;
	margin-left: 3px;
}
.site-info ul li a {
	color: #fff;
	font-size: 10px;
}
.site-info ul li:before {
	content: '|';
	margin-right: 3px;
}
.site-info ul li:first-child:before {
	content: '';
}
.site-info ul li a:hover {
	text-decoration: underline;
}


/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-content {
	position: relative;
}
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 15px;
	position: relative;
}
.single .entry-header img.wp-post-image {
	/*border: 1px solid #9e0457;*/
	display: block;
}
.single .entry-header .attachement-border {
	margin-top: 15px;
	/*border: 1px solid #9e0457;*/
}
.entry-header .entry-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #9e0457;
	word-wrap: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-subtitle {
	text-transform: uppercase;
	font-weight: 400;
}
.entry-header .back-link {
	position: absolute;
	top: 5px;
	right: 0;
	text-indent: -99999px;
	display: block;
	width: 16px;
	height: 15px;
	background: url('img/sprites.png') -156px 0 no-repeat;
}
.entry-header .back-link:hover {
	background-position: -156px -17px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.mu_register p {
	margin: 0 0 22px;
}
.entry-content p:last-child,
.entry-summary p:last-child,
.mu_register p:last-child {
	margin-bottom: 0;
}
.entry-content a {
	color: inherit;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #a3adc0;
}
.entry-content ol,
.entry-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol {
	list-style: decimal outside;
}
.entry-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote {
	margin-bottom: 22px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.attachement-wrapper.alignleft,
.wp-caption.alignleft {
	margin: 3px 15px 5px 0;
}
.attachement-wrapper.alignright,
.wp-caption.alignright {
	margin: 3px 0 5px 15px;
}
.attachement-wrapper.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 22px;
}
.entry-content dl {
	margin: 0 22px;
}
.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd {
	line-height: 1.714285714;
	margin-bottom: 22px;
}
.entry-content table {
	border-bottom: 1px dotted #9e0457;
	border-right: 1px dotted #9e0457;
	color: #9e0457;
	margin: 0 0 22px;
	width: 100%;
	background: #e1eaed;
}
.entry-content table:last-child {
	margin-bottom: 0;
}
.entry-content table caption {
	font-size: 16px;
	margin: 22px 0;
}
.entry-content td {
	border-top: 1px dotted #9e0457;
	border-left: 1px dotted #9e0457;
	padding: 6px 10px;
}
.site-content {
	padding-top: 87px;
}
.site-content article {
	margin-bottom: 11px;
	padding: 16px 22px 22px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	background: #fff;
}
.hint {
	display: block;
	text-align: center;
	background: #e1eaed;
	padding: 10px;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Gallery template
-------------------------------------------------------------- */

.gallery .site-content {
	width: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.gallery .site-content article {
	margin: 0;
	padding: 5px 20px 20px;
}
.gallery .main-navigation,
.gallery .site-content .entry-header,
.gallery #colophon,
.gallery .footer-logo {
	display: none;
}
.gallery .back-link {
	font-size: 14px;
	padding: 28px 22px;
	display: inline-block;
	text-decoration: none;
	font: normal 15px Georgia,serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -37px;
	color: #fff;
	background: #9e0457;
}
.gallery .back-link:hover {
	color: #fff;
	background: #a3adc0;
}


/* =Plugins
----------------------------------------------- */

/* HAP Downloads */
.main-downloads {
	position: fixed;
	right: 40px;
	top: 40px;
}
.main-downloads li {
	text-align: right;
	margin-bottom: 5px;
}
.main-downloads a {
	color: #fff;
	-webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
}
.main-downloads a:hover {
	color: #9e0457;
}
.main-downloads .icon {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 5px;
	background-image: url('img/sprites.png');
	background-repeat: no-repeat;
	position: relative;
	top: 3px;
}
.main-downloads .icon-lunch {
	background-position: -120px 0;
}
.main-downloads a:hover .icon-lunch {
	background-position: -120px -17px;
}
.main-downloads .icon-meals {
	background-position: -137px 0;
}
.main-downloads a:hover .icon-meals {
	background-position: -137px -17px;
}
.main-downloads .icon-menu {
	background-position: -247px -48px;
}
.main-downloads a:hover .icon-menu {
	background-position: -230px -48px;
}
.main-downloads-mobile {
	display: none;
}

.table-downloads {
	margin: 0 !important;
}
.table-downloads a {
	text-decoration: none;
	line-height: 26px;
}
.table-downloads a:hover {
	text-decoration: underline;
}
.table-downloads .icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	background-image: url('img/sprites.png');
	background-repeat: no-repeat;
	float: left;
}
.table-downloads .icon-lunch {
	background-position: -120px -34px;
}
.table-downloads .icon-meals {
	background-position: -120px -60px;
}
.table-downloads .icon-menu {
	background-position: -230px -22px;
}
.table-downloads .icon-download {
	margin: 0;
	width: 26px;
	height: 26px;
	background-position: -146px -34px;
}
.table-downloads td {
	vertical-align: middle;
	padding: 10px;
}
.table-downloads td.center {
	text-align: center;
}
.table-downloads td.center:hover  {
	background-color: #9e0457;
}
.table-downloads td.center:hover .icon-download  {
	background-position: -146px -60px;
}

.layer-downloads {
	position: absolute;
	bottom: -13px;
	right: -10px;
	background: #9e0457;
	padding: 10px 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	display: none;
}
.layer-downloads a {
	display: block;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}


/* Elastislide Style */
.elastislide-list {
	list-style-type: none;
	display: none;
}
.no-js .elastislide-list {
	display: block;
}
.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}
.elastislide-wrapper {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	min-height: 60px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.elastislide-carousel {
	overflow: hidden;
	position: relative;
}
.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.elastislide-horizontal ul {
	white-space: nowrap;
}
.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}
.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
	margin-right: 5px;
}
.elastislide-carousel ul li a {
	display: block;
	width: 100%;
	position: relative;
}
.elastislide-carousel ul li a img {
	display: block;
	max-width: 100%;
}
.elastislide-carousel ul li a span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 3px solid #9e0457;
	display: none;
	z-index: 0;
}
.elastislide-carousel ul li a:hover span,
.elastislide-carousel ul li.active a span {
	display: block;
}
.elastislide-wrapper nav span {
	position: absolute;
	width: 69px;
	height: 70px;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
	background: url('img/sprites.png') 0 -343px no-repeat;
}
.elastislide-wrapper nav span:hover {
	opacity: 1.0
}
.elastislide-horizontal nav span {
	top: 0;
	left: 0;
}
.elastislide-horizontal nav .elastislide-next {
	left: auto;
	right: 0;
	background-position: -69px -343px;
}

/* WPCF7 Form */
.wpcf7-form p {
	margin-bottom: 5px;
}
.wpcf7-form p:last-child {
	margin-bottom: 0;
}
.wpcf7-form .row {
	margin-bottom: 5px;
}
.wpcf7-form .wpcf7-submit {
	border: 3px solid #9e0457;
	border-radius: 0;
	background: #fff;
	font-size: 20px;
	height: 60px !important;
	color: #9e0457;
	font-weight: 700;
	text-transform: uppercase;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #e1eaed;
	color: #9e0457;
}
.wpcf7-not-valid {
	background: #f00 !important;
	color: #fff !important;
	font-style: italic;
}
span.wpcf7-form-control-wrap {
	width: 100%;
	display: inline !important;
}
span.wpcf7-not-valid-tip {
	display: none;
}
div.wpcf7-response-output {
	margin: 0;
}
div.wpcf7-validation-errors {
	border: 0;
	padding: 0;
	margin-top: 22px;
	margin-bottom: 0;
	color: #f00;
	font-weight: 700;
}
div.wpcf7-mail-sent-ok {
	display: none !important;
}
.wpcf7-form-control::-moz-placeholder {
	color: #fff;
	font-weight: 400;
	opacity: 1 !important;
}
.wpcf7-form-control:-ms-input-placeholder {
	color: #fff;
	font-weight: 400;
	opacity: 1 !important;
}
.wpcf7-form-control::-webkit-input-placeholder {
	color: #fff;
	font-weight: 400;
	opacity: 1 !important;
}
div.wpcf7 img.ajax-loader {
	/*
	display: block;
	margin: 11px auto 0;
	*/
	display: none;
}
div.wpcf7 .placeheld {
	color: #fff;
}

/* customSelect */
.customSelect {
	padding: 10px 12px;
	color: #fff;
	background: #9e0457;
	width: 100%;
}
.customSelect .icon {
	display: block;
	position: absolute;
	right: 12px;
	top: 0;
	width: 13px;
	height: 8px;
	margin-top: 7px;
	background: url('img/sprites.png') -120px -86px no-repeat;
}


/* Datepicker */
.ui-datepicker {
	height: auto;
	margin: 0 auto 5px;
	background: #fff;
	border: 3px solid #9e0457;
	padding: 5px 0 10px;
}
#your-time_timepicker .ui-datepicker {
	padding-top: 10px;
	padding-bottom: 5px;
}
.ui-datepicker-header {
	color: #9e0457;
	font-weight: bold;
	line-height: 34px;
	border-bottom: 1px dotted #9e0457;
}
.ui-datepicker-title {
	text-align: center;
	text-transform: uppercase;
}
.ui-datepicker-month,
.ui-datepicker-year {
	position: relative;
	top: -2px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	color: white;
	background-image: url('img/sprites.png');
	background-repeat: no-repeat;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
	display: none;
}
.ui-datepicker-prev {
	float: left;
	background-position: -172px -42px;
}
.ui-datepicker-next {
	float: right;
	background-position: -202px -42px;
}
.ui-datepicker-calendar {
	border: 0 !important;
	background: #fff !important;
	padding: 0 10px 10px;
}
.ui-datepicker-calendar thead {
	background-color: #fff;
}
.ui-datepicker-calendar thead th {
	text-transform: none;
	font-size: 14px;
	padding: 5px 0;
	color: #9e0457;
	text-align: center;
}
.ui-datepicker-calendar tbody tr {
	border: none !important;
}
.ui-datepicker-calendar tbody td {
	padding: 0;
	border: none !important;
}
.ui-datepicker-calendar tbody td a,
.ui-datepicker-calendar tbody td span {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #9e0457;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td.ui-datepicker-unselectable .ui-state-default {
	color: #b4b3b3;
}
.ui-datepicker-calendar tbody td .ui-state-hover {
	color: #fff;
	background: #9e0457;
}
.ui-datepicker-calendar tbody td .ui-state-active {
	color: #fff;
	background: #9e0457;
}
.ui-datepicker-calendar tbody td:last-child {
	border-right: 0px;
}

.ui-timepicker-div .ui-datepicker-title {
	display: none;
}
.ui-timepicker-div dl {
	text-align: left;
	margin: 0;
}
.ui-timepicker-div dl dt {
	float: left;
	clear:left;
	padding: 0 0 0 12px;
	font-weight: normal;
}
.ui-timepicker-div dl dd {
	margin: 0 10px 15px 25%;
}
.ui-timepicker-div dl dd .ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.ui-timepicker-div dl dd .ui-slider {
	position: relative;
	text-align: left;
	height: 0.6em;
	background: #E1EAED;
}
.ui-timepicker-div dl dd .ui-slider .ui-slider-handle {
	width: 1.2em;
	height: 1.2em;
	border-radius: 100%;
	position: absolute;
	margin-left: -0.6em;
	top: -0.3em;
	border: 2px solid #9e0457;
	background: #9e0457;
	box-shadow: 0px 0px 0px 4px #fff inset;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-buttonpane {
	text-align: center;
	padding-bottom: 5px;
}
.ui_tpicker_time_label,
.ui_tpicker_time {
	font-weight: bold !important;
}
.ui_tpicker_hour,
.ui_tpicker_minute {
	padding-top: 10px;
}
.ui-datepicker-buttonpane {
	display: none;
}
.touch .ui-slider-access {
	display: none;
}
#ui-datepicker-div {
	display: none;
}
.ui-timepicker-label {
	position: relative;
}
.ui-timepicker-label .lunchbreak {
	position: absolute;
	top: 16px;
	right: 13px;
	font-size: 11px;
	text-align: right;
}


/* =Newsletter
----------------------------------------------- */
a.newsletter {
	position: fixed;
	top: 160px;
	right: 40px;
	display: block;
	width: 89px;
	height: 89px;
	text-indent: -99999px;
	background: url('img/sprites.png') 0 -413px no-repeat;
}
a.newsletter:hover {
	background-position: -90px -413px;
}

.home a.newsletter-mobile,
a.newsletter-mobile {
	display: none;
	font-size: 10px !important;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	text-transform: none;
	font-style: italic;
	color: #fff;
	margin-top: 10px;
}
a.newsletter-mobile .icon {
	display: inline-block;
	width: 12px;
	height: 9px;
	margin-left: 5px;
	position: relative;
	top: 1px;
	background: url('img/sprites.png') -202px -72px no-repeat;
}


/* =Special page classes
-------------------------------------------------------------- */
.page-id-18 article,
.page-id-749 article {
	background: none;
	padding: 0;
}
.page-id-18 article header,
.page-id-749 article header {
	background: #fff;
	border: 5px solid #9e0457;
	border-bottom: 0;
	padding: 16px 22px 0;
	margin: 0;
}
.page-id-18 article header h1,
.page-id-749 article header h1 {
	margin: 0 !important;
}
.page-id-18 .entry-content p:first-child,
.page-id-749 .entry-content p:first-child {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
}
.page-id-18 .entry-content p,
.page-id-749 .entry-content p {
	background: #fff;
	border: 5px solid #9e0457;
	border-top: 0;
	border-bottom: 0;
	padding: 0 22px;
	padding-bottom: 15px;
	margin: 0;
}
.page-id-18 .entry-content .wpcf7 p,
.page-id-749 .entry-content .wpcf7 p {
	padding: 0;
	margin: 0;
}
.page-id-18 #main button, .page-id-18 #main input, .page-id-18 #main select, .page-id-18 #main textarea,
.page-id-749 #main button, .page-id-749 #main input, .page-id-749 #main select, .page-id-749 #main textarea {
	color: #9e0457;
	background: #fff;
	border-bottom: 5px solid #9e0457;
}
.page-id-18 #main button, .page-id-18 #main input, .page-id-18 #main select,
.page-id-749 #main button, .page-id-749 #main input, .page-id-749 #main select {
	height: 49px;
}
.page-id-18 .acceptance-710 input {
	margin-top: 5px;
}
.page-id-18 button.half, .page-id-18 input.half, .page-id-18 select.half, .page-id-18 textarea.half,
.page-id-749 button.half, .page-id-749 input.half, .page-id-749 select.half, .page-id-749 textarea.half {
	border-left: 1px dotted #9e0457;
}
.page-id-18 button.half-first, .page-id-18 input.half-first, .page-id-18 select.half-first, .page-id-18 textarea.half-first,
.page-id-749 button.half-first, .page-id-749 input.half-first, .page-id-749 select.half-first, .page-id-749 textarea.half-first {
	border-left: 0;
}
.page-id-18 #main .wpcf7-form,
.page-id-749 #main .wpcf7-form {
	border-bottom: 5px solid #9e0457;
}
.page-id-18 #main .wpcf7-form .wpcf7-submit,
.page-id-749 #main .wpcf7-form .wpcf7-submit {
	height: 60px !important;
	border: 0;
	border: 2px solid #fff;
	cursor: pointer;
	background: #9e0457;
	color: #fff;
}
.page-id-18 #main .wpcf7-form .wpcf7-submit:hover,
.page-id-749 #main .wpcf7-form .wpcf7-submit:hover {
	background: #e1eaed;
	color: #9e0457;
}
.page-id-18 .customSelect,
.page-id-749 .customSelect {
	color: #9e0457;
	background: #fff;
	border-bottom: 5px solid #9e0457;
}
.page-id-18 .customSelect .icon,
.page-id-749 .customSelect .icon {
	background-position: -133px -86px;
}
.page-id-18 .customSelect.wpcf7-not-valid .icon,
.page-id-749 .customSelect.wpcf7-not-valid .icon {
	background-position: -120px -86px;
}
.page-id-18 .your-gender .customSelect,
.page-id-749 .your-gender .customSelect {
	border-top: 5px solid #9e0457;
}
.page-id-18 .ui-datepicker,
.page-id-749 .ui-datepicker {
	border: 0;
	border-left: 5px solid #9e0457;
	border-right: 5px solid #9e0457;
	border-bottom: 5px solid #9e0457;
	margin: 0;
}
.page-id-18 .wpcf7-form .row,
.page-id-749 .wpcf7-form .row {
	margin: 0;
}
.page-id-18 div.wpcf7-validation-errors,
.page-id-18 div.wpcf7-mail-sent-ng.wpcf7-mail-sent-ng {
	padding: 15px 22px;
	margin: 0;
	background: #fff;
	border-left: 5px solid #9e0457;
	border-right: 5px solid #9e0457;
	border-bottom: 5px solid #9e0457;
}
.page-id-749 div.wpcf7-validation-errors,
.page-id-749 div.wpcf7-mail-sent-ng.wpcf7-mail-sent-ng {
	padding: 15px 22px;
	margin: 0;
	background: #fff;
	border-left: 5px solid #9e0457;
	border-right: 5px solid #9e0457;
	border-top: 5px solid #9e0457;
}
.page-id-18 .hint,
.page-id-749 .hint {
	margin-top: 15px;
	background: #e1eaed 0 !important;
	border: 0 !important;
	padding: 15px !important;
	font-size: 12px;
	line-height: 15px;
}
.page-id-18 div.wpcf7 img.ajax-loader,
.page-id-749 div.wpcf7 img.ajax-loader {
	display: none;
}
.page-id-18 .wpcf7-form-control:-moz-placeholder,
.page-id-749 .wpcf7-form-control:-moz-placeholder {
	color: #9e0457;
	opacity: 1 !important;
}
.page-id-18 .wpcf7-form-control::-moz-placeholder,
.page-id-749 .wpcf7-form-control::-moz-placeholder {
	color: #9e0457;
	opacity: 1 !important;
}
.page-id-18 .wpcf7-form-control:-ms-input-placeholder,
.page-id-749 .wpcf7-form-control:-ms-input-placeholder {
	color: #9e0457;
	opacity: 1 !important;
}
.page-id-18 .wpcf7-form-control::-webkit-input-placeholder,
.page-id-749 .wpcf7-form-control::-webkit-input-placeholder {
	color: #9e0457;
	opacity: 1 !important;
}
.page-id-18 .wpcf7-form-control.wpcf7-not-valid:-moz-placeholder,
.page-id-749 .wpcf7-form-control.wpcf7-not-valid:-moz-placeholder {
	color: #fff !important;
}
.page-id-18 .wpcf7-form-control.wpcf7-not-valid::-moz-placeholder,
.page-id-749 .wpcf7-form-control.wpcf7-not-valid::-moz-placeholder {
	color: #fff !important;
}
.page-id-18 .wpcf7-form-control.wpcf7-not-valid:-ms-input-placeholder,
.page-id-749 .wpcf7-form-control.wpcf7-not-valid:-ms-input-placeholder {
	color: #fff !important;
}
.page-id-18 .wpcf7-form-control.wpcf7-not-valid::-webkit-input-placeholder,
.page-id-749 .wpcf7-form-control.wpcf7-not-valid::-webkit-input-placeholder {
	color: #fff !important;
}
.page-id-18 .ui-timepicker-label .lunchbreak,
.page-id-749 .ui-timepicker-label .lunchbreak {
	top: 13px;
	right: 15px;
}

.page-id-18 .entry-content .wpcf7 p.checkbox{
	border-bottom: 5px solid #9e0457;
	background: #e1eaed;
	min-height: 85px;
	margin-top: -1px;
	padding: 5px 10px 0;
}
.page-id-20 .entry-content .wpcf7 p.checkbox {
	background: #e1eaed;
	min-height: 35px;
	margin-top: -1px;
	padding: 5px 10px 0;
}
.page-id-18 .entry-content .wpcf7 p.checkbox.data-checkbox {
	min-height: 40px;
}
.page-id-749 .entry-content .wpcf7 p.checkbox {
	border-bottom: 5px solid #9e0457;
	min-height: 50px;
	margin-top: -1px;
	padding: 10px 10px 0;
}
.page-id-749 .entry-content .wpcf7 p.checkbox .wpcf7-list-item {
	margin-left: 0;
}

.page-id-18 .entry-content .wpcf7 p.checkbox label {
	float: right;
	width: 370px;
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
	padding-top: 5px;
}
.page-id-20 .entry-content .wpcf7 p.checkbox label {
	float: left;
	width: 220px;
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
	padding-top: 5px;
}
.page-id-749 .entry-content .wpcf7 p.checkbox label {
	float: left;
	width: 370px;
	line-height: 15px;
	padding-top: 5px;
}
.page-id-18 .entry-content .wpcf7 p.checkbox input,
.page-id-20 .entry-content .wpcf7 p.checkbox input,
.page-id-749 .entry-content .wpcf7 p.checkbox input {
	width: 15px !important;
	height: 15px !important;
	border: 0 !important;
	padding: 0 !important;
	position: relative;
	z-index: 10;
}
.page-id-18 .entry-content .wpcf7 p.checkbox .wpcf7-form-control-wrap,
.page-id-20 .entry-content .wpcf7 p.checkbox .wpcf7-form-control-wrap,
.page-id-749 .entry-content .wpcf7 p.checkbox .wpcf7-form-control-wrap {
	float: left;
	width: auto;
}

.page-id-749 .entry-content .wpcf7 p.checkbox input {
	float: left;
}
.page-id-749 .entry-content .wpcf7 p.checkbox .wpcf7-list-item-label {
	float: right;
}

.custom-checkbox {
	height: 20px !important;
	width: 20px !important;
	border: 0 !important;
	border: 2px solid #9e0457 !important;
	padding: 0;
}
.custom-checkbox.checked {
	background-image: url('img/sprites.png') !important;
	background-position: -172px -72px !important;
	background-repeat: no-repeat !important;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
/*
@-ms-viewport {
	width: device-width;
}
*/
@viewport {
	width: device-width;
}


/* Maximum width of 960 pixels. */
@media screen and (max-width: 960px) {
	.site {
		padding-top: 48px;
	}
}


/* Maximum height of 580 pixels. */
@media screen and (max-height: 580px) {
	.footer-logo {
		display: none;
	}
}


/* Maximum height of 390 pixels. */
@media screen and (max-height: 390px) {
	.main-downloads {
		display: none;
	}
}

.home .xmas {
	z-index: 9;
	position: fixed;
	top: 0;
	left: 50%;
	width: 345px;
	height: 690px;
	background-image: url(img/weihnachten-oeffnungszeiten.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid rgba(255,255,255, .05);
	-ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */
	transform: translateX(-50%);
	transition: 300ms ease;
}
.home .xmas:hover {
	transform:
		translateX(-50%)
		translateY(10px);
}
.home .xmas a {
	display: block;
	width: 345px;
	height: 690px;
	text-indent: -9999px;
}


/* Maximum width of 860 pixels. */
@media screen and (max-width: 860px) {
	.xmas {
		display: none;
	}
	.site {
		max-width: 860px;
		overflow: hidden;
		padding-top: 0;
	}
	.site-title {
		position: relative;
		left: 0;
		top: 0;
		max-width: 100%;
		width: 430px;
		margin: 0 auto;
		padding-top: 42px;
		text-align: left;
	}
	.site-title a {
		text-align: center;
		padding: 0;
		line-height: 42px;
	}
	.site-content {
		margin: 0 auto;
		padding-top: 22px;
	}
	#colophon {
		margin: 0 auto;
	}
	.site-info {
		padding-bottom: 50px;
	}

	.main-downloads,
	.footer-logo {
		display: none;
	}

	a.newsletter {
		display: none;
	}

	a.newsletter-mobile {
		display: block;
	}

	/* Navigation Menu */
	.main-navigation {
		top: 0;
		bottom: 0;
		left: auto;
		right: -200px;
		margin: 0;
		z-index: 10;
		box-shadow: -3px 0 10px rgba(0, 0, 0, 0.5);
	}
	.main-navigation li:first-child {
		border-top: 1px dotted #fff;
	}
	.main-navigation ul {
		margin-top: 100px;
	}
	#menu-hauptnavigation {
		border-bottom: 1px dotted #fff;
	}
	.close-navigation {
		display: block;
	}
	.menu-toggle {
		display: block;
	}
	.home .main-navigation {
		top: 50%;
		bottom: auto;
		right: auto;
		left: 50%;
		width: 190px;
		margin-left: -95px;
		margin-top: -100px;
		background: #9e0457;
		box-shadow: none;
	}
	.home .main-navigation ul {
		margin: 0;
	}
	.home .main-navigation ul li {
		border-color: #fff;
	}
	.home .main-navigation ul li:first-child {
		border-top: 0;
	}
	.home .main-navigation ul li a {
		color: #fff;
	}
	.home #menu-hauptnavigation {
		border-bottom: none;
	}
	.home .menu-toggle,
	.home .close-navigation {
		display: none;
	}
	.home .site-title {
		position: fixed;
		left: 50%;
		top: 50%;
		margin-left: -95px;
		margin-top: -202px;
	}
	.home .site-title a {
		width: 190px;
	}

	.main-downloads-mobile {
		display: block;
		position: static;
	}
	.main-downloads-mobile ul {
		margin-top: 20px;
	}
	.main-downloads-mobile li,
	.main-downloads-mobile li:first-child {
		border: 0;
		float: left;
		border-left: 1px solid #fff;
		margin-left: 12px;
    	padding-left: 8px;
	}
	.main-downloads-mobile li:first-child {
		border-left: none;
		padding-left: 0;
		margin-left: 0;
	}
	.main-downloads-mobile strong {
		display: none;
	}
	.main-downloads-mobile a {
		color: #fff;
		line-height: 12px;
	}
	.home .main-downloads-mobile {
		display: none;
	}
	.main-downloads-mobile .icon {
		display: inline-block;
		width: 23px;
		height: 22px;
		margin-left: 5px;
		position: static;
	}
	.main-downloads-mobile .icon-lunch,
	.main-downloads-mobile a:hover .icon-lunch {
		background-position: -230px 0;
	}
	.main-downloads-mobile .icon-meals,
	.main-downloads-mobile a:hover .icon-meals {
		background-position: -253px 0;
	}
	.main-downloads-mobile .icon-facebook,
	.main-downloads-mobile a:hover .icon-facebook {
		background-position: -276px 0;
	}

	/* Content */
	.gallery .back-link {
		display: none;
	}
	.gallery .main-navigation {
		display: block;
	}
	.attachement-wrapper.size-medium {
		display: block;
		max-width: 208px;
		float: none;
		margin: 0 auto;
	}

	/* Forms */
	button.half,
	input.half,
	select.half,
	textarea.half,
	button.third,
	input.third,
	select.third,
	textarea.third {
		width: 100%;
		border-left: 0;
	}
	button.half-first,
	input.half-first,
	select.half-first,
	textarea.half-first,
	button.third-first,
	input.third-first,
	select.third-first,
	textarea.third-first,
	button.third-second,
	input.third-second,
	select.third-second,
	textarea.third-second {
		margin-bottom: 5px;
	}
	.page-id-18 .row button.half-first,
	.page-id-18 .row input.half-first,
	.page-id-18 .row select.half-first,
	.page-id-18 .row textarea.half-first,
	.page-id-18 .row button.third-first,
	.page-id-18 .row input.third-first,
	.page-id-18 .row select.third-first,
	.page-id-18 .row textarea.third-first,
	.page-id-18 .row button.third-second,
	.page-id-18 .row input.third-second,
	.page-id-18 .row select.third-second,
	.page-id-18 .row textarea.third-second {
		margin-bottom: 0;
	}
	.page-id-18 button.half, .page-id-18 input.half, .page-id-18 select.half, .page-id-18 textarea.half {
		border-left: none;
	}
}

#snowfall {
	z-index: 9;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}


/* Maximum width of 520 pixels. */
@media screen and (max-width: 520px) {
	body {
		font-size: 14px;
		line-height: 18px;
	}
	.site-title a,
	.main-navigation a {
		font-size: 14px;
	}
	.site {
		max-width: 100%;
		overflow: hidden;
		padding: 20px;
	}
	.frame {
		display: none;
	}
	#colophon,
	.site-content {
		width: 100%;
	}
	.site-title {
		width: 100%;
		padding-top: 0;
	}
	.menu-toggle {
		top: 0px;
	}
	.home .site-title {
		margin-top: -160px;
	}

	/* Content */
	.gallery .site-content article {
		padding: 5px ;
	}
	.attachement-wrapper.size-thumbnail {
		width: 119px;
		padding: 8px 7px;
		background-size: 254px 526px;
		background-position: 0 -203px;
	}
	.elastislide-horizontal ul {
		height: 46px;
	}
	.elastislide-horizontal ul li {
		width: 60px;
	}
	.elastislide-wrapper {
		min-height: 46px;
	}
	.elastislide-wrapper nav {
		display: none;
	}

	/* Forms */
	.wpcf7-form .wpcf7-submit {
		font-size: 14px;
	}
	.ui-timepicker-div dl dd {
		margin-left: 30%;
	}
	.ui-timepicker-label .lunchbreak {
		width: 130px;
	}
	.page-id-18 .ui-timepicker-label .lunchbreak {
		width: 130px;
	}

	.page-id-18 .entry-content .wpcf7 p.checkbox,
	.page-id-20 .entry-content .wpcf7 p.checkbox {
		min-height: 135px;
	}
	.page-id-18 .entry-content .wpcf7 p.checkbox label,
	.page-id-20 .entry-content .wpcf7 p.checkbox label {
		width: 220px;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-title {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-title a {
		color: #000;
	}
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.main-downloads {
		display: none;
	}
}

/* =Retina images
----------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.footer-logo,
	.attachement-wrapper,
	.main-downloads li a .icon,
	.table-downloads .icon,
	.entry-header .back-link,
	.customSelect .icon,
	.close-navigation, .close-navigation:hover,
	.menu-toggle, .menu-toggle:hover,
	.ui-datepicker-prev,
	.ui-datepicker-next,
	.custom-checkbox.checked,
	a.newsletter, a.newsletter:hover,
	a.newsletter .icon,
	a.newsletter-mobile .icon {
		background-image: url('img/sprites-2x.png');
    	background-size: 300px 600px;
	}
}

div.wpcf7 .ajax-loader {
	position: absolute;
    right: -20px;
    bottom: 0;
}

.front-page-footer {
	position: absolute;
	right: 0;
	bottom: 32px;
	left: 0;
}
.front-page-footer ul {
	text-align: center;
}
.front-page-footer li {
	display: inline-block;
	font-size: 12px;
	color: white;
}
.front-page-footer li:first-child:after {
	content: " | ";
}
.front-page-footer a {
	color: white;
}