#slideshow{
	width:100%;
	height: 100%;
	height: calc(100vh - 160px);
	overflow: hidden;
	position: relative;
}
.slideshow-container{
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #201d1d;
}
.slideshow-container .arrow{
	width: 18px;
	height: 38px;
	background: url(/content/images/arrow-back-black.png) no-repeat center center;
	position: absolute;
	left: 5px;
	top: calc(50% - 91px);
	z-index: 10;
	transition: opacity 300ms;
	padding: 35px;
}
.slideshow-container .arrow:hover{
	opacity: 0.7;
}
.slideshow-container .arrow.right{
	left: auto;
	right: 20px;
	transform: rotate(180deg);
}
#slideshow li{
	width:100%;
	overflow: hidden;
	height: 100%;
}
#slideshow img{

	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dot-nav{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 190px;
	z-index: 5;
	text-align: center;

}

.dot-nav > *{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #201d1d;
	border-radius: 50%;
	margin: 0 5px;
}
.dot-nav > *.current{
	background-color: #fff4d9;
}
header a#menu-opener{
	background-image: url(/content/images/icon-menu.png);
	color: #242424;
}
header h1.l2{
	background: url(/content/images/logo2.png) no-repeat;
}
header nav .group {
	color: #fff4d9;
}
header nav .group a{
	color: #fff4d9;
}
header nav > ul{
	background-color: #212121;
}
header nav .module ul a{
	border-bottom: 2px solid #fff4d9;
}
header nav .module a, header nav .module h2, header nav .module .big{
	border-bottom: 3px solid #fff4d9;
}