
/* ----------- stylized aus HTML ----------- */
/* table { */
  /* outline: 1px solid magenta; */

/* }  */
/* table.col{ */
  /* outline: 2px solid red; */
/* } */
/* table.tr{ */
/* outline: 2px solid blue; */
/* }	 */

/* p.standard_btn{ */
/* position:fixed; */
/* display:inline-block; */
/* background:#004696; */
/* text-align:center; */
/* margin-left:5px; */
/* cursor: pointer; */
/* float:left; */
/* color:#FFFFFF; */
/* width:258px; */
/* height:30px; */
/* border-radius:4px; */
/* padding-top:9px; */
/* font-size: 14px; */
/* border:solid 1px #0051A6; */
/* } */

button.standard_btn{
/* position:fixed; */
display:inline-block;
/* background:#F0F0F0; */
background:#004696;

text-align:center;
/* padding:2px; */
/* margin-left:5px; */
margin:5px;

cursor: pointer;
float:left;
color:#FFFFFF;
width:200px;
height:30px;
border-radius:4px;
/* padding-top:4px; */
font-size: 14px;
border:solid 1px #0051A6;



}

button.standard_btn2{
/* position:fixed; */
display:inline-block;
/* background:#F0F0F0; */
background:#004696;

text-align:center;
/* padding:2px; */
/* margin-left:5px; */
margin:5px;

cursor: pointer;
float:left;
color:#FFFFFF;
width:172px;
height:30px;
border-radius:4px;
/* padding-top:4px; */
font-size: 14px;
border:solid 1px #0051A6;



}


