@-ms-viewport {
width: device-width;
resolution: device;
}
 @-o-viewport {
width: device-width;
resolution: device;
}
@viewport {
width: device-width;
resolution: device;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*# sourceMappingURL=slick.css.map */

/* CSS crunched with Crunch - http://crunchapp.net/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px dashed #d2d4d6;margin:1em 0;padding:0}input,select{vertical-align:middle}select,input,textarea,button{margin:0;padding:0}textarea{-webkit-border-radius:0}select:focus,input:focus,textarea:focus{outline:none}input[type="search"]{-webkit-border-radius:0}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input,textarea{font-size:.875em}textarea{color:#5e6a71;box-sizing:border-box;padding:4px 8px 4px 8px}@font-face{font-family:'share-regularregular';src:url('fonts/Share-Regular-webfont.eot');src:url('fonts/Share-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/Share-Regular-webfont.woff') format('woff'),url('fonts/Share-Regular-webfont.ttf') format('truetype'),url('fonts/Share-Regular-webfont.svg#share-regularregular') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'share-boldregular';src:url('fonts/Share-Bold-webfont.eot');src:url('fonts/Share-Bold-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/Share-Bold-webfont.woff') format('woff'),url('fonts/Share-Bold-webfont.ttf') format('truetype'),url('fonts/Share-Bold-webfont.svg#share-boldregular') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'share-italicregular';src:url('fonts/Share-Italic-webfont.eot');src:url('fonts/Share-Italic-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/Share-Italic-webfont.woff') format('woff'),url('fonts/Share-Italic-webfont.ttf') format('truetype'),url('fonts/Share-Italic-webfont.svg#share-italicregular') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'share-bolditalicregular';src:url('fonts/Share-BoldItalic-webfont.eot');src:url('fonts/Share-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/Share-BoldItalic-webfont.woff') format('woff'),url('fonts/Share-BoldItalic-webfont.ttf') format('truetype'),url('fonts/Share-BoldItalic-webfont.svg#share-bolditalicregular') format('svg');font-weight:normal;font-style:normal}.center1110{margin:0 auto;padding:0;width:100%;max-width:1110px}.center1170{margin:0 auto;padding:0;width:100%;max-width:1170px}.hcenter{margin-left:auto;margin-right:auto}.hcenterabsolute{position:absolute;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.centerabsolute{position:absolute;top:50%;left:50%;margin-right:-50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.borderbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.darkborder{border:solid 1px #353c40}.bgborder{border:solid 1px #5e6a71}.roundbottomright{-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}.borderbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.insetshadow{-moz-box-shadow:inset 2px 2px 3px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 2px 2px 3px 1px rgba(0,0,0,0.2);box-shadow:inset 2px 2px 3px 1px rgba(0,0,0,0.2)}.insetshadowsmall{-moz-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2)}.outsetshadow{-moz-box-shadow:inset -2px -2px 3px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset -2px -2px 3px 1px rgba(0,0,0,0.2);box-shadow:inset -2px -2px 3px 1px rgba(0,0,0,0.2)}.shadowbottom{-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2)}.shadowtop{-moz-box-shadow:0 -6px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 -6px 3px rgba(0,0,0,0.2);box-shadow:0 -6px 3px rgba(0,0,0,0.2)}.shadowtext{text-shadow:#202426 1px 1px 1px}.inputfield{height:25px;padding:2px 8px 2px 8px;border:solid 1px #353c40;color:#5e6a71;-webkit-appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.inputfield:focus{-moz-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);color:#333}.selectfield{height:25px;padding:2px 8px 6px 5px;border:solid 1px #5e6a71;color:white;background-color:#5e6a71;-webkit-appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectfield:focus{-moz-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2)}.submitbutton{height:25px;padding:2px 8px 6px 5px;border:solid 1px #5e6a71;color:white;background-color:#5e6a71;-webkit-appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.submitbutton:hover{background-color:#6a7880}.biggermix{font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal}.valign{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.valignbottom{position:relative;top:100%;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}* html .clearfix{zoom:1}*:first-child+html .clearfix{zoom:1}body.orange .fontcolor{color:#ff9100}body.gruen .fontcolor{color:#089c83}body.lila .fontcolor{color:#9b1889}body.orange .bgcolor{background:#ff9100;color:white}body.gruen .bgcolor{background:#089c83;color:white}body.lila .bgcolor{background:#9b1889;color:white}.listen ol,.listen ol ol{margin-left:2em}.listen p,.listen ul,.listen ol,.listen dl{font-size:.9375em;margin-bottom:1.0em}.listen ul{list-style-type:none;margin-left:2.5em}.listen ul li:before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange .listen ul li:before{color:#ff9100}body.gruen .listen ul li:before{color:#089c83}body.lila .listen ul li:before{color:#9b1889}.listen ul li ul{margin-left:2em;font-size:100%}.listen ul li ul li::before{left:-1em;font-size:15px}.listen ul.download li,.listen ul.collection-content li,.listen ul.csc-menu-1 li,.listen ol li ul.download li,.listen ul li ul.download li{margin-bottom:0.5em;padding-bottom:0.5em;border-bottom:1px dashed #d2d4d6;margin-left:-1.5em;padding-left:1.5em}.listen ul.download li::before,.listen ul.collection-content li::before,.listen ul.csc-menu-1 li::before,.listen ol li ul.download li::before,.listen ul li ul.download li::before{content:counter(li, none) "» ";left:-1em;font-size-adjust:none;font-size:22px;top:-0.05em}body.orange .listen ul.download li::before,body.orange .listen ul.collection-content li::before,body.orange .listen ul.csc-menu-1 li::before,body.orange .listen ol li ul.download li::before,body.orange .listen ul li ul.download li::before{color:#ff9100}body.gruen .listen ul.download li::before,body.gruen .listen ul.collection-content li::before,body.gruen .listen ul.csc-menu-1 li::before,body.gruen .listen ol li ul.download li::before,body.gruen .listen ul li ul.download li::before{color:#089c83}body.lila .listen ul.download li::before,body.lila .listen ul.collection-content li::before,body.lila .listen ul.csc-menu-1 li::before,body.lila .listen ol li ul.download li::before,body.lila .listen ul li ul.download li::before{color:#9b1889}.listen ul.download li ul li::before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange .listen ul.download li ul li::before{color:#ff9100}body.gruen .listen ul.download li ul li::before{color:#089c83}body.lila .listen ul.download li ul li::before{color:#9b1889}.listen ul.download li ul.download li::before{content:counter(li, none) "» ";font-size:22px}.listen ul.download li ul li:last-child,.listen ul.download li ul.download li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.listen ul.csc-menu-1{margin-bottom:2.5em}.listen ul.inline-list,.listen ul.csc-menu-3{display:block;clear:both;margin-left:0;font-size:.75em;line-height:2em}.listen ul.inline-list li,.listen ul.csc-menu-3 li{display:inline}.listen ul.inline-list li:before,.listen ul.csc-menu-3 li:before{content:"";margin-left:0}.listen ul.inline-list li:first-child:before,.listen ul.csc-menu-3 li:first-child:before{content:none}.listen ul.inline-list li:after,.listen ul.csc-menu-3 li:after{content:"|";font-weight:bold;margin-left:1em;margin-right:1em}.listen ul.inline-list li:last-child:after,.listen ul.csc-menu-3 li:last-child:after{content:"";margin-left:0;margin-right:0}.listen ul.csc-menu-3{margin-bottom:2em}.listen ol{list-style-type:none}.listen ol li{counter-increment:count-me;position:relative}.listen ol li::before{content:counter(count-me) ". ";display:block;position:absolute;left:-2.5em;text-align:right;width:2em;top:auto;line-height:1.5;font-weight:bold}body.orange .listen ol li::before{color:#ff9100}body.gruen .listen ol li::before{color:#089c83}body.lila .listen ol li::before{color:#9b1889}.listen ol ol,.listen ul ol.alpha{list-style-type:none;font-size:100%}.listen ol ol li,.listen ul ol.alpha li{counter-increment:li}.listen ol ol li::before,.listen ul ol.alpha li::before{content:counter(li, lower-alpha) '. ';display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;font-weight:bold;font-size:100%}body.orange .listen ol ol li::before,body.orange .listen ul ol.alpha li::before{color:#ff9100}body.gruen .listen ol ol li::before,body.gruen .listen ul ol.alpha li::before{color:#089c83}body.lila .listen ol ol li::before,body.lila .listen ul ol.alpha li::before{color:#9b1889}.listen ul ol{font-size:100%}.listen ol.alpha{list-style-type:none}.listen ol.alpha>li{counter-increment:li}.listen ol.alpha>li::before{content:counter(li, lower-alpha) '. ';display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:auto;line-height:1.5}body.orange .listen ol.alpha>li::before{color:#ff9100}body.gruen .listen ol.alpha>li::before{color:#089c83}body.lila .listen ol.alpha>li::before{color:#9b1889}.listen ol.alpha>li ul{list-style-type:none;margin-left:2.5em}.listen ol.alpha>li ul li{font-size:100%}.listen ol.alpha>li ul li:before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange .listen ol.alpha>li ul li:before{color:#ff9100}body.gruen .listen ol.alpha>li ul li:before{color:#089c83}body.lila .listen ol.alpha>li ul li:before{color:#9b1889}.listen ol.alpha>li ul.download li:before{content:counter(li, none) "» ";left:-1em;font-size-adjust:none;font-size:22px;top:-0.05em}.listen ul ol.alpha li:before,.listen ul ol li:before{display:block;position:relative;max-width:0px;max-height:0px;font-size:100%;left:-1.3em;top:.5em;top:auto;line-height:1.5}.listen ol ol li:before{display:block;position:relative;max-width:0px;max-height:0px;font-size:100%;left:-1.3em;top:auto;line-height:1.5}.listen ol li ul{font-size:100%}.listen ol li ul li:before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange .listen ol li ul li:before{color:#ff9100}body.gruen .listen ol li ul li:before{color:#089c83}body.lila .listen ol li ul li:before{color:#9b1889}.listen ul ul,.listen ul ol,.listen ol ol,.listen ol ul{margin-bottom:0.25em;margin-top:0.25em}.listen ul.zwischenraum li,.listen ol.zwischenraum li,.listen p.zwischenraum{margin-bottom:.6875em}.gradientsmoothhellgrau{background:#e1e5eb;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTVlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #e1e5eb 0, #fff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e1e5eb), color-stop(100%, #fff));background:-webkit-linear-gradient(top, #e1e5eb 0, #fff 100%);background:-o-linear-gradient(top, #e1e5eb 0, #fff 100%);background:-ms-linear-gradient(top, #e1e5eb 0, #fff 100%);background:linear-gradient(to bottom, #e1e5eb 0, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e5eb', endColorstr='#ffffff', GradientType=0)}.gradienthellgrau{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWU1ZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #fff 0, #fff 90%, #e1e5eb 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(90%, #fff), color-stop(100%, #e1e5eb));background:-webkit-linear-gradient(top, #fff 0, #fff 90%, #e1e5eb 100%);background:-o-linear-gradient(top, #fff 0, #fff 90%, #e1e5eb 100%);background:-ms-linear-gradient(top, #fff 0, #fff 90%, #e1e5eb 100%);background:linear-gradient(to bottom, #fff 0, #fff 90%, #e1e5eb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e5eb', GradientType=0)}.darkgradient{background:#e1e5eb;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTVlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTZhNzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #e1e5eb 0, #5e6a71 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e1e5eb), color-stop(100%, #5e6a71));background:-webkit-linear-gradient(top, #e1e5eb 0, #5e6a71 100%);background:-o-linear-gradient(top, #e1e5eb 0, #5e6a71 100%);background:-ms-linear-gradient(top, #e1e5eb 0, #5e6a71 100%);background:linear-gradient(to bottom, #e1e5eb 0, #5e6a71 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e5eb', endColorstr='#5e6a71', GradientType=0)}.radialgradient{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTFlNWViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-radial-gradient(center, ellipse cover, #fff 0, #fff 55%, #e1e5eb 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fff), color-stop(55%, #fff), color-stop(100%, #e1e5eb));background:-webkit-radial-gradient(center, ellipse cover, #fff 0, #fff 55%, #e1e5eb 100%);background:-o-radial-gradient(center, ellipse cover, #fff 0, #fff 55%, #e1e5eb 100%);background:-ms-radial-gradient(center, ellipse cover, #fff 0, #fff 55%, #e1e5eb 100%);background:radial-gradient(ellipse at center, #fff 0, #fff 55%, #e1e5eb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e5eb', GradientType=1)}.radialgradient2{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:-moz-radial-gradient(center, ellipse cover, #fff 90%, #ebeff4 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(90%, #fff), color-stop(100%, #ebeff4));background:-webkit-radial-gradient(center, ellipse cover, #fff 90%, #ebeff4 100%);background:-o-radial-gradient(center, ellipse cover, #fff 90%, #ebeff4 100%);background:-ms-radial-gradient(center, ellipse cover, #fff 90%, #ebeff4 100%);background:radial-gradient(ellipse at center, #fff 90%, #ebeff4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebeff4', GradientType=1)}.radialgradient3{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:-moz-radial-gradient(center, ellipse cover, #fff 85%, #ebeff4 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(85%, #fff), color-stop(100%, #ebeff4));background:-webkit-radial-gradient(center, ellipse cover, #fff 85%, #ebeff4 100%);background:-o-radial-gradient(center, ellipse cover, #fff 85%, #ebeff4 100%);background:-ms-radial-gradient(center, ellipse cover, #fff 85%, #ebeff4 100%);background:radial-gradient(ellipse at center, #fff 85%, #ebeff4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebeff4', GradientType=1)}.radialgradient4{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTVlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:-moz-radial-gradient(center, ellipse cover, #fff 75%, #e1e5eb 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(75%, #fff), color-stop(100%, #e1e5eb));background:-webkit-radial-gradient(center, ellipse cover, #fff 75%, #e1e5eb 100%);background:-o-radial-gradient(center, ellipse cover, #fff 75%, #e1e5eb 100%);background:-ms-radial-gradient(center, ellipse cover, #fff 75%, #e1e5eb 100%);background:radial-gradient(ellipse at center, #fff 75%, #e1e5eb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e5eb', GradientType=1)}.radialgradient5{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:-moz-radial-gradient(center, ellipse cover, #fff 45%, #ebeff4 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(45%, #fff), color-stop(100%, #ebeff4));background:-webkit-radial-gradient(center, ellipse cover, #fff 45%, #ebeff4 100%);background:-o-radial-gradient(center, ellipse cover, #fff 45%, #ebeff4 100%);background:-ms-radial-gradient(center, ellipse cover, #fff 45%, #ebeff4 100%);background:radial-gradient(ellipse at center, #fff 45%, #ebeff4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebeff4', GradientType=1)}.radialgradient6{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlZmY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-radial-gradient(center, ellipse cover, #fff 0, #fff 60%, #ebeff4 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fff), color-stop(60%, #fff), color-stop(100%, #ebeff4));background:-webkit-radial-gradient(center, ellipse cover, #fff 0, #fff 60%, #ebeff4 100%);background:-o-radial-gradient(center, ellipse cover, #fff 0, #fff 60%, #ebeff4 100%);background:-ms-radial-gradient(center, ellipse cover, #fff 0, #fff 60%, #ebeff4 100%);background:radial-gradient(ellipse at center, #fff 0, #fff 60%, #ebeff4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebeff4', GradientType=1)}.radialgradient7{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:-moz-radial-gradient(center, ellipse cover, #fff 50%, #ebeff4 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(50%, #fff), color-stop(100%, #ebeff4));background:-webkit-radial-gradient(center, ellipse cover, #fff 50%, #ebeff4 100%);background:-o-radial-gradient(center, ellipse cover, #fff 50%, #ebeff4 100%);background:-ms-radial-gradient(center, ellipse cover, #fff 50%, #ebeff4 100%);background:radial-gradient(ellipse at center, #fff 50%, #ebeff4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebeff4', GradientType=1)}.radialgradient8{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlZmY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-radial-gradient(center, ellipse cover, #fff 0, #ebeff4 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fff), color-stop(100%, #ebeff4));background:-webkit-radial-gradient(center, ellipse cover, #fff 0, #ebeff4 100%);background:-o-radial-gradient(center, ellipse cover, #fff 0, #ebeff4 100%);background:-ms-radial-gradient(center, ellipse cover, #fff 0, #ebeff4 100%);background:radial-gradient(ellipse at center, #fff 0, #ebeff4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebeff4', GradientType=1)}.diagonalgradient{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTVlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-45deg, #fff 0, #fff 55%, #e1e5eb 100%);background:-webkit-gradient(linear, left top, right bottom, color-stop(0, #fff), color-stop(55%, #fff), color-stop(100%, #e1e5eb));background:-webkit-linear-gradient(-45deg, #fff 0, #fff 55%, #e1e5eb 100%);background:-o-linear-gradient(-45deg, #fff 0, #fff 55%, #e1e5eb 100%);background:-ms-linear-gradient(-45deg, #fff 0, #fff 55%, #e1e5eb 100%);background:linear-gradient(135deg, #fff 0, #fff 55%, #e1e5eb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e5eb', GradientType=1)}.diagonalgradient2{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTVlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-45deg, #fff 0, #fff 75%, #e1e5eb 100%);background:-webkit-gradient(linear, left top, right bottom, color-stop(0, #fff), color-stop(75%, #fff), color-stop(100%, #e1e5eb));background:-webkit-linear-gradient(-45deg, #fff 0, #fff 75%, #e1e5eb 100%);background:-o-linear-gradient(-45deg, #fff 0, #fff 75%, #e1e5eb 100%);background:-ms-linear-gradient(-45deg, #fff 0, #fff 75%, #e1e5eb 100%);background:linear-gradient(135deg, #fff 0, #fff 75%, #e1e5eb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e5eb', GradientType=1)}.diagonalgradient3{background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTVlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(45deg, #fff 0, #fff 80%, #e1e5eb 100%);background:-webkit-gradient(linear, left bottom, right top, color-stop(0, #fff), color-stop(80%, #fff), color-stop(100%, #e1e5eb));background:-webkit-linear-gradient(45deg, #fff 0, #fff 80%, #e1e5eb 100%);background:-o-linear-gradient(45deg, #fff 0, #fff 80%, #e1e5eb 100%);background:-ms-linear-gradient(45deg, #fff 0, #fff 80%, #e1e5eb 100%);background:linear-gradient(45deg, #fff 0, #fff 80%, #e1e5eb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e5eb', GradientType=1)}.diagonalgradient4{background:#e1e5eb;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTFlNWViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-45deg, #e1e5eb 0, #fff 20%, #fff 100%);background:-webkit-gradient(linear, left top, right bottom, color-stop(0, #e1e5eb), color-stop(20%, #fff), color-stop(100%, #fff));background:-webkit-linear-gradient(-45deg, #e1e5eb 0, #fff 20%, #fff 100%);background:-o-linear-gradient(-45deg, #e1e5eb 0, #fff 20%, #fff 100%);background:-ms-linear-gradient(-45deg, #e1e5eb 0, #fff 20%, #fff 100%);background:linear-gradient(135deg, #e1e5eb 0, #fff 20%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e5eb', endColorstr='#ffffff', GradientType=1)}.diagonalgradient5{background:#e1e5eb;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTFlNWViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(-45deg, #e1e5eb 0, #fff 20%, #fff 90%, #ebeff4 100%);background:-webkit-gradient(linear, left top, right bottom, color-stop(0, #e1e5eb), color-stop(20%, #fff), color-stop(90%, #fff), color-stop(100%, #ebeff4));background:-webkit-linear-gradient(-45deg, #e1e5eb 0, #fff 20%, #fff 90%, #ebeff4 100%);background:-o-linear-gradient(-45deg, #e1e5eb 0, #fff 20%, #fff 90%, #ebeff4 100%);background:-ms-linear-gradient(-45deg, #e1e5eb 0, #fff 20%, #fff 90%, #ebeff4 100%);background:linear-gradient(135deg, #e1e5eb 0, #fff 20%, #fff 90%, #ebeff4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e5eb', endColorstr='#ebeff4', GradientType=1)}.diagonalgradient6{background:#e1e5eb;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTFlNWViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background:-moz-linear-gradient(45deg, #e1e5eb 0, #fff 20%, #fff 90%, #ebeff4 100%);background:-webkit-gradient(linear, left bottom, right top, color-stop(0, #e1e5eb), color-stop(20%, #fff), color-stop(90%, #fff), color-stop(100%, #ebeff4));background:-webkit-linear-gradient(45deg, #e1e5eb 0, #fff 20%, #fff 90%, #ebeff4 100%);background:-o-linear-gradient(45deg, #e1e5eb 0, #fff 20%, #fff 90%, #ebeff4 100%);background:-ms-linear-gradient(45deg, #e1e5eb 0, #fff 20%, #fff 90%, #ebeff4 100%);background:linear-gradient(45deg, #e1e5eb 0, #fff 20%, #fff 90%, #ebeff4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e5eb', endColorstr='#ebeff4', GradientType=1)}html{font-family:Arial,Helvetica,sans-serif;color:#202426;background-color:white}body{width:100%;font-size:100.01%;line-height:1.5}h1,h2,h3{color:#353c40;font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;font-weight:normal}h1{font-size:2.4375em;margin-bottom:.5em;margin-top:.9375em;line-height:1.2}h2{font-size:1.5em;margin-bottom:0.75em;margin-top:1.5em}h2.contenttop{margin-bottom:0;font-size:1.75em;margin-top:1.305803571em;font-size:1.875em;margin-top:1.21875em;margin-top:1.08em}a+h1.fontcolor{margin-top:0}h3{font-size:1.1875em;margin-top:.75em;margin-bottom:.75em}h3.collection-title{margin-top:1.5em}h4{font-size:1.0625em;font-family:Arial,Helvetica,sans-serif;font-weight:bold;color:#5e6a71;color:#4a3950}h5{font-size:.875em;margin-bottom:1em;font-weight:normal}#page:before,#page:after{content:" ";display:table}#page:after{clear:both}#page ol,#page ol ol{margin-left:2em}#page p,#page ul,#page ol,#page dl{font-size:.9375em;margin-bottom:1.0em}#page ul{list-style-type:none;margin-left:2.5em}#page ul li:before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange #page ul li:before{color:#ff9100}body.gruen #page ul li:before{color:#089c83}body.lila #page ul li:before{color:#9b1889}#page ul li ul{margin-left:2em;font-size:100%}#page ul li ul li::before{left:-1em;font-size:15px}#page ul.download li,#page ul.collection-content li,#page ul.csc-menu-1 li,#page ol li ul.download li,#page ul li ul.download li{margin-bottom:0.5em;padding-bottom:0.5em;border-bottom:1px dashed #d2d4d6;margin-left:-1.5em;padding-left:1.5em}#page ul.download li::before,#page ul.collection-content li::before,#page ul.csc-menu-1 li::before,#page ol li ul.download li::before,#page ul li ul.download li::before{content:counter(li, none) "» ";left:-1em;font-size-adjust:none;font-size:22px;top:-0.05em}body.orange #page ul.download li::before,body.orange #page ul.collection-content li::before,body.orange #page ul.csc-menu-1 li::before,body.orange #page ol li ul.download li::before,body.orange #page ul li ul.download li::before{color:#ff9100}body.gruen #page ul.download li::before,body.gruen #page ul.collection-content li::before,body.gruen #page ul.csc-menu-1 li::before,body.gruen #page ol li ul.download li::before,body.gruen #page ul li ul.download li::before{color:#089c83}body.lila #page ul.download li::before,body.lila #page ul.collection-content li::before,body.lila #page ul.csc-menu-1 li::before,body.lila #page ol li ul.download li::before,body.lila #page ul li ul.download li::before{color:#9b1889}#page ul.download li ul li::before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange #page ul.download li ul li::before{color:#ff9100}body.gruen #page ul.download li ul li::before{color:#089c83}body.lila #page ul.download li ul li::before{color:#9b1889}#page ul.download li ul.download li::before{content:counter(li, none) "» ";font-size:22px}#page ul.download li ul li:last-child,#page ul.download li ul.download li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}#page ul.csc-menu-1{margin-bottom:2.5em}#page ul.inline-list,#page ul.csc-menu-3{display:block;clear:both;margin-left:0;font-size:.75em;line-height:2em}#page ul.inline-list li,#page ul.csc-menu-3 li{display:inline}#page ul.inline-list li:before,#page ul.csc-menu-3 li:before{content:"";margin-left:0}#page ul.inline-list li:first-child:before,#page ul.csc-menu-3 li:first-child:before{content:none}#page ul.inline-list li:after,#page ul.csc-menu-3 li:after{content:"|";font-weight:bold;margin-left:1em;margin-right:1em}#page ul.inline-list li:last-child:after,#page ul.csc-menu-3 li:last-child:after{content:"";margin-left:0;margin-right:0}#page ul.csc-menu-3{margin-bottom:2em}#page ol{list-style-type:none}#page ol li{counter-increment:count-me;position:relative}#page ol li::before{content:counter(count-me) ". ";display:block;position:absolute;left:-2.5em;text-align:right;width:2em;top:auto;line-height:1.5;font-weight:bold}body.orange #page ol li::before{color:#ff9100}body.gruen #page ol li::before{color:#089c83}body.lila #page ol li::before{color:#9b1889}#page ol ol,#page ul ol.alpha{list-style-type:none;font-size:100%}#page ol ol li,#page ul ol.alpha li{counter-increment:li}#page ol ol li::before,#page ul ol.alpha li::before{content:counter(li, lower-alpha) '. ';display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;font-weight:bold;font-size:100%}body.orange #page ol ol li::before,body.orange #page ul ol.alpha li::before{color:#ff9100}body.gruen #page ol ol li::before,body.gruen #page ul ol.alpha li::before{color:#089c83}body.lila #page ol ol li::before,body.lila #page ul ol.alpha li::before{color:#9b1889}#page ul ol{font-size:100%}#page ol.alpha{list-style-type:none}#page ol.alpha>li{counter-increment:li}#page ol.alpha>li::before{content:counter(li, lower-alpha) '. ';display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:auto;line-height:1.5}body.orange #page ol.alpha>li::before{color:#ff9100}body.gruen #page ol.alpha>li::before{color:#089c83}body.lila #page ol.alpha>li::before{color:#9b1889}#page ol.alpha>li ul{list-style-type:none;margin-left:2.5em}#page ol.alpha>li ul li{font-size:100%}#page ol.alpha>li ul li:before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange #page ol.alpha>li ul li:before{color:#ff9100}body.gruen #page ol.alpha>li ul li:before{color:#089c83}body.lila #page ol.alpha>li ul li:before{color:#9b1889}#page ol.alpha>li ul.download li:before{content:counter(li, none) "» ";left:-1em;font-size-adjust:none;font-size:22px;top:-0.05em}#page ul ol.alpha li:before,#page ul ol li:before{display:block;position:relative;max-width:0px;max-height:0px;font-size:100%;left:-1.3em;top:.5em;top:auto;line-height:1.5}#page ol ol li:before{display:block;position:relative;max-width:0px;max-height:0px;font-size:100%;left:-1.3em;top:auto;line-height:1.5}#page ol li ul{font-size:100%}#page ol li ul li:before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange #page ol li ul li:before{color:#ff9100}body.gruen #page ol li ul li:before{color:#089c83}body.lila #page ol li ul li:before{color:#9b1889}#page ul ul,#page ul ol,#page ol ol,#page ol ul{margin-bottom:0.25em;margin-top:0.25em}#page ul.zwischenraum li,#page ol.zwischenraum li,#page p.zwischenraum{margin-bottom:.6875em}#page table{width:100%;font-size:.875em;margin-top:1.5em;margin-bottom:2.5em;border:0}#page table p{margin:0 !important;font-size:inherit !important}#page table.zwischenraum{margin-bottom:3.5em}#page caption{margin-bottom:1em;font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;font-weight:normal;font-size:1.25em;text-align:left}body.orange #page caption{color:#ff9100}body.gruen #page caption{color:#089c83}body.lila #page caption{color:#9b1889}body.orange #page caption{border-bottom:solid 1px #ff9100;border-top:solid 1px #ff9100}body.gruen #page caption{border-bottom:solid 1px #089c83;border-top:solid 1px #089c83}body.lila #page caption{border-bottom:solid 1px #9b1889;border-top:solid 1px #9b1889}#page caption.center{text-align:center}#page th{border-top:1px solid #e1e5eb;border-bottom:1px solid #c9ccd1;padding:0 0 6px 0;margin-bottom:9px;text-align:left;word-wrap:break-word}#page table.no-thead caption{border-top:1px solid #e1e5eb;border-bottom:1px solid #c9ccd1;padding-left:6px;margin-bottom:9px;color:black;background-color:#e1e5eb}#page thead tr{background-color:#e1e5eb}#page .zahlen{text-align:right !important}#page .zentrieren{text-align:center !important}#page td,#page th{padding:4px}body.orange #page td{border-bottom:solid 1px #ff9100}body.gruen #page td{border-bottom:solid 1px #089c83}body.lila #page td{border-bottom:solid 1px #9b1889}#page tfoot{font-size:.75em;color:#202426}#page tfoot tr{background-color:white !important}#page tfoot td{border:none !important}#page tfoot td .hinweis{font-weight:bold}#page table.tablebutton{border-bottom:none !important;table-layout:fixed;border-spacing:15px;border-collapse:separate}#page table.tablebutton td{font-weight:bold;vertical-align:middle;vertical-align:bottom;border:none;padding:0;padding:15px;padding-top:5px;border:1px dashed #c9ccd1;-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2)}#page table.tablebutton td a{display:block;width:100%;text-align:center}#page table.tablebutton td a img{max-width:255px;max-width:100%;width:auto;max-height:100px;height:auto}body.orange #page table.stripes th,body.orange #page table.stripes td{border:solid 1px #ff9100}body.gruen #page table.stripes th,body.gruen #page table.stripes td{border:solid 1px #089c83}body.lila #page table.stripes th,body.lila #page table.stripes td{border:solid 1px #9b1889}body.orange #page table.stripes th{background-color:#ff9100;color:white}body.gruen #page table.stripes th{background-color:#089c83;color:white}body.lila #page table.stripes th{background-color:#9b1889;color:white}#page table.stripes td{border-bottom:none}body.orange #page table.stripes tr:nth-child(odd){background-color:rgba(255,145,0,0.2)}body.gruen #page table.stripes tr:nth-child(odd){background-color:rgba(8,156,131,0.2)}body.lila #page table.stripes tr:nth-child(odd){background-color:rgba(155,24,137,0.2)}#page table.stripes tr:nth-child(odd){background-color:white}body.orange #page table.stripes thead tr{background-color:#ff9100;color:white}body.gruen #page table.stripes thead tr{background-color:#089c83;color:white}body.lila #page table.stripes thead tr{background-color:#9b1889;color:white}#page table.pagecolor{border-spacing:1px;border-collapse:separate}#page table.pagecolor td{border-bottom:none}#page table.pagecolor th{border:none}body.orange #page table.pagecolor th{background-color:#ffa000;color:white}body.gruen #page table.pagecolor th{background-color:#089c83;color:white}body.lila #page table.pagecolor th{background-color:#9b1889;color:white}body.orange #page table.pagecolor tr{background-color:rgba(255,145,0,0.2)}body.gruen #page table.pagecolor tr{background-color:rgba(8,156,131,0.2)}body.lila #page table.pagecolor tr{background-color:rgba(155,24,137,0.2)}#page table.pagecolor thead tr{background-color:white}#page table.formular caption{border:none}#page table.formular th{border-top:none}body.orange #page table.formular th{border-bottom:solid 1px #ff9100}body.gruen #page table.formular th{border-bottom:solid 1px #089c83}body.lila #page table.formular th{border-bottom:solid 1px #9b1889}body.orange #page table.formular tbody{border-top:solid 1px #ff9100}body.gruen #page table.formular tbody{border-top:solid 1px #089c83}body.lila #page table.formular tbody{border-top:solid 1px #9b1889}#page dl,#page .imagebox,#page .textbox,#page .video,#page .html5video{float:right;clear:right;width:46.849315%;margin:0 2px 20px 4.2553191%;width:37.9452054%;margin:0 2px 20px 8.9041095%;width:33.83561644%;padding:4px 4px 4px 4px;width:32.19178082%;width:31.91780822%;margin:0 0 2em 3.835616438%;width:30.6578947%;margin:0 0 2em 3.6842105%;padding:10px 10px 10px 10px;background-color:white;border:1px solid #c9ccd1;font-size:80%;text-align:center;color:black;font-weight:bold}#page dl dt,#page .imagebox dt,#page .textbox dt,#page .video dt,#page .html5video dt{font-weight:bold}#page dl img,#page .imagebox img,#page .textbox img,#page .video img,#page .html5video img{float:none;width:100%;height:auto;margin:0;max-width:350px;margin-bottom:1em}#page .textbox{text-align:left}#page .textbox ul{font-size:100%}#page .textbox ul li{margin-bottom:1em;margin-top:1em}#page .bodytext{float:left;width:60.95890411%}#page dl.figure{background-color:white;border:1px solid #c9ccd1;float:right;margin:0 1px 1em 2.7027027%;padding:4px;padding:6px;width:22.9729729%;text-align:center;color:black;font-weight:bold}#page dl.figure dt img{max-width:255px !important;width:100%;height:auto}#page .accordion-item dl.figure,#page dl.grau{background-color:#e1e5eb}#page dl dt img,#page dl.grau dt img,#page dl.figure dt img{margin-bottom:0}#page dl dd p,#page dl.grau dd p,#page dl.figure dd p{margin-bottom:0}a{color:#ff9100;text-decoration:underline;outline:0}body.gruen a{color:#089c83}body.lila a{color:#9b1889}body.orange #page a:hover{color:#ffbd66}body.gruen #page a:hover{color:#17f3ce}body.lila #page a:hover{color:#e039c9}body.orange span.pagecolor{color:#ff9100}body.gruen span.pagecolor{color:#089c83}body.lila span.pagecolor{color:#9b1889}h2.pagecolor,h2.pagecolor-margin,h2.pagecolor-smallmargin,h3.pagecolor,h3.pagecolor-margin,h3.pagecolor-smallmargin{color:white;padding-left:20px;margin-top:1.625em;margin-bottom:0}body.orange h2.pagecolor,body.orange h2.pagecolor-margin,body.orange h2.pagecolor-smallmargin,body.orange h3.pagecolor,body.orange h3.pagecolor-margin,body.orange h3.pagecolor-smallmargin{background-color:#ffa000}body.gruen h2.pagecolor,body.gruen h2.pagecolor-margin,body.gruen h2.pagecolor-smallmargin,body.gruen h3.pagecolor,body.gruen h3.pagecolor-margin,body.gruen h3.pagecolor-smallmargin{background-color:#089c83}body.lila h2.pagecolor,body.lila h2.pagecolor-margin,body.lila h2.pagecolor-smallmargin,body.lila h3.pagecolor,body.lila h3.pagecolor-margin,body.lila h3.pagecolor-smallmargin{background-color:#9b1889}h3.pagecolor,h3.pagecolor-margin,h3.pagecolor-smallmargin{margin-top:2.125em;line-height:2}h2.pagecolor-margin,h3.pagecolor-margin{margin-bottom:1em}h2.pagecolor-smallmargin,h3.pagecolor-smallmargin{margin-bottom:10px}h2.kursiv{font-family:'share-italicregular','lucida grande','lucida sans unicode',sans-serif !important}.clear,.clearboth{clear:both;width:1px;height:0.001%;font-size:0px;line-height:0px;margin-top:0;margin-bottom:0}.cap{text-transform:uppercase}.abstand{margin-bottom:1.5em !important}.keinabstand{margin-bottom:0 !important}.hinweis{font-size:.6875em !important;text-indent:0 !important;color:#ff9100}body.gruen .hinweis{color:#089c83}body.lila .hinweis{color:#9b1889}.skiplinks{position:absolute;left:-5000px;top:-5000px;width:0px;height:1px;overflow:hidden;display:inline}span.abstand{padding-right:4em;margin-bottom:inherit !important}span.size1{font-size:2.4375em}span.size2{font-size:1.5em}p.download::before,span.download::before,a.download::before{content:counter(li, none) "» ";font-size:20px;color:#ff9100;left:-1em;font-size-adjust:none}body.orange p.download::before,body.orange span.download::before,body.orange a.download::before{color:#ff9100}body.gruen p.download::before,body.gruen span.download::before,body.gruen a.download::before{color:#089c83}body.lila p.download::before,body.lila span.download::before,body.lila a.download::before{color:#9b1889}.bigger{font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal}button.openaccordions,button.closeaccordions{height:25px;padding:2px 8px 6px 5px;border:solid 1px #5e6a71;color:white;background-color:#5e6a71;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:auto;height:2em;cursor:pointer;-webkit-appearance:none;-webkit-border-radius:0;padding:0 1em;vertical-align:middle;margin-bottom:-2em}button.openaccordions:hover,button.closeaccordions:hover{background-color:#6a7880}button.openaccordions:hover,button.closeaccordions:hover{background-color:#6a7880}button.openaccordions{background-image:url(images/bt_open.png);background-repeat:no-repeat;background-position:right center;background-size:1.5em;padding-right:2em}button.closeaccordions{background-image:url(images/bt_close.png);background-repeat:no-repeat;background-position:right center;background-size:1.5em;padding-right:2em}.btopenclose{display:block;text-align:right;vertical-align:middle;margin-bottom:-2em;margin-top:1em;width:100%}.btopen,.btclose{display:inline-block;vertical-align:middle;font-size:.75em;color:#202426;cursor:pointer}.btopen:hover,.btclose:hover{color:black}.btopen button.openaccordions,.btclose button.openaccordions,.btopen button.closeaccordions,.btclose button.closeaccordions{border:none;display:inline-block;vertical-align:middle;padding:0;width:2em;background-position:center center;margin-bottom:0;margin-left:0.5em;font-size:1em;background-color:white;background-image:url(images/bt_expand.png);background-repeat:no-repeat;background-position:top right;background-size:2em}.btopen button.openaccordions:hover,.btclose button.openaccordions:hover,.btopen button.closeaccordions:hover,.btclose button.closeaccordions:hover{background-color:white;background-position:bottom right}.btopen button.closeaccordions,.btclose button.closeaccordions{margin-right:1em;background-image:url(images/bt_collapse.png)}hr.menu-sep{margin:0;padding:0;border-top:2px solid #5e6a71}#submenu hr.menu-sep{margin:0;padding:0;border-top:2px dotted #5e6a71;margin-left:0;margin-bottom:0.8em}#headermobile,#maddress,#mmenu,#msuche,.mtoplink,#mnote,#mcontainerfooter{display:none}#header{margin:0 auto;padding:0;width:100%;max-width:1110px;height:137px;background:#fff url(images/au_kapelle.png) no-repeat 97.85% bottom}#header #logo{float:left;padding-top:42px;font-size:0px}#header #tagline{float:left;padding-left:7.83783783%;height:137px;position:relative}#header #tagline img{position:absolute;bottom:29px}#header #formelements{position:relative;float:right;padding-right:20.2702702%;padding-top:41px}#header #formelements form{display:block}#header #formelements input{width:192px;height:25px;padding:2px 8px 2px 8px;border:solid 1px #353c40;color:#5e6a71;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff url(images/lupe.png) no-repeat right 2px !important;-webkit-appearance:none;-webkit-border-radius:0;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px;height:1.785714286em;font:.875em Arial,sans-serif;vertical-align:middle}#header #formelements input:focus{-moz-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);color:#333}#header #formelements input.submit{display:none}#header #formelements input[type="search"]{-webkit-border-radius:0;-webkit-appearance:textfield;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}#header #formelements input[type="search"]::-webkit-search-cancel-button,#header #formelements input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}#header #formelements .styleselect{width:192px;overflow:hidden;padding-bottom:12px}#header #formelements select{width:220px;height:25px;padding:2px 8px 6px 5px;border:solid 1px #5e6a71;color:white;background-color:#5e6a71;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#header #formelements select:focus{-moz-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2)}#header #formelements .quicklinks{height:1.857142857em;width:192px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin-bottom:12px;border:solid 1px #5e6a71;padding:2px 6px 0px 6px;background-color:#5e6a71;color:white;font-size:.8125em}#header #formelements .quicklinks:focus{-moz-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2)}#header #formelements .quicklinks ul{padding:0;margin:0;line-height:1;background-color:#5e6a71}#header #formelements .quicklinks li{position:relative;width:100%;list-style-type:none;padding:0;margin:0}#header #formelements .quicklinks li a{color:white;text-decoration:none;outline:0;width:100%;display:block;background:transparent url('images/au_acc_open_klein.png') no-repeat right top;line-height:1.5}#header #formelements .quicklinks li ul{display:none;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}#header #formelements .quicklinks li:hover{font-weight:bold}#header #formelements .quicklinks li:hover ul{display:block;z-index:100;position:absolute;left:-7px;width:190px;border:solid 1px #5e6a71;border-top:none;border-bottom:none;padding:6px 6px 0px 6px;padding:6px 0px 0px 0px}#header #formelements .quicklinks li:hover ul li{display:inline-block;padding:0 6px 0 6px;width:178px;border-bottom:solid 1px white;font-weight:normal;line-height:1;background-color:#5e6a71}#header #formelements .quicklinks li:hover ul li:hover{background-color:white;color:black}#header #formelements .quicklinks li:hover ul a{padding:3px 0 6px 30px;padding:0 0 0 30px;line-height:2.5;overflow:auto;position:relative;background:none}#header #formelements .quicklinks li:hover ul a::before{content:counter(li, none) "» ";display:block;position:relative;max-width:0px;max-height:0px;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;left:-30px;margin-left:0;margin-right:-10px;color:white}#header #formelements .quicklinks li:hover ul a:hover,#header #formelements .quicklinks li:hover ul a:hover::before{color:black !important}#header #formelements .quicklinks li.last{border-bottom:none !important;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}#header #formelements .quicklinks li.first{border-top:solid 1px white}#menubar{margin:0 auto;padding:0px;width:100%;height:38px;height:2.375em;border-top:1px solid #5e6a71;border-bottom:1px solid #5e6a71}#menubar ul{overflow:visible;margin:0 auto;padding:0px;width:100%;height:2.375em;display:block;max-width:1110px;position:relative;color:#353c40;font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;text-align:center;background:url(images/au_menu_bg2.png) no-repeat left center;list-style-type:none}#menubar ul li{white-space:nowrap;float:left;position:relative;font-size:.875em;text-transform:uppercase;background:url(images/au_menu_bg2.png) no-repeat right center}#menubar ul li.start{width:9.009009%}#menubar ul li.aktuelles{width:11.7117117%}#menubar ul li.hochschule{width:12.61261261%}#menubar ul li.forschung{width:16.3963964%}#menubar ul li.lehrangebot{width:13.3333333%}#menubar ul li.studium{width:10.3603603%}#menubar ul li.bibliothek{width:12.072072%}#menubar ul li.campus{width:14.5045045%}#menubar ul li.active{background-color:#5e6a71;color:white;margin-left:-1px;background-image:none;padding-left:1px}#menubar ul li.start.active{margin-left:0;padding-left:0}#menubar ul li a{color:#353c40;text-decoration:none;outline:0;width:100%;margin:0 auto;display:inline-block;padding:.6875em 0 .625em 0}#menubar ul li.active a{color:white}#menubar ul li:hover>a{background-color:#5e6a71;color:white;margin-left:-1px;background-image:none;padding-left:1px}#menubar ul li:first-child a:hover{background-color:#5e6a71;color:white;margin-left:0;background-image:none;padding-left:0}#menubar ul li.start.active a:hover{margin-left:0;padding-left:0}#menubar ul li:hover ul{display:block !important}#menubar ul li.campus:hover ul{right:0px;left:auto;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}#menubar ul li div.delay,#menubar ul li div.delay2{background-color:transparent;position:absolute;top:0;height:38px;height:2.714285714em;height:3em;pointer-events:inherit;display:none;width:3%;margin-left:-2.8%}#menubar ul li.start div.delay2{margin-left:8.009009%}#menubar ul li.aktuelles div.delay2{margin-left:10.7117117%}#menubar ul li.hochschule div.delay2{margin-left:11.61261261%}#menubar ul li.forschung div.delay2{margin-left:15.3963964%}#menubar ul li.lehrangebot div.delay2{margin-left:12.3333333%}#menubar ul li.studium div.delay2{margin-left:9.3603603%}#menubar ul li.bibliothek div.delay2{margin-left:11.072072%}#menubar ul li.campus div.delay2{margin-left:13.5045045%;display:none !important}#menubar ul li.start div.delay{display:none !important}#menubar ul li div.delay3{bottom:-2px;background-color:transparent;height:4px;position:absolute;pointer-events:inherit;display:none;height:16px;width:25%;margin-left:-10%}#menubar ul li.start div.delay3{width:11.009009%;margin-left:0}#menubar ul li.aktuelles div.delay3{width:15.7117117%;width:25.7117117%;margin-left:-3%}#menubar ul li.hochschule div.delay3{width:16.61261261%;width:33.61261261%}#menubar ul li.forschung div.delay3{width:20.3963964%;width:35.3963964%}#menubar ul li.lehrangebot div.delay3{width:17.3333333%;width:40.3333333%;margin-left:-16%}#menubar ul li.studium div.delay3{width:14.3603603%;width:25.3603603%;margin-left:-13%}#menubar ul li.bibliothek div.delay3{width:16.072072%;width:21.072072%}#menubar ul li.campus div.delay3{width:16.5045045%;width:26.5045045%;margin-left:-12%}#menubar ul li.forschung:hover div.delay,#menubar ul li.forschung:hover div.delay2,#menubar ul li.forschung:hover div.delay3{display:block}#menubar ul li .close{color:#b8babf;font-size:2.142857143em;line-height:1;padding:0.05em 0.2em;position:absolute;bottom:0;right:0;background:transparent;border:0}#menubar ul li .close a{color:#b8babf;text-decoration:none;outline:0}#menubar ul li .close:hover,#menubar ul li .close:hover a{color:black}#menubar ul li button.close{display:none}#menubar ul li div.close a{padding:0}#menubar ul li.close{border:none;min-width:1em;min-height:1em;height:auto;width:auto;float:right;position:relative;font-size:2.142857143em !important;line-height:1;padding:0;margin-right:0;text-align:center;overflow:hidden;clear:both}#menubar ul li.close a,#menubar ul li.close a:hover{padding:0}#menubar ul li.close :before,#menubar ul li.close:hover:before,#menubar ul li.close:hover>a::before{content:"" !important;border:none !important}#menubar ul li.close img{width:100%;height:100%;position:absolute;top:0;left:0}#menubar ul li.close button{background:transparent;border:0;min-width:1em;min-height:1em;height:auto;width:auto;float:right;position:relative;font-size:1em !important;line-height:1;padding:0;margin-right:0;text-align:center;overflow:hidden;clear:both}#menubar ul li.close.wide{float:none;width:100%}#menubar ul li.close.wide button{float:right;min-width:1em;min-height:1em}#menubar ul li:hover>a::before{content:"";width:0;height:0;border-bottom:10px solid white;border-left:10px solid transparent;border-right:10px solid transparent;bottom:-2px;position:absolute;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}#menubar ul li.start:hover a::before{border:none}#menubar ul li.forschung:hover a::before{left:11px;margin-left:40.5%}#menubar ul li ul{z-index:1100;display:none;position:absolute;left:50%;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0);top:2.785714286em;float:none;border:1px solid #5e6a71;border-top:none;background-color:white;background-image:none !important;text-align:left;padding:0.5em 1em;white-space:nowrap;width:auto;height:auto;-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2)}#menubar ul li ul li{list-style-type:none;position:relative;background:white;display:block;float:none;font-size:114.2857143% !important;border-bottom:1px solid #c9ccd1;padding-left:1.5em;font-size:1em;text-transform:none}#menubar ul li ul li.last{border-bottom:none}#menubar ul li ul li.active{background-color:white;color:black;margin-left:0;background-image:none;padding-left:0}#menubar ul li ul li:hover>a,#menubar ul li ul li a{background-color:white;color:#5e6a71 !important;text-decoration:none;outline:0;width:100%;margin:0 auto;padding:0.8em 0 0.8em 0;padding-right:0.8em;display:block;white-space:nowrap}#menubar ul li ul li:hover>a::before,#menubar ul li ul li a::before{font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:24px;top:5px}#menubar ul li ul li:hover>a::before,#menubar ul li ul li a::before,#menubar ul li ul li:hover>a:hover::before,#menubar ul li ul li a:hover::before{border:none !important;bottom:auto;content:counter(li, none) "» ";display:block;position:relative;max-width:0px;max-height:0px;left:-0.5em !important;margin-left:-0.5em !important}#menubar ul li ul li.active a{color:black !important;font-style:italic}#menubar ul li ul li a:hover strong{color:black !important}#menubar ul li ul li a:hover,#menubar ul li ul li:first-child a:hover{background-color:white;color:black !important;margin-left:0;padding-left:0;background-image:none}#menubar ul li.forschung{position:static}#menubar ul li.forschung ul{white-space:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;left:0px;width:100%;padding-left:3%;padding-top:0.25em;padding-bottom:1.5em;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}#menubar ul li.forschung ul li{margin-right:3%;display:inline-block;white-space:normal;float:left;width:28.3333333333%;padding-left:2%}#menubar ul li.forschung ul li.last{border-bottom:1px solid #c9ccd1}#menubar ul li.forschung ul li a{white-space:normal}#menubar ul li.forschung ul li:hover>a::before,#menubar ul li.forschung ul li a::before,#menubar ul li.forschung ul li:hover>a:hover::before,#menubar ul li.forschung ul li a:hover::before{left:-6% !important;margin-left:-1% !important}#balken{margin:0 auto;padding:0;width:100%;max-width:1110px;position:relative;height:8px;line-height:0;font-size:0}#balken .orange,#balken .lila,#balken .gruen{height:8px;font-size:8px;line-height:8px;float:left;top:0;position:absolute}#balken .orange{background-color:#ffa000;width:17.11711171%;left:0}#balken .lila{background-color:#9b1889;width:21.7117117%;left:23.87386841%}#balken .gruen{background-color:#00b092;width:18.1081081%;left:50.36035481%}#balken:before,#balken:after{content:" ";display:table}#balken:after{clear:both}#topthema,#topthema01{height:361px}#subthema01,#subthema{height:168px}#topthema,#topthema01,#subthema01,#subthema{margin:0 auto;padding:0;width:100%;max-width:1110px;clear:both;position:relative;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}#topthema h2,#topthema01 h2,#subthema01 h2,#subthema h2,#topthema p,#topthema01 p,#subthema01 p,#subthema p{color:white}#topthema p,#topthema01 p,#subthema01 p,#subthema p{font-size:.9375em;margin-bottom:1.0em}#topthema h2,#topthema01 h2,#subthema01 h2,#subthema h2{font-family:'share-italicregular','lucida grande','lucida sans unicode',sans-serif;font-weight:normal;font-size:1.625em;margin-bottom:.75em;margin-top:.75em}#topthema h2 a,#topthema01 h2 a,#subthema01 h2 a,#subthema h2 a{text-decoration:none}#topthema h2 a:hover,#topthema01 h2 a:hover,#subthema01 h2 a:hover,#subthema h2 a:hover{font-style:normal}#topthema .text,#topthema01 .text,#subthema01 .text,#subthema .text{width:310px;float:right;margin-right:15px}#topthema .text p,#topthema01 .text p,#subthema01 .text p,#subthema .text p{line-height:1.6em}#topthema .text_fg,#topthema01 .text_fg,#subthema01 .text_fg,#subthema .text_fg{width:310px;position:absolute;right:15px;direction:ltr}#topthema .text_fg p,#topthema01 .text_fg p,#subthema01 .text_fg p,#subthema .text_fg p{line-height:1.6em}#topthema a,#topthema01 a,#subthema01 a,#subthema a{color:white}#topthema a:hover,#topthema01 a:hover,#subthema01 a:hover,#subthema a:hover{font-style:italic}#topthema #thema01,#topthema01 #thema01,#subthema01 #thema01,#subthema #thema01,#topthema #thema02,#topthema01 #thema02,#subthema01 #thema02,#subthema #thema02,#topthema #thema03,#topthema01 #thema03,#subthema01 #thema03,#subthema #thema03,#topthema #thema04,#topthema01 #thema04,#subthema01 #thema04,#subthema #thema04,#topthema #thema05,#topthema01 #thema05,#subthema01 #thema05,#subthema #thema05,#topthema #thema06,#topthema01 #thema06,#subthema01 #thema06,#subthema #thema06,#topthema #thema07,#topthema01 #thema07,#subthema01 #thema07,#subthema #thema07,#topthema #thema08,#topthema01 #thema08,#subthema01 #thema08,#subthema #thema08,#topthema #thema09,#topthema01 #thema09,#subthema01 #thema09,#subthema #thema09,#topthema #thema10,#topthema01 #thema10,#subthema01 #thema10,#subthema #thema10,#topthema #thema1,#topthema01 #thema1,#subthema01 #thema1,#subthema #thema1,#topthema #thema2,#topthema01 #thema2,#subthema01 #thema2,#subthema #thema2,#topthema #thema3,#topthema01 #thema3,#subthema01 #thema3,#subthema #thema3,#topthema #thema4,#topthema01 #thema4,#subthema01 #thema4,#subthema #thema4,#topthema #thema5,#topthema01 #thema5,#subthema01 #thema5,#subthema #thema5,#topthema #thema6,#topthema01 #thema6,#subthema01 #thema6,#subthema #thema6,#topthema #thema7,#topthema01 #thema7,#subthema01 #thema7,#subthema #thema7,#topthema #thema8,#topthema01 #thema8,#subthema01 #thema8,#subthema #thema8,#topthema #thema9,#topthema01 #thema9,#subthema01 #thema9,#subthema #thema9{width:100%;display:none;height:361px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px;overflow:hidden;position:relative}#topthema #thema01 img,#topthema01 #thema01 img,#subthema01 #thema01 img,#subthema #thema01 img,#topthema #thema02 img,#topthema01 #thema02 img,#subthema01 #thema02 img,#subthema #thema02 img,#topthema #thema03 img,#topthema01 #thema03 img,#subthema01 #thema03 img,#subthema #thema03 img,#topthema #thema04 img,#topthema01 #thema04 img,#subthema01 #thema04 img,#subthema #thema04 img,#topthema #thema05 img,#topthema01 #thema05 img,#subthema01 #thema05 img,#subthema #thema05 img,#topthema #thema06 img,#topthema01 #thema06 img,#subthema01 #thema06 img,#subthema #thema06 img,#topthema #thema07 img,#topthema01 #thema07 img,#subthema01 #thema07 img,#subthema #thema07 img,#topthema #thema08 img,#topthema01 #thema08 img,#subthema01 #thema08 img,#subthema #thema08 img,#topthema #thema09 img,#topthema01 #thema09 img,#subthema01 #thema09 img,#subthema #thema09 img,#topthema #thema10 img,#topthema01 #thema10 img,#subthema01 #thema10 img,#subthema #thema10 img,#topthema #thema1 img,#topthema01 #thema1 img,#subthema01 #thema1 img,#subthema #thema1 img,#topthema #thema2 img,#topthema01 #thema2 img,#subthema01 #thema2 img,#subthema #thema2 img,#topthema #thema3 img,#topthema01 #thema3 img,#subthema01 #thema3 img,#subthema #thema3 img,#topthema #thema4 img,#topthema01 #thema4 img,#subthema01 #thema4 img,#subthema #thema4 img,#topthema #thema5 img,#topthema01 #thema5 img,#subthema01 #thema5 img,#subthema #thema5 img,#topthema #thema6 img,#topthema01 #thema6 img,#subthema01 #thema6 img,#subthema #thema6 img,#topthema #thema7 img,#topthema01 #thema7 img,#subthema01 #thema7 img,#subthema #thema7 img,#topthema #thema8 img,#topthema01 #thema8 img,#subthema01 #thema8 img,#subthema #thema8 img,#topthema #thema9 img,#topthema01 #thema9 img,#subthema01 #thema9 img,#subthema #thema9 img{position:absolute;bottom:0px;right:0px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}#topthema #thema01,#topthema01 #thema01,#subthema01 #thema01,#subthema #thema01,#topthema #thema1,#topthema01 #thema1,#subthema01 #thema1,#subthema #thema1{display:block}#topthema #thema01,#topthema01 #thema01,#subthema01 #thema01,#subthema #thema01,#topthema #thema02,#topthema01 #thema02,#subthema01 #thema02,#subthema #thema02,#topthema #thema03,#topthema01 #thema03,#subthema01 #thema03,#subthema #thema03,#topthema #thema04,#topthema01 #thema04,#subthema01 #thema04,#subthema #thema04,#topthema #thema05,#topthema01 #thema05,#subthema01 #thema05,#subthema #thema05,#topthema #thema06,#topthema01 #thema06,#subthema01 #thema06,#subthema #thema06,#topthema #thema07,#topthema01 #thema07,#subthema01 #thema07,#subthema #thema07,#topthema #thema08,#topthema01 #thema08,#subthema01 #thema08,#subthema #thema08,#topthema #thema09,#topthema01 #thema09,#subthema01 #thema09,#subthema #thema09,#topthema #thema10,#topthema01 #thema10,#subthema01 #thema10,#subthema #thema10,#topthema #thema1,#topthema01 #thema1,#subthema01 #thema1,#subthema #thema1,#topthema #thema2,#topthema01 #thema2,#subthema01 #thema2,#subthema #thema2,#topthema #thema3,#topthema01 #thema3,#subthema01 #thema3,#subthema #thema3,#topthema #thema4,#topthema01 #thema4,#subthema01 #thema4,#subthema #thema4,#topthema #thema5,#topthema01 #thema5,#subthema01 #thema5,#subthema #thema5,#topthema #thema6,#topthema01 #thema6,#subthema01 #thema6,#subthema #thema6,#topthema #thema7,#topthema01 #thema7,#subthema01 #thema7,#subthema #thema7,#topthema #thema8,#topthema01 #thema8,#subthema01 #thema8,#subthema #thema8,#topthema #thema9,#topthema01 #thema9,#subthema01 #thema9,#subthema #thema9{background-repeat:no-repeat;background-position:right bottom;background-color:transparent}#topthema img.ecke{display:none}#topthema01{background:transparent url(images/au_thema_01.jpg) no-repeat right bottom}.slick-prev,.slick-next{width:43px;height:43px;width:auto;height:auto;display:inline-block;line-height:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;top:325px;top:auto;bottom:5px;z-index:1000;margin:0;padding:5px}.slick-prev:before,.slick-next:before{font-size:43px;line-height:1;opacity:0.6}.slick-prev{left:10px}.slick-next{right:363px}[dir="rtl"] .slick-prev{left:auto;right:363px}[dir="rtl"] .slick-next{left:10px;right:auto}.slick-dots{bottom:10px;display:block;margin-left:auto;margin-right:auto;left:-175px}.slick-dots li button:before{font-size:12px;color:white;opacity:0.35}.slick-dots li.slick-active button:before{color:white;opacity:0.75}.slick-prev:before,.slick-next:before,.slick-dots li button:before{-webkit-text-stroke:0.35px !important}#subthema01,#subthema{background-position:no-repeat right top;background-color:transparent
	height: 168px}#subthema01 .text,#subthema .text{position:relative;height:100%}#subthema01 .text h2,#subthema .text h2{position:absolute;bottom:0em}#subthema01 .text_fg,#subthema .text_fg{bottom:0}#subthema01 img,#subthema img{position:absolute;bottom:0px;right:0px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}#subthema01{background:transparent url(images/au_thema_01.jpg) no-repeat right -150px}#wrapper{margin:0 auto;padding:0;width:100%;max-width:1170px}img.bgweiss{background-color:white}#page{margin:0 auto;padding:0px;width:100%;max-width:1110px}#page .readmore::before{content:"» ";content:"»\00a0";font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;margin-right:0;display:inline;font-size:22px}body.orange #page .readmore::before{color:#ff9100}body.gruen #page .readmore::before{color:#089c83}body.lila #page .readmore::before{color:#9b1889}body.orange #page .readmore{color:#ff9100}body.gruen #page .readmore{color:#089c83}body.lila #page .readmore{color:#9b1889}#submenu{width:22.9729729%;float:left;margin-right:11.2612612%;margin-right:8.5585585%}#submenu h2.pagecolor{padding:0.5em 10px 0.4em 10px;margin-top:2.25em;margin-bottom:0.8em;text-transform:uppercase;font-size:1.1875em;font-family:'share-boldregular','lucida grande','lucida sans unicode',sans-serif;font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;line-height:1em;letter-spacing:0.025em}#submenu a{font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;color:#353c40;text-decoration:none;padding:1em 0 1em 10px}body.orange #submenu a:hover{color:#ff9100}body.gruen #submenu a:hover{color:#089c83}body.lila #submenu a:hover{color:#9b1889}#submenu ul{list-style-type:none;margin-left:0;margin-bottom:0.7em}#submenu ul li{line-height:1.2em}#submenu ul li a{font-size:106.666666667%;width:100%;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;padding:0.4em 0 0.4em 2.2em}body.orange #submenu ul li.active a{color:#ff9100}body.gruen #submenu ul li.active a{color:#089c83}body.lila #submenu ul li.active a{color:#9b1889}#submenu ul li::before{content:""}#submenu ul li a::before{content:counter(li, none) "» ";display:block;position:relative;max-width:0px;max-height:0px;font-family:Arial,Helvetica,sans-serif;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;top:-0.05em;left:-0.8em;margin-left:-0.15em;margin-right:0.15em;font-size-adjust:none;font-size:22px}body.orange #submenu ul li a::before{color:#ff9100}body.gruen #submenu ul li a::before{color:#089c83}body.lila #submenu ul li a::before{color:#9b1889}#submenu ul li a:hover,#submenu ul li a:hover::before{color:#ffbd66}body.orange #submenu ul li a:hover,body.orange #submenu ul li a:hover::before{color:#ffbd66}body.gruen #submenu ul li a:hover,body.gruen #submenu ul li a:hover::before{color:#17f3ce}body.lila #submenu ul li a:hover,body.lila #submenu ul li a:hover::before{color:#e039c9}#submenu ul li.active ul li a{color:#202426}body.orange #submenu ul li.active ul li a{color:#202426}body.gruen #submenu ul li.active ul li a{color:#202426}body.lila #submenu ul li.active ul li a{color:#202426}#submenu ul li.active ul li a:hover{color:#ffbd66}body.orange #submenu ul li.active ul li a:hover{color:#ffbd66}body.gruen #submenu ul li.active ul li a:hover{color:#17f3ce}body.lila #submenu ul li.active ul li a:hover{color:#e039c9}#submenu ul li ul{margin-top:0;margin-left:1.5em;margin-bottom:0}#submenu ul li ul li{border-bottom:1px dashed #d2d4d6}#submenu ul li ul li.active a{color:#ff9100}body.orange #submenu ul li ul li.active a{color:#ff9100}body.gruen #submenu ul li ul li.active a{color:#089c83}body.lila #submenu ul li ul li.active a{color:#9b1889}#submenu a.inlineanchor{font-size:0;height:0;width:0;padding:0;margin:0}#content{width:65.7657657%;width:68.4684684%;float:left}#content img{width:auto;height:auto;max-width:100%}#content img.center{display:block;margin-left:auto;margin-right:auto;margin-top:1.5em;margin-bottom:1.5em}#content .gallery,#content .gallery2{-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2);border:1px solid #d2d4d6;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;overflow:hidden}#content .gallery .gbild,#content .gallery2 .gbild{display:none}#content .gallery #gbild1,#content .gallery2 #gbild1,#content .gallery .gbild1,#content .gallery2 .gbild1{display:block}#content .gallery div.rahmen,#content .gallery2 div.rahmen{background-color:#e1e5eb;width:100%}#content .gallery img,#content .gallery2 img{max-width:100%;max-height:506px;margin-left:auto;margin-right:auto}#content .gallery p,#content .gallery2 p{background-color:white;margin-bottom:0;padding:1em;text-align:center;font-weight:bold;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}#content .gallery .slick-prev,#content .gallery2 .slick-prev,#content .gallery .slick-next,#content .gallery2 .slick-next{bottom:auto;top:40%}#content .gallery .slick-next,#content .gallery2 .slick-next{right:10px}.toplink{clear:both;display:block;font-size:1em !important;text-indent:0 !important;padding-top:2em;padding-bottom:1em}.toplink a{font-size:.9375em;line-height:1;width:100%;text-align:right;display:block;margin-bottom:-5px !important;padding-bottom:0 !important;display:inherit;text-decoration:none;clear:both}body.orange .toplink a{color:#ff9100}body.gruen .toplink a{color:#089c83}body.lila .toplink a{color:#9b1889}.toplink a:after{content:url(images/au_top.png);padding-left:.75em}.accordion-news,.accordion-closed,body.dokserv .collection-wrapper{float:none;clear:both;margin:10px 0px 2em 0px}.accordion-news .accordion-item,.accordion-closed .accordion-item,body.dokserv .collection-wrapper .accordion-item{clear:both;overflow:hidden;padding-bottom:10px}.accordion-news .inside,.accordion-closed .inside,body.dokserv .collection-wrapper .inside,.accordion-news .collection-content,.accordion-closed .collection-content,body.dokserv .collection-wrapper .collection-content{padding:5px 20px 5px 20px}.accordion-news .ui-accordion-content-active,.accordion-closed .ui-accordion-content-active,body.dokserv .collection-wrapper .ui-accordion-content-active{color:black}body.dokserv .collection-wrapper{clear:both;overflow:hidden;padding-bottom:10px}body.dokserv .collection-wrapper ul{margin-left:0 !important;padding-left:3.2em !important}.accordion-news .header,.accordion-closed .header,body.dokserv .collection-wrapper .collection-header{padding:4px 20px 4px 20px;cursor:pointer;background-color:#e1e5eb;border-top:1px solid #e1e5eb;border-left:1px solid #e1e5eb;border-right:1px solid #e1e5eb}.accordion-news .header:hover,.accordion-closed .header:hover,body.dokserv .collection-wrapper .collection-header:hover{background-color:#d2d8e1}.accordion-news .header.ui-state-active,.accordion-closed .header.ui-state-active,body.dokserv .collection-wrapper .collection-header.ui-state-active{background:none !important;border-top:1px solid #b8babf;border-left:1px solid #b8babf;border-right:1px solid #b8babf}.accordion-news .header.ui-state-active+.inside,.accordion-closed .header.ui-state-active+.inside,body.dokserv .collection-wrapper .collection-header.ui-state-active+.inside,.accordion-news .header.ui-state-active+.collection-content,.accordion-closed .header.ui-state-active+.collection-content,body.dokserv .collection-wrapper .collection-header.ui-state-active+.collection-content{border-bottom:1px solid #b8babf;border-left:1px solid #b8babf;border-right:1px solid #b8babf;-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2)}.accordion-news .header h3,.accordion-closed .header h3,body.dokserv .collection-wrapper .collection-header h3{margin:0;min-height:20px;background:transparent url('images/au_acc_open.png') no-repeat right top;padding-right:30px}.accordion-news .header:hover h3,.accordion-closed .header:hover h3,body.dokserv .collection-wrapper .collection-header:hover h3{color:black}.accordion-news .header.ui-state-active h3,.accordion-closed .header.ui-state-active h3,body.dokserv .collection-wrapper .collection-header.ui-state-active h3{background:transparent url('images/au_acc_close.png') no-repeat right top;margin-bottom:.5em;color:black}.accordion-item.last .header,body.dokserv .collection-wrapper:last-child .collection-header{-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}.accordion-item.last .header.ui-state-active,body.dokserv .collection-wrapper:last-child .collection-header.ui-state-active{-webkit-border-bottom-right-radius:0px;-moz-border-radius-bottomright:0px;border-bottom-right-radius:0px}.accordion-item.last .header.ui-state-active+.inside,body.dokserv .collection-wrapper:last-child .collection-header.ui-state-active+.inside,.accordion-item.last .header.ui-state-active+.collection-content,body.dokserv .collection-wrapper:last-child .collection-header.ui-state-active+.collection-content{-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}.accordion-news.single,body.dokserv .collection-wrapper{margin-bottom:0;margin-top:0}.accordion-news.first,body.dokserv .collection-wrapper:first-child{margin-top:10px;margin-bottom:0}.accordion-news.last,body.dokserv .collection-wrapper:last-child{margin-top:0;margin-bottom:2em}.accordion-news.single+.accordion-news.single,.accordion-news.single+.accordion-news.last{margin-top:0}.accordion-news.last .accordion-item .header,body.dokserv .collection-wrapper:last-child .accordion-item .header,.accordion-news.last .collection-header,body.dokserv .collection-wrapper:last-child .collection-header{-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}.accordion-news.last .accordion-item .header.ui-state-active,body.dokserv .collection-wrapper:last-child .accordion-item .header.ui-state-active,.accordion-news.last .collection-header.ui-state-active,body.dokserv .collection-wrapper:last-child .collection-header.ui-state-active{-webkit-border-bottom-right-radius:0px;-moz-border-radius-bottomright:0px;border-bottom-right-radius:0px}.accordion-news.last .accordion-item .header.ui-state-active+.inside,body.dokserv .collection-wrapper:last-child .accordion-item .header.ui-state-active+.inside,.accordion-news.last .collection-header.ui-state-active+.inside,body.dokserv .collection-wrapper:last-child .collection-header.ui-state-active+.inside,.accordion-news.last .accordion-item .header.ui-state-active+.collection-content,body.dokserv .collection-wrapper:last-child .accordion-item .header.ui-state-active+.collection-content,.accordion-news.last .collection-header.ui-state-active+.collection-content,body.dokserv .collection-wrapper:last-child .collection-header.ui-state-active+.collection-content{-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}.button4,.button6,.button5{width:100%;margin-bottom:20px;margin-top:10px;overflow:hidden;font-size:.9375em;font-size:.8125em;padding-bottom:5px}.button4:before,.button6:before,.button5:before,.button4:after,.button6:after,.button5:after{content:" ";display:table}.button4:after,.button6:after,.button5:after{clear:both}.button4 .button,.button6 .button,.button5 .button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:22.9729729%;margin-right:2.7027027%;margin-bottom:15px;padding:10px 15px;border:1px dashed #c9ccd1;-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2);float:left;text-align:center;position:relative}.button4 .button p,.button6 .button p,.button5 .button p{margin-bottom:0 !important}.button4 .button a,.button6 .button a,.button5 .button a{width:100%}.button4 .button a img,.button6 .button a img,.button5 .button a img{max-width:100%;width:auto;height:auto;float:none}.button4 .button:nth-child(4n+0){margin-right:0}.button6 .button{width:14.4144144%}.button6 .button:nth-child(6n+0){margin-right:0}.button5 .button{width:17.8378378%}.button5 .button:nth-child(5n+0){margin-right:0}.container3,.container2,.container1,.container-a-b-c{width:100%;float:none;overflow:hidden;margin-bottom:0}.container3:before,.container2:before,.container1:before,.container-a-b-c:before,.container3:after,.container2:after,.container1:after,.container-a-b-c:after{content:" ";display:table}.container3:after,.container2:after,.container1:after,.container-a-b-c:after{clear:both}.container-a-b-c,.container3{margin-bottom:20px;padding-top:20px;position:relative}.container-a-b{width:65.7657657%;float:left;height:100%}.container-a-b .bild{float:left;width:47.9452054%}.container-a-b .bild img{width:100%;height:auto}.container-a-b .spezialtext{width:47.9452054%;float:right}.container-a-b .spezial .spezialtext h2.cap{margin-top:0;text-align:left;line-height:1}.col-a,.col-b{height:50%}.col-a{margin-bottom:20px}.col-c{width:31.5315315%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;position:relative;background-color:#e1e5eb;background:#e1e5eb;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTVlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #e1e5eb 0, #fff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e1e5eb), color-stop(100%, #fff));background:-webkit-linear-gradient(top, #e1e5eb 0, #fff 100%);background:-o-linear-gradient(top, #e1e5eb 0, #fff 100%);background:-ms-linear-gradient(top, #e1e5eb 0, #fff 100%);background:linear-gradient(to bottom, #e1e5eb 0, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e5eb', endColorstr='#ffffff', GradientType=0);-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2);float:right;padding:6px;padding:15px;margin-bottom:20px}.col-c h2{text-align:center;margin-top:0;margin-bottom:0.625em}.col-c h5{text-align:center;margin-top:0.5em;margin-bottom:0}.col-c p{text-align:center}.col-c p:last-child{margin-bottom:0 !important}.col-c .publikationen-combi{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:100%;position:relative;overflow:hidden}.col-c .publikationen-combi .pub-combi{display:none;float:left}.col-c .publikationen-combi #pub-combi1{display:block}.col-c .publikationen-combi .pub{width:100%;text-align:center}.col-c .publikationen-combi img{width:100%;height:auto;max-width:220px;margin-left:auto;margin-right:auto}.col-c .slick-prev,.col-c .slick-next{bottom:auto;top:30%}.col-c .slick-prev:before,.col-c .slick-next:before{color:#b8babf}.col-c .slick-next{right:0}.col-c .slick-prev{left:0}.col-c .slick-slider{margin-bottom:0}.spezial{margin-bottom:20px;height:auto;float:left}.spezial h2.cap{text-align:center;margin-top:.75em;margin-bottom:.625em}.container3 .spezial{width:31.5315315%}.container3 .col1,.container3 .col2{margin-right:2.7027027%}.container3 .publikationen img{max-width:48.8571428%;height:auto;position:relative;border-left:solid 8px white;left:-8px;margin-right:0}.container3 .publikationen div img,.container3 .publikationen a img{max-width:98.0%}.container3 noscript .publikationen div img,.container3 noscript .publikationen a img{border-left:none !important;margin-right:2.2857142%}.container3 .rund noscript .publikationen>a:last-child img{margin-right:0 !important;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}.publikationen{width:102%;clear:both;overflow:hidden;position:relative}.publikationen div,.publikationen a{width:100%;height:auto;position:relative}.publikationen div img,.publikationen a img{max-width:98.0%}.publikationen.slick-slider{margin-bottom:0}.publikationen .slick-prev,.publikationen .slick-next{top:auto;bottom:-2px}.publikationen .slick-prev:before,.publikationen .slick-next:before{font-size:36px}.publikationen .slick-prev{left:0px}.publikationen .slick-next{right:8px}.rund{position:relative}.rund img.ecke{position:relative;float:right;top:-8px;marging-right:4px}.container2 .spezial{width:48.64864865%}.container2 .col1{margin-right:2.7027027%}.container2 .publikationen img{max-width:31.666666666%;height:auto;margin-right:2.5%}.container1:before,.container1:after{content:" ";display:table}.container1:after{clear:both}.container1 .spezial{width:100%}.container1 .bild,.container1 .publikationen{width:31.5315315%;float:left;height:100%;margin-right:2.7027027%}.container1 .publikationen img{max-width:48.8571428%;height:auto;position:relative;border-left:solid 8px white;left:-8px;margin-right:0}.container1 .publikationen div img,.container1 .publikationen a img{max-width:98.0%}.container1 noscript .publikationen div img,.container1 noscript .publikationen a img{border-left:none !important;margin-right:2.2857142%}.container1 .text{margin-left:34.2342342%}.container1 .text h2{margin-top:0}.bild,.publikationen{font-size:0px}.bild{width:100%}.bild img{max-width:100%;height:auto}.rund .bild img{-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}.publikationen img{margin-right:0}.publikationen>img:last-child{margin-right:0}.rund .publikationen>img:last-child,.rund .bild img{margin-right:0;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}#content img.bildlinks,#content img.bildrechts{max-width:350px;height:auto;height:100%;width:31.5315315%;width:33.4261838%}#content img.bildlinks{float:left;margin-right:2.7027027%;clear:left}#content img.bildrechts{float:right;margin-left:2.7027027%;clear:right}#submenu .leftbox{width:91.37254902%;border-bottom:1px solid #b8babf;border-top:1px solid #e1e5eb;-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2);clear:both;overflow:auto;margin:2.5em 0 1em 0;padding:0 10px 5px 10px;line-height:1.5em}#submenu .leftbox ul li::before,#submenu .leftbox ul li:before{left:inherit;top:auto;margin-right:0.5em;font-size:100%}#submenu .leftbox ol,#submenu .leftbox ol ol{margin-left:2em}#submenu .leftbox p,#submenu .leftbox ul,#submenu .leftbox ol,#submenu .leftbox dl{font-size:.9375em;margin-bottom:1.0em}#submenu .leftbox ul{list-style-type:none;margin-left:2.5em}#submenu .leftbox ul li:before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange #submenu .leftbox ul li:before{color:#ff9100}body.gruen #submenu .leftbox ul li:before{color:#089c83}body.lila #submenu .leftbox ul li:before{color:#9b1889}#submenu .leftbox ul li ul{margin-left:2em;font-size:100%}#submenu .leftbox ul li ul li::before{left:-1em;font-size:15px}#submenu .leftbox ul.download li,#submenu .leftbox ul.collection-content li,#submenu .leftbox ul.csc-menu-1 li,#submenu .leftbox ol li ul.download li,#submenu .leftbox ul li ul.download li{margin-bottom:0.5em;padding-bottom:0.5em;border-bottom:1px dashed #d2d4d6;margin-left:-1.5em;padding-left:1.5em}#submenu .leftbox ul.download li::before,#submenu .leftbox ul.collection-content li::before,#submenu .leftbox ul.csc-menu-1 li::before,#submenu .leftbox ol li ul.download li::before,#submenu .leftbox ul li ul.download li::before{content:counter(li, none) "» ";left:-1em;font-size-adjust:none;font-size:22px;top:-0.05em}body.orange #submenu .leftbox ul.download li::before,body.orange #submenu .leftbox ul.collection-content li::before,body.orange #submenu .leftbox ul.csc-menu-1 li::before,body.orange #submenu .leftbox ol li ul.download li::before,body.orange #submenu .leftbox ul li ul.download li::before{color:#ff9100}body.gruen #submenu .leftbox ul.download li::before,body.gruen #submenu .leftbox ul.collection-content li::before,body.gruen #submenu .leftbox ul.csc-menu-1 li::before,body.gruen #submenu .leftbox ol li ul.download li::before,body.gruen #submenu .leftbox ul li ul.download li::before{color:#089c83}body.lila #submenu .leftbox ul.download li::before,body.lila #submenu .leftbox ul.collection-content li::before,body.lila #submenu .leftbox ul.csc-menu-1 li::before,body.lila #submenu .leftbox ol li ul.download li::before,body.lila #submenu .leftbox ul li ul.download li::before{color:#9b1889}#submenu .leftbox ul.download li ul li::before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange #submenu .leftbox ul.download li ul li::before{color:#ff9100}body.gruen #submenu .leftbox ul.download li ul li::before{color:#089c83}body.lila #submenu .leftbox ul.download li ul li::before{color:#9b1889}#submenu .leftbox ul.download li ul.download li::before{content:counter(li, none) "» ";font-size:22px}#submenu .leftbox ul.download li ul li:last-child,#submenu .leftbox ul.download li ul.download li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}#submenu .leftbox ul.csc-menu-1{margin-bottom:2.5em}#submenu .leftbox ul.inline-list,#submenu .leftbox ul.csc-menu-3{display:block;clear:both;margin-left:0;font-size:.75em;line-height:2em}#submenu .leftbox ul.inline-list li,#submenu .leftbox ul.csc-menu-3 li{display:inline}#submenu .leftbox ul.inline-list li:before,#submenu .leftbox ul.csc-menu-3 li:before{content:"";margin-left:0}#submenu .leftbox ul.inline-list li:first-child:before,#submenu .leftbox ul.csc-menu-3 li:first-child:before{content:none}#submenu .leftbox ul.inline-list li:after,#submenu .leftbox ul.csc-menu-3 li:after{content:"|";font-weight:bold;margin-left:1em;margin-right:1em}#submenu .leftbox ul.inline-list li:last-child:after,#submenu .leftbox ul.csc-menu-3 li:last-child:after{content:"";margin-left:0;margin-right:0}#submenu .leftbox ul.csc-menu-3{margin-bottom:2em}#submenu .leftbox ol{list-style-type:none}#submenu .leftbox ol li{counter-increment:count-me;position:relative}#submenu .leftbox ol li::before{content:counter(count-me) ". ";display:block;position:absolute;left:-2.5em;text-align:right;width:2em;top:auto;line-height:1.5;font-weight:bold}body.orange #submenu .leftbox ol li::before{color:#ff9100}body.gruen #submenu .leftbox ol li::before{color:#089c83}body.lila #submenu .leftbox ol li::before{color:#9b1889}#submenu .leftbox ol ol,#submenu .leftbox ul ol.alpha{list-style-type:none;font-size:100%}#submenu .leftbox ol ol li,#submenu .leftbox ul ol.alpha li{counter-increment:li}#submenu .leftbox ol ol li::before,#submenu .leftbox ul ol.alpha li::before{content:counter(li, lower-alpha) '. ';display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;font-weight:bold;font-size:100%}body.orange #submenu .leftbox ol ol li::before,body.orange #submenu .leftbox ul ol.alpha li::before{color:#ff9100}body.gruen #submenu .leftbox ol ol li::before,body.gruen #submenu .leftbox ul ol.alpha li::before{color:#089c83}body.lila #submenu .leftbox ol ol li::before,body.lila #submenu .leftbox ul ol.alpha li::before{color:#9b1889}#submenu .leftbox ul ol{font-size:100%}#submenu .leftbox ol.alpha{list-style-type:none}#submenu .leftbox ol.alpha>li{counter-increment:li}#submenu .leftbox ol.alpha>li::before{content:counter(li, lower-alpha) '. ';display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:auto;line-height:1.5}body.orange #submenu .leftbox ol.alpha>li::before{color:#ff9100}body.gruen #submenu .leftbox ol.alpha>li::before{color:#089c83}body.lila #submenu .leftbox ol.alpha>li::before{color:#9b1889}#submenu .leftbox ol.alpha>li ul{list-style-type:none;margin-left:2.5em}#submenu .leftbox ol.alpha>li ul li{font-size:100%}#submenu .leftbox ol.alpha>li ul li:before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange #submenu .leftbox ol.alpha>li ul li:before{color:#ff9100}body.gruen #submenu .leftbox ol.alpha>li ul li:before{color:#089c83}body.lila #submenu .leftbox ol.alpha>li ul li:before{color:#9b1889}#submenu .leftbox ol.alpha>li ul.download li:before{content:counter(li, none) "» ";left:-1em;font-size-adjust:none;font-size:22px;top:-0.05em}#submenu .leftbox ul ol.alpha li:before,#submenu .leftbox ul ol li:before{display:block;position:relative;max-width:0px;max-height:0px;font-size:100%;left:-1.3em;top:.5em;top:auto;line-height:1.5}#submenu .leftbox ol ol li:before{display:block;position:relative;max-width:0px;max-height:0px;font-size:100%;left:-1.3em;top:auto;line-height:1.5}#submenu .leftbox ol li ul{font-size:100%}#submenu .leftbox ol li ul li:before{content:"\25A0 ";display:block;position:relative;max-width:0px;max-height:0px;left:-1.3em;top:.05em;margin-left:-0.25em;font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:15px}body.orange #submenu .leftbox ol li ul li:before{color:#ff9100}body.gruen #submenu .leftbox ol li ul li:before{color:#089c83}body.lila #submenu .leftbox ol li ul li:before{color:#9b1889}#submenu .leftbox ul ul,#submenu .leftbox ul ol,#submenu .leftbox ol ol,#submenu .leftbox ol ul{margin-bottom:0.25em;margin-top:0.25em}#submenu .leftbox ul.zwischenraum li,#submenu .leftbox ol.zwischenraum li,#submenu .leftbox p.zwischenraum{margin-bottom:.6875em}#submenu .leftbox ul li,#submenu .leftbox ol li{line-height:1.5em}#submenu .leftbox ul li::before,#submenu .leftbox ul li:before{font-size:18px}#submenu .leftbox h3{-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2);position:relative;width:100%;margin:0 -10px 1.5em -10px;border-bottom:1px solid #b8babf;padding:0.5em 10px 0.4em 10px;font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;letter-spacing:0.025em}body.orange #submenu .leftbox h3{color:#ff9100}body.gruen #submenu .leftbox h3{color:#089c83}body.lila #submenu .leftbox h3{color:#9b1889}#submenu .leftbox img{width:108.583691%;max-width:253px;height:auto;float:none;padding:0;position:relative;margin:0 -4.2553191% 1.5em -4.2553191%;margin:0 -10px 1.5em -10px;float:left;clear:both}#submenu .leftbox.pagecolor{border-top:none}#submenu .leftbox.pagecolor h3{color:white;border-bottom:none}body.orange #submenu .leftbox.pagecolor h3{background:#ff9100;color:white}body.gruen #submenu .leftbox.pagecolor h3{background:#089c83;color:white}body.lila #submenu .leftbox.pagecolor h3{background:#9b1889;color:white}#submenu .leftbox p.bu{line-height:1em;font-size:.75em;font-weight:bold}#schraffur{width:100%;background-image:url(images/au_schraffur.png);margin-top:1.75em}#schraffur:before,#schraffur:after{content:" ";display:table}#schraffur:after{clear:both}#stiftung{margin:0 auto;padding:0;width:100%;max-width:1170px}#stiftunginside{padding:2em 2.5641025% 1.5em 10.6837606%;overflow:auto;color:white;background:#5e6a71 url(images/au_doppelpfeil.png) no-repeat 2.5641025% 34px}#stiftunginside a,#stiftunginside h3{color:white}#stiftunginside a:hover{font-style:italic}#stiftunginside h3{margin:0 0 .25em 0;line-height:1}#balkenfooter,#balkenfootersub{height:8px;margin:0 auto;padding:0;width:100%;max-width:1170px;position:relative}#balkenfooter .orange,#balkenfootersub .orange{height:8px;float:left;background-color:#ffa000;width:16.2393162%;margin-right:5.555555555%;margin-left:35.042735%}#balkenfooter .lila,#balkenfootersub .lila{height:8px;float:left;background-color:#9b1889;width:18.8034188%;margin-right:5.555555555%}#balkenfooter .gruen,#balkenfootersub .gruen{height:8px;float:right;background-color:#00b092;width:18.8034188%}#balkenfootersub{margin:0 auto;padding:0;width:100%;max-width:1110px;border-top:1px solid #5e6a71;margin-top:1.75em}#balkenfootersub .orange{height:8px;float:left;background-color:#ffa000;width:16.2393162%;margin-right:5.555555555%;margin-left:34.2342342%}#balkenfootersub .orange{height:8px;float:left;background-color:#ffa000;width:17.2393162%;margin-right:5.555555555%;margin-left:31.5315315%}#balkenfootersub .lila{height:8px;float:left;background-color:#9b1889;width:20.3034188%;margin-right:5.555555555%}#footer,#footersub{margin:0 auto;padding:0;width:100%;max-width:1170px;padding-top:2.4375em;font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;overflow:auto}#footer a,#footersub a{color:#202426;text-decoration:none}#footer a:hover,#footersub a:hover{color:black}#footer hr,#footersub hr{display:block;float:none;border-top:1px solid #5e6a71;margin:0 0 10px 35.042735%}#footersub{margin:0 auto;padding:0;width:100%;max-width:1110px;padding-top:22px}#footersub hr{margin-left:31.5315315%}#footersub #address{width:31.5315315%;padding-left:0;padding-right:2.7027027%;width:28.8288288%}a.chbutton{display:inline-block;width:100%;padding-left:48px;height:39px;width:39px;display:table-cell;vertical-align:middle}a.chbutton.kontakt{background:url(images/au_kontakt3.png) no-repeat left top}a.chbutton.newsletter{background:url(images/au_newsletter3.png) no-repeat left top}a.chbutton.links{background:url(images/au_links3.png) no-repeat left top}a.chbutton.facebook{background:url(images/au_facebook3.png) no-repeat left top}a.chbutton.sitemap{background:url(images/au_sitemap3.png) no-repeat left top}a.chbutton.impressum{background:url(images/au_impressum3.png) no-repeat left top}a.chbutton.dokserv{background:url(images/au_dokserv3.png) no-repeat left top}a.chbutton.en{background:url(images/au_en3.png) no-repeat left top}a.chbutton.datenschutz{background:url(images/au_datenschutz3.png) no-repeat left top}a.chbutton:hover{background-position:-261px top}#address,#maddress{width:29.9145299%;padding-left:2.5641025%;padding-right:2.5641025%;float:left;font-size:1em}#address p,#maddress p{margin-bottom:0}#address p img,#maddress p img{vertical-align:text-top;margin-right:9px}#address p img.footerlogo,#maddress p img.footerlogo{margin-right:0;max-width:283px;width:100%;height:auto}#address p.haus img,#maddress p.haus img{margin-right:7px}#address p.insetleft,#maddress p.insetleft{margin-left:25px}#address p:first-child,#maddress p:first-child{margin-bottom:1.5em}#address p:first-child img,#maddress p:first-child img{max-width:255px;height:auto;width:100%}#address a.chbutton,#maddress a.chbutton{display:inline-block;width:100%;padding-left:25px;height:1.5em;display:table-cell;vertical-align:middle;background:url(images/au_email3.png) no-repeat left center}#address a.chbutton:hover,#maddress a.chbutton:hover{background-position:-384px center}#containerfooter{overflow:hidden;width:64.9572649%}#footersub #containerfooter{overflow:hidden;width:68.4684684%}.fcol1,.fcol2,.fcol3{width:33%;float:left;font-size:.875em;padding-top:43px;height:100%}.fcol1 img,.fcol2 img,.fcol3 img{vertical-align:middle;margin-right:9px}.fcol1 p,.fcol2 p,.fcol3 p{margin-bottom:33px}form{line-height:1}form br{clear:left}form .row,form .row-center{margin-bottom:1em;overflow:auto;overflow-y:hidden}form .row-center{text-align:center;clear:both}form>fieldset{margin-top:2em}form fieldset{border:1px solid #b8babf;-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2);padding:1em;clear:both;overflow:auto;margin-bottom:1.5em}form fieldset p,form fieldset h3,form fieldset .clearauto,form fieldset h4{margin-bottom:0.5em}form fieldset h4{font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;font-weight:normal;margin-bottom:1.5em}body.orange form fieldset h4{color:#ff9100}body.gruen form fieldset h4{color:#089c83}body.lila form fieldset h4{color:#9b1889}form legend{border-bottom:1px solid #b8babf;border-right:1px solid #b8babf;background-color:#e1e5eb;padding:4px 6px 2px 6px;font-size:1.1875em;line-height:1;font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif}form input{margin-top:0.5em;margin-bottom:0.5em}form input[type="text"],form input[type="password"],form select{height:25px;padding:2px 8px 2px 8px;border:solid 1px #353c40;color:#5e6a71;-webkit-appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:60%;height:2em;-webkit-border-radius:0}form input[type="text"]:focus,form input[type="password"]:focus,form select:focus{-moz-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);color:#333}form select{font-size:.875em;color:#202426;padding:3px;margin:0;border:solid 1px #353c40;outline:none;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#fff url(images/au_down.png) no-repeat right center;margin-bottom:0.5em;margin-top:0.5em}form select.indent{margin-left:13em;margin-top:0}form div.indent select{width:80%}form div.selectbox,form label.selectbox{position:relative;width:60%}form div.selectbox select,form label.selectbox select{width:100%}form input[type="submit"],form input[type="reset"]{height:25px;padding:2px 8px 6px 5px;border:solid 1px #5e6a71;color:white;background-color:#5e6a71;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:10em;width:auto;height:2em;-webkit-appearance:none;-webkit-border-radius:0;-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2);padding:0 1.5em !important;vertical-align:middle}form input[type="submit"]:hover,form input[type="reset"]:hover{background-color:#6a7880}form input[type="submit"]:hover,form input[type="reset"]:hover{background-color:#6a7880}form input[type="reset"]{-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px;margin-left:1em}form textarea{min-height:6em;overflow:auto;width:60%;resize:none;border:solid 1px #353c40}form input[type='checkbox'],form input[type="radio"]{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}form input[type='checkbox']:focus+label:before,form input[type="radio"]:focus+label:before{border-color:black}form input[type="checkbox"]+label,form input[type="radio"]+label{padding-left:2em;vertical-align:middle;cursor:pointer;float:none;display:inline-block;margin:10px 10px 0 2px;width:auto;position:relative}form input[type="checkbox"]+label:before,form input[type="radio"]+label:before{content:'';position:absolute;border:solid 1px #353c40;text-align:center;font-size:16px;top:2px;left:0;width:16px;height:16px;line-height:18px}body.orange form input[type="checkbox"]+label:before,body.orange form input[type="radio"]+label:before{color:#ff9100}body.gruen form input[type="checkbox"]+label:before,body.gruen form input[type="radio"]+label:before{color:#089c83}body.lila form input[type="checkbox"]+label:before,body.lila form input[type="radio"]+label:before{color:#9b1889}form input[type="checkbox"]:checked+label:before{content:'\2714'}form input[type="radio"]+label:before,form input[type="radio"]+label:after{border-radius:50%}form input[type="radio"]+label:after{content:'';background-color:white;position:absolute;font-size:16px;top:5px;left:3px;width:12px;height:12px;top:6px;left:4px;width:10px;height:10px}body.orange form input[type="radio"]:checked+label:after{background:#ff9100;color:white}body.gruen form input[type="radio"]:checked+label:after{background:#089c83;color:white}body.lila form input[type="radio"]:checked+label:after{background:#9b1889;color:white}form label{position:relative;font-size:.875em;float:left;text-align:right;display:block;margin-right:1.4705882%;margin-right:1em;margin-top:1em;margin-bottom:0.5em;width:12em}form label.label-right{float:none;display:inline;margin:10px 10px 0 10px !important;position:relative;top:1px}form label.label-anrede{float:none;display:inline;margin:10px 10px 0 2px !important;padding-top:4px !important;width:auto;position:relative}form .overauto,form .overauto2{overflow:hidden}form .overauto label,form .overauto2 label{margin-top:0.5em}form label.label-breit,form #content label.label-h4{float:none;display:inline;width:auto}form label.label-h4{font-size:.875em;font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;float:none;width:auto}body.orange form label.label-h4{color:#ff9100}body.gruen form label.label-h4{color:#089c83}body.lila form label.label-h4{color:#9b1889}form input.hidden,form input[type="hidden"]{display:none;border:none}form #first_field{position:absolute;left:-10000px;top:-10000px}body.orange form span.required{color:#ff9100}body.gruen form span.required{color:#089c83}body.lila form span.required{color:#9b1889}form .indent{margin-left:11.375em;margin-top:1.5em;line-height:1.5em}form h4+div.indent{margin-top:-1em}form input.indent[type="text"]{margin-left:13em;margin-top:0}form .ptext{font-size:.875em !important}form .lineheight12{line-height:1.2}form .lineheight15{line-height:1.5}.error{color:red}#content ul li.error a{text-decoration:none !important}#content .Tx-Formhandler ul.display-none li::before{content:counter(li, none) "» ";left:-1em;top:-0.05em;font-size-adjust:none;color:red}form a{text-decoration:none}form span.error{font-size:.875em;color:red}.tx-indexedsearch form#tx_indexedsearch .tx-indexedsearch-form,.tx-indexedsearch form#tx_indexedsearch .tx-indexedsearch-search-submit,.tx-indexedsearch form#tx_indexedsearch .row-center{float:left;margin-bottom:1em;text-align:left;clear:right}.tx-indexedsearch form#tx_indexedsearch .tx-indexedsearch-form{margin-bottom:0}.tx-indexedsearch form#tx_indexedsearch label{font-size:.875em;width:auto;text-align:left}.tx-indexedsearch form#tx_indexedsearch input[type="submit"]{-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px;margin-left:1em}.tx-indexedsearch form#tx_indexedsearch input[type="text"]{width:17em}.tx-indexedsearch-whatis{font-size:0.875em}.tx-indexedsearch-sw{font-weight:bold}.tx-indexedsearch-res h3{margin-bottom:0.5em;background-color:#e1e5eb;clear:both;padding-left:1em;color:black}.tx-indexedsearch-res h3 a{color:black !important}.tx-indexedsearch-descr{padding-left:2em}ul.browsebox{margin-left:0 !important;padding-left:0}#content .tx-indexedsearch ul.browsebox{margin-bottom:2em;margin-top:1.5em}#content .tx-indexedsearch ul.browsebox li{font-size:1.1875em;line-height:1;font-family:'share-boldregular','lucida grande','lucida sans unicode',sans-serif;list-style:none !important;display:inline;position:relative;margin-left:0px !important;margin-right:2em}#content .tx-indexedsearch ul.browsebox li:before{content:"" !important}#content .tx-indexedsearch ul.browsebox li a{padding:5px;text-decoration:none !important;color:#202426 !important;background-color:#e1e5eb;text-align:center;min-width:1.5em;display:inline-block}#content .tx-indexedsearch ul.browsebox li.tx-indexedsearch-browselist-currentPage a{color:white !important}.news-list-view .article{border-bottom:1px dashed #d2d4d6;margin-top:1em;padding-bottom:1em;clear:both;overflow:auto}.news-list-view .article h2{margin-bottom:1em}.news-list-view .article img{margin-bottom:1em}.news-list-view>div:last-child{border-bottom:none !important}#content .alignleft ::before{content:"« ";font-size:150%;line-height:0.5;vertical-align:text-top;display:inline-block;margin-top:2px;margin-right:0.2em;font-weight:normal;font-size:140%}body.orange #content .alignleft ::before{color:#ff9100}body.gruen #content .alignleft ::before{color:#089c83}body.lila #content .alignleft ::before{color:#9b1889}#content .news-img-wrap img{max-width:160px;width:100%;height:auto;float:left;margin-right:4.109509%}div.csc-textpic-above div.csc-textpic-imagewrap,div.csc-textpic-below div.csc-textpic-imagewrap,div.csc-textpic div.csc-textpic-imagewrap ul li,div.csc-textpic-image div.csc-textpic-imagewrap dl.csc-textpic-image,div.csc-textpic-above,div.csc-textpic-imagewrap,div.csc-textpic-below,div.csc-textpic-imagewrap,div.csc-textpic,div.csc-textpic-imagewrap ul li,div.csc-textpic-image,div.csc-textpic-imagewrap dl.csc-textpic-image,div.csc-textpic-last{float:none}div.csc-textpic-above div.csc-textpic-imagewrap img,div.csc-textpic-below div.csc-textpic-imagewrap img,div.csc-textpic div.csc-textpic-imagewrap ul li img,div.csc-textpic-image div.csc-textpic-imagewrap dl.csc-textpic-image img,div.csc-textpic-above img,div.csc-textpic-imagewrap img,div.csc-textpic-below img,div.csc-textpic-imagewrap img,div.csc-textpic img,div.csc-textpic-imagewrap ul li img,div.csc-textpic-image img,div.csc-textpic-imagewrap dl.csc-textpic-image img,div.csc-textpic-last img,div.csc-textpic-above div.csc-textpic-imagewrap embed,div.csc-textpic-below div.csc-textpic-imagewrap embed,div.csc-textpic div.csc-textpic-imagewrap ul li embed,div.csc-textpic-image div.csc-textpic-imagewrap dl.csc-textpic-image embed,div.csc-textpic-above embed,div.csc-textpic-imagewrap embed,div.csc-textpic-below embed,div.csc-textpic-imagewrap embed,div.csc-textpic embed,div.csc-textpic-imagewrap ul li embed,div.csc-textpic-image embed,div.csc-textpic-imagewrap dl.csc-textpic-image embed,div.csc-textpic-last embed,div.csc-textpic-above div.csc-textpic-imagewrap object,div.csc-textpic-below div.csc-textpic-imagewrap object,div.csc-textpic div.csc-textpic-imagewrap ul li object,div.csc-textpic-image div.csc-textpic-imagewrap dl.csc-textpic-image object,div.csc-textpic-above object,div.csc-textpic-imagewrap object,div.csc-textpic-below object,div.csc-textpic-imagewrap object,div.csc-textpic object,div.csc-textpic-imagewrap ul li object,div.csc-textpic-image object,div.csc-textpic-imagewrap dl.csc-textpic-image object,div.csc-textpic-last object,div.csc-textpic-above div.csc-textpic-imagewrap video,div.csc-textpic-below div.csc-textpic-imagewrap video,div.csc-textpic div.csc-textpic-imagewrap ul li video,div.csc-textpic-image div.csc-textpic-imagewrap dl.csc-textpic-image video,div.csc-textpic-above video,div.csc-textpic-imagewrap video,div.csc-textpic-below video,div.csc-textpic-imagewrap video,div.csc-textpic video,div.csc-textpic-imagewrap ul li video,div.csc-textpic-image video,div.csc-textpic-imagewrap dl.csc-textpic-image video,div.csc-textpic-last video,div.csc-textpic-above div.csc-textpic-imagewrap table tbody tr td img,div.csc-textpic-below div.csc-textpic-imagewrap table tbody tr td img,div.csc-textpic div.csc-textpic-imagewrap ul li table tbody tr td img,div.csc-textpic-image div.csc-textpic-imagewrap dl.csc-textpic-image table tbody tr td img,div.csc-textpic-above table tbody tr td img,div.csc-textpic-imagewrap table tbody tr td img,div.csc-textpic-below table tbody tr td img,div.csc-textpic-imagewrap table tbody tr td img,div.csc-textpic table tbody tr td img,div.csc-textpic-imagewrap ul li table tbody tr td img,div.csc-textpic-image table tbody tr td img,div.csc-textpic-imagewrap dl.csc-textpic-image table tbody tr td img,div.csc-textpic-last table tbody tr td img,div.csc-textpic-above div.csc-textpic-imagewrap table tbody tr td embed,div.csc-textpic-below div.csc-textpic-imagewrap table tbody tr td embed,div.csc-textpic div.csc-textpic-imagewrap ul li table tbody tr td embed,div.csc-textpic-image div.csc-textpic-imagewrap dl.csc-textpic-image table tbody tr td embed,div.csc-textpic-above table tbody tr td embed,div.csc-textpic-imagewrap table tbody tr td embed,div.csc-textpic-below table tbody tr td embed,div.csc-textpic-imagewrap table tbody tr td embed,div.csc-textpic table tbody tr td embed,div.csc-textpic-imagewrap ul li table tbody tr td embed,div.csc-textpic-image table tbody tr td embed,div.csc-textpic-imagewrap dl.csc-textpic-image table tbody tr td embed,div.csc-textpic-last table tbody tr td embed,div.csc-textpic-above div.csc-textpic-imagewrap table tbody tr td object,div.csc-textpic-below div.csc-textpic-imagewrap table tbody tr td object,div.csc-textpic div.csc-textpic-imagewrap ul li table tbody tr td object,div.csc-textpic-image div.csc-textpic-imagewrap dl.csc-textpic-image table tbody tr td object,div.csc-textpic-above table tbody tr td object,div.csc-textpic-imagewrap table tbody tr td object,div.csc-textpic-below table tbody tr td object,div.csc-textpic-imagewrap table tbody tr td object,div.csc-textpic table tbody tr td object,div.csc-textpic-imagewrap ul li table tbody tr td object,div.csc-textpic-image table tbody tr td object,div.csc-textpic-imagewrap dl.csc-textpic-image table tbody tr td object,div.csc-textpic-last table tbody tr td object,div.csc-textpic-above div.csc-textpic-imagewrap table tbody tr td video,div.csc-textpic-below div.csc-textpic-imagewrap table tbody tr td video,div.csc-textpic div.csc-textpic-imagewrap ul li table tbody tr td video,div.csc-textpic-image div.csc-textpic-imagewrap dl.csc-textpic-image table tbody tr td video,div.csc-textpic-above table tbody tr td video,div.csc-textpic-imagewrap table tbody tr td video,div.csc-textpic-below table tbody tr td video,div.csc-textpic-imagewrap table tbody tr td video,div.csc-textpic table tbody tr td video,div.csc-textpic-imagewrap ul li table tbody tr td video,div.csc-textpic-image table tbody tr td video,div.csc-textpic-imagewrap dl.csc-textpic-image table tbody tr td video,div.csc-textpic-last table tbody tr td video{max-width:100%;height:auto;width:auto}div.csc-textpic-above div.csc-textpic-imagewrap table,div.csc-textpic-below div.csc-textpic-imagewrap table,div.csc-textpic div.csc-textpic-imagewrap ul li table,div.csc-textpic-image div.csc-textpic-imagewrap dl.csc-textpic-image table,div.csc-textpic-above table,div.csc-textpic-imagewrap table,div.csc-textpic-below table,div.csc-textpic-imagewrap table,div.csc-textpic table,div.csc-textpic-imagewrap ul li table,div.csc-textpic-image table,div.csc-textpic-imagewrap dl.csc-textpic-image table,div.csc-textpic-last table{max-width:100% !important;width:100% !important}div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image{margin-bottom:0px}@media print{.accordion-news>*{display:block !important}body.dokserv .collection-wrapper>*{display:block !important}.accordion-news .accordion-item .inside,.accordion-news .accordion-item+.inside,body.dokserv .collection-wrapper .collection-content,body.dokserv .collection-wrapper+.collection-content{display:block !important;padding-left:0;padding-right:0;border-left:none !important;border-right:none !important;box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;-webkit-border-bottom-right-radius:none !important;-moz-border-radius-bottomright:none !important;border-bottom-right-radius:none !important}.accordion-news .header,body.dokserv .collection-wrapper .collection-header{border:none !important;padding-left:0}body{margin:1em}#wrapper,#header,#stiftung,#footer,#footersub{width:90%}#content{width:100%;margin:0;padding:0}#header{height:auto}#schraffur:before,#schraffur:after{content:" ";display:table}#schraffur:after{clear:both}#stiftunginside,#address,#logo,h2.pagecolor{padding:0;color:black}#tagline{height:auto}#submenu,#balkenfootersub,#footersub hr,.btopenclose,#formelements,#menubar,#subthema,#topthema,.toplink,#containerfooter,#footer hr,#msuche,#mmenu,.mtoplink,.slick-prev,.slick-next{display:none !important}}@media print and (-webkit-min-device-pixel-ratio:0){h1{font-family:sans-serif}h2{font-family:sans-serif}h3{font-family:sans-serif}#footer,#footersub{font-family:sans-serif}h2.cap{font-size:1.2em}}@media screen and (-webkit-min-device-pixel-ratio:0){strong.bigger,#mmenu h3{font-weight:normal !important}#header #formelements input{background:#fff url(images/lupe.png) no-repeat right 1px !important;background-size:25px}select{padding-right:18px}}@media screen and (max-width:69.375em){#page{width:97%;margin-left:auto;margin-right:auto}#balkenfootersub,#footersub{width:97%}.container3 .publikationen div img,.container3 .publikationen a img{max-width:95.43589%}.container3 noscript .publikationen div img,.container3 noscript .publikationen a img{max-width:48.8571428%;margin-right:2.2857142%}.container3 #header,.container3 #balken,.container3 #topthema,.container3 #subthema,.container3 #topthema01,.container3 #subthema01,.container3 #balkenfootersub,.container3 #footersub,.container3 #wrapper,.container3 #stiftung,.container3 #balkenfooter,.container3 #foooter{max-width:none}#topthema img.ecke{display:inline-block;position:absolute;right:0;bottom:0}#submenu{margin-right:8.2613%}#content{width:68.7658%}}@media screen and (max-width:69.625em){#header #tagline{padding-left:5.83783783%}#header #formelements{padding-left:4.9369369%}.container3 .publikationen div img,.container3 .publikationen a img{max-width:96%}#page dl,#page .imagebox,#page .textbox,#page .video,#page .html5video{width:31%;width:30.6578947%}form div.indent select{width:85%}.col-c .slick-prev::before,.col-c .slick-next::before{font-size:36px}}@media screen and (max-width:62.5em){#header{background:#fff url(images/au_kapelle.png) no-repeat right bottom}#header #tagline{padding-left:4.83783783%}#header #formelements{padding-right:18%}.col-c .slick-prev::before,.col-c .slick-next::before{font-size:28px}}@media screen and (max-width:60em){#header{background-image:none}#header #formelements{padding-right:10px}#stiftunginside{padding-left:14%}form div.indent select{width:88%}.button6 .button,.button5 .button{width:22.9729729%}.button6 .button:nth-child(4n+0),.button5 .button:nth-child(4n+0){margin-right:0}.col-c .slick-prev,.col-c .slick-next{top:auto;bottom:10px}}@media screen and (max-width:52.1875em){#header #tagline{padding-left:4%;width:19.3693693%}#header #tagline img{width:100%;height:auto}.container3 .publikationen div img,.container3 .publikationen a img{max-width:95.43589%}#page dl,#page .imagebox,#page .textbox,#page .video,#page .html5video{width:30%}form div.indent select{width:95%}}@media screen and (max-width:50em){#header tagline{padding-left:3%;width:19%}form div.indent select{width:100%}}@media screen and (max-width:48em){#header #tagline{padding-left:3%}.spezial{margin-bottom:40px;width:100% !important;float:none !important}.col-c{float:none;width:350px;margin-right:auto;margin-left:auto}.col1,.col2{margin-right:0 !important}.bild,.publikationen{text-align:center}.publikationen{max-width:352px;margin-left:auto;margin-right:auto;max-width:360px;left:5px}.container3+.container1 .bild,.container2+.container1 .bild{float:none;width:100%}.container3+.container1 .text,.container2+.container1 .text{margin-left:0}.container3+.container1 .text h2,.container2+.container1 .text h2{margin-top:.75em}#submenu{width:25.6756756%;margin-right:5.8558558%}#content{width:68.4684684%}}@media screen and (max-width:47.9375em){.col-c .slick-prev,.col-c .slick-next{bottom:auto;top:30%}.col-c .slick-prev::before,.col-c .slick-next::before{font-size:43px}#header,#menubar,#topthema,#topthema01,#subthema01,#subthema,#address,#containerfooter,#footer,#footersub,#submenu h2.pagecolor,#submenu h2.pagecolor+ul{display:none}#page{display:table;table-layout:fixed;width:97%;margin-left:auto;margin-right:auto}#submenu{float:none;margin-right:0;display:table-footer-group}#submenu .leftbox{width:96%;margin-left:auto;margin-right:auto}#submenu .leftbox img{float:left;padding-right:1em;max-width:350px;margin-right:15px}#submenu .leftbox ul.indent{float:left}#content{float:none;display:table-header-group}form div.indent select{width:85%}#headermobile{position:relative;display:block;width:96%;padding:1em 2% 0.5em 2%;color:#5e6a71;border-bottom:solid 1px #353c40}#headermobile img#logomobile{max-width:443px;min-width:200px;height:auto;width:69.21875%;float:left}#headermobile p{color:#5e6a71;font-family:'share-italicregular','lucida grande','lucida sans unicode',sans-serif;font-size:2em;display:block;padding-left:12.5%;clear:both}#headermobile .button{text-align:center;float:right;width:16.1030595%;max-width:100px;min-width:60px;height:auto;vertical-align:middle;border:1px solid #5e6a71;border-right-width:2px;border-bottom-width:2px;-webkit-border-radius:0 0 10px 0;border-radius:0 0 10px 0;background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);background:-moz-radial-gradient(center, ellipse cover, #fff 50%, #ebeff4 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(50%, #fff), color-stop(100%, #ebeff4));background:-webkit-radial-gradient(center, ellipse cover, #fff 50%, #ebeff4 100%);background:-o-radial-gradient(center, ellipse cover, #fff 50%, #ebeff4 100%);background:-ms-radial-gradient(center, ellipse cover, #fff 50%, #ebeff4 100%);background:radial-gradient(ellipse at center, #fff 50%, #ebeff4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebeff4', GradientType=1);-webkit-box-shadow:4px 4px 4px 0 #737373;box-shadow:4px 4px 4px 0 #737373}#headermobile .button img{margin:29% 29% 20% 29%;width:45%;max-width:45px;height:auto}#headermobile .button a{display:block;width:100%}#balken,#balkenfooter,#balkenfootersub{width:97%}#balken .orange,#balkenfooter .orange,#balkenfootersub .orange{background-color:#ffa000;width:24.3234536%;margin-left:0}#balken .lila,#balkenfooter .lila,#balkenfootersub .lila{background-color:#9b1889;width:30.7667525%;left:35.3234536%}#balken .gruen,#balkenfooter .gruen,#balkenfootersub .gruen{background-color:#00b092;width:26.6121134%;left:72.85567%}#balken .orange,#balkenfooter .orange,#balkenfootersub .orange,#balken .lila,#balkenfooter .lila,#balkenfootersub .lila,#balken .gruen,#balkenfooter .gruen,#balkenfootersub .gruen{height:8px;float:left}#balkenfootersub{width:100%}.accordion-news .header,.accordion-closed .header,body.dokserv .collection-wrapper .collection-header{padding:4px 10px 4px 10px}#stiftunginside{background-size:55px}#footer hr{display:none}#maddress{font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;font-size:1.25em;display:block;width:97%;margin:0 auto;padding:1.5em 1.5% 0.1em 1.5%;background-color:#5e6a71;color:white;float:none}#maddress a{color:white;text-decoration:none}#maddress a:hover{font-style:italic}#maddress p:first-child{margin-bottom:inherit}#maddress p{line-height:2em}#maddress p.insetleft{margin-left:43px}#maddress a.chbutton{padding-left:43px;background:url(images/au_memail3.png) no-repeat left center}#maddress a.chbutton:hover{background-position:-267px center}#msuche{display:block;width:97%;padding:1em 1.5% 1em 1.5%;background-color:#5e6a71;text-align:center}#msuche form{display:block}#msuche input{width:94%;height:25px;padding:2px 8px 2px 8px;border:solid 1px #353c40;color:#5e6a71;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:1.125em;height:2em;background:#fff url(images/mlupe.png) no-repeat right center;background-size:50px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-border-radius:0;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;border-bottom-right-radius:10px}#msuche input:focus{-moz-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 2px 1px rgba(0,0,0,0.2);color:#333}#msuche input.submit{display:none}#mmenu{margin-top:-0.8em;display:block;word-wrap:break-word}#mmenuheader{width:97%;padding-left:1.5%;padding-right:1.5%}#mmenuheader .mlogo{float:left;width:100%;overflow:auto;margin-bottom:0.5em;height:52px}#mmenuheader .mlogo img{vertical-align:middle;margin-top:3px;width:60%;max-width:307px}#mmenuheader #mobile-en{float:right;overflow:hidden}#mmenuheader #mobile-en a.chbutton{padding-left:0;height:52px;width:52px;text-indent:-99999px;display:inline-block}#mmenuheader #mobile-en a.chbutton.en{background:url(images/au_men2.png) no-repeat left bottom;background-size:52px}#mmenuheader h3{color:#353c40;font-weight:bold;margin-top:2em;padding-bottom:0;font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;text-transform:uppercase}.kategorie{background-image:url(images/bg_content.png);background-repeat:no-repeat;background-position:center bottom;font-size:1em;font-family:'share-boldregular','lucida grande','lucida sans unicode',sans-serif;text-transform:uppercase;line-height:3;position:relative;display:inline-block;width:94%;padding:0.2em 3%}h3.serviceheadline{fontsize:1em;padding:1em 3% 0 3%}body.orange h3.serviceheadline{color:#ff9100}body.gruen h3.serviceheadline{color:#089c83}body.lila h3.serviceheadline{color:#9b1889}ul#mnav,ul#mnav2{list-style-type:none;margin-bottom:0.5em}ul#mnav li,ul#mnav2 li{position:relative}ul#mnav li a,ul#mnav2 li a{text-decoration:none;background-image:url(images/bg_content.png);background-repeat:no-repeat;background-position:center bottom;background-color:transparent;font-size:1em;font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;text-transform:uppercase;color:#353c40;position:relative;display:inline-block;width:94%;padding:1em 3%}ul#mnav li a.active,ul#mnav2 li a.active{color:#ff9100}body.orange ul#mnav li a.active,body.orange ul#mnav2 li a.active{color:#ff9100}body.gruen ul#mnav li a.active,body.gruen ul#mnav2 li a.active{color:#089c83}body.lila ul#mnav li a.active,body.lila ul#mnav2 li a.active{color:#9b1889}ul#mnav li a:hover,ul#mnav2 li a:hover{background:#5e6a71;color:white}ul#mnav li a:after,ul#mnav2 li a:after{content:"\000BB";font-family:Arial,Helvetica,sans-serif;font-size:1.5em;position:absolute;right:4%;top:-0.2em;top:0.3em}ul#mnav li a.weiterleitung,ul#mnav2 li a.weiterleitung{font-family:'share-boldregular','lucida grande','lucida sans unicode',sans-serif}ul#mnav li a.weiterleitung:after,ul#mnav2 li a.weiterleitung:after{content:":";font-size:1em;font-family:inherit;position:relative;right:auto;top:auto}body.orange ul#mnav li.active>a,body.orange ul#mnav2 li.active>a{background:#ff9100;color:white}body.gruen ul#mnav li.active>a,body.gruen ul#mnav2 li.active>a{background:#089c83;color:white}body.lila ul#mnav li.active>a,body.lila ul#mnav2 li.active>a{background:#9b1889;color:white}ul#mnav li ul,ul#mnav2 li ul{margin-bottom:0px}ul#mnav li ul li a,ul#mnav2 li ul li a{padding-left:12%;width:85%}ul#mnav li ul ul li a,ul#mnav2 li ul ul li a{padding-left:16%;width:81%}ul#mnav2{margin-bottom:1.5em}.mtoplink{display:block;font-size:1em !important;text-indent:0 !important;margin-top:0.5em;margin-bottom:1em}.mtoplink a{font-size:.9375em;line-height:1;width:95%;text-align:right;display:block;margin-bottom:-5px !important;padding-bottom:0 !important;display:inherit;padding-right:4.5%;text-decoration:none}body.orange .mtoplink a{color:#ff9100}body.gruen .mtoplink a{color:#089c83}body.lila .mtoplink a{color:#9b1889}.mtoplink a:after{content:url(images/au_top.png);padding-left:.75em}#mcontainerfooter{display:block;overflow:hidden;width:97%;padding-left:1.5%;padding-right:1.5%}#mcontainerfooter a{color:#202426;text-decoration:none}#mcontainerfooter a:hover{color:black}#mnote{display:block;font-size:1em;font-family:'share-regularregular','lucida grande','lucida sans unicode',sans-serif;color:#353c40;padding-left:1.5%;padding-top:0.5em}}@media screen and (max-width:45em){.button4 .button,.button6 .button,.button5 .button{width:47.9166666%}.button4 .button:nth-child(even),.button6 .button:nth-child(even),.button5 .button:nth-child(even){margin-right:0}}@media screen and (max-width:40em){.container1 .bild{float:none;width:100%}.container1 .text{margin-left:0}.container1 .text h2{margin-top:.75em}}@media screen and (max-width:34.375em){form label{width:10em}form input[type="text"],form textarea{width:55%}form .indent{margin-left:9.625em}form label,.tx-indexedsearch form#tx_indexedsearch label{width:auto;float:none;text-align:center;margin-right:auto;margin-left:auto}form div.indent select,.tx-indexedsearch form#tx_indexedsearch div.indent select,form select,.tx-indexedsearch form#tx_indexedsearch select,form input[type="text"],.tx-indexedsearch form#tx_indexedsearch input[type="text"],form textarea,.tx-indexedsearch form#tx_indexedsearch textarea{width:100%}form div.indent select,.tx-indexedsearch form#tx_indexedsearch div.indent select,form select,.tx-indexedsearch form#tx_indexedsearch select,form input[type="text"],.tx-indexedsearch form#tx_indexedsearch input[type="text"],form input[type="submit"],.tx-indexedsearch form#tx_indexedsearch input[type="submit"],form input[type="reset"],.tx-indexedsearch form#tx_indexedsearch input[type="reset"]{height:3em}form .indent,.tx-indexedsearch form#tx_indexedsearch .indent,form select.indent,.tx-indexedsearch form#tx_indexedsearch select.indent{margin-left:0}form .indent label.hcenter,.tx-indexedsearch form#tx_indexedsearch .indent label.hcenter,form select.indent label.hcenter,.tx-indexedsearch form#tx_indexedsearch select.indent label.hcenter{display:block;text-align:center}form input.indent[type="text"],.tx-indexedsearch form#tx_indexedsearch input.indent[type="text"]{margin-left:0;width:100%}.tx-indexedsearch form#tx_indexedsearch .tx-indexedsearch-form,.tx-indexedsearch form#tx_indexedsearch .tx-indexedsearch-search-submit,.tx-indexedsearch form#tx_indexedsearch .row-center{float:none;clear:both;text-align:center}.tx-indexedsearch form#tx_indexedsearch .tx-indexedsearch-form input[type="submit"],.tx-indexedsearch form#tx_indexedsearch .tx-indexedsearch-search-submit input[type="submit"],.tx-indexedsearch form#tx_indexedsearch .row-center input[type="submit"]{width:13em;float:none;display:block;margin-left:auto;margin-right:auto}}@media screen and (max-width:31.25em){#headermobile p{font-size:1.5em}#stiftunginside{background-size:40px}#page #content dl,#page #content .imagebox,#page #content .textbox,#page #content .video,#page #content .html5video,#page #content .bodytext{float:none;clear:both;width:92%;margin:1em auto}#page #content .bodytext{width:100%}#page #content .imagebox{max-width:350px}form .rowcenter{text-align:center}form input[type="submit"],form input[type="reset"]{width:13em;float:none;display:block;margin-left:auto;margin-right:auto}form input[type="reset"]{margin-top:2em}.button4 .button,.button6 .button,.button5 .button{width:97%;margin-right:auto !important;margin-left:auto !important;margin-left:auto;margin-right:auto;float:none}#footer .fcol1,#mcontainerfooter .fcol1,#footer .fcol2,#mcontainerfooter .fcol2,#footer .fcol3,#mcontainerfooter .fcol3{width:100%}#footer .fcol1,#mcontainerfooter .fcol1,#footer .fcol2,#mcontainerfooter .fcol2,#footer .fcol3,#mcontainerfooter .fcol3{padding-top:0}}@media screen and (max-width:25em){#stiftunginside{background-size:35px}}
/* Änderung für Column-Darstellung im Forschungsdropdown */
#menubar ul li.forschung ul {
    -moz-column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    column-count: 3;
    column-gap: 0;
}
#menubar ul li.forschung ul li {
    display:block;
    float:none; 
    width:auto;
    height:auto !important;
    padding-left: 22px;
}
/* verhindert springen/verrutschen bei Mouse-Over */
#menubar ul li ul li:hover>a::before,
#menubar ul li ul li a::before {
    margin-top:0;
}
/* Korrektur Pfeile vor Nav wg. Firefox und wg. Column-Darstellung */
#menubar ul li ul li:hover > a::before, #menubar ul li ul li a::before, #menubar ul li ul li:hover > a:hover::before, #menubar ul li ul li a:hover::before {
    content: "» ";
    position: absolute;
}

