.esraTable {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.esraTable td, 
.esraTable th {
    padding: 25px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #cccccc;
	position:relative;
}

.esraTable th {
	border-bottom: none;
    text-align:left;
	font-weight:500;
	background: #f0f0f0;
	padding: 15px 15px;
	font-size: 18px;
}

.esraTable tr td:first-child {
	padding-left: 0;
}

.esraTable tr td:last-child, 
.esraTable tr th:last-child {
	padding-right: 0;
}

.esraTable tr td:last-child {
	text-align: right;
}

.esraTable tr:first-child td { 
	border-top: 1px solid #cccccc;
}

.esraTemplateList table tr,
.esraCourseList table tbody tr {
	cursor: pointer;
}

.esraTemplateList table tr > td a,
.esraCourseList table tr > td a {
	text-decoration: underline;
}

.esraTemplateList table tr:hover > td a,
.esraCourseList table tr:hover > td a {
	color: #c50a33;
}

.esraTemplateListCourseCountRow {
	background-repeat: no-repeat;
	background-position: left;
	background-size: 20px;
	padding-left: 30px!important;
}

td.esraTemplateListOnlineCourse {
	background-size: auto 40px;
	background-position: left;
	background-repeat: no-repeat;
}

img.esraTemplateListOnlineCourse {
	height: 20px;
	vertical-align: bottom;
	margin-left: 10px;
}

.esraTable .esraTableColumnTinier {
	width: 130px;
}

.esraTable .esraTableColumnTiny {
	width: 180px;
}

.esraTable .esraTableColumnSmaller {
	width: 240px;
}

.esraTable .esraTableColumnSmall {
	width: 300px;
}

.esraTable .esraTableVaListOptions {
	width: 115px;
	padding-top:0;
	padding-bottom: 0;
}

.esraTable .esraTableColumnNoWrap {
	white-space: nowrap!important;
}

.esraTable .esraTableColumnCenter {
	text-align: center!important;
}
.esraTable .esraTableColumnLeft {
	text-align: left!important;
}
.esraTable .esraTableColumnRight {
	text-align: right!important;
}

.esraTable .esraTableSortIcons {
	margin-left:10px;
}

.esraTable .esraTableSortIcon {
	width: 16px;
	height: 16px;
}

.esraEventListBox h2 {
	margin: 40px 15px 1rem 15px;
}

div.esraEventListBox_Item {
	margin: 0 15px;
	padding: 1rem 0;
	border-bottom: 0.1rem solid #888888;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
}

span.esraEventListBox_ItemTitle {
	width: 100%;
}

span.esraEventListBox_ItemDate {
	flex-grow: 1;
	font-size: 0.9rem;
}

@media only screen and (min-width: 576px) {

	.esraEventListBox h2 {
		margin-left: 0;
		margin-right: 0;
	}

	div.esraEventListBox_Item {
		margin: 0;
	}

	span.esraEventListBox_ItemTitle {
		font-size: 1.3rem;
	}

	span.esraEventListBox_ItemDate {
		font-size: 1.1rem;
	}
}

.esraAgendaTable {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.esraAgendaTable td, 
.esraAgendaTable th {
    padding-top: 10px;
	padding-bottom: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #888888;
	position:relative;
}

.esraAgendaTable th {
	border-bottom: none;
    text-align:left;
	font-weight:600;
	padding-bottom: 15px;
}

.esraAgendaTable tr td:first-child,
.esraAgendaTable tr th:first-child {
	padding-left: 0;
	padding-right: 5px;
}

.esraAgendaTableDateColumn {
}

.esraAgendaTableTimeColumn {
	width: 130px;
}

.esraPriceTable {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.esraPriceTable td, 
.esraPriceTable th {
    padding: 5px 10px;
    vertical-align: top;
}

.esraPriceTable th {
    text-align:left;
	font-weight:500;
	color: #acacac;
	padding: 10px 0;
}

.esraPriceTable tr td:first-child {
	padding-left: 0;
}

.esraPriceTable tr td:last-child, 
.esraPriceTable tr th:last-child {
	padding-right: 0;
}

.esraPriceTable p.esraPrice {
	margin: 0 0 10px 0;
}

.esraGroupRegTable {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.esraGroupRegTable td, 
.esraGroupRegTable th {
    padding: 5px;
    vertical-align: middle;
    border-bottom: 1px solid #cccccc;
	position:relative;
	height: 60px;
}

.esraGroupRegTable th {
    border-bottom: none;
}

.esraGroupRegTable th {
    text-align:left;
	font-weight:500;
	background: #f0f0f0;
	padding: 15px 15px;
	font-size: 18px;
}

.esraGroupRegTable tr td:first-child {
	padding-left: 0;
}

.esraGroupRegTable tr td:last-child, 
.esraGroupRegTable tr th:last-child {
	padding-right: 0;
}

.esraGroupRegTable tr td:last-child {
	text-align: right;
}

.esraGroupRegTable tr:first-child td { 
	border-top: 1px solid #cccccc;
}

.esraGroupRegTable .esraGroupRegTableColumnTiny {
	width: 180px;
}

.esraGroupRegTable .esraGroupRegTableColumnSmall {
	width: 300px;
}

.esraGroupRegTable .esraGroupRegTableColumnNoWrap {
	white-space: nowrap!important;
}

.esraGroupRegTable .esraGroupRegTableColumnCenter {
	text-align: center!important;
}
.esraGroupRegTable .esraGroupRegTableColumnLeft {
	text-align: left!important;
}
.esraGroupRegTable .esraGroupRegTableColumnRight {
	text-align: right!important;
}

.esraGroupRegTable input[type='checkbox'] {
	width: 17px;
	height: 17px;
}


.esraCircle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #76de93;
    background-color: rgb(118, 222, 147);
	display:inline-block;
}

.esraCircle.ausgebucht {
    background-color: #FF0000;
}
.esraCircle.verfuegbar {
    background-color: #00B050;
}
.esraCircle.anmeldung-nicht-moeglich {
	background-color: #70AD47;
}
.esraCircle.restplaetze {
    background-color: #F4B183;
}
.esraCircle.gestartet {
    background-color: #2E75B6;
}
.esraCircle.warteliste {
    background-color: #FF0000;
}


.esraCircle.waiting-list {
    background-color: #f4e01f;
}
.esraCircle.bookable {
    background-color: #76de93;
}
.esraCircle.not-bookable {
    background-color: #fff;
    cursor: auto;
    border: 1px solid #494d4f;
}
.esraCircle.derecognized {
    background-color: #fa887d;
    cursor: auto;
}

.esraStatiText {
	margin-left: 10px;
	display:inline-block;
	white-space: normal;
	vertical-align: middle;
}

.esraStatiText.ausgebucht {
    color: #FF0000;
}
.esraStatiText.verfuegbar {
    color: #00B050;
}
.esraStatiText.anmeldung-nicht-moeglich {
	color: #70AD47;
}
.esraStatiText.restplaetze {
    color: #F4B183;
}
.esraStatiText.gestartet {
    color: #2E75B6;
}
.esraStatiText.warteliste {
    color: #FF0000;
}

.esraBold {
	font-weight: 700!important;
}
.esraSemiBold {
	font-weight: 600!important;
}
.esraNormal {
	font-weight: 500!important;
}

.esraLoadMoreContainer {
	display:block;
	margin-top:30px;
	text-align:center;
	width: 100%;
}

.esraDetailsLeft .esraLoadMoreContainer {
	background: #f7f7f7;
	margin-top: 0;
	padding: 10px 0 40px 0;
}

.esraLoadMore {
	padding: 10px 20px;
	border: 1px solid #b8b8b8;
	border-radius: 10px;
	font-weight: 600;
	display:none;
	cursor:pointer;
	font-size: 14px;
	white-space: nowrap;
}

.esraLoadAgenda {
	padding: 10px 20px;
	border: 1px solid #b8b8b8;
	border-radius: 10px;
	font-weight: 600;
	display: inline-block;
	cursor:pointer;
	font-size: 14px;
	white-space: nowrap;
	margin: 30px 0px;
}

.esraVatListCalendarIcon {
	width: 16px;
	height: 16px;
	margin-right:15px;
}

.esraVaListCalculatorIcon {
	width: 35px;
	height: 35px;
	position:relative;
	cursor:pointer;
	margin-bottom: 5px;
	margin-top: 5px;
}

.esraDetailsCalculatorContainer {
	position:relative;
	margin-top:35px;
	cursor:pointer;
}

.esraDetailsCalculatorIcon {
	width: 35px;
	height: 35px;
	position:absolute;
	top: 0;
	cursor:pointer;
}

.esraDetailsCalculatorText {
	padding-left:50px;
	line-height: 1.5;
}

.esraVaListBasketBtn {
	display: inline-block;
    outline: 0;
    border: 1px solid #c41434;
    background-color: #c41434;
    border-radius: 5px;
    cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 19px;
	width:35px;
	height:35px;
	position:relative;
	cursor:pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}

.esraDetailsBasketContainer {
	position:relative;
	margin-top:20px;
	min-height: 35px;
}

.esraDetailsBasketBtn {
    outline: 0;
    border: 1px solid #dbdbdb;
    background-color: #fffdfe;
    border-radius: 5px;
    cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 19px;
	width:35px;
	height:35px;
	position:absolute;
	top: 0;
	cursor:pointer;
}

.esraDetailsBasketBtn.esraVaBookmarked {
	border: 1px solid red;
}

.esraDetailsPrintBtn {
    outline: 0;
    border: 1px solid #dbdbdb;
    background-color: #fffdfe;
    border-radius: 5px;
    cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 19px;
	width:35px;
	height:35px;
	position:absolute;
	top: 0;
	left: 50px;
	cursor:pointer;
}

.esraPrice {
	font-weight: 700;
}

.esraLogosContainer {
	margin-bottom: 30px;
}

.esraLogosContainer img {
	margin-right: 5px;
	height: 32px;
}

.esraShortInfos {
	width: 100%;
	padding: 15px;
	background: #f7f7f7;
	padding: 30px;
	transition: color .85s;
	overflow: hidden;
	position: relative;
	max-height: 300px;
}

.esraShortInfosShadow {
    pointer-events: none;
    position: absolute;
    height: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #f7f7f7), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(to top, #f7f7f7 14%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(to top, #f7f7f7 14%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, #f7f7f7 14%, rgba(0, 0, 0, 0) 100%);
}

.esraShortInfos .esraShortInfo {
	padding: 20px 0;
	border-bottom: 1px solid #888888;
}

#esraSoftOverlayBackground{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #666666;
	opacity: 0.8;
    filter: alpha(opacity=80);
	z-index: 9999;
	cursor: auto;
}
#esraSoftOverlayLayer{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	cursor: auto;
	z-index: 9999;
}
#esraSoftOverlayBox{
	margin: 50px auto 0 auto;
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
	max-width: 500px;
	float: none;
}
#esraSoftOverlayBox a{
	cursor: pointer;
}
#esraSoftOverlayBox p, table, span{
	text-align: left;
}
div.esraSoftOverlayBoxClose{
	float:right;
}

