.kalk-aktuell-box {
	max-width: 500px;
	background-color: #4b00c1;
	padding: 10px;
	font-family: sans-serif;
}

.kalk-aktuell-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	padding: 5px 0;
	color: #fff;
}

.kalk-aktuell-item:last-child {
	border-bottom: 0;
}

.kalk-aktuell-text {
	color: #fff;
	line-height: 1.25;
}

.kalk-aktuell-button {
	display: inline-block;
	background-color: #fff;
	color: #4b00c1;
	text-decoration: none;
	font-weight: 900;
	padding: 6px 12px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 13px;
	white-space: nowrap;
}

.kalk-aktuell-button:hover,
.kalk-aktuell-button:focus {
	color: #4b00c1;
	text-decoration: none;
}

@media only screen and (max-width: 1024px) {
	.kalk-aktuell-box {
		max-width: none;
		width: 100%;
		box-sizing: border-box;
	}

	.kalk-aktuell-item {
		width: 100%;
		box-sizing: border-box;
	}
}





.kalk-header-rubriken {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 30px;
	width: 100%;
}

.kalk-header-rubrik {
	flex: 0 0 150px;
	max-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.kalk-header-rubrik-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.kalk-header-rubrik {
	flex: 0 0 150px;
	width: 150px;
	height: 150px;
	max-width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-decoration: none;
}

.kalk-header-rubrik-img {
	display: block;
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: center center;
}