/*# sourceURL=/catalog/static/css/main.css */
/*@ sourceURL=/catalog/static/css/main.css */


@font-face {
    font-family: brushscript;
    src: url("/static/fonts/BrushScript.ttf") format("truetype");
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
#cheaplogo {
    display:none;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-moz-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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}


#infopanel_nav a {
    display: inline-block;
    max-
    line-height: 0;           /* removes text-line spacing */
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

#infopanel_nav a img {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    cursor: pointer;
    margin:10px;
    max-height: 50px;
}

/* prevent global link hover styles from affecting distributor buttons */
#infopanel_nav a:hover {
    background: none !important;
    color: inherit !important;
}
.bandcamp-embed {
    margin-top:5px;
    align-self:end;
    width:100%;
    max-width:450px;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
@font-face { font-family: 'CHEAPRegular';
    src: url("/static/fonts/CHEAP-Regular.ttf") format('truetype'); }

body {
    width: 100%;
    position: relative;
    background-color: #7f9097;
    display:flex;
    flex-direction: column;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
#nav-section {
    position: fixed;
    z-index: 2;
    width: 100%;
    background-color: black;
}
header{
    z-index: 3;
    position: fixed;
    width: 100%;
    background-color: black;
    height: 40px;

}
h1{
    font-size:30px;
    width: 30%;
    position: absolute;
    text-transform: uppercase;
    height:35px;
    margin:0;
    left:10px;
    font-family: 'CHEAPRegular';
    color:lightgrey;

}
h2#top {
    display:block;
}
h2#bottom{
    display:none;
}
h2{
    height:35px;
    margin:0;
    right: 10px;
    font-size:30px;
    position:absolute;
    text-align: right;
    width:100%;
    text-transform: uppercase;
    font-family: 'CHEAPRegular';
}
nav {
    display:flex;
    text-align: center;
    flex-direction:column;
}
button#navController {
    left:48%;
    position: absolute;
    padding: 0;
    width: 30px;
    margin: 0;
    margin-top: 10px;
    border:none;
    background-color: black;
    color:lightgrey;
	z-index:5;    
-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

}
#social_media_links
{
}
#social_media_links img 
{
    width:40px;
    margin:10px;
}
a {
    text-decoration: none;
    color:lightgrey;
}

a:hover{
    color:lightgray;
    transition: all ease-out 0.2s;
}
a.noImage:hover {
    background-color: transparent!important;
    cursor:default!important;
}

nav ul {
    list-style: none;
    position: relative;
    top:30px;
    left:0;
    right:0;
    padding: 0;
}
nav li {
    font-family:brushscript;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    height:48px;
    color:lightgrey;

}
nav li a {
    font-family: brushscript;
    font-weight: bold;
    font-size: 24px;
    width: 100%;


}
nav li:hover {

    cursor:pointer;
}
#Distributionli{
    z-index: 3 !important;
}
section#main-section {
display: flex;
    flex-direction: column;
    position: relative;
    width:100%;
     top:183px;
    padding: 0;
    margin: 0;
    bottom:0;
    -webkit-transform: translate3d(0,0,0); /*fixes bug: position fixed not working in  Safari 7 https://stackoverflow.com/questions/18271460/fixed-positioning-z-index-issue-in-mobile-safari*/
}


aside {
    position: relative;
    display: flex;
    flex-direction: column;
  

}
aside > * {
    margin:0;
    text-align: right;
    font-size: 10px;
    font-weight: normal;
    color:black!important;
    line-height: 1.1;
}
aside a {
    color:black!important;
}
#overview  {
    display: none;
    position: fixed;
    background-color:#7f9097;
    z-index: 1;
    left:10px;
    padding-right:15px;
    margin:0;
    margin-left:auto;
    margin-right:auto;
    top:183px;
    padding-top: 15px;
    width: 100%;
    bottom:0;
    overflow-x: hidden !important;

}
#hardwaxxlinkli {
    margin-top: -15px;
    width: 100% !important;
    border-radius: 2px;
    z-index: 3 !important;
}
#hardwaxxlink {
    display: none;
    background-color: black ;
    opacity: 0.99;
    padding:5px;
    padding-left:8px;
    padding-right:8px;
    border-radius:2px;
    z-index:  3 !important;
    position: relative;
}
section#contact {
    position: fixed;
    top:125px;
    /*! padding-top: 30%; */
    z-index: 1;
    background-color: #7f9097;
    width: 100%;
    height: 100%;
    display:none;
}
section#impressum {
    position: fixed;
    top:180px;
    padding-top: 30%;
    z-index: 1;
    background-color:#7f9097;
    width: 100%;
    height: 100%;
    display:none;

}
#contact {
}