@media only screen and (min-width: 1200px) {
	.esraShortInfosLeft {
		padding-right:35px;
	}
	.esraShortInfosRight {
		padding-left:35px;
	}
}

.esraShortInfos .esraShortInfosLeft .esraShortInfo:first-child {
	padding-top: 0;
}

@media only screen and (min-width: 1200px) {
	.esraShortInfos .esraShortInfosRight .esraShortInfo:first-child {
		padding-top: 0;
	}
}

.esraShortInfos .esraShortInfoLabel {
	font-weight: 600;
	margin-bottom:5px;
}

.esraShortInfos .esraShortInfoText,
.esraShortInfos .esraShortInfoText * {
	line-height: 1.5!important;
}

.esraShortInfos .esraShortInfoText p:first-child {
	padding-top:0;
	margin:0;
}

.esraHpDocumentsDownload {
	list-style:none;
	padding:0;
	max-width: 550px;
}

.esraHpDocumentsDownload li {
	list-style:none;
	padding:20px 15px 20px 80px;
	border: 1px solid #b8b8b8;
	margin-bottom: 15px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: 15px;
	background-size: 32px;
	cursor: pointer;
}

.esraHpDocumentsDownload li a {
	color: #000 !important;
	text-decoration: none !important;
}

.esraHpDocumentsDownload li:hover a {
	text-decoration: underline !important;
}

