@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* _MIXINS.SCSS */
/* Grauer Text */
/* Links: schwarz */
/* rot */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  text-rendering: optimizeLegibility;
}
*:focus {
  outline: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.hidden {
  display: none;
}

.wrapper {
  overflow: hidden;
  *zoom: 1;
}

/*
font-family:'BasicCommercialW01-Roma';
font-family:'Basic Commercial W01 It';
font-family:'BasicCommercialW01-Bold';
font-family:'BasicCommercialW01-BdIt';
*/
body, select, input, textarea, label, button {
  font-family: 'Basic Commercial W01', Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #464646;
  letter-spacing: 1px;
  letter-spacing: 0.075em;
}

b, h1, h2, h3, h4 {
  font-weight: 700;
}

h1 {
  font-size: 32px;
  line-height: 36px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
}

h3 {
  font-size: 16px;
  line-height: 23px;
}

h4 {
  font-size: 12px;
  line-height: 15px;
}

p, table, ul {
  font-size: 16px;
  line-height: 23px;
}

i {
  font-style: italic;
}

@media (min-width: 0) and (max-width: 512px) {
  h1, h2 {
    font-size: 16px;
    line-height: 23px;
  }

  h3, p, table, ul {
    font-size: 12px;
    line-height: 15px;
  }
}
a {
  color: black;
  text-decoration: none;
  -moz-transition-property: color, border-color;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  font-family: 'Basic Commercial W01', Arial, sans-serif !important;
}
a:before, a:after {
  font-family: "Ionicons";
}
a:hover, a:active {
  color: #d30014;
}

html.safari body, html.safari select, html.safari input, html.safari textarea, html.safari label, html.safari button {
  letter-spacing: 1px;
}

body {
  position: absolute;
  width: 100%;
  min-height: 100%;
  padding: 0 23px;
}

#site {
  position: absolute;
  min-height: 100%;
  padding-top: 59px;
  padding-bottom: 69px;
}

#site-header {
  position: fixed;
  height: 59px;
  z-index: 1000;
  *zoom: 1;
}
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
#site-header.subnav {
  height: 116.5px;
}
@media (min-width: 0) and (max-width: 512px) {
  #site-header h1 {
    font-size: 14px;
  }
}

#site, #site-header {
  top: 0;
  left: 23px;
  right: 23px;
}

#mobile-menu {
  display: none;
}

#site-content {
  padding-bottom: 46px;
  position: relative;
  *zoom: 1;
}
#site-content:after {
  content: "";
  display: table;
  clear: both;
}

#site-header.subnav + #site-content {
  padding-top: 57.5px;
}

