@charset "UTF-8";
/*
 * Main CSS File for Wordpress Theme FAU
 */

.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
}

.grid-item {
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	/* background-color: #E3E3E3; */
}

.grid-image {
	width: 250px;
	margin-top: 10px;
}

.clear {
	clear: both;
}

.clearfix, .accordion .accordion-group .accordion-body .accordion-inner {
	*zoom: 1;
}

.clearfix:before, .accordion .accordion-group .accordion-body .accordion-inner:before,
.clearfix:after,
.accordion .accordion-group .accordion-body .accordion-inner:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after, .accordion .accordion-group .accordion-body .accordion-inner:after {
	clear: both;
}	

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:hover,
a:active {
	outline: 0;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
	max-width: none;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button,
input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

body {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	background-color: #ffffff;
}

a {
	color: #0088cc;
	text-decoration: none;
}

align,
a:focus {
	color: #005580;
	text-decoration: underline;
}

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.row {
	margin-left: -20px;
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}

.container {
	width: 950px;
}

.span12 { width: 940px; }
.span11 { width: 860px; }
.span10 { width: 780px; }
.span9  { width: 700px; }
.span8  { width: 620px; }
.span7  { width: 540px; }
.span6  { width: 460px; }
.span5  { width: 380px; }
.span4  { width: 300px; }
.span3  { width: 220px; }
.span2  { width: 140px; }
.span1  { width: 60px;  }

.offset12 { margin-left: 980px; }
.offset11 { margin-left: 900px; }
.offset10 { margin-left: 820px; }
.offset9  { margin-left: 740px; }
.offset8  { margin-left: 660px; }
.offset7  { margin-left: 580px; }
.offset6  { margin-left: 500px; }
.offset5  { margin-left: 420px; }
.offset4  { margin-left: 340px; }
.offset3  { margin-left: 260px; }
.offset2  { margin-left: 180px; }
.offset1  { margin-left: 100px; }

.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1; }

.container:before,
.container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}

p {
	margin: 10px 0 5px 0;
	color: #444;
	font-size: 14px;
	line-height: 22px;
}

