/* CSS Document */
body {
  background: #ccad7e;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  letter-spacing: 1px;
}
a:link, a:visited, a:active {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  color: #000;
}
body, div, p, span { font-family: forma-djr-display, sans-serif;
  font-weight: 300;
}
#page {
  background: #FFF url(bg.jpg) no-repeat;
  background-size: cover;
  /* max-width: 1920px; */
  /* min-height: 800px; */
  height: calc(100vh - 350px);
  margin: auto;
  padding: 75px;
  background-position: bottom;
}
.image1 {margin: 0 2px 2px 0;}
.image2 {margin: 0 2px 2px 2px;}
.image3 {margin: 0 0 2px 2px;}
.image4 {margin: 2px 2px 0px 0;}
.image5 {margin: 2px 2px 0px 2px;}
.image6 {margin: 2px 0px 0px 2px;}

.desktop {width: calc(100% + 5px);}

#content {
  bottom: 0px;
  position: absolute;
  margin-bottom: 100px;
}

#imageblock {
  width: 45%;
  left: 0;
  z-index: 9999;
  position: relative;
}
#images {
  
}
#imageblock img {
  float: left;
  height: auto;
  width: calc((100% / 3) - 3px);
}

#textblock {
  position: absolute;
  left: 45%;
  bottom: -78px;
  z-index: 9999;
  width: 55%;
  float: left;
}
.shadow2, #images img {
  -webkit-box-shadow: 0px 10px 17px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 17px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 17px -4px rgba(0, 0, 0, 0.75);
}
#zitat {
  text-align: left;
  margin-top: 10px;
  color: #FFF;
  font-family: forma-djr-display, sans-serif;
  font-weight: 300;
  font-style: italic;
}
#footer {
  background: #ccad7e;
  min-height: 300px;
  position: absolute;
  bottom: -210px;
  width: 200%;
  float: left;
  left: -100px;
  z-index: 1;
}
#textblock h1 span {
  color: #FFF;
}
#adresselinks {
  width: calc(50% - 1px);
  float: left;
}
#adresserechts {
  float: left;
}
#pflichtangaben {font-size: 11px;}
#pflichtlinks {
  width: calc(50% - 1px);
  float: left;
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #ccad7e;
  font-family: forma-djr-display, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-left: -13px;    
}
#pflichtrechts {
  float: left;
  text-align: left;
  padding-left: 10px;
  font-family: forma-djr-display, sans-serif;
  font-weight: 300;
  font-style: normal;    
}
#adresselinks {
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #000;
  font-family: forma-djr-display, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-left: -13px;
}
#adresserechts {
  text-align: left;
  padding-left: 10px;
  font-family: forma-djr-display, sans-serif;
  font-weight: 300;
  font-style: normal;
}
h1 {
  font-size: 1.5em;
  font-family: forma-djr-display, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mobile {
  display: none;
}
.fancybox-container * {font-size: 12px;}
.fancybox-container h1 {font-size: 16px;}
@media (min-width: 1400px) {
  h1 {
    font-size: 2em;
  }
}
@media (max-width: 1179px) {
  body {
    background: #ccad7e;
    overflow: auto;
  }
  #page {
    padding: inherit;
    padding: 0 50px;
    height: 55vh;
  }
  #content {
    position: inherit;
    margin-bottom: 25vh;
    bottom: 0;
  }
  #imageblock {
    width: 100%;
    float: none;
    position: inherit;
    padding-top: 5vh;
  }
  #textblock {
    width: 100%;
    float: none;
    position: inherit;
    left: inherit;
    margin-top: 40px;
  }
  #footer {
    display: none;
  }
}
@media (max-width: 780px) {
  #page {
    padding-top: 4vh;
    height: 60vh
  }
  #imageblock img {
    width: calc((100% / 2) - 2px);
  }
    
.image1 {margin: 0 2px 2px 0;}
.image2 {margin: 0 0px 2px 2px;}
.image3 {margin: 2px 2px 2px 0;}
.image4 {margin: 2px 0px 2px 2px;}
.image5 {margin: 2px 2px 0px 0px;}
.image6 {margin: 2px 0px 0px 2px;}

.desktop {width: calc(100% + 5px);}    
  h1 {
    font-size: 1.1em;
  }
  .mobile {
    display: inherit;
  }
  .desktop {
    display: none;
  }
}
@media (max-width: 520px) {
  .breaker {
    display: block;
  }
  .dash {
    display: none;
  }
  body {
    font-size: 0.8em;
  }
  #page {
    padding: 20px;
    height: 50vh
  }
  #imageblock {
    padding-top: 0;
  }
}

