/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dosis-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/dosis-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/dosis-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/dosis-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/dosis-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/dosis-v18-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}


/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
  url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
  url('../fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}


/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
html {
  background: #000;
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  transition: background-color .3s;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

/* Author's custom styles */

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0;
  text-align: center;
}

img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

b,
strong {
  font-weight: 900;
}

.header {
  margin: 0 auto;
  max-width: 30em;
  padding: 30px 0;
  width: 90%;
}

.logo {
  display: block;
  width: 190px;
}

.logo svg {

}

.logo path {
  fill: #fff;
}

.lightmode .logo path {
  fill: #000;
}

.nav {
  margin: -10px 0 0;
  position: relative;
  z-index: 10;
}

.nav-icon {
  display: none;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav li {
  font-family: 'Dosis';
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 0 1em;
  padding: 0;
  text-transform: uppercase;
}

.nav li a {
  display: block;
  position: relative;
  text-decoration: none;
}

.nav li a:after {
  background: rgba(255, 255, 255, 1);
  bottom: -10px;
  content: '';
  height: 2px;
  left: 5%;
  position: absolute;
  transition: width .1s;
  width: 0;
}

.nav li.current a:after {
  background: rgba(255, 255, 255, .5);
}

.nav li a:hover:after,
.nav li a:focus:after,
.nav li.current a:after {
  width: 90%;
}

.nav li.instagram a {
  background: url(../images/instagram.svg) no-repeat center center;
  background-size: contain;
  color: transparent;
  height: 20px;
  position: relative;
  top: 0;
  transition: opacity .2s;
}

.nav li.instagram a:hover {
  opacity: .5;
}

.nav li.instagram a:hover:after {
  display: none;
}

.nav li.switchmode {
  margin-left: 20px;
}

.no-js .switchmode {
  display: none;
}

.switch {
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  padding: 0;
  position: relative;
  width: 37px;
}

.switch::after {
  background: #000;
  border-radius: 50%;
  content: '';
  height: 16px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all 0.3s;
  width: 16px;
}

.lightmode .switch {
  background: #000;
}

.lightmode .switch:after {
  background: #fff;
  left: 19px;
}


.checkbox {
  display: none;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  font-family: 'Dosis';
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
}

.main {
  min-height: 100vh;
  padding: 0 20px 40px;
}

p {
  line-height: 1.3;
  margin: 0 auto 1.4em;
  max-width: 860px;
  padding: 0;
}

.CookieDeclaration p {
  margin-left: auto;
  margin-right: auto;
}

.CookieDeclaration .CookieDeclarationType {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

a {
  color: #fff;
}

time {
  font-size: 1.2rem;
  font-style: italic;
}

p.light,
.light p {
  color: rgba(255, 255, 255, .6);
  text-align: justify;
}

.portfolio {
  list-style-type: none;
  margin: 0 -20px;
  padding: 0;
  position: relative;
}

h2 + .portfolio {
  margin-top: 30px;
}

.portfolio-item {
  margin: 0 0 7px;
  padding: 0;
}

.portfolio-item a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.portfolio-item a:before {
  background: rgba(0, 0, 0, .6);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .1s;
  z-index: 1;
}

.portfolio-item a:hover:before,
.portfolio-item a:focus:before {
  opacity: 1;
}


.portfolio-item a:hover .portfolio-item-info,
.portfolio-item a:focus .portfolio-item-info {
  opacity: 1;
}

.portfolio-item-info {
  left: 0;
  line-height: 1;
  margin: -20px 0 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: opacity .3s;
  top: 50%;
  z-index: 2;
}

.portfolio-item-info p {
  color: rgba(255, 255, 255, .6);
}

.about {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.about h2 {
  margin: 1em 0 .5em;
}

.buttons {
  padding: 20px 0;
}

button,
a.button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Dosis';
  font-weight: 700;
  letter-spacing: 2px;
  padding: 11px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

button:focus,
button:hover,
a.button:focus,
a.button:hover {
  background: #fff;
  color: #000;
}

.buttons .button {
  min-width: 140px;
}

.buttons .button + .button {
  margin-top: 1em;
}

/*button:after,
a.button:after {
  background: rgba(255, 255, 255, 1);
  bottom: -10px;
  content: '';
  height: 2px;
  left: 5%;
  position: absolute;
  transition: width .5s;
  width: 0;
}

button:hover:after,
button:focus:after,
a.button:hover:after,
a.button:focus:after {
  width: 90%;
}*/

footer {
  background: #eee;
  font-family: 'Dosis';
  font-size: .8em;
  line-height: 1;
  overflow: hidden;
  padding: .5em 20px;
  text-align: left;
  text-transform: uppercase;
}

footer,
footer a {
  color: #222;
}

footer a:hover,
footer a:focus {
  color: #111;
}

.author {
  float: right;
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 0 0 30px;
  position: relative;
  text-decoration: none;
  text-transform: none;
}

.author:before {
  background: url(../images/logo-anecker.svg) no-repeat 0 0;
  background-size: auto;
  background-size: 100% auto;
  content: '';
  height: 24px;
  left: 0;
  margin: -12px 0 0;
  position: absolute;
  top: 50%;
  transition: transform 2.4s;
  width: 24px;
}

.anecker-e {
  animation: anecker-e 4s 1s infinite;
  display: inline-block;
  transform: rotateY(180deg);
  transform-origin: center center;
}

.author:hover:before,
.author:focus:before {
  transform: rotateY(360deg) rotateX(360deg);
}

@keyframes anecker-e {
  0%, 40% {
    transform: rotateY(180deg);
  }
  20% {
    transform: rotateY(0deg);
  }
}

/* Helper classes */
.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.baguetteBox-button {
  background: transparent;
  border-radius: 0;
}

/* Media Queries for Responsive Design */

@media only screen and (max-width: 55em) {

  .js .nav-icon {
    cursor: pointer;
    display: block;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: -50px;
  }

  .js.nav-open .nav-icon {
    color: rgba(255, 255, 255, .3);
  }

  .js.lightmode.nav-open .nav-icon {
    color: rgba(0, 0, 0, .3);
  }

  .js .nav ul {
    background: #000;
    background: rgba(0, 0, 0, .9);
    bottom: 0;
    display: none;
    left: 0;
    padding: 100px 20px;
    position: fixed;
    right: 0;
    top: 0;
  }

  .js.nav-open .nav ul {
    display: block;
  }

  .js.lightmode .nav ul {
    background: #fff;
    background: rgba(255, 255, 255, .9);
  }

  .js .nav li a {
    padding: 10px;
  }

  .js .nav li a:after {
    display: none;
  }

  .js .nav li.instagram {
    margin-top: 30px;
  }

  .js .nav li.instagram a {
    padding: 0;
  }

  .js .switch {
    margin: 20px 0 0 -16px;
  }

}

@media only screen and (min-width: 55em) {

  body {
    font-size: 1.1rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  .header {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
  }

  .logo {
    width: 310px;
  }

  body.hotel .logo {
    width: 380px;
  }

  .nav {
    margin-top: 20px;
  }

  .nav-icon {
    display: none;
  }

  .nav ul {
    display: flex;
  }

  .nav li + li {
    margin: 0 0 0 40px;
  }

  .nav li + li.instagram {
    width: 30px;
  }

  .main {
    margin: 0 auto;
    width: 90%;
  }

  .portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1600px;
  }

  .portfolio-item {
    overflow: hidden;
    width: 49.8%;
  }

  .portfolio-item.large + .portfolio-item,
  .portfolio-item.small {
    width: 30.6%;
  }

  .portfolio-item.large,
  .portfolio-item.small + .portfolio-item {
    width: 68.9%;
  }

  .portfolio.portfolio-details .portfolio-item {
    width: 33%;
  }

  .portfolio.portfolio-details .portfolio-item.pll,
  .portfolio.portfolio-details .portfolio-item.llp,
  .portfolio.portfolio-details .portfolio-item.lpl {
    width: 40.6%;
  }

  .portfolio.portfolio-details .portfolio-item.pll.small,
  .portfolio.portfolio-details .portfolio-item.llp.small,
  .portfolio.portfolio-details .portfolio-item.lpl.small {
    width: 18.1%;
  }

  .portfolio.portfolio-details .portfolio-item.lpp,
  .portfolio.portfolio-details .portfolio-item.plp,
  .portfolio.portfolio-details .portfolio-item.ppl {
    width: 52.3%;
  }

  .portfolio.portfolio-details .portfolio-item.lpp.small,
  .portfolio.portfolio-details .portfolio-item.plp.small,
  .portfolio.portfolio-details .portfolio-item.ppl.small {
    width: 23.3%;
  }

  .portfolio-item img {
    height: 100%;
    object-fit: cover;
    object-position: center 0;
    transition: filter .3s;
    width: 100%;
  }

}

@media only screen and (min-width: 70em) {

  .portfolio-item-info h2 {
    font-size: 1.6rem;
  }

  .portfolio-item-info p {
    font-size: 1.2rem;
  }

}

@media only screen and (min-height: 50em) {

}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
}

/* Print styles */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

html.lightmode {
  background: #fff;
  color: #333;
}

html.lightmode a {
  color: #333;
}

/*html.lightmode .logo {
  background: url(/images/logo-dark.png) no-repeat 0 0;
  background-size: contain;
}

html.lightmode .logo img {
  visibility: hidden;
}*/

html.lightmode p.light,
html.lightmode .light p {
  color: rgba(0, 0, 0, .6);
}

html.lightmode .nav li.instagram a {
  background-image: url(/images/instagram-dark.svg);
}

html.lightmode .nav li a:after {
  background: rgba(0, 0, 0, 1);
}

html.lightmode .portfolio-item a:before {
  background: rgba(255, 255, 255, .6);
}

html.lightmode .portfolio-item-info p {
  color: rgba(0, 0, 0, .6);
}

html.lightmode button,
html.lightmode a.button {
  border-color: #000;
  color: #000;
}

html.lightmode button:focus,
html.lightmode button:hover,
html.lightmode a.button:focus,
html.lightmode a.button:hover {
  background: #000;
  color: #fff;
}

html.lightmode footer,
html.lightmode footer a {
  color: #222;
}

html.lightmode footer a:hover,
html.lightmode footer a:focus {
  color: #111;
}

html.lightmode .nav li.current a:after {
  background: rgba(0, 0, 0, .5);
}