.clearfix::before,
.clearfix::after,
.split-img::before,
.split-img::after {
	content: " ";
	display: table;
} 
.clearfix::after,
.split-img::after {
	clear: both;
}
.clearfix,
.split-img {
	*zoom: 1; /* Für den IE6 und IE7 */
}



/* Main column width */
.wp-block {
    max-width: 1000px;
}
 
/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
    max-width: 1080px;
}
 
/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
    max-width: none;
}




:root .has-luminous-vivid-amber-color {
	color: #FFFD53 !important;
}
:root .has-luminous-vivid-orange-color {
	color: #ff6633 !important;
}
.credits {
	color: #fff;
	font-weight: 500;
}
.credits .has-luminous-vivid-amber-color,
.credits .has-luminous-vivid-orange-color {
	margin-right: 5px;
	margin-left: 5px;
}
.credits .has-luminous-vivid-amber-color:first-child,
.credits .has-luminous-vivid-orange-color:first-child {
	margin-left: 0;
}
.credits .has-luminous-vivid-amber-color > strong,
.credits strong > .has-luminous-vivid-amber-color,
.credits .has-luminous-vivid-orange-color > strong,
.credits strong > .has-luminous-vivid-orange-color {
	font-size: 25px;
	text-transform: uppercase;
}

.subheadline-orange {
	color: #ff6633;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
}
.stuecke-liste {
	color: #fff;
	line-height: 1.2;
	list-style: none;
}