/* ==========================================================
   NEWATOURS – TERMINE & ANFRAGE
   ========================================================== */

.newatours-booking-inquiry {
	--newa-navy: #0e2a47;
	--newa-gold: #b08d57;
	--newa-text: #2f3338;
	--newa-muted: #68717b;
	--newa-border: rgba(14, 42, 71, 0.12);
	--newa-soft: #faf8f4;

	--newa-booking-date-gap: 8px;

	display: grid;

	grid-template-columns:
		minmax(0, 1fr)
		minmax(0, 1fr);

	gap: 34px;

	width: 100%;

	align-items: stretch;
}


/* ==========================================================
   LINKE SPALTE
   ========================================================== */

.newatours-booking-info {
	min-width: 0;

	padding:
		20px
		28px
		0;

	border:
		1px solid
		var(--newa-border);

	border-radius: 12px;

	background: #ffffff;

	box-shadow:
		0 8px 28px
		rgba(14, 42, 71, 0.07);

	overflow: hidden;
}


/* ==========================================================
   INFO-ZEILEN LINKS
   ========================================================== */

.newatours-booking-detail-row,
.newatours-booking-participants-box {
	display: grid;

	grid-template-columns:
		54px
		minmax(0, 1fr);

	align-items: center;

	gap: 14px;

	margin: 0;

	padding: 14px 0;

	border: 0;

	border-bottom:
		1px solid
		var(--newa-border);

	border-radius: 0;

	background: transparent;

	color: var(--newa-navy);

	font-size: 15px;
	line-height: 1.48;
}


.newatours-booking-detail-row:first-of-type {
	padding-top: 0;
	font-size: 1.1em;
}


.newatours-booking-detail-content,
.newatours-booking-participants-content {
	min-width: 0;
}


.newatours-booking-detail-content strong,
.newatours-booking-participants-content strong {
	font-weight: 600;
}


.newatours-booking-detail-note {
	color: var(--newa-text);

	font-size: 14px;
	font-weight: 400;
}


/* ==========================================================
   ICONS LINKS
   ========================================================== */

.newatours-booking-detail-icon,
.newatours-booking-participants-icon {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 46px;
	height: 46px;

	border:
		1px solid
		rgba(176, 141, 87, 0.48);

	border-radius: 50%;

	background: #ffffff;

	color: var(--newa-gold);

	flex: 0 0 auto;
}


.newatours-booking-detail-icon svg,
.newatours-booking-participants-icon svg {
	display: block;

	width: 24px;
	height: 24px;

	fill: none;

	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}


/* ==========================================================
   GOLD / FUTURE LINKS
   ========================================================== */

.newatours-booking-inline-link {
	color: var(--newa-gold);

	font-weight: 500;

	text-decoration: underline;

	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}


.newatours-booking-gold-text {
	color: var(--newa-gold);
}


/* ==========================================================
   HINWEIS – KEINE FESTEN TERMINE
   ========================================================== */

.newatours-booking-no-dates {
	margin:
		0
		0
		18px;

	padding:
		16px
		18px;

	border:
		1px solid
		rgba(176, 141, 87, 0.42);

	border-radius: 7px;

	background:
		rgba(176, 141, 87, 0.09);
}


.newatours-booking-no-dates-title {
	margin-bottom: 6px;

	color: var(--newa-navy);

	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}


.newatours-booking-no-dates-text {
	color: var(--newa-navy);

	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}


/* ==========================================================
   DEKORATIVE ILLUSTRATION
   ========================================================== */

.newatours-booking-illustration {
	margin:
		12px
		-28px
		0;

	line-height: 0;

	overflow: hidden;
}


.newatours-booking-illustration-image {
	display: block;

	width: 100%;
	height: auto;

	margin: 0;

	object-fit: contain;

	object-position:
		center bottom;
}


/* ==========================================================
   RECHTE SPALTE
   ========================================================== */

