/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.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
   ========================================================================== */
/* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
/* oswald-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* oswald-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/oswald-v53-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

*{
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline : none;
    /*-webkit-touch-callout:none;*/
    /*-webkit-text-size-adjust:none;*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    /*-webkit-user-select:none;*/
}

.font_normal{
    font-family: 'Lato', sans-serif;
}

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

body{
    color: #0d282f;
    font-size: 1.3em;
}

html.overflow,
html.overflow body{
    overflow: hidden !important;
}

.dark_blue{
    color: #0d282f !important;
}

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

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

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

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

















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

.white *,
.white{
    color: #fff !important;
}

.yellow *,
.yellow{
    color: #FABA05 !important;
}

.black *,
.black{
    color: #000 !important;
}

.tac *,
.tac{
    text-align: center;
}

.tar *,
.tar{
    text-align: right;
}

.dt{
    display: table;
}

.m0a{
    margin: 0 auto;
}

.m10a{
    margin: 10px auto;
}



a{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font_switch{
    font-family: 'Oswald', sans-serif;
}

h1{
    text-transform: uppercase;
    letter-spacing: 7px;
}

h2{
    font-size: 64px;
}

.underlined{
    position: relative;
}

.underlined:after{
    content: "";
    width: 50%;
    height: 4px;
    background: #FABA05;
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translate(-50%,0);
    transition: all .3s;
}

.underlined:hover:after{
    width: 60%;
}

.black .underlined:after{
    background: #0d282f;
}

.underlined_normal{
    text-decoration: underline;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

section,
footer{
    float: left;
    width: 100%;
}

li{
    list-style: none;
}

/*HEADER*/

.logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 60%;
    width: 100%;
    background-image: url(/img/logo/logo_white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
}

.header{
    height: 50vh;
    float: left;
    position: relative;
    overflow: hidden;
}

.bg_wrapper{
    transform: translateZ(0);
    will-change: transform;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg_wrapper2{
    transform: translateZ(0);
    will-change: transform;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header .bg{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .5s;
    z-index: 0;
}

.header.half .bg,
.header.half .bg_wrapper{
    top: -100px;
    height: calc(100% + 100px);
}

.header:hover .bg{
    transform: scale(1.02)
}

.header .overlay{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    transition: background .5s;
    z-index: 1;
}

.header:hover .overlay{
    background: rgba(0,0,0,0.3);
}

.header.full .bg{
    background-image: url(/img/header/top_big.jpg);
}

.header.full .bg.second{
    background-image: url(/img/header/top_big2.jpg);
}

.header.half.left .bg{
    background-image: url(/img/header/left.jpg);
}

.header.half.right .bg{
    background-image: url(/img/header/right.jpg);
}


.header.full{
    width: 100%;
    border-bottom: 2px solid #000;
}

.header.half{
    display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    width: 50%;
}

.header.half p{
    font-size: 0.9em;
}

.header.half.left{
    border-right: 1px solid #000;
}

.header.half.right{
    border-left: 1px solid #000;
}


.language_switch{
    float: right;
}

.header .inner{
    position: relative;
    z-index: 3
}

/*MENU LINKS*/


nav{
    /*background-color: #7F9FAC;*/
    /*background-color: #C1DFCD;*/
    background-color: #0d282f;
    width: 100%;
    height: 70px;
    float: left;
    background-image: url(/img/nav/logo_white.svg);
    background-size: 200px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 20px;
    position: fixed;
    bottom: -70px;
    left: 0;
    z-index: 10000;
    transition: bottom .3s, height .3s;
}

body.sticky nav{
    bottom: 0;
}

.open_mobile_menu {
    display: none;
    width: 40px;
    height: 23px;
    position: absolute;
    bottom: 24px;
    left: 10px;
    -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;
}

.open_mobile_menu span{
    display: block;
    position: absolute;
    height: 3px;
    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;
}

.open_mobile_menu span:nth-child(1) {
  top: 0px;
}

.open_mobile_menu span:nth-child(2),
.open_mobile_menu span:nth-child(3) {
  top: 10px;
}

.open_mobile_menu span:nth-child(4) {
  top: 20px;
}

nav.active .open_mobile_menu span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

nav.active .open_mobile_menu span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.active .open_mobile_menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav.active .open_mobile_menu span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

nav ul{
    display: table;
    margin: -3px auto;
    padding: 0;
}

nav ul li{
    float: left;
    margin: 0 20px;
}

nav a{
    color : #0d282f;
    font-size: 0.8em;
}

nav .reservieren{
    position: absolute;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 40px;
    right: 10px;
    top: 23px;
    background-image: url(/img/nav/reservieren_white.svg);
}


/*MENÜ ESSEN*/
.menu ul.big_menu{
    float: left;
    width: 100%;
    position: relative;
}

.menu .big_menu li{
    cursor: pointer;
    width: 20%;
    float: left;
    text-align: center;
    height: 200px;
    line-height: 200px;
    position: relative;
    color: #fff;
    border-right: 1px solid #fff;
    overflow: hidden;
}

.menu .big_menu li:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    transition: height .3s;
    background-color: #FABA05;
    bottom: 0;
    left: 0;
    z-index: 111;
}

.menu .big_menu li.active:before,
.menu .big_menu li:hover:before{
    height: 4px;
}


.menu .big_menu li .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    transition: all .5s;
}

.menu .big_menu li .overlay{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
    z-index: 1;
    transition: all .5s;
}

.menu .big_menu li p{
    position: relative;
    z-index: 100;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.menu .big_menu li:hover .bg,
.menu .big_menu li.active .bg{
    transform: scale(1.02)
}
.menu .big_menu li:hover .overlay,
.menu .big_menu li.active .overlay{
    background: rgba(0,0,0,0.3);
}

.menu .big_menu li:last-child{
    border-right: none;
}

.menu .big_menu .inner_menu li:nth-child(1) .bg{
    background-image: url(/img/menu/nigiri.jpg);
}

.menu .big_menu .inner_menu li:nth-child(2) .bg{
    background-image: url(/img/menu/maki.jpg);
}

.menu .big_menu .inner_menu li:nth-child(3) .bg{
    background-image: url(/img/menu/gunkan.jpg);
}

.menu .big_menu .inner_menu li:nth-child(4) .bg{
    background-image: url(/img/menu/vorspeise.jpg);
}

.menu .big_menu .inner_menu li:nth-child(5) .bg{
    background-image: url(/img/menu/inside_out.jpg);
}

/*.menu .big_menu .inner_menu li:nth-child(6) .bg{
    background-image: url(/img/menu/inside_out.jpg);
}*/



.menu_wrapper h3{
    text-align: center;
}

.menu_item{
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu_item.show{
    display: block;
}

.menu_item.active{
    opacity: 1;
    visibility: visible;
}

.menu_item_inner{
    width: 100%;
    padding: 0 10px;
    max-width: 900px;
    margin: 0 auto
}

.menu_item li{
    font-size: .8em;
    position: relative;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.menu_item li strong{
    padding-right: 60px;
}

.menu_item li ul{
    margin: 1rem 0 0 0;
}


.menu_item li ul li{
    font-size: inherit;
}

.menu_item li ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0
}

.menu_item ul li:last-child{
    border-bottom: 0;
}

.menu_item li span{
    /* cursor: pointer; */
    position: absolute;
    right: 0;
    top: 0;
    /* padding-right: 30px;
    background-image : url(/img/icons/order.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center right; */
}

.order_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image : url(/img/icons/order.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center center;
    padding-right: 10px
}

.menu_item .inner{
    width: 100%;
}

.menu_item .inner.half{
    width: 50%;
    float: left;
    padding: 0 20px;
}

#bestellung{
    position: fixed;
    width: 100%;
    transition: all .3s;
    /*background: #0d282f;*/
    /*background: #13353b;*/
    background: #0d282f;
    z-index: 1000;
    padding-top: 30px;
    bottom: -100%;
    height: 100%;
    padding-bottom: 100px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#bestellung.active{
    bottom: 0px;
}

#bestellung .small_font a.phone{
    padding-right: 17px;
    background-image: url(/img/icons/phone.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 14px;
}

#bestellung .menu_item{
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

#bestellung .menu_item li span{
    background-size: 16px;
/*    position: initial;
    float: right;*/
    background-image: url(/img/icons/garbage.svg);
}

#bestellung .menu_item li{
    border-bottom: 0;
}

#bestellung .menu_item li div{
    position: absolute;
    margin-right: 20px;
    right: 90px;
    top: 0px;
}


