/* Kursdarstellung */
@media (min-width: 767px) {
	.mobile-only {
		display: none;
	}
}


.course-info-dv a{color:#0f0;}
.course-info-dv a:hover {color: #0da55b;}
.inner-icon .fa {
    position: absolute;
    padding: 8px 12px;
}

.throbber {
	width: 75px;
}

.calendar {
	overflow: hidden!important;
    border: none!important;
}

.calendar .day {
	text-align: center;
}


.calendar th {
	width: 14.285%;
}

.calendar caption {
	text-align: center;
	display: block;
}

.slot {
	padding: 5px;
    cursor: pointer;
    background: #95a8bd;
    border-bottom: 3px solid #FFF;
    text-align: center;
    font-size: 10px;
    color: #FFF;
}


.slot.Bookable {
	background-color: #5cb85c; 
}

.slot.Requestable {
	background-color: #ffc107; 
}

.slot.NotAvailable {
	background-color: #dc3545;
	cursor: not-allowed;	
}

.orange-btn {
	border: 0px;
	border-right: 3px;
	border-color: white;
	border-style: solid;
	padding: 10px;
	background-color: #e62148;
	display: inline-block;
	cursor: pointer;
	color: white !important;

}
.orange-btn:hover {background-color: #0da55b;}

.white-color {
	color: white !important;
}
.white-color::placeholder {
	color: #eeeeee;
}

#view-cart-btn > a, .manage-login-btn > a {
	color: white !important;
}

.cart-quantity-modifier  {
	max-width: 50%;
	display: inline-block;
	height: 36px;
	border-width: 0px;
	padding-left: 5px;
}

.plus-minus-btn {
	display: inline-block;
}

.plus-minus-input-container {
	white-space: nowrap;
}

#view-cart-btn {
	margin-left: -5px;
}

.informative {
	cursor: auto !important;
	opacity: 1 !important;
}

#filter-bar > .btn-group {
	margin-bottom: 5px;
}

#course-search-bar {
	background-color: #e62148;
	color: white;
	margin-bottom: 5px;
	margin-left: -15px;
    margin-right: -15px;
}

#course-search {
	float: right;
	display: inline-block;
	margin-top: 5px;
	/*margin-right: 5px;*/
	line-height: 32px;
}

#course-search input {	
	height: 45px;
    margin-top: -4px;
	background-color: #ff0099;
	border: 0;
	border-left: 4px solid white;
}

#course-search .inner-icon {
	color: white;
}

#password-reset-btn {
	color: black;
	font-size: 11pt;
}

.bgsmoke {
	background-color: WhiteSmoke;
}

#login-form-container {
	padding: 20px;
}

#login-form, #credentials-reset-form, #registration-form {
	width: 40%;
}

.uppercase {
	text-transform: uppercase;
}

#cart-table-container #login-form {
	width: 100%;
	margin-bottom: 0;
}

#cart-table-container #login-form .form-group {
	width: 30%; 
	margin-left: 70%; 
}

.course-item, .speaker-item {
	border-color: #b2b2b2;
	border-width: 2px;
	margin-top: 45px;
}

.speaker-item {
	border: 2px solid lightgray;
	border-bottom: 15px solid lightgray;
	padding: 0;
	/*display: table-cell;*/
}