#site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  *zoom: 1;
}
#site-footer:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 0) and (max-width: 512px) {
  #site {
    padding-top: 46px;
  }

  #mobile-menu {
    display: block;
  }

  #site-header.subnav + #site-content {
    padding-top: 0;
  }
}
@media (min-width: 513px) and (max-width: 768px) {
  #mobile-menu {
    display: block;
  }

  #site-header.subnav + #site-content {
    padding-top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #mobile-menu {
    display: block;
  }

  #site-header.subnav + #site-content {
    padding-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  #site, #site-header {
    left: 50%;
    right: auto;
    width: 933px;
    margin-left: -466.5px;
  }
}
@media (min-width: 1441px) and (max-width: 1679px) {
  #site, #site-header {
    left: 50%;
    right: auto;
    width: 1172px;
    margin-left: -586px;
  }
}
@media (min-width: 1680px) {
  #site, #site-header {
    left: 50%;
    right: auto;
    width: 1411px;
    margin-left: -705.5px;
  }
}
#site-header {
  background: white;
  border-bottom: 1px solid black;
}
#site-header h1 {
  float: right;
}
#site-header h1 a {
  display: block;
  padding: 5.75px 0 17.25px 0;
  white-space: nowrap;
}
#site-header #search-button {
  font-size: 18px;
}
#site-header #search-enter-button i {
  font-size: 18px;
  position: relative;
  bottom: -3px;
  margin-right: 4px;
}
#site-header #mobile-menu {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  padding: 11.5px 0;
}
#site-header #mobile-menu i {
  margin-right: 5.75px;
}
#site-header #navigation {
  float: left;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  *zoom: 1;
}
#site-header #navigation:after {
  content: "";
  display: table;
  clear: both;
}
#site-header #navigation a {
  display: block;
  float: left;
  padding: 11.5px 17.25px 11.5px 0;
}
#site-header #navigation a.selected {
  color: #464646;
}
#site-header #subnavigation {
  display: none;
  clear: both;
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  border-top: 1px solid black;
  *zoom: 1;
}
#site-header #subnavigation:after {
  content: "";
  display: table;
  clear: both;
}
#site-header #subnavigation a {
  display: block;
  float: left;
  padding: 17.25px 17.25px 17.25px 0;
}
#site-header #subnavigation a.selected {
  color: #464646;
}
#site-header.subnav #subnavigation {
  display: block;
}
@media (min-width: 0) and (max-width: 512px) {
  #site-header.subnav #subnavigation {
    display: none !important;
  }
}
#site-header #search {
  display: none;
  clear: both;
  width: 100%;
  border-bottom: 1px solid black;
  background: white;
  *zoom: 1;
}
#site-header #search:after {
  content: "";
  display: table;
  clear: both;
}
#site-header #search input {
  height: 23px;
  border: 1px solid black;
  margin: 17.25px 0;
  padding: 0 5.75px;
  -webkit-font-smoothing: antialiased;
  width: 50%;
  color: black;
}
#site-header #search input.placeholder {
  color: #464646;
}
#site-header #search input:-moz-placeholder {
  color: #464646;
}
#site-header #search input::-moz-placeholder {
  color: #464646;
}
#site-header #search input:-ms-input-placeholder {
  color: #464646;
}
#site-header #search input::-webkit-input-placeholder {
  color: #464646;
}
@media (min-width: 0) and (max-width: 512px) {
  #site-header #search input {
    border-radius: 0;
  }
}
@media (min-width: 513px) and (max-width: 768px) {
  #site-header #search input {
    border-radius: 0;
  }
}
#site-header #search a {
  display: block;
  float: right;
  font-weight: 700;
  text-align: right;
  padding: 17.25px 0;
}
@media (min-width: 0) and (max-width: 512px) {
  #site-header #search a {
    margin-top: -1px;
  }
}
@media (min-width: 0) and (max-width: 512px) {
  #site-header {
    height: auto;
  }
  #site-header #navigation {
    display: none;
    float: none;
    clear: both;
    font-size: 12px;
    line-height: 15px;
    background: white;
    border-top: 1px solid black;
  }
  #site-header #navigation a {
    float: none;
    padding: 5.75px 0;
  }
  #site-header #mobile-menu {
    font-size: 12px;
    line-height: 15px;
  }
  #site-header.subnav {
    height: auto;
  }
  #site-header.subnav #subnavigation {
    display: none;
    font-size: 12px;
    line-height: 15px;
    background: white;
  }
  #site-header.subnav #subnavigation a {
    float: none;
    padding: 5.75px 0;
  }
  #site-header #search {
    border-bottom: none;
    border-top: 1px solid black;
  }
  #site-header #search input {
    width: 66%;
  }
}
@media (min-width: 513px) and (max-width: 768px) {
  #site-header {
    height: auto;
  }
  #site-header #navigation {
    display: none;
    float: none;
    clear: both;
    background: white;
    border-top: 1px solid black;
  }
  #site-header.subnav {
    height: auto;
  }
  #site-header.subnav #subnavigation {
    display: none;
    background: white;
  }
  #site-header.subnav #subnavigation a {
    padding: 11.5px 11.5px 11.5px 0;
  }
  #site-header #search {
    border-bottom: none;
    border-top: 1px solid black;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #site-header {
    height: auto;
  }
  #site-header #navigation {
    display: none;
    float: none;
    clear: both;
    background: white;
    border-top: 1px solid black;
  }
  #site-header.subnav {
    height: auto;
  }
  #site-header.subnav #subnavigation {
    display: none;
    background: white;
  }
  #site-header.subnav #subnavigation a {
    padding: 11.5px 11.5px 11.5px 0;
  }
  #site-header #search {
    border-bottom: none;
    border-top: 1px solid black;
  }
}

