﻿@charset "utf-8";

* {
	border: 0px;
	border-spacing: 0;
	font-weight: 400;
	margin: 0px 0px;
	padding: 0px 0px;
}

video {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -2000; 
}

/**
#video-9x16 {
	width: auto;
	height: 100%;
	z-index: -2000;
	overflow: hidden;
	margin: 0 0 -6px 0;
}

#video-16x9 {
	width: 100%;
	height: auto;
	z-index: -2000;
	overflow: hidden;
	margin: 0 0 -6px 0;
}
**/

#video-text {
	position: absolute;
	top: 40%;
    color: #fff;
	width: 100%;
	padding: 5% 0;
}

#top {
	position: absolute;
	top: 0;
}

img {
	/**border-color: #fff;**/
	vertical-align: bottom;
}

a img {
	border: none;
}

.images {
	width: 100%;
	height: auto;
}

a {
	color: #2676a5;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

strong {
	font-weight: 700;
}

.auszoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.auszoomen:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.einzoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.einzoomen:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.responsive-element iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}

.responsive-element {
	position: relative;
	padding-bottom: 56.25%;
 	padding-top: 0px;
 	height: 0;
 	overflow: hidden;
}

.drehen:hover {
	animation: perspect 0.2s ease-in-out forwards;
	transform-origin: center;
}

@keyframes perspect {
   from {transform:perspective(500px) rotateY(0deg)}
   to {transform:perspective(500px) rotateY(30deg)}
}

.pulsieren {
    animation: pound 3.0s infinite;
	transform-origin: center;
}

@keyframes pound {
	50% { transform: scale(0.95);
	-webkit-filter: opacity(0.95); }
}

.page-header {
	display: none;
	visibility: hidden;
}

.weiss {
	background-color: rgba(255, 255, 255, 0.95);
}

.blau {
	background-color: rgba(38, 118, 165, 0.75);
	color: #fff;
}

.hellblau {
	background: #e4eff5;
}

.graustufen {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.graustufen:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.rund {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.hintergrund {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right;
}

.hintergrund-1 {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	transform: skewY(-2deg);
}

.hintergrund-1 table {
	background-color: rgba(255, 255, 255, 0.95);
	margin: -1px 0;
}

.hintergrund-1 tr {
	transform: rotate(2deg);
}

.hintergrund-2 {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	transform: skewY(2deg);
}

.hintergrund-2 table {
	margin: -1px 0;
}

.hintergrund-2 tr {
	transform: rotate(-2deg);
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}

.fancybox-caption {
	display: none;
	visibility: hidden;
}

.fancybox-caption-wrap {
	display: none;
	visibility: hidden;
}

/** easybooking **/

#ebOfferContainer {
	width: 95% !important;
}

.eb-availability {
	background-color: rgba(255, 255, 255, 0.85);
}

.eb-availability h2 {
	font-size: 1.75rem;
	line-height: 1.75rem;
}

.eb-availability-onecat-name h3 {
	font-size: 1.25rem !important;
	line-height: 1.25rem;
	padding: 0 10px;
}

.eb-availability .eb-oneday .eb-date-day {
	font-size: 1.00rem !important;
	line-height: 1.00rem;
}

.eb-categories .ebcat-wrap .room-header h3 {
	font-size: 3.00vw !important;
	line-height: 3.25vw;
}

.ebbuttons a {
	color: #fff !important;
}

.EBCTG-eb-catlist-wrap {
	background-color: rgba(255, 255, 255, 0.85);
}





@media screen and (min-width: 1024px) {

body {
	color: #333;
	overflow-x: hidden;
}

.smartphone {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#hintergrund {
	position: fixed;
	z-index: -1000;
}

#hintergrund-1 {
	position: fixed;
	z-index: -2000;
}

#hintergrund-sitemap {
	position: fixed;
	z-index: -1000;
}

#video-9x16 {
	width: 29%;
	height: auto;
	z-index: -2000;
	overflow: hidden;
	margin: 0 0 -6px 0;
}

/**
.fixieren {
	position: sticky;
    top: 0px;
}
**/

#sitemap {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	color: #333;
	z-index: 10000;
}

#ausblenden-sitemap {
	position: fixed;
	top: 0;
	right: 0;
	font-size: 20px;
	white-space: nowrap;
	line-height: 0px;
	z-index: 11000;
}