.newatours-booking-form-card {
	min-width: 0;

	padding: 28px;

	border: 1px solid var(--newa-border);
	border-radius: 12px;

	background: #ffffff;

	box-shadow:
		0 8px 28px
		rgba(14, 42, 71, 0.07);

	height: 100%;

	display: flex;
	flex-direction: column;
}


/* ==========================================================
   FORMULAR-KOPF
   ========================================================== */

.newatours-booking-form-heading {
	display: grid;

	grid-template-columns:
		48px
		minmax(0, 1fr);

	align-items: start;

	gap: 13px;

	margin-bottom: 22px;
}


.newatours-booking-form-heading-icon {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 44px;
	height: 44px;

	border:
		1px solid
		rgba(176, 141, 87, 0.48);

	border-radius: 50%;

	color: var(--newa-gold);

	background: #ffffff;
}


.newatours-booking-form-heading-icon svg {
	width: 22px;
	height: 22px;

	fill: none;

	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}


.newatours-booking-form-title {
	margin-bottom: 5px;

	color: var(--newa-navy);

	font-family:
		"Marcellus",
		serif;

	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}


.newatours-booking-form-intro {
	margin: 0;

	color: var(--newa-muted);

	font-size: 14px;
	line-height: 1.5;
}


/* ==========================================================
   FORM
   ========================================================== */

.newatours-booking-form {
	display: flex;
	flex-direction: column;

	flex: 1 1 auto;

	width: 100%;
}


/* Freien Raum unterhalb des Trust-Blocks aufnehmen */

.newatours-booking-form::after {
	content: "";

	display: block;

	flex: 1 1 auto;

	min-height: 20px;
}


/* ==========================================================
   TERMINE
   ========================================================== */

.newatours-booking-date-options {
	display: flex;
	flex-direction: column;

	gap: var(--newa-booking-date-gap);

	margin-bottom: 20px;
}


.newatours-booking-date-option {
	display: grid;

	grid-template-columns:
		18px
		minmax(0, 1fr)
		auto;

	align-items: center;

	gap: 10px;

	padding:
		12px
		14px;

	border:
		1px solid
		var(--newa-border);

	border-radius: 7px;

	background: #ffffff;

	cursor: pointer;

	transition:
		border-color 0.2s ease,
		background-color 0.2s ease;
}


.newatours-booking-date-option:hover {
	border-color:
		rgba(176, 141, 87, 0.55);

	background:
		rgba(176, 141, 87, 0.03);
}


.newatours-booking-date-option input {
	width: auto;
	height: auto;

	margin: 0;

	accent-color:
		var(--newa-gold);
}


.newatours-booking-date-main {
	color: var(--newa-navy);

	font-size: 15px;
	font-weight: 600;
}


.newatours-booking-date-status {
	font-size: 12px;
	font-weight: 600;

	white-space: nowrap;
}


.newatours-booking-date-status.status-available {
	color: #2f7d4a;
}


.newatours-booking-date-status.status-few_places {
	color: #b07818;
}


.newatours-booking-date-status.status-sold_out {
	color: #b23a3a;
}


.newatours-booking-date-option.is-disabled {
	opacity: 0.55;

	cursor: default;
}


.newatours-booking-date-option.is-disabled:hover {
	border-color:
		var(--newa-border);

	background: #ffffff;
}


/* ==========================================================
   INDIVIDUELLE ANFRAGE
   ========================================================== */

.newatours-booking-individual-request {
	padding:
		13px
		15px;

	border-left:
		3px solid
		var(--newa-gold);

	border-radius:
		0 5px 5px 0;

	background:
		var(--newa-soft);

	color:
		var(--newa-navy);

	font-size: 15px;
	font-weight: 600;
}


/* ==========================================================
   FORM GRID
   ========================================================== */

.newatours-booking-form-grid {
	display: grid;

	grid-template-columns:
		minmax(0, 1fr)
		minmax(0, 1fr);

	column-gap: 16px;
	row-gap: 18px;

	margin-bottom: 18px;
}


