
/* Hauptmenü-Gleichrichter */
@media (min-width:1024px) {
  nav .navigation-list.navigation-list--table > .navigation-list__item {width: 100%;}
  nav .navigation-list.navigation-list--table {table-layout: fixed;}
}

/* Teaser-Box Highlight-Farbe */
html:not(.touch) a.teaserbox:hover .teaserbox__content {
 background: #FFF !important;
}

/* Abstand von Bildern in mobiler Ansicht */
@media (max-width: 768px) {
	.media-element.csc-textpic-imagecolumn:nth-child(n+2) {
		margin-top: 20px;
	}
}


.corona-ampel {
	padding: 15px; 
	text-align: center; 
	color: #FFF; 
	border: 1px solid #5d5d5c;
}

.corona-ampel h2 {
	color: #FFF;
}

.corona-ampel a, .corona-ampel a:visited, .corona-ampel a:hover, .corona-ampel a:active {
	color: #FFF;
}
.corona-ampel-gelb a, .corona-ampel-gelb a:visited, .corona-ampel-gelb a:hover, .corona-ampel-gelb a:active {
	color: #5d5d5c;
}

.corona-ampel-rot {
	background: #D91828;	
}
.corona-ampel-orange {
	background: #E88E30;	
}

.corona-ampel-gelb {
	background: #F5CC28;
	color: #5d5d5c;
}

.corona-ampel-gelb h2 {
	color: #5d5d5c;
}

.corona-ampel-gruen {
	background: #119137;	
}

.pageIdentifier {
	margin-left: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #878a8a;
}

.news-article__content ul {
	/* display: inline-block !important; */
}

li.ce-uploads-element {
	word-wrap: break-word;
}

/* Footer Marker Map  */
#c587723, #c244227, #c1504531, #c1499599 {
background-image: url(/storages/uni-greifswald/Ressources/Public/Images/Maps/ugw_marker_germany.png);
background-repeat: no-repeat;
background-size: 8em;
background-position-y: 2em;
background-position-x: right;
padding-bottom: 2em;
}

@media (min-width: 769px) and (min-width: 769px) {
#c587723, #c244227, #c1504531, #c1499599 {
background-size: 10em;
padding-bottom: 6em;
}
}

.highlight-box, .highlight-box-alt {
	margin-left:0;
	margin-right: 0;
}


pre code {
white-space: pre;
line-height: 140%;
font-family: 'Courier New', 'Roboto Condensed';
overflow: auto;
}
/*

Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 15px;
  background: #e9eaeb;
}


/* Base color: saturation 0; */

.hljs,
.hljs-subst {
  color: #444;
}

.hljs-comment {
  color: #888888;
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}


/* User color: hue: 0 */

.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000;
}

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060;
}


/* Language color: hue: 90; */

.hljs-literal {
  color: #78A960;
}

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}


/* Meta color: hue: 200 */

.hljs-meta {
  color: #1f7199;
}

.hljs-meta-string {
  color: #4d99bf;
}


/* Misc effects */

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}



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


/* filesystem hierarchy prettify */
ul.org, ul.org ul {
	list-style-type: none;
	background: #fff url('../../../storages/uni-greifswald/Ressources/Public/Organigramm/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('../../../storages/uni-greifswald/Ressources/Public/Organigramm/img/node.png') 0 5px no-repeat;
}

ul.org li:last-child,
ul.org li.last {
	background: #fff url('../../../storages/uni-greifswald/Ressources/Public/Organigramm/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('../../../storages/uni-greifswald/Ressources/Public/Organigramm/img/minus.png') center center no-repeat;
	background-color: rgba(78, 78, 78, 0.20);
	cursor: pointer;
}
.node.expandable.collapsed .expander {
	background-image: url('../../../storages/uni-greifswald/Ressources/Public/Organigramm/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;
    }
}