#main .insyde-aussteller-placeholder {
	aspect-ratio: 4 / 3;
	background: #f2f2f2;
	display: grid;
	gap: 40px;
	align-items: center;
	justify-items: center;
	padding: 60px;
}

#main .insyde-aussteller-placeholder img {
	display: block;
	width: 120px;
	height: 120px;
	object-fit: contain;
}

#main .insyde-aussteller-placeholder--count-1 {
	grid-template-columns: 1fr;
}

#main .insyde-aussteller-placeholder--count-2,
#main .insyde-aussteller-placeholder--count-3,
#main .insyde-aussteller-placeholder--count-4 {
	grid-template-columns: repeat(2, 1fr);
}

#main .insyde-aussteller-placeholder--count-3 img:nth-child(3) {
	grid-column: 1 / -1;
}

body.single-post header.entry-header,
body.single-post #content ul.meta,
body.single-post div#content div.thumbnail {
	display: none;
}

body.single-post .content-area {
	border-right: 0;
	padding-right: 0;
}

/* -------------------------------------------------------
 * Insyde Aussteller: Ergebnisbereich
 * ----------------------------------------------------- */

#insyde-aussteller-results {
	position: relative;
	z-index: 1;
	min-height: 0;
}

#insyde-aussteller-results.is-loading {
	opacity: 0.45;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

/* -------------------------------------------------------
 * Insyde Aussteller: Filter
 * ----------------------------------------------------- */

.insyde-aussteller-filter {
	position: relative;
	z-index: 20;
	background-color: var(--farbe-hellblau);
	padding: 28px 34px 34px;
	margin: 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.insyde-aussteller-filter,
.insyde-aussteller-filter * {
	box-sizing: border-box;
}

.insyde-aussteller-filter__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	color: var(--farbe-dunkelgrau);
	font-size: 15px;
	font-weight: 700;
}

.insyde-aussteller-filter__inner {
	display: flex;
	align-items: flex-end;
	gap: 22px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.insyde-aussteller-filter__search {
	position: relative;
	z-index: 30;
	width: 280px;
	max-width: 100%;
	flex: 0 1 280px;
	min-width: 0;
}

.insyde-aussteller-filter__search input[type="search"] {
	width: 100%;
	height: 44px;
	padding: 0 46px 0 16px;
	border: 0;
	border-radius: 5px;
	background-color: var(--farbe-weiss);
	color: var(--farbe-dunkelgrau);
	font-size: 14px;
	font-weight: 400;
	outline: none;
	box-shadow: none;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 18.1C14.8317 18.1 18.1 14.8317 18.1 10.8C18.1 6.76832 14.8317 3.5 10.8 3.5C6.76832 3.5 3.5 6.76832 3.5 10.8C3.5 14.8317 6.76832 18.1 10.8 18.1Z' stroke='%23324349' stroke-width='2'/%3E%3Cpath d='M16.1 16.1L21 21' stroke='%23324349' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 20px 20px;
}

.insyde-aussteller-filter__search input::placeholder {
	color: var(--farbe-dunkelgrau);
	opacity: 0.65;
}

.insyde-aussteller-filter__categories {
	flex: 1 1 0;
	width: 0;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

#main .insyde-aussteller-meta__categories a {
	display: block;
	font-weight: 500;
}

.insyde-aussteller-filter__label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 12px;
	color: var(--farbe-dunkelgrau);
	font-size: 13px;
	font-weight: 800;
}

.insyde-aussteller-filter__label::after {
	content: "← →";
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}

.insyde-aussteller-filter__scroll {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 0 2px;
	margin: 0;
	scrollbar-width: none;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.insyde-aussteller-filter__scroll::-webkit-scrollbar {
	display: none;
}

.insyde-aussteller-filter__pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 0 15px 0 10px;
	border-radius: 999px;
	background-color: var(--farbe-dunkelgrau);
	color: var(--farbe-weiss);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	transition: 0.2s ease;
}

.insyde-aussteller-filter__pill:hover,
.insyde-aussteller-filter__pill.is-active {
	background-color: var(--farbe-rot);
	color: var(--farbe-weiss);
}

.insyde-aussteller-filter__pill input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.insyde-aussteller-filter__icon {
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	border-radius: 50%;
	background-color: var(--farbe-weiss);
}

.insyde-aussteller-filter__icon.is-az {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--farbe-rot);
	font-size: 9px;
	font-weight: 900;
}

.insyde-aussteller-filter__pill:not(:first-child) .insyde-aussteller-filter__icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
}

