@media (min-width: 1000px) {	
	.modal-extra-floatimg
	{
		max-width: 300px;
		float: right;
		margin: 0px 0px 15px 20px;
	}
	
	.modal-extra-p-clear
	{
		clear: right;
	}	
}

.col-center
{
	text-align: center;
}

.bildeingabe
{
	text-align: center;
	margin: 0rem 1rem 1rem 0rem;
	display: inline-block;
	width: 30%;
	background: #e5e5e5;
	padding: 8px;
}

.bildeingabe > img
{
	max-width: 900px;
	width: 100%;
}

.eingabefeld
{
	width: 100%;
	max-width: 900px;
	text-align: left;
	outline: none;
	box-shadow: none;
}


@media (max-width: 900px) {
	.bildeingabe
	{
		width: 45%;
	}
}

@media (max-width: 600px) {
	.bildeingabe
	{
		width: 100%;
	}
}