small {
	font-size: 85%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

cite {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0 20px 0;
	font-family: inherit;
	font-weight: normal;
	line-height: 20px;
	text-rendering: optimizelegibility;
	color: #5d7723;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
}

h1,
h2,
h3 {
	line-height: 34px;
}

h1 {
	font-weight: bold;
	font-size: 32px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}

h5 {
	font-size: 15px;
	font-weight: bold;
}

h6 {
	font-size: 15px;
}

h1 small {
	font-size: 24.5px;
}

h2 small {
	font-size: 17.5px;
}

h3 small {
	font-size: 14px;
}

h4 small {
	font-size: 14px;
}

ul,
ol {
	padding: 0;
	margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

li {
	line-height: 20px;
}

dl {
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 10px;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #eeeeee;
}

blockquote p {
	margin-bottom: 0;
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.25;
}

blockquote small {
	display: block;
	line-height: 20px;
	color: #999999;
}

blockquote small:before {
	content: '\2014 \00A0';
}

blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}

blockquote.pull-right small:before {
	content: '';
}

blockquote.pull-right small:after {
	content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
}

code,
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	color: #d14;
	white-space: nowrap;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre.prettyprint {
	margin-bottom: 20px;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

form {
	margin: 0 0 20px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

legend small {
	font-size: 15px;
	color: #999999;
}

label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

label {
	display: block;
	margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input,
textarea {
	width: 206px;
}

textarea {
	height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

select,
input[type="file"] {
	height: 30px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */
	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
	line-height: 30px;
}

select {
	width: 220px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

select[multiple],
select[size] {
	height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}

input,
textarea {
	margin-left: 0;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

table td[class*="span"],
table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}

.accordion {
	margin-bottom: 20px;
}

.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion-heading {
	border-bottom: 0;
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

@media (min-width: 767px) and (max-width: 979px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}

	.row:before,
	.row:after {
		display: table;
		line-height: 0;
		content: "";
	}

	.row:after {
		clear: both;
	}

	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}

	.container { width: 724px; }

	.span12 { width: 724px; }
	.span11 { width: 662px; }
	.span10 { width: 600px; }
	.span9  { width: 538px; }
	.span8  { width: 476px; }
	.span7  { width: 414px; }
	.span6  { width: 352px; }
	.span5  { width: 290px; }
	.span4  { width: 228px; }
	.span3  { width: 166px; }
	.span2  { width: 104px; }
	.span1  { width: 42px;  }
	
	.span-sm-4 {
		width: 220px;
	}
	
	.span-sm-8, .span-sm-8 .span9 {
		width: 484px;
	}

	.offset12 { margin-left: 764px; }
	.offset11 { margin-left: 702px; }
	.offset10 { margin-left: 640px; }
	.offset9  { margin-left: 578px; }
	.offset8  { margin-left: 516px; }
	.offset7  { margin-left: 454px; }
	.offset6  { margin-left: 392px; }
	.offset5  { margin-left: 330px; }
	.offset4  { margin-left: 268px; }
	.offset3  { margin-left: 206px; }
	.offset2  { margin-left: 144px; }
	.offset1  { margin-left: 82px;  }

	input,
	textarea { margin-left: 0; }
}
	
@media (max-width: 767px) {
	body {
		padding-right: 20px;
		padding-left: 20px;
	}

	.container {
		width: auto;
	}

	.row {
		margin-left: 0;
	}

	[class*="span"],
	.span-sm-4,
	.span-sm-8,
	.span-sm-8 .span9 {
		margin-left: 0;
		float: none;
		width: auto;
	}
}

@media (max-width: 767px) {
	input[type="checkbox"],
	input[type="radio"] {
		border: 1px solid #ccc;
	}
}

@media (max-width: 979px) {
	body { padding-top: 0; }
}
/*
* optional grid-Framework, compiled from bootstrap sass 
*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1  { width: 8.33333%;	}
.col-xs-2  { width: 16.66667%;	}
.col-xs-3  { width: 25%;		}
.col-xs-4  { width: 33.33333%;	}
.col-xs-5  { width: 41.66667%;	}
.col-xs-6  { width: 50%;		}
.col-xs-7  { width: 58.33333%;	}
.col-xs-8  { width: 66.66667%;	}
.col-xs-9  { width: 75%;		}
.col-xs-10 { width: 83.33333%;	}
.col-xs-11 { width: 91.66667%;	}
.col-xs-12 { width: 100%;		}

.col-xs-pull-0  { right: auto;		}
.col-xs-pull-1  { right: 8.33333%;	}
.col-xs-pull-2  { right: 16.66667%;	}
.col-xs-pull-3  { right: 25%;		}
.col-xs-pull-4  { right: 33.33333%;	}
.col-xs-pull-5  { right: 41.66667%;	}
.col-xs-pull-6  { right: 50%;		}
.col-xs-pull-7  { right: 58.33333%;	}
.col-xs-pull-8  { right: 66.66667%;	}
.col-xs-pull-9  { right: 75%;		}
.col-xs-pull-10 { right: 83.33333%;	}
.col-xs-pull-11 { right: 91.66667%;	}
.col-xs-pull-12 { right: 100%;		}

.col-xs-push-0  { left: auto;		}
.col-xs-push-1  { left: 8.33333%;	}
.col-xs-push-2  { left: 16.66667%;	}
.col-xs-push-3  { left: 25%;		}
.col-xs-push-4  { left: 33.33333%;	}
.col-xs-push-5  { left: 41.66667%;	}
.col-xs-push-6  { left: 50%;		}
.col-xs-push-7  { left: 58.33333%;	}
.col-xs-push-8  { left: 66.66667%;	}
.col-xs-push-9  { left: 75%;		}
.col-xs-push-10 { left: 83.33333%;	}
.col-xs-push-11 { left: 91.66667%;	}
.col-xs-push-12 { left: 100%;		}

.col-xs-offset-0  { margin-left: 0%;		}
.col-xs-offset-1  { margin-left: 8.33333%;	}
.col-xs-offset-2  { margin-left: 16.66667%;	}
.col-xs-offset-3  { margin-left: 25%;		}
.col-xs-offset-4  { margin-left: 33.33333%;	}
.col-xs-offset-5  { margin-left: 41.66667%;	}
.col-xs-offset-6  { margin-left: 50%;		}
.col-xs-offset-7  { margin-left: 58.33333%;	}
.col-xs-offset-8  { margin-left: 66.66667%;	}
.col-xs-offset-9  { margin-left: 75%;		}
.col-xs-offset-10 { margin-left: 83.33333%;	}
.col-xs-offset-11 { margin-left: 91.66667%;	}
.col-xs-offset-12 { margin-left: 100%;		}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-1  { width: 8.33333%;	}
	.col-sm-2  { width: 16.66667%;	}
	.col-sm-3  { width: 25%;		}
	.col-sm-4  { width: 33.33333%;	}
	.col-sm-5  { width: 41.66667%;	}
	.col-sm-6  { width: 50%;		}
	.col-sm-7  { width: 58.33333%;	}
	.col-sm-8  { width: 66.66667%;	}
	.col-sm-9  { width: 75%;		}
	.col-sm-10 { width: 83.33333%;	}
	.col-sm-11 { width: 91.66667%;	}
	.col-sm-12 { width: 100%;		}

	.col-sm-pull-0  { right: auto;		}
	.col-sm-pull-1  { right: 8.33333%;	}
	.col-sm-pull-2  { right: 16.66667%;	}
	.col-sm-pull-3  { right: 25%;		}
	.col-sm-pull-4  { right: 33.33333%;	}
	.col-sm-pull-5  { right: 41.66667%;	}
	.col-sm-pull-6  { right: 50%;		}
	.col-sm-pull-7  { right: 58.33333%;	}
	.col-sm-pull-8  { right: 66.66667%;	}
	.col-sm-pull-9  { right: 75%;		}
	.col-sm-pull-10 { right: 83.33333%;	}
	.col-sm-pull-11 { right: 91.66667%;	}
	.col-sm-pull-12 { right: 100%;		}

	.col-sm-push-0  { left: auto;		}
	.col-sm-push-1  { left: 8.33333%;	}
	.col-sm-push-2  { left: 16.66667%;	}
	.col-sm-push-3  { left: 25%;		}
	.col-sm-push-4  { left: 33.33333%;	}
	.col-sm-push-5  { left: 41.66667%;	}
	.col-sm-push-6  { left: 50%;		}
	.col-sm-push-7  { left: 58.33333%;	}
	.col-sm-push-8  { left: 66.66667%;	}
	.col-sm-push-9  { left: 75%;		}
	.col-sm-push-10 { left: 83.33333%;	}
	.col-sm-push-11 { left: 91.66667%;	}
	.col-sm-push-12 { left: 100%;		}

	.col-sm-offset-0  { margin-left: 0%;		}
	.col-sm-offset-1  { margin-left: 8.33333%;	}
	.col-sm-offset-2  { margin-left: 16.66667%;	}
	.col-sm-offset-3  { margin-left: 25%;		}
	.col-sm-offset-4  { margin-left: 33.33333%;	}
	.col-sm-offset-5  { margin-left: 41.66667%;	}
	.col-sm-offset-6  { margin-left: 50%;		}
	.col-sm-offset-7  { margin-left: 58.33333%;	}
	.col-sm-offset-8  { margin-left: 66.66667%;	}
	.col-sm-offset-9  { margin-left: 75%;		}
	.col-sm-offset-10 { margin-left: 83.33333%;	}
	.col-sm-offset-11 { margin-left: 91.66667%;	}
	.col-sm-offset-12 { margin-left: 100%;		}
}
@media (min-width: 979px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-1  { width: 8.33333%;	}
	.col-md-2  { width: 16.66667%;	}
	.col-md-3  { width: 25%;		}
	.col-md-4  { width: 33.33333%;	}
	.col-md-5  { width: 41.66667%;	}
	.col-md-6  { width: 50%;		}
	.col-md-7  { width: 58.33333%;	}
	.col-md-8  { width: 66.66667%;	}
	.col-md-9  { width: 75%;		}
	.col-md-10 { width: 83.33333%;	}
	.col-md-11 { width: 91.66667%;	}
	.col-md-12 { width: 100%;		}

	.col-md-pull-0  { right: auto;		}
	.col-md-pull-1  { right: 8.33333%;	}
	.col-md-pull-2  { right: 16.66667%;	}
	.col-md-pull-3  { right: 25%;		}
	.col-md-pull-4  { right: 33.33333%;	}
	.col-md-pull-5  { right: 41.66667%;	}
	.col-md-pull-6  { right: 50%;		}
	.col-md-pull-7  { right: 58.33333%;	}
	.col-md-pull-8  { right: 66.66667%;	}
	.col-md-pull-9  { right: 75%;		}
	.col-md-pull-10 { right: 83.33333%;	}
	.col-md-pull-11 { right: 91.66667%;	}
	.col-md-pull-12 { right: 100%;		}

	.col-md-push-0  { left: auto;		}
	.col-md-push-1  { left: 8.33333%;	}
	.col-md-push-2  { left: 16.66667%;	}
	.col-md-push-3  { left: 25%;		}
	.col-md-push-4  { left: 33.33333%;	}
	.col-md-push-5  { left: 41.66667%;	}
	.col-md-push-6  { left: 50%;		}
	.col-md-push-7  { left: 58.33333%;	}
	.col-md-push-8  { left: 66.66667%;	}
	.col-md-push-9  { left: 75%;		}
	.col-md-push-10 { left: 83.33333%;	}
	.col-md-push-11 { left: 91.66667%;	}
	.col-md-push-12 { left: 100%;		}

	.col-md-offset-0  { margin-left: 0%;		}
	.col-md-offset-1  { margin-left: 8.33333%;	}
	.col-md-offset-2  { margin-left: 16.66667%;	}
	.col-md-offset-3  { margin-left: 25%;		}
	.col-md-offset-4  { margin-left: 33.33333%;	}
	.col-md-offset-5  { margin-left: 41.66667%;	}
	.col-md-offset-6  { margin-left: 50%;		}
	.col-md-offset-7  { margin-left: 58.33333%;	}
	.col-md-offset-8  { margin-left: 66.66667%;	}
	.col-md-offset-9  { margin-left: 75%;		}
	.col-md-offset-10 { margin-left: 83.33333%;	}
	.col-md-offset-11 { margin-left: 91.66667%;	}
	.col-md-offset-12 { margin-left: 100%;		}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-1			{ width: 8.33333%;			}
	.col-lg-2			{ width: 16.66667%;			}
	.col-lg-3			{ width: 25%;				}
	.col-lg-4			{ width: 33.33333%;			}
	.col-lg-5			{ width: 41.66667%;			}
	.col-lg-6			{ width: 50%;				}
	.col-lg-7			{ width: 58.33333%;			}
	.col-lg-8			{ width: 66.66667%;			}
	.col-lg-9			{ width: 75%;				}
	.col-lg-10			{ width: 83.33333%;			}
	.col-lg-11			{ width: 91.66667%;			}
	.col-lg-12			{ width: 100%;				}

	.col-lg-pull-0		{ right: auto;				}
	.col-lg-pull-1		{ right: 8.33333%;			}
	.col-lg-pull-2		{ right: 16.66667%;			}
	.col-lg-pull-3		{ right: 25%;				}
	.col-lg-pull-4		{ right: 33.33333%;			}
	.col-lg-pull-5		{ right: 41.66667%;			}
	.col-lg-pull-6		{ right: 50%;				}
	.col-lg-pull-7		{ right: 58.33333%;			}
	.col-lg-pull-8		{ right: 66.66667%;			}
	.col-lg-pull-9		{ right: 75%;				}
	.col-lg-pull-10		{ right: 83.33333%;			}
	.col-lg-pull-11		{ right: 91.66667%;			}
	.col-lg-pull-12		{ right: 100%;				}

	.col-lg-push-0		{ left: auto;				}
	.col-lg-push-1		{ left: 8.33333%;			}
	.col-lg-push-2		{ left: 16.66667%;			}
	.col-lg-push-3		{ left: 25%;				}
	.col-lg-push-4		{ left: 33.33333%;			}
	.col-lg-push-5		{ left: 41.66667%;			}
	.col-lg-push-6		{ left: 50%;				}
	.col-lg-push-7		{ left: 58.33333%;			}
	.col-lg-push-8		{ left: 66.66667%;			}
	.col-lg-push-9		{ left: 75%;				}
	.col-lg-push-10		{ left: 83.33333%;			}
	.col-lg-push-11		{ left: 91.66667%;			}
	.col-lg-push-12		{ left: 100%;				}

	.col-lg-offset-0	{ margin-left: 0%;			}
	.col-lg-offset-1	{ margin-left: 8.33333%;	}
	.col-lg-offset-2	{ margin-left: 16.66667%;	}
	.col-lg-offset-3	{ margin-left: 25%;			}
	.col-lg-offset-4	{ margin-left: 33.33333%;	}
	.col-lg-offset-5	{ margin-left: 41.66667%;	}
	.col-lg-offset-6	{ margin-left: 50%;			}
	.col-lg-offset-7	{ margin-left: 58.33333%;	}
	.col-lg-offset-8	{ margin-left: 66.66667%;	}
	.col-lg-offset-9	{ margin-left: 75%;			}
	.col-lg-offset-10	{ margin-left: 83.33333%;	}
	.col-lg-offset-11	{ margin-left: 91.66667%;	}
	.col-lg-offset-12	{ margin-left: 100%;		}
}
/*
Mixins File for Wordpress Theme FAU
*/
/*
CSS Font File for Wordpress Theme FAU
*/
@font-face {
	font-family: 'roboto';
	src: url("../fonts/roboto/Roboto-Bold-webfont.eot");
	src: url("../fonts/roboto/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold-webfont.svg#robotobold") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'roboto';
	src: url("../fonts/roboto/Roboto-BoldItalic-webfont.eot");
	src: url("../fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-BoldItalic-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-BoldItalic-webfont.svg#robotobold_italic") format("svg");
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'roboto';
	src: url("../fonts/roboto/Roboto-Italic-webfont.eot");
	src: url("../fonts/roboto/Roboto-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Italic-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Italic-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Italic-webfont.svg#robotoitalic") format("svg");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'roboto';
	src: url("../fonts/roboto/Roboto-Regular-webfont.eot");
	src: url("../fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular-webfont.svg#robotoregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto-light';
	src: url("../fonts/roboto/Roboto-Light-webfont.eot");
	src: url("../fonts/roboto/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light-webfont.woff") format("woff"), url("../fonts/roboto/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light-webfont.svg#robotolight") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*!
 *	Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *	License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.6.1");
	src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa, p.notice-hinweis:before, p.hinweis:before, p.notice-attention:before, p.attention:before, p.notice-baustelle:before, p.baustelle:before, p.notice-question:before, p.question:before, p.notice-minus:before, p.minus:before, p.notice-plus:before, p.plus:before, p.notice-tipp:before, p.notice-faubox:before, p.notice-video:before, p.notice-audio:before, p.notice-download:before, #nav li ul li a:before, #nav li.has-sub > a:before, #meta-nav li.has-sub > a:before, #meta-nav li.fauhome:before, #hero .hero-jumplink-content, #hero .hero-navigation li:before, #social ul.social li.social-gplus a:before, #social ul.social li.social-diaspora a:before, #social ul.social li.social-pinterest a:before, #social ul.social li.social-instagram a:before, #social ul.social li.social-facebook a:before, #social ul.social li.social-twitter a:before, #social ul.social li.social-xing a:before, #social ul.social li.social-github a:before, #social ul.social li.social-skype a:before, #social ul.social li.social-tumblr a:before, #social ul.social li.social-delicious a:before, #social ul.social li.social-flickr a:before, #social ul.social li.social-feed a:before, #social ul.social li.social-vimeo a:before, #social ul.social li.social-youtube a:before, #social ul.social li.social-itunes a:before, #social ul.social li.social-wikipedia a:before, .subpages-menu li a.image.ext-link:after, .subpages-menu h3 a.ext-link:after, .subpages-menu ul li:before, .widget li:before, .ausstattung-details .post-meta-categories:before, .ausstattung-details .post-meta-date:before, .ausstattung-details .post-meta-tags:before, .news-details .post-meta-categories:before, .news-details .post-meta-date:before, .news-details .post-meta-tags:before, .news-item .news-meta .news-meta-categories:before, .news-item .news-meta .news-meta-date:before, .search-result .search-meta .post-meta-category:before, .search-result .search-meta .post-meta-date:before, .search-result .search-meta .post-meta-event:before, .search-result .search-meta .post-meta-kontakt:before, .search-result .search-meta .post-meta-defaulttype:before, .search-result .search-meta .post-meta-news:before, .search-result .search-meta .post-meta-attachment:before, .search-result .search-meta .download:before, .read-more-arrow, .news-more-links .news-rss:before, .accordion .accordion-group .accordion-heading .accordion-toggle:before, .organigram .toggle-icon, .top-link, .social-share li a:before, .content-person .image-placeholder:before, ul.person-info li.person-info-phone:before, td span.person-info-phone:before, ul.person-info li.person-info-mobile:before, ul.person-info li.person-info-fax:before, ul.person-info li.person-info-email:before, td span.person-info-email:before, ul.person-info li.person-info-www:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg, #social ul.social li.social-pinterest a:before, .news-more-links .news-rss:before, .social-share li a:before {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x, p.notice-hinweis:before, p.hinweis:before, p.notice-attention:before, p.attention:before, p.notice-baustelle:before, p.baustelle:before, p.notice-question:before, p.question:before, p.notice-minus:before, p.minus:before, p.notice-plus:before, p.plus:before, p.notice-tipp:before, p.notice-faubox:before, p.notice-video:before, p.notice-audio:before, p.notice-download:before, #hero .hero-jumplink-content, .top-link {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x, .content-person .image-placeholder:before {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}

.fa-li.fa-lg, #social ul.social li.social-pinterest a.fa-li:before, .news-more-links .fa-li.news-rss:before, .social-share li a.fa-li:before {
	left: -1.85714em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, p.fa-pull-left.notice-hinweis:before, p.fa-pull-left.hinweis:before, p.fa-pull-left.notice-attention:before, p.fa-pull-left.attention:before, p.fa-pull-left.notice-baustelle:before, p.fa-pull-left.baustelle:before, p.fa-pull-left.notice-question:before, p.fa-pull-left.question:before, p.fa-pull-left.notice-minus:before, p.fa-pull-left.minus:before, p.fa-pull-left.notice-plus:before, p.fa-pull-left.plus:before, p.fa-pull-left.notice-tipp:before, p.fa-pull-left.notice-faubox:before, p.fa-pull-left.notice-video:before, p.fa-pull-left.notice-audio:before, p.fa-pull-left.notice-download:before, #nav li ul li a.fa-pull-left:before, #nav li.has-sub > a.fa-pull-left:before, #meta-nav li.has-sub > a.fa-pull-left:before, #meta-nav li.fa-pull-left.fauhome:before, #hero .fa-pull-left.hero-jumplink-content, #hero .hero-navigation li.fa-pull-left:before, #social ul.social li.social-gplus a.fa-pull-left:before, #social ul.social li.social-diaspora a.fa-pull-left:before, #social ul.social li.social-pinterest a.fa-pull-left:before, #social ul.social li.social-instagram a.fa-pull-left:before, #social ul.social li.social-facebook a.fa-pull-left:before, #social ul.social li.social-twitter a.fa-pull-left:before, #social ul.social li.social-xing a.fa-pull-left:before, #social ul.social li.social-github a.fa-pull-left:before, #social ul.social li.social-skype a.fa-pull-left:before, #social ul.social li.social-tumblr a.fa-pull-left:before, #social ul.social li.social-delicious a.fa-pull-left:before, #social ul.social li.social-flickr a.fa-pull-left:before, #social ul.social li.social-feed a.fa-pull-left:before, #social ul.social li.social-vimeo a.fa-pull-left:before, #social ul.social li.social-youtube a.fa-pull-left:before, #social ul.social li.social-itunes a.fa-pull-left:before, #social ul.social li.social-wikipedia a.fa-pull-left:before, .subpages-menu li a.fa-pull-left.image.ext-link:after, .subpages-menu h3 a.fa-pull-left.ext-link:after, .subpages-menu ul li.fa-pull-left:before, .widget li.fa-pull-left:before, .ausstattung-details .fa-pull-left.post-meta-categories:before, .ausstattung-details .fa-pull-left.post-meta-date:before, .ausstattung-details .fa-pull-left.post-meta-tags:before, .news-details .fa-pull-left.post-meta-categories:before, .news-details .fa-pull-left.post-meta-date:before, .news-details .fa-pull-left.post-meta-tags:before, .news-item .news-meta .fa-pull-left.news-meta-categories:before, .news-item .news-meta .fa-pull-left.news-meta-date:before, .search-result .search-meta .fa-pull-left.post-meta-category:before, .search-result .search-meta .fa-pull-left.post-meta-date:before, .search-result .search-meta .fa-pull-left.post-meta-event:before, .search-result .search-meta .fa-pull-left.post-meta-kontakt:before, .search-result .search-meta .fa-pull-left.post-meta-defaulttype:before, .search-result .search-meta .fa-pull-left.post-meta-news:before, .search-result .search-meta .fa-pull-left.post-meta-attachment:before, .search-result .search-meta .fa-pull-left.download:before, .fa-pull-left.read-more-arrow, .news-more-links .fa-pull-left.news-rss:before, .accordion .accordion-group .accordion-heading .fa-pull-left.accordion-toggle:before, .organigram .fa-pull-left.toggle-icon, .fa-pull-left.top-link, .social-share li a.fa-pull-left:before, .content-person .fa-pull-left.image-placeholder:before, ul.person-info li.fa-pull-left.person-info-phone:before, ul.person-info li.fa-pull-left.person-info-mobile:before, ul.person-info li.fa-pull-left.person-info-fax:before, ul.person-info li.fa-pull-left.person-info-email:before, ul.person-info li.fa-pull-left.person-info-www:before {
	margin-right: .3em;
}

.fa.fa-pull-right, p.fa-pull-right.notice-hinweis:before, p.fa-pull-right.hinweis:before, p.fa-pull-right.notice-attention:before, p.fa-pull-right.attention:before, p.fa-pull-right.notice-baustelle:before, p.fa-pull-right.baustelle:before, p.fa-pull-right.notice-question:before, p.fa-pull-right.question:before, p.fa-pull-right.notice-minus:before, p.fa-pull-right.minus:before, p.fa-pull-right.notice-plus:before, p.fa-pull-right.plus:before, p.fa-pull-right.notice-tipp:before, p.fa-pull-right.notice-faubox:before, p.fa-pull-right.notice-video:before, p.fa-pull-right.notice-audio:before, p.fa-pull-right.notice-download:before, #nav li ul li a.fa-pull-right:before, #nav li.has-sub > a.fa-pull-right:before, #meta-nav li.has-sub > a.fa-pull-right:before, #meta-nav li.fa-pull-right.fauhome:before, #hero .fa-pull-right.hero-jumplink-content, #hero .hero-navigation li.fa-pull-right:before, #social ul.social li.social-gplus a.fa-pull-right:before, #social ul.social li.social-diaspora a.fa-pull-right:before, #social ul.social li.social-pinterest a.fa-pull-right:before, #social ul.social li.social-instagram a.fa-pull-right:before, #social ul.social li.social-facebook a.fa-pull-right:before, #social ul.social li.social-twitter a.fa-pull-right:before, #social ul.social li.social-xing a.fa-pull-right:before, #social ul.social li.social-github a.fa-pull-right:before, #social ul.social li.social-skype a.fa-pull-right:before, #social ul.social li.social-tumblr a.fa-pull-right:before, #social ul.social li.social-delicious a.fa-pull-right:before, #social ul.social li.social-flickr a.fa-pull-right:before, #social ul.social li.social-feed a.fa-pull-right:before, #social ul.social li.social-vimeo a.fa-pull-right:before, #social ul.social li.social-youtube a.fa-pull-right:before, #social ul.social li.social-itunes a.fa-pull-right:before, #social ul.social li.social-wikipedia a.fa-pull-right:before, .subpages-menu li a.fa-pull-right.image.ext-link:after, .subpages-menu h3 a.fa-pull-right.ext-link:after, .subpages-menu ul li.fa-pull-right:before, .widget li.fa-pull-right:before, .ausstattung-details .fa-pull-right.post-meta-categories:before, .ausstattung-details .fa-pull-right.post-meta-date:before, .ausstattung-details .fa-pull-right.post-meta-tags:before, .news-details .fa-pull-right.post-meta-categories:before, .news-details .fa-pull-right.post-meta-date:before, .news-details .fa-pull-right.post-meta-tags:before, .news-item .news-meta .fa-pull-right.news-meta-categories:before, .news-item .news-meta .fa-pull-right.news-meta-date:before, .search-result .search-meta .fa-pull-right.post-meta-category:before, .search-result .search-meta .fa-pull-right.post-meta-date:before, .search-result .search-meta .fa-pull-right.post-meta-event:before, .search-result .search-meta .fa-pull-right.post-meta-kontakt:before, .search-result .search-meta .fa-pull-right.post-meta-defaulttype:before, .search-result .search-meta .fa-pull-right.post-meta-news:before, .search-result .search-meta .fa-pull-right.post-meta-attachment:before, .search-result .search-meta .fa-pull-right.download:before, .fa-pull-right.read-more-arrow, .news-more-links .fa-pull-right.news-rss:before, .accordion .accordion-group .accordion-heading .fa-pull-right.accordion-toggle:before, .organigram .fa-pull-right.toggle-icon, .fa-pull-right.top-link, .social-share li a.fa-pull-right:before, .content-person .fa-pull-right.image-placeholder:before, ul.person-info li.fa-pull-right.person-info-phone:before, ul.person-info li.fa-pull-right.person-info-mobile:before, ul.person-info li.fa-pull-right.person-info-fax:before, ul.person-info li.fa-pull-right.person-info-email:before, ul.person-info li.fa-pull-right.person-info-www:before {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left, p.pull-left.notice-hinweis:before, p.pull-left.hinweis:before, p.pull-left.notice-attention:before, p.pull-left.attention:before, p.pull-left.notice-baustelle:before, p.pull-left.baustelle:before, p.pull-left.notice-question:before, p.pull-left.question:before, p.pull-left.notice-minus:before, p.pull-left.minus:before, p.pull-left.notice-plus:before, p.pull-left.plus:before, p.pull-left.notice-tipp:before, p.pull-left.notice-faubox:before, p.pull-left.notice-video:before, p.pull-left.notice-audio:before, p.pull-left.notice-download:before, #nav li ul li a.pull-left:before, #nav li.has-sub > a.pull-left:before, #meta-nav li.has-sub > a.pull-left:before, #meta-nav li.pull-left.fauhome:before, #hero .pull-left.hero-jumplink-content, #hero .hero-navigation li.pull-left:before, #social ul.social li.social-gplus a.pull-left:before, #social ul.social li.social-diaspora a.pull-left:before, #social ul.social li.social-pinterest a.pull-left:before, #social ul.social li.social-instagram a.pull-left:before, #social ul.social li.social-facebook a.pull-left:before, #social ul.social li.social-twitter a.pull-left:before, #social ul.social li.social-xing a.pull-left:before, #social ul.social li.social-github a.pull-left:before, #social ul.social li.social-skype a.pull-left:before, #social ul.social li.social-tumblr a.pull-left:before, #social ul.social li.social-delicious a.pull-left:before, #social ul.social li.social-flickr a.pull-left:before, #social ul.social li.social-feed a.pull-left:before, #social ul.social li.social-vimeo a.pull-left:before, #social ul.social li.social-youtube a.pull-left:before, #social ul.social li.social-itunes a.pull-left:before, #social ul.social li.social-wikipedia a.pull-left:before, .subpages-menu li a.pull-left.image.ext-link:after, .subpages-menu h3 a.pull-left.ext-link:after, .subpages-menu ul li.pull-left:before, .widget li.pull-left:before, .ausstattung-details .pull-left.post-meta-categories:before, .ausstattung-details .pull-left.post-meta-date:before, .ausstattung-details .pull-left.post-meta-tags:before, .news-details .pull-left.post-meta-categories:before, .news-details .pull-left.post-meta-date:before, .news-details .pull-left.post-meta-tags:before, .news-item .news-meta .pull-left.news-meta-categories:before, .news-item .news-meta .pull-left.news-meta-date:before, .search-result .search-meta .pull-left.post-meta-category:before, .search-result .search-meta .pull-left.post-meta-date:before, .search-result .search-meta .pull-left.post-meta-event:before, .search-result .search-meta .pull-left.post-meta-kontakt:before, .search-result .search-meta .pull-left.post-meta-defaulttype:before, .search-result .search-meta .pull-left.post-meta-news:before, .search-result .search-meta .pull-left.post-meta-attachment:before, .search-result .search-meta .pull-left.download:before, .pull-left.read-more-arrow, .news-more-links .pull-left.news-rss:before, .accordion .accordion-group .accordion-heading .pull-left.accordion-toggle:before, .organigram .pull-left.toggle-icon, .pull-left.top-link, .social-share li a.pull-left:before, .content-person .pull-left.image-placeholder:before, ul.person-info li.pull-left.person-info-phone:before, ul.person-info li.pull-left.person-info-mobile:before, ul.person-info li.pull-left.person-info-fax:before, ul.person-info li.pull-left.person-info-email:before, ul.person-info li.pull-left.person-info-www:before {
	margin-right: .3em;
}

.fa.pull-right, p.pull-right.notice-hinweis:before, p.pull-right.hinweis:before, p.pull-right.notice-attention:before, p.pull-right.attention:before, p.pull-right.notice-baustelle:before, p.pull-right.baustelle:before, p.pull-right.notice-question:before, p.pull-right.question:before, p.pull-right.notice-minus:before, p.pull-right.minus:before, p.pull-right.notice-plus:before, p.pull-right.plus:before, p.pull-right.notice-tipp:before, p.pull-right.notice-faubox:before, p.pull-right.notice-video:before, p.pull-right.notice-audio:before, p.pull-right.notice-download:before, #nav li ul li a.pull-right:before, #nav li.has-sub > a.pull-right:before, #meta-nav li.has-sub > a.pull-right:before, #meta-nav li.pull-right.fauhome:before, #hero .pull-right.hero-jumplink-content, #hero .hero-navigation li.pull-right:before, #social ul.social li.social-gplus a.pull-right:before, #social ul.social li.social-diaspora a.pull-right:before, #social ul.social li.social-pinterest a.pull-right:before, #social ul.social li.social-instagram a.pull-right:before, #social ul.social li.social-facebook a.pull-right:before, #social ul.social li.social-twitter a.pull-right:before, #social ul.social li.social-xing a.pull-right:before, #social ul.social li.social-github a.pull-right:before, #social ul.social li.social-skype a.pull-right:before, #social ul.social li.social-tumblr a.pull-right:before, #social ul.social li.social-delicious a.pull-right:before, #social ul.social li.social-flickr a.pull-right:before, #social ul.social li.social-feed a.pull-right:before, #social ul.social li.social-vimeo a.pull-right:before, #social ul.social li.social-youtube a.pull-right:before, #social ul.social li.social-itunes a.pull-right:before, #social ul.social li.social-wikipedia a.pull-right:before, .subpages-menu li a.pull-right.image.ext-link:after, .subpages-menu h3 a.pull-right.ext-link:after, .subpages-menu ul li.pull-right:before, .widget li.pull-right:before, .ausstattung-details .pull-right.post-meta-categories:before, .ausstattung-details .pull-right.post-meta-date:before, .ausstattung-details .pull-right.post-meta-tags:before, .news-details .pull-right.post-meta-categories:before, .news-details .pull-right.post-meta-date:before, .news-details .pull-right.post-meta-tags:before, .news-item .news-meta .pull-right.news-meta-categories:before, .news-item .news-meta .pull-right.news-meta-date:before, .search-result .search-meta .pull-right.post-meta-category:before, .search-result .search-meta .pull-right.post-meta-date:before, .search-result .search-meta .pull-right.post-meta-event:before, .search-result .search-meta .pull-right.post-meta-kontakt:before, .search-result .search-meta .pull-right.post-meta-defaulttype:before, .search-result .search-meta .pull-right.post-meta-news:before, .search-result .search-meta .pull-right.post-meta-attachment:before, .search-result .search-meta .pull-right.download:before, .pull-right.read-more-arrow, .news-more-links .pull-right.news-rss:before, .accordion .accordion-group .accordion-heading .pull-right.accordion-toggle:before, .organigram .pull-right.toggle-icon, .pull-right.top-link, .social-share li a.pull-right:before, .content-person .pull-right.image-placeholder:before, ul.person-info li.pull-right.person-info-phone:before, ul.person-info li.pull-right.person-info-mobile:before, ul.person-info li.pull-right.person-info-fax:before, ul.person-info li.pull-right.person-info-email:before, ul.person-info li.pull-right.person-info-www:before {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}

.fa-music:before, p.notice-audio:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before, .search-result .search-meta .post-meta-kontakt:before, .content-person .image-placeholder:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before, .fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before, p.notice-download:before, .search-result .search-meta .download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before, .news-item .news-meta .news-meta-categories:before, .search-result .search-meta .post-meta-category:before {
	content: "\f02b";
}

.fa-tags:before, .ausstattung-details .post-meta-tags:before, .news-details .post-meta-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before, .search-result .search-meta .post-meta-defaulttype:before {
	content: "\f02e";
}

.fa-print:before, ul.person-info li.person-info-fax:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before, p.notice-plus:before, p.plus:before {
	content: "\f055";
}

.fa-minus-circle:before, p.notice-minus:before, p.minus:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before, p.notice-question:before, p.question:before {
	content: "\f059";
}

.fa-info-circle:before, ul.person-info li.person-info-www:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before, p.notice-hinweis:before, p.hinweis:before, p.notice-attention:before, p.attention:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before, .ausstattung-details .post-meta-date:before, .news-details .post-meta-date:before, .news-item .news-meta .news-meta-date:before, .search-result .search-meta .post-meta-date:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before, .search-result .search-meta .post-meta-news:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before, .top-link:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before, .social-share li a.btn-social-share-facebook:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before, ul.person-info li.person-info-phone:before, td span.person-info-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before, #social ul.social li.social-twitter a:before, .social-share li a.btn-social-share-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before, #social ul.social li.social-facebook a:before {
	content: "\f09a";
}

.fa-github:before, #social ul.social li.social-github a:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before, p.notice-baustelle:before, p.baustelle:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before, .fa-users:before {
	content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before, #social ul.social li.social-gplus a:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before, #nav li.has-sub > a:before, #meta-nav li.has-sub > a:before, .accordion .accordion-group .accordion-heading .accordion-toggle:before {
	content: "\f0d7";
}

.fa-caret-up:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:hover:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:focus:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before, ul.person-info li.person-info-email:before, td span.person-info-email:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before, p.notice-tipp:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before, p.notice-faubox:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before, .organigram .toggle-icon:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before, .read-more-arrow:hover:before, .read-more-arrow:focus:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before, #nav li ul li a:before, #hero .hero-navigation li:before, .subpages-menu ul li:before, .widget li:before, .read-more-arrow:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before, #hero .hero-jumplink-content:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before, ul.person-info li.person-info-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before, .search-result .search-meta .post-meta-event:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before, #social ul.social li.social-feed a:before, .news-more-links .news-rss:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before, .organigram .active > .toggle-icon:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before, .fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158";
}

.fa-won:before, .fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a";
}

.fa-file:before, .search-result .search-meta .post-meta-attachment:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before, #social ul.social li.social-youtube a:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before, #social ul.social li.social-xing a:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before, p.notice-video:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before, #social ul.social li.social-instagram a:before {
	content: "\f16d";
}

