h1
{
	text-transform: none;
}

.wrap_text,
.wrap_poi_view,
#wrap_footer
{
	position: relative;
	margin: auto auto;
	width: 90%;
}

.wrap_poi_search
{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.poisearch_list {
	list-style: none;
	margin: 20px 0 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px; /* Abstand zwischen den Karten */
}

.poisearch_item {
	position: relative;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #e4e4e4;
	box-shadow: 0 4px 12px rgba(0,0,0,0.04);
	overflow: hidden;
	transition: transform 0.08s ease, box-shadow 0.15s ease;
	padding: 0px;
	margin: 0px;
}

.poisearch_item:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.poisearch_wrap {
	display: flex;
	align-items: stretch;
}

.poisearch_link:link,
.poisearch_link:visited,
.poisearch_link:hover,
.poisearch_link:active,
.poisearch_link:focus
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;          /* über dem Inhalt */
	text-decoration: none;
	color: inherit;
}

/* Bild-Spalte */
.poisearch_left {
	flex: 0 0 180px;      /* fixe Breite für Bilder */
	max-width: 220px;
	overflow: hidden;
}

.poisearch_left > img,
.poisearch_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Text-Spalte */
.poisearch_right {
	flex: 1;
	padding: 14px 18px 16px;
	text-align: left;
	color: #222;
	box-sizing: border-box;
	font-family: 'Roboto-Regular', Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.3;
}

.poisearch_right h1 {
	font-size: 1.25rem;
	margin: 0 0 6px;
	line-height: 1.3;
	font-family: 'Roboto-Bold', Arial, sans-serif;
}

.poisearch_right p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #555;
}

@media (max-width: 768px) {
	.poisearch_wrap {
		flex-direction: column;
	}

	.poisearch_left {
		flex: 0 0 auto;
		max-width: 100%;
	}

	.poisearch_right {
		padding: 10px 14px 14px;
		font-size: 1.2rem;
		line-height: 1.4;
		font-family: 'Roboto-Regular', Arial, sans-serif;
	}

	.poisearch_right h1 {
		font-size: 1.1rem;
		font-family: 'Roboto-Bold', Arial, sans-serif;
	}
}
.container_poi_view .wrap_poi_view > h1 {
	font-family: 'Roboto-Bold', Arial, sans-serif;
	font-size: 2rem;
	margin: 0 0 12px;
	line-height: 1.2;
	color: #222;
	text-align: left;
}

.container_poi_view .wrap_poi_view p {
	font-family: 'Roboto-Regular', Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #444;
	margin: 0 0 12px;
	text-align: left;
}

/* Basis: Mobile-Ansicht (Slider) */
.poiview_image_list {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.poiview_image_item {
	flex: 0 0 100%;
	scroll-snap-align: center;
	text-align: center;
}

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

/* Dots unter dem Slider */
.poiview_slider_dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-bottom: 20px;
}

.poiview_slider_dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: none;
	padding: 0;
	background: #ccc;
	cursor: pointer;
}

.poiview_slider_dot.active {
	width: 18px;
	background: #333;
}

/* Desktop: wieder „normale“ Bildliste, Dots ausblenden */
@media (min-width: 768px) {
	.poiview_image_list {
		overflow: visible;
		scroll-snap-type: none;
		flex-wrap: wrap;
		gap: 10px;
	}

	.poiview_image_item {
		flex: 0 0 23%;    /* 4 Bilder pro Zeile, grob */
		max-width: 23%;
	}

	.poiview_slider_dots {
		display: none;
	}
}

.block_poi_search {
	background: white;
	padding: 0px 0px 0px 0px;
}

	.poi_search_submit:link,
	.poi_search_submit:visited
	{
		background: hsla(49, 100%, 36%, 1);
		border: 1px solid hsla(49, 100%, 36%, 1);
	}
	
	.poi_search_submit:hover,
	.poi_search_submit:active,
	.poi_search_submit:focus
	

. form {
	display: flex;
	width: 100%;
}

#footer_copyright
{
	font-family: 'Roboto-Regular', Arial, sans-serif;
	font-size: 0.625em;
	line-height: 1em;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #c0c0c0;
}

.link_pixel:link,
.link_pixel:visited,
.link_pixel:active,
.link_pixel:focus,
.link_pixel:active
{
	color: #c0c0c0;
}

.poi_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 1.1rem;
	border-radius: 999px;
	border: 1px solid #d0d0d0;
	background: #f7f7f7;
	color: #555 !important;
	font-family: 'Roboto-Regular', Arial, sans-serif;
	font-size: 0.85rem;
	text-decoration: none !important;
	letter-spacing: 0.03em;
	text-transform: none;
	cursor: pointer;
	transition:
		background 0.18s ease,
		color 0.18s ease,
		border-color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.06s ease;
}

.poi_button:hover {
	background: #ececec;
	border-color: #c0c0c0;
	color: #333;
	box-shadow: 0 2px 6px rgba(0,0,0,0.06);
	transform: translateY(-0.5px);
}

.poi_button:active {
	transform: translateY(0);
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.poi_button:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
}

.container_poi_view .poi_button {
	margin-top: 16px;
}