#site-footer {
  border-top: 1px solid black;
}
#site-footer h4 {
  height: 69px;
  padding: 17.25px 0;
}
#site-footer h4 a.right {
  float: right;
  text-align: right;
}
@media (min-width: 0) and (max-width: 512px) {
  #site-footer h4 a.right {
    display: block;
    float: none;
    text-align: left;
  }
}
@media (min-width: 513px) and (max-width: 768px) {
  #site-footer h4 a.right {
    display: block;
    float: none;
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #site-footer h4 a.right {
    display: block;
    float: none;
    text-align: left;
  }
}

#mobile-subnavi {
  display: none;
  margin-left: 8px;
}
@media (min-width: 0) and (max-width: 512px) {
  #mobile-subnavi {
    display: block;
  }
}

#filter {
  padding: 11.5px 0;
  border-bottom: 1px solid black;
  height: auto;
}
#filter ul {
  font-size: 12px;
  line-height: 15px;
}
#filter .filter-container {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#filter .column {
  display: table-cell;
}
#filter h4 {
  margin-bottom: 5.75px;
}
#filter .filter-check li a:before {
  position: relative;
  font-size: 15px;
  margin-right: 4px;
  content: '\f170';
  bottom: -1px;
}
#filter .filter-check li a.active:before {
  content: '\f2bb';
}
#filter .filter-radio li a:before {
  position: relative;
  font-size: 15px;
  margin-right: 4px;
  content: '\f170';
  bottom: -1px;
}
#filter .filter-radio li a.active:before {
  content: '\f16f';
}

a.filter {
  display: block;
  font-weight: 700;
  padding: 11.5px 0;
}
a.filter:before {
  position: relative;
  content: '\f27e';
  margin-right: 6px;
  font-size: 18px;
  bottom: -1px;
}
a.filter.active:before {
  content: '\f281';
}

