.elementor-widget-kyl_header.full_height .kyl_header {
  height: 100vh;
  padding-top: 0;
}
.elementor-widget-kyl_header.full_height .kyl_header .content_wrapper .headline {
  font-weight: 300;
  font-size: 45px;
  line-height: 52px;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-kyl_header.full_height .kyl_header .content_wrapper .headline {
    font-weight: 300;
    font-size: 60px;
    line-height: 72px;
  }
}
.kyl_header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding-top: 30px;
}
.kyl_header:before {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
}
.kyl_header * {
  transition: all 0.3s ease-in-out;
}
.kyl_header video {
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
}
.kyl_header .content_wrapper {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.kyl_header .content_wrapper .sub_headline {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 18px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  .kyl_header .content_wrapper .sub_headline {
    letter-spacing: 1.2px;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 12px;
  }
}
.kyl_header .content_wrapper .headline {
  font-family: 'Cormorant Garamond', sans-serif;
  font-weight: 300;
  font-size: 45px;
  line-height: 52px;
  margin: 0 0 35px;
  color: #FFF;
  -ms-hyphens: auto;
  /* ab IE10 */
  -moz-hyphens: auto;
  /* seit Firefox 6 */
  -webkit-hyphens: auto;
  /* seit Safari 5.1 (OS X), Safari 4.1 (iOS) */
  hyphens: auto;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1024px) {
  .kyl_header .content_wrapper .headline {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 60px;
  }
}
.kyl_header .content_wrapper .link {
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #FFF;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  display: inline-block;
  padding: 0 0 4px;
  text-align: center;
  color: #FFF;
}
.kyl_header .content_wrapper .link[filter-trigger="true"] {
  border: 1px solid #FFF;
  text-decoration: none;
  padding: 16px 20px;
  text-align: center;
  max-width: 280px;
  color: #FFF;
  width: 100%;
  text-shadow: none;
}
.kyl_header .content_wrapper .link[filter-trigger="true"]:hover {
  background-color: #FFF;
  color: #455255;
}
.kyl_header .opening_hours {
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
  color: #FFF;
  bottom: 20px;
  left: 50%;
}
.kyl_header .opening_hours .label {
  font-weight: 300;
  font-size: 26px;
  font-family: 'Cormorant Garamond', sans-serif;
  margin: 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .kyl_header .opening_hours .label {
    display: none;
  }
}
.kyl_header .opening_hours .value {
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 20px;
  position: relative;
  white-space: nowrap;
}
.kyl_header .opening_hours .value:before {
  transform: translateY(-50%);
  background-color: #D5002F;
  border-radius: 100%;
  position: absolute;
  content: '';
  height: 6px;
  left: -12px;
  width: 6px;
  top: 50%;
}
.kyl_header .opening_hours .value.opened:before {
  background-color: #0AAA27;
}
@media screen and (min-width: 1024px) {
  .kyl_header .opening_hours .value {
    display: none;
  }
}
.kyl_header .opening_hours .scroll_next_section {
  background: transparent url('../assets/img/arrow_down_white.svg') no-repeat center;
  background-size: contain;
  border: none;
  width: 14px;
  height: 8px;
}
