/* Development */
/* Production */
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, 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.
 */
button,
html,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

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

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

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

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

h6 {
  font-size: 0.67em;
  margin: 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

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

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
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; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:after,
q:before {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ol,
nav ul {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/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 IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/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 IE 6/7, Firefox 3+, Safari 5,
 *    and 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 Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
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 Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and 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 Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/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; }

/* Resets */
a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0; }

article,
aside,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
nav,
object,
section,
video {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

.opacityhidden {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  border: 0 !important; }
  .opacityhidden td {
    border: 0 !important; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important; }

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important; }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-tile-pane {
  z-index: 2; }

.leaflet-objects-pane {
  z-index: 3; }

.leaflet-overlay-pane {
  z-index: 4; }

.leaflet-shadow-pane {
  z-index: 5; }

.leaflet-marker-pane {
  z-index: 6; }

.leaflet-popup-pane {
  z-index: 7; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 8; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-clickable {
  cursor: pointer; }

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

/* visual tweaks */
.leaflet-container {
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 50%;
  font: 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 30px; }

/* Clusters */
.marker-cluster-small {
  background-color: rgba(255, 172, 1, 0.2); }

.marker-cluster-small div {
  background-color: rgba(255, 172, 1, 0.75); }

.marker-cluster-medium {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 172, 1, 0.2); }

.marker-cluster-medium div {
  width: 40px;
  height: 40px;
  font-size: 21px;
  line-height: 40px;
  background-color: rgba(255, 172, 1, 0.75); }

.marker-cluster-large {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 172, 1, 0.2); }

.marker-cluster-large div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  background-color: rgba(255, 172, 1, 0.75); }

.marker-cluster-has-new div {
  background-color: rgba(255, 255, 255, 0.75); }

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #ffac01; }

