/*
Theme Name: Baudekoration Steigerwald
Description: Design für Baudekoration Steigerwald
Author: Florian Turobin | © 2026 arax.systems
Version: 1.0
*/

/**
 * CSS Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
body { font-size: 62.5%; line-height: 1; font-family: Arial, Tahoma, Verdana, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }

input { outline: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

/** FONT **/
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v51-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-v51-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v51-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v51-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v51-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/roboto-v51-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/roboto-v51-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/roboto-v51-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Allgemein
 */
body {
  background: white;
  font-size: 14px;
  color: black;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.clear {
  clear: both;
}

/* Font Styles */
h1, h1 a {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: black;
  font-weight: 400;
  padding: 20px 0;
  text-align: left;
  text-decoration: none !important;
  line-height: 1.3;
}
h1 a:hover {
  text-decoration: underline !important;
}
h2, h2 a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  color: black;
  padding: 13px 0;
  text-decoration: none !important;
}
h2 a:hover {
  text-decoration: underline !important;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: black;
  padding: 12px 0;
  text-decoration: none !important;
}

hr {
  border: 0;
  height: 1px;
  background: #e2e2e2;
}

p {
  line-height: 1.8;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: black;
  padding: 15px 0;
}
p.subtitle {
  text-align: center;
  color: black;
  font-size: 12px;
  padding-bottom: 30px;
}
p.info {
  font-style: italic;
}
table tr td {
  line-height: 1.8;
  padding-right: 10px;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}
::selection {
  color: white;
  background: #C2005A;
}
::-moz-selection {
  color: white;
  background: #C2005A;
}
b, strong {
  font-weight: bold;
}
span.italic, em, i {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}

img.alignright {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
img.alignleft {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

#content_container ul,
#content_container ol {
  margin-left: 30px;
}
#content_container ul li {
  list-style: disc;
  line-height: 2;
}
#content_container ol li {
  list-style: decimal;
  line-height: 2;
}

#content_container a {
  color: black;
  text-decoration: underline;
}
#content_container a:hover {
  text-decoration: none;
}

/* Headerbereich */
#header_container {
  width: 100%;
  height: auto;
}
.main_site_title {
  font-size: 20px;
  box-sizing: border-box;
  line-height: 1.5;
  padding-top: 47px;
}
.site_subtitle {
  margin-top: 0px;
  font-size: 13px;
  color: black;
  line-height: 1.6;
}
#logo {
  float: left;
  background: url("img/logo.png");
  width: 70px;
  height: 139px;
  background-size: 70px 139px;
  margin: 20px 20px 20px 0;
  margin-right: 20px;
}

/* Mobile menu toggle */
#mobile-menu-toggle {
  display: none;
  float: right;
  width: 46px;
  height: 46px;
  margin-top: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: poRoboto;
  position: relative;
  z-index: 1001;
}

#mobile-menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: #000000;
  margin: 6px auto;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

#mobile-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

#mobile-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Navigation */
#navigation {
  height: auto;
  margin-top: -47px;
  float: right;
}
#navigation ul {
  list-style: none;
  position: relative;
  display: inline-table;
}
#navigation ul li {
  float: left;
  text-align: right;
  font-size: 15px;
  margin-left: 25px;
}
#navigation ul li a {
  display: block;
  color: black;
  text-decoration: none;
  padding-bottom: 10px;
}
#navigation ul li a:hover {
  color: #C2005A;
  text-decoration: none;
}
#navigation ul li.current-menu-item a {
  text-decoration: none;
  border-bottom: 2px solid #C2005A;
}
#navigation ul li.current-menu-item ul li a {
  color: black;
}
#navigation ul li:last-child {
  position: relative;
  bottom: 12px;
}
#navigation ul ul {
  position: absolute;
  top: 100%;
  display: none;
  border: 1px solid #e7e7e7;
}
#navigation ul ul li {
  float: none;
  text-align: left;
  position: relative;
  margin-left: 0;
}
#navigation ul ul li a {
  background: white;
  padding: 11px 40px 11px 11px;
}
#navigation ul ul li:hover a,
#navigation ul li.current-menu-item ul li:hover a {
  background: #C2005A;
  color: white;
}
#navigation ul li:hover > ul {
  display: block;
}
#navigation ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

