/* LESS - http://lesscss.org style sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=5040u0kuTp6lpvBrpu5zEk-I2fl */
/* Feel free to copy&paste color codes to your application */
/* MIXINS */
/* As hex codes */
/*
 * Skeleton V1.2
 * Copyright 2011, Dave Gamache
 * www.getskeleton.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 6/20/2012
 */
/* Table of Contents
   ==================================================
   #Base 960 Grid
   #Tablet (Portrait)
   #Mobile (Portrait)
   #Mobile (Landscape)
   #Clearing */
/* #Base 960 Grid
   ================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0; }

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px; }

.row {
  margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0; }

.column.omega, .columns.omega {
  margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 40px; }

.container .two.columns {
  width: 100px; }

.container .three.columns {
  width: 160px; }

.container .four.columns {
  width: 220px; }

.container .five.columns {
  width: 280px; }

.container .six.columns {
  width: 340px; }

.container .seven.columns {
  width: 400px; }

.container .eight.columns {
  width: 460px; }

.container .nine.columns {
  width: 520px; }

.container .ten.columns {
  width: 580px; }

.container .eleven.columns {
  width: 640px; }

.container .twelve.columns {
  width: 700px; }

.container .thirteen.columns {
  width: 760px; }

.container .fourteen.columns {
  width: 820px; }

.container .fifteen.columns {
  width: 880px; }

.container .sixteen.columns {
  width: 940px; }

.container .one-third.column {
  width: 300px; }

.container .two-thirds.column {
  width: 620px; }

/* Offsets */
.container .offset-by-one {
  padding-left: 60px; }

.container .offset-by-two {
  padding-left: 120px; }

.container .offset-by-three {
  padding-left: 180px; }

.container .offset-by-four {
  padding-left: 240px; }

.container .offset-by-five {
  padding-left: 300px; }

.container .offset-by-six {
  padding-left: 360px; }

.container .offset-by-seven {
  padding-left: 420px; }

.container .offset-by-eight {
  padding-left: 480px; }

.container .offset-by-nine {
  padding-left: 540px; }

.container .offset-by-ten {
  padding-left: 600px; }

.container .offset-by-eleven {
  padding-left: 660px; }

.container .offset-by-twelve {
  padding-left: 720px; }

.container .offset-by-thirteen {
  padding-left: 780px; }

.container .offset-by-fourteen {
  padding-left: 840px; }

.container .offset-by-fifteen {
  padding-left: 900px; }