.searchbox {
  top: 5px;
  
}
.suggest_link { background-color: #FDFDFD; padding: 2px 6px 2px 6px; border-width: 2px; border-bottom: 1px solid; border-bottom-color: #efefef; line-height: 16px; cursor: pointer; font-size: 11px; }
.suggest_link:hover { background-color: #EEEEEE;	padding: 2px 6px 2px 6px; }
.suggest_link-hover{ background-color: #EEEEEE;;	padding: 2px 6px 2px 6px; }
.horiz{ background-color: #EEEEEE;}





.pc { font: 10px arial, sans-serif, helvetica; color:#141414; }
.mobil { font: 18px arial, sans-serif, helvetica; color:#141414; }

div.deleteicon {
	position: absolute;
	display: block;
	top: 39px;
	height: 25px;
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
	display:inline-block;
}
div.deleteicon span {
	position: absolute;
	display: block;
	top: 3px;
	right: 0px;
	width: 18px;
	height: 27px;
	background: url('close.png');
	background-repeat: no-repeat;
	background-position: 0px;
	padding:0px;
	cursor: pointer;
	visibility:hidden;
}
div.deleteicon input {
	border: 0px;
	width:272px;
	height:18px;
	margin-top:4px;
	margin-left:2px;
	outline:none;
}


/* - - - - - - - - - - - - - - - - - - - - -*/

html, body, .map {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /* Warum war folgende Zeile auskommentiert? Weil das so auch für mobile gelten würde. */
  /* min-width:768px; */
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  /* prevent refresh Chrome */
  overscroll-behavior-y: contain;
  /* prevent refresh ios */
  /* overflow: hidden; */

}

	  

.map .ol-zoom {
  top: 80px;
  margin-left: 3px;
}	

	


.map .ol-control {
  background-color: #004696;
  /* font-weight: bold; */
  /* display:none; */
}
.map .ol-attribution.ol-uncollapsible {
  display:none;	
}
.map .ol-zoom-in {
	/* font-weight: bold; */
	font-size: 1.4em;
}
.map .ol-zoom-out {
	/* font-weight: bold; */
	font-size: 1.4em;
}

.lyr-space {
  height: 115px;
  min-height: 115px;
}
@media(hover: hover) and (pointer: fine) {
  .map .ol-zoom-in:hover {
	background-color: #006CE6;
  }
  .map .ol-zoom-out:hover {
	background-color: #006CE6;
  }
  .lyr-space {
    height: 10px;
    min-height: 10px;
  }
}

hr { border: none; height: 1px; background-color: #e6e6e6; margin:4px; }

.selectBox {
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: initial !important; 
  -khtml-user-select: initial !important; 
  -moz-user-select: initial !important;
  -ms-user-select: initial !important; 
  user-select: initial !important; 	
}

input, input:before, input:after { -webkit-user-select: initial !important; -khtml-user-select: initial !important; -moz-user-select: initial !important; -ms-user-select: initial !important; user-select: initial !important; }


/* .header { */
	/* width: 100%; */
	/* height: 80px; */
	/* overflow: hidden; */
	/* position: fixed; */

/* } */

.top {
  height: 80px;
  width: 100%;
  background: #004696;
  margin-right: 10px;
}
/* .mainmap { */
  /* height: 100%; */
  /* width: 100%; */
/* }  */
.he-logo {
  position: fixed;
  left: 24px;
  top: 0px;
  /* width: 210px; */
  /* height: 80px; */
  
   width: 104px;
  height: 129px;
  /* box-shadow:0 0 10px #c9caca; */
  cursor: pointer;
  display: none;
}

.two {
  width: 108px;
  float: left;
  background:#F0F0F0;
  display: none;
}
.adr-suche {
  width: 310px;
  height: 80px;
  /* margin-top: 11px; */
  padding-top: 11px;
  float: left;
  background:#FFFFFF;
  /* box-shadow:0 0 3px #CACACA; */
  
} 
.tools-bg {
  width: 75px;
  height: 80px;
  background:#FFFFFF;
  float: left;
  display: block;
}
.tools {
  width: 225px;
  height: 80px;
  background:#FFFFFF;
  float: left;
  display: table;
}  
.tool {
  display:table-cell;
  width:75px;
  padding-top:5px;
}

.three {
  height: 100%;
  width: 100%;
  background:#F0F0F0;
  display: block;
}  

.menu_logo {
  height: 100%;
  width: 200px;
  background: #FF40FF;
}
	
.menu_suche {
  padding-top: 50%;
  height: 50%;
  width: 200px;
  background: #FF0000;
}
	
	
/* #wrapper { */
  /* display:table; */
  /* width:225px; */
/* } */
/* #row { */
  /* display: table-row; */
/* } */
	
#div-opacity {
  width: 190px;
  height: 80px;
  float: left;
  /* margin-top: 13px; */
  padding-top: 24px;
  background:#FFFFFF;
  display: none;
  padding-bottom: 1px;
}
#platzhalter {
  position:absolute;
  /* 535 + 150 + 80*/
  width: max(calc(100vw - 765px), 0px); 
  height: 80px;
  right: 230px;
  background:#000000;
}
/* #form { */
  /* position: relative; */

  /* width: calc(100vw - 520px); */
  /* height: 80px; */
  /* float: left; */
  /* background:#FFFFFF; */
  /* display: block; */
  /* padding-bottom: 1px; */
/* }	 */
.pform {
  text-align:right;
}	

.barrier {	
  position: absolute; 
  right: 0; 
  margin-right:29px; 
  top: 50%; 
  font-size:12px;
  
}
.featureinfo-col1 {
	width:30px;
}
.featureinfo-col2{
	width:385px;
}
.featureinfo-col3{
	width:27px;
}	



/* @media screen and (min-device-width: 320px) and (max-device-width: 767px) { */
@media screen and (min-width: 320px) and (max-width: 767px) {
	html, body, .map {
		min-width:320px;
	} 
	.header {
		width: 100%;
		background-color:#FFFFFF;
		height: 40px;
		overflow: hidden;
		position: absolute;
		/* z-index: 2; */
	}

	.map {

	  position:fixed;

	  padding: 0;
	  width: 100%;
	  height: 100%;
	  
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:13px;
	  box-shadow:0 0 2px #c9caca;

	}	


	#form {
		display: none;
	}

	.map .ol-zoom {
	  /* top: 220px; */
	  top: auto;
	  left: auto;
	  right: 10px;
	  bottom: 10px;
	  /* 09.03.2026 Wofür soll das gut sein? */
	  margin-left: 3px;
	}
	

	
	div.deleteicon {
		position: absolute;
		display: block;
		top: 2px;
		height: 25px;
		/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
		display:inline-block;
	}
	div.deleteicon span {
		position: absolute;
		display: block;
		top: 3px;
		right: 0px;
		width: 18px;
		height: 27px;
		background: url('close.png');
		background-repeat: no-repeat;
		background-position: 0px;
		padding:0px;
		cursor: pointer;
		visibility:hidden;
	}
	div.deleteicon input {
		border: 0px;
		width:272px;
		height:18px;
		margin-top:4px;
		margin-left:2px;
		outline:none;
	}
	
	
	
	.adr-suche {
	  width: 280px;
	  height: 30px;
	  /* margin-top: 11px; */
	  padding-top: 3px;
	  float: left;
	  background:#FFFFFF;
	  /* box-shadow:0 0 3px #CACACA; */
	  
	} 
	.logo-adress { 
		vertical-align:top; 
		/* margin-left: 13px; */
		display:none;
	}
	.div-searchbox {
		padding-top:3px; 
		margin-left:5px;
		height:25px;
		float:left;
	}

	
	#search_suggest { 
		position: absolute;
		background-color: #fdfdfd;
		text-align: left;
		border: 1px solid #000000;
		overflow: auto;
		max-height: 290px;
		width: 253px;
		left: 8px;
		top:25px;
		visibility:hidden;
		border-radius:5px;
		padding-top:5px;
		padding-bottom:5px; 

	}

	#search_hnr { position: absolute; background-color: #FFFFFF; text-align: left; border: 1px solid #000000; }	


	#txtSearch { 
		font-size:16px; 
		border: 1px solid #AFAFAF; 
		border-radius: 5px;
		/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
		padding: 4px;
		width: 253px;
		box-shadow: 0px 2px 2px #E6E6E6;  
		/* margin-top: 20px; */
	}
	.img-set {
		position:absolute;
		right:0px;
		top:6px;
	}
	
	.settings {
	  position: fixed;
	  border-radius:8px;
	  top: 40px;
	  /* width:225px; */
	  right: 0px;
	  background:#F0F0F0;
	}
	.tools-bg {
	  display: none;
	}
		

	
	.lyrstrg {
	  position: fixed;
	  background:#FFFFFF;
	  top: 40px;
	  border-radius: 5px; 
	  width: 180px;
	  height: calc(100vh - 112px);
	  max-height: 365px;
	  right: 5px;
	  display: none;

	}
	
	.layersteuerungcontainer {
	  position: fixed;
	  background:#FFFFFF;
	  top: 40px;
	  height: calc(100vh - 112px);
	  /* 09.03.2026 Warum ist Layersteuerung jetzt nur noch 365px hoch? Für die Smartphone-Variante ist diese Höhe ausreichend*/
	   max-height: 365px;
	  /* height:888px; */
	  overflow-y: auto;
	  /* 01.04.2026 Problemlösung für Scrolling jerky ruckelig on ios Safari */
	  -webkit-overflow-scrolling: touch; /* enables native smooth scrolling on iOS Safari */
	  -webkit-transform: translateZ(0);  /* promotes to its own layer */
	  will-change: transform; 
	  
	  border-left:1px solid #E6E6E6;
	  border-radius: 5px;
	  box-shadow: 0 0 3px 0 #000;
	  width: 178px;
	  right: 5px;
	  /* display: none; */

	}
	.fi-anzeige {
	  position:absolute;
	  border-radius:8px;
	  box-shadow: 0 0 3px 0 #cecece;
	  width:97%;
	  min-width:310px;
	  max-width:480px;
	  height:210px;
	  box-sizing: border-box;
	  
	  /* background:#F8F8F8; */
	  background:#FFFFFF;
	  z-index: 3;
	}
	.featureinfo-col1 {
		width:30px;
	}
	.featureinfo-col2{
		width:100%;
	}
	.featureinfo-col3{
		width:27px;
	}	
		
		
	/* .fi-table{ */
		/* width:305px; */
	/* } */
	.fi-close-img {
		padding-top:2px;
		padding-left:10px;
		width:30px;
		height:30px;
	}	
	.fi-close {
		padding-top:2px;
		width:40px;
		height:40px;
	
	}
	
	.fi-close:after {
		/* content: ""; */
		position: absolute;
		left: -8px;
		top: -8px;
		z-index: -1;
		width: 56px;
		height: 56px;
		background: #E83474;
		border-radius: 7px;
		opacity: 0.5;
		transition: 0.3s ease-out;
	}
		
	.fi-txt-beitrag{
	font-family: Arial, Helvetica, sans-serif;
	  text-align:left;
	  font-size:12px;
	  margin: 2px;
	  min-width:300px;
	  max-width:476px;
	  height:150px;
	  resize: none;
	  overflow: auto;
	  padding:3px;
	  border-radius: 5px;
	  border: 0px solid #cecece;
	  box-shadow: 0 0 5px 0 #cecece;
	  /* Problem: kein Schatten auf ios Safari  */
	  -webkit-box-shadow: 0 0 5px 0 #cecece;
	  -webkit-appearance: none;
	  
	  /* Problemlösung für Scrolling jerky ruckelig on ios Safari */
	  -webkit-overflow-scrolling: touch; /* enables native smooth scrolling on iOS Safari */
	  -webkit-transform: translateZ(0);  /* promotes to its own layer */
	  will-change: transform;     
	  
	  scroll-behavior: smooth; /* for chrome*/
	  /* transform: translateZ(0); */
	  
	  /* right: 10px; */
	  display: block;
	}

	div.tt-willkommen-mobil-container {
		position: absolute;
		width:100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.7);
		display: block;
		z-Index:98;	
		
		-moz-animation: fadein 2200ms;
	  -moz-animation-delay: 1700ms;
	  -webkit-animation: fadein 2200ms;
	  -webkit-animation-delay: 1700ms;
	  -o-animation: 2200ms;
	  animation: fadein 2200ms;
	  /* preserve the style of the last frame */
	  -moz-animation-fill-mode: forwards;
	  -webkit-animation-fill-mode: forwards;
	  -o-animation-fill-mode: forwards;
	  animation-fill-mode: forwards;
		
		/* opacity: 0.8; */
	}	
	
	
	
	div.tt-willkommen-mobil {
	  font-family:Arial, Helvetica, sans-serif;
	  width:285px;
	  font-size:15px;
	  left:5px;
	  top:45px;
	  border-radius:8px;
	  position: absolute;
	  display: block;
	  padding: 13px;
	  background-color: #FFFFFF;
	  /* border:solid 1px #C0C0C0; */
	  box-shadow: 0 0 3px 0 #000;
	  opacity: 0;
	  
	  -moz-animation: fadein 2200ms;
	  -moz-animation-delay: 1700ms;
	  -webkit-animation: fadein 2200ms;
	  -webkit-animation-delay: 1700ms;
	  -o-animation: 2200ms;
	  animation: fadein 2200ms;
	  /* preserve the style of the last frame */
	  -moz-animation-fill-mode: forwards;
	  -webkit-animation-fill-mode: forwards;
	  -o-animation-fill-mode: forwards;
	  animation-fill-mode: forwards;
	  display: block;
	  z-Index:99;
	}
	div.tt-willkommen-container {
		display: none;
	}
	div.tt-willkommen {
		display: none;
	}
	div.info-bar {
		font-family:Arial, Helvetica, sans-serif;
		width:270px;
		font-size:13px;
		border-radius:4px;
		position: absolute;
		display: none;
		padding: 3px;
		background-color: #FFFFFF;
		border:solid 1px #004696;
		position:absolute;
		left:20px;
		top:43px;
		z-Index:998;
	}
	
	.div-bauen_wohnen_stadtentwicklung-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 150px;
	  /* bezieht sich auf die Textfarbe */
	  /* color: #7FFE7A; */
	  /* background-color: #7FFE7A; */
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	  
	}

	.div-nahversorgung-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 150px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}
	.div-bildung_soziales-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 150px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}

	.div-gewerbe_arbeiten-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;
	  width: 150px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}


	.div-kultur_freizeit_naherholung-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 150px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}


	.div-verkehr-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 150px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}
	.div-klima_energie-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 150px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}
	.div-sonstiges-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;
	  width: 150px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}

	.div-ortsungebunden-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;
	  width: 150px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}

