@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

body {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #2676a5;
	font-size: 26px;
	overflow-x: hidden;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #58a1cc;
	text-decoration: none;
}

.einzoomen {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.einzoomen:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

.auszoomen {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.auszoomen:hover {
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
}

#ui-datepicker-div{
	font-size: 14px;
}

.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: 120px;
    margin: 8px 10px 12px 10px;
	float: left;
}

.eb_smallsearch .arrival input, .eb_smallsearch .departure input {
    color: #505050;
    font-size: 16px;
    height: 30px;
    line-height: 2px;
    padding-left: 5px;
    width: 92%;
	min-width: 100px;
    border: 1px solid #CCCCCC;
}

.eb_smallsearch .datepicker {
    background: url("http://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-family: Arial;
	font-size: 17px;
    line-height: 30px;
    padding-right: 10px;
}

.eb_smallsearch .adults, .eb_smallsearch .children {
    margin: 6px 10px 14px 10px;
	float: left;
}

.eb_smallsearch form div.search .sendButton {
    background: none repeat scroll 0 0 #d43939;
    border: 0 none;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 18px;
	margin: 12px 10px 8px 10px;
    padding: 4px 10px 5px 10px;
}

.button {
    background-color: #4caf50;
    border: none;
    color: #fff;
	font-size: 18px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.button-1 {
    background: none repeat scroll 0 0 #d43939;
    border: 0 none;
    border-radius: 0 0 0 0;
    color: #fff;
    cursor: pointer;
    float: left;
	font-family: Arial;
    font-size: 18px;
	line-height: 24px;
	margin: 12px 10px 8px 10px;
    padding: 5px 10px 5px 10px;
}

.responsive-element iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
}
 
.responsive-element {
	position: relative;
	height: 0;
	padding: 0 0 52% 0;
 	overflow: hidden;
}

@media screen and (min-width: 1281px) { /** DESKTOP **/

#rahmen-oben {
	position: fixed;
	top: 0px; 
	background-color: #fff;
	height: 60px;
	width: 100%;
	z-index: 2000;
}

#rahmen-rechts {
	position: fixed;
	right: 0;
	background-color: #fff;
	width: 20px;
	height: 100%;
	z-index: 2000;
}

#rahmen-unten {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	height: 20px;
	width: 100%;
	text-align: center;
	line-height: 20px;
	font-family: arial;
	font-size: 11px;
	z-index: 2000;
}

#rahmen-links {
	position: fixed;
	left: 0;
	background-color: #fff;
	width: 20px;
	height: 100%;
	z-index: 2000;
}

#navigation {
	position: fixed;
	width: 100%;
	padding: 10px 20px 0 20px;
	z-index: 3000;
}

#navigation a {
	background-color: #fff;
  	font-size: 28px;
	color: #2676a5;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 12px 0 12px;
	border-left: 0px solid;
	border-right: 0px solid;
	border-color: #2676a5;
	white-space: pre;
}

#navigation a:hover {
	background-color: #2676a5;
	color: #fff;
}

.navigation li {
	display: inline;
}

#navigation .nav-pills > .active > a,
#navigation .nav-pills > .active > a:hover,
#navigation .nav-pills > .active > a:focus {
	background-color: #2676a5;
	color: #fff;
}

#navigation .nav-child {
	background-color: rgba(38, 118, 165, 1.0);
	position: absolute;
    display: none;
    float: left;
	width: auto;
	min-width: 100%;
    left: 0;
    list-style: none outside none;
    z-index: 3000;
}

#navigation .nav-child a {
	display: block;
	font-size: 18px;
	color: #2676a5;
	white-space: nowrap;
}

#navigation .nav > li {
	position: relative;
}

#navigation .nav > li:hover > .nav-child,
#navigation .nav > li > a:focus + .nav-child {
	display: block;
}

#navigation .nav-child > .active > a, 
#navigation .nav-child > .active > a:hover,
#navigation .nav-child > .active > a:focus {
	background-color: #20709e;
	color: #fff;
	display: block;
}

#navigation .nav-child li > a:hover,
#navigation .nav-child li > a:focus,
#navigation .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #20709e;
}

.separator {
    background-color: #2676a5;
	text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 10px 2px 10px;
}

#logo {
	position: fixed;
	top: 58px;
	right: 5%;
	z-index: 2500;
}

.logo {
	width: 350px;
	height: 165px;
}

#logo-klein {
	display: none;
	position: fixed;
	right: 5%;
	z-index: 2500;
}

.logo-klein {
	width: 235px;
	height: 111px;
}

#sprachauswahl {
	position: fixed;
	right: 0;
	padding: 10px 20px 0 20px;
	z-index: 3000;
}

