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: #F2EFEC;
	font-family: 'Open Sans', 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;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, .subtitle {
	font-family: 'Roboto', sans-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;
	text-transform: uppercase;
	margin-top: 1rem;
}
.CenterText, .intro p, .intro ul, .intro ol {
	font-size: 1.333rem;
	line-height: 1.8;
	/*text-align: justify;*/
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.intro ul {
	list-style: circle;
	font-weight: 500;
}
.intro .subtitle {
	font-size: 1.777rem;
	font-weight: 500;
	text-align: left;
	margin-top: 1rem;
}
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;
}
footer {
	font-size: 1.25rem;
}
/*footer .content-center, footer .content-start {
	font-weight: bold;
}
figcaption {
    font-size: 1.2rem;
    line-height: 1.25;
    padding: 0.75rem 0.5rem;
}*/

/* ==========================================================================
   Main Structure
   ========================================================================== */
.siteHeader {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	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 1.5rem 1.25rem;*/
	padding: 4rem 10% 3rem 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: 4rem 0 1rem 0;
	display: block;
}
.CenterText {
    padding: 1rem 1rem 4rem 1rem;
    margin: 0 auto;
    max-width: 42.5rem;
}
/* ---- no grid support ---- */
.content-cols {
	display: flex;
	flex-direction: row;
	/*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;
}
.ft-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	margin-top: 4rem;
	font-size: 1rem;
}
footer .content-start div, .ft-bottom div {
	margin-bottom: 0.75rem;
}
.ft-bottom div {
	padding: 0 1.5rem;
	text-align: center;
}
/*---- 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%;
}
footer .content-cols--padded {
	max-width: 60em;
	margin: 0 auto;
}
footer .content-center, footer .content-start {
	align-items: center;
}
/*#hotel .content-cols:nth-of-type(2) {
	margin-top: 4rem;
}*/
.background--lightgrey {
	background: #F2EFEC;
}
.background--lightbrown {
	background-color: #f7e8d7;
}
/*#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: #fffcf9;
}
.ft-bottom {
	color: #c4c4c4;
}
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;
	justify-content: flex-end;
}
.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-family: 'Roboto', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #000;
	border: 0;
}
/*.mainNav ul li a {
	transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.mainNav ul li a::after {
	position: absolute;
	left: 0;
	right: 100%;
	height: 4px;
	bottom: 0px;
	content: "";
	background-color: #8f1b00;
}*/
.mainNav ul li a:hover, .mainNav ul li a.current {
	color: #8F1B00;
	transition: color 0.25s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	border: 0;
}
.mainNav ul li a.current {
	cursor: default;
}
 /*======================================
   TEXTLINKS
   ====================================== */
a {
	color: #8F1B00;
	border-bottom: 1px dotted;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
footer a {
	color: #fae3bf;
}
.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;
}

/* ==========================================================================
   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;
	}
}