/*! normalize.css 2012-01-31T16:06 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 * Fix IE6/7 heading font-size not being relative to the root font-size
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px; }

dd {
  margin: 5px 0 0 0; }

nav ul,
nav ol {
  padding: 0;
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  *display: inline-block; }
  .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.acc-link {
  position: absolute;
  text-indent: -2012em;
  top: -2000px; }

html {
  padding: 10px 0 0 0;
  width: 100%;
  font-size: 63.5%; }

body {
  position: relative;
  padding: 0;
  margin: 0 auto;
  background: black; }

.smooth,
.smooth:before,
.smooth:after {
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 600ms ease-out;
  -o-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  transition: all 400ms ease-in; }

/*
 * FONTS
 */
h1,
h2 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 130%;
  margin: 0 0 6px 0;
  padding: 0;
  font-weight: normal;
  position: relative; }

h1 strong {
  font-weight: normal;
  color: black; }

h2 {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 130%;
  border-width: 4px 0 2px 0;
  padding: 5px 0; }

h3 {
  margin: 20px 0 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 130%;
  font-family: Arial, sans-serif; }
  h3 a {
    margin: 0;
    padding: 0;
    color: black;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 130%;
    text-decoration: none;
    font-weight: normal; }

.field-item h3 a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 130%;
  text-decoration: underline;
  color: #666666; }

.field-item h3 a:not([href]),
.field-item p a:not([href]) {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 130%;
  text-decoration: none;
  color: black;
  font-weight: bold; }

h4 {
  font-weight: normal;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

p {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
  line-height: 150%;
  color: black;
  margin: 2px 0 3px 0; }

ul {
  padding: 0 0 0 35px; }

li {
  list-style: disc;
  color: black;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 130%;
  line-height: 160%;
  font-family: Arial, sans-serif; }

hr {
  border-color: #666666;
  border-style: solid;
  border-width: 0 0 1px;
  clear: both;
  margin: 0 0 20px 0; }

/* br {line-height: 25px;} */
.field-items ul {
  padding: 0; }
.field-items li {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 130%;
  color: #000;
  list-style: none; }
  .field-items li:before {
    content: "-"; }

  .field-items .menu {margin: 18px 0 0 0;}

  .field-items .menu li:before {content: "";}

span a {
  font-size: 12px;
  line-height: 130%; }

.node span,
.views-field span,
.node strong,
.views-field strong ,
.field-item {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 130%;
  font-family: Arial, sans-serif; }

li a,
a,
a:active {
  color: black; }

.field-items p a,
.field-content a,
.view a,
.field-items li a,
div a,
.page-ausstellungen .image-caption-container-left .image-caption {
  color: #666; }

.field-name-field-add-links a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 140%;
  text-align: left;
}

.field-name-field-exhibition-node {clear: left; width: 55%;}

.element-invisible {
  display: none; }

/*
 * HEADER
 */
/* Logo */
.head-patt {
  float: left;
  width: 100px; }

.logo {
  background: url(../images/logo-s.png) no-repeat 0 0;
  text-indent: -2012em;
  -moz-background-size: 100%;
  background-size: 100%;
  width: 120px;
  height: 60px;
  margin: 0 0 0 10px;
  display: block; }

.region-header .menu {
  display: none; }

/* Search */
.search-l {
  color: white;
  background: black;
  width: 100px;
  padding: 5px 0;
  text-align: center;
  display: block;
  text-decoration: none; }

#search-api-page-search-form-sphinx-search {
  background-color: black;
  position: absolute;
  top: 0;
  right: 10px;
  padding: 1px;
  height: 21px; }

#edit-keys-1,
#edit-keys-1--2 {
  float: left;
  width: 80px;
  padding: 1px;
  height: 13px;
  line-height: 13px;
  margin: 3px 5px 0 0; }

#edit-keys-1::-webkit-input-placeholder,
#edit-keys-1--2::-webkit-input-placeholder{
   color: white;
}

#edit-keys-1:-moz-placeholder,
#edit-keys-1--2:-moz-placeholder { /* Firefox 18- */
   color: white;
}

#edit-keys-1::-moz-placeholder,
#edit-keys-1--2::-moz-placeholder {  /* Firefox 19+ */
   color: white;
}

#edit-keys-1:-ms-input-placeholder,
#edit-keys-1--2:-ms-input-placeholder {  
   color: white;
}

.form-item-keys-1 label,
.page-search h1 {
  display: none;
}

.form-submit {
  padding: 1px;
  height: 21px;
  line-height: 21px;
  margin: 0;
  color: black; 
}

#search-api-page-search-form-sphinx-search .form-submit {width: 50px;}

/* Navigation */
.sf-menu {
  float: right;
  width: 185px;
  display: block;
  padding: 0;
  margin: -7px -6px 0 0; }
  .sf-menu li {
    list-style: none;
    float: left; }
  .sf-menu ul li {
    float: none; }
  .sf-menu a {
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 130%;
    display: inline-block;
    padding: 6px; }
  .sf-menu .nav-active {
    color: white; }
  .sf-menu .close-nav {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 2px 0;
    padding: 2px 0;
    border-top: 1px solid #ccc; }
    .sf-menu .close-nav a {
      padding: 0;
      margin: 0;
      line-height: 100%; }

.sf-menu li.active,
.menu-block-1 li.active {
  color: #fff;
  font-weight: bold; }

.sf-menu .nav-active {
  color: white; }

.js .sf-depth-1 ul {
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%;
  border: 1px solid black;
  background-color: white; }
  .js .sf-depth-1 ul a {
    color: black; }

.js .sf-depth-1 .sub-nav-active {
  display: block; 
  z-index: 300;
}

.js .sf-depth-1 .sub-nav-active:after {
  border: 1px solid;
  content: "x";
  padding: 0 7px;
  position: absolute;
  right: 10px;
  top: 5px; }

#overlay {
  background: #000000;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 100px;
  z-index: 200;
  width: 100%; }

