/*
 * HTML5 Boilerplate
 *
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: "museo-sans",sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
    background: #d2d2d2;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #d2d2d2;
    color: #fff;
    text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #111;
    text-decoration: none;
    cursor: pointer;
}

    a:visited {
        color: #111;
    }

    a:hover {
        color: #111;
    }

    a:focus {
        outline: none;
    }
    /*.main a, .main a:visited, .main a:hover 
{ 
	color: #fff; 
}*/

    /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
    a:hover, a:active {
        outline: 0;
    }


/* =============================================================================
   Typography
   ========================================================================== */

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;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
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%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input {
    line-height: normal;
}

    /*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }

        /*
 * Re-set default cursor for disabled elements
 */

        button[disabled], input[disabled] {
            cursor: default;
        }

    /*
 * Consistent box sizing and appearance
 */

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    /*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    /* Colors for form validity */
    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }


/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}


/* ==|== primary styles =====================================================
   Author: isiCore GmbH www.isicore.de



    Color Scheme:

   				
    
   ========================================================================== */

/***************************************


        Main Styles


***************************************/
.wartung {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    padding: 20%;
    z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000000000;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: "museo-sans",sans-serif;
    font-size: 1vw;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
}

.noscroll {
    overflow: hidden;
}

.wf-loading body {
    opacity: 0;
}

.wf-active body {
    opacity: 1;
}

.wrapper, .footer {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    clear: both;
}


.wrapper {
    font-size: 0.95em;
    color: #111;
    font-weight: normal;
    font-style: normal;
    min-height: 100vh;
}

#tinymce {
    font-size: 1em;
}

.wrapper strong, .wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
    font-weight: 900;
}

p {
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

.blockLink {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    clear: both;
}
/***************************************


        Header Styles


***************************************/
.fakeHeader {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.header {
    background-color: #ef6d00;
    font-weight: 100;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 17000000000000000000000000000;
    min-height: 6.346820809vw;
}


    .header .big {
        display: block;
    }

    .header .small {
        display: none;
    }

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

.showNav {
    position: fixed;
    top: 0px;
    margin-top: 2.6vw;
    right: 2vw;
    z-index: 10000000;
    width: 2.5vw;
    height: 1.8vw;
    min-width: 31px;
    min-height: 22px;
}

#nav-icon {
    width: 100%;
    height: 75%;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon span:nth-child(1) {
            top: 0px;
        }

        #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
            top: 40%;
        }

        #nav-icon span:nth-child(4) {
            top: 80%;
        }

    #nav-icon.open span:nth-child(1) {
        top: 40%;
        width: 0%;
        left: 50%;
    }

    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon.open span:nth-child(4) {
        top: 40%;
        width: 0%;
        left: 50%;
    }

.logo.small {
    position: absolute;
    z-index: 100000000000;
    left: 0px;
    top: 0px;
}

    .logo.small img {
        width: 150px;
    }

.logo.big img {
    width: 100%;
}

.platzhalter {
    visibility: hidden;
}

.lieferzeiten, .lieferzeiten a {
    color: #fff;
    font-weight: 300;
}

.mainMenu a, .secondaryMenu a {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    clear: both;
}

.mainMenu a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 1.1em;
}

    .mainMenu a:hover, .secondaryMenu a:hover,
    .mainMenu a.current, .secondaryMenu a.current {
        color: #fff;
    }

.showLogin, .showRegistrierung, .loginContainer {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    clear: both;
    cursor: pointer;
}

.login, .registrierung {
    position: absolute;
    top: 2em;
    right: 0px;
    width: 300px;
    z-index: 100000;
    display: none;
    background-color: #fff;
}

    .login h2, .registrierung h2 {
        color: #ef6d00;
        margin-top: 0px;
    }

    .login input.button, .registrierung input.button {
        background-color: #fff;
        margin-top: 1em;
    }

    .login input[type="text"],
    .login input[type="password"],
    .registrierung input[type="text"],
    .registrierung input[type="password"] {
        margin: 0.25em 0px;
        width: 100%;
        clear: both;
        float: left;
        border: solid 1px #d2d2d2;
        padding: 0.5em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/***************************************


        General Styles


***************************************/
input {
    z-index: 100000000;
    position: relative;
    border: 1px solid #ef6d00;
    border-radius: 0px;
    font-weight: 100;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inlne-block;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

.textRight {
    text-align: right;
}
/********** select2 *********************/
*:focus {
    outline: none;
}

.select2-container, .button, .bestellButton {
    z-index: 100000000;
    position: relative;
}

.sliderOverlay .select2-container {
    margin: 0px 10%;
}

.select2-container--open .select2-dropdown--below {
    letter-spacing: 0em;
}

select {
    width: 100%;
    border: 1px solid #ef6d00;
    border-radius: 0px;
    padding: background-color:transparent;
    z-index: 10000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 100;
    padding: 0.5em;
}

    select::-ms-expand {
        display: none;
    }

select {
    border: 0;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position-x: 90%;
}


.select2-container .select2-selection--single {
    height: 2.5em;
}

.warenkorb .select2-container .select2-selection--single {
    height: 2.3em;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ef6d00;
    border-radius: 0px;
}

.sliderOverlay .select2-container--default .select2-selection--single {
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 100;
}

.warenkorb .select2-container--default .select2-selection--single {
    background-color: transparent;
    margin-bottom: 0.5em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 2.5em;
    font-weight: 100;
}

.warenkorb .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.3em;
}

.select2-dropdown {
    border: 1px solid #ef6d00;
    border-radius: 0px;
}

.Home .select2-dropdown {
    border: 1px solid #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 100;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ef6d00;
    color: white;
}

.select2-results__option {
    font-size: 0.9em;
    font-weight: 100;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.5em;
}

.warenkorb .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.3em;
}

.orange {
    color: #ef6d00;
    font-weight: 100;
}

.white {
    color: #fff;
}

textarea {
    width: 100%;
    border: solid 1px #ef6d00;
    background-color: transparent;
    z-index: 100000000;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 100;
    height: 70px;
    padding: 0.5em;
}
/***************************************


        Startpage Styles


***************************************/
.loading {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #efefef;
    z-index: 1000000000000000000;
}

    .loading .loadingLogo {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 89px;
        height: 115px;
        margin: -57px 0px 0px -44px;
    }

.home .flexslider.bilder {
    height: 52vw;
    overflow: hidden;
    background-color: #d2d2d2;
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}

.home .sliderOverlay {
    position: absolute;
    top: 10vw;
    width: 40%;
    left: 30%;
    right: 30%;
    text-align: center;
    color: #fff;
    z-index: 1600;
    font-size: 1.5em;
}

    .home .sliderOverlay h2 {
        margin-bottom: 0.5em;
        font-weight: 700;
        font-size: 1.8em;
    }