/* 11.03.2026 Klassen für die Zuweisung der Kategorie im Eingabedialog für den Beitrag */
/* diese müssen sich nicht zwischen mobile und desktop unterscheiden */
	
	.div-kat-bauen_wohnen_stadtentwicklung-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 140px;
	  /* bezieht sich auf die Textfarbe */
	  /* color: #7FFE7A; */
	  /* background-color: #7FFE7A; */
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	  
	}

	.div-kat-nahversorgung-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 140px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.div-kat-bildung_soziales-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 140px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}

	.div-kat-gewerbe_arbeiten-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;
	  width: 140px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


	.div-kat-kultur_freizeit_naherholung-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 140px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


	.div-kat-verkehr-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 140px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.div-kat-klima_energie-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;  
	  width: 140px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.div-kat-sonstiges-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 2px 3px;
	  margin-left: 2px;
	  width: 140px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}



	
		/* = = = = = = = = = = = = = = = = = = = =  Legende Layersteuerung Chatti */
	.label-sonstiges-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  cursor: pointer;
	  font-size: 11px;
	}
	/* hide the checkbox */
	.option-checkbox {
	  display: none;
	}

	/* optional visual state when checked */
	/* .option-checkbox:checked + img { */
	  /* outline: 3px solid #4CAF50; */
	  /* border-radius: 6px; */
	/* } */
	.img-legende {
		height:21px; 
		width:14px;
	}
    
	.img-kat {
		height:42px; 
		width:29px;
	}

	/* = = = = = = = = = = = = = = = = = = = = Chatti Ende */
	
	
	.label-legende-activ {
	  display: inline-block;
	  font-size: 12px;	
	  color: #808080;
	  cursor: pointer;
	  padding: 3px 5px;
	  width: 135px;
	  border-radius: 5px;

	}


	.label-bauen_wohnen_stadtentwicklung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  cursor: pointer;
	  font-size: 11px;
	}

	.label-nahversorgung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  cursor: pointer;
	  font-size: 11px;
	}

	.label-bildung_soziales-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  cursor: pointer;
	  font-size: 11px;
	}

	.label-gewerbe_arbeiten-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  cursor: pointer;
	  font-size: 11px;
	}


	.label-kultur_freizeit_naherholung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  cursor: pointer;
	  font-size: 11px;
	}



	.label-verkehr-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  cursor: pointer;
	  font-size: 11px;
	}


	.label-klima_energie-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  cursor: pointer;
	  font-size: 11px;
	}


	.label-ortsungebunden-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  cursor: pointer;
	  font-size: 11px;
	}
	.lyr-group1 {
	  width:100%;
	  height:25px;
	  background-color: #F0F0F0;
	 /* 15.03.2026 - Warum wurde die Legendenüberschrift für Mobile nicht eingeblendet? zunächst deaktviert */
	  /* display: none; */
	}
	
	
	/* ab hier Beitrag erstellen mobile */
	.dialog-mobile {
	  position:fixed;
	  left: 0;
	  right: 0;
	  border-radius:8px;
	  box-shadow: 0 0 3px 0 #000;
	  width:320px;
	  margin: 0 auto 0 auto;
	  /* overflow:hidden; */
	  height: 1235px;
	  background:#F8F8F8;
	  z-index:4;
	}

	.dialog-c-mobile {
	  position:fixed;
	  width:320px;
	  height: calc(100vh - 30px);

	  /* 11.03.2026 Warum wurde die maximale Höhe auf 480px begrenzt? Mit der Begrenzung bleibt beim Scrollen in dialog-c-mobile unten ein ungenutzter Rand*/
	  /* max-height: 580px;	 */
	  /* min-height: 200px; */
	  overflow-x: hidden;
	  	  /* 01.04.2026 Problemlösung für Scrolling jerky ruckelig on ios Safari */
	  -webkit-overflow-scrolling: touch; /* enables native smooth scrolling on iOS Safari */
	  -webkit-transform: translateZ(0);  /* promotes to its own layer */
	  will-change: transform;   
	  
	}
	
	.header-dialog-mobile {
		width:320px;
	}
	.standard-list1 {
	  display:block;
	  text-align:left;
	  margin-left:10px;
	  margin-top:10px;
	  margin-bottom:4px;
	  font-size:12px; 
	  float:left;
	  color:#004696;
	}	
	.standard-list2 {
	  display:block;
	  text-align:left;
	  margin-left:10px;
	  margin-top:10px;
	  margin-bottom:4px;
	  font-size:12px; 
	  float:left;
	  color:#004696;
	}	
	.standard-list3 {
	  display:block;
	  text-align:left;
	  margin-left:10px;
	  margin-top:10px;
	  margin-bottom:4px;
	  font-size:12px; 
	  float:left;
	  color:#004696;
	}	
	.standard-list4 {
	  display:block;
	  text-align:left;
	  margin-left:10px;
	  margin-top:10px;
	  margin-bottom:4px;
	  font-size:12px; 
	  float:left;
	  color:#004696;
	}		
	
	
	
	.kat-bauen_wohnen_stadtentwicklung-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 2px 2px;
	  width: 142px;
	  /* bezieht sich auf die Textfarbe */
	  /* color: #7FFE7A; */
	  /* background-color: #7FFE7A; */
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	  
	}

	.kat-nahversorgung-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 2px 2px;
	  width: 142px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.kat-bildung_soziales-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 2px 2px;
	  width: 142px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}

	.kat-gewerbe_arbeiten-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 2px 2px;
	  width: 142px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


	.kat-kultur_freizeit_naherholung-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 2px 2px;
	  width: 142px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


	.kat-verkehr-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 2px 2px;
	  width: 142px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.kat-klima_energie-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 2px 2px;
	  width: 142px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.kat-sonstiges-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 2px 2px;
	  width: 142px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


	.label-kat-bauen_wohnen_stadtentwicklung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 5px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  
	  width: 130px;
	  color: gray;

	}

	.label-kat-nahversorgung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 5px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 130px;
	  color: gray;
	}

	.label-kat-bildung_soziales-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 5px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 130px;
	  color: gray;
	}

	.label-kat-gewerbe_arbeiten-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 5px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 130px;
	  color: gray;
	}


	.label-kat-kultur_freizeit_naherholung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 5px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 130px;
	  color: gray;
	}



	.label-kat-verkehr-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 5px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 130px;
	  color: gray;
	}


	.label-kat-klima_energie-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 5px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 130px;
	  color: gray;
	}


	.label-kat-sonstiges-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 5px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 165px;
	  color: gray;
	}

	.txt-beitrag {
	  font-family: Arial, Helvetica, sans-serif;
	  font-size:14px;
	  margin-left:5px;
	  width:300px;
	  height:200px;
	  border-radius: 5px;
	  box-shadow: 0 0 7px 0 #cecece;
	  display: block;
	}
		
	.fi-col2{
	  width:110px;	
	}	
	p.textzeile{
	  display:block;
	  text-align:left;
	  padding-top:2px;
	  margin-left:15px;
	  float:left;
	  width:300px;
	}	
	
	
	.label-alter-class1-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 5px 15px;
	  width: 110px;
	}

	.label-alter-class2-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 5px 15px;
	  width: 110px;
	}

	.label-alter-class3-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 5px 15px;
	  width: 110px;
	}

	.label-alter-class4-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 5px 15px;
	  width: 110px;
	}

	.label-alter-class5-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 5px 15px;
	  width: 110px;
	}
	.option-text {
			font-size: 12px;
	}
	.textfenster_container {
        display: flex;
		flex-direction: column;
		height: 100vh;
		height: 100dvh;
		background-color: #FFFFFF;

		/* position:sticky; */
		
		/* position:absolute; */
		/* top:0; */
		/* left:0; */
		/* width: 100%; */
        /* height: 100vh; */
		/* background-color: #FFFFFF; */
		z-index:22;		
	}	
	.header-form {
		flex: 0 0 auto;
		background: #FFFFFF;
		color: white;
		/* padding: 1rem; */
		z-index:22;
	}	

	.textfenster-header {
        width: calc(100vw - 35px);
	}
	.textfenster {
		flex: 1 1 auto;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
		padding: 1rem;		
		background-color: #FFFFFF;
		border-right:solid 1px #004696;	
		min-height: 0;		
		
		
		/* width: calc(100vw - 2px); */
        /* height: calc(100vh - 42px); */
		
		/* overflow-x: hidden; */
		/* overflow-y: auto; */
		/* overflow-y: scroll; */
		/* background-color: #FFFFFF; */
		/* border-right:solid 1px #004696; */
		z-index:23;		
	}	
	


	
	.nav-back {
		width:100%;
		margin:0px;
		border:solid 0px #D5F29E;
		/* background:#F0F0F0; */
		background-color:#004696;
		border-top-left-radius:8px;
		border-top-right-radius:8px;

		background-attachment:fixed;
		float:left;
	}
	tr.gn-header {
	/* line-height:20px; */
	/* height:20px; */
	}
	.header-hilfe {
		position:sticky;
		font-size:18px; 
		color:#ffffff;
		top: 7px;
		padding-left:7px; 
		/* padding-top:7px; */
	}
	
	.alter-class1-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 125px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


	.alter-class2-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 125px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.alter-class3-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 125px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.alter-class4-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 125px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.alter-class5-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 125px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	
		/* Ende media screen 320px bis 665px */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media screen and (max-device-height: 370px) {
	div.tt-willkommen-mobil {
	  font-family:Arial, Helvetica, sans-serif;
	  width:420px;
	  font-size:15px;
	  left:5px;
	  top:45px;
	  border-radius:8px;
	  position: absolute;
	  display: block;
	  padding: 13px;
	  background-color: #FFFFFF;
	  /* border:solid 1px #C0C0C0; */
	  box-shadow: 0 0 3px 0 #000;
	  opacity: 0;
	  
	  -moz-animation: fadein 2200ms;
	  -moz-animation-delay: 1700ms;
	  -webkit-animation: fadein 2200ms;
	  -webkit-animation-delay: 1700ms;
	  -o-animation: 2200ms;
	  animation: fadein 2200ms;
	  /* preserve the style of the last frame */
	  -moz-animation-fill-mode: forwards;
	  -webkit-animation-fill-mode: forwards;
	  -o-animation-fill-mode: forwards;
	  animation-fill-mode: forwards;
	  display: block;
	  z-Index:99;
	}	
	
	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* ----------- Desktop Alles was größer als 7685px ist, blendet die Layersteuerung ein 1080 ----------- */
/* @media screen and (min-width: 880px) { */
/* @media screen and (min-device-width: 768px) { */
@media screen and (min-width: 768px) {
	body {
		min-width:768px;
	} 



	.logo-adress { 
		vertical-align:top; 
		margin-left: 1px;
	}


	#search_suggest { 
		position: absolute;
		background-color: #fdfdfd;
		text-align: left;
		border: 1px solid #000000;
		overflow: auto;
		max-height: 290px;
		width: 290px;
		top:73px;
		visibility:hidden;
		border-radius:5px;
		padding-top:5px;
		padding-bottom:5px; 
		left: 149px;
		z-index:9;
		}

	#search_hnr { position: absolute; background-color: #FFFFFF; text-align: left; border: 1px solid #000000; }	


	#txtSearch { 
		font-size:16px; 
		border: 1px solid #AFAFAF; 
		border-radius: 5px;
		/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
		padding: 4px;
		width: 280px;
		box-shadow: 0px 2px 2px #E6E6E6;  
		/* margin-top: 20px; */
	}
	.img-set {
		position:absolute;
		right:0px;
		/* margin-top:25px; */
		padding-top:25px;
		top:0px;
	}

	
  .header {
    /* width: 100%; */
	/* height: 80px; */
	background-color:#FFFFFF;
    position:fixed;
	top: 0;
	left: 0;
  }
  .map {
  /* position: absolute; */
  position:fixed;

  /* position: relative; */
  top: 80px;
  /* padding-top: 80px; */
  /* padding: 0; */
  width: 100%;
  /* height: 100%; */
  height: calc(100vh - 80px);
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  box-shadow:0 0 2px #c9caca;
}	
  
  /* #wrapper { */
    /* display:table; */
    /* width:225px; */
	/* auskommentiert background:#004696; */
  /* } */
  /*  { */
    /* display:table-row; */
  /* } */
  #div-opacity {
    width: 190px;
    height: 80px;
    float: left;
	/* margin-top: 13px; */
    padding-top: 24px;
    background:#FFFFFF;
    display: block;
    padding-bottom: 1px;
  }

  #platzhalter {
    position: absolute;
    width: max(calc(100vw - 1080px), 0px);
    height: 80px;
    right: 230px;
    background:#000000;
  }
  
  /* 07.03.2026 Was war hier der Hintergrund? */
  #form {
    position: relative;	 
	/* position: absolute;	  */
    /* width: calc(100vw - 893px); */
	/* width: calc(100vw - 835px); */
	width: calc(100vw - 572px); /* Das ist die Breite vom linken Rand bis inklusive Button "Beitrag ohne Ortsbezug" */
    height: 80px;
    float: left;
    background:#FFFFFF;
    display: block;
    padding-bottom: 1px;
  }	
  .pform {
    text-align:right;
	padding-top: 5px;
  }	
  .settings {
    position: fixed;
    border-radius:8px;
    top: 80px;
    right: 0px;
	/* width:225px; */
    background:#F0F0F0;

  }

  .he-logo {
    position: fixed;
    left: 24px;
    top: 0px;
    /* box-shadow:0 0 10px #c9caca; */
	  /* width: 210px; */
  /* height: 80px; */
     /* width: 104px; */
  /* height: 129px; */
    width: 78px;
    height: 97px;
    cursor: pointer;
    display: block;
  }
  .adr-suche {
    height: 69px;
    width: 330px;
    /* margin-left: 230px; für Werbach Logo */
	margin-left: 147px;
	/* margin-top: 11px; */
	padding-top: 11px;
    background:#FFFFFF;
	
    float: left;
  }
  .tools-bg {
    width: 75px;
    height: 80px;
    background:#FFFFFF;
    float: left;
	display: block;
  }
  .tools {
    width: 225px;
    height: 80px;
    background:#FFFFFF;
    float: left;
	display: table;
  }
  .tool {
    display:table-cell;
    width:75px;
    padding-top:5px;
  }	
 
  .three {
    height: 100%;
    width: 100%;
    background:#40FF40;
    display: block;
  }  
 
  .menu_hessenlogo {
    background: #FFFFFF;
    height: 100%;
    width: 123px;
    left: 15px;
    box-shadow:0 0 10px #c9caca;
  }
  .menu_logo {
    height: 100%;
    width: 200px;
    background: #FF0000;
  }
 
  .top {
    height: 80px;
    width: 100%;
    background: #004696;
    margin-right: 10px;
  }
	div.tt-willkommen-container {
		position: absolute;
		width:100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.7);
		display: block;
		z-Index:98;	
		
		-moz-animation: fadein 2200ms;
	  -moz-animation-delay: 1700ms;
	  -webkit-animation: fadein 2200ms;
	  -webkit-animation-delay: 1700ms;
	  -o-animation: 2200ms;
	  animation: fadein 2200ms;
	  /* preserve the style of the last frame */
	  -moz-animation-fill-mode: forwards;
	  -webkit-animation-fill-mode: forwards;
	  -o-animation-fill-mode: forwards;
	  animation-fill-mode: forwards;
		
		/* opacity: 0.8; */
	}
	div.tt-willkommen {
	  font-family:Arial, Helvetica, sans-serif;
	  width:290px;
	  font-size:15px;
	  left:160px;
	  top:160px;
	  border-radius:8px;
	  position: absolute;
	  display: block;
	  padding: 13px;
	  background-color: #FFFFFF;
	  /* border:solid 1px #C0C0C0; */
	  box-shadow: 0 0 3px 0 #000;
	  opacity: 0;
	  
	  -moz-animation: fadein 2200ms;
	  -moz-animation-delay: 1700ms;
	  -webkit-animation: fadein 2200ms;
	  -webkit-animation-delay: 1700ms;
	  -o-animation: 2200ms;
	  animation: fadein 2200ms;
	  /* preserve the style of the last frame */
	  -moz-animation-fill-mode: forwards;
	  -webkit-animation-fill-mode: forwards;
	  -o-animation-fill-mode: forwards;
	  animation-fill-mode: forwards;
	  display: block;
	  /* z-Index:99; */
	}
	
	
	div.tt-willkommen-mobil-container {
		display: none;
	}
	
	div.tt-willkommen-mobil {
		display: none;
	}

	.layersteuerungcontainer {
	  /* position: absolute; */
	  position: fixed;
	  background:#FFFFFF;
	  top: 85px;
	  /* top-max: 80px; */
	  /* Damit funktioniert das Scrollen in der Layersteuerung, das div ist dann aber nicht durchgehend */
	  /* height: calc(100vh - 180px); */
	  height: calc(100vh - 150px);
	  max-height: 670px;
	  /* height:888px; */
	  overflow-y: auto;
	  /* 01.04.2026 Problemlösung für Scrolling jerky ruckelig on ios Safari */
	  -webkit-overflow-scrolling: touch; /* enables native smooth scrolling on iOS Safari */
	  -webkit-transform: translateZ(0);  /* promotes to its own layer */
	  will-change: transform; 
	  
	  
	  scroll-behavior: smooth; /* for chrome*/
	  border-left:1px solid #E6E6E6;
	  border-radius: 5px;
	  box-shadow: 0 0 3px 0 #000;
	  width: 215px;
	  right: 5px;
	  display: block;

	}
	.lyrstrg {
	  position: fixed;
	  background:#FFFFFF;
	  top: 85px;
	  border-radius: 5px; 
	  width: 220px;
	  height: calc(100vh - 150px);
	  max-height: 670px;
	  right: 5px;
	  display: block;

	}
	div.info-bar {
	 font-family:Arial, Helvetica, sans-serif;
	 width:270px;
	 font-size:13px;
	 border-radius:4px;
	 position: absolute;
	 display: none;
	 padding: 10px;
	 background-color: #FFFFFF;
	 box-shadow: 0 0 3px 0 #000;
	 left:128px;
	 top:90px;
	}




	.fi-close-img {
		padding-top:2px;
		padding-left:8px;
		width:30px;
		height:30px;
	}	
	.fi-close {
		padding-top:2px;
		width:46px;
		height:36px;
	
	}
	
	.fi-close:after {
		/* content: ""; */
		position: absolute;
		left: -10px;
		top: -10px;
		z-index: -1;
		width: 56px;
		height: 56px;
		background: #E83474;
		border-radius: 7px;
		opacity: 0.5;
		transition: 0.3s ease-out;
	}
	
	.fi-txt-beitrag{
		font-family: Arial, Helvetica, sans-serif;
	  text-align:left;
	  font-size:12px;
	  margin-left:6px;
	  /* border-radius: 5px; */
	  width:420px;
	  height:210px;
	  resize: none;
	  /* overflow: auto; */
	  /* margin:15px; */
	  padding:10px;
	  /* border-left:1px solid #E6E6E6; */
	  border-radius: 5px;
	  border: 0px solid #cecece;
	  box-shadow: 0 0 5px 0 #cecece;
	  outline: none;
	  /* Problem: kein Schatten auf ios Safari  */
	  -webkit-box-shadow: 0 0 5px 0 #cecece;
	  -webkit-appearance: none;
	  
	  /* 01.04.2026 Problemlösung für Scrolling jerky ruckelig on ios Safari */
	  -webkit-overflow-scrolling: touch; /* enables native smooth scrolling on iOS Safari */
	  -webkit-transform: translateZ(0);  /* promotes to its own layer */
	  will-change: transform;    
	  
	  scroll-behavior: smooth; /* for chrome*/
	  /* transform: translateZ(0); */
	  /* right: 10px; */
	  display: block;
	}
	
	
	
	.fi-anzeige {
	  position:absolute;
	  border-radius:8px;
	  box-shadow: 0 0 3px 0 #cecece;
	  width:450px;
	  height:280px;
	  
	  /* background:#F8F8F8; */
	  background:#FFFFFF;
	  z-index: 3;
	}
	
	.div-bauen_wohnen_stadtentwicklung-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 4px 5px;
	  margin-left: 7px;  
	  width: 170px;
	  /* bezieht sich auf die Textfarbe */
	  /* color: #7FFE7A; */
	  /* background-color: #7FFE7A; */
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	  
	}

	.div-nahversorgung-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 4px 5px;
	  margin-left: 7px;  
	  width: 170px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}
	.div-bildung_soziales-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 4px 5px;
	  margin-left: 7px;  
	  width: 170px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}

	.div-gewerbe_arbeiten-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 4px 5px;
	  margin-left: 7px;
	  width: 170px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}


	.div-kultur_freizeit_naherholung-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 4px 5px;
	  margin-left: 7px;  
	  width: 170px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}


	.div-verkehr-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 4px 5px;
	  margin-left: 7px;  
	  width: 170px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}
	.div-klima_energie-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 4px 5px;
	  margin-left: 7px;  
	  width: 170px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}
	.div-sonstiges-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 4px 5px;
	  margin-left: 7px;
	  width: 170px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}

	.div-ortsungebunden-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 4px 5px;
	  margin-left: 7px;
	  width: 170px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 2px #004696;
	}
	/* = = = = = = = = = = = = = = = = = = = =  Legende Layersteuerung Chatti */
	.label-sonstiges-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 10px;
	  cursor: pointer;
	  font-size: 14px;
	}
	/* hide the checkbox */
	.option-checkbox {
	  display: none;
	}

	/* optional visual state when checked */
	/* .option-checkbox:checked + img { */
	  /* outline: 3px solid #4CAF50; */
	  /* border-radius: 6px; */
	/* } */
	.img-legende {
		height:42px; 
		width:29px;
	}

	/* = = = = = = = = = = = = = = = = = = = = Chatti Ende */

	.label-legende-activ {
	  display: inline-block;
	  font-size: 18px;	
	  color: #808080;
	  cursor: pointer;
	  padding: 3px 8px;
	  width: 135px;
	  border-radius: 5px;

	}


	.label-bauen_wohnen_stadtentwicklung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 10px;
	  cursor: pointer;
	  font-size: 14px;
	}

	.label-nahversorgung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 10px;
	  cursor: pointer;
	  font-size: 14px;
	}

	.label-bildung_soziales-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 10px;
	  cursor: pointer;
	  font-size: 14px;
	}

	.label-gewerbe_arbeiten-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 10px;
	  cursor: pointer;
	  font-size: 14px;
	}


	.label-kultur_freizeit_naherholung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 10px;
	  cursor: pointer;
	  font-size: 14px;
	}



	.label-verkehr-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 10px;
	  cursor: pointer;
	  font-size: 14px;
	}


	.label-klima_energie-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 10px;
	  cursor: pointer;
	  font-size: 14px;
	}




	.label-ortsungebunden-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 10px;
	  cursor: pointer;
	  font-size: 14px;
	}


	.lyr-group1 {
	  width:100%;
	  height:30px;
	  background-color: #F0F0F0;
	}



	.dialog {
	  position:fixed;
	  left: 0;
	  right: 0;
	  border-radius:8px;
	  box-shadow: 0 0 3px 0 #000;
	  width:767px;
	  margin: 0 auto 0 auto;
	  overflow:hidden;
	  height: 635px;
	  background:#F8F8F8;
	}

	.dialog-c {
	  position:fixed;
	  /* display: flex; */
	  /* justify-content: center; */
	  /* align-items: center; */
	  padding: 7px;
	  width:747px;
	  height: calc(100vh - 30px);
	  max-height: 615px;	
	  overflow-x: hidden;
	  /* 01.04.2026 Problemlösung für Scrolling jerky ruckelig on ios Safari */
	  -webkit-overflow-scrolling: touch; /* enables native smooth scrolling on iOS Safari */
	  -webkit-transform: translateZ(0);  /* promotes to its own layer */
	  will-change: transform;   
	  
	  scroll-behavior: smooth; /* for chrome*/
	  
	}


	.header-dialog {
		width:765px;	
	}

	.standard-list1{
	  display:block;
	  text-align:left;
	  margin-left:5px;
	  margin-top:10px;
	  margin-bottom:4px;
	  font-size:16px; 
	  /* float:left; */
	  color:#004696;
	}
	
	.standard-list2{
	  display:block;
	  text-align:left;
	  margin-left:5px;
	  margin-top:10px;
	  margin-bottom:0px;
	  font-size:16px; 
	  /* float:left; */
	  color:#004696;
	}

	
	
	.standard-list3{
	  display:block;
	  text-align:left;
	  margin-left:5px;
	  margin-top:10px;
	  margin-bottom:0px;
	  font-size:16px; 
	  /* float:left; */
	  color:#004696;
	}
	.standard-list4{
	  display:block;
	  text-align:left;
	  margin-left:5px;
	  margin-top:10px;
	  margin-bottom:0px;
	  font-size:16px; 
	  /* float:left; */
	  color:#004696;
	}	
	
	.kat-bauen_wohnen_stadtentwicklung-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 167px;
	  /* bezieht sich auf die Textfarbe */
	  /* color: #7FFE7A; */
	  /* background-color: #7FFE7A; */
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	  
	}

	.kat-nahversorgung-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 167px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.kat-bildung_soziales-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 167px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}

	.kat-gewerbe_arbeiten-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 167px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


	.kat-kultur_freizeit_naherholung-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 167px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


	.kat-verkehr-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 167px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.kat-klima_energie-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 167px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.kat-sonstiges-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 167px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}

	.label-kat-bauen_wohnen_stadtentwicklung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 160px;
	  color: gray;
	}

	.label-kat-nahversorgung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 160px;
	  color: gray;
	}

	.label-kat-bildung_soziales-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 160px;
	  color: gray;
	}

	.label-kat-gewerbe_arbeiten-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 160px;
	  color: gray;
	}


	.label-kat-kultur_freizeit_naherholung-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 160px;
	  color: gray;
	}



	.label-kat-verkehr-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 160px;
	  color: gray;
	}


	.label-kat-klima_energie-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 160px;
	  color: gray;
	}


	.label-kat-sonstiges-activ {
	  display: inline-flex;
	  align-items: center;
	  gap: 7px;
	  font-size: 12px;	
	  cursor: pointer;
	  padding-left: 2px;
	  padding-right: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  width: 160px;
	  color: gray;
	}
	/* .div-beitrag-cont { */
		/* width: 100%; */
		/* margin:5px 5px; */
	/* } */
	.txt-beitrag {
	  font-family: Arial, Helvetica, sans-serif;
	  font-size:14px;
	  margin: 0 4px 2px;
	  /* padding: 0px 10px; */
	  box-sizing: border-box;
	  resize: none;
	  /* resize: vertical; */
	  width: 100%;
	  max-width: 100%;
	  min-width: 0;
	  
	  /* width:736px; */
	  /* margin: 0 auto; */
	  /* margin-left:10px; */
	  /* margin-right:10px; */
	  /* border-radius: 5px; */
	  /* clear: both; */
	  height:180px;
	  /* border-left:1px solid #E6E6E6; */
	  border-radius: 5px;
	  box-shadow: 0 0 5px 0 #cecece;
	  
	  /* right: 10px; */
	  /* display: block; */
	}
	.fi-col2{
	  width:150px;	
	}

	p.textzeile{
	  display:block;
	  text-align:left;
	  /* padding-top:2px; */
	  margin-left:5px;
	  /* float:left; */
	  width:750px;
	}	

	.label-alter-class1-activ {
	  display: inline-flex;
	  align-items: center;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 130px;
	}



	.label-alter-class2-activ {
	  display: inline-flex;
	  align-items: center;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 130px;
	}


	.label-alter-class3-activ {
	  display: inline-flex;
	  align-items: center;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 130px;
	}


	.label-alter-class4-activ {
	  display: inline-flex;
	  align-items: center;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 130px;
	}

	.label-alter-class5-activ {
	  display: inline-flex;
	  align-items: center;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 130px;
	}


	.div-kat-bauen_wohnen_stadtentwicklung-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 7px 7px;
	  margin-left: 2px;  
	  width: 164px;
	  /* bezieht sich auf die Textfarbe */
	  /* color: #7FFE7A; */
	  /* background-color: #7FFE7A; */
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	  
	}

	.div-kat-nahversorgung-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 7px 7px;
	  margin-left: 3px;  
	  width: 165px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.div-kat-bildung_soziales-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 7px 7px;
	  margin-left: 3px;  
	  width: 165px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}

	.div-kat-gewerbe_arbeiten-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 7px 7px;
	  margin-left: 3px;
	  width: 164px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


	.div-kat-kultur_freizeit_naherholung-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 7px 7px;
	  margin-left: 2px;  
	  width: 164px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


	.div-kat-verkehr-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 7px 7px;
	  margin-left: 3px;  
	  width: 165px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.div-kat-klima_energie-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 7px 7px;
	  margin-left: 3px;  
	  width: 165px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.div-kat-sonstiges-activ {
	  display: inline-block;
	  font-size: 12px;	
	  cursor: pointer;
	  padding: 7px 7px;
	  margin-left: 3px;
	  width: 164px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 10px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.option-text {
			font-size: 14px;
	}


	.fi-table{
		margin-left:7px;
	}
	
	.be-table{
		margin-left:0px;
	}

	.textfenster_container {
        display: flex;
		flex-direction: column;
		height: 100vh;
		height: 100dvh;
		background-color: #FFFFFF;
		
		z-index:22;		
	}
	.header-form {
		flex: 0 0 auto;
		background: #FFFFFF;
		color: white;
		/* padding: 1rem; */
		z-index:22;
	}		
	.textfenster-header {
        width: calc(100vw - 35px);
	}		
	.textfenster {
		flex: 1 1 auto;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
		padding: 1rem;		
		background-color: #FFFFFF;
		border-right:solid 1px #004696;	
		min-height: 0;	
		z-index:23;		
	}	



	.nav-back {
		width:100%;
		margin:0px;
		border:solid 0px #D5F29E;
		/* background:#F0F0F0; */
		background-color:#004696;
		/* background-color:#F0F0F0; */
		border-top-left-radius:8px;
		/* border-top-right-radius:8px; */

		background-attachment:fixed;
		float:left;
	}
	tr.gn-header {
	/* line-height:20px; */
	/* height:20px; */
	}
	.header-hilfe {
		position:absolute;
		font-size:18px; 
		color:#ffffff; 
		padding-left:7px; 
		padding-top:7px;
	}
	.form-d {
		color:#004696;
		cursor:pointer;
		float: right;
		/* float: left; */
		padding-left: 5px;
	}
	
	/* .kat-grid { */
		/* padding: 7px; */
	/* } */
	
	
	.alter-class1-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 129px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


	.alter-class2-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 128px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.alter-class3-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 128px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.alter-class4-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 128px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}
	.alter-class5-activ {
	  display: inline-block;
	  font-size: 14px;	
	  cursor: pointer;
	  padding: 5px 5px;
	  width: 129px;
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px 0 #DCDCDC; */
	  box-shadow: 0 0 5px 0 #C0C0C0;
	  border:solid 1px #F0F0F0;
	}


} /* Ende Min-Width 880 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ENDE Desktop media screen and (min-width: 1080px)  - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ENDE Desktop media screen and (min-width: 1080px)  - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ENDE Desktop media screen and (min-width: 1080px)  - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ENDE Desktop media screen and (min-width: 1080px)  - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ENDE Desktop media screen and (min-width: 1080px)  - - - - - - - - - - -  - - - - - - - - - - - - - - - - - - - - - - */

