/* Kontakt-Seite */

.wiesn-kontakt-page {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

.wiesn-kontakt-hero__overlay {
	background:
		radial-gradient(circle at center, #fff 0%, rgba(255, 255, 255, 0.99) 26%, rgba(255, 255, 255, 0.84) 48%, rgba(255, 255, 255, 0.48) 68%, rgba(255, 255, 255, 0.18) 84%, rgba(255, 255, 255, 0) 100%),
		linear-gradient(to bottom, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.45) 72%, rgba(255, 255, 255, 0.82) 90%, #fff 100%);
}

.wiesn-kontakt-content {
	padding-top: clamp(2rem, 5vw, 3rem);
}

.wiesn-kontakt-layout {
	max-width: 40rem;
	margin: 0 auto;
}

.wiesn-kontakt-card {
	padding: clamp(1.75rem, 4vw, 2.5rem);
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 1.75rem;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.wiesn-kontakt-entry {
	max-width: none;
	margin: 0;
	text-align: center;
}

.wiesn-kontakt-entry img {
	display: block;
	max-width: 15rem;
	height: auto;
	margin: 0 auto 1.5rem;
}

.wiesn-kontakt-entry p {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.7;
	color: #525252;
}

.wiesn-kontakt-entry p:last-child {
	margin-bottom: 0;
}

.wiesn-kontakt-entry strong {
	color: #171717;
	font-weight: 600;
}

.wiesn-kontakt-entry a {
	color: #c97d20;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wiesn-kontakt-entry a:hover {
	color: #f29a30;
}

/* Kontaktformular (CF7, VFB, WPForms, …) */
.wiesn-kontakt-card--form,
.wiesn-kontakt-entry .wpcf7,
.wiesn-kontakt-entry .vfb-form,
.wiesn-kontakt-entry form {
	text-align: left;
}

.wiesn-kontakt-entry .wpcf7-form,
.wiesn-kontakt-entry .vfb-form,
.wiesn-kontakt-entry > form {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #f0f0f0;
}

.wiesn-kontakt-entry input[type="text"],
.wiesn-kontakt-entry input[type="email"],
.wiesn-kontakt-entry input[type="tel"],
.wiesn-kontakt-entry input[type="url"],
.wiesn-kontakt-entry textarea,
.wiesn-kontakt-entry select {
	width: 100%;
	border-radius: 0.75rem;
	border: 1px solid #e5e5e5;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #171717;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wiesn-kontakt-entry input:focus,
.wiesn-kontakt-entry textarea:focus,
.wiesn-kontakt-entry select:focus {
	outline: none;
	border-color: #f29a30;
	box-shadow: 0 0 0 3px rgba(242, 154, 48, 0.2);
}

.wiesn-kontakt-entry textarea {
	min-height: 9rem;
	resize: vertical;
}

.wiesn-kontakt-entry input[type="submit"],
.wiesn-kontakt-entry button[type="submit"],
.wiesn-kontakt-entry .vfb-submit,
.wiesn-kontakt-entry .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 10rem;
	margin-top: 0.5rem;
	padding: 0.75rem 1.5rem;
	border: 0;
	border-radius: 9999px;
	background: #f29a30;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.15s ease;
}

.wiesn-kontakt-entry input[type="submit"]:hover,
.wiesn-kontakt-entry button[type="submit"]:hover,
.wiesn-kontakt-entry .vfb-submit:hover,
.wiesn-kontakt-entry .wpcf7-submit:hover {
	background: #e08a22;
	transform: translateY(-1px);
}

.wiesn-kontakt-entry label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: #404040;
}

.wiesn-kontakt-entry .vfb-item,
.wiesn-kontakt-entry .wpcf7-form-control-wrap,
.wiesn-kontakt-entry .field {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.wiesn-kontakt-layout--split {
		display: grid;
		grid-template-columns: 1fr 1.1fr;
		gap: 2rem;
		max-width: 56rem;
	}
}
