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

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

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


/* ==========================================================================
   Preloader
   ========================================================================== */
   
body {
    overflow: hidden;
}

/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}



/* ==========================================================================
   Main Scaff
   ========================================================================== */



body{
    background-color: #eaeae5;
    font-family: 'Georgia';
}

#wrapper {

}

#content {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: auto;
    text-align: center;
    overflow-x:hidden;
}


p.copy {
    font-family: 'Georgia';
    font-size: 1.4em;
    color: white;
    width: 75%;
    margin: auto;
    text-align: center;
}

.basicWave {
    width: 100%;
    margin: 3em 0;
}



/* ==========================================================================
    Fonts
========================================================================== */

@font-face {
    font-family: 'Pasta';
    src: url('../fonts/NeutraDisplay-Titling.eot');
       }

@font-face {
    font-family: 'Pasta';
    src: url('../fonts/NeutraDisplay-Titling.woff') format('woff'),
    url('../fonts/NeutraDisplay-Titling.svg#NeutraDisp-Titling') format('svg');
       }




/* ==========================================================================
   Navigation
   ========================================================================== */




#nav {
    padding-left: 0;
    list-style: none;
    text-align: justify;  
}



li {

    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
}


li.current a img {
    border: 0.2em solid white;
}


/*
 * hidden home nav
 */

li#noShow{
    display: none;
    visibility: hidden;
}

#homeFloat {
    position: fixed;
    bottom: 1em;
    width: 100%;
    max-width: 900px;
    z-index: 500;
    text-align: right;
}

#up {
        padding-right: 2.6%;

}

/* ==========================================================================
   naver.js 
   ========================================================================== */

/* 
 * Naver v3.0.6 - 2014-02-06 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

    ul#nav {
        z-index: 150;
        display: inline-block;
        vertical-align: middle;
        background: #a53138;
        background-color: rgba(255,0,0,0.5);
        margin-top: 0;
        padding-top: 1em;
        padding-bottom: 1em;
        max-width: 900px;
        width: 90%;
        position: fixed;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto; 
        top: 0;
    }
    ul#nav.enabled{
        background-color: #a53138;
        width: 100%;
        min-height: 2em;
    }

    ul#nav.enabled li:last-child img {
        margin-bottom: 0.5em;
    }

    .naver .naver-handle { cursor: pointer; display: none; font-size: 14px;  line-height: 2em;  text-transform: uppercase;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
             -o-user-select: none;
                user-select: none;
    }
    
    .naver .naver-handle:before { background: url(../img/MenuON.png) no-repeat center; content: ''; display: block; height: 33px; margin: 0 auto ; width: 132px;}

    .enabled .naver-container .navLi {
        display: block;
        width: 100%;
    }
    .enabled .naver .naver-wrapper { 
        height: auto; 
        padding-bottom: 2em;
    }
    .naver .naver-container:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }

    .naver.enabled .naver-handle { display: block; }
    .naver.enabled .naver-wrapper { height: 0px; overflow: hidden; }

/* ==========================================================================
   Home 
   ========================================================================== */


.homeContent {
}

.logo {
    width: 100%;
    max-width: 900px;
    padding-top: 3em;
}
.pastaClaim {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto ; 
}

.homeWave {
    width: 100%;
}

.goHome {
    margin-top: 2em;
}

.startButton, .coopBtn {
    display: inline;
    width: 49%;  
}


/* ==========================================================================
   Sortiment
   ========================================================================== */

#sort{
    position: relative;
    display: block;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

#Sortiment {
    height: 4.5em;
    margin-top: 0;

}
#sortimentTitel {
    width: 133.3%;
    margin-left: -16.65%;
    margin-top: 1em;
    margin-bottom: 1em;
}

#sortimentLead {
    margin: 3em auto;
    display: block;
    width: 66.6%;

}

.waveRed{
    padding-bottom: 4em;
    width: 100%;
}

p.copy.sortimentCopy {
    color: #c78d8e;
}

.creaLead {
    display: block;
    width: 66.6%;
    margin: 4em auto 0;
    padding-top: 2em;
}



/* ==========================================================================
   Sortiment Produktslides
   ========================================================================== */

img.prodSlide {
width: 100%;}


/* ==========================================================================
   Sortiment Slideshow
   ========================================================================== */


#sortimentSlideshow{
    position: relative;
    width: 100%;
}


#lbButton {
    position: absolute;
    bottom:15%;
    right: 15%;
    width: 30%;
    z-index: 151;

}


/* ==========================================================================
   Sortiment Lightbox
   ========================================================================== */

#lightbox { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: #eaeae5;
    text-align: center;
    z-index: 9999;
} 


/*lightbox slideshow*/


.slideNav { 
    cursor: pointer;
    font-family: "Pasta", serif;
    margin-top: 1em;

}

a.slideShowNav, button.slideShowNav {
    text-decoration: none; 
    color: black;
    padding: 0 2em;
}

button.slideShowNav{
    border: none;
    background: transparent;
    padding: 2em;
}


#slideshow ul {
    padding-left: 0;
}

#slideshow li { 
    list-style: none; 
    float: none;
    width: 100%;
    max-height: 80%;
}

#slideshow img {
    max-width: 100%;
    max-height: 70%;
    
}

