@charset "utf-8";

* {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}
	
body {
	font-family: "Lato",sans-serif;
	font-size: 20px;
	font-weight: 300;
	overflow-x: hidden;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #a68456;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.button {
	background: none repeat scroll 0 0 #d43939;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 1em;
	margin: 10px 10px 10px 10px;
    padding: 6px 10px 7px 10px;
}

.button a {
	color: #fff;
}

.button a:hover {
	color: #fff;
}

#Oben {
	top: 0;
	right: 0;
	width: 100%;
	height: 55px;
	position: fixed;
	z-index: 1500;
}

#Fusszeile {
	color: #fff;
}

#zerone {
	text-align: center;
	margin: 0 0 10px 0;
}

.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;
}

.responsive-video iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}
 
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
 	padding-top: 0px;
 	height: 0;
 	overflow: hidden;
}

#video {
	width: 100%;
	height: 100%;
	z-index: -2000;
	overflow: hidden;
}

.hintergrund {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

.einzoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.einzoomen:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

.auszoomen {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.auszoomen:hover {
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
}

.pulsieren {
    animation: pound 5.0s infinite;
	transform-origin: center;
}

.abdunkeln {
	transition: background 1.0s;
}

.abdunkeln:hover {
	background-color: rgba(155, 24, 24, 0.85);
	transition: background 1.0s;
}

@keyframes pound {
	50% { transform: scale(0.95);
	-webkit-filter: opacity(1.0); }
}

.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)}
}

/* EDITIERMODUS IM FRONTEND */

.wf_editor_toggle,
.controls,
.control-label,
.dropdown-menu,
.nav-tabs,
.btn,
.pagination,
.system-unpublished,
.btn-primary {
	margin-left: 100px;
}

a.modal_jform_contenthistory,
a.modal-button {
	display: none;
}

/* ONLINE-BOOKING */

#ui-datepicker-div{
	display: none;
	background: #fff;
	font-size: 14px;
	padding: 10px 10px;
}

.eb_smallsearch {
    width: 100%;
}

.eb_smallsearch select {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0px 5px;
    width: 60px;
}

.eb_smallsearch .arrival, .eb_smallsearch .departure {
	width: 305px;
    margin: 10px 0 10px 10px;
	float: left;
}

.eb_smallsearch .arrival input, .eb_smallsearch .departure input {
    color: #666666;
    font-size: 0.923em;
    height: 30px;
    line-height: 2px;
    padding-left: 5px;
    width: 100%;
	min-width: 100px;
    border: 1px solid #CCCCCC;
}

.eb_smallsearch .datepicker {
    background: url("https://www.easy-booking.at/ebPlugins/smallSearch/img/cal.gif") no-repeat scroll right top 5px #FFFFFF;
    border: 0 none;
}

.eb_smallsearch .adults .label, .eb_smallsearch .children .label {
    color: #fff;
	font-size: 17px;
    line-height: 30px;
    padding-right: 10px;
}

.eb_smallsearch .adults, .eb_smallsearch .children {
    margin: 10px 10px 10px 10px;
	float: left;
}

.eb_smallsearch form div.search .sendButton {
    background: none repeat scroll 0 0 #d43939;
	width: 305px;
    border: 0 none;
    border-radius: 0 0 0 0;
	font-family: "Lato",sans-serif;
	font-weight: 300;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 1em;
	margin: 10px 10px 10px 10px;
    padding: 4px 10px 5px 10px;
}

.eb-selectric .label {
	height: 50px;
}

.boxSized select {
	height: 40px !important;
}

.eb-availability h2 {
	padding: 0px 0px !important;
}

.eb-availability-onecat-name h3 {
	padding: 0px 10px !important;
}

img {
	vertical-align: bottom;
}

.zoom {
  	position: relative;
  	overflow: hidden;
}

.zoom img {
  	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}

.zoom:hover img {
  	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}

.osmap-items {
	margin: 100px 20px;
}

.osmap-items ul {
    margin: 10px 10px;
}

.osmap-items li {
    display: block;
}

@media screen and (min-width: 1024px) {

#logo {
	position: fixed;
	top: 0;
	left: 200px;
	z-index: 4000;
}

#bar {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 70px;
	z-index: 500;
}

#top {
	position: fixed;
	top: 0;
	left: 0;
	white-space: nowrap;
	font-size: 24px;
	line-height: 0px;
	z-index: 1000;
}

.Hauptnavigation a {
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.Hauptnavigation a:hover {
	color: #9b1818;
}

.Hauptnavigation ul li.active a {
	color: #9b1818;
}

.Hauptnavigation li {
	display: block;
}

#navigation {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: #ececec;
	width: 20%;
	height: 100%;
	padding: 5px 10px;
	font-size: 18px;
	color: #433c34;
	z-index: 6000;
}

#close {
	margin: 5px 5px;
	z-index: 1000;
}

#scrollbar {
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

#quickinfo {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	padding: 0 5%;
	font-size: 20px;
	overflow-y: scroll;
	z-index: 5000;
}

#quickinfo-1 {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	padding: 0 5%;
	font-size: 20px;
	overflow-y: scroll;
	z-index: 5000;
}

#right {
	position: fixed;
	top: 0;
	right: 0;
	white-space: nowrap;
	font-size: 24px;
	line-height: 24px;
	z-index: 1000;
}

#booking {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background: #9b1819;
	width: 20%;
	height: 100%;
	padding: 5px 10px;
	font-size: 18px;
	color: #fff;
	z-index: 6000;
}

#Diverses {
	position: fixed;
	top: -2px;
	right: 250px;
	width: 25%;
	z-index: 4000;
}