#navigation ul#menu-hauptmenue > li:last-child > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  text-decoration: none !important;
  color: #FFFFFF !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 100%), #C2005A;
  border-radius: 10px;
  transition: opacity 0.2s ease;
}

/* Teaser Container */
#teaser-container {
  width: 100%;
  height: auto;
  background: url('img/teaser-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: black;
  padding: 30px 0;
}
#teaser-container h1 {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
}

/* Content Bereich */
#content_container {
  margin: 50px 0;
}
.content {
  width: 90%;
  max-width: 1300px;
  padding: 0 5%;
  margin: 0 auto;
}

/* Contact page */
#contact-container {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
#contact-container h1 {
  font-family: "Roboto";
}
#maps {
  flex: 0 0 50%;
}

#maps iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border-radius: 15px;
  display: block;
}

#contact-info {
  flex: 1;
}

@media (max-width: 900px) {
  #contact-container {
    flex-direction: column;
    gap: 20px;
  }

  #maps {
    flex: unset;
    width: 100%;
  }

  #maps iframe {
    min-height: 300px;
  }
}

/* Blog Posts */
.single_entry {
  margin-bottom: 50px;
}
.single_entry h1 a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.single_entry .post_meta {
  font-style: italic;
  font-size: 12px;
}

/* Kontakt Seite */
input, textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #dadada;
  outline: none;
  padding: 10px;
  font-size: 13px;
  resize: none;
}
input[type="checkbox"] {
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
#content_container.contact_full_width h1 {
  font-weight: 100;
  color: black !important;
  font-size: 30px;
}
#content_container.contact_full_width p.contact_form_info_text {
  font-size: 11px;
  color: black;
}
#content_container.contact_full_width table {
  width: 100%;
}
#content_container.contact_full_width input[type="text"],
#content_container.contact_full_width input[type="email"] {
  width: 70%;
  padding: 20px;
  font-size: 15px;
  border: none;
  margin: 8px 0;
}
#content_container.contact_full_width textarea {
  padding: 20px;
  font-size: 15px;
  border: none;
  margin: 8px 0;
  box-sizing: border-box;
}
#content_container.contact_full_width input[type="submit"] {
  width: 200px;
  background: #C2005A;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #C2005A;
  font-size: 15px;
  cursor: poRoboto;
  float: right;
}
#content_container.contact_full_width input[type="submit"]:hover {
  background: #03290F;
  border: 1px solid #03290F;
}
#content_container.contact_full_width textarea {
  width: 100%;
}
span.error {
  line-height: 1.8;
}

/* Start Teamseiten Text*/
.team_img_text {
  margin-top: -61px;
  font-weight: 500;
  font-size: 25px;
  margin-left: 20px;
}
.team_img_text a, .team_img_text a:hover {
  color: white !important;
  text-decoration: none !important;
}

/* Teamseite */
.feature_team {
  margin-top: 50px;
  margin-bottom: 77px;
}

/* Suche Sidebar */
input[type="submit"] {
  background: #C2005A;
  color: white;
  font-weight: 500;
  text-transform: none;
  border: none;
  font-size: 13px;
  cursor: poRoboto;
}
input[type="submit"]:hover {
  background: #03290F;
}

/* Footer */
#footer_container {
  height: auto;
  width: 100%;
  color: black;
  background: #FCF9FA;
  line-height: 1.8;
  font-size: 12px;
  padding: 30px 0;
}
span.footer_title {
  padding-bottom: 10px;
  color: black;
  font-weight: 600;
}
div.footer_block {
  float: left;
  margin-right: 80px;
}
div.footer_block a {
  color: black;
}
div.footer_block a:hover {
  color: black;
  text-decoration: underline;
}

.footer_block ul li {
  text-align: left;
  display: block;
}
.footer_block ul li:first-child a {
  font-size: 12px;
  color: black;
  font-weight: 600;
  cursor: text;
  display: block;
}
.footer_block ul li:first-child a:hover {
  text-decoration: none;
}
.footer_block ul li a {
  color: black;
}
.footer_block ul li a:hover {
  color: black;
  text-decoration: underline;
}

.bb-home {
  color: #111111;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.bb-home section {
  width: 100%;
}

.bb-section-title {
  font-family: 'Roboto', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 26px;
}

.bb-button,
.bb-button:link,
.bb-button:visited,
.bb-button:hover,
.bb-button:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(0, 0, 0, 0) 100%), #C2005A;
  border-radius: 10px;
  transition: opacity 0.2s ease;
}

