/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 5em;
  }

  h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #a5c422;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #a5c422;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #393939;
  }

  .btn-blue {
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #team, #news,
  #news-detail {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #a5c422;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
  }

  .navbar-default .navbar-brand {
    color: #393939;
    font-weight: 500;
  }

  .navbar-default .navbar-brand .fa {
    color: #a5c422;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #a5c422;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #4267b2;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li a {
    color: #555555;
    font-size: 12px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #393939 !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  .slider .item-first {
    background-image: url(../images/slider1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/slider2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider3.jpg);
  }


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    background: url('../images/about-bg.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #858585;
    margin: 0;
  }



  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

  .team-thumb {
    background-color: #f9f9f9;
    border-radius: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 20px 30px 0 30px;
  }

  .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }

  .team-contact-info p {
    margin-bottom: 2px;
  }

  .team-contact-info a {
    color: #757575;
  }

  .team-thumb .social-icon li {
    font-weight: 500;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 2px;
  }

  .team-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }

  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }



  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #a5c422;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #a5c422;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }


  /*---------------------------------------
      NEWS             
  -----------------------------------------*/

  #news, #news-detail {
    background: #f9f9f9;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }

  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #4267b2;
  }



  /*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

  #appointment {
    padding-top: 100px;
  }

  #appointment label {
    color: #393939;
    font-weight: 500;
  }

  #appointment .form-control {
    background: #f9f9f9;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #appointment input,
  #appointment select {
    height: 45px;
  }

  #appointment button#cf-submit {
    background: #a5c422;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #appointment button#cf-submit:hover {
    background: #393939;
    color: #ffffff;
  }


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #757575;
  }

  footer a:hover {
    color: #4267b2;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }
  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }



/* La Musica Anpassung: rote Buttons mit weißem Text */
:root {
  --lamusica-red: #c60000;
  --lamusica-red-dark: #990000;
}

.section-btn,
.btn,
button,
input[type="submit"],
.navbar-default .navbar-nav li.appointment-btn a,
#appointment button#cf-submit,
.angle-up-btn a:hover,
.news-social-share .btn,
.news-tags li a,
.team-thumb .social-icon li a:hover,
.social-icon li a:hover {
  background: var(--lamusica-red) !important;
  border-color: var(--lamusica-red) !important;
  color: #ffffff !important;
}

.section-btn:hover,
.btn:hover,
button:hover,
input[type="submit"]:hover,
.navbar-default .navbar-nav li.appointment-btn a:hover,
#appointment button#cf-submit:hover,
.news-tags li a:hover {
  background: var(--lamusica-red-dark) !important;
  border-color: var(--lamusica-red-dark) !important;
  color: #ffffff !important;
}

header span i,
.navbar-default .navbar-brand .fa,
#service .fa {
  color: var(--lamusica-red) !important;
}

a:hover, a:active, a:focus {
  color: var(--lamusica-red) !important;
}

.navbar-default .navbar-nav li.appointment-btn a:hover,
.section-btn:hover,
#appointment button#cf-submit:hover {
  color: #ffffff !important;
}

/* La Musica Anpassungen */
:root { --lamusica-red:#b40000; --lamusica-red-dark:#8f0000; }

.section-btn,
.navbar-default .navbar-nav li.appointment-btn a,
#appointment button#cf-submit,
#reservierung button#cf-submit,
.news-social-share .btn-danger,
.angle-up-btn a:hover {
  background: var(--lamusica-red) !important;
  color: #ffffff !important;
  border-color: var(--lamusica-red) !important;
}

.section-btn:hover,
.navbar-default .navbar-nav li.appointment-btn a:hover,
#appointment button#cf-submit:hover,
#reservierung button#cf-submit:hover {
  background: var(--lamusica-red-dark) !important;
  color: #ffffff !important;
}

header span i,
.navbar-default .navbar-brand .fa,
#about .fa,
.contact-info .fa {
  color: var(--lamusica-red) !important;
}

.contact-info .fa {
  background: var(--lamusica-red) !important;
  color: #ffffff !important;
}

