/*
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 **/
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v51-latin-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-v51-latin-300italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v51-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v51-latin-italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v51-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/roboto-v51-latin-500italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/roboto-v51-latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/roboto-v51-latin-600italic.woff2') format('woff2');
}

/**
 * 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: 27px;
  color: black;
  font-weight: 600;
  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: #EB7636;
}

::-moz-selection {
  color: white;
  background: #EB7636;
}

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;
  background: url("img/teaser-subsite.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
}

#header_container.front-page {
  background: url("img/teaser-image.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
  height: auto;
}

#header_container h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 45px;
  color: white;
}

#header_container h3 {
  font-weight: 300;
  font-size: 21px;
  color: white !important;
  margin-bottom: 50px;
}

#header_container.front-page .content.teaser-content {
  padding: 100px 0;
}

#header_container .content.teaser-content {
  padding: 40px 0;
}

a.primary-btn {
  display: block;
  float: left;
  background: #EB7636;
  border: 2px solid #EB7636;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 30px;
  padding: 20px 30px;
  box-shadow: 0px 0px 22.8px rgba(0, 0, 0, 0.1);
  color: white;
  transition: all 0.1s ease;
}

a.primary-btn:hover {
  background: #FF741D;
  border: 2px solid #FF741D;
}

a.secondary-btn {
  padding: 20px 30px;
  display: block;
  float: left;
  background: transparent;
  border: 2px solid white;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  transition: all 0.1s ease;
}

a.secondary-btn:hover {
  background: white;
  color: #EB7636;
}

/* Navigation */
#navigation {
  height: auto;
  background: white;
  width: 100%;
  box-sizing: border-box;
}

#navigation .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-top-row {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.logo-link {
  display: block;
  line-height: 0;
}

#logo {
  background: url("img/logo2.png") no-repeat center center;
  width: 353px;
  height: 118px;
  background-size: 353px 118px;
  margin: 20px 20px 20px 0;
}

.nav-menu-wrap {
  display: block;
  flex: 1 1 auto;
}

#navigation ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  position: relative;
}

#navigation ul li {
  position: relative;
  text-align: right;
  font-size: 15px;
  text-transform: uppercase;
}

#navigation ul li a {
  display: block;
  color: black;
  text-decoration: none;
/*  padding-bottom: 10px;*/
  font-weight: 500;
}

#navigation ul li a:hover {
  color: #EB7636;
  text-decoration: none;
}

#navigation ul li.current-menu-item > a {
  text-decoration: none;
  color: #EB7636;
}

#navigation ul li.current-menu-item ul li a {
  color: black;
}

#navigation ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: max-content;
  min-width: 190px;
  border: 1px solid #e7e7e7;
  background: white;
  z-index: 1000;
}

#navigation ul ul li {
  float: none;
  text-align: left;
  position: relative;
  margin-left: 0;
  width: 100%;
}

#navigation ul ul li a {
  background: white;
  padding: 11px 40px 11px 11px;
  white-space: nowrap;
}

#navigation ul ul li:hover > a,
#navigation ul li.current-menu-item ul li:hover > a {
  background: #EB7636;
  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: 500;
  line-height: 1.2;
  background: #EB7636;
  border-radius: 10px;
  transition: all 0.1s ease;
  box-shadow: 0px 0px 22.8px rgba(0, 0, 0, 0.17);
}

#navigation ul#menu-hauptmenue > li:last-child > a:hover {
  background: #FF741D;
}

/* Mobile menu toggle */
#mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  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);
}

/* Content Bereich */
#content_container {
  margin: 50px 0;
}

.content {
  width: 90%;
  max-width: 1300px;
  padding: 0 5%;
  margin: 0 auto;
}

.info-box {
  background: #FFFFFF;
  box-shadow: 0px -1px 37.5px rgba(0, 0, 0, 0.25);
  border-radius: 37px;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: -44px;
  margin-bottom: -44px;
  z-index: 99999;
  position: relative;
}

.info-box__item {
  flex: 1 1 200px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.info-box__icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-box__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.info-box__text {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-weight: 500;
}

/* Beschreibung Unternehmen */
#unternehmen-beschreibung {
  padding: 80px 0;
  background: #FFFFFF;
}

.unternehmen-beschreibung__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.unternehmen-beschreibung__content {
  width: 100%;
}

.unternehmen-beschreibung__title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
}

.unternehmen-beschreibung__subtitle {
  line-height: 1.7;
  font-weight: 400;
  color: #222222;
  margin-bottom: 28px;
}

.unternehmen-beschreibung__subtitle p {
  padding: 0;
  font-size: 16px;
  margin: 0 0 14px;
}

.unternehmen-beschreibung__subtitle p:last-child {
  margin-bottom: 0;
}

.unternehmen-beschreibung__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.unternehmen-beschreibung__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.unternehmen-beschreibung__list-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1px;
}

.unternehmen-beschreibung__list-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.unternehmen-beschreibung__list-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000000;
}

