/* css zu bausoftware *//* Tree1CSS  */#tree1Container {
	display: inline-block;
	vertical-align: top;
	width: 400px;
}
#tree1Container input[type=checkbox], #tree1Container label, #tree1MobileHeadline {display: none;}
#tree1 {
	margin: 0;
	padding-left: 0;
	line-height: 150%;
}
#tree1 ul {
	display: none;
	padding-left: 20px;
	margin: 5px 0;
}
#tree1 li.openleaf > ul {display: block}
#tree1 li {
	list-style: none;
	position: relative;
	margin-bottom: 5px;
}
#tree1 a {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	border-bottom: none;
	color: #344756;
}
#tree1 a:hover {color: #527fa2;}
#tree1 li.openleaf > a {
	font-weight: 600;
	color: #527fa2;
}
#tree1 li > div {
	display: inline-block;
    width: 10px;
    height: 10px;
	margin-right: 5px;
	margin-bottom: 1px;
	background-image: url('https://www.inndata.at/bilder/tree1_icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#tree1 li.isnode > div {
	background: none;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #344756;
}
#tree1 li.isnode.openleaf > div {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #527fa2;
	border-bottom: none;
}

@media screen and (max-width: 1024px) {
	/* Mobiles Menü */
	#tree1Container {width: unset;}
	#tree1_seitenreiter {
		height: 100%;
		width: 300px;
		max-width: 100%;
		position: fixed;
		top: 0;
		left: -300px;
		padding: 14px;
		z-index: 999;
		transition: 500ms;
		background-color: #344756;
		overflow-y: auto;
		background-color: rgba(52, 71, 86, 0.9);
	}
	#check_tree1_seitenreiter:checked ~ #tree1_seitenreiter {
		left: 0;
		box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.8);
	}
	#tree1MobileHeadline {
		display: block;
		width: calc(100% - 30px - 14px);
		margin-bottom: 5px;
	}
	#tree1_seitenreiter, #tree1 a {color: white;}
	#tree1 li > div {background-image: url('https://www.inndata.at/bilder/tree1_icon_mobil.svg');}
	#tree1 li.isnode > div {border-left: 10px solid white;}
	
	/* Labels */
	#tree1Container #lbl_tree1_seitenreiter_show {
		display: block;
		width: 56px;
		height: 56px;
		background-color: #344756;
		background-image: url('../bilder/klassenIcon.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 68%;
		position: fixed;
		right: 0;
		top: calc(50% - 56px/2);
		cursor: pointer;
		z-index: 1;
		border-color: white;
		border-style: solid;
		border-width: 1px 0 1px 1px;
	}
	#check_tree1_seitenreiter:checked ~ #lbl_tree1_seitenreiter_show {
		background-image: url('../bilder/pfeil_klassenbrowser.svg');
		background-size: 100%;
	}
	
	/* Close Button */
	#tree1Container #lbl_tree1_seitenreiter_hide {
		display: block;
		width: 30px;
		height: 29px;
		cursor: pointer;
		position: absolute;
		top: 14px;
		right: 14px;
	}
	
	#lbl_tree1_seitenreiter_hide::before, #lbl_tree1_seitenreiter_hide::after {
		display: block;
		width: 100%;
		height: 4px;
		background-color: white;
		border-radius: 2px;
		content: '';
		position: absolute;
		left: 0px;
	}
	#lbl_tree1_seitenreiter_hide::before {
		top: 13px;
		transform: rotate(-45deg);
	}
	#lbl_tree1_seitenreiter_hide::after {
		bottom: 12px;
		transform: rotate(45deg);
	}
	#tree1Container #lbl_tree1_seitenreiter_hide_bereich {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		cursor: unset;
		z-index: 999;
		background-color: rgba(0, 0, 0, 0.2);
	}
	#check_tree1_seitenreiter:checked ~ #lbl_tree1_seitenreiter_hide_bereich {width: 100%;}
}
@media screen and (max-width: 600px) {
	/* Labels */
	#tree1Container #lbl_tree1_seitenreiter_show {
		width: 42px;
		height: 42px;
		top: calc(50% - 42px/2);
	}
}/* --- --- */.dontshowme {display: none;}
.dontshowme.x1 {display:block;}
#asi {margin-top: 91px;}
#asiDetails {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 500px);
	padding-left: 50px;
	min-height: 400px;
}
#asiDetails input[type=checkbox] {display: none;}
#asiDetailsHeadline {
	margin-top: 0px;
	margin-bottom: 17px;
	display: inline-block;
}
#lblAsiEn {
	float: right;
	color: #527fa2;
	border: 1px solid #527fa2;
	border-radius: 5px;
	padding: 5px;
	line-height: 100%;
}
#detailsName {display: inline-block;}
#detailsCode {float: right;}
#detailsEn {margin-top: 20px;}
#detailsParam {padding-top: 80px;}
#paramHeadline {
	display: inline-block;
	margin-top: 0;
}
#filterPhase {
	float: right;
	width: 100%;
	max-width: 200px;
}
.detailsParamReihe {
	padding: 30px 0;
	border-bottom: 2px solid #D0D0D0;
	border-radius: 1px;
}
.detailsParamReihe:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
.paramBeschreibung, .paramEn {
	margin-bottom: 20px;
	width: 75%;
}
.paramsHeadline {
	margin-top: 0;
	margin-bottom: 17px;
}
.lblParamHide {
	display: block;
	width: 75%;
	padding: 20px 0;
	border-top: 1px solid #344756;
	line-height: 100%;
	position: relative;
}
.symbolPlus {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 0;
}
.symbolPlus::before, .symbolPlus::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #344756;
	border-radius: 2px;
}
.symbolPlus::before {
	width: 100%;
	height: 2px;
	top: calc(50% - 1px);
}
.symbolPlus::after {
	width: 2px;
	height: 100%;
	right: calc(50% - 1px);
}
.paramHide {
	display: none;
	margin-top: 20px;
}
.detailsParamLinks, .detailsParamRechts {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.detailsParamLinks {
	width: 30%;
}
.detailsParamRechts {
	width: 70%;
	padding-left: 20px;
}
#detailsEn, .paramEn {
	display: none;
}
#chkAsiEn:checked ~ #lblAsiEn {
	font-family: Montserrat SemiBold, sans-serif;
}
#chkAsiEn:checked ~ #detailsEn, #chkAsiEn:checked ~ #detailsParam .paramEn {
	display: block;
}

@media screen and (max-width: 1024px) {
	#asiDetails {
		display: block;
		width: 100%;
		padding-left: 0;
	}
}

@media screen and (max-width: 600px) {
	#asi {margin-top: 55px;}
	.paramBeschreibung, .paramEn, .lblParamHide {width: auto;}
	#paramHeadline {display: block; }
	#filterPhase {float: none; margin-bottom: 20px;}
	.detailsParamLinks, .detailsParamRechts {width: 100%;}
	.detailsParamLinks {margin-bottom: 0;}
	.detailsParamRechts {padding-left: 0;}
}/* --- --- */