

/* utils */

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

.shadow {
	box-shadow:1px 1px 7px rgba(153, 153, 153, 0.3);
	-webkit-box-shadow:1px 1px 7px rgba(153, 153, 153, 0.3);
	-khtml-box-shadow:1px 1px 7px rgba(153, 153, 153, 0.3);
	-moz-box-shadow:1px 1px 7px rgba(153, 153, 153, 0.3);
}

.light-shadow {
	box-shadow:1px 1px 7px rgba(153, 153, 153, 0.2);
	-webkit-box-shadow:1px 1px 7px rgba(153, 153, 153, 0.2);
	-khtml-box-shadow:1px 1px 7px rgba(153, 153, 153, 0.2);
	-moz-box-shadow:1px 1px 7px rgba(153, 153, 153, 0.2);
}

.no-boxshadow .shadow {
	border: 1px solid #ddd;
}

#twitterTimeline {
	margin-top: 6px;
}

.tile {
	padding: 15px 20px 22px;
	background: #fdfdfd;
	border-top: 3px solid #0077c8;
	float: left;
	width: 500px;
}

/* specificity for IE */
.no-boxshadow .tile {
	border-top: 3px solid #0077c8;
}

.tile-wide {
	width: 900px;
}

.csscolumns .css-columns-two {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.clearing {
	clear: both;
}

/*	slightly enhanced, universal clearfix hack from
 	http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }   
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.clear {
	clear: both;
}

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

.disclaimer {
	margin-top: 33px;
	padding: 11px 10px 11px;
	background-color: #f5f5f5;
}

body {
	background-color: #dddbdb;
	background-image: url(../img/body-bg.svg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 370px;
}

@media screen and (min-width: 1280px) {
	body {
		background-size: 29%; /* scales with viewport width; ratio of 29% is derived from design sketch */
	}
}

.container {
	float: left;
	width: 100%;
}

.wrapped {
	position: relative;
	width: 980px;
	float: left;
}

.current-user-login-information {
	float: right;
	margin-right: 20px;
	padding: 2px 10px;
	background-color: #eee;
	border: 1px solid #bbb;
	border-top-width: 0;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
  	-webkit-border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
     border-bottom-left-radius: 4px;
     color: #333; 
}

.current-user-login-information .user-name {
	font-weight: bold;
}

.peekaboo {
	position: absolute;
	top: -9999em;
	left: -9999em;
	margin-bottom: 22px;	
}

.peekaboo .logo-for-print {
	display: none;
}

/* breadcrumbs sind unsichtbar, aber f�r screenreader etc. im html vorhanden */
.breadcrumbs ol {
 	list-style-type: none;
 	margin-top: 10px;
 	margin-left: 0;
}

.breadcrumbs li {
	display: inline;
	margin-right: 10px;
}

.breadcrumbs .divider {
	padding-right: 10px;
}

.breadcrumbs span.a {
	font-weight: bold;
}

.site-navigation-top {
	background: rgba(255,255,255,0.8);
	position: relative;
	z-index: 189;
	margin-top: 15px;
	margin-bottom: 22px;
	float: left;
	width: 100%;
	min-width: 980px;	
}

.site-body {
	margin-bottom: 44px;
}

.sy-title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 199;
}

.wayfinder {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 12px; 
	line-height: 1.8333;
	color: #333;
	text-shadow: 1px 1px #fff;
	border-bottom: 1px solid #fff;
}

.wayfinder p {
	margin: 0;
}

.wayfinder-location {
	font-size: 1.3333em;
	line-height: 1.2222;
	padding: 2px 10px 0.6667em;
	border-bottom: 1px solid #ccc;
}

.toolbar {
	margin: 0 10px 24px;
}

.site-navigation-sub {
	padding-top: 22px;
}

.site-content {
	width: 540px;
	margin-right: 10px;
	margin-bottom: 22px;
	float: left;
}

.site-content .author-information {
	clear: left;
	padding-top: 1em;
	margin: 0 20px;
}

.site-marginalia {
	width: 200px;
	float: left;
	margin-top: 22px;
	padding: 0 10px;
}

.site-marginalia .module {
	clear: both;
	margin-bottom: 22px;
}

.site-marginalia .module h3 {
	margin-bottom: 11px; 	/* 11px */
}

.site-marginalia .user-tools {
	border-bottom: 1px solid #fff;
}

.print-page {
	display: block;
	padding: 2px 0 33px 30px;
	border-bottom: 1px solid #ccc;
	background: url(../img/icons/icon-printer.png) no-repeat left top;
}

.site-marginalia .notification-toggle .notify {
	float: left;
	margin-right: 10px;
}


/* Spezielle Styles */

#googlemap {
	height: 300px;
	margin-bottom: 33px;
	overflow: hidden;
	width: 100%;
}