/* ==========================================================
   FIELDS
   ========================================================== */

.newatours-booking-form-field {
	margin-bottom: 18px;
}


.newatours-booking-form-grid
.newatours-booking-form-field {
	margin-bottom: 0;
}


.newatours-booking-form-field input,
.newatours-booking-form-field select,
.newatours-booking-form-field textarea {
	display: block;

	width: 100%;

	margin: 0;

	border:
		1px solid
		var(--newa-border);

	border-radius: 6px;

	background: #ffffff;

	color: var(--newa-text);

	font-family: inherit;

	font-size: 14px;

	box-shadow: none;

	outline: none;

	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}


.newatours-booking-form-field input,
.newatours-booking-form-field select {
	min-height: 50px;

	padding:
		10px
		12px;
}


.newatours-booking-form-field textarea {
	min-height: 148px;

	padding:
		12px
		12px;

	resize: vertical;

	line-height: 1.5;
}


.newatours-booking-form-field input::placeholder,
.newatours-booking-form-field textarea::placeholder {
	color: #858b92;

	opacity: 1;
}


.newatours-booking-form-field input:focus,
.newatours-booking-form-field select:focus,
.newatours-booking-form-field textarea:focus {
	border-color:
		rgba(176, 141, 87, 0.78);

	box-shadow:
		0 0 0 2px
		rgba(176, 141, 87, 0.10);
}


/* ==========================================================
   EMAIL MIT GOLDENEM ICON
   ========================================================== */

.newatours-booking-email-wrap {
	display: flex;

	width: 100%;
}


.newatours-booking-email-icon {
	display: flex;
	align-items: center;
	justify-content: center;

	flex:
		0
		0
		50px;

	width: 50px;

	border-radius:
		6px
		0
		0
		6px;

	background:
		var(--newa-gold);

	color: #ffffff;
}


.newatours-booking-email-icon svg {
	display: block;

	width: 21px;
	height: 21px;

	fill: none;

	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}


.newatours-booking-email-wrap input {
	flex: 1;

	min-width: 0;

	border-left: 0;

	border-radius:
		0
		6px
		6px
		0;
}


/* ==========================================================
   CALLBACK
   ========================================================== */

.newatours-booking-callback {
	display: inline-flex;

	align-items: center;

	gap: 8px;

	margin:
		3px
		0
		22px;

	color: var(--newa-navy);

	font-size: 14px;

	cursor: pointer;
}


.newatours-booking-callback input {
	width: 16px;
	height: 16px;

	min-width: 16px;

	margin: 0;

	accent-color:
		var(--newa-gold);
}


/* ==========================================================
   SUBMIT
   ========================================================== */

.newatours-booking-submit {
	display: flex;

	align-items: center;
	justify-content: center;

	width: 100%;

	min-height: 52px;

	margin: 0;

	padding:
		11px
		20px;

	border: 0;

	border-radius: 6px;

	background:
		var(--newa-navy);

	color: #ffffff;

	font-family: inherit;

	font-size: 15px;
	font-weight: 600;

	line-height: 1.2;

	cursor: pointer;

	transition:
		background-color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}


.newatours-booking-submit:hover,
.newatours-booking-submit:focus {
	background:
		#173d62;

	color: #ffffff;

	transform:
		translateY(-1px);

	box-shadow:
		0 5px 14px
		rgba(14, 42, 71, 0.18);

	outline: none;
}


/* ==========================================================
   TRUST ROW
   ========================================================== */

.newatours-booking-trust-row {
	display: grid;

	grid-template-columns:
		repeat(
			3,
			minmax(0, 1fr)
		);

	margin-top: 26px;

	padding:
		17px
		6px;

	border-radius: 6px;

	background:
		rgba(14, 42, 71, 0.035);
}