.fa-flickr:before, #social ul.social li.social-flickr a:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before, #social ul.social li.social-tumblr a:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before, #meta-nav li.fauhome:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before, #social ul.social li.social-itunes a:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before, #social ul.social li.social-skype a:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before, .ausstattung-details .post-meta-categories:before, .news-details .post-meta-categories:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before, #social ul.social li.social-vimeo a:before {
	content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before, #social ul.social li.social-delicious a:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before, #social ul.social li.social-pinterest a:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before, #social ul.social li.social-wikipedia a:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before, .fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.span-small {
	width: 90px;
}

#content .container {
	position: relative;
}

.oembed {
	margin: 10px 0 20px 0;
}
#social .oembed {
	margin: 0;
}

#meta .pull-left .ext-link,
#footer .ext-link,
#hero .ext-link,
#nav .ext-link {
	padding-right: 0 !important;
	background-image: none !important;
}

.wp-caption-text {
	font-size: 13px;
	padding: 5px 0 5px 0;
}

.pagination {
	text-align: center;
	padding: 20px 0 10px 0;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

img.alignleft,
div.alignleft {
	float: left;
	clear: both;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.alignright,
div.alignright {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-bottom: 20px;
}

img.aligncenter,
div.aligncenter {
	margin-bottom: 10px;
}

img.aligncenter {
	display: block;
	margin: 0 auto 10px auto;
}

.content-image-cols {
	margin-bottom: 20px;
}

.wp-video {
	width: auto !important;
	max-width: auto !important;
}

.mejs-container {
	width: auto !important;
	background: transparent !important;
}

.mtli_attachment {
	background-position: left center !important;
	display: inline !important;
}

.link-all-videos {
	padding-top: 10px;
}

.unsichtbar, .screen-reader-text, #meta .searchform label, .widget_search .searchform label {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.unsichtbar:focus, .screen-reader-text:focus, #meta .searchform label:focus, .widget_search .searchform label:focus {
	position: relative;
	left: 0;
	width: auto;
	height: auto;
	overflow: auto;
}

.hide-desktop {
	display: none;
}

.hidden {
	display: none;
}

body, html {
	overflow-x: hidden;
}

body {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	color: #444;
}

/* Wrap content in white */
#wrap {
	min-height: 100%;
	margin: 0 auto;
	background: #fff;
}

html, body, textarea, input, button, select {
	font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #5d7723;
}
a:hover, a:focus {
	color: #003E00;
}
p a, li a, table a {
	text-decoration: underline;
}
table a:hover, table a:focus {
	text-decoration: none;
}
#hero a {
	text-decoration: none;
}
#hero a:hover, #hero a:focus {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 0 11px 0;
	font-size: 15px;
	line-height: 22px;
	color: #444;
	font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content p {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#content .textwidget p {
	font-size: 13px;
}
p.searchnotice {
	font-size: 24px;
	line-height: 28px;
	padding: 4px 0 22px 0;
}
p.notice-hinweis, p.hinweis {
	margin: 0;
	padding: 22px 0;
	color: #97C139;
	font-weight: bold;
}
p.notice-hinweis:before, p.hinweis:before {
	padding-right: 8px;
	font-weight: normal;
	vertical-align: -4px;
	min-width: 24px;
}
p.notice-attention, p.attention {
	display: block;
	color: #a71c18;
	padding: 10px 0;
	margin: 20px 0;
	font-weight: bold;
}
p.notice-attention:before, p.attention:before {
	padding-right: 8px;
	font-weight: normal;
	vertical-align: -4px;
	min-width: 24px;
}
p.notice-baustelle, p.baustelle {
	display: block;
	color: #444;
	padding: 10px 0;
	margin: 20px 0;
	font-weight: bold;
}
p.notice-baustelle:before, p.baustelle:before {
	padding-right: 8px;
	font-weight: normal;
	vertical-align: -4px;
	min-width: 24px;
}
p.notice-question, p.question {
	display: block;
	color: #444;
	padding: 10px 0;
	margin: 20px 0;
}
p.notice-question:before, p.question:before {
	color: orange;
	padding-right: 8px;
	font-weight: normal;
	vertical-align: -4px;
	min-width: 24px;
}
p.notice-minus, p.minus {
	display: block;
	color: #444;
	padding: 10px 0;
	margin: 20px 0;
}
p.notice-minus:before, p.minus:before {
	color: red;
	padding-right: 8px;
	font-weight: normal;
	vertical-align: -4px;
	min-width: 24px;
}
p.notice-plus, p.plus {
	display: block;
	color: #444;
	padding: 10px 0;
	margin: 20px 0;
}
p.notice-plus:before, p.plus:before {
	color: green;
	padding-right: 8px;
	font-weight: normal;
	vertical-align: -4px;
	min-width: 24px;
}
p.notice-tipp {
	display: block;
	color: #444;
	padding: 10px 0;
	margin: 20px 0;
	font-weight: bold;
}
p.notice-tipp:before {
	color: orange;
	padding-right: 8px;
	font-weight: normal;
	vertical-align: -4px;
	min-width: 24px;
}
p.notice-faubox {
	display: block;
	color: #444;
	padding: 10px 0;
	margin: 20px 0;
}
p.notice-faubox:before {
	color: #5D7723;
	padding-right: 8px;
	font-weight: normal;
	vertical-align: -4px;
	min-width: 24px;
}
p.notice-video {
	display: block;
	color: #444;
	padding: 10px 0;
	margin: 20px 0;
}
p.notice-video:before {
	color: #5D7723;
	padding-right: 8px;
	font-weight: normal;
	vertical-align: -4px;
	min-width: 24px;
}
p.notice-audio {
	display: block;
	color: #444;
	padding: 10px 0;
	margin: 20px 0;
}
p.notice-audio:before {
	color: #5D7723;
	padding-right: 8px;
	font-weight: normal;
	vertical-align: -4px;
	min-width: 24px;
}
p.notice-download {
	display: block;
	color: #444;
	padding: 10px 0;
	margin: 20px 0;
}
p.notice-download:before {
	color: #5D7723;
	padding-right: 8px;
	font-weight: normal;
	vertical-align: -4px;
	min-width: 24px;
}
#content .span4 .widget p, #content .sidebar-inline .widget p {
	font-size: 13px;
	line-height: 22px;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	padding: 22px 0;
	font-weight: bold;
}
.sidebar-outline h2, .widget h2 {
	padding-bottom: 11px;
}
.sidebar-inline h2 {
	padding-top: 0;
}
.search-sidebar h2 {
	padding-top: 8px;
}
h2.small, .sidebar-inline h2, .search-sidebar h2, .sidebar-outline h2, .widget h2 {
	font-size: 18px;
	line-height: 22px;
}
h2.subtitle {
	font-size: 18px;
	line-height: 22px;
	padding: 20px 0 22px 0;
}
h2.menu-header {
	padding: 11px 15px;
	margin-top: 10px;
	border-top: 1px solid #EBF3D8;
}
.search h2 {
	padding-top: 4px;
}

h3 {
	margin: 0;
	padding: 11px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
h3.abstract {
	padding: 0 0 22px 0;
}
.span h3, .span4 h3, .subpages-menu h3 {
	font-size: 16px;
	font-weight: normal;
}
.sidebar-inline h3, .search-sidebar h3, .sidebar-outline h3, .widget h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	margin: 0;
	padding: 11px 0 11px 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}
.span3 h4, .span4 h4 {
	font-size: 14px;
}

h5 {
	margin: 0;
	padding: 11px 0 11px 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
	font-style: normal;
}

li {
	padding: 3px 0 4px 4px;
	font-size: 15px;
	line-height: 22px;
	color: #444;
}

.sidebar-inline li {
	padding: 3px 0 4px 20px;
}

ul li {
	list-style-type: none;
	background-image: url("../../../uploads/box_rechteck.png");
	background-position: 0 10px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
ul li ul li {
	/* list-style-type: disc; */
}
ul li ul li ul li {
	/* list-style-type: square; */
}

ol li {
	padding-left: 0;
	list-style: decimal;
}
ol li ol li {
	list-style: lower-latin;
}
ol li ol li ol li {
	list-style: upper-roman;
}
ol li ol li ol li ol li {
	list-style: lower-greek;
}
ol li ol li ul li {
	list-style-type: circle;
}
ol li ul li {
	list-style-type: circle;
}

hr {
	position: relative;
	z-index: 10;
	clear: both;
	display: block;
	height: 20px;
	background: #fff;
	border: none;
	outline: none;
	margin: 0 0 40px 0;
}
hr.big, .page-template-page-start hr, .home hr {
	height: 60px;
	margin: 0 0 60px 0;
}
hr::after {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 50px;
	right: 50px;
	z-index: 9;
	-webkit-box-shadow: 0 0 10px #e9edf2;
	-moz-box-shadow: 0 0 10px #e9edf2;
	box-shadow: 0 0 10px #e9edf2;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10;
}
hr::before {
	content: "";
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
}

.page-template-page-start hr::after,
.home hr::after {
	top: 30px;
	-webkit-box-shadow: 0 0 30px #e9edf2;
	-moz-box-shadow: 0 0 30px #e9edf2;
	box-shadow: 0 0 30px #e9edf2;
}

blockquote {
	padding: 0;
	margin: 0;
	border: none;
	font-family: Georgia, serif;
}
blockquote p {
	font-family: Georgia, serif;
}

table {
	border: 0;
	background: transparent;
	border-top: 1px solid #dfe6ec;
	border-bottom: 1px solid #dfe6ec;
	margin: 5px 0 20px 0;
	width: 100%;
}
table tbody, table tr, table th, table td {
	border: 0;
}
table th, table td {
	padding: 7px 10px;
	font-size: 13px;
	line-height: 18px;
}
table th {
	color: #444;
	background: #dfe6ec;
	font-weight: bold;
	border-top: 1px solid #dfe6ec;
	border-bottom: 1px solid #dfe6ec;
	text-align: left;
}
table td {
	border-right: 1px solid #fff;
	color: #444;
}
table td p {
	font-size: 13px;
	line-height: 18px;
}
table tr {
	border-left: 1px solid #e9edf2;
	border-right: 1px solid #e9edf2;
}
table tr:nth-child(odd) td {
	color: #003E00;
	background: #e9edf2;
}
table tr:nth-child(odd) td ul li {
	color: #003E00;
}
table ul li {
	color: #97C139;
	font-size: 13px;
	line-height: 18px;
	background-position: left 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	width: 290px;
	padding: 5px 10px;
}

textarea {
	height: 100px;
}

form {
	border: 1px solid #EBF3D8;
	padding: 20px;
}

label {
	display: block;
	float: left;
	width: 240px;
	text-align: left;
	clear: left;
	padding-top: 5px;
	margin-right: 20px;
}

input[type="submit"] {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 5px 20px;
	box-sizing: content-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #97C139;
	color: #fff;
	font-weight: bold;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background: #003E00;
}
input[type="submit"]:active {
	background: #003E00;
}

/* Logo */
#logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	width: 240px;
	max-height: 85px;
	height: 65px;
	margin: 20px 0 0 0;
	padding: 0;
}
#logo h1 {
	display: table;
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	color: #97C139;
	overflow: hidden;
	height: 65px;
	max-height: 85px;
	padding: 0;
	margin: 0;
}
#logo h1 a, #logo h1 span {
	display: table-cell;
	vertical-align: bottom;
}
#logo h1 a {
	color: #97C139;
}
#logo h1 a:hover, #logo h1 a:focus {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #005800;
	color: white;
}
#logo img {
	max-height: 85px;
	max-width: 300px;
	height: 65px;
	width: auto;
	padding: 0;
	display: table-cell;
	vertical-align: bottom;
}
#logo img:hover, #logo img:focus {
	background-color: white;
	color: #97C139;
}

.header-menu {
	width: 710px;
	float: left;
	margin-left: 0;
}

/* Primary Navigation */
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	margin: 50px 0 0 0;
}
#nav:before {
	display: none;
}
#nav .nav-flyout {
	display: none;
	position: absolute;
	z-index: 30;
	top: 85px;
	left: 0;
	right: 0;
	background: #5d7723;
	padding: 20px 0;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: block;
	float: left;
}
#nav li:before {
	display: none;
}
#nav li a {
	display: block;
	float: left;
	font-weight: bold;
	color: #5d7723;
	text-decoration: none;
	padding: 10px;
	font-size: 17px;
	line-height: 17px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 10px 0;
}
#nav li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	margin: 0 0 15px 0;
}
#nav li ul:before {
	display: none;
}
#nav li ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	float: none;
	background: none;
}
#nav li ul li:before {
	display: none;
}
#nav li ul li a {
	float: none;
	margin: 0;
	font-weight: normal;
	font-size: 15px;
	display: table;
	padding: 7px 20px 7px 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid #003E00;
	width: calc(100% - 20px);
}
#nav li ul li a:before {
	font-weight: bold;
	display: table-cell;
	color: #fff;
	width: 20px;
}
#nav li ul li a:hover,
#nav li ul li a:focus {
	text-decoration: none;
	background-color: #003E00 !important;
}
#nav li .nav-flyout a.button-portal {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #003E00 !important;
	padding: 13px 20px;
	font-size: 18px;
	line-height: 18px;
}
#nav li .nav-flyout a.button-portal:hover, #nav li .nav-flyout a.button-portal:focus {
	background: #005800 !important;
}
#nav li .nav-flyout a:hover,
#nav li .nav-flyout a:focus {
	text-decoration: none;
	background-color: #003E00;
}
#nav li.has-sub > a {
	padding-bottom: 10px;
	padding-right: 30px;
	margin-bottom: 10px;
	position: relative;
}
#nav li.has-sub > a:before {
	position: absolute;
	top: 11px;
	right: 11px;
}
#nav .introtext p {
	color: #fff;
	line-height: 24px;
	padding: 0;
	margin: 0;
	opacity: 0.7;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
}
#nav .introtext blockquote {
	padding: 20px;
	min-height: 40px;
	font-style: italic;
}
#nav .introtext blockquote p.quote:before {
	content: '';
	width: 42px;
	height: 37px;
	background: url("../img/quote.png") no-repeat center center;
	display: block;
	float: left;
	margin-right: 20px;
}
#nav .introtext p.author {
	padding: 10px 0;
	text-align: right;
}
#nav p.nav-excerpt {
	color: #EBF3D8;
	font-size: 15px;
	line-height: 24px;
	font-style: normal;
	padding: 0;
	margin: 0;
}

#nav li.level1.focus.has-sub > a,
.no-js #nav li.has-sub > a {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #97C139;
}

#nav li.level1 a.clicked-once,
#nav li.level1.focus.has-sub a,
.no-js #nav li.level1:hover a,
.no-js #nav li.active a,
.no-js #nav li.level1:focus a,
#nav li.level1:hover a,
#nav li.active a,
#nav li.level1:focus a,
#nav li.focus a {
	background-color: #5d7723;
	color: #fff;
}

.no-js #nav li.level1 a.clicked-once,
.no-js #nav li.level1 a:hover,
.no-js #nav li.level1 a:focus {
	background-color: #5d7723;
	color: #fff;
}

#nav li.has-sub a.clicked-once,
#nav li.has-sub a:hover,
#nav li.has-sub a:focus,
#nav li.has-sub.active,
#nav li.has-sub:hover a,
#nav li.has-sub:focus a,
#nav li.has-sub.focus a {
	color: #fff;
}

#nav li.level1:hover .nav-flyout,
#nav li.level1:focus .nav-flyout,
#nav li.focus .nav-flyout {
	display: block;
}

.nav-fixed #header {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 100;
}

.nav-scrolled #header {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Mobile Navigation Toggle Button */
#nav-toggle {
	position: absolute;
	top: 45px;
	right: 15px;
	width: 25px;
	
	/* Menu Button */
	height: 25px;
	background-color: transparent;
	background-image: url("../img/menu-button_25.png");
}
#nav-toggle div {
	height: 3px;
	background: #97C139;
	margin-bottom: 3px;
}

