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

.textbildasync-wrap .textbildasync-item {
	position: relative;
}

.textbildasync-wrap .textbildasync-item.text-wrap {
	background: var(--bordeaux);
	border-radius: var(--borderradius);
	color: var(--weiss);
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
	padding: 25px 25px 15px 25px;
}

.textbildasync-wrap .textbildasync-item .textbildasync-bild img {
	border-radius: var(--borderradius);
	width: 100%;
	height: auto;
}

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

.textbildasync-wrap .cb-textbildasync-link::after {
	content: "";
	background-image: url(/typo3conf/ext/stadt_lindenberg/Resources/Public/Icons/Template/arrow_right_alt_-1.svg);
	background-repeat: no-repeat;
	width: 26px;
	height: 20px;
	right: 10px;
	top: 9px;
	position: absolute;
}

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

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

@media (max-width: 991.98px) {
	.textbildasync-wrap .textbildasync-item.text-wrap {
		font-size: 24px;
		line-height: 28px;
		padding: 15px 25px 0 25px;
	}
}