/*
  L2M3
  Copyright (C) 2014 by Systemantics, Bureau for Informatics

  Systemantics GmbH
  Bleichstr. 11
  41747 Viersen
  GERMANY

  Web:    www.systemantics.net
  Email:  hello@systemantics.net

  Permission granted to use the files associated with this
  website only on your webserver.

  Changes to these files are PROHIBITED due to license restrictions.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 27, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 31, ../sass/_reset.scss */
body {
  line-height: 1; }

/* line 34, ../sass/_reset.scss */
ol, ul {
  list-style: none; }

/* line 37, ../sass/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 40, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 45, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Clearfix hack by http://nicolasgallagher.com/micro-clearfix-hack/ */
/* Styles */
/* line 50, ../sass/main.scss */
body,
input {
  font: normal 12px/10px Helvetica,Arial,sans-serif; }

/* line 55, ../sass/main.scss */
img {
  display: block; }

/* line 59, ../sass/main.scss */
a {
  text-decoration: none; }

/* line 63, ../sass/main.scss */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  height: 100%;
  min-height: 100%; }

/* line 71, ../sass/main.scss */
body {
  position: relative;
  height: 100%;
  min-height: 100%; }

/* line 77, ../sass/main.scss */
.content {
  width: 100%;
  height: 100%;
  position: relative; }
  /* line 82, ../sass/main.scss */
  .content .item-image {
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    background-size: cover;
    left: 50% !important;
    top: 50% !important; }
  /* line 92, ../sass/main.scss */
  .content .l2m3-logo {
    position: absolute;
    top: 45px;
    left: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 399px;
    height: 33px;
    z-index: 5;
    cursor: pointer;
    transition: background-image 500ms ease; }
  /* line 105, ../sass/main.scss */
  .content .item-image-caption {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    left: 40px;
    bottom: 25px;
    z-index: 5;
    transition: color 500ms ease; }
  /* line 114, ../sass/main.scss */
  .content .item-links {
    position: absolute;
    right: 40px;
    top: 47px;
    z-index: 5; }

/* line 122, ../sass/main.scss */
.item-tumblr {
  zoom: 1;
  display: block;
  width: 90px;
  height: 30px;
  background-size: contain;
  float: right;
  transition: background-image 500ms; }
  /* line 5, ../sass/_clearfix.scss */
  .item-tumblr:before, .item-tumblr:after {
    content: "";
    display: table; }
  /* line 11, ../sass/_clearfix.scss */
  .item-tumblr:after {
    clear: both; }

/* line 132, ../sass/main.scss */
.item-instagram {
  zoom: 1;
  display: block;
  width: 136px;
  height: 30px;
  background-size: cover;
  float: right;
  clear: both;
  margin-top: 5px;
  transition: background-image 500ms; }
  /* line 5, ../sass/_clearfix.scss */
  .item-instagram:before, .item-instagram:after {
    content: "";
    display: table; }
  /* line 11, ../sass/_clearfix.scss */
  .item-instagram:after {
    clear: both; }

/* line 147, ../sass/main.scss */
.slideshow-navigation-arrows .arrow {
  position: absolute;
  top: 50% !important;
  width: 20px;
  height: 36px;
  margin-top: -18px;
  z-index: 5;
  cursor: pointer; }
/* line 157, ../sass/main.scss */
.slideshow-navigation-arrows .prev {
  background-repeat: no-repeat;
  background-size: contain;
  left: 40px;
  transition: 500ms ease; }
/* line 164, ../sass/main.scss */
.slideshow-navigation-arrows .next {
  background-repeat: no-repeat;
  background-size: contain;
  right: 40px;
  transition: 500ms ease; }

/* line 173, ../sass/main.scss */
.image-page {
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease; }

/* line 180, ../sass/main.scss */
.item-page {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  width: 50%;
  max-width: 650px;
  position: absolute;
  top: 168px;
  left: 40px;
  padding-bottom: 25px;
  overflow: hidden;
  height: 0px;
  z-index: 0;
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease; }
  /* line 198, ../sass/main.scss */
  .item-page p + p,
  .item-page p + h1 {
    margin-top: 22px; }

/* line 205, ../sass/main.scss */
.black .l2m3-logo {
  background-image: url(../elements/L2M3_header_01_2.png); }
/* line 209, ../sass/main.scss */
.black .item-image-caption {
  color: #000; }
/* line 214, ../sass/main.scss */
.black .slideshow-navigation-arrows .prev {
  background-image: url(../elements/L2M3_nav_left_01.png); }
/* line 218, ../sass/main.scss */
.black .slideshow-navigation-arrows .next {
  background-image: url(../elements/L2M3_nav_right_01.png); }
/* line 223, ../sass/main.scss */
.black .item-tumblr {
  background: url("../elements/icon_tumblr.svg") no-repeat; }
/* line 227, ../sass/main.scss */
.black .item-instagram {
  background: url("../elements/icon_instagram.svg") no-repeat; }

/* line 233, ../sass/main.scss */
.white .l2m3-logo {
  background-image: url(../elements/L2M3_header_01_white_2.png); }
/* line 237, ../sass/main.scss */
.white .item-image-caption {
  color: #fff; }
/* line 242, ../sass/main.scss */
.white .slideshow-navigation-arrows .prev {
  background-image: url(../elements/L2M3_nav_left_01_white.png); }
/* line 246, ../sass/main.scss */
.white .slideshow-navigation-arrows .next {
  background-image: url(../elements/L2M3_nav_right_01_white.png); }
/* line 251, ../sass/main.scss */
.white .item-tumblr {
  background: url("../elements/icon_tumblr_white.svg") no-repeat; }
/* line 255, ../sass/main.scss */
.white .item-instagram {
  background: url("../elements/icon_instagram_white.svg") no-repeat; }

/* line 261, ../sass/main.scss */
.active-page .l2m3-logo {
  z-index: 11; }
/* line 266, ../sass/main.scss */
.active-page.black .l2m3-logo {
  background-image: url(../elements/L2M3_header_01_white_2.png);
  z-index: 11; }

/* line 273, ../sass/main.scss */
.item-page--active {
  z-index: 10;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  height: auto; }

/* line 281, ../sass/main.scss */
.image-page--active {
  z-index: 10;
  visibility: visible;
  opacity: 1; }

/* line 288, ../sass/main.scss */
.close-page .image-page,
.close-page .item-page {
  opacity: 0; }
/* line 293, ../sass/main.scss */
.close-page .l2m3-logo {
  z-index: 11; }
/* line 298, ../sass/main.scss */
.close-page.black .l2m3-logo {
  background-image: url(../elements/L2M3_header_01_2.png);
  z-index: 11; }

/* line 305, ../sass/main.scss */
.menu {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  right: 40px;
  bottom: 25px;
  z-index: 5; }

/* line 313, ../sass/main.scss */
.menu__item {
  float: left;
  margin-left: 2em;
  transition: color 500ms ease;
  cursor: pointer; }
  /* line 319, ../sass/main.scss */
  .black .menu__item, .black .menu__item a {
    color: #000; }
  /* line 324, ../sass/main.scss */
  .white .menu__item, .white .menu__item a {
    color: #fff; }