html .esraHpDocumentsDownloadTitle {
	overflow: hidden;
  	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.5em;
}

.esraHpDocumentsDownload .esraHpDocumentsDownloadSize,
.esraHpDocumentsDownload .esraHpDocumentsDownloadExtention {
	white-space: nowrap!important;
}

.esraHpDocumentsDownload .esraHpDocumentsDownloadSize,
.esraHpDocumentsDownload .esraHpDocumentsDownloadExtention {
	white-space: nowrap!important;
}

@media only screen and (min-width: 1200px) {
	.esraTemplateListLeft, 
	.esraCourseListLeft, 
	.esraDetailsLeft {
		padding-right:100px;
	}
}

.esraBfiInfoBoxRight h3,
.esraBfiInfoBox h3 {
	margin: 30px 0;
	font-size: 1.5em;
}

.esraBfiInfoBoxLeft img,
.esraBfiInfoBox img {
	border-radius: 10px;
}

.esraBfiInfoBoxRight p,
.esraBfiInfoBox p,
.esraBfiInfoBoxRight p *,
.esraBfiInfoBox p * {
	font-size: 15px;
	color:#595959;
	font-weight: 600;
}

.esraBfiInfoBoxRight p,
.esraBfiInfoBox p {
	margin: 25px 0;
}

