
.ml-nph, .ml-nps, .ml-npp {
	--ml-blue: #0B63CE;
	--ml-navy: #102B5C;
	--ml-yellow: #F7C83E;
	box-sizing: border-box;
}

.ml-nph *, .ml-nps *, .ml-npp *,
.ml-nph *::before, .ml-nps *::before, .ml-npp *::before,
.ml-nph *::after, .ml-nps *::after, .ml-npp *::after {
	box-sizing: border-box;
}

.ml-nph {
	background: #fff;
	overflow: hidden;
}

.ml-nph__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(48px, 7vw, 100px);
}

.ml-nph__content {
	max-width: 590px;
}

.ml-nph__eyebrow,
.ml-nps__eyebrow,
.ml-npp__eyebrow {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ml-nph__title {
	margin: 18px 0 0;
	font-size: clamp(48px, 5.3vw, 78px);
	line-height: .99;
	letter-spacing: -.045em;
	color: var(--ml-navy);
}

.ml-nph__description {
	margin-top: 28px;
	max-width: 540px;
	font-size: 19px;
	line-height: 1.7;
	color: #445166;
}

.ml-nph__tagline {
	margin-top: 24px;
	font-family: "Segoe Print", "Bradley Hand", cursive;
	font-size: 24px;
	line-height: 1.45;
	transform: rotate(-1deg);
}

.ml-nph__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.ml-nph__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 52px;
	padding: 14px 22px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: .2s ease;
}

.ml-nph__btn:hover {
	transform: translateY(-2px);
}

.ml-nph__btn--primary {
	color: #fff;
}

.ml-nph__btn--secondary {
	color: var(--ml-navy);
}

.ml-nph__media {
	position: relative;
}

.ml-nph__image-wrap {
	height: 560px;
	overflow: hidden;
	border-radius: 26px;
	background: #f0f5fb;
	box-shadow: 0 24px 70px rgba(18, 45, 85, .12);
}

.ml-nph__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.ml-nph__badge {
	position: absolute;
	left: -42px;
	top: 18%;
	width: 122px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border: 7px solid #fff;
	border-radius: 50%;
	padding: 18px;
	text-align: center;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.15;
	color: var(--ml-navy);
	box-shadow: 0 18px 45px rgba(16, 43, 92, .16);
}

/* Steps */
.ml-nps {
	background: #F5F9FD;
}

.ml-nps__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: .65fr 1.35fr;
	gap: clamp(42px, 6vw, 90px);
	align-items: start;
}

.ml-nps__title {
	margin: 14px 0 0;
	max-width: 360px;
	font-size: clamp(36px, 4vw, 58px);
	line-height: 1.05;
	letter-spacing: -.03em;
	color: var(--ml-navy);
}

.ml-nps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}

.ml-nps__item {
	position: relative;
	padding: 10px 28px 16px;
	border-left: 1px solid #dbe5f0;
}

.ml-nps__top {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
}

.ml-nps__number {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	border: 2px solid currentColor;
	border-radius: 50%;
	font-weight: 900;
}

.ml-nps__icon {
	font-size: 34px;
}

.ml-nps__item h3 {
	margin: 0 0 12px;
	font-size: 20px;
	color: var(--ml-navy);
}

.ml-nps__item p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #526174;
}

/* Nano Pay */
.ml-npp {
	color: #fff;
	overflow: hidden;
}

.ml-npp__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	align-items: center;
	gap: clamp(54px, 7vw, 110px);
}

.ml-npp__title {
	margin: 14px 0 0;
	font-size: clamp(40px, 4.6vw, 66px);
	line-height: 1.02;
	letter-spacing: -.04em;
	color: #fff;
}

.ml-npp__text {
	margin: 24px 0 0;
	max-width: 530px;
	font-size: 18px;
	line-height: 1.65;
	color: rgba(255,255,255,.82);
}

.ml-npp__list {
	list-style: none;
	padding: 0;
	margin: 28px 0 0;
	display: grid;
	gap: 12px;
}

