.min_price,
.min_price_discounted {
	display: inline;
}

.module-price-1.non-ipma-product:after {
	display: none;
}

/* 2024-12-04 Katherina does not want to show the "All-inklusiv Pakete" badge anymore */
.module-price:after {
	display: none !important;
}

.module-status-0 img {
	display: none;
}

.places-available.no-places-available {
	background-color: #861018 !important;
}

.search-number {
	max-width: unset;
	min-width: 260px;
}

.select {
	color: #575757 !important;
}

.date {
	width: 220px;
	white-space: nowrap;
}

@media (max-width: 869px) {

	.top-info {
		flex-wrap: wrap;

		.title-h4 {
			flex: 1 0 100%;
			margin-bottom: 1em !important;
		}
	}
}

.ipma-discount-badge {
	display: block;
	position: absolute;
	z-index: 2;
	top: -64px;
	right: -14px;
	width: 180px;
}

.module-status .kickoff {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
}
@media (width >= 1920px) {

	.ipma-discount-badge {
		top: -56px;
		width: 215px;
		right: -12px;
	}
}

/************************************
 * Deutscher Bildungsaward (Siegel) *
 ************************************/

.s-award {

	.rund {
		border-radius: 50%;
	}
}

@media (width < 480px) {
	.s-award {
		position: relative;
		left: 20px;
	}
}

@media (width >= 480px) {

	.s-award {
		position: absolute;
		z-index: 1;
		right: max(20px, calc((100vw - 1600px) / 2 + 20px));

		.rund {
			border-radius: 50%;
		}
	}
}

@media (width >= 480px) and (width < 1470px) {

	.s-seminar-finder {
		margin-top: 50px;
	}
}