#scrollbar {
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

#quickinfo-sitemap {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
	padding: 5% 0;
	z-index: 1000;
}

#nach-oben {
	opacity: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 80px;
	z-index: 8000;
}

#kopfzeile {
	position: fixed;
	top: 0;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	z-index: 8000;
}

#hauptmenue-1 {
	display: none;
	visibility: hidden;
}

#hauptmenue {
	font-size: 20px;
	line-height: 22px;
	padding: 0 5% 0 55%;
}

#hauptmenue ul {
	display: block;
	float: left;
	width: 100%;
	padding: 10% 0;
}

#hauptmenue li {
	display: block;
	float: left;
	width: 100%;
}

#hauptmenue li a {
	font-size: 2.00vw;
	line-height: 2.50vw;
	color: #333;
	text-decoration: none;
}

#hauptmenue li:hover > a {
	color: #2676a5;
}

#hauptmenue .nav > .active > a {
	color: #2676a5 !important;
}

#hauptmenue .nav-child {
	position: relative;
}

#hauptmenue .nav-child li a {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 1.25rem;
	line-height: 2.25rem;
	padding: 0 2%;
}

#hauptmenue .nav-child li > a:hover,
#hauptmenue .nav-child li > a:focus,
#hauptmenue .nav-child:hover > a {
	color: #bca78a;
	text-decoration: none;
}

#hauptmenue .nav-child > .active > a {
	color: #bca78a !important;
}

#hauptmenue ul ul {
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 2% 0;
}

#hauptmenue ul ul li{
	float: none;
	border: none;
	text-align: left;
	padding: 0 1%;
}

#hauptmenue ul li:hover > ul {
	display: block;
}

#hauptmenue ul ul li:hover > ul {
	position: relative;
	left: 0;
}

/**
#untermenue {
	width: 100%;
	font-size: 22px;
	line-height: 22px;
	margin: -2px 0 0 0;
	z-index: 8000;
}

#untermenue li {
	display: block;
	float: left;
	margin: 0 1px;	
}

#untermenue li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 12px 15px;
}

#untermenue li:hover > a {
	color: #000;
}

#untermenue .nav > .active > a {
	color: #000;
	font-weight: bold;
}

#untermenue .nav-child {
	position: absolute;
	display: none;
	text-align: left;
	width: auto;
}

#untermenue .nav-child li > a:hover,
#untermenue .nav-child li > a:focus,
#untermenue .nav-child:hover > a {
	background: #fff;
	text-decoration: none;
}

#untermenue .nav-child > .active > a {
	color: #000;
	font-weight: bold;
}

#untermenue ul ul li{
	float: none;
	border: none;
	margin: 0px 0px;
}

#untermenue ul li:hover > ul {
	display: block;
	background: #fff;
}

#untermenue ul ul li:hover > ul {
	position: absolute;
	left: 100%;
	margin-top: -51px;
}
**/

/**
#diverses {
	position: relative;
	top: 0;
	width: 90%;
	color: #fff;
	margin: 0 5%;
	z-index: 7000;
}

#diverses a {
	color: #fff;
	font-size: 100.0%;
}

#diverses table {
	background-image: url('../images/hintergrund-diverses.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 1%;
	padding: 100px 1% 0 1%;
}
**/

#suchen {
	position: fixed;
	background-color: rgba(243, 249, 252, 0.85);
	/**background-color: #f3f9fc;
	border-radius: 10px 10px 10px 10px;**/
	margin: 1% 1%;
	padding: 0.5% 1%;
	z-index: 2000;
}

#inhalt {
	width: 100%;
	font-family: "Unna", serif;
	font-size: 22px;
	line-height: 30px;
  	font-style: normal;
	padding: 100px 0;
}

.ig-gallery-wrapper {
	background-color: #e4eff5;
	padding: 1% 1%;
}

/**
#inhalt-1 {
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url('../images/hintergrund-inhalt-1.png');
	color: #fff;
	padding: 50px 0 100px 0;
}
**/

#inhalt a {
	font-size: 22px;
	font-weight: 400;
}

#inhalt a:hover {
	color: #000;
}

.items-leading {
	margin: 10% 0 0 0;
}

