html,body {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1.75;
    font-family: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}

audio[controls],canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

html {
    overflow-y: scroll;
    background: #ffffff;
    font-size: 62.5%;
}

body {
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: transparent;
    font-family: 'Arimo', sans-serif;
}

h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.2;
}

h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.25;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

p,ol,ul,dl,address {
    margin-bottom: 1.5em;
    font-size: 16px;
    font-size: 1.6rem;
}

ul,ol {
    margin: 0;
    padding: 0;
}

li ul,li ol {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
}

dl,dd {
    margin: 0;
}

dt {
    font-weight: normal;
}

blockquote {
    margin: 0;
    padding: 0;
    font-style: italic;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #632918;
}

ins {
    background-color: #c3d9e6;
    color: #000000;
    text-decoration: none;
}

mark {
    background-color: #c3d9e6;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}

pre,code,kbd,samp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
}

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: 14px;
    font-size: 1.4rem;
}

sub,sup {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    color: #000;
    font-weight: bold;
    color: #965d4c;
}

.desktop-nav a {
    font-weight: normal;
}

a:focus {
    outline: thin dotted;
    color: #965d4c;
}

a:hover,a:active {
    outline: 0;
    text-decoration: underline;
}

figure img,figure object,figure embed {
    max-width: 100%;
}

figcaption {
    display: block;
    font-weight: normal;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption {
    background-color: transparent;
}

form {
    margin: 0;
}

fieldset {
    padding: 0;
    border-width: 0;
}

legend {
    *margin-left: -7px;
    padding: 0;
    border-width: 0;
}

label {
    font-weight: normal;
    cursor: pointer;
}

button,input,select,textarea {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
    *overflow: visible;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    box-sizing: content-box;
}

button:-moz-focus-inner,input:-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0.25);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

:-webkit-selection {
    background: #009fde;
    color: #fff;
    text-shadow: none;
}

:-moz-selection {
    background: #009fde;
    color: #fff;
    text-shadow: none;
}

:selection {
    background: #009fde;
    color: #fff;
    text-shadow: none;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
}

:-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
}

input:-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
}

