@charset "utf-8";

/*
.x-gallery img {
	x-width: 100%;
   float: center;
  x-margin: 0;
  x-padding: 0;  
}
*/
.gallery {
	position: relative;
	x-margin: auto;
	background: none;
	border: none;
  grid-area: text2;
}

.gallery figure {
	position: absolute;
	display: inline-block;
	top: 1em;
	x-left: 2em;
	z-index: 0;
   border-radius: 1em 0em 1em 1em;
   box-shadow: .2em -.2em .5em #0E4575;
 	width: 15em;
	height: 10em;
	overflow: hidden;
	animation: wechseln 30s infinite;
}

.gallery figure:last-of-type {
	position: relative;
}

@keyframes wechseln {
	  0% {opacity: 0;}
	 10% {opacity: 1;}
	 20% {opacity: 1;}
	 30% {opacity: 0;}
	100% {opacity: 0;}
}

.gallery figure:nth-of-type(2) {
	animation-delay: 5s;
	opacity: 0;
}

.gallery figure:nth-of-type(3) {
	animation-delay: 10s;
	opacity: 0;
}
.gallery figure:nth-of-type(4) {
	animation-delay: 15s;
	opacity: 0;
}
.gallery figure:nth-of-type(5) {
	animation-delay: 20s;
	opacity: 0;
}
.gallery figure:nth-of-type(6) {
	animation-delay: 25s;
	opacity: 0;
}
/*
#menue label, #hamburger {
  display: none;
}
*/
.gallery figure {
  width: 12em;
  height: 8em;
}

