.header_stoerer {
	position: absolute;
	right: 0;
	top: 5vh;
	background: var(--stoerer-color, #333);
	padding: 5px 30px;
	color: white;
	font-size: 16px;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 600px) {
	.header_stoerer {
		top: 2vh;
	}
}

@media only screen and (max-width: 350px) {
	.header_stoerer {
		font-size: 13px;
	}
}

.header_stoerer.top {
	top: 10px;
}

.header_stoerer a {
	color: white;
}

.header_stoerer :before {
	content: "";
	position: absolute;
	font-size: 16px;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 16px solid white;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	z-index: 1;
}

.header_stoerer :after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 1000px;
	height: 33px;
	background: var(--stoerer-color, #333);
	z-index: 1;
}