.insyde-aussteller-filter__pill--auto-mobilitaet .insyde-aussteller-filter__icon {
	background-image: url("/wp-content/uploads/2026/05/Icon-Programm-Auto.svg");
}

.insyde-aussteller-filter__pill--bauen-wohnen-garten .insyde-aussteller-filter__icon {
	background-image: url("/wp-content/uploads/2026/05/Icon-Programm-Standort.svg");
}

.insyde-aussteller-filter__pill--beratung-information .insyde-aussteller-filter__icon {
	background-image: url("/wp-content/uploads/2026/05/Icon-Programm-Praesentation.svg");
}

.insyde-aussteller-filter__pill--freizeit-sport-genuss .insyde-aussteller-filter__icon {
	background-image: url("/wp-content/uploads/2026/05/Icon-Programm-Standort.svg");
}

.insyde-aussteller-filter__pill--gesundheit-wellness .insyde-aussteller-filter__icon {
	background-image: url("/wp-content/uploads/2026/05/Icon-Programm-Praesentation.svg");
}

.insyde-aussteller-filter__submit {
	display: none !important;
}

/* -------------------------------------------------------
 * Insyde Aussteller: Autocomplete
 * ----------------------------------------------------- */

.insyde-aussteller-autocomplete {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	width: 420px;
	max-width: calc(100vw - 36px);
	background-color: var(--farbe-weiss);
	box-shadow: 0 12px 28px rgba(50, 67, 73, 0.16);
	border-radius: 4px;
	overflow: hidden;
	z-index: 999;
}

.insyde-aussteller-autocomplete.is-visible {
	display: block;
}

.insyde-aussteller-autocomplete__list {
	max-height: 430px;
	overflow-y: auto;
}

.insyde-aussteller-autocomplete__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	color: var(--farbe-dunkelgrau);
	text-decoration: none !important;
	border-bottom: 1px solid rgba(50, 67, 73, 0.08);
	transition: background-color 0.2s ease;
}

.insyde-aussteller-autocomplete__item:hover {
	background-color: var(--farbe-hellblau);
}

.insyde-aussteller-autocomplete__item:last-child {
	border-bottom: 0;
}

.insyde-aussteller-autocomplete__image {
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--farbe-hellblau);
	border-radius: 3px;
	overflow: hidden;
}

.insyde-aussteller-autocomplete__image:empty {
	display: none;
}

.insyde-aussteller-autocomplete__image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.insyde-aussteller-autocomplete__content {
	display: block;
	min-width: 0;
}

.insyde-aussteller-autocomplete__title {
	display: block;
	color: var(--farbe-dunkelgrau);
	font-size: 15px;
	line-height: 1.25;
	font-weight: 800;
}

.insyde-aussteller-autocomplete__text {
	display: block;
	margin-top: 4px;
	color: var(--farbe-dunkelgrau);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
}

.insyde-aussteller-autocomplete__stand {
	display: block;
	margin-top: 4px;
	color: var(--farbe-rot);
	font-size: 12px;
	line-height: 1.25;
	font-weight: 800;
}

.insyde-aussteller-autocomplete__empty {
	padding: 16px;
	color: var(--farbe-dunkelgrau);
	font-size: 14px;
	font-weight: 700;
}

/* -------------------------------------------------------
 * Insyde Aussteller: Liste und Karte
 * ----------------------------------------------------- */

.insyde-aussteller-liste {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
	padding: 45px 0 0;
}

.insyde-aussteller-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 560px;
	text-align: center;
	background-color: var(--farbe-hellblau);
	padding: 58px 48px 48px;
	box-shadow: 0 5px 12px rgba(29, 29, 27, 0.45);
	box-sizing: border-box;
}

.insyde-aussteller-card__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 110px;
	margin-bottom: 28px;
}

.insyde-aussteller-card__logo:empty {
	display: none;
}