/*
 * MAIN CONTENT
 */
.main {
  clear: both;
  padding: 1px 0 0 0; }

.breadcrumb ol {
  padding: 0; }
  .breadcrumb ol li {
    list-style: none; }
  .breadcrumb ol a {
    text-decoration: none; }
  .breadcrumb ol .first-level a {
    display: block;
    margin: 0 0 28px;
    font-weight: bold;
    color: #FF0000;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 130%; }
  .breadcrumb ol .second-level a,
  .breadcrumb ol .third-level a {
    color: #A4A5A7;
    font-weight: bold;
    display: block;
    padding: 0 0 5px 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 130%; }
  .breadcrumb ol .third-level a {
    color: #000; }

.item-list ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.field-item div {
  line-height: 150%; }

.page-ausstellungen-rueckblick .views-row,
.page-ausstellungen-an-anderen-orten .views-row,
.page-ausstellungen-an-anderen-orten-rueckblick .views-row,
.section-ausstellungen .txt-patt .views-row,
.section-exhibitions .txt-patt .views-row {
  border-bottom: 1px solid #666; }
  .page-ausstellungen-rueckblick .views-row:after,
  .page-ausstellungen-an-anderen-orten .views-row:after,
  .page-ausstellungen-an-anderen-orten-rueckblick .views-row:after,
  .section-ausstellungen .views-row:after,
  .section-exhibitions .views-row:after {
    clear: both;
    display: block;
    content: "";
    padding: 0 0 10px 0; }
  .page-ausstellungen-rueckblick .views-row .views-field-body .field-content a,
  .page-ausstellungen-an-anderen-orten .views-row .views-field-body .field-content a,
  .page-ausstellungen-an-anderen-orten-rueckblick .views-row .views-field-body .field-content a {
    color: #666666;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0; }

.views-row {
  margin: 0 0 20px 0; }

.block-block {
  display: none; }
  .block-block a {
    margin: 0 18px 0 0;
    text-decoration: none;
    font-size: 10px;
    font-size: 1rem;
    line-height: 130%; }
  .block-block .translation-link:before {
    content: ">> "; }

.nav-patt {
  z-index: 1000; }
  .nav-patt a {
    display: none; }
  .nav-patt .nav-current {
    display: block;
    text-align: center;
    background-color: white;
    color: black;
    border-top: 2px solid black;
    text-decoration: none;
    padding: 4px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 130%; }
  .nav-patt .r-nav-active {
    background-color: white;
    padding: 4px;
    border-top: 1px solid #9c9d9f;
    margin: 0; }
    .nav-patt .r-nav-active li {
      border-bottom: 1px dotted #9c9d9f; }
    .nav-patt .r-nav-active a {
      display: block;
      color: black; }
    .nav-patt .r-nav-active .sub-r-nav li {
      border: none; }
    .nav-patt .r-nav-active .close-nav {
      border: none;
      text-align: center; }

#block-user-login {
  display: none; }

.menu-block-1 ul {
  padding: 0 0 0 10px; }
  .menu-block-1 ul li {
    list-style: none; }
  .menu-block-1 ul a {
    text-decoration: none;
    color: white; }

.expanded .menu a {
  padding: 0 0 0 10px;
  font-weight: normal; }

.txt-patt {
  background-color: white;
  padding: 10px 15px 20px;
  margin: 10px 0 0 0; }
  .txt-patt .menu {
    clear: both;
    padding: 0; }
    .txt-patt .menu li {
      line-height: 110%;
      list-style: none; }
    .txt-patt .menu a {
      color: #666;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 130%; }
    .txt-patt .menu a:before {
      content: ">> "; }

.node-type-online-chapter .txt-patt {background: #edebe7;}

.img-patt {
  background-color: #fff;
  padding: 20px;
  text-align: center; }
  .img-patt img {
    max-width: 100%;
    height: auto !important; }
  .img-patt .views-label-field-kontext-bilder {
    display: none; }
  .img-patt .item-list li {
    list-style: none;
    margin: 0; }
  .img-patt .image-caption {
    color: #000;
    text-align: left;
    padding: 0 0 20px 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 130%; }

/*
 * FOOTER
 */
.footer {
  background: white;
  padding: 10px;
  height: 90px;
  text-align: right; }

.footnav {
  padding: 0;
  margin: 0 0 50px 0; }
  .footnav li {
    list-style: none;
    float: left;
    padding: 5px; }

.top-l {
  background-color: #9c9d9f;
  padding: 5px 10px;
  text-align: center;
  margin: 20px 0 20px 3px;
  float: left;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 130%;
  color: white; }

/*
 * SPECIAL SITE TYPES
 */
/* Bibliothekskatalog */
  .page-node-79 .txt-patt {
    width: 1032px; }
  .page-node-79 .img-patt, .page-node-79 h1,
  .page-node-79 .img-patt, .page-node-79 .breadcrumb {
    display: none; }
  .page-node-79 iframe {
    margin: 10px 0 0 0; }

/* Login left */
#user-login-form .item-list,
#user-login .item-list {
  display: none; }
#user-login-form .form-submit,
#user-login .form-submit {
  width: 70px; }

/* Search */
.search-result .title {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 130%;
  font-weight: bold; }

.search-info {
  display: none; }

/* Tabs */
.tabs {
  padding: 0; }
  .tabs li {
    list-style: none;
    margin: 0 10px 0 0;
    float: left; }
  .tabs:after {
    clear: both;
    display: block;
    content: ""; }

/* Press Gallery */
/* Filmgallerie mit twelve theme */
#galleria-image-collection {
  width: 820px;
  height: 576px; }

.image-caption-container {
  display: block !important;
  height: auto !important; }

/* Pressegallerie mit default theme */
.galleria-press-collection {
  width: 600px;
  height: 600px; }

#galleria-press-collection .galleria-container {
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 841px !important; }

#galleria-press-collection .galleria-info {
  position: relative;
  float: right !important;
  width: 270px !important;
  background: transparent;
  margin: -10px 20px 0 0; }

.node-bilderalbum .galleria-info {
  line-height: 12px; }
  .node-bilderalbum .galleria-info .galleria-info-text,
  .node-bilderalbum .galleria-info .galleria-info-title {
    padding: 2px 0 0;
    display: block; }

.galleria-lightbox-info {
  bottom: 15px !important; }

#galleria-press-collection .galleria-info-text {
  background: #fff !important;
  color: #000 !important; }

#galleria-press-collection .galleria-image-nav {
  position: absolute;
  top: 0;
  margin-top: 0;
  width: 100px; }