.leaflet-oldie .marker-cluster-small div {
  background-color: #ffac01; }

.leaflet-oldie .marker-cluster-medium {
  background-color: #ffac01; }

.leaflet-oldie .marker-cluster-medium div {
  background-color: #ffac01; }

.leaflet-oldie .marker-cluster-large {
  background-color: #ffac01; }

.leaflet-oldie .marker-cluster-large div {
  background-color: #ffac01; }

.leaflet-oldie .marker-cluster-has-new div {
  background-color: white; }

.marker-cluster {
  background-clip: padding-box;
  border-radius: 50%; }

body,
input,
select,
svg,
textarea {
  color: #000;
  fill: #fff;
  font-size: 1.225rem;
  font-weight: 300;
  letter-spacing: 0.04rem;
  line-height: 2rem; }

body,
html {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#old-ie {
  display: none; }

.black {
  color: #000 !important; }

.white {
  color: #fff !important; }

a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 1px; }

a:hover {
  color: inherit;
  border-bottom: 1px solid #939598; }

a.styleless,
a.styleless:hover,
a.styleless:link,
a.styleless:visited {
  color: inherit;
  border-bottom: 0 solid #000;
  text-decoration: none; }

#preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
  background-color: #c0c5bb;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 1000;
  font-size: 4rem; }
  #preload i {
    position: fixed;
    top: -webkit-calc(50% - 2rem);
    top: -moz-calc(50% - 2rem);
    top: calc(50% - 2rem);
    left: -webkit-calc(50% - 2rem);
    left: -moz-calc(50% - 2rem);
    left: calc(50% - 2rem); }

#preload.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=33);
  opacity: 0.33; }

#preload.invisible {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .menu .menu-button {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1.5rem 2rem;
    z-index: 9; }
    .menu .menu-button svg {
      width: 20px; }
  .menu .logo {
    position: fixed;
    top: 1.5rem;
    left: 4.4rem;
    z-index: 9; }
    @media screen and (max-width: 600px) {
      .menu .logo {
        left: -webkit-calc(4.4rem);
        left: -moz-calc(4.4rem);
        left: calc(4.4rem); } }
    .menu .logo svg {
      position: absolute;
      -webkit-transition: opacity 0.6s ease-out;
      -moz-transition: opacity 0.6s ease-out;
      -o-transition: opacity 0.6s ease-out;
      transition: opacity 0.6s ease-out;
      top: 3px;
      left: 0; }
    .menu .logo svg.merk-x {
      width: 84px; }
    .menu .logo svg.merkx-girod {
      width: 157px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .menu .logo.merkx-girod svg.merk-x {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .menu .logo.merkx-girod svg.merkx-girod {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .menu svg {
    height: 20px;
    transition: fill 0.5s ease;
    fill: #fff; }
  .menu .background {
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.8rem;
    background: #ecede7;
    /* The Fallback */
    background: rgba(236, 237, 231, 0.9);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-out, top 0.1s ease-out;
    -moz-transition: opacity 0.6s ease-out, top 0.1s ease-out;
    -o-transition: opacity 0.6s ease-out, top 0.1s ease-out;
    transition: opacity 0.6s ease-out, top 0.1s ease-out; }
  .menu .background_invisible {
    top: -3.8em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .menu.black svg {
    fill: #000; }

.button {
  cursor: pointer;
  height: 1.6em;
  width: 100%;
  text-align: center;
  z-index: 9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }
  .button img {
    height: 1.6em;
    margin-top: 0;
    -webkit-transition: margin-top 0.15s ease-out;
    -moz-transition: margin-top 0.15s ease-out;
    -o-transition: margin-top 0.15s ease-out;
    transition: margin-top 0.15s ease-out; }

#footer-button img {
  margin-top: -.5em; }

#footer-button:hover img {
  margin-top: 0.2em; }

.button_invisible {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.merkx-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .merkx-slider.preload {
    display: none; }
  .merkx-slider .header {
    font-weight: 400;
    z-index: 9;
    text-transform: uppercase;
    position: absolute;
    top: 1.46rem;
    left: 10.9rem;
    font-size: 1.15em;
    padding-right: 1.5rem; }
    @media only screen and (min-width: 736px) {
      .merkx-slider .header.merkx-girod {
        left: 16.0rem; } }
    .merkx-slider .header .award-button {
      position: relative;
      cursor: pointer;
      float: left;
      margin-top: -10px;
      margin-left: 10px; }
      .merkx-slider .header .award-button svg {
        width: 26px;
        height: 26px;
        fill: #fff; }
      .merkx-slider .header .award-button .award-icon {
        position: absolute;
        top: 15px;
        left: 15px; }
      .merkx-slider .header .award-button .award-hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-out;
        -moz-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out;
        border: 2px solid #fff;
        padding: 3px; }
        .merkx-slider .header .award-button .award-hover.opacity {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
        .merkx-slider .header .award-button .award-hover .content {
          padding: 10px;
          text-transform: none;
          font-size: 0.94rem;
          line-height: 1.455rem;
          color: #000;
          background-color: #fff; }
          .merkx-slider .header .award-button .award-hover .content svg {
            fill: #000; }
          .merkx-slider .header .award-button .award-hover .content .award-list {
            padding-left: 12px;
            padding-right: 24px; }
            .merkx-slider .header .award-button .award-hover .content .award-list p:first-child {
              margin-top: 0;
              padding-top: 0; }
            .merkx-slider .header .award-button .award-hover .content .award-list p:last-child {
              margin-bottom: 0;
              padding-bottom: 0; }
    .merkx-slider .header.black {
      color: #000; }
      .merkx-slider .header.black svg {
        fill: #000; }
  .merkx-slider .footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .merkx-slider .footer .content {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 5rem;
      width: 100%;
      background: #ecede7;
      /* The Fallback */
      background: rgba(236, 237, 231, 0.9); }
      .merkx-slider .footer .content .caption {
        padding: 1em 4em;
        width: -webkit-calc(50% - 12em);
        width: -moz-calc(50% - 12em);
        width: calc(50% - 12em);
        color: #000;
        height: 2em;
        overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .merkx-slider .footer .content .caption {
      width: auto; } }
  @media screen and (max-width: 600px) {
    .merkx-slider .header {
      left: -webkit-calc(4.4rem);
      left: -moz-calc(4.4rem);
      left: calc(4.4rem);
      top: 1.2rem; }
    .merkx-slider .footer .content .caption {
      padding: 1em 2em; } }

.rsCustomArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  min-width: 60px;
  width: 25%;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 8;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .rsCustomArrow img {
    position: absolute;
    width: 40px;
    height: 60px;
    top: -webkit-calc(50% - 60px);
    top: -moz-calc(50% - 60px);
    top: calc(50% - 60px);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  .rsCustomArrow.rsCustomLeft {
    margin-right: 0;
    top: 0;
    left: 0; }
    .rsCustomArrow.rsCustomLeft img {
      left: 0;
      margin-left: 25px; }
  .rsCustomArrow.rsCustomRight {
    margin-left: 0;
    top: 0;
    right: 0; }
    .rsCustomArrow.rsCustomRight img {
      right: 0;
      margin-right: 25px; }

.rsCustomArrow.hover,
.rsCustomArrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.rsCustomArrow:hover.rsCustomLeft img {
  margin-left: 20px; }

.rsCustomArrow:hover.rsCustomRight img {
  margin-right: 20px; }

.button-scroll-down {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  overflow: hidden;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .button-scroll-down .button-container {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    color: #fff; }
    .button-scroll-down .button-container svg {
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out;
      margin-top: 0;
      width: 40px;
      height: 40px;
      fill: #fff; }
  .button-scroll-down:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
    .button-scroll-down:hover .button-container svg {
      margin-top: 10px; }

.scrollable {
  position: absolute;
  width: 100%;
  padding: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 6; }
  .scrollable.locked {
    display: none; }
  .scrollable.intro-locked {
    display: none; }

#map {
  width: 100%;
  height: 420px; }

.loading {
  text-align: center;
  color: #c0c5bb;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  padding: 2rem 0;
  font-size: 4rem; }

a.hover-underline,
a.hover-underline:link,
a.hover-underline:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent; }

a.hover-underline:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #000; }

a.no-underline,
a.no-underline:hover,
a.no-underline:link,
a.no-underline:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 0 solid transparent; }

div.left {
  float: left; }

div.right {
  float: right; }

div.clear {
  clear: both; }

div.hidden {
  display: none; }

ul#menu {
  padding: 0;
  list-style: none;
  font-size: 20px; }
  ul#menu a,
  ul#menu a:link,
  ul#menu a:visited {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    text-transform: uppercase; }
  ul#menu a:hover {
    color: inherit;
    border-bottom: 1px solid #939598; }
  ul#menu li.line {
    height: 0.0rem;
    overflow: hidden;
    margin: 6px 0; }

ul#address {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0; }

.copyright {
  padding-top: 90px;
  padding-bottom: 20px;
  text-align: center;
  color: #939598;
  font-size: 14px;
  font-weight: 100; }

#hamburger {
  z-index: 9; }
  #hamburger .header {
    font-weight: 300;
    z-index: 9;
    text-transform: uppercase;
    position: absolute;
    top: 1.5rem;
    left: 10.9rem;
    font-size: 1.15em; }
    #hamburger .header.black {
      color: #000; }
  @media only screen and (max-width: 600px) {
    #hamburger .logo {
      display: none; } }

#hamburger-menu {
  position: fixed;
  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;
  background-color: #fff;
  z-index: 11;
  border: 0 solid transparent;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.3);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box; }
  #hamburger-menu .close-button {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    padding: 1.5rem 2rem;
    z-index: 11; }
    #hamburger-menu .close-button svg {
      height: 20px;
      fill: #000; }
  #hamburger-menu .menu {
    position: relative;
    padding: 3rem 2rem 2rem; }
  #hamburger-menu.collapsed {
    left: -360px; }
    #hamburger-menu.collapsed .close-button {
      display: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }

.share.share-fixed {
  position: fixed;
  z-index: 9;
  right: 2.25rem;
  top: 1.4rem; }

.share:not(.share-fixed) {
  display: inline-block;
  width: auto; }

.share .fa {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.share a,
.share a:hover,
.share a:link,
.share a:visited {
  text-decoration: none;
  border-bottom: 0 solid transparent; }

strong {
  font-weight: 400; }

.block {
  position: relative;
  margin: 0 auto 18px;
  width: 1195px; }
  .block h1 {
    margin-top: 4.4rem;
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 200;
    text-transform: uppercase;
    max-width: 960px; }
  .block h2 {
    font-size: 1.75rem;
    font-weight: 400;
    color: inherit;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: -0.5rem; }
  .block h3 {
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: -1rem; }
  .block h4 {
    font-weight: 100;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .block .title {
    font-size: 1.58rem;
    font-weight: 200;
    line-height: 2rem; }
  .block .uppercase {
    text-transform: uppercase; }
  .block .date {
    font-size: 14px;
    color: #939598;
    font-weight: 100; }
  .block p {
    margin: 1em 0; }
  .block p:first-child {
    margin-top: 0; }
  .block .content-block {
    position: relative;
    float: left;
    width: 575px; }
  .block .content-block:first-child {
    margin-right: 44px; }
  .block .column-1 {
    width: 265px;
    margin-right: 44px; }
  .block .column-1:nth-child(2n) {
    margin-right: 0; }
  .block .column-1:nth-child(2n+1) {
    clear: left; }
  .block .column-2 {
    width: 575px; }
  .block .column-3 {
    width: -webkit-calc(100.0% - 0px);
    width: -moz-calc(100.0% - 0px);
    width: calc(100.0% - 0px); }
  .block .column-4 {
    width: 1195px; }
  .block .in-memoriam {
    float: left;
    width: -webkit-calc(50% - 1rem);
    width: -moz-calc(50% - 1rem);
    width: calc(50% - 1rem);
    margin-right: 2rem; }
  .block .content-streamer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }
    .block .content-streamer .stream {
      font-size: 1.85rem;
      line-height: 2.65rem;
      font-style: italic;
      text-align: center;
      padding: 0 3.0rem;
      width: 100%; }
  .block .image {
    padding-bottom: 30px; }
    .block .image .description {
      margin-top: -0.1rem;
      font-size: 0.94rem;
      line-height: 1.455rem;
      color: #939598;
      max-width: 760px; }
  .block.first-block {
    margin-top: 15.5rem; }
    .block.first-block h1 {
      margin-top: 0; }
  .block.block-project-title {
    margin-top: 9.4rem;
    margin-bottom: 1.875rem; }
    .block.block-project-title h1 {
      margin-top: 0; }
  .block.block-template-project-list p:first-of-type, .block.block-template-project.block-index-0 p:first-of-type {
    font-size: 1.48rem;
    font-weight: 400;
    line-height: 2.2rem; }
  .block .pw-edit {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 100;
    font-size: 2rem;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75; }
    .block .pw-edit:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .block .pw-edit a,
    .block .pw-edit a:hover,
    .block .pw-edit a:link,
    .block .pw-edit a:visited {
      color: #000;
      text-decoration: none;
      border-bottom: 0 solid #93bf0d; }

.block-press h2 {
  text-transform: none;
  font-size: 2.5rem;
  line-height: 2.8rem;
  margin-bottom: 0; }

.block-press p:first-of-type {
  margin-top: 0.5rem;
  padding-top: 0; }

.block-press p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0; }

.block-project-list .title,
.in-memoriam .title {
  font-size: 20px; }

.block-project-list .name,
.in-memoriam .name {
  padding-top: 0.25em;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.45rem;
  min-height: 36px; }

.block-next-previous {
  font-size: 20px; }
  .block-next-previous .button-next,
  .block-next-previous .button-prev {
    float: left;
    width: 100px;
    text-align: left;
    padding: 85px 0; }
    .block-next-previous .button-next.button-next,
    .block-next-previous .button-prev.button-next {
      float: right;
      text-align: right; }
  .block-next-previous .button-current {
    float: left;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    text-align: center;
    line-height: 50px;
    padding: 85px 0; }
  .block-next-previous svg {
    fill: #000;
    width: 30px;
    height: 50px; }

.block-information {
  color: #939598;
  border-top: 2px solid #ccc;
  font-size: 0.94rem;
  line-height: 1.455rem;
  margin-top: 8px;
  padding-top: 3px; }
  .block-information h1 {
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 2rem;
    margin: 0 0 -0.5rem; }
  .block-information .column-1 {
    width: -webkit-calc(25% - 12px);
    width: -moz-calc(25% - 12px);
    width: calc(25% - 12px);
    margin-right: 12px; }
    .block-information .column-1:nth-child(2n) {
      margin-right: 24px; }
    .block-information .column-1:nth-child(4) {
      margin-right: 0; }

.block-copyright,
.block-credits {
  font-size: 0.94rem;
  line-height: 1.7rem; }
  .block-copyright .title,
  .block-credits .title {
    font-size: 20px; }
  .block-copyright.block-copyright,
  .block-credits.block-copyright {
    height: 120px;
    color: #939598; }
    .block-copyright.block-copyright .left,
    .block-credits.block-copyright .left {
      font-size: 0.94rem;
      line-height: 1.455rem; }
    .block-copyright.block-copyright .right,
    .block-credits.block-copyright .right {
      font-size: 1.225rem;
      font-weight: 300; }
      .block-copyright.block-copyright .right i,
      .block-credits.block-copyright .right i {
        margin-left: 2px;
        margin-right: 2px; }
      .block-copyright.block-copyright .right i:hover,
      .block-credits.block-copyright .right i:hover {
        color: #000; }

.block-credits p {
  margin: 0.5rem 0; }

.block-hr {
  border-top: 0 solid #a3a2a2;
  height: 1px;
  background-color: #8d8c8c;
  overflow: hidden; }
  .block-hr.block-menu-spacer {
    margin-top: 14rem; }

.block-template-project-list {
  margin-bottom: 3rem; }
  .block-template-project-list h1 {
    margin-bottom: 1rem; }
  .block-template-project-list p {
    margin-bottom: 1rem; }

@media only screen and (min-width: 960px) {
  .block-template-project-list p {
    width: 66.667%; }
  .block-template-project-list .column-3 p {
    width: 100%; }
  .block-full-width .content-block:first-child {
    margin-right: 0;
    width: 100%; }
  .block-full-width .column-1:nth-child(2n) {
    margin-right: 44px; }
  .block-full-width .column-1:nth-child(4n) {
    margin-right: 0 !important; }
  .block-full-width .column-1:nth-child(2n+1) {
    clear: none; }
  .block-full-width .column-1:nth-child(4n+1) {
    clear: left; }
  .block-full-width .column-2 {
    margin-right: 44px; }
  .block-full-width .column-2:nth-child(2n) {
    margin-right: 0; }
  .block-full-width .column-3 {
    width: -webkit-calc(75.0% - 126px);
    width: -moz-calc(75.0% - 126px);
    width: calc(75.0% - 126px); }
  .block-full-width .in-memoriam {
    width: -webkit-calc(25% - 1.725rem);
    width: -moz-calc(25% - 1.725rem);
    width: calc(25% - 1.725rem);
    margin-right: 0 !important;
    float: right; } }

#intro {
  font-size: 1.3rem;
  line-height: 1.7rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  #intro.unlock {
    position: absolute; }
  #intro .content {
    -webkit-transition: opacity, 0.5s ease-out;
    -moz-transition: opacity, 0.5s ease-out;
    -o-transition: opacity, 0.5s ease-out;
    transition: opacity, 0.5s ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    margin: 4rem auto;
    width: -webkit-calc(100% - 8rem);
    width: -moz-calc(100% - 8rem);
    width: calc(100% - 8rem);
    min-height: -webkit-calc(100% - 8rem);
    min-height: -moz-calc(100% - 8rem);
    min-height: calc(100% - 8rem);
    position: relative;
    z-index: 11; }
    @media screen and (min-width: 1000px) {
      #intro .content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
    #intro .content .content-block {
      width: 100%;
      padding-top: 2rem;
      padding-bottom: 2rem;
      max-width: 1100px;
      margin: 0 auto; }
    #intro .content p {
      padding: 0;
      margin: 0; }
    #intro .content .address-body {
      width: 100%; }
    #intro .content .body {
      float: left;
      padding-left: 4rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      width: -webkit-calc(100% - 29rem);
      width: -moz-calc(100% - 29rem);
      width: calc(100% - 29rem); }
    #intro .content .address {
      border-left: 1px solid #000;
      float: right;
      width: 13rem;
      padding-left: 4rem;
      padding-right: 4rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    #intro .content .logo {
      width: -webkit-calc(100% - 8rem);
      width: -moz-calc(100% - 8rem);
      width: calc(100% - 8rem);
      padding: 1rem 4rem; }
      #intro .content .logo.logo-top {
        display: none; }
    #intro .content .button {
      padding-top: 1rem;
      font-weight: 400;
      width: 100%;
      text-align: center;
      text-transform: uppercase; }
      #intro .content .button.locked {
        position: absolute;
        top: auto;
        bottom: 6rem;
        left: 0; }
  #intro .background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    height: -webkit-calc(100% - 0px);
    height: -moz-calc(100% - 0px);
    height: calc(100% - 0px);
    -webkit-transition: opacity, 0.8s ease-out;
    -moz-transition: opacity, 0.8s ease-out;
    -o-transition: opacity, 0.8s ease-out;
    transition: opacity, 0.8s ease-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    background: #ecede7;
    /* The Fallback */
    background: rgba(236, 237, 231, 0.9); }
  @media screen and (max-height: 900px) {
    #intro {
      font-size: 1.1rem; } }
  @media screen and (max-height: 840px) {
    #intro .content {
      min-height: -webkit-calc(100% - 10rem);
      min-height: -moz-calc(100% - 10rem);
      min-height: calc(100% - 10rem); } }
  @media screen and (max-width: 1200px) {
    #intro {
      font-size: 1.1rem; }
      #intro .content .body {
        width: -webkit-calc(100% - 25rem);
        width: -moz-calc(100% - 25rem);
        width: calc(100% - 25rem); }
      #intro .content .address {
        width: 11rem;
        padding-left: 3rem; } }
  @media screen and (max-width: 1000px) {
    #intro .content .logo-top {
      display: block !important;
      padding-top: 4rem;
      padding-bottom: 0; }
    #intro .content .logo-bottom {
      display: none; }
    #intro .content .body {
      padding: 1rem 0 2rem;
      margin: 0 4rem 2rem;
      border-bottom: 1px solid #000;
      width: -webkit-calc(100% - 8rem);
      width: -moz-calc(100% - 8rem);
      width: calc(100% - 8rem); }
    #intro .content .address {
      position: relative;
      top: initial;
      right: initial;
      border-left: 0 solid;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 2rem 0;
      margin-top: 2rem;
      margin-left: 4rem;
      margin-right: 4rem;
      width: -webkit-calc(100% - 8rem);
      width: -moz-calc(100% - 8rem);
      width: calc(100% - 8rem); }
    #intro .content .button {
      height: 40px; } }
  @media screen and (max-width: 600px) {
    #intro {
      font-size: 1.1rem; }
      #intro .content {
        margin-top: 0;
        width: -webkit-calc(100% - 0rem);
        width: -moz-calc(100% - 0rem);
        width: calc(100% - 0rem); }
        #intro .content .address,
        #intro .content .body {
          margin: 0 15% 2rem; }
        #intro .content .address {
          width: 70%;
          margin-top: 2rem; }
        #intro .content .logo {
          padding-left: 15%;
          padding-right: 15%;
          width: 70%; }
        #intro .content .button {
          height: initial; }
      #intro .background {
        position: absolute;
        top: 0;
        left: 0;
        width: -webkit-calc(100% - 0rem);
        width: -moz-calc(100% - 0rem);
        width: calc(100% - 0rem);
        height: -webkit-calc(100% - 0rem);
        height: -moz-calc(100% - 0rem);
        height: calc(100% - 0rem); } }
  #intro.intro_invisible .content {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  #intro.intro_invisible .background {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

