/* ========================================================================
 * BOOTSTRAP
 * ======================================================================== */
/*@ import "bootstrap";*/
@import url(http://weloveiconfonts.com/api/?family=entypo);
/* ========================================================================
 * PRELOADER
 * ======================================================================== */
.preloader {
  display: none; }

.loader {
  display: block;
  width: 3em;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -1.5em;
  z-index: 99; }

.overlay {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateY(0%); }

  30% {
    -webkit-transform: translateY(-0.25em); }

  50% {
    -webkit-transform: translateY(0%); }

  70% {
    -webkit-transform: translateY(0.25em); } }
.loader {
  display: block; }
  .loader .inner1, .loader .inner2, .loader .inner3 {
    display: inline-block;
    margin: 0.125em;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #b7ae8b;
    border-radius: 1em;
    background-color: #b7ae8b;
    -webkit-transform-origin: 50%;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; }
  .loader .inner2 {
    -webkit-animation-delay: 0.1875s; }
  .loader .inner3 {
    -webkit-animation-delay: 0.375s; }

/* ========================================================================
 * MIXINS
 * ======================================================================== */
/* ========================================================================
 * Main Stylesheet
 * ======================================================================== */
html, body {
  -webkit-font-smoothing: antialiased;
  height: 100%; }

body {
  position: relative; }

a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

/* ========================================================================
 * TYPOGRAPHY
 * ======================================================================== */
h1, h2, h3, h4, .h4-lowercase, h5, h6 {
  font-family: "High Tide Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff; }

#headline {
  color: #b7ae8b;
  font-size: 3em;
  line-height: 1;
  width: 100%; }
  #headline.headline-fixed {
    position: fixed;
    top: 50%;
    z-index: -1; }

h2 {
  margin: 0;
  font-size: 1.6em; }

h2 + .line-dark,
h2 + .line-bright {
  margin-top: 0.5em; }

h4, .h4-lowercase {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  margin: .5em 0;
  color: #b7ae8b !important;
  letter-spacing: 0.05em;
  font-family: "High Tide Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.h4-lowercase {
  text-transform: none;
  font-family: Baskerville, Georgia, Didot, "Times New Roman", Times, serif;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 400;
  font-size: 1.25em;
  margin-top: 0.75em; }

/* ========================================================================
 * MISC
 * ======================================================================== */
.placeholder {
  background: rgba(0, 0, 0, 0.2);
  width: auto; }

.spacing, .mobile-spacer {
  height: 3em;
  visibility: hidden; }

.mobile-spacer {
  display: none; }

@media screen and (max-width: 991px) {
  .mobile-spacer {
    display: block; } }
/* ========================================================================
 * LAYOUT
 * ======================================================================== */
.branding img {
  position: absolute;
  width: 180px; }

.container img {
  max-width: 100%; }

body {
  background: url(images/pattern.png) center center #1e1e1e; }

.line-dark {
  background-image: url(images/line-dark.png);
  opacity: 0.3; }

.line-bright {
  background-image: url(images/line-bright.png); }

.line-dark, .line-bright {
  max-width: 300px;
  height: 20px;
  background-repeat: none;
  background-position: center;
  margin: 1.25em auto 1.25em auto; }
  @media (min-width: 766px) {
    .line-dark, .line-bright {
      margin-bottom: 2.25em; } }

#kontakt .line-dark {
  margin-bottom: 1.25em; }

