.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	height: 26px;
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: 0;
	right: 0;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop-content {
	box-shadow: 8px 8px 10px rgba(0, 0, 0, .15);
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
	font-size: 14px;
	padding: 10px 0;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
	line-height: 1.5;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	color: #ec1717;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.ttf?74mwze") format("truetype"), url("../fonts/icomoon/icomoon.woff?74mwze") format("woff"), url("../fonts/icomoon/icomoon.svg?74mwze#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
	content: "\e903";
}

.icon-link-arrow:before {
	content: "\e902";
}

.icon-close:before {
	content: "\e901";
}

.icon-burger:before {
	content: "\e900";
}

/* links hover styles */

a:hover,
a:focus {
	text-decoration: none;
}

.opener:focus {
	color: inherit;
}

.read-more {
	font-weight: 700;
}

[id="wrapper"] {
	background: #f7f7f7;
	overflow: hidden;
	padding-top: 0px !important;
}

.detail-page [id="wrapper"] {
	background: #fff;
}

/* h3/h4/h5 styles */

.h3,
.h4,
.h5 {
	font-family: "Lato", sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 4px;
}

.h3.icon:after,
.h4.icon:after,
.h5.icon:after {
	content: "\f023";
	font-family: "FontAwesome";
	vertical-align: middle;
	margin-left: 12px;
	font-size: 18px;
	color: gainsboro;
}

.h3.title-mark,
.h4.title-mark,
.h5.title-mark {
	position: relative;
	text-indent: 25px;
}

.h3.title-mark:before,
.h4.title-mark:before,
.h5.title-mark:before {
	width: 16px;
	height: 16px;
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	background: #0075cf;
}

.h3.title-mark-purple:before,
.h4.title-mark-purple:before,
.h5.title-mark-purple:before {
	background-color: #8b2e99;
}

.h3 {
	line-height: 1.3;
}

.h4 {
	font-size: 20px;
	margin-top: 5px;
}

.h4.icon:after {
	margin-left: 4px;
}

.h5 {
	margin: 0 0 16px;
	font-size: 18px;
}

h5 {
	font-weight: bold;
}

.text-list li:before {
	content: "-";
	margin-right: 5px;
}

[id="main"].container {
	padding: 0;
}

.detail-page [id="main"].container {
	padding: 0;
}

[id="content"] {
	width: 100%;
}

/* custom link styles */

.link {
	position: relative;
}

.link:before {
	position: absolute;
	display: block;
	content: "\e902";
	font-family: icomoon;
	font-size: 10px;
	vertical-align: middle;
	left: -10px;
	top: 3px;
}

.detail-page .link:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.link.type-2:before {
	display: none;
}

/* detail page styles */

.detail-page [id="main"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.detail-page .sections-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

/* info section styles */

.info-section {
	background: #fff;
	margin-bottom: 70px;
	padding: 14px 20px 0;
}

.info-section.first-section {
	border-top: 6px solid #8b2e99;
}

.info-section nav {
	text-align: center;
}

.info-section .h4 {
	max-width: 700px;
}

.title-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.title-box .ris-logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
}

/* info box styles */

