/* global
-------------------------------------------------------------- */
body{
    background: #000;
}
a:hover {
    color: #dd2122;
}
#scroll-top{
    border: 1px solid #c20407;
    background-color: #c20407;
}
@media only screen and (max-width: 450px){
    h2{
    font-size:36px;
        }
}
.OpeningHoursTable_table__JtdKW{
    width:90%;
    margin-bottom:30px;
}
.RestaurantCard_list__PMIVJ{
    margin-bottom:30px;
}
.contact-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    max-width: 720px;
}
.contact-detail {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 72px;
    padding: 8px 0;
}
.contact-detail__icon {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #dd2122;
}
.contact-detail__icon svg {
    width: 23px !important;
    height: 23px !important;
}
.contact-detail__content {
    min-width: 0;
}
.contact-detail__label {
    display: block;
    margin-bottom: 5px;
    color: #ffb4b5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}
.contact-detail__link {
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}
.contact-detail__link:hover {
    color: #ffb4b5 !important;
}
@media only screen and (max-width: 767px) {
    .contact-details {
        grid-template-columns: 1fr;
    }
    .contact-detail {
        min-height: 64px;
        padding: 5px 0;
    }
}
 #main-nav-mobi ul > li > a:hover {
    color: #c20407;
}
/* header
-------------------------------------------------------------- */
.header #site-header.style1 .site-header-inner {
    margin-top:0px;   
}
#main-nav .menu li a:hover, #main-nav .menu li a.active {
    color:#fff;
}
.topbar__logo {
    width: 100px;
    height: 100px;
}
.shopbtn{
    color:#FFB4B5; 
    font-weight:bold; 
    font-size:18px;
    margin-right:45px;
}
.shopbtn:hover{
    color:#fff;
}
@media only screen and (max-width: 991px) {
    .mobile-logo {
        width: 100px;
        height: 100px;
    }
}
.mobile-button:before, .mobile-button:after, .mobile-button span {
    background-color: #c20407;
}
@media only screen and (max-width: 991px) {
    .header.style1 {
        top: 30px;
        background-color: #000;
    }
    .topbar.style{
        display:none;
    }
}
.tf-button{
    margin-right:10px;
}
/* slider
-------------------------------------------------------------- */
.slider-page {
    margin: 162px 0 48px;
}
.swiper-wrapper{
    align-items: stretch;
}
@media screen and (max-width: 600px) {
    .slider-page {
        margin: 140px 0 0 0;
    }
}
.tf-button{
    background-color: #c20407;
}
.tf-button:hover {
    background-color: #f90001;
}
.swiper-btn{
    background-color: #000;
}
/* footer
-------------------------------------------------------------- */
.footer .footer-logo img {
    width: 100px;
}
.footer .footer-link {
    margin-bottom: 30px;
}
.footer .footer-link li a:hover {
    color: #c20407;
}
#impressum{
    margin-top:120px;
}
.HTMLContent_htmlContent__485JN table {
  font-size: var(--font-size-md);
  margin: 0 0 var(--spacing-6);
  border: 1px solid #666666;
  border-collapse: collapse;
  border-spacing: 0;
}
.HTMLContent_htmlContent__485JN table thead th {
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  border-bottom: 2px solid #666666;
  border: 1px solid #666666;
  padding:1%;
}
.HTMLContent_htmlContent__485JN table td {
  padding: 1%;
  border: 1px solid #666666;
}
.HTMLContent_htmlContent__485JN table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767px) {
  
}
@media (max-width: 767px) {
    .HTMLContent_htmlContent__485JN table thead {
       border: none;
       clip: rect(0 0 0 0);
       height: 1px;
       margin: -1px;
       overflow: hidden;
       padding: 0;
       position: absolute;
       width: 1px;
    }
    .HTMLContent_htmlContent__485JN table tbody td{
    border-bottom: 1px solid #666666;
    display: block;
  }
    .HTMLContent_htmlContent__485JN table tbody td[data-label]::before, .HTMLContent_htmlContent__485JN table tbody th[data-label]::before {
    display: block;
    content: attr(data-label);
    font-weight:bold;
  }
    .HTMLContent_htmlContent__485JN table tr {
    border-bottom: 1px solid #666666;
    display: block;
  }
}

.OpeningHoursTable_table__JtdKW tr.current-day th,
.OpeningHoursTable_table__JtdKW tr.current-day td {
    color: #fff !important;
    font-weight: 700 !important;
}
