body {
  font-family: Verdana, sans-serif;
  overflow-y: scroll;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
header.navbar {
  z-index: 9999;
  color: white;
  border-radius: 0;
  margin-bottom: 0;
}
header.navbar .nav > li {
  display: inline-block;
  float: none;
}
header.navbar .nav > li a {
  padding-left: 5px;
  padding-right: 5px;
}
header.navbar .container-fluid > .navbar-collapse,
header.navbar .container-fluid > .navbar-header,
header.navbar .container > .navbar-collapse,
header.navbar .container > .navbar-header {
  margin-left: -15px;
  margin-right: -15px;
}
main {
  width: 100%;
}
.GalleryPage article .largeImage {
  top: 60px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  margin: 0 auto;
  position: fixed;
}
@media only screen and (min-width: 1025px) {
  .GalleryPage article .largeImage {
    left: 45px;
    right: 45px;
  }
}
.GalleryPage article .largeImage .imageContainer {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  max-height: 1080px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.GalleryPage article .largeImage img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.GalleryPage article .largeImage .next,
.GalleryPage article .largeImage .prev {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  width: 45px;
  font-size: 40px;
}
.GalleryPage article .largeImage .next > a,
.GalleryPage article .largeImage .prev > a {
  width: 100%;
  height: 100%;
  display: block;
}
.GalleryPage article .largeImage .next > a > span,
.GalleryPage article .largeImage .prev > a > span {
  position: absolute;
  top: 50%;
}
.GalleryPage article .largeImage .next .glyphicon-th-large,
.GalleryPage article .largeImage .prev .glyphicon-th-large {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.GalleryPage article .largeImage .next {
  left: auto;
}
.GalleryPage article .largeImage .next .glyphicon-th-large {
  padding-left: 6px;
}
.GalleryPage article .largeImage .prev {
  padding-left: 6px;
  right: auto;
}
.GalleryPage article .largeImage .more {
  position: fixed;
  bottom: 0;
  left: 45px;
  right: 45px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 23px;
  padding-bottom: 6px;
  display: none;
}
.GalleryPage article .largeImage .more > a {
  text-decoration: none;
  margin-left: 1em;
}
.GalleryPage article .largeImage .more .index {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-height: 400px) {
  .GalleryPage article .largeImage .more {
    display: block;
  }
}
.GalleryPage article .keywords {
  display: none;
}
.GalleryPage article .images {
  display: none;
}
.GalleryPage article .images li {
  display: block;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 321px) {
  .GalleryPage article .images li {
    width: 50%;
  }
}
@media only screen and (min-width: 641px) {
  .GalleryPage article .images li {
    width: 33%;
  }
}
@media only screen and (min-width: 961px) {
  .GalleryPage article .images li {
    width: 25%;
  }
}
@media only screen and (min-width: 1281px) {
  .GalleryPage article .images li {
    width: 20%;
  }
}
@media only screen and (min-width: 1601px) {
  .GalleryPage article .images li {
    width: 16.666%;
  }
}
@media only screen and (min-width: 1921px) {
  .GalleryPage article .images li {
    width: 14.285%;
  }
}
@media only screen and (min-width: 2241px) {
  .GalleryPage article .images li {
    width: 320px;
  }
}
.GalleryPage article .images li a {
  margin: 0.5px;
  display: block;
  transition: all 200ms;
  border: 4px solid white;
}
.GalleryPage article .images li a:hover {
  border-color: inherit;
  color: inherit;
}
.GalleryPage article .images img {
  width: 100%;
  display: block;
}
.GalleryPage article .keywords {
  border-radius: 0;
  border: none;
}
@media (min-width: 768px) {
  .GalleryPage article .keywords {
    min-height: 32px;
  }
  .GalleryPage article .keywords a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    height: 30px;
  }
}
.GalleryPage article[data-selected="0"] .images,
.GalleryPage article[data-selected="0"] .keywords {
  display: block;
}
.GalleryPage article[data-selected="0"] .largeImage {
  display: none;
}
.GeoGalleryPage {
  background-color: #333;
}
.GeoGalleryPage-regions {
  margin: 12px;
}
.Region {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .Region {
    display: block;
  }
}
.Region-header-container {
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .Region-header-container {
    display: inline-block;
    width: 320px;
    position: sticky;
    position: -webkit-sticky;
    top: 5px;
  }
  .Region-header-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 320px;
    height: 100%;
    width: calc(100vw - 345px);
    z-index: -1;
  }
}
@media only screen and (min-width: 1120px) {
  .Region-header-container {
    width: 480px;
  }
}
.Region--modified .Region-description {
  position: relative;
}
.Region--modified .Region-description:after {
  content: 'Neu';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #959595;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
  color: white;
  padding: 0.3em 3em;
  text-transform: uppercase;
  -webkit-transform: translate(50%, -50%) rotate(45deg) translate(0%, 100%);
  -ms-transform: translate(50%, -50%) rotate(45deg) translate(0%, 100%);
  transform: translate(50%, -50%) rotate(45deg) translate(0%, 100%);
}
.Region-header {
  background-color: white;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .Region-header {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.Region-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.Region-image-overview,
.Region-image-near {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 500ms, transform 200ms;
}
.Region-image-overview {
  opacity: 1;
  transform: scale(1);
}
.Region-image:hover .Region-image-overview {
  opacity: 0;
  transform: scale(1.5);
}
.Region-description {
  padding: 0.6em;
}
.Region-description-level-1 {
  font-size: 1.5em;
  display: block;
}
.Region-description-level-2 {
  font-size: 1.25em;
  display: block;
}
.Region-description-level-3 + .Region-description-level-4:before {
  content: ', ';
}
.Region-images-container {
  position: relative;
  width: 100%;
  margin-top: 5px;
}
@media only screen and (min-width: 640px) {
  .Region-images-container {
    display: inline-block;
    width: calc(100% - 320px);
    padding-left: 5px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1120px) {
  .Region-images-container {
    width: calc(100% - 480px);
  }
}
.Region-images {
  margin-left: -5px;
  margin-bottom: -10px;
}
.GalleryImageThumb {
  display: block;
  float: left;
  width: 100%;
  padding-left: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}
.GalleryImageThumb img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 910px) {
  .GalleryImageThumb {
    width: 50%;
  }
}
@media only screen and (min-width: 1070px) {
  .GalleryImageThumb {
    width: 50%;
  }
}
@media only screen and (min-width: 1710px) {
  .GalleryImageThumb {
    width: 33.3%;
  }
}
@media only screen and (min-width: 2350px) {
  .GalleryImageThumb {
    width: 25%;
  }
}
@media only screen and (min-width: 2990px) {
  .GalleryImageThumb {
    width: 20%;
  }
}
.GalleryImageThumb-identifier {
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
  font-size: 3em;
  padding: 0em 0.35em;
  border-top-left-radius: 0.3em;
  background-color: rgba(255, 255, 255, 0.8);
}
.GalleryImageThumb--fade .GalleryImageThumb-identifier {
  display: block;
}
body footer {
  display: none;
}
.responsiveContainer {
  height: 0;
}
.responsiveContainer > img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .anticollapse {
    display: none;
  }
}
.navbar .header {
  float: left;
  margin-left: 10px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.map .Rolv-content {
  width: 100%;
  height: 100%;
}
.map-content {
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  bottom: 0;
}
.ImagePreview {
  width: 100%;
  max-width: 3200px;
  padding: 32x !important;
}
.ImagePreview-container {
  width: 100%;
}
.ImagePreview-content {
  position: relative;
  width: 100%;
  padding-bottom: 66.66666667%;
  height: 0;
}
.ImagePreview-image {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  width: 100%;
  height: 100%;
}
.ImagePreview .scm-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
}
.ImagePreview .scm-scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  will-change: opacity;
}
.ImagePreview .scm-scene.scm-scene-animated {
  transition: opacity 800ms;
}
.ImagePreview .scm-scene.scm-scene-post {
  opacity: 0;
  z-index: 95;
}
.ImagePreview .scm-scene.scm-scene-pre {
  opacity: 0;
  z-index: 90;
}
.ImagePreview .scm-scene.scm-scene-current {
  z-index: 100;
}
.ImagePreview-play {
  position: absolute;
  right: 1em;
}
.ImagePreview-image {
  max-width: 100%;
  margin-bottom: 5%;
}
.Rolv {
  display: none;
  position: relative;
  height: 100%;
  min-height: 100%;
  z-index: 900000;
}
.Rolv.Rolv--visible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 2% 5%;
}
.no-flexbox .Rolv.Rolv--visible {
  display: block;
  padding-top: 2em;
}
.Rolv.Rolv--visible.Rolv--yscroll {
  display: block;
}
.Rolv:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}
.Rolv-content {
  position: relative;
  margin: auto;
}
.Rolv--yscroll .Rolv-content {
  margin: 0 auto;
}
.Rolv-toolbar {
  position: relative;
  height: 2.5em;
  line-height: 2.5em;
  padding-left: 1em;
  background-color: white;
  color: black;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.Rolv-toolbar a {
  display: inline-block;
  height: 100%;
  color: inherit !important;
  cursor: pointer;
  text-decoration: none !important;
}
.Rolv-Close {
  cursor: pointer;
}
html.Rolv--visible {
  height: 100%;
}
.Rolv--visible body {
  height: 100%;
}
.Rolv--visible .body {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
