/*=================================
=          Header area           =
=================================*/
.pin-container {
  position: relative;
  z-index: 1;
}

#angularFrame {
  width: 100%;
  height: 100%;
}

.active .input_wrap .active .search_elements_click,
.active .search_click_wrap,
.active .input_wrap {
  display: none;
}

.search_results_container {
  display: none;
}

app-filters .wrapper {
  font-family: "europa", sans-serif !important;
}

app-filters app-select li {
  font-family: "europa", sans-serif !important;
}

@media screen and (max-width: 1024px) {
  .pin-container.search {
    min-height: -webkit-calc(var(--vh, 1vh) * 100);
    min-height: -moz-calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    max-height: inherit;
    padding-bottom: 500px;
  }
  .banner_pinnig {
    position: relative;
    top: 0;
    left: 0;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
  }
}
.pin-container.search .pin-spacer {
  max-width: 100vw !important;
}

.banner_pinnig {
  max-width: 100vw !important;
}

.search_banner {
  text-align: center;
  padding: 0 30px;
  margin: 0 auto;
  padding: 270px 0 83px;
  max-width: 100%;
  position: relative;
}
.search_banner .title_wrap {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.search_banner::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  left: 100%;
  top: 0;
  background-color: #09142B;
}
.search_banner.active .hover_state {
  z-index: 0;
}
.search_banner.active .search_results_container {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 800px;
  width: 70vw;
  height: -webkit-calc(100vh - 354px);
  height: -moz-calc(100vh - 354px);
  height: calc(100vh - 354px);
  text-transform: none;
}
.search_banner.active .text_120_Frei {
  pointer-events: none;
}
.search_banner.active .input_wrap input {
  pointer-events: all;
}
.search_banner.active .search_click_wrap {
  pointer-events: none;
}
.search_banner .input_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.search_banner .input_wrap input {
  border: none !important;
  border-radius: 0 !important;
  text-align: center;
  color: #fff;
  background: transparent;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  font-size: 40px;
}
.search_banner .trending_today {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 57px;
  margin-bottom: 52px;
}
.search_banner .trending_today .left_title {
  margin-right: 16px;
}
.search_banner .trending_today a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 8px;
  background-color: rgba(91, 109, 143, 0.3);
  border-radius: 4px;
  height: 30px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .search_banner .trending_today a:hover {
    background-color: #5B6D8F;
  }
}
.search_banner .file_video_wrap {
  width: 920px;
  height: 520px;
  margin: 0 auto;
  overflow: hidden;
}
.search_banner .file_video_wrap video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .search_banner {
    height: 100vh;
  }
}
@media screen and (max-width: 1024px) {
  .search_banner {
    padding: 200px 0px 83px;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
  }
  .search_banner .file_video_wrap {
    margin: 0 auto;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .search_banner .trending_today {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 84px;
  }
  .search_banner .left_title {
    margin-right: 0;
    width: 100%;
    text-align: center;
    color: #5B6D8F;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .search_banner {
    padding: 200px 20px 35px;
  }
  .search_banner .main_home_title {
    font-size: 40px;
    line-height: 44px;
  }
  .search_banner .trending_today {
    margin-top: 32px;
    margin-bottom: 10px;
  }
  .search_banner .trending_today a {
    margin-bottom: 16px;
  }
  .search_banner .left_title {
    margin-bottom: 14px;
  }
  .search_banner .file_video_wrap {
    margin: 0 auto;
    width: 100%;
    height: 200px;
  }
  .search_banner .search_results_container .search .wrapper {
    overflow: visible;
  }
}

/*=====  End of Header area  ======*/
/*=========  Search intent navigation  ==========*/
.home_header_filters {
  background-color: #09142B;
}

.search_intent_navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.search_intent_navigation .navigation_list_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
}
.search_intent_navigation .navigation_list_items_wrap {
  position: relative;
}
.search_intent_navigation .navigation_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.search_intent_navigation .nav_item {
  padding: 0 16px;
  font-family: "europa", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  color: #a2aaad;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.search_intent_navigation .nav_item.active {
  color: #fff;
}
.search_intent_navigation .nav_item.first {
  padding-left: 0;
}
.search_intent_navigation .nav_item.last {
  padding-right: 0;
}
@media screen and (min-width: 1025px) {
  .search_intent_navigation .nav_item:hover {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1024px) {
  .search_intent_navigation {
    max-width: -webkit-calc(100vw - 175px);
    max-width: -moz-calc(100vw - 175px);
    max-width: calc(100vw - 175px);
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .search_intent_navigation .navigation_list_wrap {
    overflow: visible;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
  .search_intent_navigation .navigation_list_items_wrap {
    width: 100%;
    overflow: visible;
  }
  .search_intent_navigation .navigation_list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
  .search_intent_navigation .swiper-slide {
    width: auto;
  }
  .search_intent_navigation .nav_group::before {
    top: 7px;
  }
  .search_intent_navigation .nav_item {
    font-size: 12px;
    white-space: nowrap;
    font-size: 12px;
  }
  .search_intent_navigation .nav_item.first {
    padding: 0 16px 0 20px;
  }
  .search_intent_navigation .nav_item:last-child {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .search_intent_navigation_static_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(var(--vhRef, 1vh) * 100);
    height: -moz-calc(var(--vhRef, 1vh) * 100);
    height: calc(var(--vhRef, 1vh) * 100);
    z-index: 999;
    pointer-events: none;
  }
  .search_intent_navigation_static.hp_banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: auto;
  }
}
/*=====  End of Search intent navigation  ======*/
.active .input_wrap .active .search_elements_click,
.active .search_click_wrap,
.active .input_wrap {
  display: none;
}

.search_results_container {
  display: none;
}

body {
  overflow-y: auto;
}

.disable_scroll {
  max-height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.search {
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  .search_intent_pin .swiper-container,
  .search_intent_pin .swiper-wrapper {
    width: 100vw;
  }
}/*# sourceMappingURL=search.css.map */