.info-box {
	border-bottom: 1px solid #ececec;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

.detail-page .info-box:first-child .text-holder {
	font-size: 16px;
	line-height: 24px;
}

.detail-page .info-box:last-child {
	border: 0;
}

.info-box.last-box {
	margin-bottom: 0;
}

.info-box.main-column {
	border: none;
}

.info-box.type2 {
	padding-bottom: 22px;
}

.info-box h5 {
	line-height: 1.6;
	margin-bottom: 0;
}

/* open-close/tabs styles */

.tabs,
.main-column {
	overflow: hidden;
	margin-bottom: 7px;
}

.tabs {
	padding: 10px 0;
}

.tabs.type-2 {
	overflow: visible;
}

/* tabset required styles for hidden tabs */

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

/* tabset styles */

.tabset {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 16px;
	font-weight: 600;
}

.tabset a {
	display: block;
	color: #9b9b9b;
	line-height: 1.86;
	padding-bottom: 2px;
	border-bottom: 3px solid transparent;
}

.tabset a.active {
	color: #4a4a4a;
	border-color: #0075cf;
}

.tabset a:hover {
	color: #4a4a4a;
}

/* tabs content styles */

.tab-content [id^="tab"]:first-child {
	border-top: 1px solid #f0f0f0;
}

.tab-content .active .opener {
	color: #4a4a4a;
}

.tab-content .active .opener:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tab-content .active .opener:after {
	display: block;
}

.tab-content .opener {
	position: relative;
	color: #9b9b9b;
	font-weight: 600;
	display: inline-block;
	padding: 2px 0;
}

.tab-content .opener:before {
	content: "\e902";
	display: inline-block;
	font-family: icomoon;
	margin: 5px 10px 5px 2px;
}

.tab-content .opener:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #0075cf;
	display: none;
}

.tab-content .opener:hover {
	color: #4a4a4a;
}

/* tab holder styles */

.tab-holder {
	border-top: 1px solid #f0f0f0;
	padding: 10px 0;
}

.tab-holder .box {
	margin-bottom: 6px;
}

.tab-holder .text {
	color: #9b9b9b;
	display: block;
}

.custom-form .select {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}

.custom-form .select label {
	color: #9b9b9b;
	font-weight: 400;
}

.custom-form .select label strong {
	color: #4a4a4a;
}

.custom-form .select .jcf-select {
	position: relative;
	display: block;
	border: 1px solid #ddd;
	color: #4a4a4a;
	line-height: 1.86;
	padding: 2px 30px 2px 10px;
	height: 34px;
}

.custom-form .select .jcf-select:after {
	content: "\f078";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: fontAwesome;
}

.custom-form .select .jcf-list-content {
	padding: 0;
}

.custom-form .select .jcf-select-drop {
	border: 1px solid #ddd;
	margin-top: 2px;
	margin-left: -1px;
}

.custom-form .select .jcf-option {
	padding: 0 10px;
}

.custom-form .select .jcf-select-text {
	margin: 0;
	font-size: 14px;
}