.course-img-container {
	position: relative;
	height:600px;
}
.course-img-container-card {
	position: relative;
	height:300px;
}
.course-img, .course-img-dv {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.course-img-card {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.course-img-dv {
	height: 600px;
}

.course-info {
	margin: 0 5%;
	margin-top:75px
}

.img-banner {
	color: white;
	padding: 8px;
	position: absolute;
}

.course-title, .course-title-dv {
	display: table;
	font-size: 1.5rem;
	bottom: 0;

	background-color: #e62148;
}


.course-title-text {
	display: table-cell;
	vertical-align: middle;
}

.course-title {
    height: 92px;
	margin-bottom: 10px;
}

.course-highlight {
	top: 10%;
	left: -10px;
	background-color: #0da55b;
}

.course-highlight-right {
	top: 15%;
	right: 0;
	background-color: #0da55b;
}

.speaker-title {
	background-color: #e62148;
	right: 0;
	width: 70%;
	top: 5%;
}

.course-title-dv {
	min-width: 100%;
	padding: 12px;
	top:450px;
}

.course-subtitle {
	color: #009bc9;
	margin-top: 40px;
	margin-bottom: 10px;
}

.entity-subtitle {
	margin-top: 15px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
}

.course-description {
	# height: 200px;
}

.entity-description {
	height: 125px;
}

.speaker-description {
	height: 100px;
}

.course-details, .course-title-subheadline-dv {
border: 0;
    border-top: 1px;
    border-style: dotted;
    border-color: #e62148;
    padding-top: 8px;
    margin: 8px 0 8px 0;
}

.course-image-gallery-dv {
	margin-top: 12px;
}

.course-title-subheadline-dv  {
	font-size: 1rem;
	color:#000;
}
.course-title-headline-dv  {
	font-size: 2rem;
	color:#000;
	font-weight:400;
}
.course-speaker-info {
	margin-bottom: 25px;
}

.course-speaker-info-title {
	font-weight: bold;
}

.course-speaker-info-img {
	position: relative;
}

.course-speaker-info-img > img {
	max-width: 100%;
}

.course-speaker-img-banner {
	left: 0; 
	bottom: 10%;
	background-color: #009bc9;
	
}

.course-info-container-dv {
	padding: 5%;
	margin-top: 100px;
}

.missing-field {
	border: solid 1px red !important;
}

.form-group {
    margin-bottom: 5px;
}

.toggable-list > li {
	font-size: 0.9rem;
}

.toggable-list {
	list-style: none;
    padding-left: 0;
}

.course-more-details {
	background-color: #b2b2b2;
	width: 100%;
	text-align: right;
	padding: 8px;
	margin-top: 12px;
}

.course-item:hover {
	filter: brightness(75%);
}

.course-more-details > a {
	color: white;
}

.related-course {
	margin-left: 5%;
	margin-bottom: 15px;
	float: left;
	word-break: break-word;
}

.related-course-title {
	font-size: 16px;
} 

.related-course-subtitle {
	font-size: 14px;
} 

.related-course-img {
	width: 100%;
	object-fit: cover;
}

.related-courses-headline {
	color: white;
	background-color: #009bc9;
	padding: 8px 10% 8px 10%;
	max-width: 100%;
	margin-bottom: 25px;
	display: inline-block;
}

.speaker-img-container {
	width: 35%;
}

.speaker-img {
	height: 100%;
    width: 100%;
}

.speaker-img-container, .speaker-info {
	display: inline-block;
}

.speaker-upper-container {
	position: relative;
}

.speaker-info {
	width: 65%;
	padding-left: 12px;
	vertical-align: text-bottom;
	bottom: 0;
	position: absolute;
}

.search-result {
	margin-top: 25px;
	padding-left: 0;
	padding-right: 0;
}

.venue-item {
	/*border-bottom: 5px solid lightgray;*/
	margin-top: 25px;
}

.venue-img {
	width: 100%;
}

.venue-desc {
	margin-top: 25px;
}

.view-venue-courses {
	color: black;
	margin: 10px 0;
}

.venue-name-banner {
	font-size: 1.5rem;
	left: 5%;
	right: 5%;
	bottom: 0;
	transform: translateY(-50%);
	background-color: #009bc9;
	max-height: 50px;
}

#load-more-courses {
	margin-top: 50px;
}

.registration-form-container {
	background-color: #eff0f2;
}

.cart-table {
	margin: 0 -20px;
	padding: 0px 20px;
}

.cart-table, .cart-item-container, .cart-review-table {
	background-color: #f1f1f1;
}

.cart-item-notice {
	margin-top: 8px;
	font-size: 14px;
	color: red;
}

.change-cart-btn {
	margin-bottom: 15px;

}


.course-participant input[type="date"] {
	color: gray;
} 

.centered-tall-btn {
	min-width: 25%;
	max-width: 580px;
	font-size: 1.4rem;
	margin: 75px auto 15px auto;
	display: block;
	position: relative;
}

.fullwidth {
	width: 100%;
}

.fullheight {
	height: 100%;
}

.float-right {
	float: right;
	    padding-left: 10px;
}

.float-left {
	float: left;
}

.course-occurences {
	padding: 8px;
}

.dotted-line{
  border-bottom: 1px dotted gray;
  width: 100%;
  margin-bottom: 8px;
} 

.color-red {
	color: #009bc9 !important;
}

.nopadding {
	padding: 0;
}

.table-title {
	padding: 10px 15px;
	background-color: #dcdcdc;
	color: black;
}

.cart-item-container {
	padding: 30px 0px;
}

.course-participant {
	margin-top: 10px;
}

.course-participant > div {
	padding: 0 10px;
}

div .participant-col:last-child {
	padding: 0 20px 0 10px;
}

.cart-item-info {
	background-color: white;
	padding: 15px;
}

.cart-item-info-item {
	font-size: 14px;
}

.cart-item-participants {
	margin-top: 25px;
}

.checkout-item-desc-type {
	font-weight: bold;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active {
	background-color: lightgray;
	color: black;
}

.btn-tertiary, .btn-tertiary:hover, .btn-tertiary:active {
	background-color: #e62148;
	color: white;
}

.glyphicon-star {
	transform: scale(.75);
}

.glyph-gray {
	color: gray;
}

.v-fix {
	top: -1px;
}

.inner-icon .glyphicon {
	position: absolute;
	padding: 8px 12px;
}

.inner-icon {
	position: relative;
}

.pos-left input {
	padding-left: 30px;
}

.pos-left {
	left: 0;
}

.action-btn {
	text-transform: uppercase;
	text-align: left;
	margin-top: 8px;
	color: #000;
	white-space: normal;
	word-break: break-word;
}

div#cart-totals > div.fullwidth {
	margin-top: 15px;
	text-align: right;
}

.bgcolor-secondary {
	background-color: #b2b2b2;
}

.spacer {
	min-height: 25px;
}

.dotted-right {
	border-right: 1px dotted gray;
}

.checkbox-sm {
	width: auto !important;
	height: auto !important;
	display: inline-block;
}

.hint {
	font-size: 13px;
	font-weight: bold;
}

.failure {
	color: red;
}

.glyph-white {
	color: white;
}

.btn-large-center {
	font-size: 1.2rem;
	max-width: 35%;
	margin: 0 auto;
	display: block;
}

.no-results-error {
	padding: 20px;
	font-weight: bold;
}

.form-error {
	font-size: 12px;
	color: red;
}

input:invalid {
	border: 1px solid red !important;
}

/* Modals */
.modal-title {
	display: inline-block;
}

.modal-header { 
	background-color: #009bc9;
	color: white;
}

.close-dialog {
	color: white;
}

.modal-footer {
	padding: 10px 20px;
}
/* Ende Modals */

/* Dropdown / Filter */
.dropdown-menu {
	background-color: white;
	padding: 0;
	position: absolute !important;
	top: 100% !important;
}

.dropdown-menu > span.filter-opt,
.dropdown-menu > span.filter-opt-add {
	cursor: pointer;
	padding: 3px 10px;
	display: block;
}

.dropdown-divider {
	width: 100%;
	border-top: solid 1px lightgray;
	clear: both;
	height: 1px;
}

.dropdown-menu > span.filter-opt:hover, 
.dropdown-menu > span.filter-opt-add:hover,
.dropdown-menu > .active {
	background-color: #0da55b!important;
}

#active-filters-bar {
	margin-top: 8px;
}

