body {
  overflow:hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #756E6B;
  height: 100%;
}
#section-top {
  height: 100px;
  padding: 30px 0;
}
#box-top-webcam {
  display:inline-block;
  margin-right:10px;
  vertical-align:top;
}
#box-top-webcam figure {
  position: relative;
  top: 11px;
}
#box-top-contact > .content-element {
  display:inline-block;
}
#box-top-contact {
  text-align: center;
  line-height: 40px;
}
#box-top-contact-mobile {
  display: none;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  /*margin-left: 44px;*/
}
#box-buttons-mobile {
  display:none;
}
#section-eye-catcher {
  min-height:85px;
}
#wrap-language-menu {
  display: inline-block;
  vertical-align: middle;
}
#section-menu {
  height: 85px;
  width: 100%;
  background: rgb(212, 179, 127);
  position: absolute;
  z-index: 200;
}
#box-language, #box-weather {
  font-size: 75%;
  z-index: 210;
}
#box-menu {
  padding: 0;
  z-index: 205;
  width: auto;
  float: left;
}
#box-buttons {
  padding-top: 15px;
  padding-left:0;
  padding-right:75px;
  float:right;
  width:initial;
}
#section-content {
  padding-top: 20px;
}
#box-fb-login {
  position:absolute;
  top:0;
  left:0;
  z-index:10;
}
#section-hotel-reviews {
  background: #B7B2AE;
  padding: 90px 0 65px 0;
  color: #fff;
}
#section-social-ngv {
  padding: 65px 0;
}
#section-credits {
  padding: 65px 0 130px 0;
}
.logo-bar + #section-credits {
  padding-top: 35px;
}
#section-credits {
  font-size: 14px;
}
#box-bottom-contact {
  color: #D2B27F;
}
#row-widgets {
  margin-top:30px;
}
#hotel-reviews-title {
  margin-bottom:30px;
}
#box-offcanvas {
  display:none;
  position: fixed;
  top: 0;
  height: auto;
  /*width:calc(100% - 70px);*/
  width:250px;
  /*left:calc(-100% + 70px);*/
  left:-250px;
  background-color: #756E6B;
  color: #fff;
  z-index: 300;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#box-offcanvas.active {
  left: 0;
}
#oc-inner {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding: 0 0 20px 0!important;
}
#box-toggle {
  display:none;
  z-index: 300;
  position:fixed;
  top:15px;
  left:15px;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
  background-color:#fff;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#box-toggle.active {
  /*left:calc(100% - 60px);*/
  left:265px;
}
#box-quick-request {
  position:fixed;
  bottom:-70px;
  left:0;
  width:100%;
  height:70px;
  padding:10px;
  background-color:rgb(212, 179, 127);
  z-index: 205;
  color:#fff;
  text-align: center;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#box-quick-request.active {
  bottom:0;
}
.hidden {
	display: none;
	visibility: hidden;
}

/* Alex Wieland - 20.01.2016 - IFrame */
#ztnimperialartiframe body{
  overflow-y:hidden;
}
#section-hotels{
  margin-top: 90px !important;
}
/* Frame Ende */
#privacy,#imprint{
  background:url(../images/calendar_loader.gif) no-repeat;
  min-width:100px;
  min-height: 100px;
  background-position: center;
}
#privacy tr > td:nth-child(1n+2) {
    padding-left: 22px;
}
.loaded{
  background:none!important;
}
#cookiebanner{
  top:0!important;
  bottom:auto!important;
}
#cookiebanner .cb-button{
  background:#D3B27F;
  color:#fff;
}

.logo-bar {
  margin-top: 35px;
}

/* by JM - 20.04.17 */
#body-42 #box-quick-request {
  display: none;
  visibility: hidden;
}

.bn--request input[type="checkbox"].notvalid {
  outline: 1px solid #640000;
}
.bn--request #bn_request_privacy, .bn--request #request_privacy {
  float: left !important;
}
/* END - Hide Quickrequest on request-page by JM - 20.04.17 */