.newatours-booking-trust-item {
	display: grid;

	grid-template-columns:
		36px
		minmax(0, 1fr);

	align-items: center;

	gap: 8px;

	min-width: 0;

	padding:
		0
		12px;
}


.newatours-booking-trust-item
+ .newatours-booking-trust-item {
	border-left:
		1px solid
		rgba(14, 42, 71, 0.14);
}


.newatours-booking-trust-icon {
	display: flex;

	align-items: center;
	justify-content: center;

	width: 38px;
	height: 38px;

	color: var(--newa-gold);
}


.newatours-booking-trust-icon svg {
	display: block;

	width: 30px;
	height: 30px;

	fill: none;

	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}


.newatours-booking-trust-content {
	display: flex;

	flex-direction: column;

	gap: 2px;

	min-width: 0;

	color: var(--newa-navy);

	line-height: 1.35;
}


.newatours-booking-trust-content strong {
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}


.newatours-booking-trust-content span {
	color: rgba(14, 42, 71, 0.88);

	font-size: 12px;
}


/* ==========================================================
   FORM MESSAGE
   ========================================================== */

.newatours-booking-form-message {
	display: none;

	margin:
		0
		0
		14px;

	padding:
		12px
		14px;

	border-radius: 6px;

	font-size: 14px;
	line-height: 1.45;
}


.newatours-booking-form-message.is-visible {
	display: block;
}


.newatours-booking-form-message.is-error {
	border:
		1px solid
		rgba(178, 58, 58, 0.25);

	background:
		rgba(178, 58, 58, 0.06);

	color: #9d2929;
}