.bb-button:hover {
  opacity: 0.92;
}

.bb-section-button-wrap {
  margin-top: 40px;
  text-align: left;
}

/* Hero */
.bb-hero {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 200px;
  position: relative;
}

.bb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.42);
}

.bb-hero .content {
  position: relative;
  z-index: 2;
}

.bb-hero__inner {
  max-width: 760px;
  color: #000000;
}

.bb-hero__title {
  margin: 0 0 16px;
  font-family: 'Roboto', serif;
  font-size: 37px;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
}

.bb-hero__subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 22px;
  color: #000000;
}

.bb-hero__meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bb-meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #000000;
}

.bb-meta-item__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
}

.bb-meta-item__icon svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
}

/* Wichtiger Hinweis */
.bb-important-notice {
  width: 100%;
  background: #C2005A;
  padding: 24px 0;
}

.bb-important-notice__inner {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #FFFFFF;
}

.bb-important-notice__icon {
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-important-notice__icon svg {
  width: 23px;
  height: 23px;
}

.bb-important-notice__content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 0;
  padding-bottom: 10px;
  line-height: 1.2;
  font-weight: 600;
  color: white;
}

.bb-important-notice__text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
}

/* Leistungen */
.bb-services-overview {
  width: 100%;
  background: #FCF9FA;
  padding: 64px 0;
}

.bb-service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.bb-service-card {
  background: #FFFFFF;
  box-shadow: 0 0 10.6px 2px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  padding: 35px;
}

.bb-service-card h3 {
  margin: 0 0 10px;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
}

.bb-service-card__text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #2B2B2B;
}

/* Hinweis-Sektion */
.bb-note-section {
  width: 100%;
  background: white;
  padding: 50px 0;
}

.bb-note-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 40px;
  background: #FCF9FA;
  border-radius: 31px;
}

.bb-note-box__icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-note-box__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.bb-note-box__content {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.bb-note-box__title {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #C2005A;
}

.bb-note-box__text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

/* Neuigkeiten */
.bb-news-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 560px;
  max-height: 560px;
  overflow: hidden;
}

.bb-news-section__media,
.bb-news-section__content {
  max-height: 560px;
}

.bb-news-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bb-news-section__content {
  background: #FCF9FA;
  display: flex;
  align-items: center;
}

.bb-news-section__inner-wrap {
  width: 100%;
}

.bb-news-section__inner {
  padding: 56px 0;
}

.bb-news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bb-news-item h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  margin: 0 0 5px;
  padding-bottom: 0;
}

.bb-news-item h3 a,
.bb-news-item h3 a:link,
.bb-news-item h3 a:visited,
.bb-news-item h3 a:hover,
.bb-news-item h3 a:active {
  color: #000000;
  text-decoration: none;
}

.bb-news-item h3 a:hover {
  color: #C2005A;
}

.bb-news-item__date {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: black;
}

/* Beratung */
.bb-consulting-section {
  width: 100%;
  padding: 64px 0;
  background: #FFFFFF;
}

.bb-consulting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.bb-consulting-grid__content {
  width: 100%;
}

.bb-consulting-grid__image {
  width: 100%;
}

.bb-consulting-grid__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.bb-consulting-section__text {
  max-width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #222222;
}

.bb-consulting-section__text p:first-child {
  margin-top: 0;
}

.bb-consulting-section__text p:last-child {
  margin-bottom: 0;
}

/* Service */
.bb-service-section {
  width: 100%;
  padding: 64px 0 82px;
  background: #FFFFFF;
}

.bb-service-boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-bottom: 38px;
  width: 100%;
}

.bb-service-box,
.bb-visit-box {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 22px;
  background: #FFFFFF;
  box-shadow: 0 0 10.6px 2px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  width: 100%;
  box-sizing: border-box;
}

.bb-service-box__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-service-box__icon img {
  max-width: 32px;
  max-height: 32px;
  width: auto;
  height: auto;
  display: block;
}

.bb-service-box__text,
.bb-visit-box__content {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
}

.bb-visit-section-title {
  margin-top: 80px;
}