/* Meta */
#meta {
	background: #e9edf2;
}
#meta ::-webkit-input-placeholder {
	color: #fff;
}
#meta :-moz-placeholder {
	color: #fff;
}
#meta ::-moz-placeholder {
	color: #fff;
}
#meta :-ms-input-placeholder {
	color: #fff;
}
#meta .searchform {
	border: none;
	margin: 0;
	padding: 5px 0;
	float: right;
}
#meta .searchform input[type="text"] {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px 35px 5px 35px;
	width: 150px;
	font-size: 13px;
	line-height: 15px;
	float: left;
	background: #003366 url("../img/icon-search.png") no-repeat 10px center;
	border: none;
	outline: none;
	color: #fff;
	height: 20px;
	display: inline-block;
	margin-right: -25px;
	margin-bottom: 0px;
}
#meta .searchform input[type="text"]:focus {
	background-color: #1f4c7a;
}
#meta .searchform input[type="submit"] {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	z-index: 100;
	margin-right: 20px;
	height: 30px;
	padding: 0 12px;
	font-weight: bold;
	border: none;
	outline: none;
	color: #003366;
	background: #fff;
	font-size: 13px;
	line-height: 15px;
	display: inline-block;
}
#meta .searchform input[type="submit"]:hover, #meta .searchform input[type="submit"]:focus {
	background: #e9edf2;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Meta-Navigation */
#meta-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	padding: 0;
	max-width: 650px;
	overflow: hidden;
}
#meta-nav:before {
	display: none;
}
#meta-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 8px;
	background: none;
	position: relative;
}
#meta-nav li:before {
	display: none;
}
#meta-nav li img {
	vertical-align: sub;
	padding: 0;
	margin: 0 2px;
}
#meta-nav li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px 0;
	color: #003366;
	font-size: 13px;
	text-decoration: none;
}
#meta-nav li a:hover {
	text-decoration: underline;
}
#meta-nav li:hover a, #meta-nav li:focus a {
	text-decoration: underline;
}
#meta-nav li.has-sub {
	margin-right: 0;
}
#meta-nav li.has-sub > a {
	padding-right: 25px;
	position: relative;
}
#meta-nav li.has-sub > a:before {
	position: absolute;
	top: 15px;
	right: 11px;
}
#meta-nav li.fauhome {
	padding-right: 5px;
	margin-right: 10px;
}
#meta-nav li.fauhome:before {
	margin-left: 5px;
	margin-right: 5px;
}
#meta-nav li.facultyhome {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: -15px;
}
#meta-nav li.fauhome, #meta-nav li.facultyhome {
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-ms-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}
#meta-nav li.fauhome:hover, #meta-nav li.fauhome:focus,
#meta-nav li.facultyhome:hover, #meta-nav li.facultyhome:focus {
	background: #d4d4d4;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-ms-transition: background 0.1s;
	transition: background 0.1s;
}
#meta-nav ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: none;
	position: absolute;
	top: 35px;
	left: -10px;
	background: #e9edf2;
	width: 180px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#meta-nav ul.sub-menu:before {
	display: none;
}
#meta-nav ul.sub-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: block;
}
#meta-nav ul.sub-menu li:before {
	display: none;
}
#meta-nav ul.sub-menu li a {
	padding: 4px 10px;
	margin: 0;
	display: block;
	text-decoration: none;
	background: none;
}
#meta-nav ul.sub-menu li a:hover, #meta-nav ul.sub-menu li a:focus {
	background: #fff;
	text-decoration: none;
}
#meta-nav li:hover ul.sub-menu,
#meta-nav li.focus ul.sub-menu {
	display: block;
}

/* Hero */
#hero {
	margin-top: 20px;
	padding-bottom: 10px;
	position: relative;
	background: url("../img/siegel-faps.png") no-repeat 95% 280px, #97C139;
	background: url("../img/siegel-faps.png") no-repeat 95% 280px, -moz-radial-gradient(center, ellipse cover, #5d7723 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 280px, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5d7723), color-stop(80%, #97C139));
	background: url("../img/siegel-faps.png") no-repeat 95% 280px, -webkit-radial-gradient(center, ellipse cover, #5d7723 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 280px, -o-radial-gradient(center, ellipse cover, #5d7723 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 280px, -ms-radial-gradient(center, ellipse cover, #5d7723 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 280px, radial-gradient(ellipse at center, #5d7723 0%, #97C139 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	transition: 1s all;
	/* Faculties Menu */
}
#hero ::-webkit-input-placeholder {
	color: #fff;
}
#hero :-moz-placeholder {
	color: #fff;
}
#hero ::-moz-placeholder {
	color: #fff;
}
#hero :-ms-input-placeholder {
	color: #fff;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero p {
	font-weight: normal;
	color: #fff;
	margin: 10px 0;
	padding: 0;
}
#hero h1 {
	position: relative;
	z-index: 10;
	padding-top: 0px;
}
#hero h3.breadcrumb_sitetitle {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: -5px;
	color: #fff;
}
#hero .infobar {
	padding-top: 5px;
}
#hero p.description {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
}
#hero a {
	color: #fff;
}
#hero ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
#hero ul:before {
	display: none;
}
#hero li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 13px;
	padding-left: 20px;
	padding-bottom: 5px;
}
#hero li:before {
	display: none;
}
#hero.hero-small {
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, #97C139;
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, -moz-radial-gradient(center, ellipse cover, #77982D 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #77982D), color-stop(80%, #97C139));
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, -webkit-radial-gradient(center, ellipse cover, #77982D 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, -o-radial-gradient(center, ellipse cover, #77982D 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, -ms-radial-gradient(center, ellipse cover, #77982D 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, radial-gradient(ellipse at center, #77982D 0%, #97C139 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
}
#hero.hero-small h1 {
	padding: 30px 0 10px 0;
}
#hero.hero-banner {
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, #97C139;
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, -moz-radial-gradient(center, ellipse cover, #77982D 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #77982D), color-stop(80%, #97C139));
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, -webkit-radial-gradient(center, ellipse cover, #77982D 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, -o-radial-gradient(center, ellipse cover, #77982D 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, -ms-radial-gradient(center, ellipse cover, #77982D 0%, #97C139 80%);
	background: url("../img/siegel-faps.png") no-repeat 95% 20%, radial-gradient(ellipse at center, #77982D 0%, #97C139 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
	height: 142px;
	margin-bottom: 30px;
	padding: 0;
}
#hero .container {
	position: relative;
}
#hero .hero-meta-portal {
	position: absolute;
	bottom: 23px;
	right: 100px;
	text-align: right;
	color: #b6d571;
	font-size: 60px;
	line-height: 50px;
}
.flyout-toggled #hero {
	opacity: 0.3;
}
#hero .searchform {
	padding: 35px 0 0 0;
	border: none;
}
#hero .searchform ::-webkit-input-placeholder {
	color: #111;
}
#hero .searchform :-moz-placeholder {
	color: #111;
}
#hero .searchform ::-moz-placeholder {
	color: #111;
}
#hero .searchform :-ms-input-placeholder {
	color: #111;
}
#hero .searchform label {
	color: #fff; }
#hero .searchform input[type="text"] {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 10px 10px 40px;
	width: 300px;
	font-size: 15px;
	line-height: 15px;
	float: left;
	margin-right: 10px;
	background: #EBF3D8 url("../img/icon-search.png") no-repeat 15px center;
	border: none;
	outline: none;
	color: #000;
}
#hero .searchform input[type="text"]:focus {
	background-color: #fff;
}
#hero .searchform input[type="submit"] {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: none;
	background: #EBF3D8;
	color: #444;
	font-size: 15px;
	line-height: 15px;
	padding: 0 15px;
	display: inline-block;
	box-sizing: padding-box;
	height: 40px;
	color: #000;
}
#hero .searchform .search-radio-label {
	float: left;
	margin-right: 20px;
}
#hero .searchform .search-radio-label input {
	margin-top: -4px;
	margin-right: 3px;
}
#hero .searchform .filter {
	display: block;
	margin: 10px 20px;
}
#hero .searchform .filter label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	float: none;
	margin: 0 10px 0 5px;
	padding: 0;
	color: #EBF3D8;
}
#hero .searchform .filter input[type="checkbox"] {
	margin: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #bbb;
	box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#hero .searchform .filter .nowrap {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	white-space: nowrap;
}
#hero .hero-jumplink-content {
	position: absolute;
	left: 300px;
	right: 300px;
	bottom: -30;
	display: none;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background: #97C139;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#hero .hero-jumplink-content:hover, #hero .hero-jumplink-content:focus {
	text-decoration: none;
	color: #fff;
	background: #003E00;
}
#hero .banner {
	position: relative;
	top: -20px;
	bottom: -20px;
	margin: 0 auto;
	height: 182px;
	background: #97C139;
	max-width: 1260px;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
#hero .banner .introimg {
	position: relative;
	height: 182px;
}
#hero .banner .introimg img {
	height: auto;
	min-height: 182px;
	max-width: 1260px;
	width: 1260px;
	left: 50%;
	margin-left: -630px;
	position: relative;
	z-index: 5;
	top: 0;
}
#hero .banner .introimg p.credits {
	background: rgba(0, 0, 0, 0.4);
	color: #ddd;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 6;
	margin: 0;
	padding: 1px 4px;
}
#hero .banner .banner-text {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	padding-top: 10px;
}
#hero .banner .banner-text h1, #hero .banner .banner-text h2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #fff;
	background: #97C139;
	margin: 0;
	padding: 5px 7px;
	position: relative;
	z-index: 10;
	max-width: 600px;
}
#hero .banner .banner-text p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #fff;
	background: #97C139;
	padding: 5px 7px;
	margin: 0;
	font-size: 18px;
	max-width: 600px;
}
#hero .hero-navigation li {
	display: table;
	padding-left: 0;
}
#hero .hero-navigation li:before {
	font-weight: bold;
	display: table-cell;
	color: #fff;
	width: 20px;
}
#hero .menu-faculties {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
#hero .menu-faculties:before {
	display: none;
}
#hero .menu-faculties li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 13px;
	min-height: 34px;
	line-height: 34px;
	border-left: 8px solid #fff;
	vertical-align: center;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#hero .menu-faculties li:before {
	display: none;
}
#hero .menu-faculties li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 2px 0 2px 10px;
	line-height: 16px;
	vertical-align: center;
}
#hero .menu-faculties li.phil, #hero .menu-faculties li.philfak {
	border-color: #A36B0D;
}
#hero .menu-faculties li.rw, #hero .menu-faculties li.rwfak {
	border-color: #8d1429;
}
#hero .menu-faculties li.med, #hero .menu-faculties li.medfak {
	border-color: #0381A2;
}
#hero .menu-faculties li.nat, #hero .menu-faculties li.natfak {
	border-color: #048767;
}
#hero .menu-faculties li.tf, #hero .menu-faculties li.techfak {
	border-color: #97C139;
}

/* Hero Slider */
#hero-slides {
	position: relative;
	margin: 0 auto -15px auto;
	height: 350px;
	background: #97C139;
	max-width: 1260px;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
#hero-slides .hero-slide {
	position: relative;
}
#hero-slides .hero-slide img {
	height: 350px;
	max-width: 1260px;
	width: 1260px;
	left: 50%;
	margin-left: -630px;
	position: relative;
	z-index: 5;
	top: 0;
}
#hero-slides .hero-slide h2 {
	color: #fff;
	background: #5d7723;
	display: inline;
	padding: 0 3px;
	margin: 0;
}
#hero-slides .hero-slide p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #fff;
	background: #5d7723;
	padding: 0 3px;
	margin: 4px 0;
	font-size: 18px;
	max-width: 600px;
}
#hero-slides .hero-slide p.credits {
	background: rgba(0, 0, 0, 0.4);
	color: #ddd;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 6;
	margin: 0;
	padding: 1px 4px;
}
#hero-slides .hero-slide-text {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
}

/* Content Area */
#content {
	padding: 20px 0 30px 0;
}
#content .wp-caption {
	max-width: 100%;
}
#content img {
	/* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); */
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
	max-width: 100%;
}
#content img.shadow {
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
#content img.thickborder {
	border: 1px solid black;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#content .logos-menu .logo-item img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#content img.error-siegel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
	display: block;
}
#content blockquote {
	font-style: italic;
	background: url("../img/quote-blue.png") no-repeat left top;
	margin: 10px 50px;
	padding-left: 60px;
	min-height: 50px;
}
#content blockquote p {
	color: #97C139;
}
#content main {
	font-size: 15px;
	line-height: 22px;
	color: #444;
	font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content main .sidebar-inline {
	font-size: 13px;
	line-height: 18px;
}

#comments {
	clear: both;
}
#comments code {
	white-space: normal;
	color: #003E00;
	background-color: #EBF3D8;
}
#comments label {
	float: none;
}
#comments textarea {
	width: 90%;
	max-width: 600px;
}
#comments ul li {
	background: none;
}
#comments .form-allowed-tags {
	opacity: 0.7;
}
#comments h2 {
	padding-bottom: 10px;
}
#comments p.attention {
	margin: 0px;
}
#comments .comment-body {
	border-left: 2px solid #EBF3D8;
	font-style: initial;
	padding: 10px 0 5px 10px;
	opacity: 0.7;
	min-height: 40px;
}
#comments .comment-body p {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	padding: 0;
	margin: 0;
}
#comments .comment-body p.quote:before {
	content: '';
	width: 42px;
	height: 37px;
	background: url("../img/quote.png") no-repeat center center;
	display: block;
	float: left;
	margin-right: 20px;
}
#comments .comment-details {
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;
}

/* Sub-Navigation */
#subnav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
#subnav:before {
	display: none;
}
#subnav ul, #subnav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
#subnav ul:before, #subnav li:before {
	display: none;
}
#subnav a {
	text-decoration: none;
	display: block;
	line-height: 18px;
	font-size: 14px;
	padding: 6px 15px;
	color: #003E00;
	background: #EBF3D8;
	padding-left: 15px;
	padding-right: 15px;
}
#subnav a:hover, #subnav a:focus {
	background-color: #5D7723;
	color: #fff;
}
#subnav ul {
	display: none;
}
#subnav > li {
	border-bottom: 1px solid #fff;
}
#subnav .current_page_item a,
#subnav .current_page_ancestor a {
	color: #fff;
	background-color: #5D7723;
	border: none;
}
#subnav .current_page_item a:hover, #subnav .current_page_item a:focus,
#subnav .current_page_ancestor a:hover,
#subnav .current_page_ancestor a:focus {
	background-color: #003E00;
	color: #fff;
}
#subnav .current_page_item > ul,
#subnav .current_page_ancestor > ul {
	display: block;
}
#subnav .current_page_item > a,
#subnav .current_page_ancestor > a {
	font-weight: bold;
}
#subnav li li a {
	padding-left: 25px;
}
#subnav li li li a {
	padding-left: 35px;
	font-size: 13px;
}
#subnav li li li li a {
	padding-left: 45px;
}
#subnav li li li li a:hover, #subnav li li li li a:focus {
	background: #5D7723;
	color: #003E00;
}
#subnav li .current_page_item a,
#subnav li .current_page_ancestor a {
	background: #5D7723;
}
#subnav li .current_page_item li a:hover, #subnav li .current_page_item li a:focus,
#subnav li .current_page_ancestor li a:hover,
#subnav li .current_page_ancestor li a:focus {
	background: #003E00;
}
#subnav li .current_page_ancestor .current_page_item a {
	background: #003E00;
}
#subnav li li .current_page_ancestor a {
	background: #003E00;
}
#subnav li li li li a,
#subnav li li li li.current_page_item a {
	background: #5D7723;
	color: #fff;
}
#subnav li.protected-page a {
	padding-right: 40px;
	background-image: url("../img/protected-page.png");
	background-repeat: no-repeat;
	background-position: right center;
}

/* Social */
#social {
	background: #e9edf2;
	padding: 20px 0;
	margin-bottom: -30px;
	margin-top: 30px;
}
#social .textwidget,
#social p,
#social h2 {
	color: #003366;
	padding-top: 0;
}
#social a {
	color: #003366;
}
#social a:hover, #social a:focus {
	text-decoration: underline;
	color: #97C139;
}
#social ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	margin: 0 0 10px 0;
}
#social ul.social:before {
	display: none;
}
#social ul.social li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 220px;
	width: 100%;
	background: none;
}
#social ul.social li:before {
	display: none;
}
#social ul.social li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #003366;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	background: none;
}
#social ul.social li a:hover, #social ul.social li a:focus {
	color: #97C139;
	text-decoration: underline;
}
#social ul.social li a:hover:before, #social ul.social li a:focus:before {
	background: #97C139;
}
#social ul.social li a:before {
	background: #003366;
	color: #e9edf2;
	height: 21px;
	width: 24px;
	padding-top: 5px;
	line-height: 24px;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 16px;
	margin-right: 6px;
}
#social ul.social li.social-diaspora a:before {
	content: '*';
	font-size: 20px;
	font-weight: bold;
}
#social ul.social li.social-pinterest a:before {
	line-height: 1.0em;
}
#social ul.social li.social-instagram a:before {
	line-height: 1.0em;
}
#social iframe {
	width: 220px !important;
	height: 160px !important;
}

/* Footer */
#footer {
	background: #97C139;
	color: #444;
	padding: 20px 0;
}
#footer p {
	color: #444;
	font-size: 13px;
	line-height: 18px;
}
#footer a {
	color: #444;
	text-decoration: none;
}
#footer li {
	font-size: 13px;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

/* Footer Navigation */
#footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	text-align: right; 
	float: right;
}
#footer-nav:before {
	display: none;
}
#footer-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
	margin-left: 8px;
	background: none;
}
#footer-nav li:before {
	display: none;
}

/* Jump-Links for keyboard navigation */
.jumplinks {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.jumplinks:before {
	display: none;
}
.jumplinks li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.jumplinks li:before {
	display: none;
}
.jumplinks li a {
	display: block;
	position: fixed;
	z-index: 10000;
	top: 20px;
	left: -1000px;
	padding: 6px 10px;
	background: #fff;
}
.jumplinks li a:hover, .jumplinks li a:focus {
	left: 20px;
}

/* Language switcher */
.mlp_language_box {
	float: right;
	height: 30px;
	margin-top: 5px;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	z-index: 200;
}
.mlp_language_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	z-index: 201;
}
.mlp_language_box ul:before {
	display: none;
}
.mlp_language_box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	background: none;
	display: none;
}
.mlp_language_box ul li:before {
	display: none;
}
.mlp_language_box ul li a {
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	padding: 5px 30px 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.mlp_language_box ul li a img {
	margin-top: -4px;
}
.mlp_language_box ul li a:hover, .mlp_language_box ul li a:focus {
	background-color: #EBF3D8;
}
.mlp_language_box ul li a.ext-link {
	background-image: none;
}
.mlp_language_box ul li.current {
	display: block;
}
.mlp_language_box ul li.current a {
	background-image: url("../img/icon-globe.png");
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 5px;
}
.mlp_language_box ul:hover, .mlp_language_box ul:focus, .mlp_language_box ul.focus {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.mlp_language_box ul:hover li, .mlp_language_box ul:focus li, .mlp_language_box ul.focus li {
	display: block;
}
.mlp_language_box ul:hover li a, .mlp_language_box ul:focus li a, .mlp_language_box ul.focus li a {
	background-color: #fff;
}
.mlp_language_box h2 {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Subpages / Portal Menu */
.subpages-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	margin: 20px 0 20px -20px;
}
.subpages-menu:before {
	display: none;
}
.subpages-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	background-image: none;
	margin-bottom: 20px;
	padding-left: 20px;
}
.subpages-menu li:before {
	display: none;
}
.subpages-menu li a.image {
	text-decoration: none;
	width: 220px;
	height: 110px;
	display: inline-block;
}
.subpages-menu li a.image img {
	position: relative;
	bottom: 0;
}
.subpages-menu li a.image.ext-link:after {
	content: "\f08e";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 20px;
	width: 20px;
	background: #97C139;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
	font-weight: bolder;
	text-align: right;
	padding: 0 2px 0 0;
}
.subpages-menu h3 {
	padding: 10px 15px 10px 0;
	font-weight: bold;
}
.subpages-menu h3 a {
	text-decoration: none;
}
.subpages-menu h3 a:hover, .subpages-menu h3 a:focus {
	text-decoration: underline;
}
.subpages-menu h3 a.ext-link:after {
	content: "\f08e";
	margin-left: 5px;
	margin-top: 3px;
	font-size: 10px;
	color: #444;
	vertical-align: top;
}
.subpages-menu .menu-item {
	position: relative;
}
.subpages-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.subpages-menu ul:before {
	display: none;
}
.subpages-menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	background: none;
	display: table;
	border-bottom: 1px solid #EBF3D8;
	width: 100%;
}
.subpages-menu ul li:before {
	display: none;
}
.subpages-menu ul li:before {
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	color: #003366;
	width: 5px;
}
.subpages-menu ul a {
	text-decoration: none;
	display: table-cell;
	padding: 5px 12px;
	font-size: 13px;
	line-height: 16px;
}
.subpages-menu ul a:hover, .subpages-menu ul a:focus {
	text-decoration: none;
	background-color: #EBF3D8;
}
.subpages-menu .subpage-item:focus h3 {
	background-color: #EBF3D8;
}