.ml-npp__list li {
	display: flex;
	gap: 12px;
	font-size: 16px;
	line-height: 1.45;
}

.ml-npp__check {
	font-weight: 900;
}

.ml-npp__button {
	display: inline-flex;
	margin-top: 32px;
	padding: 13px 20px;
	border: 2px solid currentColor;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
}

.ml-npp__visual {
	position: relative;
	min-height: 430px;
}

.ml-npp__card-frame {
	position: absolute;
	left: 0;
	top: 50%;
	width: min(76%, 520px);
	transform: translateY(-50%) rotate(-4deg);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(0,0,0,.22);
	background: rgba(255,255,255,.08);
}

.ml-npp__card-image {
	display: block;
	width: 100%;
	height: auto;
}

.ml-npp__qr-frame {
	position: absolute;
	right: 0;
	bottom: 8%;
	width: 160px;
	padding: 14px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 22px 50px rgba(0,0,0,.18);
}

.ml-npp__qr-image {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	.ml-nph__inner,
	.ml-nps__inner,
	.ml-npp__inner {
		grid-template-columns: 1fr;
	}

	.ml-nps__title {
		max-width: 700px;
	}

	.ml-npp__visual {
		min-height: 380px;
	}

	.ml-nph__badge {
		left: auto;
		right: 24px;
		top: -34px;
	}
}

@media (max-width: 767px) {
	.ml-nph__inner,
	.ml-nps__inner,
	.ml-npp__inner {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.ml-nph__title {
		font-size: 42px;
	}

	.ml-nph__description {
		font-size: 17px;
	}

	.ml-nph__actions {
		flex-direction: column;
	}

	.ml-nph__btn {
		width: 100%;
	}

	.ml-nph__image-wrap {
		height: 330px;
	}

	.ml-nph__badge {
		width: 98px;
		font-size: 14px;
		border-width: 5px;
	}

	.ml-nps__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ml-nps__item {
		padding: 0 0 28px;
		border-left: 0;
		border-bottom: 1px solid #dbe5f0;
	}

	.ml-npp__visual {
		min-height: 320px;
	}

	.ml-npp__card-frame {
		width: 82%;
	}

	.ml-npp__qr-frame {
		width: 120px;
	}
}


/* v1.1.1: uploaded SVG/PNG support in Steps widget */
.ml-nps__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.ml-nps__icon img,
.ml-nps__icon svg {
	display: block;
	max-width: none;
	object-fit: contain;
}

.ml-nps__icon img {
	height: auto;
}


/* Waschprogramme widget */
.ml-npw {
	background: #fff;
}

.ml-npw__inner {
	max-width: 1280px;
	margin: 0 auto;
}

.ml-npw__header {
	max-width: 760px;
	margin: 0 auto 46px;
	text-align: center;
}

.ml-npw__eyebrow {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ml-npw__title {
	margin: 12px 0 0;
	font-size: clamp(36px, 4vw, 58px);
	line-height: 1.06;
	letter-spacing: -.035em;
	color: var(--ml-navy);
}

.ml-npw__intro {
	margin: 20px auto 0;
	max-width: 700px;
	font-size: 17px;
	line-height: 1.7;
	color: #5b6778;
}

.ml-npw__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.ml-npw__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
	padding: 30px 22px 26px;
	border: 1px solid #E4ECF5;
	text-align: center;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ml-npw__item:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 46px rgba(17, 46, 87, .08);
}

.ml-npw__icon-wrap {
	display: grid;
	place-items: center;
	width: 94px;
	height: 94px;
	margin-bottom: 22px;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: #fff;
}

.ml-npw__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 54px;
}

.ml-npw__icon img,
.ml-npw__icon svg {
	display: block;
	max-width: none;
	object-fit: contain;
}

.ml-npw__icon img {
	height: auto;
}

.ml-npw__item-title {
	margin: 0;
	font-size: 19px;
	line-height: 1.25;
	color: var(--ml-navy);
}

.ml-npw__item-text {
	margin: 14px 0 0;
	font-size: 14px;
	line-height: 1.65;
	color: #5b6778;
}

