
.select-groups {
	clear: both;
	float: left;
	width: 50%;
	height: auto;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #ccc;
}

.select-groups-label {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 10px;
}

.select-groups-box {
	display: table-cell;
	text-align: left;
	width: auto;
	height: auto;
	margin-left: 5px;
}

/* Select-Groups bei kleinen Displays */
@media all and (max-width: 767px) {
	.select-groups-label {
		clear: both;
		float: left;
		height: auto;
	}
	.select-groups-box {
		clear: both;
		float: left;
		width: auto;
		height: auto;
	}
}

@media all and (max-width: 767px) {
	.select-groups {
		width: 100%;
	}

	.select-groups-label {
		clear: none;
		width: auto;
		display: table-cell;
		text-align: left;
		padding-right: 5px;
	}

	.select-groups-box {
		clear: none;
		display: table-cell;
		text-align: left;
		width: auto;
		height: auto;
		margin-left: 5px;
	}
}