.insyde-aussteller-card__logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.insyde-aussteller-card__logo img {
	display: block;
	max-width: 190px;
	max-height: 95px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.insyde-aussteller-card__logo img[src$=".svg"],
.insyde-aussteller-card__logo img[src*=".svg"] {
	width: 190px;
	height: auto;
	max-width: 100%;
	max-height: 95px;
}

.insyde-aussteller-card__title {
	margin: 0 0 20px;
	color: var(--farbe-rot);
	font-size: 24px;
	line-height: 1.15;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.insyde-aussteller-card__title a {
	color: inherit;
	text-decoration: inherit;
}

.insyde-aussteller-card__text {
	margin: 0 auto 26px;
	max-width: 350px;
	color: var(--farbe-dunkelgrau);
	font-size: 16px;
	line-height: 1.42;
	font-weight: 500;
}

.insyde-aussteller-card__meta {
	margin-top: 18px;
	color: var(--farbe-dunkelgrau);
	font-size: 15px;
	line-height: 1.35;
}

.insyde-aussteller-card__meta strong {
	display: block;
	margin-bottom: 4px;
	color: var(--farbe-rot);
	font-size: 14px;
	line-height: 1.2;
	font-weight: 900;
}

.insyde-aussteller-card__meta span {
	display: block;
	color: var(--farbe-dunkelgrau);
	font-size: 15px;
	line-height: 1.25;
	font-weight: 900;
}

.insyde-aussteller-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	margin-top: 30px;
	padding: 0 20px;
	border-radius: 999px;
	background-color: var(--farbe-rot);
	color: var(--farbe-weiss) !important;
	font-size: 14px;
	line-height: 1;
	font-weight: 900;
	text-decoration: none !important;
}

.insyde-aussteller-card__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: var(--farbe-weiss);
	color: var(--farbe-rot);
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
}

.insyde-aussteller-empty {
	display: none;
	padding: 40px 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--farbe-dunkelgrau);
}

/* -------------------------------------------------------
 * Insyde Aussteller: Detailansicht
 * ----------------------------------------------------- */

.insyde-aussteller-detail {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 60px 24px;
	background: var(--farbe-gelb);
	color: var(--farbe-schwarz);
	overflow: hidden;
	box-sizing: border-box;
}

.insyde-aussteller-detail::before,
.insyde-aussteller-detail::after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	border: 22px solid var(--farbe-rot);
	pointer-events: none;
	z-index: 0;
}

.insyde-aussteller-detail::before {
	top: -270px;
	left: -210px;
}

.insyde-aussteller-detail::after {
	right: -240px;
	bottom: -280px;
}

.insyde-aussteller-inner {
	position: relative;
	z-index: 2;
	max-width: 1500px;
	margin: 0 auto;
}

.insyde-aussteller-close {
	position: absolute;
	top: 1vw;
	right: 2vw;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--farbe-weiss);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.insyde-aussteller-close::before,
.insyde-aussteller-close::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 2px;
	background: var(--farbe-schwarz);
	border-radius: 2px;
}

.insyde-aussteller-close::before {
	transform: rotate(45deg);
}

.insyde-aussteller-close::after {
	transform: rotate(-45deg);
}

.insyde-aussteller-head {
	display: grid;
	grid-template-columns: minmax(0, 80%) minmax(0, 20%);
	gap: 24px;
	align-items: center;
	margin-bottom: 44px;
}

.insyde-aussteller-head-left {
	min-width: 0;
	display: flex;
	align-items: center;
}

.insyde-aussteller-head-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	min-width: 0;
	text-align: right;
}

.insyde-aussteller-title {
	margin: 0;
	font-size: clamp(34px, 4vw, 64px);
	line-height: 1.02;
	font-weight: 800;
	color: var(--farbe-schwarz);
}

.insyde-aussteller-logo {
	width: 100%;
	max-width: 220px;
	min-height: 110px;
	border-radius: 0;
	background: transparent;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	flex: 0 0 auto;
}

.insyde-aussteller-logo img {
	display: block;
	max-width: 100%;
	max-height: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.insyde-aussteller-logo:empty {
	display: none;
}

.insyde-aussteller-main {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 44px;
	align-items: start;
}

.insyde-aussteller-media {
	width: 100%;
}

.insyde-aussteller-image {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--farbe-weiss);
}

.insyde-aussteller-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.insyde-aussteller-description {
	margin-bottom: 34px;
}

.insyde-aussteller-description-title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 800;
	color: var(--farbe-schwarz);
}

.insyde-aussteller-text {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.45;
	color: var(--farbe-schwarz);
}

.insyde-aussteller-text p {
	margin-top: 0;
	margin-bottom: 16px;
}

.insyde-aussteller-info-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 42px;
	margin-top: 34px;
	padding: 26px 0 0;
	align-items: start;
}

.insyde-aussteller-info-grid__left,
.insyde-aussteller-info-grid__right {
	min-width: 0;
}

.insyde-aussteller-info-grid__left {
	order: 1;
}

.insyde-aussteller-info-grid__right {
	order: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 22px;
}

