@charset "UTF-8";
/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
/* ------------------------------ ANCHOR Global ----------------------------- */
.owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.owl-nav > div {
  pointer-events: auto;
  position: absolute;
  height: 100%;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 30px;
  transition: 0.3s;
}
.owl-nav > div:hover {
  color: var(--vision-color-primary);
  transition: 0.3s;
}
.owl-nav .owl-prev {
  left: 0;
  transform: translateX(-100%);
}
.owl-nav .owl-next {
  right: 0;
  transform: translateX(100%);
}
.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #eee;
  margin: 0 3px;
  transition: 0.3s;
}
.owl-dots .owl-dot:hover {
  background-color: #7e7eb1;
}
.owl-dots .owl-dot.active {
  background-color: var(--vision-color-primary);
  transition: 0.3s;
}
/* ------------------------------- ANCHOR Menü ------------------------------ */
.top-bar-area {
  padding: 10px 0;
}
.top-bar-area .info.box ul li {
  flex: 0 0 33%;
  display: flex;
  align-items: center;
}
.top-bar-area .info.box ul li .icon {
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
.top-bar-area .info.box ul li .info span:last-child {
  color: #aaa;
  text-transform: none;
  line-height: 1.1em;
  font-weight: 500;
}
#navbar-primary .navbar-nav {
  width: 100%;
  flex-direction: unset;
  align-items: center;
  justify-content: center;
}
#navbar-primary .navbar-nav img {
  width: 100px;
}
#navbar-primary .navbar-nav .nav-link:hover {
  background-color: #eee;
}
#navbar-primary .navbar-nav .dropdown-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.3s;
  padding: 0;
}
#navbar-primary .navbar-nav .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.3s;
}
#navbar-primary .navbar-nav .dropdown-menu .nav-link {
  padding: 10px 15px;
}
.top-bar-area .info.box li .info a {
  color: #fff;
}
.navbar-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-header .navbar-brand {
  position: relative !important;
}
.navbar-header .hamburger {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info.box ul {
  display: flex;
}
.info.box ul li {
  flex-shrink: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* --------------------------- ANCHOR Service Menü -------------------------- */
.service-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 15px 0;
}
.service-nav li {
  margin: 3px;
  padding: 10px 20px;
  background-color: #f7f7f7;
  transition: 0.3s;
  text-align: center;
}
.service-nav li a {
  color: var(--vision-color-primary);
  font-size: 16px;
}
.service-nav li:hover:not(.active) {
  background-color: #e4e4ee;
}
.service-nav li.active {
  transition: 0.3s;
  background-color: var(--vision-color-primary);
}
.service-nav li.active a {
  color: #fff;
}
/* ----------------------------- ANCHOR Overide ----------------------------- */
.bg-dark {
  background-color: var(--vision-color-secondary) !important;
}
.btn {
  border: 0;
}
.btn:hover {
  background-color: var(--vision-color-secondary);
}
.btn-primary {
  background-color: var(--vision-color-primary);
}
/* --------------------------- ANCHOR Home Slider --------------------------- */
.carousel-inner .item:not(.active) {
  display: none;
}
.banner-area .carousel-control.shadow {
  display: flex;
  align-items: center;
  justify-content: center;
}
#bootcarousel .item {
  height: 650px;
}
/* ------------------------------- ANCHOR Home ------------------------------ */
.services-area.flex-icon .services-items .title .h4 {
  font-size: 1.4em;
}
.partner_home .h4 {
  font-size: 1.1em;
}
/* ----------------------------- ANCHOR Karriere ---------------------------- */
.job-box .bg-jobs img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-height: none;
  max-width: none;
}
.job-box .bg-jobs .carousel img {
  position: relative;
  aspect-ratio: 1.3333333333;
}
.job-box .bg-jobs .carousel .carousel-control.left {
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.job-box .bg-jobs .carousel .carousel-control.left i {
  color: #fff;
  font-size: 30px;
}
.job-box .bg-jobs .carousel .carousel-control.right {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.job-box .bg-jobs .carousel .carousel-control.right i {
  color: #fff;
  font-size: 30px;
}
/* ------------------------------ ANCHOR Footer ----------------------------- */
footer.border-right .equal-height .f-item {
  height: 100%;
}
footer.border-right .equal-height .f-item:after {
  height: 100%;
}
/* Mehri */
/* ------------------------------- Startseite ------------------------------- */
.site-heading h1 {
  font-size: 2.5em;
}
/* Karriere */
.job-box h1 {
  margin-bottom: 30px;
}
.job-box .strong {
  font-size: 18px;
}
/* ---------------------------- Leistungen --------------------------- */
.choseus-area .button-zoom a {
  color: white;
}
.choseus-area .info ul > li {
  text-transform: none;
  text-align: left;
}
/* ----------------------------- ANCHOR Über uns ---------------------------- */
.broschuere-outer {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.broschuere-outer .broschuere-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.3s;
}
.broschuere-outer .broschuere-inner a {
  padding: 10px 15px;
  background-color: var(--vision-color-primary);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  transform: scale(0.5);
  transition: 0.4s;
}
.broschuere-outer .broschuere-inner a i {
  margin-left: 10px;
}
.broschuere-outer:hover .broschuere-inner {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}
.broschuere-outer:hover .broschuere-inner a {
  transform: scale(1);
  transition: 0.4s;
}
.broschuere-outer:hover .broschuere-inner a:hover {
  background-color: #a5a5a5;
}
.partner img {
  height: 200px;
  object-fit: scale-down;
  padding: 0 15px;
  transition: 0.3s;
}
.partner img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
/* --------------------------------- Footer --------------------------------- */
footer footer.bg-dark .footer-ground {
  border-top: none;
}
footer .bottom {
  white-space: nowrap;
}
/* --------------------------------- Kontakt -------------------------------- */
#datenschutz {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 15px;
  margin-left: 15px;
}
.checkbox {
  display: flex;
  align-items: center;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */