:root {
  --main-color-h: 156;
  --main-color-s: 100%;
  --main-color-l: 19%;

  --secondary-color-h: 30;
  --secondary-color-s: 100%;
  --secondary-color-l: 47%;

  --text-color-h: 0;
  --text-color-s: 0%;
  --text-color-l: 95%;

  --header-color-h: 30;
  --header-color-s: 100%;
  --header-color-l: 47%;

  --button-color-h: 156;
  --button-color-s: 100%;
  --button-color-l: 19%;

  --button-hover-color-h: 30;
  --button-hover-color-s: 100%;
  --button-hover-color-l: 47%;

  --complementary-color-h: 156;
  --complementary-color-s: 60%;
  --complementary-color-l: 35%;
}

body::before {
  background: url('/fileadmin/user_upload/background1.jpg') no-repeat center
    center / cover;
}

.search.plzsearch {
  display: none;
}

table tr {
  background-color: transparent !important;
  color: hsl(
    var(--text-color-h),
    var(--text-color-s),
    var(--text-color-l)
  ) !important;
  border-bottom: none;
}

.header .headerImage {
  filter: unset;
}

nav.navbar .search-container {
  display: unset;
}

body:has(.white-bg)::before {
  content: unset;
}

.white-bg {
}

.white-bg .header-container {
  padding: 0;
  height: 100%;
  background: url('/fileadmin/VEB/header-box-foreground.jpg');
  background-position: center;
  background-size: cover;
}

.white-bg .container {
  max-width: 1000px;
}
@media only screen and (min-width: 1200px) {
  .white-bg .container {
    width: 1000px;
  }
}

.white-bg .header-bg {
  height: 300px;
  background: url('/fileadmin/VEB/header-box-background.jpg');
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center;
  background-size: cover;
}

.white-bg .header-bgi {
  background: url('/fileadmin/VEB/veb-banner.jpg');
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center;
  background-size: cover;
}

.white-bg .plzsearch {
  display: none;
}

.white-bg nav.navbar .search-container {
  grid-template-columns: 1fr;
}

.white-bg .bbl-breadcrumb {
  margin: 10px auto;
}

.white-bg .breadcrumb {
  background-color: #f5f5f5;
  font-size: 14px;
}

.white-bg .breadcrumb > .active {
  color: #777;
}

.white-bg h1 {
  color: #ef7c00;
  font-size: 19px;
}

.white-bg p {
  margin: 0 0 10px;
  font-size: 14px;
}

.white-bg .ce-column img {
  max-width: 300px;
}

.footerveb {
  background-color: #00603b;
  flex-grow: 1;
  padding-top: 10px;
  min-height: 65px;
}

.footerveb a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footerveb .footerlinks {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.white-bg .icon-location {
  float: left;
  margin-right: 11px;
  margin-top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #008c57;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-image: url('../Img/icon-location.png');
}

.white-bg .adress-bar p {
  font-size: 8pt;
}

.hidden-xs {
  display: none;
}

@media screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }

  .mdinverse {
    flex-direction: row-reverse;
  }
}