.small-glyph {
	transform: scale(.7);
}

.active-filter {
	border: 1px solid lightgray;
	font-size: .7rem;
	padding: 3px 5px;
	cursor: pointer;
}

.active-filter > .remove-filter-btn {
	font-weight: bold;
}
.card-deck h4{font-weight:400;}

.card-footer a:hover{color:#0da55b;}
/* Ende Dropdown / Filter */

/* Ende Kursdarstellung */
.carousel-caption {
color: #fff!important;}


.progress-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	margin: 20px 0;
  }
  
  .circle {
	width: 40px;
	height: 40px;
	border: 1px solid gray;
	border-radius: 50%;
	background-color: white;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: black;
	z-index: 1;
	transition: border-color 0.3s ease;
  }
  .circle.active{
	width: 44px;
	height: 44px;
  }
  .circle.active:nth-child(2) {
	border: 3px solid #1E90FF; /* DodgerBlue */
  }
  
  .circle.active:nth-child(3) {
	border: 3px solid #00BFFF; /* DeepSkyBlue */
  }
  
  .circle.active:nth-child(4) {
	border: 3px solid #40E0D0; /* Turquoise */
  }
  
  .circle.active:nth-child(5) {
	border: 3px solid #3CB371; /* MediumSeaGreen */
  }
  
  .circle.active:nth-child(6) {
	border: 3px solid #32CD32; /* LimeGreen */
  }
  
  .progress-line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: gray;
	z-index: 0;
  }

  .registration-form-container { .form-control, input {  
  height:2.5rem;
}}