a:hover, a:active, a:focus,
footer a:hover,
.social-icon li a:hover {
  color: var(--lamusica-red) !important;
}

.social-icon li a:hover {
  background: var(--lamusica-red) !important;
  color: #ffffff !important;
}

#kueche, #service, #reservierung {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

#service { background:#f9f9f9; text-align:center; }
#kontakt { line-height:0; margin:0; padding:0; }

#kontakt-reservierung-form .form-control {
  background:#f9f9f9;
  border:none;
  border-radius:3px;
  box-shadow:none;
  font-size:14px;
  margin-bottom:15px;
}

#kontakt-reservierung-form input,
#kontakt-reservierung-form select { height:45px; }

#kontakt-reservierung-form label {
  color:#393939;
  font-weight:500;
}


/*---------------------------------------
  LA MUSICA GALLERY
-----------------------------------------*/
.gallery-section {
  background: #f7f7f7;
  padding: 100px 0;
}
.gallery-logo {
  max-width: 260px;
  width: 80%;
  height: auto;
  margin-bottom: 20px;
}
.gallery-section .section-title h2 {
  color: #202020;
  margin-top: 0;
}
.gallery-section .section-title p {
  color: #666;
  font-size: 16px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
  margin-top: 35px;
}
.gallery-item {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  min-height: 230px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.10);
  margin: 0;
  transition: transform .28s ease, box-shadow .28s ease;
}
.gallery-item:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}
.gallery-item img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 35px;
}
.gallery-lightbox.active { display: flex; }
.gallery-lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
}
.gallery-close,
.gallery-prev,
.gallery-next {
  position: absolute;
  border: 0;
  color: #ffffff;
  background: rgba(255,255,255,.12);
  border-radius: 999px;
  cursor: pointer;
  line-height: 1;
  transition: background .25s ease, transform .25s ease;
}
.gallery-close:hover,
.gallery-prev:hover,
.gallery-next:hover { background: rgba(255,255,255,.24); transform: scale(1.05); }
.gallery-close { top: 22px; right: 28px; font-size: 42px; width: 58px; height: 58px; }
.gallery-prev,
.gallery-next { top: 50%; transform: translateY(-50%); font-size: 58px; width: 66px; height: 66px; }
.gallery-prev:hover,
.gallery-next:hover { transform: translateY(-50%) scale(1.05); }
.gallery-prev { left: 25px; }
.gallery-next { right: 25px; }

@media (max-width: 767px) {
  .gallery-section { padding: 70px 0; }
  .gallery-grid { grid-template-columns: 1fr; gap: 18px; }
  .gallery-item img { height: auto; max-height: none; }
  .gallery-prev,
  .gallery-next { width: 48px; height: 48px; font-size: 42px; }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  .gallery-close { top: 12px; right: 12px; width: 48px; height: 48px; font-size: 34px; }
}


/* =====================================================
   LA MUSICA - HEADER SLIDER AUTOMATICO 3 SLIDE / 5 SEC
   ===================================================== */
#home.slider {
  position: relative;
  overflow: hidden;
}

#home .owl-carousel {
  position: relative;
  height: 650px;
  overflow: hidden;
}

#home .owl-carousel .item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 650px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.06);
  transition: opacity 1.2s ease-in-out, visibility 1.2s ease-in-out, transform 5s ease;
  z-index: 1;
}

#home .owl-carousel .item.active-slide {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

#home .owl-carousel .caption {
  position: relative;
  z-index: 3;
}

#home .hero-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 10px;
}

#home .hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background .3s ease, transform .3s ease;
}

#home .hero-dot.active,
#home .hero-dot:hover {
  background: #ffffff;
  transform: scale(1.15);
}

@media (max-width: 767px) {
  #home .owl-carousel,
  #home .owl-carousel .item {
    height: 560px;
  }

  #home h1 {
    font-size: 3em;
  }

  #home .hero-slider-dots {
    bottom: 18px;
  }
}