.crumble {
  margin-top: 30px;
  text-transform: uppercase; }
  .crumble a,
  .crumble a:link,
  .crumble a:visited {
    color: inherit;
    text-decoration: none;
    border-bottom: 0 solid #000; }
  .crumble a:hover {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #000; }

@media only screen and (max-width: 1280px) {
  .block {
    width: -webkit-calc(100% - 4rem);
    width: -moz-calc(100% - 4rem);
    width: calc(100% - 4rem); }
    .block .content-block {
      width: -webkit-calc(50% - 22px);
      width: -moz-calc(50% - 22px);
      width: calc(50% - 22px); }
    .block .column-1 {
      width: -webkit-calc(50% - 22px);
      width: -moz-calc(50% - 22px);
      width: calc(50% - 22px); }
      .block .column-1 img {
        width: 100%; }
    .block .in-memoriam img {
      width: 100%; }
    .block .column-2,
    .block .column-4 {
      width: 100%; }
      .block .column-2 img,
      .block .column-4 img {
        width: 100%; }
    .block.block-full-width .column-1 {
      width: -webkit-calc(25% - 1.725rem);
      width: -moz-calc(25% - 1.725rem);
      width: calc(25% - 1.725rem);
      margin-right: 2.3rem; }
    .block.block-full-width .column-2 {
      width: -webkit-calc(50% - 22px);
      width: -moz-calc(50% - 22px);
      width: calc(50% - 22px); } }

@media only screen and (max-width: 960px) {
  .block .content-block {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    margin-right: 0; }
    .block .content-block:first-child {
      margin-right: 0; }
  .block.block-full-width .column-1,
  .block.block-full-width .column-2 {
    width: -webkit-calc(50% - 22px);
    width: -moz-calc(50% - 22px);
    width: calc(50% - 22px);
    margin-right: 44px; }
    .block.block-full-width .column-1:nth-child(2n),
    .block.block-full-width .column-2:nth-child(2n) {
      margin-right: 0; }
  .no-small-screen {
    display: none; }
  ul#address {
    position: relative;
    float: right;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    width: -webkit-calc(50% - 2rem);
    width: -moz-calc(50% - 2rem);
    width: calc(50% - 2rem); } }

#ipad-check,
#mobile-check {
  position: fixed;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  z-index: -1;
  overflow: hidden; }

