html, body {
     height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: white;

}




#infoContainer{

    border-radius: 20px !important;
    background: #007ac2;
	 --calcite-action-background-color:#006D8F !important;
	 --calcite-action-background-color-hover:#78AA28 !important;
	 
	 
}

#infoContainer .esri-widget--button{
    border-radius: 20px !important;
    background: #007ac2 !important;
      border: 1px solid #e9e9e9;
}


#infoContainer calcite-icon {
 display: none; /* Original-Icon ausblenden */
}


 .button {
 background: red !important;
 box-shadow: none;
 border: none;

}


#infoContainer calcite-action {
 position: relative; /* Referenz für das Pseudo-Element */
}

#infoContainer calcite-action::before {
 content: "i"; /* oder "ℹ️" */
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 font-size: 16px;
 /*font-weight: bold;*/
 color: white; /* optional */
 pointer-events: none; /* verhindert Klickprobleme */
z-index: 1;
}


#infoContainer button{

background: #006d8f !important;
}

#infoContainer calcite-action {
 background-color: transparent !important;
box-shadow: none !important;
}

#infoContainer calcite-action button.button {
background-color: transparent !important;
 box-shadow: none !important;
border: none !important;
}






.loader {
      position: absolute;
      top: 50%;
      left: calc( 50%  );
      width: 50px;
      height: 50px;
      margin: -25px 0 0 -25px;
      border: 6px solid #006d8f;
      border-top: 6px solid transparent;
      border-radius: 50%;
      animation: spin 1s linear infinite;
	  z-index:100
    }

.vrs_blue{

    color: #006d8f;
}

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

button#info {
    border-radius: 20px;
    background: #006d8f;
    color: white;
}

#info > p {
	
	
	max-width:500px;
	font-family:'Lato';
	padding:5px;
}

.custom-icon{

    color: red !important;
}
.custom-icon::before {
 content: "ℹ️" !important; /* Unicode für Info-Symbol */
 font-size: 18px !important;
}


#closeSidebar{
    position: absolute;
    margin-left: auto;
    margin-right: 10px;
    width: 20px;
    /* left: 0; */
    right: 0;
    height: 20px;
    margin-top: 10px;
    border: 1px solid #78AA28;
    /* background: #78AA28; */
    color: #78AA28;
	cursor: pointer;
}

.infoButtonClosed{
	
	background: white !important;
    color: #78AA28 !important;
	
}

.esri-widget {
    font-family: 'Lato' !important;
}

#legend {
    margin-left: 30px;
	 margin-right: 30px;
}
p {
	
	
	font-family: 'Lato';
	 font-size: 1.0625rem !important;
	 line-height: 1.5625rem;
}
a {
    color: #78AA28;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 1.2 rem !important;
	text-decoration:unset;
}

.close{

position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 1.5rem;
    transition: 0.3s;
    padding: 1rem;
    background: #78AA28;
    border-radius: 10px 10px 10px 10px;
    z-index: 1000000;

}

.close:hover{
	
	cursor:pointer;
	
}
.headline{
	
	

    font-size: 3.1rem !important;
    line-height: 3.1rem;
    font-weight: 300;
    text-transform: uppercase;
}

#Footer
	
 {
    z-index: 100;
    background: white;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
	height:20px;
	background: white;
}

.hide{
	
	display:none !important;
}

.impressum_links{
	    
		bottom: 0;
		display: flex;
		margin-left:40px;
		}

	.impressum_text{
		
		padding: 20px 20px 0 20px;
		
	}

.privacy
 {
    margin-right: 20px;
    color: #666666;
}
.privacy:hover{
	
	text-decoration:underline;
	cursor:pointer;
	
}

.impressum{
	
	margin-left:30px;
	
}

#myModal{
	display:none;
	position:absolute;
    z-index: 1000000;
    top: 135px;
    right: 0px;
    width: 100%;
    left: 0;
    background: white;
    bottom: 25px;
}
	
	
#hoverInfo {
    position: fixed;
    top: 100px;
    right: 0px;
    background-color: #78AA28;
    opacity: 0.9;
    font-family: 'Lato';
    color: white;
    width: fit-content;
    z-index: 11000000000;
    font-size: 18pt;
    border-radius: 10px 10px 10px 10px;
    padding: 8px;
    visibility: hidden; 
	font-size:18px;
}