#menubar ul li ul li:hover > a::before, #menubar ul li ul li a::before {
    top: 18px;
}
#menubar ul li ul li:hover > a::before, #menubar ul li ul li a::before, #menubar ul li ul li:hover > a:hover::before, #menubar ul li ul li a:hover::before {
    left: 0 !important;
    margin-left: 0 !important;
}

#menubar ul li.forschung ul li:hover > a::before, #menubar ul li.forschung ul li a::before, #menubar ul li.forschung ul li:hover > a:hover::before, #menubar ul li.forschung ul li a:hover::before {
    left: 0 !important;
    margin-left: 0 !important;
}
#menubar ul li:hover>a::before {
    -webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}
   

/* #menubar ul li ul li:hover > a::before, #menubar ul li ul li a::before, #menubar ul li ul li:hover > a:hover::before, #menubar ul li ul li a:hover::before {
    content: "» ";
    position: absolute;
}
 */
/* Download-Listen */
#page ul.download li::before, #page ul.collection-content li::before, #submenu ul li a::before{
    content: "» ";
}
/* Änderung für Column-Darstellung im Forschungsdropdown */
.row-center #tx-indexedsearch-searchbox-button-submit{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	margin-left: 1em;
}
.tx-indexedsearch-form{
	float: left;
	margin-bottom: 0;
	text-align: left;
}
.row-center.tx-indexedsearch-search-submit{
    float: left;
    clear: right;
}
.tx-indexedsearch-form label{
    font-size: .875em;
    width: auto;
    text-align: left;
}
.tx-indexedsearch-form label{
    font-size: .875em;
    width: auto;
    text-align: left;
}
.tx-indexedsearch-form input[type="text"] {
    width: 17em;
}
#page .tx-indexedsearch-browsebox ul {
    margin-left:0;
}
#page .tx-indexedsearch-browsebox ul li::before {
    content: none;
}
.tx-indexedsearch-browsebox ul li::after {
    content: "| ";
    margin-left: 1em;
    margin-right: 1em;
}
.tx-indexedsearch-browsebox ul li {
    display: inline;
}
.tx-indexedsearch-browsebox ul li a {
    display: inline-block;
    white-space: nowrap;
}
.tx-indexedsearch-description {
    padding-left: 2em;
}
/* fp-newsletter */
/* form input[type="checkbox"]#fp_gdpr{
    border: 1px;
    position: relative;
} */
form input[type="email"]#fp_email {
    padding: 2px 8px 2px 8px;
    border: solid 1px #353c40;
    color: #5e6a71;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    height: 2em;
    -webkit-border-radius: 0;
}
.alert-danger{
 color: red;
}
/* Pfeile in Top-Startseiten Animation weniger transparent */
.slick-prev:before, .slick-next:before {
    opacity: 0.9 !important;
}
@media screen and (max-width:34.375em){

    form input[type="email"]#fp_email{
        height: 3em;
        width:100%
    }

    .tx-indexedsearch-form, .tx-indexedsearch form#tx_indexedsearch .tx-indexedsearch-search-submit, .row-center.tx-indexedsearch-search-submit {
        float: none;
        clear: both;
        text-align: center;
    }
    .tx-indexedsearch-form label{
        width: auto;
        float: none;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .tx-indexedsearch-form input[type="text"] {
        width: 100%;
    }
    .row-center.tx-indexedsearch-search-submit input[type="submit"]{
        width: 13em;
    }
}