@charset 'utf-8';


.articleblock,
body.safearea .articleblock {
	padding: 0;
}

@media only screen and (min-width: 769px) {

	.presentation > .inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


.presentation > .inner {
	max-width: none;
}

.presentation .blockheader {
	margin-bottom: 30px !important;
}

.presentation .girdblock {
	font-size: 1em;
}

.tblwrap table {
	table-layout: fixed;
	table-layout: fixed;
	min-width: 1000px;
}

.presentation table thead tr {
/* 	background: rgba(67,25,114,.3); */
}

.presentation table tbody tr:nth-child(even) {
/* 	background: rgba(67,25,114,.05); */
}

.presentation table tbody th {
/* 	background: rgba(67,25,114,.05); */
	white-space: nowrap;
}

.presentation table th,
.presentation table td {
	border: none;
	padding: .3em 1.6em;
	position: relative;
}

.presentation table th > div,
.presentation table td > div {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	padding: .3em 1em;
	position: absolute;
	top: 0;
	left: .3em;
	right: .3em;
	bottom: 0;
}


.presentation table thead th > div {
	border-top: 2px solid #000;
}

.presentation table tbody tr:last-child th > div,
.presentation table tbody tr:last-child td > div {
	border-bottom: 2px solid #000;
}

.presentation table thead th:first-child,
.presentation table tbody th {
	width: 160px;
}

.presentation table thead th.name span {
	font-size: 1.2em;
}

.presentation table thead tr.arrow th {
	height: 30px;
}

.presentation table thead tr.arrow th span {
	display: inline-block;
	position: absolute;
	background: #431972;
}

.presentation table thead tr.arrow th:nth-child(2) span:nth-child(1) {
	width: 6px;
	height: 100%;
	left: calc(50% - 3px);
	bottom: 0;
}

.presentation table thead tr.arrow th:nth-child(2) span:nth-child(2) {
	width: calc(50% + 3px);
	height: 6px;
	left: calc(50% - 3px);
	top: 0;
}

.presentation table thead tr.arrow th:nth-child(3) span:nth-child(1),
.presentation table thead tr.arrow th:nth-child(4) span:nth-child(1) {
	width: 6px;
	height: calc(100% - 5px);
	left: calc(50% - 3px);
	top: 0;
}

.presentation table thead tr.arrow th:nth-child(3) span:nth-child(2),
.presentation table thead tr.arrow th:nth-child(4) span:nth-child(2) {
	width: 100%;
	height: 6px;
	left: 0;
	top: 0;
}

.presentation table thead tr.arrow th:nth-child(5) span:nth-child(1) {
	width: 6px;
	height: calc(100% - 5px);
	left: calc(50% - 3px);
	top: 0;
}

.presentation table thead tr.arrow th:nth-child(4) span:nth-child(2) {
	width: calc(50% + 3px);
	height: 6px;
	left: 0;
	top: 0;
}

.presentation table thead tr.arrow th:nth-child(3) span:nth-child(1):after,
.presentation table thead tr.arrow th:nth-child(4) span:nth-child(1):after,
.presentation table thead tr.arrow th:nth-child(5) span:nth-child(1):after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 12px 0 12px;
	border-color: #431972 transparent transparent transparent;
	left: calc(50% - 12px);
	position: absolute;
	bottom: -5px;
	z-index: 10;
}


.presentation table thead tr.foto th > div {
	padding: 0;
	border-bottom: 0;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.presentation table thead tr.foto th {
	padding: 0 4px;
}

.presentation table thead tr.foto .media:not(.noclip) figure {
	padding-top: 50%;
}

.presentation table td a[target="_blank"]:after {
	display: inline-block;
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
