/*
	Theme Name: B9P.de
	Theme URI: http://b9p.de
	Description: The B9P.de Theme
	Version: 0.1
	Author: Ingo Spreu
	Author URI: http://b9p.de

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*    MAIN
\*------------------------------------*/
/* global box-sizing */
* {
  margin: 0;
  padding: 0; }

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  background-color: #000;
  font: 300 11px/1.4 "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #fff; }

a:hover {
  color: #fff; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

/*------------------------------------*    STRUCTURE
\*------------------------------------*/
main {
  background-color: #fff;
  overflow: hidden;
  height: 0px; }
  main section {
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; }
    main section article {
      padding: 60px 0; }
      main section article h1 {
        color: #fff;
        font-size: 3.5em;
        line-height: 0.95em;
        margin: 0.6em 0.2em 0.6em 0 !important;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto; }
        @media only screen and (min-width: 480px) {
          main section article h1 {
            font-size: 5em; } }
        @media only screen and (min-width: 768px) {
          main section article h1 {
            font-size: 7em; } }
      main section article h2 {
        color: #fff;
        font-size: 3em;
        line-height: 0.95em;
        margin: 1.2em 0 0.3em 0 !important; }
      main section article ul {
        padding: 0 0 0.5em 2.3em; }
        main section article ul li {
          color: #fff;
          font-size: 2em;
          line-height: 1.4em;
          margin: 0.1em 0 0.1em 0;
          padding: 0; }
      main section article p {
        color: #fff;
        font-size: 2em;
        line-height: 1.4em;
        margin: 0.1em 0 0.6em 0;
        padding: 0; }
  main#post-7 section,
  main#post-5 section,
  main#post-9 section,
  main#post-128 section,
  main#post-175 section {
    background-color: #000; }
  main #love {
    max-width: 406px;
    margin: 80px auto 0 auto;
    width: 80%;
    height: auto;
    display: block; }
    @media only screen and (min-width: 480px) {
      main #love {
        width: 60%; } }
    @media only screen and (min-width: 768px) {
      main #love {
        width: 40%; } }
  main #onoff {
    max-width: 586px;
    margin: 80px auto 0 auto;
    width: 80%;
    height: auto;
    display: block; }
    @media only screen and (min-width: 480px) {
      main #onoff {
        width: 60%; } }
    @media only screen and (min-width: 768px) {
      main #onoff {
        width: 40%; } }

.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

.cwrapper {
  position: absolute;
  top: 15%;
  height: 85%;
  width: 100%;
  padding-top: 21px; }
  .cwrapper .mwrapper {
    min-height: 100%; }

.header {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -50px;
  z-index: 2;
  transition: all 0.3s; }
  @media only screen and (min-width: 768px) {
    .header {
      margin-top: -100px; } }
  .header #logo {
    transition: all 0.3s;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: solid 1px #fff;
    overflow: hidden;
    box-sizing: content-box; }
    @media only screen and (min-width: 768px) {
      .header #logo {
        width: 200px;
        height: 200px; } }
    .header #logo #thecanvas {
      transition: all 0.3s;
      border-radius: 50%;
      width: 100px;
      height: 100px; }
      @media only screen and (min-width: 768px) {
        .header #logo #thecanvas {
          width: 200px;
          height: 200px; } }
  .header nav ul {
    transition: all 0.3s;
    height: 0;
    margin-top: 0;
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 50%;
    background-color: #fff;
    overflow: hidden; }
    .header nav ul li {
      display: block;
      transition: all 0.3s;
      transition-delay: 0.3s;
      opacity: 0; }
      .header nav ul li a {
        display: block;
        color: #000;
        padding: 5px 10px;
        text-decoration: none;
        font-size: 24px;
        line-height: 32px;
        text-decoration: none;
        transition: all 0.3s;
        transition-delay: 0.3s; }
      .header nav ul li.current-menu-item a {
        color: #aa0000;
        cursor: default; }
  .header nav#home ul {
    left: 0; }
    .header nav#home ul li {
      float: right; }
      .header nav#home ul li:first-child {
        margin-right: 55px; }
        @media only screen and (min-width: 768px) {
          .header nav#home ul li:first-child {
            margin-right: 110px; } }
  .header nav#main ul {
    left: 50%; }
    .header nav#main ul li {
      float: left; }
      .header nav#main ul li:first-child {
        margin-left: 55px; }
        @media only screen and (min-width: 768px) {
          .header nav#main ul li:first-child {
            margin-left: 110px; } }
  .header.active nav ul,
  .header:hover nav ul {
    height: 42px;
    margin-top: -21px; }
    .header.active nav ul li,
    .header:hover nav ul li {
      opacity: 1; }
  .header.active {
    top: 15%;
    margin-top: -50px; }
    .header.active #logo {
      height: 100px;
      width: 100px; }
      .header.active #logo #thecanvas {
        width: 100px;
        height: 100px; }
    .header.active nav#home ul li:first-child {
      margin-right: 55px; }
    .header.active nav#main ul li:first-child {
      margin-left: 55px; }
  .header.inactive nav ul {
    height: 0;
    margin-top: 0; }
    .header.inactive nav ul li {
      opacity: 0; }

.footer {
  text-align: center;
  margin-top: -25px; }
  .footer ul {
    display: inline;
    list-style-type: none; }
    .footer ul li {
      display: inline; }
  .footer a,
  .footer p {
    color: #fff;
    padding: 5px;
    display: inline-block;
    text-decoration: none; }

/*------------------------------------*    PAGES
\*------------------------------------*/
/*------------------------------------*    IMAGES
\*------------------------------------*/
/*------------------------------------*	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Font-Name';
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------*    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }
  .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; }
  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; } }

/*# sourceMappingURL=style.map */