/* AmorMatch Custom Styles */

/*Schriften */
@font-face {
  font-family: 'SN Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/sn-pro-v1-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'SN Pro';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/sn-pro-v1-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'SN Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/sn-pro-v1-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'SN Pro';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/sn-pro-v1-latin-800.woff2') format('woff2');
}

/* Fonts und Fonttypes */
h1 {
  font-family: 'SN Pro', 'Segoe UI', sans-serif;
  font-size: 35px;
  color: var(--amormatch-purple);
  line-height: 1.5;
  padding: 0;
  margin: 0;
  font-weight: 700;
}

h2 {
	font-family: 'SN Pro', 'Segoe UI', sans-serif;
	font-size: 30px;
	text-transform: none;
	color: var(--amormatch-purple);
	line-height: 1.5;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

h3 {
	font-family: 'SN Pro', 'Segoe UI', sans-serif;
	font-size: 22px;
	text-transform: none;
	color: #222222;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

h4 {
	font-family: 'SN Pro', 'Segoe UI', sans-serif;
	font-size: 18px;
	text-transform: none;
	color: #222222;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	font-weight: 300;
}

h5 {
	font-family: 'SN Pro', 'Segoe UI', sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #222222;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

h6 {
	font-family: 'SN Pro', 'Segoe UI', sans-serif;
	font-size: 15px;
	text-transform: none;
	color: #222222;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	font-weight: 300;
}

/* Colors */
:root {
	--amormatch-red: #791F69;
	--amormatch-middlegray: #cccccc;
	--amormatch-darkgray: #222222;
	--amormatch-petrol: #F5638E;
	--amormatch-yellow: #f9a826;
	--amormatch-green: #418461;
	--amormatch-btn-danger: #791F69;
	--amormatch-dark: #791F69;
	--amormatch-violet: #F5638E;
	--amormatch-pin-green: #418461;
	--amormatch-light: #f5f5f5;
	--amormatch-text-light: #f5f5f5;
	--amormatch-pink: #F5638E;
	--amormatch-purple: #791F69;
}

html,
body {
	font-family: 'SN Pro', 'Segoe UI', sans-serif;
	min-height: 100%;

}

html {
	scroll-padding-top: 130px;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;		
}

input,
textarea,
select {
    user-select: text;
    -webkit-user-select: text;
}

.site-main {
	flex: 1 0 auto;
	margin-top: 0;
	padding-top: 0;
}

body {
    background:
        radial-gradient(circle at 90% 0%, rgba(121, 31, 105, .13), transparent 30%),
        radial-gradient(circle at 10% 6%, rgba(245, 99, 142, .16), transparent 32%),
        radial-gradient(circle at 50% -8%, rgba(121, 31, 105, .08), transparent 28%),
        linear-gradient(180deg, #fff9fc 0%, #fff9fc 330px);
    color: var(--amormatch-dark);
	
    background:
        radial-gradient(circle at 90% 0%, rgba(121, 31, 105, .13), transparent 30%),
        radial-gradient(circle at 10% 6%, rgba(245, 99, 142, .16), transparent 32%),
        radial-gradient(circle at 50% -8%, rgba(121, 31, 105, .08), transparent 28%),
        linear-gradient(180deg, #fff9fc 0%, #fff9fc 330px);
    color: var(--amormatch-dark);	
	
}

a {
	color: var(--amormatch-red);
}

a:hover,
a:focus {
	color: #222222;
}

.btn-primary {
	--bs-btn-color: var(--amormatch-light);
	--bs-btn-bg: var(--amormatch-red);
	--bs-btn-border-color: var(--amormatch-red);
	--bs-btn-hover-color: var(--amormatch-light);
	--bs-btn-hover-bg: var(--amormatch-btn-danger);
	--bs-btn-hover-border-color: var(--amormatch-btn-danger);
	--bs-btn-active-color: var(--amormatch-light);
	--bs-btn-active-bg: var(--amormatch-dark);
	--bs-btn-active-border-color: var(--amormatch-dark);
	border: 0;
	border-radius: 999px;
	padding: .55rem 1.15rem;
}

.btn-outline-primary {
	--bs-btn-color: var(--amormatch-light);
	--bs-btn-border-color: var(--amormatch-red);
	--bs-btn-hover-color: var(--amormatch-light);
	--bs-btn-hover-bg: var(--amormatch-red);
	--bs-btn-hover-border-color: var(--amormatch-red);
	--bs-btn-focus-shadow-rgb: 223, 16, 32;
	--bs-btn-active-color: var(--amormatch-light);
	--bs-btn-active-bg: var(--amormatch-dark);
	--bs-btn-active-border-color: var(--amormatch-dark);
	--bs-btn-disabled-color: var(--amormatch-red);
	--bs-btn-disabled-border-color: var(--amormatch-red);
	border-radius: 999px;
	padding: .55rem 1.15rem;
}

.btn-danger {
	--bs-btn-color: var(--amormatch-light);
	--bs-btn-bg: var(--amormatch-btn-danger);
	--bs-btn-border-color: var(--amormatch-btn-danger);
	--bs-btn-hover-color: var(--amormatch-light);
	--bs-btn-hover-bg: var(--amormatch-red);
	--bs-btn-hover-border-color: var(--amormatch-red);
	--bs-btn-active-color: var(--amormatch-light);
	--bs-btn-active-bg: var(--amormatch-dark);
	--bs-btn-active-border-color: var(--amormatch-dark);
	border: 0;
	border-radius: 999px;
	padding: .55rem 1.15rem;
}

.btn-outline-secondary {
	--bs-btn-color: var(--amormatch-petrol);
	--bs-btn-border-color: var(--amormatch-petrol);
	--bs-btn-hover-color: var(--amormatch-light);
	--bs-btn-hover-bg: var(--amormatch-petrol);
	--bs-btn-hover-border-color: var(--amormatch-petrol);
	--bs-btn-active-color: var(--amormatch-light);
	--bs-btn-active-bg: var(--amormatch-petrol);
	--bs-btn-active-border-color: var(--amormatch-petrol);
	border-radius: 999px;
	padding: .55rem 1.15rem;
}

.btn-outline-danger {
	--bs-btn-color: var(--amormatch-red);
	--bs-btn-border-color: var(--amormatch-red);
	--bs-btn-hover-color: var(--amormatch-light);
	--bs-btn-hover-bg: var(--amormatch-red);
	--bs-btn-hover-border-color: var(--amormatch-red);
	--bs-btn-focus-shadow-rgb: 106, 92, 255;
	--bs-btn-active-color: var(--amormatch-light);
	--bs-btn-active-bg: var(--amormatch-red);
	--bs-btn-active-border-color: var(--amormatch-red);
	--bs-btn-disabled-color: var(--amormatch-red);
	--bs-btn-disabled-border-color: var(--amormatch-red);
	border-radius: 999px;
	padding: .55rem 1.15rem;
}

.btn-black {
    --bs-btn-color: var(--amormatch-light);
    --bs-btn-bg: #222222;
    --bs-btn-border-color: #222222;
    --bs-btn-hover-color: var(--amormatch-light);
    --bs-btn-hover-bg: #EE4241;
    --bs-btn-hover-border-color: #EE4241;
    --bs-btn-active-color: var(--amormatch-light);
    --bs-btn-active-bg: var(--amormatch-dark);
    --bs-btn-active-border-color: var(--amormatch-dark);
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    background-image: none;
    padding: .55rem 1.15rem;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black.show {
    color: var(--amormatch-light);
    background-color: #222222;
    border-color: #222222;
    box-shadow: none;
    background-image: none;
}

.btn-danger-static,
.btn.amormatch-btn,
button.btn.amormatch-btn {
    --bs-btn-color: var(--amormatch-text-light);
    --bs-btn-bg: var(--amormatch-purple);
    --bs-btn-border-color: var(--amormatch-purple);

    --bs-btn-hover-color: var(--amormatch-text-light);
    --bs-btn-hover-bg: var(--amormatch-pink);
    --bs-btn-hover-border-color: var(--amormatch-pink);

    --bs-btn-active-color: var(--amormatch-text-light);
    --bs-btn-active-bg: var(--amormatch-pink);
    --bs-btn-active-border-color: var(--amormatch-pink);

    color: var(--amormatch-text-light);
    background-color: var(--amormatch-purple);
    border-color: var(--amormatch-purple);

    border: 0;
    border-radius: 999px;
    box-shadow: none;
    background-image: none;
    padding: .55rem 1.15rem;
}

.btn-danger-static:hover,
.btn.amormatch-btn:hover,
button.btn.amormatch-btn:hover {
    color: var(--amormatch-text-light);
    background-color: var(--amormatch-pink);
    border-color: var(--amormatch-pink);
}

.btn-register {
    --bs-btn-color: var(--amormatch-text-light);
    --bs-btn-bg: var(--amormatch-pink);
    --bs-btn-border-color: var(--amormatch-pink);

    --bs-btn-hover-color: var(--amormatch-text-light);
    --bs-btn-hover-bg: var(--amormatch-dark);
    --bs-btn-hover-border-color: var(--amormatch-dark);

    --bs-btn-active-color: var(--amormatch-text-light);
    --bs-btn-active-bg: var(--amormatch-dark);
    --bs-btn-active-border-color: var(--amormatch-dark);

    border: 0;
    border-radius: 999px;
    box-shadow: none;
    background-image: none;
    padding: .55rem 1.15rem;
}

.btn-success{
	border-radius: 999px;
	padding: .55rem 1.15rem;
}


a.btn.amormatch-btn {
    color: var(--amormatch-text-light);
    background-color: var(--amormatch-purple);
    border-color: var(--amormatch-purple);

    border: 0;
    border-radius: 999px;
    box-shadow: none;
    background-image: none;
    padding: .55rem 1.15rem;
}

a.btn.amormatch-btn:hover,
a.btn.amormatch-btn:focus,
a.btn.amormatch-btn:active {
    color: var(--amormatch-text-light);
    background-color: var(--amormatch-pink);
    border-color: var(--amormatch-pink);
}

.abstand {
	height: 10px;
}

.amormatch-navbar {
	position: sticky;
	top: 0;
	z-index: 1030;
	background: rgba(255, 255, 255, .72);
	backdrop-filter: blur(18px) saturate(180%);
	-webkit-backdrop-filter: blur(18px) saturate(180%);
	box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
}

.amormatch-navbar::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .12));
}

.amormatch-navbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        #ffd6e3 0%,
        var(--amormatch-pink) 35%,
        #c94b9b 58%,
        var(--amormatch-purple) 100%
    );
}

.amormatch-navbar>.container {
	position: relative;
	z-index: 1;
}

.navbar-brand {
	padding: .35rem 0;
	line-height: 1;
}

.brand-logo {
	width: auto;
	max-width: 300px;
	object-fit: contain;
}

.amormatch-navbar .nav-link {
	color: rgba(0, 0, 0, .88) !important;
	font-weight: 600;
	border-radius: 999px;
	padding: .45rem .85rem;
}

.amormatch-navbar .nav-link:hover,
.amormatch-navbar .nav-link:focus {
	color: var(--amormatch-purple) !important;
	background: rgba(121, 31, 105, .06);
}

.amormatch-navbar .nav-link.active {
	font-weight: 700;
	color: var(--amormatch-purple) !important;
	background: rgba(121, 31, 105, .08);
}

.amormatch-navbar .dropdown-menu .dropdown-item.active,
.amormatch-navbar .dropdown-menu .dropdown-item:active {
    color: #fff;
    background-color: var(--amormatch-purple);
}

.nav-link.disabled,
.btn.disabled {
	pointer-events: none;
	cursor: default;
}

.amormatch-btn,
.footer-btn {
	display: inline-block;
	background: #ee4241;
	color: #f5f5f5;
	border: 0;
	border-radius: 999px;
	padding: .55rem 1.15rem;
	font-weight: 500;
	text-decoration: none;
}

.amormatch-btn:hover,
.footer-btn:hover {
background: #ee4241;
	color: #f5f5f5;
}

.nav-logout {
	color: #ffd8d8 !important;
}

/* introbild */
.introbild {
    position: relative;
    text-align: center;
}

.introbild img {
    display: block;
    width: 100%;
    height: auto;
}

.introbild-claim {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;

    font-size: 14px;
    letter-spacing: 4px;
    color: #ffffff;
}

.introbild-claim span {
    width: 70px;
    height: 1px;
    background: #ec3f7c;
}

.introbild-claim strong {
    font-weight: 500;
    white-space: nowrap;
}

.heart-icon {
    width: 18px;
    height: 18px;
    fill: #ec3f7c;
    flex: 0 0 auto;
}



/* Cards */
.card-hover {
	transition: box-shadow .15s, transform .15s;
}

.card-hover:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, .12) !important;
	transform: translateY(-2px);
}