#galleria-press-collection .galleria-image-nav div {
  color: #666;
  text-decoration: underline; }

#galleria-press-collection .galleria-image-nav-left,
#galleria-press-collection .galleria-image-nav-right {
  background-image: none; }

#galleria-press-collection .galleria-exit {
  cursor: pointer;
  width: 10%;
  left: 45%;
  position: absolute;
  color: #000;
  z-index: 10; }

#galleria-press-collection .galleria-image img {
  left: 0 !important;
  top: 30px !important;
  max-width: 536px !important;
  height: auto !important; }

#galleria-press-collection .galleria-stage {
  left: 0; }

#galleria-press-collection .galleria-image-nav-left {
  opacity: 1 !important;
  left: 0 !important; }

#galleria-press-collection .galleria-image-nav-right {
  opacity: 1 !important;
  left: 95px !important; }

#galleria-press-collection .galleria-info-description {
  font: inherit; }

#galleria-press-collection .galleria-info-description a {
  color: #666; }

.galleria-counter,
#galleria-press-collection .galleria-thumbnails-container {
  display: none; }

#galleria-press-collection-source {
  padding: 20px 0 0 0; }

#block-block-5 img {
  display: none; }

/* Werner Herzog */
.node-bilderalbum .galleria-container img {
  height: auto !important;
  left: 0 !important;
  margin: 0 auto !important;
  max-height: 546px !important;
  max-width: 100% !important;
  position: relative !important;
  padding: 0;
  width: auto !important; }

.field.field-name-body.field-type-text-with-summary.field-label-hidden {
  padding: 0 25px 0 0; }

/* Exhibition Rooms */
.node-type-exhibition .field-name-field-exhibition-rooms .field-item {
  float: left;
  width: 160px;
  padding: 10px 0 0 0; }
  .node-type-exhibition .field-name-field-exhibition-rooms .field-item .field-item {
    padding: 0; }
    .node-type-exhibition .field-name-field-exhibition-rooms .field-item .field-item h2 {
      padding: 0 0 10px 0; }
    .node-type-exhibition .field-name-field-exhibition-rooms .field-item .field-item a {
      color: #666;
      font-weight: normal; }

.book-navigation {clear: both; padding: 2px 0 0 0;}

.book-navigation .page-links {
  margin: 13px 0 0; width: 482px; clear: left;}
  .book-navigation .page-links a {
    color: #666; }

/* .breit .field-name-field-attachments + .book-navigation .page-links {position: absolute;} */

.book-navigation .menu {width: 488px; border-top: none;}

.page-publikationen-dvds-cds h2 {
  border-top: 1px solid #666; }

.field-press-infocaption {
  padding: 0; }
  .field-press-infocaption p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 130%; }

.front h1,
.page-start h1 {
  display: none; }

.galleria-info-link {
  display: none !important; }

#galleria-press-collection .galleria-info-text {
  display: block !important; }

.view-mode-austellung_titel_raeume h2 a {
  font-weight: normal;
  padding: 0 0 10px 0; }
.view-mode-austellung_titel_raeume a:before {
  content: ">> "; }

.lightbox-processed {
  text-decoration: none; }

.node-type-bilderalbum .title {
  text-transform: uppercase; }

/* Search results */
.search-results h3 a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 130%;
  text-decoration: underline; }

li.search-result {
  display: list-item;
}

#search-api-page-search-form .form-type-textfield {
  display: inline!important;
}

.page-search .item-list .pager li {
  margin: 0;
  padding: 4px; }
  .page-search .item-list .pager li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 130%; }

.page-search .item-list .pager-first,
.page-search .item-list .pager-last {
  display: none; }

.front .txt-patt .bild-links,
.page-start .txt-patt .bild-links {
  margin: 0 10px 20px 0; }

#block-block-10,
#block-block-11 {
  clear: both; }

@media screen and (min-width: 241px) {
  .sf-menu {
    width: 100%; } }

@media screen and (min-width: 312px) {
  .txt-patt {
    margin: 15px 0 0 0; } }

@media screen and (min-width: 380px) {
  .sf-menu a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 130%;
    padding: 5px 8px; } }

@media screen and (min-width: 450px) {
  .sf-menu a.sf-depth-1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 130%; }

  #edit-keys-1,
  #edit-keys-1--2 {
    width: 170px;
    margin: 0 5px 0 0; } }

@media screen and (min-width: 540px) {
  .img-patt img {
    max-width: 300px; }

  .sf-menu {
    width: 72%; }
    .sf-menu a.sf-depth-1 {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 130%;
      padding: 6px; }

  .js .search-l {
    display: none; }

  .js #search-api-page-search-form-sphinx-search {
    display: block;
    padding: 7px 7px 7px 2px;
    right: 10px;
    left: auto;
    top: 56px;
    width: 240px;
    background-color: transparent; }

  .txt-patt {
    margin: 0; }

  .head-patt {
    height: 100px; }

  .footer {
    height: 40px; }

  .footnav {
    margin: 0 0 10px 0; } }

@media screen and (max-width: 560px) {
  .nav-patt .close-nav a {
    display: block; } }