@media screen and (max-width: 850px){
  .pform {
    display: none;
  }	
}

.kategoriecontainer {

  /* position: fixed; */
  background:#FFFFFF;
  top: 90px;
  /* padding-left:10px; */
  margin-left:10px;
  /* height: calc(100vh - 100px); */
  height: 130px;
  overflow-y: auto;
 
  border-left:1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #000;
  width: 748px;
  /* right: 10px; */
  display: block;
}

.altercontainer {

  /* position: fixed; */
  background:#FFFFFF;
  top: 90px;
  /* padding-left:10px; */
  margin-left:10px;
  /* height: calc(100vh - 100px); */
  height: 75px;
  overflow-y: auto;
 
  border-left:1px solid #E6E6E6;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #000;
  width: 860px;
  right: 10px;
  display: block;

}










#debug {
  position: absolute;
  font-size: 1em;
  top: 100px;
  right: 10px;
  background-color: lightgrey;
  padding: 4px;
}

/* 08.02.2026 lyrstrg-header wird nicht mehr genutzt */
.lyrstrg-header {
  /* position: absolute; */
  position: fixed;
  background:#FFFFFF;
  top: 80px;
  /* top-max: 80px; */
  /* Damit funktioniert das Scrollen in der Layersteuerung, das div ist dann aber nicht durchgehend */
  /* height: calc(100vh - 180px); */
  /* height: calc(100vh - 80px); */
  /* height:888px; */
  /* overflow-y: auto; */
  /* touch-action: pan-y; */
  /* overscroll-behavior: contain; */
  /* overscroll-behavior-y: none; */
  /* overscroll-behavior-y: contain; */
  
  border-left:1px solid #E6E6E6;
  width: 225px;
  height: 20px;
  right: 0px;

}



