/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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;
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets 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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
  background: #000;
  color: #f3f3f3;
  font-family: "Times New Roman", Times, serif;
}

img.der-geruch-headline {
  width: 40%;
  min-width: 340px;
  max-width: 700px;
  height: auto;
  z-index: 1;
  position: absolute;
  margin: 2%;
}

ul.particles {
    list-style:none;
    padding-left:0;
    z-index: 0;
    width: 0;
    height: 0;
}

 ul.nav {
    list-style:none;
    padding-left:0;
    z-index: 1;
    top: 120px;
    position: relative;
}

ul.particles img{
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 0;
  mix-blend-mode: lighten;
}

ul.particles img:hover {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

ul.particles img:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

ul.nav li {
    position: absolute;
}

ul.nav li a.vinyl {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
}

ul.nav li a.vinyl img {
  width: 90%;
  height: 90%;
  padding: 5%;
}

.info-container {
    float: left;
    width: 50%;
    min-width: 256px;
    max-width: 500px;
    margin-left: 15px;
    position: relative;
    top: -100px;
    display: none;
	font-weight: normal;
    background: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 75%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#btn-mail + .info-container, #btn-download + .info-container  {
    top: 5px;
}

#btn-info, #btn-download, #btn-mail {
    float:left;
}

#btn-info {
    margin-bottom: 100px;
}


body {
    min-height: 1600px;
}

.impressum {
  position: absolute;
  z-index: 1;
  font-size: 10pt;
  margin-left: 2%;
    top: 100%;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav li a.vinyl {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    outline : none;
    border: 0;
}
.nav li a.vinyl:hover, .nav li a.vinyl:active, .nav li a.vinyl:focus {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: rotate; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	transform-origin: 50% 50%;
}

.nav li a.vinyl.playing:hover, .nav li a.vinyl.playing:active, .nav li a.vinyl.playing:focus {
    -webkit-animation-name: glowglow; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: glowglow; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}


.playing {
    -webkit-animation-name: glowglow; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction: alternate;

    -moz-animation-name: glowglow; 
    -moz-animation-duration: 2s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: linear;
}


a, .info-container a {
    color: #fff;
    text-decoration: none;
	font-weight: normal;
    border-bottom: 1px solid transparent;
     -webkit-transition: border-color 500ms ease; 
    -moz-transition: border-color 500ms ease; 
    -o-transition: border-color 500ms ease; 
    transition: border-color 500ms ease; 
}

input {
    border: 2px solid #fff;
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 3px 6px;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 2px;
    width: 70px;
}

input::placeholder {
    color: #fff;
    opacity: 1;
}

#status-message {
    display: none;
}

#hiddeniframe{
    opacity: 0;
    width: 0;
    height: 0;
}

input:focus::-moz-placeholder {opacity: 0; -moz-transition: opacity 0.35s ease-in-out;}
input:focus::-webkit-input-placeholder {opacity: 0; -webkit-transition: opacity 0.35s ease-in-out;}

a:hover, .info-container a:hover {
    border-bottom: 1px solid #fff;
 -webkit-transition: border-color 500ms ease; 
    -moz-transition: border-color 500ms ease; 
    -o-transition: border-color 500ms ease; 
    transition: border-color 500ms ease; 
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@-webkit-keyframes glowglow
{
	from
	{
		box-shadow: 0 0 70px 10px rgba(250,250,250,0.4);
	}
	to{
		box-shadow: 0 0 60px 35px rgba(250,250,250,0.6);
	}
}
 
@-moz-keyframes glowglow
{
	from
	{
		box-shadow: 0 0 70px 10px rgba(250,250,250,0.8);
	}
	to{
		box-shadow: 0 0 60px 35px rgba(250,250,250,0.85);
	}
}


@media(max-width: 768px) {
    ul.particles img{
        width: 65px;
        height: 65px;
    }
    
    ul.nav li a.vinyl {
      width: 80px;
      height: 80px;
      border-radius: 40px;
    }
    
    .info-container {
        font-size: 0.85em;
    }
}

.on-top {
    z-index: 42;
}

/* ==========================================================================
   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: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * 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;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   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;
    }
}

/* effects */
/* EFFEKTE */

::-moz-selection {
  background-color: #f3f3f3; 
  color: #000;
}

::-webkit-selection {
  background-color: #f3f3f3; 
  color: #000;
}

::selection {
  background-color: #f3f3f3; 
  color: #000;

}

::-webkit-scrollbar {
	width: 15px;
	height: 15px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	height: 0px;
	display: block;
	background-color: #000;
}

::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment {
	height: 0px;
	display: block;
	background-color: #000;
}

::-webkit-scrollbar-track-piece {
	background-color: #000;
}

::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal
{
	background-color: #f3f3f3;
}