/*
Theme Name: Abenteuerwald Enderndorf
Theme URI: http://www.abenteuer-wald.com
Author: Abenteuerwald Enderndorf
Author URI: http://enderndorf.abenteuer-wald.com/
Description: Corporate Website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-width-template, green, brown, background-images, interactive
Text Domain: abenteuerwald

This theme, like WordPress, is licensed under the GPL.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html, body, hide-overflow {
    overflow-x:hidden;
} 
.hide-overflow {
    overflow:hidden !important;
    position:relative;
	max-width: 100% !important;
} 
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%;
}
a:focus {
	outline: thin dotted;
}
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;
	margin-bottom: 1.714285714rem;
}
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, .clear,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
    font: 0em sans-serif;
	visibility: hidden;
	height: 0px;
	display: block;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* common styles*/
.posleft {
	float: left;
}
.posright {
	float: right;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

table.prices th {
	font: normal 14px 'Merriweather Sans', sans-serif;
	line-height: 2.181818182;
	text-transform: uppercase;
	text-align: left;
	background: url(images/bg_box-highlight.png) repeat;
	color: #fff;
	padding-top: 0;
}
.archive-title,
.page-title,
.widget-title,
.comment-content th,
.entry-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	text-transform: uppercase;
	padding: 10px 10px 0 10px;
}
.entry-content th {
	background: url(images/bg_box.png) repeat;
}
.entry-content th.calendar-header-cell{
	background: #f4f4f4 !important;
}
.entry-content td.even {
	background: url(images/bg_box-semi.png) repeat;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #848174;
	border-radius: 1px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
	background-color: transparent;
	color: #333;
}
button,
input {
    line-height: normal;
	border: none;
	border-bottom: 1px solid #848174;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* 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 */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	border-bottom: 1px solid #848174;
	background-color: transparent;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
	background: url(images/bg-button.jpg) repeat-x;
	border-radius: 5px;
	height: 45px;
	padding: 0 20px 3px;
	font: normal 14px 'Merriweather Sans', sans-serif;
	color: #d7c2aa;
	box-shadow: inset 1px 2px #302318;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color: transparent;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
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 */
}
#frame, iframe {
	margin: 0 !important;
}
/* Images */
div#fancy_title table {
    display: none;
}
div#fancy_outer {
    z-index: 999;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.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;
	font-size: 0.857142857rem;
	line-height: 2;
	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;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%
}
.nav-single, .comments-area,
#comment-nav-above, #nav-below {
	width: 470px;
}
#nav-below {
	margin: 48px 0;
	margin: 3.428571429rem 0;
	width: 490px;
}
#nav-below {
	margin: 48px 0;
	margin: 3.428571429rem 0;
	width: 490px;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
	overflow-x: hidden;
}
body {
	color: #291c15;
	font: 13px Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	line-height: 1.3em;  
	overflow-x: hidden;
	background: url(images/body_bg.jpg) repeat;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	text-decoration: underline;
	color: #291c15;
}
a:hover {
	color: #111;
}
h1, h1 a, h1 a:hover {
	font: 24px/1.3 'Merriweather Sans', sans-serif;
	color: #4c3626;
	clear: both;
	margin: 0 0 15px 0;
	display: block;
	text-decoration: none;
}
h2, h2 a, h2 a:hover {
	font: 20px/1.3 'Merriweather Sans', sans-serif;
	color: #4c3626;
	clear: both;
	margin: 0 0 15px 0;
	text-shadow: 1px 1px 0px #65a640;
	text-decoration: none;
	display: block;
}
h3, h3 a, h3 a:hover {
	font: 18px/1.3 'Merriweather Sans', sans-serif;
	color: #4c3626;
	clear: both;
	margin: 15px 0;
	text-decoration: none;
	display: block;
}
h4, h4 a, h4 a:hover {
	font: 16px/1.3 'Merriweather Sans', sans-serif;
	color: #4c3626;
	clear: both;
	margin: 15px 0 10px;
	text-decoration: none;
	display: block;
}
p {
	padding: 8px 0;
}


/*****************************************************************/
/* Page containers */  
/*****************************************************************/
#main {
	height:auto !important;
	height:100%;
	min-height:100%;
	width: 100%;
	overflow: hidden;
	overflow-x: hidden;
}
#page-top, #page-bottom, #page-highlights, #page-news, #page-content {
	min-width: 950px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#page-top {
	height: 155px;
	padding-top: 0;
	position: absolute;
	top: 0;
	background:url(images/bg_header.png) repeat-x;
	z-index: 99;
}   
#page-highlights {
	height: 215px;
	background: url(images/bg_box-highlight.png) repeat;
}   

