/* Styles für Weihnachtskalender */

.adventcalender .row {
	display: flex;
	justify-content: space-between;
}

.adventcalender .advent {
	width: 270px;
	height: 210px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.adventcalender .tile1 .csbutton {
	position: absolute;
	z-index: 5;
	left: 220px;
	top: 165px;
	width: 40px;
}
