html {
	color: #000000;
	font-size: 100%;
	line-height: 1.5;
}

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

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333333;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
    display: block;
}
img {
    max-width: 100%;
    border-style: none;
}
::-moz-selection {
    background: #feecba;
	color: #302D29;
    text-shadow: none;
}

::selection {
	background: #feecba;
	color: #302D29;
	text-shadow: none;
}
/* ==========================================================================
   Main Structure
   ========================================================================== */
.siteHeader {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 80em;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 1rem;
}
.Logo {
    border-bottom: none;
    display: inline-block;
	/*width: 18vw;*/
}
.page-head {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 60em;
    /*padding: 3rem 1.25rem 2.5rem 1.25rem;*/
	padding: 5rem 10% 8rem 5%;
}
#location .page-head {
	padding: 5rem 5% 8rem 5%;
}
.page-head-txt {
	width: 85%;
	margin: 0 auto;
}
.page-head-image {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 3rem;
	display: block;
}
.bg-flowers {
	background-attachment: local;
	background-image: url("../graphics/bg-flowers-lft.png"), url("../graphics/bg-flowers-rgt.png");
	background-position: 2% 90%, right 90%;
	background-repeat: no-repeat;
	background-size: 10vw, 20vw;
	/*background-size: calc(100%-20vw);*/
}
/* ==========================================================================
   Lageplan
   ========================================================================== */
#location iframe {
	height: 66vh;
	width: 100%;
	border: 0;
	margin: 2rem 0;
	box-shadow: 0 8px 10px rgba(50, 50, 50, 0.3);
}
 /*======================================
   KONTAKTFORMULAR
   ====================================== */
#contactform {
	/*background: rgba(229,243,206, 0.3);*/
	background: #ffffff;
	margin: 2rem 0 1.5rem;
	padding: 0.125rem 1.5rem 1.5rem 1.5rem;
	border-radius: 6px;
	/*width: 66%;*/
}
#contactform input[type="text"], #contactform input[type="email"], #contactform input[type="tel"], #contactform textarea {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background: transparent none repeat scroll 0 0;
	border-bottom: 1px solid rgba(42, 42, 42, 0.25) !important;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #222;
	display: inline-block !important;
	margin: 0;
	outline: medium none;
	padding: 6px 8px 12px;
	width: 100% !important;
	font-size: 1.125rem;
}
#contactform p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 1.5rem 0;
}
#contactform textarea {
	height: 10.5rem;
	font-family: 'Open Sans', sans-serif;
}
#contactform input:focus, #contactform textarea:focus {
	background: #fff;
	-webkit-box-shadow: 0 0 3px #aaa;
	        box-shadow: 0 0 3px #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #101010;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #101010;
}
input::placeholder, textarea::placeholder {
	color: #101010;
}
/* #message-submit Style */
#message-submit.submit {
    background-color: #a1a1a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#565656));
    background: -webkit-linear-gradient(top, #a1a1a1, #565656);
    background: -o-linear-gradient(top, #a1a1a1, #565656);
    background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#a1a1a1), to(#565656));
    background: linear-gradient(to top, #a1a1a1, #565656);
    border: 1px solid #959595;
    border-bottom: 1px solid #9c9c9c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #c1c1c1;
    -webkit-box-shadow: 0 1px 0 0 #c1c1c1 inset ;
    -moz-box-shadow: 0 1px 0 0 #c1c1c1 inset;
    -ms-box-shadow: 0 1px 0 0 #c1c1c1 inset;
    -o-box-shadow: 0 1px 0 0 #c1c1c1 inset;
    color: white;
    font-weight: bold;
    padding: 3px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #25430d;
}
#message-submit.submit:hover {
    opacity: .85;
    cursor: pointer; 
}
#message-submit.submit:active {
	border: 1px solid #A1B2A4;
	box-shadow: 0 0 10px 5px #E5F3CE inset;
	-webkit-box-shadow: 0 0 10px 5px #E5F3CE inset;
	-moz-box-shadow: 0 0 10px 5px #E5F3CE inset;
	-ms-box-shadow: 0 0 10px 5px #E5F3CE inset;
	-o-box-shadow: 0 0 10px 5px #E5F3CE inset;
}
#contactform input:focus:invalid, #contactform textarea:focus:invalid, #contactform textarea:focus:invalid, #contactform select:focus:invalid { /* when a field is considered invalid by the browser */
	background: #fff;
	-webkit-box-shadow: 0 0 5px #d45252;
	        box-shadow: 0 0 5px #d45252;
	border-color: #b03535;
}
#contactform input:required:valid, #contactform textarea:required:valid, #contactform select:focus:valid { /* when a field is considered valid by the browser */
	background: #fff;
	-webkit-box-shadow: 0 0 5px #5cd053;
	        box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.z, .enquiry {
	display: none;
}
p.warning {
	color: #d45252;
}
p.info {
	color: #162f14;
	font-weight: 500;
}
p.form-info, p.warning, p.info {
	text-align: center;
}
/* ---- no grid support ---- */
.content-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: center;
}
.content-center, .content-pic, .content-start {
	width: 50%;
}
picture img {
	width: 80%;
}
footer .content-center {
	width: 33.3333%;
}
.content-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*align-items: center;*/
}
.content-start {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/*align-items: flex-start;*/
	padding: 1rem;
}
/*---- end no grid support ----*/