.unternehmen-beschreibung__button-wrap {
  margin-top: 32px;
  text-align: left;
}

.unternehmen-beschreibung__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 28px;
  background: #EB7636;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  border-radius: 15px;
  box-shadow: 0px 0px 22.8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.unternehmen-beschreibung__button:hover {
  background: #FF741D;
  color: #FFFFFF;
}

.unternehmen-beschreibung__image-wrap {
  width: 100%;
}

.unternehmen-beschreibung__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* Leistungen */
#leistungen-container {
  background: #F6F6FA;
  padding: 70px 0;
}

#leistungen-container h1 {
  margin-bottom: 35px;
}

#leistungen-container p.remarks {
  font-style: italic;
  color: #7D7D7D;
  font-size: 17px;
  text-align: center;
  padding: 40px 0;
}

.leistungen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.leistungen-item {
  display: block;
  color: inherit;
  text-decoration: none !important;
}

.leistungen-item__image {
  width: 100%;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.leistungen-item__image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  transition: transform 0.25s ease;
}

.leistungen-item__content {
  position: relative;
  background: #FFFFFF;
  border-radius: 0 0 15px 15px;
  padding: 22px 60px 22px 22px;
  min-height: 115px;
  box-sizing: border-box;
}

.leistungen-item__title {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}

.leistungen-item__subtitle {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
}

.leistungen-item__arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leistungen-item__arrow svg {
  display: block;
  width: 33px;
  height: 33px;
}

.leistungen-item:hover .leistungen-item__title {
  color: #EB7636;
}

.leistungen-item:hover .leistungen-item__image img {
  transform: scale(1.03);
}

.leistungen-button-wrap {
  margin-top: 50px;
  text-align: center;
}

.leistungen-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 28px;
  background: #EB7636;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  border-radius: 15px;
  box-shadow: 0px 0px 22.8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.leistungen-button:hover {
  background: #FF741D;
  color: #FFFFFF;
}

.leistungen-container {
  background: #F6F6FA;
}

/* Referenzen */
.referenzen-page {
  padding-bottom: 80px;
}

.referenzen-page__intro {
  margin-bottom: 40px;
}

.referenzen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.referenz-box {
  background: #F6F6FA;
  border-radius: 20px;
  overflow: hidden;
}

.referenz-box__slider {
  position: relative;
  width: 100%;
}

.referenz-box__slide {
  line-height: 0;
  height: 340px;
  overflow: hidden;
}

.referenz-box__slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.referenz-box__content {
  padding: 28px;
}

.referenz-box__title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 12px;
  padding: 0;
  color: #000000;
}

.referenz-box__text {
  font-size: 14px;
  line-height: 1.7;
  color: #222222;
}

.referenz-box__text p {
  margin: 0 0 14px;
  padding: 0;
}

.referenz-box__text p:last-child {
  margin-bottom: 0;
}

/* Slick arrows */
.referenz-slider .slick-prev,
.referenz-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 32px;
  height: 32px;
}

.referenz-slider .slick-prev:before,
.referenz-slider .slick-next:before {
  display: none;
}

.referenz-slider .slick-prev {
  left: 15px;
}

.referenz-slider .slick-next {
  right: 15px;
}

.referenz-slider-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.referenz-slider-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
}

.referenz-slider-arrow svg {
  width: 32px;
  height: 32px;
  display: block;
}

.referenz-slider .slick-track,
.referenz-slider .slick-list {
  min-height: 1px;
}

/* 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: 35px;
  display: block;
}

#contact-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 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;
  width: 100%;
}

#content_container.contact_full_width input[type="submit"] {
  width: 200px;
  background: #EB7636;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #EB7636;
  font-size: 15px;
  cursor: pointer;
  float: right;
}

#content_container.contact_full_width input[type="submit"]:hover {
  background: #03290F;
  border: 1px solid #03290F;
}

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: #EB7636;
  color: white;
  font-weight: 500;
  text-transform: none;
  border: none;
  font-size: 13px;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #03290F;
}

/* Footer CTA */
#footer-cta {
  padding: 140px 0;
  background: #FFFFFF;
}

.footer-cta__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.footer-cta__inner h1 {
  text-align: center;
}

.footer-cta__subtitle {
  line-height: 1.7;
  font-weight: 400;
  color: #222222;
}

.footer-cta__subtitle p {
  margin: 0 0 14px;
  padding: 0;
  font-size: 19px;
}

.footer-cta__subtitle p:last-child {
  margin-bottom: 0;
}

.footer-cta__button-wrap {
  margin-top: 28px;
  text-align: center;
}

.footer-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 28px;
  background: #EB7636;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  border-radius: 15px;
  box-shadow: 0px 0px 22.8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.footer-cta__button:hover {
  background: #FF741D;
  color: #FFFFFF;
}

