/*-------*/
/* OFFER */
/*-------*/
section.offer.revilodesign div.content > div.flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
}
section.offer.revilodesign div.text article,
section.offer.revilodesign div.assets.form {
	max-width: calc( var(--revilodesign_maxWidth) * 0.4 );
	flex: 1 1 100%;
	display: block;
	width: 100%;
}
section.offer.revilodesign div.text article {
	text-align: center;
}
section.offer.revilodesign div.assets.form {
	max-width: 800px;
}
section.offer div.step {
	padding: 24px;
	background: var(--revilodesign_white);
	border-radius: var(--revilodesign_borderRadius);
	box-shadow: var(--revilodesign_boxShadow);
	margin-bottom: 24px;
	display: none;
	border: 1px solid var(--revilodesign_white);
}
section.offer div.step.active {
	display: block;
}
section.offer div.step.success {
	border-color: var(--revilodesign_success);
	color: var(--revilodesign_success);
	background: var(--revilodesign_successLight);
}
section.offer div.step.success h2,
section.offer div.step.success p {
	color: var(--revilodesign_success);	
}
section.offer div.step.error {
	border-color: var(--revilodesign_error);
	color: var(--revilodesign_error);
	background: var(--revilodesign_errorLight);
}
section.offer div.step.error h2,
section.offer div.step.error p {
	color: var(--revilodesign_error);	
}
section.offer div.step.info {
	border-color: var(--revilodesign_info);
	background: var(--revilodesign_infoLight);
}
section.offer div.step.info h2,
section.offer div.step.info p {
	color: var(--revilodesign_blue);	
}
section.offer div.alert {
	display: none;
}
section.offer div.step h2 {
	font-size: 24px;
	padding: 24px 0 8px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}
