/*Hello im ready to shift styles*/
.fileset {
	border:5px solid #fff;
	margin-bottom: 3px;
}
.fileset h3 {
	text-align: left;
	width: 100%;
	background: #fff;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 55px;
	padding-left: 10px;
	margin-bottom: 0;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
.fileset h3.active {
	color:#1BA47A;
}
.fileset-trigger {
	cursor: pointer;
}
.fileset-list {
	list-style: none;
	padding-left: 0;
}
.fileset-list li {
	position: relative;
	height: 55px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	font-weight: 700;
	background-color: #fff;
	border:5px solid #fff;
}
.fileset-list li:hover {
	border:5px solid #fff;
	background-color: #CCCCCC;
}
.fileset-list li a{
	color: #4A494A;
	padding-left: 10px;
	padding-right: 40px;
}

/*nicht nötig*/
.fileset-list li .download-icon{
	position: absolute;
	height: 45px;
	width: 40px;
	-webkit-align-self: end;
	-ms-flex-item-align: end;
	align-self: end;
	background: url(/application/themes/wbox_landscape/img/inboxin-glyph-grey.png)no-repeat center;
	right: 0;
	top: 0;
}
.fileset-list li:hover .download-icon {
	background: url(/application/themes/wbox_landscape/img/inboxin-glyph-grey-hover.png)no-repeat center;

}

.chevron_ind {
	position: absolute;
	z-index: 999;
	top: 5px;
	right: 0;
	width: 50px;
	height: 56px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	text-align: center;
	right: 20px;
}

*::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.chevron_ind::after, .chevron_ind::before {
	width: 15px;
	height: 4px;
	background-color: #CCCCCC;
	position: absolute;
	top: 50%;
	left: 13px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}
.chevron_ind.active::after, .chevron_ind.active::before {
	background-color: #1BA47A;
}
.chevron_ind::before {
	-webkit-transform: translate(9px) rotate(-45deg);
	-ms-transform: translate(9px) rotate(-45deg);
	transform: translate(8px) rotate(-45deg);
}
.chevron_ind.active::before {
	-webkit-transform: translate(9px) rotate(45deg);
	-ms-transform: translate(9px) rotate(45deg);
	transform: translate(8px) rotate(45deg);
}
.chevron_ind.active::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navicon {
	visibility: hidden;
}