/* Footer */
#footer_container {
  height: auto;
  width: 100%;
  color: black;
  background: #F6F6FA;
  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: 20px 28px;
  background: #EB7636;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  border-radius: 15px;
  box-shadow: 0px 0px 22.8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.bb-button:hover {
  background: #FF741D;
  color: #FFFFFF;
}

.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: #EB7636;
  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: #EB7636;
}

.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: #EB7636;
}

.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;
}

/* Tablet */
@media (max-width: 991px) {
  .unternehmen-beschreibung__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .unternehmen-beschreibung__title {
    font-size: 30px;
  }

  .leistungen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .leistungen-item__image img {
    height: 220px;
  }

  .info-box {
    padding: 28px 24px;
    gap: 20px;
  }

  .info-box__item {
    flex: 1 1 calc(50% - 20px);
    justify-content: flex-start;
    text-align: left;
  }

  .referenzen-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .referenz-box__slide img {
    height: 300px;
  }

  .footer-cta__title {
    font-size: 30px;
  }

  .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: 1190px) {
  #header_container {
    height: auto;
  }
  #header_container.front-page {
    padding-bottom: 25px;
  }
  #navigation .content {
    gap: 20px;
  }

  #navigation ul {
    gap: 18px;
  }

  #navigation ul li {
    font-size: 14px;
  }

  .footer_block {
    margin-bottom: 50px;
  }
}

@media (max-width: 900px) {
  #contact-container {
    flex-direction: column;
    gap: 20px;
  }

  #maps {
    flex: unset;
    width: 100%;
  }

  #maps iframe {
    min-height: 300px;
  }
}

@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;
  }
}

/* Mobile */
@media (max-width: 640px) {
  #unternehmen-beschreibung {
    padding: 55px 0;
  }

  .unternehmen-beschreibung__grid {
    gap: 28px;
  }

  .unternehmen-beschreibung__title {
    font-size: 26px;
  }


  #leistungen-container {
    padding: 50px 0;
  }

  .leistungen-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .leistungen-item__image img {
    height: 220px;
  }

  .leistungen-item__content {
    min-height: auto;
    padding: 20px 56px 20px 18px;
  }

  .info-box {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .info-box__item {
    flex: 1 1 100%;
    justify-content: flex-start;
  }

  .info-box__text {
    font-size: 15px;
  }

  .referenzen-page {
    padding-bottom: 55px;
  }

  .referenz-box__slide img {
    height: 240px;
  }

  .referenz-box__content {
    padding: 22px 18px;
  }

  .referenz-box__title {
    font-size: 20px;
  }

  .referenz-slider .slick-prev {
    left: 10px;
  }

  .referenz-slider .slick-next {
    right: 10px;
  }

  #footer-cta {
    padding: 55px 0;
  }

  .footer-cta__title {
    font-size: 26px;
  }

}

@media only screen and (max-width: 1184px) {
  #header_container {
    text-align: left;
    padding-top: 20px;
    
  }
  #leistungen-container.front-page {
    padding-top: 100px;  
    padding-bottom: 50px;  
  }

  #navigation {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin-top: 0 !important;
  }

  #navigation .content {
    display: block;
    position: relative;
  }

  .nav-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  #logo {
    width: 190px;
    height: 65px;
    background-size: 190px 65px;
    margin: 14px 0;
  }

  #mobile-menu-toggle {
    display: block;
  }

  .nav-menu-wrap {
    display: none;
    width: 100%;
    clear: both;
    padding: 0 0 16px 0;
  }

  #navigation ul,
  #navigation ul#menu-hauptmenue {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #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 > 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: #EB7636;
  }

  #navigation ul#menu-hauptmenue > li:last-child > a {
    display: block;
    padding: 16px 0;
    background: none;
    border-radius: 0;
    color: black !important;
    box-shadow: none;
    line-height: 1.4;
    font-size: 16px;
  }

  #navigation ul#menu-hauptmenue > li:last-child > a:hover {
    color: #EB7636 !important;
    background: none;
  }

  #navigation ul ul {
    display: none;
    position: static;
    border: 0;
    width: 100%;
    min-width: 0;
    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;
    white-space: normal;
  }

  #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: #EB7636;
  }

  #header_container h1 {
    font-size: 32px;
  }

  #header_container h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #header_container.front-page .content.teaser-content {
    padding: 60px 5%;
  }

  #header_container .content.teaser-content {
    padding: 35px 5%;
  }

  a.primary-btn,
  a.secondary-btn {
    float: none;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 14px 0;
    text-align: center;
  }

  .footer_block {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 340px) {
  #logo {
    width: 160px;
    height: 55px;
    background-size: 160px 55px;
  }
}
@media (max-width: 1059px) {
  .info-box {
    margin-top: -68px;
    margin-bottom: -68px;
  }
}

@media (max-width: 639px) {
  #header_container.front-page {
    padding-bottom: 90px;
  }

  .info-box {
    margin-top: -102px;
    margin-bottom: -102px;
  }

  #leistungen-container.front-page,
  .leistungen-container.front-page {
    padding-top: 150px;
  }
}