.newatours-booking-form-message.is-success {
	margin-top: 14px;
	padding: 14px 16px;

	border: 1px solid rgba(47, 125, 74, 0.22);
	border-radius: 7px;

	background: rgba(47, 125, 74, 0.07);

	color: #245f39;

	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;

	text-align: center;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1024px) {

	.newatours-booking-form-grid {
		row-gap: 12px;
		margin-bottom: 16px;
	}

	.newatours-booking-form-field {
		margin-bottom: 16px;
	}

	.newatours-booking-form-field input,
	.newatours-booking-form-field select {
		min-height: 44px;
		padding:
			8px
			11px;
	}

	.newatours-booking-form-field textarea {
		min-height: 118px;
		padding:
			10px
			11px;
	}

	.newatours-booking-callback {
		margin:
			1px
			0
			18px;
	}

	.newatours-booking-submit {
		min-height: 48px;
	}


	.newatours-booking-inquiry {
		gap: 24px;
	}


	.newatours-booking-info {
		padding:
			22px
			22px
			0;
	}


	.newatours-booking-detail-row,
	.newatours-booking-participants-box {
		grid-template-columns:
			48px
			minmax(0, 1fr);

		gap: 12px;

		font-size: 14px;
	}


	.newatours-booking-detail-icon,
	.newatours-booking-participants-icon {
		width: 42px;
		height: 42px;
	}


	.newatours-booking-detail-icon svg,
	.newatours-booking-participants-icon svg {
		width: 22px;
		height: 22px;
	}


	.newatours-booking-illustration {
		margin:
			12px
			-22px
			0;
	}


	.newatours-booking-form-card {
		padding: 22px;
	}


	.newatours-booking-form-heading {
		grid-template-columns:
			44px
			minmax(0, 1fr);

		gap: 11px;
	}


	.newatours-booking-form-heading-icon {
		width: 40px;
		height: 40px;
	}


	.newatours-booking-form-title {
		font-size: 24px;
	}


	.newatours-booking-form-grid {
		gap: 12px;
	}


	.newatours-booking-trust-item {
		grid-template-columns:
			38px
			minmax(0, 1fr);

		gap: 7px;

		padding:
			0
			8px;
	}


	.newatours-booking-trust-icon {
		width: 36px;
		height: 36px;
	}


	.newatours-booking-trust-icon svg {
		width: 29px;
		height: 29px;
	}


	.newatours-booking-trust-content strong {
		font-size: 11px;
	}


	.newatours-booking-trust-content span {
		font-size: 11px;
	}

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

	.newatours-booking-form::after {
		display: none;
	}

	.newatours-booking-inquiry {
		grid-template-columns:
			1fr;

		gap: 22px;
	}


	/* ------------------------------------------------------
	   LINKS
	   ------------------------------------------------------ */

	.newatours-booking-info {
		padding:
			20px
			20px
			0;
	}


	.newatours-booking-detail-row,
	.newatours-booking-participants-box {
		grid-template-columns:
			44px
			minmax(0, 1fr);

		gap: 11px;

		padding:
			13px
			0;

		font-size: 14px;
	}


	.newatours-booking-detail-icon,
	.newatours-booking-participants-icon {
		width: 40px;
		height: 40px;
	}


	.newatours-booking-detail-icon svg,
	.newatours-booking-participants-icon svg {
		width: 21px;
		height: 21px;
	}


	.newatours-booking-detail-note {
		font-size: 13px;
	}


	.newatours-booking-no-dates-title {
		font-size: 16px;
	}


	.newatours-booking-no-dates-text {
		font-size: 14px;
	}


	.newatours-booking-illustration {
		margin:
			12px
			-20px
			0;
	}


	/* ------------------------------------------------------
	   RECHTS
	   ------------------------------------------------------ */

	.newatours-booking-form-card {
		padding: 20px;
		height: auto;
	}


	.newatours-booking-form-heading {
		grid-template-columns:
			42px
			minmax(0, 1fr);

		gap: 10px;

		margin-bottom: 19px;
	}


	.newatours-booking-form-heading-icon {
		width: 38px;
		height: 38px;
	}


	.newatours-booking-form-heading-icon svg {
		width: 20px;
		height: 20px;
	}


	.newatours-booking-form-title {
		font-size: 23px;
	}


	.newatours-booking-date-option {
		grid-template-columns:
			18px
			minmax(0, 1fr);

		padding:
			11px
			12px;
	}


	.newatours-booking-date-status {
		grid-column: 2;

		white-space: normal;
	}


	.newatours-booking-form-grid {
		grid-template-columns:
			1fr;

		gap: 16px;
	}


	.newatours-booking-email-icon {
		flex-basis: 44px;

		width: 44px;
	}


	/* Trust-Bereich mobil */

	.newatours-booking-trust-row {
		grid-template-columns:
			1fr;

		gap: 0;

		padding:
			4px
			14px;
	}


	.newatours-booking-trust-item {
		grid-template-columns:
			42px
			minmax(0, 1fr);

		gap: 10px;

		padding:
			12px
			0;
	}


	.newatours-booking-trust-item
	+ .newatours-booking-trust-item {
		border-left: 0;

		border-top:
			1px solid
			rgba(14, 42, 71, 0.12);
	}


	.newatours-booking-trust-icon {
		width: 38px;
		height: 38px;
	}


	.newatours-booking-trust-icon svg {
		width: 30px;
		height: 30px;
	}


	.newatours-booking-trust-content strong {
		font-size: 13px;
	}


	.newatours-booking-trust-content span {
		font-size: 12px;
	}

}

.newatours-booking-trust-content strong {
	white-space: nowrap;
	font-size: 12px;
}

/* ==========================================================
   TABLET FEINABSTIMMUNG – 768 bis 900 px
   ========================================================== */

