.kursvw_listenelement {
	padding: 0 15px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #fff;
}
.kursvw_listenelement a,
.kursvw_listenelement a:link,
.kursvw_listenelement a:visited {
	color: #1a1a1a;
}
.kursvw_listenelement a:focus,
.kursvw_listenelement a:hover,
.kursvw_listenelement a:active {
	color: #1a1a1a;
	text-decoration: underline;
}
.kursvw_listenelement .kursvw_spalte {
	padding-top: 5px;
	padding-bottom: 5px;
}
.kursvw_listenelement .kursvw_spalte.kursvw_dauer {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.kursvw_kursheader {
	padding: 0 15px;
	background-color: #646568;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
.kursvw_kursheader .row-header > div {
	padding-top: 5px;
	padding-bottom: 5px;
}
.kursvw_kursheader .kursvw_kursheader_kurstage {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.listview-boostrap {
	margin-bottom: 15px;
}
.kursvw_listenelement_label  {
	color: #333;
	font-weight: bold;
}
.kursvw_detail {
	padding-bottom: 15px;
}
.kursvw_detail_backlink {
	margin-top: 15px;
	margin-bottom: 0;
}
.kursvw_detail > .alert {
	margin: 15px 0;
}
.kursvw_detail > .alert h3 {
	margin: 0 0 10px 0;
}
@media screen and (max-width: 991px) {
	.kursvw_listenelement {
		margin-bottom: 14px;
		padding: 15px;
	}
	.kursvw_listenelement .kursvw_spalte {
		padding-top: 0;
		padding-bottom: 0;
	}
}


.col-warenkorb {
	background-color: #fff;
}
.col-warenkorb dl {
	margin-bottom: 15px;
}
.col-warenkorb dt {
    float: left;
    width: 60px;
}
.col-warenkorb h3 {
	margin: 0 -15px 15px;
}
.col-warenkorb h3 a {
	padding: 5px 15px;
	display: block;
	background-color: #e92526;
	color: #fff;
}
.cmsportlet_order2_warenkorb h5 {
	background-color: transparent;
	color: #333;
}
.cmsportlet_order2_warenkorb .btn-primary {
	border-color: #922526;
    background-image: -webkit-linear-gradient(top, #e92526 0, #922526 100%);
    background-image: -o-linear-gradient(top, #e92526 0, #922526 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e92526), to(#922526));
    background-image: linear-gradient(to bottom, #e92526 0, #922526 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe92526', endColorstr='#ff922526', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.cmsportlet_order2_warenkorb h4.product-name {
	font-size: 14px;
}
.cmsportlet_order2_warenkorb .btn-primary:hover,
.cmsportlet_order2_warenkorb .btn-primary:focus {
    background-color: #922526;
    background-position: 0 -15px;
}
@media screen and (min-width: 992px) {
	.cmsportlet_order2_warenkorb .wk-summenzeile .wk-beschriftung {
		width: 50%;
	}
	.cmsportlet_order2_warenkorb .wk-summenzeile .wk-wert {
		width: 50%;
	}
}

.title-kursnr {
	display: none;
}