html body .nbs-outer-wrap {
	all: initial;
	display: block !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
	max-width: 720px !important;
	margin: 0 auto !important;
}

html body .nbs-outer-wrap .nbs-wrap {
	display: block !important;
	background: #fff !important;
	background-color: #fff !important;
	color: #222 !important;
	-webkit-text-fill-color: #222 !important;
	border: 1px solid #e2e2e2 !important;
	border-radius: 10px !important;
	padding: 24px !important;
	margin: 20px 0 !important;
	box-sizing: border-box !important;
}

html body .nbs-outer-wrap .nbs-wrap * {
	box-sizing: border-box !important;
}

html body .nbs-outer-wrap .nbs-tabs-frontend {
	display: flex !important;
	gap: 8px !important;
	margin-bottom: 20px !important;
}

html body .nbs-outer-wrap .nbs-ftab {
	flex: 1 1 auto !important;
	padding: 12px 16px !important;
	border: 1px solid #c9302c !important;
	background: #fff !important;
	background-color: #fff !important;
	color: #c9302c !important;
	-webkit-text-fill-color: #c9302c !important;
	border-radius: 6px !important;
	cursor: pointer !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	appearance: none !important;
}

html body .nbs-outer-wrap .nbs-ftab.nbs-ftab-active {
	background: #c9302c !important;
	background-color: #c9302c !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

html body .nbs-outer-wrap .nbs-cal-nav-frontend {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	margin-bottom: 12px !important;
}

html body .nbs-outer-wrap .nbs-cal-prev,
html body .nbs-outer-wrap .nbs-cal-next {
	background: #f2f2f2 !important;
	background-color: #f2f2f2 !important;
	color: #222 !important;
	-webkit-text-fill-color: #222 !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 8px 14px !important;
	cursor: pointer !important;
	font-size: 16px !important;
}

html body .nbs-outer-wrap .nbs-cal-title {
	font-weight: 700 !important;
	font-size: 16px !important;
	color: #222 !important;
	-webkit-text-fill-color: #222 !important;
}

html body .nbs-outer-wrap .nbs-cal-grid {
	display: grid !important;
	grid-template-columns: repeat(7, 1fr) !important;
	gap: 4px !important;
}

html body .nbs-outer-wrap .nbs-cal-cell {
	aspect-ratio: 1 / 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 6px !important;
	font-size: 13px !important;
	background: #f7f7f7 !important;
	background-color: #f7f7f7 !important;
	color: #333 !important;
	-webkit-text-fill-color: #333 !important;
}

html body .nbs-outer-wrap .nbs-cal-cell.nbs-cal-empty { background: transparent !important; background-color: transparent !important; }
html body .nbs-outer-wrap .nbs-cal-cell.nbs-cal-frei { background: #eafbea !important; background-color: #eafbea !important; color: #226622 !important; -webkit-text-fill-color: #226622 !important; }
html body .nbs-outer-wrap .nbs-cal-cell.nbs-cal-angefragt { background: #fff6da !important; background-color: #fff6da !important; color: #8a6d00 !important; -webkit-text-fill-color: #8a6d00 !important; }
html body .nbs-outer-wrap .nbs-cal-cell.nbs-cal-gebucht { background: #fde3e3 !important; background-color: #fde3e3 !important; color: #a11212 !important; -webkit-text-fill-color: #a11212 !important; }
html body .nbs-outer-wrap .nbs-cal-cell.nbs-cal-geblockt { background: #e5e5e5 !important; background-color: #e5e5e5 !important; color: #666 !important; -webkit-text-fill-color: #666 !important; }

html body .nbs-outer-wrap .nbs-legend {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-top: 16px !important;
	font-size: 12px !important;
}

html body .nbs-outer-wrap .nbs-legend-item {
	padding: 4px 10px !important;
	border-radius: 12px !important;
	color: #333 !important;
	-webkit-text-fill-color: #333 !important;
}
html body .nbs-outer-wrap .nbs-legend-item.nbs-cal-frei { background: #eafbea !important; background-color: #eafbea !important; }
html body .nbs-outer-wrap .nbs-legend-item.nbs-cal-angefragt { background: #fff6da !important; background-color: #fff6da !important; }
html body .nbs-outer-wrap .nbs-legend-item.nbs-cal-gebucht { background: #fde3e3 !important; background-color: #fde3e3 !important; }
html body .nbs-outer-wrap .nbs-legend-item.nbs-cal-geblockt { background: #e5e5e5 !important; background-color: #e5e5e5 !important; }

html body .nbs-outer-wrap .nbs-form-row {
	display: flex !important;
	gap: 16px !important;
	margin-bottom: 14px !important;
	flex-wrap: wrap !important;
}

html body .nbs-outer-wrap .nbs-form-row label,
html body .nbs-outer-wrap label.nbs-full,
html body .nbs-outer-wrap label.nbs-consent,
html body div.nbs-outer-wrap form label {
	flex: 1 1 220px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	align-items: stretch !important;
	float: none !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	line-height: normal !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #444 !important;
	-webkit-text-fill-color: #444 !important;
	gap: 6px !important;
	padding: 0 !important;
	margin: 0 0 14px 0 !important;
}

html body .nbs-outer-wrap input[type="text"],
html body .nbs-outer-wrap input[type="email"],
html body .nbs-outer-wrap input[type="tel"],
html body .nbs-outer-wrap input[type="date"],
html body .nbs-outer-wrap select,
html body .nbs-outer-wrap textarea {
	background: #fff !important;
	background-color: #fff !important;
	color: #222 !important;
	-webkit-text-fill-color: #222 !important;
	border: 1px solid #ccc !important;
	border-radius: 6px !important;
	padding: 10px 12px !important;
	margin: 0 !important;
	float: none !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	line-height: normal !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	width: 100% !important;
	appearance: none !important;
}

html body .nbs-outer-wrap .nbs-honeypot-field {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
}

html body .nbs-outer-wrap .nbs-consent {
	flex-direction: row !important;
	align-items: flex-start !important;
	font-weight: 400 !important;
	font-size: 13px !important;
}
html body .nbs-outer-wrap .nbs-consent input[type="checkbox"] {
	width: auto !important;
	margin-right: 8px !important;
	margin-top: 3px !important;
}
html body .nbs-outer-wrap .nbs-consent a {
	color: #c9302c !important;
	-webkit-text-fill-color: #c9302c !important;
}

html body .nbs-outer-wrap .nbs-submit-btn {
	background: #c9302c !important;
	background-color: #c9302c !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 12px 28px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	appearance: none !important;
}

html body .nbs-outer-wrap .nbs-form-message {
	margin-top: 14px !important;
	padding: 12px !important;
	border-radius: 6px !important;
	font-size: 14px !important;
}
html body .nbs-outer-wrap .nbs-form-message.nbs-success { background: #eafbea !important; background-color: #eafbea !important; color: #226622 !important; -webkit-text-fill-color: #226622 !important; }
html body .nbs-outer-wrap .nbs-form-message.nbs-error { background: #fde3e3 !important; background-color: #fde3e3 !important; color: #a11212 !important; -webkit-text-fill-color: #a11212 !important; }

@media (max-width: 600px) {
	html body .nbs-outer-wrap .nbs-form-row { flex-direction: column !important; gap: 0 !important; }
	html body .nbs-outer-wrap .nbs-form-row label,
	html body .nbs-outer-wrap label.nbs-full,
	html body .nbs-outer-wrap label.nbs-consent,
	html body div.nbs-outer-wrap form label {
		flex: 1 1 auto !important;
	}
	html body .nbs-outer-wrap .nbs-cal-cell { font-size: 11px !important; }
}
