/* GENERAL STYLES */

/* full width posters */
.fullWidthPosterUnit{
	width: 100%;
	display: block;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.fullWidthPosterUnit a:link{
	display: block;
	text-decoration: none;
	color: #fff;
}
.fullWidthPosterUnit a:visited{
	display: block;
	text-decoration: none;
	color: #fff;
}

.fullWidthPosterIMG{
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.computerIMG{
	display: none;
}

.phoneIMG{
	display: block;
}

.fullWidthPosterHeader{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 200px 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	text-shadow: 0 0 20px #000;
	font-size: 50px;
	color: #fff;
}

.fullWidthPosterButton{
	width: 90%;
	box-sizing: border-box;
	position: absolute;
	bottom: 530px;
	left: 5%;
	right: 5%;
	margin: auto;
	padding: 20px;
	background-color: #000;
	border-radius: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

/*carousel*/
.fullWidthCarousel{
	width: 100%;
	height: 500px;
	display: grid;
	grid-template-columns: 60% 60% 60% 60%;
	grid-template-rows: 500px;
	column-gap: 40px;
	box-sizing: border-box;
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 0;
	padding: 20px;
}

.fullWidthCarousel a:link{
	width: 100%;
	height: 460px;
	display: block;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #dcc01f;
	border-radius: 30px;
	color: #000;
}
.fullWidthCarousel a:visited{
	width: 100%;
	height: 460px;
	display: block;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #dcc01f;
	border-radius: 30px;
	color: #000;
}


.fullWidthCarousel img{
	width: 100%;
	height: 320px;
	display: block;
	box-sizing: border-box;
	object-fit: contain;
	margin: 0;
}

.fullWidthCarousel div{
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 20px;
}


/* part width poster */
.partWidthPosterUnit{
	width: 90%;
	display: block;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 70px auto;
	padding: 0 0 30px 0;
	border-radius: 30px;
	box-shadow: 0 0 20px #ccc;
}

.partWidthPosterUnit a:link{
	display: block;
	text-decoration: none;
	color: #fff;
}
.partWidthPosterUnit a:visited{
	display: block;
	text-decoration: none;
	color: #fff;
}

.partWidthPosterIMG{
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.computerIMG{
	display: none;
}

.phoneIMG{
	display: block;
}

.partWidthPosterHeader{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	font-size: 40px;
	color: #000;
}

.partWidthPosterButton{
	width: 90%;
	box-sizing: border-box;
	margin: 20px auto;
	padding: 20px;
	background-color: #000;
	border-radius: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

/*carousel*/
.partWidthCarousel{
	width: 95%;
	height: 400px;
	display: grid;
	grid-template-columns: 60% 60% 60% 60%;
	grid-template-rows: 500px;
	column-gap: 40px;
	box-sizing: border-box;
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 0 auto;
	padding: 20px;
}

.partWidthCarousel a:link{
	width: 100%;
	height: 350px;
	display: block;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #dcc01f;
	border-radius: 30px;
	color: #000;
}
.partWidthCarousel a:visited{
	width: 100%;
	height: 350px;
	display: block;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #dcc01f;
	border-radius: 30px;
	color: #000;
}


.partWidthCarousel img{
	width: 100%;
	height: 250px;
	display: block;
	box-sizing: border-box;
	object-fit: contain;
	margin: 0 auto;
}

.partWidthCarousel div{
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 20px;
}



/* gallery */
.galleryUnit{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
}

.galleryElement{
	width: 45%;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 10px 1% 10px 1%;
	padding: 0;
}

.galleryElement a:link{
	display: block;
	text-decoration: none;
	color: #fff;
}
.galleryElement a:visited{
	display: block;
	text-decoration: none;
	color: #fff;
}

.galleryIMG{
	max-width: 100%;
	max-height: 400px;
	display: block;
	margin: 5px auto 5px auto;
	border-radius: 35px;
}

.galleryButton{
	width: 95%;
	height: 70px;
	box-sizing: border-box;
	margin: auto;
	padding: 15px;
	background-color: #000;
	border-radius: 35px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}


/* grid of verticals */
.gridVerticals{
	width: 100%;
	display: grid;
	box-sizing: border-box;
	overflow: hidden;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	margin: 0;
	padding: 0;
}

.gridVerticalItem{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
}

.gridVerticalIMG{
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.gridVerticalHeading{
	width: 100%;
	position: absolute;
	top: 4%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	z-index: 30;
	font-size: 28px;
	color: #fff;
	text-shadow: 0 0 10px #aaa;
}

.gridVerticalList{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0;
	padding: 42% 3px 3px 3px;
	z-index: 20;
}

.gridVerticalList h2{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
}

.gridVerticalList li{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 20px;
}

.gridVerticalList a:link{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
.gridVerticalList a:visited{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
.gridVerticalList a:hover{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #fc0;
	text-decoration: none;
	color: #fc0;
}


/* introductionText */
.introductionText{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 50px 30px 50px 30px;
    text-align: center;
    font-size: 22px;
    color: #000;
}


/* special settings */
#homeBrandButton{
    background-color: #fa0;
}
#homeWorkshopButton{
	background-color: #dcc01f;
}