.prodDescription {
    color: #c78d8e;
    width: 50%;
    margin: auto;
    
    
}
.prodTitle {
    font-family: 'Georgia';
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.1em;
    margin-top: 0.2em;

}

.prodText {
    margin-top: 0;
    font-family: 'Georgia';
    font-size: 1em;
    
}

/* ==========================================================================
    Parallax1
   ========================================================================== */

#parallax1{
    
    background-image: url(../img/3moodBg.jpg);
    background-repeat: repeat-y;
    
}

.filler {
    margin-bottom: 0;
}

/* ==========================================================================
   Herkunft
   ========================================================================== */


#Herkunft {
    margin-top: -2em;
    height: 4.5em;
}
.herkunftTitel{
    width: 133.3%;
    margin-left: -16.65%;
    margin-top: 1em;
    margin-bottom: 1em;
    }

#herkunftSquare{
    position: relative;
    background-color: #eaeae5;
    width: 80%;
    margin: 2em auto;
    padding-top: 2em;

}

#herkunftTitel {
    width: 133.3%;
    margin-left: -16.65%;
}

.herkunftLead {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.specialLB
{
    list-style: none;
    padding-left: 0;
    width: 70%;
    margin: auto;
    margin-bottom: 10%;
}
.specialLB li
{
    width: 33%;   
}

.specialLB li img
{
   
    width: 100%;   
}


.wrHerkunft {
   width: 100%;
   margin: 3em auto;

}

.sig {
  width: 100%;
}

/* ==========================================================================
   Verkaufsstellen
   ========================================================================== */


#verkaufTitel{
    width: 133.3%;
    margin-left: -16.65%;
}

.wrVerkauf{
    width: 100%;
    margin: 3em 0;
}

h5 {
    font-family: 'Georgia';
    color: #c78d8e;
    font-size: 3em;
    margin-bottom: 0;
    margin-top: 1em;
    text-transform: uppercase;
}

ul.verkauf {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

.verkaufCoop {
    margin-bottom: 4em;
}

ul.verkauf>li, .coopy {
    display: block;
    float: none;
    width: 70%;
    height: auto;
    color: #c78d8e;
    font-family: 'Georgia';
    margin: auto;
    font-size: 1.3em;
}

.coopy{
    margin-bottom: 4em;
}

#coop{
    margin-top: 0;
}

#coopHinweis {
    margin-bottom: 2em;

}

/* ==========================================================================
   Kontakt
   ========================================================================== */
#Kontakt {
    margin-top: -4em;
    height: 4.5em;
}


.contTitel{
    width: 133.3%;
    margin-left: -16.65%;
    margin-top: 4em;
}

span.email {
    text-decoration: underline; 
}

.direkt {
    padding-top: 2em;
}

.bigFon {
    font-size: 3em;
}

#footerMask{
        width: 100%;
        position: relative;
}

#bHome{
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#bHome img {

    width: 133.3%;
    margin-left: -16.65%;
}

a.tel {
    text-decoration: none;
    color: white;
}


/* ==========================================================================
    Parallax2
   ========================================================================== */

#parallax2 {
    
    position: relative;

    background-image: url(../img/titel_6.jpg);
    background-repeat: repeat-y;
    margin-bottom: 0;


}

/* ==========================================================================
   Testing Stuff
   ========================================================================== */


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




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

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

/* below 900px */
@media only screen and (max-width: 900px) {
    
    #content{
        width: 100%;
    }
    
    header {
        width: 100%;
    }
    
    header>li{
        width: 20%;
    }

    /*nav*/

    li#noShow {
        display: block; 
        visibility: visible;
    }

    ul#nav li:first-child {
        margin-top: 1em;
    }

    #up {
        display: none;
    }

    #Sortiment, #Herkunft, #Verkaufsstellen, #Kontakt {
        height: 4em;
    }




}


/*iPhone 5 Media Queries*/
@media only screen and (max-width: 330px) {

 

/*home*/

    img.logo {
        margin-top: 2em;
    }

    .basicWave {
    margin: 1em auto;

    }
    
    p.copy {
        font-size: 1em;
        width: 90%;
    }

    .startButton{
   
    margin-top: -1em; 
}

/*sortiment*/

    div#sortimentSlideshow{
        width: 100%;
    }

    img#sortimentLead {
        width: 100%;
    }

/*lightbox*/

    .prodDescription {
        max-width: 90%;
        max-height: 90%;
        overflow: scroll;
    }

    .prodTitle {
        font-size: 1.4em;
    }

/*herkunft*/

    img.creaLead {
    margin-bottom: 0;
    }
    
    #herkunftSquare{
   
    margin-top: 0;
    padding-top: 0;
    }

    .wrHerkunft {
    margin: 1em auto;
    }

    p#heart {
    margin: 0.5em auto;

    }

/*verkaufsstellen*/

    .wrVerkauf{
            margin: 1em auto;
    }

    h5{
        font-size: 2em;
    }

    ul.verkauf>li{
        font-size: 1em;
    }

/*kontakt*/

    .bigFon {
        font-size: 2em;
    }


}




/* ==========================================================================
   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 */
        -webkit-box-shadow: none !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
     */

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














































































































































































































































