#contact li {
    list-style: none;
    width:90%;
    z-index: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#contactUl {
   position: fixed;
    top: 45%;
}
#contactUl li a {
    font-size: 20px!important;
}
article   {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    margin-bottom:100px;
    justify-content: space-around;
    height: 95vh;
    max-height: 99vh;
}
.overviewSmallNav {
    top:0;
}
.overviewBigNav {
    top:139px;
}
table {
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    position: relative;

}

tr:hover {
    background-color: grey;
    color:white;
    transition: all 0.3s ease-out;
}


.flip-container {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-height: 90vh;
    cursor:pointer;


}
.positionDummy {
    padding-bottom:100%;
}
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}


/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    width:100%;
    top:0;

}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    border-radius: 100%; /* makes the edges for the vinyl container round */
    width:100%;
    position: absolute;

}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

footer {
    position: relative;
    bottom: 0;
    background:black;
    height:100px;
    margin-top: 180px;
    margin-bottom: 0;

}
h5 {
    cursor: pointer;
    float: right;
    color:white;
    text-align: right;
    position: absolute;
    z-index: 1;
    width: 96%;
    font-family:brushscript;
}
section#ImpressumSection {
    width: 90%;
    color:white;
    z-index: 1;
    position: absolute;
}
section#ImpressumSection ul {
    width: 80%;
    background-color:black;
}
section#ImpressumSection ul li {
    color:white;
    display: inline;
    float:left ;
    background-color:black;
    font-size:10px;
    padding: 4px;
}







/* ==========================================================================
   ========================================================================== */

div#table {
    display: table;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
p.cellheader {
    width:200px;
    display: table-cell;
    text-align: left;
    color:black;
    font-weight: bold;
    padding-bottom: 15px;

}

p.cell {
    display:table-cell;
    color:black;
    text-align: left;
    padding: 3px;
    font-size: 16px;
}

a.row {
    display:table-row;
    color:black;
    width:100%;
}

a.row:hover {
    background-color: white;
}

p.collumyear  {
    text-align: right;
    padding-right: 5px;
}
p.collumcat {
    text-align: left;
    padding-left:5px;
}

p#CellHeaderYear {
    text-align: right;
    padding-right: 5px;
}
p#CellHeaderCat {
    text-align: left;
    padding-left:5px;
}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, 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;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media all and (max-height:528px)and (min-width:800px){

    }


@media all and (max-height:550px)and (min-width:800px){
    #contactUl li:first-child {
        padding: 0!important;
        margin-bottom: 0!important;
    }
    h2 {
    }
    li {
        max-height: 10px!important;
    }
    #contactUl li {
    }
    #hardwaxxlink {
        padding:0;
    }
    #contactUl {
        position:relative;
        padding: 0;
        top:30px!important;
	background-color:transparent;

    }
    #morbidlogo:hover {
        opacity: 0;
        transition:0.5s ease;

    }
}