/* Leaflet popup tweaks */
.leaflet-popup-content {
	margin: 12px 14px;
}

.leaflet-popup-content a {
	color: var(--amormatch-red);
	text-decoration: none;
}

.leaflet-popup-content a:hover {
	text-decoration: underline;
}

/* Suggestions dropdown */
#stadtSuggestions {
	z-index: 1000;
}

/* Responsive map */
#map {
	width: 100%;
}

/* Badge font-size override for member status badges */
.badge.fs-6 {
	font-size: .85rem !important;
}

/* Footer */
.amormatch-footer {
	margin-top: 80px;
	padding: 45px 0 30px;
	background: linear-gradient(135deg, #222222, #222222);
	color: rgba(255, 255, 255, .82);
	position: relative;
	overflow: hidden;
}

.amormatch-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 40%, rgba(223, 16, 32, .24), transparent 32%);
}

.footer-card {
	position: relative;
	z-index: 1;
	padding: 25px;
	border-radius: 28px;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .14);
	backdrop-filter: blur(10px);
}

.footer-brand {
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: .12em;
	color: #f5f5f5;
	margin-bottom: 8px;
}

.footer-socials {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 22px;
}

.footer-socials a {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .16);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 10px 25px rgba(0, 0, 0, .18);
	transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.footer-socials a:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, .14);
	border-color: rgba(255, 255, 255, .32);
}