h1 {
    font-size:larger;
    margin-left: 12%;
}
h2{
    
}
#map{
    padding:0px;
    width: 100%;
    position: absolute;
    top:0;
    height: calc( 100%  );
    width: calc(100% );
    left:0;
    transition: 2s;
}

#head{
    background:linear-gradient( to right, #006D8F 10% , #7fae31 50px, white 50%);
    position: absolute;
    height: 50px;
    top:0px;
    width:100%;
    z-index: 100;
    box-shadow: 2px 2px 10px 2px grey;
}


.left{
    float: left;
    padding: 5px 5px 5px 10px;
}
.right{
    width: 50%;
    float: right;
    margin: 5px 5px 5px 10px;
}
#lapalogo{
    padding: 50px;
}

.sidebarCollapse{

    width: 0px !important;
}
.mapCollapse{
    width: 100% !important;
    left:0px !important;
}

.sidebar{
    transition: 2s;
    overflow-y:auto;
    position: absolute;
    height: calc(100% - 135px);
    top:135px;
    z-index: 0;

    left: 0px;
    width: 500px;
    text-align: center;
    padding-left:  5px;
    
    background: white;
}
#layerList{
	
	margin-right:30px;
    margin-left:30px;
	text-align:left;
	
}

.VRS_Copyright{

    text-align: left;
    padding-left: 40px;

}

#vrsLogo{
    top:0px;
    height: 40px;
    position: absolute;
    padding: 7px;
    right: 0px;

}


.popupImgContainer span{
	
	display:none;
	cursor:help;
	margin-right: 5px;
	
}


.popupImgContainer span:hover{
	
	
	height:40px;
	width:40px;
	cursor:help !important;
	padding:10px;
	border:solid #78AA28;
	border-radius:20px;
	
	
}

.popupImgContainer {
	
	display:flex;
	
		
}

.Natur-x{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./n.PNG);
	    background-size: contain;
    background-repeat: no-repeat;

	
}

.Natur-xa{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./na.PNG);
	   background-size: contain;
	    background-repeat: no-repeat;

	
}

.Aufenthalt-x{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./r1.PNG);
	    background-size: contain;

	    background-repeat: no-repeat;

}


.Aufenthalt-xa{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./r1a.PNG);
	    background-size: contain;
    background-repeat: no-repeat;

	
}

.Sport-x{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./s.PNG);
	    background-size: contain;
    background-repeat: no-repeat;

	
}

.Sport-xaa{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./sa.PNG);
	    background-size: contain;
    background-repeat: no-repeat;

	
}


.Panorama-x{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./p.PNG);
	    background-size: contain;
    background-repeat: no-repeat;

	
}

.Panorama-xa{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./pa.PNG);
	    background-size: contain;

	    background-repeat: no-repeat;

}


.Lueckenschluss-x{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./l.PNG);
	    background-size: contain;
    background-repeat: no-repeat;

	
}

.Lueckenschluss-xa{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./la.PNG);
	    background-size: contain;

	    background-repeat: no-repeat;

}



.Baukultur-x{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./ba.PNG);
	    background-size: contain;

	    background-repeat: no-repeat;

}

.Baukultur-xa{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./baa.PNG);
	    background-size: contain;

	    background-repeat: no-repeat;

}


.Information-x{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./i.PNG);
	    background-size: contain;
		    background-repeat: no-repeat;


	
}
.Information-xa{
	
	height:35px;
	width:35px;
	display:block !important;
	background:url(./ia.PNG);
	    background-size: contain;
		    background-repeat: no-repeat;


	
}





.showInfo{
	
	
	position: relative;
	z-index:1000;
	width:auto;
	max-width:120px;
	height:auto;
	background:#78AA28;
	padding:10px;
	color:white;
	border-radius: 0 10px 10px 10px;
		opacity:0.9;
	
	
	
	
}

.greyscale{
	
	filter:grayscale(1) !important;
}

.flex{
	
	
	display:flex ;
}

.layerlistcategory{
	
	margin:auto;
	
}
.layerlistcategory:hover{
	
	border:solid 1px ;
	
}

.showInfo:after{
	
	
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 10px;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #78AA28 transparent;
	opacity:0.9;
	
}

.esri-legend__layer-caption {

	display: none !important;
}


.listHover{
	
	border: 2px solid grey !important;
	
}

#listChoice{
	
	color:#245A74;
	  font-weight: bold;

}

#listLabel{
	
	    color: #78AA28;
	
}