@media all and (max-height:700px) and (min-width:800px)  {


    #contactUl li {
        font-size: 10px!important;
        padding-top: 0!important;
        padding-left:0!important;
        z-index: 3;
        display: inline-block;
        height: 10px;
        font-size: 18px!important;
    }

    #contactUl li:first-child {
        font-size: 12px;
    }
    #contactUl li:nth-child(4) {
        font-size: 12px;
    }
}
@media all and (min-width:800px)   {
    body {
        position: relative;
        flex-direction: row;
    }
    #navigationAll {
        width: 300px;
    }
    #navController {display: none;}
    #nav-section {
        display: block !important;
        position: fixed;
        width: 250px;
        height: 100%;
        max-width: 250px;
        z-index: 1;
    }
    #nav-section li {
        max-height: 30px;
        margin: 10px;

    }


    #overview {
        position:fixed;
        /*! width:75%; */
        left:250px;
        padding: 10px;
        top:0 !important;
        bottom:0;
        overflow-x: hidden;
        z-index:5;
    }
    section#contact {
        width: 160px;
        position:absolute;
        margin-left: 36px;;
        margin-right: auto;
        top:160px !important;
        background-color: transparent;
        color: lightgray;
        border-radius: 5px;
        z-index: 2;

    }

    section#impressum {
        width: 25%;
        position: fixed;
        top:30%;
        left:0;
        padding-top: 0;
        z-index: 3;
        height: 30%;
    }
    #contactUl , #impressumUL{
        /*! position:static; */
        /*! width: initial; */
        margin:0 !important;
        padding: 10px;
        bottom: 0;


    }
    #contact li{
        margin-left: auto;
        margin-right:auto;
        width:90%;
        padding: 0;
        margin:0;
        text-align: left;
        font-size:24px!important;
        color:lightgrey;
    }

    section#main-section {
        position: relative;
    }
    article  {
        /*! width: auto!important; */
        display: block;
        display:flex;
    max-width:75vw;
        flex-direction:column;
        /*! position: relative; */
	padding-bottom:15vh;

    }

    aside {
        /*! position: absolute; */
        /*! max-width:100px; */
        /*! bottom: 15px; */



    }
    .flip-container {
    /*! width:80%; */
    }
    .flipper {

    }


    .flip-container ,.flipper, img  {
    }
    #morbidlogo {
        display: block;
        top:100px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        max-height: 110px;
        max-width: 180px;
    }
    #cheaplogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-height: 110px;
        max-width: 190px;
        width: 100%;
        padding-top:20px;
    }

    #hardwaxxlink {
        background-color: black;
        z-index: 2;
        width: 100px;
        font-size:20px !important;
        position: relative;
        top: -20px;
        padding:0;
    }

    header {
        position: fixed;
        width: 250px;
        height: 100px;
        max-width:250px;
        padding-top: 15px;
    }

    h1,h2 {
        position: relative;
        left: 0;
    }
    h1 {
        display:none;
    }

    h2#top {
        display:none;
    }
    h2#bottom{
        display:block;
        position: absolute;
        bottom:130px;
        margin-left: auto;
        margin-right: auto;
        width:100%;

    }
    nav {
        position: fixed;
        top: 110px;
        bottom: 0;
        width: 250px;
        max-width: 250px;
        min-width: 200px;
    }
    nav ul {
        position: relative;
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }

    ul {
        height: 100%;
    }
    li {
        text-align: left !important;
        left:20px;
        padding:10px;

    }
    nav li {
        padding-left:35px;
    }

    nav a {
        font-size:24px!important;
        z-index: 1;
    }
    aside *{
        font-size:12px;
        text-align:right;
    }
    section li , h4  {
        position:relative;}

    #contactUl {
        padding: 0;
        top:100px;
        position: relative;
    }
    #contactUl li {
        font-size: 20px!important;
        padding-top: 10px;
        padding-left:5px;
        z-index: 3;
        display: inline-block;

    }

    #contactUl li:first-child {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    #contactUl li:nth-child(4) {
        font-size: 12px;
        padding-top: 30px;
    }
    section#ImpressumSection ul li {
        float:right;
    }

}


@media all and (max-height:800px) {
    h2#bottom {
        bottom: 70px;
    }

}
@media all and (min-width:1300px){
    #overview {
        width:80%;
        left:250px;
        padding-right:50px;
    }
    .flip-container {
        min-width: 480px;
       max-width: 80%
    }
     
}
@media all and (min-width:1600px){
    
    .flip-container {
        min-width: 480px;
       max-width: 75%
    }
     
}
@media all and (max-width:1000px) and (min-width:800px){
    #navigationAll {
        width: 300px:
    }
    .flip-container {
        min-width: 480px;
     
       
    }
     #contactUl  {
         position: absolute;
    }
}

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

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

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