.sliderOverlay .button.white {
    border: 1px solid #fff;
    display: inline-block;
    margin: 1em 0px;
    text-align: center;
    float: none;
    clear: both;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.pLZAbfrageResult {
    font-weight: 100;
    margin-top: 1em;
}

    .pLZAbfrageResult.positive {
        text-transform: uppercase;
    }

    .pLZAbfrageResult .filiale {
        font-weight: 900;
        text-transform: uppercase;
    }

.home .hochformat, .home .querformat {
    height: 32vw;
    overflow: hidden;
}

.home img.fullWidth {
    width: 100%;
}

.home .schwarz {
    background-color: #000;
}

    .home .schwarz h1 {
        margin: 0px;
        color: #fff;
        font-size: 2.2em;
    }

.iconContainer {
    position: absolute;
    z-index: 1500;
    top: 80vw;
    left: 69vw;
    width: 10vw;
}

    .iconContainer img {
        width: 100%;
    }

.home .restaurantText {
    position: absolute;
    top: 10%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2em;
    z-index: 100;
}

.home .orange {
    background-color: #ec6608;
    color: #fff;
    font-size: 1.2em;
}

.home .artikel .blockLink {
    height: 32vw;
}

.redBox, .whiteBox, .orangeBox {
    width: 100%;
    height: 100%;
}

.redBox {
    background-color: red;
}

.whiteBox {
    background-color: #fff;
}

.orangeBox {
    background-color: #ef6d00;
}

.whiteBox img, .redBox img {
    width: 160%;
    max-width: 160%;
    margin: 10% -30%;
    position: relative;
    display: block;
    float: left;
    clear: both;
}

.restaurantText img.blockLink {
    width: 40%;
    margin: 1em 30%;
}
/***************************************


        Produktübersicht Styles


***************************************/
/****************** warenkorb **********************/
.warenkorb,
#manga_artikelVorschau,
#manga_dataEditor,
#manga_bestellpositionen,
#bestellpositionen,
#bestellpositionenMinimiert,
.addAdresse,
.addTelefonnummer,
.addEMailAdresse {
    display: none;
}

    .warenkorb.visible,
    #manga_artikelVorschau.visible,
    #manga_dataEditor.visible,
    #manga_bestellpositionen.visible,
    #bestellpositionen.visible,
    #bestellpositionenMinimiert.visible,
    .addAdresse.visible,
    .addTelefonnummer.visible,
    .addEMailAdresse.visible {
        display: inline-block;
    }

.warenkorbIconContainer {
    position: relative;
    padding: 2vw 4vw;
    clear: both;
    float: none;
    z-index: 1000000;
}

.warenkorbIcon {
    position: relative;
    float: right;
    margin-left: 20px;
    width: 40px;
    opacity: 0.5;
    cursor: pointer;
}

    .warenkorbIcon:hover {
        opacity: 0.8;
    }

.bestellpositionPreis {
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 1em 0px;
}

.deleteLink {
    color: #999;
    float: right;
    padding-top: 1.5em;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.8em;
    z-index: 1000000000;
    display: inline-block;
    position: relative;
}

#warenkorbZusammenfassung.fixed {
    position: fixed;
    right: 0px;
    top: 0px;
}

#warenkorbZusammenfassung:not(.fixed) {
    margin-top: 0px !important;
}

#manga_warenkorb_bestelldetails, #manga_warenkorb_lieferdetails, #manga_warenkorb_lieferdetails2 {
    display: none;
}

    #manga_warenkorb_bestelldetails.visible, #manga_warenkorb_lieferdetails.visible, #manga_warenkorb_lieferdetails2.visible {
        display: block;
    }

.buttonBeschriftungKlein {
    float: left;
    color: #ef6d00;
    clear: both;
    margin-bottom: 0.25em;
    width: 100%;
    font-weight: 100;
}

.alignRight {
    display: inline-block;
    float: right;
}

button.bestellButton {
    float: right;
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #ef6d00;
    position: relative;
    cursor: pointer;
    padding: 1em;
    margin: 1em 0px 1em 1em;
    border: solid 1px #ef6d00;
    font-weight: 700;
    letter-spacing: 0.15em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 0.9em;
}

#warenkorbZusammenfassung .button {
    margin: 1em 0px;
    padding: 1em;
    background-color: #fff;
}

button.bestellButton[disabled] {
    background-color: #d2d2d2;
    color: #efefef;
    cursor: not-allowed;
    border: solid 1px #d2d2d2;
}

.error {
    color: #ef6d00;
    padding: 1em 0px;
}

h1.warenkorbUeberschrift {
    margin-top: 0px;
    color: #ef6d00;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
}

#warenkorbZusammenfassung .button {
    float: none;
    clear: both;
    margin: 1em 0px 1em 0px;
    max-width: 80%;
    font-size: 0.9em;
}

#manga_warenkorb_lieferdetails input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.showStrasseInput {
    position: relative;
    z-index: 1000000;
    font-weight: 100;
    font-size: 0.7em;
    margin-bottom: 0.5em;
    color: #555;
    display: inline-block;
    cursor: pointer;
}

input.valueMissing,
select.valueMissing,
select.valueMissing + .select2 .select2-container--default,
select.valueMissing + .select2 .select2-selection--single {
    background-color: #e30613;
    color: #fff;
}

    select.valueMissing + .select2 .select2-container--default .select2-selection__rendered,
    select.valueMissing + .select2 .select2-selection--single .select2-selection__rendered,
    select.valueMissing + .select2 .select2-container--default .select2-selection__arrow b,
    select.valueMissing + .select2 .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent;
        color: #fff;
    }
