@import url('/typo3conf/ext/musikkapelle_rottenbuch_template/Resources/Public/Css/styles.css');

.cb-programmwrap {
	margin-top: 60px;
}

.cb-programmwrap .cb-programmwrap-item-rechts {
	background: rgba(255, 255, 255, 0.8);
	display: block;
	height: 100%;
	padding: 30px;
}

.tagnummer {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	color: #c01f12;
	margin-bottom: 30px;
}

.tagnummer::before {
	content: "";
	width: 44px;
	height: 2px;
	background: #c01f12;
	margin-right: 10px;
}

.cb-programmwrap-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.cb-programmwrap-item-uhrzeit {
	font-size: 18px;
	font-weight: 600;
	margin-top: 11px;
	width: 100px;
}

.cb-programmwrap-item-text {
	font-size: 30px;
	font-weight: 800;
}

.cb-programmwrap-item-text p:last-child {
	margin-bottom: 0;
}

.cb-programmwrap-item-schild {
	position: absolute;
	top: -16px;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	background: var(--gruen);
	color: var(--weiss);
	border: 3px solid var(--gelb);
	border-radius: 8px;
	padding: 8px 16px 9px;
	box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .5);
	min-width: 235px;
}

.cb-programmwrap-item-schild .cb-programmwrap-item__tag {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1;
}

.cb-programmwrap-item-schild .cb-programmwrap-item__datum {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.cb-programmwrap-item-text ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.cb-programmwrap-item-text ul li {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	padding-left: 44px;
	margin-bottom: 10px;
}

.cb-programmwrap-item-text ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 32px;
	height: 19px;
	background: url(/typo3conf/ext/musikfest_rottenbuch_template/Resources/Public/Images/Template/horn-freigestellt.png) center / contain no-repeat;
}

@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {

	.cb-programmwrap.slide-prep {
		opacity: 0;
		transition: opacity .8s cubic-bezier(.22, 1, .36, 1),
			transform .8s cubic-bezier(.22, 1, .36, 1);
		will-change: transform;
	}

	.cb-programmwrap.from-left {
		transform: translateX(-90px);
	}

	.cb-programmwrap.from-right {
		transform: translateX(90px);
	}

	.cb-programmwrap.is-in {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 767px) {
	.cb-programmwrap-item-text {
		font-size: 24px;
	}

	.cb-programmwrap-item-uhrzeit {
		margin-top: 5px;
	}

	.cb-programmwrap-item-schild .cb-programmwrap-item__tag {
		font-size: 24px;
	}
}