:root {
	--bg-grey: #f8f9fa;
	--bg-hover: #f6f9fe;
	--bg-white: #ffffff;
	--border-grey: #dadce0;
	--error: #ea4335;
	--focus-ring: 0 0 0 2px rgba(26,115,232,0.3);
	--google-blue-hover: #1765cc;
	--google-blue: #1a73e8;
	--google-green: #34a853;
	--google-red: #ea4335;
	--google-yellow: #fbbc05;
	--shadow-hover: 0 2px 8px rgba(0,0,0,0.15);
	--shadow: 0 1px 3px rgba(0,0,0,0.12);
	--text-primary: #202124;
	--text-secondary: #5f6368;
}
* {
	-webkit-user-select: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	touch-action: manipulation;
	user-select: none;
}
[data-theme="dark"] {
	--bg-grey: #202124;
	--bg-hover: #303134;
	--bg-white: #303134;
	--border-grey: #5f6368;
	--focus-ring: 0 0 0 2px rgba(66,133,244,0.4);
	--shadow-hover: 0 2px 8px rgba(0,0,0,0.4);
	--shadow: 0 1px 3px rgba(0,0,0,0.3);
	--text-primary: #e8eaed;
	--text-secondary: #9aa0a6;
}
[data-theme="dark"] .action-btn, 
[data-theme="dark"] .avatar-upload-btn, 
[data-theme="dark"] .btn-outline, 
[data-theme="dark"] .chip {
	background-color: var(--bg-white);
	border-color: var(--border-grey);
	color: var(--text-primary);
}
[data-theme="dark"] .action-btn:hover, 
[data-theme="dark"] .avatar-upload-btn:hover, 
[data-theme="dark"] .btn-outline:hover {
	background-color: var(--bg-hover);
}

[data-theme="dark"] .btn-primary {
	background-color: var(--google-blue);
	color: white;
}
[data-theme="dark"] .btn-primary:hover {
	background-color: var(--google-blue-hover);
}
[data-theme="dark"] .card, 
[data-theme="dark"] .card-form, 
[data-theme="dark"] .card-list, 
[data-theme="dark"] .drop-zone, 
[data-theme="dark"] .dropdown-menu, 
[data-theme="dark"] .empty-state, 
[data-theme="dark"] .filters .chip, 
[data-theme="dark"] .image-section, 
[data-theme="dark"] .logo, 
[data-theme="dark"] .main-header, 
[data-theme="dark"] .manage-card, 
[data-theme="dark"] .mobile-menu, 
[data-theme="dark"] .preview-item, 
[data-theme="dark"] .price-header, 
[data-theme="dark"] .search-bar, 
[data-theme="dark"] .suggestion-chip {
	background-color: var(--bg-white);
	border-color: var(--border-grey);
}
[data-theme="dark"] .card:hover, 
[data-theme="dark"] .manage-card:hover {
	box-shadow: var(--shadow-hover);
}
[data-theme="dark"] .delete-btn:hover {
	background: var(--google-red);
}
[data-theme="dark"] .drop-zone .material-icons {
	color: var(--text-secondary);
}
[data-theme="dark"] .drop-zone.dragover .material-icons {
	color: var(--google-blue);
}
[data-theme="dark"] .drop-zone.dragover, 
[data-theme="dark"] .drop-zone:hover {
	background: #1a237e;
	border-color: var(--google-blue);
}
[data-theme="dark"] .dropdown-item:active, 
[data-theme="dark"] .dropdown-item:hover, 
[data-theme="dark"] .menu-item:active, 
[data-theme="dark"] .menu-item:hover {
	background-color: var(--bg-hover);
}
[data-theme="dark"] .error-text {
	color: var(--google-red);
}
[data-theme="dark"] .form-control {
	background-color: var(--bg-grey);
	border-color: var(--border-grey);
	color: var(--text-primary);
}
[data-theme="dark"] .form-control:focus {
	border-color: var(--google-blue);
	box-shadow: var(--focus-ring);
}
[data-theme="dark"] .link, 
[data-theme="dark"] .menu-item-primary {
	color: var(--google-blue);
}
[data-theme="dark"] .material-icons {
	color: var(--text-secondary);
}
[data-theme="dark"] .search-box {
	background-color: var(--bg-white);
	border-color: var(--border-grey);
}
[data-theme="dark"] .search-box .material-icons {
	color: var(--text-secondary);
}
[data-theme="dark"] .search-box input {
	color: var(--text-primary);
}
[data-theme="dark"] .search-box:focus-within, 
[data-theme="dark"] .search-box:hover {
	box-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
[data-theme="dark"] .slider-btn {
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
[data-theme="dark"] .stat-number {
	color: #10bcbd;
}
[data-theme="dark"] .status-aktiv {
	background: #0f2e1f;
	color: #81c995;
}
[data-theme="dark"] .status-reserviert {
	background: #3c2f00;
	color: #fdd663;
}
[data-theme="dark"] .status-sold, 
[data-theme="dark"] .status-verkauft {
	background: #1e3a29;
	color: #81c995;
}
[data-theme="dark"] .user-section {
	background-color: var(--bg-grey);
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: var(--bg-grey);
	background: var(--bg-grey);
	color: var(--text-primary);
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.5;
	transition: background-color 0.3s, color 0.3s;
}
body.modal-open {
	overflow: hidden;
}
nav {
	align-items: center;
	display: flex;
	gap: 8px;
}
textarea.form-control {
	height: auto;
	min-height: 100px;
	padding: 12px 16px;
	resize: vertical;
}
#scrollToTop {
	background: #333;
	border-radius: 8px;
	border: none;
	bottom: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	color: white;
	cursor: pointer;
	display: none;
	font-size: 16px;
	padding: 12px 16px;
	position: fixed;
	right: 20px;
	z-index: 1000;
}
#scrollToTop:hover {
	background: #555;
}
.action-btn {
	align-items: center;
	background: white;
	border-radius: 8px;
	border: 1px solid var(--border-grey);
	color: var(--text-primary);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 6px;
	justify-content: center;
	padding: 10px;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s;
}
.action-btn .material-icons {
	font-size: 18px;
}
.action-btn-danger {
	color: var(--google-red);
}
.action-btn-primary {
	background: var(--google-blue);
	border-color: var(--google-blue);
	color: white;
	grid-column: 1 / -1;
}
.action-btn-primary:active {
	background: #1765cc;
}
.action-btn-primary:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.action-btn:active {
	background: var(--bg-grey);
}
.action-btn:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.all-wrapper {
	margin: 10px auto;
	max-width: 900px;
}
.avatar-preview {
	background: var(--bg-grey);
	border-radius: 50%;
	border: 2px solid var(--border-grey);
	height: 80px;
	object-fit: cover;
	width: 80px;
}
.avatar-upload {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-bottom: 24px;
}
.avatar-upload-btn {
	align-items: center;
	background: white;
	border-radius: 4px;
	border: 1px solid var(--border-grey);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	gap: 6px;
	padding: 8px 16px;
	transition: background 0.2s;
	transition: background 0.2s, border-color 0.2s;
}
.avatar-upload-btn:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.avatar-upload-btn:hover {
	background: var(--bg-grey);
	border-color: #b0b0b0;
}
.btn {
	align-items: center;
	border-radius: 8px;
	border: 1px solid transparent;
	border: none;
	cursor: pointer;
	display: inline-flex;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	justify-content: center;
	padding: 10px 24px;
	text-decoration: none;
	transition: all 0.2s;
	transition: background 0.2s, box-shadow 0.2s;
}
.btn-danger {
	background: var(--google-red);
	color: white;
}
.btn-new {
	justify-content: center;
	width: 100%;
}
.btn-outline {
	background-color: white;
	background: white;
	border-color: var(--border-grey);
	border: 1px solid var(--border-grey);
	color: var(--google-blue);
}
.btn-outline:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.btn-outline:hover {
	background-color: #f6f9fe;
	background: var(--bg-grey);
}
.btn-primary {
	background-color: var(--google-blue);
	background: var(--google-blue);
	color: white;
}

