

.z-9 {
  z-index: 9;
  position: relative;
}

.c-white {
  color: #fff;
}

.d-center {
  display: flex;
  align-items: center;
}

.object-center {
  margin: 0 auto;
  display: block;
}

section {
  position: relative;
}

.page-title .container {
  z-index: 9;
  position: relative;
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb > li + li:before {
  color: #fff;
}

.page-title .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(2, 0, 36, 1) 0%,
    rgb(241 0 35 / 54%) 100%
  );
  backdrop-filter: blur(4px);
}

#unter_produkte {
  background-color: #f10023;
  padding: 10px;
  margin-top: 2rem;
}

#unter_produkte h2 {
  color: #fff;
}

.prodk_box p {
  color: #fff;
  max-height: 200px;
  overflow-y: auto;
}

.prodk_box b {
  color: #fff;
  padding: 20px 0;
  display: block;
}

.prodk_box img {
  background-color: #fff;
}

#unter_produkte .container {
  max-width: 90%;
}

.service-sidebar .sub-menu {
  background: #f3f3f3;
  border: 0;
}

.service-sidebar .sub-menu ul {
  background: #e4e4e4;
  border: 0;
}

.service-sidebar .sub-menu ul ul {
  background: #d0d0d0;
}

.project-pic img {
  width: 100%;
}

.big-text {
  font-size: 18px;
  font-weight: bold;
}

.strong {
  font-weight: bold;
}
.menu-container {
  height: 200px !important;
  background: #333;
}