.item-content {
	margin: 5% 0 0 0;
}

.schaltflaeche {
  	background: #2676a5;
  	width: 100%;
  	height: 25px;
  	font-family: Arial, sans-serif;
  	font-weight: 300 !important;
  	color: #fff;
  	/**transform: rotate(-4deg);**/
  	padding: 5px 5px;
  	cursor: pointer;
}

.schaltflaeche a {
	color: #fff;
}

ul.sigFreeClassic {
    margin: 0 0 !important;
    text-align: center;
}

ul.sigFreeClassic li.sigFreeThumb {
	float: none;
    display: inline-block;
    background: #fff !important;
    margin: 2px 2px;
    padding: 0;
    list-style: none !important;
}

/**
#unten {
	background-color: rgba(51, 51, 51, 0.75);
	color: #fff;
}
**/

#fusszeile {
	background-color: rgba(244, 246, 248, 0.85);
	font-size: 22px;
	width: 100%;
	color: #000;
	padding: 1% 0;
	z-index: 8000;
}

#fusszeile a:link {
	color: #333 !important;
	font-weight: 300;
}

#fusszeile a:hover {
	background: inherit;
	color: #2676a5 !important;
}

#fusszeile a:visited {
	color: #333 !important;
}

#fusszeile a:active {
	color: #333 !important;
}

#zerone {
	text-align: center;
	padding: 50px 0 0 0;
}

.tabelle-5 {
	float: left;
	width: 5%;
}

.tabelle-10 {
	float: left;
	width: 10%;
}

.tabelle-12 {
	float: left;
	width: 12.5%;
}

.tabelle-14 {
	float: left;
	width: 14.285%;
}

.tabelle-15 {
	float: left;
	width: 15%;
}

.tabelle-16 {
	float: left;
	width: 16.666%;
}

.tabelle-20 {
	float: left;
	width: 20%;
}

.tabelle-25 {
	float: left;
	width: 25%;
}

.tabelle-25-rahmen {
	float: left;
	width: 23%;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-30 {
	float: left;
	width: 30%;
}

.tabelle-33 {
	float: left;
	width: 33.333%;
}

.tabelle-33-rahmen {
	float: left;
	width: 31%;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-35 {
	float: left;
	width: 35%;
}

.tabelle-40 {
	float: left;
	width: 40%;
}

.tabelle-45 {
	float: left;
	width: 45%;
}

.tabelle-50 {
	float: left;
	width: 50%;
}

.tabelle-60 {
	float: left;
	width: 60%;
}

.tabelle-66 {
	float: left;
	width: 66.666%;
}

.tabelle-70 {
	float: left;
	width: 70%;
}

.tabelle-75 {
	float: left;
	width: 75%;
}

.tabelle-80 {
	float: left;
	width: 80%;
}

.tabelle-100 {
	float: left;
	width: 100%;
}

.rand-horizontal-1 {
	padding: 0 1%;
}

.rand-horizontal-2 {
	padding: 0 2%;
}

.rand-horizontal-3 {
	padding: 0 3%;
}

.rand-horizontal-4 {
	padding: 0 4%;
}

.rand-horizontal-5 {
	padding: 0 5%;
}

.rand-horizontal-10 {
	padding: 0 10%;
}

.rand-horizontal-12 {
	padding: 0 12.5%;
}

.rand-horizontal-15 {
	padding: 0 15%;
}

.rand-horizontal-20 {
	padding: 0 20%;
}

.rand-horizontal-25 {
	padding: 0 25%;
}

.rand-horizontal-30 {
	padding: 0 30%;
}

.rand-horizontal-35 {
	padding: 0 35%;
}

.rand-horizontal-40 {
	padding: 0 40%;
}

.rand-vertikal-1 {
	padding-top: 1%;
	padding-bottom: 1%;
}

.rand-vertikal-2 {
	padding-top: 2%;
	padding-bottom: 2%;
}

.rand-vertikal-3 {
	padding-top: 3%;
	padding-bottom: 3%;
}

.rand-vertikal-4 {
	padding-top: 4%;
	padding-bottom: 4%;
}

.rand-vertikal-5 {
	padding-top: 5%;
	padding-bottom: 5%;
}

.rand-vertikal-10 {
	padding-top: 10%;
	padding-bottom: 10%;
}

.rand-vertikal-12 {
	padding-top: 12.5%;
	padding-bottom: 12.5%;
}

.rand-vertikal-15 {
	padding-top: 15%;
	padding-bottom: 15%;
}

.rand-vertikal-20 {
	padding-top: 20%;
	padding-bottom: 20%;
}

.rand-vertikal-25 {
	padding-top: 25%;
	padding-bottom: 25%;
}

.rand-vertikal-30 {
	padding-top: 30%;
	padding-bottom: 30%;
}

.rand-vertikal-40 {
	padding-top: 40%;
	padding-bottom: 40%;
}

h1 {
	font-size: 9.00vw;
	line-height: 9.25vw;
}

h2 {
	font-size: 6.00vw;
	line-height: 6.25vw;
}

h3 {
	font-size: 5.00rem;
	line-height: 5.25rem;
}

h4 {
	font-size: 4.00vw;
	line-height: 4.00vw;
}

h5 {
	font-size: 3.00rem;
	line-height: 3.00rem;
	padding: 10px 0;
}

h6 {
	font-size: 2.25rem;
	line-height: 2.25rem;
}

}





@media screen and (max-width: 1023px) {

body {
	color: #333;
	overflow-x: hidden;
}

.desktop {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#hintergrund {
	position: fixed;
	z-index: -1000;
}

#hintergrund-1 {
	position: fixed;
	z-index: -2000;
}

#video-9x16 {
	width: 100%;
	height: auto;
	z-index: -2000;
	overflow: hidden;
	margin: 0 0 -6px 0;
}

