@font-face {
  font-family: 'roboto';
  src: local "roboto" url(",../fonts/pfad/zu/meinerschrift.ttf") format("truetype"); }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ }

.cart-mobile-btn {
  display: flex; }

#cart {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 60; }
  #cart.open {
    display: block; }
  #cart .header .cart-close {
    display: block; }

.flex-container {
  display: block; }
  .flex-container > .aside,
  .flex-container > .main-col,
  .flex-container > .aside-right,
  .flex-container > .col-2,
  .flex-container > .aside + .main-col {
    width: 100%; }

.lieferservice.locations .flex-container > .aside {
  width: 100%; }

.lieferservice.locations .flex-container > .aside + .main-col {
  width: 100%; }

.lieferservice.has_cart {
  position: relative; }
  .lieferservice.has_cart .container {
    padding-right: 0; }

.form-group.col-2 {
  display: block; }
  .form-group.col-2 > * {
    width: 100%; }

#site-header {
  position: fixed;
  width: 100%; }
  #site-header .site-title .name {
    font-size: 1em;
    line-height: 1em; }
  #site-header .site-title .desc {
    display: block;
    font-size: 0.8em;
    line-height: 1em; }
  #site-header .site-navigation .searched .current_place {
    display: none; }

#site-footer .container .footer-col {
  width: 100%; }

.site-info {
  text-align: center;
  width: 100%; }

.user-menu .user-name {
  display: none; }

.instructions.description .col-3 {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .instructions.description .col-3 svg {
    max-width: 200px; }

.location-header .location-header-bg {
  position: static;
  right: auto;
  width: 100%;
  height: 30vw; }

.location-header .container {
  padding: 0;
  width: 100%; }

.location-header .location-header-box {
  margin: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(150, 150, 150, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(150, 150, 150, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(150, 150, 150, 0.5); }

.location-header .toogle-info {
  display: block; }

.location-content .location-description {
  display: none;
  visibility: hidden; }

h2 {
  font-size: 1.7em;
  line-height: 1.2em; }

@media (max-width: 500px) {
  .product .product-extra .action {
    display: block; }
    .product .product-extra .action .qty-input {
      margin-right: 0; }
      .product .product-extra .action .qty-input input {
        width: calc( 100% - 70px); }
    .product .product-extra .action .button {
      width: 100%; } }

.product .product-extra .options {
  margin-top: 25px; }
  .product .product-extra .options label {
    display: block;
    margin-bottom: 0.5em; }
  .product .product-extra .options.split {
    display: block; }
    .product .product-extra .options.split .small-title {
      width: 100%; }
    .product .product-extra .options.split label {
      width: 100%; }

.modal .inside {
  width: calc( 100% - 20px);
  max-height: calc( 100% - 20px);
  max-width: calc( 100% - 20px); }
  .modal .inside .modal-content {
    padding: 20px;
    overflow-y: auto; }

.authentication .toggle-auth {
  display: inline-block; }

.authentication.login .register, .authentication:not(.login):not(.register) .register {
  display: none; }

.authentication.register .login {
  display: none; }

.box .box-image {
  width: 8vw;
  min-width: 50px; }

.box .box-image + .description, .box .location-body {
  font-size: 0.8em; }

.checkout_login .h-title {
  font-size: 1em; }

.btn.mobile-full, .button.mobile-full, button.mobile-full {
  display: block;
  width: 100%; }

.account .navigation {
  display: none; }

.change-delivery-mobile {
  display: block; }

.instructions svg {
  max-width: 100px;
  margin: 0; }

/*# sourceMappingURL=mobile.css.map */