/* Hello-Elementor-Footer: Logo nicht in Originalgröße, Links sichtbar. */
#site-footer {
	padding: 1.5rem 1rem 2rem;
	background: #3a7d82;
	color: #f9f7e8;
}
#site-footer .site-logo img,
#site-footer .custom-logo {
	width: auto !important;
	height: auto !important;
	max-width: 120px !important;
	max-height: 160px !important;
}
#site-footer .site-description,
#site-footer .copyright p {
	color: #f9f7e8;
	font-family: "roundy", "Montserrat", sans-serif;
}
#site-footer nav.site-navigation,
#site-footer #menu-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.4em 1em;
}
#site-footer #menu-footer a,
#site-footer nav.site-navigation a {
	color: #f9f7e8 !important;
	font-family: "roundy", "Montserrat", sans-serif;
	text-decoration: none;
}
#site-footer #menu-footer a:hover,
#site-footer #menu-footer a:focus,
#site-footer nav.site-navigation a:hover,
#site-footer nav.site-navigation a:focus {
	color: #c1a570 !important;
	text-decoration: underline;
}

.elementor-element-ydform {
	grid-column: 1 / -1;
	width: 100%;
}
.yd-form {
	max-width: 640px;
	margin: 1.5rem auto 2rem;
	color: #c1a570;
	font-family: "Montserrat", sans-serif;
}
.yd-form label {
	display: block;
	margin: 0 0 0.35em;
	font-size: 1rem;
}
.yd-form .yd-field {
	margin: 0 0 1.1em;
}
.yd-form input[type="text"],
.yd-form input[type="email"],
.yd-form textarea {
	width: 100%;
	box-sizing: border-box;
	background: rgba(249, 247, 232, 0.12);
	border: 1px solid #c1a570;
	color: #f9f7e8;
	font-family: inherit;
	font-size: 1rem;
	padding: 0.65em 0.8em;
	border-radius: 3px;
}
.yd-form textarea {
	min-height: 8em;
	resize: vertical;
}
.yd-form .yd-captcha-row {
	display: flex;
	align-items: center;
	gap: 0.8em;
	flex-wrap: wrap;
}
.yd-form .yd-captcha-row img {
	height: 48px;
	background: #3a7d82;
	border: 1px solid #c1a570;
}
.yd-form .yd-captcha-row input {
	max-width: 8em;
}
.yd-form .yd-hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}
.yd-form button[type="submit"] {
	background: #c1a570;
	color: #3a7d82;
	border: 0;
	font-family: "roundy", "Montserrat", sans-serif;
	font-size: 1.1rem;
	padding: 0.7em 1.6em;
	cursor: pointer;
}
.yd-form button[type="submit"]:hover {
	filter: brightness(1.08);
}
.yd-form-msg {
	margin: 0 0 1em;
	padding: 0.7em 0.9em;
	border: 1px solid #c1a570;
}
.yd-form-msg.is-ok {
	border-color: #f9f7e8;
}
.yd-form-msg[hidden] {
	display: none;
}

.yd-cookie {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.4rem;
	background: #3a7d82;
	color: #f9f7e8;
	font-family: "Montserrat", sans-serif;
	box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.18);
}
.yd-cookie.is-visible {
	display: flex;
}
.yd-cookie p {
	margin: 0;
	flex: 1 1 18rem;
	font-size: 0.95rem;
	line-height: 1.45;
}
.yd-cookie a {
	color: #c1a570;
}
.yd-cookie-accept {
	background: #c1a570;
	color: #3a7d82;
	border: 0;
	font-family: "roundy", "Montserrat", sans-serif;
	font-size: 1rem;
	padding: 0.65em 1.4em;
	cursor: pointer;
	white-space: nowrap;
}
.yd-cookie-accept:hover {
	filter: brightness(1.08);
}
.yd-map-placeholder {
	display: none;
	min-height: 280px;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.5rem;
	color: #c1a570;
	border: 1px solid #c1a570;
	font-family: "Montserrat", sans-serif;
}
.yd-map-placeholder.is-visible {
	display: flex;
}