/* Aggiornamento richiesto: sezione Über uns / Presentazione */
#about {
  background: #ffffff !important;
  background-image: none !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

#about .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-text-column {
  padding-right: 45px;
}

.about-presentation-image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  background: #ffffff;
}

.about-presentation-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 767px) {
  #about .row {
    display: block;
  }

  .about-text-column {
    padding-right: 15px;
    margin-bottom: 35px;
  }

  .about-presentation-image img {
    height: auto;
  }
}


/* Aggiornamento richiesto: menu fisso durante lo scroll */
.navbar-la-musica-fixed,
.navbar.navbar-default {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.navbar-la-musica-fixed .navbar-collapse {
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}


/* Aggiornamento: sezione Was wir bieten con Anlass animati */
.header-contact-only {
  float: none;
  width: 100%;
}

#service .section-title h2 {
  color: var(--lamusica-red, #b40000);
  margin-bottom: 8px;
}

#service .section-title p {
  color: #777777;
  font-size: 15px;
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 20px;
}

.occasion-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 34px 24px 30px;
  min-height: 250px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border: 1px solid rgba(180,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.occasion-card:before {
  content: '';
  position: absolute;
  top: -70px;
  right: -70px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(180,0,0,0.07);
  transition: transform 0.35s ease;
}

.occasion-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.14);
  border-color: rgba(180,0,0,0.22);
}

.occasion-card:hover:before {
  transform: scale(1.35);
}

.occasion-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--lamusica-red, #b40000);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  animation: occasionFloat 3.2s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

.occasion-icon .fa,
#service .occasion-icon .fa {
  font-size: 32px;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0;
  background: transparent;
  color: #ffffff !important;
  border-radius: 0;
}

.occasion-card h3 {
  color: #292929;
  font-size: 20px;
  margin: 0 0 12px;
  position: relative;
  z-index: 1;
}

.occasion-card p,
#service .occasion-card p {
  color: #777777;
  margin: 0;
  position: relative;
  z-index: 1;
}

@keyframes occasionFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (max-width: 991px) {
  .occasion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .header-contact-only { text-align: left; }
  .occasion-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .occasion-card {
    min-height: auto;
    padding: 30px 22px;
  }
}


/* Aggiornamento: loghi rimossi dalle sezioni, icone SVG autonome per "Was wir bieten" */
.la-musica-logo-header,
.la-musica-logo-hero,
.la-musica-logo-section,
.gallery-logo,
.la-musica-logo-form,
.la-musica-logo-footer {
  display: none !important;
}

.occasion-card {
  isolation: isolate;
}

.occasion-icon {
  background: linear-gradient(135deg, var(--lamusica-red, #b40000), #7f0000);
  box-shadow: 0 12px 24px rgba(180,0,0,0.22);
}

.occasion-svg {
  width: 42px;
  height: 42px;
  display: block;
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.occasion-card:hover .occasion-icon {
  transform: translateY(-6px) scale(1.05);
}

.occasion-card:hover .occasion-svg {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.18));
}


/*---------------------------------------
  LOGO LOADER INTRO
-----------------------------------------*/
body.site-is-loading {
  overflow: hidden;
}

.site-logo-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 42%, rgba(245,245,245,0.98) 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

body.site-loaded .site-logo-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-logo-loader-inner {
  position: relative;
  width: min(340px, 72vw);
  height: min(340px, 72vw);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: loaderLogoEnter 0.9s ease both;
}

.site-logo-loader-img {
  position: relative;
  z-index: 2;
  width: min(260px, 58vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,0.16));
  animation: loaderLogoPulse 2.1s ease-in-out infinite;
}

.site-logo-loader-ring {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 2px solid rgba(160, 22, 28, 0.16);
  border-top-color: rgba(160, 22, 28, 0.75);
  border-right-color: rgba(214, 174, 94, 0.68);
  box-shadow: 0 0 35px rgba(160, 22, 28, 0.10);
  animation: loaderRingSpin 1.35s linear infinite;
}