@media screen and (min-width: 560px) {
  body {
    padding: 0;
    background-color: black; }

  .logo {
    text-indent: -2012em;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    height: 120px;
    margin: 17px;
    width: 200px;
    display: block; }

  .expanded .menu a:before {
    position: absolute;
    content: "‒";
    left: 15px;
    display: block; }

  .field-item .image-caption-container-left,
  .page-ausstellungen-rueckblick .image-caption-container-left {
    float: left;
    margin: 0 10px 9px 0;
    height: auto !important; }
    .field-item .image-caption-container-left .image-caption,
    .page-ausstellungen-rueckblick .image-caption-container-left .image-caption,
    .page-ausstellungen .image-caption-container-left .image-caption {
      font-size: 10px;
    font-size: 1rem;
      line-height: 130%;
      padding: 4px; }

  .image-caption-container-none .image-caption {
    font-size: 10px;
    font-size: 1rem;
    line-height: 130%; }

  .bild-links,
  .page-ausstellungen-rueckblick .txt-patt img,
  .page-ausstellungen-an-anderen-orten .txt-patt img,
  .page-ausstellungen-an-anderen-orten-rueckblick .txt-patt img,
  .page-publikationen-dvds-cds .txt-patt img,
  .section-ausstellungen .views-field-field-exhibition-image,
  .section-exhibitions .views-field-field-exhibition-image {
    float: left;
    margin: 0 10px 10px 0; }

  .views-field-field-exhibition-image a {text-decoration: none}

  .sf-menu .active-trail a,
  .sf-menu .active,
  .menu-block-1 .active {
    font-weight: bold; }

  .nav-patt,
  .txt-patt {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .nav-patt {
    display: block;
    padding: 10px 0 0 0;
    width: 30%;
    float: left; }
    .nav-patt a {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 130%; }

  .main {
    background-color: #9c9d9f; }

  .js #search-api-page-search-form-sphinx-search {
    top: 93px;
    right: 0;
    background-color: transparent; }

  .sf-menu a.sf-depth-1 {
    text-transform: uppercase;
    border-left: 2px solid black;
    margin: 5px 0;
    padding: 0 5px; }

  .sf-menu li:first-child a {
    border-left: none; }

  .sf-menu a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 130%; }

  .js .sf-depth-1 ul {
    left: 30%;
    margin: 0 1% 0 4px;
    top: 17px;
    width: 67%;
    padding: 5px; }
    .js .sf-depth-1 ul a {
      padding: 5px; }

  .img-patt {
    clear: left;
    margin-left: 30%;
    text-align: left; }

  .txt-patt {
    float: left;
    width: 70%;
    min-height: 800px; }

  .logo {
    width: 140px;
    height: 120px; }

  .head-patt {
    height: 127px; }

  .sf-menu {
    width: 70%; }

  .js .search-f {
    top: 83px; }

  .nav-patt a {
    display: block; }
    .nav-patt a:hover {
      color: black; }
  .nav-patt .nav-current {
    display: none; }
  .nav-patt .close-nav {
    display: none; }

  .footer {
    padding: 0 0 0 33%;
    margin: -10px 0 0 0; } }

@media screen and (min-width: 680px) {
  .sf-menu a.sf-depth-1 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 130%; }

  .view-bildergalerien .views-row,
  .field-press-collection-item {
    float: left;
    margin: 0 20px 20px 0;
    width: 255px; } }

