/*--
	Theme Name: theme52477
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.5.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 2.0
	MotoPress Version: 1.0
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */

.post-author.clearfix {
display: none !important;
}

@media (max-width: 480px) {
	body.home .motopress-wrapper.header {
		background: #71b2e0;
	}
	.motopress-wrapper.header .logo {
		padding: 25px 27px 29px 29px;
	}
}

/* epicure banner */
.banner {
	width: 100%;
	height: 800px;
	background: rgb(212, 232, 247);
}
#epicure-jumbotron {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url("/assets/images/theme/epicure-banner.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
@media (max-width: 1100px) {
	.banner {
		height: 700px;
	}
}
@media (max-width: 1000px) {
	.banner {
		height: 650px;
	}
}
@media (max-width: 900px) {
	.banner {
		height: 500px;
	}
}
@media (max-width: 767px) {
	#epicure-jumbotron {
		background-size: cover;
	}
}

/* sticky contact footer */
body.has-epicure-contact-bar {
	padding-bottom: 0;
}

.epicure-contact-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10050;
	padding: 0 10px calc(env(safe-area-inset-bottom, 0px) + 10px);
	pointer-events: none;
}

.epicure-contact-bar__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 9px;
	border: 1px solid rgba(140, 179, 206, 0.72);
	border-radius: 16px;
	background: rgba(245, 251, 255, 0.95);
	box-shadow: 0 18px 30px -26px rgba(13, 47, 72, 0.95);
	backdrop-filter: blur(8px);
	pointer-events: auto;
}

