/* titillium-web-300 - latin: Copyright (c) 2009-2011 by Accademia di Belle Arti di Urbino and students of MA course of Visual design. Some rights reserved., SIL Open Font License Version 1.1 (http://scripts.sil.org/OFL) */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
       url('/sys/fonts/titillium-web-v6-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/sys/fonts/titillium-web-v6-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-600 - latin: Copyright (c) 2009-2011 by Accademia di Belle Arti di Urbino and students of MA course of Visual design. Some rights reserved., SIL Open Font License Version 1.1 (http://scripts.sil.org/OFL) */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
       url('/sys/fonts/titillium-web-v6-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/sys/fonts/titillium-web-v6-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

* {
  margin: 0; padding: 0;
}

body {
  font: 300 18px/1.6em 'Titillium Web', Arial, Helvetica, sans-serif;
  color: #333;
  letter-spacing: 0.05em;
}

strong, b {
  font-weight: 600;
  color: #9c1c1f;
}

h1, h2, h3, h4 {
  margin: 2em 0 1em;
  line-height: 1.6em;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #9c1c1f;
}

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

h1 + h2, h2 + h2, h2 + h3, h3 + h3 {
  margin-top: 1em;
}

h1 {
  margin-top: 0;
  line-height: 1.2em;
  font-size: 2em;
  font-weight: 300;
}

h2 {
  line-height: 1.4em;
  font-size: 1.5em;
  font-weight: 300;
}

h4 {
  cursor: pointer;
  color: #999;
}

h4:hover,
h4.active {
  color: #9c1c1f;
}

p {
  margin-bottom: 1em;
  line-height: 1.6em;
}

ol {
  margin: 0 0 1em 10px; padding-left: 20px;
  list-style-type: decimal;
}

ul {
  margin-bottom: 1em; padding-left: 20px;
}

li {
  line-height: 1.6em;
}

ol li {
  padding-left: 10px;
}

table {
  margin-bottom: 1em;
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 0.5em 20px 0.5em 0; margin: 0;
  text-align: left;
  vertical-align: top;
  font: inherit;
  border-bottom: 1px solid #e4e4e4;
}

td p {
  margin: 0;
}

a {
  color: #333;
}

a:hover {  
  color: #9c1c1f;
  outline: 0;
  text-decoration: none;
}

h1 a, h2 a, h3 a {
  color: #9c1c1f;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

#content a:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80);
}

img {
  max-width: 100%;
}

img[style*="float: left;"] {
  margin: 0 40px 40px 0;
  float: left;
}

img[style*="float: right;"] {
  margin: 0 0 40px 40px;
  float: right;
}

hr {
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  border: 0px;
  clear: both;
}

dl {
  max-width: 400px;
}

dt {
  padding-top: 5px;
}

dd {
  padding: 5px 0;
}

input[type=text], textarea {
  padding: 5px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  font: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
  margin-right: 10px;
}

input[type=submit], .button {
  padding: 5px 20px; margin-right: 10px;
  width: auto;
  background-color: #9c1c1f;
  color: #fff;
  border: 0;
  border-radius: 2px;
  font: inherit;
  text-decoration: none;
}

input[type=submit]:hover, .button:hover {
  cursor: pointer;
  background-color: #333;
  color: #fff;
}

input.error, textarea.error {
  border: 1px solid #706657;
  background: #ffbcbc;
}

input[type=checkbox].error {
  outline: 3px solid #ffbcbc;
}

input.checkform {
  display: none;
}

iframe {
  border: none;
}

/*** Klassen ***/
.menu {
  margin: 0; padding: 0;
  text-transform: uppercase;
}

.menu li {
  margin: 0; padding: 0;
  list-style: none;
  position: relative;
}

.menu a {
  padding: 10px 25px;
  display: block;
  color: #333;
  text-decoration: none;
}

.menu ul a {
  padding-top: 0;
}

.menu a:hover, .menu .active > a {
  color: #9c1c1f;
}

.menu ul {
  display: none;
}

.inner {
  padding: 50px;
  max-width: 700px;
}

.mobile {
  display: none;
}

/*** Objekte ***/ 
#body {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}

#page {
  position: relative;
}

/*** Left ***/
#left {
  margin-right: 270px;
  position: absolute; top: 0; bottom: 0; left: 0; right: 50%;
  background: rgba( 255, 255, 255, 0.6 );
}

#primary {
  margin-top: 276px;
  width: 280px;
  text-align: right;
  float: right;
  background: rgba( 255, 255, 255, 0.6 );
  border-top: 1px solid #9c1c1f; 
}

#primary .menu .second {
  display: none;
}

#primary .menu > li {
  border-bottom: 1px solid #e4e4e4;
}

#primary .menu > li > a {
  font-weight: 600;
}

#primary .menu .active > ul {
  display: block;
}

#sidebar {
  padding: 25px;
  width: 250px;
  position: absolute; top: 124px; right: 0;
  font-size: 0.9em;
  line-height: 1.6em;
}

#sidebar a[href*="tel"] {
  padding-left: 40px;
  background: transparent url( /sys/img/phone.png ) no-repeat left center;
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #9c1c1f;
}

#booking {
  margin: 0;
  position: absolute; right: 20px; top: 60px;
  line-height: 40px;
  font-size: 0.9em;
  border-radius: 25px;
}