/* Abdunklung des Bildschirms */
#loading-overlay {
    display: none; /* Zuerst versteckt */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Abdunkeln */
    z-index: 999; /* Sicherstellen, dass es über allem liegt */
   
    justify-content: center;
    align-items: center;
}

/* Spinner-Design */
.spinner {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top: 8px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

/* Spinner-Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
  
  
  .form-control, input {
    width: 100%;
    margin: 3px;
    border-radius: 10px;
    padding: 5px;
    border: solid 1px;
}

.navbar-nav>li:nth-child(1)>a:hover {
	border-bottom: 2px solid #e95290 !important;
	color: white;
	background-color: #e95290;
}

.navbar-nav>li:nth-child(2)>a:hover {
	border-bottom: 2px solid #ffb600 !important;
	color: white;
	background-color: #ffb600;
}

.navbar-nav>li:nth-child(3)>a:hover {
	border-bottom: 2px solid #f83048 !important;
	color: white;
	background-color: #f83048;
}

.navbar-nav>li:nth-child(4)>a:hover {
	border-bottom: 2px solid #73bc4e !important;
	color: white;
	background-color: #73bc4e;
}

.navbar-nav>li:nth-child(5)>a:hover {
	border-bottom: 2px solid #ff9112 !important;
	color: white;
	background-color: #ff9112;
}

.navbar-nav>li.active:nth-child(6)>a {
	border-bottom: 2px solid #e95290 !important;
	color: white;
	background-color: #e95290;
}

.navbar-nav>li>a {
	color: black;	
	text-transform: uppercase;
	font-size: 16px;
	
}



.nav li a {
	padding: 8px 12px !important;
}
.nav > .container { width: 75vw; }
.navbar-header, .navbar-header * {
	z-index:99999999;
}

.navbar-default {margin-bottom:0;border-radius:0px;text-transform:uppercase;border:0;}
.navbar-brand {height:auto;padding-top:0px;padding-bottom:0px;}
.header-adresse {font-size: 16px;padding:12px 0;color:#9d9d9d;margin:0 -13px 0 0;height: 65px;}
.navbar-nav>li>a {border-right:1px solid #fff;}
.breadcrumb {font-size:18px;margin-top:-30px; background-color: transparent;}
.breadcrumb>li+li:before { content: "\00BB"; color: black;}
.navigationsbild {margin-bottom:30px;width:100vw; border-top: 5px solid #e95290;}
.navigationsbild > .image-wrapper > img {width: 100%;}


/* Kunstschule */
.navbar {margin-bottom:0;border:0;border-bottom:1px solid #eceded;}
.navbar-brand {padding:0 15px;height:100px;position:relative;margin-top: 7px;}
.header-adresse {font-size: 16px;padding:12px 0;color:#9d9d9d;margin:0 -13px 0 0;}
.navbar-nav {font-size:20px;flex-direction:row!important;}

.navbar-brand .dropdown-menu {margin:0px;background-color:#fafafa;font-size:22px;}
.navbar-brand:hover .dropdown-menu {width:100%;}

@media screen and (min-width:768px) {
	.navbar-nav>li>a {padding:15px 2px 5px 2px;margin-left:20px;text-decoration:none;}
	
	.navbar-nav>li>a:hover, .dropdown.open>a, .navbar-nav>li.active>a {border-bottom:2px solid #e95290 !important;}
	
	.navbar-right .dropdown-menu {left:20px;right:auto;padding:8px;background-color:#fafafa;}
	.navbar-nav>li>.dropdown-menu {margin-top:10px;font-size:18px;}

	.dropdown-menu>li>a {border-bottom:1px dotted #e95290 !important;}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {background-color:rgba(0,0,0,0.1);color:#000;}
	.dropdown-menu>li:last-child>a{border-bottom:0px;}
}
.navigationsbild{position:relative;overflow:hidden;}
.navigationsbild2 {margin-bottom:30px;}
@media screen and (min-width:1025px) {
	.navigationsbild, .navigationsbild .carousel .item {max-height:calc(100vh - 100px);}
}
/**/
.btn-primary {background-color:#e62148;}
.btn-primary:hover {background-color:#44bbc6;}