#header .quickform {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  padding-top: 0;
  z-index: 1;
  border-left: 0;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 1rem;
  width: calc(100vw - 95px);
  height: 54px;
  border-top: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  cursor: auto; }
  @media (min-width: 550px) {
  #header .quickform {
    width: 50vw; } }
  @media (min-width: 992px) {
  #header .quickform {
    width: auto;
    padding: 0 10px;
    border: 0;
    top: 32px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; } }
  @media (max-width: 991.98px) {
  #header .quickform {
    position: absolute;
    right: 0;
    bottom: 0; } }
  #header .quickform > span {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    font-size: 13px;
    font-size: 0.8125rem;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
    @media (min-width: 992px) {
  #header .quickform > span {
    position: relative;
    display: block;
    top: auto;
    left: auto; } }
    #header .quickform > span:hover *, #header .quickform > span:hover *:before {
      color: #4c4c4c; }
    #header .quickform > span span {
      position: absolute;
      left: 50%;
      top: 50%;
      line-height: 52px;
      height: 52px;
      width: 90%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      text-transform: uppercase;
      color: #4c4c4c;
      text-align: center;
      font-weight: 700;
      font-size: 0.825rem;
      background: #fff;
      white-space: nowrap;
      letter-spacing: 1px;
      text-indent: 0px;
      min-width: 200px; }
      @media (min-width: 992px) {
  #header .quickform > span span {
    line-height: 44px;
    height: 44px;
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20px; } }
      #header .quickform > span span:before {
        display: none; }
    #header .quickform > span i {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 50%;
      top: 18px;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      display: none; }
      #header .quickform > span i:before {
        font-family: 'default';
        font-weight: normal;
        text-indent: 0;
        font-style: normal;
        content: "\e90a";
        color: rgba(91, 103, 112, 1);
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
  #header .quickform.open {
    border-top: rgba(91, 103, 112, 1); }
    #header .quickform.open .quickform-form {
      opacity: 1;
      visibility: visible; }
  #header .quickform .quickform-form {
    width: 100vw;
    background: rgba(91, 103, 112, 1) !important;
    height: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    overflow: visible;
    max-height: 750px !important; }
    @media (min-width: 992px) {
  #header .quickform .quickform-form {
    width: calc(100vw - 85px);
    right: auto;
    height: 100vh !important;
    position: fixed;
    top: 0;
    left: 85px;
    margin: 0;
    display: block;
    overflow: hidden;
    max-height: 100% !important;
    visibility: hidden; } }
    @media (min-width: 992px) {
    #header .quickform .quickform-form .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 825px;
      min-height: 500px; } }
      @media (min-width: 1302px) {
  #header .quickform .quickform-form .inner {
    width: 1145px;
    min-height: 450px; } }
    #header .quickform .quickform-form #logoQuickform {
      position: absolute;
      top: 20px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      display: block;
      overflow: hidden; }
      #header .quickform .quickform-form #logoQuickform a {
        display: none;
        position: absolute;
        top: 0;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 100%;
        height: 100%; }
    @media (min-width: 992px) and (min-height: 850px) {
  #header .quickform .quickform-form #logoQuickform a {
    display: block; } }
    #header .quickform .quickform-form .headline {
      position: relative;
      color: #fff;
      font-size: 2rem;
      font-family: 'BornReadyUpright-Regular';
      font-style: normal;
      font-weight: 400;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
  #header .quickform .quickform-form .headline {
    font-size: 4rem;
    line-height: 4rem; } }
      #header .quickform .quickform-form .headline:before {
        display: none; }
    #header .quickform .quickform-form > .label {
      margin-bottom: 1.5rem; }
      #header .quickform .quickform-form > .label label {
        font-size: 2rem;
        line-height: 1.2em;
        font-weight: 300;
        color: #fff;
        margin: 0px; }
    #header .quickform .quickform-form .input {
      margin: 0 0 20px; }
    #header .quickform .quickform-form .submit {
      margin: 0; }
      #header .quickform .quickform-form .submit .btn {
        width: 100%;
        margin: 0px;
        height: 54px;
        line-height: 54px;
        padding: 0;
        font-size: 14px;
        line-height: 16px;
        padding-top: 10px; }
        @media (min-width: 600px) {
  #header .quickform .quickform-form .submit .btn {
    padding-left: 30px;
    padding-right: 30px; } }
        #header .quickform .quickform-form .submit .btn.btn-secondary {
          border: 2px solid #fff;
          color: #fff;
          line-height: 16px;
          padding-top: 8px;
          margin-right: 20px; }
          #header .quickform .quickform-form .submit .btn.btn-secondary:before {
            display: none; }
      #header .quickform .quickform-form .submit .btn[data-action=tablereservation], #header .quickform .quickform-form .submit .btn[data-action=eventinqury] {
        line-height: 34px; }
  #header .quickform .quicklink-hohe-salve {
    position: absolute;
    bottom: 0; }
  #header .quickform .isDateHtmlContainer {
    background: rgba(91, 103, 112, 1);
    text-align: left;
    cursor: pointer;
    padding: 0;
    height: 2rem !important;
    position: relative !important;
    font-size: 13px !important;
    color: #fff;
    border: 0;
    padding-left: 10px;
    line-height: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    #header .quickform .isDateHtmlContainer span {
      display: inline-block;
      text-align: left;
      line-height: 1.2em;
      font-size: 1rem; }
      #header .quickform .isDateHtmlContainer span.day {
        font-size: 13px;
        display: inline-block;
        padding-right: 0.375rem;
        color: #fff; }
      #header .quickform .isDateHtmlContainer span.month {
        text-transform: none;
        padding-top: 0;
        padding-right: 0.375rem;
        color: #fff;
        font-size: 13px; }
      #header .quickform .isDateHtmlContainer span.year {
        padding-top: 0;
        display: inline-block;
        font-size: 13px; }
      #header .quickform .isDateHtmlContainer span.dayname {
        display: inline-block;
        font-size: 13px; }
  #header .quickform .input.date {
    background: none; }
    #header .quickform .input.date.hasDateHtmlContainer .label, #header .quickform .input.date.hasDateHtmlContainer.hasValue .label {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      font-size: 0.8125rem;
      line-height: 1.5em;
      text-align: center;
      opacity: 1;
      color: rgba(255, 255, 255, 0.75);
      text-transform: uppercase;
      padding: 0; }
      #header .quickform .input.date.hasDateHtmlContainer .label label, #header .quickform .input.date.hasDateHtmlContainer.hasValue .label label {
        margin-left: 0;
        height: auto;
        line-height: 2.5em;
        letter-spacing: 1px;
        color: #fff;
        padding: 1.25rem 0 0;
        font-size: 13px; }
        @media (min-width: 992px) {
      #header .quickform .input.date.hasDateHtmlContainer .label label, #header .quickform .input.date.hasDateHtmlContainer.hasValue .label label {
        padding: 1.25rem 0; } }
    #header .quickform .input.date:after {
      top: auto;
      bottom: 10px;
      margin-top: 0;
      color: #fff;
      right: 5px; }
  #header .quickform form .row {
    margin-left: -10px;
    margin-right: -10px; }
    #header .quickform form .row > *[class*="col"] {
      padding-left: 10px;
      padding-right: 10px; }
  #header .quickform .hotline span.label, #header .quickform .email span.label {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 60px;
    display: inline-block; }
    @media (min-width: 992px) {
    #header .quickform .hotline span.label, #header .quickform .email span.label {
      display: none; } }
    @media (min-width: 1302px) {
    #header .quickform .hotline span.label, #header .quickform .email span.label {
      display: inline-block; } }
    #header .quickform .hotline a, #header .quickform .email a {
      color: #fff;
      text-decoration: none;
      font-size: 1rem;
      position: relative;
      top: 1px; }
    #header .quickform .hotline a:hover, #header .quickform .email a:hover {
      opacity: 0.75; }
  #header .quickform .quantity {
    background: none; }
    #header .quickform .quantity .label {
      position: relative;
      bottom: auto;
      opacity: 1;
      padding: 0; }
    #header .quickform .quantity .label label {
      font-size: 13px;
      text-transform: uppercase;
      top: auto;
      color: #fff;
      padding: 1.25rem 0 0;
      letter-spacing: 1px; }
      @media (min-width: 992px) {
    #header .quickform .quantity .label label {
      padding: 1.25rem 0; } }
    #header .quickform .quantity input {
      height: 22px;
      line-height: 22px;
      background: rgba(91, 103, 112, 1);
      border: 0 !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
      color: #fff;
      font-size: 13px;
      margin-top: 6px; }
    @media (min-width: 992px) {
    #header .quickform .quantity input {
      margin-top: 11px; } }
    #header .quickform .quantity .quantity-up, #header .quickform .quantity .quantity-down {
      top: auto;
      bottom: 7px;
      font-size: 8px;
      color: #fff; }
  #header .quickform .buttonsWrap {
    padding-top: 20px; }
    @media (min-width: 992px) {
  #header .quickform .buttonsWrap {
    padding-top: 50px; } }
  #header .quickform .select-betrieb {
    position: relative;
    margin: 20px 0; }
    @media (min-width: 992px) {
  #header .quickform .select-betrieb {
    margin: 50px 0; } }
    #header .quickform .select-betrieb > div:first-of-type {
      margin-bottom: 20px; }
    @media (min-width: 768px) {
    #header .quickform .select-betrieb > div:first-of-type {
      margin-bottom: 0; } }
    #header .quickform .select-betrieb .label {
      font-size: 14px;
      text-transform: uppercase;
      top: auto;
      color: #fff;
      padding: 1.25rem 0 0;
      letter-spacing: 1px; }
    #header .quickform .select-betrieb .radio > * {
      height: 20px;
      line-height: 20px; }
    #header .quickform .select-betrieb .radio label {
      color: #fff;
      padding-left: 10px;
      font-size: 14px; }
    #header .quickform .select-betrieb .radio span label:before {
      border: 1px solid #fff;
      background: rgba(255, 255, 255, 0.2); }
    #header .quickform .select-betrieb .radio span input:checked + label:after {
      background: #fff; }
    #header .quickform .select-betrieb .buchen_betrieb_select, #header .quickform .select-betrieb .tisch_betrieb_select, #header .quickform .select-betrieb .event_betrieb_select {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      margin-left: 0;
      width: 100%;
      min-width: auto;
      height: 30px;
      line-height: 30px;
      padding-left: 10px; }
    #header .quickform .select-betrieb .buchen_betrieb_select .list, #header .quickform .select-betrieb .tisch_betrieb_select .list, #header .quickform .select-betrieb .event_betrieb_select .list {
      border: 1px solid rgba(255, 255, 255, 0.5); }
      #header .quickform .select-betrieb .buchen_betrieb_select .list .option, #header .quickform .select-betrieb .tisch_betrieb_select .list .option, #header .quickform .select-betrieb .event_betrieb_select .list .option {
        height: 40px;
        line-height: 40px;
        min-height: 40px; }
    #header .quickform .select-betrieb .buchen_betrieb_select:after, #header .quickform .select-betrieb .tisch_betrieb_select:after, #header .quickform .select-betrieb .event_betrieb_select:after {
      right: 10px; }
    #header .quickform .select-betrieb .betriebError {
      position: absolute;
      top: 0;
      right: 0;
      display: none;
      padding: 0 10px;
      margin-left: 10px;
      font-size: 13px;
      z-index: 1; }
    #header .quickform .select-betrieb .betriebError:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      background: #fff;
      display: block;
      overflow: hidden;
      z-index: -1; }
    #header .quickform .select-betrieb .betriebError:after {
      content: '\3f';
      position: absolute;
      top: 50%;
      left: -5px;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 23px;
      height: 23px;
      background: red;
      display: block;
      overflow: hidden;
      z-index: 1;
      color: #fff;
      font-size: 15px;
      line-height: 23px;
      text-align: center; }
    #header .quickform .select-betrieb .betriebError.active {
      display: inline-block;
      color: rgba(91, 103, 112, 1); }
    @media (min-width: 768px) {
    #header .quickform .select-betrieb .selectOptions {
      position: relative; } }
  #header .quickform .nice-select {
    background-color: rgba(91, 103, 112, 1); }
  #header .quickform .quickform-buchung.hasValue .betriebError, #header .quickform .quickform-tisch.hasValue .betriebError, #header .quickform .quickform-event.hasValue .betriebError {
    display: none; }
  #header .quickform .field-time:before {
    display: none; }
    #header .quickform .field-time:after {
      display: none; }
    #header .quickform .field-time .label {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      font-size: 0.8125rem;
      line-height: 1.5em;
      text-align: center;
      opacity: 1;
      color: rgba(255, 255, 255, 0.75);
      text-transform: uppercase;
      padding: 0; }
    #header .quickform .field-time .label label {
      margin: 0;
      height: auto;
      line-height: 2.5em;
      letter-spacing: 1px;
      color: #fff;
      padding: 1.25rem 0 0;
      display: inline-block !important; }
      @media (min-width: 992px) {
    #header .quickform .field-time .label label {
      padding: 1.25rem 0; } }
    #header .quickform .field-time .time-select {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      margin-left: 0;
      width: 100%;
      min-width: auto;
      height: 30px;
      line-height: 30px;
      padding-left: 10px;
      top: -1px; }
    #header .quickform .field-time .time-select:after {
      display: block; }
    #header .quickform .field-time .time-select .list {
      border: 1px solid rgba(255, 255, 255, 0.5); }
      #header .quickform .field-time .time-select .list .option {
        height: 30px;
        line-height: 30px;
        min-height: 30px; }
    #header .quickform .field-time .time-select:after {
      right: 10px; }