.site-logo-loader-ring::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px solid rgba(214, 174, 94, 0.34);
}

@keyframes loaderRingSpin {
  to { transform: rotate(360deg); }
}

@keyframes loaderLogoPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.035); opacity: 0.94; }
}

@keyframes loaderLogoEnter {
  from { opacity: 0; transform: translateY(14px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 767px) {
  .site-logo-loader-inner {
    width: min(280px, 78vw);
    height: min(280px, 78vw);
  }

  .site-logo-loader-img {
    width: min(215px, 62vw);
  }
}


/*---------------------------------------
  LA MUSICA EXTRA SECTIONS
-----------------------------------------*/
.navbar-default .navbar-nav li.nav-social-item a {
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-default .navbar-nav li.nav-social-item a:hover {
  color: #b50000 !important;
}

.speisekarte-section,
.oeffnungszeiten-section,
.bewertungen-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ffffff;
}

.oeffnungszeiten-section {
  background: #fafafa;
}

.bewertungen-section {
  background: #ffffff;
}

.download-card,
.review-card,
.social-contact-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 30px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
  max-width: 760px;
  margin: 0 auto;
}

.download-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #b50000;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  margin-bottom: 22px;
  box-shadow: 0 10px 26px rgba(181,0,0,0.22);
}

.la-musica-red-btn {
  background: #b50000 !important;
  color: #ffffff !important;
  border-radius: 4px;
  display: inline-block;
  margin-top: 14px;
}

.la-musica-red-btn:hover,
.la-musica-red-btn:focus {
  background: #8f0000 !important;
  color: #ffffff !important;
}

.opening-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 15px;
}

.opening-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.07);
  border: 1px solid rgba(0,0,0,0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.opening-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.11);
}

.opening-card span {
  display: block;
  color: #b50000;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.opening-card strong {
  color: #252525;
  font-size: 16px;
  line-height: 1.55;
}

.opening-card.closed {
  background: #f7f7f7;
}

.opening-card.closed span,
.opening-card.closed strong {
  color: #777777;
}

.opening-card.sunday {
  grid-column: span 3;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f0 100%);
}

.review-stars {
  color: #d6ae5e;
  font-size: 28px;
  letter-spacing: 4px;
  margin-bottom: 18px;
}

.la-social-icons {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.la-social-icons li {
  display: inline-block;
  margin: 0 8px;
}

.la-social-icons li a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #b50000;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 25px rgba(181,0,0,0.18);
}

.la-social-icons li a:hover {
  background: #252525;
  color: #ffffff;
  transform: translateY(-4px);
}

.social-contact-box {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .opening-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .opening-card.sunday {
    grid-column: span 2;
  }

  .navbar-default .navbar-nav li.nav-social-item {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .speisekarte-section,
  .oeffnungszeiten-section,
  .bewertungen-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .opening-grid {
    grid-template-columns: 1fr;
  }

  .opening-card.sunday {
    grid-column: span 1;
  }

  .download-card,
  .review-card,
  .social-contact-box {
    padding: 30px 20px;
  }

  .navbar-default .navbar-nav li.nav-social-item a {
    display: inline-block;
    padding: 12px 14px;
  }
}


/*---------------------------------------
  IMPRESSUM & DATENSCHUTZ
-----------------------------------------*/
.legal-page-body {
  background: #f7f7f7;
}

.legal-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.legal-page-section {
  padding: 90px 0;
  background: #f7f7f7;
}

.legal-page-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 55px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
}

.legal-page-card h1 {
  font-size: 42px;
  color: #252525;
  margin-top: 0;
  margin-bottom: 10px;
}

