  /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 23, 2019 */
  @font-face {
    font-family: 'd-dindin-bold';
    src: url('../../fonts/d-din-bold-webfont.woff2') format('woff2'),
         url('../../fonts/d-din-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'd-dindin-italic';
    src: url('../../fonts/d-din-italic-webfont.woff2') format('woff2'),
         url('../../fonts/d-din-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'd-dinregular';
    src: url('../../fonts/d-din-webfont.woff2') format('woff2'),
         url('../../fonts/d-din-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
    html, * {
  /* border-box box model allows us to add padding and border to our elements without increasing their size */
  box-sizing: border-box;
    scroll-behavior: smooth;

}
  body {
   font-size: 20px;
   font-family: 'd-dinregular';
    letter-spacing: 0.05rem;
    margin: 0;
  }
a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.3s;
}
a:hover {
  transform: translateY(-2px);  
  transition: transform 0.3s;
}
.wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.item {
display: grid;
align-self: center;
grid-column: 1/13;
line-height: 1.8em;
}
.margin-large {
margin: 6em 0;
}
.margin-small {
  margin: 0em 0;
}
.container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
  z-index: -99;
  display: grid;
  justify-items: center;
  align-items: center;
}
 .stein {
  text-align: center;
  margin-bottom: 10em;
}
.grund {
  text-align: right;
}
.zoom {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnICB2aWV3Qm94PScwIDAgMjEwIDI5Nyc+PHBvbHlnb24gdmVjdG9yLWVmZmVjdD0nbm9uLXNjYWxpbmctc3Ryb2tlJyBjbGFzcz0nc3RlaW4nIHBvaW50cz0nMCwwIDIxMCwwIDIxMCwyOTcgMCwyOTcgJyBzdHlsZT0nZmlsbDp0cmFuc3BhcmVudDtzdHJva2U6YmxhY2s7c3Ryb2tlLXdpZHRoOjUnIC8+PC9zdmc+");
  background-size: 1%;
  background-position: center center;
  background-repeat: no-repeat;

}
.zoomminus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1640 650' width='100%25' height='100%25'%3E%3Cpolysgon vector-effect='non-scaling-stroke' class='haus1' points='677,18 1465,18 1170,475 1021,572' style='fill:transparent;stroke:black;stroke-width:3' /%3E%3Cpolygon vector-effect='non-scaling-stroke' class='haus2' points='405,40 557,18 1465,18 1170,475 1021,572   915,588 220,555 217, 200' style='fill:transparent;stroke:black;stroke-width:3' /%3E%3C/svg%3E");
    background-size: 95%;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(38deg);
  margin: 2em 0 0 0;
}
.credits {
  grid-column: 1/6;
}
.werkangaben {
  align-self: start !important;
  margin: -4em 0 6em 0 !important;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1em;
}
.gallery img {
  width: 100%;
  height: auto;
}
figcaption {
  font-style: italic;
  padding: 0 0 0 0.5em;
}
figure {
  margin: 0 0 10em 0;
}
@media screen and (max-width : 480px) {
.werkangaben {
	grid-column: 1/13 !important;
	margin: 0;
}
}
.w-1-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.w-1-2 p {
  margin: 0 0 8em 0;
  max-width: 60%;
}
.floating-image-container {
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);

}
