/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Search results – listenartige Darstellung */
.objecta-search-results {
	max-width: 48rem;
}

.objecta-search-form-wrap {
	margin-bottom: 1.5rem;
}

.objecta-search-meta {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	color: #70757a;
}

.objecta-search-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.objecta-search-item {
	margin: 0 0 1.75rem;
	padding: 0;
}

.objecta-search-url {
	display: block;
	font-size: 0.85rem;
	line-height: 1.4;
	color: #202124;
	text-decoration: none;
	word-break: break-all;
}

.objecta-search-url:hover,
.objecta-search-url:focus {
	text-decoration: underline;
}

.objecta-search-title {
	margin: 0.15rem 0 0.35rem;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.3;
}

.objecta-search-title a {
	color: #1a0dab;
	text-decoration: none;
}

.objecta-search-title a:hover,
.objecta-search-title a:focus {
	text-decoration: underline;
}

.objecta-search-title a:visited {
	color: #681da8;
}

.objecta-search-snippet {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #4d5156;
}

.objecta-search-empty {
	padding-top: 0.5rem;
}

.objecta-search-results .navigation.pagination,
.objecta-search-results .objecta-search-pagination {
	margin: 2rem 0 1rem;
}

.fusion-search-field input { border: 1px solid #aaa !important; }

/* FAQ Akkordeon */
.objecta-faq {
	margin: 2rem 0;
}

.objecta-faq__title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3;
}

.objecta-faq__list {
	border-top: 1px solid #ddd;
}

.objecta-faq__item {
	border-bottom: 1px solid #ddd;
}

.objecta-faq__question {
	position: relative;
	display: block;
	padding: 0.9rem 2.25rem 0.9rem 0;
	cursor: pointer;
	font-weight: 600;
	line-height: 1.4;
	list-style: none;
}

.objecta-faq__question::-webkit-details-marker {
	display: none;
}

.objecta-faq__question::after {
	content: '+';
	position: absolute;
	right: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	color: #666;
}

.objecta-faq__item[open] > .objecta-faq__question::after {
	content: '–';
}

.objecta-faq__answer {
	padding: 0 0 1rem;
	line-height: 1.6;
	color: #444;
}

.objecta-faq__answer > *:first-child {
	margin-top: 0;
}

.objecta-faq__answer > *:last-child {
	margin-bottom: 0;
}

/* Overview Subpages */
.objecta-overview-subpages {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	margin: 2rem 0;
}

.objecta-overview-subpages__item {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1.25rem;
}

.objecta-overview-subpages__media {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	display: block;
	overflow: hidden;
	text-decoration: none;
	background: #f0f0f0;
	aspect-ratio: 4 / 3;
}

.objecta-overview-subpages__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.objecta-overview-subpages__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 8rem;
	background: linear-gradient(135deg, #ececec, #d8d8d8);
}

.objecta-overview-subpages__content {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.objecta-overview-subpages__title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
}

.objecta-overview-subpages__title a {
	color: inherit;
	text-decoration: none;
}

.objecta-overview-subpages__title a:hover,
.objecta-overview-subpages__title a:focus {
	text-decoration: underline;
}

.objecta-overview-subpages__excerpt {
	margin: 0 0 0.75rem;
	line-height: 1.55;
	color: #555;
}

.objecta-overview-subpages__more {
	align-self: flex-start;
	font-weight: 600;
	text-decoration: none;
}

.objecta-overview-subpages__more:hover,
.objecta-overview-subpages__more:focus {
	text-decoration: underline;
}

@media (max-width: 700px) {
	.objecta-overview-subpages__media {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Vergleichstabelle (Aura / Bioresonanz) */
.objecta-compare-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0.5rem 0 1rem;
}

.objecta-compare-table th,
.objecta-compare-table td {
	border: 1px solid #ddd;
	padding: 0.65rem 0.85rem;
	text-align: left;
	vertical-align: top;
}

.objecta-compare-table th {
	background: #f5f5f5;
	font-weight: 600;
}

.objecta-compare-table tr:nth-child(even) td {
	background: #fafafa;
}

h3.objecta-overview-subpages__title a { text-decoration: none !important; }

/* Products catalog */
.objecta-products {
	margin: 2rem 0;
}

.objecta-products--list {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.objecta-products--list .objecta-products__item {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1.25rem;
}

.objecta-products--list .objecta-products__media {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	display: block;
	overflow: hidden;
	text-decoration: none;
	background: #f0f0f0;
	aspect-ratio: 4 / 3;
}

.objecta-products--grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.objecta-products--grid .objecta-products__item {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.objecta-products--grid .objecta-products__media {
	display: block;
	overflow: hidden;
	text-decoration: none;
	background: #f0f0f0;
	aspect-ratio: 4 / 3;
}

.objecta-products__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.objecta-products__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 8rem;
	background: linear-gradient(135deg, #ececec, #d8d8d8);
}

.objecta-products__content {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.objecta-products__title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
}

.objecta-products__title a {
	color: inherit;
	text-decoration: none;
}

.objecta-products__title a:hover,
.objecta-products__title a:focus {
	text-decoration: underline;
}

.objecta-products__excerpt {
	margin: 0 0 0.5rem;
	line-height: 1.55;
	color: #555;
}

.objecta-products__price {
	margin: 0 0 0.75rem;
	font-weight: 600;
}

.objecta-products__more {
	align-self: flex-start;
	font-weight: 600;
	text-decoration: none;
}

.objecta-products__more:hover,
.objecta-products__more:focus {
	text-decoration: underline;
}

@media (max-width: 900px) {
	.objecta-products--grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.objecta-products--list .objecta-products__media {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.objecta-products--grid {
		grid-template-columns: 1fr;
	}
}

h3.objecta-products__title a {
	text-decoration: none !important;
}

.objecta-produkt-single__inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem 1.25rem 3rem;
}

.objecta-produkt-single__featured {
	margin: 0 0 1.5rem;
}

.objecta-produkt-single__featured-img,
.objecta-produkt-single__gallery-img {
	display: block;
	width: 100%;
	height: auto;
}

.objecta-produkt-single__gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0 0 1.5rem;
}

.objecta-produkt-meta {
	margin: 1.5rem 0;
}

.objecta-produkt-meta__row {
	display: grid;
	grid-template-columns: 10rem 1fr;
	gap: 0.5rem 1rem;
	padding: 0.4rem 0;
	border-bottom: 1px solid #e5e5e5;
}

.objecta-produkt-meta dt {
	margin: 0;
	font-weight: 600;
}

.objecta-produkt-meta dd {
	margin: 0;
}

.objecta-produkt-single__pdf a {
	font-weight: 600;
}

@media (max-width: 640px) {
	.objecta-produkt-single__gallery {
		grid-template-columns: 1fr;
	}

	.objecta-produkt-meta__row {
		grid-template-columns: 1fr;
	}
}