/****************** detailansicht **********************/

.artikeldetail {
    position: fixed;
    z-index: 2000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    font-size: 1.2em;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 15vw;
}

.button.closeArtikeldetail {
    float: right;
    margin: 0px;
    font-weight: 300;
    cursor: pointer;
}

.artikelnummer {
    font-size: 0.8em;
    line-height: 1em;
}

.artikelBeschreibung {
    font-weight: 100;
}

.showMenueOptions {
    cursor: pointer;
    color: #ef6d00;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 0.9em;
}

.menueOptions {
    display: none;
}

.buttonBeschriftung {
    color: #ef6d00;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    margin-left: 8px;
    font-size: 0.9em;
}

#gesamtpreis {
    font-size: 1.2em;
    font-weight: 600;
}

.button, .anzahl {
    border: 1px solid #ef6d00;
    display: inline-block;
    padding: 0.5em;
    color: #ef6d00;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    margin-right: 1.5em;
    letter-spacing: 0.15em;
}

.anzahl {
    color: #000;
    cursor: default;
    margin: 0px;
    text-transform: none;
}

    .anzahl.anzahlMargin {
        margin-right: 1.5em;
    }

    .anzahl input {
        border: 0px solid #fff;
        padding: 0px;
        margin: 0px;
        width: 3em;
        text-align: center;
    }

.button {
    /*-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;*/
}

    .button.abstand {
        margin: 0.5em 0px;
    }

    .button.links {
        margin-right: 0px;
        border-right: solid 0px #fff;
    }

    .button.rechts {
        margin-left: 0px;
        border-left: solid 0px #fff;
    }

    .button.red {
        background-color: #ed0012;
    }

strong.red {
    color: #ed0012;
}



.menueVorspeiseBild .image {
    margin: -10% -20%;
    width: 140%;
}

.manueGetraenkBild .image {
    margin: -10% -30%;
    width: 160%;
}
/************ Übersichtsseite  ***************/

.artikel {
    text-align: center;
}

.blockLink {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    clear: both;
}

.artikel .blockLink {
    height: 27vw;
    overflow: hidden;
    text-align: center;
}

.artikelAllergieInformationen {
    color: #999;
    font-weight: 100;
    font-size: 0.8em;
    cursor: help;
}

.artikelnummer {
    font-weight: 100;
    font-size: 0.8em;
}

h2.artikelName, h1.artikelName {
    font-weight: 700;
    font-size: 1.5em;
    text-transform: lowercase;
    margin: 0px;
}

.artikelPreis {
    margin-top: 1em;
}

.detailsAnzeigenContainer {
    position: absolute;
    width: 100%;
    bottom: -2.5em;
    text-align: center;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.artikel:hover .detailsAnzeigenContainer {
    bottom: 2vw;
}

.detailsAnzeigen {
    padding: 0.1em 0.3em;
    border: solid 1px #ef6d00;
    color: #ef6d00;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0.5em 0px;
}


.artikelIconContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.artikelIcon {
    float: left;
    position: relative;
    display: block;
    margin-right: 10px;
}

    .artikelIcon.neu {
        float: right;
        margin-right: 0px;
    }

.schattierung {
    background-color: rgba(0, 0, 20, 0.01);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

    .schattierung.dunkel {
        background-color: rgba(0, 0, 20, 0.25);
    }

#manga_artikelVorschau .pure-u-1:nth-child(8n+1) .schattierung {
    background-color: rgba(0, 0, 20, 0.025);
}

#manga_artikelVorschau .pure-u-1:nth-child(8n+2) .schattierung {
    background-color: rgba(0, 0, 20, 0.06);
}

#manga_artikelVorschau .pure-u-1:nth-child(8n+3) .schattierung {
    background-color: rgba(0, 0, 20, 0.015);
}

#manga_artikelVorschau .pure-u-1:nth-child(8n+4) .schattierung {
    background-color: rgba(0, 0, 20, 0.05);
}

