html, body {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
body {
    font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
    font-stretch: ultra-condensed;
    font-size: 16px;
    color: #333;
    line-height: 135%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: #605E5E;
    width: 1600px;
}
a, a:link, a:visited, a:hover {
    color: #fff;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
a:hover {
}
.Impressum {
    color: #fff;
}
strong {
	font-style: italic;
}
#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1000;
  background-color: #999;
  background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#video_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1000;
  background-color: #999;
  background-position: center;
  margin: 0px;
  opacity: 0.9;
	object-fit: cover;
}
audio {
    display: none;
}
#lightboxliste {
    box-sizing: border-box;
    height: 90vh;
    width: auto;
    padding: 20px;
}
ul.row {
    list-style: none;
    height: 75px;
    margin-bottom: -33px;
}
ul.row:nth-child(even) {
    margin-left: 33px;
}
ul.row li {
    box-sizing: border-box;
    display: inline-block;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: #ccc;
    height: 75px;
    width: 60px;
    margin-right: 5px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
ul.row li:not(.leer):nth-child(5n) {
    background-color: #999;
}
ul.row:nth-child(5n - 1) li:not(.leer):nth-child(7n) {
    background-color: #c9c9c9;
}
ul.row:nth-child(6n - 1) li:not(.leer):nth-child(9n) {
    background-color: #9c9c9c;
}
ul.row li.leer {
    background-color: transparent;
	background-color: hsla(0,0%,0%,0.09);
}
ul.row:nth-child(5n - 1) li.leer:nth-child(5n) {
	background-color: hsla(0,0%,0%,0.03);
}
ul.row:nth-child(4n - 1) li.leer:nth-child(7n) {
	background-color: hsla(0,0%,0%,0.06);
}
ul.row:nth-child(6n - 1) li.leer:nth-child(9n) {
	background-color: hsla(0,0%,0%,0.12);
}
ul.row:nth-child(6n - 1) li.leer:nth-child(9n) {
	background-color: hsla(0,0%,0%,0.15);
}
img.raute {
    box-sizing: border-box;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 100%;
    width: 0vw;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
u.row li.leer img {
    display: none;
}
	#lightboxliste {
		margin-left: -40px;
	}
#lightboxliste li:hover, #lightboxliste li:active {
    transform: rotateY(180deg);
}
li:hover img.raute, li:active img.raute {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 100%;
    transform: rotateY(180deg);
}
#lightbox {
}
#lightbox ul li {
    overflow: hidden;   /*scrollbalken ausschalten */
    position: absolute; /* Absolute Positionierung */
    width: 0;    		/*Breite auf 0 */
    height: 0;   		/*Höhe auf 0 */
    left: 0;     		/*Position von Links 0 */
    top: 0;     		/*Position von Oben: 0 */
    opacity: 0;			/*Transparenz ausgeschaltet */
    list-style: none;
}
#lightbox ul li:target {
    position: fixed;
    width: auto;
    min-width: 100vw;
    height: 100%;
    opacity: 1; 						/* Transparenz 100% */
    background: rgba(0, 0, 0, 0.8);		/* Hintergrund: schwarz und Transparenz 80% */
    -moz-transition: opacity 1.5s;    	/* Zeitdauer des Transparenzprozesses für firefox*/
    -o-transition: opacity 1.5s;    	/*... für Opera */
    -webkit-transition: opacity 1.5s;
    display: flex;
    justify-content: center;
    align-items: center;  	/*... für Smartphone, tablet, google, etc */
    flex-direction: column;
}
#lightbox ul li:target a {
    height: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100vw;
    overflow-x: scroll;
    box-sizing: border-box;
    margin-bottom: 10vh
}
#lightbox ul li:target a img {
    -moz-box-shadow: 0 1px 8px #000000;
    -o-box-shadow: 0 1px 8px #000000;
    -webkit-box-shadow: 0 1px 8px #000000;
    box-shadow: 0 1px 8px #000000;
}

@media only screen and (orientation: landscape) {
#lightbox img, #lightbox video {
    height: 70vh;
    max-height: 600px;
    width: auto;
}
}

@media only screen and (orientation: portrait) {
#lightbox img, #lightbox video {
    height: auto;
    width: 90vw;
}
}
#lightbox .bu {
    display: block;
    color: #fff;
    font-size: 1rem;
    padding: 0.5vw;
}
main {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 5000;
	text-align: center;
	letter-spacing: 0.1em;
}
main p {
	width: 100%;
	position: absolute;
	bottom: 10vh;
	text-align: center;
	color: #fff;
}
p.home {
    width: 90vw;
    position: fixed;
	left: 5vw;
    bottom: 5vh;
    text-align: center;
    color: #fff;
}
#impressum {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    padding: 0.3%;
    filter: Alpha(opacity=60);
    opacity: 0.6;
    line-height: 100%;
    z-index: 6000;
}
.datenschutz main {
	text-align: left;
	letter-spacing: 0;
  transform: scaleX(1);
}
.impressum {
	color: #fff;
}
#clear {
    clear: both;
}
@media only screen and (min-width: 1100px) {
body {
    width: 100vw;
}
#wrapper {
	width: 100vw;
	height: 100vh;
	_overflow: hidden;
	text-align: center;
}
	#lightboxliste {
		width: 1980px;
		margin-left: -75px;
	}
ul.row {
    height: 100px;
    margin-bottom: -45px;
}
ul.row:nth-child(even) {
    margin-left: 0;
}
ul.row li {
    height: 100px;
    width: 80px;
}
}