/* =============================================================================
   Geosys Media Copyright — Overlay rechts unten auf dem Bild
   ============================================================================= */

/* Single-Content: Overlay innerhalb von .qodef-ps-image */
.geosys-copyright-overlay,
/* Lightbox: Overlay innerhalb von #pp_full_res (prettyPhoto) */
.geosys-lightbox-copyright {
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 10;

	display: inline-block;
	padding: 3px 8px;

	background: rgba(0, 0, 0, 0.55);
	color: #fff;

	font-size: 11px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.01em;

	border-radius: 2px;
	pointer-events: none;
	user-select: none;
}

@media (max-width: 600px) {
	.geosys-copyright-overlay,
	.geosys-lightbox-copyright {
		bottom: 6px;
		right: 6px;
		padding: 2px 6px;
		font-size: 10px;
	}
}