.page-template-page-subnav #content .span8 img.alignleft, .page-template-page-subnav #content .span8 img.alignright, .page-template-page-subnav #content .span8 img.size-full {
	vertical-align: top;
	overflow: hide;
}
.page-template-page-subnav #content .span8 img.size-full {
	clear: both;
}
.page-template-page-subnav #content .span8 div.alignleft,
.page-template-page-subnav #content .span8 img.alignleft {
	clear: none;
}

/* Breadcrumb */
.breadcrumbs {
	color: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 10;
}
.breadcrumbs span {
	padding: 0 5px;
}

/* Search Forms in Content */
.searchform-content {
	border: none;
	padding-top: 40px;
}
.searchform-content ::-webkit-input-placeholder {
	color: #111;
}
.searchform-content :-moz-placeholder {
	color: #111;
}
.searchform-content ::-moz-placeholder {
	color: #111;
}
.searchform-content :-ms-input-placeholder {
	color: #111;
}
.searchform-content h3 {
	font-weight: normal;
}
.searchform-content input[type="text"] {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 10px 10px 40px;
	width: 200px;
	font-size: 15px;
	line-height: 15px;
	float: left;
	margin-right: 10px;
	background: #EBF3D8 url("../img/icon-search.png") no-repeat 15px center;
	border: none;
	outline: none;
	color: #000;
}
.searchform-content input[type="text"]:focus {
	background-color: #fff;
}

/* All Widgets */
.widget {
	margin-bottom: 7px;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget ul ul {
	margin: 0 0 10px 5px;
}
.widget li {
	padding: 0 0 0 5px;
	font-size: 13px;
	line-height: 20px;
	list-style-type: none;
	padding-bottom: 3px;
	display: table-row;
}
.widget li a {
	text-decoration: none;
}
.widget li a:hover, .widget li a:focus {
	text-decoration: underline;
}
.widget li:before {
	font-weight: bold;
	color: #003366;
	width: 15px;
	display: table-cell;
}

.FAUVideoWidget li {
	background: url("../img/list-arrow-blue.png") no-repeat scroll left 4px transparent;
	font-size: 13px;
	line-height: 20px;
}

/* Widget: RSS */
.widget_rss ul,
.rss-shortcode ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.widget_rss ul:before,
.rss-shortcode ul:before {
	display: none;
}
.widget_rss ul li,
.rss-shortcode ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	padding: 5px 0;
	background: none;
	line-height: 18px;
}
.widget_rss ul li:before,
.rss-shortcode ul li:before {
	display: none;
}
.widget_rss ul li a,
.rss-shortcode ul li a {
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
}
.widget_rss ul li > a,
.rss-shortcode ul li > a {
	font-weight: bold;
	font-size: 15px;
}
.widget_rss ul li a:hover, .widget_rss ul li a:focus,
.rss-shortcode ul li a:hover,
.rss-shortcode ul li a:focus {
	text-decoration: underline;
}
.widget_rss .rss-date,
.rss-shortcode .rss-date {
	display: block;
	font-size: 13px;
	padding: 5px 0;
}
.widget_rss .rssSummary,
.widget_rss .rss-description,
.rss-shortcode .rssSummary,
.rss-shortcode .rss-description {
	padding: 5px 0;
	font-size: 13px;
	line-height: 18px;
	color: #444;
}
.widget_rss h4,
.rss-shortcode h4 {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	padding: 20px 0 20px 0;
}
.widget_rss cite,
.rss-shortcode cite {
	color: #888;
}

/* Widget: Search */
.widget_search .searchform {
	padding: 20px 10px;
}
.widget_search input[type="text"] {
	width: 80%;
	max-width: 160px;
	margin: 0 10px 0 0;
	font-size: 14px;
}
.widget_search input[type="submit"] {
	padding: 2px 15px;
}

/* Widget: Categories */
.widget_categories ul, .widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.widget_categories ul:before, .widget_nav_menu ul:before {
	display: none;
}
.widget_categories ul li, .widget_nav_menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: block;
	background-color: #EBF3D8;
	color: #003366;
	border-bottom: 1px solid #fff;
	line-height: 18px;
	padding: 6px 0px 6px 15px;
}
.widget_categories ul li:before, .widget_nav_menu ul li:before {
	display: none;
}
.widget_categories ul li a, .widget_nav_menu ul li a {
	text-decoration: none;
	line-height: 18px;
	padding: 6px 0;
}
.widget_categories ul li a:hover, .widget_nav_menu ul li a:hover, .widget_categories ul li a:focus, .widget_nav_menu ul li a:focus {
	text-decoration: underline;
}
.widget_categories ul li li, .widget_nav_menu ul li li {
	border-bottom: none;
	background-color: #e5efcc;
	padding: 10px 0 10px 10px;
}
.widget_categories ul li li li, .widget_nav_menu ul li li li {
	background-color: #dfecc1;
}
.widget_categories ul li.tf, .widget_nav_menu ul li.tf, .widget_categories ul li.techfak, .widget_nav_menu ul li.techfak {
	background-color: #97C139;
}
.widget_categories ul li.tf a, .widget_nav_menu ul li.tf a, .widget_categories ul li.techfak a, .widget_nav_menu ul li.techfak a {
	color: #fff;
}
.widget_categories ul li.rw, .widget_nav_menu ul li.rw, .widget_categories ul li.rwfak, .widget_nav_menu ul li.rwfak {
	background-color: #8d1429;
}
.widget_categories ul li.rw a, .widget_nav_menu ul li.rw a, .widget_categories ul li.rwfak a, .widget_nav_menu ul li.rwfak a {
	color: #fff;
}
.widget_categories ul li.med, .widget_nav_menu ul li.med, .widget_categories ul li.medfak, .widget_nav_menu ul li.medfak {
	background-color: #0381A2;
}
.widget_categories ul li.med a, .widget_nav_menu ul li.med a, .widget_categories ul li.medfak a, .widget_nav_menu ul li.medfak a {
	color: #fff;
}
.widget_categories ul li.nat, .widget_nav_menu ul li.nat, .widget_categories ul li.natfak, .widget_nav_menu ul li.natfak {
	background-color: #048767;
}
.widget_categories ul li.nat a, .widget_nav_menu ul li.nat a, .widget_categories ul li.natfak a, .widget_nav_menu ul li.natfak a {
	color: #fff;
}
.widget_categories ul li.phil, .widget_nav_menu ul li.phil, .widget_categories ul li.philfak, .widget_nav_menu ul li.philfak {
	background-color: #A36B0D;
}
.widget_categories ul li.phil a, .widget_nav_menu ul li.phil a, .widget_categories ul li.philfak a, .widget_nav_menu ul li.philfak a {
	color: #fff;
}
.widget_categories ul li.fau, .widget_nav_menu ul li.fau, .widget_categories ul li.default, .widget_nav_menu ul li.default {
	background-color: #003366;
}
.widget_categories ul li.fau a, .widget_nav_menu ul li.fau a, .widget_categories ul li.default a, .widget_nav_menu ul li.default a {
	color: #fff;
}
.widget_categories ul li:hover, .widget_nav_menu ul li:hover,
.widget_categories ul li:focus,
.widget_nav_menu ul li:focus {
	background-color: #EBF3D8;
	color: #003E00;
}
.widget_categories ul li:hover a, .widget_nav_menu ul li:hover a,
.widget_categories ul li:focus a,
.widget_nav_menu ul li:focus a {
	color: #003E00;
}

/* Widget: Nav Menu */
/* Posts / News */
.post-image {
	float: right;
	margin: 20px 0 10px 20px;
	text-align: center;
}
.post-image .post-image-caption {
	line-height: 18px;
	font-size: 13px;
	padding: 10px 0;
	width: 300px;
	text-align: left;
}

.news-details {
	margin-top: 20px;
}
.news-details .post-image {
	margin-top: 0px;
}
.news-details .subtitle {
	padding-top: 0;
}
.news-details .post-meta-tags {
	margin-left: 10px;
}
.news-details .meta-footer {
	clear: both;
}
.news-details .meta-footer a:hover {
	text-decoration: underline;
}

.post-meta {
	display: block;
	padding: 5px 0;
	margin: -14px 0 14px 0;
	color: #97C139;
	font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post-meta-tags {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.post-meta-tags ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.post-meta-tags ul:before {
	display: none;
}
.post-meta-tags ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	font-size: 13px;
}
.post-meta-tags ul li:before {
	display: none;
}
.post-meta-tags ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-decoration: none;
}

.news-image {
	display: block;
	text-align: center;
	background: #e9edf2;
	padding: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.news-image img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.news-item {
	margin-bottom: 11px;
}
.news-item h2 {
	padding-bottom: 10px;
}
.news-item .news-meta {
	padding: 5px 0;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #444;
	display: block;
	font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.news-item .news-meta-date {
	margin-left: 10px;
}
.news-item h2 .ext-link {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url("../img/ext-icon-19.png") no-repeat 100% 50%;
	padding-right: 15px;
}
.news-item h2 .ext-link:hover, .news-item h2 .ext-link:focus {
	text-decoration: underline;
}

.news-meta-categories {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.news-meta-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.news-meta-categories ul:before {
	display: none;
}
.news-meta-categories ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 2px 0;
}
.news-meta-categories ul li:before {
	display: none;
}
.news-meta-categories ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #EBF3D8;
	text-decoration: none;
	padding: 3px 5px 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.news-meta-categories ul li a:hover, .news-meta-categories ul li a:focus {
	color: #fff;
	background: #97C139;
}

.search-result {
	margin-bottom: 11px;
}
.search-result .search-meta {
	padding: 5px 0;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #444;
	display: block;
	font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search-result .search-meta .dateityp {
	text-transform: uppercase;
}
.search-result h3 .ext-link,
.search-result h2 .ext-link {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url("../img/ext-icon-19.png") no-repeat 100% 50%;
	padding-right: 15px;
}
.search-result h3 .ext-link:hover, .search-result h3 .ext-link:focus,
.search-result h2 .ext-link:hover,
.search-result h2 .ext-link:focus {
	text-decoration: underline;
}
.search-result .download,
.search-result .post-meta-date,
.search-result .post-meta-attachment,
.search-result .post-meta-news,
.search-result .post-meta-category,
.search-result .post-meta-defaulttype,
.search-result .post-meta-kontakt {
	margin-right: 10px;
}
.search-result .content-person {
	border: none;
}

.read-more {
	text-align: right;
}

.read-more-arrow {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 5px;
}
.read-more-arrow:hover, .read-more-arrow:focus {
	text-decoration: none;
}

.news-more-links {
	padding: 20px 0;
	text-align: left;
}
.news-more-links a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 20px;
	line-height: 20px;
	margin-right: 15px;
}
.news-more-links .news-rss:before {
	padding-right: 5px;
}
.news-more-links .news-more {
	color: #003E00;
	background: #EBF3D8;
	padding: 6px 10px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
.news-more-links .news-more:hover, .news-more-links .news-more:focus {
	background: #e1edc4;
}

/* Top-Event */
.topevent-date {
	color: #97C139;
	font-weight: bold;
	margin-bottom: 5px;
}

.topevent-description {
	color: #97C139;
}

/* Events */
.events-list {
	padding-bottom: 10px;
}

.widget_event_widget ul,
.events-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.widget_event_widget ul:before,
.events-list ul:before {
	display: none;
}
.widget_event_widget ul li,
.events-list ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	padding: 10px 0 0 0;
	min-height: 42px;
	font-size: 12px;
	line-height: 18px;
	background-image: none;
}
.widget_event_widget ul li:before,
.events-list ul li:before {
	display: none;
}

.event-date {
	float: left;
	display: block;
	background: #97C139;
	color: #fff;
	padding: 5px;
	width: 30px;
	text-align: center;
}

.event-date-month {
	font-size: 9px;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.event-date-day {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.event-info {
	margin-left: 60px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* TODO */
.event-link {
	text-decoration: none;
}
.event-link:hover {
	text-decoration: underline;
}

.event-title {
	font-weight: bold;
}

.event-time {
	color: #97C139;
}

.event-location {
	color: #797676;
}

.event-info a, .event-info .event-time {
	color: #444;
}

.event-category-fau .event-date {
	background: #003366;
}

.event-category-einrichtungen .event-date {
	background: #003366;
}

.event-category-techfak .event-date {
	background: #97C139;
}

.event-category-rwfak .event-date {
	background: #8d1429;
}

.event-category-philfak .event-date {
	background: #A36B0D;
}

.event-category-natfak .event-date {
	background: #048767;
}

.event-category-medfak .event-date {
	background: #0381A2;
}

.widget_event_widget a {
	text-decoration: none;
}
.widget_event_widget a:hover, .widget_event_widget a:focus {
	text-decoration: underline;
}

.events-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.events-list ul:before {
	display: none;
}
.events-list ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.events-list ul li:before {
	display: none;
}

.event-detail-item {
	margin-bottom: 20px;
	min-height: 50px;
}
.event-detail-item .event-info {
	margin-left: 70px;
	font-size: 15px;
	line-height: 20px;
	padding-top: 6px;
}
.event-detail-item .event-date {
	width: 50px;
	padding: 7px 0;
}
.event-detail-item .event-date-month {
	font-size: 14px;
	line-height: 18px;
}
.event-detail-item .event-date-day {
	font-size: 28px;
	line-height: 28px;
}

.events-more-links {
	padding: 0;
	text-align: left;
	margin-bottom: 5px;
}
.events-more-links a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 15px;
	margin-left: 60px;
}
.events-more-links .events-more {
	color: #003E00;
	background: #EBF3D8;
	padding: 8px 10px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
.events-more-links .events-more:hover, .events-more-links .events-more:focus {
	background: #e1edc4;
	text-decoration: none;
}

/* Image Gallery: Slider */
.image-gallery-slider {
	clear: both;
	margin: 22px 0;
	padding: 10px 0;
}
.image-gallery-slider ul.slides {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	background: none;
}
.image-gallery-slider ul.slides:before {
	display: none;
}
.image-gallery-slider ul.slides li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
	background: none;
}
.image-gallery-slider ul.slides li:before {
	display: none;
}
.image-gallery-slider ul.slides img {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.image-gallery-slider .gallery-image-caption {
	line-height: 20px;
	padding: 5px;
}
.image-gallery-slider .gallery-image-caption .linkorigin {
	font-size: 13px;
	line-height: 18px;
	color: #797676;
}

/* Image Gallery: Carousel */
.image-gallery-carousel {
	position: relative;
	margin-bottom: 44px;
}
.image-gallery-carousel ul.slides {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	background: none;
	padding-left: 40px;
	padding-right: 40px;
}
.image-gallery-carousel ul.slides:before {
	display: none;
}
.image-gallery-carousel ul.slides li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	opacity: 0.3;
	background: none;
}
.image-gallery-carousel ul.slides li:before {
	display: none;
}
.image-gallery-carousel ul.slides li:hover, .image-gallery-carousel ul.slides li:focus, .image-gallery-carousel ul.slides li.flex-active-slide {
	opacity: 1.0;
}
.image-gallery-carousel ul.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	top: -32px;
	left: 0;
	right: 0;
	bottom: auto;
}
.image-gallery-carousel ul.flex-direction-nav:before {
	display: none;
}
.image-gallery-carousel ul.flex-direction-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	background: none;
}
.image-gallery-carousel ul.flex-direction-nav li:before {
	display: none;
}
.image-gallery-carousel .flex-prev {
	top: 60px;
	left: 0px;
	opacity: 0.1;
}
.image-gallery-carousel .flex-next {
	top: 60px;
	right: 0px;
	opacity: 0.1;
}
.image-gallery-carousel:hover .flex-prev {
	opacity: 1;
}
.image-gallery-carousel:hover .flex-next {
	opacity: 1;
}

/* Image Gallery: Grid */
.image-gallery-grid {
	margin: 10px 0 20px 0;
	clear: both;
}
.image-gallery-grid ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.image-gallery-grid ul:before {
	display: none;
}
.image-gallery-grid ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	background: none;
	display: block;
	float: left;
	min-height: 130px;
	width: 150px;
	line-height: 125px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #e9edf2;
	margin: 0 15px 15px 0;
}
.image-gallery-grid ul li:before {
	display: none;
}
.image-gallery-grid ul li img {
	vertical-align: middle;
}
.image-gallery-grid ul li .gallery-image-caption {
	line-height: 20px;
}
.image-gallery-grid ul li .caption {
	line-height: 18px;
	font-size: 13px;
	padding: 5px;
}

/* Tagcloud */
/*
ul.tagcloud {
	@include no-list;
	
	li {
		@include no-list;
		font-size: 13px;
		line-height: 22px;
		padding-left: 20px;
		padding-bottom: 3px;
		background: url('../img/list-arrow-blue.png') no-repeat left 4px;
		
		a {
			text-decoration: none;
		}
		
		a:hover, a:focus {
			text-decoration: underline;
		}
	}
}
*/
/* Logo Slider */
.logos-menu-nav {
	position: relative;
}

.logos-menu .logo-item {
	display: block;
	text-align: center;
}
.logos-menu .logo-item:focus {
	outline: 1px solid #97C139;
}
.logos-menu .logo-item img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#logos-menu-prev {
	position: absolute;
	z-index: 10;
	top: 0;
	left: -40px;
	display: block;
	width: 40px;
	height: 110px;
	background: #fff url("../img/prev-next.png") no-repeat -32px center;
	text-indent: -9999em;
}

