@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('/site/templates/zbh1/fonts/BarlowSemiCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('/site/templates/zbh1/fonts/BarlowSemiCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('/site/templates/zbh1/fonts/BarlowSemiCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('/site/templates/zbh1/fonts/BarlowSemiCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('/site/templates/zbh1/fonts/BarlowSemiCondensed-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('/site/templates/zbh1/fonts/BarlowSemiCondensed-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('/site/templates/zbh1/fonts/BarlowSemiCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('/site/templates/zbh1/fonts/BarlowSemiCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


/*
@font-face {
    font-family: 'Noto si1';
    src: url('/site/templates/zbh1/fonts/NotoSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto si1';
    src: url('/site/templates/zbh1/fonts/NotoSans-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Dejavu mono si1';
    src: url('/site/templates/zbh1/fonts/DejaVuSansMono-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dejavu mono si1';
    src: url('/site/templates/zbh1/fonts/DejaVuSansMono-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
*/

/*
removed ‘/tmp/DejaVuSansMono-Bold-webfont.woff’
removed ‘/tmp/DejaVuSansMono-BoldOblique-webfont.woff’
removed ‘/tmp/DejaVuSansMono-Oblique-webfont.woff’
removed ‘/tmp/DejaVuSansMono-webfont.woff’
*/

/** 
 * main.css
 * 
 * 1. General HTML tags
 * 2. Masthead area
 * 3. Main content and sidebar
 * 4. Footer
 * 5. Media queries for responsive layout
 * 6. Accessibility helpers
 * 
 */

/*********************************************************************
 * 1. General HTML tags
 *
 */

* {
	box-sizing: border-box; 
}

body {
	padding: 5%;
	padding: 1% 5% 5% 5%;
	max-width: 1600px; 
	margin: 0 auto; 
}

body, td, input[type=text], textarea {
	font-family: 'Quattrocento', serif;
	font-family: 'Noto si1', sans-serif;
	font-family: 'BarlowSemiCondensed', sans-serif;
	font-size: 105%; 
	line-height: 1.8em;
	color: #444; 
}

img {
	max-width: 100%; 
}

h1{
	font-size: 36.8px;
	line-height: 48px;
}

h2 {
	font-weight: normal;
}

h3 {
/*	border-top: 1px solid #eee; 
	padding-top: 1em;
*/
	margin:0;
	color: #777; 
}

a {
	color: #333;
	color: #777;
	/*
	color: red;
	*/
	text-decoration: none;
	border-bottom: 1px solid #ccc; 
}
	a:hover,
	.nav a:hover {
		color: #c00;
		border-color: #aaa; 
	}

blockquote {
	margin-left: 0;
	padding-left: 1.5em;
	padding-right: 2em; 
	border-left: 4px solid #ddd; 
	font-style: italic; 
	color: #777; 
}

pre, code {
	background: #eee; 
	border: 1px solid #ddd; 
}

pre {
	font-size: 14px; 
	line-height: 1.4em;
	padding: 1em;
	border-left: 4px solid #ddd; 
}

.marker{
	background:#80ff80;
}

.pw-superscript{
	font-size:75%;
	vertical-align:super;
	line-height:1.8em;
}

/*********************************************************************
 * 2. Masthead area
 *
 */

.footeritems-menu, .footeritems-menu li {
	list-style: none; 
	padding: 0;
	margin: 0;
}

.footeritems-menu li ,
.footeritems-menu li.depth0 {
	float: left; 
	margin-right: 1em;
	margin-right: 2px;
	margin-bottom: 1em;
	margin-bottom: 1px;
}
.footeritems-menu a {
	padding: 0.25em 0.5em;
	padding: 1px 4px;
	text-decoration: none; 
	display: block;
	display: inline;
	background: #eee; 
	color: #333; 
	/*
	color: #0f0; 
	*/
	border: 1px solid #eee; 
}

.footeritems-menu a:hover {
	/*background: #ddd;*/
	border-color: #ddd; 
	color: #c00;
}
.footeritems-menu li.current a {
	background: #ddd; 
	border-color: #ddd; 
}
.footeritems-menu li.edit a {
	background: none; 
}

.footeritems-menu .nav a{
	font-weight: normal;
}



form.search {
	float: right; 
	margin: 0;
	width: 220px; 
}

form.search input {
	margin: 0 0 10px 0;
	padding: 0.25em 0.5em;
	padding: 0 0.5em;
	border: 1px solid #ccc; 
	width: 100%; 
}

.breadcrumbs {
	/*
	clear: both; 
	*/
	float: left;
	padding-top: 1em; 
	padding-top: 10px; 
}

.breadcrumbs span:after {
	content: ">";
	color: #999; 
	padding-left: 0.5em;
	padding-right: 0.25em; 
}

.breadcrumbs span:nth-last-of-type(1):after {
	content: "";
/*	color: #999; 
	padding-left: 0.5em;
	padding-right: 0.25em; 
	*/
}

/*********************************************************************
 * 3. Main content and sidebar
 *
 */

#main {
	border-top: 1px solid #eee; 
	padding-top: 1em; 
	margin-top: 1em; 
	clear: both; 
}

#content {
	width: 85%; 
}

#content, #sidebar {
	padding-bottom: 2em; 
}

body.has-sidebar #content {
	width: 65%; 
	float: left;
}

