@media (min-width: 1000px) {	
	.modal-extra-floatimg
	{
		max-width: 300px;
		float: right;
		margin: 0px 0px 15px 20px;
	}
	
	.modal-extra-p-clear
	{
		clear: right;
	}	
}

.runde-ecken
{
	border-radius: 10px;
}

.blaufett
{
	color: #01698b;
	font-weight: 700;
}

.textslider
{
 	display: flex;	
	margin-top: 1rem;
	background: #ffe69a;
	border-radius: 10px;
	justify-content:center;
	align-items: strech;
	padding: 0px;
}

.kastenpfeil
{
	display: flex; 
	flex-direction: column; 
	width: 10%;			
	color: #fbba00;
	font-size: 32px;
	text-align: center;
	cursor: pointer;
	padding: 0px;
}

.kastenzahl
{
	display: flex; 
	flex-direction: column; 
	width: 10%;			
	color: #fbba00;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	padding: 10px;
}

.textkasten
{
	display: flex; 
	flex-direction: column; 	
	width: 70%;	 	
 	padding: 10px;
 	
}
.textkasten >p, .kastenzahl >span, .kastenpfeil >span
{
	margin: auto .3rem;
}
.display-none
{
	display: none;
}
