/* HTML5 Boilerplate
------------------------------ */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
::-moz-selection {
  background: #f572d2;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f572d2;
  color: #fff;
  text-shadow: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
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;
  margin: 0;
  padding: 0;
}
ul,
ol {
  padding: 0 0 0 40px;
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
label {
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Author: Moritz Limanski, limanski.de
------------------------------ */
/* LESS Elements 0.6, http://lesselements.com
-----------------------------------------------------*/
.bgcover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Color */
/* Fonts */
/* Links
------------------------------ */
a {
  color: #d90fa2;
  text-decoration: none;
}
a:visited {
  color: #d90fa2;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  color: #f02bbb;
  outline: 0;
}
a.low {
  color: #545454;
}
a.low:hover {
  color: #f02bbb;
}
a.btn {
  display: inline-block;
  font-size: 2em;
  color: #545454;
  padding: .3em .5em;
  background: #eeeeee;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.btn:hover,
a.btn:active {
  color: #fff;
  background: #d90fa2;
}
a.btn.back {
  display: block;
  position: absolute;
  bottom: .8em;
  height: 4em;
  width: 4em;
  padding: 0;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #eeeeee url(/gfx/back.png) 50% 49% no-repeat;
}
a.btn.back:hover,
a.btn.back:active {
  background: #d90fa2 url(/gfx/back.png) 50% 49% no-repeat;
}
p a.btn {
  font-size: 1em;
}
/* Setup
------------------------------ */
body {
  font-family: "Open Sans Condensed", Helvetica, Arial, Sans-Serif;
  font-size: 10px;
  color: #545454;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
.frame {
  padding: 2em 0;
}
.frame.tilt {
  max-width: 190em;
  padding: 6em 0 0;
  background: #d90fa2 url(/gfx/tilt.png) top center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.frame.tilt:hover {
  background-color: #ef13b3;
}
.frame.tilt .tiltbottom {
  padding: 3em 0 6em;
  background: url(/gfx/tiltbottom.png) top center no-repeat;
}
.frame.grey {
  background: #eeeeee;
}
.frame.green {
  background: #61ff61;
}
.frame.bordertop {
  margin-top: 6em;
  border-top: 0.1em dashed #d5d5d5;
}
.wrapper {
  position: relative;
  text-align: left;
  width: 97.8em;
  margin: 0 auto;
}
footer[role="contentinfo"] .wrapper {
  text-align: center;
}
footer[role="contentinfo"] p {
  font-size: 1.6em;
}
footer[role="contentinfo"].frame {
  padding: 1em 0;
}
/* Generic
------------------------------ */
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* Typo
------------------------------ */
p {
  font-size: 2em;
  line-height: 1.4em;
  margin: 1.125em 0;
}
blockquote {
  float: left;
  font-family: "Open Sans Condensed", Helvetica, Arial, Sans-Serif;
  font-size: 1.5em;
  color: #6c90ab;
  width: 32%;
  padding: 0;
  margin: 1.5em 0 0 -45%;
}
blockquote p {
  line-height: 1.4em;
  margin: 0;
}
.address {
  font-family: "Open Sans Condensed", Helvetica, Arial, Sans-Serif;
  font-size: 3em;
}
.address span,
.address a {
  color: #fff;
  display: inline-block;
  margin: 0 .3em .5em;
  padding: .3em 0 .1em;
}
.address span:hover,
.address a:hover {
  color: #2eff2e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
h1,
h2,
h3 {
  font-family: "Open Sans Condensed", Helvetica, Arial, Sans-Serif;
  text-shadow: 0 1px 0 #fff;
}
h1 strong,
h2 strong,
h3 strong,
h1 em,
h2 em,
h3 em {
  font-style: normal;
  font-weight: normal;
}
h1 {
  font-size: 4em;
}
h1 strong,
h1 em {
  color: #00c700;
}
h2 {
  font-size: 3em;
}
h2.big {
  font-size: 6em;
}
h3 {
  font-size: 2em;
}
.date {
  margin: .35em 0 0;
}
/* Badges
------------------------------ */
#julia-lange,
.badge {
  display: block;
  font-family: "Open Sans Condensed", Helvetica, Arial, Sans-Serif;
  font-size: 8em;
  font-weight: normal;
  text-align: center;
  color: #fff;
  width: 2.2em;
  line-height: 2.2em;
  margin: .25em auto 0;
  background: url(/gfx/julia-lange.png) 50% top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#julia-lange.face,
.badge.face,
#julia-lange:hover,
.badge:hover {
  background-position: 50% bottom;
}
#julia-lange.face span,
.badge.face span,
#julia-lange:hover span,
.badge:hover span {
  opacity: 0;
}
#julia-lange span,
.badge span {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.badge {
  color: #d90fa2;
  margin-top: -1em;
  margin-bottom: .15em;
  text-indent: -9999em;
  background-image: url(/gfx/badge-about.png);
}
/* Content
------------------------------ */
/* Intro */
#intro {
  text-align: center;
  margin-bottom: 4em;
}
#intro h2 {
  color: #6c90ab;
  margin-top: .5em;
}
/* Item */
.item {
  float: left;
  display: block;
  width: 30.6em;
  margin: 0 3em 3em 0;
}
.item img {
  float: left;
  display: block;
  margin-bottom: 1em;
  background: #fabae9;
}
.item h2 {
  color: #545454;
  margin-bottom: .25em;
}
.item h3 {
  color: #878787;
}
.item:nth-child(3n+3) {
  margin-right: 0;
}
.item:hover img {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.item:hover h2 {
  color: #f02bbb;
}
/* News */
#news-frame h3 {
  color: #d90fa2;
}
#news-frame:hover h2 {
  color: #545454;
}
#news {
  padding: 0;
  margin: 0 0 1em 0;
  background: #fff;
  overflow: auto;
}
#news li {
  list-style: none;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
#news li:first-child {
  border-top: 1px solid #eeeeee;
}
#news li:last-child {
  border-bottom: 1px solid #eeeeee;
}
#news a {
  display: block;
  color: #fff;
  padding: 2em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#news a:hover {
  background: #f8f8f8;
}
#news p {
  color: #878787;
  margin: .5em 0;
}
/* Article */
article.about {
  color: #fff;
  text-align: center;
  width: 65%;
  margin: 0 auto;
  /* 		.rotation(-2.9deg); */

}
article.about h2 {
  margin-top: 1.5em;
}
.extended {
  padding: 0 10%;
  text-align: center;
}
.extended h2 {
  font-size: 4em;
}
.extended.right {
  float: right;
  text-align: left;
  width: 65%;
  padding: 0;
}
/* Images
------------------------------ */
img,
embed,
object,
video {
  max-width: 100%;
}
.thumb.left {
  margin-right: 2em;
}
.thumb.right {
  margin-left: 2em;
}
.single {
  max-width: 30em;
}
/* Media Queries
------------------------------ */
/* Wide Desktop */
@media only screen and (min-width: 1176px) {
  .wrapper {
    width: 108em;
  }
  .item {
    width: 34em;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper {
    width: 72em;
    padding: 0 2.8em;
  }
  .extended {
    /* 		width: 100%; */
  
  }
  .extended blockquote {
    width: 100%;
    font-size: 1em;
    margin: 1em 0;
  }
  .extended blockquote p {
    line-height: 1.5em;
  }
  .single {
    width: 34em;
  }
  .item {
    width: 34em;
    /* hide on article pages */
  
  }
  .item:nth-child(even) {
    margin-right: 0;
  }
  .item:nth-child(odd) {
    margin-right: 4em;
  }
  .item.count3 {
    display: none;
  }
}
/* Mobile Portrait 320 wide */
@media only screen and (max-width: 767px) {
  #julia-lange,
  .badge {
    font-size: 7em;
  }
  .about {
    width: 80%;
  }
  .wrapper {
    width: 30em;
    padding: 0 1em;
  }
  .extended {
    /* 		width: 100%; */
  
  }
  .extended blockquote {
    width: 100%;
    font-size: 1em;
    margin: 1em 0;
  }
  .extended blockquote p {
    line-height: 1.5em;
  }
  .single {
    width: 30em;
  }
  .item {
    float: none;
    width: 30em;
    /* hide on article pages */
  
  }
  .item.count2,
  .item.count3 {
    display: none;
  }
  #news-frame h2 {
    display: none;
  }
  #news {
    height: auto;
  }
  #news li {
    border: 0;
  }
  #news a {
    padding: 1em;
  }
  footer[role="contentinfo"] {
    margin-top: 10em;
  }
  a.btn.back {
    position: absolute;
    left: 50%;
    bottom: 2.5em;
    margin-left: -2em;
  }
}
/* Mobile Landscape 480 wide */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #julia-lange,
  .badge {
    font-size: 7em;
  }
  .wrapper {
    width: 46em;
    padding: 0 1em;
  }
  .single {
    width: 21.5em;
  }
  .item {
    float: left;
    width: 21.5em;
  }
  .item:nth-child(even) {
    margin-right: 0;
  }
  .item:nth-child(odd) {
    margin-right: 3em;
  }
  .item.count2 {
    display: block;
  }
  #news-frame h2 {
    display: block;
  }
  #news {
    padding-top: 0;
  }
  #news li {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
  }
  #news li:first-child {
    border-top: 1px solid #eeeeee;
  }
  #news li:last-child {
    border-bottom: 1px solid #eeeeee;
  }
  #news a {
    padding: 1em;
  }
}
/* Contain floats
------------------------------ */
.cf,
.wrapper,
figure,
.address {
  zoom: 1;
}
.cf:before,
.wrapper:before,
figure:before,
.address:before,
.cf:after,
.wrapper:after,
figure:after,
.address:after {
  content: "";
  display: table;
}
.cf:after,
.wrapper:after,
figure:after,
.address:after {
  clear: both;
}
/* 3rd Party
------------------------------ */
/* ViewJS */
.viewer li {
  -webkit-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.viewer .caption {
  visibility: hidden;
  font-family: "Open Sans Condensed", Helvetica, Arial, Sans-Serif;
  font-size: 1.8em;
  line-height: 50px;
  font-weight: bold;
  color: #f1f1f1;
  text-shadow: 0 1px 1px #000000;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.viewer .current .caption {
  opacity: 100;
  visibility: visible;
}
/* LionBars */
.lb-v-dummy {
  width: 100%;
  display: block;
  height: 1px;
}
.lb-h-dummy {
  height: 100%;
  display: block;
  width: 1px;
}
.lb-clear {
  clear: both;
}
.lb-wrap {
  z-index: 0;
  overflow: auto;
  position: relative;
}
/*.lb-scrollbar-wrap { position: absolute; left: 0; top: 0; }*/
.lb-v-scrollbar {
  z-index: 1;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 7px;
  height: 100%;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.lb-h-scrollbar {
  z-index: 1;
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 100%;
  height: 7px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.lb-v-scrollbar-slider {
  position: absolute;
  width: 7px;
  height: 50px;
  left: 0;
  top: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.lb-h-scrollbar-slider {
  position: absolute;
  height: 7px;
  width: 50px;
  left: 0;
  top: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
/* html.ie8 .lb-v-scrollbar {background: red;} */
/* IE */
html.ie6 .item,
html.ie7 .item {
  width: 29em;
}
/* Non-semantic helper classes
------------------------------------------------ */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* Print styles
------------------------------------------------ */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  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;
  }
}