@media screen and (min-width: 900px) {
  html,
  body {
    padding: 0;
  }

  html {font-size: 65.5%;}

  body {background-color: #000;}

  h4,
  h2,
  h3 {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 130%;
    font-weight: bold; 
  }

  h3,
  .view-footer,
  .views-field-field-date,
  .views-field-body-1 a,
  .views-field-field-publication-autor {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 130%;
    margin: 0; }

  .breit article {min-height: 800px;}

  .breit .txt-patt {
    width: 1032px;
    padding: 38px 0 20px 20px;
  }

  .breit .field-type-text-with-summary {
    float: left;
    width: 492px;
  }

  .breit .field-name-field-exhibition-rooms .field-items {
    position: absolute;
    left: 764px;
    margin-left: -55px;
    top: 151px;
  }

  .breit .field-name-field-exhibition-rooms .field-items .field-items {
    position: relative;
    left: 0;
    margin-left: 0;
  }

  .breit .field-label-above .field-items {
    left: 0;
    top: 0;
    margin: 0;
    position: relative;
  }

  .field-name-field-exhibition-rooms .field-item:nth-child(2n+1) {
    clear: both;}

  .breit .img-patt {
    margin: 0 0 0 -337px;
    background: #fff;
    padding: 138px 0 0 15px;
  }

  .breit .img-patt img {max-width: 300px;}

  .breit .img-patt .image-caption {color: #000;}

  p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 130%; }

  .logo {
    background: url(../images/logo.gif) no-repeat 0 0;
    width: 171px;
    height: 156px;
    margin: 0; }

  .header {
    background: url(../images/background.gif) no-repeat 0 0;
    height: 156px;
    width: 100%; }

  .main {
    padding: 0; }

  #block-user-login {
    display: block; }

  #block-block-5 img {
    display: block;
    height: 172px;
    margin: -40px -20px 40px;
    position: relative;
    width: 991px; }

  .expanded .menu a:before {
    left: 30px; }

  .front #block-block-1,
  .front #block-block-2,
  .page-start #block-block-1,
  .page-start #block-block-2 {
    position: absolute;
    top: 340px; }

  .nav-patt {
    width: 171px;
    margin-right: -171px;
    position: relative;
    padding: 30px 0 0 20px; }
    .nav-patt a {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 130%; }
    .nav-patt .menu-block-1 ul {
      padding: 0 5px 0 0; }
    .nav-patt .menu-block-1 ul ul {
      padding: 0 0 0 10px; }

  .txt-patt {
    width: 695px;
    border-left: 171px solid #9c9d9f;
    padding: 38px 20px 20px; }

  .node-type-pressealbum .field-content a,
  .page-archive-sammlung-werner-herzog-fotogalerie .field-content a,
  .node-type-bilderalbum .field-content a {
    text-transform: uppercase; }
  .node-type-pressealbum .txt-patt,
  .page-archive-sammlung-werner-herzog-fotogalerie .txt-patt,
  .node-type-bilderalbum .txt-patt {
    width: 1032px;
    padding-right: 0; }

  .img-patt {
    clear: none;
    background-color: #000;
    float: left;
    width: 200px;
    padding: 15px 0 0 15px;
    margin: 0; }
    .img-patt img {
      max-width: 1000px; }
    .img-patt .image-caption {
      color: #fff; }

  .head-patt {
    width: 190px; }

  .sf-menu {
    float: left;
    margin: 90px 0 0 0; }
    .sf-menu li {
      position: relative; }
    .sf-menu a {
      display: block; }
    .sf-menu a.sf-depth-1 {
      font-size: 9px;
      font-size: 0.9rem;
      line-height: 130%;
      font-weight: bold; }
      .sf-menu a.sf-depth-1:hover {
        background-color: #9C9D9F;
        color: #000; }
      .sf-menu a.sf-depth-1:hover + ul {
        display: block; }
    .sf-menu .sf-depth-1 ul:hover {
      display: block; }
    .sf-menu .sf-depth-1 ul a:hover {
      color: #000; }

  .js .sf-depth-1 ul {
    width: 144px;
    left: 0;
    margin: 0;
    padding: 3px 0 0 0;
    top: 16px;
    border-width: 0;
    background-color: #9C9D9F; }
    .js .sf-depth-1 ul li {
      float: none; }
    .js .sf-depth-1 ul a {
      color: #fff;
      border-top: 1px solid #7E7F81;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 130%; }
    .js .sf-depth-1 ul .close-nav {
      display: none; }

  .sf-menu .active-trail a,
  .sf-menu .active,
  .menu-block-1 .active {
    font-weight: normal;
    color: black; }

  #superfish-1 .active-trail a {
    font-weight: bold; }

  #superfish-1 .active-trail ul a {
    font-weight: normal; }

  .js #search-api-page-search-form-sphinx-search {
    top: 40px;
    left: 180px;
    right: auto;
    background-color: transparent; }
    .js #search-api-page-search-form-sphinx-search #edit-keys-1,
    .js #search-api-page-search-form-sphinx-search #edit-keys-1--2 {
      margin: 0 5px 0 0; }

  .js .admin-menu #search-api-page-search-form-sphinx-search {
    top: -70px; }

  .menu-block-1 li {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 130%; }

  .region-header .menu {
    display: block;
    position: absolute;
    left: 180px;
    top: 0;
    padding: 0; }
    .region-header .menu li {
      list-style: none;
      padding: 0;
      float: left; }
    .region-header .menu a {
      text-transform: uppercase;
      color: white;
      border-right: 2px solid black;
      margin: 5px 0;
      padding: 0 5px;
      text-decoration: none;
      font-size: 9px;
      font-size: 0.9rem;
      line-height: 130%; }
    .region-header .menu .last a {
      border-right: none; }

  h1,
  h2,
  h4 {
    border: none; }

  h1 {
    color: #000000;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 130%;
    font-weight: bold;
    margin: 0 0 12px;
    padding: 0; }

  .footer {
    display: none; }

  .block-block {
    display: block; }

  .page-publikationen-neuerscheinungen .views-row {
    margin: 0 0 65px 0; }

  .views-label-field-kontext-bilder {
    display: none; }

  .txt-patt .views-field-field-kontext-bilder .image-caption-container {
    position: absolute;
    right: 440px; }

  .page-ausstellungen-vorschau-ausstellungen .views-field-field-exhibition-image,
  .page-publikationen-neuerscheinungen .field-content img {
    position: absolute;
    left: 710px; }
    .page-ausstellungen-vorschau-ausstellungen .image-caption-container .image-caption,
    .page-publikationen-neuerscheinungen .field-content img .image-caption {color: #fff; }

  .page-publikationen-dvds-cds .txt-patt .image-caption-container {
    float: left;
    margin: 0 20px 20px 0;
    clear: left;
    right: auto;
    position: relative; }

  .page-publikationen-dvds-cds .views-row {clear: both; }

  .top-l {display: none; }
}

@media screen and (min-width: 1210px) {
  .sf-menu {
    width: 80%;
    margin: 130px 0 0 0; } 
}


@media screen and (min-width: 680px) and (max-width: 1079px) {
  .view-bildergalerien .views-row:nth-child(2n+1),
  .field-press-collection-item:nth-child(2n+1),
  .field-name-field-exhibition-rooms .field-item:nth-child(2n+1) {
    clear: both; } }

@media screen and (min-width: 1080px) {
  .view-bildergalerien .views-row:nth-child(3n+1),
  .field-press-collection-item:nth-child(3n+1) {
    clear: both; } }

@media screen and (min-width: 901px) and (max-width: 1075px) {
  .node-type-pressealbum .txt-patt,
  .page-archive-sammlung-werner-herzog-fotogalerie .txt-patt,
  .node-type-bilderalbum .txt-patt {
    width: 832px;
    padding-right: 0; }

  .node-bilderalbum .galleria-container img {
    height: 401px !important; }

  #galleria-image-collection {
    height: 401px;
    width: 600px; }

  #galleria-press-collection .galleria-container {
    width: 600px !important; }

  #galleria-press-collection .galleria-image img {
    max-width: 500px !important; }

  #galleria-press-collection .galleria-info {
    position: absolute;
    top: auto;
    left: 0;
    margin: 0 0 0 -10px;
    width: 100%;
    bottom: 10%; } }