/*****************************************************************/
/* Header */  
/*****************************************************************/
  #header, #content, #footer, #news, #highlights {
	width: 950px;
	margin: 0 auto;
  }
  #header #logo {
    float: left;
	margin-top: 6px;
  }

/** Newsticker **/  

  #header #newsticker {
    background: url(images/icon-info.png) 0 12px no-repeat;
	float: right;
	width: 712px;
	padding-left: 20px;
	height: 25px;
	color: #d7c2aa;
	padding-top: 10px;
  }

/** Parkbutton **/  
  #header a#parkbutton {
    background: #548c35 url(images/icon-btn-arrow.png) 169px 7px no-repeat;
	float: right;
	width: 178px;
	height: 20px;
	color: #fff;
	text-decoration: none;
	padding: 4px 0 0 10px;
	box-shadow: -1px 2px 0 #26170f;
	font-size: 11px;
	text-transform: uppercase;
  }

/** parkplan **/  
  a#parkplan {
    background: url(images/btn-parkplan.png) no-repeat;
	width: 49px;
	height: 146px;
	position: absolute;
	top: 180px;
	left: 0px;
	z-index: 99;
  }
  
/** Breadcrumb navigation **/  
.breadcrumbs {
	margin: 15px 0 60px 10px;
	width: 470px;
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	list-style: none;
	padding-top: 63px;
}
.main-navigation li {
	float: left;
	padding-left: 30px;
}
.main-navigation a {
	color: #d7c2aa;
}
.main-navigation a:hover {
	color: #d7c2aa;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	/*display: inline-block;*/
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.slide-out-div {
    padding: 20px 20px 0px;
    width: 170px;
    background: url(images/bg_box.png) repeat;
	z-index: 999;
	position: absolute; 
	left: -5000px;
	top: 170px;
	height: 500px !important;
	color: #fff;
}
.slide-out-div h3 {
	color: #fff;
	font: 17px 'Merriweather Sans', sans-serif;
	line-height: 1.846153846;	
}
.slide-out-div a {
	color: #fff;
	text-decoration: none;	
	opacity: 0.8;	
}
.slide-out-div a:hover {
	opacity: 1.0;	
}
a.tab {
	background:url(images/btn-parkplan.png);
	opacity: 1.0;	
	height: 146px;
	width: 47px;
	display: block;
}
@media screen and (max-width:920px){
	.slide-out-div {
		display: none !important;
	}
}

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/*****************************************************************/
/* Footer */  
/*****************************************************************/
  #footer {
	border-top: 1px solid #5d5547;
	padding: 20px 0px;
	color: #5d5547;
	margin-bottom: 80px;
  }
  #footer ul.links {
    float: left;
	width: 600px;
	list-style: none;
  }
  #footer ul.links li {
    float: left;
	padding-left: 10px;
  }
  #footer ul.links li a {
	color: #5d5547;
    display: block;
	text-decoration: none;
  }
  #footer ul.links li a:hover, #footer ul.links li a.selected {
    color: #000;
	text-decoration: none;
  }
  
/** Copyright **/  
  #footer #copyright {
    float: left;
	width: 200px;
	padding-left: 10px;
 }

/** Social Media **/  
  #footer ul#socialmedia {
    float: right;
	width: 100px;
	list-style: none;
  }
  #footer ul#socialmedia li {
    float: right;
	padding-right: 10px;
  }
  #footer ul#socialmedia li a#youtube, #footer ul#socialmedia li a#facebook {
	font-size: 0;
	background: url(images/sprite-social.png) no-repeat;
	height: 28px;
	display: block;
  }
  #footer ul#socialmedia li a#youtube {
	background-position: -27px 0;
	width: 28px;
  }
  #footer ul#socialmedia li a#facebook {
	background-position: 0 0;
	width: 26px;
  }


/* =Main content and comment content
-------------------------------------------------------------- */