#anker {
	background-color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 70%;
	right: 0px;
	line-height: 25px;
	padding: 12px 20px 5px 15px;
	z-index: 2000;
}

.anker li {
	display: block;
}

#anker a {
	color: #2676a5;
	font-size: 1px;
	text-decoration: none;
	padding: 15px 0 0px 0;
}

#anker a:hover {
	background-color: #2676a5;
	color: #fff;
}

#anker a:focus {
	background-color: #2676a5;
}

#online-buchen {
	background-color: rgba(38, 118, 165, 1.0);
	position: fixed;
	margin: 60px 0 0 0;
	padding: 0 30px;
	width: 100%;
	z-index: 1000;
}

#beamer {
	padding: 60px 20px 0 20px;
}

#inhalt {
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 26px;
	padding: 8% 5%;
}

.tabelle-25 {
	background-color: rgba(255, 255, 255, 1.0);
	font-size: 20px;
	width: 23%;
	border: 1px solid;
	border-color: #2676a5;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-33 {
	background-color: rgba(255, 255, 255, 1.0);
	font-size: 20px;
	width: 31%;
	border: 1px solid;
	border-color: #2676a5;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-50 {
	background-color: rgba(255, 255, 255, 1.0);
	font-size: 20px;
	width: 48%;
	border: 1px solid;
	border-color: #2676a5;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-1-25 {
	background-color: rgba(39, 119, 166, 1.0);
	font-size: 20px;
	width: 23%;
	border: 1px solid;
	border-color: #fff;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-1-50 {
	background-color: rgba(39, 119, 166, 1.0);
	font-size: 20px;
	width: 48%;
	border: 1px solid;
	border-color: #fff;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-1-75 {
	background-color: rgba(39, 119, 166, 1.0);
	font-size: 20px;
	width: 73%;
	border: 1px solid;
	border-color: #fff;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

#inhalt-1 {
	background-color: rgba(39, 119, 166, 0.8);
	color: #fff;
	font-size: 26px;
	margin: 0 0 50% 0;
	padding: 6% 5%;
}

#fusszeile {
	background-color: rgba(255, 255, 255, 1.0);
	padding: 2% 5%;
}

.fusszeile-25 {
	font-size: 20px;
	width: 23%;
	border: 1px dotted;
	border-color: rgba(39, 119, 166, 1.0);
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.titel-fusszeile-25 {
	color: #2575a4;
	font-size: 30px;
	text-transform: uppercase;
}

#hintergrund {
	position: fixed;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;
  	-webkit-animation:fadeIn ease-in 1;
 	-moz-animation:fadeIn ease-in 1;
  	animation:fadeIn ease-in 1;

  	-webkit-animation-fill-mode:forwards;
  	-moz-animation-fill-mode:forwards;
  	animation-fill-mode:forwards;

  	-webkit-animation-duration:2s;
  	-moz-animation-duration:2s;
  	animation-duration:2s;
	
	-webkit-animation-delay: 0.2s;
  	-moz-animation-delay: 0.2s;
  	animation-delay: 0.2s;
}

#navigation-1 {
	display: none;
}

#rubrik-1 {
	display: none;
}

}

@media screen and (min-width: 921px) and (max-width: 1280px) { /** TABLET **/

#rahmen-oben {
	position: fixed;
	top: 0px; 
	background-color: #fff;
	height: 60px;
	width: 100%;
	z-index: 2000;
}

#rahmen-rechts {
	position: fixed;
	right: 0;
	background-color: #fff;
	width: 20px;
	height: 100%;
	z-index: 2000;
}

#rahmen-unten {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	height: 20px;
	width: 100%;
	text-align: center;
	line-height: 20px;
	font-family: arial;
	font-size: 11px;
	z-index: 2000;
}

#rahmen-links {
	position: fixed;
	left: 0;
	background-color: #fff;
	width: 20px;
	height: 100%;
	z-index: 2000;
}

#navigation {
	position: fixed;
	width: 100%;
	padding: 10px 20px 0 20px;
	z-index: 3000;
}

#navigation a {
	background-color: #fff;
  	font-size: 20px;
	color: #2676a5;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 12px 0 12px;
	border-left: 0px solid;
	border-right: 0px solid;
	border-color: #2676a5;
	white-space: pre;
}

#navigation a:hover {
	background-color: #2676a5;
	color: #fff;
}

.navigation li {
	display: inline;
}

#navigation .nav-pills > .active > a,
#navigation .nav-pills > .active > a:hover,
#navigation .nav-pills > .active > a:focus {
	background-color: #2676a5;
	color: #fff;
}