@media screen and (max-width: 899px) {
  html {
    overflow-x: hidden; }

  #galleria-image-collection {
    height: 333px;
    width: 500px; }

  #galleria-press-collection .galleria-container {
    width: 500px !important; }

  #galleria-press-collection .galleria-image img {
    max-width: 420px !important; }

  #galleria-press-collection .galleria-info {
    position: absolute;
    top: auto;
    left: 0;
    margin: 0 0 0 -10px;
    width: 100%;
    bottom: 10%; }
    #galleria-press-collection .galleria-info p {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 130%; }

  .views-field-field-publication-autor strong {
    display: block;
    margin: 30px 0 -18px; }

  .page-ausstellungen-vorschau-ausstellungen .image-caption-container {
    margin: 50px 0 0 0; } 

    .field-item h3 a:not([href]),
    .field-item p a:not([href]) {
      font-size: 1.4rem;
    }

  }

@media screen and (min-width: 775px) and (max-width: 899px) {
  html {
    overflow-x: hidden; }

  .txt-patt {
    float: left;
    width: 70%;
    min-height: 600px; }

  .node-type-pressealbum .txt-patt,
  .page-archive-sammlung-werner-herzog-fotogalerie .txt-patt,
  .node-type-bilderalbum .txt-patt {
    width: 70%;
    padding-right: 0; }

  .node-bilderalbum .galleria-container img {
    height: 333px !important; } }

@media screen and (min-width: 650px) and (max-width: 774px) {
  .txt-patt {
    float: left;
    width: 70%;
    min-height: 600px; }

  .node-type-pressealbum .txt-patt,
  .page-archive-sammlung-werner-herzog-fotogalerie .txt-patt,
  .node-type-bilderalbum .txt-patt {
    width: 70%;
    padding-right: 0; }

  .node-bilderalbum .galleria-container img {
    height: 266px !important; }

  #galleria-image-collection {
    height: 266px;
    width: 400px; } }

@media screen and (min-width: 561px) and (max-width: 649px) {
  .txt-patt {
    float: left;
    width: 70%;
    min-height: 600px; }

  .node-type-pressealbum .txt-patt,
  .page-archive-sammlung-werner-herzog-fotogalerie .txt-patt,
  .node-type-bilderalbum .txt-patt {
    width: 70%;
    padding-right: 0; }

  .node-bilderalbum .galleria-container img {
    height: 200px !important; }

  #galleria-image-collection {
    height: 200px;
    width: 300px; }

  #galleria-press-collection .galleria-container {
    width: 300px !important; }

  #galleria-press-collection .galleria-image img {
    max-width: 300px !important; } }

@media screen and (max-width: 560px) {
  .node-bilderalbum .galleria-container img {
    height: 266px !important; }

  #galleria-image-collection {
    height: 266px;
    width: 400px; }

  #galleria-press-collection .galleria-container {
    width: 300px !important;
    max-height: 400px !important; }

  #galleria-press-collection .galleria-image img {
    max-width: 300px !important; } }

@media screen and (max-width: 460px) {
  .node-bilderalbum .galleria-container img {
    height: 200px !important; }

  #galleria-image-collection {
    height: 200px;
    width: 300px; } }

.galleria-container.fullscreen .galleria-stage img {
  max-height: 100% !important;
  max-width: 100% !important; }

.imglogo {
  display: none; }

/*
.view-display-id-page_15 .views-row-1 {
  margin: 0 0 60px; }
*/

.page-node-115 .image-caption-container {
  padding: 0 0 20px 0; }

.field-name-field-add-links {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 140%;
  margin: -5px 0 0;
  font-family: Arial, sans-serif; }

/* author bold in publications single view */
body.node-type-publication .field-name-field-add-title {
    font-family: Arial,sans-serif;
    font-weight: bold;
}

/* hide 1st level in menu block */
#block-system-main-menu ul li {
  list-style: none 
}

#block-system-main-menu h2,
#block-system-main-menu  ul li a  {
display: none !important;
}


#block-system-main-menu  ul li ul,
#block-system-main-menu  ul li ul li,
#block-system-main-menu  ul li ul li a {
display: block !important;
}

#block-system-main-menu a {
  text-decoration: none;
  color: white;
}

#block-system-main-menu a.active,
#block-system-main-menu a.active-trail {
  color: black;
}


#block-system-main-menu  ul  {
  padding-left: 0px;
}

#block-system-main-menu  ul li ul li ul li {
padding-left: 15px
}

.node-exhibition .field-name-field-date {margin-bottom: 15px;}

.overwrite-overview a:before {
    content: "<< Übersicht";
    font-weight: normal;
    text-decoration: underline;
    color: #666;
}

.i18n-en .overwrite-overview a:before {content: "<< Overview";}

.overwrite-overview a {color: #fff;}

/* Versalien aus dem WYSIWYG-Editor */
.versal {
  text-transform: uppercase;
}

.caption-bu {
  font-size: 0.9rem;
  line-height: 130%;
  padding: 4px;
}

@media print {
  .nav-patt,
  #edit-keys-1,
  #edit-keys-1--2,
  #block-superfish-1,
  .top-l,
  .footer {
    display: none; }

  .imglogo {
    display: block; } 
}

#lightbox #numberDisplay {
  display: none !important;
}

/* admin links */
p.unpublished {
font-style: italic;
}

.node-unpublished {
background-color: #c0dfff;
}

.field-name-field-add-links {clear: both;}
/* FÜR DIE TABS OBEN: */

ul.tabs.primary,
ul.tabs.secondary
{
font: bold 11px arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
margin: 0;
max-width: 500px;
}

.messages {max-width: 440px;}

ul.tabs.primary li,
ul.tabs.secondary li
{
float: left;
height: 21px;
background-color: #dedede;
margin: 2px 2px 0 2px;
border: 1px solid #7f8081;
line-height: 16px;
}

ul.tabs.secondary li {
background-color: #e8e8e8;
}

ul.tabs.primary li.active,
ul.tabs.secondary li.active
{
background-color: #fff;
}