.content-center article {
    padding: 3.5rem 10%;
}
.content-cols--constrained {
	max-width: 90vw;
	margin: 0 auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.content-cols--constrained--topzero {
	max-width: 90vw;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 4rem;
}
.content-cols--padded {
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 5%;
	padding-right: 5%;
}
#hotel .content-cols:nth-of-type(2) {
	margin-top: 4rem;
}
.background--cowbrown {
	background: #956E43;
}
.background--lightbrown {
	background-color: #ffedd9;
}
#home .background--lightbrown {
	padding-top: 3rem;
}
.background--lightgreen {
	background-color: #bcfda3;
}
figure {
	margin: 0;
}
.img-gallery {
	max-width: 80em;
	margin: 0 auto;
	padding: 5rem 0 6rem 0;
}
.pic-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.pic-container > * {
	padding: 0 0.75rem;
	margin-bottom: 3rem;
}
.img-rect, .img-square {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
}
footer {
	background-color: #201a14;
	color: #fae3bf;
}
.footer-right {
	align-self: flex-end;
}
address {
	font-style: normal;
}
.legal, .tourist-links {
	padding-left: 1rem;
	list-style: none;
}
.tourist-links {
	margin-bottom: 3rem;
}
.tourist-links li {
	line-height: 2;
}
/*----- tables ------*/
table {
	margin-top: 1.5rem;
	width: 80%;
}
th:first-child {
	text-align: left;
}
.rate {
	padding: 0 1rem;
	text-align: right;
}
/*------------ Grid support ---------------*/
/*----- The Basic Grid ------
 custom classes:
 .content-cols--constrained: padded gridcontainer with max width
 .content-cols--padded: padded gridcontainer
 .content-cols: 1fr = base grid (display grid)
 .col-50: 1fr 1fr
 .col-33: 1fr 1fr 1fr
 .col-206020: 1fr 3fr 1fr
 .pic-container: repeat(10, 1fr)
 ---------------------------------*/

