/*Footer*/
@media only screen and (min-width: 601px) {
  .footer .meta .c-footer-meta__reference-img {
    margin-right: 16px;
  }
  .footer .meta a {
    margin-right: 0;
  }
}
/*small Bilderstrecke*/
.picture .source {
    hyphens: auto;
    word-break: break-word;
}
.StndGallery .position {
     top: 0;
     right: 0;
}
.StndGallery {
  margin-bottom: 70px;
}
.StndGallery .galleryBox {
  position: relative;
}
.StndGallery .galleryBox .slick-list:focus {
  outline-style: dotted;
  outline-color: #333333;
  outline-width: 1px;
}
.StndGallery .galleryBox .current {
  display: block;
  font-size: 1.6rem;
}
.StndGallery .galleryBox .slick-slide p {
  margin-bottom: 0;
  font-family: "bundessansweb", Arial, helvetica, sans-serif, "Droid Sans";
}
.StndGallery .galleryBox .slick-slide span {
  color: #333333;
}
.StndGallery .galleryBox .slick-slide .links-wrapper {
  padding-top: 10px;
  display: block;
}
.StndGallery .galleryBox .slick-slide .links-wrapper a {
  font-weight: normal;
  display: block;
}
.StndGallery .galleryBox .slick-slide .links-wrapper .downladlink a {
  display: inline-block;
  padding-right: 10px;
}
.StndGallery .gallery-related {
  margin-top: 20px;
}
.StndGallery .gallery-related a {
  color: #2d6f9e;
  font-weight: bold;
}
.StndGallery .gallery-related a:hover {
  text-decoration: none;
}
.StndGallery .gallery-related a:hover:after {
  content: '';
  position: relative;
  height: 1px;
  width: calc(100% - 26px);
  position: absolute;
  bottom: 1px;
  right: 0;
  background: #2d6f9e;
}
.StndGallery .gallery-related span {
  position: relative;
  color: inherit !important;
  padding-right: 5px;
  padding-left: 5px;
}
.StndGallery .gallery-related span:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #2d6f9e;
  position: relative;
  left: 5px;
}
.StndGallery .gallery-related span:first-child {
  padding-left: 0;
}
.StndGallery .gallery-related span:last-child {
  padding-right: 0;
}
.StndGallery .gallery-related span:last-child:after {
  content: none;
}
.StndGallery .galleryBox .slick-slide {
background: transparent;
}
.StndGallery .slick-dots li {
  border-radius: 50%;
  height: 12px;
  width: 12px;
  border: 1px solid #2d6f9e;
}
.StndGallery .slick-dots li.slick-active {
  background: #2d6f9e;
}
.StndGallery .slick-dots li button:before {
  color: transparent;
}
.StndGallery h2 {
  margin: 10px 0 10px 10px;
  padding-right: 4em;
  /* slide effekt */
  width: 80%;
  float: left;
}
.StndGallery img, .StndGallery .picture {
  clear: both;
  display: block;
  margin: 0 auto;
}
.StndGallery video {
  margin: 0 auto;
}
.StndGallery .navigation {
  z-index: 999;
  top: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}
.StndGallery .navigation div, .StndGallery .navigation button {
  height: 50px;
  width: 50px;
  position: absolute;
}
.StndGallery .navigation button:hover, .StndGallery .navigation button:focus, .StndGallery .navigation button:active {
  opacity: 0.6;
}
.StndGallery .navigation .next {
  right: 0;
  display: none !important;
}
.StndGallery .navigation .back, .StndGallery .navigation .prev {
  left: 0;
  display: none !important;
}
.StndGallery .source {
    float: right;
    font-size: 0.9rem;
color: #767676;
padding-top: 4px;
}
.StndGallery .source *{
 font-size: 0.9rem;
color: #767676;
}
.StndGallery .description {
padding-top: 16px;
fonz-size: 1rem;
}
.StndGallery .caption {
font-size: 1.44rem;
padding-bottom: 4px;
font-weight: bold;
}
.StndGallery .current.position {
font-size: 1.44rem;
padding-bottom: 4px;
}
.footer .navFunctionsWrapper .navFunctionsPrint a::after {
top:34px;
}
/* medium Bilderstrecke*/
@media only screen and (min-width: 768px) {
.StndGallery .galleryBox {
background-color: transparent;
}
 .StndGallery {
    max-width: 637px;
    margin: 0 auto 20px;
  }
.StndGallery .galleryPagination {
    margin-bottom: 70px;
}
  .StndGallery .galleryBox .current {
    display: inline-block;
    margin-right: 10px;
  }
  .StndGallery .galleryBox .slick-dots {
    display: none !important;
  }
  .StndGallery .galleryBox .back, .StndGallery .galleryBox .prev, .StndGallery .galleryBox .next {
    display: block !important;
  }
  .StndGallery .galleryBox .back, .StndGallery .galleryBox .prev {
    left: -27px;
  }
  .StndGallery .galleryBox .next {
    right: -27px;
  }
  .StndGallery .galleryBox .navigation {
    top: 150px;
  }
  .StndGallery .galleryPagination {
    margin-top: 28px;
    margin-left: -14px;
    margin-right: -14px;
  }
  .StndGallery .galleryPagination .slide {
    padding-left: 14px;
    padding-right: 14px;
  }
  .StndGallery .galleryPagination .slide a {
    display: block;
  }
  .StndGallery .galleryPagination .slide a:focus, .StndGallery .galleryPagination .slide a:hover {
    outline: 1px dotted #2d6f9e;
  }
  .StndGallery .galleryPagination .gallery-active {
    position: relative;
  }
  .StndGallery .galleryPagination .gallery-active:before {
    content: '';
    position: absolute;
    top: 0;
    right: 14px;
    left: 14px;
    bottom: 0;
    background: #2d6f9e;
    opacity: 0.5;
  }
/**** Abstand von Videos nach unten ****/
video, .mejs__container {
  margin-bottom: 20px;
}
.footer .navToTop .pictureSource,
 .footer .navToTop .to-top,
.footer .navFunctions .navFunctionsPrint a {
  border: 2px solid transparent;
  padding-right: 30px;
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 30px;
}
video,
.mejs___container {
  margin: 0 auto 20px;
}
.mejs__wrapper{
  padding-bottom: 40px;
}
.galleryBox .mejs__wrapper {
  margin-top: 46px;
  padding-bottom: 30px;
}
.StndGallery .galleryBox .mejs__wrapper {
  margin-top: 0px;
  padding-bottom: 30px;
}
.mejs__container .mejs__controls {
  background: #000;
  bottom: 0;
}
.footer .navFunctionsWrapper .navFunctionsPrint a::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 22px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .navFunctionsWrapper .pictureSource,
.footer .navFunctions .navFunctionsPrint a {
  padding-right: 38px;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .navFunctionsWrapper .pictureSource::after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 22px;
  background: url("../icons/sprite.svg") no-repeat -546px -1013px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.StndGallery {
  margin-bottom: 60px;
}
.StndGallery .navigation div,
.StndGallery .navigation button {
  height: 50px;
  width: 50px;
  position: absolute;
}
  .StndGallery {
    max-width: 637px;
    margin: 0 auto 60px;
  }
  .StndGallery .galleryBox .slick-dots {
    display: none !important;
  }
.footer .copyright .metanav li .bildnachweis-lightbox {
  display: none;
}
a.pictureSource {
  font-weight: bold;
}
}

body {
    background:FFFFFF!important;
}

.navMobileSearch {
    display:none;
}
.l-header .mobileLogo img {
    width:auto!important;
}
.abstract {
display:none!important
}
