:root {
	--visible: 6;
}
[data-theme="dark"] .cookie-banner, [data-theme="dark"] .cookie-modal-content {
	background: var(--bg-white);
}
[data-theme="dark"] .cookie-btn-secondary {
	background: var(--bg-white);
	color: var(--google-blue);
}
a, body, table, td {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	outline: none;
	text-decoration: none;
}
input[type="checkbox"], input[type="radio"] {
	accent-color: #1a73e8;
	cursor: pointer;
	height: 18px;
	width: 18px;
}
label {
	color: #5f6368;
	font-size: 14px;
	font-weight: 500;
}
table, td {
	mso-table-lspace: 0pt;
	mso-table-rspace: 0pt;
}
#searchInput {
	background: transparent;
	border: none;
	flex: 1;
	font-size: 16px;
	outline: none;
}
.arrow {
	align-items: center;
	background: #0008;
	border-radius: 50%;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font: 700 1.8rem/1 sans-serif;
	height: 40px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 4;
}
.arrow:hover {
	background: #000c;
}
.avatar {
	border-radius: 16px;
	border: 1px solid #e8eaed;
	display: block;
	height: 120px;
	margin: 0 auto 16px auto;
	object-fit: cover;
	width: 120px;
}
.card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding: 24px;
	/*text-align: center;*/
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card h3 {
	color: var(--text-primary);
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 4px 0;
}
.card:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.10);
}
.checkbox-group, .radio-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.checkbox-item label, .radio-item label {
	color: #202124;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.checkbox-item, .radio-item {
	align-items: center;
	display: flex;
	gap: 12px;
}
.clear-btn {
	cursor: pointer;
	display: none;
	fill: #70757a;
	height: 20px;
	width: 20px;
}
.clear-btn.show {
	display: block;
}
.close-btn {
	font-size: 30px;
	font-weight: 300;
}
.container2 {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-height: 10px;
	padding-top: 10px;
	transition: padding-top 0.3s;
}
.container2.has-results {
	padding-top: 10px;
}
.container2.has-results .logo {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.cookie-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}
.cookie-banner {
	background: white;
	border-top: 1px solid var(--border-grey);
	bottom: 0;
	box-shadow: 0 -2px 16px rgba(0,0,0,0.12);
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	transform: translateY(100%);
	transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
	z-index: 9999;
}
.cookie-banner-content {
	margin: 0 auto;
	max-width: 1280px;
	padding: 24px 16px;
}
.cookie-banner.show {
	display: block;
	transform: translateY(0);
}
.cookie-btn {
	align-items: center;
	border-radius: 8px;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-flex;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	padding: 10px 24px;
	transition: all 0.2s;
}
.cookie-btn-primary {
	background: var(--google-blue);
	border-color: var(--google-blue);
	color: white;
}
.cookie-btn-primary:hover {
	background: var(--google-blue-hover);
	box-shadow: var(--shadow);
}
.cookie-btn-secondary {
	background: white;
	border-color: var(--border-grey);
	color: var(--google-blue);
}
.cookie-btn-secondary:hover {
	background: var(--bg-hover);
}
.cookie-btn-text {
	background: transparent;
	border: none;
	color: var(--text-secondary);
	padding: 10px 16px;
}
.cookie-btn-text:hover {
	background: var(--bg-grey);
}
.cookie-category {
	border-bottom: 1px solid var(--border-grey);
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.cookie-category-desc {
	color: var(--text-secondary);
	font-size: 14px;
	line-height: 1.5;
}
.cookie-category-header {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.cookie-category-title {
	color: var(--text-primary);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}
.cookie-category:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.cookie-desc {
	color: var(--text-secondary);
	font-size: 14px;
	line-height: 1.6;
}
.cookie-desc a {
	color: var(--google-blue);
	text-decoration: none;
}
.cookie-desc a:hover {
	text-decoration: underline;
}
.cookie-header {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}
.cookie-header-text {
	flex: 1;
}
.cookie-header.material-icons {
	color: var(--google-blue);
	flex-shrink: 0;
	font-size: 32px;
}
.cookie-modal {
	align-items: center;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	display: none;
	justify-content: center;
	left: 0;
	padding: 16px;
	position: relative;
	right: 0;
	top: 0;
	z-index: 10000;
}
.cookie-modal-body {
	padding: 24px;
}
.cookie-modal-close {
	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;
}
.cookie-modal-close.material-icons {
	color: var(--text-secondary);
	font-size: 24px;
}
.cookie-modal-close:hover {
	background: var(--bg-grey);
}
.cookie-modal-content {
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.2);
	max-height: 90vh;
	max-width: 600px;
	overflow-y: auto;
	width: 100%;
}
.cookie-modal-footer {
	border-top: 1px solid var(--border-grey);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
	padding: 16px 24px;
}
.cookie-modal-header {
	align-items: center;
	border-bottom: 1px solid var(--border-grey);
	display: flex;
	justify-content: space-between;
	padding: 24px 24px 16px;
}
.cookie-modal-header h2 {
	align-items: center;
	display: flex;
	font-size: 20px;
	font-weight: 500;
	gap: 12px;
	margin: 0;
}
.cookie-modal-header h2.material-icons {
	color: var(--google-blue);
}
.cookie-modal.show {
	display: flex;
}
.cookie-title {
	color: var(--text-primary);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}
.cookie-toggle {
	flex-shrink: 0;
	height: 24px;
	position: relative;
	width: 48px;
}
.cookie-toggle input {
	height: 0;
	opacity: 0;
	width: 0;
}
.cookie-toggle input:checked + .cookie-toggle-slider {
	background-color: var(--google-blue);
}
.cookie-toggle input:checked + .cookie-toggle-slider:before {
	transform: translateX(24px);
}
.cookie-toggle input:disabled + .cookie-toggle-slider {
	cursor: not-allowed;
	opacity: 0.5;
}
.cookie-toggle-slider {
	background-color: var(--border-grey);
	border-radius: 24px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s;
}
.cookie-toggle-slider:before {
	background-color: white;
	border-radius: 50%;
	bottom: 3px;
	content: "";
	height: 18px;
	left: 3px;
	position: absolute;
	transition: 0.3s;
	width: 18px;
}
.email {
	background: #111827;
}
.error-msg {
	color: #d93025;
}
.error-msg, .no-results {
	color: #70757a;
	font-size: 14px;
	padding: 20px;
	text-align: center;
}
.facebook {
	background: #1877f2;
}
.filter-container {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, margin-top 0.35s ease;
}
.filter-container.open {
	margin-top: 16px;
	max-height: 2000px;
}
.filter-form {
	background: #fff;
	border-radius: 8px;
	border: 1px solid #dadce0;
	padding: 24px;
}
.filter-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	margin-bottom: 24px;
}
.filter-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.filter-group-full {
	grid-column: 1 / -1;
}
.filter-toggle {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #dadce0;
	color: #3c4043;
	cursor: pointer;
	display: inline-flex;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	padding: 10px 16px;
	transition: all 0.2s ease;
}
.filter-toggle .icon {
	transition: transform 0.3s ease;
}
.filter-toggle.active .icon {
	transform: rotate(180deg);
}
.filter-toggle:active {
	background: #f1f3f4;
}
.filter-toggle:hover {
	background: #f8f9fa;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
}
.full-results {
	display: none;
	margin: 30px auto;
	max-width: 1400px;
	padding: 0 20px;
	width: 100%;
}
.full-results.show {
	display: block;
}
.gallery {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fill, minmax(320px,1fr));
}
.icon-bar {
	backdrop-filter: blur(20px);
	background: rgba(255,255,255,0.9);
	border-radius: 999px;
	border: 1px solid rgba(0,0,0,0.08);
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	display: inline-flex;
	gap: 8px;
	padding: 8px;
}
.icon-link {
	border-radius: 50%;
	color: #111;
	color: white;
	display: grid;
	height: 46px;
	place-items: center;
	transition: all .25s ease;
	width: 46px;
}
.icon-link svg {
	height: 22px;
	width: 22px;
}
.icon-link:hover {
	transform: scale(1.2);
}
.image-card {
	border-radius: 8px;
	border: 1px solid #ebebeb;
	cursor: pointer;
	overflow: hidden;
	transition: transform 0.2s;
}
.image-card img {
	display: block;
	height: 220px;
	object-fit: cover;
	width: 100%;
}
.image-card:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transform: translateY(-4px);
}
.image-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(280px,1fr));
}
.image-info {
	padding: 12px;
}
.image-meta {
	color: #5f6368;
	font-size: 13px;
}
.image-title {
	color: #1a0dab;
	font-size: 15px;
	margin-bottom: 4px;
}
.instagram {
	background: radial-gradient(circle at 30% 110%,#ffd600 0%,#ff0069 40%,#7638fa 90%);
}
.label-subtitle {
	color: #80868b;
	font-size: 12px;
	font-weight: 400;
}
.list {
	background: #7c3aed;
}
.live-results {
	background: #fff;
	border-radius: 0 0 24px 24px;
	border-top: none;
	border: 1px solid #dfe1e5;
	box-shadow: 0 4px 6px rgba(32,33,36,.28);
	display: none;
	left: 0;
	max-height: 500px;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 100;
}
.live-results.show {
	display: block;
}
.lupe-wasserzeichen {
	backdrop-filter: blur(4px);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	background: rgba(0,0,0,0.65);
	border-radius: 50%;
	bottom: 20px;
	height: 36px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	width: 36px;
}
.masonry {
	column-count: 4;
	column-gap: 16px;
}
.masonry > * {
	break-inside: avoid;
	display: inline-block;
	margin-bottom: 16px;
	width: 100%;
}
.modal {
	-webkit-user-select: none;
	background-color: rgba(0,0,0,0.9);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	touch-action: manipulation;
	user-select: none;
	width: 100%;
	z-index: 9998;
}
.modal-btn {
	align-items: center;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 45px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: all 0.2s;
	user-select: none;
	width: 45px;
}
.modal-btn:hover {
	background: rgba(255,255,255,0.2);
	transform: scale(1.1);
}
.modal-buttons {
	display: flex;
	gap: 10px;
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 9999;
}
.modal-content {
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.5);
	max-height: 85vh;
	max-width: 90%;
	transition: transform 0.3s ease;
}
.modal-wrapper {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
	width: 100%;
}
.next {
	right: 10px;
}
.open-modal-btn {
	background: #1877f2;
	border-radius: 6px;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 16px;
	padding: 12px 24px;
}
.prev {
	left: 10px;
}
.range-group {
	align-items: center;
	display: flex;
	gap: 12px;
}
.range-group input {
	flex: 1;
}
.range-separator {
	color: #5f6368;
	font-size: 14px;
}
.result-desc {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #4d5156;
	display: -webkit-box;
	font-size: 13px;
	line-height: 1.4;
	overflow: hidden;
}
.result-item {
	align-items: flex-start;
	border-bottom: 1px solid #f1f3f4;
	cursor: pointer;
	display: flex;
	gap: 12px;
	min-height: auto;
	padding: 12px 16px;
}
.result-item:hover {
	background: #f8f9fa;
}
.result-item:last-child {
	border-bottom: none;
}
.result-meta {
	color: #006621;
	font-size: 13px;
	margin-bottom: 2px;
}
.result-stats {
	border-bottom: 1px solid #f1f3f4;
	color: #70757a;
	font-size: 14px;
	padding: 12px 16px;
}
.result-text {
	flex: 1;
	min-width: 0;
}
.result-title {
	color: #1a0dab;
	font-size: 16px;
	margin-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rotate-btn svg {
	fill: currentColor;
	height: 22px;
	width: 22px;
}
.search-box {
	align-items: center;
	background: #fff;
	border-radius: 24px;
	border: 1px solid #dfe1e5;
	display: flex;
	height: 46px;
	padding: 0 16px;
	transition: all 0.3s;
}
.search-box.active {
	border-radius: 24px 24px 0 0;
	box-shadow: 0 1px 6px rgba(32,33,36,.28);
}
.search-box:hover {
	box-shadow: 0 1px 6px rgba(32,33,36,.28);
}
.search-icon {
	fill: #9aa0a6;
	flex-shrink: 0;
	height: 20px;
	margin-right: 13px;
	width: 20px;
}
.search-wrapper {
	max-width: 584px;
	position: relative;
	width: 100%;
}
.slide {
	aspect-ratio: 1/1;
	flex: 0 0 calc(100%/var(--visible));
	overflow: hidden;
	position: relative;
}
.slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.slider {
	border-radius: 8px;
	height: calc(100vw/var(--visible));
	margin-bottom: 10px;
	margin-top: 10px;
	max-height: 150px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.statement {
	color: var(--text-primary);
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px 0;
	min-height: 63px;
}
.tag {
	color: var(--text-primary);
	display: inline-block;
	font-size: 13px;
	margin-bottom: 16px;
}
.track {
	display: flex;
	height: 100%;
}
.ts-dropdown .option {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.ts-dropdown .ts-dropdown-content {
	font-family: 'Roboto', sans-serif;
	max-height: 300px;
}
.ts-wrapper .ts-control {
	border-radius: 8px !important;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	min-height: 48px;
	padding: 10px 12px;
}
.ts-wrapper .ts-control .item {
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
}
.ts-wrapper .ts-control input {
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
}
.ts-wrapper .ts-control input::placeholder {
	color: #9ca3af;
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
}
.ts-wrapper.single .ts-control input {
	height: 100%;
	line-height: 1.5;
}
.watermark {
	background: rgba(0,0,0,.6);
	border-radius: 4px;
	bottom: 8px;
	color: #fff;
	font: 600 .8rem/1.3 sans-serif;
	left: 8px;
	padding: 6px 10px;
	pointer-events: none;
	position: absolute;
	right: 8px;
	text-align: center;
	text-shadow: 0 1px 2px #0008;
	user-select: none;
	z-index: 3;
}
.whatsapp {
	background: #25d366;
}
@media (max-width: 1200px) {
	.masonry {
		column-count: 3;
	}
}
@media (max-width: 500px) {
	.masonry {
		column-count: 1;
	}
}
@media (max-width: 640px) {
	.cookie-actions {
		flex-direction: column;
	}
	.cookie-banner-content {
		padding: 20px 16px;
	}
	.cookie-btn {
		justify-content: center;
		width: 100%;
	}
	.cookie-header {
		flex-direction: column;
		gap: 12px;
	}
	.cookie-modal-content {
		border-radius: 0;
		max-height: 100vh;
	}
	.cookie-title {
		font-size: 16px;
	}
}
@media (max-width: 800px) {
	.masonry {
		column-count: 1;
	}
}
@media only screen and (max-width: 300px) {
	.container {
		width: 100% !important;
	}
	.hide-mobile {
		display: none !important;
	}
	.mobile-button {
		display: block !important;
		width: 100% !important;
	}
	.mobile-font {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.mobile-padding {
		padding: 10px !important;
	}
}
@media only screen and (max-width: 768px) {
	.modal-btn {
		height: 40px;
		width: 40px;
	}
	.modal-buttons {
		gap: 8px;
		right: 10px;
		top: 10px;
	}
	.modal-content {
		max-height: 80vh;
		max-width: 95%;
	}
	.rotate-btn svg {
		height: 20px;
		width: 20px;
	}
}
@media(max-width:1024px) {
	:root {
		--visible: 4;
	}
}
@media(max-width:480px) {
	:root {
		--visible: 2;
	}
	.watermark {
		font-size: .7rem;
		padding: 4px 6px;
	}
}
@media(max-width:768px) {
	:root {
		--visible: 3;
	}
}
@media(pointer:coarse) {
	.arrow {
		display: none;
	}
}