@supports (display: grid) {
	.content-cols > * {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.content-pic > * {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.pic-container > * {
		width: auto;
		margin: 0;
		padding: 0;
	}
	footer > * {
		width: auto;
		margin: 0;
		padding: 0;
	}
	footer .content-center {
		width: 100%;
	}
	.content-cols {
		display: grid;
		grid-template-columns: 1fr;
	}
	.col-50 {
		grid-template-columns: 1fr 1fr;
	}
	.col-33 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	/*.col-206020 {
		grid-template-columns: 2fr 5fr 2fr;
	}*/
	.col-33--auto {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}
	.col-33--auto article {
		padding: 0 1rem 2rem 1rem;
	}
	.col-33--gap {
		grid-row-gap: 2rem;
		grid-column-gap: 3rem;
	}
	.col-50--gap {
		grid-row-gap: 3rem;
		grid-column-gap: 3rem;
	}
	.pic-container {
		display: grid;
		grid-template-columns: repeat(10, 1fr);
		grid-gap: 1.5rem;
	}
	picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.img-rect {
		grid-column: auto / span 6;
	}
	.img-square {
		grid-column: auto / span 4;
	}
	.img-rect img, .img-square img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/* ==========================================================================
   Navigation
   ========================================================================== */
.mainNav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 1rem 1rem 1rem;
    margin: 0;
}
.mainNav ul li {
    display: inline-flex;
}
.mainNav ul li a {
	padding: 0.5rem 0.25rem;
	margin-right: 1rem;
	margin-left: 1rem;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fffed6;
	border: 0;
}
.mainNav ul li a:hover, .mainNav ul li a.current {
	color: #bcfda3;
	border: 0;
}
.mainNav ul li a.current {
	cursor: default;
}
 /*======================================
   TEXTLINKS
   ====================================== */
a {
	color: #B41701;
	border-bottom: 1px dotted;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
footer a {
	color: #bcfda3;
}
.footer-nav-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav-links li {
	margin-bottom: 0.5rem;
}
.img-link {
	text-decoration: none;
	border-bottom: none;
}
.img-link:hover {
	text-decoration: none;
	border-bottom: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, caption {
	/*font-family: 'Merriweather Sans', sans-serif;*/
	font-family: 'Lora', serif;
}
h1, .main-title--smaller {
	font-weight: 700;
	font-size: 3.157rem;
	line-height: 1.3;
	margin: 0;
}
h2, .main-title--small {
	font-weight: 700;
	font-size: 2.369rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}
h3 {
	font-size: 1.777rem;
	line-height: 1.3;
	font-weight: 700;
	margin: 0;
}
h4 {
	font-size: 1.333rem;
	line-height: 1.3;
	font-weight: 700;
	margin: 0;
}
caption {
	font-size: 1.5rem;
	/*line-height: 1.8;*/
	text-align: left;
	font-weight: 700;
}
.main-title {
	font-weight: 700;
	font-size: 4.209rem;
	line-height: 1.1;
	color: #2A1600;
	margin: 0;
}
.main-title span {
	font-size: 3.157rem;
}
.intro p, .intro ul, .intro ol {
	font-size: 1.333rem;
	line-height: 1.8;
	/*text-align: justify;*/
}
.holidays {
	margin: 0;
}
.intro ul {
	list-style: circle;
	font-weight: 500;
}
.intro .subtitle {
	font-size: 1.777rem;
	font-weight: 500;
	text-align: left;
}
th, td {
    font-size: 1.333rem;
    line-height: 1.8;
	vertical-align: top;
}
td:nth-child(1) {
    padding-right: 1rem;
}
td:nth-child(2) {
    text-align: right;
}
.langselection {
	text-transform: uppercase;
}
footer {
	font-size: 1.25rem;
}
/*figcaption {
    font-size: 1.2rem;
    line-height: 1.25;
    padding: 0.75rem 0.5rem;
}*/
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media all and (max-width: 70em) {
	.main-title--smaller {
		font-size: 2.369rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0;
	}
	.intro .subtitle {
		font-size: 1.333rem;
		margin-bottom: 0;
	}
}
@media all and (max-width: 65em) {
	.content-center, .content-pic, .content-start {
		width: 100%;
	}
	.mainNav ul {
	    justify-content: flex-end;
	}
	.main-title {
		font-size: 3.157rem;
	}
	.main-title span {
		font-size: 2.369rem;
	}
	.intro p {
		font-size: 1.215rem;
		line-height: 1.543;
		text-align: justify;
	}
	.intro .subtitle {
		font-size: 1.333rem;
		font-weight: 600;
		text-align: left;
	}
	td {
		font-size: 1.215rem;
		line-height: 1.543;
	}
	picture img {
		object-fit: contain;
	}
	footer .col-33 {
		grid-template-columns: 1fr 1fr;
	}
	footer .content-center:nth-child(3) {
		flex-direction: row;
		justify-content: space-around;
	}
	.footer-right {
		grid-column: 1 / span 2;
	}
}
@media all and (max-width: 50em) {
	.col-50 {
		grid-template-columns: 1fr;
	}
	.content-pic {
		padding: 0 1rem 2rem 1rem;
	}
	/*.content-start:nth-child(2) {
		grid-row: 1 / 2;
	}
	.content-start:nth-child(6) {
		grid-row: 5 / 6;
	}*/
	.page-head-txt {
		width: 90%;
	}
	h1, .main-title {
		font-size: 2.822rem;
	}
	.main-title span {
		font-size: 2.323rem;
	}
	.intro p {
		font-size: 1rem;
		line-height: 1.3;
		text-align: justify;
	}
	.intro .subtitle {
		font-size: 1.333rem;
		font-weight: 600;
		text-align: left;
	}
	td, footer {
		font-size: 1rem;
		line-height: 1.4;
	}
	#impressum .col-33 {
		grid-template-columns: 1fr 1fr;
	}
	#contactform {
		width: 80%;
	}
}
@media all and (max-width: 50em) and (orientation: portrait) {
	.intro p {
		text-align: left;
	}
}
@media all and (max-width: 38.75em) {
	.siteHeader {
		flex-direction: column;
	}
	.Logo {
		margin: 0 auto;
	}
	.mainNav ul {
		justify-content: space-around;
	}
	.content-cols--constrained {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.img-rect, .img-square {
		grid-column: 2 / 10;
	}
	#contactform {
		width: 90%;
	}
}
@media all and (max-width: 34em) {
	h1, .main-title {
		font-size: 2.323rem;
	}
	.main-title span {
		font-size: 1.793rem;
	}
	footer .content-cols--padded {
		padding-left: 10%;
	}
	footer .content-center {
		grid-column: 1 / span 2;
	}
	footer .content-center:nth-child(3) {
		flex-direction: column;
	}
	#impressum .col-33 {
		grid-template-columns: 1fr;
	}
	#impressum .legal {
		grid-row-gap: 0;
	}
	#contactform {
		width: 100%;
		margin: 0;
		padding: 0.125rem 0.5rem 1.5rem 0.5rem;
	}
}
@media all and (max-width: 27em) and (orientation: portrait) {
	.mainNav ul {
		justify-content: center;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }
	.home-intro .intro p {
		opacity: 1;
	}
	nav, footer {
		display: none;
	}