.articleinfo span {
  display: block;
  height: 15px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#site-content section {
  display: block;
  width: 100%;
  max-width: 728px;
  margin: 46px auto 0 auto;
  *zoom: 1;
}
#site-content section:after {
  content: "";
  display: table;
  clear: both;
}
#site-content section h1, #site-content section h2 {
  margin-bottom: 11.5px;
}
#site-content section p, #site-content section table, #site-content section ul {
  margin-bottom: 23px;
}
#site-content section h1 + h3, #site-content section h2 + h3 {
  margin-top: 46px;
}
#site-content section table {
  width: 100%;
}
#site-content section table td {
  vertical-align: top;
  padding-right: 11.5px;
}
#site-content section table td:first-child {
  width: 102px;
}
#site-content section table td a {
  margin-left: 6px;
}
#site-content section ul li {
  position: relative;
  padding-left: 11.5px;
}
#site-content section ul li:before {
  content: '–';
  position: absolute;
  left: 0;
}
#site-content section figure {
  margin-bottom: 23px;
  width: 100%;
}
#site-content section figure img {
  display: block;
  max-width: 100%;
  max-height: 640px;
}
#site-content section figure img + img {
  margin-top: 23px;
}
#site-content section figure figcaption {
  margin: 5.75px 0 17.25px 0;
}
#site-content section a {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
}
#site-content section a:before {
  font-family: "Ionicons";
  position: relative;
  content: '\f280';
  margin-right: 4px;
  font-size: 18px;
  bottom: -3px;
}
#site-content section a.file-download:before {
  font-family: "Ionicons";
  position: relative;
  content: '\f27e';
  margin-right: 8px;
  font-size: 18px;
  bottom: -1px;
}
#site-content section a.file-generate-pdf:before {
  font-family: "Ionicons";
  position: relative;
  content: '\f183';
  margin-right: 4px;
  font-size: 18px;
  bottom: 0px;
}
#site-content section + section {
  border-top: 1px solid black;
  padding-top: 46px;
  margin-top: 46px;
}
#site-content .work, #site-content .pdf-work {
  margin-top: 46px;
}
#site-content .work article, #site-content .pdf-work article {
  position: relative;
  float: left;
  width: 216px;
  height: 208px;
  margin-right: 23px;
}
#site-content .work article img, #site-content .pdf-work article img {
  display: block;
  width: 100%;
}
#site-content .work article:hover img, #site-content .pdf-work article:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
#site-content .work article div, #site-content .pdf-work article div {
  height: 34.5px;
  overflow: hidden;
  padding-top: 5.75px;
  margin-bottom: 11.5px;
}
#site-content .work article .more, #site-content .pdf-work article .more {
  display: none;
  margin: 0;
}
#site-content .work article .more span, #site-content .pdf-work article .more span {
  display: block;
}
#site-content .work article .more span.more-title, #site-content .pdf-work article .more span.more-title {
  font-weight: 600;
}
#site-content .work article .text-placeholder, #site-content .pdf-work article .text-placeholder {
  position: relative;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#site-content .work article .text-placeholder + .articleinfo, #site-content .pdf-work article .text-placeholder + .articleinfo {
  border-top: 1px solid black;
}
#site-content .work article .placeholder, #site-content .pdf-work article .placeholder {
  display: none;
}
#site-content .work article h3, #site-content .pdf-work article h3 {
  height: 162px;
  overflow: hidden;
}
#site-content .work article h3 + div, #site-content .pdf-work article h3 + div {
  border-top: 1px solid black;
}
#site-content .work a.load-more, #site-content .pdf-work a.load-more {
  float: left;
  display: block;
  width: 216px;
  margin: 54px 0;
  height: 100px;
  font-weight: 600;
  font-size: 12px;
  line-height: 54px;
}
#site-content .work a.load-more .fa, #site-content .pdf-work a.load-more .fa {
  margin-right: 5.75px;
  font-size: 15px;
}
#site-content.show-more .work article {
  height: auto;
}
#site-content.show-more .work article div {
  height: 103.5px;
}
#site-content.show-more .work article .more {
  display: block;
  height: 80.5px;
}
#site-content .list-year {
  display: none;
}
#site-content.overview.list .work .list-year {
  display: block;
  width: 100%;
  max-width: 728px;
  margin: 46px auto 23px auto;
}
#site-content.overview.list .work article {
  float: none;
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
  height: auto;
}
#site-content.overview.list .work article div {
  height: auto;
  overflow: auto;
  padding: 0;
  margin: 0;
}
#site-content.overview.list .work article h4 {
  display: inline;
  font-size: 16px;
  line-height: 23px;
}
#site-content.overview.list .work article .more {
  display: inline;
  font-size: 16px;
  line-height: 23px;
}
#site-content.overview.list .work article .more span {
  display: inline;
}
#site-content.overview.list .work article .more .more-title {
  display: none;
}
#site-content.overview.list .work article .more .more-value:before {
  content: '|';
  margin: 0 5.75px;
}
#site-content.overview.list .work article img {
  display: none;
}
#site-content.overview.list .work a.load-more {
  float: none;
  display: block;
  width: 100%;
  max-width: 933px;
  margin: 23px auto;
  height: auto;
  line-height: 23px;
}
#site-content .people {
  max-width: 100%;
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 23px;
}
#site-content .people .anchor {
  height: 117px;
  margin-top: -117px;
}
#site-content .people h3 {
  clear: both;
  padding: 23px 0;
}
#site-content .people article {
  position: relative;
  float: left;
  width: 136px;
  height: auto;
  margin-right: 23px;
}
#site-content .people article img {
  display: block;
  width: 100%;
  /* disable dragging */
  /* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
  /* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
}
#site-content .people article div {
  min-height: 120px;
  margin-top: 5.75px;
  overflow: hidden;
}
#site-content .publications {
  max-width: 100%;
  margin-top: 46px;
}
#site-content .publications article {
  position: relative;
  clear: both;
  border-top: 1px solid black;
  padding: 23px 0;
  *zoom: 1;
}
#site-content .publications article:after {
  content: "";
  display: table;
  clear: both;
}
#site-content .publications article p {
  margin-bottom: 0;
}
#site-content .publications article .text {
  float: left;
  width: 72%;
}
@media (min-width: 0) and (max-width: 512px) {
  #site-content .publications article .text {
    float: none;
    width: 100%;
  }
}
#site-content .publications article .links {
  max-height: 69px;
  line-height: 23px;
  padding-top: 8.07018px;
  margin-bottom: -11.5px;
  float: left;
  width: 72%;
}
#site-content .publications article .links.links-image {
  position: absolute;
  float: none;
  bottom: 11.5px;
  left: 0px;
  margin-bottom: 2px;
  padding-top: 0;
  width: auto;
}
@media (min-width: 0) and (max-width: 512px) {
  #site-content .publications article .links.links-image {
    position: relative;
    float: left;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 513px) and (max-width: 768px) {
  #site-content .publications article .links.links-image {
    position: relative;
    float: none;
    bottom: auto;
    left: auto;
    padding-top: 8.07018px;
    margin-bottom: -11.5px;
  }
}
@media (min-width: 0) and (max-width: 512px) {
  #site-content .publications article .links {
    position: relative;
    float: left;
    bottom: auto;
    left: auto;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 513px) and (max-width: 768px) {
  #site-content .publications article .links {
    position: relative;
    float: none;
    bottom: auto;
    left: auto;
  }
}
#site-content .publications article figure {
  width: 216px;
  float: right;
  margin-top: 6px;
  margin-bottom: 0;
}
#site-content .publications article figure.lightbox {
  position: relative;
}
#site-content .publications article figure.lightbox:after {
  content: "\f264";
  font-family: "Ionicons";
  font-size: 28px;
  position: absolute;
  bottom: 8px;
  right: 6px;
  color: white;
  pointer-events: none;
}
#site-content .publications article figure img.lightbox {
  position: relative;
  cursor: pointer;
}
#site-content .publications article figure img.lightbox:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
@media (min-width: 513px) and (max-width: 768px) {
  #site-content .publications article figure {
    float: none;
  }
  #site-content .publications article figure img {
    text-align: left;
  }
}
@media (min-width: 0) and (max-width: 512px) {
  #site-content .publications article figure {
    float: left;
  }
}
#site-content .publications article:last-child {
  border-bottom: 1px solid black;
}
#site-content .publications.search-results article > a:before {
  content: none;
}
#site-content .publications.search-results article .text > a:before {
  content: none;
}
#site-content.jobs .anchor {
  height: 117px;
  margin-top: -117px;
}
@media (min-width: 0) and (max-width: 512px) {
  #site-content #filter .filter-container {
    display: block;
  }
  #site-content #filter .filter-container .column {
    display: block;
    width: 100%;
    border-top: 1px solid black;
    margin-top: 5.75px;
    padding: 5.75px 0;
  }
  #site-content #filter .filter-container .column:first-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  #site-content .work article {
    margin-right: 4%;
    width: 48%;
    height: auto;
  }
  #site-content .work article:nth-of-type(2n) {
    margin-right: 0;
  }
  #site-content .work article .placeholder {
    display: block;
  }
  #site-content .work article h3 {
    position: absolute;
    top: 0;
    bottom: 8px;
    overflow: hidden;
    height: auto;
  }
  #site-content.show-more .work article div {
    height: 138px;
  }
  #site-content.show-more .work article div .more {
    height: 103.5px;
  }
  #site-content.overview.list .work .list-year {
    font-size: 16px;
    line-height: 23px;
    margin-top: 23px;
    margin-bottom: 11.5px;
  }
  #site-content.overview.list .work article h4, #site-content.overview.list .work article .more {
    display: block;
    font-size: 12px;
    line-height: 15px;
  }
  #site-content.overview.list .work article .more-value:nth-of-type(2):before {
    content: '';
    margin: 0;
  }
  #site-content .publications article {
    min-height: 15px;
    padding: 11.5px 0;
  }
  #site-content .publications article figure {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    float: none;
    margin: 15px 0 0 0;
    max-width: 50%;
  }
  #site-content .publications article figure img {
    width: 100%;
  }
  #site-content .publications article .text {
    min-height: 15px;
    padding-bottom: 0;
    padding-right: 0;
  }
  #site-content .publications article .links {
    position: relative;
    bottom: auto;
    line-height: 15px;
    margin-top: 11.5px;
  }
  #site-content .people article {
    width: 48%;
    margin-right: 4%;
  }
  #site-content .people article:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 513px) and (max-width: 768px) {
  #site-content .work article {
    margin-right: 2%;
    width: 32%;
    height: auto;
  }
  #site-content .work article:nth-of-type(3n) {
    margin-right: 0;
  }
  #site-content .work article .placeholder {
    display: block;
  }
  #site-content .work article h3 {
    position: absolute;
    top: 0;
    height: auto;
    bottom: 8px;
    font-size: 15px;
    line-height: 18.75px;
  }
  #site-content .people article {
    width: 23.5%;
    margin-right: 2%;
  }
  #site-content .people article:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #site-content .work article {
    margin-right: 2%;
    width: 32%;
    height: auto;
  }
  #site-content .work article:nth-of-type(3n) {
    margin-right: 0;
  }
  #site-content .work article .placeholder {
    display: block;
  }
  #site-content .work article h3 {
    position: absolute;
    top: 0;
    height: auto;
    font-size: 15px;
    line-height: 18.75px;
  }
  #site-content .people article {
    width: 18%;
    margin-right: 2.5%;
  }
  #site-content .people article:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  #site-content .work article:nth-of-type(4n), #site-content .pdf-work article:nth-of-type(4n) {
    margin-right: 0;
  }
  #site-content .people article {
    width: 136px;
  }
  #site-content .people article:nth-of-type(6n) {
    margin-right: 2px;
  }
}
@media (min-width: 1441px) and (max-width: 1679px) {
  #site-content .work article:nth-of-type(5n) {
    margin-right: 0;
  }
  #site-content .people article {
    width: 146px;
    margin-right: 25px;
  }
  #site-content .people article:nth-of-type(7n) {
    margin-right: 0;
  }
}
@media (min-width: 1680px) {
  #site-content .work article:nth-of-type(6n) {
    margin-right: 0;
  }
  #site-content .people article {
    width: 157px;
    margin-right: 22px;
  }
  #site-content .people article:nth-of-type(8n) {
    margin-right: 0;
  }
}

/* LIGHTBOX */
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  cursor: pointer;
  color: white;
  z-index: 1000;
}
#lightbox:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#lightbox:after {
  content: '×';
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 32px;
}
#lightbox .inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 90%;
  z-index: 100;
}
#lightbox .inner:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#lightbox .inner img {
  max-width: 100%;
  max-height: 100%;
  -moz-width: 100%;
  -moz-height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