@media (min-width: 768px) and (max-width: 900px) {

	.newatours-booking-inquiry {
		grid-template-columns:
			minmax(0, 1fr)
			minmax(0, 1fr);

		gap: 16px;
	}


	/* ------------------------------------------------------
	   LINKE SPALTE
	   ------------------------------------------------------ */

	.newatours-booking-info {
		padding:
			16px
			14px
			0;
	}


	.newatours-booking-detail-row,
	.newatours-booking-participants-box {
		grid-template-columns:
			36px
			minmax(0, 1fr);

		gap: 8px;

		padding:
			11px
			0;

		font-size: 12px;
		line-height: 1.42;
	}


	.newatours-booking-detail-icon,
	.newatours-booking-participants-icon {
		width: 32px;
		height: 32px;
	}


	.newatours-booking-detail-icon svg,
	.newatours-booking-participants-icon svg {
		width: 17px;
		height: 17px;
	}


	.newatours-booking-detail-note {
		font-size: 11px;
	}


	.newatours-booking-no-dates {
		margin-bottom: 12px;

		padding:
			11px
			12px;
	}


	.newatours-booking-no-dates-title {
		font-size: 13px;
	}


	.newatours-booking-no-dates-text {
		font-size: 11px;
		line-height: 1.4;
	}


	.newatours-booking-illustration {
		margin:
			10px
			-14px
			0;
	}


	/* ------------------------------------------------------
	   RECHTE SPALTE
	   ------------------------------------------------------ */

	.newatours-booking-form-card {
		padding: 14px;
	}


	.newatours-booking-form-heading {
		grid-template-columns:
			34px
			minmax(0, 1fr);

		gap: 8px;

		margin-bottom: 14px;
	}


	.newatours-booking-form-heading-icon {
		width: 32px;
		height: 32px;
	}


	.newatours-booking-form-heading-icon svg {
		width: 16px;
		height: 16px;
	}


	.newatours-booking-form-title {
		font-size: 19px;
	}


	.newatours-booking-form-intro {
		font-size: 10px;
		line-height: 1.4;
	}


	/* ------------------------------------------------------
	   TERMINE
	   ------------------------------------------------------ */

	.newatours-booking-date-options {
		margin-bottom: 12px;
	}


	.newatours-booking-date-option {
		grid-template-columns:
			14px
			minmax(0, 1fr)
			auto;

		gap: 6px;

		padding:
			9px
			10px;
	}


	.newatours-booking-date-main {
		font-size: 11px;
	}


	.newatours-booking-date-status {
		font-size: 9px;
	}


	.newatours-booking-individual-request {
		padding:
			10px
			11px;

		font-size: 11px;
	}


	/* ------------------------------------------------------
	   FORMULARFELDER
	   ------------------------------------------------------ */

	.newatours-booking-form-grid {
		gap: 8px;

		margin-bottom: 8px;
	}


	.newatours-booking-form-field {
		margin-bottom: 8px;
	}


	.newatours-booking-form-field input,
	.newatours-booking-form-field select {
		min-height: 36px;

		padding:
			6px
			8px;

		font-size: 10px;
	}


	.newatours-booking-form-field textarea {
		min-height: 82px;

		padding:
			7px
			8px;

		font-size: 10px;
	}


	.newatours-booking-email-icon {
		flex-basis: 36px;

		width: 36px;
	}


	.newatours-booking-email-icon svg {
		width: 17px;
		height: 17px;
	}


	.newatours-booking-callback {
		gap: 6px;

		margin:
			0
			0
			10px;

		font-size: 10px;
	}


	.newatours-booking-callback input {
		width: 13px;
		height: 13px;

		min-width: 13px;
	}


	.newatours-booking-submit {
		min-height: 38px;


		font-size: 11px;
	}


	/* ------------------------------------------------------
	   TRUST-BLOCK
	   ------------------------------------------------------ */

	.newatours-booking-trust-row {
		grid-template-columns: 1fr;

		margin-top: 14px;

		padding:
			4px
			10px;
	}


	.newatours-booking-trust-item {
		grid-template-columns:
			32px
			minmax(0, 1fr);

		gap: 8px;

		padding:
			8px
			0;
	}


	.newatours-booking-trust-item
	+ .newatours-booking-trust-item {
		border-left: 0;

		border-top:
			1px solid
			rgba(14, 42, 71, 0.12);
	}


	.newatours-booking-trust-icon {
		width: 30px;
		height: 30px;
	}


	.newatours-booking-trust-icon svg {
		width: 23px;
		height: 23px;
	}


	.newatours-booking-trust-content strong {
		font-size: 10px;

		white-space: nowrap;
	}


	.newatours-booking-trust-content span {
		font-size: 9px;
		line-height: 1.3;
	}

}