.custom-form button {
	background-image: -webkit-linear-gradient(270deg, #00adea 0%, #0075cf 100%);
	background-image: linear-gradient(180deg, #00adea 0%, #0075cf 100%);
	border: 0;
	color: #fff;
	height: 34px;
	width: 104px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 20px;
}

.custom-form button:hover {
	background-image: -webkit-linear-gradient(270deg, #0075cf 0%, #00adea 100%);
	background-image: linear-gradient(180deg, #0075cf 0%, #00adea 100%);
}

.content-form {
	border: 2px dashed #e5e5e5;
	padding: 20px;
	margin: 0 0 20px;
}

.content-form .h4 {
	margin: 0 0 20px;
}

.content-form .select {
	margin: 0 0 20px;
}

.content-form .custom-form button {
	width: auto;
}

.filter {
	margin: 0 0 20px;
}

.filter .input {
	display: inline-block;
	position: relative;
	max-width: 449px;
	width: 100%;
}

.filter .reset {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	padding: 0;
}

.filter input {
	border: 1px solid #ddd;
	height: 36px;
	width: 100%;
	padding: 2px 30px 2px 10px;
}

/* footer styles */

[id="footer"] {
	background-color: #efefef;
	text-align: center;
	font-size: 13px;
	position: relative;
	z-index: 1;
}

[id="footer"] .holder {
	padding: 20px 0;
}

[id="footer"] .logo1 {
	margin-bottom: 15px;
}

/* footer list styles */

.footer-list {
	line-height: 1.69;
	margin: 0 0 14px;
}

.footer-list li {
	display: inline-block;
}

.footer-list li:after {
	content: "·";
	color: #0075cf;
	margin: 0 2px;
}

/* copyright styles */

.table-wrap {
	overflow: hidden;
	overflow-x: auto;
}

.table {
	width: 700px;
}

.table.table-static {
	min-width: auto;
}

.table.table-static td {
	padding: 8px 0;
}

.table.table-static td:first-child {
	padding: 8px 0;
}

.table thead {
	background: #f0f0f0;
}

.table thead.align-center th {
	vertical-align: middle;
}

.table thead tr th {
	padding: 14px 8px;
}

.table tr:last-child {
	border-bottom: 1px solid #f0f0f0;
}

.table .price {
	display: block;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	border-color: #f0f0f0;
}

.table > thead > tr > th.border-none,
.table > thead > tr > td.border-none,
.table > tbody > tr > th.border-none,
.table > tbody > tr > td.border-none,
.table > tfoot > tr > th.border-none,
.table > tfoot > tr > td.border-none {
	border: 0;
}

/* header styles */

[id="header"] {
	min-height: 60px;
	background-image: url(../images/header-bg.jpg);
	border-bottom: 3px solid #ec1717;
}

[id="header"] .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 10px 0;
}

/* logo styles */

.logo {
	margin-left: -14px;
}

/* top section styles */

.top-section {
	background-color: #f0f0f0;
}

.top-section .holder {
	padding: 18px 0;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-section .breadcrumb {
	font-size: 16px;
	line-height: 1.33;
	display: block;
	margin-bottom: 4px;
}

.top-section .breadcrumb span {
	font-weight: 600;
}

.top-section .link {
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.custom-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.custom-form .select + .select {
		margin-left: 20px;
	}

	.custom-form .select {
		max-width: 348px;
	}

	.custom-form button {
		margin-top: 0;
		margin-left: 20px;
	}

	.content-form .select {
		margin: 0;
	}

	.content-form .custom-form {
		max-width: 590px;
	}

	.table {
		width: 100%;
	}

	.table.table-static td {
		padding: 8px;
	}

	.table.table-static td:first-child {
		padding: 8px;
	}

	.top-section .holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.top-section .breadcrumb {
		font-size: 18px;
	}
}

@media screen and (min-width: 769px) {
	[id="main"].container {
		padding: 20px 20px 0;
	}
}

@media screen and (min-width: 1024px) {
	.jcf-list .jcf-option {
		line-height: 2;
	}

	.tabs,
	.main-column {
		margin-bottom: 0;
	}

	.tabs {
		padding: 10px 0 0;
	}

	.tabset li {
		display: inline-block;
		vertical-align: top;
		margin-right: 14px;
	}

	.tabset li:last-child {
		margin-right: 0;
	}

	.tab-content [id^="tab"]:first-child {
		border: none;
	}

	.tab-content .opener {
		display: none;
	}

	.tab-holder {
		padding: 0 0 40px;
		border: none;
	}

	[id="footer"] .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	[id="footer"] .logo1 {
		margin: -3px 19px 0 0;
	}

	[id="footer"] .left-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-list {
		margin: 0;
	}
}

@media screen and (max-width: 1023px) {
	.tabset {
		display: none;
	}

	.tab-content [id^="tab"] {
		border-bottom: 1px solid #f0f0f0;
	}

	.footer-list li:last-child:after {
		display: none;
	}

	.copyright {
		margin-bottom: 18px;
		display: block;
	}

	.table th:first-child,
	.table td:first-child {
		padding-left: 20px;
	}

	.table th:last-child,
	.table td:last-child {
		padding-right: 20px;
	}
}
.colSort1{
	background-image: url(../sourceimages/pfeil.png);
	background-repeat:no-repeat;
	background-position: center;
	background-position: right;
	padding-right: 15px;
	cursor: pointer;
}

.colSort2{
	background-image: url(../sourceimages/pfeil.png);
	background-repeat:no-repeat;
	background-position: center;
	background-position: right;
	padding-right: 15px;
	cursor: pointer;
}

.colSortFlip {
	
	background-image: url(../sourceimages/pfeil_up.png) !important;
}

.colSortHideArrow {
	
	background-size: 0;
}

