.sitemap-tree-wrapper ul {
	list-style: none;
	padding-left: 35px;
	margin-top: -7px;
}

.sitetree__under-text {
	margin-bottom: 40px;
}

.sitetree__head {
	height: 80px;
	padding-left: 60px;
	background: url("./images/treesitemap__head.png") left bottom no-repeat;
}

.sitepart--type {
	padding-top: 16px;
	display: block;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;

	/*text-transform: uppercase;*/
}

.sitepart--name {
	display: block;
	line-height: 24px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}



.container ul li {
	margin-bottom: 0;
}

.container ul li:before {
	content: '';
	background: none;

	width: 0px;
	height: 0px;
	display: inline-block;
	margin-right: 0px;
}

.justify {
	text-align: justify;
}

.justify:after {
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	display: inline-block;
}

.sitetree__under-text {
	margin-bottom: 40px;
}

.sitetree__head {
	height: 80px;
	/*overflow: hidden;*/
	padding-left: 60px;
	background: url("./images/treesitemap__head.png") left bottom no-repeat;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	height: 80px;
	position: relative;
	margin-top: 21px;
}

.sitepart--type {
	padding-top: 7px;
	display: block;
	font: 400 21px/24px RobotoCondensed, sans-serif;
	/*text-transform: uppercase;*/
}

.sitepart--name {
	display: block;
	font: 700 16px/24px RobotoCondensed, sans-serif;
	/*text-transform: uppercase;*/
}

.js-menu-line-undocked ~ .innerpage-content-wrapper a[name="hash-list"] {
	position: relative;
	top: -80px;
}

.hash-list__item {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	padding: 5px 30px 0 0;
	padding-right: 30px;
	box-sizing: border-box;
}

.sitemap-tree-wrapper {
	margin-top: 3px;
}

.sitemap-tree-wrapper .sitemap-tree__link-to-top {
	display: inline-block;
	background-color: #8A024B;
	padding: 5px 10px;
	color: #ffffff;
}

.sitemap-tree-wrapper .sitemap-tree__link-to-top:hover {
	background-color: #8A024B;
	color: #ffffff;
}

.sitemap-tree-wrapper .tree-list.root-lvl {
	padding-left: 25px;
}

.sitemap-tree-wrapper .tree-list__item {
	position: relative;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-left: -20px;
	padding-left: 9px;
	background: url("./images/treesitemap__file.png") 0 -1px no-repeat, url("./images/treesitemap__line.png") 0 1px repeat-y;
}

.sitemap-tree-wrapper .tree-list__item:last-of-type {
	background: url("./images/treesitemap__file_last.png") 0 -3px no-repeat;
}

.sitemap-tree-wrapper .tree-list__item.parent {
	background: url("./images/treesitemap__dir.png") 0px -5px no-repeat, url("./images/treesitemap__line.png") 0px 5px repeat-y;
}
.sitemap-tree-wrapper .tree-list__item.parent.collapsed {
	background: url("./images/treesitemap__dir_collapsed.png") 0px -5px no-repeat, url("./images/treesitemap__line.png") 0px 5px repeat-y;
}

.sitemap-tree-wrapper .tree-list__item.parent::before {
	position: absolute;
	top: 15px;
	left: 18px;
	height: 10px;
	width: 2px;
	background: url("./images/treesitemap__line.png") 0 0 repeat-y;
}

.sitemap-tree-wrapper .tree-list__item.parent:last-of-type {
	background: url("./images/treesitemap__dir_last.png") 0px -5px no-repeat;
}

.sitemap-tree-wrapper .tree-list__item.parent.collapsed:last-of-type {
	background: url("./images/treesitemap__dir_last_collapsed.png") 0px -5px no-repeat;
}

.tree-list__link {
	padding-left: 32px;
	line-height: 21px;
	display: block;
	padding-bottom: 5px;
	padding-top: 2px;
}

.tree-list__link--title {
	font-size: 18px;
}

.tree-list__link--parent_title {
	font-weight: 500;
	color: #004f92;
}

a.tree-list__link:hover {
	text-decoration: underline;
}