.esraBfiInfoBoxRight p a,
.esraBfiInfoBox p a {
	text-decoration: underline;
}

.esraCourseSortLink {
	cursor: pointer;
}

.esraCrossSellingContainer {
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.esraCrossSellingType {
	font-weight: 600;
}

.esraCrossSellingEvent .esraCrossSellingEventTitle a {
	color: #c50a33;
	font-weight: 600;
}

@media only screen and (min-width: 1200px) {
	.esraBfiInfoBoxLeft {
		padding-right: 30px;
	}

	.esraBfiInfoBoxRight {
		padding-left: 30px;
		margin-top: 0;
	}

	.esraBfiInfoBoxRight h3 {
		margin-top: 0;
	}

}

.esraLoadingSpinner{
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin: 35px auto;
}
.esraLoadingSpinner .esraLoadingSpinnerText {
	font-weight: normal;
	margin: 10px 0 10px 0;
	display: block;
	text-align: center;
	font-size: 16px;
}
.esraLoadingSpinner .esraLoadingSpinnerImage {
	width: 50px;
	height: 50px;
	background: url("/esraSoft/webInterface/esraSoft_files/styles/images/loadingspinner.gif")  no-repeat center;
	display: inline-block;
}

.esraStatusBoxGreen,
.esraStatusBoxRed {
	padding: 10px 5px;
	margin-bottom: 10px;
	text-align:center;
	border-radius: 10px;
}

.esraStatusBoxGreen {
	background: #008000;
}
.esraStatusBoxRed {
	background: #c50a33;
}

.esraStatusMsgRed {
    font-weight: normal;
    font-size: 14px;
	margin-top:5px;
	margin-bottom:5px;
	color: #FFF;
	font-weight: 600;
}

.esraStatusMsgGreen {
    font-weight: normal;
    font-size: 14px;
	margin-top:5px;
	margin-bottom:5px;
	color: #FFF;
	font-weight: 600;
}

.esraErrorMsg {
	margin-top: 10px;
	font-size: 12px;
	color: #c50a33;
}

.esraErrorMsg2 {
	margin-top: 10px;
	color: #c50a33;
}

.esraInfoMsg {
	margin-top: 10px;
	font-size: 12px;
}

.esraClickEvent {
	cursor:pointer;
	position:relative;
}

.esraBookingList,
.esraBookmarkList {
	border-top: 1px solid #bababb;
	border-bottom: 1px solid #bababb;
	padding: 20px 30px 15px 30px;
	background: #f9fafa;
	margin: 0 0 10px 0;
}
.esraBookingList:last-child,
.esraBookmarkList:last-child {
	margin-bottom: 0;
}

.esraBookingList .esraBookingListVaTitel,
.esraBookmarkList .esraBookmarkListVaTitel,
.esraBookingList .esraBookingListCartVaTitel {
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
}

.esraBookingList .esraBookingListCartVaTitelContainer {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0px;
}

.esraBookingList .esraBookingListCartVaTitelSubContainer {
	flex-grow: 1;
}

.esraBookingList .esraBookingListCartDeleteIcon {
	flex-grow: 0;
	padding-left: 5px;
}

.esraBookingList .esraBookingListCartDeleteIcon span {
	display: inline-block;
    background: #a3a3a3;
    border-radius: 50%;
    color: #FFF;
    font-weight: 700;
    width: 25px;
    height: 25px;
    text-align: center;
	padding-top: 2px;
	cursor: pointer;
}

.esraBookingList .esraBookingListInfoTable tr td:first-child,
.esraBookmarkList .esraBookmarkListInfoTable tr td:first-child {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	vertical-align: top;
	width: 110px;
}

.esraBookingList .esraBookingListInfoTable tr td:last-child,
.esraBookmarkList .esraBookmarkListInfoTable tr td:last-child {
	padding-top: 8px;
	padding-bottom: 8px;
}

.esraBookingList .esraBookingListInfoTable tr:first-child td,
.esraBookmarkList .esraBookmarkListInfoTable tr:first-child td {
	padding-top: 0;
}

.esraBookingList .esraBookingListInfoTable tr:last-child td,
.esraBookmarkList .esraBookmarkListInfoTable tr:last-child td {
	padding-bottom: 0;
}

.esraBookingList .esraBookingListVaNr span,
.esraBookmarkList .esraBookmarkListVaNr span {
	font-weight: 700;
	padding-right: 10px;
}

.esraBookingList .esraBookingListVaCostInfo,
.esraBookmarkList .esraBookmarkListVaCostInfo {
	text-align: right;
}

.esraBookingList .esraBookingListVaCost,
.esraBookmarkList .esraBookmarkListVaCost {
	font-size: 32px; 
	font-weight: 700;
	margin-bottom: 5px;
	white-space: nowrap;
}
.esraBookingList .row {
	position:relative;
}
.esraBookmarkList .esraBookmarkListVaStatus {
	margin-top: 10px;
}

.esraBookmarkList .esraBookmarkListBookingBtn {
	margin-top: 25px;
	text-align: right;
	width: 100%;
}

.esraBookingList .esraBookingListVaDetailLink {
	position: absolute;
	text-align: right;
	display:none;
	margin:0;
	bottom: 0;
	right:0;
	padding-right: 0.5rem;
}
.esraBookingList .esraBookingListVaDetailLink li {
	float: right;
    list-style: none;
	padding-left: 30px;
}
.esraBookingList .esraBookingListVaDetailLink a {
	color: #c50a33;
	font-weight: 600;
}

@media only screen and (min-width: 992px) {
	.esraBookingList .esraBookingListVaCostInfo,
	.esraBookmarkList .esraBookmarkListVaCostInfo {
		padding-bottom: 25px;
	}

	.esraBookingList .esraBookingListVaDetailLink{
		display:block;
	}

	.esraBookingList .esraBookingListCartDeleteIcon {
		display: none;
	}
}

@media only screen and (max-width: 75em) {
	.esraBookingList .col-xs-12,
	.esraBookmarkList .col-xs-12 {
		margin-bottom: 5px;
	}
	.esraBookingList .col-xs-12:last-child,
	.esraBookmarkList .col-xs-12:last-child {
		margin-bottom: 0;
	}
}

.esraBookmarkList .esraBookmarkListOptions,
.esraBookingList .esraBookmarkListOptions {
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	white-space:nowrap;
}
.esraBookmarkList .esraBookmarkListOptions a,
.esraBookingList .esraBookmarkListOptions a {
	display: inline-block;
	text-decoration: none;
}
.esraBookmarkList .esraBookmarkListOptions span,
.esraBookingList .esraBookmarkListOptions span {
	display: inline-block;
	font-size: 22px;
	background: #a3a3a3;
	border-radius: 50%;
	color: #FFF;
	font-weight: 700;
	width: 50px;
	height: 50px;
	padding-top: 10px;
}

.esraBookmarksTotalPrice,
.esraBookingListTotalPrice,
.esraBookingListPrice {
	text-align: right;
	padding-right: 30px;
	margin-bottom: 10px;
}

.esraBookmarksTotalPrice .esraPrice,
.esraBookingListTotalPrice .esraPrice,
.esraBookingListPrice .esraPrice {
	padding-left: 30px;
	font-size: 32px;
	white-space: nowrap;
	margin-bottom: 5px;
}

.esraBookmarksTotalPrice span,
.esraBookingListTotalPrice span,
.esraBookingListPrice span {
	display: inline-block;
}

.esraBookingListPrice {
	border-bottom: 1px solid #bababb;
	padding-bottom: 12px;
}

.esraBookingListSubPrice {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #bababb;
}

.esraBookingListSubPrice div:last-child{
	text-align: right;
}

.esraBookingListSubPrice .esraPrice {
	font-size: 32px;
	white-space: nowrap;
	margin-bottom: 5px;
}

.esraBookingListPriceLink{
	display: block;
	text-align: right;
	margin: 8px 0 0 0;
	padding-right: 0;
	font-size: 16px;
}
.esraBookingListPriceLink a {
	color: #c50a33;
	font-weight: 600;
}

.esraBookingBtn {
	width: 100%;
	text-align: right;
	margin: -5px 0 10px 0;
}

.cancelConfirm .btn,
.esraBookingBtn .btn {
	margin: 0 0 5px 0;
}

.esraSkripten h2 {
	margin-top: 60px;
}

.esraCartOverlay {
	position: absolute;
	padding: 20px 0;
	font-size: initial;
	font-weight: normal;
	right: 0;
	width: 400px;
	height: auto;
	background: #FFF;
	display:none;
}

.esraCartOverlay table {
	width:100%;
}

.esraCartOverlay table tr td {
	padding: 10px 20px;
	vertical-align: top;
}

.esraCartOverlay table tr td:last-child {
	text-align: right;
}

.esraCartOverlay tr.esraCartOverlayTotalPrice td {
	background: #d0d0d0;
}

.esraCartOverlay tr.esraCartOverlayTotalPrice td:last-child {
	white-space: nowrap;
}

.esraCartOverlay .esraCartOverlayBasketLink {
	display: table;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.esraCartOverlay .esraCartOverlayOptions span {
    display: inline-block;
    background: #a3a3a3;
    border-radius: 50%;
    color: #FFF;
    font-weight: 700;
    width: 25px;
    height: 25px;
    text-align: center;
	padding-top: 2px;
}

@media only screen and (min-width: 75em) {
	.nav-button-warenkorb:hover > .esraCartOverlay {
		display:block;
	}
}

.esraSearchTabs span.esraSearchTabActive {
	color: #c50a33;
}

.esraSearchTabs .esraSearchTab {
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	min-width: 275px;
	white-space: nowrap;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	margin-left: -1px;
	margin-top: -1px;
}

.esraSoftSearchResult {
	display: none;
	margin-top: 40px;
}

.esraSearchFilterOptions {
	display:none;
	font-weight: 600;
	padding: 40px 0 0 0;
}

.esraSearchFilterOptions .esraSearchFilterOptionsRemove {
	font-weight: normal;
	text-align: right;
	display: block;
	clear:both;
}

.esraSearchFilterOptions .esraSearchFilterOptionsRemove span {
	color: #c50a33;
	cursor: pointer;
}

.esraSearchFilterOptions .esraSearchFilterOption {
	padding: 10px 15px;
	background: #f0f0f0;
	margin-right: 15px;
	border-radius: 5px;
	border: 1px solid #CCC;
	display: inline-block;
	margin-bottom: 5px;
}

.esraSearchFilterOptions .esraSearchFilterOption span {
	margin-left: 10px;
	font-weight: normal;
	display: inline-block;
	cursor: pointer;
}

.esraSearchFilterOverlay {
	display:none;
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0,0,0,0.5);
	z-index: 9999999;
}

.esraSearchFilterOverlayContent {
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
	background: #FFF;
	padding: 30px;
	overflow: auto;
}

@media only screen and (min-width: 600px) {
	.esraSearchFilterOverlayContent {
		width: 600px;
	}
}

.esraSearchFilterOverlay .esraSearchFilterOverlayClose {
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	display: block;
	text-align: right;
	margin-bottom: 40px;
}

.esraSearchFilterOverlay .esraSearchFilterOverlayFilter {
	padding: 20px 0;
}
.esraSearchFilterOverlay .esraSearchFilterOverlayFilter .esraCheckboxBlock {
	margin-bottom: 5px;
}
.esraSearchFilterOverlay .esraSearchFilterOverlayFilter .esraCheckboxBlock input {
	top: 1px;
}

.esraSearchFilterOverlay .esraSearchFilterOverlayFilterHeader {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
	font-weight: 600;
	cursor: pointer;
}

.esraSearchFilterOverlay .esraSearchFilterOverlayFilter .esraInputLine {
	display: none;
}

.esraSoftClear{
	clear: both;
}
.esraSoftLoggedIn, .esraSoftLoggedOut {
	display:none;
}
.cancellation td:first-child {
	padding-right: 20px;
	width: 20px;
	vertical-align: top;
}
.cancelConfirm td:first-child {
	padding-right: 20px;
}
.cancelConfirm td:last-child {
	white-space: nowrap;
	text-align: right;
}
.cancellation td, .cancelConfirm td {
	padding-bottom: 10px;
}
.cancelConfirm table {
	border-spacing: 0;
	width: 100%;
}
.cancelConfirm tr.borderBold td {
	padding-top: 3px;
	border-top: 1px solid black;
	padding-bottom: 30px;
}