/* GOOGLE MAP */
#googlemap {
  width: 100%;
  height: 546px;
  margin-bottom: 5.75px;
}
#googlemap a:before,
#googlemap a:after {
  content: none !important;
}
@media (min-width: 0) and (max-width: 512px) {
  #googlemap {
    height: 172px;
  }
}

/* ANCHOR FIX FOR FIXED HEADER */
.anchor {
  display: block;
  height: 58px;
  margin-top: -58px;
  visibility: hidden;
}

/* BROWSERUPDATE.ORG */
#buorg {
  position: fixed;
}

#site-content #action-top {
  *zoom: 1;
}
#site-content #action-top:after {
  content: "";
  display: table;
  clear: both;
}
#site-content #show-filter {
  display: block;
  font-weight: 700;
  padding: 11.5px 0;
  float: left;
}
#site-content a.file-generate-pdf {
  display: block;
  font-weight: 700;
  padding: 11.5px 0;
  float: right;
}
#site-content a.file-generate-pdf:before {
  position: relative;
  margin-right: 4px;
  font-size: 18px;
}
#site-content.detail {
  position: relative;
  margin-top: 0;
}
#site-content.detail a.back, #site-content.detail a.next {
  display: block;
  font-weight: 700;
  padding: 11.5px 0;
  float: left;
}
#site-content.detail a.back:before {
  position: relative;
  content: '\f27f';
  font-size: 18px;
  margin-right: 6px;
  bottom: -2px;
}
#site-content.detail a.next {
  margin-left: 12px;
}
#site-content.detail a.next:before {
  content: '';
}
#site-content.detail a.next:after {
  position: relative;
  content: '\f280';
  font-size: 18px;
  margin-left: 6px;
  bottom: -2px;
}
#site-content.detail .publications {
  border-top: none;
  width: 100%;
  max-width: 933px;
  margin: 46px auto;
}
#site-content .detail {
  width: 100%;
  max-width: 728px;
  margin: 46px auto;
}
#site-content .detail header {
  margin-bottom: 23px;
  clear: both;
  *zoom: 1;
}
#site-content .detail header:after {
  content: "";
  display: table;
  clear: both;
}
#site-content .detail header .multicolumn {
  margin-top: 23px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