.btn-big {
    width: 100%;
}

.btn-primary:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.btn-primary:hover {
	background-color: #1765cc;
	background: #1b66c9;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.btn-stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.burger-btn {
	align-items: center;
	background: transparent;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	transition: background 0.2s;
	width: 40px;
}
.burger-btn .material-icons {
	color: var(--text-primary);
	font-size: 24px;
}
.burger-btn:active {
	background: var(--bg-grey);
}
.card {
	background: white;
	border-radius: 8px;
	border: 1px solid var(--border-grey);
	color: inherit;
	cursor: pointer;
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
	padding: 10px;
	text-decoration: none;
	transition: box-shadow 0.2s, transform 0.2s;
}
.card-body {
	padding: 4px;
}
.card-body-link {
	color: inherit;
	display: block;
	text-decoration: none;
}
.card-form {
	background: white;
	border-radius: 12px;
	border: 1px solid var(--border-grey);
	margin: 10px auto;
	max-width: 900px;
	padding: 20px;
}
.card-form h1 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 8px;
	text-align: center;
}
.card-form p {
	color: var(--text-secondary);
	margin-bottom: 24px;
	text-align: center;
}
.card-hover {
	transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}
.card-hover:hover {
	box-shadow: 0 12px 24px -4px rgba(0,0,0,0.12), 0 8px 16px -4px rgba(0,0,0,0.08);
	transform: translateY(-4px);
}
.card-hover:hover .card-image {
	transform: scale(1.05);
}
.card-image {
	transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.card-img {
	aspect-ratio: 16/9;
	background: var(--bg-grey);
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.card-list {
	background: white;
	border-radius: 8px;
	border: 1px solid var(--border-grey);
	color: inherit;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0px;
	text-decoration: none;
	transition: box-shadow 0.2s, transform 0.2s;
}
.card-meta {
	color: var(--text-secondary);
	display: flex;
	font-size: 13px;
	justify-content: space-between;
}
.card-meta span {
	align-items: center;
	display: flex;
	gap: 4px;
}
.card-price {
	color: var(--text-primary);
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 8px;
}
.card-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--text-primary);
	display: -webkit-box;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 16px;
	overflow: hidden;
}
.card:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.card:hover {
	box-shadow: 0 1px 3px rgba(60,64,67,0.3), 0 4px 8px rgba(60,64,67,0.15);
	transform: translateY(-1px);
}
.chip {
	align-items: center;
	background: var(--bg-grey);
	background: white;
	border-radius: 16px;
	border: 1px solid var(--border-grey);
	color: var(--text-primary);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	gap: 4px;
	padding: 8px 16px;
	transition: background 0.2s, border-color 0.2s;
	user-select: none;
}
.chip:focus-visible {
	border-color: var(--google-blue);
	box-shadow: var(--focus-ring);
	outline: none;
}
.chip:hover {
	background: var(--bg-grey);
	border-color: #b0b0b0;
}
.contact-box {
	background: var(--bg-grey);
	border-radius: 8px;
	margin: 20px 0;
	padding: 20px;
}
.contact-row {
	display: flex;
	font-size: 15px;
	gap: 12px;
	margin-bottom: 12px;
}
.contact-row .material-icons {
	color: var(--text-secondary);
	flex-shrink: 0;
	font-size: 20px;
	margin-top: 2px;
}
.contact-row a {
	color: var(--google-blue);
	text-decoration: none;
}
.contact-row a:hover {
	text-decoration: underline;
}
.contact-row:last-child {
	margin-bottom: 0;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 16px;
	width: 100%;
}
.content-section {
	padding: 16px 0;
}
.data-table {
	border-collapse: collapse;
	font-size: 14px;
	margin: 20px 0;
	width: 100%;
}
.data-table td {
	border-bottom: 1px solid var(--border-grey);
	padding: 12px;
	vertical-align: top;
}
.data-table th {
	background: var(--bg-grey);
	border-bottom: 2px solid var(--border-grey);
	font-weight: 500;
	padding: 12px;
	text-align: left;
}
.data-table tr:last-child td {
	border-bottom: none;
}
.datenschutz-card {
	background: var(--bg-white);
	border-radius: 12px;
	border: 1px solid var(--border-grey);
	padding: 32px;
}
.datenschutz-header {
	border-bottom: 1px solid var(--border-grey);
	margin-bottom: 32px;
	padding-bottom: 24px;
}
.datenschutz-header .subtitle {
	color: var(--text-secondary);
	font-size: 14px;
}
.datenschutz-header .updated {
	color: var(--text-secondary);
	font-size: 13px;
	margin-top: 8px;
}
.datenschutz-header h1 {
	align-items: center;
	color: var(--text-primary);
	display: flex;
	font-size: 32px;
	font-weight: 400;
	gap: 12px;
	margin-bottom: 8px;
}
.datenschutz-header h1 .material-icons {
	color: var(--google-blue);
	font-size: 36px;
}
.datenschutz-section {
	margin-bottom: 40px;
	scroll-margin-top: 80px;
}
.datenschutz-section:last-child {
	margin-bottom: 0;
}
.datenschutz-wrapper {
	margin-top: 10px;
	margin: 0 auto;
	max-width: 900px;
}
.delete-btn {
	align-items: center;
	background: rgba(32,33,36,0.7);
	border-radius: 50%;
	border: none;
	color: white;
	cursor: pointer;
	display: flex;
	height: 28px;
	justify-content: center;
	opacity: 0;
	position: absolute;
	right: 6px;
	top: 6px;
	transition: all 0.2s;
	transition: opacity 0.2s, background 0.2s;
	width: 28px;
	z-index: 10;
}
.delete-btn .material-icons {
	font-size: 18px;
}
.delete-btn:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.delete-btn:hover {
	background: var(--google-red);
}
.description-text {
	color: var(--text-primary);
	font-size: 15px;
	line-height: 1.6;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.desktop-nav {
	align-items: center;
	display: none;
	gap: 8px;
}
.detail-wrapper {
	margin: 10px auto;
	max-width: 1200px;
}
.detail-wrapper2 {
	margin: 10px auto;
	max-width: 1200px;
}
.divider {
	background: var(--border-grey);
	height: 1px;
	margin: 24px 0;
}
.drop-zone {
	background: var(--bg-grey);
	border-radius: 8px;
	border: 2px dashed var(--border-grey);
	cursor: pointer;
	padding: 40px 20px;
	text-align: center;
	transition: all 0.3s;
}
.drop-zone .material-icons {
	color: var(--text-secondary);
	font-size: 48px;
	margin-bottom: 12px;
}
.drop-zone p {
	color: var(--text-secondary);
	font-size: 14px;
	margin: 0;
}
.drop-zone strong {
	color: var(--google-blue);
	font-weight: 500;
}
.drop-zone.dragover .material-icons {
	color: var(--google-blue);
}
.drop-zone.dragover, .drop-zone:hover {
	background: #e8f0fe;
	border-color: var(--google-blue);
}
.dropdown {
	grid-column: 1 / -1;
	position: relative;
}
.dropdown-item {
	align-items: center;
	color: var(--text-primary);
	display: flex;
	font-size: 14px;
	gap: 12px;
	padding: 12px 16px;
	text-decoration: none;
	transition: background 0.2s;
}
.dropdown-item:active {
	background: var(--bg-grey);
}
.dropdown-item:focus-visible {
	box-shadow: inset 0 0 0 2px var(--google-blue);
	outline: none;
}
.dropdown-menu {
	background: white;
	border-radius: 8px;
	border: 1px solid var(--border-grey);
	bottom: 100%;
	box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
	display: none;
	left: 0;
	margin-bottom: 4px;
	position: absolute;
	right: 0;
	z-index: 100;
}
.dropdown.active .dropdown-menu {
	display: block;
}
.empty-state {
	background: white;
	border-radius: 12px;
	border: 1px solid var(--border-grey);
	color: var(--text-secondary);
	grid-column: 1 / -1;
	padding: 48px 20px;
	text-align: center;
}
.empty-state .material-icons {
	color: var(--text-secondary);
	display: block;
	font-size: 56px;
	font-size: 72px;
	margin-bottom: 16px;
}
.empty-state h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
}
.empty-state p {
	color: var(--text-secondary);
	font-size: 14px;
	margin-bottom: 20px;
}
.error-text {
	color: var(--error);
	font-size: 13px;
	margin-top: 6px;
}
.fade-in {
	animation: fadeIn 0.4s ease-in;
}
.filters {
	-webkit-overflow-scrolling: touch;
	border-radius: 8px;
	border: 1px solid var(--border-grey);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	gap: 8px;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow-x: auto;
	padding-bottom: 16px;
	padding: 16px;
	scrollbar-width: none;
}
.filters .chip {
	background: white;
	border-radius: 20px;
	border: 1px solid var(--border-grey);
	color: var(--text-primary);
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 16px;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s;
	white-space: nowrap;
}
.filters .chip:focus-visible {
	border-color: var(--google-blue);
	box-shadow: var(--focus-ring);
	outline: none;
}
.filters .chip:hover {
	background: var(--bg-grey);
}
.filters::-webkit-scrollbar {
	display: none;
}
.footer-bottom {
	align-items: center;
	border-top: 1px solid var(--border-grey);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	padding-top: 24px;
}
.footer-brand {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footer-content {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
	margin-bottom: 32px;
}
.footer-copyright {
	color: var(--text-secondary);
	font-size: 13px;
}
.footer-desc {
	color: var(--text-secondary);
	font-size: 14px;
	line-height: 1.6;
}
.footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.footer-legal a {
	color: var(--text-secondary);
	font-size: 13px;
	text-decoration: none;
	transition: color 0.2s;
}
.footer-legal a:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.footer-legal a:hover {
	color: var(--google-blue);
}
.footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links a {
	align-items: center;
	color: var(--text-secondary);
	display: flex;
	font-size: 14px;
	gap: 8px;
	text-decoration: none;
	transition: color 0.2s;
}
.footer-links a .material-icons {
	font-size: 18px;
}
.footer-links a:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.footer-links a:hover {
	color: var(--google-blue);
}
.footer-links li {
	margin-bottom: 12px;
}
.footer-logo {
	align-items: center;
	color: var(--text-primary);
	display: flex;
	font-size: 20px;
	font-weight: 500;
	gap: 8px;
	text-decoration: none;
}
.footer-logo-icon {
	align-items: center;
	background-color: var(--google-blue);
	border-radius: 8px;
	color: white;
	display: flex;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	width: 32px;
}
.footer-section h3 {
	color: var(--text-primary);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.form-actions {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}
.form-actions .link {
	color: var(--google-blue);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.form-actions .link:hover {
	text-decoration: underline;
}
.form-control {
	border-radius: 8px;
	border: 1px solid var(--border-grey);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	height: 46px;
	outline: none;
	padding: 12px 16px;
	transition: border-color 0.2s, box-shadow 0.2s;
	width: 100%;
}
.form-control:focus {
	border-color: var(--google-blue);
	box-shadow: var(--focus-ring);
	outline: none;
}
.form-group {
	margin-bottom: 20px;
}
.form-group label {
	color: var(--text-secondary);
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
}
.grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(280px,1fr));
}
.header {
	align-items: center;
	background: white;
	border-bottom: 1px solid var(--border-grey);
	display: flex;
	justify-content: space-between;
	padding: 8px 24px;
	position: sticky;
	top: 0;
	transition: box-shadow 0.2s;
	z-index: 100;
}
.header-actions {
	align-items: center;
	display: flex;
	gap: 12px;
}
.header-content {
	align-items: center;
	display: flex;
	height: 64px;
	justify-content: space-between;
}
.image-section {
	background: white;
	border-bottom: 1px solid var(--border-grey);
	margin: 0 -24px;
	position: relative;
}
.impressum-card {
	background: var(--bg-white);
	border-radius: 12px;
	border: 1px solid var(--border-grey);
	padding: 32px;
}
.impressum-header {
	border-bottom: 1px solid var(--border-grey);
	margin-bottom: 32px;
	padding-bottom: 24px;
}
.impressum-header .subtitle {
	color: var(--text-secondary);
	font-size: 14px;
}
.impressum-header h1 {
	align-items: center;
	color: var(--text-primary);
	display: flex;
	font-size: 32px;
	font-weight: 400;
	gap: 12px;
	margin-bottom: 8px;
}
.impressum-header h1 .material-icons {
	color: var(--google-blue);
	font-size: 36px;
}
.impressum-section {
	margin-bottom: 32px;
}
.impressum-section:last-child {
	margin-bottom: 0;
}
.impressum-wrapper {
	margin-top: 10px;
	margin: 0 auto;
	max-width: 800px;
}
.info-box {
	background: var(--bg-grey);
	border-left: 3px solid var(--google-blue);
	border-radius: 8px;
	display: flex;
	gap: 12px;
	margin: 20px 0;
	padding: 16px;
}
.info-box .material-icons {
	color: var(--google-blue);
	flex-shrink: 0;
	font-size: 22px;
}
.info-box-content {
	flex: 1;
}
.info-box-content p {
	color: var(--text-secondary);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}
.info-box-warning {
	border-left-color: var(--google-yellow);
}
.info-box-warning .material-icons {
	color: #b06000;
}
.info-content {
	color: var(--text-primary);
	flex: 1;
}
.info-content a {
	color: var(--google-blue);
	text-decoration: none;
}
.info-content a:hover {
	text-decoration: underline;
}
.info-content strong {
	display: block;
	font-weight: 500;
	margin-bottom: 4px;
}
.info-row {
	display: flex;
	font-size: 15px;
	gap: 12px;
	line-height: 1.6;
	margin-bottom: 12px;
}
.info-row .material-icons {
	color: var(--text-secondary);
	flex-shrink: 0;
	font-size: 20px;
	margin-top: 2px;
}
.info-text {
	color: var(--text-primary);
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 12px;
}
.like-btn {
	align-items: center;
	background: none;
	border-radius: 20px;
	border: 1px solid #ddd;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	gap: 6px;
	padding: 6px 12px;
	transition: all .2s ease;
}
.like-btn svg {
	fill: #666;
	height: 18px;
	transition: fill .2s ease;
	width: 18px;
}
.like-btn.liked {
	background: #ff3b5c;
	border-color: #ff3b5c;
	color: white;
}
.like-btn.liked svg {
	fill: white;
}
.like-btn:hover {
	background: #fff5f7;
	border-color: #ff3b5c;
}
.link {
	color: var(--google-blue);
	font-weight: 500;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.logo {
	align-items: center;
	color: #111827;
	color: var(--text-primary);
	display: flex;
	font-size: 1.125rem;
	font-weight: 600;
	gap: 0.75rem;
	gap: 8px;
	text-decoration: none;
}
.logo img {
	display: block;
	height: 30px;
	width: auto;
}
.logo span:nth-child(1) {
	color: var(--google-blue);
}
.logo span:nth-child(2) {
	color: var(--google-red);
}
.logo span:nth-child(3) {
	color: var(--google-yellow);
}
.logo span:nth-child(4) {
	color: var(--google-blue);
}
.logo span:nth-child(5) {
	color: var(--google-green);
}
.logo span:nth-child(6) {
	color: var(--google-red);
}
.logo-icon {
	align-items: center;
	background-color: var(--google-blue);
	border-radius: 8px;
	color: white;
	display: flex;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	width: 32px;
}
.main-header {
	background-color: white;
	border-bottom: 1px solid var(--border-grey);
	position: sticky;
	top: 0;
	z-index: 1000;
}
.main-image {
	aspect-ratio: 16/10;
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}
.main-image-wrap {
	background: #000;
	position: relative;
}
.manage-actions {
	border-top: 1px solid var(--border-grey);
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 1fr;
	padding-top: 8px;
}
.manage-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 16px;
}
.manage-card {
	background: white;
	border-radius: 12px;
	border: 1px solid var(--border-grey);
	overflow: hidden;
	transition: box-shadow 0.2s;
}
.manage-card:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.manage-img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.manage-img-wrap {
	aspect-ratio: 16/9;
	background: var(--bg-grey);
	width: 100%;
}
.manage-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.manage-meta {
	color: var(--text-secondary);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px 16px;
}
.manage-price {
	color: var(--text-primary);
	font-size: 22px;
	font-weight: 400;
}
.manage-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--text-primary);
	display: -webkit-box;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	overflow: hidden;
}
.masonry-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
}
.menu-item {
	align-items: center;
	color: var(--text-primary);
	display: flex;
	font-size: 12px;
	font-weight: 400;
	gap: 16px;
	padding: 14px 24px;
	text-decoration: none;
	transition: background 0.2s;
}
.menu-item-primary {
	color: var(--google-blue);
	font-weight: 500;
}
.menu-item-primary.material-icons {
	color: var(--google-blue);
}
.menu-item.material-icons {
	color: var(--text-secondary);
	font-size: 22px;
}
.menu-item:active {
	background: var(--bg-grey);
}
.menu-item:focus-visible {
	box-shadow: inset 0 0 0 2px var(--google-blue);
	outline: none;
}
.menu-section {
	border-bottom: 1px solid var(--border-grey);
	padding: 8px 0;
}
.menu-section:last-child {
	border-bottom: none;
}
.meta-chip {
	align-items: center;
	display: inline-flex;
	gap: 4px;
}
.meta-chip .material-icons {
	font-size: 16px;
}
.meta-item {
	align-items: center;
	color: var(--text-secondary);
	display: flex;
	font-size: 14px;
	gap: 12px;
}
.meta-item .material-icons {
	color: var(--text-secondary);
	font-size: 20px;
}
.meta-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 16px 0;
}
.mobile-menu {
	background: white;
	bottom: 0;
	display: none;
	left: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 64px;
	z-index: 999;
}
.mobile-menu-content {
	padding: 8px 0;
}
.mobile-menu.active {
	display: block;
}
.modal {
	align-items: center;
	background: rgba(0,0,0,0.9);
	display: none;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 9999;
}
.modal img {
	height: auto;
	max-height: 90vh;
	max-width: 90%;
	object-fit: contain;
	width: auto;
}
.modal-close {
	color: #fff;
	cursor: pointer;
	font-size: 45px;
	line-height: 1;
	position: absolute;
	right: 30px;
	top: 20px;
	user-select: none;
}
.modal-close:hover {
	color: #aaa;
}
.modal.active {
	display: flex;
}
.nav-button {
	background: var(--google-blue);
	border-radius: 24px;
	border: none;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: 'Google Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-left: 8px;
	padding: 10px 24px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.nav-button:hover {
	background: var(--google-blue-hover);
	box-shadow: var(--shadow-1);
}
.nav-link {
	border-radius: 8px;
	color: var(--text-secondary);
	font-size: 14px;
	font-weight: 500;
	padding: 12px 16px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.nav-link:hover {
	background: var(--background);
	color: var(--text-primary);
}
.page-header {
	margin-bottom: 16px;
    margin: 10px auto;
}
.page-header h1 {
	color: var(--text-primary);
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 16px 0;
}
.password-field {
	align-items: center;
	display: flex;
	position: relative;
}
.password-field .form-control {
	padding-right: 48px;
}
.password-toggle {
	align-items: center;
	background: transparent;
	border-radius: 50%;
	border: none;
	color: var(--text-secondary);
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	position: absolute;
	right: 8px;
	transition: background 0.2s;
	width: 40px;
}
.password-toggle .material-icons {
	font-size: 22px;
}
.password-toggle:active {
	background: var(--border-grey);
}
.password-toggle:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.password-toggle:hover {
	background: var(--bg-grey);
}
.preview-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(120px,1fr));
	margin-top: 12px;
}
.preview-img {
	border-radius: 4px;
	border: 1px solid var(--border-grey);
	height: 120px;
	object-fit: cover;
	width: 100%;
}
.preview-item {
	height: 120px;
	position: relative;
	width: 100%;
}
.preview-item:focus-within .delete-btn {
	opacity: 1;
}
.preview-item:hover .delete-btn {
	opacity: 1;
}
.price {
	color: var(--text-primary);
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 8px;
}
.price-header {
	background: white;
	border-bottom: 1px solid var(--border-grey);
	margin: 0 -24px 16px;
	padding: 20px;
}
.rights-list {
	list-style: none;
	margin: 16px 0;
	padding: 0;
}
.rights-list li {
	display: flex;
	font-size: 15px;
	gap: 12px;
	line-height: 1.6;
	margin-bottom: 12px;
}
.rights-list li .material-icons {
	color: var(--google-green);
	flex-shrink: 0;
	font-size: 20px;
	margin-top: 2px;
}
.search-bar {
	background: white;
	border-radius: 12px;
	border: 1px solid var(--border-grey);
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
	padding: 8px;
}
.search-bar .form-control {
	border: none;
	box-shadow: none;
}
.search-bar .form-control:focus {
	border-color: transparent;
	box-shadow: none;
}
.search-box {
	align-items: center;
	background: white;
	border-radius: 24px;
	border: 1px solid var(--border-grey);
	box-shadow: 0 1px 6px rgba(32,33,36,0.08);
	display: flex;
	height: 46px;
	padding: 0 16px;
	transition: box-shadow 0.2s, border-color 0.2s;
}
.search-box .material-icons {
	color: var(--text-secondary);
	cursor: pointer;
	padding: 4px;
}
.search-box input {
	background: transparent;
	border: none;
	flex: 1;
	font-size: 16px;
	outline: none;
	padding: 0 12px;
}
.search-box:focus-within, .search-box:hover {
	border-color: transparent;
	box-shadow: 0 1px 6px rgba(32,33,36,0.2);
}
.search-container {
	flex: 1;
	margin: 10px auto;
	position: relative;
	width: 50%;
}
.search-input:focus {
	border-color: rgba(223,225,229,0);
	box-shadow: 0 1px 6px rgba(32,33,36,0.28);
}
.section-text {
	color: var(--text-primary);
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 16px;
}
.section-text strong {
	font-weight: 500;
}
.section-title {
	align-items: center;
	color: var(--text-primary);
	display: flex;
	font-size: 18px;
	font-weight: 500;
	gap: 10px;
	margin-bottom: 16px;
}
.section-title .material-icons {
	color: var(--google-blue);
	font-size: 22px;
	font-size: 24px;
}
.seller-avatar {
	background: var(--bg-grey);
	border-radius: 50%;
	height: 48px;
	object-fit: cover;
	width: 48px;
}
.seller-info {
	flex: 1;
}
.seller-meta {
	color: var(--text-secondary);
	font-size: 13px;
}
.seller-name {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 2px;
}
.seller-row {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}
.site-footer {
	background: var(--bg-white);
	border-top: 1px solid var(--border-grey);
	margin-top: 64px;
	padding: 48px 0 24px;
	transition: background-color 0.3s, border-color 0.3s;
}
.slider-btn {
	align-items: center;
	background: white;
	border-radius: 50%;
	border: 1px solid var(--border-grey);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	cursor: pointer;
	display: flex;
	height: 32px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.2s;
	width: 32px;
	z-index: 5;
}
.slider-btn .material-icons {
	font-size: 20px;
}
.slider-btn-next {
	right: 8px;
}
.slider-btn-prev {
	left: 8px;
}
.slider-btn:disabled {
	cursor: not-allowed;
	opacity: 0.3;
}
.slider-btn:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.slider-btn:hover {
	background: var(--bg-grey);
}
.social-link {
	align-items: center;
	background: var(--bg-white);
	border-radius: 50%;
	border: 1px solid var(--border-grey);
	color: var(--text-secondary);
	display: flex;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	transition: all 0.2s;
	width: 40px;
}
.social-link .material-icons {
	font-size: 20px;
}
.social-link:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.social-link:hover {
	background: var(--bg-hover);
	border-color: var(--google-blue);
	color: var(--google-blue);
}
.social-links {
	display: flex;
	gap: 12px;
	margin-top: 8px;
}
.stat-box {
	text-align: center;
}
.stat-label {
	color: var(--text-secondary);
	font-size: 13px;
	margin-top: 4px;
}
.stat-number {
	color: #fe5353;
	font-size: 28px;
	font-weight: 500;
}
.stats-grid {
	background: var(--bg-grey);
	border-radius: 8px;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3,1fr);
	margin: 32px 0;
	padding: 20px;
}
.status-aktiv {
	background: #e6f4ea;
	color: #137333;
}
.status-badge {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
	gap: 4px;
	margin: 16px 0;
	padding: 4px 12px;
	width: fit-content;
}
.status-deaktiviert {
	background: #a0a2a3;
	color: #5f6368;
}
.status-reserviert {
	background: #fef7e0;
	color: #b06000;
}
.status-verkauft {
	background: #f1f3f4;
	color: #5f6368;
}
.table {
	background: white;
	border-radius: 8px;
	border: 1px solid var(--border-grey);
	overflow: hidden;
	width: 100%;
}
.table td, .table th {
	border-bottom: 1px solid var(--border-grey);
	padding: 16px;
	text-align: left;
}
.table th {
	background: var(--bg-grey);
	color: var(--text-secondary);
	font-size: 14px;
	font-weight: 500;
}
.table tr:last-child td {
	border-bottom: none;
}
.theme-toggle {
	align-items: center;
	background: transparent;
	border-radius: 50%;
	border: none;
	color: var(--text-primary);
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	transition: background 0.2s;
	width: 40px;
}
.theme-toggle .material-icons {
	font-size: 22px;
}
.theme-toggle:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.theme-toggle:hover {
	background: var(--bg-grey);
}
.thumb {
	border-radius: 8px;
	border: 2px solid transparent;
	cursor: pointer;
	flex-shrink: 0;
	height: 64px;
	object-fit: cover;
	scroll-snap-align: start;
	transition: border 0.2s, box-shadow 0.2s;
	width: 64px;
}
.thumb-slider-wrap {
	padding: 12px 48px;
	position: relative;
}
.thumb.active {
	border-color: var(--google-blue);
}
.thumb:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.thumb:hover {
	border-color: #b0b0b0;
}
.thumbs-slider {
	-webkit-overflow-scrolling: touch;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}
