body {
  font-family: "Trebuchet MS", Arial, Helvetica;
	margin: 0;
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
  
  font-size: 13px;
  color: #003333;
  background-color: #F4F4F4;
}

.header {
	width: calc(100% - 30px);
	padding: 15px;
	background-color: #353563;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	color: white;
}

.header div:first-child {
	font-size: large;
	font-weight: bold;
}

h1 {
  font-size: 22px;
  color: #a61b25;
  font-weight: normal;
  margin-bottom: 14px;
}

.main-navi {
	width: calc(100% - 30px);
	padding: 15px;
	background-color: slategrey;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.main-navi button {
	flex: none;
	padding: 5px 20px;
}

.data-tree {
	width: 100%;
	flex: auto;
	display: flex;
	flex-direction: row;
	justify-content: start;
	font-size: smaller;
	align-items: stretch;
}

#data-host {
	flex: 1 80%;
	min-height: 100%;
	display: flex;
	overflow: auto;
	position: relative;
}

#data-host svg{
	flex: 1 1 100%;
	position: absolute;
	min-height: 100%;
}

.path {
	margin-bottom: 20px;
}

#info {
	flex: 1 20% ;
	overflow: auto;
	padding: 5px;
	border-left: 5px solid #E8EBAF;
	background-color: white;
}

.node {
	cursor: pointer;
}

rect[inactive] {
	fill: "#ff0000"
}

.node rect {
	stroke: #353563;;
	stroke-width: 2px;
  }

.node text {
	font-size: 12px sans-serif;
	line-height: 1.45em;
	height: 4.4em;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.link {
  fill: none;
  stroke: #353563;
  stroke-width: 1px;
}

#data-host li {
	list-style-type: none;
}
.bista-entry-1 {
	color: blue;
	font-size: large;
	padding-top: 8px;
}
.bista-entry-2 {
	padding-top: 4px;
	font-size: 14px;
	color: black;
}
.bista-entry-3 {
	padding-top: 0;
	font-size: 12px;
}
.description-text {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 4px;
	margin-top: 4px;
}

a, span.alike {
  color: #339999;
  text-decoration: none;
}
a:visited {
  color: #339999;
}
a:hover, span.alike:hover {
  color: #00cccc;
}
a img {
  border: none;
  height: 50px;
}
span.alike {
  cursor: pointer;
}
ol, ul {
  list-style: none outside none;
}
body,
div,
dl,
dt,
dd,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.clear {
  clear: both;
}
#header {
	background-image: url("muster.gif");
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#header div {
	display: flex;
	margin: 10px 20px;
}

ul.subnavi > li {
  padding: 8px 0px 0px 0px;
}
ul.subnavi.lvl1 > li {
  padding: 6px 0px 6px 0px;
}
/** SUBNAVI BORDER IF OPEN */
ul.subnavi.lvl1 > li.open {
  padding-bottom: 0px;
}
ul.subnavi.lvl1 > li.open {
  padding-top: 8px;
  /** 6+2 da border als hintergrundbild */

  background-image: url("subnav_dots.gif");
  background-repeat: no-repeat;
}
ul.subnavi a, ul.subnavi span.alike {
  display: inline-block;
  background-image: url("csi_icons.png");
  background-repeat: no-repeat;
  font-weight: normal;
  text-decoration: none;
}
ul.subnavi a:hover, ul.subnavi > li.active > a, ul.subnavi span.alike:hover, ul.subnavi > li.active > span.alike {
  color: #a61b25;
}

ul.subnavi.lvl1 > li.open > ul {
  background-image: url("subnav_dots.gif");
  background-position: 0px bottom;
  background-repeat: no-repeat;
  padding: 0px 0px 8px 0px;
  /** 6+2 da border als hintergrundbild */

}
ul.subnavi.lvl1 > li > a, ul.subnavi.lvl1 > li > span.alike {
  background-position: 12px -75px;
  min-height: 16px;
  padding: 0px 0px 0px 36px;
  font-size: 14px;
  color: #336666;
}
#parameters {
	background-color: #E8EBAF;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: larger;
}
#parameters div {
	display: flex;
	margin: 10px;
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
}
