/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
/* allgemein */
.d-flex {
  display: flex !important;
}
.lebenslauf.gray {
  background-color: #eee !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.flex-direction-column {
  flex-direction: column !important;
}
.mw-350 {
  max-width: 350px !important;
}
.mail-to-link, .tel-link {
  display: inline !important;
  transition: 0.3s ease !important;
}
.mail-to-link:hover, .tel-link:hover {
  color: var(--vision-color-primary) !important;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -10px;
  left: 0;
  background-color: var(--vision-color-primary);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/* kontakt */
#contact .mail-to-link, #contact .tel-link {
  color: #636363 !important;
  transition: 0.3s ease !important;
}
#contact .mail-to-link:hover, #contact .tel-link:hover {
  color: var(--vision-color-primary) !important;
}
#contact .anfahrt-marker {
  max-height: 353px;
  height: auto;
  width: 100%;
  max-width: 360px;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../template/images/background-map.jpg);
  background-size: cover;
  background-position: center;
}
#contact .anfahrt-marker .marker-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s ease;
}
#contact .anfahrt-marker .marker-link:hover .marker-img {
  transform: scale(0.25) translate3d(150px, -150px, 0);
}
#contact .anfahrt-marker .marker-link .marker-img {
  max-width: 400px;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.7s ease;
}
#contact .marker-text-link {
  transition: 0.3s ease;
  color: #636363;
}
#contact .marker-text-link .fa-google {
  margin-left: 5px;
}
#contact .marker-text-link:hover {
  color: var(--vision-color-primary);
}
/* ihre vorteile */
.dark-bg .ref-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.dark-bg .ref-logos .ref-logo-1 {
  height: 100%;
  width: 250px;
  margin-right: 30px;
}
.dark-bg .ref-logos .ref-logo-2 {
  margin-left: 30px;
}
.dark-bg .ref-logos .ref-logo-img {
  width: auto;
  max-height: 70px;
  min-height: 70px;
  height: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 45px;
}
.dark-bg .zertifikat:hover .fa-arrow-right {
  transform: translateX(10px);
}
.dark-bg .zertifikat .fa-arrow-right {
  margin-left: 5px;
  transition: 0.3s ease;
}
/* ------------------------------- datenschutz ------------------------------ */
.datenschutz h1 {
  color: #1f2a30;
}
/* ------------------------------- lebenslauf ------------------------------- */
.gutachter-section h1 {
  color: #1f2a30;
}
#contactform .checkbox {
  display: flex;
  align-items: flex-end;
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */