/* Documents extension */
#website .documents .page-navigation {
	border-top: 0px;
}
#website .document-item {
	list-style: none;
	background: #f1f1f1;
	padding: 29px 26px 26px;
	margin: 0;
	position: relative;
	display: flex;
}
#website .document-item .document-preview {
	margin-right: 26px;
}
#website .document-item  .document-content span {
	display: block;
}
#website .document-item  .document-content .button-download {
	margin-top: 10px;
	display: inline-block;
}

#website .document-item  .document-content .document-name{
	line-height: 24px;
	margin-bottom: 5px;
	font-family: "open_sansbold";
}
#website .view-online {
	color: #e30613 !important;
}
#website .kettensymbol:before,
#website .view-online:before {
	content: "\ec99";
	font-family: 'IcoMoon-Ultimate' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	margin-right: 14px;
}