#stupa_outer #stupa_liste div {
	width: 600px;
	font-size: 24px;
	text-align: center;
}

#stupa_outer{
	position: fixed;
  	top: 100px;
  	left: 50%;
  	/* bring your own prefixes */
  	transform: translate(-50%, 0%);
}

#stupa_outer #stupa_data{
	width: 175px;
	text-align: left;
	position: absolute;
/*	border: 2px solid black;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
*/	right: -175px;
	background-color: white;
}

#stupa_outer #stupa_liste div:first-child {
	background-color: #80ffaa;
	font-weight: bold;
	border-radius: 25px;
}

#stupa_outer #stupa_liste div:nth-child(2)::before {

    content: "Als nächstes:\A";
    display: block;
    font-weight: bold;

}

#stuparede_bilder{
	display: flex;
	justify-content: space-around;
		
}
#stuparede_bilder img{
	background-color: #fff;
}

@media only screen and (max-width: 500px) {
	#stupa_outer #stupa_data{
		position: initial;
		width: initial;
	}
	#stupa_outer #stupa_liste div {
		width: initial;
		font-size: initial;
		text-align: center;
	}
	#stupa_outer #stupa_liste div:first-child {
		background-color: #80ffaa;
		font-weight: bold;
		border-radius: 15px;
	}
}