.checkbox {
  
  top: 0px;
  height: 20px;
  width: 1px;
  /* padding: 5px; */
  left: 0px;
}
/* .container-checkbox { position: relative; width: 100px; height: 100px; float: left; margin-left: 10px; } */
.container-checkbox { position: relative; width: 180px; height: 20px; float: left; margin-left: 10px; }
/* .hidden-checkbox { position: absolute; bottom: 0px; left: 0px; } */
/* .hidden-checkbox { display: none; } */
.img-checkbox { position: absolute; bottom: 0px; left: 0px; height:42px; width:29px; }


.button {
  
  top: 0px;
  height: 35px;
  width: 30px;
  left: 0px;
}
.div {
  top: 0px;
  height: 40px;
  width: 180px;
  left: 0px;
}

.div2 {
  height: 70px;
  width: 70px;
  cursor: pointer;
  
   /* 04.02.2026 Bei einem Bild mit runden Ecken, wo die Ecken transparent sind, sorgt das dafür, dass der Schatten eckig gezeichnet wird */
   /* box-shadow: 0 0 3px 0 #C0C0C0; */
}

.statuszeile {
  position: absolute;
  background-color: lightgrey;
  font-size: 1.3em;
  bottom: 0px;
  left: 0px;

}

.ueberschrift-bg {
  /* position: fixed; */
  padding-top:6px; 
  padding-left:5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:17px;
  top: 110px;
  color: #000000;
  right: 10px;
  width:225px;
  height:30px;
    border-radius: 5px;
  box-shadow: 0 0 3px 0 #000;
  /* top: 80px; */
  /* right: 0px; */
  background-color: #FFFFFF;
}

