/* Restaurant Hero */
.restaurant-hero {
  height: 45svh;
  background-color: #f5f5f5;
}
@media (max-width: 575px) {
.restaurant-hero {
  height: 40svh;
}
}

.restaurant-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    background-color: #f8f9fa;
    text-align: center;
    display: inline-block;
    background-image: url(fileadmin/UserFiles/01_Gourmet/01_Home/D75_7208_06_c_sw.jpg);
}


/* Restaurant Content */
.restaurant-content {
  margin-top: 3.5rem;
  margin-bottom: 5rem;
  padding-left: 8.3333333%;
  padding-right: 8.3333333%;
}

@media (max-width: 992px) {
  .restaurant-content {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
  }

}
.result-address {
  margin-bottom: 2rem;
}

.social-share {
  margin-top: 3rem;
  text-align: center;
}
.social-share-title,
.opening-hours-title {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: .5rem;
  text-align: center;
}
.social-share-title::after {
  content: "";
  margin: .75rem auto 0 auto;
  width: 3rem;
  display: block;
  border-top: 1.5px solid var(--bs-text-d);
}

.social-share-links {
    margin-top: 1rem;
}
.social-share a{
  text-decoration: none;
}

[class^="fe-"]::before, [class*=" fe-"]::before {
  font-family: var(--bs-font-icons);
  padding: 0 .5rem;
  vertical-align: 0rem;
  line-height: 1;
  align-self: center;
  font-size: 1.1rem;
  font-weight: 300;
}





/* Container */
.container {
  /* Bootstrap Container - wird im HTML verwendet */
}

/* Result Info Sections */
.result-info-1 {
  padding-bottom: .5rem;
  padding-right: 1rem;
}

.result-info-2 {
  display: inline-block;
  width: 2rem;
}

/* Result Title und Address */
.result-title {
  margin-bottom: 0;
}


/* Apero Info */
.apero-info {
  display: flex;
  padding: .5rem .75rem;
  margin-bottom: .8rem;
  background-color: var(--bs-light);
  border-radius: var(--bs-card-radius);
}

.apero-reg {
  float: left;
}

.apero-reg .apero-button {
  margin-left: 0;
  margin-right: .5rem;
}

.apero-offer {
  padding-top: .2rem;
}

.apero-button {
  font-size: 1rem;
  height: 1.75rem;
  width: 1.75rem;
  text-align: center;
  display: inline-block;
  margin-left: 0.313rem;
  border-radius: 5rem;
  line-height: 1.4;
  color: var(--bs-primary);
  position: relative;
  background-color: var(--bs-light-l);
  text-decoration: none;
  opacity: 1;
}

.apero-button:hover {
  color: var(--bs-dark);
  background-color: var(--bs-light);
}

.apero-button::before {
  content: " ";
  background-repeat: no-repeat;
  background-size: 1.1rem;
  height: 1.1rem;
  width: 1.1rem;
  display: inline-block;
  vertical-align: -0.4rem;
  background-image: url(/fileadmin/template/img/gourmet/apero-n.svg);
  opacity: 1;
  margin-left: .25rem;
  background-position: center;
}

/* Bootstrap Grid Classes */
.row {
  /* Bootstrap Row - wird im HTML verwendet */
}

.col-md-6, .col-lg-12, .col-xl-6 {
  /* Bootstrap Grid Columns - werden im HTML verwendet */
}

/* Result List */
.result-list {
  border-top: 1px solid var(--bs-border);
  margin-bottom: -1px;
}
.result-list a {
  text-decoration: none;
  color: var(--bs-text-d);
}
.result-list a:hover {
  text-decoration: none;
  color: var(--bs-primary);
}

.result-list li {
  border-bottom: 1px solid var(--bs-border);
  padding: .25rem 0 .25rem 0;
  display: flex;
  align-self: center;
}

/* Result Rating */
.result-rating {
  /* Spezifische Klasse für Rating-Listeneinträge */
}

/* List Icons */
.result-openinghours::before { content: "\e939"; }
.result-phone::before { content: "\e9a7"; }
.result-email::before { content: "\e98a"; }
.result-website::before { content: "\e972"; }
.result-winemenu::before { content: "\e964"; }
.result-winemenu2::before { content: "\e964"; }
.result-winemenu3::before { content: "\e95b"; }


