.site-branding img {
	display: inline;
}

.rczs-standalone {
	box-sizing: border-box;
	margin: 1.5rem 0;
	max-width: 560px;
}

.rczs-standalone-introduction {
	text-align: center;
}

.rczs-standalone-full-width {
	max-width: none;
	width: 100%;
}

.rczs-standalone-full-width .rczs-standalone-button {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	width: 100%;
}

.rczs-standalone-button {
	background-color: rgba(128, 173, 117, 0.88);
	border: 1px solid rgba(128, 173, 117, 0.95);
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	font-size: 1.25em;
	padding: 0.75em 1.25em;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.rczs-standalone-button:hover,
.rczs-standalone-button:focus {
	background-color: rgba(128, 173, 117, 1);
	border-color: rgba(128, 173, 117, 1);
}

.rczs-standalone-button span {
	margin-right: 0.35em;
}

.rczs-standalone-privacy,
.rczs-standalone-language-notice,
.rczs-standalone-status {
	font-size: 0.85em;
}

.rczs-standalone-privacy {
	margin: 0.75rem auto 0;
	max-width: 48em;
}

.rczs-standalone-widget {
	background-color: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 8px;
	box-sizing: border-box;
	padding: 1.5rem;
}

.rczs-standalone-widget[hidden] {
	display: none !important;
}

.rczs-standalone-widget h2 {
	margin-top: 0;
	text-align: center;
}

.rczs-standalone-zahls {
	border: 0;
	display: block;
	height: 700px;
	margin: 0 auto;
	width: 100%;
}

@media (max-width: 590px) {
	.rczs-standalone-zahls {
		height: 72vh;
		min-height: 420px;
	}
}

.rczs-standalone-status {
	margin-bottom: 0.75rem;
	text-align: center;
}

.rczs-standalone-status.is-error {
	color: #A34543;
}

.rczs-standalone-status.is-success {
	background: rgba(128, 173, 117, 0.95);
	border-radius: 4px;
	color: #fff;
	padding: 0.75rem;
}

@media (max-width: 767px) {
	.rczs-standalone-widget {
		padding: 1rem;
	}
}
