.el-step-anfrage-summary-headline {
	margin-bottom: 3rem;
}
.el-step-anfrage-summary-headline h2 {
	text-align: center;
}
.el-step-anfrage-summary-text {
	text-align: center;
	margin-bottom: 3rem;
}
.el-step-anfrage-summary-button-wrapper {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Zusammenfassung Entlastungszahlung */

.anfrage-summary-container {
	background: white;
	border-radius: 2px;
	box-shadow: 0px 20px 80px rgba(41, 41, 42, 0.12);
	margin-bottom: 3rem;
	padding: 1.5rem 3rem;
}
.anfrage-summary-row {
	width: calc(100% - 2rem);
	margin: 1rem;
}
.anfrage-summary-label {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--root-color-30);
}
.anfrage-summary-value {
	font-size: 1.8rem;
	line-height: 1.3;
	color: var(--root-color-100);
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	white-space: pre-line;
}
.anfrage-summary-checkbox-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 0.8rem;
}
.anfrage-summary-checkbox-row .anfrage-summary-value {
	max-width: calc(100% - 3.5rem);
}
.anfrage-summary-checkbox,
.anfrage-summary-container .fieldtype-checkbox .checkbox-icon {
	position: relative;
	width: 2rem;
	height: 2rem;
	font-size: 1.2rem;
	margin-right: 1.5rem;
	background-color: var(--primary-color-100);
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.anfrage-summary-container .fieldtype-checkbox .checkbox-icon:after {
	content: '\e911';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'bakehouse-iconset' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	z-index: 1;
}
.anfrage-summary-container .fieldtype-checkbox label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	pointer-events: none;
}
.anfrage-summary-container .fieldtype-checkbox .checkbox-label {
	font-size: 1.6rem;
	width: calc(100% - 3.5rem);
}
.anfrage-summary-container .fieldtype-checkbox .checkbox-headline {
	font-size: 1.6rem;
}
.anfrage-summary-container .fieldtype-checkbox input {
	display: none;
}
.anfrage-summary-container .special-anfrage-ol li {
	font-size: 1.6rem;
}
.anfrage-summary-container .special-anfrage-ol {
	padding-inline-start: 3rem;
}
.anfrage-summary-container .bh-fieldblock-agreement-checkbox {
	padding-top: 3rem;
}

/* todo Button entfernen, wenn keine Daten */