#site-content .detail header .multicolumn .row {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: inline-block;
  width: 100%;
}
#site-content .detail header .column {
  float: left;
  width: 50%;
  padding-right: 23px;
}
#site-content .detail header h3 + h3 {
  margin-top: 23px;
}
#site-content .detail header p {
  margin: 0;
}

.custom-video {
  line-height: 0;
  position: relative;
  margin-bottom: 23px;
}
.custom-video .video-controls {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 52px;
}
.custom-video .video-controls .inner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.custom-video .video-controls .inner > div {
  float: left;
}
.custom-video .video-controls .inner .video-control-play {
  height: 100%;
}
.custom-video .video-controls .inner .video-control-play .play-pause-icon {
  color: white;
  vertical-align: middle;
  font-size: 42px;
  line-height: 52px;
  height: 100%;
  padding: 0 16px;
  cursor: pointer;
}
.custom-video .video-controls .inner .video-control-play .play-pause-icon:last-child {
  display: none;
}
.custom-video .video-controls .inner .video-control-fullscreen {
  height: 100%;
  float: right;
}
.custom-video .video-controls .inner .video-control-fullscreen .fullscreen-icon {
  color: white;
  vertical-align: middle;
  font-size: 36px;
  line-height: 52px;
  height: 100%;
  margin: 0 16px 0 8px;
  cursor: pointer;
}
.custom-video .video-controls .inner .video-control-progress {
  position: relative;
  height: 20px;
  top: 16px;
  cursor: pointer;
}
.custom-video .video-controls .inner .video-control-progress .progress-container {
  position: relative;
  height: 1px;
  background-color: white;
  overflow: visible;
  top: 10px;
  width: 494px;
}
.custom-video .video-controls .inner .video-control-progress .progress-current {
  position: absolute;
  top: -8px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-color: white;
  cursor: pointer;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.custom-video .video-controls .inner .video-control-volume {
  position: relative;
  width: 112px;
  height: 100%;
  margin-left: 20px;
  cursor: pointer;
}
.custom-video .video-controls .inner .video-control-volume .volume-bar {
  position: relative;
  width: 3px;
  height: 16px;
  margin-right: 8px;
  margin-top: 18px;
  background-color: gray;
  float: left;
}
.custom-video .video-controls .inner .video-control-volume .volume-bar:last-child {
  margin-right: 0;
}

@media (min-width: 0) and (max-width: 512px) {
  html .detail header .column {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

html.lt-ie9 .video-controls {
  display: none;
}

body.pdf {
  padding: 0;
  color: #000;
}
body.pdf * {
  font-family: Arial !important;
  letter-spacing: 0px !important;
  line-height: normal !important;
}
body.pdf select, body.pdf input, body.pdf textarea, body.pdf label, body.pdf button, body.pdf p, body.pdf table, body.pdf ul, body.pdf a, body.pdf h1 h2, body.pdf h3, body.pdf h4, body.pdf figcaption,
body.pdf #site-header #navigation, body.pdf #site-content.overview.list .work article .more,
body.pdf #site-content.overview.list .work article, body.pdf #site-content.overview .work article .more,
body.pdf #filter-pdf {
  font-size: 8px !important;
}
body.pdf h1 {
  font-size: 150%;
}
body.pdf #site {
  position: relative;
  left: 0;
  width: auto;
  margin: 0;
  padding: 0;
}
body.pdf #site-header {
  position: relative;
  left: 0;
  width: auto;
  height: 2.3em;
  margin: 0;
}
body.pdf #site-header #navigation {
  display: inline-block;
  color: #000;
  line-height: 100% !important;
  border-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.pdf #site-header #head img {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  max-width: 220px;
}
body.pdf #site-content {
  padding: 0;
}
body.pdf #site-content .two-columns, body.pdf #site-content .pdf-work {
  *zoom: 1;
}
body.pdf #site-content .two-columns:after, body.pdf #site-content .pdf-work:after {
  content: "";
  display: table;
  clear: both;
}
body.pdf #site-content .pdf-work {
  margin-top: 0;
}
body.pdf #site-content .detail {
  max-width: 100%;
  margin: 10px 0 0 0;
}
body.pdf #site-content .detail h1 {
  font-size: 120%;
  margin-bottom: 20px;
}
body.pdf #site-content .detail header h3 + h3 {
  margin-top: 16px;
}
body.pdf #site-content .detail .pdf-work {
  float: right;
  width: 49.7%;
  margin-top: 4px;
}
body.pdf #site-content .detail .pdf-work article {
  max-width: 100%;
  max-height: 185px;
  width: auto;
  height: auto;
  float: right;
  margin-right: 0 !important;
  padding-left: 0.8cm;
}
body.pdf #site-content .detail .pdf-work article figure {
  max-width: 220px;
}
body.pdf #site-content .detail .pdf-work article figure img {
  float: left;
  max-width: 100%;
  margin-right: 0.065em;
  max-height: 165px;
  width: auto;
  height: auto;
}
body.pdf #site-content .detail .pdf-work article figure figcaption {
  clear: both;
  float: right;
  overflow: hidden;
  height: 10px;
  width: 220px;
  line-height: 10%;
}
body.pdf #site-content .detail .pdf-work + header {
  float: left;
  width: 50.3%;
  clear: none;
}
body.pdf #site-content .pdf-work article {
  height: auto;
  max-height: 162px;
  overflow: hidden;
  width: 28%;
}
body.pdf #site-content section h1, body.pdf #site-content section h2 {
  color: #000;
}
body.pdf #site-content.detail .publications {
  border-top: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
