.navbar-toggle {
  border: 0;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px; }
  @media (min-width: 1200px) {
    .navbar-toggle {
      display: none; } }

.navbar-toggle:hover {
  border: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  border-color: #fff;
  background-color: #fff;
  margin-top: 4px; }
  @media (min-width: 1200px) {
    .navbar-toggle .icon-bar {
      display: none; } }

.navbar {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700; }
  @media (min-width: 1200px) {
    .navbar {
      height: 80px; } }

.black-background .navbar {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #585858; }

.navbar ul {
  list-style: none;
  padding: 0;
  display: none;
  margin: 0; }
  @media (min-width: 1200px) {
    .navbar ul {
      list-style: none;
      margin: 50px 0 0 -6px;
      padding: 0;
      position: absolute;
      left: 50%;
      display: block; } }

.navbar a {
  color: #dbdbdb;
  transition: all 0.2s ease; }

.navbar .logo, .gold-logo .navbar .logo {
  height: 25px;
  width: 94px;
  background: url(../images/logo_white.png) no-repeat;
  background-size: auto 25px;
  margin: 5px auto; }
  @media (min-width: 1200px) {
    .navbar .logo, .gold-logo .navbar .logo {
      margin-top: 15px;
      height: 50px;
      width: 200px;
      float: left;
      background-size: auto 50px;
      margin-left: 15px; } }

.navbar .logo a {
  display: block;
  height: 100%;
  width: 100%; }

.gold-logo .navbar .logo {
  background: url(../images/logo_gold.png) no-repeat;
  background-size: auto 25px; }
  @media (min-width: 1200px) {
    .gold-logo .navbar .logo {
      margin-top: 15px;
      height: 50px;
      width: 200px;
      float: left;
      background-size: auto 50px; } }

.navbar a:hover, .navbar li.active a {
  color: #777; }

@media (min-width: 1200px) {
  .navbar li {
    float: left; }
  .navbar a {
    position: relative;
    color: #dbdbdb;
    padding: 0 31px 0 31px; }
  .black .navbar a::after {
    background: #fff; }
  .navbar li a::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -11px;
    background: #fff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    transition: all 0.4s ease; }
  .navbar li.active a::after,
  .navbar li:hover a::after, .navbar li.active a::after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    transition: all 0.3s ease; } }

.button.button-primary {
  background-color: #595959;
  border: 0;
  font-size: 1.3rem;
  font-weight: 200;
  letter-spacing: 0;
  padding: 0px 25px 0px 25px;
  border-radius: 3px;
  line-height: 32px;
  height: 32px;
  transition: all 0.2s ease; }

.button.button-primary:hover {
  background-color: #000; }

.jewelry-collection {
  margin-bottom: 4rem; }

.jewelry-preview {
  float: left;
  margin: 0;
  padding: 0; }

@media (min-width: 550px) {
  .jewelry-thumbnails-column {
    margin: 0 0 0 5px; } }

.jewelry-thumbnails {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.jewelry-thumbnails li {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block; }
  @media (min-width: 550px) {
    .jewelry-thumbnails li {
      display: block;
      margin: 0 0 5px 0; } }

.jewelry-thumbnails img {
  display: block;
  /* Otherwise it keeps some space around baseline */
  min-width: 100%;
  /* Scale up to fill container width */
  min-height: 100%; }

.jewelry-prices {
  margin-top: 1rem; }

.jewelry-prices td {
  padding: 0 10px 0 0;
  border: 0; }

.jewelry-prices thead {
  display: none; }

.jewelry-thumbnails .active {
  -webkit-filter: brightness(30%);
  filter: brightness(30%); }

.jewelry-description {
  margin-top: 2rem;
  display: block; }

#socialToolbar {
  margin-bottom: 50px;
  text-transform: uppercase; }
  #socialToolbar img {
    width: 19px;
    vertical-align: text-bottom;
    transition: all 0.2s ease; }
  #socialToolbar a {
    color: #606060;
    margin-right: 19px; }

#socialToolbar a:hover img {
  filter: saturate(0%);
  -webkit-filter: saturate(0%); }

.map {
  width: 100%;
  height: 271px;
  margin-bottom: 20px; }

h2:last-of-type {
  margin-bottom: 9px; }

.artwork-collection figure {
  padding: 0;
  width: 290px;
  height: 290px;
  float: left;
  overflow: hidden; }

.artwork-collection {
  margin-bottom: 4rem; }

.artwork-0, .artwork-1, .artwork-2, .artwork-3 {
  margin: 0; }