#navigation .nav-child {
	background-color: rgba(38, 118, 165, 1.0);
	position: absolute;
    display: none;
    float: left;
	width: auto;
	min-width: 100%;
    left: 0;
	margin: -2px 0 0 0;
    list-style: none outside none;
    z-index: 3000;
}

#navigation .nav-child a {
	display: block;
	font-size: 18px;
	color: #2676a5;
	white-space: nowrap;
}

#navigation .nav > li {
	position: relative;
}

#navigation .nav > li:hover > .nav-child,
#navigation .nav > li > a:focus + .nav-child {
	display: block;
}

#navigation .nav-child > .active > a, 
#navigation .nav-child > .active > a:hover,
#navigation .nav-child > .active > a:focus {
	background-color: #20709e;
	color: #fff;
	display: block;
}

#navigation .nav-child li > a:hover,
#navigation .nav-child li > a:focus,
#navigation .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #20709e;
}

.separator {
    background-color: #2676a5;
	text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 10px 2px 10px;
}

#logo {
	position: fixed;
	top: 120px;
	right: 18px;
	z-index: 2500;
}

.logo {
	width: 235px;
	height: 111px;
}

#logo-klein {
	display: none;
	position: fixed;
	top: 120px;
	right: 18px;
	z-index: 2500;
}

.logo-klein {
	width: 158px;
	height: 75px;
}

#sprachauswahl {
	position: fixed;
	right: 0;
	padding: 10px 20px 0 20px;
	z-index: 3000;
}

#anker {
	background-color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 70%;
	right: 0px;
	line-height: 25px;
	padding: 12px 20px 5px 15px;
	z-index: 2000;
}

.anker li {
	display: block;
}

#anker a {
	color: #2676a5;
	font-size: 1px;
	text-decoration: none;
	padding: 15px 0 0px 0;
}

#anker a:hover {
	background-color: #2676a5;
	color: #fff;
}

#anker a:focus {
	background-color: #2676a5;
}

#online-buchen {
	background-color: rgba(38, 118, 165, 1.0);
	position: fixed;
	margin: 60px 0 0 0;
	padding: 0 30px;
	width: 100%;
	z-index: 1000;
}

#beamer {
	padding: 60px 20px 0 20px;
}

#inhalt {
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 26px;
	padding: 8% 5%;
}

.tabelle-25 {
	background-color: rgba(255, 255, 255, 1.0);
	font-size: 20px;
	width: 23%;
	border: 1px solid;
	border-color: #2676a5;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-33 {
	background-color: rgba(255, 255, 255, 1.0);
	font-size: 20px;
	width: 31%;
	border: 1px solid;
	border-color: #2676a5;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-50 {
	background-color: rgba(255, 255, 255, 1.0);
	font-size: 20px;
	width: 48%;
	border: 1px solid;
	border-color: #2676a5;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-1-25 {
	background-color: rgba(39, 119, 166, 1.0);
	font-size: 20px;
	width: 23%;
	border: 1px solid;
	border-color: #fff;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-1-50 {
	background-color: rgba(39, 119, 166, 1.0);
	font-size: 20px;
	width: 48%;
	border: 1px solid;
	border-color: #fff;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-1-75 {
	background-color: rgba(39, 119, 166, 1.0);
	font-size: 20px;
	width: 73%;
	border: 1px solid;
	border-color: #fff;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

#inhalt-1 {
	background-color: rgba(39, 119, 166, 0.8);
	color: #fff;
	font-size: 26px;
	margin: 0 0 50% 0;
	padding: 6% 5%;
}

#fusszeile {
	background-color: rgba(255, 255, 255, 1.0);
	padding: 2% 5%;
}

.fusszeile-25 {
	font-size: 20px;
	width: 23%;
	border: 1px dotted;
	border-color: rgba(39, 119, 166, 1.0);
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.titel-fusszeile-25 {
	color: #2575a4;
	font-size: 30px;
	text-transform: uppercase;
}

#hintergrund {
	position: fixed;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;
  	-webkit-animation:fadeIn ease-in 1;
 	-moz-animation:fadeIn ease-in 1;
  	animation:fadeIn ease-in 1;

  	-webkit-animation-fill-mode:forwards;
  	-moz-animation-fill-mode:forwards;
  	animation-fill-mode:forwards;

  	-webkit-animation-duration:2s;
  	-moz-animation-duration:2s;
  	animation-duration:2s;
	
	-webkit-animation-delay: 0.2s;
  	-moz-animation-delay: 0.2s;
  	animation-delay: 0.2s;
}

#navigation-1 {
	display: none;
}

#rubrik-1 {
	display: none;
}

}