.footer-socials img {
	width: 20px;
	height: 20px;
	display: block;
	filter: brightness(0) invert(1);
	opacity: .9;
}

.footer-links {
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.amormatch-footer p {
	margin-bottom: .75rem;
}

.amormatch-footer a:not(.footer-btn) {
	color: #f5f5f5 !important;
	font-weight: 700;
	text-decoration: none;
}

.amormatch-footer .footer-links {
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.amormatch-footer .footer-links a {
	color: rgba(255, 255, 255, .78) !important;
}

.amormatch-footer .footer-links a:hover {
	color: #f5f5f5 !important;
}

.amormatch-hero {
	position: relative;
	overflow: hidden;
	min-height: 720px;
}

.hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.hero-content {
	position: relative;
	z-index: 2;
}

@media (max-width: 1024px) {
	.amormatch-hero {
		min-height: 720px;
	}
}

@media (max-width: 767px) {
	.amormatch-hero {
		min-height: 560px;
	}

	.hero-bg img {
		object-position: center top;
	}
}

.amormatch-hero .hero-content {
	padding-top: 150px !important;
}

.hero-lead {
	color: rgba(255, 255, 255, .92);
	max-width: 680px;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
}

.amormatch-hero a.btn.btn-hero,
.amormatch-hero a.btn.btn-hero:visited {
	color: #f5f5f5 !important;
	border-color: #f5f5f5 !important;
	border: 2px solid #f5f5f5 !important;
	background-color: transparent !important;
}

.amormatch-hero a.btn.btn-hero:hover,
.amormatch-hero a.btn.btn-hero:focus {
	color: #f5f5f5 !important;
	background-color: rgba(255, 255, 255, .18) !important;
	border-color: #f5f5f5 !important;
}

.amormatch-black {
	background: #000;
	color: #f5f5f5;
}

.amormatch-which {}

.amormatch-membership {
	background: var(--amormatch-pink);
}

.amormatch-information {
	position: relative;
	background: #222222;
}

.amormatch-information h2 {
    color: #ffffff;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 400;
    margin-top: .75rem;
}

.amormatch-information h1 {
    color: var(--amormatch-pink);
	font-size: clamp(1.75rem, 3vw, 3rem);
    font-weight: 400;
    margin-top: .75rem;
}

.feature-section {
	position: relative;
	background: #222222;
}

.feature-glass-card {
	position: relative;
	overflow: hidden;
	padding: 42px 34px;
	border-radius: 28px;
	min-height: 230px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	color: #f5f5f5;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.feature-glass-card::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .85;
	pointer-events: none;
}

.feature-green::before {
	background: linear-gradient(135deg, rgba(0, 184, 148, .28), transparent 55%);
}

.feature-blue::before {
	background: linear-gradient(135deg, rgba(0, 174, 239, .34), transparent 58%);
}

.feature-orange::before {
	background: linear-gradient(135deg, rgba(255, 171, 64, .30), transparent 58%);
}

.feature-glass-card:hover {
	border-color: rgba(255, 255, 255, .32);
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.feature-icon,
.feature-glass-card h3,
.feature-glass-card p {
	position: relative;
	z-index: 2;
}

.feature-icon {
	width: 76px;
	height: 76px;
	margin: 0 auto 22px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .20);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
}

.feature-icon img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.feature-glass-card h3 {
	margin-bottom: 12px;
	font-size: 1.22rem;
	font-weight: 800;
	color: #f5f5f5;
}

.feature-glass-card p {
	max-width: 290px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .72) !important;
	font-size: 1rem;
	line-height: 1.55;
}

/* hr und links */
hr {
	border-top: 1px dotted #222222 !important;
	margin: 10px 0px 8px 0px !important;
	padding: 0px !important;
}

a:link {
	text-decoration: none !important;
}

a:visited {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

a:active {
	text-decoration: none !important;
}

/* membership */
.membership-glass-card {
    position: relative;
    overflow: hidden;
    padding: 42px 34px;
    border-radius: 24px;
    min-height: 240px;

    background: linear-gradient(
        135deg,
        #791F69 0%,
        #791F69 45%,
        #791F69 100%
    );

    color: #fff;
    border: 1px solid rgba(255,255,255,.22);

    box-shadow: 0 18px 45px rgba(22,22,22,.20);
}

.membership-glass-card:hover {
    box-shadow: 0 24px 55px rgba(22,22,22,.25);
}



.membership-glass-card .membership-chip {
    position: absolute;
    top: 20px;
    right: 20px;

    width: 100px;
    height: 83px;

    background: url('/assets/img/digit.png') no-repeat center center;
    background-size: contain;

	filter:brightness(0) invert(1);	

    opacity: .95;
    pointer-events: none;
    user-select: none;
}

/* Mobile */
@media (max-width: 767.98px) {
    .membership-glass-card .membership-chip {
        width: 50px;
        height: 42px;
        top: 16px;
        right: 16px;
    }
}

.membership-glass-card h3 {
	margin-bottom: 12px;
	font-size: 1.45rem;
	font-weight: 800;
	color: #222222;
}

.membership-glass-card p,
.membership-muted {
	color: rgba(0, 0, 0, .76) !important;
}

.membership-small,
.membership-label {
	color: rgba(0, 0, 0, .68);
	font-size: .88rem;
}

.membership-price {
	color: var(--amormatch-red);
	font-size: 2.35rem;
	line-height: 1.1;
	font-weight: 900;
}

.membership-price span {
	font-size: 1rem;
	font-weight: 500;
	color: rgba(0, 0, 0, .72);
}

.membership-btn {
	border: 0;
	background: var(--amormatch-violet);
	color: #f5f5f5;
	font-weight: 800;
}

.membership-btn:hover {
	color: #f5f5f5;
	background: #00b8ff;
}

.amormatch-card {
	background: #f5f5f5;
	border-radius: 24px;
	overflow: hidden;
}

.amormatch-map-preview {
	height: 300px;
	position: relative;
	background-color: #e9ecef;
}

.amormatch-checklist li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: .65rem;
}

.amormatch-checklist li::before {
	content: "?";
	position: absolute;
	left: 0;
	top: .05rem;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: #dc3545;
	color: #f5f5f5;
	font-size: .85rem;
	font-weight: 700;
	line-height: 1.25rem;
	text-align: center;
}

.btn-outline-primary {
	color: #ee4241;
	border-color: #ee4241;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
	color: #f5f5f5;
	background-color: #ee4241;
	border-color: #ee4241;
}

.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.25rem rgba(210, 16, 34, 0.25);
}

