@charset "ISO-8859-1";

#slideshow {
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
	position: relative;
	/*overflow: hidden;*/
	z-index: 0;
}

.slide {
	position: relative;
	height: 37.5vw;
	min-height: 500px;
	max-height: 70vh;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-left: 0;
	opacity: 1.0;
}
.slide a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
#slide0 { background: url("../images/front_cg_newworks1_desktop.jpg") no-repeat center center; background-size: cover; }
#slide1 { background: url("../images/front_prosecco_desktop.jpg") no-repeat center center; background-size: cover; }
#slide2 { background: url("../images/front_tu__neueArbeiten_2_desktop.jpg") no-repeat center center; background-size: cover; }
#slide3 { background: url("../images/front_cg_newworks2_desktop.jpg") no-repeat center center; background-size: cover; }
#slide4 { background: url("../images/hashtagWenigerDekoMehrKunst_desktop.jpg") no-repeat center center; background-size: cover; }