@media screen and (max-width: 920px) { /** SMARTPHONE **/

#rahmen-oben {
	position: fixed;
	top: 0px; 
	background-color: #fff;
	height: 48px;
	width: 100%;
	z-index: 2000;
}

#rahmen-rechts {
	position: fixed;
	right: 0;
	background-color: #fff;
	width: 20px;
	height: 100%;
	z-index: 3000;
}

#rahmen-unten {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	height: 20px;
	width: 100%;
	text-align: center;
	line-height: 20px;
	font-family: arial;
	font-size: 11px;
	z-index: 2000;
}

#rahmen-links {
	position: fixed;
	left: 0;
	background-color: #fff;
	width: 20px;
	height: 100%;
	z-index: 3000;
}

#navigation-1 {
	background-color: rgba(38, 118, 165, 1.0);
	top: 0px;
	position: fixed;
	height: 48px;
	width: 100%;
	padding: 5px 0 0 30px;
	z-index: 2000;
}

.schaltflaechen {
	background-color: transparent;
	cursor: pointer;
}

#rubrik-1 {
	display: none;
	background-color: rgba(38, 118, 165, 1.0);
	color: #000;
	width: 100%;
	height: calc(100% - 40px);
	top: 48px;
	position: fixed;
	font-size: 1.0em;
	padding: 50px 30px 0px 30px;
	overflow-y: auto;
	z-index: 2000;
}

#navigation {
	display: none;
}

.navigation ul {
	list-style: none;
	display: inline-table;
	padding: 0px 0px 0px 0px;
	width: calc(100% - 40px);
}

.navigation ul li a {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
}

.navigation .nav-child {
	position: absolute;
	z-index: 1000;
	display: none;
	line-height: 0px;
	width: 100% !important;
}

.navigation ul ul li a {
	padding: 0px 10px;
}

.navigation ul li:hover > ul {
	display: block;
	background-color: rgba(38, 118, 165, 1.0);
	padding: 0;
}

.navigation ul ul li:hover > ul {
	display: block;
}

.moduletable.navigation li {
	display: block;
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0 0 -1px 0;
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}

.separator {
	display: none;
}

#logo {
	position: fixed;
	top: 0;
	right: 21px;
	z-index: 2500;
}

.logo {
	width: 97px;
	height: 46px;
}

#logo-klein {
	display: none;
	position: fixed;
	top: 0;
	right: 21px;
	z-index: 2500;
}

.logo-klein {
	width: 97px;
	height: 46px;
}

#sprachauswahl {
	position: fixed;
	top: 4px;
	left: 75px;
	z-index: 3000;
}

#anker {
	display: none;
}

#online-buchen {
	background-color: rgba(38, 118, 165, 1.0);
	padding: 40px 15px 0 15px;
	width: 100%;
	z-index: 1000;
}

#beamer {
	padding: 0px 20px 0 20px;
}

#inhalt {
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	padding: 12% 6%;
}

.tabelle-25 {
	background-color: rgba(255, 255, 255, 1.0);
	font-size: 20px;
	width: 98%;
	border: 1px solid;
	border-color: #2676a5;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-33 {
	background-color: rgba(255, 255, 255, 1.0);
	font-size: 20px;
	width: 98%;
	border: 1px solid;
	border-color: #2676a5;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-50 {
	background-color: rgba(255, 255, 255, 1.0);
	font-size: 20px;
	width: 98%;
	border: 1px solid;
	border-color: #2676a5;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-1-25 {
	background-color: rgba(39, 119, 166, 1.0);
	font-size: 20px;
	width: 98%;
	border: 1px solid;
	border-color: #fff;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-1-50 {
	background-color: rgba(39, 119, 166, 1.0);
	font-size: 20px;
	width: 98%;
	border: 1px solid;
	border-color: #fff;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

.tabelle-1-75 {
	background-color: rgba(39, 119, 166, 1.0);
	font-size: 20px;
	width: 98%;
	border: 1px solid;
	border-color: #fff;
	float: left;
	margin: 1% 1%;
	padding: 1% 1%;
}

#inhalt-1 {
	background-color: rgba(39, 119, 166, 0.8);
	color: #fff;
	font-size: 20px;
	padding: 12% 6%;
}

#fusszeile {
	background-color: rgba(255, 255, 255, 1.0);
	padding: 12% 4%;
}

.fusszeile-25 {
	font-size: 20px;
	width: 98%;
	border: 1px dotted;
	border-color: rgba(39, 119, 166, 1.0);
	float: left;
	margin: 1%;
	padding: 1% 1%;
}

.titel-fusszeile-25 {
	color: #2575a4;
	font-size: 30px;
	text-transform: uppercase;
}

#hintergrund {
	display: none;
}

}