.cookie-banner {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 9999;
	max-width: 560px;
	padding: 15px 30px 15px 30px;
	background: #f1f1f1;
	border-radius: 20px;
}

.cookie-banner p {
	margin: .5rem 0 1rem;
	color: #222222;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}

.cookie-actions {
	display: flex;
	gap: .5rem;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}

.cookie-more-link {
	margin-right: auto;
	font-size: .8rem;
	color: #6c757d;
}

/* Telefon-Eingabe: Landesvorwahl-Select + Nummernfeld als optische Einheit */
.phone-input-group {
	flex-wrap: nowrap;
}

.phone-input-group .phone-country-select {
	flex: 0 0 7.5rem;
	max-width: 7.5rem;
	font-size: 0.95rem;
	border-right: none;
	background-position: right 0.5rem center;
}

.phone-input-group .form-control {
	border-left: none;
}

.phone-input-group .phone-country-select:focus {
	z-index: 4;
	box-shadow: none;
}

.phone-input-group:has(.phone-country-select:focus) {
	box-shadow: 0 0 0 0.25rem rgba(210, 16, 34, 0.25);
	border-radius: 0.375rem;
}

/* Marker-Cluster auf /karte/: gruppierte Pins als Kreis mit Zähler, im amormatch-Rot */
.amormatch-cluster {
	display: flex;
	align-items: center;
	justify-content: center;
}

.amormatch-cluster div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ee4241;
	color: #f5f5f5;
	font-weight: 600;
	font-family: inherit;
	box-shadow: 0 0 0 4px rgba(210, 16, 34, 0.25);
	transition: box-shadow 0.2s ease;
}

.amormatch-cluster:hover div {
	box-shadow: 0 0 0 6px rgba(210, 16, 34, 0.35);
}

.amormatch-cluster--small div {
	width: 38px;
	height: 38px;
	font-size: 0.85rem;
}

.amormatch-cluster--medium div {
	width: 46px;
	height: 46px;
	font-size: 0.95rem;
}

.amormatch-cluster--large div {
	width: 56px;
	height: 56px;
	font-size: 1.05rem;
}

.map-consent-placeholder {
	height: 100%;
	width: 100%;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: .75rem;
	padding: 2rem 1.25rem;
	background: linear-gradient(rgba(6, 27, 58, .6), rgba(6, 27, 58, .6)), url('/assets/img/thailand-map.webp');
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	color: #f5f5f5;
}

.map-consent-placeholder__text {
	max-width: 480px;
	margin: 0;
	font-size: .9rem;
}

.map-consent-placeholder__link {
	font-size: .8rem;
	color: #f5f5f5;
	text-decoration: underline;
	opacity: .85;
}

.map-consent-placeholder__link:hover {
	opacity: 1;
	color: #f5f5f5;
}

.card.member-card {
	background: #f5f5f5;
	border: 1px solid rgba(245, 99, 142, .5) !important;
	border-radius: 1.25rem;
	box-shadow: 0 5px 18px rgba(0, 0, 0, .055) !important;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.card.member-card:hover {
	box-shadow: 0 18px 38px rgba(0, 0, 0, .10), 0 0 0 1px rgba(0, 184, 255, .18), 0 0 28px rgba(255, 59, 141, .08) !important;
}

.event-card {
	border-radius: 1.25rem;
	transition: transform .2s ease, box-shadow .2s ease;
}

.event-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .12) !important;
}

/* Profil-Aktionsleiste (Favorit/Echtheit/Nachricht/Mehr) */
.profile-action-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .3rem;
	background: none;
	border: 0;
	padding: 0;
	text-decoration: none;
	color: inherit;
}

.profile-action-circle {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #f1f1f3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	color: #555;
	transition: background .15s, transform .15s;
}

.profile-action-btn:hover .profile-action-circle {
	background: #open-element;
	transform: translateY(-1px);
}

.profile-action-btn.active .profile-action-circle {
	background: var(--amormatch-red);
	color: #f5f5f5;
}

.profile-action-circle-danger {
	background: var(--amormatch-red) !important;
}

.profile-action-label {
	font-size: .72rem;
	color: #666;
	white-space: nowrap;
}

.profile-action-btn,
.profile-action-btn.active,
.profile-action-btn:active,
.profile-action-btn:focus {
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	border: 0 !important;
}

