/* Banner TOP: Label (text-1) nur so breit wie der Text, gleiche Ausrichtung wie Headline (text-2) */

@media all and (min-width: 768px) {
	#banner-frame .text-1 {
		display: block;
		flex: 0 0 auto;
		align-self: flex-end;
		width: max-content;
		max-width: max-content;
		box-sizing: border-box;
		font-size: 16px;
		background-color: #fff;
		border-radius: 10px;
		padding: 3px 10px;
		margin-top: 0;
		margin-bottom: 16px;
		margin-left: auto;
		margin-right: 25%;
		transform: translateX(50%);
		color: #000;
	}

	#banner-frame .text-1 p {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}
}
