

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* filesystem hierarchy prettify */
ul.org, ul.org ul {
	list-style-type: none;
	background: #fff url(../img/vline.png) repeat-y 0.5ex 0;
	margin: 0 0 0 5%;
	padding: 0 0 0 0.5ex;
	/*overflow: hidden;*/
	/*max-height: 2000px;*/
}

ul.org {
	background-position: 1em 0;
	padding-left: 1em;
	padding-top: 6px;
	border: 1px solid #e9eaeb;
	margin: 0;
}

ul.org li {
	display: block;
	list-style: none;
	margin: 0 4px 0 0;
	padding: 0 12px;
	line-height: 24px;
	background: url(../img/node.png) 0 5px no-repeat;
}

ul.org li:last-child,
ul.org li.last {
	background: #fff url(../img/lastnode.png) 0 0 no-repeat;
	padding-bottom: 0.5ex;
}

ul.org li .label {
	margin-left: 12px;
}

.org .node {
	display: inline-block;
	_font-size 			: 12px;
	background-color 	: #fff;
	border 				: 2px solid #E6E9EC;
	color 				: #000;
	padding: 5px 10px;
	margin-bottom: 5px;
	line-height: 16px;
	min-width: 120px;
}
	.org .node.wide {
		/*width: auto;*/
		/*display: block;*/
	}
	.org .node.wide+ul {
		background: none;
		border: 2px solid #E6E9EC;
		overflow: hidden;
		padding: 5px;
		margin-bottom: 10px;
	}
	.org .node.wide+ul>li {
		background: none;
		/*float: left;*/
		margin: 0;
		padding: 0;
		display: inline-block;
		vertical-align: top;
	}

.node a {
	text-decoration: none;
	color: #006699;
}
	.node > span {
		color: #7A7A7A;
		display: block;
		_font-size: 10px;
		margin-top: 3px;
	}

ul.org > li > .node{
	background-color: #d6d9dc;
	_font-size: 15px;
	line-height: 15px;
}
ul.org > li > ul > li > .node {
	background-color: #E6E9EC;
	_font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}
ul.org > li > ul > li > ul > li > .node {
	background-color: #f5f8fb;
}
ul.org > li > ul > li > ul > li > ul > li > .node {
	background-color: #fff;
}
ul.org > li > ul > li > ul > li > ul > li > ul > li > .node {
	border: none;
}

.node.collapsed + ul {
	/*display: none;*/
	/*max-height: 0;*/
}
/*.node.expandable {

}
.node.expandable:hover {
	background-color: #baa1ba;
	cursor: pointer;
}*/

.node.expandable .expander {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
	float: right;
	background: url("../img/minus.png") center center no-repeat;
	background-color: rgba(78, 78, 78, 0.20);
	cursor: pointer;
}
.node.expandable.collapsed .expander {
	background-image: url("../img/plus.png");
	background-color: rgba(0, 102, 153,0.3);

}
.strategische-steuerung-1 .node {
	background-color: #edaff1;
}
.strategische-steuerung-2 .node {
	background-color: #aad2f1;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1140px) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}