/* #Tablet (Portrait)
   ================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px; }

  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px; }

  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px; }

  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px; }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0; }

  .container .one.column,
  .container .one.columns {
    width: 28px; }

  .container .two.columns {
    width: 76px; }

  .container .three.columns {
    width: 124px; }

  .container .four.columns {
    width: 172px; }

  .container .five.columns {
    width: 220px; }

  .container .six.columns {
    width: 268px; }

  .container .seven.columns {
    width: 316px; }

  .container .eight.columns {
    width: 364px; }

  .container .nine.columns {
    width: 412px; }

  .container .ten.columns {
    width: 460px; }

  .container .eleven.columns {
    width: 508px; }

  .container .twelve.columns {
    width: 556px; }

  .container .thirteen.columns {
    width: 604px; }

  .container .fourteen.columns {
    width: 652px; }

  .container .fifteen.columns {
    width: 700px; }

  .container .sixteen.columns {
    width: 748px; }

  .container .one-third.column {
    width: 236px; }

  .container .two-thirds.column {
    width: 492px; }

  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px; }

  .container .offset-by-two {
    padding-left: 96px; }

  .container .offset-by-three {
    padding-left: 144px; }

  .container .offset-by-four {
    padding-left: 192px; }

  .container .offset-by-five {
    padding-left: 240px; }

  .container .offset-by-six {
    padding-left: 288px; }

  .container .offset-by-seven {
    padding-left: 336px; }

  .container .offset-by-eight {
    padding-left: 384px; }

  .container .offset-by-nine {
    padding-left: 432px; }

  .container .offset-by-ten {
    padding-left: 480px; }

  .container .offset-by-eleven {
    padding-left: 528px; }

  .container .offset-by-twelve {
    padding-left: 576px; }

  .container .offset-by-thirteen {
    padding-left: 624px; }

  .container .offset-by-fourteen {
    padding-left: 672px; }

  .container .offset-by-fifteen {
    padding-left: 720px; } }
/*  #Mobile (Portrait)
    ================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px; }

  .container .columns,
  .container .column {
    margin: 0; }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px; }

  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0; } }
/* #Mobile (Landscape)
   ================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px; }

  .container .columns,
  .container .column {
    margin: 0; }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px; } }
/* #Clearing
   ================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
   or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

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

@font-face {
  font-family: Bitter;
  src: url("/static/type/bitter-regular-webfont.eot");
  src: url("/static/type/bitter-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/type/bitter-regular-webfont.woff2") format("woff2"), url("/static/type/bitter-regular-webfont.woff") format("woff"), url("/static/type/bitter-regular-webfont.ttf") format("truetype"), url("/static/type/bitter-regular-webfont.svg#bitterregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: Bitter;
  src: url("/static/type/bitter-bold-webfont.eot");
  src: url("/static/type/bitter-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/static/type/bitter-bold-webfont.woff2") format("woff2"), url("/static/type/bitter-bold-webfont.woff") format("woff"), url("/static/type/bitter-bold-webfont.ttf") format("truetype"), url("/static/type/bitter-bold-webfont.svg#bitterbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: Bitter;
  src: url("/static/type/bitter-italic-webfont.eot");
  src: url("/static/type/bitter-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/static/type/bitter-italic-webfont.woff2") format("woff2"), url("/static/type/bitter-italic-webfont.woff") format("woff"), url("/static/type/bitter-italic-webfont.ttf") format("truetype"), url("/static/type/bitter-italic-webfont.svg#bitteritalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: Bitter;
  src: url("/static/type/bitter-bolditalic-webfont.eot");
  src: url("/static/type/bitter-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/static/type/bitter-bolditalic-webfont.woff2") format("woff2"), url("/static/type/bitter-bolditalic-webfont.woff") format("woff"), url("/static/type/bitter-bolditalic-webfont.ttf") format("truetype"), url("/static/type/bitter-bolditalic-webfont.svg#bitterbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
/* BASIC STYLES */
body {
  line-height: 1;
  background: #FFF url("/static/4491890-grey.png");
  font: 16px/24px Bitter, serif;
  color: #333333;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

/* Heading and Text styles */
h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-family: Bitter, serif;
  font-weight: 700; }

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

h2 {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 4px;
  padding-top: 8px; }

h3 {
  font-size: 20px;
  line-height: 36px; }

h4 {
  font-size: 16px;
  line-height: 24px; }

/* NOT USED */
h5 {
  font-size: 18px;
  line-height: 20px; }

h6 {
  font-size: 18px;
  line-height: 20px; }

p {
  margin: 0 0 12px 0;
  line-height: 24px; }

p.no-space {
  margin-bottom: 0px; }

/* Better spacing where multiple headings follow one another - e.g. CV page */
h4 + h4 {
  margin-top: 12px; }

/* Links */
a, a:visited {
  color: #7A0C00;
  text-decoration: none;
  outline: 0;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

a:hover, a:focus {
  color: #F11700;
  text-decoration: underline; }

p a, p a:visited {
  line-height: inherit; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  text-decoration: none;
  color: #111111; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
  color: #444444; }

p img {
  margin: 0; }

/* Images */
img.scale-with-grid, div#main img {
  max-width: 100%;
  height: auto; }

figure {
  margin-top: 24px;
  border-top: 1px dotted #CCCCCC;
  padding-top: 11px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 11px; }

figcaption {
  font-weight: bold;
  line-height: 24px; }

figure p {
  margin-bottom: 0px; }

figcaption + table {
  margin-top: 12px; }

table.line-space {
  border: 1px; }

table.line-space td, th {
  padding: 8px;
  border: 1px solid black; }

td, th {
  padding-right: 24px;
  height: 24px;
  font-size: 14px; }

td {
  text-align: right; }

th {
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #999999; }

/* Lists */
ul {
  list-style: square outside;
  margin-left: 40px;
  margin-bottom: 12px; }

ol {
  list-style: decimal; }

li {
  line-height: 24px; }

dl {
  line-height: 24px; }

dt {
  float: left;
  width: 100px;
  margin-right: 24px;
  font-weight: bold; }

nav#primary {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #8e8e8e;
  border-left: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e; }

nav#primary img {
  float: left;
  clear: none; }