ul.tabs.primary li.active a,
ul.tabs.secondary li.active a { color: #000; }

ul.tabs.primary a,
ul.tabs.secondary a
{
float: left;
display: block;
color: #7f8081;
text-decoration: none;
padding: 4px;
font-size: 10px;
}

ul.tabs.primary a:hover,
ul.tabs.secondary a:hover
 { color: red;}


/* FÜR DIE NAVIGATION UNTEN AN BUECHERN */

.book_add_child {
height: 21px;
background-color: #dedede;
margin: 2px 2px 0 -35px;
border: 1px solid #7f8081;
list-style: none;
display: inline;
}

.book_add_child a {
font: bold 11px arial, sans-serif;
color: #7f8081;
text-decoration: none;
padding: 4px
}

.book_printer {
display: none;
}


/* UNTEN AN FIELD COLLECTIONS */

ul.action-links-field-collection-add li {
height: 21px;
background-color: #dedede;
margin: 2px 2px 0 2px;
border: 1px solid #7f8081;
list-style: none;
}

ul.action-links-field-collection-add li a {
font: bold 11px arial, sans-serif;
color: #7f8081;
text-decoration: none;
padding: 4px
}

.block-system {
  border: 1px dotted red;
  font-style: italic;
  padding: 5px;
}

.views-field-field-subtitle,
.field-name-field-subtitle {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}

.field-collection-view-links {
  display: none;
}

.field-name-field-bild-lightbox img {
  width: 200px!important;
}

/* Overwrite headers in publications, grey - by Laura*/
body.page-publikationen-neuerscheinungen h1#page-title,
body.page-publikationen-zu-film-und-fernsehen  h1#page-title,
body.page-publikationen-zu-ausstellungen  h1#page-title,
body.page-publikationen-zu-retrospektiven  h1#page-title,
body.page-node-1324  h1#page-title,
body.page-node-1329  h1#page-title  {
  color: #A4A5A7;
}

/* #2871 */
#pressimg_availability {
  font-style: italic;
  margin: 10px 0;
}

/* online chapter */
.node-type-online-chapter #block-views-onlienpublication-navi-block {
  border: 1px solid grey;
  border-width: 1px 0;
  padding: 10px 0;
}
.node-type-online-chapter #block-views-onlienpublication-navi-block:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.node-type-online-chapter #block-views-onlienpublication-navi-block h2 {
  background: url(../images/page-icon.png) no-repeat 0 0;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  padding: 1px 0 0 20px;
}
.node-type-online-chapter #block-views-onlienpublication-navi-block .view-content div {
  float: left;
  padding: 4px 7px 3px 0;
}
.node-type-online-chapter #block-views-onlienpublication-navi-block .view-content div:first-child {
  display: none;
}
.node-type-online-chapter .field-name-field-onlinepub-backlink {
  padding: 10px 0;
  border-bottom: 1px solid grey;
  margin: 0 0 10px 0;
}
.node-type-online-chapter .field-name-field-onlinepub-backlink .field-item a {
  line-height: 18px;
}
.node-type-online-chapter .field-name-field-onlinepub-backlink .field-item a:before {
  content: ">> ";
}

.node-type-online-chapter .field-collection-item-field-onlinepub-page {
  padding: 10px 0;
  position: relative;
}
.node-type-online-chapter .field-collection-item-field-onlinepub-page .field-name-field-page-number {
  text-align: center;
  padding: 0 0 8px 0;
}
.node-type-online-chapter .field-collection-item-field-onlinepub-page .field-name-field-page-number a:before {
  content: "- ";
}
.node-type-online-chapter .field-collection-item-field-onlinepub-page .field-name-field-page-number a:after {
  content: " -";
}
.node-type-online-chapter .field-collection-item-field-onlinepub-page .field-name-field-page-notice {
  margin: 10px 0;
  padding: 10px;
  background: #f6f6f6;
}

.node-online-chapter .field-collection-view {
  margin: 0;
  border-bottom: none;
  padding: 0;
}

.node-online-chapter .field-name-field-back-to-top a {
  display: block;
  text-indent: -2014em;
  border-bottom: 1px solid grey;
  background: url(../images/backtotop-icon.png) no-repeat right 0;
  height: 11px;
}

.node-type-online-chapter .field-name-field-page-images {
  position: absolute;
  left: 710px; 
  top: 40px;
  width: 300px;
  left: 525px;
}

.node-type-online-chapter .field-name-field-page-images .field-item {
  float: left; 
  margin: 0 20px 8px 0 !important;
}

.node-type-online-chapter .field-name-field-page-images .field-items div:nth-child(2n+1) {
  clear: both;

}

.node-type-online-chapter .field-name-field-page-images .image-caption {color: #fff;}

@media all and (max-width: 1010px) {
  .node-type-online-chapter .field-name-field-page-images .field-item {
    float: none; 
    margin: 0 0 8px 0 !important;
  }
}

@media all and (max-width: 900px) {
  .node-type-online-chapter .field-name-field-page-images {
    position: relative;
    left: 0; 
    top: 0;
    width: auto;
    margin: 10px 0;
  }

  .node-type-online-chapter .field-name-field-page-images:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .node-type-online-chapter .field-name-field-page-images .image-caption {color: #000;}

  .node-type-online-chapter .field-name-field-page-images .field-item {
    float: left; 
    margin: 0 20px 8px 0 !important;
  }
}



.node-type-online-chapter .field-name-field-page-footnotes {
  padding: 5px 0;
  margin: 10px 0;
  position: relative;
}

.node-type-online-chapter .field-name-field-page-footnotes p,
.node-type-online-chapter .field-collection-item-field-onlinepub-page .field-name-field-page-notice p {
  font-size: 10px;
  font-size: 1rem;
}

.node-type-online-chapter .field-name-field-page-footnotes:before {
  content: "";
  width: 50px;
  height: 1px;
  background: grey;
  left: 0;
  top: 0;
  position: absolute;
}

.node-type-online-chapter .field-collection-container .field-items .field-item {margin-bottom: 0;}

.lightbox2-alt-layout-data #bottomNavClose, .lightbox2-alt-layout #bottomNavClose {margin-top: 0 !important;}


/*****
*
* Neue Startseite 2015 
*
*******/


@media all and (min-width: 560px) {
  body.page-start .txt-patt {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    padding-right: 0;
  }
}

@media all and (min-width: 1048px) {
  body.page-start .txt-patt {
    width: 1031px;
    padding-left: 0;
    padding-top: 0;
  }
}

.page-start .txt-patt .breadcrumb {display: none;}


/* slider */
@media all and (max-width: 1047px) {
  #views_slideshow_cycle_main_news-page,
  #views_slideshow_cycle_teaser_section_news-page,
  #views_slideshow_cycle_teaser_section_news-page *,
  #views_slideshow_cycle_main_news-page * {max-width: 100% !important;}

  #views_slideshow_cycle_main_news-page img {height: auto !important;}
}

#views_slideshow_cycle_main_news-page .image-caption-container span {
  display: none !important;
}

#views_slideshow_cycle_main_news-page h2.slidertitle a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 42px;
  position: absolute;
  left: 20px;
  bottom: 130px;
  max-width: 500px;
  text-decoration: none;
  color: #fff;
  text-shadow: black 3px 3px 1px;
}