.legal-page-card h2 {
  font-size: 24px;
  color: #b50000;
  margin-top: 34px;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.legal-page-card p {
  color: #555555;
  font-size: 15px;
  line-height: 1.85;
}

.legal-page-card a {
  color: #b50000;
  font-weight: 600;
}

.legal-muted {
  color: #888888 !important;
  font-size: 14px !important;
}

.legal-note {
  background: #fff8f0;
  border-left: 4px solid #d6ae5e;
  padding: 18px 20px;
  border-radius: 8px;
  margin-top: 35px;
}

.legal-page-footer,
.footer-legal-links {
  background: #252525;
  color: #ffffff;
  padding: 22px 0;
}

.legal-page-footer p,
.footer-legal-links,
.footer-legal-links span {
  color: #ffffff;
  margin: 0;
}

.legal-page-footer a,
.footer-legal-links a {
  color: #ffffff;
  font-weight: 600;
  margin: 0 8px;
}

.legal-page-footer a:hover,
.footer-legal-links a:hover {
  color: #d6ae5e;
}

@media (max-width: 767px) {
  .legal-page-section {
    padding: 55px 0;
  }

  .legal-page-card {
    padding: 32px 22px;
  }

  .legal-page-card h1 {
    font-size: 34px;
  }

  .legal-page-card h2 {
    font-size: 21px;
  }
}


/* Legal pages: reduced logo only in left navbar */
.legal-nav .navbar-brand {
  padding-top: 8px;
  padding-bottom: 8px;
}

.legal-nav .legal-logo-small {
  height: 34px !important;
  width: auto !important;
  max-width: 150px;
  object-fit: contain;
  margin-top: 0 !important;
}

.legal-page-footer img,
.footer-legal-links img {
  display: none !important;
}

@media (max-width: 767px) {
  .legal-nav .legal-logo-small {
    height: 30px !important;
    max-width: 130px;
  }
}


/* Clean CTA sections without extra cards */
.clean-cta-section .section-title {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 0;
}

.clean-cta-section .section-title p {
  margin-bottom: 24px;
}

.clean-cta-section .section-title .section-btn {
  margin-top: 4px;
}

.clean-cta-section .download-card,
.clean-cta-section .review-card,
.clean-cta-section .download-icon,
.clean-cta-section .review-stars {
  display: none !important;
}


/*---------------------------------------
  UNIFIED LA MUSICA FOOTER
-----------------------------------------*/
.la-musica-standard-footer {
  background: #1f1f1f;
  color: #ffffff;
  padding: 55px 0 0;
}

.la-musica-standard-footer img {
  display: none !important;
}

.la-musica-standard-footer h3 {
  color: #ffffff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 18px;
  letter-spacing: 0;
}

.la-musica-standard-footer p,
.la-musica-standard-footer a {
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.8;
}

.la-musica-standard-footer a:hover {
  color: #d6ae5e;
}

.la-musica-standard-footer .footer-col {
  margin-bottom: 32px;
}

.footer-social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-social-icons li {
  display: inline-block;
  margin: 0 7px 7px 0;
}

.footer-social-icons li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #b50000;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(181,0,0,0.18);
}

.footer-social-icons li a:hover {
  background: #d6ae5e;
  color: #1f1f1f !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 22px 0;
  margin-top: 8px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  font-weight: 600;
  margin: 0 6px;
}

/* Menu logo path/size consistency */
.navbar-brand .la-musica-logo-nav,
.legal-nav .legal-logo-small {
  height: 34px !important;
  width: auto !important;
  max-width: 165px;
  object-fit: contain;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .la-musica-standard-footer {
    text-align: center;
    padding-top: 42px;
  }

  .navbar-brand .la-musica-logo-nav,
  .legal-nav .legal-logo-small {
    height: 30px !important;
    max-width: 140px;
  }
}