/* Responsive */
@media screen and (max-width: 1190px) {

  #navigation {
    clear: both;
    height: auto;
    width: 100%;
    margin-top: 10px;
  }

  #header_container {
    height: auto;
    padding-bottom: 25px;
    text-align: center;
  }
  .main_site_title {
    margin-top: 30px;
  }
  #navigation {
    margin-top: 27px !important;
  }
  .footer_block {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .bb-service-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-news-section {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  .bb-news-section__media,
  .bb-news-section__content {
    max-height: none;
  }

  .bb-news-section__media {
    max-height: 320px;
  }

  .bb-news-section__inner {
    padding: 44px 0;
  }

  .bb-consulting-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 730px) {
  .copyright {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  #footer_container {
    height: auto;
  }
  ul#menu-footer-menue {
    float: left;
    width: 100%;
    margin-bottom: 16px;
  }
  ul#menu-footer-menue li {
    display: block;
    float: none;
    padding-left: 0;
    text-align: left;
  }
  table#contactform tr td:nth-child(1) {
    display: none;
  }
  #content_container.contact_full_width input[type="submit"] {
    width: 100%;
    float: left;
  }
  .bb-hero {
    padding: 74px 0 60px;
  }

  .bb-hero__title {
    font-size: 31px;
  }

  .bb-section-title {
    font-size: 26px;
  }

  .bb-important-notice__inner {
    align-items: flex-start;
  }

  .bb-service-cards {
    grid-template-columns: 1fr;
  }

  .bb-service-card,
  .bb-service-box,
  .bb-visit-box,
  .bb-note-box {
    padding: 20px 18px;
  }

  .bb-note-box {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 722px) {
  #header_container {
    text-align: left;
    padding-bottom: 0;
  }

  #header_container .content {
    position: relative;
  }

  #logo {
    width: 52px;
    height: 103px;
    background-size: 52px 103px;
    margin: 14px 14px 14px 0;
    background-repeat: no-repeat;
  }

  .main_site_title {
    font-size: 18px;
    line-height: 1.35;
    padding-top: 24px;
    margin-top: 0;
    padding-right: 60px;
  }

  .site_subtitle {
    font-size: 12px;
    line-height: 1.5;
    padding-right: 60px;
  }

  #mobile-menu-toggle {
    display: block;
    margin-top: -52px;
  }
  #navigation ul#menu-hauptmenue > li:last-child > a {
    font-size: 16px;
  }
  #navigation ul#menu-hauptmenue > li:last-child > a:hover {
    color: #C2005A !important;
  }
  #navigation {
    display: none;
    float: none;
    clear: both;
    width: 100%;
    margin-top: 20px !important;
    padding: 0 0 16px 0;
  }

  #navigation ul {
    display: block;
    width: 100%;
  }

  #navigation ul#menu-hauptmenue {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
  }

  #navigation ul#menu-hauptmenue > li {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    border-top: 1px solid #ececec;
    text-align: left;
  }

  #navigation ul#menu-hauptmenue > li:last-child {
    bottom: 0;
  }

  #navigation ul#menu-hauptmenue > li > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
  }

  #navigation ul li.current-menu-item > a,
  #navigation ul li.current_page_item > a,
  #navigation ul li.current-page-ancestor > a,
  #navigation ul li.current-menu-ancestor > a {
    border-bottom: 0;
    color: #C2005A;
  }

  #navigation ul#menu-hauptmenue > li:last-child > a {
    display: block;
    padding: 16px 0;
    background: none;
    border-radius: 0;
    color: black !important;
    line-height: 1.4;
  }

  #navigation ul ul {
    display: none;
    position: static;
    border: 0;
    width: 100%;
    padding: 0 0 8px 0;
    background: transparent;
  }

  #navigation ul ul li {
    width: 100%;
    margin: 0;
    border-top: 1px solid #f3f3f3;
  }

  #navigation ul ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0 12px 18px;
    text-align: left;
    background: transparent;
    color: black;
    font-size: 14px;
  }

  #navigation ul ul ul li a {
    padding-left: 36px;
  }

  #navigation ul li:hover > ul {
    display: none;
  }

  #navigation ul li.submenu-open > ul {
    display: block;
  }

  #navigation ul ul li:hover a,
  #navigation ul li.current-menu-item ul li:hover a {
    background: transparent;
    color: #C2005A;
  }

  .footer_block {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 340px) {
  #logo {
    height: 140px;
    background-repeat: no-repeat;
  }
}