.ml-npw__note {
	margin-top: auto;
	padding-top: 20px;
	font-size: 14px;
	font-weight: 800;
}

.ml-npw__bottom-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 28px;
	padding: 15px 22px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	color: var(--ml-navy);
	text-align: center;
}

.ml-npw__bottom-note span {
	font-size: 10px;
	color: var(--ml-yellow);
}

@media (max-width: 1024px) {
	.ml-npw__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ml-npw__inner {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.ml-npw__header {
		text-align: left;
	}

	.ml-npw__grid {
		grid-template-columns: 1fr;
	}

	.ml-npw__item {
		align-items: flex-start;
		text-align: left;
	}

	.ml-npw__bottom-note {
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
}


/* Nano Pay widget v1.3.0 */
.ml-npp {
	position: relative;
	overflow: hidden;
	color: #fff;
}

.ml-npp::before,
.ml-npp::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.ml-npp::before {
	right: -140px;
	top: -160px;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(255,255,255,.12), rgba(255,255,255,0) 70%);
}

.ml-npp::after {
	left: -180px;
	bottom: -220px;
	width: 460px;
	height: 460px;
	background: radial-gradient(circle, rgba(247,200,62,.14), rgba(247,200,62,0) 72%);
}

.ml-npp__inner {
	position: relative;
	z-index: 2;
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(54px, 7vw, 110px);
}

.ml-npp-visual-left .ml-npp__content {
	order: 2;
}

.ml-npp-visual-left .ml-npp__visual {
	order: 1;
}

.ml-npp__content {
	max-width: 590px;
}

.ml-npp__eyebrow {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ml-npp__title {
	margin: 14px 0 0;
	font-size: clamp(42px, 4.8vw, 68px);
	line-height: 1.02;
	letter-spacing: -.045em;
}

.ml-npp__text {
	margin: 24px 0 0;
	max-width: 540px;
	font-size: 18px;
	line-height: 1.7;
}

.ml-npp__list {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
	display: grid;
	gap: 12px;
}

.ml-npp__list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 16px;
	line-height: 1.5;
}

.ml-npp__check {
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 900;
}

.ml-npp__button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 32px;
	padding: 13px 20px;
	border: 2px solid currentColor;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease;
}

.ml-npp__button:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,.08);
}

.ml-npp__visual {
	position: relative;
}

.ml-npp__card-frame {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-4deg);
	overflow: hidden;
	box-shadow: 0 30px 75px rgba(0,0,0,.24);
	background: rgba(255,255,255,.08);
}

.ml-npp__card-image {
	display: block;
	width: 100%;
	height: auto;
}

