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

.promotion-item-wrap .promotion-item {
	padding-top: 80px;
	padding-bottom: 70px;
}

.promotion-item-wrap .promotion-item .promotion-item-ueberschrift {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}

.promotion-item-wrap .cb-promotion-link {
	border: 1px solid var(--schwarz);
	border-radius: var(--borderradius);
	padding: 5px 30px;
	width: max-content;
}

.promotion-item-wrap .promotion-item a {
	color: var(--schwarz);
	text-decoration: none;
}

.promotion-item-wrap .promotion-item a:hover .cb-promotion-link {
	background: var(--gelb);
}

.promotion-item-stoerer {
	width: 200px;
	height: 200px;
	text-align: center;
	border-radius: 100px;
	font-size: 24px;
	font-weight: 600;
	transform: translate(-50%, -50%);
	left: 100%;
	top: 0;
	padding: 10px;
}

.promotion-item-stoerer a {
	text-decoration: none;
}

.promotion-item-stoerer:hover {
/*	background: var(--dunkelgrau) !important; */
}

.promotion-item-stoerer:hover a div {
	color: var(--weiss) !important;
}

@media (max-width: 1699.98px) {
	.promotion-item-stoerer {
		transform: translate(-100%, -50%);
	}
}

@media (max-width: 991.98px) {
	.promotion-item-wrap .promotion-item .promotion-item-ueberschrift {
		line-height: 34px;
	}

	.promotion-item-wrap .cb-promotion-link {
		margin-top: 20px;
	}

	.promotion-item-stoerer {
		width: 175px;
		height: 175px;
		transform: translate(-110%, -75%);
	}
}

@media (max-width: 767.98px) {
	.promotion-item-stoerer {
		width: 150px;
		height: 150px;
		transform: translate(-110%, -75%);
	}
}