
/* ----------- stylized aus HTML ----------- */
/* table { */
  /* outline: 1px solid red; */
/* }  */
/* table.col{ */
  /* outline: 1px solid red; */
/* } */
/* table.tr{ */
/* outline: 1px solid red; */
/* }	 */


.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;}


#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; 
	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;
	/* margin-top: 20px; */
}



.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 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width:800px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  /* prevent refresh Chrome */
  overscroll-behavior-y: contain;
  /* prevent refresh ios */
  overflow: hidden;

}
      /* #map .ol-zoom .ol-zoom-out { */
        /* margin-top: 200px; */
      /* } */
      /* #map .ol-zoomslider { */
        /* background-color: transparent; */
        /* /* */
        /* Zoom control top: 0.5em */
        /* Zoom control padding: 2px */
        /* Zoom in button margin top: 1px */
        /* Zoom in button height: font size 1.14em * 1.375 height */
        /* */ */
        /* top: calc(0.5em + 2px + 1px + 1.14 * 1.375em); */
      /* } */

      /* #map .ol-touch .ol-zoom .ol-zoom-out { */
        /* margin-top: 212px; */
      /* } */
      /* #map .ol-touch .ol-zoomslider { */
        /* top: 2.75em; */
      /* } */

      /* #map .ol-zoom-in.ol-has-tooltip:hover [role=tooltip], */
      /* #map .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] { */
        /* top: 3px; */
      /* } */

      /* #map .ol-zoom-out.ol-has-tooltip:hover [role=tooltip], */
      /* #map .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] { */
        /* top: 232px; */
      /* } */


.downloadSubmit {
	color:#004696; 
	float: right; 
	margin-right:21px; 
	margin-top:5px; 
	margin-bottom:5px; 
	width:165px;
}

.mapcontainer {
  position: relative;
  top: 80px;

  /* margin-top: 80px; */
}  
	  
.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;
}	
.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: 10px;
  top: 0px;
  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:#004696;
} 
.tools-bg {
  width: 225px;
  height: 80px;
  background:#004696;
  float: left;
  display: block;
}
.tools {
  width: 225px;
  height: 80px;
  background:#004696;
  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:#004696;
  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 - 575px);
  height: 80px;
  float: left;
  background:#004696;
  display: block;
  padding-bottom: 1px;
}	
.pform {
  text-align:right;
}	
.settings {
  position: fixed;
  border-radius:8px;
  top: 80px;
  /* width:225px; */
  right: 0px;
  background:#F0F0F0;
}
.barrier {	
  position: absolute; 
  right: 0; 
  margin-right:29px; 
  top: 50%; 
  font-size:12px;
  
}

@media screen and (max-width: 690px) {
  .barrier {	
    position: absolute; 
    right: 0; 
    margin-right:29px; 
    top: 50%; 
    font-size:12px;
	display: none;  
  } 
}

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

@media screen and (min-width: 950px) and (max-width: 1079px) {
  #div-opacity {
    width: 190px;
    height: 80px;
    float: left;
	/* margin-top: 13px; */
    padding-top: 24px;
    background:#004696;
    display: block;
    padding-bottom: 1px;
  }
  #form {
    position: relative;	 
    width: calc(100vw - 765px);
    height: 80px;
    float: left;
    background:#004696;
    display: block;
    padding-bottom: 1px;
  }	  
}

@media screen and (max-width: 550px) {
  .tools-bg {
    width: calc(100vw - 352px);
    height: 80px;
    background:#004696;
    float: left;
	display: block;
  }
  .tools {
    width: 225px;
    height: 80px;
    background:#004696;
    float: left;
	display: none;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* ----------- Desktop 1080 ----------- */
@media screen and (min-width: 1080px) {
  #search_suggest { 
    position: absolute;
    background-color: #fdfdfd;
    text-align: left;
    border: 1px solid #000000;
    overflow: auto;
    max-height: 290px;
    width: 290px;
    padding-top:5px;
    padding-bottom:5px; 
    background:rgb(247,247,247);
    left:128px;
    top:73px;
    visibility:hidden;
    border-radius:5px;
    z-index:9;
  }
	
	
	
  .header {
    background-color:#004696;
    position:fixed;
	top: 0;
	left: 0;
  }
  /* #wrapper { */
    /* display:table; */
    /* width:225px; */
	/* /* background:#004696; */ */
  /* } */
  #row {
    display:table-row;
  }
  #div-opacity {
    width: 190px;
    height: 80px;
    float: left;
	/* margin-top: 13px; */
    padding-top: 24px;
    background:#004696;
    display: block;
    padding-bottom: 1px;
  }

  #platzhalter {
    position: absolute;
    width: max(calc(100vw - 1080px), 0px);
    height: 80px;
    right: 230px;
    background:#000000;
  }
  #form {
    position: relative;	 
    width: calc(100vw - 893px);
    height: 80px;
    float: left;
    background:#004696;
    display: block;
    padding-bottom: 1px;
  }	
  .pform {
    text-align:right;
  }	
  .settings {
    position: fixed;
    border-radius:8px;
    top: 80px;
    right: 0px;
	/* width:225px; */
    background:#F0F0F0;

  }

  .he-logo {
    position: fixed;
    left: 10px;
    top: 0px;
    box-shadow:0 0 10px #c9caca;
    cursor: pointer;
    display: block;
  }
  .adr-suche {
    height: 80px;
    width: 310px;
    margin-left: 118px;
	/* margin-top: 11px; */
	padding-top: 11px;
    background:#004696;
    float: left;
  }
  .tools-bg {
    width: 225px;
    height: 80px;
    background:#004696;
    float: left;
	display: block;
  }
  .tools {
    width: 225px;
    height: 80px;
    background:#004696;
    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;
  }

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