.navbar {
  background: #040404;
  height: auto;
  min-height: 1px;
  line-height: 1; }
  .navbar .nav {
    margin-bottom: 0px;
    height: auto; }
    .navbar .nav li {
      position: relative;
      display: inline-block;
      padding-left: 6px; }
      .navbar .nav li a {
        position: relative;
        display: inline-block;
        padding: 0; }
      .navbar .nav li a:hover, .navbar .nav li a:focus {
        background-color: transparent; }
  .navbar .list-inline li {
    padding-left: 6px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='40'><line x1='0' y1='0' x2='100%' y2='0' stroke-width='2' stroke='white' /><line x1='0' y1='40' x2='100%' y2='40' stroke-width='2' stroke='white' /></svg>") no-repeat 50% 200px; }
    .navbar .list-inline li:hover a {
      color: #6c6856;
      background: transparent; }
  .navbar .inner {
    padding: 22px 0 20px 0; }
  .navbar a {
    color: #b7ae8b;
    font-family: "High Tide Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
  .navbar li.active {
    background-position: center center; }
    .navbar li.active a {
      color: #fff; }

.section {
  overflow: hidden; }
  .section .container-padding {
    padding-top: 160px; }
  .section.section-padding {
    padding: 160px 0; }
  .section p {
    margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .section .container-padding {
    padding-top: 3em; }
  .section.section-padding {
    padding: 3em 0; } }
.bright-background {
  background: #FFFFFF; }
  .bright-background h1, .bright-background h2, .bright-background h3, .bright-background h4, .bright-background .h4-lowercase, .bright-background h5, .bright-background h6, .bright-background a {
    color: #1e1e1e; }

.bright-text {
  color: #FFFFFF; }

.text-shadow {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
  .text-shadow p {
    font-weight: 500; }

@media (min-width: 1025px) {
  .limit-width {
    width: 70%;
    margin: 0 auto; } }
.accent-background {
  background: url(images/pattern-t.png) top center #b7ae8b; }

#logo-section {
  background: url(images/logo.png) no-repeat center center;
  background-size: 420px auto; }

.full-height {
  height: 100%; }

.button-custom {
  padding: 5px 12px;
  display: inline-block;
  border: 2px solid #b7ae8b;
  text-transform: uppercase;
  color: #b7ae8b;
  text-decoration: none;
  cursor: pointer; }
  .button-custom:hover {
    color: #b7ae8b; }

.fancy-h3, #betten h3, #details .section h3 {
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 0; }
  .fancy-h3 span, #betten h3 span, #details .section h3 span {
    display: block;
    font-family: Baskerville, Georgia, Didot, "Times New Roman", Times, serif;
    color: #b7ae8b;
    font-weight: normal;
    font-style: italic;
    font-size: 80%; }

@media (min-width: 1200px) {
  #betten .container {
    width: 90%;
    max-width: 1700px; } }
#betten .bed {
  overflow: hidden;
  background: #1e1e1e;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  #betten .bed img {
    display: block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  #betten .bed:hover {
    cursor: url(images/cursor.png), auto; }
    #betten .bed:hover img {
      -webkit-filter: blur(3px);
      opacity: 0.25; }

@media screen and (min-width: 992px) {
  #bio {
    background: url(images/portrait.jpg) no-repeat 0 bottom white;
    background-size: auto 75%; } }
#details .section {
  min-height: 400px;
  height: 100%;
  background: #EDEDED;
  border-bottom: 1px solid #DDDDDD; }
  #details .section h3 {
    color: #1e1e1e; }
    #details .section h3 span {
      color: #b7b7b7; }
#details #detail-image {
  box-shadow: 0px 50px 98px rgba(0, 0, 0, 0.2);
  cursor: url(images/cursor-close.png), auto; }

.footer {
  font-size: 0.8em;
  padding: 2em 0;
  color: #ABABAB; }

#imprint {
  background: #FFFFFF;
  border-bottom: 1px solid #EDEDED; }

#trigger-imprint {
  padding: 2em 0;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  cursor: pointer; }
  #trigger-imprint:hover {
    background: #EDEDED;
    border-color: #CDCDCD; }

p.extra-margin-bottom {
  margin-bottom: 2em; }

.wko-logo {
  width: 112px;
  margin: 0.5em 0; }

/* ========================================================================
 * ONLY DESKTOP
 * ======================================================================== */
.arrow-down {
  display: none; }

@media screen and (min-width: 1025px) {
  .all-the-way-up .arrow-down {
    bottom: 2.5em;
    opacity: 1; }

  .arrow-down {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
    position: fixed;
    bottom: -30%;
    left: 0;
    width: 100%;
    display: block;
    max-height: 30%;
    overflow: hidden;
    opacity: 0.1;
    font-family: Baskerville, Georgia, Didot, "Times New Roman", Times, serif;
    font-style: italic;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .arrow-down a:hover {
      opacity: 0.5;
      color: #FFFFFF; }
    .arrow-down .icon {
      font-size: 2em;
      font-style: normal; } }