/*****************************************************************/
/* Content */  
/*****************************************************************/
  #content {
	margin: 120px auto 0;
  }  
  #textflow, #mapflow, #calendarflow {
	min-height: 800px;
	height: auto !important;
	height: 800px;
	padding: 30px 0 20px;
  }
  #textflow p {
	width: 470px;
  }
  #calendarflow {
	width: 1011px;
  }
  .box {
	width: 186px;
	background: url(images/bg_box.png) repeat;
	font: 17px 'Merriweather Sans', sans-serif;
	text-align: center;
	margin: 0 0 1px 1px;
	text-transform: uppercase;
	position: relative;
	float: left;
  }
  .box.twolines a {
	height: 105px;
	padding-top: 50px;
  }
  .box.parkplan a {
	height: 110px;
	padding-top: 45px;
  }
  .box.food a {
	height: 101px;
	padding-top: 55px;
	margin-top: -1px !important;
  }
  .home-boxes-clmright {
	float: right;
	width: 186px;
	margin-right: 1px;
  }
  .home-boxes-clmleft {
	float: left;
	margin-top: 156px;
	width: 186px;
  }
  .box a {
	height: 92px;
	padding-top: 63px;
	display: block;
	color: #d7c2aa;
	text-decoration: none;
  }
  .box a:hover {
	color: #fff;
  }
  .box a span.linkinfo {
	width: 155px;
	text-align: left;
	padding: 4px 8px 2px;
	height: 16px;
	position: absolute;
	bottom: 13px;
	right: 15px;
	background: transparent url(images/icon-box-arrow.png) top right no-repeat;
	font: normal 11px Arial, Helvetica, sans-serif;
	display: none;
  }
  .box a:hover span.linkinfo {
	background: #528b34 url(images/icon-box-arrow.png) top right no-repeat;
	color: #fff;
	display: block;
	text-transform: none;
  }
  .pic-box {
	width: 185px;
	background: url(images/bg-picbox.jpg) repeat-x;
	text-align: center;
	float: left;
	height: 172px;
	position: relative;
	color: #fff;
	margin: 4px 1px 0 0;
	text-transform: uppercase;
	font: 12px 'Merriweather Sans', sans-serif;
	padding-top: 6px;
  }
  .pic-box span {
	width: 60px;
	background: url(images/icon-gallery.png) no-repeat;
	text-align: center;
	height: 46px;
	margin: 53px auto 0;
	display: block
  }
  .box-title {
	width: 186px;
	background: url(images/bg_box-highlight.png) repeat;
	text-align: center;
	height: 20px;
	position: relative;
	color: #fff;
	margin: 0 1px 1px 1px;
	text-transform: uppercase;
	font: 12px 'Merriweather Sans', sans-serif;
	padding-top: 6px;
  }
  .social-boxes {
	margin: 48px 0 0 10px;
  }
  .social-box {
	text-align: center;
	background: url(images/bg_box.png) repeat;
	height: 34px;
	width: 46px;
	display: block;
	float: left;
	margin-right: 1px;
	padding-top: 12px;
  }
  .social-box.smallicon {
	padding-top: 15px;
	height: 31px;
  }
  .social-box:hover, .social-box.active {
	background: url(images/bg_box-highlight.png) repeat;
	position: relative;
  }
  a.social-box.active span {
	background: url(images/icon-arrow-down.png) bottom center no-repeat;
	position: absolute;
	bottom: -10px;
	left: 16px;
	width: 10px;
	height: 12px;
	text-decoration: none;
  }
  .price-box {
	width: 222px;
	background: url(images/bg_box.png) repeat;
	font: 17px 'Merriweather Sans', sans-serif;
	text-align: left;
	color: #fff;
        padding: 20px 15px 10px;
	margin: 0 0 1px 1px;
	min-height: 168px;
	float: left;
	display: block;
  }
  .price-box2 {
	width: 222px;
	background: url(images/bg_box_light.png) repeat;
	font: 17px 'Merriweather Sans', sans-serif;
	text-align: left;
	color: #fff;
        padding: 20px 15px 10px;
	margin: 0 0 1px 1px;
	min-height: 168px;
	float: left;
	display: block;
  }
  .price-box:hover, .price-box2:hover {
	background: url(images/bg_box-highlight.png) repeat;
	color: #4c3626;
	text-shadow: 1px 1px 0px #65a640;
  }
  .price-box .desc, .price-box2 .desc {
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0 0 4px !important;
	color: #fff;
	margin-top: 12px;
  }
  .price-box h4, .price-box2 h4 {
	font: italic 28px/1.3 'Merriweather Sans', sans-serif !important;
	color: #fff;
	margin: 0 0 15px 0;
	text-shadow: none;
	clear: none;
  }
  .price-box button, .price-box2 button {
	font: 12px 'Merriweather Sans', sans-serif;
	margin: 20px 1px 0 0;
	background: #e4ddc4;
	box-shadow: none;
	border-radius: 0;
	color: #291C15;
	padding: 3px;
	height: auto;
	display: inline-block;
	text-decoration: none;
  }
 .price-box label, .price-box2 label {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	display: inline-block;
	line-height: 1.714285714;
	width: 50px;
}
 .price-box input, .price-box2 input {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #fff;
	line-height: 1.714285714;
	width: 25px !important;
	text-align: right;
}
  