.label-ausschluss-activ {
  font-size: 14px;	
}
.label-eeg-activ {
  font-size: 14px;	
}












.div-legende-activ {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  font-size: 14px;	
  cursor: pointer;
  padding: 5px 15px;
  width: 120px;
  /* bezieht sich auf die Textfarbe */
  /* color: #7FFE7A; */
  /* background-color: #7FFE7A; */
  /* border-radius: 5px; */
  /* box-shadow: 0 0 5px 0 #DCDCDC; */
  /* border:solid 1px #004696; */
}

.div-legende-activ:before,
.div-legende-activ:after {
  content: " ";
  flex: 1;
}
.container {
  display: flex;
  align-items: center;
}

.label-container {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	
	cursor: pointer;
    /* caret-color: transparent; */
    display: block;
	/* ab hier Positionierung des Labels im DIV */
	/* text-align:center; */
	/* position: relative; */
	/* bottom: 1px; */
	/* padding-bottom: 10px; */
}
.label-container input {
  display: none;
}

.img-checked {
	display: none;
	height:42px; 
	width:29px;
}

.img-unchecked {
	display: inline;
	height:42px; 
	width:29px;
}

.label-container input:checked ~ .img-checked {
    display: inline;
}

/* If checked, hide the unchecked image */
.label-container input:checked ~ .img-unchecked {
    display: none;
}







.label-legende-inactiv {
  display: inline-block;
  font-size: 18px;	
  cursor: pointer;
  padding: 5px 15px;
  width: 120px;
  color: #F1A3A7;
  border-radius: 5px;
  border:solid 1px #F0F0F0;
}

