*{
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "Roboto", sans-serif;
	line-height: 1.5;
}
a{
	text-decoration: none;
	color: #fff;
}
p{
	max-width: 60ch;
}
.seil-container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	justify-items: center;
	width: 90vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	height: 100vh;
}
.seil{
	height: 70vh;
	margin-top: -2em;
	transition: 700ms ease;
	top: 0;
	position: relative;
}
.seil:hover{
	/*margin-top: 0;*/
	cursor: pointer;
}
.seil-container h4{
	position: absolute;
	bottom: 3em;
	font-weight: 400;
	text-align: center;
	transition: opacity 300ms;
	font-size: 20px;
}
.seil-container h4:hover{
 	cursor: pointer;
 	opacity: 0.5;
}
.gallery{
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: -100vh;
	transition: top 700ms ease;
	border-bottom: 1px solid #000;
}
#grafik{
	background: #fff;
}
#grafik img{
	border: 1px solid #000;
}
#malerei{
	background: #fff;
}
#fotografie{
	background: #fff;
}
#skulptur{
	background: #fff;
}
#rahmen{
	background: #fff;
}
#menu{
	background: white;
	overflow: scroll;
}
.title{
	color: #000;
	position: absolute;
	left: 50%;
	top: 1.5em;
	transform: translateX(-50%);
}
.seil-rahmen h4{
	margin-left: -40px;
}
.up {
	position: absolute;
	top: 90vh;
	left: 50%;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	transform: translateX(-50%);
}
.slideshow-container-1,
.slideshow-container-2,
.slideshow-container-3,
.slideshow-container-4,
.slideshow-container-5 {
	position: relative;
    width: 100vw;
    height: 100vh;

}
.slideshow-container-1 img,
.slideshow-container-2 img,
.slideshow-container-3 img,
.slideshow-container-4 img,
.slideshow-container-5 img{
	height: 60vh;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}
.prev, .next {
	cursor: pointer;
    position: absolute;
    top: 79vh;
    width: auto;
    color: #000;
    font-size: 20px;
    user-select: none;
    font-weight: bold;
}
.prev{
	left: 40%;
}
.next{
	left: 60%;
}
.numbertext-1,
.numbertext-2,
.numbertext-3,
.numbertext-4,
.numbertext-5 {
	position: absolute;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    top: 80vh;
}
.menu-container {
	height: inherit;
	width: 350px;
}
.menu-container ul{
	position: relative;
	font-size: 30px;
	margin: 20px;
	line-height: 1.5;
	left: 2em;
	top: 3em;
}
.menu-container li{
	transition: color 200ms, background 200ms;
	color: black;
	padding-left: 10px;
}

.content{
	position: absolute;
	width: calc(100% - 350px - 6em);
	right: 5em;
	top: 10vh;
	display: none;
	font-size: 20px;
}

.shop{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1em;
}
.shop img{
	width: 100%;
}
.shop-item{
	transition: opacity 500ms;
}
.shop-item:hover{
	opacity: 0.7;
}
.item-name{
	color: black;
	font-weight: 400;
	font-size: 18px;
}
.item-price{
	color: #808080;
	font-weight: 400;
	font-size: 12px;
}

#imagefilm img{
	position: relative;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}

#einkaufen img{
	width: 100%;
}

.shop-button h1{
	background: #fff;
    border: 2px solid #000;
    border-radius: 0px;
    font-size: 30px;
    width: fit-content;
    color: #000;
    padding: 5px 10px;
    position: absolute;
    left: 50%;
    font-weight: 300;
    margin-bottom: 10px;
    transform: translateX(-50%);
    transition: color 200ms, background 200ms;
}

.shop-button h1:hover{
	background: #000;
	color: #fff;
}

.pfeil:hover{
	opacity: 0.5;
}

@media screen and (max-width: 800px){

	.seil{
		display: none;
	}
	.seil-container{
		grid-template-columns: 1fr;
		grid-template-rows: repeat(6, 1fr);
		align-items: center;
	}
	.seil-container h4{
		position: relative;
		top: 0;
		font-weight: 400;
		text-align: center;
		transition: opacity 300ms;
		font-size: 20px;
	}
	.seil-rahmen h4{
	margin-left: 0px;
}
	.slideshow-container-1 img,
	.slideshow-container-2 img,
	.slideshow-container-3 img,
	.slideshow-container-4 img,
	.slideshow-container-5 img{
		max-width: calc(100% - 20px);
		max-height: 400px;
		height: auto;
	    vertical-align: middle;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -60%);
	}
	.menu-container ul{
		position: relative;
		font-size: 30px;
		margin: 20px;
		line-height: 1.5;
		left: 0;
		top: 0;
	}
	.menu-container{
		width: auto;
	}
	.content{
		position: absolute;
		margin: 20px;
		width: calc(100vw - 40px);
		display: none;
		font-size: 25px;
		top: 410px;
		left: 0;

	}
		#imagefilm img {
	    position: relative;
	    left: 0;
	    width: 100%;
	    transform: translateX(0%);
	    height: auto;
	}
	#up6{
		/*top: 390px;*/
	}
}