.insyde-aussteller-info-grid .insyde-aussteller-meta:first-child {
	margin-top: 0;
}

.insyde-aussteller-meta {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.25;
}

.insyde-aussteller-meta span {
	display: block;
	font-weight: 800;
	color: var(--farbe-schwarz);
}

.insyde-aussteller-meta strong,
.insyde-aussteller-meta a {
	display: inline-block;
	font-weight: 500;
	color: var(--farbe-schwarz);
}

.insyde-aussteller-meta a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.insyde-aussteller-meta--standplatz {
	width: 100%;
	margin-top: 0;
	padding: 24px 28px;
	background: var(--farbe-weiss);
	box-sizing: border-box;
}

.insyde-aussteller-meta--standplatz strong {
	color: var(--farbe-rot);
}

.insyde-aussteller-info-grid__right .insyde-button-wrap {
	justify-content: flex-start;
	width: auto;
}

.insyde-aussteller-info-grid__right .insyde-simple-btn {
	min-height: 42px;
	padding: 10px 22px;
	border-radius: 999px;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 800;
	text-decoration: none !important;
}

.insyde-aussteller-info-grid__right .insyde-button-icon {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.insyde-aussteller-info-grid__right .insyde-button-icon svg,
.insyde-aussteller-info-grid__right .insyde-button-icon img {
	width: 100%;
	height: 100%;
	display: block;
}

.insyde-aussteller-actions {
	display: none;
	margin-top: 52px;
	padding-top: 36px;
	border-top: 2px solid rgba(255, 255, 255, 0.9);
	/*display: flex;*/
	justify-content: center;
	text-align: center;
}

.insyde-aussteller-action-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.insyde-aussteller-action-group > span {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 800;
	color: var(--farbe-schwarz);
}

.insyde-aussteller-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 22px;
	border-radius: 999px;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.insyde-aussteller-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(29, 29, 27, 0.18);
}

.insyde-aussteller-btn.is-light {
	background: var(--farbe-weiss);
	color: var(--farbe-rot);
}

.insyde-aussteller-btn.is-orange {
	background: var(--farbe-rot);
	color: var(--farbe-weiss);
}

/* -------------------------------------------------------
 * Insyde Aussteller: Galerie
 * ----------------------------------------------------- */

.insyde-aussteller-gallery {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.insyde-aussteller-gallery-item {
	display: block;
	position: relative;
	aspect-ratio: 1 / 0.72;
	overflow: hidden;
	border: 2px solid transparent;
	background: var(--farbe-weiss);
	text-decoration: none;
}

.insyde-aussteller-gallery-item:first-child {
	border-color: var(--farbe-rot);
}

.insyde-aussteller-gallery-item.is-active {
	border-color: var(--farbe-rot);
}

.insyde-aussteller-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.25s ease;
}

.insyde-aussteller-gallery-item:hover img {
	transform: scale(1.06);
}

.insyde-aussteller-action-group .insyde-button-wrap {
	width: auto;
	justify-content: center;
}

.insyde-aussteller-action-group .insyde-simple-btn {
	min-height: 42px;
	padding: 10px 22px;
	border-radius: 999px;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 800;
	text-decoration: none !important;
}

