.tage {
	margin: 0px auto;
	width: 100%;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.tag-badge {
	background-color: #009557;
	color: #fff;
	float: left;
	margin: 10px;
	text-align: center;
	padding: 5px 15px;
	display: inline-block;
	cursor: pointer;
}

.sterne {
	padding: 5px 0px !important;
	margin-bottom: 0px !important;
}
.type-menuplan .type_text, .type-menuplan .usg_vwrapper_1 {
	font-family: 'Caveat', cursive;
}
.type-menuplan h3 {
	padding-top: 0rem;
}
.tag-datum {
	font-size: 12px;
}

.menues .w-grid-item {
	width: 33.333%;
	float: left;
}

.no-results {
	text-align: center;
}

@media only screen and (max-width : 600px) {
	.menues .w-grid-item {
		width: 100%;
		float: none;
	}
}