/* ==========================================================
   SCHMALER DESKTOP / LAPTOP
   ========================================================== */

@media (min-width: 901px) and (max-width: 1280px) {

	.newatours-booking-trust-row {
		grid-template-columns: 1fr;

		padding:
			6px
			14px;
	}


	.newatours-booking-trust-item {
		grid-template-columns:
			42px
			minmax(0, 1fr);

		gap: 10px;

		padding:
			11px
			0;
	}


	.newatours-booking-trust-item
	+ .newatours-booking-trust-item {
		border-left: 0;

		border-top:
			1px solid
			rgba(14, 42, 71, 0.12);
	}


	.newatours-booking-trust-icon {
		width: 38px;
		height: 38px;
	}


	.newatours-booking-trust-icon svg {
		width: 30px;
		height: 30px;
	}


	.newatours-booking-trust-content strong {
		font-size: 13px;
		line-height: 1.3;

		white-space: nowrap;
	}


	.newatours-booking-trust-content span {
		font-size: 11px;
		line-height: 1.35;
	}
}

/* ==========================================================
   FORM VALIDATION
   ========================================================== */

.newatours-booking-form-field
input.is-error,
.newatours-booking-form-field
select.is-error,
.newatours-booking-form-field
textarea.is-error {
	border-color: #b23a3a;

	box-shadow:
		0 0 0 2px
		rgba(178, 58, 58, 0.08);
}


/* E-Mail состоит из двух частей */

.newatours-booking-email-wrap.is-error
input {
	border-color: #b23a3a;

	box-shadow:
		0 0 0 2px
		rgba(178, 58, 58, 0.08);
}


.newatours-booking-email-wrap.is-error
.newatours-booking-email-icon {
	background: #a94747;
}


/* Reisetermin */

.newatours-booking-date-options.is-error
.newatours-booking-date-option:not(.is-disabled) {
	border-color:
		rgba(178, 58, 58, 0.65);
}

/* ==========================================================
   HONEYPOT
   ========================================================== */

.newatours-booking-honeypot {
	position: absolute !important;

	left: -10000px !important;

	width: 1px !important;
	height: 1px !important;

	overflow: hidden !important;

	opacity: 0 !important;

	pointer-events: none !important;
}

.newatours-booking-submit:disabled {
	cursor: default;
}

.newatours-booking-submit.is-sent {
	background: #587087;

	box-shadow: none;

	transform: none;
}

/* ==========================================================
   DYNAMISCHE FORMULARFELDER – LABELS
   ========================================================== */