body.pdf #site-content .work article, body.pdf #site-content .pdf-work article {
  margin-right: 16px !important;
  width: 31.25%;
}
body.pdf #site-content .work article:nth-of-type(3n), body.pdf #site-content .pdf-work article:nth-of-type(3n) {
  margin-right: 0 !important;
}
body.pdf #site-content:not(.list).show-more .work article div, body.pdf #site-content:not(.list).show-more .work article .more {
  height: 100px;
}
body.pdf #site-content:not(.list).show-more .work article div h4, body.pdf #site-content:not(.list).show-more .work article .more h4 {
  margin-top: 4px;
  margin-bottom: 8px;
}
body.pdf #site-content.overview.list .work article {
  width: 100%;
  max-width: none;
  *zoom: 1;
  font-weight: bold;
}
body.pdf #site-content.overview.list .work article:after {
  content: "";
  display: table;
  clear: both;
}
body.pdf #site-content.overview.list .work article .more {
  display: inline !important;
  height: auto !important;
  font-weight: normal;
}
body.pdf #site-content.overview.list .work article div {
  height: auto !important;
}
body.pdf #site-footer, body.pdf #show-filter, body.pdf .file-generate-pdf {
  display: none;
}
body.pdf #site-content .publications article {
  border: 0;
}
body.pdf #site-content .publications article .bcher {
  display: none;
}
body.pdf #site-content #filter-pdf {
  margin: 0.3cm 0 0.6cm 0;
  font-weight: bold;
}
body.pdf #site-content #filter-pdf + .work, body.pdf #site-content #filter-pdf + .publications {
  margin-top: 0;
}
body.pdf #site-content .publications article {
  padding: 10px 0;
}