/* .label-legende-activ:hover { */
  /* border:solid 1px #004696; */
  /* box-shadow: 0 0 0px 0 #000; */
/* } */

/* .label-legende-inactiv:hover { */
  /* border:solid 1px #009646; */
  /* box-shadow: 0 0 0px 0 #000; */
/* } */

.label-restriktion-activ {
  font-size: 14px;		
}


.lyr-group2 {
  width:100%;
  height:358px;
  background-color: #F0F0F0;
}

.ueberschrift {
  position: absolute;
  font-family:Arial, Helvetica, sans-serif;
  font-size:17px;
  color: #FFFFFF;
  margin-top:6px; 
  /* padding-bottom:2px; */
  padding-left:5px;
}

/* div.settings{ */
  /* height:68px; */
/* } */

	
div.tt {
  font-family:Arial, Helvetica, sans-serif;
  width:170px;
  font-size:12px;
  border-radius:4px;
  position: absolute;
  display: none;
  padding: 3px;
  background-color: #FFFFFF;
  border:solid 1px #004696;
  z-Index:99;
}



@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.auswert-frei {
  border-collapse:separate;
  border-spacing: 5px 0;
  margin-left:10px;
}

.auswert-frei2 {
  border-collapse:separate;
  border-spacing: 0px 0;
}


.setting {
  /* position:fixed; */
  /* top:80px; */
  /* right:0px; */
  border-collapse:collapse;
  width:225px;
}


.frei-fi-table{
  width:208px;
  margin:0px;
  border:solid 0px #D5F29E;
  background-color:#004696;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  
  background-attachment:fixed;
  float:left;
}

.dach-frei-table{
  width:400px;
  margin:0px;
  border:solid 0px #D5F29E;
  background-color:#004696;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  
  background-attachment:fixed;
  float:left;
}



tr.gn {
/* line-height: 2px; */
/* height:5px; */
}


tr.gn-header-df {
  height:40px;

}

.gn-list2 {
  line-height:0px;
  height:5px;
  background-color:#F0F0F0;
}


.gn-list1 {
  line-height:0px;
  height:5px;
  background-color:#F8F8F8;
}
.dl-list2 {
  line-height:0px;
  height:25px;
  background-color:#F0F0F0;
}


.dl-list1 {
  line-height:0px;
  height:25px;
  background-color:#F8F8F8;
}

.set-menu {
  line-height:2px;
  height:35px;
  cursor:pointer;
  border-bottom: 1px solid #163971;
  background-color:#004696;
}

.set-txt {
  font-family: Arial, Helvetica, sans-serif;
  padding-left:10px;
  text-align:left;
  font-size:15px;
  color:#B3CBE4;
  }

.set_lightgray {
  line-height:2px;
  height:35px;
  cursor:pointer;
  background-color:#F8F8F8;
}


.standard-btn{
  display:inline-block;
  background:#F0F0F0;
  text-align:center;
  padding:2px;
  margin-left:5px;
  margin-top:10px;
  cursor: pointer;
  float:left;
  width:90px;
  height:22px;
  border-radius:4px;
  border:solid 1px #004696;
}






label.featureinfo_text{
  display:block;
  text-align:left;
  padding-top:2px;
  margin-left:5px;
  float:left;
  width:260px;
}


label.textzeile{
  display:block;
  text-align:left;
  padding-top:2px;
  margin-left:15px;
  float:left;
  width:420px;
}
.dl-textzeile{
  display:block;
  text-align:left;
  padding-top:2px;
  margin-left:11px;
  float:left;
  width:420px;
}