.ie7 img,.iem7 img {
    -ms-interpolation-mode: bicubic;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

button:-moz-focus-inner,input:-moz-focus-inner {
    padding: 0;
    border: 0;
}

.ir {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -999em;
    direction: ltr;
}

.ir br {
    display: none;
}

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

.visuallyhidden {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

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

.invisible {
    visibility: hidden;
}

.col-right {
    margin-bottom: 30px;
}

.col-right img {
    margin: 0 auto;
}

.wrapper {
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper img {
    max-width: 900px;
}

.picplayer1 {
    display: block;
    height: 400px;
    width: 100%;
    /*background: url("images/picplayer1.jpg") no-repeat;
    background-size: cover;
    background-position: center center;*/
    position: relative;
    margin-bottom: 40px;
}

.looper .item {
    position: relative;
    display: block;
    height: 400px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}

#siegel_top {
    margin-left: 50px;
    margin-top: -8px;
    z-index: 200;
    width: 155px;
    height: 261px;
    background: url("layout/siegel_top.png") no-repeat;
    position: absolute;
}

#siegel_bottom {
    margin-left: 50px;
    margin-top: 347px;
    width: 155px;
    height: 60px;
    background: url("layout/siegel_bottom.png") no-repeat;
    position: absolute;
    z-index: 200;
}


.picplayer_wrapper {
    display: block;
    height: 400px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.picplayer2 {
    display: block;
    height: 400px;
    width: 100%;
    background: url("images/picplayer2.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.menucard_wrapper {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 400px;
    background: url("layout/menucard_wrapper.jpg");
    background-size: cover;
    background-position: center center;
}

.menucard {
    padding: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 450px;
    height: 630px;
    background: url("layout/menucard_back.png");
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px -2px, rgba(0, 0, 0, 0.25) 0px 4px 6px 0px;
}

.menucard p {
    font-size: 14px;
    margin-bottom: 0;
}

.menucard img {
    box-shadow: 0px 0px 15px #fff;
    width: 25%;
    margin-left: 37.5%;
}

.menucard h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}

.menucard hr {
    margin-top: 5px;
}

.menucard_nav {
    text-align: center;
}

.menucard_nav div {
    font-weight: normal;
    display: inline;
    cursor: pointer;
}

.kontakt input, .kontakt textarea {
    background: #ddd;
    margin-left: 5px;
    border: 2px solid #ddd;
}

.kontakt .col-right div, .kontakt .col-left div {
    width: 75%;
    display: block;
}

.kontakt .col-left input {
    margin-top: 3px;
    width: 65%;
    float: right;
}

.kontakt .col-right textarea {
    margin-top: 3px;
    width: 65%;
    float: right;
    height: 100px;
}

.kontakt input[type="submit"] {
    clear: both;
    border: 2px solid #c5874d;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    background: yellow;
    float: right;
    color: #fff;
    background: #c5874d;
}

.col-left p {
    margin-top: 15px;
    padding: 0 !important;
    padding-left: 15px !important;
    text-align: justify;
}

.col-right p {
    margin-top: 15px;
    text-align: justify;
}

.photo_back {
    width: 640px;
    height: 440px;
    background: url("layout/photo_back.png");
    margin-top: -10px;
    background-size: 100% auto;
}

.photo_back_l {
    width: 900px;
    height: 440px;
    background: url("layout/photo_back_l.png");
    background-size: 100% auto;
}

.photo_back_l img {
/*    margin-top: 50px;
    margin-left: 97px;
*/}

.content-block {
    padding: 30px 0;
    padding-bottom: 0;
}

.content-block h1 {
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #111;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}

.content-block h2 {
    margin: 0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #111;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}

.content-block h3 {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 25px;
}

.content-block p {
    padding: 0 30px;
}

.content-block .opening-times {
    text-transform: uppercase;
}

.content-block.unloaded {
    display: none;
}

.text-block {
    position: relative;
    padding-bottom: 30px;
}


.head-wrapper {
    background: url("layout/top_back.jpg");
    background-size: cover;
    border-bottom: 1px solid #632918;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    position: relative;
}

.head-wrapper.stuck {    
    background: none;
}

.site-header span,.site-header span a {
    margin: 0 auto;
    width: 167px;
    height: 167px;
}

.site-header span {
    display: block;
    padding: 25px 0;
    padding-bottom: 35px;
}

.site-header span a {
    display: block;
    text-indent: -9999em;
    background: transparent url("layout/cafe_burger_logo.png") no-repeat;
    box-shadow: 0px 0px 15px #fff;
}

.site-header-strapline {
    margin: -15px 0 0;
    padding: 10px 0 15px;
    border-bottom: 0px solid #111;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}

.footer-wrapper {
    background: url("layout/footer.jpg");
    background-size: cover;    
}

.site-footer {
    margin: 0 auto;
    min-height: 88px !important;
}

.nav-wrapper {
    padding: 0;
    padding-bottom: 30px;
    /*background: #f9f8f2 url("../../images/paper-bg.jpg");*/
}

.nav-wrapper.stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: 250;
    padding-bottom: 0;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    background: url("layout/top_back.jpg");
    background-size: cover;
}

.nav-wrapper.stuck .site-nav {
    padding: 15px 0;
    padding-bottom: 17px;
}

.nav-wrapper hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #632918;
}

.nav-wrapper .tiny-logo {
    display: none;
}

.site-nav {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 20px;
}

.site-nav ul {
    display: none;
}

.nav-mobile {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 34px;
}

#siegel_top, #siegel_bottom {
    display: none;
}

.nav-mobile .mobile-nav-trigger {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    border: 1px solid #111;
}

.mobile-nav-dropdown {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
    width: 100%;
    border: 1px solid #111;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
    z-index: 100;
    background: url("layout/top_back.jpg");
    background-size: cover;
}

.mobile-nav-dropdown li {
    text-align: center;
}

.mobile-nav-dropdown a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 34px;
    letter-spacing: 0.2em;
}

.nav-section
 {
    position: relative;
    min-height: 190px;
}

.hide {
    display: none !important;
}

@media only screen and (min-width: 768px) {
   .col-right {
        float: right;
        margin-bottom: 0;
        width: 70%;
    }

    .col-left {
        float: left;
        width: 30%;
    }

    .col-50 {
        width: 50%;        
    }

    .kontakt .col-left {
        text-align: right;
    }

    .kontakt .col-left input {
        margin-right: 10px;
    }

}

@media only screen and (min-width: 960px) {
   .wrapper {
        max-width: 900px;
    }

    .site-nav ul {
        max-width: 900px;
    }
}

@media only screen and (max-width: 600px) {
    .menucard {
        width: auto !important;
    }

   .sticky-wrapper hr {
        display: none;
    }

    .sticky-wrapper .stuck hr {
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    .site-header span,.site-header span a {
        width: 167px;
        height: 167px;
    }

    .site-header span {
        display: block;
        padding: 15px 0;
        padding-bottom: 15px;
    }

    .site-header-strapline {
        margin: -45px 0 0;
    }

    .site-nav {
        width: 100%;
        padding-bottom: 25px;
    }

    .site-nav ul {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .site-nav li {
        display: inline;
        margin: 0;
        text-align: center;
        white-space: nowrap;
    }

    .site-nav li.bullet {
        padding: 0 2px;
        background: transparent url("nav-bullet.png") no-repeat center;
        color: transparent;
        box-sizing: border-box;
    }

    .site-nav a {
        position: relative;
        font-size: 15px;
        font-size: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        line-height: 24px;
        color: #111;
        text-decoration: none;
    }

    .site-nav a .underline {
        position: absolute;
        bottom: -3px;
        left: 0px;
        display: block;
        width: 0%;
        height: 1px;
        background-color: #111;
        transition: width 0.3s ease-in-out;
    }

    .site-nav a:hover .underline,.site-nav li.active .underline {
        width: 100%;
    }

    .nav-wrapper.stuck .site-nav {
        padding: 15px 0;
        padding-bottom: 12px;
    }

    .nav-mobile {
        display: none;
    }

    #siegel_top, #siegel_bottom {
        display: block;
    }

    .menu {
        margin: 0 30px;
    }

    .menu-wrapper {
        padding: 50px 10.5% 30px 10.5%;
    }

    .menu-tabs li {
        padding: 0 20px;
    }

    .sub-form p {
        display: inline;
        padding: 0 8px;
    }

    .sub-form button {
        position: relative;
        top: 2px;
    }
}

.menucard_content {
    padding: 10px;
    padding-bottom: 0;
    height: 410px;
    overflow-y: scroll;
}

.menucard {
    font-size: 14px;
}

.menucard_content table tr td {
    padding-bottom: 20px;
    padding-right: 10px;
    vertical-align: bottom;
    font-size: 14px;
    line-height: 18px;
}


.menucard_content table tr td:nth-child(2n) {
    text-align: right;
}

.menucard_content table tr td b {
    display: block;
    padding-bottom: 5px;
    padding-bottom: 5px;
}

.menucard_nav a {
    color: #666;
}

.menucard_nav a:hover {
    color: #000 !important;
}

.menucard_nav a:active, .menucard_nav a:focus {
    outline: none;
}

h5 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    font-style: italic;
    margin-top: 0;
    padding-top: 0;
}

div ::-webkit-scrollbar {
    width: 14px;
}
 
div ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
div ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


.zusatzstoffe {
    text-align: left !important;
}

.zusatzstoffe span {
    font-size: 10px;
    line-height: 22px;
}

.allergene {
    font-size: 10px;
}


#menucard3 table tr td:nth-child(3n) {
    text-align: right;
}

#menucard3 td {
    padding-bottom: 0 !important;
}

#menucard3 table {
    margin-bottom: 20px;
}