.ml-npp__qr-wrap {
	position: absolute;
	right: 0;
	bottom: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.ml-npp__qr-caption {
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}

.ml-npp__qr-frame {
	padding: 14px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 22px 50px rgba(0,0,0,.2);
}

.ml-npp__qr-image {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	.ml-npp__inner {
		grid-template-columns: 1fr;
	}

	.ml-npp-visual-left .ml-npp__content,
	.ml-npp-visual-left .ml-npp__visual {
		order: initial;
	}
}

@media (max-width: 767px) {
	.ml-npp__inner {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.ml-npp__title {
		font-size: 42px;
	}

	.ml-npp__visual {
		min-height: 310px !important;
	}

	.ml-npp__card-frame {
		width: 80% !important;
	}

	.ml-npp__qr-wrap {
		right: 0;
		bottom: 0;
	}

	.ml-npp__qr-frame {
		width: 112px !important;
	}
}


/* Nano Pay lifestyle layout v1.4.0 */
.ml-npp {
	position: relative;
	overflow: hidden;
}

.ml-npp__inner {
	display: flex;
	align-items: stretch;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	background: inherit;
}

.ml-npp__content {
	position: relative;
	flex: 0 0 38%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ml-npp__visual {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	background: #f7f5ef;
}

.ml-npp-layout-lifestyle .ml-npp__visual {
	min-height: inherit;
}

.ml-npp__lifestyle-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ml-npp-layout-lifestyle .ml-npp__card-frame {
	position: absolute;
	z-index: 4;
	right: -54px;
	top: 50%;
	transform: translateY(-50%) rotate(-7deg);
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 24px 55px rgba(0,0,0,.24);
}

.ml-npp-layout-classic .ml-npp__card-frame {
	position: relative;
	right: auto;
	top: auto;
	transform: rotate(-4deg);
	margin-top: 30px;
}

.ml-npp__card-image {
	display: block;
	width: 100%;
	height: auto;
}

.ml-npp__qr-wrap {
	position: absolute;
	z-index: 5;
	right: 6%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.ml-npp__qr-caption {
	font-size: 15px;
	font-weight: 800;
	text-align: center;
}

.ml-npp__qr-frame {
	padding: 12px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(0,0,0,.16);
}

.ml-npp__qr-image {
	display: block;
	width: 100%;
	height: auto;
}

.ml-npp__arrow {
	position: absolute;
	z-index: 4;
	right: 23%;
	top: 48%;
	width: 100px;
	height: 70px;
	transform: translateY(-50%) rotate(-7deg);
}

@media (max-width: 1024px) {
	.ml-npp__inner {
		flex-direction: column;
	}

	.ml-npp__content,
	.ml-npp__visual {
		flex-basis: auto !important;
	}

	.ml-npp__visual {
		min-height: 430px;
	}

	.ml-npp-layout-lifestyle .ml-npp__card-frame {
		right: 24px;
		top: 24px;
		transform: rotate(-5deg);
	}

	.ml-npp__qr-wrap {
		right: 28px;
	}

	.ml-npp__arrow {
		right: 24%;
	}
}

@media (max-width: 767px) {
	.ml-npp__content {
		padding: 44px 24px !important;
	}

	.ml-npp__visual {
		min-height: 360px;
	}

	.ml-npp-layout-lifestyle .ml-npp__card-frame {
		width: 155px !important;
		right: 18px;
		top: 18px;
	}

	.ml-npp__qr-wrap {
		right: 18px;
		bottom: 18px;
		top: auto;
		transform: none;
	}

	.ml-npp__qr-frame {
		width: 108px !important;
	}

	.ml-npp__qr-caption {
		font-size: 13px;
	}

	.ml-npp__arrow {
		display: none;
	}
}


/* Standorte & Kontakt widget v1.5.0 */
.ml-npl {
	background: #F5F9FD;
}

.ml-npl__inner {
	max-width: 1280px;
	margin: 0 auto;
}

.ml-npl__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 42px;
}

.ml-npl__eyebrow {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ml-npl__title {
	margin: 12px 0 0;
	font-size: clamp(38px, 4vw, 60px);
	line-height: 1.04;
	letter-spacing: -.04em;
	color: var(--ml-navy);
}

.ml-npl__intro {
	max-width: 690px;
	margin: 18px 0 0;
	font-size: 17px;
	line-height: 1.7;
	color: #5b6778;
}

.ml-npl__badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	flex: 0 0 auto;
	padding: 11px 16px;
	border-radius: 999px;
	color: var(--ml-navy);
	font-size: 14px;
	font-weight: 800;
}

.ml-npl__badge span {
	font-size: 10px;
	color: #21a55b;
}

.ml-npl__layout {
	display: grid;
	grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
	gap: 24px;
	align-items: stretch;
}

.ml-npl__cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-content: start;
}

.ml-npl__card {
	overflow: hidden;
	border: 2px solid transparent;
	background: #fff;
	box-shadow: 0 14px 40px rgba(20, 48, 82, .06);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
	cursor: pointer;
}

.ml-npl__card:hover,
.ml-npl__card.is-active {
	transform: translateY(-2px);
	box-shadow: 0 18px 46px rgba(20, 48, 82, .1);
}

.ml-npl__card-image {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.ml-npl__card-body {
	padding: 24px;
}

.ml-npl__card h3 {
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 1.25;
	color: var(--ml-navy);
}

.ml-npl__line {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.55;
	color: #526174;
}

.ml-npl__line a {
	color: inherit;
	text-decoration: none;
}

.ml-npl__line a:hover {
	text-decoration: underline;
}

.ml-npl__icon {
	flex: 0 0 20px;
	font-weight: 800;
	text-align: center;
}

.ml-npl__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
}

.ml-npl__show-map {
	padding: 0;
	border: 0;
	background: none;
	color: #536174;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.ml-npl__route {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border: 1px solid currentColor;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.ml-npl__map-wrap {
	overflow: hidden;
	background: #dce8f4;
	box-shadow: 0 16px 44px rgba(20, 48, 82, .09);
}

.ml-npl__map {
	width: 100%;
	height: 540px;
	z-index: 1;
}

.ml-npl__leaflet-marker {
	background: transparent;
	border: 0;
}

.ml-npl__leaflet-marker span {
	position: relative;
	display: block;
	width: 32px;
	height: 40px;
	background: var(--marker-color);
	border: 4px solid #fff;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	box-shadow: 0 6px 18px rgba(0,0,0,.25);
}

.ml-npl__leaflet-marker span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	transform: translate(-50%, -50%);
}

.ml-npl__popup strong {
	display: block;
	margin-bottom: 7px;
	font-size: 15px;
	color: var(--ml-navy);
}

.ml-npl__popup div {
	line-height: 1.45;
}

.ml-npl__popup a {
	display: inline-block;
	margin-top: 9px;
	color: var(--ml-blue);
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.ml-npl__layout {
		grid-template-columns: 1fr;
	}

	.ml-npl__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ml-npl__inner {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.ml-npl__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.ml-npl__cards {
		grid-template-columns: 1fr;
	}

	.ml-npl__map {
		height: 390px;
	}
}


/* Nano Pay single-image layout v1.5.1 */
.ml-npp-layout-single_image .ml-npp__visual {
	background: #f7f5ef;
}

.ml-npp-layout-single_image .ml-npp__lifestyle-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ml-npp-layout-single_image .ml-npp__card-frame,
.ml-npp-layout-single_image .ml-npp__qr-wrap,
.ml-npp-layout-single_image .ml-npp__arrow {
	display: none !important;
}

@media (max-width: 1024px) {
	.ml-npp-layout-single_image .ml-npp__visual {
		min-height: 420px;
	}
}

@media (max-width: 767px) {
	.ml-npp-layout-single_image .ml-npp__visual {
		min-height: 300px;
	}
}


/* Nano Pay restored layout from v1.3.0 */
.ml-npp {
	position: relative;
	overflow: hidden;
	color: #fff;
}

.ml-npp__inner {
	position: relative;
	z-index: 2;
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(54px, 7vw, 110px);
}

.ml-npp-visual-left .ml-npp__content {
	order: 2;
}

.ml-npp-visual-left .ml-npp__visual {
	order: 1;
}

.ml-npp__content {
	max-width: 590px;
}

.ml-npp__eyebrow {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ml-npp__title {
	margin: 14px 0 0;
	font-size: clamp(42px, 4.8vw, 68px);
	line-height: 1.02;
	letter-spacing: -.045em;
	color: #fff;
}

.ml-npp__text {
	margin: 24px 0 0;
	max-width: 540px;
	font-size: 18px;
	line-height: 1.7;
}

.ml-npp__list {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
	display: grid;
	gap: 12px;
}

.ml-npp__list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 16px;
	line-height: 1.5;
}

.ml-npp__check {
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 900;
}

.ml-npp__button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 32px;
	padding: 13px 20px;
	border: 2px solid currentColor;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease;
}

.ml-npp__button:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,.08);
}