nav#primary ul {
  float: right; }

nav#primary ul li {
  display: inline;
  margin-left: 20px;
  text-align: center; }

nav#primary ul a {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  font-family: Bitter, serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #000; }

nav#primary li a:visited {
  color: #000; }

nav#primary li a:hover {
  color: #F03622; }

/* Side Navigation Area */
#left-bar {
  margin-top: 12px; }

@media only screen and (max-width: 767px) {
  #left-bar {
    display: none; } }
img.deco-pic {
  padding-bottom: 8px;
  max-width: 100%;
  height: auto; }

#sub-nav {
  line-height: 24px; }

#sub-nav a {
  text-decoration: none; }

#sub-nav hr {
  border: 1px dotted #333333;
  border-style: none none dotted;
  color: #fff;
  background-color: #fff; }

.page-nav-link-1 {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin-top: 8px;
  color: #7A0C00; }

.page-nav-link-1:visited {
  color: #7A0C00; }

.page-nav-link-2 {
  font-size: 14px;
  display: block;
  padding-left: 8px;
  color: #9C4137; }

.page-nav-link-2:visited {
  color: #9C4137; }

.page-nav-link-3, .page-nav-link-4 {
  display: none; }

@media print {
  .container, .columns, .column {
    width: 100%; }

  #left-bar {
    display: none; } }
em {
  font-style: italic; }

strong {
  font-weight: bold;
  color: #333; }

small {
  font-size: 80%; }

pre {
  font-family: mono;
  font-size: 90%;
  background-color: #EFEEEE;
  padding: 5px;
  border: 1px solid #999999; }

sup {
  vertical-align: super;
  font-size: 70%;
  line-height: 0; }

/* SPECIFIC STYLES */
div#main {
  background: rgba(255, 255, 255, 0.97);
  padding-bottom: 48px;
  padding-top: 12px;
  padding-left: 32px;
  padding-right: 32px;
  border: 1px solid #8e8e8e; }

div#home-main {
  padding-bottom: 24px;
  border-bottom: 1px dotted #333333;
  border-style: none none dotted; }

#page-foot {
  margin-top: 24px !important;
  text-align: right;
  background: rgba(255, 255, 255, 0.97);
  padding-top: 12px;
  padding-left: 32px;
  padding-right: 32px;
  border-left: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e;
  border-top: 1px solid #8e8e8e; }

p.tight, figure p {
  font-size: 12px;
  line-height: 24px; }

/* Other Styles */
a.pub-cite, a.pub-dl, a.weiter {
  display: inline-block;
  text-decoration: none;
  margin-left: 4px;
  width: 16px;
  height: 16px; }

a.pub-cite {
  background: #ffffff url("/siteware/book-cite.png") no-repeat left center; }

a.pub-dl {
  background: #ffffff url("/siteware/doc-dl.png") no-repeat left center; }

a.weiter {
  background: #ffffff url("/siteware/weiter.png") no-repeat left center; }

a.pub-cite em, a.pub-dl em, a.weiter em {
  position: absolute;
  left: -5000px; }

/* Home-page specific styles */
div#gallery {
  margin-top: 24px; }

/* MEDIA-DEPENDENT */
div.works-preview:nth-child(odd) {
  padding-left: 60px; }

/* MEDIA-DEPENDENT */
div.works-preview:nth-child(even) {
  clear: left; }

div.works-preview img {
  margin-top: 2px;
  margin-bottom: 2px; }

/* Tablet portrait + smaller screens */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  div.works-preview:nth-child(odd) {
    padding-left: 48px; } }
/* Mobile landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div.works-preview:nth-child(odd) {
    padding-left: 0px; } }
/* Mobile portrait */
@media only screen and (max-width: 767px) {
  div.works-preview:nth-child(odd) {
    padding-left: 0px; } }