/*** Right ***/
#right {
  margin-left: 50%;
  background: rgba( 255, 255, 255, 0.8 );
}

/*** Header ***/
#header {
  text-align: right;
}

#header .inner {
  padding-top: 0; padding-bottom: 0;
}

#logo {
  margin: 10px 0 -50px;
  line-height: 0;
  display: block;
}

#logo img {
  width: 400px;
}

/*** Navigation ***/
#secondary{
  padding-left: 50px;
  background: rgba( 255, 255, 255, 0.6 );
  overflow: hidden;
}

#secondary .menu > li {
  float: left;
  display: none;
}

#secondary .menu > .second {
  display: block;
}

#secondary .menu a {
  padding-left: 0;
}

/*** Content ***/
#content {
  overflow: hidden;
  background: rgba( 255, 255, 255, 0.6 );
  border-top: 1px solid #9c1c1f;
  border-bottom: 1px solid #9c1c1f;
  position: relative;
  z-index: 10;
}

.galerie {
  margin: 2em 0;
}

.map {
  margin-bottom: 1em;
  width: 100%; height: 300px;
}

.map img {
  max-width: none;
}

.rot {
  color: #9c1c1f;
}

.klein {
  margin: 1.5em 0;
  line-height: 1.5em;
  font-size: 0.9em;
}

.box {
  margin: 2em 0 1em; padding: 3px 10px;
  color: #fff;
  background: #9c1c1f;
}

.box strong {
  color: #fff;
}

/*** Footer ***/
#copyright {
  line-height: 1.6em;
  font-size: 0.8em;
}

#copyright a {
  text-decoration: none;
}

/*** Social ***/
#facebook {
  padding: 12px 0 12px 32px;
  width: 0; height: 70px;
  position: fixed; right: 0; top: 40px;
  z-index: 190;
  overflow: hidden;
  cursor: pointer;
  border-right: 2px solid #3b5998;
  background: #3b5998 url(/sys/img/facebook.png) no-repeat 2px 5px;
  -webkit-box-shadow: 0px 0px 10px  rgba( 0, 0, 0, 0.2 );
  -moz-box-shadow: 0px 0px 10px  rgba( 0, 0, 0, 0.2 );
  box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.2 );
}

.fb-background {
  background: #fff !important;
  overflow: hidden;
}

#instagram {
  width: 34px; height: 34px;
  position: fixed; right: 0; top: 140px;
  z-index: 180;
  background: #9c1c1f url(/sys/img/instagram.png) no-repeat 7px 7px;
  -webkit-box-shadow: 0px 0px 10px  rgba( 0, 0, 0, 0.2 );
  -moz-box-shadow: 0px 0px 10px  rgba( 0, 0, 0, 0.2 );
  box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.2 );
}

@media screen and (max-width: 1100px) {
  #left {
    margin: 0;
    right: auto;
  }
  
  #primary {
    width: 280px;
    float: none;
  }
  
  #right {
    margin-left: 40%;
  }
}

@media screen and (max-width: 850px) {
  .mobile {
    display: block;
  }
    
  #body {
    background-size: 100%;
    background-attachment: scroll;
    background-position: center 40px;
  }
    
  #left {
    margin: 0;
    width: 100%; max-height: 100%;   
    position: fixed; right: auto; bottom: auto;
    z-index: 200;
    background: none;
    overflow-y: auto;
  }
  
  #left.activeMenu {
    background: #fff;
  }

  #booking {
    padding: 0;
    line-height: 40px;
    position: relative; right: auto; top: auto;
    font-size: 1em;
    display: block;
    border-radius: 0;
    text-align: center;
  }

  #primaryCtrl {
    display: block;
    overflow: hidden;
  }

  #primaryCtrl span {
    width: 25px;
    display: block;
  }

  #primaryCtrl > span {
    padding: 10px 10px 10px 0;
  }

  #primaryCtrl > span > span {
    margin-bottom: 4px;
    height: 4px;
    background: #9c1c1f;
  }

  #primaryCtrl:hover > span > span {
    background: #ccc;
  }
  
  #primary {
    margin: 0;
    width: auto;
    text-align: left;
    float: none;
    display: none;
    border-bottom: 1px solid #9c1c1f;
    background: #fff;
  }
    
  #primary .menu .second {
    display: block;
  }
  
  #sidebar {
    width: auto;
    position: relative; top: auto; right: auto;
  }

  #right {
    margin: 40px 0 0;
    background: none;
  }
  
  #secondary {
    display: none;
  }
  
  #header {
    background: rgba( 255, 255, 255, 0.8 );
    overflow: hidden;
  }
  
  #logo {
    margin: -20px 0 -30px;
    float: right;
  }
  
  #logo img {
    width: 200px;
  }
  
  #content {
    margin-top: 40vw;
  }
  
  #footer {
    padding-bottom: 50px;
  }
  
  #facebook {
    position: absolute; top: 130px;
  }
  
  #instagram {
    position: absolute; top: 230px;
  }
}

@media screen and (max-width: 500px) {
  h1 br,
  h2 br {
    display: none;
  }
  
  img[style*="float: left;"],
  img[style*="float: right;"] {
    margin: 0 0 1em 0 !important;
    float: none !important;
    display: block;
  }
  
  .inner {
    padding: 30px 25px;
  }

  #body {
    font-size: 0.9em;
    background-size: 140%;
  }
}