.translate-cloak {
	display: none;
}
@media screen and (min-width: 62.75em) {
	.u-subheading--tab-content {
		text-align: right;
		margin-top: 0;
	}
	.u-olayout-right-oitem--padding {
		padding-left: 40px;
	}
	.u-header--more-padding-top {
		padding-top: 80px;
	}
    .o-layout.bottom-margin {
	    margin-bottom: 20px;
    }
    .u-glue-to-seminar {
	    margin-top: -40px;
    }
}
@media screen and (max-width: 62.6875em) {
	.u-header--more-padding-top {
		padding-top: 20px;
	}
}
#waitinglist {
	margin-top: 40px;
}

.flash-close {
    right:20px;
}

.c-alert--success .flash-close {
    color: #333;
}


.u-cursor--pointer {
	cursor: pointer;
}
.u-input--disabled {
	color: #aaa;
}
a.c-button.u-cursor--default {
	cursor: default;
}
span.u-rating-in-percent-0   {  width:   0%!important; }
span.u-rating-in-percent-10  {  width:  10%!important; }
span.u-rating-in-percent-20  {  width:  20%!important; }
span.u-rating-in-percent-30  {  width:  30%!important; }
span.u-rating-in-percent-40  {  width:  40%!important; }
span.u-rating-in-percent-50  {  width:  50%!important; }
span.u-rating-in-percent-60  {  width:  60%!important; }
span.u-rating-in-percent-70  {  width:  70%!important; }
span.u-rating-in-percent-80  {  width:  80%!important; }
span.u-rating-in-percent-90  {  width:  90%!important; }
span.u-rating-in-percent-100 {  width: 100%!important; }

.c-align-bottom__parent--start {
	display: flex;
	display: -ms-flexbox;
	height: 100%;
	justify-content: flex-start;
	flex-direction: column;
	-ms-flex-direction: column;
}
.c-align-bottom__parent--end {
	display: flex;
	display: -ms-flexbox;
	height: 100%;
	justify-content: flex-end;
	flex-direction: column;
	-ms-flex-direction: column;
}
.c-align-bottom__child--start {
	align-self: flex-start;
}
.c-align-bottom__child--end {
	align-self: flex-end;
}

.c-left-offcanvas {
	display: none;
}
.c-left-offcanvas.is-active {
	display: block;
}
select.picker__select--year {
	min-width: 5rem;
	width: auto;
	height: 2.5em;
}
.ui-cart-button__container {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.ui-cart-button__change-amount.c-button {
	line-height: 16px;
	font-size: 0.7rem;
	padding: 4px 5px;
	margin-bottom: 5px;
	min-height: 25px;
	min-width: 25px;
	width: 25px;
	height: 25px;
}
.ui-cart-big-buttons__container {
	height: 40px;
}
a.ui-cart-big-button__change-amount.c-button {
	min-height: 40px;
	min-width: 40px;
	width: 40px;
	height: 40px;
}
.ui-cart-button__amount {
	font-weight: 700;
}
.ui-cart-button__prefix {
	white-space: nowrap;
}

.c-collapse__toggle {
	cursor: pointer;
}
.ui-cart-button__prefix {
	margin-right: 0.5rem;
}
.ui-cart-button__prefix input[type=number] {
	max-width: 2.5rem;
}

.u-float--container {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: 20%;
	z-index: 1000;
}
.u-float--container > .o-wrapper {
	max-width: 71em;
	padding-right: 1.5em;
	padding-left: 1.5em;
}
.u-float {
	box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.2);
}

.u-event__flex-height {
	min-height: 155px;
}
@media screen and (min-width: 45em) and (max-width: 62.6875em) {
	.u-event__flex-height {
		min-height: 155px;
	}
	.u-hide--only-tablet {
		display: none;
	}
    .u-show--only-tablet {
	    display: inline-block!important;
    }
    .u-tablet--up {
	    margin-top: -3em;
    }
}
.u-show--only-tablet {
	display: none;
}
article.c-teaser {
	position: relative;
}

.c-form__label.not-required {
	font-weight: 400;
}
.c-form__label.not-required:after {
	content: "";
	vertical-align: top;
}
.c-event__alert.c-event__wider {
	width: 110px;
	margin-bottom: 90px;
}
.c-align-bottom__parent--end {
	-ms-flex-pack: end;
	padding-bottom: 10px;
}
@media screen and (max-width: 44.999em) {
	.u-glue-to-seminar {
		margin-top: -20px;
	}
}
.c-page-section .u-text-align--left {
	text-align: left;
}

/* ################# */
.disabled.c-form__checkbox:focus + .c-form__label:before,
.disabled.c-form__radio:focus + .c-form__label:before {
	box-shadow: 0 0 0 0;
	cursor: default;
}
.disabled.c-form__checkbox + .c-form__label,
.disabled.c-form__radio + .c-form__label {
	color: #999;
	cursor: default;
}
.disabled.c-form__checkbox + .c-form__label:before,
.disabled.c-form__radio + .c-form__label:before {
	border: 2px solid #999;
	background: #ddd;
	cursor: default;
}
.disabled.c-form__checkbox + .c-form__label:hover,
.disabled.c-form__radio + .c-form__label:hover {
	color: #999;
	cursor: default;
}
.disabled.c-form__checkbox + .c-form__label:hover:before,
.disabled.c-form__radio + .c-form__label:hover:before {
	border-color: #999;
	cursor: default;
}
.disabled.c-form__checkbox:checked + .c-form__label:before {
	background: #999;
	color: #ccc;
	cursor: default;
}
.disabled.c-form__checkbox:checked + .c-form__label:hover:before {
	background: #999;
	cursor: default;
}
a.no-color-link {
	text-decoration: none;
	color: #595959;
}
a. {
	text-decoration: underline;
	color: #fff;
}


/* DETAIL */
@media screen and (max-width: 44.9375em) {
	.c-shop-header__breadcrumb .flickity-enabled {
		margin-left: -7px;
	}
}
.c-shop-header__breadcrumb {
	margin: 10px 0 0 -3px !important;
}
.c-shop-header__breadcrumb .c-processbar {
	text-align: left;
}
.c-shop-header__breadcrumb .c-processbar.flickity-enabled:before{
	background: linear-gradient(to right,rgba(255,255,255,0),#dfe4f0);
}

/* AUTOCOMPLETE */
.autocomplete{
	width: 100%;
	position: relative;
}
.autocomplete ul{
	position: absolute;
	left: 0;
	margin: 0px;
	width: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 1001;
}
.autocomplete li{
	text-align: left;
	list-style:none;
	width: 100%;
	padding:0.4em;
	color: #595959;
	cursor: pointer;
	background-color: #fff;
}
.autocomplete li.active{
	width: 100%;
	background-color: #eeeeef;
}


/*New autocomplete in T&F search*/

.c-autocomplete {
    background-color: #fff;
    position: absolute;
    cursor: default;

    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 1001;
}
.c-autocomplete li {
    text-align: left;
    list-style:none;
    width: 100%;

}

.c-autocomplete .ui-menu-item-wrapper {
    color: #595959;
    cursor: pointer;
    padding:0.4em;
    display: block;
}

.c-autocomplete .ui-state-active {
    background-color: #eeeeef;
}


.flex-fix{
    flex: 0 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    display: block;
}

/* Mobile cart fix for IE10 : START */
.c-seminarshop-cart-mobile {
	padding-right: 28px;
	position: relative;
}

.c-seminarshop-cart-mobile .c-badge {
	position: absolute;
	margin-left: 6px;
}
/* Mobile cart fix for IE10 : END */


.u-sws-remove-after:after {
    display: none;
}