.insyde-aussteller-action-group .insyde-button-icon {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.insyde-aussteller-action-group .insyde-button-icon svg,
.insyde-aussteller-action-group .insyde-button-icon img {
	width: 100%;
	height: 100%;
	display: block;
}

/* -------------------------------------------------------
 * Insyde Aussteller: Responsive
 * ----------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1150px) {
	.insyde-aussteller-filter__inner {
		display: block;
	}

	.insyde-aussteller-filter__search {
		width: 100%;
		max-width: 420px;
		flex: none;
		margin-bottom: 18px;
	}

	.insyde-aussteller-filter__categories {
		width: 100%;
		max-width: 100%;
	}

	.insyde-aussteller-filter__scroll {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 1024px) {
	.insyde-aussteller-liste {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.insyde-aussteller-card {
		min-height: 520px;
		padding: 48px 36px 42px;
	}
}

@media (max-width: 767px) {
	.insyde-aussteller-filter {
		padding: 18px 18px 24px;
		margin-bottom: 50px;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		box-sizing: border-box;
	}

	.insyde-aussteller-filter__categories,
	.insyde-aussteller-filter__scroll {
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		box-sizing: border-box;
	}

	.insyde-aussteller-filter__inner {
		display: block;
	}

	.insyde-aussteller-filter__search {
		width: 100%;
		flex: none;
		margin-bottom: 18px;
	}

	.insyde-aussteller-filter__label {
		margin-bottom: 10px;
	}

	.insyde-aussteller-autocomplete {
		width: 100%;
		max-width: 100%;
	}

	.insyde-aussteller-liste {
		display: block;
		padding-top: 0;
	}

	.insyde-aussteller-card {
		padding: 36px 24px 34px;
		margin-bottom: 50px;
	}

	.insyde-aussteller-card__title {
		font-size: 19px;
	}

	.insyde-aussteller-card__text {
		font-size: 14px;
	}

	.insyde-aussteller-card__logo img[src$=".svg"],
	.insyde-aussteller-card__logo img[src*=".svg"] {
		width: 150px;
		height: auto;
		max-width: 100%;
		max-height: 58px;
	}

	.insyde-aussteller-detail {
		width: 100vw;
		max-width: none;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: 22px 14px 40px;
	}

	.insyde-aussteller-detail::before,
	.insyde-aussteller-detail::after {
		width: 220px;
		height: 220px;
		border-width: 13px;
	}

	.insyde-aussteller-detail::before {
		top: -145px;
		left: -115px;
	}

	.insyde-aussteller-detail::after {
		right: -145px;
		bottom: -155px;
	}

	.insyde-aussteller-close {
		top: 15px;
		right: 17px;
		width: 36px;
		height: 36px;
	}

	.insyde-aussteller-close::before,
	.insyde-aussteller-close::after {
		width: 18px;
	}

	.insyde-aussteller-head {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		margin-bottom: 22px;
		margin-top: 60px;
	}

	.insyde-aussteller-head-right {
		align-items: flex-start;
		text-align: left;
		gap: 12px;
	}

	.insyde-aussteller-title {
		font-size: 28px;
		line-height: 1.08;
	}

	.insyde-aussteller-logo {
		max-width: 170px;
		min-height: 70px;
		justify-content: flex-start;
	}

	.insyde-aussteller-logo img {
		max-height: 80px;
	}

	.insyde-aussteller-main {
		display: block;
	}

	.insyde-aussteller-image {
		aspect-ratio: 1.52 / 1;
		margin-bottom: 22px;
	}

	.insyde-aussteller-gallery {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 4px;
		margin-top: -14px;
		margin-bottom: 22px;
	}

	.insyde-aussteller-gallery-item {
		aspect-ratio: 1 / 0.72;
		border-width: 1px;
	}

	.insyde-aussteller-description {
		margin-bottom: 28px;
	}

	.insyde-aussteller-description-title {
		font-size: 18px;
		line-height: 1.2;
	}

	.insyde-aussteller-text {
		font-size: 15px;
		line-height: 1.45;
	}

	.insyde-aussteller-text p {
		margin-bottom: 12px;
	}

	.insyde-aussteller-info-grid {
		display: block;
		margin-top: 28px;
		padding-top: 0;
	}

	.insyde-aussteller-info-grid__right {
		margin-top: 24px;
		gap: 16px;
	}

	.insyde-aussteller-meta {
		margin-top: 22px;
		font-size: 15px;
		line-height: 1.35;
	}

	.insyde-aussteller-meta span {
		margin-bottom: 3px;
	}

	.insyde-aussteller-meta--standplatz {
		padding: 18px 20px;
	}

	.insyde-aussteller-info-grid__right .insyde-simple-btn {
		min-height: 46px;
		padding: 12px 22px;
		font-size: 16px;
	}

	.insyde-aussteller-info-grid__right .insyde-button-icon {
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
	}

	.insyde-aussteller-actions {
		display: none;
		margin-top: 32px;
		padding-top: 22px;
		/*display: flex;*/
		flex-direction: column;
		gap: 26px;
	}

	.insyde-aussteller-action-group {
		gap: 10px;
	}

	.insyde-aussteller-action-group > span {
		font-size: 15px;
		line-height: 1.25;
	}

	.insyde-aussteller-btn {
		min-height: 36px;
		padding: 9px 18px;
		font-size: 14px;
		line-height: 1.15;
	}

	.insyde-aussteller-action-group .insyde-simple-btn {
		min-height: 96px;
		min-width: 354px;
		padding: 18px 32px;
		gap: 22px;
		font-size: 34px;
		line-height: 1;
	}

	.insyde-aussteller-action-group .insyde-button-icon {
		width: 48px;
		height: 48px;
		flex: 0 0 48px;
	}
}