@media (min-width: 750px) {
  .artwork-0, .artwork-2 {
    margin: 0; }
  .artwork-1, .artwork-3 {
    margin: 0 0 0 290px; } }

@media (min-width: 1000px) {
  .artwork-0 {
    margin: 0; }
  .artwork-1, .artwork-2 {
    margin: 0 0 0 290px; }
  .artwork-3 {
    margin: 0 290px 0 0; } }

@media (min-width: 1200px) {
  .artwork-0, .artwork-1 {
    margin: 0 0 0 290px; }
  .artwork-2, .artwork-3 {
    margin: 0 290px 0 0; } }

.artwork-details h1 {
  margin: 0;
  line-height: 3rem;
  letter-spacing: 0.01rem; }

.gallery-item-preview {
  width: 290px;
  height: 290px;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease; }

.gallery-item-preview figcaption {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center; }
  @media (min-width: 1200px) {
    .gallery-item-preview figcaption {
      background: none;
      transform: translateY(100%);
      padding-bottom: 10px; } }

.gallery-item-preview:hover figcaption {
  transition: all 0.2s ease; }
  @media (min-width: 1200px) {
    .gallery-item-preview:hover figcaption {
      transform: translateY(0%); } }

.gallery-item-preview h3 {
  line-height: 1.7rem;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #dbdbdb;
  background-color: rgba(0, 0, 0, 0.35); }
  @media (min-width: 1200px) {
    .gallery-item-preview h3 {
      background-color: transparent; } }

.gallery-item-preview:hover img {
  transition: all 0.2s ease;
  -webkit-filter: brightness(30%);
  filter: brightness(30%); }

.vita h2 {
  font-size: 1.25rem;
  font-weight: 200; }

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local("Dosis Regular"), local("Dosis-Regular"), url(../fonts/dosis.ttf) format("truetype"); }

.container {
  max-width: 1170px; }

body {
  font-family: "Dosis", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px; }

p {
  margin-bottom: 1rem;
  line-height: 2.4rem; }

ul {
  margin-bottom: 0; }

.black-background {
  background-color: #000;
  color: #fff; }

#content {
  margin-top: 50px; }
  @media (min-width: 1000px) {
    #content {
      margin-top: 140px; } }

h1 {
  font-size: 2.8rem;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 2rem;
  padding-top: 0; }

h2 {
  font-size: 1.7rem;
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0; }

h3 {
  letter-spacing: .02rem; }

#data-protection h3 {
  font-size: 1.7rem;
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0; }

a {
  text-decoration: none;
  color: #9c9c9c;
  transition: all 0.2s ease; }

a:hover {
  color: #000; }

@media (min-width: 1200px) {
  .container {
    width: 100%; } }

#architecture {
  position: relative; }

#architecture:hover img.architecture {
  transition: all 0.2s ease;
  -webkit-filter: brightness(20%);
  filter: brightness(20%); }

#prespace-stamp {
  top: 5px;
  left: 5px;
  position: absolute;
  z-index: 1;
  width: 160px; }
  @media (min-width: 550px) {
    #prespace-stamp {
      top: 50px;
      left: 50px; } }
  @media (min-width: 1200px) {
    #prespace-stamp {
      opacity: 0; } }

#architecture:hover #prespace-stamp {
  opacity: 1;
  transition: all 0.2s ease; }

#landing {
  position: relative; }

#landing img {
  position: absolute;
  transition: all 0.2s ease; }

footer#imprint {
  clear: both;
  text-align: right;
  width: 100%;
  margin-bottom: 50px;
  font-size: 1.4rem;
  text-transform: uppercase; }

footer#imprint a {
  color: #fff; }

#imprint-details {
  display: none; }

.back-and-forth-button, #next-button, #previous-button {
  opacity: 0.35; }

.back-and-forth-button:hover, #next-button:hover, #previous-button:hover {
  opacity: 1; }

.back-and-forth-button a, #next-button a, #previous-button a {
  color: #606060;
  transition: all 0.2s ease; }

.back-and-forth-button:hover a, #next-button:hover a, #previous-button:hover a {
  color: #606060; }

.back-and-forth-button, #next-button, #previous-button {
  transition: all 0.2s ease; }

#next-button {
  position: fixed;
  top: 25%;
  right: 0; }

#previous-button {
  position: fixed;
  top: 25%;
  left: 0; }

@media (min-width: 1200px) {
  #next-button {
    right: 50%; }
  #previous-button {
    left: 50%; }
  #next-button a {
    position: absolute;
    left: 590px; }
  #previous-button a {
    position: absolute;
    right: 590px; } }
