@charset "UTF-8";

section#content .row input.btn {
	margin-top: 10px;
}

#mittlereanfrage
{
	padding: 20px 30px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 15px;
	clear: none;
	margin: auto;
    max-width: 500px;
}
	
.table-anfrage td{
	margin-bottom:4px;
}
	
	
.table-anfrage td img {
	margin-right: 4px;
	max-width: none;
}
	
.table-anfrage td:last-child img {
	margin-right:0;
}

textarea {
	width: 100%;
    resize: none;
}

.table-anfrage td input[type="radio"] {
	margin-right: 5px;
}

@media only screen and (max-width: 560px) {

#mittlereanfrage form,
#mittlereanfrage form table {
	max-width: 100%;
	overflow: hidden;
}

	.table-anfrage td {
		display: block;
		width: 100%;
		background: none;
	}
	.table-anfrage td input {
		width: 100%;
		box-sizing: border-box;
	}
	.table-anfrage td input[type="radio"] {
		width: auto;
	}
	.table-anfrage td img {
		height: auto;
		min-width: 300px;
		margin: 0;
	}
	
	td.collapse {
		display: none;
	}
}