.slider-button:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light); }

.comp-sliderheader {
  height: 100%; }
  .comp-sliderheader .owl-stage-outer {
    overflow: hidden; }
  .comp-sliderheader .owl-stage-outer, .comp-sliderheader .owl-stage {
    height: 100%; }
  .comp-sliderheader .sliderheader {
    display: none; }
  .comp-sliderheader .owl-item {
    height: 100%; }
    .comp-sliderheader .owl-item .sliderheader {
      height: 100%;
      display: block; }

.slider-image {
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 10; }

.slider-image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 20; }

.slider-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 30px;
  z-index: 30; }
  .slider-content.container {
    position: relative; }

.slider-title {
  width: 100%;
  font-size: 22px;
  color: #fff; }

.slider-subtitle {
  width: 100%;
  font-size: 16px;
  color: #fff;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  padding-bottom: 20px; }

.slider-button-container {
  display: flex; }

.slider-button {
  display: block;
  transition: all .2s ease-in-out;
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none; }
  .slider-button:after {
    content: '\f105';
    margin-left: 10px;
    transition: margin .2s ease-in-out; }
  .slider-button:hover:after {
    margin-left: 20px; }

.dynamic_page_field.dynamic_field_type_sliderheader_fullwidth {
  padding: 0px; }

.sinside-cms .comp-sliderheader {
  pointer-events: none; }
  .sinside-cms .comp-sliderheader > .sliderheader:nth-of-type(1) {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .sinside-cms .comp-sliderheader > .sliderheader:nth-of-type(1) .slider-content {
      width: calc(100% - 60px);
      height: calc(100% - 60px); }

.default_sliderheader_navigation {
  padding-bottom: 20px; }

/*# sourceMappingURL=sliderheader.css.map */
