@charset "UTF-8";
/* CSS Document */

#wrapper {
    width: 1551px;
    height: 1800px;
}

#bauhaus_contents {
	position: absolute;
	width: 1270px;
	height: 1800px;
	margin-top: 5px;
	margin-left: 281px;
}

.bauhaus-container {
	position: relative;
	top: -9px;
	left: 281px;
	height: 45px;
	width: 1270px;
	border-bottom: solid;
	border-bottom-width: 1px;
	cursor: default;
}

.bauhaus {
	font-family: quasimoda, sans-serif;
    font-size: 26px;
    font-style: normal;
	font-weight: 100;
    color: rgba(0,0,0,1.00);
	cursor: text;
}

.laszlo {
	position: relative;
	top: 50px;
	text-align: center;
	font-family: quasimoda, sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 200;
	color: rgba(0,0,0,1.00);
	cursor: text;
}

.laszlo_pic {
	position: relative;
	width: 200px;
	height: 200px;
	top: 0px;
	left: 535px;
	cursor: default;
}

.slidershow {
	width: 700px;
	height: 700px;
	overflow: hidden;
}

.middle {
	position: relative;
	top: 50px;
	left: 285px;
}

.navigation {
	position: absolute;
	top: 1250px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

.bar {
	width: 50px;
	height: 10px;
	border: 1px solid #000000;
	margin: 6px;
	cursor: pointer;
	transition: 0.4s;
}
.bar:hover {
	background: #000000;
}

input[name="r"]{
	position: absolute;
	visibility: hidden;
}

.slides {
	width: 500%;
	height: 100%;
	display: flex;
}

.slide {
	position: relative;
	width: 20%;
	transition: 0.6s;
	align-items: center;
	justify-content: center;
	display: flex;
}

.imgBox {
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.imgBox img {
	position: absolute;
	top: 50px;
	width: 60%;
	height: 60%;
	cursor: default;
}

ul.thumbnails {
	position: absolute;
	bottom: 10px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin: 0px auto;
	padding: 0px;
}

ul.thumbnails li {
	list-style: none;
	margin: 0 10px;
}

.imgBox1 {
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.imgBox1 img {
	position: absolute;
	top: 50px;
	width: 60%;
	height: 60%;
	cursor: default;
}

ul.thumbnails1 {
	position: absolute;
	bottom: 10px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin: 0px auto;
	padding: 0px;
}

ul.thumbnails1 li {
	list-style: none;
	margin: 0 10px;
}

.imgBox2 {
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.imgBox2 img {
	position: absolute;
	top: 50px;
	width: 60%;
	height: 60%;
	cursor: default;
}

ul.thumbnails2 {
	position: absolute;
	bottom: 10px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin: 0px auto;
	padding: 0px;
}

ul.thumbnails2 li {
	list-style: none;
	margin: 0 10px;
}

.imgBox3 {
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.imgBox3 img {
	position: absolute;
	top: 50px;
	width: 60%;
	height: 60%;
	cursor: default;
}

ul.thumbnails3 {
	position: absolute;
	bottom: 10px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin: 0px auto;
	padding: 0px;
}

ul.thumbnails3 li {
	list-style: none;
	margin: 0 10px;
}

.imgBox4 {
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.imgBox4 img {
	position: absolute;
	top: 50px;
	width: 60%;
	height: 60%;
	cursor: default;
}

ul.thumbnails4 {
	position: absolute;
	bottom: 10px;
	align-items: center;
	justify-content: center;
	display: flex;
	margin: 0px auto;
	padding: 0px;
}

ul.thumbnails4 li {
	list-style: none;
	margin: 0 10px;
}

.thumb-img {
	width: 120px;
	height: auto;
	cursor: default;
}

#r1:checked ~ .s1 {
	margin-left: 0;
}
#r2:checked ~ .s1 {
	margin-left: -20%;
}
#r3:checked ~ .s1 {
	margin-left: -40%;
}
#r4:checked ~ .s1 {
	margin-left: -60%;
}
#r5:checked ~ .s1 {
	margin-left: -80%;
}

#first {
	background: #000000;
}

.quote {
	position: relative;
	top: 130px;
	text-align: center;
	font-family: quasimoda, sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 100;
	color: rgba(0,0,0,1.00);
	cursor: text;
}

.quote_cont {
	position: relative;
	top: -90px;
	left: 335px;
	font-family: quasimoda, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 100;
	color: rgba(0,0,0,1.00);
	letter-spacing: 17.5em;
	width: 600px;
	cursor: text;
}

.holder2 {
	position: absolute;
	bottom: 0px;
    width: 1280px;
    height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,1.00);
}