label.textzeile10{
  display:block;
  font-size:12px;
  text-align:left;
  padding-top:2px;
  padding-right:5px;
  margin-left:15px;
  float:left;
 
  	
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.textzeile10-warn {
  display:block;
  font-size:12px;
  text-align:left;
  /* padding-top:2px; */
  /* padding-right:5px; */
  padding: 5px;
  margin-left:15px;
  float:left;
  width: 436px;
  background-color: #FFC107;
  border-radius: 4px;
  	
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.textzeile12 {
  display:block;
  font-size:12px;
  text-align:left;
  padding-top:2px;
  padding-right:5px;
  margin-left:15px;
  float:left;
  	
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
label.textzeile12-df {
  display:none;
  font-size:12px;
  text-align:left;
  padding-top:2px;
  padding-right:5px;
  margin-left:15px;
  float:left;
  	
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.textzeile12-fne {
  display:block;
  font-size:12px;
  text-align:left;
  float:left;
  	
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}		

p.textzeile-neig-expo {
  display:block;
  text-align:left;
  font-size:12px;
  /* padding-top:2px; */
  padding:0px;
  margin-left:15px;
  margin-top:5px;
  margin-bottom:5px;
  /* float:left; */
  width:355px;
  
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div.einzug{
  padding-left:15px;
  width:290px;
}

.textzeile-fd {
  display:block;
  font-size:13px;
  text-align:left;
  padding-top:2px;
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.hinweis {
  padding-left:80px;	
  padding-top:2px;
  padding-bottom:2px;
  width:16px;
  height:18px;
}

.hinweis-fd {
  padding-top:2px;
  padding-bottom:2px;
  width:16px;
  height:18px;
}

.tab-header2 {
  padding-left: 7px;
}

.tab-header {
  padding-top: 7px;
}

td {

/* border-spacing: 0px; */
/* padding-top: 1px; */
/* height: 25px; */
}

/* td.setting { */
  /* border-spacing: 0px; */
  /* padding-top: 10px; */
/* } */
.opacity2 {
  border-spacing: 0px;
  padding: 0px;
  padding-bottom: 1px;
}


div.opacity {
  height: 50px;
  left: 690px;
  top: 10px;
  width:169px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 5px;
  position: absolute;
  display: block;
  background-color: #004696;
  border-radius:8px;
}
#lyropacity {
  width:170px;
  /* margin-bottom: 3px; */
  padding-bottom: 4px;
  position: relative;
  z-index: 10;
}













.dialog-fi-freikulisse {
  position:absolute;
  border-radius:8px;
  box-shadow: 0 0 3px 0 #000;
  width:208px;
  height:220px;
  
  background:#F8F8F8;
}
.ff-ausgabe {
  padding-top:25px;
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  
}

.dialog-flachdach {
  position:absolute;
  border-radius:8px;
  box-shadow: 0 0 3px 0 #000;
  width:320px;
  height:320px;
  
  background:#F8F8F8;
}


.dialog-dach-frei {
  position:absolute;
  border-radius:8px;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 3px 0 #000;
  width:400px;
  height:160px;
  background:#F8F8F8;
  display:none;
}

.dialog-neig-expo {
  position:absolute;
  border-radius:8px;
  box-shadow: 0 0 3px 0 #000;
  width:370px;
  height:325px;
  background:#F8F8F8;
}

.dialog-frei {
  position:absolute;
  border-radius:8px;
  box-shadow: 0 0 3px 0 #000;
  width:479px;
  height:350px;
  
  background:#F8F8F8;
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.dialog-ok {
  position:absolute;
  border-radius:8px;
  box-shadow: 0 0 3px 0 #000;
  width:370px;
  height:120px;
  background:#F8F8F8;
}

.fi_symbol_left {
  display:flex; 
  align-items:center;
  justify-content:center;
}
.sub {
  font-size: 8px;
}
.centered {
  display:block;
  margin:0 auto;
  /* height:156px; */
  /* height:39px; */
  /* width:46px; */
  /* width:93px; */
  scale:0.5;
}

.centered-ls {
  /* display:block; */
  /* margin:0 auto; */
  /* padding: 15px 15px; */
  height:42px;
  width:29px;
}

.centered-fi {
  margin-left:10px;
  height:28px;
  width:20px;
}

.centered-vert {
  display:block;
  margin:10px 10px;

}


/* .labcentered-vert-bauen_wohnen_stadtentwicklung-activ { */
/* .label-bauen_wohnen_stadtentwicklung-activ { */
  /* display:block; */
  /* margin:10px 10px; */

/* } */

.fi-colname {
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:8px;
  margin-bottom:1px;
  align-items:baseline;
  color:#404040;
}


.switch-hidden {
  position: absolute;
  visibility: hidden;
  width:192px;
  height:40px;
  opacity: 0;
  display: none;
}

input[type=checkbox]+label {
  color: #ccc;
  font-style: italic;
}

input[type=checkbox]:checked+label {
  color: #f00;
  font-style: normal;
}





/* toggle in label designing */

.toggle {
display:none;
visibility: hidden;
}

.toggle-aufst {
  position : relative ;
  display : inline-block;
  width : 36px;
  height : 23px;
  background-color: #FFFFFF;
  border-radius: 30px;
  border: 1px solid gray;
}

		
/* After slide changes */
.toggle-aufst:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 21px;
  border-radius: 50%;
  background-color: #004696;
  top: 1px; 
  left: 1px;
  transition: left 1s;
}

		
/* Toggle text */
p {
  font-family: Arial, Helvetica, sans-serif;
  text-align:left;
  font-size:12px;
  margin-left:15px;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  text-align:left;
  font-size:16px;
  margin-left:15px;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  text-align:left;
  font-size:14px;
  margin-left:15px;
}
h4 {
  font-family: Arial, Helvetica, sans-serif;
  text-align:left;
  font-size:12px;
  margin-left:15px;
}

.jtext {
  text-align:left;
  font-size:12px;
  margin-left:15px;
}
.jtext5 {
  text-align:left;
  font-size:12px;
  margin-left:5px;
}
p.welcome {
  font-family: Arial, Helvetica, sans-serif;
  text-align:left;
  font-size:15px;
  color:#004696;
}

p.welcome2 {
  font-family: Arial, Helvetica, sans-serif;
  text-align:left;
  font-size:14px;
}
		
/* Checkbox checked effect */


/* .checkbox-ausschluss:checked + .toggle::after { */
  /* left : 1px;  */
  /* background-color: #FE7E7E; */
/* } */
	
/* .checkbox-restriktion:checked + .toggle::after { */
  /* left : 1px;  */
  /* background-color: #7E7EFE; */
/* }	 */
/* .checkbox-aufst:checked + .toggle-aufst::after { */
    /* z-index: 100; */
  /* left : 1px;  */
  /* background-color: #004696; */
/* } */



		
/* Checkbox vanished */

/* .checkbox-ausschluss {  */
  /* display : none; */
/* } */
/* .checkbox-restriktion {  */
  /* display : none; */
/* } */
/* .checkbox-aufst {  */
  /* z-index: 100; */
  /* display : none; */
/* } */

/* .label-aufst-inactiv { */
  /* color:black; */
/* } */

/* .label-aufst-activ { */
  /* color:gray; */
/* } */
      


/* = = = = = = = = = = = = = = = = = = = = = = = = = AUS BZH = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
.dl-fi {
  margin-top: 5px; 
  margin-right: 3px;
  margin-left: 8px;
}
.dl-fi-tab {
border-collapse:collapse;

}

.attribut-header {
  font-size:13px; 
  color:#404040;  
  /* color:#004696; */
  padding-left:9px; 
  padding-top:3px;
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}


.fi-header {
  font-size:13px; 
  color:#404040;  
  /* color:#004696; */
  padding-left:8px; 
  padding-top:8px;
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

p.dialog-header {
  font-size:13px; 
  color:#404040;  
  /* color:#004696; */
  /* padding-left:0px;  */
  /* padding-top:3px; */
  /* margin-left:0px; */
  padding:0px;
  margin:0px;
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}


.dl-fi-header {
  font-size:13px; 
  color:#404040;  
  /* color:#004696; */
  padding-left:0px; 
  padding-top:6px;
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}


.frei-fi-header {
  font-size:13px; 
  color:#FFFFFF;  
  padding-left:7px; 
  padding-top:3px;
}

.dach-frei-header {
  font-size:13px; 
  color:#FFFFFF;  
  padding-top:18px;
  padding-bottom:18px;
}

.fi-col{
  width:152px;
  padding:9px;  
}
.fi-col1{
  width:145px;	
}

.fi-col3{
  width:235px;	
}
.dl-col2{
  width:305px;	
}

.fd-col{
  width:150px;	
}
.fd-col1{
  width:189px;	
}
.fd-col2{
  width:35px;	
}
.fd-col2e{
  width:100px;	
}
.fd-col3{
  width:85px;	
}

.ne_col{
  width:140px;	
}
.ne-col1{
  width:190px;	
}
.ne-col2{
  width:75px;	
}
.ne-col3{
  width:135px;	
}

.fne-col1{
  width:140px;	
}
.fne-col2{
  width:87px;	

}
.fne-col3{
  width:143px;	
}

.fne-col4{
  width:100px;	
}


.ne-list2{
  margin-left:15px;
}
.nea-col1{
  width:85px;	
}
.nea-col2{
  width:20px;	
}



/* .standard-list2{ */
  /* display:block; */
  /* text-align:left; */
  /* margin-left:14px; */
  /* margin-top:10px; */
  /* margin-bottom:4px; */
  /* font-size:16px;  */
  /* float:left; */
  /* color:#004696; */
/* } */

/* .standard-list3{ */
  /* display:block; */
  /* text-align:left; */
  /* margin-left:12px; */
  /* margin-top:10px; */
  /* margin-bottom:0px; */
  /* font-size:16px;  */
  /* float:left; */
  /* color:#004696; */
/* } */


.fd-list2{
  display:block;
  text-align:left;
  margin-left:10px;
  float:left;
  color:#404040;
}



label.list2-wert{
  display:block;
  text-align:right;
  padding-top:2px;
  padding-bottom:2px;
  padding-right:5px;
  width:113px;
  float:right;
  color:#404040;
}

dl-list2-wert{
  display:block;
  text-align:right;
  padding-top:2px;
  padding-bottom:2px;
  padding-right:5px;
  width:213px;
  float:right;
  color:#404040;
}

.frei-list-wert{
  display:block;
  text-align:right;
  padding-bottom:2px;
  padding-right: 4px;
  color:#404040;
  
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.frei-list-wert2{
  display:block;
  text-align:left;
  padding-bottom:2px;
  padding-left:0px;
  
  color:#404040;
  
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.frei-list-wert15{
  display:block;
  text-align:left;
  padding-top:0px;
  margin-left:15px;
  
  float:left;
  color:#404040;
  
  -webkit_touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

}


.fd-list2-wert{
  display:block;
  text-align:right;
  padding-top:4px;
  width:60px;
  float:right;
  color:#404040;
  border:0px;
}


label.input-neigung{
  width:22px;
  display:none;
  margin-left:4px;
  float:left;
}
label.input-frei-neigung{
  width:16px;
  display:none;
  padding-top:4px;
  float:left;
}




/*  = = = = = = = = = = = = = = = = = = = = = = = = = Zunächst hide*/ 
input[type=range] {
  -webkit-appearance: none; /*Hides the slider so that custom slider can be made*/
  /* width: 100%;  */
  width: 175px; /*Specific width is required for Firefox.*/
  background: transparent; /*Otherwise white in Chrome*/

}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* overflow: hidden; */
}

input[type=range]:focus {
  outline: none; /*Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though.*/
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  /* color: transparent; */
  color: #004696;
}

 /* = = = = = = = = = = = = = = = = = = = = = = = = = ENDE Hide */
/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #FFFFFF;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #004696;
  cursor: pointer;
  margin-top: -8px; /*You need to specify a margin in Chrome, but in Firefox and IE it is automatic*/
  box-shadow: 1px 1px 1px #004696, 0px 0px 1px #0059BE;
  /* box-shadow: -175px 0 0 175px #43e5f7; */
}
/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: 2px solid #FFFFFF;
  height: 22px;
  width: 22px; 
  border-radius: 50%;
  background: #004696;
  cursor: pointer;
  box-shadow: 1px 1px 1px #004696, 0px 0px 1px #0059BE;													   
}
/* input[type=range]:hover input[type="range"]::-moz-range-thumb { */
  /* border: 2px solid #FFFFFF; */
  /* height: 22px; */
  /* width: 22px;  */
  /* border-radius: 50%; */
  /* background: #FFFFFF; */
  /* cursor: pointer; */
  /* box-shadow: 3px 3px 3px #004696, 0px 0px 1px #0059BE;													    */
/* } */

/* IE */
input[type=range]::-ms-thumb {
  border: 2px solid #FFFFFF;
  height: 22px;
  width: 22px; 
  border-radius: 50%;
  
  background: #004696;
  cursor: pointer;
  box-shadow: 1px 1px 1px #004696, 0px 0px 1px #0059BE;												   
}


input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #C0C0C0;
  border-radius: 3px;	
  
  /* background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center 100% calc(var(--track-height) + 1px);   */
  
  /* background: linear-gradient(to right, red 0%, red 50%, base 50%, base 100%); */
  /* background: linear-gradient(to right, #333, #333 50%, #eee 75%, #333 75%); */
  /* das stellt die linke Hälfte rot und die rechte grün dar; */
  /* background: linear-gradient(to right, red 0%, red 50%, green 50%, green 100%); */
  
  
  /* background: linear-gradient(to right, red 0%, red 50%, green 50%, green 100%); */
  /* background: linear-gradient(var(--track-color) 255 255) scroll no-repeat center 100% 6px; */
  
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #C0C0C0;
  border-radius: 3px;					 
}
/* #lyropacity:hover input[type="range"]::-webkit-slider-thumb { */
/* background: yellow; */
/* } */

/* #lyropacity:hover input[type="range"]::-moz-range-thumb { */
/* background: yellow; */
/* } */