#logos-menu-next {
	position: absolute;
	z-index: 10;
	top: 0;
	right: -20px;
	display: block;
	width: 30px;
	height: 110px;
	background: #fff url("../img/prev-next.png") no-repeat left center;
	text-indent: -9999em;
}

#logos-menu-playpause {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url("../img/play-pause.png") no-repeat left -64px;
	height: 32px;
	line-height: 32px;
	padding-left: 32px;
}

#logos-menu-playpause.paused {
	background-position: left -96px;
}

#logos-menu-playpause .play {
	display: none;
}

#logos-menu-playpause.paused .pause {
	display: none;
}

#logos-menu-playpause.paused .play {
	display: inline;
}

/* Banner Ads */
.fau-werbung {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.fau-werbung > h3 {
	display: block;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	color: #97C139;
	font-weight: normal;
	margin: 0;
	padding: 0 0 4px 0;
}

.fau-werbung-right {
	margin: 0;
	width: 120px;
	height: 600px;
	position: absolute;
	top: 30px;
	right: -140px;
}

/* Sidebar: Inline */
.sidebar-inline {
	float: right;
	width: 220px;
	margin-left: 30px;
	padding-left: 18px;
	margin-bottom: 11px;
	border-left: 2px solid #EBF3D8;
}
.sidebar-inline .widget {
	margin-bottom: 22px;
	margin-top: 22px;
}
.sidebar-inline .widget li {
	font-size: 13px;
	line-height: 22px;
}
.sidebar-inline .widget:last-child {
	margin-bottom: 0 !important;
}
.sidebar-inline .widget:first-child {
	margin-top: 0 !important;
}
.content-portal .sidebar-inline {
	margin-top: 22px;
}
.sidebar-inline .quicklinks h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: 11px;
	padding-top: 0;
}
.sidebar-inline .quicklinks h2.second {
	padding-top: 22px;
}

/* Accordion */
.accordion {
	margin: 10px 0 20px 0;
}
.accordion .accordion-group {
	border: none;
	margin-bottom: 5px;
}
.accordion .accordion-group .accordion-heading {
	overflow: hidden;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
	border-left: 10px solid #97C139;
	background: #dfe6ec;
	color: #003366;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 16px;
	padding: 8px 35px 8px 10px;
	position: relative;
}
.accordion .accordion-group .accordion-heading .accordion-toggle:before {
	position: absolute;
	top: 10px;
	right: 10px;
}
.accordion .accordion-group .accordion-heading .accordion-toggle:hover, .accordion .accordion-group .accordion-heading .accordion-toggle:focus {
	background-color: #e5efcc;
	text-decoration: none;
}
.accordion .accordion-group .accordion-heading .accordion-toggle.active, .accordion .accordion-group .accordion-heading .accordion-toggle.active:hover, .accordion .accordion-group .accordion-heading .accordion-toggle.active:focus {
	background-color: #e5efcc;
	color: #003E00;
}
.accordion .accordion-group .accordion-heading .accordion-toggle.active:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:hover:before, .accordion .accordion-group .accordion-heading .accordion-toggle.active:focus:before {
	top: 8px;
}
.accordion .accordion-group .accordion-body {
	display: block;
	overflow: hidden;
}
.accordion .accordion-group .accordion-body .accordion-inner {
	border: none;
	background: #f5f7f9;
	padding: 15px 20px;
}
.accordion .phil .accordion-heading .accordion-toggle,
.accordion .philfak .accordion-heading .accordion-toggle,
.accordion .gold .accordion-heading .accordion-toggle {
	border-color: #A36B0D;
}
.accordion .rw .accordion-heading .accordion-toggle,
.accordion .rwfak .accordion-heading .accordion-toggle,
.accordion .red .accordion-heading .accordion-toggle {
	border-color: #8d1429;
}
.accordion .med .accordion-heading .accordion-toggle,
.accordion .medfak .accordion-heading .accordion-toggle,
.accordion .blue .accordion-heading .accordion-toggle {
	border-color: #0381A2;
}
.accordion .nat .accordion-heading .accordion-toggle,
.accordion .natfak .accordion-heading .accordion-toggle,
.accordion .green .accordion-heading .accordion-toggle {
	border-color: #048767;
}
.accordion .tf .accordion-heading .accordion-toggle,
.accordion .techfak .accordion-heading .accordion-toggle,
.accordion .grey .accordion-heading .accordion-toggle {
	border-color: #97C139;
}
.accordion .fau .accordion-heading .accordion-toggle,
.accordion .default .accordion-heading .accordion-toggle {
	border-color: #003366;
}
.accordion .content-person {
	padding: 5px 0 10px 0;
	border: none;
}
.accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h5, .accordion h6 {
	color: #444;
}
.accordion hr {
	border: 1px solid #EBF3D8;
	margin: 30px 20px;
	height: inherit;
}
.accordion hr::after, .accordion hr::before {
	bottom: inherit;
	background: inherit;
	left: inherit;
	position: relative;
	right: inherit;
	top: inherit;
}
.accordion > .accordion .accordion-heading .accordion-toggle {
	border-left: 0;
}

/* Boxes like accordions for single glossar entries and other article-inserts/shortcodes */
.accordionbox {
	margin: 10px 0 20px 0;
}
.accordionbox header {
	border-left: 10px solid #97C139;
	background: #dfe6ec;
	color: #003366;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 16px;
	padding: 8px 35px 8px 10px;
	position: relative;
}
.accordionbox header h2 {
	color: #003366;
	padding: 0px;
}
.accordionbox header.phil, .accordionbox header.philfak {
	border-color: #A36B0D;
}
.accordionbox header.rw, .accordionbox header.rwfak {
	border-color: #8d1429;
}
.accordionbox header.med, .accordionbox header.medfak {
	border-color: #0381A2;
}
.accordionbox header.nat, .accordionbox header.natfak {
	border-color: #048767;
}
.accordionbox header.tf, .accordionbox header.techfak {
	border-color: #97C139;
}
.accordionbox header.fau, .accordionbox header.default {
	border-color: #003366;
}
.accordionbox .body {
	border: none;
	background: #f5f7f9;
	padding: 15px 20px;
}

.nav-links {
	margin: 20px 0;
}
.nav-links span, .nav-links a {
	display: inline-block;
	height: 24px;
	min-width: 14px;
	line-height: 24px;
	padding: 0 5px;
	text-align: center;
	margin-right: 4px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.nav-links .current {
	background: #97C139;
	color: #fff;
}
.nav-links .prev,
.nav-links .next {
	padding-left: 10px;
	padding-right: 10px;
}
.nav-links a:hover, .nav-links a:focus {
	background: #CDE29E;
}

/* Assistant */
.assistant-tab-pane {
	display: none;
}

.assistant-tab-pane-active {
	display: block;
}

ul.assistant-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	margin: 0 -20px 15px -20px;
	padding: 0 20px 10px 20px;
	border-bottom: 1px solid #CDE29E;
}
ul.assistant-tabs-nav:before {
	display: none;
}
ul.assistant-tabs-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	background: none;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
	border-right: 1px solid #CDE29E;
}
ul.assistant-tabs-nav li:before {
	display: none;
}
ul.assistant-tabs-nav li a {
	text-decoration: none;
}
ul.assistant-tabs-nav li a:hover, ul.assistant-tabs-nav li a:focus {
	text-decoration: underline;
}
ul.assistant-tabs-nav li a.active {
	font-weight: bold;
}
ul.assistant-tabs-nav li:last-child {
	border: none;
}

#loading {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

#loading-background {
	background: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1010;
}

#loading-spinner {
	background: transparent url("../img/ajax-loader.gif") no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1020;
}

/* No Script Notice */
#no-script {
	background: #a71c18;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
#no-script .notice {
	text-align: center;
	color: #fff;
	padding: 10px 20px;
}

/* Lettered Pagination */
ul.letters {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	margin: 20px 0 10px 0;
}
ul.letters:before {
	display: none;
}
ul.letters li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: none;
	margin-right: 2px;
	color: #ccc;
}
ul.letters li:before {
	display: none;
}
ul.letters li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
ul.letters li a:hover, ul.letters li a:focus {
	text-decoration: underline;
}

/* File Lists */
ul.files {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
ul.files:before {
	display: none;
}
ul.files li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	background: none;
	font-size: 13px;
	line-height: 18px;
}
ul.files li:before {
	display: none;
}

/* Login/Passwords Form */
.post-password-form label {
	float: none;
	color: #97C139;
}
.post-password-form input[type="password"] {
	width: 220px;
	margin-top: 5px;
}

/* Organigram */
.organigram {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	margin: 20px 0;
}
.organigram:before {
	display: none;
}
.organigram ul, .organigram li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.organigram ul:before, .organigram li:before {
	display: none;
}
.organigram ul {
	margin-bottom: 20px;
	border-left: 2px solid #EBF3D8;
	margin-left: 10px;
}
.organigram li {
	background: none;
	font-size: 19px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.organigram li li {
	font-size: 15px;
	padding-left: 10px;
	margin-bottom: 0;
}
.organigram li li li {
	font-size: 13px;
}
.organigram a {
	text-decoration: none;
}
.organigram a:hover, .organigram a:focus {
	text-decoration: underline;
}
.organigram .toggle-icon {
	color: #97C139;
	margin-right: 5px;
	cursor: pointer;
}

/* "to top"-Link */
.top-link {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #97C139;
	color: #fff;
	padding: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
}
.top-link:hover, .top-link:focus {
	color: #fff;
	background: #003E00;
}

/* social share links */
.social-share {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	margin: 20px 0;
}
.social-share:before {
	display: none;
}
.social-share li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
	margin-right: 3px;
}
.social-share li:before {
	display: none;
}
.social-share li a {
	display: inline-block;
	padding: 2px 5px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.social-share li a:hover, .social-share li a:focus {
	text-decoration: none;
}
.social-share li a:before {
	margin-right: 5px;
}
.social-share li a.btn-social-share-facebook {
	background: #3e59a5;
	color: #fff;
	border: 1px solid #3e59a5;
}
.social-share li a.btn-social-share-facebook:hover, .social-share li a.btn-social-share-facebook:focus {
	border-color: #23376e;
	background: #344d92;
}
.social-share li a.btn-social-share-twitter {
	background: #ecf6f5;
	color: #03a5d5;
	border: 1px solid #c9dcda;
}
.social-share li a.btn-social-share-twitter:hover, .social-share li a.btn-social-share-twitter:focus {
	border-color: #93c2d0;
	background: #e7f3f7;
}

/*
* WordPress required classes
*/
.sticky,
.gallery-caption,
.bypostauthor {
	font-size: 15px;
	line-height: 22px;
}

/* Additional CSS Definitons, that may overwrite prior definitions */
.textcol-phil {
	color: #A36B0D !important;
}

.textcol-rw {
	color: #8d1429 !important;
}

.textcol-med {
	color: #0381A2 !important;
}

.textcol-nat {
	color: #048767 !important;
}

.textcol-tf,
.textcol-tech {
	color: #97C139 !important;
}

.textcol-fau,
.textcol-default {
	color: #003366 !important;
}

.bgcol-phil {
	background-color: #A36B0D !important;
}

.bgcol-rw {
	background-color: #8d1429 !important;
}

.bgcol-med {
	background-color: #0381A2 !important;
}

.bgcol-nat {
	background-color: #048767 !important;
}

.bgcol-tf,
.bgcol-tech {
	background-color: #97C139 !important;
}

.bgcol-fau,
.bgcol-default {
	background-color: #003366 !important;
}

/*
CSS Definitionen f├╝r das Plugin FAU_Person
https://github.com/RRZE-Webteam/fau-person/
*/
/* 
		Created on : 25.08.2016, 09:18:52
		Author		 : unrz59
*/
/* Persons */
.person-info-more {
	margin: 10px 0 0 0;
	padding-left: 0 !important;
}

.person-read-more {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 20px;
	line-height: 20px;
	background: #EBF3D8;
	padding: 6px 10px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
.person-read-more:hover, .person-read-more:focus {
	background: #e5efcc;
	text-decoration: none;
}

.person h3 {
	padding-bottom: 0;
	padding-top: 5px;
	font-weight: bold;
	font-size: 15px;
}
.person h3 a {
	color: #444;
}
.person h3:hover, .person h3:focus {
	text-decoration: underline;
}
.person h4 {
	padding-top: 0;
	font-weight: normal;
}
.person h4 a {
	color: #444;
	text-decoration: underline;
}
.person .connection {
	margin-top: 10px;
}
.person .connection ul {
	margin-top: 5px;
}
.person .connection li {
	font-size: 13px;
	line-height: 20px;
	padding: 0;
}

.content-person {
	border: 1px solid #e9edf2;
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.content-person {
		margin: 10px 10px;
		padding: 10px 0;
	}
}
.content-person li {
	font-size: 13px;
	line-height: 20px;
	background-position: left 5px;
}
.content-person .person-info-description {
	padding-top: 8px;
}
@media (max-width: 767px) {
	.content-person .person-info-description {
		margin-left: 0 !important;
	}
}
.content-person .person-info-description,
.content-person .person-info-description p {
	font-size: 13px;
	line-height: 20px;
}
.content-person .image-placeholder {
	width: 90px;
	height: 120px;
	background: #EBF3D8;
	position: relative;
	text-align: center;
}
.content-person .image-placeholder:before {
	line-height: 120px;
	color: #CDE29E;
}

ul.person-info {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	/*
	li.person-info:before {
		@extend .fa;
		width: 20px;
	} */
	/*
	li.person-info-institution:before { 
			@extend .fa;
			width: 20px; 
			@extend .fa-building; 
	}
	*/
}
ul.person-info:before {
	display: none;
}
ul.person-info li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	background-image: none;
	padding-left: 0px;
	min-height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	line-height: 20px;
}
ul.person-info li:before {
	display: none;
}
ul.person-info li li {
	list-style: inherit;
	display: list-item;
}
ul.person-info li ul li {
	list-style-type: disc;
}
ul.person-info li ul li li {
	list-style-type: circle;
}
ul.person-info li ol li {
	list-style-type: decimal;
}
ul.person-info li ol li li {
	list-style-type: circle;
}
ul.person-info li.person-info-phone:before, td span.person-info-phone:before {
	width: 20px;
}
ul.person-info li.person-info-mobile:before {
	width: 20px;
}
ul.person-info li.person-info-fax:before {
	width: 20px;
}
ul.person-info li.person-info-email:before, td span.person-info-email:before {
	width: 20px;
}
ul.person-info li.person-info-www:before {
	width: 20px;
}
ul.person-info li.person-info-position {
	font-weight: bold;
}
ul.person-info li.person-info-address {
	margin-top: 10px;
	padding-left: 0px;
}
ul.person-info li.person-info-description {
	margin-top: 10px;
	padding-left: 20px;
}

span[itemprop="honorificPrefix"],
span[itemprop="honorificSuffix"] {
	white-space: nowrap;
}

.widget .person ul.person-info ul {
	margin: 0 0 10px 25px;
}

/* Sidebar: Inline */
.sidebar-inline ul.person-info li {
	color: #444;
}
.sidebar-inline li.person-info-address {
	white-space: pre;
}
.sidebar-inline .content-person {
	border: none;
	margin: 0;
	padding: 0;
}
.sidebar-inline h2 {
	padding-bottom: 11px;
}
.sidebar-inline .widget_faupersonwidget {
	margin-top: 0;
}
.sidebar-inline .widget_faupersonwidget .row {
	display: inline-block;
}
.sidebar-inline .widget_faupersonwidget .row .span1 {
	float: left;
}
.sidebar-inline .widget_faupersonwidget .row .span3 {
	display: inline-block;
}

.sidebar-outline ul.person-info li {
	color: #444;
}
.sidebar-outline li.person-info-address {
	white-space: pre;
}
.sidebar-outline .content-person {
	border: none;
	margin: 0;
	padding: 0;
}
.sidebar-outline .content-person .span-small {
	width: 60px;
}
.sidebar-outline .content-person .span6 {
	width: 220px;
}

.flex-direction-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	position: absolute;
	z-index: 20;
	bottom: 62px;
	right: 30px;
	*bottom: 30px;
}
.flex-direction-nav:before {
	display: none;
}
.flex-direction-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	background: none;
}
.flex-direction-nav li:before {
	display: none;
}
.flex-direction-nav * {
	outline: none !important;
}

.flex-pauseplay {
	position: absolute;
	z-index: 21;
	bottom: 62px;
	right: 30px;
}

.flex-direction-nav a, .flex-pauseplay a {
	display: block;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url("../img/play-pause.png");
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	text-indent: -9999em;
}
.flex-direction-nav a:hover, .flex-direction-nav a:focus, .flex-pauseplay a:hover, .flex-pauseplay a:focus {
	background-color: white;
}

.flex-prev {
	position: absolute;
	top: 10px;
	right: 68px;
}

.flex-next {
	position: absolute;
	top: 10px;
	right: 0;
}

.flex-pauseplay a {
	position: absolute;
	top: 0;
	right: 34px;
	cursor: pointer;
}

.flex-pause {
	background-position: center -64px;
}

.flex-play {
	background-position: center -96px;
}

.flex-prev {
	background-position: center -32px;
}