/* Footer social SVG icons in the same visual language as "Was wir bieten" */
.footer-social-icons li a {
  width: 54px !important;
  height: 54px !important;
  background: #ffffff !important;
  border: 1px solid rgba(214,174,94,0.42);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.footer-social-icons li a:hover {
  transform: translateY(-6px);
  background: #fff8f0 !important;
  border-color: #d6ae5e;
  box-shadow: 0 18px 38px rgba(214,174,94,0.20);
}

.footer-svg-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-svg-icon svg {
  width: 34px;
  height: 34px;
  display: block;
}

.footer-svg-icon svg rect,
.footer-svg-icon svg circle,
.footer-svg-icon svg path {
  fill: none;
  stroke: #b50000;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-svg-facebook svg path {
  fill: #b50000;
  stroke: none;
}

.footer-svg-google svg path:nth-child(1) {
  fill: #b50000;
  stroke: none;
}

.footer-svg-google svg path:nth-child(2) {
  fill: #009b45;
  stroke: none;
}

.footer-svg-google svg path:nth-child(3) {
  fill: #d6ae5e;
  stroke: none;
}

.footer-svg-google svg path:nth-child(4) {
  fill: #252525;
  stroke: none;
}

.footer-social-icons li a:hover .footer-svg-icon svg rect,
.footer-social-icons li a:hover .footer-svg-icon svg circle,
.footer-social-icons li a:hover .footer-svg-icon svg path {
  stroke: #252525;
}

.footer-social-icons li a:hover .footer-svg-facebook svg path {
  fill: #252525;
}

.footer-social-icons li a:hover .footer-svg-google svg path:nth-child(1),
.footer-social-icons li a:hover .footer-svg-google svg path:nth-child(2),
.footer-social-icons li a:hover .footer-svg-google svg path:nth-child(3),
.footer-social-icons li a:hover .footer-svg-google svg path:nth-child(4) {
  fill: #252525;
}

@media (max-width: 767px) {
  .footer-social-icons li a {
    width: 50px !important;
    height: 50px !important;
  }

  .footer-svg-icon,
  .footer-svg-icon svg {
    width: 31px;
    height: 31px;
  }
}


/*---------------------------------------
  HEADER SLIDES FULL SCREEN
-----------------------------------------*/
.slider,
.slider .owl-carousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item,
.slider .item {
  min-height: 100vh;
}

.slider .item {
  height: 100vh !important;
  min-height: 680px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.slider .item-first {
  background-image: url(../images/slider1.jpg) !important;
}

.slider .item-second {
  background-image: url(../images/slider2.jpg) !important;
}

.slider .item-third {
  background-image: url(../images/slider3.jpg) !important;
}

.slider .caption {
  min-height: 100vh;
  background-color: rgba(0,0,0,0.34);
}

@media (max-width: 767px) {
  .slider,
  .slider .owl-carousel,
  .slider .owl-stage-outer,
  .slider .owl-stage,
  .slider .owl-item,
  .slider .item,
  .slider .caption {
    min-height: 100vh;
  }

  .slider .item {
    height: 100vh !important;
    min-height: 620px;
  }
}


/* Contact section image */
.contact-image-box {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

.contact-presentation-img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .contact-image-box {
    margin-right: 20px;
  }
}


/* Reservierung section image beside the form */
.reservierung-image-box {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

.reservierung-presentation-img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .reservierung-image-box {
    margin-right: 24px;
    position: sticky;
    top: 110px;
  }
}

@media (max-width: 991px) {
  .reservierung-image-box {
    margin-bottom: 35px;
  }
}


/* Reservierung status messages */
.reservierung-status {
  padding: 18px 22px;
  border-radius: 10px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.6;
}

.reservierung-status.success {
  background: #ecfdf3;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.reservierung-status.error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}


/* Spam notice for reservation form */
.spam-hinweis {
  color: #555555;
  background: #fff8f0;
  border-left: 4px solid #d6ae5e;
  border-radius: 8px;
  padding: 12px 15px;
  margin-top: 12px;
  line-height: 1.6;
}

.spam-hinweis i {
  color: #b50000;
  margin-right: 6px;
}


/* Anti-spam form protection */
.anti-spam-hidden {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.form-help-text {
  font-size: 12px;
  color: #777777;
  line-height: 1.5;
  margin-top: 6px;
}


/* Reservation limits note */
.phone-limit-notice {
  color: #555555;
  background: #fff8f0;
  border-left: 4px solid #d6ae5e;
  border-radius: 8px;
  padding: 12px 15px;
  margin-top: 12px;
  line-height: 1.6;
}
