html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
}

.gws {
    width: 100%;
    height: 100%;
}

.gws .modLayersCheckButton.isGroup {
    display: none;
}

.gws .modLayersCheckButton.isGroup.isChecked {
    display: block;
}

.gws .modLayersCheckButton.isChecked {
    background-image: url('/ic_check_24px.svg');
}

.gws .modLayersCheckButton.isHidden {
    background-image: url('/ic_visibility_off_24px.svg');
}

.gws .modLayersCheckButton.isHidden.isChecked {
    background-image: url('/ic_visibility_off_24px.svg');
}

.gws .modLayersTreeTitle button {
    max-width: 200px;
    overflow-x: hidden;
}

.gws *::placeholder {
    color: #999 !important;
}

.gws *::-webkit-input-placeholder {
    color: #999 !important;
}

.gws *::-moz-placeholder {
    color: #999 !important;
}

.gws .gwsMap {
    background-image: none;
}

.gws .modMarkerFeature {
    stroke: rgba(173, 20, 87, 3);
	stroke-width: 2px;
	fill: rgba(240, 98, 146, 0.05)
}

.gws .modAlkisSearchResetButton {
    background-color: rgb(0, 134, 201);
}

.gws .cmpDescription th {
    border-color: #b0bec5;
    border-style: dotted;
    border-width: 1px;
    font-size: 11px;
    font-weight: bold;
    line-height: 120%;
    max-width: 300px;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

/* Beginn Styling der Sachinformationsfenster */
/*/datencache/gws/data/templates/umweltdaten */

/* Überschrift head */
.gws .cmpInfoboxBody p.head {
	color: #0086c9;
	font-weight: bold;
}

/* Tabelle */
.cmpInfoboxBody table {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: thin 0 0 thin;
  margin: 0 0 1em;
  table-layout: auto;
  max-width: 100%;
}

.cmpInfoboxBody th, .cmpInfoboxBody td {
	border-color: #b0bec5;
    border-style: dotted;
    border-width: 1px;
    font-size: 11px;
    font-weight: bold;
    line-height: 120%;
    max-width: 300px;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
.cmpInfoboxBody th, .cmpInfoboxBody caption {
  background-color: #f1f3f4;
}

/* Ende Styling der Sachinformationen (Tabelle) */


/* Beginn Styling Sachdatenfenster eigener WMS */
/*/datencache/gws/data/templates/wms */

.wmstable table * {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #cdcdcd;
	background-color: #f2f2f2;
	border-spacing: 12px 10px;
	color: #ff6609;

}


/* Ende Styling Sachdatenfenster eigener WMS */