body.has-sidebar #sidebar {
	width: 220px;
	padding-left: 0; 
	float: right; 
}

#sidebar.home p,
#sidebar.home p a{
	font-size: 14px;
	line-height:24px;
}

#sidebar.home .timetable-item{
	/*alternativ zu oben*/
}

ul.mainitems-menu{
	margin-left:-40px;
}

.nav {
	margin-left: 0;
	padding-left: 0;
	list-style: none; 
}
	.nav .nav {
		padding-left: 1.5em;
		padding-left: 1em;
		list-style: disc;
	}
	.nav li {
		margin: 1em 0;
	}

	.nav-tree li {
		margin-top: 0;
		margin-bottom: 0;
		list-style: none;
	}

	.nav a {
		font-weight: bold;
	}

	.nav-tree li a {
		color: #777; 
	}

	.nav .current > a {
		color: #333; 
	}

.align_left {
	/* for images placed in rich text editor */ 
	float: left;
	margin: 0 1em 0.5em 0; 
	position: relative;
	top: 0.5em;
	max-width: 50%; 
}

.align_right {
	/* for images placed in rich text editor */ 
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%; 
}

.align_center {
	/* for images placed in rich text editor */ 
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5em;
}

figure {
	display: table;
	width: 1px;
	margin: 1em 0;
}

figure img {
	display: table-row;
	margin-bottom: 0.5em;
}

figure figcaption {
	display: table-row;
	font-size: smaller;
	color: #777;
	line-height: 1.4em;
}

/* si */

li{
	list-style: none;
}

.mainitems-menu li a{
	font-weight: bold;
	color: #777;
}

.mainitems-menu li a:hover{
	color: #c00;
}
.mainitems-menu li,
.mainitems-menu li a,
#pwtitle{
	color: #f00;
	font-family:BarlowSemiCondensed, sans-serif;
	font-weight:200;
	font-size:78px;
	line-height:62px;
	border:none;
	text-decoration:none;
}

#pwtitle,
.mainitems-menu li a{
	text-transform:uppercase;
	text-decoration:underline;
}
.mainitems-menu li:first-of-type a{
	text-decoration:none;
}

.site-map,
.in-content {
	margin-left: 0;
	padding-left: 0;
	list-style: none; 
}

.in-content li,
.nav li{
	margin: 0;
}

.in-content a{
	font-weight: bold;
}


#sitemap li{
	list-style: none;
}

#sitemap .nohover,
#sitemap li,
#sitemap li a{
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 0;
}

#sitemap .nohover,
#sitemap li,
#sitemap .nav .current > a, 
#sitemap li a{
	color: #777; 
}

#sitemap .nav .current > a:hover, 
#sitemap li a:hover{
	color: #c00;
}

#sitemap ul,
#sitemap li{
	line-height: 20px;
}

#sitemap .nohover,
#sitemap li a{
	display: block;
	width: 250px;
	width: 690px;
	height: 20px; 
	overflow:hidden;
	/*
	background: yellow;
	*/
}

#sitemap .nohover{
	font-style: italic;
}