section.offer div.step h3 {
	font-size: 16px;
	padding: 32px 0 8px;
	text-align: center;
}
section.offer div.step p {
	text-align: center;
}
section.offer div.step div.card {
	padding: 0;
	margin-bottom: 24px;
}
section.offer div.step div.flex{
	max-width: inherit;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
}
section.offer div.step div.flex div.flexbox.box {
	max-width: 33.3%;
	min-width: 33.3%;
}
section.offer div.step div.flex.presets div.flexbox {
	max-width: 25%;
	min-width: 25%;
}
section.offer div.step div.flex div.flexbox.row {
	padding: 0;
	max-width: 100%;
	min-width: 100%;
	position: relative;
	text-align: left;
	border: none;
}
section.offer div.step div.card div.flexbox.text{
	display: flex;
	flex-direction: column;
	padding: 8px 12px;
	width: 100%;
}
section.offer div.step div.card div.flexbox.box {
	width: 100%;
	margin: 0;
	padding: 12px;
	border: none;
	box-shadow: none;
}
section.offer div.step div.card div.flexbox.box label {
	border-radius: var(--revilodesign_borderRadius);
	border: 2px solid var(--revilodesign_grey);
	width: 100%;
	height: 100%;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
}
section.offer div.step div.flex.presets div.flexbox label {
	padding: 8px;
}
section.offer div.step div.card div.flexbox.box label.checked {
	border-color: var(--revilodesign_primary);
	background: var(--revilodesign_greenLight);
}
section.offer div.step div.card div.flexbox.box label input {
	display: none;
}
section.offer div.step div.card div.flexbox.error label {
	color: var(--revilodesign_error);
	border-color: var(--revilodesign_error);
}
section.offer div.step div.flex div.flexbox.row label {
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
	text-align: left;
	border: none;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 8px 12px 8px 32px;
	display: inline-block;
}
section.offer div.step div.flex div.flexbox.box.row label input {
	position: absolute;
	left: 20px;
	top: 20px;
	display: block;
}
section.offer div.step div.card div.flexbox.error input,
section.offer div.step div.card div.flexbox.error select {
	border-color: var(--revilodesign_error);
	background: var(--revilodesign_errorLight);
}
section.offer div.step div.card div.flexbox.headline {
	width: 100%;
	min-width: 100%;
	font-weight: 500;
	padding: 24px 12px 0 12px;
}
section.offer div.step div.card div.flexbox.box label picture,
section.offer div.step div.card div.flexbox.box label i {
	display: flex;
	justify-content: center;
	padding-bottom: 12px;
}
section.offer div.step div.card div.flexbox.box label picture img,
section.offer div.step div.card div.flexbox.box label i {
	height: 40px;
	width: auto;
}
section.offer div.step div.card div.flexbox.box label i {
	height: auto;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
}
section.offer div.step div.card div.flexbox.text.top.center label {
	text-align: center;
	justify-content: center;
}
section.offer div.step div.card div.flexbox.text.append,
section.offer div.step div.card div.flexbox.text.prepend {
	flex-direction: row;
	justify-content: center;
}
section.offer div.step div.card div.flexbox.text.append label {
	order: 999;
	background: var(--revilodesign_light);
	padding: 0 8px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: auto;
	border-radius: 0 var(--revilodesign_borderRadius) var(--revilodesign_borderRadius) 0;
}
section.offer div.step div.card div.flexbox.text.append input {
	border-radius: var(--revilodesign_borderRadius) 0 0 var(--revilodesign_borderRadius);
}
section.offer div.step div.card div.flexbox.text.prepend label {
	border-radius: var(--revilodesign_borderRadius) 0 0 var(--revilodesign_borderRadius);
}
section.offer div.step div.card div.flexbox.text.prepend input {
	border-radius: 0 var(--revilodesign_borderRadius) var(--revilodesign_borderRadius) 0;
}
section.offer div.step div.card div.flexbox.textarea {
	padding: 8px 12px;
}
section.offer div.step div.card div.flexbox.textarea textarea {
	width: 100%;
	height: 124px;
}
section.offer div.map {
	padding: 12px 12px 0 12px;
}
section.offer div.map div#map {
	width: 100%;
	height: 32vh;
	background: var(--revilodesign_grey);
	border-radius: var(--revilodesign_borderRadius);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
}
section.offer div.map div#map::after {
	content: 'Um die Karte sehen zu können akzeptieren Sie bitte die Google Maps Cookies im Cookie Banner (unten links).';
	padding: 24px;
}
@media ( max-width: 768px ) {
	section.offer div.step div.flex div.flexbox {
		max-width: 50%;
		text-align: left;
	}
	section.offer div.step div.flex.buttons {
		justify-content: flex-end;
		width: 100%;
		padding: 0 12px;
	}
}
@media ( max-width: 589px ) {
	section.offer.revilodesign div.assets.form {
		order: 9;
	}
	section.offer div.step div.flex div.flexbox {
		max-width: inherit;
	}
	section.offer div.step div.flex.buttons,
	section.offer div.step div.flex {
		flex-direction: row;
	}
	section.offer div.step div.flex.presets div.flexbox {
		max-width: 50%;
		min-width: 40%;
	}
	section.offer div.step div.flex div.flexbox.box {
		max-width: 50%;
		min-width: 50%;
	}
	section.offer div.step div.flex div.flexbox.box label {
		font-size: 14px;
		text-wrap: wrap;
		word-break: break-word;
		word-wrap: break-word;
	}
	section.offer div.step div.flex div.flexbox.box.checkbox.row {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	section.offer div.step div.flex.buttons {
		flex-wrap: nowrap;
	}
	section.offer div.step div.flex.buttons *.flexbox + *.flexbox {
		padding: 0;
	}
	section.offer div.step div.card div.flexbox.text,
	section.offer div.step div.flex div.flexbox.box {
		max-width: 100% !important;
		min-width: 100% !important;
		width: 100% !important;
	}
	
}
/*-------------*/
/* PROCESS BAR */
/*-------------*/
div.processBar {
	position: relative;
	margin: 0 0 24px 0;
}
div.processBar div.text {
	text-align: right;
	font-size: 12px;
	opacity: 0.6;
}
div.processBar div.processBarLine {
	width: 100%;
	position: relative;
	border-radius: var(--revilodesign_borderRadius);
	height: 6px;
	background: var(--revilodesign_light);
	overflow: hidden;
}
div.processBar div.processBarLine div.fill {
	background: var(--revilodesign_primary);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: var(--revilodesign_borderRadius);
	transition: var(--revilodesign_transition);
}