/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

/* Main Menu */
#Top_bar .menu li ul li {
  width: auto;
}

#Top_bar .menu > li ul li a {
  font-size: 16px;
  line-height: 21px;
}

/* Button */
.wp-block-button__link:hover {
  text-decoration: none;
}

/* Card */
.card {
  background-color: #f3f3f3;
  padding: 32px 32px 24px 32px;
}

.card--fruhstuckszeiten {
  background-color: #955c5c;
  border-radius: 10px;
}

.card--fruhstuckszeiten p:not(.hinweis) {
  color: #fff;
  font-size: 24px;
  margin-bottom: 24px;
}

.card--fruhstuckszeiten p.hinweis {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  margin-top: 16px;
}

.card--fruhstuckszeiten dl,
.card--fruhstuckszeiten a {
  color: #f3f3f3;
  margin: 0;
  padding: 0;
}

.card--fruhstuckszeiten dl > dt {
  border-color: rgba(102, 63, 63,0.4);
}

.card--fruhstuckszeiten dl > dd {
  border-color: rgba(102, 63, 63,0.4);
  padding-bottom: 0;
}

@media screen and (min-width: 548px) {
  .card--fruhstuckszeiten dl > dt {
    width: 200px;
  }

  .card--fruhstuckszeiten dl > dd {
    margin-left: 210px;
  }
}

/* Gästebuch */
.gwolle-gb {
  background-color: #f3f3f3;
  padding: 12px 32px 32px 32px;
}

.gwolle-gb .admin-entry {
  padding: 20px!important;
}

/* Preistabelle */
.preistabelle .question {
  border-width: 0 1px 0 1px!important;
}

.preistabelle .question > .title {
  border-bottom: 1px solid rgba(0,0,0,.08)!important;
  box-shadow: none;
  font-size: 18px;
  line-height: 30px;
}

.preistabelle .question > .title:first-child {
  border-top: 1px solid rgba(0,0,0,.08)!important;
}

.preistabelle .question > .title span {
  font-weight: 400;
}

.preistabelle .answer {
  padding: 20px 20px 20px 50px!important;
}

.preistabelle .answer h6 {
  margin-bottom: 0;
}

/* Speisekarte */
.speisekarte .speisekarte_gericht {
  padding-bottom: 40px;
  position: relative;
}

.speisekarte h4,
.speisekarte h5 {
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.speisekarte .speisekarte_preis {
  background-color: #FCFCFC;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  padding: 0;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 548px) {
  .speisekarte .speisekarte_gericht {
    padding: 0;
  }

  .speisekarte h4::after {
    content: '............................................................................................................................................................................................................................................................';
    position: absolute;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 16px;
    max-height: 100%;
    left: auto;
    bottom: -2px;
  }

  .speisekarte .speisekarte_preis {
    padding: 0 0 0 16px;
    right: 0;
    top: 6px;
    left: unset;
    bottom: unset;
  }
}

/* Footer */
.zahlungsmoeglichkeiten {
  width: -moz-fit-content;
  width: fit-content;
}

.zahlungsmoeglichkeiten .wp-block-image img {
  width: 42px!important;
}


/* WPML */
#Top_bar .wpml-languages.horizontal {
  padding: 0;
  border: 0;
  background-color: transparent;
}

#Top_bar .wpml-languages.horizontal ul li {
  margin: 0;
}

.wpml-languages.horizontal .lang-active {
  display: none;
}