.ml-npp__visual {
	position: relative;
	min-height: 430px;
}

.ml-npp__card-frame {
	position: absolute;
	left: 0;
	top: 50%;
	width: min(76%, 520px);
	transform: translateY(-50%) rotate(-4deg);
	overflow: hidden;
	border-radius: 22px;
	box-shadow: 0 30px 75px rgba(0,0,0,.24);
	background: rgba(255,255,255,.08);
}

.ml-npp__card-image {
	display: block;
	width: 100%;
	height: auto;
}

.ml-npp__qr-wrap {
	position: absolute;
	right: 0;
	bottom: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.ml-npp__qr-caption {
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}

.ml-npp__qr-frame {
	padding: 14px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 22px 50px rgba(0,0,0,.2);
}

.ml-npp__qr-image {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	.ml-npp__inner {
		grid-template-columns: 1fr;
	}

	.ml-npp-visual-left .ml-npp__content,
	.ml-npp-visual-left .ml-npp__visual {
		order: initial;
	}
}

@media (max-width: 767px) {
	.ml-npp__inner {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.ml-npp__title {
		font-size: 42px;
	}

	.ml-npp__visual {
		min-height: 310px !important;
	}

	.ml-npp__card-frame {
		width: 80% !important;
	}

	.ml-npp__qr-wrap {
		right: 0;
		bottom: 0;
	}

	.ml-npp__qr-frame {
		width: 112px !important;
	}
}


/* Standorte layout and marker fixes v1.5.3 */
.ml-npl-layout-top .ml-npl__layout {
	grid-template-columns: 1fr;
}

.ml-npl-layout-top .ml-npl__cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ml-npl-layout-top .ml-npl__map-wrap {
	width: 100%;
}

.ml-npl-layout-top .ml-npl__map {
	width: 100%;
}

.ml-npl-layout-side .ml-npl__layout {
	grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
}

.ml-npl-layout-side .ml-npl__cards {
	grid-template-columns: 1fr;
}

.ml-npl__map .leaflet-container,
.ml-npl__map .leaflet-pane,
.ml-npl__map .leaflet-map-pane,
.ml-npl__map .leaflet-tile-pane {
	width: 100%;
	height: 100%;
}

.ml-npl__map .leaflet-interactive {
	cursor: pointer;
}

@media (max-width: 1024px) {
	.ml-npl-layout-top .ml-npl__cards,
	.ml-npl-layout-side .ml-npl__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ml-npl-layout-side .ml-npl__layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ml-npl-layout-top .ml-npl__cards,
	.ml-npl-layout-side .ml-npl__cards {
		grid-template-columns: 1fr;
	}
}


/* Standorte fixed side layout with inner scroll v1.5.4 */
.ml-npl-layout-side .ml-npl__layout {
	display: grid;
	grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
	gap: 24px;
	align-items: stretch;
}

.ml-npl-layout-side .ml-npl__cards {
	display: grid;
	grid-template-columns: 1fr !important;
	gap: 16px;
	align-content: start;
	max-height: 540px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 8px;
	scrollbar-width: thin;
	scrollbar-color: rgba(11, 99, 206, .45) transparent;
}

.ml-npl-layout-side .ml-npl__cards::-webkit-scrollbar {
	width: 8px;
}

.ml-npl-layout-side .ml-npl__cards::-webkit-scrollbar-track {
	background: transparent;
}

.ml-npl-layout-side .ml-npl__cards::-webkit-scrollbar-thumb {
	background: rgba(11, 99, 206, .35);
	border-radius: 999px;
}

.ml-npl-layout-side .ml-npl__card {
	min-height: auto;
}

.ml-npl-layout-side .ml-npl__map-wrap,
.ml-npl-layout-side .ml-npl__map {
	height: 100%;
	min-height: 540px;
}

@media (max-width: 1024px) {
	.ml-npl-layout-side .ml-npl__layout {
		grid-template-columns: 1fr;
	}

	.ml-npl-layout-side .ml-npl__cards {
		max-height: 480px;
	}

	.ml-npl-layout-side .ml-npl__map-wrap,
	.ml-npl-layout-side .ml-npl__map {
		min-height: 480px;
	}
}

@media (max-width: 767px) {
	.ml-npl-layout-side .ml-npl__cards {
		max-height: none !important;
		overflow: visible;
		padding-right: 0;
	}

	.ml-npl-layout-side .ml-npl__map-wrap,
	.ml-npl-layout-side .ml-npl__map {
		min-height: 390px;
	}
}
