.balloon_wrapper
{
    position: fixed;
    right: 0;
    top: calc( 0vh + 140px );
    transform: translateY(-50%);
    z-index: 15;

    button:not(:first-child) {
        margin-top: 10px;
    }
}

.st__play,
.st__pause,
.balloon
{
	border: none;
	align-items: center;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 10px;
    padding: 10px;
    width: 40px;
    background: #FFCC00;
    color: #000;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.st__play svg,
.st__pause svg,
.balloon svg
{
    pointer-events: none;
}

.st__play i[class*="fa"],
.st__pause i[class*="fa"],
.balloon i[class*="fa"] {
    margin: 0;
}

.uk-navbar-toggle-icon {
    color: #000;
}

.poi, .poi_mapMarker
{
    display: inline-block;
    color: #000;
    background: #ffcc00;
    font-size: 0.9em;
    text-align: center;
    line-height: 1.45rem;
    vertical-align: middle;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.25rem 0 0.1rem;
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

.reisedisplay__verlaufStation .main-container {
  position: relative;
}

#map .marker {
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    background-color: #FFCC00;
    color: #000;
    width: 28px;
    height: 28px;
    margin: 0 2px 2px 0;
	background-size: 100%;
}
.poi[data-poicategory] {
  background-size: 50%;
  	font-size: 0;
}
.poi[data-poicategory="unterknfte"]
{
	background-image: url("./img/unterknfte.svg");
}

.poi[data-poicategory="stdte"]
{
	background-image: url("./img/stdte.svg");
}
.poi[data-poicategory="frderprojekte"]
{
	background-image: url("./img/frderprojekte.svg");
}
.poi[data-poicategory="nationalparks"]
{
	background-image: url("./img/nationalparks.svg");
}
.poi[data-poicategory="sonstiges"]
{
	background-image: url("./img/sonstiges.svg");
}
.map-content {
    position: relative;
    z-index: 14;
}
.map-content .imageblock__simple,
.map-content .textblock__simple {
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0.2s;
}

.map-content.hideContent .imageblock__simple,
.map-content.hideContent .textblock__simple {
    opacity: 0;
}

.map-content__metanav {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    pointer-events: all;
}

.map-content__metanav--desktop {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
}

.map-content__metanav__cta {
    font-size: 11px;
}

.map-content__metanav .map-content__metanav__divider {
    height: 2rem;
}

.map-component {
  z-index: 0;
}
.imageblock__simple, .textblock__simple
{
	/* background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,0) 100%); */
	box-shadow: 0 0 50px 30px rgba(255,255,255,0.55);
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
}

.textblock__simple + .textblock__simple
{
	margin-top: 10vh;
}

.textblock__simple p
{
	position: relative;
}

.pointofinterest_drop
{
	/*width: 100%;*/
	width: 50vw;
    font-size: .875em;
    max-width: 800px !important;
}

.poi_mapMarker
{
	line-height: 1.45rem;
	margin-top: -0.2rem;
}

.pointofinterest_drop .header
{
    font-weight: bold;
}

.pointofinterest_drop .image_wrapper
{
	position: relative;
}

.pointofinterest_drop .image_wrapper figure
{
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative;
}

.pointofinterest_drop .image_wrapper figure img
{
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*
.pointofinterest_content_wrapper
{
	max-height: 80vh;
	overflow-y: auto;
}
/**/

.reisedisplay_verlauf_img_wrapper
{
	position: relative;
	width: 100%;
	padding-bottom: 56.18%;
	overflow: hidden;
}

.reisedisplay_verlauf_img_wrapper picture
{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.reisedisplay_verlauf_img_wrapper picture img
{
	position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pointofinterest_content_wrapper
{
	flex-direction: row !important;
  font-weight: 400;
}

section.layoutRow.lar-noMargin.lar-colWhite.lar-border-bottom.uk-sticky
{
	position: relative;
	z-Index: 21;
}

#mapContent .uk-card-default
{
	color: inherit !important;
}

.poi_marker
{
	font-weight: bold;
}

.poi_marker .poi
{
	/*margin: 0 0.1rem 0 0.25rem;*/
    /*display: none;  damit werden die POI nicht mehr auf der Karte angesprungen */
    visibility: hidden;
    width: 0;
    margin: 0;
    position: absolute;
}

.poi_marker:has(.uk-drop) .poi:not([data-poicategory="sonstiges"]) {
    display: inline-block;
    visibility: visible;
    width: 1.5rem;
    margin: 0 .25rem 0 .1rem;
    position: static;
}