.profile-action-btn.active .profile-action-circle {
	background: var(--amormatch-red);
	color: #f5f5f5;
}

.profile-action-btn:focus-visible {
	outline: none !important;
}


/* Profil-Tabs (Profil / Fotos & Alben / Events) */
.profile-tabs .nav-link {
	border-radius: .8rem;
	color: #555;
	font-weight: 600;
	font-size: .9rem;
	padding: .5rem 1rem;
}

.profile-tabs .nav-link.active {
	background: var(--amormatch-red);
	color: #f5f5f5;
}

.profile-tabs .nav-link {
	background: transparent !important;
	color: #555 !important;
	border: 1px solid transparent;
	border-radius: 12px;
	font-weight: 600;
}

.profile-tabs .nav-link.active {
	background: transparent !important;
	color: #333 !important;
	border: 1px solid #ddd !important;
}

.profile-tabs .nav-link:hover {
	background: #f7f7f7 !important;
	color: #333 !important;
}

.profile-tabs .nav-link.active {
	background: #f5f5f5 !important;
	color: #333 !important;
	border: 1px solid #d6d6d6 !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.member-avatar {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
	border: 3px solid #f5f5f5;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

.member-avatar-placeholder {
	background: #ee4241;
	color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
}

.member-name {
	font-weight: 700;
	font-size: 1rem;
	color: #1f2937;
}

.member-job {
	font-size: .9rem;
	color: #6c757d;
}

.member-meta {
	display: grid;
	gap: .25rem;
}

.member-meta-line {
	display: flex;
	align-items: center;
	gap: .4rem;
	font-size: .85rem;
	color: #495057;
	min-width: 0;
}

.member-meta-icon {
	width: 17px;
	display: inline-flex;
	justify-content: center;
	color: #F6A720;
}

.amormatch-map {
	height: 75vh;
	min-height: 500px;
	width: 100%;
	display: block;
}

.amormatch-toggler {
	display: none;
	width: 44px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 12px;
	padding: 8px 9px;
	background: rgba(255, 255, 255, .10);
}

.amormatch-toggler span {
	display: block;
	height: 2px;
	width: 100%;
	background: #222222;
	border-radius: 999px;
	margin: 5px 0;
}

.amormatch-toggler:focus {
	box-shadow: none;
}

.login-card .form-control {
	border-radius: .6rem;
}

/* Favoriten-Herz */
.favorite-heart {
	position: absolute;
	top: .65rem;
	right: .65rem;
	z-index: 3;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	font-size: 1.2rem;
	line-height: 1;
	color: #ee4241;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform .15s ease, background .15s ease;
}

.favorite-heart:hover {
	transform: scale(1.1);
}

.favorite-heart.active {
	background: #ee4241;
	color: #f5f5f5;
}

#favoriteToggleBtn.active {
	background: #ee4241;
	color: #f5f5f5 !important;
	border-color: #ee4241;
}

/* Echtheits-Badge unten rechts auf der Member-Card (ab MIN_CHECKED_USERS
   Bestätigungen, siehe includes/db.php + api/search.php m.is_verified) */
.member-card-verified-badge {
	position: absolute;
	bottom: .65rem;
	right: .65rem;
	z-index: 3;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Karten-Modal (karte.php + index.php Home-Map): schwarzer Hintergrund,
   die Member-Card selbst (member-card, hellgrau) hebt sich davon ab - der
   Schließen-Button nutzt Bootstraps .btn-close-white fürs weiße X. */
.member-map-modal-content {
	background: #000;
	color: #f5f5f5;
	border-radius: 1.25rem;
}

/* Chat */
.chat-shell .card {
	border-radius: 1.25rem;
}

.chat-list-item {
	display: flex;
	align-items: center;
	gap: .65rem;
	padding: .55rem .5rem;
	border-radius: .85rem;
	cursor: pointer;
	transition: background .15s ease;
}

.chat-list-item:hover {
	background: rgba(210, 16, 34, .06);
}

.chat-list-item.active {
	background: rgba(210, 16, 34, .12);
}

.chat-list-avatar,
.chat-list-avatar-img,
.chat-list-avatar-initials {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.chat-list-avatar {
	background: #f5f5f5;
	font-size: 1.1rem;
	position: relative;
}

.chat-list-avatar-group {
	color: #f5f5f5;
}

.chat-list-avatar-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-photo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;	
}

.bg-photo-pending,
.bg-photo-rejected {
	position: relative;
}

.bg-photo-pending::after,
.bg-photo-rejected::after {
	content: '';
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: .7rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 4px;
	color: #f5f5f5;
	border-radius: inherit;
}

.bg-photo-pending::after {
	content: 'Bild wird geprüft';
	background: rgba(0, 0, 0, .55);
}

.bg-photo-rejected::after {
	content: 'Bild abgelehnt';
	background: rgba(220, 53, 69, .75);
}

.photo-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .85);
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	cursor: zoom-out;
}

.photo-lightbox-img {
	width: 100%;
	height: 100%;
	max-width: 900px;
	max-height: 85vh;
	cursor: default;
}

.online-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2ecc71;
	border: 2px solid #f5f5f5;
	flex-shrink: 0;
}

.online-dot-corner {
	position: absolute;
	bottom: 0;
	right: 0;
}

.online-label {
	color: #1f9d52;
	font-weight: 600;
}

.chat-list-avatar-initials {
	width: 100%;
	height: 100%;
	background: #ee4241;
	color: #f5f5f5;
	font-weight: 700;
	font-size: .9rem;
}

.chat-search-results .list-group-item {
	border: none;
	padding: .4rem .5rem;
	text-align: left;
}

.chat-search-results {
	max-height: 260px;
	overflow-y: auto;
	z-index: 20;
	position: relative;
}

.chat-search-results:empty {
	margin-top: 0;
}

.chat-messages {
	background: #fbfbfb;
}

.chat-bubble-row {
	display: flex;
	margin-bottom: .6rem;
}

.chat-bubble-row.me {
	justify-content: flex-end;
}