#ipad-check {
  display: none; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #ipad-check {
    display: block; }
  .scrollable {
    top: 100%; }
  .merkx-slider {
    position: absolute !important; } }

@media only screen and (min-width: 736px) and (min-width: 736px) {
  .mobile {
    display: none !important; } }

@media only screen and (max-width: 736px) {
  body,
  html {
    width: 100%;
    overflow-x: hidden; }
  .no-mobile {
    display: none !important; }
  .scrollable {
    top: 100%; }
  .merkx-slider {
    z-index: -1; }
  .mobile.address-logo-block {
    background-color: #c0c5bb;
    background: #c0c5bb;
    /* The Fallback */
    background: rgba(192, 197, 187, 0.5);
    padding: 5.4rem 2rem 0.8rem; }
    .mobile.address-logo-block .logo {
      position: relative;
      margin-bottom: 2rem;
      padding-bottom: 23.36%; }
      .mobile.address-logo-block .logo svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
    .mobile.address-logo-block .address a {
      line-height: 2.2rem; }
  .mobile.body {
    padding: 2rem; }
  .block {
    width: -webkit-calc(100% - 4rem);
    width: -moz-calc(100% - 4rem);
    width: calc(100% - 4rem);
    margin-bottom: 0; }
    .block h1 {
      font-size: 2.7rem;
      line-height: 2.7rem; }
    .block .content-block {
      float: none;
      width: 100%; }
      .block .content-block:first-child {
        margin-right: 0; }
    .block .column-1,
    .block .column-2,
    .block .column-3,
    .block .column-4 {
      width: 100%;
      margin-right: 0;
      width: -webkit-calc(100.0% - 0px);
      width: -moz-calc(100.0% - 0px);
      width: calc(100.0% - 0px); }
      .block .column-1 img,
      .block .column-2 img,
      .block .column-3 img,
      .block .column-4 img {
        width: 100%; }
    .block .name {
      font-size: 0.9rem;
      line-height: 1.1rem; }
    .block.block-project-list .column-1 {
      width: -webkit-calc(50% - 1rem);
      width: -moz-calc(50% - 1rem);
      width: calc(50% - 1rem);
      margin-right: 2rem; }
    .block.block-project-list .column-1:nth-child(2n+0) {
      margin-right: 0; }
    .block.block-project-title {
      margin-top: 2.4rem;
      margin-bottom: 1.4rem; }
    .block.block-template-project.block-index-0 p:first-of-type {
      font-size: 1.3rem;
      line-height: 1.9rem; }
    .block.block-full-width.block-type-3 {
      margin-bottom: 0; }
      .block.block-full-width.block-type-3 .column-1,
      .block.block-full-width.block-type-3 .column-2 {
        margin-right: 0;
        width: 100%; }
    .block.block-information {
      border-top: 0 solid transparent;
      padding-top: 0;
      margin-top: -1rem;
      margin-bottom: 1rem; }
      .block.block-information h1 {
        font-size: 0.75rem;
        line-height: 2rem; }
    .block .content-streamer {
      min-height: 0 !important; }
      .block .content-streamer .stream {
        padding: 0 0 4rem;
        font-size: 1.55rem;
        line-height: 2.25rem; }
    .block.first-block {
      margin-top: 6rem; }
  .block.copyright {
    font-size: 0.8rem;
    line-height: 1rem; }
  .block-hr {
    width: -webkit-calc(100% - 0rem);
    width: -moz-calc(100% - 0rem);
    width: calc(100% - 0rem); }
    .block-hr.block-menu-spacer {
      margin: 2rem auto 8rem;
      width: -webkit-calc(100% - 4rem);
      width: -moz-calc(100% - 4rem);
      width: calc(100% - 4rem); }
    .block-hr.hr-mobile-margin {
      margin-left: 2rem;
      margin-right: 2rem;
      width: -webkit-calc(100% - 4rem);
      width: -moz-calc(100% - 4rem);
      width: calc(100% - 4rem); }
  .block-next-previous {
    font-size: 1.225rem; }
    .block-next-previous .button-next,
    .block-next-previous .button-prev {
      float: left;
      width: 32px;
      text-align: left;
      padding: 32px 0; }
    .block-next-previous .button-current {
      width: -webkit-calc(100% - 64px);
      width: -moz-calc(100% - 64px);
      width: calc(100% - 64px);
      line-height: 2rem;
      padding: 32px 0; }
    .block-next-previous svg {
      width: 15px;
      height: 25px; }
  ul#address {
    position: relative;
    font-size: 1.225rem;
    line-height: 2rem;
    float: none;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    width: -webkit-calc(100% - 0rem);
    width: -moz-calc(100% - 0rem);
    width: calc(100% - 0rem); }
  .share {
    padding-left: 2rem; }
    .share.share-fixed {
      position: relative;
      left: auto;
      right: auto;
      top: auto; }
  .mobile.project-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .mobile.project-list li {
      position: relative;
      margin-bottom: 1.1rem;
      background-color: #c0c5bb;
      background: #c0c5bb;
      /* The Fallback */
      background: rgba(192, 197, 187, 0.25); }
      .mobile.project-list li h1 {
        font-weight: 100;
        color: #fff;
        position: absolute;
        left: 1.3rem;
        top: 1rem;
        margin-top: 0;
        font-size: 2.2rem;
        line-height: 2rem; }
      .mobile.project-list li img {
        width: 100%; }
      .mobile.project-list li .description {
        font-size: 1.0rem;
        line-height: 1.6rem;
        width: 100%;
        width: -webkit-calc(100% - 2.6rem);
        width: -moz-calc(100% - 2.6rem);
        width: calc(100% - 2.6rem);
        padding: 0.2rem 1.3rem 1.3rem; } }