.flex-control-paging {
	display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../img/fancybox/blank.gif");
	/* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	/* font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;*/
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("../img/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px;
		/*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../img/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
}
/* Contact Form Plugin wpcf7 */
.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

.wpcf7-list-item {
	margin: 5px 20px 0 0;
	display: inline-block;
}
.wpcf7-list-item label {
	float: none;
	display: inline;
	width: auto;
	margin: 0;
}
.wpcf7-list-item input[type="radio"] {
	margin-top: 2px;
	vertical-align: top;
}

.wpcf7-display-none {
	display: none;
}

.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

.wpcf7 .ajax-error {
	display: none;
}

.wpcf7 .placeheld {
	color: #888;
}

/*
Anpassungen der gestaltung an verschiedene Plugins
*/
/* Social Media Buttons */
.likebutton-dynamic, .tweetbutton-dynamic {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

/*
Media Queries for Theme FAU-Einrichtungen
*/
@media (min-width: 979px) {
	.js-enabled.nav-fixed #nav .nav-flyout,
	#nav .nav-flyout ┬á {
		top: 85px;
	}

	#meta {
		position: fixed;
		top: 0;
		height: 42px;
		left: 0;
		right: 0;
		z-index: 200;
	}

	.admin-bar #meta {
		top: 32px;
	}

	#header {
		position: fixed;
		top: 42px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 100;
	}

	.nav-scrolled #header {
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	}

	.admin-bar #header {
		top: 74px;
	}

	#hero {
		margin-top: 159px;
		transition: none;
	}

	#hero-slides {
		top: -20px;
	}
}
@media (max-width: 979px) {
	#nav .nav-flyout {
		top: 112px;
	}

	#header {
		position: fixed;
		top: 42px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 100;
	}

	.nav-scrolled #header {
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	}
	
	.admin-bar #header {
		top: 74px;
	}

	#hero {
		margin-top: 171px;
		transition: none;
	}

	.admin-bar #hero {
		margin-top: 171px;
	}

	#logo,
	.header-menu {
		float: none;
		width: 100%;
		display: block;
		margin: 0;
	}

	#logo {
		margin-top: 5px;
		margin-left: 10px;
		padding-right: 100px;
	}
	#logo h1 {
		height: 65px;
	}
	#logo h1 span {
		display: table-cell;
		vertical-align: middle;
	}

	.header-menu {
		margin-top: 8px;
	}
	.header-menu #nav {
		margin: 0;
	}

	#meta {
		position: fixed;
		top: 0;
		height: 42px;
		left: 0;
		right: 0;
		z-index: 200;
	}

	.admin-bar #meta {
		top: 32px;
	}

	#meta .searchform input[type="text"] {
		width: 100px;
	}

	#social iframe {
		width: 165px !important;
		height: 120px !important;
	}

	#hero .hero-meta-portal {
		right: 15px;
	}

	#hero-slides {
		top: -20px;
		height: 250px;
	}
	#hero-slides .hero-slide img {
		min-height: 250px;
		min-width: 979px;
		width: auto;
		height: auto;
		left: inherit;
		margin-left: 0;
		left: 0;
		vertical-align: middle;
	}
	#hero-slides .hero-slide p {
		font-size: 16px;
	}
	#hero-slides .hero-slide p.credits {
		top: 10px;
		bottom: inherit;
	}
	#hero-slides .hero-slide-text {
		bottom: inherit;
		top: 100px;
		height: 150px;
	}

	#logos-menu-prev {
		height: 80px;
	}

	#logos-menu-next {
		height: 80px;
	}

	.sidebar-inline {
		width: 240px;
	}

	#content ul.page-print-actions {
		top: 440px;
	}

	.image-gallery-slider .flex-viewport {
		max-height: 400px;
		overflow: hidden;
	}

	.subpages-menu li.span3 {
		width: 230px;
	}
}
@media (max-width: 767px) {
	body {
		padding: 0;
	}

	#logo h1 {
		padding-right: 80px;
		margin-top: 5px;
	}

	h1, h2, h3, h4, h5, h6, p {
		margin-left: 15px;
		margin-right: 15px;
	}

	ul, ol {
		margin-left: 15px;
		margin-right: 15px;
	}

	ul.menu {
		margin-bottom: 10px;
	}

	div.table-wrapper {
		position: relative;
		margin-bottom: 20px;
		margin-left: 15px;
		margin-right: 15px;
		overflow: hidden;
		border-right: 1px solid #ccc;
	}

	div.table-wrapper div.scrollable {
		overflow-x: auto;
		overflow-y: hidden;
	}

	#content {
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 0px;
	}
	#content ul.menu,
	#content ul.menu ul {
		margin-left: 0;
		margin-right: 0;
	}
	#content .image-gallery-grid ul li img {
		margin: 0;
	}
	#content ul.page-print-actions {
		display: none;
	}
	#content .subpages-menu li.span3 {
		width: 230px;
	}
	#content .subpages-menu a.image.ext-link:after {
		display: none;
	}
	#content .container h1, #content .container h2, #content .container h3, #content .container h4, #content .container h5, #content .container h6, #content .container p {
		margin-left: 0px;
		margin-right: 0px;
	}
	#content .container .span12 {
		margin-left: 0;
	}
	#content .news-item .span3 {
		width: 200px;
	}
	#content .news-image {
		text-align: center;
		float: none;
		background: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-right: 10px;
	}
	#content form {
		border: none;
		padding: 0;
	}

	#social {
		margin: 0 -15px;
		padding: 20px 15px;
	}

	.post-image {
		margin: 0 !important;
		float: none !important;
	}

	table {
		margin: 0;
	}
	table td, table th {
		padding-left: 15px;
		padding-right: 15px;
	}

	.textwidget,
	.topevent-date,
	.topevent-description {
		margin-left: 15px;
		margin-right: 15px;
	}

	#content .widget_event_widget .event-info {
		margin-left: 60px;
	}

	.hero-meta-portal {
		display: none;
	}

	.image-gallery-carousel .slides,
	.image-gallery-slider .slides {
		margin: 0 !important;
		padding: 0 !important;
	}
	.image-gallery-carousel .slides li,
	.image-gallery-slider .slides li {
		margin: 0;
		padding: 0;
	}
	.image-gallery-carousel .slides li img,
	.image-gallery-slider .slides li img {
		margin: 0 !important;
	}

	.logos-menu-nav,
	#logos-menu-playpause {
		display: none;
	}

	#hero {
		margin-top: 0;
		padding-top: 0px;
		transition: none;
	}
	#hero.hero-small {
		margin-top: 0;
	}
	#hero.hero-small h1 {
		padding: 0 0 0 15px;
	}

	.hero-meta-portal {
		display: none;
	}

	#hero-slides {
		top: 0;
		height: 200px;
	}
	#hero-slides .hero-slide img {
		min-height: 200px;
		min-width: 767px;
		width: auto;
		height: auto;
		left: inherit;
		margin-left: 0;
		left: 0;
		vertical-align: middle;
	}
	#hero-slides .hero-slide p.credits {
		top: 2px;
		bottom: inherit;
		display: inline;
	}
	#hero-slides .hero-slide-text {
		bottom: inherit;
		top: 50px;
		margin-left: 15px;
		padding: 0 10px;
		max-height: 100px;
		line-height: 18px;
	}
	#hero-slides .hero-slide-text h2 {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		max-width: 330px;
		padding: 10px;
	}
	#hero-slides .hero-slide-text p {
		display: none;
	}

	.hide-mobile {
		display: none;
	}

	.hide-desktop {
		display: block;
	}

	.js #header {
		padding: 0;
		z-index: 100;
		background: #fff;
		top: 0;
		left: 0;
		right: 0;
		height: 70px;
		position: fixed;
	}
	.js .admin-bar #hero {
		margin-top: 32px;
	}
	.js .admin-bar #hero .banner-text {
		top: 40px;
	}
	.js .admin-bar #wpadminbar {
		position: fixed;
		top: 0;
	}
	.js .admin-bar #header {
		top: 46px;
	}
	.js #meta {
		position: relative;
		padding-top: 70px;
	}
	.js #meta ul {
		margin: 0;
	}
	.js #meta .searchform input[type="text"] {
		width: 100px;
	}
	.js .admin-bar #meta {
		padding-top: 40px;
	}
	.js #nav-toggle {
		top: 30px;
	}
	.js #meta-nav {
		display: none;
	}
	.js #nav {
		margin: 10px 0 0 0;
		display: none;
	}
	.js #nav.toggled {
		display: block;
	}
	.js #nav li.level1 {
		display: block;
		float: none;
		margin: 0;
		border-bottom: 1px solid #ccc;
	}
	.js #nav li.level1 a {
		display: block;
		float: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-bottom: 0;
	}
	.js #nav li.level2 {
		background-position: left 6px;
	}
	.js #nav li.level2 a {
		display: table;
	}
	.js #nav .nav-flyout {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		padding: 10px 0;
	}
	.js body.admin-bar #nav .nav-flyout {
		top: 0;
	}

	.no-js #nav-toggle,
	.no-js .hide-mobile {
		display: none;
	}
	.no-js #meta {
		position: relative;
		top: 0;
	}
	.no-js #header {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 100;
	}
	.no-js #hero {
		margin-top: 0;
		transition: none;
		padding-top: 10px;
		position: relative;
	}
	.no-js #hero .container {
		display: table;
	}
	.no-js #hero .span6 {
		display: table-cell;
		width: 90%;
	}
	.no-js #hero .span3 {
		display: table-cell;
		width: 45%;
	}
	.no-js #hero-slides {
		display: none;
	}
	.no-js.admin-bar #hero {
		margin-top: 171px;
	}

	#hero .searchform {
		margin: 0 auto;
		padding: 10px;
	}
	#hero .searchform input[type="text"] {
		width: 150px;
		margin: 0 10px;
		float: none;
		display: inline-block;
	}
	#hero .searchform .filter {
		margin-top: 5px;
	}
	
	#subnav ul {
		margin-left: 0;
		margin-right: 0;
	}

	.accordion-group {
		margin-left: 15px;
		margin-right: 15px;
	}

	#footer .span3 {
		width: 48%;
		width: calc(50% - 10px);
		float: left;
		margin: 2px;
	}
	#footer .span6 {
		width: 100%;
		margin: 0;
		float: none;
	}

	#footer-nav {
		text-align: left;
	}
	#footer-nav li {
		display: inline;
	}

	hr {
		height: 40px;
		margin: 10px 0 30px;
	}

	.logos-menu .span2 {
		float: left;
	}

	.span3 {
		width: 260px;
		float: left;
		margin-left: 20px;
	}

	.span6 {
		width: 757pxpx;
		padding: 10px;
	}

	.span12 {
		margin-left: 20px;
	}

	.widget_faupersonwidget,
	.content-person {
		border: none;
	}
	.widget_faupersonwidget .span1,
	.content-person .span1 {
		margin-left: 20px;
	}
	.widget_faupersonwidget .person .span1,
	.widget_faupersonwidget .compactindex .span1,
	.content-person .person .span1,
	.content-person .compactindex .span1 {
		width: 90px;
		float: left;
		margin-right: 10px;
	}
	.widget_faupersonwidget .person .span3,
	.widget_faupersonwidget .compactindex .span3,
	.content-person .person .span3,
	.content-person .compactindex .span3 {
		width: calc(100% - 130px);
	}
	.widget_faupersonwidget .person .span6,
	.widget_faupersonwidget .compactindex .span6,
	.content-person .person .span6,
	.content-person .compactindex .span6 {
		padding: 0;
	}
}
@media (min-width: 768px) and (min-height: 700px) and (max-height: 900px) {
	#hero .hero-jumplink-content {
		display: block;
	}
}
@media (max-width: 480px) {
	#hero .infobar p.description {
		display: none;
	}

	.js-enabled body #header {
		position: fixed;
		top: 0;
	}
	.js-enabled body.admin-bar #wpadminbar {
		position: fixed;
		top: 0;
	}
	.js-enabled body.admin-bar.nav-fixed #header,
	.js-enabled body.admin-bar #header {
		position: fixed;
		top: 46px;
	}
	.js-enabled.admin-bar #hero .banner-text {
		top: 0;
	}

	.no-js #hero, .no-js .hide-mobile {
		display: none;
		top: 0;
		position: relative;
	}
	.no-js #header, .no-js #logo, .no-js #meta, .no-js #nav, .no-js #nav .nav-flyout {
		display: block;
		position: relative;
		float: none;
		width: 100%;
		top: inherit;
		margin: 5px 0px;
		padding: 3px;
	}
	.no-js #nav li.level1:hover,
	.no-js #nav .nav-flyout,
	.no-js #nav .nav-flyout:hover {
		background: none !important;
		box-shadow: none;
		margin: 0;
	}
	.no-js #nav li {
		float: none;
		display: block;
		margin: 0;
		padding: 0;
	}
	.no-js #nav li a {
		float: none;
		padding: 0;
	}
	.no-js #nav li a :hover {
		text-decoration: underline;
		background: none;
	}
	.no-js #nav li .nav-flyout a.button-portal {
		color: #fff;
		text-align: center;
		margin: 0 10px;
	}

	#content {
		padding-bottom: 0;
	}

	.image-gallery-slider .flex-viewport {
		max-height: 200px;
		overflow: hidden;
	}

	.page-template-page-start-sub.js-enabled #hero .banner {
		top: 0;
		bottom: 0;
	}

	.page-template-page-subnav #hero.hero-small h1 {
		padding-left: 15px;
	}
	.page-template-page-subnav #content {
		margin-left: 15px;
		margin-right: 15px;
	}
	.page-template-page-subnav #content .span4 {
		padding-bottom: 10px;
	}
	.page-template-page-subnav #content .container h1, .page-template-page-subnav #content .container h2, .page-template-page-subnav #content .container h3, .page-template-page-subnav #content .container h4, .page-template-page-subnav #content .container h5, .page-template-page-subnav #content .container h6, .page-template-page-subnav #content .container p {
		margin-left: 0px;
		margin-right: 0px;
	}
	.page-template-page-subnav #content .container .sidebar-inline {
		width: 100%;
		border-left: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-template-page-subnav #content .container aside.widget:first-child {
		border-top: 2px solid #e9edf2;
	}

	.page-template-page-start .span3 {
		width: 240px;
		float: left;
		margin-left: 0px;
	}
	.page-template-page-start .news-item .span3 {
		width: 200px;
	}
	.page-template-page-start #content .news-image {
		text-align: center;
		float: none;
	}
	.page-template-page-start .span6 {
		width: 470pxpx;
		padding: 10px;
	}
	.page-template-page-start #hero-slides {
		top: 0;
		height: 150px;
	}
	.page-template-page-start #hero-slides .hero-slide img {
		min-height: 150px;
		min-width: 767px;
		width: auto;
		height: auto;
		left: inherit;
		margin-left: 0;
		left: 0;
		vertical-align: middle;
	}
	.page-template-page-start #hero-slides .hero-slide p.credits {
		top: 2px;
		bottom: inherit;
		display: inline;
	}
	.page-template-page-start #hero-slides .hero-slide-text {
		bottom: inherit;
		top: 20px;
		margin-left: 15px;
		padding: 0 10px;
		max-height: 100px;
		line-height: 18px;
	}
	.page-template-page-start #hero-slides .hero-slide-text h2 {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		max-width: 250px;
		padding: 10px;
		font-size: 20px;
		background-color: rgba(151, 193, 57, 0.7);
	}
	.page-template-page-start #hero-slides .hero-slide-text p {
		display: none;
	}

	hr {
		height: 40px;
		margin: 10px 0 30px;
	}

	#content .subpages-menu .menu-item {
		margin: 0 0 10px 0;
	}
	#content .subpages-menu ul {
		display: block;
	}
	#content .subpages-menu li {
		width: 100%;
		margin: 0 0 10px 10px;
		list-style: inside none circle;
		float: none;
	}
	#content .subpages-menu li a.image {
		width: 100%;
		height: auto;
		max-height: 110px;
		text-align: center;
	}
	#content .subpages-menu li a.image.ext-link:after {
		display: none;
	}
	#content .subpages-menu li h3 {
		padding-bottom: 0px;
	}
	#content .subpages-menu li .span3 {
		float: none;
	}
	#content .subpages-menu li ul {
		margin-bottom: 10px;
	}
	#content .subpages-menu li ul li {
		display: inline-block;
		width: 40%;
		border: none;
		float: left;
	}

	.alignleft,
	.alignright,
	img.alignleft,
	div.alignleft,
	img.alignright,
	div.alignright {
		float: none;
		padding: 0;
		display: block;
		margin: 5px auto;
		max-width: 480px;
	}

	.wp-caption-text {
		padding: 0;
	}

	#hero .searchform {
		margin: 0 auto;
		padding: 10px;
	}
	#hero .searchform input[type="text"] {
		width: 50%;
		margin: 0 10px;
	}
	#hero .searchform .filter {
		margin-top: 5px;
	}

	#footer li {
		line-height: 15px;
	}
	#footer .span3 {
		width: 48%;
		width: calc(50% - 10px);
		float: left;
		margin: 2px;
	}
	#footer .span6 {
		width: 100%;
		margin: 0;
		float: none;
	}

	#footer-nav {
		text-align: left;
	}
	#footer-nav li {
		display: inline;
	}

	#social {
		margin: 0 -15px;
		padding: 20px 15px;
	}
}
@media (max-width: 320px) {
	.page-template-page-start .span3 {
		float: none;
	}

	#content {
		padding-top: 0px;
	}
	#content .news-item .span3,
	#content .news-item .span5 {
		width: 100%;
		float: none;
	}
	#content .news-item .news-image {
		text-align: center;
		float: none;
		margin: 3px auto;
	}
	#content .news-item .news-image img {
		width: 100%;
		height: auto;
		margin: 0;
	}
}
@media (min-height: 480px) {
	#wrap {
		min-height: 480px;
	}
}
@media (min-height: 900px) {
	#wrap {
		min-height: 700px;
	}
}
@media (min-height: 1000px) {
	#wrap {
		min-height: 800px;
	}
}
@media (min-height: 1100px) {
	#wrap {
		min-height: 870px;
	}
}
@media (min-height: 1200px) {
	#wrap {
		min-height: 970px;
	}
}
/*
Responsive Menue for FAU Theme
*/
#off-canvas, #off-canvas-overlay {
	display: none;
}

@media (min-width: 768px) {
	#nav {
		overflow: hidden;
		max-height: 37px;
	}
}
@media (max-width: 767px) {
	body.js-enabled.menu-toggled #off-canvas {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	body.js-enabled.menu-toggled #wrap, body.js-enabled.menu-toggled #footer, body.js-enabled.menu-toggled .main-content-container {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
	}
	body.js-enabled.menu-toggled #off-canvas-overlay {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.75);
	}
	body.js-enabled #off-canvas, body.js-enabled #off-canvas-overlay {
		display: block;
	}
	body.js-enabled #off-canvas {
		position: fixed;
		width: 250px;
		height: 100%;
		top: 0px;
		right: 0px;
		z-index: 999;
		background: #eee;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: -webkit-transform 240ms;
		transition: transform 240ms;
		overflow-y: auto;
	}
	body.js-enabled #off-canvas #nav {
		display: block;
	}
	body.js-enabled #off-canvas-overlay {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: transparent;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: background-color 500ms ease-out;
		transition: background-color 500ms ease-out;
		z-index: 998;
	}
	body.js-enabled.admin-bar #off-canvas {
		top: 46px;
	}
	body.js-enabled #wrap, body.js-enabled #footer, body.js-enabled .main-content-container {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 240ms;
		transition: transform 240ms;
	}
	body.js-enabled #nav .nav-flyout {
		display: block;
		overflow: hidden;
		box-sizing: border-box;
		max-height: 0;
		padding: 0;
		-webkit-transition: all 500ms;
		transition: all 500ms;
	}
	body.js-enabled #nav .nav-flyout a {
		color: #E9EDF2;
	}
	body.js-enabled #nav .nav-flyout .container {
		padding: 10px;
	}
	body.js-enabled #nav .focus .nav-flyout {
		max-height: 1000px;
	}
	body.js-enabled #off-canvas-close {
		display: block;
		font-size: 14px;
		padding: 16px 10px;
		text-align: right;
	}
	body.js-enabled #off-canvas-close:hover {
		text-decoration: underline;
	}
	body.js-enabled ul#meta-nav {
		display: block;
		margin-left: 0 !important;
		margin-right: 0 !important;
		background: #EBF3D8;
	}
	body.js-enabled ul#meta-nav li {
		display: block;
	}
	body.js-enabled ul#meta-nav li a {
		display: block;
		padding: 10px 20px;
	}
	body.js-enabled ul#meta-nav li :focus, body.js-enabled ul#meta-nav li :hover {
		background: #d4d4d4;
		-webkit-transition: background 0.1s;
		-moz-transition: background 0.1s;
		-ms-transition: background 0.1s;
		transition: background 0.1s;
	}
	body.js-enabled ul#meta-nav li.fauhome::before {
		content: '';
		margin: 0;
	}
	body.js-enabled #footer .hero-navigation > *, body.js-enabled #footer .hero-navigation h1, body.js-enabled #footer .hero-navigation h2, body.js-enabled #footer .hero-navigation h3 {
		color: #fff;
	}
	body.js-enabled #footer .hero-navigation {
		margin-bottom: 50px;
	}
	body.js-enabled .caroufredsel_wrapper, body.js-enabled #logos-menu-playpause {
		display: none !important;
	}
}