/**
.fixieren {
	display: none;
	visibility: hidden;
}
**/

#sitemap {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url('../images/hintergrund-sitemap-1.png');
	background-position: right;
	width: 100%;
	height: 100%;
	/** color: #fff; **/
	z-index: 10000;
}

#ausblenden-sitemap {
	position: fixed;
	top: 0;
	right: 0;
	font-size: 20px;
	white-space: nowrap;
	line-height: 0px;
	z-index: 11000;
}

#ausblenden {
	position: fixed;
	top: 0;
	left: 0;
	font-size: 20px;
	white-space: nowrap;
	line-height: 0px;
	z-index: 11000;
}

#scrollbar {
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

#quickinfo-sitemap {
	background-image: linear-gradient(to right, rgba(255,255,255,0.70) 0%, rgba(255,255,255,0.70) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
	/**background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
	background-color: rgba(255, 255, 255, 0.75);**/
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	overflow-y: scroll;
	padding: 20% 10%;
	z-index: 1000;
}

#nach-oben {
	opacity: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 75px;
	height: 75px;
	z-index: 8000;
}

#kopfzeile {
	position: fixed;
	top: 0;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	z-index: 8000;
}

#hauptmenue {
	display: none;
	visibility: hidden;
}

#hauptmenue-1 {
	font-size: 22px;
	line-height: 24px;
}

#hauptmenue-1 ul {
	display: block;
	float: left;
	width: 100%;
	padding: 15% 0;
}

#hauptmenue-1 li {
	display: block;
	float: left;
	width: 100%;
}

#hauptmenue-1 li a {
	font-size: 6.00vw;
	line-height: 8.50vw;
	color: #333;
	text-decoration: none;
}

#hauptmenue-1 li:hover > a {
	color: #2676a5;
}

#hauptmenue-1 .nav > .active > a {
	color: #2676a5 !important;
}

#hauptmenue-1 .nav-child {
	position: relative;
}

#hauptmenue-1 .nav-child li a {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 1.50rem;
	line-height: 2.50rem;
	font-weight: bold;
	padding: 0 1%;
}

#hauptmenue-1 .nav-child li > a:hover,
#hauptmenue-1 .nav-child li > a:focus,
#hauptmenue-1 .nav-child:hover > a {
	color: #bca78a;
	text-decoration: none;
}

#hauptmenue-1 .nav-child > .active > a {
	color: #bca78a !important;
}

#hauptmenue-1 ul ul {
	display: block;
	float: left;
	width: 100%;
	padding: 1% 0 5% 0;
}

#hauptmenue-1 ul ul li{
	float: none;
	border: none;
	text-align: left;
	padding: 0 1%;
}