#sitemap .nohover:before {
	content: "(";
}

#sitemap .nohover:after {
	content: ")";
}

#sitemap .site-map li.depth0 a, #sitemap .site-map li.depth0 span{padding-left: 0em;}
#sitemap .site-map li.depth1 a, #sitemap .site-map li.depth1 span{padding-left: 1em;}
#sitemap .site-map li.depth2 a, #sitemap .site-map li.depth2 span{padding-left: 2em;}
#sitemap .site-map li.depth3 a, #sitemap .site-map li.depth3 span{padding-left: 3em;}
#sitemap .site-map li.depth4 a, #sitemap .site-map li.depth4 span{padding-left: 4em;}

.in-content li.depth0 > a, .in-content li.depth0 span, .in-content li.depth0 p{padding: 0; margin-left: 0em;}
.in-content li.depth1 > a, .in-content li.depth1 span, .in-content li.depth1 p{padding: 0; margin-left: 1em;}
.in-content li.depth2 > a, .in-content li.depth2 span, .in-content li.depth2 p{padding: 0; margin-left: 2em;}
.in-content li.depth3 > a, .in-content li.depth3 span, .in-content li.depth3 p{padding: 0; margin-left: 3em;}
.in-content li.depth4 > a, .in-content li.depth4 span, .in-content li.depth4 p{padding: 0; margin-left: 4em;}

.in-content p {margin-top:0;margin-bottom:0;}




#sitemap li.depth0 a,
#sitemap li.depth2 a{
	font-weight:bold;
}



.deutschtext{
	font-style:italic;
}


.anm_si{
	font-style: italic; /*wird von devinfo überschrieben*/
	color:white;
	background: #888;
	padding: 0 5px;
}


#timetable-home{
	font-size:80%;
/*	margin-left:100px;

*/}


#timetable-home p{
	margin:0;
}
#home-sidebar{
	display:block;
	position:absolute;
	right:40px;
	top:130px;
}


/*********************************************************************
 * 4. Footer
 *
 */

#footer {
	clear: both; 
	border-top: 1px solid #eee; 
	border: none;
	/*
	border-bottom: 2px solid #c00; 
	padding-bottom: 20px;
	margin-bottom: 16px;
	*/
	font-size: 80%; 
}

	#top-nav{
		display: block;
	}
.nav li a,
/*#sitemap .nav .current > a*/ {
	display: block;
	margin: 3px 0;
	width: 200px;
}


	#mobile-nav{
		display:none;
	}
	#footer-nav{
		display:block;
	}



/* dev-info*/

hr.devhr{
	height: 1px;
	background-color: #003CBA;
	background-color: #c00;
	border: none;
	margin-bottom: 14px;
}

#devinfo,
#devinfo *
 {
	font-family: "Dejavu mono si1", monospace;
	font-style: italic;
	font-size: 14px;
}

#devinfo{
	padding: 20px;
	background: #C4D7FF;
	background: #eee;
	color: #333;
}

#devinfo hr{
 background:#777;
 border-color:#777;
}


#devinfo h3{
	border: none;
	margin: 0;
	padding: 0;
}

#devinfo p{
	margin-top: 0;
}

#devinfo p.anmerkung{
	font-style: normal;
}

div.imgdiv{
	float: left;
	text-align: center;
	margin: 0 8px 8px 0;
}

a.imga{
	margin: 0;
	border: none;
}

p.imgsiz{
	line-height: 20px;
	font-size: 14px;
	margin: 0;
}


/*
.nav li a{
	color: #777;
	color: orange;
}
*/
/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */

/*#burger{display: none;}
*/
	#burger a#pull:after ,
	#burger > a#pull {
		display: none;
	}
@media only screen and (max-width: 768px) {
	/* mobile layout */ 

	body, td, textarea {
		font-size: 100%; 
	}
	body.has-sidebar #content, 
	body.has-sidebar #sidebar {
		float: none;
		width: 100%; 
		padding: 0; 
	}
	form.search {
		float: none; 
		width: 100%; 
	}
	#content {
		width: 100%; 
	}
	#sidebar {
		border-top: 1px solid #eee;
		padding-top: 1em; 
	}
	.align_left, .align_right, .align_center {
		display: block;
		float: none; 
		margin: 1em auto;
		max-width: 100%; 
	}


	/*************** si ***********/

	#burger > a#pull {
		text-decoration:none !important;
		display: block;
		width: 100%;
		height: 0;
	}
	#burger a#pull:after {
		content: "";
		background: url('/site/templates/zbh1/black-nav-icon.png') no-repeat;  /*sichk hardcoded*/
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

	#top-nav{
		position: absolute;
		top: 100px;
		right: 0;