/************
FAPS Theme
*************/
/* Allgemeine Anpassungen */

/* Organisation */
.fapslist_orga {
	border-style: none;
	border-spacing: 1px;
	border-collapse: separate;
	margin-bottom: 2px;
	margin-top: 0;
	table-layout: fixed;
}
table.fapslist_orga td.fapsorga_lehrstuhlinhaber_head {
	text-align: center;
	background-color: #97c139;
	width: 100%;
	height: 30px;
}
table.fapslist_orga td.fapsorga_lehrstuhlinhaber_head a {
	color: #fff;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_lehrstuhlinhaber_head a:hover {
	color: #fff;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_old_lehrstuhlinhaber_head {
	text-align: center;
	background-color: #cde29e;
	width: 100%;
	height: 30px;
}
table.fapslist_orga td.fapsorga_old_lehrstuhlinhaber_head a {
	color: #444;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_old_lehrstuhlinhaber_head a:hover {
	color: #444;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_lehrbeauftragte_head {
	text-align: center;
	background-color: #b2b2b2;
	width: 20%;
	height: 24px;
}
table.fapslist_orga td.fapsorga_lehrbeauftragte {
	background-color: #cde29e;
	width: 20%;
	padding: 2px 5px;
}
table.fapslist_orga td.fapsorga_lehrbeauftragte a {
	color: #444;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_lehrbeauftragte a:hover {
	color: #000;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_forschungsbereiche_head {
	text-align: center;
	background-color: #b2b2b2;
	width: 16%;
	height: 24px;
}
table.fapslist_orga td.fapsorga_ep_head, #tab_forschung td.fapsorga_ep_head {
	text-align: center;
	background-color: #003e00;
	width: 16%;
	padding: 5px 0;
}
table.fapslist_orga td.fapsorga_ep_head a, #tab_forschung td.fapsorga_ep_head a {
	color: #fff;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_ep_head a:hover, #tab_forschung td.fapsorga_ep_head a:hover {
	color: #fff;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_edrive_head, #tab_forschung td.fapsorga_edrive_head {
	text-align: center;
	background-color: #1e476c;
	width: 16%;
	padding: 5px 0;
}
table.fapslist_orga td.fapsorga_edrive_head a, #tab_forschung td.fapsorga_edrive_head a {
	color: #fff;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_edrive_head a:hover, #tab_forschung td.fapsorga_edrive_head a:hover {
	color: #fff;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_bordnetze_head, #tab_forschung td.fapsorga_bordnetze_head {
	text-align: center;
	background-color: #990033;
	width: 16%;
	padding: 5px 0;
}
table.fapslist_orga td.fapsorga_bordnetze_head a, #tab_forschung td.fapsorga_bordnetze_head a {
	color: #fff;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_bordnetze_head a:hover, #tab_forschung td.fapsorga_bordnetze_head a:hover {
	color: #fff;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_biomechatronik_head, #tab_forschung td.fapsorga_biomechatronik_head {
	text-align: center;
	background-color: #006600;
	width: 16%;
	padding: 5px 0;
}
table.fapslist_orga td.fapsorga_biomechatronik_head a, #tab_forschung td.fapsorga_biomechatronik_head a {
	color: #fff;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_biomechatronik_head a:hover, #tab_forschung td.fapsorga_biomechatronik_head a:hover {
	color: #fff;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_systeme_head, #tab_forschung td.fapsorga_systeme_head {
	text-align: center;
	background-color: #c8a200;
	width: 16%;
	padding: 5px 0;
}
table.fapslist_orga td.fapsorga_systeme_head a, #tab_forschung td.fapsorga_systeme_head a {
	color: #fff;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_systeme_head a:hover, #tab_forschung td.fapsorga_systeme_head a:hover {
	color: #fff;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_ehome_head, #tab_forschung td.fapsorga_ehome_head {
	text-align: center;
	background-color: #c86400;
	width: 16%;
	padding: 5px 0;
}
table.fapslist_orga td.fapsorga_ehome_head a, #tab_forschung td.fapsorga_ehome_head a {
	color: #fff;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_ehome_head a:hover, #tab_forschung td.fapsorga_ehome_head a:hover {
	color: #fff;
	text-decoration: underline;
}

table.fapslist_orga td.fapsorga_aps_head, #tab_forschung td.fapsorga_aps_head {
	text-align: center;
	background-color: #059CC2;
	width: 16%;
	padding: 5px 0;
}
table.fapslist_orga td.fapsorga_aps_head a, #tab_forschung td.fapsorga_aps_head a {
	color: #fff;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_aps_head a:hover, #tab_forschung td.fapsorga_aps_head a:hover {
	color: #fff;
	text-decoration: underline;
}

table.fapslist_orga td.fapsorga_ep {
	background-color: #b4dbbb;
	padding: 2px 5px;
}
table.fapslist_orga td.fapsorga_ep a {
	color: #444;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_ep a:hover {
	color: #000;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_edrive {
	background-color: #b4d0ea;
	padding: 2px 5px;
}
table.fapslist_orga td.fapsorga_edrive a {
	color: #444;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_edrive a:hover {
	color: #000;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_bordnetze {
	background-color: #ffc9db;
	padding: 2px 5px;
}
table.fapslist_orga td.fapsorga_bordnetze a {
	color: #444;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_bordnetze a:hover {
	color: #000;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_biomechatronik {
	background-color: #cde29e;
	padding: 2px 5px;
}
table.fapslist_orga td.fapsorga_biomechatronik a {
	color: #444;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_biomechatronik a:hover {
	color: #000;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_systeme {
	background-color: #ffea93;
	padding: 2px 5px;
}
table.fapslist_orga td.fapsorga_systeme a {
	color: #444;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_systeme a:hover {
	color: #000;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_ehome {
	background-color: #ffd1a3;
	padding: 2px 5px;
}
table.fapslist_orga td.fapsorga_ehome a {
	color: #444;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_ehome a:hover {
	color: #000;
	text-decoration: underline;
}

table.fapslist_orga td.fapsorga_aps {
	background-color: #B5E5F1;
	padding: 2px 5px;
}
table.fapslist_orga td.fapsorga_aps a {
	color: #444;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_aps a:hover {
	color: #000;
	text-decoration: underline;
}

table.fapslist_orga td.fapsorga_technik_head {
	text-align: center;
	background-color: #b2b2b2;
	width: 16%;
	height: 24px;
}
table.fapslist_orga td.fapsorga_technik_head a {
	color: #fff;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_technik_head a:hover {
	color: #fff;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_technik {
	background-color: #dddddd;
	width: 16%;
	padding: 2px 5px;
}
table.fapslist_orga td.fapsorga_technik a {
	color: #444;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_technik a:hover {
	color: #000;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_zentral_head {
	text-align: center;
	background-color: #b2b2b2;
	width: 25%;
	height: 24px;
}
table.fapslist_orga td.fapsorga_zentral_head a {
	color: #fff;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_zentral_head a:hover {
	color: #fff;
	text-decoration: underline;
}
table.fapslist_orga td.fapsorga_zentral {
	background-color: #dddddd;
	padding: 2px 5px;
}
table.fapslist_orga td.fapsorga_zentral a {
	color: #444;
	text-decoration: none;
}
table.fapslist_orga td.fapsorga_zentral a:hover {
	color: #000;
	text-decoration: underline;
}

/* Mitarbeiter */
.fapslist_person h3 {
	padding-bottom: 0;
	padding-top: 5px;
	font-weight: bold;
	font-size: 15px;
}
.fapslist_person h3 a {
	color: #444;
	text-decoration: none;
}
.fapslist_person h3:hover, .fapslist_person h3:focus {
	text-decoration: underline;
}

.fapslist_person {
	border-style: none;
	border-collapse: separate;
}
.fapslist_person td{
	background: none !important;
	padding: 5px 0;
}
.fapslist_person_name {
	width: 40%;
}
.fapslist_person_phone {
	width: 22%;
}
.fapslist_person_email {
	width: 38%;
}
ul.person-info li.person-info-forschungsbereich {
	margin-top: 10px;
	padding-left: 0px;
}
ul.person-info li.person-info-technologiefelder {
	margin-top: 10px;
	padding-left: 0px;
}
ul.person-info li.person-info-themenbereich {
	margin-top: 10px;
	padding-left: 0px;
}
ul.person-info li.person-info-lehrveranstaltungen {
	margin-top: 10px;
	padding-left: 0px;
}

/* Ausstattung*/
.ausstattung-details {
	margin-top: 20px;
}
.ausstattung-details .post-image {
	margin-top: 0px;
}
.ausstattung-details .subtitle {
	padding-top: 0;
}
.ausstattung-details .post-meta-tags {
	margin-left: 10px;
}
.ausstattung-details .meta-footer {
	clear: both;
}
.ausstattung-details .meta-footer a:hover {
	text-decoration: underline;
}
.ausstattung-details table {
	border-style: none;
	border-collapse: separate;
	width: auto;
}
.ausstattung-details td {
	background: none !important;
	padding: 2px 10px;
}

/* Forschung */
ul.liste_forschung {
	margin: 0 3px 10px;
}
ul.liste_forschung li {
	list-style-type: none;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0
}

/* Forschungsprojekte */
#projekt_detail_table {
	width: auto;
	border-style: none;
	border-collapse: separate;
}
#projekt_detail_table tbody{
	border-collapse: none;
}
#projekt_detail_table td {
	padding-right:20px;
	background: none;
}
.news-details .post-image-projects {
	float: left;
	margin: 20px 0 10px 0;
	border-bottom: 0 solid #666;
	border-right: 0 solid #666;
	height: 200px;
	padding-bottom: 0;
	padding-right: 0;
	width: 200px;
}

.news-details .post-image-projects-special {
	float: left;
	margin: 20px 0 10px 0;
	border-bottom: 0 solid #666;
	border-right: 0 solid #666;
	padding-bottom: 0;
	padding-right: 0;
	width: 200px;
}

.news-details .post-meta-projects {
	float: right;
	margin-left: 30px;
	width: 710px;
}
.attachment-post .wp-post-image .projects {
	width: 200px;
	height: 200px;
}
/*Infoblaetter*/
.span45 {
	width: 330px;
}

.row-info {
	margin-left: -20px;
	*zoom: 1;
	margin-top: 5px;
}

.row-info:before,
.row-info:after {
	display: table-cell;
	line-height: 0;
	content: "";
}

.row-info:after {
	clear: both;
}

.info-image {
	display: block;
	text-align: center;
	background: #e9edf2;
	padding: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); 
}
.info-image img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 424px;
}

/* Veranstaltungen */
.veranstaltungen_bild {
	float: left;
	margin-bottom: 0;
	margin-top: 2px;
	margin-right: 14px;
	width: 280px;
}

/* Kooperationen */
.kooperationen_bild {
	box-shadow: none !important;
	float: left;
	margin-bottom: 0;
	margin-top: 2px;
	margin-right: 14px;
}

.zeitungsartikel_bild {
	box-shadow: none !important;
	width: 100%;
	height: 100%;
}

/* CIP-Form */
input.cip_form, textarea.cip_form {
	width: 490px;
}

div.cip_captcha, input.cip_captcha {
	padding-left: 260px;
}

/*Counter*/

.counter {
	float:right;
	margin-top: 20px;
	padding:6px;
	border-radius:5px;
	background:#5d7723;
}

.counter span {
	float:left;
	width:22px;
	height:30px;
	text-indent:-9999px;
	font-size:0.0001em;
	background-image:url(../../../uploads/counter-sprite.png);
}

.counter .digit-1 {
	background-position:0 -30px;
	
	animation-name: digitSpin1;
	animation-duration: 3s;
	animation-iteration-count: 1;
	
	-webkit-animation-name: digitSpin1;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	
	-moz-animation-name: digitSpin1;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
}

@keyframes digitSpin1 {
	from { background-position:0 0; }
	to { background-position:0 -30px; }
}
@-webkit-keyframes digitSpin1 {
	from { background-position:0 0; }
	to { background-position:0 -30px; }
}
@-moz-keyframes digitSpin1 {
	from { background-position:0 0; }
	to { background-position:0 -30px; }
}

.counter .digit-2 {
	background-position:0 -60px;
	
	animation-name: digitSpin2;
	animation-duration: 3s;
	animation-iteration-count: 1;
	
	-webkit-animation-name: digitSpin2;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	
	-moz-animation-name: digitSpin2;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
}

@keyframes digitSpin2 {
	from { background-position:0 0; }
	to { background-position:0 -60px; }
}
@-webkit-keyframes digitSpin2 {
	from { background-position:0 0; }
	to { background-position:0 -60px; }
}
@-moz-keyframes digitSpin2 {
	from { background-position:0 0; }
	to { background-position:0 -60px; }
}

.counter .digit-3 {
	background-position:0 -90px;
	
	animation-name: digitSpin3;
	animation-duration: 3s;
	animation-iteration-count: 1;
	
	-webkit-animation-name: digitSpin3;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	
	-moz-animation-name: digitSpin3;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
}

@keyframes digitSpin3 {
	from { background-position:0 0; }
	to { background-position:0 -90px; }
}
@-webkit-keyframes digitSpin3 {
	from { background-position:0 0; }
	to { background-position:0 -90px; }
}
@-moz-keyframes digitSpin3 {
	from { background-position:0 0; }
	to { background-position:0 -90px; }
}

.counter .digit-4 {
	background-position:0 -120px;
	
	animation-name: digitSpin4;
	animation-duration: 3s;
	animation-iteration-count: 1;
	
	-webkit-animation-name: digitSpin4;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	
	-moz-animation-name: digitSpin4;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
}

@keyframes digitSpin4 {
	from { background-position:0 0; }
	to { background-position:0 -120px; }
}
@-webkit-keyframes digitSpin4 {
	from { background-position:0 0; }
	to { background-position:0 -120px; }
}
@-moz-keyframes digitSpin4 {
	from { background-position:0 0; }
	to { background-position:0 -120px; }
}

.counter .digit-5 {
	background-position:0 -150px;
	
	animation-name: digitSpin5;
	animation-duration: 3s;
	animation-iteration-count: 1;
	
	-webkit-animation-name: digitSpin5;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	
	-moz-animation-name: digitSpin5;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
}

@keyframes digitSpin5 {
	from { background-position:0 0; }
	to { background-position:0 -150px; }
}
@-webkit-keyframes digitSpin5 {
	from { background-position:0 0; }
	to { background-position:0 -150px; }
}
@-moz-keyframes digitSpin5 {
	from { background-position:0 0; }
	to { background-position:0 -150px; }
}

.counter .digit-6 {
	background-position:0 -180px;
	
	animation-name: digitSpin6;
	animation-duration: 3s;
	animation-iteration-count: 1;
	
	-webkit-animation-name: digitSpin6;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	
	-moz-animation-name: digitSpin6;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
}

@keyframes digitSpin6 {
	from { background-position:0 0; }
	to { background-position:0 -180px; }
}
@-webkit-keyframes digitSpin6 {
	from { background-position:0 0; }
	to { background-position:0 -180px; }
}
@-moz-keyframes digitSpin6 {
	from { background-position:0 0; }
	to { background-position:0 -180px; }
}

.counter .digit-7 {
	background-position:0 -210px;
	
	animation-name: digitSpin7;
	animation-duration: 3s;
	animation-iteration-count: 1;
	
	-webkit-animation-name: digitSpin7;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	
	-moz-animation-name: digitSpin7;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
}

@keyframes digitSpin7 {
	from { background-position:0 0; }
	to { background-position:0 -210px; }
}
@-webkit-keyframes digitSpin7 {
	from { background-position:0 0; }
	to { background-position:0 -210px; }
}
@-moz-keyframes digitSpin7 {
	from { background-position:0 0; }
	to { background-position:0 -210px; }
}
.counter .digit-8 {
	background-position:0 -240px;
	
	animation-name: digitSpin8;
	animation-duration: 3s;
	animation-iteration-count: 1;
	
	-webkit-animation-name: digitSpin8;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	
	-moz-animation-name: digitSpin8;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
}

@keyframes digitSpin8 {
	from { background-position:0 0; }
	to { background-position:0 -240px; }
}
@-webkit-keyframes digitSpin8 {
	from { background-position:0 0; }
	to { background-position:0 -240px; }
}
@-moz-keyframes digitSpin8 {
	from { background-position:0 0; }
	to { background-position:0 -240px; }
}
.counter .digit-9 {
	background-position:0 -270px;
	
	animation-name: digitSpin9;
	animation-duration: 3s;
	animation-iteration-count: 1;
	
	-webkit-animation-name: digitSpin9;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	
	-moz-animation-name: digitSpin9;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
}

@keyframes digitSpin9 {
	from { background-position:0 0; }
	to { background-position:0 -270px; }
}
@-webkit-keyframes digitSpin9 {
	from { background-position:0 0; }
	to { background-position:0 -270px; }
}
@-moz-keyframes digitSpin9 {
	from { background-position:0 0; }
	to { background-position:0 -270px; }
}
.counter .digit-0 {
	background-position:0 -300px;
	
	animation-name: digitSpin10;
	animation-duration: 3s;
	animation-iteration-count: 1;
	
	-webkit-animation-name: digitSpin10;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	
	-moz-animation-name: digitSpin10;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1;
}

@keyframes digitSpin10 {
	from { background-position:0 0; }
	to { background-position:0 -300px; }
}
@-webkit-keyframes digitSpin10 {
	from { background-position:0 0; }
	to { background-position:0 -300px; }
}
@-moz-keyframes digitSpin10 {
	from { background-position:0 0; }
	to { background-position:0 -300px; }
}

/*# sourceMappingURL=base.css.map */