#views_slideshow_cycle_main_news-page .views-field-field-news-info {
  height: 60px;
  padding: 20px;
  background: rgba(255,255,255,0.6);
  position: absolute;
  top: 384px;
  left: 0;
  right: 0;
}

#views_slideshow_cycle_main_news-page .views-field-field-news-info p {
  max-width: 490px;
  max-height: 66px;
  overflow: hidden;
}

#views_slideshow_cycle_main_news-page .views-field-field-news-bu {
  position: absolute;
  max-width: 210px;
  right: 110px;
  top: 404px;
  left: 540px;
}

#views_slideshow_cycle_main_news-page .views-field-field-news-bu p {
  font-size: 10px;
  font-size: 1rem;
}

body.page-start .views-slideshow-controls-bottom {
  position: absolute;
  max-width: 90px;
  left: 950px;
  top: 558px;
  z-index: 100;
}
body.page-start.admin-menu .views-slideshow-controls-bottom {
  left: 780px;
  top: 400px;
}
body.page-start .views-slideshow-controls-bottom span a {
  display: inline-block;
  width: 19px;
  height: 19px;
  text-indent: -2015em;
}

#views_slideshow_controls_text_previous_news-page a {
  background: url(../images/slider-previous.png) no-repeat 0 0;
}

#views_slideshow_controls_text_pause_news-page a {
  background: url(../images/slider-pause.png) no-repeat 0 0;
}

#views_slideshow_controls_text_next_news-page a {
  background: url(../images/slider-next.png) no-repeat 0 0;
}

#views_slideshow_controls_text_next_news-page a:focus {
  outline: none;
}

/* news area */
.view-id-news .view-display-id-attachment_1 {
  margin: -20px 0 0 0;
}

.view-id-news .view-display-id-attachment_1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.view-id-news .view-display-id-attachment_1 li {
  padding: 0;
  list-style: none;
  float: left;
  width: 260px;
  margin: 0 0 20px 20px;
}

.view-id-news .view-display-id-attachment_1 li:nth-child(3n+4) {
  clear: both;
}

body.page-start .top-l {
  clear: both;
  margin: 20px;
}

.view-id-news .view-display-id-attachment_1 .views-field-field-news-newsimage a {
  text-decoration: none;
  cursor: default;
  color: black;
  font-size: 11px;
}

.view-id-news .view-display-id-attachment_1 .views-field-field-news-newsimage a span,
.view-id-news .view-display-id-attachment_1 .views-field-field-news-video {
  padding: 10px 0 0 0;
}

.view-id-news .view-display-id-attachment_1 .views-field-field-news-video iframe {height: 148px !important;}

.view-id-news .view-display-id-attachment_1 .views-field-title a {
  color: black;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

.view-id-news .view-display-id-attachment_1 .views-field-title h2 {
  padding: 10px 0 8px 0;
  margin: 0;
}


.view-id-news .view-display-id-attachment_1 .image-caption-container span,
.page-start #custom-links{
  display: none !important;
}

.view-id-news .view-display-id-attachment_1 .views-field-field-news-bu p {
  padding: 10px 0 0 0;
  margin: 0;
}

.view-id-news .view-display-id-attachment_1 .views-field-field-news-info strong {font-weight: normal;}


@media all and (max-width: 900px) {
  body.page-start .main{
    background: #fff;
  }
  body.page-start .txt-patt {padding: 0; margin: 0;}
  body.page-start .txt-patt:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  body.page-start .nav-patt {display: none;}
  body.page-start .skin-default {position: relative;}
  body.page-start .views-slideshow-controls-bottom {
    top: auto;
    bottom: 175px;
    right: 20px;
    left: auto;
  }
  #views_slideshow_cycle_main_news-page h2.slidertitle a { 
    font-size: 30px;
    line-height: 32px;
    bottom: 30px;
    max-width: 60% !important;
  }
  #views_slideshow_cycle_main_news-page .views-field-field-news-info,
  #views_slideshow_cycle_main_news-page .views-field-field-news-bu {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    padding: 0 20px;
    height: auto;
  }

  .view-id-news .view-display-id-attachment_1 {margin: 0;}
}

@media all and (max-width: 600px) {
  #views_slideshow_cycle_main_news-page h2.slidertitle a { 
    font-size: 20px;
    line-height: 22px;
  }

}

@media all and (max-width: 1050px) {
  .view-id-news .view-display-id-attachment_1 li:nth-child(3n+4) {
    clear: none;
  }
  .view-id-news .view-display-id-attachment_1 li:nth-child(2n+3) {
    clear: both;
  } 
}

/* #4538 */
.field-name-body h4 a {
  color: #000 ! important;
}

/* #5179 Display images in a row on special exhibition */
.page-node-1703.node-type-exhibition .field-name-field-exhibition-rooms .field-item,
.page-node-1817.node-type-exhibition .field-name-field-exhibition-rooms .field-item {float: none;}

