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

html, body {
  font-size: 100%;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

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

html, button, input, select, textarea {
  font-family: sans-serif;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  /* HACK habe frac rausgenommen weil alle zahlen auf einmal als hochzahlen dargestellt wurden
  @include font-feature-settings("kern","liga","frac", "pnum");
  */
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #000;
  color: #DFE2DB;
  font-family: "Open Sans";
  font-size: 1.1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans";
  line-height: 1.25;
  margin: 0;
  color: #ffd782;
}

h1 {
  font-size: 1.35;
}

h2 {
  font-size: 1.1em;
}

h3 {
  font-size: 1.35em;
}

h4 {
  font-size: 1.375em;
}

h5 {
  font-size: 1.21em;
}

h6 {
  font-size: 1.1em;
}

/* UPDATE HACK: calc funktion ueber division
*/
p {
  margin: 0 0 0.75em;
  font-family: "Open Sans";
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #DFE2DB;
  text-decoration: none;
}
a:hover {
  color: #b9c0b1;
  border-color: #b9c0b1;
}
a:active, a:focus {
  color: #b9c0b1;
  border-color: #b9c0b1;
  outline: none;
}

header {
  color: #000000;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #ddd;
  color: white;
  margin: 1.5em 0;
  /* UPDATE HACK: calc funktion ueber division
  */
  padding-left: 0.75em;
}

cite {
  color: white;
  font-style: italic;
}
cite:before {
  content: "— ";
}

@keyframes fluidboxLoading {
  0% {
    transform: translate(-50%, -50%) rotateX(0) rotateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
  }
}
.fluidbox {
  outline: none;
}

.fluidbox__overlay {
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  cursor: zoom-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -100%; /* Negative top and bottom is to fix some Safari cases where image got blurry */
  left: 0;
  bottom: -100%; /* Negative top and bottom is to fix some Safari cases where image got blurry */
  right: 0;
  /* Transition time for overlay is halved to ensure that flickering doesn't happen */
  transition: all 0.5s ease-in-out;
}
.fluidbox--opened .fluidbox__overlay {
  pointer-events: auto;
}

.fluidbox__wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.fluidbox__thumb {
  transition: opacity 0s ease-in-out 0s;
  /* To prevent flickering, we delay the showing of the image */
}
.fluidbox--closed .fluidbox__thumb {
  transition: opacity 0s ease-in-out 0s;
}

.fluidbox__ghost {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  transition-duration: 0s, 0.5s;
  transition-delay: 0s;
  -webkit-transition-property: opacity, -webkit-transform; /* autoprefixer: off */
  transition-property: opacity, -webkit-transform; /* autoprefixer: off */
  transition-property: opacity, transform; /* autoprefixer: off */
}
.fluidbox--opened .fluidbox__ghost {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.fluidbox--closed .fluidbox__ghost {
  transition-delay: 0.5s, 0s;
}

.fluidbox__loader {
  opacity: 0;
  perspective: 200px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fluidbox__loader::before {
  /* You can replace this with any color you want, or even a loading gif if desired */
  background-color: rgba(0, 0, 0, 0.85);
  content: "";
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  padding-bottom: 20%;
  transform: translate(-50%, -50%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 0s;
}

.fluidbox--loading .fluidbox__loader {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.5s;
}
.fluidbox--loading .fluidbox__loader::before {
  animation: fluidboxLoading 1s 0s infinite ease-in-out forwards;
}

body {
  padding-left: 1em;
  padding-right: 1em;
}

/*
a {
	border-bottom: 1px solid $base-font-color;
}
*/
a:hover {
  color: #ffd782;
}

header {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
  border-top: 2px solid #ffd782;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  transition-delay: 50ms;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 640px) {
  header {
    margin-top: 2em;
  }
}
header #logo-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
header #logo-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  header #logo-container {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
  }
  header #logo-container:last-child {
    margin-right: 0;
  }
}
header #logo-container #logo {
  padding-top: 0.5em;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.05em;
  float: none;
}
header #logo-container #subtitle {
  color: #ffd782;
  font-weight: bold;
  font-size: 18px;
}
header a {
  color: #ffd782;
  text-decoration: none;
  border: none;
}
header a:hover {
  color: #ffbf36;
  border-color: #ffbf36;
}
header a:active, header a:focus {
  color: #ffbf36;
  border-color: #ffbf36;
}
header nav {
  text-align: right;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}
header nav:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  header nav {
    text-align: left;
    margin-top: 1em;
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
  }
  header nav:last-child {
    margin-right: 0;
  }
}
header nav ul {
  padding-top: 0.5em;
  line-height: 60px;
}
header nav ul li {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  header nav ul li {
    margin-left: 0;
    margin-right: 1em;
  }
}
header nav ul li a {
  font-weight: bold;
}
header nav ul li a.bordered {
  border-radius: 0.2em;
  padding: 0.4em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  border: 2px solid #ffd782;
}

