.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.best-text-rendering {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nothing {
  padding: 0;
  margin: 0;
  list-style: none;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.backgroundCover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content {
  zoom: 1;
}
.content:before {
  content: '';
  display: block;
}
.content:after {
  content: '';
  display: table;
  clear: both;
}
.col-half {
  width: 49%;
  float: left;
}
.col-half.right {
  float: right;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #fffff;
  padding: 0 20px 0px 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-height: 100%;
  max-width: 100%;
}
#bg {
  position: fixed;
  top: 0;
  left: 0;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}
p {
  font-size: 1em;
  padding: 0 0 15px 0;
  line-height: 1.4em;
}
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1.75em;
  color: #ffffff;
  margin: 0 0 1em 0;
  padding: 5px 0 5px 0;
  font-family: "din_schablonierschriftregular", arial, sans-serif;
  text-transform: uppercase;
}
h4,
h5,
h6 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 1.2em;
}
h5,
h6 {
  font-size: 0.95em;
}
a,
a:hover {
  background: transparent;
  outline: none;
  text-decoration: underline;
  color: #51A9FB;
}
a:hover {
  text-decoration: none;
  color: #5D5D5D;
}
ul {
  margin: 2px 0 22px 17px;
}
ul li {
  list-style-type: circle;
  margin: 0 0 6px 0;
  padding: 0 0 4px 5px;
}
ol {
  margin: 8px 0 22px 20px;
}
ol li {
  margin: 0 0 11px 0;
}
.left {
  float: left;
  width: auto;
  margin-right: 10px;
}
.right {
  float: right;
  width: auto;
  margin-left: 10px;
}
.center {
  display: block;
  text-align: center;
  margin: 20px auto;
}
#main,
#header,
#menubar,
#site_content,
#footer {
  margin-left: auto;
  margin-right: auto;
}
#main {
  display: none;
  max-width: 1100px;
  margin: 20px auto;
}
#site_content {
  position: relative;
  z-index: 2;
}
@font-face {
  font-family: 'din_schablonierschriftregular';
  src: url('fonts/dinsrg__-webfont.eot');
  src: url('fonts/dinsrg__-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dinsrg__-webfont.woff2') format('woff2'), url('fonts/dinsrg__-webfont.woff') format('woff'), url('fonts/dinsrg__-webfont.ttf') format('truetype'), url('fonts/dinsrg__-webfont.svg#din_schablonierschriftregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.type-header {
  font-family: "din_schablonierschriftregular", arial, sans-serif;
  text-transform: uppercase;
}
#header {
  padding-top: 170px;
}
#header #logo {
  width: 100%;
  width: 300px;
  height: 157.00934579px;
  background: transparent url("/img/logo.png");
  background-size: 100%;
  margin: 0;
  margin-bottom: 30px;
  position: absolute;
  top: 20px;
}
#header #logo h1 {
  display: none;
  font-family: "din_schablonierschriftregular", arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 0;
  margin: 0;
  font-size: 3em;
}
#header #logo h1 a,
#header #logo h1 a:hover {
  color: #ffffff;
  letter-spacing: 0.1em;
  text-decoration: none;
}
#header #menubar {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
#header #menubar ul#menu {
  margin: 0;
  padding: 0;
  width: 100%;
  zoom: 1;
}
#header #menubar ul#menu:before {
  content: '';
  display: block;
}
#header #menubar ul#menu:after {
  content: '';
  display: table;
  clear: both;
}
#header #menubar ul#menu li {
  float: left;
  padding: 0 0 0 0px;
  list-style: none;
  margin: 0 0 0px 0;
}
#header #menubar ul#menu li a {
  font-family: "din_schablonierschriftregular", arial, sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  display: block;
  float: left;
  height: 27px;
  padding: 0px 28px 0px 0px;
  color: #FFF;
  text-decoration: none;
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.top {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 100%;
  border-color: transparent transparent #000000 transparent;
}
.bottom {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 100% 0 0;
  border-color: #000000 transparent transparent transparent;
}
.top,
.bottom {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
}
.margin-bottom {
  margin-bottom: 20px;
}
.site_content {
  overflow: auto;
  margin: 0px auto 15px auto;
  padding: 30px;
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  border-top: 0;
  border-bottom: 0;
  color: #ffffff;
}
.site_content ul {
  margin: 2px 0 12px 0px;
}
.site_content ul li {
  list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 2px 0;
  padding: 0 0 4px 25px;
  line-height: 1.5em;
}
.site_content img {
  width: 200px;
  float: left;
}
.site_content #cover {
  width: 320px;
  float: left;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 960px) {
  .site_content #cover {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .site_content #cover {
    width: 100px;
  }
}
.site_content .text-right {
  padding-left: 340px;
}
@media screen and (max-width: 960px) {
  .site_content .text-right {
    padding-left: 220px;
  }
}
@media screen and (max-width: 640px) {
  .site_content .text-right {
    padding-left: 0px;
  }
}
.site_content #allards {
  width: 200px;
  float: left;
  margin: 0 20px 20px 0;
  position: relative;

  transition: all 0.5s;
  z-index: 10;
  outline: 0px solid rgba(0,0,0,0);
}
.site_content #allards #allard2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.site_content #allards #allard3 {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s 0.2s ease-out;
  -moz-transition: opacity 0.3s 0.2s ease-out;
  -o-transition: opacity 0.3s 0.2s ease-out;
  transition: opacity 0.3s 0.2s ease-out;
}
.site_content #allards #allard3:hover {
  width: 200px;
  height: 280px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.site_content #allards #show3 {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 0;
}
.site_content #allards:hover {
  transform: scale(4,4);
  transform-origin: 0 50%;
  transition: all 200s;
  outline: 1000px solid rgba(0,0,0,255);
  /*display: inline-block;*/
  /*-moz-opacity: 1;*/
  /*-khtml-opacity: 1;*/
  /*-webkit-opacity: 1;*/
  /*opacity: 1;*/
  /*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
  /*filter: alpha(opacity=100);*/
}
.site_content h1 {
  font-size: 2.333em;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  margin: 0;
}
.site_content h2 {
  margin-bottom: 0.333em;
  padding-bottom: 0;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  font-size: 2em;
}
.site_content p.red {
  color: #900;
  font-weight: bold;
  font-size: 2em;
  font-family: "din_schablonierschriftregular", arial, sans-serif;
  text-transform: uppercase;
}
.site_content #reviews {
  clear: both;
  font-size: 15px;
}
.site_content #reviews .quote {
  font-size: 0.9em;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-style: italic;
  padding-right: 15%;
  padding-top: 10px;
}
.site_content #reviews .quote i {
  font-style: normal;
}
.site_content #reviews .quote:before {
  content: open-quote;
  font-size: 1.333em;
  font-family: serif;
}
.site_content #reviews .quote:after {
  content: close-quote;
  font-size: 1.333em;
}
.site_content #reviews .quoter {
  font-size: 0.9em;
  padding-left: 30px;
  border-bottom: 1px #fff dotted;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.two-columns{
  -webkit-columns: 400px 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 400px 2;
  /* Firefox */
  columns: 400px 2;
}

.site_content .publications {
  list-style: none;
  padding-left: 0px;
}
.site_content .publications li {
  padding-left: 0px;
  list-style: none;
  border-bottom: 1px dotted #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
#footer {
  margin-top: 80px;
}
#footer p {
  padding: 0;
  margin: 0;
  list-style: none;
}