#manga_artikelVorschau .pure-u-1:nth-child(8n+5) .schattierung {
    background-color: rgba(0, 0, 20, 0.06);
}

#manga_artikelVorschau .pure-u-1:nth-child(8n+6) .schattierung {
    background-color: rgba(0, 0, 20, 0.015);
}

#manga_artikelVorschau .pure-u-1:nth-child(8n+7) .schattierung {
    background-color: rgba(0, 0, 20, 0.05);
}

#manga_artikelVorschau .pure-u-1:nth-child(8n) .schattierung {
    background-color: rgba(0, 0, 20, 0.01);
}

#manga_artikelVorschau .pure-u-1:nth-child(8n+1) .schattierung.dunkel {
    background-color: rgba(0, 0, 20, 0.2);
}

#warenkorbZusammenfassung .schattierung {
    background-color: rgba(20, 0, 20, 0.015);
}

.touch #warenkorbZusammenfassung .schattierung {
    display: none;
}

#manga_bestellpositionen .pure-u-1:nth-child(2n) .schattierung {
    background-color: rgba(0, 0, 20, 0.06);
}

.hauptbild {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 2em;
}

    .hauptbild.hochformat {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }

/**** zoom effekt ********/

.image {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    clear: both;
    overflow: hidden;
}

    .image img {
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
        width: 100%;
        height: 100%;
    }

    .blockLink:hover .image img, .image:hover img {
        -webkit-transform: scale(1.05); /* Safari and Chrome */
        -moz-transform: scale(1.05); /* Firefox */
        -ms-transform: scale(1.05); /* IE 9 */
        -o-transform: scale(1.05); /* Opera */
        transform: scale(1.05);
    }

/************ Warenkorb ****************/

.overlay-noOrderToday, 
.overlay-noOrderToday-Christmas{
    position: fixed;
    z-index: 100000000000000000000000000000000000000000000000000000;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(239, 109, 0,0.9);
    color:#fff;
    display:none;
}
.overlay-noOrderTodayContent {
    position:absolute;
    top:60%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    width:500px;
    max-width:80%;
}


/***************************************


        Textseite Styles


***************************************/

.textseite h1, .textseite h2 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 900;
    margin: 1.2em 0px 1em;
}

.textseite h2 {
    font-weight: 100;
}

.textseite h3 {
    font-weight: 900;
    font-size: 1em;
    margin-top: 1em;
}
/************** Bestätigungsseite *************************/

.statusanzeige {
    color: #fff;
    text-transform: uppercase;
    background-color: #ef6d00;
    font-weight: 100;
    text-align: center;
    padding: 0.5em;
    font-size: 1.3em;
}

.pure-g.bestellpositionen [class*="pure-u"] {
    padding: 0.25em 0px;
    border-bottom: solid 1px #d2d2d2;
}

.pure-g.bestellpositionen .noBorder,
.pure-g.bestellpositionen .pure-g [class*="pure-u"] {
    padding: 0.1em 0px;
    border-bottom: solid 0px #fff;
}
/***************************************


        Footer Styles


***************************************/



.footer {
    background-color: #000;
    color: #fff;
}

    .footer a {
        color: #fff;
    }




/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media screen and (max-width: 1100px) {
    body {
        font-size: 1.5vw;
    }

    .showNav {
        margin-top: 3vw;
        right: 3vw;
    }

    .home .sliderOverlay {
        font-size: 1.2em;
    }

        .home .sliderOverlay h2 {
            font-size: 1.5em;
        }

    .home .orange {
        font-size: 0.9em;
    }


    .home .schwarz h1 {
        font-size: 1.3em;
    }

    .artikeldetail {
        padding-top: 18vw;
    }
}

@media screen and (max-width: 1023px) {
    .home .hochformat, .home .querformat, .home .artikel .blockLink {
        height: 62vw;
    }

    .home .orange {
        font-size: 1.2em;
    }

    .mobileHideLg {
        display: none !important;
    }

    .artikel .blockLink {
        height: 45vw;
    }

    #warenkorbZusammenfassung.fixed {
        position: relative;
    }

    .iconContainer {
        display: none;
    }

    .artikeldetail {
        padding-top: 22vw;
    }
}