.chat-bubble {
	max-width: 75%;
	padding: .5rem .8rem;
	border-radius: 1rem;
	background: #f5f5f5;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.chat-bubble-row.me .chat-bubble {
	background: linear-gradient(135deg, var(--amormatch-red), #ff384a);
	color: #f5f5f5;
}

.chat-bubble-name {
	font-size: .75rem;
	font-weight: 700;
	margin-bottom: .15rem;
	opacity: .8;
}

.chat-bubble-text {
	white-space: pre-wrap;
	word-break: break-word;
}

.chat-link {
	color: inherit;
	text-decoration: underline;
	word-break: break-all;
}

.chat-bubble-row.them .chat-bubble .chat-link {
	color: var(--amormatch-red);
}

.chat-bubble-time {
	font-size: .68rem;
	opacity: .65;
	margin-top: .2rem;
	text-align: right;
}

.chat-emoji-wrap {
	position: relative;
}

.chat-emoji-picker {
	position: absolute;
	bottom: calc(100% + .5rem);
	left: 0;
	width: 260px;
	max-height: 220px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #eee;
	border-radius: .75rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
	padding: .5rem;
	z-index: 20;
}

.chat-emoji-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: .1rem;
}

.chat-emoji-grid button {
	background: none;
	border: none;
	font-size: 1.3rem;
	line-height: 1.6;
	padding: .1rem;
	border-radius: .4rem;
	cursor: pointer;
}

.chat-emoji-grid button:hover {
	background: #f5f5f5;
}

.login-stats-chart {
	display: flex;
	align-items: flex-end;
	gap: 2px;
	height: 160px;
	overflow-x: auto;
}

.login-stats-bar-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	flex: 1 0 18px;
	height: 100%;
	min-width: 18px;
}

.login-stats-bar {
	width: 100%;
	max-width: 16px;
	background: var(--amormatch-red);
	border-radius: 3px 3px 0 0;
	min-height: 0;
	transition: opacity .15s;
}

.login-stats-bar-wrap:hover .login-stats-bar {
	opacity: .75;
}

.login-stats-bar-label {
	font-size: .6rem;
	color: #999;
	margin-top: .25rem;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
}

/* Inaktiv */
#chatTabBtnGroups,
#chatTabBtnPrivate {
	color: #000 !important;
	background-color: transparent !important;
	border: 1px solid #ddd !important;
}

/* Aktiv */
#chatTabBtnGroups.active,
#chatTabBtnPrivate.active {
	background-color: var(--amormatch-pink) !important;
	border-color: var(--amormatch-pink) !important;
	color: #f5f5f5 !important;
}

/* Chat-Tabs (Gruppen / Direkt) */
.chat-tabs {
	gap: 6px;
}

.chat-tabs .nav-link {
	border-radius: .8rem;
	color: #555;
	font-weight: 600;
	font-size: .85rem;
	padding: .5rem .75rem;
}

.chat-tabs .nav-link.active {
	background: var(--amormatch-pink);
	color: #f5f5f5;
}

.login-card {
	background: transparent !important;
}

.login-card.apple-glass-card {
	border-radius: 28px;
	background: rgba(255, 255, 255, .32) !important;
	border: 1px solid rgba(255, 255, 255, .6);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
	backdrop-filter: blur(24px) saturate(180%);
	-webkit-backdrop-filter: blur(24px) saturate(180%);
	overflow: hidden;
}

.login-card.apple-glass-card p {
	color:#ffffff;
	text-align:center;
}
.login-card.apple-glass-card span {
	color:#ffffff;
	text-align:center;
}

.leaflet-control-zoom.leaflet-bar {
	border: none;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
	border-radius: 12px;
	overflow: hidden;
}

.leaflet-control-zoom a {
	background: #000 !important;
	color: #f5f5f5 !important;
	border-bottom: 1px solid rgba(255, 255, 255, .18) !important;
}

.leaflet-control-zoom a:last-child {
	border-bottom: none !important;
}

.leaflet-control-zoom a:hover {
	background: #1f1f1f !important;
	color: #f5f5f5 !important;
}

.leaflet-control-zoom a span {
	color: #f5f5f5 !important;
}

.leaflet-control-zoom a {
	background: rgba(0, 0, 0, .82) !important;
	color: #f5f5f5 !important;
	backdrop-filter: blur(12px);
}

#scrollTopBtn {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 9999;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 50%;
	background: #dc3545;
	color: #f5f5f5;
	font-size: 24px;
	font-weight: 700;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
	cursor: pointer;
}

#scrollTopBtn.show {
	display: flex;
}

.faq-section-title {
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: .82rem;
	font-weight: 300 !important;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #F5638E;
	display: flex;
	align-items: center;
	gap: 14px;
}

.faq-section-title:first-of-type {
	margin-top: 0;
}

.faq-accordion {
	margin-bottom: 2.75rem;
}

.faq-accordion .accordion-item {
	border: 0;
	border-radius: 16px !important;
	overflow: hidden;
	padding: 0 15px 0 15px;
	margin-bottom: 10px;
	background: #f5f5f5;
	box-shadow: 0 5px 18px rgba(0, 0, 0, .055);
}

.faq-accordion .accordion-button:not(.collapsed) {
	background: #f5f5f5;
	color: #222222;
}

.faq-accordion .accordion-button:focus {
	box-shadow: 0 0 0 1px #f5f5f5;
}

.faq-accordion .accordion-body {
	color: #222222;
	line-height: 1.5;
	padding: 0 1.25rem 1.25rem;
	background: #f5f5f5;
	font-weight: 300 !important;
	font-size: 15px;
}

.faq-accordion .accordion-button {
	padding: 0.6rem 1.25rem;
	line-height: 1.5;
	font-weight: 500 !important;
	background: #f5f5f5;
	color: #222222;
	box-shadow: none;
	font-size: 17px;
}

.faq-page a {
	color: #ee4241;
}

.faq-page h2{
	color: var(--amormatch-pink);
}

.faq-accordion .collapsing {
    transition: height 0.6s ease-in-out !important;
    transition-delay: 0.1s;
}

.faq-accordion .accordion-button::after {
    transition: transform 0.6s ease-in-out !important;
    transition-delay: 0.1s;
    }

.member-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	padding: .25rem .75rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--amormatch-purple), var(--amormatch-pink));
	color: #f5f5f5;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 8px 22px rgba(210, 16, 34, .25);
	transform: translateY(-4px);
}

.amormatch-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 3rem 1rem;
}