/*		display: none;
*/

	}

	#sitemap .site-map li {
		background: #eee none repeat scroll 0 0;
		margin: 0 0 1px;
		width: 100%;
	}

	#sitemap .nohover,
	#sitemap .site-map li a {
		background: #eee none repeat scroll 0 0;
		color: #777;
		display: block;
		padding: 2px 4px ;
		margin: 1px;
		width: 100%;
		overflow:hidden;
	}

	#sitemap .nohover,
	#sitemap .site-map .current > a {
		margin: 1px 0;
	}

	/*
	.footeritems-menu li{
		float: none;
		font-size: 200%;
		margin-bottom: 20px;
	}
	*/

	#mobile-nav{
		display:block;
	}
	#footer-nav{
		display:none;
	}

	#home-sidebar{
		display:none;
	}

/*****************/
	.pwid_1 .breadcrumbs,
	.pwid_1 .search,
	.pwid_1 #pwtitle{
		display:none;
	}
	#main{border:none;padding-top:0;margin-top:0;}

	.mainitems-menu li,
	.mainitems-menu li a,
	#pwtitle{
		font-size:48px;
		line-height:62px;
	}


}

@media only screen and (min-width: 1200px) {
	/* extra-wide desktop layout */ 
	
	body, td, textarea {
		font-size: 115%; 
	}
}
/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}

/*********************/
/*
.timetable-item a{
	font-weight:bold;
	color: #777;
}
.timetable-item a:hover{
	color: #c00;
}
 */
/*
table.cv td{
	padding: 0 5px;
	font-size:60%;
				line-height:14px;
	vertical-align: top;
}
table.cv td:first-of-type{
	width:90px;
	padding: 0 8px 0 0;
}
*/

/* has to be kept in sync with ../../modules/InputfieldCKEditor/modified_contents.css */
.cv-heading-1,.cv-heading-2,.cv-heading-3{padding-top:7px;padding-bottom:3px;}
.cv-heading-1{display:block;font-size:150%;font-weight:bold;}
.cv-heading-2{display:block;font-size:130%;font-weight:bold;}
.cv-heading-3{display:block;font-size:130%;padding-left:98px; font-weight:bold;}
.cv-indent{display:block;padding-left: 50px;}


#audioplayer{
	position:fixed;
	right:10px;
	right:227px;
	right:5%;
	top: 100px;
	height: 40px;
	width: 500px;
	max-width:50%;
	background:#ddd;
	display:none;
}
#audioplayer p{
	margin:0;
	text-align:center;
}
#audioplayer.active{
	height:auto;
	display:block;
}

.mp3list{
	padding-left:0;
}

.mp3list li{
	cursor:pointer;
}
.mp3list li:hover{
	color: #c00;
}
#audiocontrols{width:100%;}

.xdesc{display:none;}
.xcapt{display:none;}


.audiolink-active{
	color:#c00;
	padding-left:20px;
}

#cv-d-link{
	/*
	position:relative;
	right: 100px;
	float:left;
	*/
	text-align:right;
}
#cv-d-link li{
	color:red;
}
#cv-d-link a:before{
	content: ">> ";
}
#cv-d-link a{
	color:#c00;
}
#cv-d-link a:hover{
	color:#777;
}
/*table.cv{
	float:left;
}*/

#content.pid_1028 table.cv{
	margin-top: -85px;

}

/*
 * #pdfdownload a{
	display:block;
	padding-top:50px;
}*/


#sitemap .nav .current > a, #sitemap li.pubr_ok        a{ color: green; }
#sitemap .nav .current > a, #sitemap li.pubr_ohne      a{ color: #777; }
#sitemap .nav .current > a, #sitemap li.pubr_unfertig  a{ color: #c00; }