[class^="result-"]::before, [class*="result-"]::before{
  font-family: var(--bs-font-icons);
  padding-right: .5rem;
  vertical-align: 0rem;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: var(--bs-text-d);
  opacity: .5;
  align-self: center;
  font-size: 1.1rem;
  font-weight: 300;
}



/* Star Rating */
.star-rating-numeric {
  opacity: .5;
  margin-right: .5rem;
  font-weight: 300;
}

.star, .star-half, .star-outline {
  align-self: center;
}

.star::before,
.star-half::before,
.star-outline::before {
  content: " ";
  background-repeat: no-repeat;
  background-size: 1rem;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: -.1rem;
  margin-right: .1rem;
}

.star::before {
  background-image: url(/fileadmin/template/img/gourmet/star.svg);
}

.star-half::before {
  background-image: url(/fileadmin/template/img/gourmet/star_half.svg);
}

.star-outline::before {
  background-image: url(/fileadmin/template/img/gourmet/star_outline.svg);
}

/* Small Class */
.small {
  /* Bootstrap Small Text - wird im HTML verwendet */
}

/* Awards */
.gaultmillau,
.michelin {
  margin-right: .5rem;
  font-size: .875rem;
}

.gaultmillau::before,
.michelin::before {
  content: " ";
  background-repeat: no-repeat;
  background-size: 1rem;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: -.1rem;
  margin-right: .2rem;
}

.gaultmillau::before {
  background-image: url(/fileadmin/template/img/gourmet/gaultmillau.svg);
}

.michelin::before {
  background-image: url(/fileadmin/template/img/gourmet/michelin.svg);
}

/* List Title/Value */
.list-title {
  font-size: .9rem;
  color: var(--bs-dark-d);
  opacity: .75;
  align-self: center;
  padding-right: .5rem;
}

.list-value {
  margin-left: auto;
}


/* Labels */
.label-1::before,
.label-2::before,
.label-3::before {
  content: " ";
  background-repeat: no-repeat;
  background-size: 3.5rem;
  height: 3.5rem;
  width: 3.5rem;
  display: block;
  opacity: 1;
  overflow: hidden;
}

.label-1::before {
  background-image: url(/fileadmin/template/img/gourmet/glas1.svg);
}

.label-2::before {
  background-image: url(/fileadmin/template/img/gourmet/glas2.svg);
}

.label-3::before {
  background-image: url(/fileadmin/template/img/gourmet/glas3.svg);
}

/* Footer */
.result-footer {
  margin-top: 3.5rem;
  text-align: center !important;
}
.result-footer a {
  min-width: 16.666666%;
  margin: 0 .75rem 1rem 0;
}

@media (max-width: 575px) {
.result-footer {
  margin-top: 2rem;
  text-align: center !important;
}
.result-footer a {
  min-width: 40%;
  margin: 0 .75rem 1.25rem 0;
}
}



.btn-website::before,
.btn-direction::before {
  content: " ";
  background-repeat: no-repeat;
  background-size: 1.1rem;
  height: 1.1rem;
  width: 1.1rem;
  margin-right: .125rem;
  vertical-align: -.2rem;
  background-position: center;
  display: inline-block;
}
.btn-website:hover::before,
.btn-direction:hover::before {
  filter: grayscale(100%);
}

.btn-website::before {
  background-image: url(/fileadmin/template/img/gourmet/web.svg);
}

.btn-direction::before {
  background-image: url(/fileadmin/template/img/gourmet/direction.svg);
}
.result-footer .result-winemenu::before,
.result-footer .result-winemenu2::before,
.result-footer .result-winemenu3::before {
  padding-right: .125rem;
  vertical-align: -.1rem;
  opacity: 1;
  color: inherit;
}



@media (min-width: 1400px) {
  .restaurant-info {
    margin: 0 8.333333%;
  }
}

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

.datail-maps {
  margin: 4.5rem 8.666666% 0 8.666666%;
  height: 40svh;
}
@media (max-width: 575px) {
  .datail-maps {
  margin: 3.5rem 0 0 0;
}
}
.badge {
  margin-bottom: 0.25rem;
  font-size: .75rem;
  font-weight: 300;
}

.opening-hours {
  margin-top: 3.5rem;
}
.opening-hours-day {
  text-align: center;
}
.badge sup {
  font-size: .5rem;
  opacity: .5;
  padding-left: .125rem;
  margin-right: -.25rem;
}

sup {
  font-size: .5rem;
  opacity: .5;
  padding-left: .125rem;
}