.epicure-contact-bar__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 44px;
	padding: 9px 8px;
	border-radius: 11px;
	font: 700 13px/1.15 'PT Sans', sans-serif;
	letter-spacing: 0.01em;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.epicure-contact-bar__item svg {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.epicure-contact-bar__item:hover {
	transform: translateY(-1px);
}

.epicure-contact-bar__item--termin {
	background: #1f4c69;
	color: #fff;
}

.epicure-contact-bar__item--termin:hover {
	background: #163f59;
	color: #fff;
}

.epicure-contact-bar__item--whatsapp {
	background: #25d366;
	color: #fff;
}

.epicure-contact-bar__item--whatsapp:hover {
	background: #1ebe5d;
	color: #fff;
}

.epicure-contact-bar__item--call {
	background: #f3f9fd;
	border: 1px solid #cae0ee;
	color: #2b607f;
}

.epicure-contact-bar__item--call:hover {
	background: #e8f3fb;
	color: #1e526f;
}

@media (max-width: 767px) {
	body.has-epicure-contact-bar {
		padding-bottom: 108px;
	}

	.epicure-contact-bar {
		display: block;
		left: 8px;
		right: 8px;
		bottom: 8px;
		padding: 0 0 calc(env(safe-area-inset-bottom, 0px) + 8px);
	}

	.epicure-contact-bar__inner {
		gap: 8px;
		padding: 8px;
		max-width: none;
		border-radius: 20px;
		border: 1px solid rgba(156, 190, 211, 0.62);
		background: linear-gradient(145deg, rgba(245, 252, 255, 0.97), rgba(230, 243, 252, 0.95));
		box-shadow: 0 22px 42px -30px rgba(11, 42, 66, 0.9), 0 14px 30px -28px rgba(16, 52, 79, 0.7);
		backdrop-filter: blur(14px) saturate(130%);
	}

	.epicure-contact-bar__item {
		position: relative;
		overflow: hidden;
		flex-direction: column;
		gap: 4px;
		min-height: 56px;
		padding: 8px 6px;
		border-radius: 14px;
		font-size: 11px;
		letter-spacing: 0.03em;
		text-transform: uppercase;
	}

	.epicure-contact-bar__item::before {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(160deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
		pointer-events: none;
	}

	.epicure-contact-bar__item svg {
		width: 17px;
		height: 17px;
		flex: 0 0 17px;
		padding: 4px;
		border-radius: 999px;
	}

	.epicure-contact-bar__item--termin {
		background: linear-gradient(145deg, #2a678d, #1f4f6f);
		border: 1px solid rgba(14, 59, 89, 0.32);
	}

	.epicure-contact-bar__item--termin svg {
		background: rgba(255, 255, 255, 0.2);
	}

	.epicure-contact-bar__item--whatsapp {
		background: linear-gradient(145deg, #2fdf76, #1fbc5d);
		border: 1px solid rgba(20, 130, 66, 0.26);
	}

	.epicure-contact-bar__item--whatsapp svg {
		background: rgba(255, 255, 255, 0.22);
	}

	.epicure-contact-bar__item--call {
		background: linear-gradient(145deg, #f9fcff, #eaf4fb);
		border-color: rgba(166, 198, 218, 0.75);
		color: #275d7d;
	}

	.epicure-contact-bar__item--call svg {
		background: #deedf8;
	}

	.epicure-contact-bar__item:active {
		transform: translateY(0) scale(0.98);
	}
}

@media (max-width: 480px) {
	body.has-epicure-contact-bar {
		padding-bottom: 104px;
	}
	.epicure-contact-bar {
		left: 6px;
		right: 6px;
		bottom: 6px;
		padding-left: 0;
		padding-right: 0;
	}
	.epicure-contact-bar__inner {
		gap: 6px;
		padding: 7px;
		border-radius: 16px;
	}
	.epicure-contact-bar__item {
		min-height: 52px;
		padding: 7px 5px;
		font-size: 10px;
	}
	.epicure-contact-bar__item svg {
		width: 16px;
		height: 16px;
		flex-basis: 16px;
	}
}

/* global header and navigation refresh */
body .motopress-wrapper.header {
	position: relative;
	top: auto;
	left: auto;
	background: linear-gradient(135deg, #75aed7 0%, #6ca9d4 48%, #6aa6cf 100%) !important;
	box-shadow: 0 18px 35px -28px rgba(9, 36, 57, 0.95);
}

.motopress-wrapper.header .container > .row > .span12 > .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 116px;
}

.motopress-wrapper.header .container > .row > .span12 > .row > .span3,
.motopress-wrapper.header .container > .row > .span12 > .row > .span9 {
	float: none;
	margin-left: 0;
}

.motopress-wrapper.header .container > .row > .span12 > .row > .span3 {
	width: auto;
	flex: 0 0 auto;
}

.motopress-wrapper.header .container > .row > .span12 > .row > .span9 {
	width: auto;
	flex: 1 1 auto;
}

.motopress-wrapper.header .logo {
	height: auto;
	margin: 0;
	padding: 0;
	overflow: visible;
	background: none;
	filter: none;
}

.motopress-wrapper.header .logo .logo_h__img img {
	display: block;
	width: 178px;
	height: auto;
}

.motopress-wrapper.header .logo .logo_tagline {
	display: block;
	margin: 8px 0 0;
	padding: 0;
	background: none;
	position: static;
	width: auto;
	height: auto;
	font: 700 11px/1.2 'PT Sans', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #e8f5ff;
	text-align: left;
}

.motopress-wrapper.header .nav__primary {
	margin: 0;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 90;
}

.motopress-wrapper.header .nav__primary .sf-menu,
.motopress-wrapper.header .nav__primary .sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.motopress-wrapper.header .nav__primary .sf-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	padding: 8px;
	border-radius: 16px;
	background: rgba(30, 91, 129, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.34);
	box-shadow: 0 18px 30px -26px rgba(0, 28, 49, 0.9);
	backdrop-filter: blur(6px);
}

.motopress-wrapper.header .nav__primary .sf-menu > li {
	position: relative;
	margin: 0;
}

.motopress-wrapper.header .nav__primary .sf-menu > li > a {
	display: block;
	padding: 11px 14px;
	border: 0;
	border-radius: 10px;
	text-decoration: none;
	text-transform: none;
	font: 700 16px/1.2 'PT Sans', sans-serif;
	color: #f2fbff;
	letter-spacing: 0.01em;
	transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.motopress-wrapper.header .nav__primary .sf-menu > li > a:hover,
.motopress-wrapper.header .nav__primary .sf-menu > li.sfHover > a,
.motopress-wrapper.header .nav__primary .sf-menu > li.current-menu-item > a,
.motopress-wrapper.header .nav__primary .sf-menu > li.current_page_item > a {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.motopress-wrapper.header .nav__primary .sf-menu > li:last-child > a {
	background: #f39a30;
	color: #fff;
	box-shadow: 0 10px 20px -15px rgba(95, 52, 0, 0.95);
}

.motopress-wrapper.header .nav__primary .sf-menu > li:last-child > a:hover {
	background: #ef8d18;
	transform: translateY(-1px);
}

.motopress-wrapper.header .nav__primary .sf-menu .sub-menu {
	display: none;
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	min-width: 250px;
	padding: 10px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #d8e6f0;
	box-shadow: 0 24px 36px -24px rgba(8, 38, 60, 0.95);
	z-index: 120;
}

.motopress-wrapper.header .nav__primary .sf-menu .sub-menu::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: -6px;
	left: 22px;
	transform: rotate(45deg);
	background: #fff;
	border-left: 1px solid #d8e6f0;
	border-top: 1px solid #d8e6f0;
}

.motopress-wrapper.header .nav__primary .sf-menu .sub-menu li {
	margin: 0;
}

.motopress-wrapper.header .nav__primary .sf-menu .sub-menu a {
	display: block;
	padding: 9px 11px;
	border-radius: 9px;
	text-decoration: none;
	text-transform: none;
	font: 700 14px/1.35 'PT Sans', sans-serif;
	color: #265f85;
}

.motopress-wrapper.header .nav__primary .sf-menu .sub-menu a:hover,
.motopress-wrapper.header .nav__primary .sf-menu .sub-menu li.sfHover > a {
	background: #ebf5fc;
	color: #124667;
}

.motopress-wrapper.header .nav__primary .sf-menu > li:hover > .sub-menu,
.motopress-wrapper.header .nav__primary .sf-menu > li:focus-within > .sub-menu,
.motopress-wrapper.header .nav__primary .sf-menu > li.sfHover > .sub-menu,
.motopress-wrapper.header .nav__primary .sf-menu > li.is-open > .sub-menu {
	display: block;
	visibility: visible;
}

.motopress-wrapper.header .nav__primary .sf-menu ul:before,
.motopress-wrapper.header .nav__primary .sf-sub-indicator {
	display: none;
}

.motopress-wrapper.header .nav__primary .select-menu {
	display: none;
	width: 100%;
	max-width: 420px;
	margin: 0 0 0 auto;
	padding: 11px 12px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.96);
	font: 700 16px/1.2 'PT Sans', sans-serif;
	color: #235477;
}

.epicure-mobile-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 34px;
	padding: 0;
	border: 1px solid rgba(173, 204, 224, 0.95);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.95);
	color: #1f4f6f;
	box-shadow: 0 12px 20px -18px rgba(8, 38, 60, 0.9);
	cursor: pointer;
}

.epicure-mobile-toggle__icon,
.epicure-mobile-toggle__icon::before,
.epicure-mobile-toggle__icon::after {
	display: block;
	width: 16px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.epicure-mobile-toggle__icon {
	position: relative;
}

.epicure-mobile-toggle__icon::before,
.epicure-mobile-toggle__icon::after {
	content: "";
	position: absolute;
	left: 0;
}

.epicure-mobile-toggle__icon::before {
	top: -5px;
}

.epicure-mobile-toggle__icon::after {
	top: 5px;
}

@media (max-width: 1200px) {
	.motopress-wrapper.header .container > .row > .span12 > .row {
		min-height: 104px;
	}
	.motopress-wrapper.header .logo .logo_h__img img {
		width: 162px;
	}
	.motopress-wrapper.header .nav__primary .sf-menu > li > a {
		font-size: 15px;
		padding: 10px 11px;
	}
}

@media (max-width: 980px) {
	.motopress-wrapper.header .container > .row > .span12 > .row {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		min-height: 0;
		padding: 16px 0 18px;
	}
	.motopress-wrapper.header .container > .row > .span12 > .row > .span3,
	.motopress-wrapper.header .container > .row > .span12 > .row > .span9 {
		width: 100%;
		flex: none;
	}
	.motopress-wrapper.header .logo .logo_h__img img {
		width: 168px;
	}
	.motopress-wrapper.header .logo .logo_tagline {
		text-align: left;
	}
	.motopress-wrapper.header .nav__primary {
		justify-content: flex-start;
	}
	.motopress-wrapper.header .nav__primary .sf-menu {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	body .motopress-wrapper.header {
		box-shadow: none;
	}
	.motopress-wrapper.header .container > .row > .span12 > .row {
		align-items: center !important;
		justify-content: space-between !important;
		flex-direction: row !important;
		gap: 10px;
		min-height: 0 !important;
		padding: 7px 0 8px !important;
	}
	.motopress-wrapper.header .container > .row > .span12 > .row > .span3,
	.motopress-wrapper.header .container > .row > .span12 > .row > .span9 {
		width: auto !important;
		flex: 0 0 auto !important;
	}
	.motopress-wrapper.header .container > .row > .span12 > .row > .span9 {
		margin-left: auto;
	}
	.motopress-wrapper.header .logo {
		text-align: left;
	}
	.motopress-wrapper.header .logo .logo_h__img {
		display: block;
		line-height: 0;
		margin-top: 4px;
	}
	.motopress-wrapper.header .logo .logo_h__img img {
		display: block;
		margin: 0;
		width: 52px !important;
	}
	.motopress-wrapper.header .logo .logo_tagline {
		display: none;
	}
	.motopress-wrapper.header .nav__primary {
		position: relative;
		width: auto !important;
		justify-content: flex-end !important;
		margin-left: auto;
	}
	.motopress-wrapper.header .nav__primary .sf-menu {
		display: none !important;
		position: absolute;
		top: calc(100% + 8px);
		right: 0;
		left: auto;
		min-width: min(86vw, 330px);
		max-height: calc(100vh - 92px);
		overflow-y: auto;
		padding: 10px;
		border-radius: 14px;
		background: #fff;
		border: 1px solid #d8e6f0;
		box-shadow: 0 24px 36px -24px rgba(8, 38, 60, 0.95);
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		z-index: 220;
	}
	.motopress-wrapper.header.is-mobile-open .nav__primary .sf-menu {
		display: flex !important;
	}
	.motopress-wrapper.header .nav__primary .sf-menu > li > a {
		padding: 10px 12px;
		border-radius: 9px;
		font-size: 15px;
		color: #1f4f6f;
		background: #f4f9fd;
	}
	.motopress-wrapper.header .nav__primary .sf-menu > li > a:hover,
	.motopress-wrapper.header .nav__primary .sf-menu > li.sfHover > a {
		background: #e8f3fb;
		color: #143f5d;
	}
	.motopress-wrapper.header .nav__primary .sf-menu > li:last-child > a {
		background: #f39a30;
		color: #fff;
	}
	.motopress-wrapper.header .nav__primary .sf-menu .sub-menu {
		display: block !important;
		position: static !important;
		top: auto !important;
		left: auto !important;
		min-width: 0;
		margin: 4px 0 6px;
		padding: 0 0 0 10px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		visibility: visible !important;
		opacity: 1 !important;
	}
	.motopress-wrapper.header .nav__primary .sf-menu .sub-menu::before {
		display: none;
	}
	.motopress-wrapper.header .nav__primary .sf-menu .sub-menu a {
		padding: 7px 10px;
		border-radius: 8px;
		background: #f8fbff;
		color: #2b6285;
		font-size: 13px;
	}
	.motopress-wrapper.header .nav__primary .select-menu {
		display: none !important;
	}
	.motopress-wrapper.header .epicure-mobile-toggle {
		display: inline-flex;
	}
	.motopress-wrapper.header.is-mobile-open .epicure-mobile-toggle__icon {
		background: transparent;
	}
	.motopress-wrapper.header.is-mobile-open .epicure-mobile-toggle__icon::before {
		transform: translateY(5px) rotate(45deg);
	}
	.motopress-wrapper.header.is-mobile-open .epicure-mobile-toggle__icon::after {
		transform: translateY(-5px) rotate(-45deg);
	}
}

/* footer contrast */
.motopress-wrapper.footer,
.motopress-wrapper.footer p,
.motopress-wrapper.footer strong,
.motopress-wrapper.footer span,
.motopress-wrapper.footer li,
.motopress-wrapper.footer a,
.motopress-wrapper.footer address,
.motopress-wrapper.footer .footer-text,
.motopress-wrapper.footer .footer-nav,
.motopress-wrapper.footer .copyright-text,
.motopress-wrapper.footer .copyright-links {
	color: #fff !important;
}

.motopress-wrapper.footer a:hover {
	color: #fff !important;
	text-decoration: none;
	opacity: 0.9;
}

.ymyl-disclaimer {
	margin-top: 24px;
	padding: 12px 16px;
	border-left: 3px solid #7eb2d6;
	background: #f6fbff;
	color: #2b6285;
	font-size: 14px;
	line-height: 1.5;
}

/* ── Skip-to-content link (a11y) ── */
.skip-to-content {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 999999;
	padding: 12px 24px;
	background: #1a3a4f;
	color: #fff;
	font: 700 16px/1.4 'PT Sans', sans-serif;
	text-decoration: none;
	border-radius: 0 0 8px 0;
	white-space: nowrap;
}

.skip-to-content:focus {
	position: fixed;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: visible;
	outline: 3px solid #F39A30;
	outline-offset: 2px;
}

/* ── Focus-visible styles (a11y) ── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
	outline: 2px solid #F39A30;
	outline-offset: 2px;
}

.sf-menu > li > a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -2px;
	border-radius: 4px;
}

.ulth-btn:focus-visible,
.arzt-cta-box a:focus-visible,
.kosten-cta a:focus-visible {
	outline: 3px solid #1a3a4f;
	outline-offset: 2px;
}

details summary:focus-visible {
	outline: 2px solid #7eb2d6;
	outline-offset: 2px;
	border-radius: 4px;
}