#content {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  transition-delay: 350ms;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}
#content section.intro {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
}
#content section.intro:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 640px) {
  #content section.intro {
    margin-bottom: 1em;
  }
}
#content section.intro h1 {
  font-size: 6em;
  border-top: 2px solid #ffd782;
  letter-spacing: -0.05em;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 640px) {
  #content section.intro h1 {
    font-size: 2em;
    line-height: 1.2em;
    padding-top: 0.4em;
  }
}
#content section.intro h1 span.nl {
  display: none;
}
@media screen and (max-width: 640px) {
  #content section.intro h1 span.nl {
    display: block;
  }
}
#content section.intro p {
  font-size: 1.1em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
#content section.row {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 5em;
}
#content section.row:after {
  content: "";
  display: table;
  clear: both;
}
#content section.row h2 {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  color: #ffd782;
  margin-bottom: 0.35em;
  margin-top: 0.85em;
}
#content section.row p {
  font-size: 1.1em;
  line-height: 1.35em;
  text-align: justify;
}
#content section.row .col, #content section.row .col-full {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  border-top: 2px solid #DFE2DB;
  padding-top: 1em;
  padding-bottom: 3em;
}
#content section.row .col:last-child, #content section.row .col-full:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #content section.row .col, #content section.row .col-full {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
  }
  #content section.row .col:last-child, #content section.row .col-full:last-child {
    margin-right: 0;
  }
}
#content section.row .col-full {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
#content section.row .col-full:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  #content section.row .col-full {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
  }
  #content section.row .col-full:last-child {
    margin-right: 0;
  }
}
#content .photo-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#content .photo-grid a {
  margin-bottom: 20px;
  border: none;
  text-decoration: none;
}
#content .photo-grid a.col-1 {
  width: 100%;
}
#content .photo-grid a.col-2 {
  width: 49%;
  width: calc(50% - 12px);
}
#content .photo-grid a.col-3 {
  width: 32%;
  width: calc(33.33333% - 16px);
}
@media screen and (max-width: 640px) {
  #content .photo-grid a {
    margin-bottom: 10px;
  }
  #content .photo-grid a.col-2 {
    width: 49%;
    width: calc(50% - 7px);
  }
}

.loaded header {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}
.loaded #content {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

/* MEE */
#content section.row {
  padding-bottom: 0em;
}

p {
  margin: 0 0 0.35em;
}

h3 {
  margin: 0 0 0.75em;
}

audio, canvas, video {
  margin-bottom: 0.7em;
}

audio {
  width: 100%;
  margin-top: 0.85em;
}

h2 {
  margin-bottom: 0em;
}

/* IMAGE BACKGROUND */
.fluidbox-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

.sampler-player, .sampler-title, .sampler-header {
  text-align: center;
}

/* YOUTUBE */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Copyright and Notes */
.copyright {
  font-size: 0.8em !important;
  line-height: 1.35em;
  font-style: italic !important;
  color: #b9c0b1;
}

.copyright a:not(:hover) {
  color: #b9c0b1;
}

/* PADDING */
#content section.row, #content section.row .col, #content section.row .col-full {
  padding-top: 0em;
  padding-bottom: 1em;
}

#content section.intro {
  margin-bottom: 1em;
}

/* GET RID OF WHITE LINES */
#content section.row .col, #content section.row .col-full {
  border-top: 0px solid #DFE2DB;
}

/* Site Copyright */
#copyright {
  font-size: 85%;
  opacity: 0.75;
  text-align: center;
}

/* MENU */
#menueunten {
  clear: both;
  margin: 21px auto 0 auto;
  text-align: center;
  /*
     margin-top:90px;
     margin-left: auto !important; 
     margin-right: auto !important;

      text-align: justify !important;
     -ms-text-justify: distribute-all-lines !important;
     text-justify: distribute-all-lines !important;
     */
}

#menueunten .sep {
  font-size: 65%;
  margin: 0 6px;
  opacity: 0.75;
  vertical-align: 17%;
}

#menueunten a {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  color: #ffd782;
  margin-bottom: 0.35em;
  margin-top: 0.85em;
}

/* BREAK ON MOBILE PHONE */
/*
	<span class="breakonmobile"></span>
	<span class="myonmobile"></span>
	<span class="mynotonmobile"></span>
*/
.breakonmobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .breakonmobile {
    display: block;
  }
}

.myonmobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .mynotonmobile {
    display: none;
  }
}

/* COVER PIC CHROME OS10.9 BUGFIX */
img, picture {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

/* BREAK LONG LINKS */
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

hr.linie {
  background-color: #ffd782;
  border: none;
  height: 2px;
}

@media screen and (max-width: 640px) {
  #content .photo-grid {
    display: block;
  }
}
h6 {
  padding-top: 10px;
}

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