#bestellung .menu_item li div .plus,
#bestellung .menu_item li div .minus{
    cursor: pointer;
    width: 20px;
    height: 25px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
}

#bestellung .menu_item li div .zahl{
    padding: 0 5px;
    color: #FABA05 !important
}

#bestellung .menu_item li div .plus{
    background-image: url(/img/icons/add.svg);
}
#bestellung .menu_item li div .minus{
    background-image: url(/img/icons/substract.svg);
}





#bestellung .menu_item li div *{
    font-style: normal;
    float: left;
}

.bestellung{
    font-size: 1rem;
    position: fixed;
    bottom: 70px;
    /*background: #0d282f;*/
    /*background: #13353b;*/
    background: #0d282f;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%,0%);
    padding: 5px 32px 5px 10px;
    background-image: url(/img/icons/up-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 15px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

body.sticky .bestellung.active{
    opacity: 1;
    visibility: visible;
}



.bestellung.pulse{
    bottom: 90px;
}

.menu_info{
    padding: 10px 10px;
    display: none;
    max-width: 820px;
    margin: 30px auto;
}

.menu_info.active{
    display: block;
}

.yellow_bg{
    color: #000 !important;
    background-color: #FABA05
}

.bestellung.yellow_button{
    background-image: url(/img/icons/up-arrow-black.svg);
    color: #000 !important;
    background-color: #FABA05
}

.info{
    display: none
}

.info.active{
    display: block
}

.summe{
    color: #FABA05 !important;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.summe *{
    color: #FABA05 !important;
}

.summe i{
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url(/img/icons/print.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    float: left;
    background-position: center center;
}

.close_bestellung{
    position: fixed;
    top: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    background-image: url(/img/nav/cross_white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    display: none;
    background-color: rgba(13,40,47,0.7);
    z-index: 10000;
}

#bestellung.active .close_bestellung{
    display: block;
}


/*BIG BGS*/
.big_bg{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.with_fixed{
    /*background-attachment: fixed;*/
    /*-webkit-transform: translateZ(0);*/
}

.big_bg .overlay{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
}

.gutschein{
    background-image: url(/img/gutschein/gutschein.jpg);
    padding: 50px 0;
    background-position: center bottom;
}

.ueber{
    background-image: url(/img/ueber/ueber.jpg);
    background-position: top center;
    padding: 100px 0;
}


/*GUTSCHEIN*/




.gutschein_icon{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-image: url(/img/gutschein/gift.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


/*RESERVIERUNG*/

::-webkit-input-placeholder {
  color: #dad8d8;
}
::-moz-placeholder {
  color: #dad8d8;
}
:-ms-input-placeholder {
  color: #dad8d8;
}
:-moz-placeholder {
  color: #dad8d8;
}

form input,
form textarea,
form select{
    margin-bottom: 30px;
   border: 0 !important;
   border-bottom: 1px solid #dad8d8 !important;
   float: left;
   width: 100%;
   border-radius: 0 !important;
   background: transparent;
   transition: border-bottom .3s;
}

form select{
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

form input:focus,
form textarea:focus,
form select:focus{
    border-bottom: 1px solid #0d282f !important;
}

form input{
    padding-bottom: 0 !important;
}

form select{
    background-image: url(/img/icons/down-arrow.svg) !important;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 17px;
}

.fl_ p,
.fl_ input{
    float: left;
}

.fl_ p{
    font-weight: normal;
}

.fl_ input{
    margin-left: 10px;
    width: 30px;
    margin-top: 11px;
}

button{
    display: block;
    margin: 0 auto;
    border: 0;
    background: transparent;
}

form .error{
    margin-bottom: 5px
}

form label.error{
    font-size: 0.7em;
    padding-left: 10px;
}

.picker__day{
    text-align: center;
}

.picker__footer,
.picker--time li[role="presentation"]{
    display: none;
}

.picker__list{
    padding: 0;
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover,
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover,
.picker--focused .picker__list-item--highlighted, .picker__list-item--highlighted:hover, .picker__list-item:hover,
.picker--focused .picker__list-item--selected, .picker__list-item--selected, .picker__list-item--selected:hover{
    background-color: #FABA05;
    border: 1px solid #FABA05;
    color: #fff;
}

.picker__nav--next:hover, .picker__nav--prev:hover{
    background: #FABA05;
}

/*GALLERIE*/

.gallerie ul{
    display: table;
    margin: 0 auto;
}

.gallerie ul li{
    float: left;
    margin: 0 20px;
}

.gallerie ul li a{
    color: #4E606E
}

.hidden_bar:after{
    opacity: 0;
}

.hidden_bar.active:after,
.hidden_bar:hover:after{
    opacity: 1;
}

.slider{
    height: 70vh;
    width: 100%;
    float: left;
    position: relative;
}

.slider_item{
    /*background-size: cover;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
}

.slider_item.active{
    opacity: 1;
}

.slider .arrow,
.big_menu .arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 30px;
    width: 60px;
    height: 60px;
    z-index: 100;
    background-repeat: no-repeat;
    opacity: 0.8;
    transition: opacity .75s;
    background-color: #0d282f;
    border-radius: 50%
}

.big_menu .arrow{
    display: none;
    /*width: 30px;*/
}

.slider .arrow:hover,
.big_menu .arrow:hover{
    opacity: 1;
    cursor: pointer;
}

.slider .arrow.left,
.big_menu .arrow.left{
    background-position: 12px center;
    left: 20px;
    background-image: url(/img/icons/left-arrow.svg);
}

.slider .arrow.right,
.big_menu .arrow.right{
    background-position: 17px center;
    right: 20px;
    background-image: url(/img/icons/right-arrow.svg);
}

/*MAP*/

#map{
    height: 600px;
    width: 100%;
}

.gm-style-iw p{
    margin-bottom: 0;
}

.gm-style-iw a{
    text-decoration: underline;
    color: #0d282f
}

/*FOOTER*/

footer{
    background-color: #0d282f;
    padding-bottom: 150px;
}

footer .logo_white{
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 150px;
    background-image: url(/img/footer/logo_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

footer p,
footer li,
.small_font{
    font-size: 0.8em;
}

footer .small_links{
    margin: 0;
    padding: 0
}

footer .three{
    padding: 0 15px;
}

footer .small_links a{
    float: left;
    clear: both;
    margin: 0 0 15px 0;
}

footer .small_links li{
    margin: 0;
}

.legal_texts,
.legal_texts .columns{
    display: none;
}

.legal_texts.active,
.legal_texts .columns.active{
    display: block;
}

.links{
    margin: 30px auto;
    display: table;
}

.links a{
    width: 40px;
    height: 40px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 20px 0 0;
}

.links a:last-child{
    margin: 0;
}

.facebook{
    background-image: url(/img/footer/facebook.svg);
}
.tripadvisor{
    background-image: url(/img/footer/tripadvisor.svg);
/*    background-size: 100% !important;*/
}

.google{
    background-image: url(/img/footer/google.svg);
/*    background-size: 100% !important;*/
}



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

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

@media print,
       (-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;
    }
    section,
    footer,
    .bestellung,
    nav,
    .hide_print{
        display: none;
    }

    #bestellung{
        position: initial;
    }
}


#map-overlay {
    position: relative;
    height: 600px; /* Beispielhöhe */
    background: url('../img/map/map-bg.jpg') center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#loadMap {
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #FABA05;
    cursor: pointer;
    font-weight: bold;
    width: 300px;
}

#map-overlay p {
    text-align: center;
    max-width: 300px;
    margin-top: 0px;
padding: 10px;
    font-size: 16px;
    background-color: white;
    width: 300px;
}


.vegan {
	height: 20px;
	width: 20px;
	display: inline-block;
	background: url('../img/vegan.png') center center no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-left: 4px;
}