.imgContainer {
  float: left;
  margin-right: 50px;
}

h1 {
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-family: "Open Sans", sans-serif;
}

.sub-menu {
  background: #E5E5E5;
}

.post {
  padding: 12px;
}

.site-header {
  background-color: #FFF;
  border-bottom: 1px solid #ccc;
  position: relative;
  text-transform: uppercase;
  font-size: 0.875em;
}

.site-header, .site-header a {
  color: #46433A;
}

.site-header a:hover {
  color: #46433A;
  text-decoration: none;
}

.site-title {
  margin-top: 1em;
  margin-bottom: 1em;
  float: left;
  letter-spacing: 1px;
}

.site-nav {
  background: #FFF;
}

.site-nav ul {
  padding-right: 2em;
  text-align: right;
  float: right;
  letter-spacing: 1px;
  list-style-type: none;
  padding-left: 20px;
  margin-top: -35px;
}

.site-nav .menu > li {
  display: inline-block;
  margin: 1em 0 0 0.75em;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.site-nav a {
  display: block;
}

.site-nav .sub-menu a {
  display: block;
  line-height: 1.2em;
  padding: 4px 10px;
  color: #46433A;
}

.site-nav .sub-menu a:hover {
  color: #006633;
}

.site-nav .sub-menu {
  border-color: #ccc;
  min-width: 265px;
  z-index: 2147483647;
}

.site-nav .sub-menu li.current-menu-item > a {
  border-left: none;
  border-right: none;
}

.sub-menu {
  border: 1px solid #ccc;
  display: none;
  right: -10px;
  padding: 4px 0 3px 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 25px;
  min-width: 265px;
  z-index: 999;
}

.sub-menu li {
  border-bottom: 0;
  display: block;
  height: auto;
  margin: 3px 0;
  padding: 0;
  text-align: left;
}

.site-nav li:hover > .sub-menu {
  display: block;
}

.site-nav h1 {
  position: absolute;
  left: -999em;
}

.site-nav {
  float: left;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #46433A;
}
.site-nav .page-link:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 42em) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 1.5em;
    height: 1.25em;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 1.25em;
    height: 1em;
    vertical-align: middle;
  }
  .site-nav .menu-icon > svg path {
    fill: #444;
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 42em) {
  .site-nav h1 {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    display: none; /* Standard. IE8+, Saf, FF3+ */
    height: 23px;
    left: auto;
    margin-top: 10px;
    position: static;
    white-space: nowrap;
  }
  .site-nav .menu {
    display: block;
    left: -3px;
    min-width: 215px;
    padding: 4px 0;
    position: relative;
    right: -3px;
    z-index: 999;
  }
  .site-nav .menu.open {
    display: block;
  }
  .site-nav .menu li {
    display: block;
    margin: 0;
    color: #46433A;
  }
  .site-nav ul.menu a {
    color: #46433A;
  }
  .site-nav ul.menu a:hover {
    color: #006633;
  }
  .site-nav a,
  .site-nav li.current-menu-item > a {
    padding: 4px 10px;
  }
  .site-nav .menu > li {
    height: auto;
    text-align: left;
  }
  .site-nav .sub-menu {
    border: 0;
    display: block;
    position: relative;
    min-width: 215px;
    max-width: 215px;
    top: auto;
    right: auto;
    width: auto;
  }
  .site-nav .sub-menu {
    padding-left: 16px;
  }
}
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Roboto", serif;
  font-size: 1.025em;
  line-height: 1.5;
  color: #46433A;
  background: url(https://cms-static.uni-muenchen.de/default/lmu/img/body-gradient.png) repeat-x scroll 0 0 #E5E5E5;
  margin: 0 0.25em;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 0.25em;
}

hr {
  display: block;
  margin: 0.5em auto;
  border-style: inset;
  border-top: 1px solid #ccc;
  border-bottom: none;
}

img {
  width: 100%;
  margin: auto auto;
  vertical-align: middle;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 0.875em;
}

ul, ol {
  margin-left: 0.5em;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #006633;
  text-decoration: none;
}
a:hover {
  color: #ca6c18;
  text-decoration: underline;
}

blockquote {
  background-color: #d8d8d8;
  border-left: 4px solid #242424;
  padding-left: 1em;
  padding-right: 0.8em;
  padding-top: 0.8em;
  padding-bottom: 0.001em;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

pre, code {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #d8d8d8;
  font-family: monospace;
  font-size: 0.875em;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: scroll;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.icon > svg {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  vertical-align: middle;
}
.icon > svg path {
  fill: #46433A;
}

.footnotes ol li {
  list-style-type: decimal;
}

.footnotes ol {
  font-size: 0.75em;
  color: #46433A;
}

ul.listing {
  list-style-type: none;
  margin-left: 0;
}

ul.listing li.listing-seperator {
  padding-top: 0.75em;
  font-size: 1.17em;
}

ul.listing li.listing-item time {
  color: #46433A;
  text-transform: uppercase;
  padding-right: 0.5em;
}

ul.listing li.listing-item a {
  color: #006633;
}

.site-footer {
  font-size: 0.75em;
  color: #46433A;
  border-top: 1px solid #ccc;
  padding-top: 0.5em;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: center;
}

.site-footer a {
  color: inherit;
  text-decoration: underline;
}

.site-footer a:hover {
  color: #ca6c18;
  text-decoration: underline;
}

.page {
  margin: 0 auto;
  max-width: -webkit-calc(60em - (0.5em * 2));
  max-width: calc(60em - (0.5em * 2));
  min-width: -webkit-calc(20em - (0.5em * 2));
  min-width: calc(20em - (0.5em * 2));
}
@media screen and (max-width: 600em) {
  .page {
    max-width: -webkit-calc(60em - (0.5em));
    max-width: calc(60em - (0.5em));
    min-width: -webkit-calc(20em - (0.5em * 2));
    min-width: calc(20em - (0.5em * 2));
  }
}

.post:after, .site-header:after, .site-footer:after {
  content: "";
  display: table;
  clear: both;
}

.post {
  background-color: #FFF;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 0.5em;
}

.post p {
  margin-top: 0;
  margin-bottom: 0.4em;
}

.post h1, h2, h3, h4, h5, h6 {
  margin-top: 0.45em;
  margin-bottom: 0.1em;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 0.5em;
}

.post-meta {
  font-size: 0.875em;
  color: #46433A;
}

.post-link {
  display: block;
}

.highlight {
  background: #fff;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.captioned-img {
  text-align: center;
  border: none;
  font-size: 0.75em;
  overflow: hidden;
}

.captioned-img dd {
  padding: 2px 0px 3px 0px;
  margin: 0;
}

.captioned-img dt {
  margin: 0;
}

.captioned-img img {
  display: block;
  margin: auto auto;
  padding: 0;
  border: none;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 0.75em;
}

.alignright {
  float: right;
  margin-top: 0;
  margin-left: 1em;
  margin-bottom: 0.75em;
}

@media screen and (max-width: 42em) {
  .alignleft, .alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.testImages {
  display: table;
  width: 95%;
  left: auto;
  right: auto;
}

.inputImage {
  display: table-cell;
  padding: 10px;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}

.newImage {
  height: 200px;
  width: auto;
}

.memberProfile {
  display: table;
}

.memberProfile-left {
  display: table-cell;
  width: 70%;
  vertical-align: top;
}

.memberProfile-right {
  display: table-cell;
  width: 30%;
  overflow: hidden;
  align: right;
  text-align: center;
}

ul {
  padding-left: 40px;
}

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