/*
 Theme Name:   Bsign Master Theme Mobil
 Author:       Bsign Werbeagentur
 Author URI:   https://www.werbeagentur-bsign.de
 Template:     bsign_theme
 Version:      1.0.0
*/
/* Variablen */
h2 {
  font-size: 40px;
  line-height: 1.5;
}
h3 {
  font-size: 25px;
  line-height: 1.5;
}
@media (max-width: 781px) {
  .mobilereverse {
    flex-direction: column-reverse;
  }
}
.quadrate .wp-block-group {
  top: unset;
  transform: unset;
}
.mittagstisch h2 {
  font-size: 40px !important;
}
.reservierungsform {
  gap: 0;
}
.reservierungsform span {
  flex-basis: 100%;
}
.wp-block-cover,
.mittagstisch .wp-block-cover,
.wp-block-columns .wp-block-group {
  padding: 30px;
}
#colophon .widget.footer-copyright p {
  margin: 0;
}
#colophon .widget.footer-right {
  position: relative;
  right: unset;
  bottom: unset;
}
#colophon .socialicons {
  justify-content: unset;
  gap: 10px;
}
/* Mobil Menu */
#site-navigation {
  justify-content: space-between;
  margin-top: unset;
  margin-right: unset;
}
#masthead > * {
  flex-grow: 1;
}
#site-navigation .burger-menu.menu-wrapper.menu {
  width: 100%;
}
#site-navigation > .burger {
  top: 50%;
  transform: translateY(-50%);
}
#site-navigation .menu-wrapper.menu {
  overflow-y: auto;
}
#site-navigation .menu {
  position: fixed;
}
#site-navigation ul > li:last-of-type {
  margin-bottom: 200px;
}
.noScroll {
  overflow: hidden;
}
.alignwide {
  width: 100%;
}
.header_headline {
  padding: 0 20px;
  hyphens: none;
  top: 30px;
}
.header_headline h3 {
  font-size: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 320px) {
  .header_headline {
    padding: 0 20px;
    hyphens: none;
    top: 10px;
  }
  .header_headline h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}
@media (max-width: 1600px) {
  #masthead.hide {
    margin-top: 0;
  }
}
#masthead .wrapper,
.wrapper,
.wp-block-bsign-additional-containers-section.has-light-gray-background-color .InnerContent,
.wp-block-bsign-additional-containers-section.has-background-image .InnerContent,
.has-no-background-color.has-no-background-image .InnerContent {
  padding: 0 20px;
}
.wp-block-column:not(:first-child),
.main-navigation a {
  margin-left: 0px;
}
#primary {
  padding-top: 50px;
}
/* Header */
.header_space {
  height: 90px;
}
#masthead {
  position: fixed;
  padding: 0 20px;
  padding-top: 0;
  height: 90px;
  display: flex;
  pointer-events: all;
  background-color: #212121 !important;
}
#page {
  padding-top: 0px;
}
/* Logo */
.custom-logo-link,
.custom-logo-link > img {
  height: min-content;
  z-index: 9001;
}
.custom-logo-link {
  padding: unset;
  margin: unset;
}
.header-bottom .inside {
  display: flex;
}
.header-bottom .logo {
  height: unset;
}
.custom-logo-link {
  top: 0;
  transform: unset;
}
.header-overlay {
  height: 100%;
  background-color: none;
}
.header-overlay .wrapper {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.header-overlay h1 {
  font-size: 50px;
  line-height: 1.5;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.header-overlay h2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.custom-logo-link,
.custom-logo-link > img {
  width: auto;
  height: 100%;
  position: relative;
}
.is-layout-flex.wp-container-10.wp-block-columns.fachgebiete .wp-block-column {
  flex-basis: calc(50% - 1em) !important;
}
.entry-content > :first-of-type {
  margin-top: 0;
}
.wp-block-cover .wp-block-group {
  margin-top: 20px;
  margin-bottom: 20px;
}
.alignfull > * {
  max-width: 100%;
  min-width: 0;
}
.call_back_form .wpcf7-form-control.wpcf7-radio.praxis-switcher {
  flex-direction: column;
}
span.wpcf7-form-control-wrap {
  margin-bottom: 20px;
  margin-top: 20px;
}
.half_form {
  flex-direction: column;
  gap: 0;
}
.half_form > .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
#colophon .sidebar-1 {
  flex-direction: column;
}
#colophon .widget::after {
  display: none;
}
#colophon .textwidget p {
  text-align: left;
}
.sidebar_container {
  position: fixed !important;
  display: flex;
  width: 100%;
  top: unset;
  bottom: 0;
  transform: unset;
  justify-content: center;
  background-color: #0D0D0D;
}
.sidebar_container .sidebar-box > label,
.sidebar_container .sidebar-box > a {
  height: 60px;
  width: 60px;
}
.header_slider_wrapper,
.header_slide,
.header_slider_container .slick-list.draggable,
.header_slider_container .slick-track {
  height: 80vh;
}
.header_banner {
  height: 40vh;
}
.sidebar_container .box-content {
  position: absolute;
  transform: translate(-200%, -100%);
  width: max-content;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0 0 20px #00000015;
  transition: 0.3s linear;
  transition-property: transform;
}
.sidebar_container input:checked + .sidebar-box .box-content {
  transform: translate(0%, -100%);
}
.tel-content {
  left: 0;
  width: 100%;
  transform: translate(-200vw, -100%);
}
.call_back_button.button {
  width: max-content;
}
.search-content {
  transform: translate(-200vw, -100%);
}
#sidebar-search:checked + .sidebar-box.search .search-content,
#sidebar-tel:checked + .sidebar-box.telefon .tel-content {
  transform: translate(0px, -100%);
}
.speisekarte td {
  display: block;
}
.speisekarte .speisekarte-links {
  border-bottom: none !important;
}