.newatours-booking-field-label {
	display: block;

	margin:
		0
		0
		7px;

	color:
		var(--newa-navy);

	font-family: inherit;

	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.newatours-booking-required-mark {
	display: inline-block;

	margin-left: 3px;

	color: #b23a3a;

	font-weight: 700;
}

.newatours-booking-radio-group {
	margin: 0;
	padding: 0;

	border: 0;
}

.newatours-booking-radio-group
.newatours-booking-field-label {
	margin-bottom: 9px;
}

.newatours-booking-radio-option {
	display: inline-flex;
	align-items: center;

	gap: 7px;

	margin:
		0
		16px
		8px
		0;

	color:
		var(--newa-navy);

	font-size: 14px;

	cursor: pointer;
}

.newatours-booking-radio-option input {
	width: 16px;
	height: 16px;

	margin: 0;

	accent-color:
		var(--newa-gold);
}

@media (max-width: 767px) {

	.newatours-booking-field-label {
		font-size: 13px;
	}

	.newatours-booking-radio-option {
		font-size: 13px;
	}
}

/* ==========================================================
   ZAHLUNGS- & STORNOBEDINGUNGEN – MODAL
   ========================================================== */
.newatours-booking-terms-trigger {
	cursor: pointer;
}

.newatours-booking-terms-trigger:hover,
.newatours-booking-terms-trigger:focus-visible {
	color: var(--newa-navy);
}
body.newatours-booking-modal-open { overflow:hidden; }
.newatours-booking-terms-modal[hidden] { display:none !important; }
.newatours-booking-terms-modal { position:fixed; inset:0; z-index:999999; display:flex; align-items:center; justify-content:center; padding:28px; }
.newatours-booking-terms-backdrop { position:absolute; inset:0; background:rgba(2,19,32,.78); }
.newatours-booking-terms-dialog { position:relative; z-index:1; display:flex; flex-direction:column; width:min(760px,100%); max-height:min(84vh,900px); border:1px solid rgba(14,42,71,.12); border-radius:8px; background:#fff; box-shadow:0 24px 70px rgba(0,0,0,.28); overflow:hidden; }
.newatours-booking-terms-header { position:relative; padding:25px 64px 10px 30px; text-align:center; }
.newatours-booking-terms-header h2 { margin:0; color:var(--newa-gold); font-family:Marcellus,Georgia,serif; font-size:28px; font-weight:400; line-height:1.25; }
.newatours-booking-terms-close { position:absolute; top:16px; right:18px; display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; padding:0; border:0; background:transparent; color:var(--newa-navy); font-size:31px; font-weight:300; line-height:1; cursor:pointer; }
.newatours-booking-terms-close:hover,
.newatours-booking-terms-close:focus-visible { color:var(--newa-gold); }
.newatours-booking-terms-toolbar { display:flex; justify-content:center; padding:2px 30px 14px; border-bottom:1px solid rgba(14,42,71,.10); }
.newatours-booking-terms-print { display:inline-flex; align-items:center; gap:7px; padding:5px 8px; border:0; background:transparent; color:var(--newa-navy); font:inherit; font-size:14px; font-weight:600; cursor:pointer; }
.newatours-booking-terms-print svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.newatours-booking-terms-print:hover,
.newatours-booking-terms-print:focus-visible { color:var(--newa-gold); }
.newatours-booking-terms-content { overflow-y:auto; padding:24px 30px 30px; color:#2e2e2e; font-size:15px; line-height:1.65; overscroll-behavior:contain; }
.newatours-booking-terms-content > :first-child { margin-top:0; }
.newatours-booking-terms-content > :last-child { margin-bottom:0; }
.newatours-booking-terms-content p { margin:0 0 1em; }
.newatours-booking-terms-content ul,
.newatours-booking-terms-content ol { margin:0 0 1em 1.5em; padding:0; }
.newatours-booking-terms-content li { margin:0 0 .35em; }
.newatours-booking-terms-content h2,
.newatours-booking-terms-content h3,
.newatours-booking-terms-content h4 { margin:1.25em 0 .55em; }
.newatours-booking-terms-content h2,
.newatours-booking-terms-content h3,
.newatours-booking-terms-content h4 { color:var(--newa-navy); }
.newatours-booking-terms-content a { color:var(--newa-gold); }
@media (max-width:767px) {
  .newatours-booking-terms-modal { align-items:flex-end; padding:12px; }
  .newatours-booking-terms-dialog { max-height:90vh; border-radius:8px 8px 0 0; }
  .newatours-booking-terms-header { padding:20px 50px 8px 18px; }
  .newatours-booking-terms-header h2 { font-size:22px; }
  .newatours-booking-terms-close { top:10px; right:10px; }
  .newatours-booking-terms-toolbar { padding:2px 18px 10px; }
  .newatours-booking-terms-content { padding:18px; font-size:14px; }
}
