figure.table table.contenttable {
	border-collapse: collapse;
}
figure.table table.contenttable td {
	padding: 4px;
	border: 2px solid #000;
	vertical-align: top;
}

.eventslider__wrapper {
	-webkit-padding-end: 16px;
	-webkit-padding-start: 16px;
	-webkit-margin-end: auto;
	-webkit-margin-start: auto;
	margin-inline-end: auto;
	margin-inline-start: auto;
	max-width: 1400px;
	padding-inline-end: 16px;
	padding-inline-start: 16px;
	width: 100%;
}

.eventslider img {
	width: 100%;
	height: auto;
	border-radius: 2px
}

.eventslider img.top-right {
	border-top-right-radius: 90px;
}

.eventslider img.top-left {
	border-top-left-radius: 90px;
}

.eventslider img.bottom-right {
	border-bottom-right-radius: 90px;
}

.eventslider img.bottom-left {
	border-bottom-left-radius: 90px;
}

.eventslider .slick-slide {
	height: auto;
}

.eventslide {
	padding: 0 9px;
}

.eventsliderdesc {
	color: #1e1e1e;
	font-size: 15px;
	padding: 10px 0 0 0;
	display: block;
	line-height: 18px;
}

.eventsliderwrap .headline-large {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.eventsliderdesc {
		font-size: 18px;
		padding: 18px 0 0 0;
	}

	.eventsliderwrap .headline-large {
		margin-bottom: 31px;
	}

	.eventslide {
		padding: 0 14px;
	}
}

.text-center {
	text-align: center;
}
.text-right, .text-end {
	text-align: right;
}

.table {
	width:100%;
	max-width:100%;
	margin-bottom:20px;
}
.table > thead > tr > th {
	padding:8px;
	line-height:1.42857143;
	border-top:1px solid #f5f5f5;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding:8px;
	line-height:1.42857143;
	vertical-align:top;
	border-top:1px solid #f5f5f5;
}
.table > thead > tr > th {
	vertical-align:bottom;
	border-bottom:2px solid #f5f5f5;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top:0;
}
.table > tbody + tbody {
	border-top:2px solid #f5f5f5;
}
.table .table {
	background-color:#fff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color:#f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color:#f7f9fd;
}
table col[class*="col-"] {
	position:static;
	float:none;
	display:table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position:static;
	float:none;
	display:table-cell;
}

.tx-secure-download-link .btn-primary {
	background-color: #139df4;
	border-color: #139df4;
	float: right;
}

.tx-secure-download-link .btn-primary:hover {
	background-color: #001D3C;
	border-color: #001D3C;
	cursor: pointer;
}

.tx-secure-download-link .table {
	border-collapse: collapse;
}

.tx-secure-download-link .table th {
	text-align: left;
}