/*****************************************************************/
/* jCarousel Gallery */  
/*****************************************************************/
  .wpic_container {
	float: left;
  }
  .wpic_navigation {
	width: 744px !important;
  }
  ul.wpic_gallery {
	list-style: none;
  }
  ul.wpic_gallery li {
    background: none;
	float: left !important;
	white-space: nowrap;
  }
  ul.wpic_gallery li a {
	width: 185px;
  }
  ul.wpic_gallery li a img {
    border: none;
	margin: 0;
	margin-right: 1px;
  }
  .wpic_next, .wpic_prev {
    background: url(images/sprite-arrows.png) no-repeat !important;
	height: 22px;
	width: 22px;
	background-position: 0 0;
	border-radius: 0 !important;
  }
  .wpic_next:hover, .wpic_prev:hover {
	outline: none;
	height: 22px;
	width: 22px;
  }
  .wpic_next {
    margin-right: 1px;
	background-position: -23px 0 !important;
  }
  
/*****************************************************************/
/* Highlights */  
/*****************************************************************/
  #highlights {
	margin: 0 auto;
    height: 165px;
	color: #fff;
	padding: 30px 0;
  }  
  #highlights blockquote {
	width: 425px;
	padding: 0 15px 20px 15px;
  }  
  #highlights blockquote a {
	color: #fff;
  }  
  #highlights blockquote p.author {
	font: italic 11px Arial, Helvetica, sans-serif;
  }
  #highlights div.sticky {
	background: url(images/sep-highlight.jpg) no-repeat;
	float: right;
	min-height: 155px;
	width: 440px;
	padding-left: 30px;
  }
  #highlights div.sticky a.more-link {
	color: #fff;
  }

/*****************************************************************/
/* News */  
/*****************************************************************/
  #news {
	margin: 1px auto 30px;
	position: relative;
  }  

  #news #newsblog {
	width: 438px;
	padding-left: 15px;
	float: left;
	margin-top: -25px;
  }  
  #news #video-dummy {
	float:right;
  }  
  #news #video-dummy:hover {
	cursor: pointer;
  }  