.thumbs-slider::-webkit-scrollbar {
	display: none;
}
.title {
	color: var(--text-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	word-wrap: break-word;
}
.toc-box {
	background: var(--bg-grey);
	border-radius: 8px;
	margin-bottom: 32px;
	padding: 20px;
}
.toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.toc-list a {
	align-items: center;
	color: var(--google-blue);
	display: flex;
	font-size: 14px;
	gap: 8px;
	text-decoration: none;
}
.toc-list a .material-icons {
	font-size: 16px;
}
.toc-list a:focus-visible {
	box-shadow: var(--focus-ring);
	outline: none;
}
.toc-list a:hover {
	text-decoration: underline;
}
.toc-list li {
	margin-bottom: 8px;
}
.toc-title {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	gap: 8px;
	margin-bottom: 12px;
}
.toc-title .material-icons {
	color: var(--google-blue);
	font-size: 20px;
}
.user-avatar {
	border-radius: 50%;
	height: 40px;
	margin-bottom: 8px;
	object-fit: cover;
	width: 40px;
}
.user-email {
	color: var(--text-secondary);
	font-size: 13px;
}
.user-name {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 2px;
}
.user-section {
	background: var(--bg-grey);
	padding: 16px 24px;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 549px) {
	.masonry-grid {
		gap: 12px;
		grid-template-columns: repeat(1, minmax(0,1fr));
	}
}
@media (max-width: 640px) {
	.avatar-upload {
		flex-direction: column;
		gap: 12px;
	}
	.preview-img {
		height: 100px;
	}
	.preview-item {
		height: 100px;
	}
	.stat-number {
		font-size: 24px;
	}
	.stats-grid {
		gap: 12px;
		grid-template-columns: 1fr;
		padding: 16px;
	}
}
@media (max-width: 768px) {
	.btn {
		font-size: 13px;
		padding: 8px 16px;
	}
	.card-form {
		margin-top: 10px auto;
		padding: 20px;
	}
	.contact-row .material-icons, .info-row .material-icons, .rights-list li .material-icons {
		margin-bottom: 4px;
		margin-top: 0;
	}
	.contact-row, .info-row, .rights-list li {
		align-items: flex-start;
		flex-direction: column;
	}
	.data-table {
		font-size: 13px;
	}
	.data-table td, .data-table th {
		padding: 8px;
	}
	.datenschutz-card, .impressum-card {
		border-left: none;
		border-radius: 0;
		border-right: none;
		padding: 24px 20px;
	}
	.datenschutz-header h1 .material-icons, .impressum-header h1 .material-icons {
		font-size: 28px;
	}
	.datenschutz-header h1, .impressum-header h1 {
		font-size: 24px;
	}
	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}
	.footer-content {
		gap: 32px;
		grid-template-columns: 1fr;
	}
	.footer-legal {
		gap: 16px;
		justify-content: center;
	}
	.grid {
		grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
	}
	.header {
		flex-wrap: wrap;
		padding: 12px;
	}
	.search-container {
		max-width: none;
		order: 3;
		width: 100%;
	}
	.section-title {
		font-size: 16px;
	}
	.section-title .material-icons {
		font-size: 20px;
	}
	.site-footer {
		margin-top: 40px;
		padding: 32px 0 20px;
	}
	.stats-grid {
		grid-template-columns: 1fr;
	}
}
@media (min-width: 1024px) {
	.action-btn-danger:hover {
		background: #fce8e6;
		color: var(--google-red);
	}
	.action-btn-primary:hover {
		background: #1765cc;
	}
	.action-btn:hover {
		background: var(--bg-grey);
	}
	.content-section {
		padding: 0;
	}
	.detail-wrapper {
		display: grid;
		gap: 24px;
		grid-template-columns: 1fr 380px;
	}
	.detail-wrapper2 {
		display: grid;
		grid-template-columns: 100%;
	}
	.dropdown-item:hover {
		background: var(--bg-grey);
	}
	.image-section {
		height: fit-content;
		position: sticky;
		top: 88px;
	}
	.manage-list {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2,1fr);
	}
}
@media (min-width: 1280px) {
	.masonry-grid {
		gap: 24px;
	}
}
@media (min-width: 1550px) {
	.burger-btn {
		display: none;
	}
	.desktop-nav {
		display: flex;
	}
	.desktop-nav .menu-item {
		border-radius: 8px;
		padding: 8px 16px;
	}
	.desktop-nav .menu-item:hover {
		background: var(--bg-grey);
	}
	.mobile-menu {
		display: none !important;
	}
}
@media (min-width: 640px) {
	.action-btn-primary {
		grid-column: auto;
	}
	.btn-new {
		width: auto;
	}
	.dropdown {
		grid-column: auto;
	}
	.dropdown-menu {
		bottom: auto;
		box-shadow: 0 2px 8px rgba(0,0,0,0.15);
		top: 100%;
	}
	.manage-actions {
		border-top: none;
		grid-template-columns: repeat(4,1fr);
		padding-top: 0;
	}
	.manage-body {
		flex: 1;
		padding: 0;
	}
	.manage-card {
		display: flex;
		flex-direction: row;
		gap: 16px;
		padding: 16px;
	}
	.manage-img-wrap {
		aspect-ratio: 1;
		border-radius: 8px;
		flex-shrink: 0;
		overflow: hidden;
		width: 140px;
	}
	.page-header {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin-bottom: 24px;
	}
	.page-header h1 {
		font-size: 28px;
		margin: 0;
	}
}
@media (min-width: 768px) {
	.image-section {
		border-radius: 12px;
		border: 1px solid var(--border-grey);
		margin: 0;
		overflow: hidden;
	}
	.price {
		font-size: 32px;
	}
	.price-header {
		border-radius: 12px;
		border: 1px solid var(--border-grey);
		margin: 0 0 16px;
	}
	.slider-btn {
		height: 36px;
		width: 36px;
	}
	.thumb {
		height: 80px;
		width: 80px;
	}
	.thumb-slider-wrap {
		padding: 12px 52px;
	}
	.title {
		font-size: 22px;
	}
}