/* Eigene CSS-Anpassungen für markusundmarkus */
/* Fixes and CSS Überschreibungen Max Wo */

#nextdate{
	width: 30%;
}


/* Fix: .stueck_name h2 Textüberlauf / Hyphens */
main .stueck .stueck_name {
	overflow: hidden !important;
}

main .stueck .stueck_name h2 {
	text-transform: uppercase;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-limit-chars: 6 3 2;
	hyphenate-limit-chars: 6 3 2;
	overflow-wrap: anywhere;
	max-width: 100%;
}

/* Fix: Firefox #gruppe Zentrierung */
#gruppe {
	left: 50% !important;
	right: auto !important;
	transform: translateX(-50%);
	margin-left: 0;
	margin-right: 0;
}

.columns.nav.large-5{
	width: 55%;
}

@media screen and (max-width: 1560px) {
	.columns.nav.large-5{
		width: calc(100% - 260px);
	}
}


@media screen and (max-width: 1200px) {
	#nextdate{
		width: 350px;
	}
}

@media screen and (max-width: 660px) {
	#nextdate{
		width: calc(100% - 30px);
	}
}