.entry-meta {
	clear: both;
	margin: 35px 0;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.3rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.3;
	font-weight: normal;
	padding-left: 10px;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.comments-link a,
.entry-meta a {
	color: #757575;
	text-decoration: none;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #757575;
}
article.sticky .featured-post {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register,
.comment-content {
	line-height: 1.714285714;
	padding-left: 10px;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 20px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 18px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,.entry-content h3 {
	margin: 20px 0 5px;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	line-height: 1.3;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	list-style-type:disc;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
	max-width: 470px;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style-type: none;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	background: url(images/icon-disc.png) 0 8px no-repeat;
	padding-left: 20px;
	margin: 0 0 0 1rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
	border: 1px solid #fff;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
	border: 1px solid #fff;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
	border: 1px solid #fff;
}
a img.alignleft {
	display: block;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 60%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-bottom: 1px solid #848174;
	padding: 6px 10px 6px 6px;
}
.site-content article {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
.entry-legend {
	margin-top: 24px;
	color: #fff;
	background-color: #59933f;
	width: auto;
	max-width: 470px;
	padding: 5px 10px;
	font-size: 12px;
}
.entry-legend a, .entry-legend a:hover {
	color: #fff;
	text-decoration: none;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
.entry-legend span.in-category {
	background: #59933f url(images/icon-category.gif) 0 1px no-repeat;
	padding: 0 16px 0 21px;
	float: left;
}
.entry-legend span.timeslot {
	background:	#59933f url(images/icon-calendar.gif) 0 1px no-repeat;
	padding: 0 10px 0 21px;
	float: left;
	width: 80px;
}
.entry-legend span.leave-reply {
	background: #59933f url(images/icon-comment.gif) 0 3px no-repeat;
	padding-left: 21px;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =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;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	font: 16px/1.3 'Merriweather Sans', sans-serif;
	color: #4c3626;
	clear: both;
	margin: 45px 0 0 10px;
	text-decoration: none;
	display: block;
	text-shadow: none;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	background: url(images/bg_box.png) repeat;
	margin: 0 0 10px;
	padding: 5px 10px;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	display: none;
}
.comments-area article header cite,
.comments-area article header time {
	/*display: block;*/
}
.comments-area article header cite {
	font-style: normal;
	font-size: 12px;
	color: #409242;
	color: #fff;
	background: url(images/icon-comment.gif) 0 3px no-repeat;
	padding: 0 10px 0 21px;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	background: url(images/icon-calendar.gif) 0 1px no-repeat;
	padding-left: 21px;
	color: #fff;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #fff;
}
.comments-area article header cite a {
	color: #fff;
}
.comments-area article header cite a:hover {
	text-decoration: none;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
	display: none;
}
a.comment-reply-link,
a.comment-edit-link {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.post-edit-link,
a.comment-edit-link  {
	padding-left: 10px;
	color: #757575;
	text-decoration: none;
}
a.comment-edit-link {
	padding-left: 0;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Contact Forms */
.wpcf7-form label {
	display: inline-block;
	line-height: 1.714285714;
	width: 24%;
}
.wpcf7-form  {
	/*width: 470px;*/
}
.wpcf7-form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
	margin-top: 8px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {
    width: 72%;
}
.wpcf7-form input[type="text"].date {
    width: 29%;
}
.wpcf7-validation-errors {
    color: #b91f1f;
	border: none !important;
}
span.wpcf7-not-valid-tip  {
    color: #b91f1f;
	border: none;
	background: transparent;
	top: 25px;
	left: 0;
}
div.wpcf7-mail-sent-ok {
    color: #084800;
	border: none;
}
.wpcf7-list-item {
	font-family: inherit;
	background-color: transparent;
	color: #333;
	display: inline-block;
	float: left;
	margin: 0 12px 0 0 !important;
}
.wpcf7-list-item-label {
    display: none;
}
input.wpcf7-captcha {
    width: 32% !important;
}
.wpcf7-captchac {
	margin-top: 5px;
    vertical-align: middle;
	margin-right: 40px;
}
div.wpcf7-response-output {
    margin-left: 0;
    padding-left: 0;
}

/* Comment form */
#respond {
	margin: 45px 0 0 10px;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	margin: 15px 0 0;
}
.reply {
	padding-left: 10px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: inline-block;
	line-height: 1.714285714;
	width: 24%;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form textarea {
	margin-top: 8px;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: #084800;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/*****************************************************************/
/* Google Maps */  
/*****************************************************************/
#map_canvas {
	width: 100%;
	min-height: 768px !important;
	margin-top: 6.125%;
	/*position: absolute;*/
}  
#map-bottom {
	min-width: 950px;
	width: 100%;
	/*position: absolute;*/
	bottom: 0;
	height: 8.333%;
}
#infowindow-content {
	width: 300px;
	height: 180px;
	overflow: hidden;
}

/*****************************************************************/
/* Weather */  
/*****************************************************************/
.alfie-wp-weather-object {
	margin-left: 15px;
    padding-top: 3px !important;
	background-size: auto;
	background-position: left 10%;
	max-width: 150px;
}
.alfie-city {
    display: none;
}
.alfie-temperature {
    color: #fff;
	font: 28px/1.3 'Merriweather Sans', sans-serif !important;
	text-align: right;
	margin-left: 30px;
}
.alfie-temperature:before{ 
	content: "/ ";
}
.weather-main-info {
    width: 110px;
}
.weather-label {
    float: left;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 15px;
}


/*****************************************************************/
/* Online-Reservierung */  
/*****************************************************************/
#easyFrontendFormular {
	width: 470px;
}
#easyFrontendFormular h4 {
	margin-bottom: 20px;
}
#easyFrontendFormular > label, #easyFrontendFormular > div.usereditdiv > label {
	font-weight: normal !important;
	text-align: left !important;
	padding-top: 7px;
	font-size: 13px;
	display: inline-block;
    line-height: 1.71429;
}

#easyFrontendFormular input[type="text"], #easyFrontendFormular input[type="email"] {
    width: 62% !important;
}
#easyFrontendFormular p {
    margin: 0.785714rem 0;
}