#debug {
  position: absolute;
  font-size: 1em;
  top: 100px;
  right: 10px;
  background-color: lightgrey;
  padding: 4px;
}
.lyrstrg {
  position: fixed;
  background:#FFFFFF;
  top: 80px;
 
  width: 225px;
  height: calc(100vh - 80px);
  right: 0px;
  /* z-index: 0; */
}
.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;
  /* z-index: 0; */
}

.layersteuerungcontainer {
  /* position: absolute; */
  position: fixed;
  background:#FFFFFF;
  top: 110px;
  /* top-max: 80px; */
  /* Damit funktioniert das Scrollen in der Layersteuerung, das div ist dann aber nicht durchgehend */
  /* height: calc(100vh - 180px); */
  height: calc(100vh - 110px);
  /* 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;
  right: 0px;
  /* z-index: 0; */
}

.checkbox {
  
  top: 0px;
  height: 20px;
  width: 20px;
  padding: 5px;
  left: 0px;
}

.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;
}

.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;
  color: #FFFFFF;
  width:100%;
  height:30px;
  /* top: 80px; */
  /* right: 0px; */
  background-color: #004696;
}

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

.lyr-group1 {
  width:100%;
  height:30px;
  background-color: #F0F0F0;
}
.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.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;
}	
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;
}

div.tt-willkommen {
  font-family:Arial, Helvetica, sans-serif;
  width:300px;
  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;
  
  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 {
  position:absolute;
  border-radius:8px;
  box-shadow: 0 0 3px 0 #000;
  width:450px;
  height:335px;
  
  background:#F8F8F8;
}
.dl-dialog {
  position:absolute;
  border-radius:8px;
  box-shadow: 0 0 3px 0 #000;
  width:450px;
  height:280px;
  
  background:#F8F8F8;
}

.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:85px;
  width:85px;
}
.fi-colname {
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:8px;
  margin-bottom:1px;
  align-items:baseline;
  color:#404040;
}

/* toggle in label designing */
.toggle {
  position : relative ;
  display : inline-block;
  width : 36px;
  height : 21px;
  background-color: #FFFFFF;
  border-radius: 30px;
  border: 1px solid gray;
}

		
/* After slide changes */
.toggle:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 19px;
  border-radius: 50%;
  background-color: gray;
  top: 1px; 
  left: 1px;
  transition: left 1s;
}

/* toggle in label designing */
.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;
}
.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:checked + .toggle::after {
  left : 15px; 
  background-color: #7FFE7A;
}

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

/* Checkbox checked toggle label bg color */
.checkbox:checked + .toggle {
  background-color: #FAFAFA;
}
.checkbox:disabled  {
  background-color: #FAFAFA;
}

/* .checkbox-aufst:checked + .toggle { */
  /* background-color: #004696; */
/* } */
/* .checkbox-aufst:disabled  { */
  /* background-color: #004696; */
/* } */

		
/* Checkbox vanished */
.checkbox { 
  display : none;
}
.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;

}

.fi-header {
  font-size:13px; 
  color:#404040;  
  /* color:#004696; */
  padding-left:0px; 
  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;
}

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:150px;	
}
.fi-col1{
  width:145px;	
}
.fi-col2{
  width:120px;	
}
.fi-col3{
  width:185px;	
}
.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;
  padding-top:2px;
  padding-bottom:2px;
  margin-left:10px;
  width:135px;
  float:left;
  color:#404040;
}

.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%; /*Specific width is required for Firefox.*/ */
  width: 175px;
  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;
}

 /* = = = = = = = = = = = = = = = = = = = = = = = = = 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: #DC2B33;
  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: #DC2B33;
  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: #DC2B33;
  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: #FFFFFF;
  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: #FFFFFF;
  border-radius: 3px;					 
}
/* #lyropacity:hover input[type="range"]::-webkit-slider-thumb { */
/* background: yellow; */
/* } */

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