.pill{
	border-radius: 500px;
	padding: 0.5rem 1rem 0.3rem 1rem;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.5rem;
	font-family: AntiqueOli-Lig, sans-serif;
	text-transform: uppercase;
}
.pill.black {
	background: #000;
	color: #fff;
}
#stoerer svg:nth-of-type(2) {
	display: none;
}
@media(max-width: 770px) {
	#stoerer svg:nth-of-type(2) {
		display: block;	
	}
	#stoerer svg:nth-of-type(1) {
		display: none;
	}
}
#stoerer svg {
	width: auto;
	height: auto;
	display: block;
	max-height: calc(100% - 2rem);
	margin-bottom: 1rem;
	max-width: 100%;
}
@media(max-width: 770px) {
	#stoerer svg {
		max-height: calc(100% - 8rem);
		margin-bottom: 1.5rem;
	}
}
