/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.chweb-header-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chweb-header-wrapper .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.chweb-header-wrapper .header-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
}
.chweb-header-wrapper.has-zoom .header-bg img {
  animation: slowZoom 15s linear infinite !important;
}
.chweb-header-wrapper .chweb-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.chweb-header-wrapper .header-content-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 2rem;
  text-align: center;
  color: #fff;
}
.chweb-header-wrapper .header-content-inner h1, .chweb-header-wrapper .header-content-inner h2, .chweb-header-wrapper .header-content-inner h3, .chweb-header-wrapper .header-content-inner h4, .chweb-header-wrapper .header-content-inner h5, .chweb-header-wrapper .header-content-inner h6 {
  color: #fff;
}
a, .g-menu-item-container, a.g-logo, #g-container-footer a {
  text-decoration: none;
}
.video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}
.video-overlay {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.7);
  /* optional dunkler Layer */
}
/*# sourceMappingURL=custom_home.css.map */