#hauptmenue-1 ul li:hover > ul {
	display: block;
}

#hauptmenue-1 ul ul li:hover > ul {
	position: relative;
	left: 0;
}

#untermenue {
	display: none;
	visibility: hidden;
}

#diverses {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#suchen {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

#inhalt {
	width: 100%;
	font-family: "Unna", serif;
	font-size: 22px;
	line-height: 26px;
  	font-style: normal;
	overflow: hidden;
}

/**
#inhalt-1 {
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url('../images/hintergrund-inhalt-1.png');
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	padding: 50px 0 100px 0;
}
**/

#inhalt a {
	font-weight: 400;
}

.items-leading {
	margin: 120% 0 0 0;
}

.item-content {
	margin: 20% 0 0 0;
}

.schaltflaeche {
  	background: #2676a5;
  	width: 100%;
  	height: 25px;
  	font-family: Arial, sans-serif;
  	font-weight: 300 !important;
  	color: #fff;
  	padding: 5px 5px;
  	cursor: pointer;
}

.schaltflaeche a {
	color: #fff;
}

ul.sigFreeClassic {
    margin: 0 0 !important;
    text-align: center;
}

ul.sigFreeClassic li.sigFreeThumb {
	float: none;
    display: inline-block;
    background: #fff !important;
    margin: 2px 2px;
    padding: 0;
    list-style: none !important;
}

#unten {
	background-color: rgba(51, 51, 51, 0.75);
	color: #fff;
}





#fusszeile {
	background-color: rgba(244, 246, 248, 0.85);
	font-size: 22px;
	width: 100%;
	color: #000;
	padding: 1% 0;
	z-index: 8000;
}

#fusszeile a:link {
	color: #333 !important;
	font-weight: 300;
}

#fusszeile a:hover {
	background: inherit;
	color: #2676a5 !important;
}

#fusszeile a:visited {
	color: #333 !important;
}

#fusszeile a:active {
	color: #333 !important;
}








#zerone {
	text-align: center;
	padding: 7% 0;
}

.tabelle-5 {
	float: left;
	width: 5%;
}

.tabelle-10, .tabelle-12, .tabelle-14, .tabelle-15, .tabelle-16 {
	float: left;
	width: 50%;
	padding: 0 25%;
}

.tabelle-20, .tabelle-25, .tabelle-30, .tabelle-33, .tabelle-35, .tabelle-40, .tabelle-45, .tabelle-50, .tabelle-60, .tabelle-66, .tabelle-70, .tabelle-75, .tabelle-80, .tabelle-100 {
	float: left;
	width: 100%;
	padding: 0 2%;
}

.tabelle-25-rahmen {
	float: left;
	width: 100%;
	margin: 5% 0;
	padding: 5% 5%;
}

.rand-horizontal-1, .rand-horizontal-2, .rand-horizontal-3, .rand-horizontal-4, .rand-horizontal-5, .rand-horizontal-10 {
	padding: 0 5%;
}

.rand-horizontal-12, .rand-horizontal-15 {
	padding: 0 10%;
}

.rand-horizontal-20, .rand-horizontal-25, .rand-horizontal-30, .rand-horizontal-40 {
	padding: 0 10%;
}

.rand-horizontal-spezial {
	padding: 0 30%;	
}

.rand-vertikal-1, .rand-vertikal-2, .rand-vertikal-3, .rand-vertikal-4 {
	padding: 2% 0;
}

.rand-vertikal-5, .rand-vertikal-10, .rand-vertikal-12, .rand-vertikal-15 {
	padding: 5% 0;
}

.rand-vertikal-20, .rand-vertikal-25, .rand-vertikal-30 {
	padding: 10% 0;
}

.verkleinern-50 {
	width: 50%;
}

h1 {
	font-size: 14.00vw;
	line-height: 14.50vw;
}

h2 {
	font-size: 9.00vw;
	line-height: 9.50vw;
}

h3 {
	font-size: 9.00vw;
	line-height: 9.50vw;
}

h4 {
	font-size: 9.00vw;
	line-height: 9.50vw;
}

h5 {
	font-size: 7.00vw;
	line-height: 7.50vw;
	padding: 10px 0;
}

h6 {
	font-size: 5.00vw;
	line-height: 5.50vw;
}

}