#Buchen {
	position: fixed;
	top: 70px;
	left: 0;
	width: auto;
	color: #fff;
	z-index: 4000;
}

#Popup {
	background-color: rgba(255, 255, 255, 0.85);
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 2% 0;
	z-index: 6000;
}

#Rollbalken {
	height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#News {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -17px;
	font-family: arial;
	font-size: 20px;
	color: #9c1515;
    overflow-y: scroll;
}

#Beamer {
	z-index: -1000;
}

#Inhalt {
	letter-spacing: 0px;
	line-height: 26px;
	color: #000000;
	margin: 0 -2px;
}

h1 {
	font-size: 34px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 100;
	padding: 20px 10% 0px 10%;
}

h2 {
	font-size: 34px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 100;
	padding: 20px 0px 20px 0px;
}

h3 {
	font-size: 28px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 34px;
	font-weight: 100;
	padding: 20px 0px 20px 0px;
}

h4 {
	font-size: 22px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 100;
}

.tabelle_100 {
	width: 100%;
	padding: 0 10%;
	float: left;
}

.tabelle_50 {
	width: 50%;
	padding: 0 1%;
	float: left;
}

.tabelle_40 {
	width: 40%;
	padding: 0 1%;
	float: left;
}

.tabelle_33 {
	width: 33%;
	padding: 0 1%;
	float: left;
}

.tabelle_30 {
	width: 30%;
	padding: 0 1%;
	float: left;
}

.tabelle_25 {
	width: 25%;
	padding: 0 1%;
	float: left;
}

.tabelle_20 {
	width: 20%;
	padding: 0 1%;
	float: left;
}

.tabelle_10 {
	width: 10%;
	padding: 1% 1%;
	float: left;
}

.jg-intro {
	font-size: 34px;
	letter-spacing: 0px;
	line-height: 40px;
	font-weight: 100;
	padding: 0 8% 20px 8%;
}

#Start {
	position: fixed;
	right: 20px;
	bottom: 0;
	float: left;
}
}

@media screen and (max-width: 1023px) {

#Diverses {
	display: none;
	visibility: hidden;
	position: fixed;
	top: 20px;
	right: 200px;
	z-index: 4000;
}

#Buchen {
	display: none;
	visibility: hidden;
}

#logo {
	position: fixed;
	top: 75px;
	width: 100%;
	padding: 0 10%;
	z-index: 4000;
}

#bar {
	display: none;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 70px;
	z-index: 500;
}

#top {
	position: fixed;
	top: 0;
	left: 0;
	background: #ececec;
	width: 100%;
	white-space: nowrap;
	font-size: 24px;
	line-height: 0px;
	z-index: 1000;
}

.Hauptnavigation a {
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.Hauptnavigation a:hover {
	color: #9b1818;
}

.Hauptnavigation ul li.active a {
	color: #9b1818;
}

.Hauptnavigation li {
	display: block;
}

#navigation {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: #ececec;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	font-size: 18px;
	color: #433c34;
	z-index: 6000;
}

#close {
	margin: 5px 5px;
	z-index: 1000;
}

#scrollbar {
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

#quickinfo {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	padding: 0 5%;
	font-size: 20px;
	overflow-y: scroll;
	z-index: 1000;
}

#quickinfo-1 {
	position: absolute;
    top: 0;
	right: -17px;
    bottom: 0;
    left: 0;
	padding: 0 5%;
	font-size: 20px;
	overflow-y: scroll;
	z-index: 1000;
}

#right {
	position: fixed;
	top: 0;
	right: 0;
	white-space: nowrap;
	font-size: 24px;
	line-height: 24px;
	z-index: 1000;
}

#booking {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	background: #9b1819;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	font-size: 18px;
	color: #fff;
	z-index: 6000;
}

#trustscore {
	display: none;
}

#Popup {
	background-color: rgba(255, 255, 255, 0.85);
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 5% 0;
	z-index: 6000;
}

#Rollbalken {
	height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#News {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -17px;
	font-family: arial;
	font-size: 20px;
	color: #9c1515;
    overflow-y: scroll;
}

#Beamer {
	z-index: -1000;
	margin: 70px 0 0 0;
}

#Inhalt {
	letter-spacing: 0px;
	line-height: 26px;
	color: #000000;
	margin: 0 -2px;
}

h1 {
	font-size: 34px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 100;
	padding: 20px 5% 20px 5%;
}

h2 {
	font-size: 34px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 100;
	padding: 20px 5% 20px 5%;
}

h3 {
	font-size: 28px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 34px;
	padding: 20px 5% 20px 5%;
}

h4 {
	font-size: 22px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 100;
	padding: 10px 5% 10px 5%;
}

.tabelle_100 {
	width: 100%;
	padding: 0 5%;
	float: left;
}

.tabelle_50 {
	width: 100%;
	padding: 0 1%;
	float: left;
}

.tabelle_40 {
	width: 100%;
	padding: 0 1%;
	float: left;
}

.tabelle_33 {
	width: 100%;
	padding: 0 1%;
	float: left;
}

.tabelle_30 {
	width: 100%;
	padding: 0 1%;
	float: left;
}

.tabelle_25 {
	width: 100%;
	padding: 0 1%;
	float: left;
}

.tabelle_20 {
	width: 100%;
	padding: 0 1%;
	float: left;
}

.tabelle_10 {
	width: 25%;
	padding: 1% 1%;
	float: left;
}

.jg-intro {
	font-size: 34px;
	letter-spacing: 0px;
	line-height: 40px;
	font-weight: 100;
	padding: 0 0 20px 0;
}

#Start {
	position: fixed;
	right: 10px;
	bottom: 0;
	float: left;
}

}