@media (min-width: 992px) {
  #header.small .quickform {
    top: 8px; } }

#header .quickform.open {
  background: rgba(91, 103, 112, 1); }
  #header .quickform.open > span span {
    opacity: 0; }
  #header .quickform.open > span i {
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block; }
    #header .quickform.open > span i:before {
      font-size: 20px;
      content: "\e90b";
      color: #fff; }

@media (min-width: 992px) {
  #header.invert .quickform:not(.open) {
    border-left: 0; }
    #header.invert .quickform:not(.open) > span span, #header.invert .quickform:not(.open) i, #header.invert .quickform:not(.open) *:before, #header.invert .quickform:not(.open) *:after {
      color: #4c4c4c; }
    #header.invert .quickform:not(.open):hover > span span, #header.invert .quickform:not(.open):hover i, #header.invert .quickform:not(.open):hover *:before, #header.invert .quickform:not(.open):hover *:after {
      color: #4c4c4c; }

  #header.invert .quickform {
    opacity: 1;
    visibility: visible; }

  body.home #header.invert .quickform {
    opacity: 0;
    visibility: hidden; }

  #header.small .quickform {
    opacity: 1;
    visibility: visible; } }

#ui-datepicker-div {
  z-index: 9000 !important; }

form .input.date:after {
  content: '\e928'; }

@media (max-width: 430px) {
  .quickform-tisch .input.date:after, .quickform-event .input.date:after {
    display: none; } }

@media (min-width: 992px) {
    #header .header-buttons.threeButtonsMobil .quickform {
      width: auto; } }
  @media (max-width: 991.98px) {
  #header .header-buttons.threeButtonsMobil .quickform {
    right: 95px;
    width: calc(100vw - 190px); } }
  @media (max-width: 991.98px) {
  #header .header-buttons.threeButtonsMobil .quickform .quickform-form {
    right: -95px; } }
  @media (max-width: 400px) {
  #header .header-buttons.threeButtonsMobil .quickform span span {
    letter-spacing: 0; } }

@media (min-width: 992px) {
    #header .header-buttons.fourButtonsMobil .quickform {
      width: auto; } }
  @media (max-width: 991.98px) {
  #header .header-buttons.fourButtonsMobil .quickform {
    right: 135px;
    width: calc(100vw - 190px); } }
  @media (max-width: 991.98px) {
  #header .header-buttons.fourButtonsMobil .quickform .quickform-form {
    right: -135px; } }
  @media (max-width: 400px) {
  #header .header-buttons.fourButtonsMobil .quickform span span {
    letter-spacing: 0; } }
