/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[4]!./assets/scss/content-elements/ce_pageheader.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
section#header {
  position: relative;
  background: var(--bs-lighterblue);
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
}
section#header i {
  color: var(--bs-lightblue);
  position: absolute;
  right: -12px;
  bottom: -20px;
  font-size: 14rem;
  opacity: 0.5;
}
section#header .container .row {
  height: 240px;
  overflow: hidden;
}
section#header .container .row .col {
  position: relative;
  text-align: center;
}
section#header .container .row .col h1 {
  width: calc(100% - var(--bs-gutter-x));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-variant-ligatures: normal;
}
section#header .container-fluid {
  padding: 0;
}
section#header .container-fluid .row {
  height: 300px;
  overflow: hidden;
}
@media (min-width: 992px) {
  section#header .container-fluid .row {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  section#header .container-fluid .row {
    height: 600px;
  }
}
section#header .container-fluid .row .col {
  position: relative;
  text-align: center;
  overflow: hidden;
}
section#header .container-fluid .row .col img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 992px) {
  section#header .container-fluid .row .col img {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  section#header .container-fluid .row .col img {
    height: 600px;
  }
}
section#header .container-fluid .row .col h1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 32px 50px 8px;
  margin-bottom: 0;
  font-variant-ligatures: normal;
  color: var(--bs-white);
  background: rgba(0, 0, 0, 0.45);
}
section#header .container-fluid .row .col h1::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}
section#header .container-fluid .row.image-reducedheight {
  height: 200px;
}
@media (min-width: 992px) {
  section#header .container-fluid .row.image-reducedheight {
    height: 266px;
  }
}
@media (min-width: 1400px) {
  section#header .container-fluid .row.image-reducedheight {
    height: calc(100px + 25vw);
    max-height: 550px;
  }
}
section#header .container-fluid .row.image-reducedheight .col img {
  height: 200px;
}
@media (min-width: 992px) {
  section#header .container-fluid .row.image-reducedheight .col img {
    height: 266px;
  }
}
@media (min-width: 1400px) {
  section#header .container-fluid .row.image-reducedheight .col img {
    height: calc(100px + 25vw);
    max-height: 550px;
  }
}
section#header video {
  width: 100vw;
  height: auto;
}
section#header figure.video {
  aspect-ratio: 50/21;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#header .video-embed-item::-webkit-media-controls {
  display: none;
}
section#header .video-embed-item::-webkit-media-controls-enclosure {
  overflow: hidden;
}
section#header .video-embed-item::-webkit-media-controls-panel {
  width: calc(100% + 32px);
  margin-left: -16px;
}

.ce-pageheader__txt-container-onvideo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.ce-pageheader__txt-container-onvideo > div {
  background-color: transparent;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.ce-pageheader__txt-container-onvideo > div * {
  color: var(--bs-white);
}
.ce-pageheader__txt-container-onvideo h1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 32px 50px 8px;
  margin-bottom: 0;
  font-variant-ligatures: normal;
  color: var(--bs-white);
  background: rgba(0, 0, 0, 0.45);
}
.ce-pageheader__txt-container-onvideo h1::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.ce-pageheader .video-control-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 30;
}
.ce-pageheader .video-control-container > .video-control-btn {
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--bs-white);
  border: 1px solid var(--bs-white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.ce-pageheader .video-control-container > .video-control-btn:hover, .ce-pageheader .video-control-container > .video-control-btn:focus {
  background-color: rgba(0, 0, 0, 0.8);
  outline: 2px solid white;
}
.ce-pageheader .video-control-container > .video-control-btn > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