@media screen and (max-width: 900px) {

    body {
        font-size: 1.8vw;
    }

        body.Home .wrapper {
            font-size: 2.2vw;
        }

    .home .sliderOverlay {
        width: 60%;
        left: 20%;
        right: 20%;
    }

    .showNav {
        margin-top: 4vw;
        right: 4vw;
    }

    .logo.small img {
        width: 100px;
    }

    #addToBasket, .button.closeArtikeldetail {
        float: left;
        margin: 1em 0px;
        clear: both;
    }

    .artikelIcon.neu {
        width: 8vw;
    }
}

@media screen and (max-width: 767px) {

    body, body.Home .wrapper {
        font-size: 2.5vw;
    }
    body.mobileNavVisible{
        overflow:hidden !important;
    }

    .artikel .blockLink {
        height: auto;
    }

    .mobileHide {
        display: none;
    }
    body.mobileNavVisible .header{
        bottom:0px;
        overflow-x:hidden;
        overflow-y:scroll;
    }
    .headroom--pinned, .headroom--unpinned, .headroom, .headroom--not-bottom, .headroom--top{
        transform: translateY(0%) !important;
    }

    .header .big {
        display: none;
    }

    .header .small {
        display: block;
    }

    .showNav {
        margin-top: 6vw;
        right: 6vw;
    }

    .header .mainMenu .padding, .header .secondaryMenu .padding {
        padding: 0px;
    }

    .header .thirdMenu .padding, .header .secondaryMenu .padding {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 2em;
    }
    .header .thirdMenu .padding{
        padding-bottom:4em;
    }

    .mainMenu a {
        font-weight: 500;
        padding: 0.5em 6vw;
        border-top: solid 1px #fff;
    }

    .secondaryMenu a, .thirdMenu a {
        padding: 0.5em 6vw;
        border-top: solid 1px #fff;
    }

    .mainMenu, .secondaryMenu {
        border-bottom: solid 1px #fff;
    }

    .home #weiterButton {
        display: none;
    }

    .home .hochformat, .home .querformat {
        height: auto;
    }

    .home .artikel .blockLink {
        height: auto;
    }


    .home .sliderOverlay {
        position: relative;
        float: left;
        clear: both;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 80%;
        margin: 10vw 10%;
        color: #ef6d00;
    }

    .sliderOverlay .select2-container {
        border: solid 1px #ef6d00;
    }

    .artikel .hauptbild {
        float: right;
        width: 60%;
    }

    .artikel:hover .detailsAnzeigenContainer,
    .artikel .detailsAnzeigenContainer,
    .home .artikel .artikelDetailsHome {
        position: absolute;
        bottom: auto;
        top: 2em;
        left: 0px;
        width: 60%;
        text-align: left;
    }

        .artikel .detailsAnzeigenContainer .detailsAnzeigen {
            display: none;
        }

    .detailBilder {
        display: none;
    }

    .artikeldetail .padding {
        padding-bottom: 0px;
    }

    .bestaetigungPreis {
        text-align: right;
    }

        .bestaetigungPreis h2 {
            text-align: right;
            margin-top: 0px;
        }
}

@media screen and (max-width: 600px) {

    body, body.Home .wrapper {
        font-size: 3vw;
    }
}

@media screen and (max-width: 567px) {


    .showNav {
        margin-top: 8vw;
        right: 8vw;
    }
}

@media screen and (max-width: 500px) {

    body, body.Home .wrapper {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 400px) {

    body, body.Home .wrapper {
        font-size: 4vw;
    }

    .showNav {
        margin-top: 10vw;
        right: 10vw;
    }
}

@media screen and (max-width: 300px) {

    body, body.Home .wrapper {
        font-size: 7vw;
    }
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br {
        display: none;
    }

/* 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;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    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;
    }
}





































/**umb_name:Überschrift 1*/
h1 {
}

/**umb_name:Überschrift 2*/
h2 {
}

/**umb_name:Überschrift 3*/
h3 {
}
