/* CSS Document */
@charset "UTF-8";
/* CSS Document */
.trans-30 {
  background-color: #fff;
  zoom: 1;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */

  /* should come BEFORE filter */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* This works in IE 8 & 9 too */

  /* ... but also 5, 6, 7 */

  filter: alpha(opacity=30);
  opacity: 0.3;
}
.trans-50 {
  background-color: #fff;
  zoom: 1;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */

  /* should come BEFORE filter */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* This works in IE 8 & 9 too */

  /* ... but also 5, 6, 7 */

  filter: alpha(opacity=50);
  opacity: 0.5;
}
.trans-75 {
  background-color: #fff;
  zoom: 1;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */

  /* should come BEFORE filter 
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  */

  /* This works in IE 8 & 9 too */

  /* ... but also 5, 6, 7 */

  filter: alpha(opacity=75);
  opacity: 0.75;
}
html {
  background-color: #eaeade;
  height: 100%;
}
body,
a {
  font-family: Arial, Helvetica, sans-serif;
}
a {
  outline: none;
}
img {
  border: none;
}
header,
footer,
nav {
  display: block;
}
/* -- Hintergrund-Slideshow -- */
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(images/progress.gif) no-repeat center center;
}
#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eaeade;
}
#supersized li.prevslide {
  z-index: -20;
}
#supersized li.activeslide {
  z-index: -10;
}
#supersized li.image-loading {
  background: #ffffff url(images/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}
#supersized li.image-loading img {
  visibility: hidden;
}
#supersized li.prevslide img,
#supersized li.activeslide img {
  display: inline;
}
/*Speed*/
#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}
/*Quality*/
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}
/* ---- Hintergrund-Slideshow -- ENDE -- */
body {
  margin: 0;
  height: 100%;
}
header {
  background-color: #cec6b1;
  height: 90px;
  min-width: 1050px;
  width: 100%;
  z-index: 1000;
  /* nav2 */

  /* main-nav */

}
header #fafa-logo {
  display: block;
  position: absolute;
  top: 7px;
  width: 270px;
  height: 78px;
  text-align: center;
  background: url("images/fafa-logo.png") no-repeat center center transparent;
}
header #nav2 {
  position: absolute;
  top: 0;
  left: 750px;
  margin: 0;
  padding: 0;
  width: 121px;
  height: 45px;
}
header #nav2 a.disable {
  color: #6688ad !important;
  cursor: default;
}
header #nav2 li {
  display: inline-block;
}
header #nav2 li.nav2-item {
  width: 39px;
  height: 30px;
  text-align: center;
  vertical-align: 5px;
  position: relative;
}
header #nav2 li.nav2-item ul {
  display: none;
}
header #nav2 li.nav2-item:hover ul,
header #nav2 li.nav2-item:active ul {
  display: block;
  position: absolute;
  z-index: 20;
  background-color: #fff;
  zoom: 1;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */

  /* should come BEFORE filter 
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  */

  /* This works in IE 8 & 9 too */

  /* ... but also 5, 6, 7 */

  filter: alpha(opacity=75);
  opacity: 0.75;
  padding: 2px 10px;
  right: 0px;
  top: 25px;
}
header #nav2 li.nav2-item:hover ul li,
header #nav2 li.nav2-item:active ul li {
  list-style: none;
  /*width:40px;*/

  border-bottom: 1px solid #fff;
  padding: 5px;
}
header #nav2 li.nav2-item:hover ul li a,
header #nav2 li.nav2-item:active ul li a {
  font-size: 0.7em;
  text-transform: none;
  text-decoration: none;
  color: #6688ad;
  display: block;
  height: 100%;
  width: 100%;
}
header #nav2 li.nav2-item:hover ul li a.active,
header #nav2 li.nav2-item:active ul li a.active {
  color: #013b79 !important;
}
header #nav2 li.nav2-item:hover ul li:hover,
header #nav2 li.nav2-item:active ul li:hover {
  cursor: pointer;
}
header #nav2 li.nav2-item:hover ul li:hover a,
header #nav2 li.nav2-item:active ul li:hover a {
  color: #013b79;
}

header #nav-social {
    position: absolute;
    top: 0;
    left: 870px;
    margin: 0;
    padding: 0;
    width: 121px;
    height: 45px;
}
header #nav-social li{
    display: inline-block;
}
header #nav-social li.nav2-icons{
    padding: 0 28px;
    vertical-align: super;
}
header #nav-social .nav2-icons a:first-child {
    margin-right: 24px;
}

header #main-nav {
  width: 721px;
  position: absolute;
  top: 45px;
  left: 270px;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  /* li.main-nav.nav-item:hover */

}
header #main-nav li.main-nav {
  display: inline-block;
}
header #main-nav li.main-nav.nav-item {
  width: 119px;
  vertical-align: 15px;
  text-align: center;
  height: 35px;
  position: relative;
}
header #main-nav li.main-nav.nav-item a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
header #main-nav li.main-nav.nav-item .sub-nav {
  display: none;
}
header #main-nav li.main-nav.nav-item:hover,
header #main-nav li.main-nav.nav-item:active {
  background-image: url(images/pfeil-down.png);
  background-repeat: no-repeat;
  background-position: center 24px;
}
header #main-nav li.main-nav.nav-item:hover a,
header #main-nav li.main-nav.nav-item:active a {
  color: #013b79;
}
header #main-nav li.main-nav.nav-item:hover .sub-nav,
header #main-nav li.main-nav.nav-item:active .sub-nav {
  display: block;
  position: absolute;
  z-index: 20;
  background-color: #fff;
  zoom: 1;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */

  /* should come BEFORE filter 
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  */

  /* This works in IE 8 & 9 too */

  /* ... but also 5, 6, 7 */

  filter: alpha(opacity=75);
  opacity: 0.75;
  padding: 2px 10px;
  left: -10px;
  top: 31px;
}
header #main-nav li.main-nav.nav-item:hover .sub-nav li,
header #main-nav li.main-nav.nav-item:active .sub-nav li {
  list-style: none;
  width: 120px;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
header #main-nav li.main-nav.nav-item:hover .sub-nav li a,
header #main-nav li.main-nav.nav-item:active .sub-nav li a {
  font-size: 0.7em;
  text-transform: none;
  color: #6688ad;
  display: block;
  height: 100%;
  width: 100%;
}
header #main-nav li.main-nav.nav-item:hover .sub-nav li a.active,
header #main-nav li.main-nav.nav-item:active .sub-nav li a.active {
  color: #013b79 !important;
}
header #main-nav li.main-nav.nav-item:hover .sub-nav li:hover,
header #main-nav li.main-nav.nav-item:active .sub-nav li:hover {
  cursor: pointer;
}
header #main-nav li.main-nav.nav-item:hover .sub-nav li:hover a,
header #main-nav li.main-nav.nav-item:active .sub-nav li:hover a {
  color: #013b79;
}
header #main-nav li.main-nav.nav-item.active a {
  color: #013b79;
}
/* header */
#page {
  height: 100%;
  min-height: 100%;
  /* Mindesthöhe für moderne Browser */

  height: auto !important;
  /* Important Regel für moderne Browser */
  overflow: hidden !important;
  /* FF Scroll-leiste */

}
#content {
  position: relative;
  height: 100%;
  width: 100%;
  /* booking-info */

  /* rates */

  /* gallery */

  /* download */

}
#content a {
  color: inherit;
  text-decoration: none;
}
#content #toggle-info {
  display: block;
  position: absolute;
  width: 35px;
  height: 60px;
  z-index: 2;
}
#content .show {
  background-color: #fff;
  zoom: 1;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */

  /* should come BEFORE filter 
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  */

  /* This works in IE 8 & 9 too */

  /* ... but also 5, 6, 7 */

  filter: alpha(opacity=75);
  opacity: 0.75;
  background-image: url(images/pfeil-show.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#content .hide {
  background-color: transarent;
  background-image: url(images/pfeil-hide.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#content #info-text {
  color: #013b79;
  background-color: #fff;
  zoom: 1;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */

  /* should come BEFORE filter 
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  */

  /* This works in IE 8 & 9 too */

  /* ... but also 5, 6, 7 */

  filter: alpha(opacity=75);
  opacity: 0.75;
  text-align: center;
  width: 220px;
  padding: 1px 25px;
  font-size: 0.7em;
  overflow: hidden;
}
#content #info-text h1,
#content #info-text h2,
#content #info-text p {
  font-size: 1em;
  margin: 10px 0 20px;
}
#content #info-text #fale-type {
  margin: 35px 0;
  font-weight: bold;
  height: 14px;
}
#content #map {
  position: absolute;
  top: 35px;
  left: 330px;
}
#content #booking-info {
  text-align: center;
  font-size: 0.8em;
  margin-top: 50px;
}
#content #booking-info p,
#content #booking-info p a {
  color: #fff;
  text-decoration: none;
  line-height: 2em;
}
#content #booking-info a#book-bt {
  padding: 6px 43px;
  color: #013b79;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
  border-top: 2px solid #cec6b1;
  border-bottom: 2px solid #cec6b1;
  background: #cec6b1;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cec6b1 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #cec6b1));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #cec6b1 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #cec6b1 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #cec6b1 100%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, #ffffff 0%, #cec6b1 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr=#cec6b1, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}
#content .white-trans {
  display: none;
  background-color: #fff;
  zoom: 1;
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */

  /* should come BEFORE filter 
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  */

  /* This works in IE 8 & 9 too */

  /* ... but also 5, 6, 7 */

  filter: alpha(opacity=75);
  opacity: 0.75;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#content #rates {
  display: none;
  color: #013b79;
  font-size: 0.8em;
  line-height: 2em;
  padding: 70px 0 0 40px;
}
#content #rates .toCurrency {
  display: none;
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #009B89;
  color: inherit;
}
#content #rates .label {
  color: grey;
  font-style: italic;
}
#content #rates .convert {
  border: none;
  background: none;
  color: inherit;
}
#content #rates h1 {
  font-size: 1em;
  text-transform: uppercase;
}
#content #rates table {
  width: 950px;
  border-collapse: collapse;
}
#content #rates table strong {
  color: #009b89;
}
#content #rates table td {
  border-bottom: 1px solid #009b89;
  padding: 15px 0;
  vertical-align: text-top;
}
#content #rates table td.col2,
#content #rates table td.col3,
#content #rates table td.col4 {
  text-align: center;
}
#content #rates table tr:last-child td {
  border: none;
}
#content #rates td.col1 {
  width: 230px;
  /*520px, 230px bei links-Bündigkeit*/

}
#content #rates dl {
  width: 950px;
}
#content #rates dt {
  color: #009b89;
  text-transform: uppercase;
  padding-top: 15px;
}
#content #rates dd {
  border-bottom: 1px solid #009b89;
  padding-bottom: 15px;
  margin: 0;
}
#content #gallery {
  margin: 25px 0 0 50px;
  /* controls */

}
#content #gallery #slideshow {
  width: 868px;
  height: 525px;
  overflow: hidden;
  text-align: center;
}
#content #gallery #slideshow a.advance-link {
  white-space: nowrap;
}
#content #gallery #slideshow a.advance-link img {
  height: inherit;
  max-height: 509px;
  width: auto;
  border: 8px solid #fff;
}
#content #gallery #controls {
  margin-top: 10px;
  position: absolute;
}
#content #gallery #controls a {
  display: block;
  width: 51px;
  height: 51px;
}
#content #gallery #controls .pause {
  background: url('images/stop_blau.png') no-repeat;
}
#content #gallery #controls .play {
  background: url('images/start_blau.png') no-repeat;
}
#content #gallery #thumbs ul {
  margin-left: 50px;
}
#content #gallery #thumbs ul li {
  display: inline;
  padding: 0 10px;
}
#content #gallery #thumbs ul li img {
  background-color: #cec6b1;
}
#content #login {
  padding: 70px 0 0 270px;
  color: #013b79;
  font-size: 0.8em;
}
#content #login form,
#content #login ul {
  padding: 0;
  margin: 0;
}
#content #login li {
  list-style: none;
  padding: 20px 0 0;
}
#content #login li input {
  display: block;
  margin-bottom: 10px;
}
#content #login li#message {
  color: #009b89;
}
#content #login li#submit input {
  padding: 6px 43px;
  color: #013b79;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px;
  border: 2px solid #cec6b1;
  border-left: none;
  border-right: none;
  cursor: pointer;
  background: #cec6b1;
  /* Old browsers */

  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cec6b1 100%);
  /* FF3.6+ */

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #cec6b1));
  /* Chrome,Safari4+ */

  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #cec6b1 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #cec6b1 100%);
  /* Opera 12+ */

  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #cec6b1 100%);
  /* IE10+ */

  background: radial-gradient(ellipse at center, #ffffff 0%, #cec6b1 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr=#cec6b1, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}
#content #login p {
  padding-top: 40px;
}
#content #download {
  padding: 70px 0 0 40px;
  color: #013b79;
  font-size: 0.8em;
}
#content #download ul.thumbs {
  width: 875px;
  margin: 0;
  padding: 0;
}
#content #download ul.thumbs li {
  float: left;
  list-style: none;
  padding: 10px;
}
#content #download ul.thumbs li img {
  padding-bottom: 10px;
}
#content #download p {
  padding-top: 80px;
  clear: both;
}
#content #imprint {
  width: 800px;
  color: #013b79;
  font-size: 0.8em;
  padding: 50px 0 0 40px;
}
#content #imprint h1,
#content #imprint h2 {
  font-size: inherit;
}
/* content */
@media only screen and (min-width: 1400px) {
  header {
    height: 115px;
    /*nav2 */
  
    /* main-nav */
  
  }
  header #fafa-logo {
    top: 7px;
    width: 335px;
    height: 98px;
    background-image: url("images/fafa-logo-125.png");
  }
  header #nav2 {
    left: 942px;
    width: 155px;
    height: 57px;
  }
  header #nav2 li.nav2-item {
    width: 49px;
    vertical-align: 18px;
  }
  header #nav2 li.nav2.separator img, 
  header #nav-social li.nav2.separator img {
    height: 55px;
  }

    header #nav-social {
        left: 1093px;
        width: 155px;
        height: 57px;
    }
    header #nav-social li.nav2-icons{
        padding: 0 38px;
        vertical-align: 18px;
    }
    header #nav-social .nav2-icons a:first-child {
        margin-right: 35px;
    }
    
  header #main-nav {
    width: 910px;
    top: 55px;
    left: 337px;
    /*li.main-nav.nav-item:hover */
  
  }
  header #main-nav li.main-nav img {
    height: 57px;
  }
  header #main-nav li.main-nav.nav-item {
    width: 150px;
    vertical-align: 20px;
    height: 44px;
  }
  header #main-nav li.main-nav.nav-item a {
    font-size: 16px;
  }
  header #main-nav li.main-nav.nav-item:hover {
    background-position: center 30px;
  }
  header #main-nav li.main-nav.nav-item:hover .sub-nav {
    padding: 2px 10px;
    left: -10px;
    top: 37px;
  }
  header #main-nav li.main-nav.nav-item:hover .sub-nav li {
    width: 150px;
    padding: 5px 0;
  }
  header #main-nav li.main-nav.nav-item:hover .sub-nav li a {
    font-size: 0.87em;
  }
  /* header */
  #content #info-text {
    width: 275px;
    padding: 1px 31px;
    font-size: 0.9em;
    height: auto !important;
  }
  #content #info-text h1,
  #content #info-text p {
    font-size: 1em;
    margin: 13px 0 25px;
  }
  #content #info-text h1 {
    margin-top: 25px;
  }
  #content #booking-info {
    font-size: 1em;
  }
  /* content */
}
