/* Kursdarstellung */

@media (min-width: 767px) {
	.mobile-only {
		display: none;
	}
}
.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: #F7A600;
	display: inline-block;
	cursor: pointer;
	color: white !important;
}

.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: #F7A600;
	color: white;
	margin-bottom: 25px;
	margin-left: -20px;
    margin-right: -20px;
}

#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: #F7A600;
	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;
	    margin-bottom: 70px;
}

.course-img, .course-img-dv {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.course-img-dv {
	height: 400px;
}

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

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

.course-title, .course-title-dv {
	display: table;
	font-size: 1.5rem;
	width: 90%;
	left: 5%;
	right: 5%;
	bottom: 0;
	transform: translateY(50%);
	background-color: #F7A600;
}

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

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

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

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

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

.course-title-dv {
	min-width: 60%;
	padding: 12px;
	    top: 288px;
    position: absolute;
}
@media only screen and (max-width: 768px) {
    .course-title-dv {
        min-width: 90%;  /* Breite auf 100% setzen */
        top: 100px;        /* Abstand nach oben anpassen */
		
		
       }
	   .order-last{    margin-top: 60px;}
}
.course-subtitle {
	color: #F7A600;
	margin-top: 40px;
	margin-bottom: 10px;
}

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


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

.course-description {
	height: 160px;
}

.entity-description {
	height: 125px;
}

.speaker-description {
	height: 100px;
}

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

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

.course-title-subheadline-dv  {
	font-size: 1rem;
}

.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: #F7A600;
	
}

.course-info-container-dv {
	padding: 5%;
	margin-top: 3vh;
}

@media (max-width: 1333px) {
	.course-info-container-dv {
	padding: 3%;
	margin-top: 8vh;
}
.course-img, .course-img-dv {
    height: 100% !important;
    object-fit: contain;
}
}

.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: 42px;
}

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

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

.related-course {
	margin-left: 10%;
	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: #F7A600;
	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: #F7A600;
	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;
	margin-left: -20px;
}

.action-btns
{height:60px;}
#registration-data-form {
	padding-top: 30px;
	display: flex;
}

.course-participant input, #registration-data-form  input, #registration-data-form select {
	border: 0;
	border-width: 0;
	text-indent: 5px;
}

#registration-data-form  input, #registration-data-form select  {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.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;
}

.float-left {
	float: left;
}

.course-occurences {
	padding: 8px;
}

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

.color-red {
	color: #F7A600 !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: #F7A600;
	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: white;
	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: #F7A600;
	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: #F7A600!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;
}

/* 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 {    width: 100%;
    margin: 3px;
    border-radius: 10px;
    padding: 5px;
    border: solid 1px;
}}

/* 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); }
}
  
  