.amormatch-loading__ring {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: conic-gradient(from 0deg, #ff3b8d, #00b8ff, var(--amormatch-violet), #f6b735, #ff3b8d);
	-webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 7px), #000 0);
	mask: radial-gradient(farthest-side, transparent calc(100% - 7px), #000 0);
	animation: amormatch-spin 1s linear infinite;
	filter: drop-shadow(0 6px 16px rgba(106, 92, 255, .25));
}

.amormatch-loading__text {
	font-weight: 600;
	color: var(--amormatch-dark);
	opacity: .75;
	animation: amormatch-pulse 1.6s ease-in-out infinite;
}

@keyframes amormatch-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes amormatch-pulse {

	0%,
	100% {
		opacity: .45;
	}

	50% {
		opacity: .9;
	}
}

@media (prefers-reduced-motion: reduce) {
	.amormatch-loading__ring {
		animation: none;
	}

	.amormatch-loading__text {
		animation: none;
		opacity: .75;
	}
}

.amormatch-loading--inline {
	display: inline-flex;
	flex-direction: row;
	padding: 0;
	gap: .6rem;
}

.amormatch-loading--inline .amormatch-loading__ring {
	width: 20px;
	height: 20px;
	-webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
	mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
}

.amormatch-map-shell {
	position: relative;
}

.amormatch-loading--overlay {
	position: absolute;
	inset: 0;
	z-index: 5;
	background: #f5f5f58ec;
}

@media (max-width: 575.98px) {
	.amormatch-map {
		height: 58vh;
		min-height: 320px;
	}
}

@media (max-width: 991.98px) {
	.amormatch-toggler {
		display: block;
	}

	.amormatch-navbar .navbar-collapse {
		margin-top: .85rem;
		padding: .85rem;
		border-radius: 18px;
		background: transparent;
	}

	.amormatch-navbar .navbar-nav {
		align-items: stretch !important;
	}

	.amormatch-navbar .nav-link {
		color: #222222 !important;
	}
}

/* =========================
Responsive / Mobile
========================= */

@media (max-width: 991.98px) {
	.amormatch-navbar {
		padding: .55rem 0;
	}

	.brand-logo {
		width: auto;
		height: 40px;
		max-width: 190px;
		padding: 6px 10px;
		border-radius: 16px;
	}

	.amormatch-toggler {
		display: block;
	}

	.amormatch-navbar .navbar-collapse {
		margin-top: .85rem;
		padding: .85rem;
		border-radius: 18px;
		background: transparent;
	}

	.amormatch-navbar .navbar-nav {
		align-items: stretch !important;
	}

	.amormatch-navbar .nav-link {
		display: block;
		color: #222222 !important;
		padding: .7rem .9rem;
		border-radius: 14px;
	}

	.amormatch-btn {
		width: auto;
		display: inline-block;
		text-align: center;
		margin-top: .5rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.amormatch-hero .hero-content {
		padding-top: 110px !important;
	}
}

@media (max-width: 767.98px) {
	.chat-shell {
		flex-direction: column;
	}
}

@media (max-width: 575.98px) {
	body {
		background: linear-gradient(180deg, #f5f5f58ec 0%, #f5f5f5 190px);
	}

	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.amormatch-hero .hero-content {
		padding-top: 10px !important;
	}

	.amormatch-map {
		height: 58vh;
		min-height: 320px;
	}

	#pickMap {
		height: 240px !important;
	}

	.amormatch-footer {
		margin-top: 45px;
		padding: 32px 0 22px;
	}

	.footer-card {
		padding: 22px 16px;
		border-radius: 22px;
	}

	.footer-brand {
		font-size: 1.25rem;
		letter-spacing: .08em;
	}

	.amormatch-footer p {
		font-size: .9rem;
		line-height: 1.45;
	}

	.footer-btn {
		width: 100%;
		max-width: 260px;
		padding: .65rem 1rem;
	}

	.footer-links {
		flex-direction: column;
		gap: .55rem !important;
	}

	.amormatch-footer::after {
		width: 150px;
		height: 150px;
		left: -25px;
		top: -45px;
	}

	.amormatch-footer::before {
		background: radial-gradient(circle at 8% 10%, rgba(246, 183, 53, .50) 0%, rgba(246, 183, 53, .25) 22%, transparent 45%), radial-gradient(circle at 95% 60%, rgba(223, 16, 32, .20), transparent 34%);
	}

	.card-body {
		padding: 1rem;
	}
}

@media (max-width: 420px) {
	.phone-input-group .phone-country-select {
		flex: 0 0 6rem;
		max-width: 6rem;
	}
}

.amormatch-faq-list {
    padding: 0;
    margin: 0;
    list-style: square;
    line-height: 1.7;
}

.amormatch-faq-list li {
    padding: 0;
    margin: 0 0 0 15px;
    line-height: 1.7;

    font-family: SN Pro, sans-serif;
    text-transform: none;
    color: #222222;
    font-weight: 300;
}

.amormatch-laws {
    font-family: 'SN Pro', 'Segoe UI', sans-serif;
    color: #222222;
}

.amormatch-laws h1 {
    margin-bottom: 1.5rem;
}

.amormatch-laws-section {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(22,22,22,.12);
}

.amormatch-laws-section:last-child {
    border-bottom: 0;
}

.amormatch-laws-title {
    font-size: 14px;
	color: #222222;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 .75rem;
}

.amormatch-laws-text {
    font-size: 12px;
	color: #222222;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}

.amormatch-laws-list {
    padding: 0;
    margin: 0;
    list-style: square;
    line-height: 1.7;
}

.amormatch-laws-list li {
    padding: 0;
    margin: 0 0 0 15px;
    line-height: 1.7;

    font-family: SN Pro, sans-serif;
    font-size: 12px;
    text-transform: none;
    color: #222222;
    font-weight: normal;
}

.amormatch-laws a {
    color: #222222;
    text-decoration: none;
	font-weight: normal;
}

.amormatch-laws a:hover {
    text-decoration: underline;
}


.no-indent-list {
    padding: 0;
    margin: 0;
    list-style: square;
    line-height: 1.7;
}

.no-indent-list li {
    padding: 0;
    margin: 0 0 0 15px;
    line-height: 1.7;

    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: none;
    color: #222222;
    font-weight: normal;
}

#homeMapWrapper, #homeMap {
	height: 500px;
	width: 100%;
}

.amormatch-fullwidth-banner-text {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.amormatch-banner-overlay-container {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.amormatch-banner-overlay-container img {
    width: 100%;
    height: auto;
    display: block;
}

.trust-icon {
    width: 2rem;
    height: 2rem;
    display: block;
    margin: 0 auto .25rem;
    fill: #ffffff;
}

.amormatch-feature-icon {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
}

.amormatch-feature-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 991px) {
    .amormatch-banner-overlay-container {
        height: 350px;
        overflow: hidden;
    }
    .amormatch-banner-overlay-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
}

@media (max-width: 767px) {
    .amormatch-banner-overlay-container {
        height: 220px;
    }
}


/* Mobile: Navbar Buttons sauber trennen */
@media (max-width: 991.98px) {
    .amormatch-navbar .navbar-nav {
        gap: .65rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        align-items: stretch !important;
    }

    .amormatch-navbar .navbar-nav .nav-item {
        width: 100%;
    }

    .amormatch-navbar .navbar-nav .btn {
        display: block;
        width: 100%;
        margin-left: 0 !important;
        text-align: center;
    }
}

/* =====  Badges ===== */

.chat-nav-badge {
	position: absolute;
	top: -2px;
	right: -6px;
	background: #ee4241;
	color: #f5f5f5;
	font-size: .65rem;
	font-weight: 700;
	line-height: 1;              
	border-radius: 999px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;              
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-top: 2px;
	padding-right: 3px;
	
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";		
}

/* Badge auf den Tab-Buttons (Gruppen/Themen/Privat) - Ecken-Position */
.chat-badge-tab {
	position: absolute;
	top: -6px;
	right: 2px;
	background: #ee4241;
	color: #f5f5f5;
	font-weight: 700;
	line-height: 1;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .72rem;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	padding-top: 4px;

	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";	
	
}

/* Badge in der privaten Konversationsliste (conversationItemHtml) */
.chat-badge-conversation {
	background: #ee4241;
	color: #f5f5f5;
	font-weight: 700;
	line-height: 1;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: .72rem;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	padding-top: 1px;
	padding-right: -1px;
	
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";		
	
}

/* Badge in der Gruppen-/Themen-Liste (groupItemHtml) */
.chat-badge-group {
	background: #ee4241;
	color: #f5f5f5;
	font-weight: 700;
	line-height: 1;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: .72rem;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	padding-top: 4px;
	padding-right: -1px;
	
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";		
	
}


/* ==========================================================================
   Flirtbörse (Swipe/Match-System) - siehe flirtboerse.php, matches.php
   ========================================================================== */

.swipe-stage {
	position: relative;
	height: 560px;
	max-width: 420px;
	margin: 0 auto;
}

.swipe-empty {
	width: 100%;
}

.swipe-card {
	position: absolute;
	inset: 0;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	cursor: grab;
	touch-action: pan-y;
	will-change: transform;
}

.swipe-card:active {
	cursor: grabbing;
}

.swipe-card-photo {
	flex: 1 1 auto;
	background-color: var(--amormatch-light);
	background-size: cover;
	background-position: center top;
	min-height: 340px;
}

.swipe-card-photo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	background: var(--amormatch-petrol);
}

.swipe-card-body {
	padding: 1rem 1.25rem 1.25rem;
	background: #fff;
}

.swipe-card-name {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--amormatch-dark);
}

.swipe-card-job {
	color: #666;
	font-size: .95rem;
}

.swipe-card-meta {
	color: #888;
	font-size: .85rem;
	margin-top: .35rem;
}

.swipe-card-tags .swipe-tag {
	background: var(--amormatch-red);
	color: #fff;
	font-weight: 500;
	margin-right: .25rem;
}

.swipe-card-tags .swipe-tag-muted {
	background: var(--amormatch-light);
	color: var(--amormatch-dark);
}

.swipe-fly-left {
	transform: translateX(-600px) rotate(-25deg) !important;
	opacity: 0;
	transition: transform .35s ease, opacity .35s ease;
}

.swipe-fly-right {
	transform: translateX(600px) rotate(25deg) !important;
	opacity: 0;
	transition: transform .35s ease, opacity .35s ease;
}

.swipe-actions {
	user-select: none;
}

.swipe-action-btn {
	width: 62px;
	height: 62px;
	border-radius: 999px;
	border: none;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
	transition: transform .15s ease;
}

.swipe-action-btn:active {
	transform: scale(0.92);
}

.swipe-action-pass {
	background: #fff;
	color: var(--amormatch-darkgray);
	border: 2px solid #e2e2e2;
}

.swipe-action-like {
	background: var(--amormatch-red);
	color: #fff;
}

.match-overlay {
	position: fixed;
	inset: 0;
	background: linear-gradient(160deg, rgba(6, 27, 58, .96), rgba(238, 66, 65, .92));
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.match-overlay-inner {
	max-width: 380px;
	width: 100%;
}

.match-overlay-title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 800;
	margin-bottom: 1.25rem;
}

.match-overlay-avatar {
	width: 120px;
	height: 120px;
	border-radius: 999px;
	background-color: rgba(255, 255, 255, .15);
	background-size: cover;
	background-position: center;
	border: 4px solid #fff;
	margin-bottom: 1rem;
}

.match-overlay-name {
	color: #fff;
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: .5rem;
}

.list-group-item.active {
    background: var(--amormatch-pink);
    border-color: var(--amormatch-pink);
    color: #fff;
}

.alert-info {
    --bs-alert-color: #4b123f;
    --bs-alert-bg: #fff2f7;
    --bs-alert-border-color: rgba(245, 99, 142, .35);
    --bs-alert-link-color: var(--amormatch-purple);

    border-left: 5px solid var(--amormatch-pink);
}

.alert-success {
    --bs-alert-color: #3d1040;
    --bs-alert-bg: #f7f0fb;
    --bs-alert-border-color: rgba(121, 31, 105, .35);
    --bs-alert-link-color: var(--amormatch-purple);

    background: linear-gradient(135deg, #faf3fd, #f2e7fa);
    border: 1px solid rgba(121, 31, 105, .35);
    border-left: 5px solid var(--amormatch-purple);
    color: #3d1040;
    border-radius: 14px;
}

.bg-purple {
    background-color: var(--amormatch-pink) !important;
}