/* --------------------------------------------------------
# Primary Theme Color: #27428e <--- SEARCH & REPLACE! -----
# Secondary Theme Color: #eaeaea <--- SEARCH & REPLACE! ---
-------------------------------------------------------- */

/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, .frontend button, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Main HTML Elements */
html {
	background-color: #fff;
	font-size: 16px;
}
body {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.333;
}
abbr[title] {
	text-decoration:none;
	border-bottom: 1px dashed;
	cursor:pointer; /*iOS :hover Fix*/
}
abbr[title]:hover::after, abbr[title]:focus::after, abbr[title]:active::after {
	content: ' (' attr(title) ')';
}
@media screen and (min-width: 1420px){
	abbr[title]:hover::after, abbr[title]:focus::after, abbr[title]:active::after {
		content: '';
	}
	abbr[title] {
	cursor:help;
	}
}
blockquote{
	padding: 5px 15px;
	margin: 10px 0;
	border-left: 3px solid #e5e5e5;
}
blockquote p:last-child{
	margin-bottom: 0;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
span > i.fal, span > i.far, span > i.fas, span > i.fab, span > i.fa{
	margin-right: 5px;
}
small{
	font-size: 0.75em;
}
small > i.fal, small > i.far, small > i.fas, small > i.fab, small > i.fa{
	font-size: 1rem;
	line-height: 1;
	margin-right: 0.25em;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	opacity: 0.7;
	vertical-align: unset;
}
a > i.fal, a > i.far, a > i.fas, a > i.fab, a > i.fa, 
button > i.fal, button > i.far, button > i.fas, button > i.fab, button > i.fa {
	line-height: 1.33;
	vertical-align: baseline;
	margin-right: 0.25em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1em;
	background-color: #fff;
}
table td, table th{
	padding: 10px;
}
table th{
	background-color: #fff;
	border-bottom: 2px solid #27428e;
	border-bottom: 2px solid rgba(39,66,142,0.2);
}
table tr{
	border-bottom: 1px solid #27428e;
	border-bottom: 1px solid rgba(39,66,142,0.2);
}
*, *::after, *::before{
	box-sizing: border-box;
}
code{
	font-family: monospace;
}
audio, video{
	display: block;
	width: 100%;
}
pre{
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	padding: 15px;
}
p{
	margin: 0 0 0.75em 0;
}
ul, ol{
	margin-bottom: 0.75em;
	padding-left: 30px;
}
ul ul, ol ol{
	margin-bottom: 0;
}
ul{
	list-style: disc;
}
ol{
	list-style: decimal;
}
ul.ikiss-unordered-list, ol.ikiss-ordered-list {
    display: flow-root;
}
@media screen and (max-width: 767px){
	.main-content-area ul:not([class]), .main-content-area ol:not([class]){
		width: 100%;
	}
}
strong, b{
	font-weight: 700;
}
em{
	font-style: italic;
}
sup{
	font-size: 0.6em;
	vertical-align: super;
}
sub{
	font-size: 0.6em;
	vertical-align: bottom;
	margin-top: 3px;
}
input, textarea{
	font: inherit;
	color: inherit;
	-webkit-appearance: none;
}
select{
	font: inherit;
	color: inherit;
}
input[type="reset"] {
	color: #555!important;
	background-color: #EAEAEA!important;
}
input[type="checkbox"]{
	-webkit-appearance: checkbox;
}
input[type="radio"]{
	-webkit-appearance: radio;
}
input[readonly]{
	color: #777;
	background-color: #eee;
}
hr{
	height: 1px;
	background-color: #27428e;
	border: none;
	margin-bottom: 15px;
	display: block;
	clear: both;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	margin: 1em 0 0.75em;
	color: #27428e;
}
h1 {
	font-size: 2em;
	font-weight: 900;
}
h2 {
	font-size: 1.333em;
	font-weight: 900;
}
h3 {
	font-size: 1.167em;
}
h4 {
	font-size: 1.083em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.917em;
}
img, video{
	max-width: 100%;
	height: auto;
}
/* Colors */
.primary-bg-color{
	background-color: #27428e;
	color: #fff;
}
.primary-bg-color a, .primary-bg-color a:active, .primary-bg-color *{
	color: #fff;
	opacity: 1;
}
.primary-text-color{
	color: #27428e;
}
.secondary-bg-color{
	background-color: #eaeaea; 
	color: #444;
}
.secondary-bg-color a, .secondary-bg-color *{
	color: #444;
	opacity: 1;
}
.secondary-text-color{
	color: #303030;
}
a {
	color: #27428e;
	text-decoration: none;
}
.main-row a.csslink_intern:hover, .main-row a.csslink_extern:hover, .main-row a.csslink_PDF:hover, .main-row .unstyled-list li a:hover,
.main-row a.csslink_intern:focus, .main-row a.csslink_extern:focus, .main-row a.csslink_PDF:focus, .main-row .unstyled-list li a:focus {
    font-weight: 700;
	text-decoration: underline;
}
.folgeseite .main-row a.csslink_intern::before,
.folgeseite .main-row a.csslink_extern::before,
.folgeseite .main-row a.csslink_PDF::before,
.folgeseite .main-row a.csslink_email::before,
.folgeseite .main-row .unstyled-list li a::before {
	content: '\f101';
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	font-weight: 400;
	color: #bbd10d;
	margin-right: 10px;
}
.folgeseite .main-row .unstyled-list li a.csslink_PDF + a::before {
    display: none;
}
.folgeseite .main-row .unstyled-list li a::before {
    display: block;
    float: left;
}
.modal-window-content a.csslink_intern::before,
.modal-window-content a.csslink_extern::before,
.modal-window-content a.csslink_PDF::before,
.modal-window-content .unstyled-list li a::before,
.modal-window-content .bis a:last-of-type::before {
	content: '\f101';
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	font-weight: 400;
	color: #bbd10d;
	margin-right: 10px;
}

.modal-window-content .csslink_extern::after {
	content: '\f062';
	display: inline-block;
	vertical-align: baseline;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 400;
	color: #27428e;
	margin-left: 10px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.modal-window-content a.csslink_intern:hover,
.modal-window-content a.csslink_extern:hover,
.modal-window-content a.csslink_PDF:hover,
.modal-window-content .unstyled-list li a:hover,
.modal-window-content .bis a:last-of-type:hover,
.modal-window-content a.csslink_intern:focus,
.modal-window-content a.csslink_extern:focus,
.modal-window-content a.csslink_PDF:focus,
.modal-window-content .unstyled-list li a:focus,
.modal-window-content .bis a:last-of-type:focus {
    font-weight: 700;
	text-decoration: underline;
}
a.btn, button.btn, input.btn, .btn a, span.ikiss-field-button input {
	display: inline-block;
	padding: 10px 15px;
	background-color: #27428e;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	/*text-transform: uppercase;*/
	position: relative;
	overflow: hidden;
	border: 1px solid #27428e;
	margin: 10px 10px 0 0;
	cursor: pointer;
	-webkit-appearance: none;
}
a.btn:hover, button.btn:hover, input.btn:hover, .btn a:hover, span.ikiss-field-button input:hover,
a.btn:focus, button.btn:focus, input.btn:focus, .btn a:focus, span.ikiss-field-button input:focus {
	color: #27428e;
	background-color: #bbd10d;
	border: 1px solid #bbd10d;
	text-decoration: none !important;
}
.btn.inactive {
	background-color: transparent;
	color: #27428e;
	color: rgba(39,66,142,0.6);
	border: 1px solid #27428e;
	border: 1px solid rgba(39,66,142,0.6);
}
.btn.inactive:hover,
.btn.inactive:focus {
	background-color: #27428e;
	color: #fff;
	border: 1px solid #27428e;
}
/* Buttons neben dem Suchergebnis-Titel (SOLR/Veranstaltungen) */
a.h2-btn {
	margin: 15px 0 0 10px;
}

/* Layout Helpers & Gridsystem */
nav ul{
	margin: 0;
	padding: 0;
}
nav li{
	list-style: none;
}
.nav-h li{
	display: inline-block;
}
.img-circle{
	border-radius: 50%;
}
.img-rounded{
	border-radius: 10px;
}
.bgimg-top{
	background-position: center top !important;
}
.bgimg-center{
	background-position: center center !important;
}
.bgimg-bottom{
	background-position: center bottom !important;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.fullwidth{
	width: 100%;
}
.sm-only{
	display: none;
}
.spacer{
	display: block;
	width: 100%;
	margin: 15px 0;
}
.nomargin{
	margin: 0;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.static{
	position: static;
}
.clear, .cb {
	clear: both;
	overflow: hidden;
	height: 0px;
	margin: 0;
	padding: 0;
	line-height:1px;
}
.clearfix::after {
	content: '.';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
.hide{
	display: none !important;
}
.block, .show{
	display: block !important;
}
.inline-block{
	display: inline-block !important;
}
.inline{
	display: inline !important;
}
.flex{
	display: flex !important;
}
.autoscroll{
	overflow-x: auto;
}
.grayscale {
	filter: grayscale(100%);
}
.unstyled-list, .result-list, .abc-list, .com-list, .data-list, .inline-list {
	list-style: none;
	padding-left: 0;
}
.unstyled-list .unstyled-list {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	margin-left: 30px;
}
.unstyled-list li {
	margin-bottom: 0.5em;
}
.abc-list {
	margin: 1.5em -1px;
}
.abc-list li {
	display: inline-block;
	margin: 4px;
	width: 2.95em;
	height: 2.95em;
	line-height: 2.95em;
	text-align: center;
	vertical-align: middle;
	background-color: #27428e;
	color: #fff;
}
.abc-list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 400;
}
.abc-list li a:hover,
.abc-list li a:focus {
	background-color: #bbd10d;
	font-size: 1.5em;
	text-decoration: none;
}
.com-list li {
	margin-bottom: 0.25em;
}
.unstyled-list li:last-child, .com-list li:last-child {
	margin-bottom: 0;
}
.com-list i.fal, .com-list i.far, .com-list i.fas, .com-list i.fab, .com-list i.fa {
	margin-right: 0.25em;
}
.inline-list li {
	display: inline-block;
}
.wrapper {
	max-width: 100%;
	width: 1420px;
	margin: auto;
	padding: 0 30px;
	transition: width 0.4s;
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
}
.row {
	margin: 0 -15px;
}
.row::after {
	display: table;
	content: '';
	clear: both;
}
#tinymce .row {
	margin: 0 !important;
}
.column-1,
.column-2,
.column-3,
.column-2x3,
.column-4,
.column-2x4,
.column-3x4,
.column-5,
.column-2x5,
.column-3x5,
.column-4x5,
.column-6,
.column-2x6,
.column-3x6,
.column-4x6,
.column-5x6{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	transition: width 0.2s ease-in;
	-webkit-hyphens: auto;
    -ms-hyphens: auto;
   -moz-hyphens: auto;
	hyphens: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Columns => Number = Horizontal column count */
.column-1{
	width: 100%;
}
.column-2, .column-2x4, .column-3x6{
	width: 50%;
}
.column-3, .column-2x6{
	width: 33.333%;
}
.column-2x3, .column-4x6{
	width: 66.666%;
}
.column-4{
	width: 25%;
}
.column-3x4{
	width: 75%;
}
.column-5{
	width: 20%;
}
.column-2x5{
	width: 40%;
}
.column-3x5{
	width: 60%;
}
.column-4x5{
	width: 80%;
}
.column-6{
	width: 16.666%;
}
.column-5x6{
	width: 83.333%;
}
.collapse .column-1,
.collapse .column-2,
.collapse .column-3,
.collapse .column-2x3,
.collapse .column-4,
.collapse .column-2x4,
.collapse .column-3x4,
.collapse .column-5,
.collapse .column-2x5,
.collapse .column-3x5,
.collapse .column-4x5,
.collapse .column-6,
.collapse .column-2x6,
.collapse .column-3x6,
.collapse .column-4x6,
.collapse .column-5x6{
	padding: 0;
}
/* Layout Helper Media Queries */
@media screen and (min-width: 1420px){
	.hide-lg {
		display: none;
	}
}
@media screen and (max-width: 1419px){
	.column-md-1{
		width: 100%;
	}
	.column-md-2, .column-md-2x4, .column-md-3x6{
		width: 50%;
	}
	.column-md-3, .column-md-2x6{
		width: 33.333%;
	}
	.column-md-2x3, .column-md-4x6{
		width: 66.666%;
	}
	.column-md-4{
		width: 25%;
	}
	.column-md-3x4{
		width: 75%;
	}
	.column-md-5{
		width: 20%;
	}
	.column-md-2x5{
		width: 40%;
	}
	.column-md-3x5{
		width: 60%;
	}
	.column-md-4x5{
		width: 80%;
	}
	.column-md-6{
		width: 16.666%;
	}
	.column-md-5x6{
		width: 83.333%;
	}
	.md-only{
		display: block;
	}
	.hide-md{
		display: none !important;
	}
	select{
		-webkit-appearance: none;
	}
}
@media screen and (max-width: 767px){

	.wrapper {
		padding: 0 15px;
	}
	.row {
		margin: 0 -15px;
	}
	.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-2x3, .column-2x4, .column-3x4, .column-2x5, .column-3x5, .column-4x5, .column-2x6, .column-3x6, .column-4x6, .column-5x6{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.column-sm-1{
		width: 100%;
	}
	.column-sm-2, .column-sm-2x4, .column-sm-3x6{
		width: 50%;
	}
	.column-sm-3, .column-sm-2x6{
		width: 33.333%;
	}
	.column-sm-2x3, .column-sm-4x6{
		width: 66.666%;
	}
	.column-sm-4{
		width: 25%;
	}
	.column-sm-3x4{
		width: 75%;
	}
	.column-sm-5{
		width: 20%;
	}
	.column-sm-2x5{
		width: 40%;
	}
	.column-sm-3x5{
		width: 60%;
	}
	.column-sm-4x5{
		width: 80%;
	}
	.column-sm-6{
		width: 16.666%;
	}
	.column-sm-5x6{
		width: 83.333%;
	}
	.sm-only{
		display: block !important;
	}
	.hide-sm{
		display: none !important;
	}

}

/* Flex-Grid */
.flex-row{
	list-style: none;
	padding: 0;
	margin: 0 -15px calc(-30px + 0.75em);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction:row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}
.flex-col-1, .flex-col-2, .flex-col-3, .flex-col-4, .flex-col-5, .flex-col-6,
.flex-col-2x3, .flex-col-3x4 {
	padding: 0;
	margin: 0 15px 30px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.flex-col-1 {
	-ms-flex-preferred-size: 100%; /* IE 10 */
	flex-basis: 100%;
	width: 100%;
}
.flex-col-2 {
	-ms-flex-preferred-size: calc(50% - 30px); /* IE 10 */
	flex-basis: calc(50% - 30px);
	width: calc(50% - 30px);
}
_:-ms-lang(x), _:-webkit-full-screen, .flex-col-2 { flex-basis: calc(49.999% - 30px); width: calc(49.999% - 30px); } /* Edge */
.flex-col-3 {
	-ms-flex-preferred-size: calc(33.333% - 30px); /* IE 10 */
	flex-basis: calc(33.333% - 30px);
	width: calc(33.333% - 30px);
}
.flex-col-4 {
	-ms-flex-preferred-size: calc(25% - 30px); /* IE 10 */
	flex-basis: calc(25% - 30px);
	width: calc(25% - 30px);
}
_:-ms-lang(x), _:-webkit-full-screen, .flex-col-4 { flex-basis: calc(24.999% - 30px); width: calc(24.999% - 30px); } /* Edge */
.flex-col-5 {
	-ms-flex-preferred-size: calc(20% - 30px); /* IE 10 */
	flex-basis: calc(20% - 30px);
	width: calc(20% - 30px);
}
_:-ms-lang(x), _:-webkit-full-screen, .flex-col-5 { flex-basis: calc(19.999% - 30px); width: calc(19.999% - 30px); } /* Edge */
.flex-col-6 {
	-ms-flex-preferred-size: calc(16.666% - 30px); /* IE 10 */
	flex-basis: calc(16.666% - 30px);
	width: calc(16.666% - 30px);
}
.flex-col-2x3 {
	-ms-flex-preferred-size: calc(66.666% - 30px); /* IE 10 */
	flex-basis: calc(66.666% - 30px);
	width: calc(66.666% - 30px);
}
.flex-col-3x4 {
	-ms-flex-preferred-size: calc(75% - 30px); /* IE 10 */
	flex-basis: calc(75% - 30px);
	width: calc(75% - 30px);
}
_:-ms-lang(x), _:-webkit-full-screen, .flex-col-3x4 { flex-basis: calc(74.999% - 30px); width: calc(74.999% - 30px); } /* Edge */
@media only screen and (max-width: 1419px) {
	.flex-col-4 {
		-ms-flex-preferred-size: calc(50% - 30px); /* IE 10 */
		flex-basis: calc(50% - 30px);
		width: calc(50% - 30px);
	}
	_:-ms-lang(x), _:-webkit-full-screen, .flex-col-4 { flex-basis: calc(49.999% - 30px); width: calc(49.999% - 30px); } /* Edge */
	.flex-col-6 {
		-ms-flex-preferred-size: calc(33.333% - 30px); /* IE 10 */
		flex-basis: calc(33.333% - 30px);
		width: calc(33.333% - 30px);
	}
	.flex-col-md-3{
		-ms-flex-preferred-size: calc(33.333% - 30px); /* IE 10 */
		flex-basis: calc(33.333% - 30px);
		width: calc(33.333% - 30px);
	}	
	.flex-col-md-2{
		-ms-flex-preferred-size: calc(50% - 30px); /* IE 10 */
		flex-basis: calc(50% - 30px);
		width: calc(50% - 30px);
	}
	_:-ms-lang(x), _:-webkit-full-screen, .flex-col-md-2 { flex-basis: calc(49.999% - 30px); width: calc(49.999% - 30px); } /* Edge */
	.flex-col-md-1{
		-ms-flex-preferred-size: 100%; /* IE 10 */
		flex-basis: 100%;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {

	.flex-row {
		margin: 0 -15px calc(-30px + 0.75em);
	}
	.flex-col-1,
	.flex-col-2,
	.flex-col-3,
	.flex-col-4,
	.flex-col-5,
	.flex-col-6,
	.flex-col-2x3,
	.flex-col-3x4 {
		-ms-flex-preferred-size: 100%; /* IE 10 */
		flex-basis: 100%;
		width: 100%;
		margin: 0 15px 15px;
	}

}
/* Zusatzfunktion: Dynamisches Organigramm */
.org-chart {
	font-size: 1rem;
	overflow-wrap: break-word; /* Chrome */
	word-wrap: break-word; /* Chrome */
}
.org-chart .flex-row {
	margin: 0 -0.5em;
}
.org-chart [class*="flex-col-"] {
	margin: 0;
}
.org-chart .flex-col-2 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	width: 50%;
}
.org-chart .flex-col-3 {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	width: 33.333%;
}
.org-chart .flex-col-4 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	width: 25%;
}
.org-chart .flex-col-5 {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	width: 20%;
}
.org-chart .flex-col-6 {
	-ms-flex-preferred-size: 16.666%;
	flex-basis: 16.666%;
	width: 16.666%;
}
@media only screen and (min-width: 961px) {
	.org-chart-level-1 .org-chart-main {
		order: 1;
	}
	.org-chart-level-1 .org-chart-left {
		order: 0;
	}
	.org-chart-level-1 .org-chart-right {
		order: 2;
	}
}
@media only screen and (max-width: 960px) {
	.org-chart .flex-col-md-1 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
	.org-chart .flex-col-4,
	.org-chart .flex-col-md-2 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
	}
	.org-chart .flex-col-6,
	.org-chart .flex-col-md-3,
	.org-chart .flex-col-5 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		width: 33.333%;
	}
	.org-chart-level-1 .flex-col-md-2 {
		margin-top: -1em;
	}
}
@media only screen and (max-width: 680px) {
	.org-chart [class*="flex-col-"] {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
}
.org-chart-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
	padding: 1em;
	margin: 1em 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-transition: box-shadow 0.25s;
	-ms-transition: box-shadow 0.25s;
	transition: box-shadow 0.25s;
}
.org-chart-item:hover,
.org-chart-item:focus,
.tab-focus > .org-chart-item {
	-webkit-box-shadow: 0 5px 15px #000;
	-moz-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.org-chart-item p {
	padding: 0;
	margin: 0;
}
/* BITV / Screenreader */
.sr-only {
	position: absolute;
	left: -5000px;
	top: auto;
	overflow: hidden;
}
.sr-jump, .sprungziel{
	position: fixed;
	z-index: 9999;
	top: -5000px;
	left: -5000px;
}
.sr-jump a:focus, .sprungziel a:focus{
	display: inline-block;
	position: absolute;
	top: 5000px;
	left: 5000px;
	padding: 5px;
	background: #444;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}
/* BITV: Fokus-Hervorhebung bei Tastaturbedienung */
:focus {
	border: 0;
	outline: 0;
}
::-moz-focus-inner {
	border: 0;
}
.tab-focus {
	position: relative;
	outline: 2px solid #000;
	outline-offset: 2px;
	z-index: 9999;
}
.sr-jump .tab-focus, .sprungziel .tab-focus {
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#nav .tab-focus {
	z-index: 79;
}