#easyFrontendFormular textarea {
    margin: 8px 0 12px 0 !important;
    width: 97% !important;
}
.easy-show-error-div ul li {
    background: none;
	padding-left: 0;
}
.easy-show-error-div h2 {
    text-shadow: none;
	font: 16px/1.3 'Merriweather Sans', sans-serif !important;
	clear: both;
	margin-left: 0 !important;
	display: block;
}
#easyFrontendFormular .form-error {
	border: none !important;
    border-bottom: 1px solid #848174 !important;
}
#easyFrontendFormular input[type="text"]:focus, #easyFrontendFormular input[type="email"]:focus,
#easyFrontendFormular textarea:focus {
    background: none !important;
}
#easyFrontendFormular label.easy-show-error {
    color: #b91f1f !important;
}
.easy-button {
	color: #d7c2aa !important;
}
.easy-button:hover {
    color: #fff !important;
}
.easy-button:active {
	background: url(images/bg-button.jpg) repeat-x !important;
}

/* =General
----------------------------------------------- */

a.ispdf {
	background: url(images/icon-pdf.png) no-repeat;
	padding-left: 20px;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 100 pixels. */
@media screen and (min-width: 100px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline !important;
		text-align: left;
		width: 100%;		
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		font: bold 13px 'Merriweather Sans', sans-serif;
		text-transform: uppercase;
	}
	.main-navigation li a {
		display: block;
		text-shadow: -1px -1px 0px #906542, 1px 1px 0px #000;
		border-bottom: 3px transparent solid;
		text-decoration: none;
	}
	.main-navigation li a:hover {
		text-shadow: 0px -1px 0px #1c581e, 1px 1px 0px #26170f;
		color: #d7c2aa;
		text-decoration: none;
	}
	.main-navigation li {
	}
	.main-navigation li ul,
	.main-navigation li > ul.sub-menu > li > ul.sub-menu {
		list-style: none;
		position: absolute;
  	    display: none;
	}
	/*
	.main-navigation li.current-menu-item > ul,
	.main-navigation li.current-menu-ancestor > ul,
	.main-navigation li.current_page_item > ul,
	.main-navigation li.current_page_ancestor > ul,
	*/
	.main-navigation li:hover ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li  {
		float: left;
		text-align: left;
		padding: 7px 20px 0 0!important;
	}
	.main-navigation li ul li a {
		text-shadow: none;
		font: normal 12px Arial, Helvetica, sans-serif;
	    color: #d7c2aa;
		height: 27px;
	}
	.main-navigation li.current_page_parent a,
	.main-navigation li.current_page_ancestor a,
	.main-navigation li.current-menu-item a {
		border-bottom: 3px #409242 solid;
	}
	.main-navigation li ul.sub-menu li.menu-item a {
		border-bottom: 3px transparent solid;
	}
	.main-navigation li.current-menu-item > ul > li.current-menu-item a,
	.main-navigation li.current-menu-ancestor > ul > li.current-menu-item a,
	.main-navigation li.current_page_item > ul > li.current-menu-item a,
	.main-navigation li.current_page_ancestor > ul > li.current-menu-item a,
	.main-navigation li.current-menu-item > ul > li.current-menu-parent a,
	.main-navigation li.current-menu-ancestor > ul > li.current-parent-item a,
	.main-navigation li.current_page_item > ul > li.current-menu-parent a,
	.main-navigation li.current_page_ancestor > ul > li.current-menu-parent a {
		background: none !important;
		color: #fff;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
		width: 450px;
	}
	#respond form input[type="text"] {
		width: 75%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}


/* Cookie Hints */
#scnb-cookie-bar {
    background: url(images/bg_box-highlight.png) repeat;
    color: #fff;
    font-size: 12px;
    opacity: 0.9;
}
.scnb-buttons #scnb-cookie-info, .scnb-buttons #scnb-cookie-accept {
    background: url(images/bg-button.jpg) repeat-x;
}
.scnb-buttons a {
    font-weight: normal;
    border-radius: 5px;
    box-shadow: inset 1px 2px #302318;
    font: 'Merriweather Sans', sans-serif;
    color: #d7c2aa;
}
.scnb-buttons a:hover {
    text-decration: none !important;
    color: #fff;
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body, #page-top {
		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,
	.comment-content img,
	.author-avatar 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;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation,
	#socialmedia, ul.links,
	.slide-out-div, #parkbutton,
	#newsticker, .breadcrumbs,
	img.vegas-background,
	.pic-box, .wpic_container {
		display: none !important;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
	h1.entry-title {
		margin-top: 50px;
	}
	#textflow p, #mapflow, #calendarflow, span#copyright {
		width: 80%;
	}
}